﻿@import url('https://fonts.googleapis.com/css?family=Roboto');

.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.slider {
    height: 110px;
    overflow: hidden;
    width: 100%;
}

.slider-wrapper div {
    position: relative;
    width: 100%;
}

.slider-wrapper {
    margin-left: 0;
    width: 200% !important;
}

.slide-image {
    height: 24vw;
}

    .slide-image img {
        width: 24vw;
        cursor: pointer;
    }

.slide-content {
    width: 100%;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

.slider-wrapper {
    height: 110px;
}

    .slider-wrapper .slide.flex:nth-child(1) .slide-content {
        background: url(https://www.surgentcpe.com/Sitefinity/WebsiteTemplates/SurgentWireframes/App_Themes/CPENewTheme/Images/merch-bgGRN.jpg) no-repeat;
        background-size: cover;
        background-position-y: -10px;
    }

    .slider-wrapper .slide.flex:nth-child(2) .slide-content {
        background: url(https://www.surgentcpe.com/Sitefinity/WebsiteTemplates/SurgentWireframes/App_Themes/CPENewTheme/Images/merch-bg.jpg) no-repeat;
        background-size: cover;
        background-position-y: -10px;
    }

.slide-date {
    color: #0a8acb;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    padding-bottom: 1.4vw;
}

.slide-title {
    margin-top: 7px;
    font-size: 1.2vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.55vw;
    padding-bottom: 7px;
    font-family: 'Univers-BoldCondensedOblique';
    text-align: center;
}

.slide-text {
    font-size: 0.80vw;
    line-height: 1.2vw;
    opacity: 0.8;
    padding-bottom: 4vw;
}

.slide-more {
    float: left;
    font-size: 16px;
    font-family: 'Univers-CondensedOblique';
    background: white;
    padding: 10px 20px 6px 20px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #ccc;
    color: #1e3e4d;
    width: 150px !important;
    left: 50%;
    margin-left: -95px;
    text-align: center;
}

.slide-bullet {
    width: 0.5vw;
    height: 0.5vw;
    background-color: #0b8bcc;
    border-radius: 200%;
    position: relative;
    margin-left: 1.2vw;
}

.slide-nav {
    margin-left: 64vw;
    margin-top: -5.5vw;
}

div.overlay-blue {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0.5s ease all;
}

    div.overlay-blue:hover {
        background-color: rgba(13, 27, 43, 0.5);
    }

.arrows {
    width: 3.5vw;
    margin-top: -5.8vw;
    margin-left: 72vw;
    position: relative;
    display: none;
}

.arrow {
    display: inline-block;
    position: absolute;
    width: 1.2vw;
    height: 1.2vw;
    background: transparent;
    text-indent: -9999px;
    border-top: 0.15vw solid #fff;
    border-left: 0.15vw solid #fff;
    transition: all .1s ease-in-out;
    text-decoration: none;
    color: transparent;
}

    .arrow:hover {
        border-color: #0A8ACB;
        border-width: 0.25vw;
    }

    .arrow:before {
        display: block;
        height: 200%;
        width: 200%;
        margin-left: -50%;
        margin-top: -50%;
        content: "";
        transform: rotate(45deg);
    }

    .arrow.prev {
        transform: rotate(-45deg);
        left: 0;
    }

    .arrow.next {
        transform: rotate(135deg);
        right: 0;
    }

@media screen and (max-width:700px) {
    .slider-wrapper {
        height: 120px;
    }

    .slider {
        height: 120px;
    }

    .slide-title {
        padding-bottom: 7px;
    }

    .slide-title {
        font-size: 20px;
        line-height: 24px;
    }
}


@font-face {
    font-family: 'Univers-BoldCondensedOblique';
    src: url('../fonts/UniversLTStd-BoldCnObl.eot'); /* IE9 Compat Modes */
    src: url('../fonts/UniversLTStd-BoldCnObl.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/UniversLTStd-BoldCnObl.woff') format('woff'), /* Modern Browsers */
    url('../fonts/UniversLTStd-BoldCnObl.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/UniversLTStd-BoldCnObl.svg#748cde0f1184ea7a3b25320b1c8b030a') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 700;
}
