@font-face {
    font-family: MyriadPro-Semibold;
    src: url(fonts/MyriadPro-Semibold.otf);
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url(fonts/MyriadPro-Regular.otf);
}


body {
	font-family: MyriadPro-Regular !important;
}

nav.navbar.navbar-default {
    margin-top: 5px;
    margin-bottom: 0;
    border-bottom: 0;
}

h2, h3 {
    margin: 0 !important;
}

.home-slider {
    background-size: cover !important;
    background-position: 50% 50%;
}

.red-title {
    font-size: 18px;
    color: #ed1c24;
    font-weight: bold;
}

.map-title {
    position: relative;
    margin-top: -10px;
}

.map-title img {
    margin-bottom: -18px;
    z-index: 9;
    position: absolute;
    bottom: 0;
}

.in-gray, .in-red {
    padding: 10px;
    text-align: center;
    color: #fff;
}

.in-gray {
    background-color: #463f40;
}

.in-red {
    background-color: #ea1821;
}

.in-gray a, .in-red a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #222222;
    border-top: 5px solid #ed1c24;
    margin-top: -5px;
}

.navbar-default {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.header-phone-info {
    text-align: right;
    font-weight: bold;
    font-size: 25px;
    margin-top: 30px;
}

.header-phone-info a {
	color: #252525;
}

.header-logo-section {
    padding: 10px 0;
}

.item {
    background-size: cover;
    background-position: 50%;
}

.item img {
    width: 100%;
    opacity: 0;
}

.home-banner {
    position: relative;
}
    
.section {
    padding: 35px 0;
}

.carousel-content {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.banner-content {
    background-color: rgba(0, 0, 0, 0.64);
    color: #fff;
    text-align: center;
    padding: 20px;
    height: 400px;
    display: table;
}

.banner-content h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
}

.banner-content span {
    color: #ed1c24;
}

.banner-content:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.64);
    width: 100vw;
    height: 100vw;
    position: absolute;
    top: 0;
    right: -100vw;
}

.call-toaction {
    max-width: 900px;
    margin: 0 auto;
    background-image: url(images/testimonial-curly.png);
    background-repeat: no-repeat;
    background-position: 0;
}

.home-call-toaction {
    background-image: url(images/metal-background.jpg);
    color: #ffffff;
}

.action-content {
    display: table-cell;
    padding: 30px;
    vertical-align: middle;
}

.caption.action-content {
    border-right: 2px solid #fff;
}

.writer.action-content {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
}

.page-title h1 {
    margin-top: 40px;
    color: #ed1c24;
    border-bottom: 5px solid #bbbaba;
    font-family: MyriadPro-Regular;
    font-weight: bold;
}

.video-section h3 {
    font-family: MyriadPro-Regular;
    font-weight: bold;
    color: #ed1c24;
}

.video-section {
    margin-top: 20px;
    font-size: 20px;
}

.video-list-container .video-section:first-child {
    margin-top: 0px;
}

.testimonial-container {
    border-bottom: 5px solid #bbbaba;
}

.testimonial-container {
    background-image: url(images/curly.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 50px 0 20px 0;
    margin: 20px 0;
}

.testimonial-container.single-testimonial {
    background-position: 20% 0;
}

.author {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.faq-title-gray, .faq-title-black {
    color: #fff;
    padding: 10px 20px 8px 20px;
}

.faq-title-gray {
    background-color: #696767;
}

.faq-title-black {
    background-color: #222222;
}

.faq-content {
    padding: 0 20px;
    margin-top: 18px;
}

.faq ul {
    padding: 0 15px;
}

.faq {
    font-weight: bold;
    margin-bottom: 35px;
}

.contact-info, .contact-title {
    font-weight: bold;
    font-size: 18px;
    min-width: 100px;
}

.contact-info, .contact-info a {
    color: #ed1c24;
}

#carousel-generic {
    overflow: hidden;
    max-height: 400px;
    background-image: url(images/metal-background.jpg);
}

#footer {
    background-image: url(images/metal-background.jpg);
    padding: 50px 0;
    color: #fff;
}

#footer a {
    color: #fff;
}

@media (max-width: 1199px) {
    .carousel-content {
        position: inherit;
        background-color: rgba(0, 0, 0, 0.64);
    }

    .banner-content {
        height: 300px;
        background-color: transparent;
    }

    .banner-content:after {
        display: none;
    }

    .home-banner .carousel-inner {
        position: absolute !important;
        top: 0;
    }

    .home-banner .item {
        height: 300px;
    }

    #carousel-generic {
        max-height: inherit;
    }
}

@media (max-width: 991px) {
    .video-play-container iframe {
        height: 275px !important;
    }
}

@media (max-width: 767px) {
    .logo {
        text-align: center;
    }

    .header-phone-info {
        margin: 30px auto 0 auto;
    }

    .carousel-content {
        position: inherit;
    }

    .banner-content {
        padding-bottom: 0;
    }

    .carousel-content h1 {
        font-size: 45px;
    }

    .video-play-container iframe {
        height: 55vw !important;
    }

    .testimonial-container .row .col-sm-6:first-child .testimonial {
        border-bottom: 5px solid #bbbaba;
        margin-bottom: 45px;
        padding-bottom: 35px;
    }

    .testimonial-container.single-testimonial .row .col-sm-6:first-child .testimonial {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .testimonial-container.single-testimonial {
        background-position: 0 0;
    }

    #footer, #footer .text-right {
        text-align: center;
    }

    #footer .text-center {
        margin: 15px 0;
    }
}

@media (max-width: 511px) {
    .carousel-content iframe {
        width: 100%;
        height: 50vw;
    }

    .action-content {
        display: block;
        border-right: none !important;
        padding-bottom: 0 !important;
        padding-top: 10px !important;
    }

    .home-call-toaction .setion {
        padding-top: 0;
    }

    .header-phone-info {
        font-size: 18px;
    }

    .logo img {
        width: 140px;
        margin-bottom: -20px;
    }

    .home-banner .item, .banner-content {
        height: 200px;
    }


    .carousel-content h1 {
        font-size: 35px;
    }
}