*{
	margin:0px;
	padding:0px;
	outline:none;
	font-family: "Open Sans",sans-serif;
}

body{
	background:#F5F0F0;
	overflow-x: hidden;
}

header{
	width:100%;
	height:auto;
	float:left;
	border:none;
	position: relative;
}

.main-header{
	width:70%;
	height:100%;
	display:block;
	margin:0px auto;
	position:relative;
}

.logo{
	width:auto;
	max-width:370px;
	height: auto;
	margin-top:30px;
	position:absolute;
	left:0;
	z-index:10;
	float: left;
}
.logo > a{
	width: 100%;
	height: 100%;
	float: left;
}

.logo > a > img{
	width:100%;
	height:auto;
	transition:1s linear 0s;
	float:left;
}

.logo > .tag{
	width: auto;
	height:auto;
	position: absolute;
	float: left;
	z-index: 1;
	bottom:0;
	font-size: 19px;
	margin-bottom: 15px;
	right: -50px;
}

.logo > .tag > p{
	color: #a41984;
}

nav{
	width:90%;
	height:auto;
	float:right;
	position:relative;
}

nav > ul{
	width:80%;
	height:100%;
	float:right;
	margin:70px 0px 0  0px;
	position:relative;
}

nav > ul > li{
	float:left;
	width: auto;
	height: auto;
	list-style-type:none;
	position:relative;
}

nav > ul > li > a{
	text-decoration:none;
	padding:17px 10px;
	display: inline-block;
	color:rgba(10,10,10,.5);
	font-weight:bold;
}

nav > ul > li > a:active{
	color:#a41984;
}

nav > ul > li > a:hover{
	color:#a41984;
	transition:1s linear 0s;
}

nav > ul > li > .o-details{
	width:800px;
	height:auto;
	float:left;
	z-index:500;
	background:rgba(255,255,255,1);
	box-shadow:0 0 3px 4px rgba(100,100,100,.2);
	position:absolute;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: none;
}

nav > ul > li:hover > .o-details{
	display: block;
}

nav > ul > li > .o-details > .ls{
	width:25%;
	float:left;
}

nav > ul > li > .o-details > .ls > a{
	width:100%;
	height:auto;
	float:left;
	color: rgba(10,10,10,.7);
	text-align:center;
	-webkit-transition: .5s linear 0s;
	-moz-transition: .5s linear 0s;
	-ms-transition: .5s linear 0s;
	-o-transition: .5s linear 0s;
	transition: .5s linear 0s;
}

nav > ul > li > .o-details > .ls > a:hover{
	color:#a41984;
}

nav > ul > li > .o-details > .ls > a > img{
	margin-top: 20px;
}

nav > ul > li > .o-details > .ls > a > h2{
	width: 100%;
	margin-top: 5px;
	float: left;
	font-size: 14px;
}

nav > ul > li > .o-details > .ls > ul{
	width: 100%;
	float: left;
	margin-top: 15px;
	height: auto;
	border-right: 1px solid rgba(100,100,100,.2);
}

nav > ul > li > .o-details > .ls > ul > li{
	 list-style-type: none;
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}

nav > ul > li > .o-details > .ls > ul > li > a{
	width: 100%;
	font-size: 13px;
	-webkit-transition: .5s linear 0s;
	-moz-transition: .5s linear 0s;
	-ms-transition: .5s linear 0s;
	-o-transition: .5s linear 0s;
	transition: .5s linear 0s;
	padding: 5px 0;
	color: rgba(10,10,10,.7);
	float: left;
	text-decoration: none;
}

nav > ul > li > .o-details > .ls > ul > li > a:hover{
	color: #a41984;
}

nav > ul > li > .hol{
	left:-25em;
}

nav > ul > li > .hol > .ls{
	width: 20%;
	padding: 20px 0;
}

nav > ul > li > ul{
	text-align: center;
	width: 200px;
	display: none;
	height: auto;
	position: absolute;
	z-index: 500;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0 4px 4px rgba(100,100,100,.2);
	-moz-box-shadow: 0px 0 4px 4px rgba(100,100,100,.2);
	box-shadow: 0px 0 4px 4px rgba(100,100,100,.2);
	float: left;
}

nav > ul > li > ul > li{
	float: left;
	width: 100%;
	list-style-type: none;
}

nav > ul > li > ul > li > a{
	color: rgba(10,10,10,.7);
	font-size: 13px;
	text-decoration: none;
	float: left;
	width: 90%;
	text-align: left;
	padding: 10px 14px;
}

nav > ul > li:hover > ul{
	 display: block;
}

.container{
	position:relative;
	float:left;
	width:100%;
	padding: 0px;
	margin:40px 0 0 0;
}

