@import"../css/skeleton.css";
@import"../css/menu-style.css";
@import"../css/slider.css";

/* 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 {
	background:url(../images/body-bg.gif) repeat center top;
	font-family:"Arial", Times, serif;
	font-size:16px;
	line-height:21px;
	color:#4c4d4d;
	min-width:310px;
}

a {color:#0ec2e2; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.col-1 {width:230px;}
.col-2 {width:220px;}

.wrapper {width:100%; overflow:hidden;position:relative;}

.wrapper300 {
	width: 400px;
	overflow: hidden;
	position: relative;
}

.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}
.p8 {margin-bottom:80px;}

.reg {text-transform:uppercase;}

.fleft {float:left}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}
.bl {display:block;}
.bo {font-weight:bold;}
.up {text-transform:uppercase;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#0ec2e2;}
.color-4 {color:#4c4c4c;}
.color-5 {color:#616161;}

.index-1 {z-index:1; position:relative;}
.index-2 {z-index:2 !important; position:relative;}
/*********************************boxes**********************************/
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:25px;}
.indent-bot3 {margin-bottom:35px;}
.indent-bot4 {margin-bottom:45px;}
.indent-bot5 {margin-bottom:55px;}
.indent-bot7 {margin-bottom:75px;}

.indent-r {margin-right:6px;}
.indent-r2 {margin-right:20px;}

.bot-indent {margin-bottom:10px;}
.bot-indent2 {margin-bottom:22px;}
.bot-indent3 {margin-bottom:5px;}

.bot-pad {padding-bottom:11px;}
.bot-pad2 {padding-bottom:3px;}
.bot-pad3 {padding-bottom:25px;}
.bot-pad4 {padding-bottom:85px;}
.bot-pad5 {padding-bottom:75px;}
.top-pad {padding-top:5px;}
.top-pad2 {padding-top:8px;}

.buttons a:hover {cursor:pointer;}

.img-pos img {max-width:100%; height:auto;}

