@import "reset.css";
@import "grid.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto:400italic);

html, body {
	background: #001320;
	width: 100%;
	position: relative;
	font: normal 14px/24px 'Roboto', sans-serif;
	color: #fff;
}

* ul { list-style: none; }

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
	color: #ccc;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

a:hover {color: #f1173b;text-decoration: none;}

p {font-weight: 100;}

#toTop {
    background: url(../images/toTop.png) 0 0 no-repeat;
    border: none;
    bottom: 32px;
    display: none;
    height: 38px;
    left: 56.7%;
    margin-left: 489px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    width: 38px;
    z-index: 20;
    opacity: .9;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -ms-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s;
}

#toTop:hover {
    background: url(../images/toTop-hover.png) 0 0 no-repeat;	
	opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    box-shadow: inset 0 0 6px #2d3690;
    -webkit-box-shadow: inset 0 0 6px #2d3690;
    -moz-box-shadow: inset 0 0 6px #2d3690;
}

/************Header************/

#header {
	min-height: 128px;
	height: 198px;
	position: relative;
}

h1 a img {margin-top: 39px;position: relative;}

/************Content***********/

.p60 {padding: 60px 0 30px;}
.p50 {padding: 50px 0 42px;}

h2,h3,h4,h5,h6 {
	display: block;
	font: bold 24px/30px 'Roboto', sans-serif;
	color: #fff;
	position: relative;
}

h2 {
	font: 500 47px/51px 'Roboto', sans-serif;
	margin-bottom: 16px;
}

h4 {
	font-size: 23px;
	line-height: 24px;
	display: inline-block;
	font-weight: normal;
}

h5 {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 17px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	color: #182934;
	font-weight: 400;
}

