﻿* {
	margin:0;
	padding:0;
}
html {
	background:#fff;
	overflow-x:hidden;
}
div#fixedlable {
    position: fixed;
    z-index: 3434;
    background: #191919;
    top: 100px;
    right: 0;
    color: #FFA700;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    padding: 10px;
    box-shadow: 0 0 3px #000;
}
#wrap {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #111;
    position: relative;
    width: 100%;
    height: 5000px;
    margin: 0 auto;
    overflow: hidden;
	background:#000;
}
.w1200 {
	margin:auto;
	width:1200px;
}
#gorodMenu {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    /* margin: auto; */
}
.gorod:hover,.gorod.active {
    color: #FFA700;
    letter-spacing: 2px;
}
.blockCity {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 430px;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
}
.blockCity.active {
	opacity:1;
	z-index:6;
}

.normimg {
	width:200px;
}
.bb {
    width: 60%;
    margin: auto;
}
.bb h2 {
    text-align: center;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 0 0 5px #000,0 0 2px #000;
    /* background: rgba(0, 0, 0, 0.8); */
}
.aga {
    position: relative;
    /* top: 0; */
    float: left;
    width: 25%;
    height: 50%;
    padding: 0px;
    text-align: center;
    /* opacity: 0; */
    transition: opacity 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
}
.acts p {
    text-align: center;
    background: rgba(25, 25, 25, 0.85);
    padding: 21px;
    width: 80%;
    color: #fff;
    margin: 10px auto;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.acts p span{
	color:#ffa700;
}
.acts h2 {
	display:none;
}
.acts {
    position: relative;
	float:left;
    width: 33.3333333%;
    height: 100%;
    text-align: center;
}
.stans {
    width: 390px;
}
.normimg {
    width: 130px;
    border-radius: 50%;
	-webkit- border-radius: 50%;
	-moz- border-radius: 50%;
}
#actcii .qd.arrow.left {
    top: 200px;
}
#actcii .qd.arrow.right {
    top: 200px;
}
.bb h2 b {
    color: #FFA700;
}
#blockCity1 {background-image:url(../images/city1.jpg);}
#blockCity2 {background-image:url(../images/city2.jpg);}
#blockCity3 {background-image:url(../images/city3.jpg);}
#blockCity4 {background-image:url(../images/city4.jpg);}

#actcii {
	position:relative;
	width:100%;
	height:600px;
	background-image:url(../images/act1.jpg);
	background-attachment: fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
.gorod {
    float: left;
    width: 25%;
    height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #BBB;
    cursor: pointer;
    letter-spacing: 0.2px;
    margin: 15px 0;
    transition: color 0.4s ease,background 0.4s ease,letter-spacing 0.4s ease;
    -webkit-transition: color 0.4s ease,background 0.4s ease,letter-spacing 0.4s ease;
    -moz-transition: color 0.4s ease,background 0.4s ease,letter-spacing 0.4s ease;
}
#btncall {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    cursor: default;
    color: #FFA700;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
    font-weight: bold;
    z-index: 3;
    text-transform: uppercase;
    font-size: 40px;
    /* margin-left: -400px; */
    text-align: center;
    height: 465px;
	background: rgba(0, 0, 0, 0.69);
}
#megabutton {
    position: relative;
    width: 600px;
    height: 80px;
    padding: 24px;
	font-size:24px;
	cursor:pointer;
	color:#fff;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0);
    margin: 40px auto;
    transition: color 0.4s ease,background 0.4s ease,letter-spacing 0.4s ease;
    -webkit-transition: color 0.4s ease,background 0.4s ease,letter-spacing 0.4s ease;
    -moz-transition: color 0.4s ease,background 0.4s ease,letter-spacing 0.4s ease;
}
#megabutton:hover {
    background: #FFA700;
    opacity: 1;
    color: #fff;
    letter-spacing: 3px;
}
#megabutton:hover .ln {
    background: #FFA700;
}
.ln {
	height:1px;
	display:block;
	position:absolute;
	background:#FFF;
}
.tripple {
    position: absolute;
    top: 40px;
    left: 10%;
    z-index: -1;
    opacity: 0;
    width: 80%;
    height: 100%;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;	
}
.quard {
    position: absolute;
    top: 40px;
    left: 10%;
    z-index: -1;
    opacity: 0;
    width: 80%;
    height: 100%;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
}
.arrow.right.qd {
    right: 60px;
	top: 100px;
}
.arrow.left.qd {
    left: 60px;
	top: 100px;
}
.quard.active {
	opacity:1;
	z-index:3;
}
.tripple.active {
	opacity:1;
	z-index:3;
}
.agat {
    position: relative;
    width:25%;
    display: block;
	float:left;
}

