/*css*/
@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:700);
@import url(http://fonts.googleapis.com/css?family=Jockey+One);

html, body {
	background: #ffffff;
	width: 100%;
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #9d9c9c;
}

* ul { list-style: none; }

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

a { color: #9d9c9c; display: inline-block; text-decoration: none; }
a:hover { color: #4ad1e5; }

.clearfix { *zoom: 1; }
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after { clear: both; }

.fleft { float: left; }
.fright { float: right; }

h1 { position: relative; z-index: 120; }

h2, h3, h4 { 
	position: relative; 
	display: block; 
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #444444;
}

h3 { font-size: 24px; line-height: 31px; }

h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 36px; 
	line-height: 36px; 
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 27px;
}

h5 { 
	font-family: 'Jockey One', sans-serif; 
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	color: #444444;
	text-transform: uppercase;
}

h6 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #444444;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 36px;
}

time.title {
	font-size: 48px;
	line-height: 43px;
	font-family: 'Jockey One', sans-serif; 
	font-weight: normal;
	text-align: center;
	color: #444444;
	text-transform: uppercase;
}

.title_1 {
	font: bold 72px/72px 'Ubuntu', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

.title_5 {
	font: bold 47px/47px 'Ubuntu', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 10px;
}

.title_2 {
	font-family: 'Jockey One', sans-serif; 
	font-size: 25px;
	line-height: 20px;
	color: #444444;
	padding-top: 5px;
	text-transform: uppercase;
	text-align: center;
	width: 102%;
}

.color_1 { color: #4ad1e5; display: inline-block; }

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

#header {
	position: relative;
	height: 79px;
	margin-top: 50px;
}

.shadow_bg {
    background: url("../images/page1_img1.png") 0 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 16px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 16px;
    z-index: 100;
    width: 78%;
}

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

#content, #content_2, #content_3, #content_4 {
	background: url(../images/page1_img9.jpg) 0 0 repeat;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#content_2 { padding: 58px 0 15px; border-bottom: 5px solid #ebebeb; }
#content_3 { padding: 58px 0 27px; }
#content_4 { padding: 58px 0 56px; }

.container_bg { 
	position: relative; 
	overflow: hidden; 
	background: url(../images/page1_img13.jpg) 0 0 repeat;
	padding: 58px 0 80px;
	margin: 0;
}

.slider_wrapper {
    overflow: hidden;
    position: relative;
    margin-top: -1px;
}

.wt_wrap {
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 58px 0 49px;
}

.center { 
	text-align: center; 
	position: relative;
	padding: 36px 0 39px;
}

.center_img { text-align: center; padding-right: 22px; margin-top: -3px; }

.thumbs {
	background: #fff;
	position: relative;
	padding: 35px 29px;
	text-align: center;
	min-height: 369px;
	margin-bottom: 20px;

	-webkit-box-shadow: 1px 1px 3px #eeeded;
	-moz-box-shadow: 1px 1px 3px #eeeded;
	-ms-box-shadow: 1px 1px 3px #eeeded;
	-o-box-shadow: 1px 1px 3px #eeeded;
	box-shadow: 1px 1px 3px #eeeded;
}

.thumbs img {
	margin-bottom: 24px;
}

.thumbs p {
	margin-top: 13px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a.link_1 {
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 11px;
	line-height: 39px;
	color: #fff;
	padding: 0 18px;
	margin-top: 38px;
	background: #444444;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

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

a.link_2 {
	text-transform: uppercase;
	font-family: 'Jockey One', sans-serif;
	color: #4ad1e5;
	font-size: 18px;
	line-height: 21px;
	display: inline-block;
	margin-top: 11px;
	text-decoration: none;
}

a.link_3 {
	color: #9d9c9c;
	display: inline-block; 
	text-decoration: underline; 
}

a.link_1:hover {
	text-decoration: none;
	background: #4ad1e5;
}

a.link_2:hover { color: #444444; }
a.link_3:hover { color: #4ad1e5; text-decoration: none; }

.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; }

p.uppercase, p.uppercase_1 { 
	text-transform: uppercase; 
	color: #444444;
	line-height: 21px;
	font-size: 12px;
	margin-bottom: 26px;
}

p.uppercase_1 { 
	margin-bottom: 30px;
}

p.normal {
	margin-bottom: 21px;
	line-height: 21px;
	font-size: 13px;
}

.date_thumb {
	position: relative;
	overflow: hidden;
	padding: 53px 11px 53px 14px;
	text-align: center;
}
.date_thumb p {
	font-size: 10px;
	text-transform: uppercase;
	color: #444444;
	line-height: 21px;
}

.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.banner img {
	display: block;
	width: 100%;
}

.article {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.image img, .image_1 img, .image_2 img {
	width: 100%;
	display: block;
	padding-top: 6px;
}

.image_1 img { padding-top: 7px; }
.image_2 img { padding-top: 7px; margin-bottom: 23px; }

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

#footer {
	border-top: 3px solid #e5ecef;
	position: relative;
	overflow: hidden;
	padding: 40px 0 72px;
}

.logo {
	display: block;
	position: relative;
	margin: 12px 0 10px;
}

.copy {
	color: #444444;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 14px;
}

.copy a {
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
}

.copy a:hover {
	text-decoration: none;
	color: #4ad1e5;
}

.socials {
	position: relative;
	overflow: hidden;
	margin-top: 19px;
	float: left;
}

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

.socials a {
	height: 22px;
	display: inline-block;
}

.socials li a i {
	color: #b0b0b0;
	font-size: 22px;
}

.socials li a i:hover { color: #818167; }

ul.group_list, ul.group_list_1, ul.group_list_2 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

ul.group_list_2 { margin-top: -10px; }

ul.group_list li, ul.group_list_1 li, ul.group_list_2 li {
	float: left;
	background: url(../images/arrow_bull.png) 0 18px no-repeat;
	padding-left: 13px;
	width: 100%;
}

ul.group_list li a, ul.group_list_1 li a, ul.group_list_2 li a {
	font-size: 12px;
	line-height: 40px;
	display: inline-block;
	color: #83868a;
	text-decoration: none;
}

ul.group_list li a:hover, ul.group_list_1 li a:hover, ul.group_list_2 li a:hover {
	color: #4ad1e5;
	text-decoration: none;
}

.title_3 {
	font: bold 18px/21px 'Ubuntu', sans-serif;
	color: #444444;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.title_4 {
	text-transform: uppercase;
	font: normal 12px/20px 'Ubuntu', sans-serif;
	color: #444444;
}

.title_4 a { color: #444444; text-decoration: none; }
.title_4 a:hover { color: #4ad1e5; }

#toTop {
    background: url("../images/totop.jpg") 0 0 no-repeat;
    border: none;
    bottom: 285px;
    display: none;
    height: 52px;
    left: 51%;
    margin-left: 489px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    width: 52px;
    z-index: 20;
    
    -webkit-transition: all .2s ease .2s;
    -moz-transition: all .2s ease .2s;
    -ms-transition: all .2s ease .2s;
    -o-transition: all .2s ease .2s;
    transition: all .2s ease .2s;
}

.circle {
	display: inline-block;
	position: relative;
	float: left;
	color: #ffffff;
	background: #444444;
	width: 46px;
	height: 46px;
	font: normal 24px/44px 'Jockey One', sans-serif;
	text-align: center;
	margin-right: 20px;
	margin-top: 7px;

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

.text, .text_1, .text_2, .text_3, .text_4 {
	float: left;
	position: relative;
	width: 76%;
	line-height: 21px;
}

.text_1 { width: 100%; margin-top: -1px; }
.text_2 { width: 100%; margin-top: 6px; }
.text_3 { width: 100%; margin-top: 15px; }
.text_4 { width: 100%; margin-bottom: 22px; }

.capture { line-height: 21px; }

ul.list li {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 26px;
}

ul.thumbnails {
	position: relative;
	overflow: hidden;
	padding-top: 7px;
	width: 100%;
}

ul.thumbnails li {
	margin-bottom: 24px;
}

ul.thumbnails img {
	display: block;
	width: 100%;
	margin-bottom: 23px;
}

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

.block, .block_1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
}

.block_1 { margin-bottom: 30px; }
.block_1 img { margin-top: 7px; }

.holder {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 29px;
}

.map { position: relative; overflow: hidden; margin-bottom: 23px; padding-top: 7px; }
.map_c { width: 540px; height: 268px; }

address { 
	line-height: 21px; 
	position: relative;
	overflow: hidden; 
	font: normal 13px/21px 'Ubuntu'; 
	color: #8f8e8e; 
}

address span { line-height: 21px; float: left; }
address a { display: inline-block; line-height: 21px; color: #8f8e8e; text-decoration: underline; }
address a:hover { text-decoration: none; }
dl dd { line-height: 21px; text-align: right; }

dl { width: 176px; }


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


@media only screen and (max-width: 995px) {
	
	.circle { margin-right: 8px; }
	.shadow_bg { width: 100%; }
}

@media only screen and (max-width: 767px) {
	
	.block .grid_1, .block_1 .grid_1  { width: 20%; }
	.block .grid_7, .block_1 .grid_3 { width: 75%; margin-left: 5%; }

	.image img, .image_1 img, .image_2 img { margin-bottom: 30px; }

	#header {
    	height: 140px!important;
    	margin-top: 25px;
    	position: relative;
	}

	.divider_2 { margin: 13px 0 42px; }
	.divider_3 { margin: 30px 0 40px; }

	ul.thumbnails li { margin-bottom: 30px; }
	
	.date_thumb { padding-bottom: 0px; }
	
	.banner { margin-top: 53px; }

	ul.socials { margin-bottom: 30px; }

	ul.group_list { margin-bottom: 30px; }

	.info_block { position: relative; overflow: hidden; margin-top: 30px; }
	.info_block_1 { position: relative; overflow: hidden; margin-bottom: 30px; }

	#footer { padding: 40px 0; }

	address { margin-bottom: 30px; }

	h2 { font-size: 43px; line-height: 43px; }

	.thumbs { margin-bottom: 30px; }

	.logo { margin-top: 30px; }

}

@media only screen and (max-width: 480px) {
	
	.block_1 .grid_1 { width: 20%; }
	.block_1 .grid_3 { width: 80%; }

	.image img, .image_1 img, .image_2 img { margin-bottom: 30px; }

	#header {
    	height: 140px!important;
    	margin-top: 25px;
    	position: relative;
	}
	
	.date_thumb { padding-bottom: 0px; }
	
	.banner { margin-top: 53px; }

	ul.socials { margin-bottom: 30px; }

	.block_1 .grid_3 { width: 75%; margin-left: 5%; }

	ul.group_list { margin-bottom: 30px; }

	.shadow_bg { background-size: 100%; width: 100%; }

}

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

	.block .grid_1, .block_1 .grid_1  { width: 20%; }
	.block .grid_7, .block_1 .grid_3 { width: 75%; margin-left: 5%; }

	.image img { margin-bottom: 20px; }	

	#header {
    	height: 130px;
    	margin-top: 25px;
    	position: relative;
	}
	
	.shadow_bg { background-size: 100%; width: 100%; }

	.map_c { width: 100%; height: 45%; }

}