.col1 {color: #f1173b;}
.col2 {
	color: #182934;
	font-weight: bold;
}
.col3 {color: #7583F3;}

.width {width: 80%;}

.bg_1 {
	position: relative;
	background: #f1f1f1;
}

.bg_2 {
	position: relative;
	background: #3b45a8;
}

.section {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.box, .thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
}

.thumb {
	min-height: 216px; 
	height: 216px; 
	margin: 17px 0;
}

.text, .box1, .text1 {
	position: relative;
	overflow: hidden;
	background: #001320;
	color: #7583f3;
	padding: 22px 28px;
	text-align: left;
	float: left;
	width: 229px;
	min-height: 196px;

	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.text1 {
	min-height: 100%;
	width: 300px;
	background: #182934;
	padding: 16px 28px;	
}

.text:hover, .text1:hover {
	background: #f1173b;
	color: #000;
}

.text1 a { 
	color: #f1173b;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-size: bold;
	display: inline-block;
	margin-top: 20px;
}

.text1:hover a {color: #000;}
.text1:hover a:hover {color: #fff;}

.box1 {
	width: auto;
	height: auto;
	min-height: 100%;
	padding: 16px 24px 15px 19px;
	background: url(../images/back.png) 0 0 repeat;
	margin: 17px 0 13px;

	transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.box1:hover {
	background: #4b55af;
	color: #fff;
}

.box p, .box1 p {margin-top: 8px;}

.text1 p {margin-top: 13px;}

.image, .image3 {
	position: relative;
	float: left;
}

.image3 {
	max-width: 213px;
	max-height: 216px;
}

.image3 img {width: 100%;}

.link {
	position: relative;
	background: #f1173b;
	height: 52px;
	width: 133px;
	margin-top: 25px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font: 700 17px/49px 'Roboto', sans-serif;
}

.link:hover {	
	background: #001320;
	color: #fff;
}

.link1 {
	font-size: 34px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
}

.link1:hover {
	color: #000;
}

.link2 {
	font-size: 23px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
}

.link2:hover {color: #000;}

.link4 {
	display: inline-block;
	color: #f1173b;
	text-transform: none;
	margin-top: 44px;
}

.link4:hover {color: #000;}

.list, .list1 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.list li, .list1 li {
	color: #001320;
	padding-top: 11px;
	margin-bottom: 7px;
}

.list2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 17px;
}

.list2 li {
	background: url(../images/bull.png) 0 9px no-repeat;
	position: relative;
	padding-left: 20px;
	margin-bottom: 9px;
}

.list1 li {
	padding-left: 30px;
}

.list1 li span {
	position: absolute;
	left: 0;
	color: #f1173b;
	font-size: 23px;
	line-height: 24px;
	margin-top: 2px;
}

.list2 li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.list li a, .list1 li a {
	font-size: 23px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
}

.list li p, .list1 li p {margin-top: 11px;}

.list li a:hover, .list1 li a:hover, .list2 li a:hover {color: #f1173b;}

.banner, .banner1 {
	position: relative;
	width: 100%;
	background: url(../images/banner.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	height: 614px;
}

.banner1 {height: 447px;}

.map {
	position: relative;
	overflow: hidden;
}

.wide_map {
	width: 100%;
	height: 470px;
	max-height: 470px;
	position: relative;
	float: left;
}

.block {
	position: relative;
	overflow: hidden;
	margin: 17px 0 25px;
}
.block .img {
	float: left;
	width: 343px;
	margin-right: 27px;
}

.block .text2 {
	position: relative;
	overflow: hidden;
}

.block a {
	display: inline-block;
	font-size: 23px;
	font-weight: 24px;
	font-weight: 500;
	margin-top: -3px;
}

.block p { color: #7583f3; }

.block a:hover { color: #f1173b; }

time {
	position: relative;
	display: block;
	background: url(../images/ico.png) 0 5px no-repeat;
	padding-left: 20px;
	margin: 8px 0 14px;
	color: #182934;
	font-size: 14px;
	line-height: 24px;
}

.block1 {
	position: relative;
	overflow: hidden;
	margin: 8px 0 22px;
	color: #7583f3!important;
}

/************Footer************/

#footer {
	position: relative;
	color: #fff;
	height: 103px;
}

.socials {
	position: relative;
	overflow: hidden;
	margin: 27px 1px 0 0;
	float: right;
}

.socials li {
	float: left;
}

.socials li + li {
	margin-left: 10px;
}

.socials li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	font-size: 29px;
	line-height: 46px;
	text-align: center;
	background: #1a2b37;
	color: #fff;
}

.socials li a:hover {background: #f1173b;}

.copy {
	margin-top: 39px;
	font-size: 13px;
	line-height: 21px;
}
.copy>span {padding-bottom: 2px; position: relative; display: inline-block;}

.copy a {
	text-transform: none;
	color: #398cc6;
	padding-bottom: 2px;
	display: inline-block;
	position: relative;
}

.copy a:hover {color: #f1173b;}

.fright, .fleft {float: right; position: relative; overflow: hidden;}
.fleft {float: left;}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1199px) {
    
	.text {
		width: 89%; 
		padding-left: 6%; 
		padding-right: 6%; 
		height: auto; 
		min-height: 105px;
		position: relative;
		overflow: hidden;
	}
	.text a>br {display: none;}
	.image, .image>img {width: 100%;}

	.link2 {font-size: 20px;}
	.link1 {font-size: 27px; line-height: 30px;}

	.wide_map {height: 300px;}

	h2 {font-size: 40px; line-height: 42px;}
	h4 {font-size: 20px; line-height: 23px;}

	.banner {height: auto!important;}

	.box1 {min-height: 133px;}

	.text1{width: 41%;}

	.thumb {height: 312px; max-height: 312px;}

	.image3 img {width: 145%;}

}

@media only screen and (max-width: 995px) {
      

	.image3, .image3 img {
		width: 100%; 
		max-width: 100%;
		 max-height: auto;
	}
	.thumb {
		height: 100%; 
		max-height: 100%;
	}
	.text1 {
		height: auto; 
		width: 89%;
		padding-right: 6%;
		padding-left: 6%;
	}
  
    .block a {display: inline;}



}

@media only screen and (max-width: 767px) {
  

  h2 br {display: none;}

  #header, #footer {height: auto;}
	
  .banner {background-size: 300% 100%;}
  .banner1 {background-size: 196% 100%;}

  .link2 {font-size: 18px;}

  .socials {float: left;}
  .copy {margin: 20px 0px 25px;}

  .link1 {font-size: 30px; line-height: 32px;}

  h2 {font-size: 36px; line-height: 38px;}


  .text1 a {margin-top: 13px;}

  .block .img, .block .img img {width: 100%;}
  .block .img { margin: 0 0 20px 0;}
  .block .text2 {overflow: visible;}

}

@media only screen and (max-width: 480px) {
    
	h1 a img {width: 100%;}
	.wide_map {height: 250px;}

	.copy a {display: inline-block;}

	.banner {background-size: 400% 200%;}
	.banner1 {height: 530px; background-size: 400% 190%;}
}

@media only screen and (max-width : 375px ){

}
.h2 {
}