.container > form > div{
	float:left;
	position:relative;
}

.main-holder{
	width:100%;
	height:500px;
	margin:0px auto;
	background:url(../images/comon.jpg) no-repeat;
	background-origin: content-box;
	background-size: cover;
	transition: opacity .5s linear 0s;
	position:relative;
}


.site-desc{
	width:100%;
	height:auto;
	display:inline-block;
	text-align:center;
	color:rgb(255,255,255);
}

.iit{
	padding:12px;
	margin-left: 10px;
	border-radius: 16px;
	cursor: pointer;
	background: #f6f6f6;
}

.site-desc > h3{
	font-size:32px;
	margin-top:180px;
	text-shadow:0px 1px 3px rgba(10,10,10,.5);
}

.site-desc > h1{
	font-size:70px;
	padding:0px;
	margin:-25px 0 0px 0;
	text-shadow:0px 1px 3px rgba(10,10,10,.5);
}

.layer1{
	width:70%;
	max-width: 960px;
	margin:0px auto 0 auto;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	box-shadow: 0px -3px 5px rgba(100,100,100,.6);
	position:relative;
	padding:20px 0 10px 0 ;
	border:0px;
}

#navi-button{
	display:none;
}


.grey{
	width:70%;
	max-width: 960px;
	position:relative;
	margin:0px auto;
	background:#f6f6f6;
	-webkit-box-shadow:0px 4px 7px rgba(100, 100, 100, .3);
    box-shadow:0px 4px 7px rgba(100, 100, 100, .3);
	border-radius:0px;
	border:none;
}


.grey:before,.grey:after{
  content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 5px 20px rgba(100,100,100,.5);
    box-shadow:0 5px 20px rgba(100,100,100,.5);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
	-moz-border-radius:100%;
	border-radius: 100%;
}

.col > i{
	margin-top:15px;
	color:rgba(10,10,10,.7);
	position:absolute;
	right:20px;
}

.col > input{
	width:100%;
}

.selects > i{
	margin-top:0px;
	bottom:5px;
	right:30px;
}

.col > select{
	width:100%;
	border:none;
	border-bottom:1px solid rgba(100,100,100,1);
	outline:0px;
	-moz-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	background:transparent;
	appearance:none;
	color:rgba(100,100,100,1);
	cursor:text;
	margin-left:10px;
}


.tabActiveItem{
	margin-bottom:20px;
}

#AO3_StepOne2_cabin{
	padding:15px 0;
}

.col > select.selectmenu{
	border-bottom:0px;
	cursor:pointer;
	float:left;
	margin-top:5px;
	font-size:14px;
}

.seticons > i{
	bottom:2px;
	right:0;
}

.o-offers{
	width:100%;
	height:300px;
	margin-top:10px;
}

.main-offer{
	width: 95%;
	max-width: 1280px;
	margin: 0px auto;
	height: 100%;
	padding: 0px;
}

.o-offers > .main-offer> .cntr{
	width:49%;
	height:300px;
	float:left;
	-webkit-transition: .4s ease-in-out 0s;
	-moz-transition: .4s ease-in-out 0s;
	-ms-transition: .4s ease-in-out 0s;
	-o-transition: .4s ease-in-out 0s;
	transition: .4s ease-in-out 0s;
	margin-top:40px;
	margin-left: 10px;
}

.o-offers > .main-offer> .cntr > a{
	color: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	-webkit-transition: .4s ease-in-out 0s;
	-moz-transition: .4s ease-in-out 0s;
	-ms-transition: .4s ease-in-out 0s;
	-o-transition: .4s ease-in-out 0s;
	transition: .4s ease-in-out 0s;
}

.o-offers > .main-offer> .cntr:nth-child(1){
	width: 60%;
}

.o-offers > .main-offer> .cntr:nth-child(2){
	width:38%;
	float:right;
}

.o-offers > .main-offer> .cntr:nth-child(3){
	width:38%;
}

.o-offers > .main-offer> .cntr:nth-child(4){
	float: right;
	width: 60%;
}

.o-offers > .main-offer> .cntr:nth-child(5){
	width: 38%;
}

.o-offers > .main-offer> .cntr:nth-child(6){
	width: 60%;
	float: right;
}

.o-offers > .main-offer> .cntr:nth-child(7){
	width: 60%;
}

.o-offers > .main-offer> .cntr:nth-child(8){
	width: 38%;
	float: right;
}

.o-offers > .main-offer> .cntr:nth-child(9){
	width: 38%;
}

.o-offers > .main-offer> .cntr:nth-child(10){
	width: 60%;
	float: right;
}