.img-border {border:3px solid #eee;background:#FFF; padding:10px;}
.img-border a {display:block;}
.img-border2 {background:#f5f8f7;padding:5px;box-shadow:1px 1px 1px #dadada;-moz-box-shadow:1px 1px 1px #dadada;-webkit-box-shadow:1px 1px 1px #dadada;}
.img-border2 a {display:block;}
.img-border3 {border:3px solid #eee;background:#FFF; padding:10px;}
.img-style {float:left;margin: 0 20px 0 0;}
.img-style2 {float:left;margin: 5px 13px 0 0;}
.img-style3 {float:left;margin: 5px 20px 0 0;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {
	background:url(../images/header-bg.gif) repeat center top;
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:0px 0 0 0; 
	position:relative;
}
h1 a {
	display:block; 
	width:255px; 
	height:165px; 
	text-indent:-5000px;
	background:url(../images/logo_v2.png) 0 0 no-repeat;
}

.slogon {
	background:url(../images/slogon.png) no-repeat 0 0;
	position:absolute;
	top:42px;
	left:2px;
	height:60px;
	width:448px;
}

.header-top {padding: 10px 0 5px;}

#search {
	float:right;
	position:relative;
	width:186px;
}

#search input {
	background:none;
	border:1px solid #d7d7d9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#989898;
	padding: 5px 30px 6px 10px;
	position:relative;
	outline:none;
	margin:0;
	height:16px;
	width:144px;
}

.searchbutton {
	display:block;
	position:absolute;
	cursor:pointer;
	background:url(../images/searchbutton.png) no-repeat 0 0;
	height:11px;
	width:11px;
	top:9px;
	right:13px;
}

.searchbutton:hover {background-position: 0 -19px;}


.header-links {
	font-size:12px;
	line-height:15px;
	color:#989898;
	text-transform:uppercase;
	float:right;
}

.header-links a {
	color:#989898;
	text-decoration:none;
}

.header-links a:hover {text-decoration:underline;}


/*********************************content*************************************/
#content {
	background:url(../images/content-top-bg.gif) repeat-x center top;
	width:100%; 
	padding:58px 0 28px;
	position:relative;
	z-index:1;
}

#page1 #content {background:none;padding-top:30px;}

h3 {
	font-size:30px; 
	line-height:36px; 
	color:#4c4c4c;
	font-weight:normal;
	position:relative;
	text-transform:uppercase;
	letter-spacing:-2px;
}

h4 {
	font-size:24px; 
	line-height:29px; 
	color:#b6b6b6;
	position:relative;
	text-transform:uppercase;
	letter-spacing:-1px;
}

h5 {
	font-size:14px; 
	line-height:17px; 
	color:#0ec2e2;
	text-transform:uppercase;
	font-weight:normal;
}

h5 a {text-decoration:none;}
h5 a:hover {text-decoration:underline;}

h6 {
	color:#0ec2e2;
	font-weight:normal;
}

.button-wrapper {
	text-align:center;
	position:relative;
}

.button-space {
	background:url(../images/button-space-bg.gif) repeat 0 0;
	display:inline-block;
	padding: 0 6px;
	position:relative;
	z-index:3;
}

.button-line {
	position:absolute;
	top:17px;
	left:0;
	background:#d9d9da;
	height:1px;
	width:100%;
	z-index:1;
}

.button-line2 {
	position:absolute;
	top:17px;
	left:50%;
	background:#000;
	height:1px;
	width:0;
	z-index:2;
}

.button {
	background:#232323;
	display:inline-block; 
	font-size:16px;
	line-height:20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:7px 13px;
	box-shadow: 1px 1px 1px #d9d9d9;
	-moz-box-shadow: 1px 1px 1px #d9d9d9;
	-webkit-box-shadow: 1px 1px 1px #d9d9d9;
	transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
	
	.button:hover {background:#69dff7; color:#000;}

.button-view-all {
	position:absolute;
	display:block;
	background:url(../images/marker-2.png) no-repeat right 0;
	font-size:12px;
	line-height:1px;
	color:#8e8e8e;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0;
	padding: 17px 39px 17px 0;
	right:0;
	top:-1px;
}

.button-view-all:hover {background-position: right -37px;}

.border-1 {
	background:url(../images/border-1.gif) repeat-x 0 bottom;
	width:100%;
}

.circle {
	background:url(../images/circle.png) no-repeat 0 -151px;
	float:right;
	display:block;
	font-size:22px;
	line-height:27px;
	color:#b6b6b6;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	letter-spacing:-2px;
	padding:46px 0 0 0;
	position:relative;
	overflow:hidden;
	margin-left:-25px;
	height:91px;
	width:137px;
	z-index:1;
	text-shadow: 1px 1px 1px #f9f7f9;
	-moz-text-shadow: 1px 1px 1px #f9f7f9;
	-webkit-text-shadow: 1px 1px 1px #f9f7f9;
}

.circle:hover {
	background-position: 0 0;
	color:#FFF;
	z-index:9;
	text-shadow: 1px 1px 1px #0a91af;
	-moz-text-shadow: 1px 1px 1px #0a91af;
	-webkit-text-shadow: 1px 1px 1px #0a91af;
}

.circle span {
	display:block;
	margin-top:-9px;
}

.circle2 {
	background:url(../images/circle2.png) no-repeat 0 0;
	display:block;
	float:left;
	font-size:40px;
	line-height:48px;
	color:#b6b6b6;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:-1px;
	margin-right:18px;
	padding: 22px 0 0 0;
	height:81px;
	width:103px;
	text-shadow: 1px 1px 1px #FFF;
	-moz-text-shadow: 1px 1px 1px #FFF;
	-webkit-text-shadow: 1px 1px 1px #FFF;
}

.circle2:hover {color:#4c4c4c;}

.circle2 span {
	display:block;
	font-size:14px;
	line-height:17px;
	font-weight:normal;
	margin-top:-9px;
	letter-spacing:0;
}

.list-1 li {
	padding: 0 0 9px 37px; 
	background:url(../images/marker-1.png) 0 0px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#0ec2e2;
		text-decoration:none;
		font-style:italic;
	}
		.list-1 li a:hover {
			text-decoration:underline;
		}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px;
	line-height:17px;
	color:#4c4c4c;
	text-decoration:none;
	margin-top:2px;
}
.link-1:hover {text-decoration:underline;} 

.link-2 {
	font-size:16px;
	line-height:22px;
	color:#0ec2e2;
	text-transform:uppercase;
	text-decoration:none;
}

.link-2:hover {text-decoration:underline;}

.text-1 {font-size:22px;line-height:28px;color:#b6b6b6;} 
.text-2 {font-size:18px;line-height:22px;color:#b6b6b6;} 
.text-3 {line-height:22px;}

dl span {float:left; width:110px;}

.map-style iframe {
	height:233px;
	width:434px;
}

/***** Contact form *****/
#contact-form {
	position:relative;
	padding-top:5px;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}			
			#contact-form label {
				display:block;
				min-height:60px;
			}
			#contact-form label.message {
				min-height:160px;
			}
			
			#contact-form input {
				padding:14px 16px 17px;
				margin:0;
				font-family:"Arial", Times, serif;
				font-size:14px;
				line-height:17px;
				color:#6a6a6a; 
				border:1px solid #e8e8e8;
				background:#FFF;
				outline:none;
				width:186px;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				padding:14px 16px 17px;
				margin:0;
				font-family:"Arial", Times, serif;
				font-size:14px;
				line-height:17px;
				color:#6a6a6a; 
				border:1px solid #e8e8e8;
				background:#FFF;
				overflow:auto;
				outline:none;
				resize:vertical;
				height:160px;
				width:425px;
			}
			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:11px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.buttons-wrapper {padding:30px 36px 0 0px; text-align:right; background:url(../images/border-1.gif) repeat-x 0px 47px;}
		.buttons-wrapper span {margin-left:8px;}
		.buttons-wrapper a {min-width:51px;text-align:center;}
		
		
/****************************footer************************/
footer {
	border-top: 1px solid #ededed;
	font-size:12px;
	line-height:15px;
	padding:29px 0 41px;
	width:100%;
}

footer a {text-decoration:none;}
footer a:hover {text-decoration:underline;}

.footer-logo {
	font-size:18px;
	line-height:31px;
	color:#242424;
}

.footer-logo:hover {text-decoration:none;}

.footer-text {
	display:inline-block;
	margin-top:10px;
}

.social-buttons {float:right;}

.social-buttons li {
	float:left;
	color:#8d8d8d;
	text-transform:uppercase;
	padding:3px 0 0 5px;
}

.social-buttons li:first-child {padding:10px 3px 0 0;}

.social-buttons li a {
	display:block;
	background:url(../images/social-buttons.png) no-repeat 0 top;
	height:29px;
	width:29px;
}

.social-buttons li a.item-2 {background-position: -34px 0;}
.social-buttons li a.item-3 {background-position: -68px 0;}
.social-buttons li a.item-4 {background-position: -102px 0;}
.social-buttons li a.item-5 {background-position: -136px 0;}
	
/*****carousel style*****/

.carousel-box {width:460px; height:323px; position:relative;overflow:hidden;}
#carousel li {width:460px !important; height:105px !important;padding:2px 0 25px;}
.jCarouselLite {margin:0px; width:460px !important;}

#prev, #next {
	position:absolute;
	display:block;
	width:35px;
	height:35px;
	background:#F00;
	z-index:5 !important;
	text-indent:-5000px;
	top:-3px !important;
}

