body {
    overflow-x: hidden;
}


/*navbar*/

.navbar-custom {
    margin-bottom: 0;
    background-color: #FFFFFF;
    border: none;
}

.navbar-form .form-control-custom {
    background-color: #FFFFFF;
    background-image: none;
    border: 2px solid #e1dabd;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.navbar-form .btn-custom {
    background-color: #d21c1a;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
    padding: 0px;
    color: #fff;
    margin-left: -5px;
}

.navbar-form .btn-custom:hover,
.navbar-form .btn-custom:active:hover,
.navbar-form .btn-custom:active,
.navbar-form .btn-custom:focus {
    color: #fff;
    background-color: #bb1919;
}

span .glyphicon-search-custom {
    color: #FFFFFF;
    font-size: 13px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    */
}


/*navbar2*/

.navbar-custom-2 {
    background-color: #d21c1a;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

nav ul > li {
    color: #FFFFFF;
    text-transform: uppercase;
}

.navbar-custom-2 .navbar-nav>li>a {
    color: #FFFFFF;
}

.navbar-custom-2 .navbar-nav>li>a:hover {
    color: #000000;
}

.navbar-custom-2 .navbar-nav>.open>a,
body .navbar-custom-2 .navbar-nav>.open>a:focus,
body .navbar-custom-2 .navbar-nav>.open>a:hover {
    color: #000000;
    background-color: inherit;
}

.nav .dropdown .dropdown-menu-custom {
    background-color: #d21c1a;
    border: none;
}

.nav .dropdown .dropdown-menu-custom:active {
    background-color: #d21c1a;
}

.nav .dropdown .dropdown-menu-custom>li>a {
    color: #FFFFFF;
    text-transform: capitalize;
}

.nav .dropdown .dropdown-menu-custom>li>a:hover,
.nav .dropdown .dropdown-menu-custom>li>a:focus {
    background-color: #bb1919;
}

div.container-fluid {
    padding: 0;
}


/*JOIN*/

.join {
    position: fixed;
    top: 300px;
    left: 0px;
    z-index: 3;
}

.address {
    z-index: 3;
    position: absolute;
    top: 227px;
}

.address h3:before {
    content: url(images/PUT_line_white.jpg);
    padding-right: 22px;
}

.address i.fa {
    padding-right: 10px;
    color: #d21c1a;
}

.bg {
    -ms-transform: skewX(-20deg);
    /* IE 9 */
    -webkit-transform: skewX(-20deg);
    /* Safari */
    transform: skewX(-20deg);
    /* Standard syntax */
    background-color: #FFFFFF;
    overflow: hidden;
    position: absolute;
    top: 147px;
    right: 58vw;
    z-index: 2;
}

.map {
    z-index: 1;
    left: 350px;
}

.form {
    background-color: #eee7d7;
}

.form .container .row .col-md-6 {
    margin-top: 40px;
}

.form .container .row .col-md-6 .form-group-custom {
    margin-bottom: 0px;
}

.form .container .row .col-md-6 .form-group-custom input {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
}

.form .container .row .col-md-6 .form-group-custom .form-control {
    width: 100%;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
}

.form .container .row .col-md-6 p {
    margin-top: 5px;
}

.form .container .row .text-right .btn-custom-submit {
    background-color: transparent;
    border: 1px solid #d21c1a;
    color: #d21c1a;
    text-transform: uppercase;
    margin-left: 250px;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: all 0.15s linear;
}

.form .container .row .text-right .btn-custom-submit:hover {
    color: #ffffff;
    background-color: #d21c1a;
}

footer {
    background-color: #908c81;
}

footer .copyright {
    border-top: 1px solid #ffffff;
}

footer .copyright p {
    margin: 0 15px;
    margin-top: 20px;
}

.navbar.navbar-footer {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navbar.navbar-footer .nav.navbar-nav-footer > li > a {
    color: #e4e0d5;
}

.navbar.navbar-footer .nav.navbar-nav-footer > li > a:hover {
    color: #000000;
}

.navbar.navbar-footer .nav.navbar-nav-footer > li:hover {
    background-color: transparent;
}

.social {
    margin-top: 10px;
}

.social button {
    background-color: #eee7d7;
    border: none;
    border-radius: 2px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin-right: 10px;
}

.social button i.fa {
    color: #908c81;
}

footer p {
    color: #e4e0d5;
}

@media (max-width: 1199px) {
    .address {
        position: static;
    }
}


/*MEDIA SMARTPHONE*/

@media(max-width: 767px) {
    .navbar-brand {
        padding: 10px;
    }
    .navbar-brand img {
        height: 100%;
    }
    .navbar-default .navbar-form {
        border-color: transparent;
    }
    .navbar-form .btn-custom {
        height: 34px;
        width: 34px;
    }
    .navbar-form .form-control-custom {
        height: 34px;
        width: 100%;
    }
    .join {
        display: none;
    }
    .navbar-form {
        margin: 0;
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
    .navbar-form .form-group {
        margin-bottom: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu >li>a {
        color: #FFFFFF;
    }
    .map {
        display: none;
    }
    .navbar-custom-2 {
        z-index: 4;
    }
    .address {
        z-index: 3;
    }
    .address h3:before {
        content: none;
    }
    .form {
        margin-top: 10%;
    }
    .navbar-footer .navbar-nav-footer {
        text-align: center;
    }
    .social {
        text-align: center;
    }
    .text-right {
        margin-top: 5%;
        margin-bottom: 5%;
        text-align: center;
    }
    .form .container .row .text-right .btn-custom-submit {
        margin: 0 auto;
    }
    footer p {
        text-align: center;
    }
}


/*MEDIA DESKTOP*/

@media(min-width: 1200px) {
    body {
        overflow-x: hidden;
    }
    .navbar-custom {
        height: 97px;
    }
    .navbar-form .btn-custom {
        height: 34px;
        width: 34px;
    }
    .navbar-form .form-control-custom {
        height: 34px;
        width: 100%;
    }
    .join_us {
        height: 530px;
        width: 1000px;
    }
    .navbar-custom-2 {
        height: 45px;
    }
    .bg {
        height: 495px;
        width: 1000px;
        margin-top: -5px;
    }
    .contact_map .address p {
        margin-left: -15px;
    }
    .map {
        width: calc(100% - 350px);
        height: 495px;
    }
    .form {
        padding: 100px 0;
    }
    .form .container .row .col-md-6 {
        margin-top: 20px;
    }
    .form .container .row .col-md-6 .form-group-custom input {
        width: 100%;
        height: 34px;
    }
    textarea.form-control {
        resize: none;
    }
    footer {
        background-color: #908c81;
        padding: 20px 0;
    }
}