#ln1 {
	top:0;
	left:0;
	width:0%;
}
#ln2 {
	bottom:0;
	right:0;
	width:0%;
}
#ln3 {
	top:0;
	left:0;
	width:1px;
	height:0%;
}
#ln4 {
	bottom:0;
	right:0;
	width:1px;
	height:0%;
}
p.conts span {
    color: #FFA700;
}
p.conts {
    text-align: center;
    color: #fff;
    /* padding: 120px 0; */
}
.ahref {
    width: 200px;
    height: 100px;
    display: block;
    margin: auto;
    /* top: 0; */
    /* left: 0; */
    /* z-index: -10; */
}
.ahref.active {
	z-index:10;
}
.corners {
    width: 200px;
    height: 100px;
    margin: 20px auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#aga15 {
    position: relative;
    width: 300px;
    display: block;
    float: none;
    margin: auto;
}

.c01 {	background-image:url(../images/01.png);}
.c02 {	background-image:url(../images/02.png);}
.c03 {	background-image:url(../images/03.png);}
.c04 {	background-image:url(../images/04.png);}
.c05 {	background-image:url(../images/05.png);}
.c06 {	background-image:url(../images/06.png);}
.c07 {	background-image:url(../images/07.png);}
.c08 {	background-image:url(../images/08.png);}
.c09 {	background-image:url(../images/09.png);}
.c10 {	background-image:url(../images/10.png);}
.c11 {	background-image:url(../images/11.png);}
.c12 {	background-image:url(../images/12.png);}
.c13 {	background-image:url(../images/13.png);}
.c15 {	background-image:url(../images/15.png);}
.c22 {	background-image:url(../images/22.png);}
#offsetEnd {
	position:absolute;
	bottom:0;
	left:0;
}
.mbutton:hover {
    opacity: 1;
    color: #FFA700;
    letter-spacing: 3px;
}
.aga.aga10 {
    display: block;
    width: 25%;
    position: relative;
    float: none;
    margin: 50px auto;
}
.paga {
	width:50%;
	margin:20px auto;
}
.ind {
	text-indent:40px;
}
#btla {
    position: absolute;
    left: 50%;
    top: 480px;
    width: 600px;
    padding: 25px;
    margin-left: -300px;
    background: none;
    border: solid 1px rgba(255, 255, 255, 0.36);
}

.mbutton {
    position: absolute;
    bottom: 40px;
    width: 600px;
    left: 50%;
	text-transform: uppercase;
    height: 80px;
    padding: 24px;
    margin-left: -300px;
    z-index: 11;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 0.22);
    color: #B5B5B5;
    letter-spacing: 1px;
	background: rgba(0, 0, 0, 0.67);
    transition: color 0.4s ease,background 0.4s ease,letter-spacing 0.4s ease;
    -webkit-transition: color 0.4s ease,background 0.4s ease,letter-spacing 0.4s ease;
    -moz-transition: color 0.4s ease,background 0.4s ease,letter-spacing 0.4s ease;
}
.mbutton:hover .lin {
    background: #FFA700;
}