#prev {
	background:url(../images/control-buttons2.png) 0px 0 no-repeat;
	right:37px !important;
}

#next {
	background:url(../images/control-buttons2.png) -37px 0 no-repeat;
	right:0px !important;
}

#prev:hover {background-position: 0px -36px;}
#next:hover {background-position: -37px -36px;}



@media only screen and (min-width: 768px) and (max-width: 995px) {
	.overflow-sw-1 {overflow:visible;}
	.circle {margin-left: -39px;}
	.carousel-box, .jCarouselLite, #carousel li {width:364px !important;}
	#carousel li {height:115px !important;}
	.carousel-box {height:355px;}
	.col-1 {width: 182px;}
	.col-2 {width: 179px;}
	.indent-r2 {margin-right: 10px;}
	.bot-pad4 {padding-bottom: 40px;}
	.indent-bot5 {margin-bottom: 40px;}
	#toTop {display:none !important;}
	.map-style iframe {width: 338px;}
	#contact-form input, #contact-form textarea {width:330px;}
}
@media only screen and (max-width: 767px) {
	.float-none-sw {float:none;}
	.indent-sw-1 {margin-bottom:40px;}
	.indent-sw-2 {padding: 20px 30px 0 0;}
	.indent-sw-3 {margin-bottom:6px;}
	.indent-sw-4 {margin-bottom:25px;}
	.img-style-sw-1 {float:none; margin:0 0 20px 0;}
	.overflow-sw-2 {overflow:visible;}
	.float-sw-1 {float:none;margin:0 0 10px 0;}
	.width-sw-1 {width:120px;}
	#toTop {display:none !important;}
	h1 {margin-bottom:40px;padding-left:46px;}
	h1 a {background-image: url(../images/small-logo.png);height: 41px;width: 191px;}
	.slogon {background-image: url(../images/small-slogon.png); height: 10px; top: 47px; left:54px; width: 166px;}
	.header-top {padding: 32px 0;}
	.header-links {padding-left:35px;float:none;}
	.header-links a {font-size:11px;line-height:15px;}
	#search {float:none;padding-left:46px;}
	.bot-pad4, .bot-pad5 {padding-bottom: 40px;}
	.indent-bot5, .indent-bot7, .p8 {margin-bottom: 40px;}
	.indent-r2 {margin-right: 0px;}
	.button-view-all {display:none;}
	.carousel-box, .jCarouselLite, #carousel li {width:300px !important;}
	#carousel li {height: 135px !important;}
	.carousel-box {height: 400px;}
	.col-1 {width: 144px;}
	.col-2 {width: 300px;}
	.social-buttons li:first-child {display:none;}
	.map-style iframe {width:274px;}
	#contact-form input, #contact-form textarea {width:266px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.indent-sw-2 {padding: 20px 80px 0 0;}
	.overflow-sw-3 {overflow:visible;}
	.width-sw-1 {width:160px;}
	.width-sw-2 {width:150px;}
	.indent-sw-5 {margin-bottom:15px;}
	.col-sw-1 {float:left;width:205px;}
	.indent-r-sw {margin-right:10px;}
	.float-sw-1 {float:left;margin:0 10px 0px 0;}
 	.fleft {float:left !important;}
	.fright {float:right !important;}
	#search {float:right;margin-top:5px;padding-left:0;}
	h1 {padding-left:0;}
	.header-links {padding-left:0px;float:right;}
	.slogon {left:0;}
	.carousel-box, .jCarouselLite, #carousel li {width:420px !important;}
	.col-1 {width: 204px;}
	.col-2 {width: 210px;}
	.map-style iframe {width:394px;}
	#contact-form input, #contact-form textarea {width:386px;}
}
