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


@font-face {
  font-family: 'Sail';
  font-style: normal;
  font-weight: 400;
  src: local('Sail'), local('Sail-Regular'), url(../fonts/hcGdwyTB1wNCtGmW0sDsQQ.woff) format('woff');
}


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}


body{
	background: #efefef url('../images/bg_main.jpg') 0 0 repeat;
	font:400 14px/24px 'Open Sans', sans-serif;
	color:#474646;
	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: 400 40px/1.3em 'Open Sans', sans-serif;
	color:#474646;
	/*text-transform:uppercase;*/
	padding-bottom:18px;
}
h1{font-size:40px;}
h2{font-size:35px;}
h3{
	font-size:30px;
	/*padding-bottom: 42px;*/
	padding-bottom: 2px;
margin-bottom:25px;
}
h4{font-size:27px;}  
h5{font-size:25px;}
h6{font-size:18px;font-weight:400;text-transform:none;}
p, .p {
padding-bottom: 11px;
}
.wrapper {width:100%;overflow:hidden;}
.extra-wrap{overflow:hidden;display:block;}
.link {
	text-transform:uppercase;
	color:#DB0000;
}
.link:hover {
	color:#4a4a4a;
}

.link:hover,.button:hover,.menu li a,.menu li a:hover {text-decoration:none;}
.link,.button,.menu li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.alignright{
	text-align:right;
}
.alignleft{
	text-align:left!important;
}
.fright{
	float: right;
}
.fleft{
	float: left;
}
.corr_1{
	font-weight: 600;
}
.marg_1 {
	margin-bottom: 25px;
}
.marg_2 {
	margin-bottom: 35px;
}
.marg_3{
	margin-bottom: 15px!important;
}
.pad_1{
	padding-bottom: 10px;
}
.pad_2{
	padding-right: 8px;
}
.pad_3{
	padding-bottom: 21px;
}
.pad_4{
	padding-bottom: 73px!important;
}
/************Header************/
header {
	width:100%;
	position:relative; 
	height: 235px;
	background:url('../images/header_bg.png') center top no-repeat #f2f2f2;
	z-index:50;
}
header>div {
	/*background:url('../images/header_shadow.png') center bottom no-repeat;*/
	height:235px;
}
.logoHolder{
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -153px;
	z-index: 50;
}
.logo {
	display: block;
	width: 340px; 
	height: 140px; 
	margin-top: 48px;
	margin-left: -20px;
}
/************End Header************/
/************Content***********/
.slogHolder{
	position: relative;
	background: #fff;
	padding: 38px 0 43px;
	text-align: center;
	z-index: 40;
}
.slog{
	position: relative;
	display: inline-block;
	font: 40px/30px 'Sail', cursive;
	color: #4a4a4a;
	text-align: center;
	width: 100%;
	margin-bottom: 16px;
}
.slog span{
	position: relative;
	display: inline-block;
	font-size: 30px;
	padding-bottom: 5px;
}
.button {
	display: inline-block;
	font-family:'Open Sans', sans-serif;
	font-size: 30px;
	font-weight:bold;
	line-height: 36px;
	padding: 6px 50px 9px;
	background: #DB0000;
	color: #fff;
	text-transform: uppercase;
}
.btn_1 {
	border-radius: 8px;
	background: #DB0000;
}
.btn_1:hover {
	background: #4a4a4a;
}
.btn_2 {
	display:block;
	font-size:18px;
	line-height:22px;
	padding:15px 0 18px;
	text-align:center;
	border:3px solid #DB0000;
	margin-bottom: 20px;
}
.btn_2:hover {
	border-color:#cc0d0d;
}
.btn_3 {
	font-size:18px;
	line-height:22px;
	padding:9px 20px 10px;
}
.btn_4 {
	font-size:18px;
	line-height:22px;
	padding:9px 23px 10px;
}
#content {
	position: relative;
	z-index: 1;
}
.contHolder_1{
	position: relative;
	text-align: center;
	background: url('../images/content_shadow.png') center top no-repeat #f2f2f2;
	padding: 40px 0 33px;
}
.figure {
	background:#fff;
	padding:3px;
	margin-bottom:1px;
}
.figure p {
	padding:10px 17px 12px;
	font-size:18px;
	line-height:24px;
}
.figure figcaption{
	text-align: left;
}
.contHolder_2{
    background: none repeat scroll 0 0 #E0E0E0;
    height: 75px;
    padding: 0;
    position: relative;

/*	position: relative;
	padding: 0;
	background: url('../images/content_bg_1.jpg') center top no-repeat #e0e0e0;
	height: 444px;*/
}