.mbutton:hover #lin1 {
    width:100%;
}
.mbutton:hover #lin2 {
    width:100%;
}
.mbutton:hover #lin3 {
    height:100%;
}
.mbutton:hover #lin4 {
    height:100%;
}
.lin {
	height:1px;
	display:block;
	position:absolute;
	background:#FFF;
	transition:width 0.6s ease, height 0.6s ease, background 0.6s ease;
	-webkit-transition:width 0.6s ease, height 0.6s ease, background 0.6s ease;
	-moz-transition:width 0.6s ease, height 0.6s ease, background 0.6s ease;
}
#lin1 {
	top:0;
	left:0;
	width:0%;
}
#lin2 {
	bottom:0;
	right:0;
	width:0%;
}
#lin3 {
	top:0;
	left:0;
	width:1px;
	height:0%;
}
#lin4 {
	bottom:0;
	right:0;
	width:1px;
	height:0%;
}
@font-face {
	font-family:"Entypo";
	src:url("../fonts/Entypo.eot?") format("eot"),url("../fonts/Entypo.woff") format("woff"),url("../fonts/Entypo.ttf") format("truetype"),url("../fonts/Entypo.svg#Entypo") format("svg");
	font-weight:normal;font-style:normal;
}
p {
    padding: 0 40px;
    text-align: justify;
    color: #44464A;
}
.w900 {
	width:900px;
	margin:20px auto;
}
.w1024 {
    width: 1104px;
    margin: 20px auto;
}
.partner {
    background: #000;
    width: 170px;
    float: left;
    height: 170px;
    border-radius: 50%;
    margin: 0px 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	box-shadow:0 0 3px #000;
	-webkit-box-shadow:0 0 3px #000;
	-moz-box-shadow:0 0 3px #000;
}
p.right {
    text-align: right;
    color: #212121;
    font-style: italic;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
}
h1 {
	
}
h2, .h2 {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.83);
    padding: 10px;
}
h3 {

}
.mbox {
	display:block;
	width:100%;
	height:100%;
}
.absolute {
	position:absolute;
	top:0;
	left:0;
}
header {
    display: block;
}
.why:hover p.invis {
    opacity: 1;
}
.why p.invis {
    display: block;
    position: absolute;
    background: #FFA700;
    width: 100%;
    color: #000;
    z-index: 3;
    height: 100%;
    font-size:13px;
	font-weight:normal;
    opacity: 0;
    transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition:opacity 0.2s ease;
}
.why p.invis:before {
    content: '';
    width: 0px;
    background: #fff;
    height: 1px;
    display: block;
    position: absolute;
    top: 88px;
    margin: auto;
    left: 50%;
    margin-left: -100px;
    transition: width 1s ease;
	-webkit-transition: width 1s ease;
	-moz-transition: width 1s ease;
}
.why:hover p.invis:before {
    width: 200px;
}
#logo {
    position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    top: 150px;
    width: 100%;
    left: 0;
    z-index: 6;
    color: #FFA700;
    text-align: center;
    letter-spacing: 0px;
    text-shadow: 0 0 4px #000, 0 0 7px #000000;
    font-weight: bold;
    font-size: 72px;
    text-transform: uppercase;
}
.cursive {
	font-family: 'Roboto Condensed', sans-serif;	
}
#agents {
	position:relative;
	width:100%;
	height:480px;
	display:block;
}
.gorod.active {
    border-bottom: solid 4px #FFA700;
}
#slider {
    position: fixed;
    top: 0;
    left: 0;
	opacity:0.3;
    height: 900px;
    z-index: 1;
    width: 100%;
}
.whyblock {
	margin:20px auto;
	width:90%;
}
.why {
    float: left;
    width: 33.33333%;
    position: relative;
    cursor: default;
    background: #FFF;
    height: 230px;
    overflow: hidden;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
}


