/* 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 ======================================================== */
body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2em;
	color:#8e8e8e;
	min-width:1020px;
}
html, body {
	height:100%;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:16px;
	color:#6d6d6d;
	line-height:16px;
	font-size:12px;
	font-weight:normal;
}
p a {
	color:#0099e0;
	text-decoration:underline
}
p a:hover {
	text-decoration:none
}
a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
h1 {
	padding:5px 0 5px 2px;
	float:left;
	display:block;
	position:relative;
	z-index:10;
}
h1 a {
	height:53px;
	width:180px;
	background:url(../images/logo.png) no-repeat 0 0;
	text-indent:-5000px;
	display:block;
}
h3 {
	font-family: 'Nunito', sans-serif;
	font-weight:bold;
	font-size:22px;
	line-height:24px;
	display:block;
	padding-bottom:9px;
	color:#00aae7;
	font-weight:normal;
	letter-spacing:-1px;
}
h3 span {
	display:block;
	margin-top:-2px;
}
h4 {
	font-size:16px;
	line-height:20px;
	display:block;
	padding-bottom:6px;
	color:#fff;
	font-weight:bold;
}
h5 {
	color:#fff;
	font-size:15px;
	line-height:18px;
	padding:0 0 8px 0;
	font-weight:normal;
}
h6 {
	color:#2d2f38;
	font-size:20px;
	line-height:20px;
	padding:0 0 19px 0;
	font-weight:bold;
}
*+html h4 {
}
.p {
	padding-top:1px
}
.p1 {
	padding-top:2px
}
.p2 {
	padding-top:3px
}
.p3 {
	padding-top:4px
}
.p4 {
	padding-top:5px
}
.p5 {
	padding-top:6px
}
.p6 {
	padding-top:7px
}
.p7 {
	padding-top:10px
}
.p6 {
	padding-top:11px
}
.p7 {
	padding-top:12px
}
.p8 {
	padding-top:14px
}
.p9 {
	padding-top:15px
}
.p10 {
	padding-top:26px
}
.p11 {
	padding-top:48px
}
.color-1 {
	color:#6d6d6d
}
.color-2 {
	color:#fc7500
}
.padd-1 {
	margin-bottom:17px;
}
.padd-2 {
	padding-bottom:14px
}
.padd-3 {
	padding-bottom:36px
}
.padd-4 {
	padding-bottom:6px
}
.padd-5 {
	padding-bottom:8px
}
.padd-6 {
	padding-bottom:30px
}
.relative {
	position:relative
}
.inside-main {
	padding-right:0;
}
.height {
	font-size:14px
}
.m1 {
	margin-right:20px;
}
.m2 {
	margin-top:-1px;
}
.line-h {
	line-height:20px;
}
/* Global Structure ============================================================= */


.main {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
.main-2 {
	margin: 0 auto;
	position: relative;
	width: 1012px;
}
.overflow {
	overflow:hidden;
}
.bg-main {
	background:#34393b;
}
/* Header */


header {
	padding:23px 0 0;
	position: relative;
	z-index:99;
}
/* Content */

#content {
	position:relative;
}
/* Footer */
	footer {
}
/* Left & Right alignment */

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.overflow {
	overflow:hidden;
}
/*----- other -----*/
.img-indent {
	float:left;
	margin:4px 20px 0 0
}
.img-indent2 {
	margin:12px 0 0 1px
}
/*===== menu =====*/
nav {
	padding:18px 35px 0 0;
	float:right;
	display:block;
	z-index:99;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	position:relative;
}
.sf-menu > li {
	margin-left:41px;
	float:left;
	position:relative;
}
.sf-menu > li > a {
	font-family: 'Nunito', sans-serif;
	font-weight:bold;
	display:block;
	line-height:14px;
	text-decoration:none;
	color:#5fd2fb;
	font-size:24px;
	line-height:28px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	letter-spacing:-1px;
	
}
.sf-menu li li.last {
	border:none;
}
.sf-menu li li a {
	font-family: 'Nunito', sans-serif;
	display:inline-block;
	color:#5fd2fb;
	font-weight:bold;
	font-size:24px;
	line-height:28px;
	text-decoration:none;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	letter-spacing:-1px;
	word-spacing:-2px;
	background:#fff
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			239px;
	display:none;
	background:#fff;
	padding:11px 17px 14px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	box-shadow: 1px 1px 3px #025472;
	-moz-box-shadow: 1px 1px 3px #025472;
	-webkit-box-shadow: 1px 1px 3px #025472;
}
.sf-menu ul li .angle {
	background: url(../images/angle.png) no-repeat 0 0;
	top: -8px;
	display: block;
	height: 8px;
	width:21px;
	position: absolute;
	left: 32px;
}
.sf-menu ul ul li .angle {
	background: none;
}
.sf-menu ul ul {
	background:#fff;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
    box-shadow: 1px 1px 3px #025472;
	-moz-box-shadow: 1px 1px 3px #025472;
	-webkit-box-shadow: 1px 1px 3px #025472;
	width:123px;
	padding:10px 18px
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			-18px;
	top:			39px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			256px; /* match ul width */
	top:			27px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu li a.active {
	color:#fff;
}
.sf-menu li li.sfHover > a, .sf-menu li li a:hover, .sf-menu li li a.active {
	color:#008bc1;
	background:url(../images/tail-border-li.png) repeat-x 0 bottom;
}
/*===== content =====*/

#content {
	padding:0;
}
.inner {
	padding-right:40px;
}
.inner-1 {
	padding-left:29px;
}
.inner-2 {
	padding-left:21px;
}
.inner-3 {
	padding-left:11px;
}
.inner-4 {
	padding-left:32px;
}
.inner-5 {
	padding-left:19px;
}
.inner-6 {
	padding-right:30px;
}
.inner-7 {
	padding-right:20px;
}
#page1 .row-1 {
	background:url(../images/bg-row1.jpg) no-repeat center 0;
	padding:  0 0 102px 0;
	position:relative;
	z-index:5
}