.contHolder_2 .size{
	font-size:18px;
	line-height:24px;
	font-weight: 300;
}
.poz_1{
	padding: 46px 0;
}
.contHolder_3{
	position: relative;
	padding: 40px 0;
	background: #f2f2f2;
}
.contHolder_3 h3{
	padding-bottom: 35px;
}
.contHolder_3 link{
	margin-left: 15px;
}
.size_1 {
	font-size:18px;
	line-height:24px;
}
.time_1 {
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #DB0000;
	text-transform: uppercase;
	float: left;
	width: 60px;
	margin-right: 20px;
}
.time_1 span {
	display: block;
}
.contHolder_4{
	position: relative;
	background: #fff;
	padding: 40px 0;
}
.contHolder_4 .link{
	text-transform: none;
	margin-left: -1px;
	font-size:18px;
	line-height:24px;
	color: #5d5d5d;
}
.contHolder_4 .link:hover{
	color: #DB0000;
}
.contHolder_4 .marg_bot{
	margin-bottom: 12px;
}
.contHolder_4 p{
	padding-bottom: 7px;
}
.contHolder_5{
	position: relative;
	background: #f2f2f2;
	padding: 40px 0;
}
.list-1 li {
	font-size:18px;
	line-height:22px;
	padding:7px 0;
	font-weight:400;
	margin: -14px 0 14px;
}
.list-1 li span {
	color:#e9656f;
}
.bg_1{
	background:url('../images/page2_icon-1.png') left 11px no-repeat;
	padding:0 0 0 100px;
}
.contHolder_6{
	position: relative;
	text-align: center;
	background: url('../images/content_shadow.png') center top no-repeat #f2f2f2;
	padding: 40px 0 10px;
}
.contHolder_6 .button{
	margin-bottom: 50px!important;
}
.contHolder_7{
	position: relative;
	background: url('../images/content_shadow.png') center top no-repeat #f2f2f2;
	padding: 40px 0 26px;
}
.contHolder_7 figure iframe {
	width: 100%;
	height: 334px;
}
.dl-1 dd span {
	display:block;
	float:left;
	width:80px;
}
.link_1{
	text-transform: none;
	color: #e9656f;
}
.link_1:hover{
	color: #4a4a4a;
	text-decoration: none;
}
/***** contact form *****/
#message_form fieldset {
	border:none;
	padding:0;
	}			
		#message_form label {
			display:block;
			min-height:70px;
			position:relative;
		}
		#message_form label.message {
			height:230px;
		}
		#message_form label input,#message_form textarea {
			background:#fff;
			border:1px solid #cbcbcb;
			color: #7a7a7a;
			font-family:'Open Sans', sans-serif;
			font-weight:300;
			font-size:14px;
			margin:0;
			outline:none;
			overflow: hidden;
			padding:15px 20px 16px;
			vertical-align: middle;
			resize:none;
		}
		#message_form label input {
			height:17px;
			vertical-align: middle;
			width:180px;
		}
		#message_form .area .error { float:none;}
		#message_form textarea {
			overflow:auto;
			width:418px;
			height:200px;
	}
		#message_form a {cursor:pointer;}
			#message_form .success {
				display:none;
				margin-bottom: 10px;
				background: #fff;
				box-shadow: none;
				border:1px solid #cbcbcb;
				color: black;
				position: absolute;
				left: 410px;
				z-index: 999;
				padding: 70px 142px;
			}
			#message_form .error,
			#message_form .empty {
				color:#f00;
				font-size:11px;
				line-height:18px;
				display:none;
				overflow:hidden;
			}
	.buttons-wrapper {
		text-align:right; 
		padding-top:30px; 
		position:relative;
	}
	.buttons-wrapper a {
		margin-left:20px;
	}
