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;
}

.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: #bd1918;
    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;
}

.breadcrumb {
    padding: 0 30px;
}

.breadcrumb-custom {
    background-color: #eee7d7;
}

.nav-breadcrumb-custom {
    background-color: transparent;
    margin-top: 25px;
    margin-bottom: 15px;
}

.nav-breadcrumb-custom a {
    color: #908c81;
    text-decoration: none;
}

.nav-breadcrumb-custom a:after {
    content: " > ";
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-breadcrumb-custom a:nth-child(4):after {
    content: none;
}

.nav-breadcrumb-custom.v2 a:nth-child(3):after {
    content: none;
}

.nav-breadcrumb-custom.v3 a:nth-child(2):after {
    content: none;
}

.nav-breadcrumb-custom .active-custom {
    color: #000000;
}

.news {
    background-color: #FFFFFF;
    margin-top: 67px;
    margin-bottom: 185px;
}

.gallery {
    display: inline-block;
    margin-top: 20px;
}

.news .gallery .fancy-custom img {
    border: none;
}

.fancy-custom {
    border: none;
    height: auto;
    padding: 0;
}

.thumbnail.fancy-custom {
    margin-bottom: 0;
}

.fancy-custom2 {
    border: none;
    height: auto;
    margin-bottom: 5%;
}

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;
}

.preview-img {
    width: calc(100% / 3);
    float: left;
}

.preview-img .thumbnail {
    padding: 0;
}

.preview-img .thumbnail .img-responsive {
    width: 100%;
}

.preview-img .thumbnail:before {
    content: "\f067";
    font: normal normal normal 26px/1 FontAwesome;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: transparent;
    transition: 0.3s;
    text-align: center;
    line-height: 85px;
}

.preview-img-high .thumbnail:before {
    content: "\f067";
    font: normal normal normal 26px/1 FontAwesome;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: transparent;
    transition: 0.3s;
    text-align: center;
    line-height: 285px;
}

.news .media-heading {
    color: #000000;
}

.news .row .media .media-heading:hover {
    color: #000000;
    cursor: default;
}


/*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;
    }
    .navbar-footer .navbar-nav-footer {
        text-align: center;
    }
    .news .gallery .fancy-custom img {
        width: 100%;
        height: auto;
        border: none;
    }
    .social {
        text-align: center;
    }
    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%;
    }
    .nav-breadcrumb-custom {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .join_us {
        height: 530px;
        width: 1000px;
    }
    .navbar-custom-2 {
        height: 45px;
    }
    .members-logo h4:before {
        content: url(../images/PUT_line_white.jpg);
        padding-right: 22px;
    }
    .breadcrumb-custom {
        background-color: #eee7d7;
    }
    .news {
        height: 400px;
    }
    .news .date {
        display: inline-block;
        font-size: 20px;
        padding-bottom: 2px;
        border-bottom: 1px solid #000000;
    }
    .news .media-heading {
        margin-bottom: 15px;
    }
    .news .media-body p {
        padding-left: 0;
        margin-bottom: 15px;
    }
    .news .media-body p:last-of-type {
        margin-bottom: 0;
    }
    .news .gallery .fancy-custom img {
        max-width: 553px;
        height: auto;
    }
    .preview-img .thumbnail:hover:before,
    .preview-img-high .thumbnail:hover:before {
        background-color: rgba(186, 16, 15, 0.72);
        color: #fff;
    }
    .thumbnail.fancy-custom {
        height: auto;
        position: relative;
        margin-bottom: 0;
    }
    .fancy-custom2 {
        width: 100%;
        height: auto;
        margin: 0;
        position: relative;
    }
    .layer {
        width: 553px;
        height: 303px;
    }
    footer {
        background-color: #908c81;
        padding: 20px 0;
    }
}