@import url(http://fonts.googleapis.com/css?family=Cabin);
@import url(http://fonts.googleapis.com/css?family=Signika:300);
@import url(http://fonts.googleapis.com/css?family=Signika);
@import url(http://fonts.googleapis.com/css?family=Signika:700);
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	color:#727272;
	min-width:1020px;
	min-height:100%;
	background:url(images/body.gif) left top repeat-x #bbc951;
	font-size:13px;
	line-height:20px;
	padding:0 0 70px;
}


.main {
	width:970px; 	
	padding:0;
	margin:0 auto;
	position:relative;
}
.main_header {
	width:1020px; 	
	padding:0;
	margin:0 auto;
	position:relative;
}

a {color:#727272; outline:none; text-decoration:none;}
a:hover {text-decoration:none;}
.link {text-decoration:underline;}
.link2:hover {text-decoration:underline;}
.link3:hover { color:#1d1d1d;}
.link4 {text-decoration:underline;}
.link4:hover { text-decoration:underline; color:#1d1d1d;}

.wrapper {width:100%; overflow:hidden; position:relative;}
.extra-wrap {overflow:hidden;}

p {margin-bottom:20px;} 
.p0 {margin-bottom:0;}
.p1 {margin-bottom:10px;}

.d-in-block {display:inline-block;}
.d-block {display:block;}
.reg {text-transform:uppercase;}
.reg2 { font-weight:bold;}
.rel {position:relative;}
.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.img-indent-l {float:left; margin:0px 20px 0px 0px;}	

/*********************************boxes**********************************/
.indent {padding:22px 0px 30px 32px !important;}
.indent1 {padding:13px 20px 25px 30px !important;}

.indent-left {padding-left:20px;}

.indent-bottom {padding-bottom:53px;}
.indent-bottom1 {padding-bottom:34px;}
.indent-bottom2 {padding-bottom:22px !important;}

.indent-right {padding-right:0;}

.indent-top {padding-top:11px;}
.indent-top1 {padding-top:25px;}
.indent-top2 {padding-top:6px;}

.margin-top { margin-top:0;}

.margin-bot {margin-bottom:25px;}
.margin-bot1 {margin-bottom:16px;}
.margin-bot2 {margin-bottom:19px;}
.margin-bot3 {margin-bottom:12px;}
.margin-bot4 {margin-bottom:32px;}
.margin-bot5 {margin-bottom:13px;}
.margin-bot6 {margin-bottom:22px;}
.margin-bot7 {margin-bottom:30px !important;}

.margin-left {margin-left:0;}

.margin-right {margin-right:40px;}
.margin-right1 {margin-right:30px;}
.margin-right2 {margin-right:20px;}



/*********************************header*************************************/
header {
	width:100%;
}
h1 {
	padding:45px 14px 0 33px;
	float:left;
}
	h1 a {
		display:inline-block; 
		text-indent:-9999px;
		background:url(images/logo.png) no-repeat 0 0;
		width:116px;
		height:55px;
}
h2 {
	font-size:25px;
	line-height:30px;
	color:#a9a9a9;
	font-family: 'Cabin', sans-serif;
	font-weight:400;
	margin:49px 0 0;
}
h2 + h2 {
	margin:-6px 0 0;
}
/***** menu *****/
nav {
	float:left;
}
.menu {
	float:left;
	padding:26px 0 22px;
	position:relative;
	z-index:20;
	font-family:Arial, Helvetica, sans-serif;
}
.menu li {
	float:left; 
	position:relative;
	font-weight:bold;
	border-left:1px solid #7ac6d4;
}
.menu li span {
	display:block;
	width:12px;
	height:6px;
	background:url(images/sub.png) left top no-repeat;
	position:absolute;
	left:50%;
	margin-left:-6px;
	top:-999px;
}
.menu li a {
	display:block;
	font-size:18px;
	line-height:22px;
	color:#fff; 
	z-index:20;
	display:block;
	padding:6px 21px 9px 22px;
}
.menu>li>a {
	text-shadow:#2e9eaf 1px 1px;
}
.menu li.sfHover {
	position:relative;
	z-index:10;
}
.menu li a.active,
.menu > li > a:hover,
.menu > li.sfHover > a {
}
.menu li a.active span,
.menu > li > a:hover span,
.menu > li.sfHover > a span {
	top:-26px;
}

.menu ul {
	z-index:20;
	letter-spacing:normal;
	position:		absolute;
	top:			-9999em;
	width:			77px;
	padding:8px 17px 13px 17px;
	border:			none;
	background: #5a5a5a;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5a5a5a), to(#191919));
	background: -webkit-linear-gradient(#5a5a5a, #191919);
	background: -moz-linear-gradient(#5a5a5a, #191919);
	background: -ms-linear-gradient(#5a5a5a, #191919);
	background: -o-linear-gradient(#5a5a5a, #191919);
	background: linear-gradient(#5a5a5a, #191919);
	border-radius:0 0 20px 20px;
}
.menu ul ul {
	background: #707070;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#707070), to(#2e2e2e));
	background: -webkit-linear-gradient(#707070, #2e2e2e);
	background: -moz-linear-gradient(#707070, #2e2e2e);
	background: -ms-linear-gradient(#707070, #2e2e2e);
	background: -o-linear-gradient(#707070, #2e2e2e);
	background: linear-gradient(#707070, #2e2e2e);
	border-radius:20px;
}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {
	margin:0;
	padding:10px 0 10px;
	border:none;
	text-transform:uppercase;
	background:url(images/menu_bor.png) left top repeat-x;
}

.menu li li:first-child {
	background:none;
}
.menu li li li {
	background-image:url(images/menu_bor2.png);
}
.menu li li a {
	background:none;
	font-weight:normal;
	display:		block;
	padding:		0 0 0 3px;
	font-size:		13px;
	line-height:	16px;
	color:			#fff;
}
.menu li li > a:hover, 
.menu li li.sfHover > a {
	color:#6dd1db;
}

.menu li:hover ul, .menu li.sfHover ul {
	left:			5px;
	top:			59px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			94px;
	top:			-8px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/******************* slider *************/
.call_back {
	overflow:hidden;
	position:absolute;
	width:369px;
	height:73px;
	bottom:0;
	right:0;
	color:#525252;
	font-family: 'Signika', sans-serif;
	font-weight:700;
	font-size:26px;
	line-height:60px;
	margin-left:32px;
	z-index:10;
}
.call_back span {
	font-weight:400;
}
.slider_bg {
	background:url(images/slider_bg.png) left top no-repeat;
	padding:0px 20px 0px;
	overflow:hidden;
	position:relative;
}
.slider {
	width:980px;
	height:390px;
	position:relative;
}
.pagination {
	position:absolute;
	left:19px;
	bottom:33px;
	overflow:hidden;
	z-index:999;
}
.pagination li {
	float:left;
	margin-left:2px;
}
.pagination li:first-child {
	margin-left:0;
}
.pagination li a {
	display:block;
	width:15px;
	height:16px;
	background:url(images/pag_nav.png) right top no-repeat;
}
.pagination li a:hover,
.pagination .current a {
	background-position:left top;
}
.pagination .current a {
	cursor:default;
}
.items {display:none;}
.banner_bg {
	position:absolute;
	width:610px;
	height:73px;
	background:url(images/banner_bg.png) left top no-repeat;
	left:-11px;
	bottom:0;
}
.banner {
	text-align:center;
	position:absolute;
	z-index:99 !important;
	left:74px;
	top:317px;
	width:515px;
	height:48px;
	overflow:hidden;
	background:none;
	font-size:30px;
	line-height:36px;
	color:#d4d4d4;
	font-weight:400;
	font-family: 'Signika', sans-serif;
	letter-spacing:1px;
	padding:12px 0 0 0;
}
.banner span {
	font-weight:700;
}
/*********************************content*************************************/
#content {
	width:100%; 
	padding:5px 0 34px;
	background:#fff;
}
#page1 #content {
	padding:0 0 34px;
}
#page3 #content {
	padding:54px 0 34px;
}
.box-1 {
	overflow:hidden;
	width:218px;
	background:url(images/box-1.gif) left top repeat-x #f9f9f5;
	border:1px solid #fdfdfc;
	border-top-width:4px;
	border-right-color:#f3f3ea;
	border-bottom-color:#f9f9f5;
	box-shadow:0 0 2px 2px #e6e6e6;
	border-radius:13px;
}
.box-1>div {
	padding:1px 21px 15px 5px;
}
.box-2 {
	overflow:hidden;
	background:#f3f3f3;
	border-radius:11px;
	width:220px;
	box-shadow:inset 1px 0 5px rgba(0,0,0, .03);
	-moz-box-shadow:inset 1px 0 5px rgba(0,0,0, .03);
	-webkit-box-shadow:inset 1px 0 5px rgba(0,0,0, .03);
}
.box-2>div {
	padding:20px 20px 31px 37px;
}
.box-3 {
	background:#f9f9f9;
	width:700px;
	overflow:hidden;
	border-radius:11px;
	box-shadow:inset 1px 0 5px rgba(0,0,0, .03);
	-moz-box-shadow:inset 1px 0 5px rgba(0,0,0, .03);
	-webkit-box-shadow:inset 1px 0 5px rgba(0,0,0, .03);
}
.box-3>div {
	padding:28px 25px 27px 34px;
}
.letter {
	width:74px;
	height:74px;
	background:url(images/letter1.png) left top no-repeat;
	overflow:hidden;
	font-size:36px;
	line-height:74px;
	text-align:center;
	margin:0 22px 0 0;
	float:left;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}
.let-2 {
	background-image:url(images/letter2.png);
	margin-right:24px;
}
.col-1 {
	float:left;
	width:288px;
	margin-right:30px;
	overflow:hidden;
}
.col-2 {
	float:left;
	width:320px;
	overflow:hidden;
}
.col-3 {
	width:160px;
	float:left;
}
.col-4 {
	width:620px;
}
.col-5 {
	width:310px;
}
.col-6 {
	width:265px;
	float:left;
}
.col-7 {
	width:111px;
	float:left;
}
.col-8 {
	width:300px;
}
.col-9 {
	width:630px;
}
.col-10 {
	width:380px;
}
.col-11 {
	width:220px;
}
.col-12 {
	width:949px;
}
.col-13 {
	width:270px;
	float:left;
}
.col-14 {
	width:550px;
	float:left;
}
/*********************************bg's*************************************/
.bg-1 {
	background:#fff;
}
.bg-2 {
	background:url(images/bg-2.png) left 32px no-repeat;
	padding:95px 40px 0 0;
}
.bg-3 {
	background:url(images/bg-3.gif) left top repeat-x #f6f9f6;
}
.bg-4 {
	background:url(images/bg-4.gif) left top repeat-x #f7f7f7;
}
.bg-5 {
	background:url(images/bg-5.png) 168px 11px no-repeat;
	min-height:231px;
}
.bg-6 {
	background:url(images/bg-6.gif) left top repeat-x #f9f7f5;
	min-height:231px;
}
.border-1 {
	background:url(images/border-1.gif) left bottom repeat-x;
	padding:0 0 18px;
	margin-bottom:20px;
}
.border-2 {
	border-bottom:2px solid #f5f5f5;
	padding:0 0 45px;
}
.soc {
	width:169px;
	overflow:hidden;
	margin-left:24px;
	float:left;
	font-size:16px;
	line-height:20px;
	min-height:57px;
	font-weight:400;
	font-family: 'Signika', sans-serif;
}
.soc>div {
	padding:4px 0 0 75px;
}
.soc a {
	display:inline-block;
	color:#4f87ba;
}
.soc span {
	display:block;
	font-size:22px;
	line-height:27px;
	margin:-1px 0 0;
}
.soc_1 {
	background:url(images/soc_1.gif) left top no-repeat;
}
.soc_2 {
	background:url(images/soc_2.gif) left top no-repeat;
}
.soc_2 a {
	color:#2ea9b4;
}
/*********************************buttons*************************************/
.form2_btn {
	display:inline-block;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#fff;
	background:url(images/form2_btn.png) left top repeat-x #abca08;
	padding:5px 18px 6px;
	border-radius:16px;
	text-shadow:#a5c106 1px 1px;
	margin-left:6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.form2_btn:hover {
	background-position:left -82px;
	background-color:#c7dc0c;
}
.button-1 {
	display:inline-block;
	padding:8px 21px 9px 17px;
	background:#e9e9e5;
	border-radius:16px;
	font-size:12px;
	line-height:15px;
	color:#1e1e1e;
	height:15px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button-1:hover {
	background:#d4d4d0;
	color:#f8f8f3;
}
.button-2 {
	display:inline-block;
	background:url(images/button-2.png) right 7px no-repeat;
	padding:0 18px 0 0;
	font-size:18px;
	line-height:22px;
	color:#adcb08;
	font-weight:400;
	font-family: 'Signika', sans-serif;
}
.button-2:hover {
	color:#464646;
}
.button-3 {
	display:inline-block;
	font-weight:400;
	color:#464646;
	font-size:18px;
	line-height:18px;
	font-family: 'Signika', sans-serif;
	font-style:normal;
	padding:0 0 0 20px;
	background:url(images/button-3.png) left 6px no-repeat;
}
.button-3:hover {
	color:#adcb08;
}
.button-4 {
	display:inline-block;
	text-decoration:underline;
	color:#3db3c0;
	font-size:13px;
	line-height:16px;
	padding:0 0 0 24px;
	background:url(images/button4_1.png) left top no-repeat;
}
.button-4.mar_2 {
	background-image:url(../images/button4_2.png);
}
/*********************************lists*************************************/
.dl-1 dt {
	margin-bottom:20px;
	font-weight:bold;
}
.dl-1 dd {
	overflow:hidden;
}
.dl-1 dd span {
	display:block;
	float:left;
	width:73px;
}
.ul-1 {
	padding-left:5px;
}
.ul-1 li {
	font-size:13px;
	line-height:24px;
}
.ul-1 li a {
	color:#515151;
}
.ul-1 li a:hover {
	text-decoration:underline;
}

.ul-3 {
	width:250px;
}
.ul-3 li {
	width: 100%; 
	overflow: hidden; 
	vertical-align:top;
	font-size:12px;
	line-height:22px;
}
.ul-3 li strong {
	background:url(images/price_line.png) left 15px repeat-x;
	display: block; 
	overflow: hidden;
}
.ul-3 li span {
	float: right;
	color: #727272;
}
.ul-3 li a {
	float: left;
	text-decoration: none;
	color: #727272;
}
.ul-3 li a:hover {
	text-decoration:underline;
}
/*********************************fonts*************************************/
h3 {
	font-size:42px;
	line-height:51px;
	color:#7b7b7b;
	font-weight:400;
	font-family: 'Signika', sans-serif;
	font-style:normal;
	margin:0;
}
h3 + h3 {
	margin:-10px 0 0;
}
h4 {
	font-size:34px;
	line-height:41px;
	color:#7b7b7b;
	font-weight:400;
	font-family:'Signika', sans-serif;
	font-style:normal;
	display:block;
}
h5 {
	font-size:21px;
	line-height:26px;
	color:#464646;
	font-weight:400;
	font-family: 'Signika', sans-serif;
	font-style:normal;
}
h5 + h5 {
	margin-top:-2px;
}
#page3 h5 + h5 {
	margin-top:-8px;
}
.title-1 {
	font-size:60px;
	line-height:72px;
	color:#676767;
	font-weight:400;
	font-family: 'Signika', sans-serif;
	margin-bottom:5px;
}
.title-2 {
	display:block;
	font-size:22px;
	line-height:27px;
	color:#7b7b7b;
	font-weight:400;
	font-family: 'Signika', sans-serif;
	margin-bottom:-5px;
}
.title-3 {
	display:block;
	font-size:44px;
	line-height:53px;
	color:#464646;
	font-weight:400;
	font-family: 'Signika', sans-serif;
	margin-bottom:0px;
}
.title-3 + .title-3 {
	margin-top:-22px;
}
.color-1 {color:#c8c8c8;}
.color-2 {color:#3db3c0;}
.color-3 {color:#464646;}
.color-4 {color:#adcb08;}
/******* form's ********/
#form-2 {
	padding:54px 0 0 72px;
}
.input-1 {
	float:left;
	display:block;
	width:229px;
	height:33px;
	padding:0 15px;
	background:url(images/input-1.png) left top no-repeat;;
	overflow:hidden;
	position:relative;
}
.input-1 input {
	width:229px;
	padding:9px 0 8px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:16px;
	color:#adadad; 
	border:none;
	background:none;
	outline:none;
}

/***** contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#form1 fieldset {
		border:none;
		padding:0;
		}			
			#form1 label {
				display:block;
				min-height:43px;
			}
			#form1 label.message {
				height:230px;
			}
			.inp {
				display:block;
				width:347px;
				height:35px;
				padding:0 17px;
				background:url(images/inp.png) left top no-repeat;
				overflow:hidden;
				position:relative;
			}
			#form1 input {
				width:347px;
				padding:10px 0 9px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				height:16px;
				color:#727272; 
				border:none;
				background:none;
				outline:none;
			}
			#form1 .area .error { float:none;}
			.text_a {
				position:relative;
				overflow:hidden;
				display:block;
				width:449px;
				height:230px;
				padding:0 17px;
				background:url(images/text_a.png) left top no-repeat;
			}
			#form1 textarea {
				height:210px;
				margin:0;
				width:449px;
				padding:10px 0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#727272; 
				border:none;
				background:none;
				overflow:auto;
				outline:none;
				resize:none;
			}
			#form1 a {cursor:pointer;}
				#form1 .success {display:none; margin-bottom:10px;}
				#form1 .error,
				#form1 .empty {
					color:#f00;
					font-size:11px;
					line-height:18px;
					display:none;
					overflow:hidden;
					margin-left:15px;
				}
		.buttons-wrapper {text-align:right; padding:18px 5px 0 0; position:relative;}
		.buttons-wrapper a { margin-left:10px;}
		

.map {
	width:312px;
	height:261px;
	margin:0 0 30px;
}
/****************************footer************************/
footer {
	color:#939393;
	width:100%;
	background:#f5f5f5;
	text-align:center;
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
	color:#7e7e7e;
	font-weight:300;
	font-family:'Signika', sans-serif;
	font-style:normal;
	padding:25px 0 20px;
}