.contHolder_8{
	position: relative;
	background: url('../images/content_shadow.png') center top no-repeat #f2f2f2;
	padding: 40px 0 62px;
}
.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
}
/************End Content***********/

/************Footer************/
footer {
	padding:45px 0;
	color:#a1a1a1;
	font-size:12px;
	background: #fff;
}
footer .link {
	text-transform: none;
	color:#a1a1a1;
}
footer .link:hover {
	color:#000;
}
.style_1 {
	font-weight:400;
}
.style_2 {
	font-style:italic;
}
.color1 {
	color:#606060;
}
.size_2 {
	font-size:13px;
	line-height:21px;
}
.soc_list {
	overflow:hidden;
	margin-top: 10px;
}
.soc_list li:first-child {
	margin-left:0px;
}
.soc_list li {
	margin-left:10px;
	float:left;
}
.soc_list li a {
	display:block;
	width:24px;
	height:24px;
	position:relative;
	overflow:hidden;
}
.soc_list li a img {
	position:absolute;
	left:0;
	top:0;
}
.soc_list li a:hover img {
	top:-24px;
}
/************End Footer************/


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

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

	.figure figcaption{
		min-height: 145px;
	}
	.logoHolder {
		margin-left: -133px;
	}
	.logo img{
		width: 80%;
	}
	#message_form textarea {
		width: 395px;
	}
	#message_form label input {
		width: 395px;
	}
	#message_form .success {
		left: 330px;
		padding: 70px 131px;
	}
}
@media only screen and (max-width: 767px) {

	.logoHolder {
		margin-left: -163px;
	}
	.logo img{
		width: 100%;
	}
	.figure figcaption{
		min-height: 74px;
	}
	.figure img{
		width: 100%;
	}
	#message_form textarea {
		width: 378px;
	}
	#message_form label input {
		width: 378px;
	}
	#message_form .success {
		left: 0px;
		padding: 70px 122px;
	}
	.col_corr{
		color: #000;
	}

}
@media only screen and (max-width: 479px) {
	#message_form textarea {
		width: 258px;
	}
	#message_form label input {
		width: 258px;
	}
	#message_form .success {
		left: 0px;
		padding: 70px 62px;
	}

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

}


#pro_breadcrumbs-one {
    /*background: none repeat scroll 0 0 #EEEEEE;
    border-color: #F5F5F5 #E5E5E5 #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    width: 100%;
}

#pro_breadcrumbs-one li {
    float: left;
}

#pro_breadcrumbs-one a {
    background-color: #DDDDDD;
    background-image: linear-gradient(to right, #F5F5F5, #DDDDDD);
    color: #444444;
    float: left;
    padding: 0.7em 1em 0.7em 2em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#pro_breadcrumbs-one li:first-child a {
    border-radius: 5px 0 0 5px;
    padding-left: 1em;
}

#pro_breadcrumbs-one a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}

#pro_breadcrumbs-one a:after, #pro_breadcrumbs-one a:before {
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    border-top: 1.5em solid transparent;
    content: "";
    margin-top: -1.5em;
    position: absolute;
    right: -1em;
    top: 50%;
}

#pro_breadcrumbs-one a:after {
    border-left-color: #DDDDDD;
    z-index: 2;
}

#pro_breadcrumbs-one a:before {
    border-left-color: #CCCCCC;
/*    right: -1.1em;
    z-index: 1;*/
}

#pro_breadcrumbs-one a:hover:after {
    border-left-color: #FFFFFF;
}

#pro_breadcrumbs-one .current, #pro_breadcrumbs-one .current:hover {
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
}

