body {
    font-family: Arial, Helvetica, sans-serif;
}

.top-icon {
    font-size: 2rem;
}

.navbar-custom {
    background-color: #EC1C24;
    border-bottom: 1px solid #EC1C24;
}

.navbar-custom.top-nav-collapse {
    background-color: #EC1C24;
}

.logo {
    width: 100vh;
    max-width: 170px;   
}

.btn-lg {
    font-size: 14px !important;
    padding: 10px 35px;
}

.btn-contact {
    max-width: 386px;
    width: 100%;
}

.img-center {
    margin: 0 auto;
}

.navbar-custom a {
    font-family: Arial, Helvetica, sans-serif;
}

#specialinfo a{
    color:#fff;
}

#specialinfo a:hover{
    color:#b5b5b5;
}

.px-0 {
    padding-right:0!important;
    padding-left:0!important;
}

.text-overlay{
    color:#fff;
    font-size:1.8rem;
    text-align: center;
}

.text-overlay a{
    color:#fff;
}

#textJoinUs.text-overlay{
    font-size:1.6rem;
}

.text-overlay a:hover{
    color:#b5b5b5;
}

#portfolio {
    padding-top: 53px;
}

.text-dec-none{
    text-transform: none!important;
}

.client-logo {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.client-logo {
    opacity: .5;
    cursor: pointer;
}

.client-logo:hover,
.client-logo:focus {
    opacity: .9;
}

.btn-contacts-1,
.btn-contacts-2 {
    text-align: center;
}

.btn-red {
    border: 2px solid #EC1C24;
    background-color: #EC1C24;
    color: #fff !important;
}

.footer {
    padding-top: 25px;
    padding-bottom: 25px;
/*    text-align: center;*/
}

.text-size-larger {
    font-size:200% !important;
    display:inline;
}

.cursor-pointer{
    cursor: pointer;
}

.full-screen {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(25, 25, 25, 0.95);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-lock {
    height: 100% !important;
    box-sizing: border-box;
    overflow-x: hidden;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: transparent;
}

.navbar-custom .nav li.active a {
    color: rgba(255, 255, 255, 0.5) !important;
}

#status {
    background: #EC1C24 !important;
}

.text-muted {
    color: #fff;
}

.text-prev-next{
     color: #000;
    opacity: .5;
}

.navbar-toggle .icon-bar {
    background: #fff;
}


.image-in-div {
    position: relative;
    z-index: 2;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
}

.icon-header {
    padding-top:18px;
    display:inline;
}

.top-text{
  padding: 21px 13px 15px;
    display: block;
}

.menu-divider {
    width: 1px;
    border-right: 1px solid #fff;
    line-height: 18px;
    margin: 23px 15px 0;
}
    

.bg-img4{
    background-position:center!important;
    background-attachment:unset!important;
}


.navbar-custom.top-nav-collapse .navbar-brand .logo {
    max-width: 130px;
}

.section-xsmall {
    padding-top: 50px;
    padding-bottom: 0;
}

.bg-dark, .bg-transparent, .bg-img, .bg-img2, .bg-img3, .bg-img4 {
  color: #555;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    opacity: .6;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
}

.navbar-custom span {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {


    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .text-sm-right {
            text-align: right!important;
        }
        
        .text-sm-left {
            text-align: left!important;
        }
        
        .d-sm-none {
            display: none;
        }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        #portfolio {
            padding-top: 117px;
        }

        .btn-contacts-1 {
            text-align: right;
        }

        .btn-contacts-2 {
            text-align: left;
        }

        .btn-contact {
            min-width: 386px;
        }

        .btn-lg {
            font-size: 15px !important;
        }

        .border-effect {
            position: absolute;
            left: 15px;
            top: 0px;
            right: -20px;
            bottom: 15px;
            z-index: 1;
            border-style: solid;
            border-width: 5px;
            border-color: #EC1C24;
            background-color: #fff;
        }
        
        .section-xsmall {
            padding-top: 110px;
            padding-bottom: 0;
        }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {}