/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import"../css/superfish.css";
@import "../css/ui.totop.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Bitter);
body{
	background: #1b1e20;
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	position: relative;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
html,body{
	height:100%;
}
img{
	max-width: 100%;
}
a{
	color:#ef4f33;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bitter', serif;
	font-weight: normal;
	text-transform: uppercase; 
	color: #3e454c;
}
h2{
	font-size: 45px;
	line-height: 47px;
	margin-bottom: 36px;
}
h2 span{
	color: #7ecefd;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 20px;
	color: #7ecefd;
}
.title_1{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	color: #7ecefd;
	margin-bottom: 19px;
}
.title_2{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	color: #3e454c;
	margin-bottom: 6px;
}
.title_3{
	position: relative;
	font: 70px/54px 'Bitter', serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 57px;
}
.title_3 span{
	font-size: 45px;
	color: #7ecefd;
}
.marg_1{
	margin-bottom: 185px;
}
.marg_2{
	margin-bottom: 24px;
}
.marg_3{
	margin-bottom: 100px;
}
.marg_4{
	margin-bottom: 39px;
}
.marg_5{
	margin-bottom: 55px;
}
.pad_1{
	padding-bottom: 69px!important;
}
.pad_2{
	padding-bottom: 47px!important;
}
.pad_3{
	padding-bottom: 93px;
}
.style_1{
	color: #8c9ba5;
	padding-right: 195px;
}
.style_2{
	margin-bottom: -3px;
	display: block;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus, a:active{
    text-decoration: none;
    outline: none;
}
.f-right{
	text-align: right;
}
.color_1{
	color: #3e454c;
}
/************Header************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	background: url('../images/main_pic.jpg') 50% 0 no-repeat;
	padding-bottom: 147px;
}
.top_line{
	position: absolute;
	display: block;
	width: 100%;
	height: 7px;
	background: #64a6cd;
}
.logo {
	display:block; 
	width: 190px; 
	height: 89px; 
	margin-top: 76px;
}
.slog{
	position: relative;
	margin: 0 0 15px;
}
.slog .title{
	position: relative;
	font: 100px/90px 'Bitter', serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.slog .title span{
	color: #7ecefd;
}
.social{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}
.social-icon {
  margin: 20px 0 0;
  float: right;
}
.social-icon > li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.social-icon > li > a {
  display: inline-block;
}
.social-icon > li > a > img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icon > li > a:hover img {
  top: -5px;
}
/************End Header************/

/************Content***********/
#content{
	padding-top: 60px;
	background: #fff;
}
hr {
	border: none;
	height: 1px;
	color: #f2f2f2;
	background-color: #f2f2f2;
	margin: 0 0 40px;
}
blockquote{
	position: relative;
	margin-bottom: 45px;
}
blockquote p{
	position: relative;
	font: 14px/28px 'Bitter', serif;
	color: #4f555b;
	text-transform: uppercase;
}
blockquote p span{
	position: relative;
	font-size: 30px;
	color: #7ecefd; 
}
.link_1{
	color: #7ecefd;
}
.link_1:hover{
	color: #3e454c;
	text-decoration: none;
}
.link_2{
	color: #3e454c;
}
.link_2:hover{
	color: #7ecefd;
	text-decoration: none;
}
.cont_1{
	position: relative;
	padding-bottom: 41px;
	margin-bottom: 44px;
	border-bottom: 1px solid #f2f2f2;
}
.block_1{
	position: relative;
}
.block_1 img{
	position: relative;
	display: inline-block;
	float: left;
	margin: 7px 19px 0 0;
}
.block_1 .txt_info{
	position: relative;
}
.block_2{
	position: relative;	
}
.block_2 time{
	font: 21px/31px 'Open Sans', sans-serif;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	float: left;
	margin: 0 20px 0 0;
	color: #3e454c;
	width: 59px;
}
.block_2 time span{
	font: 50px/62px 'Bitter', serif;
	position: relative;
	display: inline-block;
	margin-bottom: -9px;
}
.block_2 h4{
	font: 20px/25px 'Open Sans', sans-serif;
	margin-bottom: 16px;
}
.st_1{
	padding-bottom: 40px;
	margin-bottom: 45px;
	border-bottom: 1px solid #f2f2f2;
}
.event .title{
	position: relative;
	margin-bottom: 10px;
}
.event .title img{
	position: relative;
	display: inline-block;
	float: left;
	margin: 6px 13px 0 0;
}
.event .title .txt_info{
	position: relative;
	overflow: hidden;
}
.event .title time{
	font: 15px/15px 'Open Sans', sans-serif;
	color: #201e20;
	text-transform: uppercase;
}
.event p{
	font: 14px/21px Arial, Helvetica, sans-serif;
	color: #b9b9b9;
	margin-bottom: 24px;
} 
.button1 {
	font: 600 15px/14px 'Open Sans', sans-serif;
    background: url("../images/more_bg1.jpg") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    padding: 14px 14px 15px 17px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button1:hover {
	background-position:0 -70px;
	text-decoration:none;
}
.button1 span{
	position: relative;
	display: inline-block;
	width: 7px;
	height: 11px;
	margin: 1px 0 0 19px;
	background: url('../images/arr_1.png') center 0 no-repeat;
}
.about_box{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 86px 0 81px;
	background: #1f212b url('../images/main_pic2.jpg') center 0 no-repeat;
}
.block_3{
	position: relative;
}
.block_3 img{
	position: relative;
	display: inline-block;
	float: left;
	margin: 5px 20px 0 0;
}
.block_3 .txt_info{
	position: relative;
}
.block_3 .txt_info p{
	margin-bottom: 8px;
	color: #667178;
}
.block_3  h4{
	font: 20px/25px 'Open Sans', sans-serif;
	position: relative;
	margin-bottom: 15px;
}

			/************Page_2***********/

.block_4{
	position: relative;
}
.block_4 img{
	position: relative;
	display: inline-block;
	float: left;
	margin: 7px 19px 0 0;
}
.block_4 .txt_info{
	position: relative;
}
.list_1{
	position: relative;
	margin: 0 0 9px;
}
.list_1 li{
	width: 100%;
	position: relative;
	display: inline-block;
	float: left;
	background: url('../images/arr_2.png') 0 7px no-repeat;
	padding: 0 0 0 21px;
	min-height: 18px;
	margin: 0 0 6px;
}
.list_1 a{
	color: #3e454c; 
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list_1 a:hover{
	color: #7ecefd;
	text-decoration: none;
}
.block_5{
	position: relative;
	padding-right: 36px;
}
.block_5 p span{
	position: relative;
	display: inline-block;
	width: 45px;
}
.list_2{
	position: relative;
	display: inline-block;
	margin: 0 0 22px;
	overflow: hidden;
}
.list_2 li{
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 30px  0 0;
}
.list_2 .last{
	margin-right: 0;
}
.list_3{
	position: relative;
	display: inline-block;
	margin: 0 0 22px;
	overflow: hidden;
}
.list_3 li{
	position: relative;
	display: block;
	margin: 0 0 24px 0;
}
.list_3 li blockquote{
	margin-bottom: 0;
}
			/************Page_3***********/
.list_4{
	position: relative;
	display: inline-block;
	margin: 7px 0 51px;
}
.list_4 li{
	margin-bottom: 20px;
}
.list_4 li .thumbnail {
	display: block;
	padding: 0 0 22px;
}
.list_4 li .thumbnail .caption{
	padding: 18px 0 0;
}
.list_4 li .thumbnail .caption span{
	font: 20px/20px 'Open Sans', sans-serif;
	color: #7ecefd;
	text-transform: uppercase;
	position: relative;
	display: inline-block; 
	float: left;
}
.list_4 li .thumbnail .caption p{
	text-align: right;
	padding-right: 29px;
}
.magnifier {
	position:relative;
	display:block
}
.magnifier:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;
	left:0;
	top:0;
	background:url('../images/magnifier.png') center center no-repeat;
-webkit-transition:opacity .2s linear;
-moz-transition:opacity .2s linear;
-o-transition:opacity .2s linear;
transition:opacity .2s linear
}
.magnifier:hover:after {
	opacity:.8;
-webkit-transition:opacity .2s linear;
-moz-transition:opacity .2s linear;
-o-transition:opacity .2s linear;
transition:opacity .2s linear
}
.list_4 li .thumbnail .caption a {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-left: 5px;
	white-space: nowrap;
}

.list_4 li .thumbnail .caption a:hover {
	background-position:0 0px;
}

.icon_1 {background:url('../images/icon_1.png') no-repeat 0 -20px ;
}
.icon_2 {background:url('../images/icon_2.png') no-repeat 0 -20px ;
}
.icon_3 {background:url('../images/icon_3.png') no-repeat 0 -20px ;
}
	
			/************Page_4***********/

.list_5{
	position: relative;
	display: inline-block;
	margin: 7px 0 51px;
}
.list_5 li{
	position: relative;
	display: inline-block;
	margin-bottom: 52px;
}
.list_5 li .txt_info{
	overflow: hidden;
}
.list_5 li .txt_info h4{
	font: 20px/15px 'Open Sans', sans-serif;
	margin-bottom: 18px;
}
.list_5 li .txt_info .links{
	font: 15px/11px 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.list_5 li .txt_info .links span{
	position: relative;
	display: inline-block;
	width: 54px;
	text-align: center;
	color: #3e454c;
}
.list_5 li time{
	font: 21px/31px 'Open Sans', sans-serif;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	float: left;
	margin: -7px 24px 0 0;
	color: #3e454c;
	width: 56px;
}
.list_5 li time span{
	font: 50px/62px 'Bitter', serif;
	position: relative;
	display: inline-block;
	margin-bottom: -9px;
}
.list_5 li img{
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 19px 0 0;
}


			/************Page_5***********/

.figure iframe {
	position: relative;
	width: 92%;
	height: 300px;
	margin: 0 0 21px;
}
.cont_info{
	position: relative;
}
.cont_info .title{
	font: 20px/25px 'Open Sans', sans-serif;
	color: #7ecefd;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin: 0 0 18px;
}
.width1{
	position: relative;
	display: inline-block;
	width: 94px;
}
.link_3{
	color: #aaaaaa;
}
.link_3:hover{
	color: #7ecefd;
	text-decoration: none;
}
 #form input,  #form textarea,  #form .success {
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .extra_wrapper {
 	overflow: visible;
}


/************End Content***********/
#copyright-year{
	font-weight: normal;
}








/************Footer************/
footer {
	display: block;
	padding: 18px 0 25px;
}
footer p{
	color: #667178;
	padding-top: 7px;
}
footer p span{
	text-transform: uppercase;
	font-weight: 600;
}
.soc-links a {
	display:block;
	width:34px;
	height:34px;
}

.soc-links a:hover {
	background-position:0 -34px;
}

.soc-links li {
	display:block;
	float:left;
	margin: 0 0 0 9px;
}

.soc-links {
	position: relative;
	display: inline-block;
	text-align: center;
	overflow:hidden;
}

.soc-link1 {background:url('../images/soc_icon1.png') no-repeat 0 0 ;
}
.soc-link2 {background:url('../images/soc_icon5.png') no-repeat 0 0 ;
}
.soc-link3 {background:url('../images/soc_icon3.png') no-repeat 0 0 ;
}
.soc-link4 {background:url('../images/soc_icon4.png') no-repeat 0 0 ;
}
.link{
	color: #667178;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link:hover{
	color: #fff;
	text-decoration: none;
}
/************End Footer************/




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


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

	header {
		padding-bottom: 72px;
	}
	blockquote h2{
		font-size: 39px;
	}
	.about_box {
		padding: 86px 0 62px;
	}
	.style_1 {
		padding-right: 0;
	}
	.list_2 li{
		width: 210px;
	}
	.list_4 li .thumbnail .caption span {
		float: none;
		width: 100%;
		padding-bottom: 15px;
	}
	.list_4 li .thumbnail .caption p {
		text-align: left;
	}
	.list_4 li .thumbnail .caption p a{
		margin-left: 0;
		margin-right: 5px;
	}
	.corr_2{
		font-size: 42px;
	}
	.event .title{
		padding-left: 1px;
	}
	.event .button1{
		margin-left: 1px;
	}
}
@media only screen and (max-width: 767px) {

	.menuHolder {
		margin-top: 34px;
	}
	.marg_1 {
		margin-bottom: 95px;
	}
	.slog .title {
		font: 72px/71px 'Bitter', serif;
	}
	.block_1{
		margin-bottom: 60px;
	}
	.block_1 img {
		position: relative;
		display: inline-block;
		float: none;
		width: 100%;
		margin: 7px 0 15px 0;
	}
	.event{
		padding-bottom: 55px;
	}
	.about_box{
		background: #000;
	}
	.f-right{
		text-align: left;
	}
	.soc-links{
		margin-top: 20px;
	}
	.soc-links li {
		margin: 0 9px 0 0;
	}
	.block_4{
		margin: 0 0 70px;
	}
	.block_4 img{
		margin: 0 0 30px;
		float: none;
		width: 100%;
	}
	.list_2 li{
		width: 100%;
		margin: 0 0 30px;
	}
	.list_2 li img{
		width: 100%;
	}
	.block_5{
		margin: 0 0 70px;
	}
	.list_4 li .thumbnail img {
		width: 100%;
	}
	.list_4 li .thumbnail .caption span {
		float: left;
		padding-bottom: 0;
		width: initial;
	}
	.list_4 li .thumbnail .caption p {
		text-align: right;
	}
	.list_4 li .thumbnail .caption p a{
		margin-left: 5px;
		margin-right: 0;
	}
	.list_5 li img{
		position: relative;
		display: inline-block;
		width: 80%;
		margin: 0 0 30px 0;
	}
	.list_5 li .txt_info{
		overflow: visible;
	}
	.figure iframe {
		width: 100%;
	}

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

	.slog .title {
		font: 59px/61px 'Bitter', serif;
	}
	blockquote h2 {
		font-size: 32px;
		line-height: 36px;
	}
	.block_3 img {
		float: none;
		margin: 5px 0 20px 0;
		width: 100%;
	}
	.title_3 {
		font-size: 58px;
		margin-bottom: 34px;
	}
	.owl-controls {
		top: -36px!important;
	}
	.corr_1{
		font-size: 40px;
	}
	.list_5 li img{
		width: 72%;
	}

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

}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}