.tail-row{background:url(../images/tail-row.gif) repeat-y 0 0}

.row-1 {
	background:url(../images/bg2-row1.jpg) no-repeat center 0;
	padding:  0 0 104px 0;
	position:relative;
	z-index:5
}
.row-2 {
	background:#fff;
	position:relative;
	z-index:2;
	padding:28px 0 42px;
	border-radius:0 0 30px 30px;
	-moz-border-radius:0 0 30px 30px;
	-webkit-border-radius:0 0 30px 30px;
}
#page2 .row-2 {
	padding:28px 0 39px;
}
#page3 .row-2 {
	padding:19px 0 42px;
}
#page4 .row-2 {
	padding:28px 0 31px;
}
#page5 .row-2 {
	padding:28px 0 41px;
}
#page6 .row-2 {
	padding:27px 0 47px;
}
#page1 .slogans {
	font-family: 'Nunito', sans-serif;
	font-size:62px;
	line-height:85px;
	font-weight:bold;
	letter-spacing:-4px;
	word-spacing:-1px;
	color:#fff;
	padding:98px 0 30px 28px
}
.slogans {
	padding: 83px 0 3px 49px;
}
#page1 .slogans span {
	font-family: 'Shadows Into Light', cursive;
	font-size:70px;
	font-weight:300;
	color:#fff;
	padding-left:18px;
	line-height:74px;
	margin-top:-5px;
	letter-spacing:1px;
	word-spacing:-1px;
}
.slogans span {
	font-family: 'Shadows Into Light', cursive;
	font-weight:300;
	color:#fff;
	padding-left:18px;
	line-height:94px;
	font-size:92px;
	letter-spacing:1px;
	word-spacing:0px;
	width:550px
}
.slogans strong {
	display:block;
	line-height:64px;
	font-weight:normal;
	margin-top:-10px;
	width:550px;
}
.slogan-2 {
	font-family: 'Shadows Into Light', cursive;
	color:#1db4e8;
	line-height:34px;
	font-size:32px;
	letter-spacing:-1px;
	font-weight:300
}
.slogan-2 span {
	display:block;
	margin-top:-1px;
	padding-bottom:21px;
}
.txt-2 {
	font-family: 'Nunito', sans-serif;
	font-size:62px;
	line-height:66px;
	font-weight:bold;
	letter-spacing:-4px;
	word-spacing:-1px;
	color:#00aae7;
	padding:3px 0 0 0
}
.border {
	border-bottom:1px solid #393939;
}
.btn {
	font-family: 'Nunito', sans-serif;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	line-height:24px;
	text-transform:uppercase;
	padding:19px 18px 16px;
	background:#97dd87;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 1px 2px #295634;
	-moz-box-shadow: 1px 2px #295634;
	-webkit-box-shadow: 1px 2px #295634;
	margin:9px 0 0 32px;
}
.btn:hover {
	background:#88e0ff
}
.btnk {
	font-family: 'Nunito', sans-serif;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	line-height:26px;
	padding:4px 20px 6px;
	background:#97dd87;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.btn-1 {
	font-family: 'Nunito', sans-serif;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	line-height:26px;
	padding:4px 20px 6px;
	background:#00aae7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.btn-1:hover {
	background:#97dd87
}
.btn-2 {
	font-family: 'Nunito', sans-serif;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	line-height:22px;
	padding:4px 20px 6px;
	background:#00aae7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.btn-2:hover {
	background:#97dd87
}
#page1 .banner-1 a {
	background: url(../images/banner-1.png) no-repeat 0 0;
	border-radius: 125px 125px 125px 125px;
	height: 259px;
	position: absolute;
	right: 129px;
	top: 191px;
	width: 259px;
}
.banner-1 a {
	background: url(../images/banner-2.png) no-repeat 0 0;
	border-radius: 125px 125px 125px 125px;
	height: 245px;
	position: absolute;
	right: 114px;
	top: 42px;
	width: 245px;
}
.banner-1 a:hover {
	background:url(../images/banner-2.png) no-repeat 0 bottom;
}
#page1 .banner-1 a:hover {
	background:url(../images/banner-1.png) no-repeat 0 bottom;
}
.list-1 {
}
.list-1 li {
	background:url(../images/marker-1.png) no-repeat 0 6px;
	padding:0 0 0 11px;
	display:block;
	line-height:18px;
}
.list-1 li a {
	font-size:12px;
	display:inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#c4debf;
}
.list-2 {
	padding:7px 0 0 1px;
}
.list-2 li {
	background:url(../images/marker-2.png) no-repeat 0 6px;
	padding:0 0 12px 12px;
	display:block;
	line-height:18px;
}
.list-2 li a {
	font-size:12px;
	display:inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#6d6d6d;
	line-height:16px;
}
.list-2 li a:hover {
	color:#00aae7
}
.contact {
	color:#9e9e9e;
	font-size:12px;
	line-height:16px;
	text-shadow:1px 1px #171a1b;
	padding:1px 0 13px 1px
}
.contact span {
	display:inline-block;
}
.contact span a {
	color:#c4debf;
}
.contact span a:hover {
	text-decoration:underline
}
.soc {
	margin-left:-2px;
	display:block;
	padding-top:4px;
}
.soc li {
	padding:0 3px 0 0;
	float:left;
}
.soc li a {
	width:30px;
	height:30px;
	padding:10px 0 5px;
	display:block
}
.soc li a.bg-1 {
	background:url(../images/icon-1.png) no-repeat 0 0;
}
.soc li a.bg-2 {
	background:url(../images/icon-2.png) no-repeat 0 0;
}
.soc li a.bg-3 {
	background:url(../images/icon-3.png) no-repeat 0 0;
}
.soc li a.bg-4 {
	background:url(../images/icon-4.png) no-repeat 0 0;
}.soc li a.bg-5 {	background:url(../images/icon-tv.png) no-repeat 0 0;	width:30px;	height:30px;}
.txt-1 {
	color:#6d6d6d;
	font-size:16px;
	line-height:18px;
	font-weight:700;
	padding-bottom:16px;
}
.img-1 {
	bottom: 28px;
	position: absolute;
	right: 33px;
}
.privacy {
	width:750px;
	padding:0 0 0 0
}
/******************* carousel ***************/