.o-offers > .main-offer> .cntr > a > img{
	width: 100%;
	display: inline;
	height: 100%;
	-webkit-transition: .4s ease-in-out 0s;
	-moz-transition: .4s ease-in-out 0s;
	-ms-transition: .4s ease-in-out 0s;
	-o-transition: .4s ease-in-out 0s;
	transition: .4s ease-in-out 0s;
}


.o-offers > .main-offer> .cntr > a > img:hover{
	transform: scale(1.1);
}

.o-offers > .main-offer> .cntr > a > .det-o{
	width: auto;
	height: auto;
	right: 70px;
	text-align: right;
	position: absolute;
	top: 50px;
	text-transform: uppercase;
}

.o-offers > .main-offer> .cntr > a > .det-o > p{
	font-weight: normal;
	font-size: 17px;
	font-family: "helvetica", sans-serif;
}

.o-offers > .main-offer> .cntr > a > .det-o > h1{
	font-size: 40px;
}

.o-offers > .main-offer> .cntr:nth-child(2) > a > .det-o{
	bottom: 17%;
	top: auto;
	text-align: center;
}

.o-offers > .main-offer> .cntr:nth-child(3) > a > .det-o{
	bottom: 17%;
	top: auto;
	text-align: center;
}


.o-offers > .main-offer> .cntr > .popup-o{
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	z-index: 7000;
	left: 0;
	display: none;
	background: rgba(10, 10, 10, .3);
}


.o-offers > .main-offer> .cntr > .popup-o > .container-o{
	width: 100%;
	height: 100%;
	transition: .5s linear 0s;
	margin: 0px auto;
}


.o-offers > .main-offer> .cntr > .popup-o > .container-o  > .p-header{
	float: left;
	height: 60px;
	width: 100%;
	background: #f5f5f5;
}

.o-offers > .main-offer> .cntr > .popup-o > .container-o  > .p-header > section{
	padding:10px;
	float: right;
	width: auto;
	height: auto;
	color: #fff;
	cursor: pointer;
	transition: .5s linear 0s;
	font-size: 24px;
	margin-right: 20px;
	border-radius: 8px;
	background: #a41984;
}

.o-offers > .main-offer> .cntr > .popup-o > .container-o  > .p-header > section:hover{
	opacity: .6;
}

.o-offers > .main-offer> .cntr > .popup-o > .container-o > iframe{
	width: 100%;
	float: left;
	height: 90%;
	border: none;
	outline: none;
	padding: 0px;
}

.subscr{
	width: 100%;
	float: left;
	margin-top: 82px;
	height: auto;
	padding: 30px 0;
	background: #a41984;
}

.subscr > .left{
	width: 60%;
	max-width: 1024px;
	height: auto;
	float: left;
	text-align: center;
	color: #fff;
	padding: 25px 0 ;
}

.error,._form-inner{
    width: 100%;
    text-align: center;
    padding: 10px;
    float: left;
    color: #fff;
}

.subscr > .left > i{
	float: left;
	font-size: 32px;
	margin-top: 5px;
	margin-left: 70px;
}

.subscr > .left > p{
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 17px;
}

.subscr > .right{
	width: 30%;
	float: left;
	height: auto;
	position: relative;
}


.subscr > .right > form{
	color:#fff;
	width: 100%;
	height: 100%;
	float: left;
}

.subscr > .right > form > h3{
	padding: 20px 0px;
	float: left;
	height: auto;
	width: auto;
}

.subscr > .right > form > input{
	background: #fff;
	margin-top: 20px;
	float: left;
	width: 85%;
	border: none;
	font-size: 17px;
	padding: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
		color: #a41984;
	-webkit-transition: .4s ease-in-out 0s;
	-moz-transition: .4s ease-in-out 0s;
	-ms-transition: .4s ease-in-out 0s;
	-o-transition: .4s ease-in-out 0s;
	transition: .4s ease-in-out 0s;
}

.subscr > .right > form > input#fullname{
	width: 40%;
	border-right:1px solid rgba(173,28,132,.5);
	float: left;
	margin-right: 10px;
}

.subscr > .right > form > input#email{
	float: left;
	width: 55%;
	border-radius: 0px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.subscr > .right > form > input::placeholder{
	color: #a41984;
}

.subscr > .right > form > input:focus{
	border: none;
	outline-color: transparent;
	color: #a41984;
	box-shadow: 0 0 0 transparent;
}


.subscr > .right > form > .button{
	position: relative;
	width: auto;
	float: left;
    color: #fff;
    font-weight: bold;
	height: auto;
}

