:focus{
    outline:none!important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 25px #fff inset!important;
}
html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif!important;
    color: #fff;
}
h3{
    font-size: 18px;
    font-weight:600;
    text-transform: uppercase;
    margin-top: 0;
}
a,
a:hover,
a:visited,
a:focus{
    text-decoration: none;
    outline: none;
}
::-webkit-scrollbar{
    display:none;
}
textarea{
    resize: none;
}
p, li{
    font-size: 16px;
}
p > strong {
    font-weight: 600;
}
p.header{
    font-size: 30px;
}
ul{
    padding-left: 0;
}
.cms{
    position: absolute;
}

.wrap {
    min-height: 100%;
    height: auto;
    /*margin: 0 auto -60px;*/
    /*padding: 0 0 60px;*/
    position: relative;
}
#fullpage{
    z-index: 1;
}
.wrap > .container {
    padding: 160px 15px 20px;
}
.navbar-brand{
    position: absolute;
    left: 0;
    right: 0;
    width: 250px;
    margin: auto!important;
    padding: 0 15px;
    top: 0;
    bottom: 0;
}
.footer {
    height: 90px;
    background-color: rgba(0,0,0,0.3);
    padding-top: 20px;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.footer img{
    max-width: 80px;
}
.main-text {
    text-align: center;
}
.icon-car{
    background: url("../img/icon-car.png") no-repeat center;
}
.inner, .nav-panel ul .nav-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}
button.btn{
    height: 44px;
    margin-top: -15px;
    background-color: #2e51b2;
    font-size: 16px;
    border: none;
    min-width: 135px;
    border-radius: 5px;
    float: right;
}
button.btn:hover,
button.btn:focus,
button.btn:active{
    background-color: #2e51b2;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.main .main-text h2{
    font-size: 55px;
    font-weight: 900;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-inverse {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
    max-width: 1450px;
    right: 0;
    left: 0;
    margin: auto;
    height: 80px;
    top: 40px;
}
.navbar-brand > img {
     display: inline-block;
    max-width: 100%;
    margin: auto;
}

.navbar-brand {
    font-size: 32px;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-brand:hover{
    color: #fff !important;
}

.navbar-nav a{
    color: #fff !important;
    font-weight: 600;
}

.navbar-nav a:hover{
    color: rgba(255, 255, 255, 0);
}
.dropdown{
    display: none!important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
}

.navbar-brand span{
    position: relative;
    top: 5px;
}

.navbar-nav {
    text-transform: uppercase;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
    border: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    border-bottom: 4px solid #20293e;
    background-color: transparent;
}

.site-container{
    padding-top: 99px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #e3e3e3;

}
.navbar-toggle{
    position: absolute;
    left:10px;
    top: calc((80px - 32px) / 2);
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.flag-icon {
    width: 20px !important;
}

.dropdown-menu{
    width: 66px;
    min-width: 66px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .5);
}

.section{
    width: 100%;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main.section {
    background: url("/web/img/background.png") no-repeat center center;
    background-size: cover;
}
.about.section {
    background: url("/web/img/bg2.jpg") no-repeat center center;
    background-size: cover;
}
.services.section {
    background: url("/web/img/bg3.jpg") no-repeat center center;
    background-size: cover;
}
.contact.section {
    background: url("/web/img/bg4.jpg") no-repeat center center;
    background-size: cover;
}
.sm-head {

    height: 10vh;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 5;
}
h2.header{
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 30px;
    text-transform: uppercase;
}
.contact h2.header{
    text-align: left;
}

.box-page{
    padding:40px 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box p.header{
    color: #0048ae;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.box > img {
    margin: 0 auto;
    height: 140px;
}

.services .box > p{
    margin-top: 15px;
    font-size: 21px;
    line-height: 1em;
}

.rounded{
    border-radius: 8px;
}

.services .box {
    padding:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 99%;
    min-height: 240px;
    margin-bottom: 40px;
}
.services img{
    margin: 10px auto;
}
.main .main-text h2{
    color:#fff;
    margin-bottom: 45px;
    font-family:"Montserrat",sans-serif;
    text-transform: uppercase;
    text-shadow: -4px -3px 1px #010101;
}
.value{
    display: block;
    margin: 10px auto;
}
.contact .contacts{

    /*background-color: rgba(255,255,255,0.8);*/
    padding: 0 20px;
    margin-bottom: 15px;
}

.contact .contacts p a,
.contact .contacts p {
    color: #fff;
}
.form-control {
    background-color: rgb(255,255,255);
    border-radius: 0;
    box-shadow: none;
    height: 44px;
}
textarea.form-control {
    height: 110px;
}
#contactform-verifycode-image{
    margin-bottom: 15px;
}


.nav-panel {
    position: fixed;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6), -webkit-transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
    will-change: transform, opacity;
}
.nav-panel.invisible {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.5);
    transform: translateY(-50%) scale(0.5);
}
.nav-panel ul {
    list-style-type: none;
    padding-left: 0px;
}
.nav-panel ul .nav-btn {
    position: relative;
    overflow: hidden;
    width: 1em;
    height: 1em;
    margin-bottom: 0.5em;
    border: 0.12em solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: border-color, -webkit-transform 0.3s;
    transition: border-color, transform 0.3s;
    transition: border-color, transform 0.3s, -webkit-transform 0.3s;
    will-change: border-color, transform;
}
.nav-panel ul .nav-btn:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
    transform: translateX(-50%) translateY(-50%) scale(0.3);
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s, -webkit-transform;
    transition: transform, opacity 0.3s;
    transition: transform, opacity 0.3s, -webkit-transform;
    will-change: transform, opacity;
}
.nav-panel ul .nav-btn.active:after, .nav-panel ul .nav-btn:hover:after {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
    transform: translateX(-50%) translateY(-50%) scale(0.7);
    opacity: 1;
}
.nav-panel ul .nav-btn:hover {
    border-color: yellow;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.nav-panel ul .nav-btn:hover:after {
    background-color: yellow;
}
.nav-panel .scroll-btn {
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    border: 0.2em solid #fff;
    border-left: none;
    border-bottom: none;
    cursor: pointer;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: border-color 0.3s;
}
.nav-panel .scroll-btn.up {
    top: -1.6em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-panel .scroll-btn.down {
    bottom: -1.2em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav-panel .scroll-btn:hover {
    border-color: yellow;
}

.check-out {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2rem;
    color: #fff;
}
.check-out a {
    color: #ffaaaa;
    text-decoration: none;
    padding-bottom: 0.3rem;
    border-bottom: 0.2rem solid;
}

.footer p {
    font-size: 14px;
    margin-bottom: 0;
}
.footer .row{
    display: flex;
    align-items: center;
}
@media (min-width: 1466px) {
    .container-fluid{
        max-width: 1450px;
    }
}
@media (min-width: 1200px) {
    button.btn{
        margin-top: -80px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1024px){
    article.text {
        min-height: 47vh !important;
    }
}
@media (max-width: 1366px) {
    .main .main-text h2 {
        font-size: 45px;
    }
    .navbar-inverse{
        top:10px;
    }
    .flag{
        left:-80px;
    }
    h2.header{
        font-size: 3em;
    }
    .services .box {
        min-height: 27vh;
    }
    #services .box-page {
        padding: 20vh 0 0;
    }
    .box > img {
        height: 13vh;
    }
    p,li {
        font-size: .9em;
    }
}
@media (max-width: 1199px) {
    .flag {
        display: none;
    }
    button.btn{
        min-width: 110px;
    }
}
@media (max-width: 991px) {
    .main .main-text h2 {
        font-size: 35px;
    }
    .parallax-layout{
        display: none;
    }
}
@media (min-width: 768px){

    .nav > li {
        position: relative;
        display: table-row;
    }
    .navbar-nav {
        font-size: 14px;
        position: relative;
        display: table;
        width: 100%!important;
    }
    .navbar-nav > li:nth-last-child(2),
    .navbar-nav > li:nth-last-child(4),
    .navbar-nav > li:last-child{
        float: right!important;
    }
    .text__p {
        transform: translateY(100px);
    }

    /*.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {*/
        /*margin-right: 120px;*/
    /*}*/

    ul#w1 > li:last-child{
        float: right;
    }
}

@media screen  and (max-width: 768px){
    .navbar-brand span {
        top: 12px;
    }

    .text__p {
        transform: translateY(33px);
    }

    button.btn{
        margin-top: 0;
        min-width: 180px;
    }
    .box-page {
        padding: 8vh 20px 0;
    }
    .services .box {
        min-height: 16vh;
    }
    .box > img {
        height: 9vh;
    }
}


@media screen and (max-width: 767px){

    section.main{
        height: 37vh;
    }
    h3 {
        font-size: 1em;
    }
    .box-page {
        padding: 5% 20px;
    }
    .navbar-inverse{
        background-color:transparent;
        top:0;
    }
    .navbar-brand{
        left: auto;
    }
    .sm-head {
        /*background-color: rgb(255,255,255);*/
            height: 55px;
    }
    .main .main-text h2{
        font-size: 36px;
    }

    .about__text {
        transform: translateY(0px) !important;
    }

    .heading_p {
        font-size: 55px !important;
    }

    .site-container{
        padding-top: 95px;
    }

    .navbar-brand > img {
        display: block;
    }

    .navbar {
        min-height: 50px;
    }

    .navbar-brand {
        font-size: 30px;
    }

    .intro_banner {
        margin-top: 125px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        position: absolute;
        background-color: #000;
        left: 80px;
    }

    .navbar-nav a{
        color: #fff !important;
    }

    .services {
        border-bottom: none !important;
    }

    .contacts__ul li {
        font-size: 16px !important;
    }
    .services .box > p,
    p,li {
        font-size: 1em;
    }
    h2.header{
        margin: 0 0 20px 0;
    }
    .services .box{
        margin-bottom: 10px;
    }
    .form-control{
        height: 38px;
    }
    .main .main-text h2 {
        margin-bottom: 0;
    }
    .field-contactform-verifycode > div{
        padding: 0;
    }
    .footer {
        height: 70px;
    }
}
@media screen and (max-width: 480px) {

    h2.header {
        font-size: 2em;
        margin: 0 0 10px 0;
    }
    .contact .contacts{
        display: none;
    }
    .services .box > p, p, li {
        font-size: 12px;
    }
    .main .main-text h2 {
         font-size: 26px;
     }
    .services img {
        max-width: 70px;
    }
    .value{
        max-width: 50px;
    }
    p.header {
         font-size: 16px;
     }
    .form-control {
        height: 30px;
    }
    .footer img {
        max-width: 50px;
    }
    .footer p {
        font-size: 8px;
    }
}
@media screen and (max-width: 375px) {
    h2.header {
        font-size: 1.5em;
    }

    textarea.form-control {
        height: 50px;
    }

    .services .box > p, p, li {
        font-size: 11px;
    }
}