.carousel-box {
	width:250px;
	height:325px;
	overflow:hidden;
}
.carousel {
	width:250px !important;
	height:325px;
	overflow:hidden;
	overflow:hidden;
}
.carousel li {
	width: 250px !important;
	height: 113px;
}
.carousel ul {
	overflow:hidden;
	width: 250px;
	height:325px;
}
.carousel img {
	width:  99px;
	height: 93px;
	position:relative
}
.carousel li p {
	font-size:12px;
	line-height:16px;
}
.carousel li a {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:16px;
	color:#6d6d6d;
	display:inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.carousel li a:hover {
	color:#26b7e8
}
#prev {
	background: url(../images/next.png) no-repeat 0 0;
	display: block;
	height: 10px;
	right: 52px;
	position: absolute;
	top: 6px;
	width: 16px;
	cursor:pointer;
}
#prev:hover {
	background: url(../images/next.png) no-repeat 0 -10px
}
#next {
	position:absolute;
	display:block;
	width:16px;
	height:10px;
	top:6px;
	right:28px;
	cursor:pointer;
	background:url(../images/prev.png) no-repeat 0 0;
}
#next:hover {
	background:url(../images/prev.png) no-repeat 0 -10px;
}
.disabled {
	cursor:default !important;
}
#prev.disabled:hover {
	background: url(../images/next.png) no-repeat 0 0;
}
#next.disabled:hover {
	background:url(../images/prev.png) no-repeat 0 0;
}
/*----- aside -----*/
aside {
	padding:29px 0 10px;
}
/*----- forms -----*/


			#form1 {
	display:block;
	height:319px;
	position:relative;
	padding-top:4px;
	width:250px;
}
#form1 fieldset {
	overflow:hidden;
}
#form1 label {
	display:block;
	height:39px;
	clear:both;
	position:relative;
}
#form1 label.message {
	height:auto;
}
#form1 span {
	display:none;
	color:#0099e0;
	font-size:11px;
	line-height:15px;
	width:212px;
	position:absolute;
	left:34px;
	top:26px;
	text-align:right;
}
#form1 label span.errors {
	display:none;
	margin:0;
	position:absolute;
	right:0px;
	top:1px;
	font-size:10px !important;
}
#form1 label.message span {
	position:relative;
	display:none;
	position: relative;
	overflow:hidden;
	clear:both;
	width:auto;
	top: 0;
	left:0;
	text-align:left;
}