.subscr > .right > form > .button > button{
    text-decoration: none;
    padding: 14px 30px 14px 30px;
    float: left;
    outline: 0px;
    color: #fff;
    font-weight: normal;
    border-radius: 15px;
    cursor: pointer;
    background: #000;
    -webkit-transition: .4s linear 0s;
    -moz-transition: .4s linear 0s;
    -ms-transition: .4s linear 0s;
    -o-transition: .4s linear 0s;
    transition: .4s linear 0s;
		position: absolute;
		margin:20px 0px 17px -20px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
    border:1px solid transparent;
}

.subscr > .right > form > .button:hover{
	background: #a41984;
	border-color: rgba(94,14,76,.3);
}

footer{
	width: 100%;
	height: auto;
	margin: 0px;
	cursor: default;
	padding: 10px 0;
	float: left;
	background: rgba(10,10,10,.9);
}

footer > .footer-main{
	width: 90%;
	max-width: 1280px;
	margin: 0px auto;
}

footer > .footer-main > .left{
	width: 40%;
	float: left;
	height: 100%;
}

footer > .footer-main > .left > .footer-logo{
	width: 35%;
	float: left;
	height: auto;
	position: relative;
	margin-top: 50px;
}

footer > .footer-main > .left > .footer-logo > .f-left{
	width: 170px;
	height: 130px;
	float: left;
}

footer > .footer-main > .left > .footer-logo > .f-left > img{
	width: 100%;
	float: left;
	height: auto;
}

footer > .footer-main > .left > .footer-logo > .f-right{
	margin-top: 100px;
	float: left;
	width: auto;
	position: absolute;
	color: rgba(2255,255,255,.7);
	margin-left: 0px;
	right: -10px;
}

footer > .footer-main > .left > ul{
	width: 50%;
	float: right;
	margin-top: 50px;
}

footer > .footer-main > .left > ul > li{
	float: left;
	list-style-type: none;
	width: 100%;
	color: rgba(255,255,255,.7);
	margin-top: 17px;
	font-size: 14px;
}

footer > .footer-main > .left > ul > li > i{
	font-size: 19px;
}

footer > .footer-main > .left > ul > li > span{
	width: 90%;
	height: 100%;
	float: right;
}

footer > .footer-main > .left > ul > li > a{
	color: rgba(255,255,255,.7);
}

footer > .footer-main > .right{
	width:50%;
	float: right;
	height: 100%;
}

footer > .footer-main > .right > .aaa{
	margin-top: 30px;
	color: #fff;
}

footer > .footer-main > .right > ul{
	float: left;
	margin-top: 10px;
	width:auto;
	padding-right:10px;
}

footer > .footer-main > .right > ul:nth-child(2){
	margin-left: 0px;
	float: left;
}

footer > .footer-main > .right > ul > li{
	list-style-type: none;
	position: relative;
	padding: 5px 0;
	font-size: 16px;
	display: block;
	color: rgba(255,255,255,.6);
}

footer > .footer-main > .right > ul > li > a{
	color: rgba(255,255,255,.7);
	text-decoration: none;
	padding: 8px 0;
	font-size: 15px;
	transition: .4s linear 0s;
}

footer > .footer-main > .right > ul > li > a:hover{
	color: #a41984;
}

footer > .footer-main > .right > ul > li > img{
	width: 160px;
	height: 160px;
	display: block;
}

footer > .footer-main > .right > .brands-ho{
	float:right;
	width:70%;
}

footer > .footer-main > .right > .brands-ho > li{
	width:100%;
	float:left;
	position:relative;
	text-align:center;
}

footer > .footer-main > .right > .brands-ho > li > .i-wrapper{
	width: 120px;
	color: rgb(80, 48, 2);
	text-align: center;
	height:120px;
	float:left;
	position:relative;
	margin:10px 0 0 10px;
}

footer > .footer-main > .right > .brands-ho > li > .i-wrapper > img{
	width:auto;
	max-width: 100%;
	float:left;
	height:auto;
	max-height: 100%;
}

footer > .footer-main > .right > ul > li > .i-wrapper > section{
	position:absolute;
	width:100%;
	height:auto;
}

footer > .footer-main > .right > ul > li > .i-wrapper > section > span{
	width: 100%;
	font-size:14px;
	text-align: center;
	display: inline-block;
}

footer > .footer-main > .right > ul > li > .i-wrapper > section > span:nth-child(1){
	margin-top: 20%;
}

footer > .footer-main > .right > ul > li > .i-wrapper > section > span:nth-child(2){
	margin-top:-6px;
	width:100%;
	float:left;
}


footer > .footer-main > .right > .brands-ho > li:nth-child(2){
	margin-top:20px;
	color:rgba(255,255,255,.5);
}