.we {
    width: 33.33333%;
    height: 170px;
    float: left;
    text-align: center;
    margin: 4px 0;
    font-weight: bold;
    font-size: 13px;
    background: url(../images/star.png) no-repeat;
    text-transform: uppercase;
    background-position-x: 50%;
    padding: 107px 80px 0;
    color: #4C4C4C;
}
#p1 {
	background: url(../images/p1.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
#p2 {
	background: url(../images/p2.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
#p3 {
	background: url(../images/p3.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
#p4 {
	background: url(../images/p4.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
#p5 {
	background: url(../images/p5.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
#p6 {
	background: url(../images/p6.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
#otzivi {
    position: relative;
    width: 60%;
	height:720px;
    margin: 10px auto;
}
h4, .h4 {
    font-size: 18px;
    margin: 0;
    text-align: center;
    margin-top: 40px;
    color: #ffa700;
    font-weight: bold;
    margin-bottom: -20px;
}
.otziv p.podpis {
	text-align:right;
	font-style:italic;
	font-size:12px;
	margin:0;
}
.otziv {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
	z-index:-2;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
}
.otziv.active {
	opacity:1;
	z-index:1;
}
.otziv h2 {
    width: 100%;
    height: 20px;
    font-size: 24px;
    color: #3C3C3C;
    font-weight: bold;
    text-align: center;
}
.otziv h2:after {
    content: '';
    width: 100%;
    height: 1px;
    margin: 10px 0;
    display: block;
    background: #9C9C9C;
}
.otziv p {
    color: #3E3E3E;
    margin-top: 30px;
    font-size: 14px;
    text-align: justify;
    font-family: "Roboto", Arial, sans-serif;
}
.otziv p img.intext2 {
    width: 160px;
}
.mn {
    margin-bottom: 20px;
}
.radius{
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    margin: auto;
    background: #ddd;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.arrow.left {
    left: 160px;
}

.arrow {
    position: absolute;
    top: 46px;
    height: 100%;
    cursor: default;
    z-index: 2;
    width: 90px;
    font-size: 120px;
    color: #D2D2D2;
    transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
}
.arrow.right {
    right: 120px;
}
.arrow:hover {
    color: #3C3C3C;
}
#markers {
    width: 300px;
    height: 9px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -150px;
}
#expmarkers {
    width: 200px;
    height: 9px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -100px;
}
.why p {
    /* padding-left: 93px; */
    font-size: 15px;
    padding-top: 100px;
    font-weight: bold;
    text-align: center;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
}
.why:hover p{
	color:#fff;
}
.why:hover #icon3{
	color:#fff;
}
.why:hover {
	background:#FFA700;
}
.icon {
    font-family: Entypo;
    font-size: 120px;
    color: #FFA700;
    display: block;
    position: absolute;
    z-index: 5;
    top: -66px;
    width: 50px;
    text-align: center;
    margin-left: -25px;
    left: 50%;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
}
.why:hover .icon{
	color:#fff;
}
#content {
    position: absolute;
    top: 900px;
    left: 0;
    z-index: 9;
    padding-top: 120px;
    padding-bottom: 47px;
    width: 100%;
    background: #fff;
}
#notcontent {
    width: 250px;
    margin: 50px auto 10px;
    color: #fff;
    padding: 97px 70px;
    height: 250px;
    text-align: center;
    background: url(../images/noname.jpg);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
img.casual {
    width: 220px;
}
#content:after {
    content: '';
    position: absolute;
    bottom: -39px;
    display: block;
    width: 40px;
    height: 20px;
    margin-left: -20px;
    z-index: 2;
    border: 20px solid transparent;
    border-top: 20px solid white;
    left: 50%;
    /* background: #ddd; */
}
#stars {
    position: absolute;
	top: 200px;
    left: 50%;
    height: 60px;
    width: 600px;
    margin-left: -250px;
    z-index: 99;
}
.star {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(../images/star.png);
    background-size: cover;
    margin:10px;
}
.slide {
	opacity:0;
	transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	-moz-transition:opacity 1s ease;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
.slide.active {
	opacity:1;
}
#slide1 {
	background-image:url('../images/slide1.jpg');
}
#slide2 {
	background-image:url('../images/slide2.jpg');
}
#slide3 {
	background-image:url('../images/slide3.jpg');
}
#slide4 {
	background-image:url('../images/slide4.jpg');
}
#slide5 {
	background-image:url('../images/slide5.jpg');
}
#menu {
    width: 100%;
    height: 80px;
    background:#191919;
    position: absolute;
	z-index:12;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
}
.menuitem {
    float: left;
    width: 20%;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    position: relative;
	font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
	text-transform: uppercase;
    cursor: pointer;
    transition: letter-spacing 0.6s ease, color 0.4s ease;
    -webkit-transition: letter-spacing 0.6s ease, color 0.4s ease;
    -moz-transition: letter-spacing 0.6s ease, color 0.4s ease;
}
.menuitem:hover {
    letter-spacing: 3px;
    color: #E4BF00;
}
.menuitem.active {
    letter-spacing: 3px;
    color: #E4BF00;
}
.menuitem:after {
    content: '';
    width: 1px;
    height: 46px;
    top: 18px;
    right: 0px;
    position: absolute;
    background: #4C4C4C;
}
#cards {
    position: absolute;
    width: 100%;
    height: 320px;
    left: 0;
    border-top: solid 4px #FFA700;
    bottom: 0;
    z-index: 9;
}
#cards iframe{
	width:100%;
	height:100%;
	border:none;
}
.otziv p img {
    display: inline;
    width: 240px;
	padding: 10px 10px 0 0;
    float: left;
}
#modalWindow {

	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:-1;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:rgba(0,0,0,0.8);
	-webkit-transition: opacity 1s ease-out 0.2s;
    -moz-transition: opacity 1s ease-out 0.2s;
    -o-transition: opacity 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s;
}
#modalWindow.active {
	z-index:9999999;
	opacity:1;
}
#modalWindow h2 {
    font-weight: normal;
    color: #FFA700;
    font-size: 24px;
	margin: 2px auto;
    text-align: center;
    text-transform: uppercase;
}
#phonetop {
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: 15px;
    background: #FFA700;
    /* background: rgb(255, 255, 255); */
    border: dashed 1px #FFFFFF;
    right: 68px;
    box-shadow: 2px 2px 7px #000;
    -webkit-box-shadow: 2px 2px 7px #000;
    -moz-box-shadow: 2px 2px 7px #000;
    cursor: pointer;
    padding: 2px 12px 2px 0px;
    font-size: 32px;
    z-index: 100;
	animation:mig 2s ease-out infinite;
	-webkit-animation:mig 2s ease-out infinite;
	-moz-animation:mig 2s ease-out infinite;
}
@keyframes mig {
	0 {opacity:1;}
	60% {opacity:0.4;}	
	70% {opacity:0.4;}
	100% {opacity:1;}
}
#rdr {
	margin: -69px auto 0;
}
.iconT {
    display: inline-block;
    position: absolute;
    font-family: Entypo;
    font-size: 50px;
    padding: 0px 20px;
    font-weight: normal;
    line-height: 110px;
    color: #808080;
    top: 22px;
    left: 48px;
}
.iconTS {
    display: inline-block;
    position: absolute;
    font-family: Entypo;
    font-size: 50px;
    padding: 20px;
    font-weight: normal;
    line-height: 110px;
    color: #808080;
    top: 93px;
    left: 51px;
}
.iconTSS {
    display: inline-block;
    position: absolute;
    font-family: Entypo;
    font-size: 50px;
    padding: 20px;
    font-weight: normal;
    line-height: 110px;
    color: #808080;
    top: 188px;
    left: 48px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: 22px;
    line-height: inherit;
    display: block;
    padding-left: 40px;
    margin: 0 auto;
}
.uberbuttontS {
    display: block;
    width: 40%;
    margin: 30px auto;
    height: 62px;
    margin-top: 19px;
    cursor: pointer;
    padding-top: 9px;
    background: #FFA700;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    text-align: center;
    border: dashed 1px #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}
.formPlace {
    position: relative;
    width: 400px;
    margin: 140px auto;
    padding: 20px;
    height: 380px;
    /* border: solid 2px #fff; */
    background: #fff;
    /* -webkit-border-radius: 28px; */
    -moz-border-radius: 28px;
    -o-border-radius: 28px;
    /* box-shadow: 0 0 4px #000; */
    /* -webkit-box-shadow: 0 0 4px #000; */
    -moz-box-shadow: 0 0 4px #000;
    -o-box-shadow: 0 0 4px #000;
}
.formbutton {
    display: block;
    position: relative;
    margin: 0 auto 80px;
    padding: 10px 0 10px;
    color: #fff;
    background:#FFA700;
    border: solid 2px #fff;
    width: 280px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 6px #111;
    -webkit-box-shadow: 0 0 6px #111;
    -moz-box-shadow: 0 0 6px #111;
    -o-box-shadow: 0 0 6px #111;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;

}
.btnmainWM {
	margin:20px auto;
}

#cerror {
    position: absolute;
    top: 320px;
    left: 0;
    width: 400px;
    text-align: center;
    background: #fff;
}
.close {
	display: inline-block;
	position: absolute;
	font-family: Entypo;
	font-size: 50px;
	padding: 0 5px;
	font-weight: normal;
	color: #131313;
	top: -18px;
	right: 4px;
}