html, body {
    background-color: #ebebeb;
    color: #636b6f;
    font-family: 'Verdana', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
    text-align: center;
    line-height: 1.6;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: #00a57b;
}
a:active{
    text-shadow: 0 0 2px #00a57b;
}

.page {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper{
    line-height: 1;
    flex-direction: row;
    justify-content: center;
}

.links > a {
    padding: 0 25px;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: .05rem;
    text-decoration: none;
}
.menu{
    display: flex;
    flex-direction: row;
    font-size: 12px;
}
.wrapper .menu{
    max-width: 700px;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.header{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: fixed;
    background-color: rgba(255, 255, 255, .9);
    padding-right: 20px;
    right: 0;
    top:0;
    z-index: 99999;
}
.header .menu{
    /*width: 100%;*/
}
.header a{
    padding: 20px 10px;
}

@media (max-width: 600px) {
    .col-2,.form {width: 90%;}
    .menu{
        flex-direction: column;
    }
    .menu a{
        padding: 20px 0;
    }
    .header{
        width: 70%;
        height: 100%;
        box-shadow: -20px 0 100px black;
        flex-direction: column;
        justify-content: center;
        margin-right: -100%;
    }
    .header .menu{
        width: 100%;
        font-size: 20px;
    }
    .desktop{
        display: none;
    }
    .page{
        padding: 0;
    }
}
@media (min-width: 601px) {
    .col-2,.form {width: 50%;}
    .header{
        width: 100%;
        margin-right: 0;
    }
    .dd-menu a{
        display: none;
    }
    .dd-menu:hover span{
        background-color: darkgray;
        color: white;
        font-weight: 700;
    }
    .mobile{
        display: none;
    }
    .page{
        padding: 60px 0;
    }
}

.lng-menu{
    z-index: 999999;
    margin-right: -100%;
}

.btn-header{
    position: fixed;
    right: 0;
    top: 0;
    font-size: 25px;
    padding: 5px 15px;
}

.col-2,.form{
    margin: 0!important;
    display: inline-block!important;
    vertical-align: middle;
}
.form{
    max-width: 500px;
    font-size: 17px;
    line-height: 1.5;
}

.scroll.selected{
    color: #208f81;
    border-bottom: 1px #208f81 solid;
}
input,textarea,button{
    font-size: 17px;
    font-weight: 100;
}
button.btn,
a.btn{
    -moz-border-radius:  5px; /* Firefox */
    -webkit-border-radius:  5px; /* Safari 4 */
    border-radius:  5px; /* IE 9, Safari 5, Chrome */
    padding: .375rem .75rem;
    border: none;
    cursor: pointer;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-green{
    color: white;
    background: -moz-linear-gradient(#5AC1B5,#208f81);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5AC1B5), to(#208f81));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5AC1B5', endColorstr='#208f81');
}
.btn-green:active{
    background: -moz-linear-gradient(#208f81,#5AC1B5);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#208f81), to(#5AC1B5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#208f81', endColorstr='#5AC1B5');
}

.btn-social{
    color: white;
    background-color: #a3a3a3;
}
.btn-social:before {
    content: "\0000a0";
    display: inline-block;
    float: left;
    height: 33px;
    width: 33px;
    margin: -.375rem .75rem -.375rem -.75rem;
}
.facebook:before {
    background: url("/app/img/ico/icon_fb.png") no-repeat center center rgba(0,0,0,.5);
}
.google:before {
    background: url("/app/img/ico/icon_google.png") no-repeat center center rgba(0,0,0,.5);
}
.facebook:hover{
    background-color: #37528c!important;
}
.google:hover{
    background-color: #c74534!important;
}


button.link{
    background:none;
    padding: 0;
    border: none;
    cursor: pointer;
    color: inherit;
    line-height: 1;
}
button.link:hover{
    color: #208f81;
}
input,textarea{
    padding: 5px;
    width: 100%;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid lightgrey;
    margin-top: 15px;
    resize: none;
    outline: none;
}
.invalid-feedback{
    color: red;
    font-size: 10px;
}

.menu > a > h1{
    text-transform: uppercase;
    font-weight:100;
    font-family: 'Poiret One', cursive;
    opacity: .8;
}
.menu > a > div{
    max-width: 240px;
    display: inline-block;
    opacity: .3;
}
.menu > a:hover > div{
    opacity: 1;
    color: grey;
}
.menu > a:hover > h1{
    opacity: 1;
}

/*bootstrap alert*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
