/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(http://fonts.googleapis.com/css?family=Anton);



html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 12px/22px Arial, Helvetica, sans-serif;
	color:#767676;
	position:relative;
	min-width:960px;
	height: 100%;
	min-height: 100%;
	background: url(../images/bg_body.png) 0 0 repeat #121212;
}


html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	color: #525252;
}

h3 {
	font-size: 32px;
	line-height: 60px;
	color: #fff;
	padding-top: 64px;
	margin-bottom: 21px;
}

h3.head_icon {
	background: url(../images/step.png) 0 69px no-repeat;
	padding-left: 22px;
}

h3.head1 {
	padding-top: 50px;
}

h3.head2 {
	margin-bottom: 18px;	
}

p {
	margin-bottom: 22px;
}


img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li {
	margin-bottom: 17px;
	padding-top: 30px;
	border-top: 1px solid #323232;


}

ul.list li:first-child {
	padding-top: 3px;
	border: none;
}

ul.list li .extra_wrapper {
	padding-top: 0 !important;
	position: relative;
	top: -6px;
}


ul.list li .count {
	float: left;
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	margin-right: 20px;
	background: url(../images/count_bg.png) 0 0 no-repeat;
	width: 51px;
	height: 67px;
	font-weight: bold;
	text-align: center;

}


/*links*/

a {
	text-decoration: none;
	color: #fff;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	text-decoration: underline;

}

a.link-1 {
	text-decoration: underline;
}

a.link-1:hover {
	text-decoration: none;
}

a.btn {
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	padding: 6px 12px 5px;
	background-color: #111111;
	margin-top: 23px;
}

a.btn.bn1 {
	margin-top: 27px;
}
a.btn:hover {
	background: #2d2d2d;
	text-decoration: none;
}


/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0;
}


.img_inner {
	margin-top: 4px;
	margin-bottom: 7px;
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 1px;
	margin-bottom: 6px;
}