#form1 input {
	width:233px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6d6d6d;
	padding: 6px 7px;
	background:#fff;
	outline:none;
    border:1px solid #bdbebe;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	display:block;
	float:left;
	margin:0;
	box-shadow:none !important;
}



#form1 textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#6d6d6d;
	font-size:12px;
	height:138px;
	width:233px;
	line-height:20px;
	padding: 3px 7px;
	background:#fff;
	outline:none;
	display:block;
	resize:none;
	overflow:auto;
	border:1px solid #bdbebe;
	box-shadow:none !important;
	margin:0;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}





#form1 .btns {
	padding:0;
	position:absolute;
	bottom:0;
	left:0;
	height:auto;
	width:auto;
	overflow:hidden
}
#form1 .btns a {
	margin-right:7px;
	cursor:pointer
}
.success {
	display:none;
	font-size:12px;
	line-height:16px;
	color:#0099e0;
	padding:0;
	top:-12px;
	left:2px;
	position:absolute;
}
#groups-form {
	padding:11px 0 20px 0;
}
form.jqtransformdone div.row {
	clear:both;
	height:50px;
}
form.jqtransformdone div.row-last {
	clear:both;
	height:51px;
}
#groups-form span.label {
	float:left;
	width:125px;
	padding:8px 12px 0 0;
	text-align:right;
	font-size:12px;
	line-height:17px;
	color:#b2b2b2;
}
/*----- map -----*/
.map {
	float:left;
	margin:4px 19px 0 0
}
iframe {
	height: 320px;
	overflow: hidden;
	width: 392px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/*----- adress -----*/

.adress {
	width:180px;
	float:left
}
dl {
	display:inline-block;
}
dt {
	color:#6d6d6d;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	padding-bottom:17px;
}
dd {
	color:#6d6d6d;
	line-height: 16px;
	display:inline-block;
}
dl dd span {
	color:#6d6d6d;
	display: inline-block;
	width: 63px;
	line-height:16px
}
.mail-1, .mail-2 {
	line-height:16px;
	text-decoration:none;
	font-weight:normal;
	text-decoration:underline
}
.mail-1:hover, .mail-2:hover {
	text-decoration:none;
}
.mail-1 {
	color:#0099e0;
}
.mail-2 {
	color:#5fd2fb;
}
/*===== footer =====*/

footer {
	position:relative;
	padding:9px 0 20px
}
.policy {
	display:block;
	font-size:12px;
	color:#fff;
	line-height:16px;
	text-decoration:none;
	padding-left:29px;
}

.policy span{background:url(../images/border-privacy.gif) no-repeat right 2px;
padding-right:10px;}
.policy a {
	font-size:12px;
	color:#c4debf;
	text-decoration:none;
	text-transform:none;
	margin-left:10px;
	
}
.policy a:hover {
	text-decoration:underline;
}
/* Tooltip ======= */

#easyTooltip {
	padding:4px 7px 4px;
	background:#00aae7;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:none;
	position:absolute;
	z-index:99999;
}
/* Lightbox image */ 
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:inline-block;
	z-index:1;
}
.lightbox-image img {
	position:relative;
	z-index:2;
}
.lightbox-image span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/magnify.png) no-repeat 50% 50% #fff;
	z-index:1;
}
