* {margin: 0; padding: 0; outline: 0;}


body { 
	color: #3d3d3d;
	font-size: 14px;
	background:#ffffff;
	line-height: 24px;
	font-family: 'Raleway', sans-serif, Helvetica, Arial, Verdana, sans-serif;
	
}

ul.nav  {
	list-style: none;
	margin: 0;
	padding: 0; 
}
.nav li {
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
display: inline-block;
position: relative;
}

.nav li a{
	
	padding: 0  20px 0  20px;
	line-height: 58px;height: 58px;
}
 ul.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;margin-top: 58px;
	display: none; 
	top: 100%;
	background: #0977bc;
 
width: 220px;
height: auto;
z-index: 100; 
}
.nav ul li {
	display: inline-block;
	
	
}
.nav ul li a {
	font-size:13px; line-height:30px;height:30px;
}

.nav li:hover > ul{
	position: absolute;
top: auto;
left: 0;
display: block;
}


h1, h2 {
	font-family: 'Raleway', sans-serif, Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
	margin:0 0 15px 0;
}
h3 {
	margin-bottom: 25px;
	font-family: 'Raleway', sans-serif, Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
	font-size: 18px;
}
img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border: solid 1px #ddd;
	border-radius: 2px;

}
h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 100%;
}


h2 {
	font-size: 24px;
}


p {
	margin: 0 0 15px 0;
}

a {
	color: #3e3e3e;
}



.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}



.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto ;
	padding: 0 0 20px 0; 
}

.inner strong {
color: #2E3236 ;
}
.inner {
	width: 1150px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:70px 0 0; 
	font-family: 'Raleway', sans-serif; 
}


.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}
.main-title {
	font-size: 25px;
	border-bottom: 4px solid #3d3d3d;
	padding-bottom: 15px;
	font-weight: 500;
}

.blocks {
 margin: 50px 0;
}

.block-left {
	width: 48%;
	float: left;
}
.block-right {
	width: 48%;
	float: right;
}
.blocks:after {
	  content: "";
	  display: table;
	  clear: both;
} 
.subMenu {
	height: 58px;
	z-index: 1000;
	width: 100%;
	background: #0977bc;
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	height: 35px; 
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	
	color: #fff;
}
.subMenu a:hover {
	background: #1783c7;
}

.active {
	background: #25aae1;
}
.end {
	margin: 0;
}




/* SECTIONS */
.sTop {
	min-height: 130px;
	background:#fff;
	color:#3d3d3d;
	padding-bottom: 70px;
	height: 400px;
	
}
 
 
  
  


.details {
	list-style: none;
	margin:30px 0 20px 0;
	padding: 0;
	font-size:14px;
}
.details li { 
}
.details-info {
	font-size:14px;
	width:550px;
}


.list-item {
margin: 0;
list-style: none;
padding: 0;
}

.list-item li {
position: relative;

margin-left: 0px !important;
border-bottom: 1px solid #e0e4e9;
padding: 5px 0px !important;
padding-left: 20px !important;
}
.list-item li:before {
font-family: FontAwesome;
content: '\f054';
padding-right: 10px;
font-size: 10px;
line-height: 30px;
position: absolute;
left: 0;
}

footer {
	border-top:4px solid #3d3d3d;
	padding: 20px 0;
}