.fright {
	float: right !important;	
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.text1 {
	color: #ffffff;
	font-family: 'Anton', sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	position: relative;
}

.white {
	color: #fff;
}

/*header*/

.main {
	background: url(../images/main_bg.png) center 0 repeat;
}

header {
	display: block;
	padding-top: 35px;
	background: url(../images/header_bg.png) center 0 no-repeat;
}

header h1 {
	float: left;
	margin-bottom: 35px;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 165px;
	height: 63px;
	text-indent: -999px;
}

header h1 a img {
	display: block;	
}

.page1_block {
	padding-top: 21px;
	background: url(../images/slider_bg.png) center 0  no-repeat;
}

.page1_block a {
	color: #fff;
	text-decoration:  underline;
}

.page1_block a:hover {
	text-decoration: none;
}


.page1_block .grid_3>div {
	background: url(../images/page1_block_bg.png) 0 bottom repeat-x #1a1a1a;
 	padding-left: 15px;
	padding-top: 16px;
	padding-bottom: 14px;
}
/*Content*/


.content {
	padding-bottom: 70px;
}

.block1 .text1 {
	top: -3px;	
	margin-bottom: 4px;
}

.block1 a {
	text-decoration: underline;
}


.block1 a:hover {
	text-decoration: none;
}

.block1 {
	border-top: 1px solid #303030;
	padding-top: 28px;

}

.block1:first-child {
	border: none;
	padding-top: 0;
	margin-bottom: 23px;
}

.extra_wrapper {
	padding-top: 2px;
}

.block2 .extra_wrapper {
	padding-top: 0;
}

.block2 {
	background: url(../images/light_bg.png) 0 0 repeat;
	margin-bottom: 10px;
	padding: 30px 30px 31px;
	position: relative;
	top: 3px;
	color: #676767;
	overflow: hidden;
}

.block2 em {
	font-size: 11px;
	color: #fff;
	display: block;
	margin-top: -5px;
}

.block2 img {
	margin-bottom: 0;
}

.block2 .extra_wrapper, {
	overflow: hidden !important; 
}

.block2 a.btn {
	margin-top: 28px;
}

.block2 span {
	color: #fff;
}

blockquote {
	position: relative;
	top: 2px;
	color: #727272;
}

blockquote div.first {
	background: url(../images/light2_bg.png) 0 0 repeat;
	border-radius: 10px;
}

blockquote div.first p {
	padding: 27px 20px 33px 30px;
	margin-bottom: 0;
	background: url(../images/quotes.png) 20px 21px no-repeat;
}

blockquote div.secnd {
	background: url(../images/quote_bot.png) 65px 0 no-repeat;
	text-align: right;
	color: #fff;
	padding-top: 9px;
	margin-bottom: 23px;
}

.gallery {
	padding-top: 3px;
	overflow: hidden;
}

.gallery .clear {
	height: 30px;
}

.training {
	position: relative;
	top: -1px;
}

.training img {
	margin-top: 7px;
}

.training .grid_4{
padding-top: 17px;
}

.box {
	background: url(../images/light_bg.png) 0 0 repeat;
	padding: 15px 15px 14px;
}

.box img.img_inner {
	margin-top: 0;
	margin-bottom: 14px;
}
/****Map***/

.map {
	padding-top: 3px;
}

.map figure {

		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 24px;
 display: block;
}
.map figure iframe {
	width: 100%;
	height: 306px;
	max-width: 100%
}

.map p {
	display: block;
	padding-bottom: 10px;
}

address dd span {
	min-width: 84px;
	display: inline-block;
}

address dt p {
	margin-bottom: 10px;
}
/************Footer***********/

footer {
	display: block;
	padding-top: 25px;
	padding-bottom:30px;
	color: #fff;
	
}

footer span, footer a {
	color: #676767;
}




/************Search Form************/

.search_block {
	overflow: hidden;
	float: right;
	position: relative;
	margin-top: 15px;
}

#search {
	overflow: hidden;	
}
#search input {
	border: none;
	font-size: 12px;
	line-height: 22px;
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
background: url(../images/bg_search.png) 0 0 repeat;	float: right;
	width: 276px;
	height: 33px;
	color: #eeeeee;
	padding: 7px 42px 6px 10px;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
#search a {
	display: block;
	background: url(../images/search_icon.png) center center no-repeat #5d5d5d;
	width: 34px;
	height: 33px;
	color: #fff;
	cursor: pointer;
	right: 0;
	top: 0px;
	position: absolute;
}
#search a:hover {
	background-color: #7C7C7C;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

.camera_prev {
	left: 10px !important;
}

.camera_next {
	right: 10px !important;
}

.caption h2 {
	line-height: 30px !important;
}



.slider_wrapper {
	height: 464px !important;
}


 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {
	overflow: visible ;
}


.pad1, .pad2, .pad3 {
	padding: 0;
}



}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

.page1_block {
	padding-top: 10px;
}

.camera_prev {
	left: 10px !important;
	top: 50%;
	margin-top: -26px;
}

.camera_next {
	right: 10px !important;
	top: 50%;
	margin-top: -26px;
}


.search_block {
	float: none;
}

#search input {
	width: 100%;
}

.box {
	margin-bottom: 30px;
}

.page1_block img {
	width: 100%;
	margin-top: 25px;
}

.slider_wrapper {
	height: 255px !important;
}

.img_inner {
	width: 100%;
}


.img_inner.fleft {
	float: none;
	margin-top: 20px !important;
}


.img_inner {
 float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 10px !important;
}


header h1 {
	float: none;
	position: relative;	
	padding-top: 10px;
}

header h1 a {
	margin: 0 auto;
	height: auto;
}

header h1 a img {
	width: 100%;
}


.map figure iframe {
	width: 100%;
	height: 300px;
}


.caption {
	display: none !important;
}

.gallery .clear {
	height: 0px;
}

}
 @media only screen and (max-width: 479px) {
 
body {
min-width:300px;
}

.slider_wrapper {
	height: 182px !important;
}


 .map figure iframe {
	width: 100%;
	height: 150px;
}


 }
