/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/*--------info.css---------------*/


#map {
            height: 100%;
            width: 100%;
        }

.info_bg {
  background-image: url(../../assets/images/menu/info_bg.jpg);
}


.info-details{
	margin:auto auto;
    width:100%;
	}

.infotitle{
	margin:30px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	border-bottom:2px #ccc solid;
}

.ce{text-align:center;}


dl {
font-size:16px;
display:block;
overflow:hidden;
clear:both;
	margin:0px;
	padding-bottom:0px;
	border-bottom:1px #ddd dotted;
}

dt{float:left;
	width:22%;
	margin:0;
		padding:35px 35px;
font-weight:normal;
}

dd{float:left;
	width:78%;
	margin:0px;
	padding:35px 35px;
text-align:left;
}

dl a:link{
  color: #072BFD;
  text-decoration: underline;
}
	
dl a:visited{
  color: #380658;
  text-decoration: underline;
}

dl a:hover{
  color: #0000ff;
  text-decoration: none;
}

li a:active{
  color: #800080;
}

h3.alt-info-title{
	margin:0px;
	padding:0px 0px 100px 0px;
}

.concept-details{
margin:0px;
padding:0px 10px 10px 0px;
	background-color:#ffffff;}

.small{
	color:#ff0000;
	font-size:70%;}

.rowconcept{
background-color:#218A4A;
	margin-top:15px;
}

.ce{text-align:center;}

@media screen and (max-width:480px) {
		
.info-details{	
   width:100%;
	background-color:#fff;
	padding:10px;
	border:5px #ddd solid;
	font-size:12px;
	}
	
dt{color:#fff;
	width:100%;
	margin:10px 10px;
	padding:10px;
font-weight:normal;
background-color:#333;
}

dd{
	width:100%;
	margin:10px 10px;
	padding:10px;
text-align:left;
background-color:#fff;}	
}

	