#pro_breadcrumbs-two .current, #pro_breadcrumbs-two .current:hover, #pro_breadcrumbs-four .current, #pro_breadcrumbs-four .current:hover {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
}

#pro_breadcrumbs-one .current:after, #pro_breadcrumbs-one .current:before, #pro_breadcrumbs-two .current:after, #pro_breadcrumbs-two .current:before, #pro_breadcrumbs-four .current:after, #pro_breadcrumbs-four .current:before {
    content: normal;
}

#pro_breadcrumbs-two {
    overflow: hidden;
    width: 100%;
}

#pro_breadcrumbs-two li {
    float: left;
    margin: 0 0.5em 0 1em;
}

#pro_breadcrumbs-two a {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #444444;
    float: left;
    padding: 0.7em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#pro_breadcrumbs-two a:hover {
    background: none repeat scroll 0 0 #99DB76;
}

#pro_breadcrumbs-two a:before {
    border-color: #DDDDDD #DDDDDD #DDDDDD transparent;
    border-style: solid;
    border-width: 1.5em 0 1.5em 1em;
    content: "";
    left: -1em;
    margin-top: -1.5em;
    position: absolute;
    top: 50%;
}

#pro_breadcrumbs-two a:hover:before {
    border-color: #99DB76 #99DB76 #99DB76 transparent;
}

#pro_breadcrumbs-two a:after {
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #DDDDDD;
    border-top: 1.5em solid transparent;
    content: "";
    margin-top: -1.5em;
    position: absolute;
    right: -1em;
    top: 50%;
}

#pro_breadcrumbs-two a:hover:after {
    border-left-color: #99DB76;
}

#pro_breadcrumbs-four {
    overflow: hidden;
    width: 100%;
    /*background-image: linear-gradient(to left, #e5e5e5, #ffffff);*/
}

#pro_breadcrumbs-four li {
    float: left;
    margin: 0 0.6em 0 0.7em;
}

#pro_breadcrumbs-four a {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #444444;
    float: left;
    padding: 0.3em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 110%;
}

#pro_breadcrumbs-four a:hover {
    background: none repeat scroll 0 0 #85DBF4;
}

#pro_breadcrumbs-four a:before, #pro_breadcrumbs-four a:after {
    background: none repeat scroll 0 0 #DDDDDD;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    transform: skew(-10deg);
    width: 1em;
}

#pro_breadcrumbs-four a:before {
    border-radius: 5px 0 0 5px;
    left: -0.5em;
}

#pro_breadcrumbs-four a:hover:before {
    background: none repeat scroll 0 0 #85DBF4;
}

#pro_breadcrumbs-four a:after {
    border-radius: 0 5px 5px 0;
    right: -0.5em;
}

#pro_breadcrumbs-four a:hover:after {
    background: none repeat scroll 0 0 #85DBF4;
}

.pro_breadcrumbs-indent {
    padding: 5px 0 15px;
}


#content ul{
	list-style:disc outside none;
	padding-left: 40px;

}

.comment_box{

}

.comment_box label {
	display:block;
	font-weight:bold;
}

#content 
#content ol {
	list-style: upper-roman;
	margin-left: 2.25em;
	padding: 0; }
#content ol ol {
	list-style: lower-alpha; 
	margin-left: 1.25em;}
#content ol ol ol {
	list-style: lower-roman;
	margin-left: 2.5em; }
#content ol ol ol ol {
	list-style: decimal; }
#content li {
	padding-left: 2em; }
#content li li {
	padding-left: .4em; }
#content li li li {
	padding-left: 0; }

#content ol {
	list-style: upper-roman;
	margin-left: 2.25em;
	padding: 0; }
#content li {
	padding-left: 2em; }

.subpages{margin-bottom:30px;}
.subpages img{float:left; margin:0 20px 20px 0;}
.subpages p{margin:0 20px 0 5px; text-align:left;}
.subpages h4{text-align:left;}
div.subpages:nth-child(2n+3){clear:both;}


