/*css*/
@import "reset.css";
@import "grid.css";
@import "superfish.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);

html, body {
	width: 100%;
	background: #323841;
	color: #3d3d3d;
	font: normal 14px/23px Arial, sans-serif;
}

p {margin-top: 9px;}

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

a, .owl-prev, .owl-next {
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

* {
	-webkit-text-size-adjust: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

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

#header {
	position: relative;
}


.header_bg {
	background: url(../images/slide_3.jpg) 0 0 no-repeat;
	width: 100%;
	margin: 0 auto;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
	
h1 a {z-index: 1; position: relative;}



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

#content {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.bg_1, .bg_2, .bg_3, .bg_4, .bg_5 {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #ebebec;
	padding: 83px 0 65px;
}

.bg_2 {background: #fff; padding: 78px 0 85px;}
.bg_3 {padding: 83px 0 84px;}
.bg_4 {background: #fff; padding: 78px 0 95px;}
.bg_5 {background: #fff; padding: 78px 0 38px;}

.image img {
	border: 11px solid #fff;
	text-align: center;
	margin-bottom: 20px;
}

.title_1, .title_2, .title_3 {
	display: block;
	font: 600 60px/60px 'Open Sans', sans-serif;
	color: #f15f43;
	text-transform: uppercase;
	margin: -9px 0 2px -5px;
}

.title_2 {
	font: 600 70px/70px 'Open Sans', sans-serif;
	margin: -11px 0 0 0;
	padding-left: 150px;
}

.title_3 {
	font: 300 40px/40px 'Open Sans', sans-serif;
	color: #363f45;
	margin-top: 3px;
	padding-left: 150px;
}

h2,h3,h4,h5,h6 {
	font: 300 30px/30px 'Open Sans', sans-serif;
	color: #363f45;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	line-height: 40px;
	color: #f15f43;
	text-transform: uppercase;
	margin-bottom: 31px;
}

h4 {
	font-size: 20px;
	line-height: 25px;
	color: #363f45;
}

h5 {
	font-size: 15px;
	line-height: 16px;
	color: #f15f43;
	font-weight: normal;
}

h6 {
	font-size: 14px;
	line-height: 25px;
	color: #f15f43;
	font-weight: normal;
	margin-top: 1px;
}

br {margin-top: 14px; display: block;}

.block {margin-top: -2px;}

.col1 {color: #f15f43; font-weight: 400; margin-top: 10px;}
.col2 {color: #363f45;}



a.link, a.link_1, a.link_3 {
	display: inline-block;
	font: 600 15px/50px 'Open Sans', sans-serif;
	color: #fff;
	background: #f15f43;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 19px;
	margin-top: 28px;
}

a.link_1 {
	font: 300 30px/100px 'Open Sans', sans-serif;
	padding: 0 44px;
	float: right;
	margin-top: 0;
}

a.link_2 {
	font: 400 20px/25px 'Open Sans', sans-serif;
	color: #363f45;
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
}

a.link_3 {
	background: #424955;
	padding: 0 28px;
	margin-top: 6px;
}

a.link_2:hover {color: #f15f43;}

a.link:hover, a.link_1:hover {background: #323841;}
a.link_3:hover {background: #f15f43;}

.divider, .divider_2, .divider_3 {
	margin-top: 24px;
	height: 5px;
	position: relative;
	background: url(../images/page1_img10.jpg) 0 0 repeat-x;
}

.divider_1 {
	position: relative;
	overflow: hidden;
	height: 1px;
	margin: 16px 25px 13px;
	background: #d3d3d3;
	padding: 0;
}

.divider_2 { margin: 13px 0 58px; }

.divider_3 { margin: 11px 0 42px; padding: 0; }

.break { margin-bottom: 15px; }

.image_1, .image_2 {
    display: inline-block;
    float: left;
    margin: 0 29px 0px 0;
}

.image_2 {
	position: relative;
    display: block;
    float: left;
    margin: 0 45px 0 0;
    width: 105px;
}

.block img {margin-top: 8px;}

.block h4 a {
	text-decoration: none;
	color: #f15f43;
	font-weight: 600;
}

.block h4 a:hover {color:#363F45;}

.block p {margin-top: 9px;}

time {
	color: #f15f43;
	font: 600 50px/50px 'Open Sans', sans-serif;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding-left: 18px;
	margin-top: -3px;
}

time>span {
	font-size: 20px;
	line-height: 20px;
	color: #363f45;
	display: block;
	font-weight: 300;
	padding-left: 2px;
	margin-top: 6px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 147px;
    left: 63.35%;
    margin-left: 500px;
    overflow: hidden;
    width: 73px;
    height: 73px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/toTop.png) 0 0 no-repeat;
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

#toTop:hover {
    outline: none;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.article {
	position: relative;
	overflow: hidden;
	margin: -1px 0 15px;
}
.article+.article {margin-bottom: 20px;}
.article a {font-weight: 300;}
.article div img {width: 100%; margin: 6px 0 20px;}

ul.date_list {
	margin: 0 0 9px;
	position: relative;
	overflow: hidden;
}

ul.date_list li {
   margin-bottom: 23px;
   overflow: hidden;
   position: relative;
}

ul.date_list time {
	background: #f15f43;
	font: 600 40px/40px 'Open Sans', sans-serif;
	color: #fff;
	display: block;
	position: relative;
	margin-top: 5px;
	padding: 12px 0 14px;
}

ul.date_list time:after {
	position: absolute;
	content: "";
	background: url(../images/page1_img9.png) 0 0 no-repeat;
    height: 15px;
    position: absolute;
    right: -12px;
    top: 14px;
    width: 12px;
}

ul.date_list li>div a.link_2{
	font-weight: 300;
}

ul.date_list p {margin-top: 17px;}

ul.date_list time>span {
	font-size: 15px;
	color: #000;
	padding: 0;
}

ul.list {
	position: relative;
	overflow: hidden;
	margin: 14px 0 11px;
	width: 106%;
}
ul.list li {
	float: left;
	background: url(../images/bull.png) 0 11px no-repeat;
	width: 100%;
	padding-left: 15px;
}
ul.list li a {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font: 300 14px/30px Arial, sans-serif;
}

ul.list li a:hover {
	color: #f15f43;
}

ul.list_2 {
	position: relative;
	overflow: hidden;
}

ul.list_2 li {
	overflow: hidden;
	margin-bottom: 20px;
}

ul.list_2 li>div {
	position: relative;
	overflow: hidden;
}

.number {
	float: left;
	margin-right: 20px;
	font: 600 50px/48px 'Open Sans', sans-serif;
	color: #f15f43;
}

.image_3 {margin-bottom: 20px;}
.image_3 img {width: 100%; margin-top: 6px;}

.thumb img {margin-bottom: 20px; width: 100%;}
.thumb a {font-weight: 300;}

table.table {
	width: 100%;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin: 50px 0 10px;
	border: none;
	font: 100 14px/18px 'Open Sans', sans-serif;
}

.table td, .table th {border: 1px solid #f3f3f3; width: 20%;}
.table td {padding: 11px 0 12px;}
.table th {color: #f15f43;font: normal 18px/50px 'Open Sans', sans-serif;}

.section, .extra_wrapper {position: relative;overflow: hidden;}
.section {margin: -1px 0 55px;}
.section time {float: left; padding: 0px; margin: 0 16px 0 0;}
.section time>span {padding: 0;}
.extra_wrapper hr {
	margin: 3px 0 30px; 
	height: 3px; 
	background: #f15f43; 
	border: none;
	position: relative;
}

.extra_wrapper p>a {color: #f15f43;text-decoration: none;display: inline-block;}
.extra_wrapper p>a:hover {color: black;}
.extra_wrapper>img {margin-bottom: 12px; width: 100%;}

.index {
	position: relative; 
	right: -3px;
	float: right;
	margin-top: -23px; 
	padding-left: 17px;
	background: url(../images/bull_2.png) 0 8px no-repeat;
}

.index a {color: #444444; text-decoration: none; font: normal 14px/25px 'Open sans', sans-serif;}
.index a:hover {color: #f15f43;}

aside .list {margin: -5px 0 68px;}

.text_1 {position: relative; overflow: hidden; margin-bottom: 37px;}
.text_1 h4 {font-weight: 400;}
.text_1 p {line-height: 24px; margin-top: 16px;}

.text_1+a {color:#f15f43; text-decoration: underline;}
.text_1+a:hover {color: #444444;text-decoration: none;}



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

#footer {
	position: relative;
	overflow: hidden;
	padding: 67px 0 83px;
	color: #8f9caa;
	font: 400 15px/17px 'Open Sans', sans-serif;
	text-transform: uppercase;
}

a.logo_2 {
	color: #f15f43;
	float: left;
	text-decoration: none;
	line-height: 18px;
	font-weight: 600;
}

a.link_4 {
	color: #76818e;
	text-decoration: none;
	text-transform: none;
}

a.link_4:hover, address a:hover {
	color: #f15f43;	
}

.copy {
	float: left;
	line-height: 14px;
	color: #76818e;
	position: relative;
	width: 174px;
}

address {
	position: relative;
	overflow: hidden;
	width: 100%;
	line-height: 20px;
}

address a {
	color: #8f9caa;
	text-decoration: none;
	display: inline-block;
	margin-top: -4px;	
}

address>div {
  
    float: left;
}

address img {margin: 3px 25px 10px 0;}

address br {margin: 0;}

.fleft {
	float: left;
	width: auto !important;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.fright {
	float: right !important;
}

ul.socials {
	margin-top: 19px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

ul.socials li {
	float: left;
	margin-right: 9px;
}

ul.socials li a {
	background: #424955;
	position: relative;
	width: 34px;
	height: 34px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 18px;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

ul.socials li a:hover {
	background: #f15f43;
}


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


@media only screen and (max-width: 1199px) {
	
	.image img {width: 90%;}

	 a.link_1 {font-size: 28px;padding: 0 16px;}
  	.title_3 {font-size: 36px; line-height: 36px; margin-left:2px;}

  	.title_2 {font-size: 56px; line-height: 58px;}

  	ul.date_list time {width: 52px;}
}

@media only screen and (max-width: 995px) {
	
	ul.socials {margin-top: 31px!important;}

}

@media only screen and (max-width: 767px) {
  
  	address {margin-bottom: 20px;}

	.text {margin-bottom: 30px; }
	.title_2 {font-size: 53px; line-height: 53px; margin: 0; display: inline; padding-left: 0;}
	.title_3 {padding-left: 0;}

	time {padding: 0; margin: -2px 20px 0 0; float: left; }

	ul.date_list time {padding: 12px 15px 14px; width: auto;}

	.wrap {margin-bottom: 30px;}

  	.header_bg {
  		-webkit-background-size: cover;
  		background-size: cover;
  	}

  	.aside, .thumb {margin-bottom: 30px;}

  	a.link_1 {margin-top: 30px;float: left; line-height:60px;}

	.bg_1, .bg_2, .bg_3 {padding: 60px 0 50px;}

  	h1 a img {width: 55%;}

	.table th {padding: 12px 3px; line-height: 22px;}
}

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

	address > div {margin-right: 15px;}

	address img {margin-right: 0;}

	.table td {font-size: 10px; padding: 3px 2px; line-height: 12px;}
	.table th {font-size: 12px; line-height: 15px;}

	.image_1 {display: block; margin: 0 0 20px; float: none;}
	.image_1 img {width: 100%;}

	a.link_1 {line-height: 75px;}

	.article {margin-bottom: 30px;}
  
}

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