/*CSS RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0; }

html{
    height:100%;
}
body{
    background: url(/img/fe_big_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    font:14px/1.4 'Helvetica', sans-serif;
    height: 100%;
}
.bg_wrap{
    background: rgba(28, 31, 39, 0.60);
    min-height: 100%;
    width:100%;
    position: absolute;
    z-index: 0;
}
.slide_one{
    height:100%;
    position: relative;
}
.slide_two{
    height:100%;
    background: #0092ec;
    position: relative;
}
.slide_three{
    height: 100%;
    position: relative;
    background: rgba(28, 31, 39, 0.90);
    color: #89899D;
}
.header{
    height:70px;
    position: relative;
    margin:0px auto;
    max-width:1100px;
}
img.logo{
    float:left;
    margin:30px 0 0 20px;
    width:100px;
}

.land_nav{
    display: inline-block;
    vertical-align: top;
    margin:30px 0 0 40px;

}
.land_nav a{
    font-size: 12px;
    text-decoration: none;
    color: #b7b7b7;
    border:1px solid #8a8a8a;
    border-radius: 20px;
    padding:5px 15px 4px;
    margin-right:10px;
}
.land_nav a:hover{
    border:1px solid #dcdcdc;
    color: #dcdcdc;
}
.nav{
    float:right;
    margin-right:20px;
    line-height: 60px;
    margin-top:15px;
    font-size: 0;
}
.nav a{
    border-radius: 4px;
    background: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #676767;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}
.nav a:first-child{
    border-left: 0px;
}
.nav a:last-child{
    border-right: 0px;
}
.nav a:hover{
    text-decoration: none;
    background: #fff;
}
.login_form{
    text-align: center;
    color:#fff;
    background: #f4f4f4;
    display: none;
    position: relative;
    z-index: 3;
    padding:20px 0px;
    width:100%;
    box-shadow: 0px 10px 100px #1f1f1f
}
.login_form .close{
    position: absolute;
    top:20px;
    right: 30px;
    font-size: 20px;
    color:#6296c2;
    cursor: pointer;
}
.login_form .name{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color:#006da6;
}
.form_box{
    margin-top:20px;
}
.form_box .item{
    display: inline-block;
    padding:0px 5px;
}
.form_box input{
    display: inline-block;
    width:180px;
    padding:7px 15px;
    font-size: 16px;
    border:1px solid;
    border-color:#a3a3a3 #c6c6c6 #e5e5e5;
    -webkit-box-shadow: inset 0 1px 1px #cfcfcf;
    -moz-box-shadow: inset 0 1px 1px #cfcfcf;
    box-shadow: inset 0 1px 1px #cfcfcf;
    border-radius: 2px;
}
.login_form button.login-button{
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight:300;
    background: #0071ac;
    margin-top:20px;
    border-top:1px solid #338dbd;
    border-right:0px;
    border-left:0px;
    border-bottom: 0px;
    color:#fff;
    padding:7px 25px 8px 25px;
    border-radius:3px;
    cursor: pointer;
}
.login_form button.login-button:hover{
    background: #006aa2;
}

.hello_block{
    text-align: center;
    position: relative;
    width:600px;
    margin:10% auto 0px;
    z-index: 1;
}
.hello_block img{
    width:200px;
}
.hello_block h1{
    display: block;
    margin-top:30px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color:#fff;
    text-transform: none;
    letter-spacing: 0px;
}

.hello_block .plushotel{
    background: #0092ec;
    display: inline-block;
    text-decoration: none;
    margin-top:40px;
    padding:12px 25px;
    color:#fff;
    border-radius: 4px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}




.what_text{
    width:600px;
    height:550px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    position: absolute;
    color:#fff;
    font-size: 16px;
    text-align: center;
}
.what_text .icon{
    font-size: 80px;
    margin-bottom: 40px;
}
.what_text .name{
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}
.what_text p{
    margin-bottom: 20px;
    text-align: left;
    color:#ececec;
}
.what_text .plushotel{
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color:#fff;
    border:1px solid #e1e1e1;
    display: inline-block;
    border-radius: 4px;
    padding:12px 25px;
    cursor: pointer;
    margin-top:20px;
}




.newclient_text{
    width:600px;
    height:450px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    position: absolute;
    z-index: 3;
    color:#fff;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
}
.newclient_text .icon{
    font-size: 80px;
    margin-bottom: 40px;
}
.newclient_text .name{
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 30px;
}
form#request{
    text-align: center;
}
form#request input{
    display:block;
    width:250px;
    margin:15px auto;
    border-radius: 10px;
    border:0px;
    font-size:14px;
    padding: 10px 15px;
}
.go_request{
    font-size: 16px;
    background: #0092ec;
    width:250px;
    padding: 10px 15px;
    margin:15px auto;
    border-radius: 10px;
    font-family: 'Helvetica', sans-serif;
}



#back-top {
    margin: 0;
    position: fixed;
    z-index: 9;
    bottom: 30px;
    right: 45px;
}

#back-top a {
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
}




@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXdckgy16U_L-eNUgMz0EAk.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5USZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSndckgy16U_L-eNUgMz0EAk.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxk3zLKZ99nDzxe08CEIyEW0.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBnEh7F1Z_3lydansdLiaPMg.ttf) format('truetype');
}

.error_box {
    color: red;
}