* {	
	outline: none;
	}
	
::selection {background: #9ccaca; color: white; text-shadow: 0 1px 1px black}

article, aside, details, div, figcaption, figure, footer, header, hgroup, nav, section {display: block;}

body, img, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, blockquote, dl, dt, dd, button, input {
	margin: 0;
	padding: 0;
	}

a, a:hover, a:active, a:visited {text-decoration: none; outline: none !important;}

.clear {
	clear:both;
}


.orange {
	color: #f58220 !important;
}

.orange2 {
	color: #eb7f23 !important;
}

body {
	background: url(../i/bg.png);
	font-family: Arial;
}

img {
/* 	max-height: 100%; */
	max-width: 100%;
}

ul { list-style-type: none;}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

h1 {font-size:22px;}
h2 {font-size:21px;}
h3 {font-size:20px;}
h4 {font-size:19px;}
h5 {font-size:18px;}
h6 {font-size:17px;}

/*
html, body {height: 100%;}

#wrapper {min-height: 100%;}

#wrap {
	height: 100%;
	overflow:auto;
	padding-bottom: 76px;}  

#footer {position: relative;
	margin-top: -76px; 
	clear:both;} 
*/

/* ------------------------------------ HEADER ------------------------------------- */

header {
	width: 100%;
	background: url(../i/menu.png) repeat-x;
	height: 60px;
	position: fixed;
	z-index: 5;
}

#menu, #wrap, footer {
	width: 1000px;
	margin:0 auto;

}

.logo {
	width: 350px;
	height: 60px;
	display: inline-block;
	float: left;
	
}

.right {
	float: right;
}

.left {
	float: left;
}

.no-border {
	border: none !important;
}



.error, .success {
	position: relative;
	margin: 20px 30px;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 14px/18px "PT Sans", Arial, sans-serif;
}

.error {
	border: 2px solid #FF0037;
	color: #d4002d;
	background: #fff;
}

.success {
	border: 1px solid #7acc7a;
	color: #008610;
	background: #f2fff4;
}

.close {
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 20px;
	color: #000000;
}



/* top menu */
#menu ul {
	float: right;
}

#menu li {
	float: left;
}

#menu li a {
	color: #909090;
	font:bold 17px/60px 'PT Sans';
	display: inline-block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	padding: 0px 10px;
}

#menu li:hover a, #menu li.active a {
	color: #00ACE1;
}


/* aside / sidebar */
aside {
	float: right;
	background: white;
	width: 238px;
	border: 1px solid  #00ACE1;
}

aside h2 {
	font:bold 17px/45px 'PT Sans';
	text-transform: uppercase;
	background-color: #00ACE1;	
	color: white;
	padding-left: 10px;
}

aside ul {
	margin-left: 10px;
	margin-top:10px;
	padding-bottom: 20px;
}

aside ul li {
	background: url(../i/list-item.png) 10px 2px no-repeat;
	padding-left: 32px;
	width: 192px;
	height: 28px;
	margin-bottom: 2px;
}

aside ul li a {
	font: 14px/28px 'PT Sans';
	color: #595959;
	display: inline-block;
	width: 100%;
	height: 100%;
}

aside ul li a sup {
	font-size: 10px;
	color: #00ACE1;
}

aside ul li:hover,
aside ul li.active {
	background-position: 10px -17px;
	background-color: #00ACE1;
	color: white;
}

aside ul li:hover a,
aside ul li.active a,
aside ul li:hover a sup,
aside ul li.active a sup
 {
	color: white;
}


/* common */

#wrap {
	background: white;
	position: relative;
	padding-top: 56px;
	z-index: 4;
}

.main, footer div {
	padding: 20px;
	padding-top: 10px;
	background: white;
	overflow: auto;
	position: relative;
}

.social {
	margin: 20px 0;
}

.social > * {
	float: left;
}

.faceb {
	margin-right: 20px;
}

/* footer */
footer {background: white;}

footer hr {
	border: 0;
	height: 0;
	outline: 0;
	margin: 0;
	background: #fff;
	border-bottom:1px solid #909090;
}
footer div {padding: 0 20px;}

footer ul{
	float: right;
	margin-top:15px;
}

footer ul li {float: left;
	margin-left: 28px;
		height: 46px;
}

footer ul li a, footer p{
	font: 13px/60px 'PT Sans';
	color: #909090;
	float: left;
	margin: 0;
}

footer ul li a {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	border-bottom: 2px solid transparent;
}

footer ul li:hover a {
	color: #00ACE1;
	border-bottom: 2px solid #00ACE1;
}

/* product  page */
h1.title {	
	font: bold 20px/48px 'PT Sans';
	color: #00ACE1;
	display: inline-block;
	z-index: 3;
	position: relative;
	background: white;
	padding-right: 12px;
	text-transform: uppercase;
}

hr.title-line {
	border: 0;
	height: 0px;
	margin: 0;
	padding: 0;
	border-top:6px solid #00ACE1;
	border-bottom:4px solid #00ACE1;
	width: 96%;
	position: absolute;
	top:31px;
	z-index: 2
	}
	
.description {	
	font:normal 14px/22px Arial;
	color:#595959;
}

.left .description {
	width: 410px;
}

.description p {
	padding-top: 10px;
}
	
.img {
	width: 280px;
	display: table-cell;
	margin-left:10px;
	margin-right: 10px;
	text-align: center;
}

.img > a {	height: 210px;}

.img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.img ul {
	width: 280px;
	margin-left: 5px;

}

.img ul li {
	width: 45%;
	display: inline-block;
	float: left;
	margin: 20px 5px;
}
.img ul li a {
	display: inline-block;
  display: table-cell;
    height: 98px;
    max-width: 130px;
    text-align: center;
    vertical-align: middle;
    width: 130px;
}

#fancybox-thumbs ul li a {
	background: #fff;
}


/* product 2 */



.description {
	width: 710px;
	padding-right: 10px;
	}













/* text page */

.text {
	color: #575757;
}

.text, .text p, .text ul li, .text ol {
	color: #575757;
	font: normal 14px/22px Arial;
}

.text a {color: #00ACE1;}
.text a:hover {text-decoration: underline;}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 { 
	color: #575757;
	margin:10px;
	margin-left: 0;
	line-height: 28px;
}


.text h1 { font-size: 24px;}
.text h2 { font-size: 22px;}
.text h3 { font-size: 20px;}
.text h4 { font-size: 18px;}
.text h5 { font-size: 17px;}
.text h6 { font-size: 16px;}


p, address {
	margin-top: 10px;
		color: #575757;
	font: normal 14px/22px Arial;
}

.text ul, .text ol {
	list-style-position: inside;
	margin-top: 10px;
	font-size: 13px;
}

.text ul {	list-style-type: disc;}





/*  contact  */

address {
	font-size: 15px;
	line-height: 28px;
	font-weight: 100;
}

form {
	margin: 30px 0 50px;
}
form span {
	display: block;
	margin-bottom: 25px;
}

label {
	font: normal 15px/33px Arial;
	color: #595959;
	display: inline-block;
	width: 120px;
	padding-right: 10px;
}

.field {
	font: italic 14px/33px 'PT Sans';
	color: #909090;
	width: 210px;
	padding-left: 10px;
	padding-right: 5px;
	box-shadow: inset 0px 0px 3px 2px #000 ;
	border-radius: 3px;
	border: 0;
}

input.field {
	height: 33px;
}

textarea.field {
	resize: none;
	width: 555px;
	height: 149px;
	margin-left: 30px;
}

.btn {
	padding:0px 25px;
	font: normal 15px/34px 'PT Sans'; 
	height: 34px;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	background: #00ACE1;
	border-radius: 3px;
	-webkit-transition: all linear .41s;
	transition: all linear .41s;
	-moz-transition: all linear .41s;
	-o-transition: all linear .41s;
}

.btn:hover {
	background: rgba(8,120,123,0.75);
}



/* index page */


.container {
	width: 100%;
	min-width: 1000px;
	height: 536px;	
}

.container img {
	max-width: 100%;
	min-height: 536px;
	display: block;
	height: auto;
	float: left;
	text-align: center;
}

#super-slider {
	width: 100%;
	height: 536px;
	background: #fff;
	border-bottom: 1px solid black;
	padding-top: 56px;
	overflow: hidden;
}
#super-slider + #wrap {
	padding-top: 0;
}
.pagination {
	position: absolute;
	top:-182px;
	right: 0px;
}

.pagination a {
	width: 16px;
	height: 16px;
	background: url(../i/slider-pagination.png) left center no-repeat;
	float: left;
	border-radius: 10px;
	margin:3px;
}

.pagination a:hover, .pagination a.selected {
	background: url(../i/slider-pagination.png) -20px center no-repeat;
	width: 16px;
	height: 16px;
}

.pagination a span { visibility: hidden;}


.start-here {
	background: #00ACE1;
	display: inline-block;
	position: relative;
	margin-top:-153px;
	width: 100%;
    height: 480px;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 178px;
    border-radius: 694px / 208px;

    z-index: 100;
    position: relative;
	
	
	
	
	
	
	
	
	
	
	
	
	
}

.start-here li {
	float: left;
	width: 33%;
	text-align: center;
	color: #fff;
}

.start-here h2 {
	color: white;
	font: bold 20px 'PT Sans';
	text-transform: uppercase;
	margin: 10px 0 15px;
}

.start-here span {
	color: #fff;
	font: 16px/20px 'PT Sans';
	display: block;
	padding: 0 10px;
}

.start-here .img {
	padding-top: 35px;
	height: 150px;
	width: 33%;	
}

.btn2 {
	background: #0081C5;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	font: 16px/34px Arial;
	height: 34px;
	padding: 0 20px;
	display: inline-block;
	border-radius: 3px;
	margin: 25px 0;
	-webkit-transition: all linear .41s;
	transition: all linear .41s;
	-moz-transition: all linear .41s;
	-o-transition: all linear .41s;
	border:1px solid transparent;
}

.btn2:hover { 	background: #0aaeb1; 	border:1px solid #00ACE1;}

.verify-text {
	width: 390px;
	font: normal 16px/22px Arial;
	color: #595959;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.check {	margin:10px 0 0 0 ;}
.check > * {
	float: left;
	margin-left: 10px;
	
}

#bio-code {
	width: 134px;
}

#sec-code {
	width: 125px;
}


.form-message{
  display: block;
  float: left;
}








