/*============================================

TabLooper by SONHLAB.com - version 1.1
Website: http://sonhlab.com
Documentation: http://docs.sonhlab.com/tablooper-responsive-metro-ui-loop-tab/

============================================*/

#hero {
    background-color: #f8f8f8;
}

#hero .wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}

#hero .wrapper h2 {
    font-size: 21px;
    color: #d60303;
    margin: 0;
}

#hero .wrapper h3 {
    text-transform: none;
    font-size: 16px;
    padding: 0 20px;
    color: #333;
    font-weight: bold;
}

@media screen and (min-width: 1000px) {
    #hero .wrapper h2 {
        font-size: 36px;
    }

    #hero .wrapper h3 {
        font-size: 27px;
        padding: 0;
    }

    .loop-content .wrapper {
        display: flex;
    }

    .loop-content .wrapper .col {
        flex: 1;
    }
}

@media screen and (max-width: 999px) {
    .loop-content .wrapper .col {
        width: 100%;
    }
}

.loop-content .wrapper .col img {
    max-width: 100%;
}

.loop-content .wrapper .col h3,
.loop-content .wrapper .col h4 {
    margin: 0;
    margin: 0;
}

.loop-content .wrapper .col h3 {
    font-size: 24px !important;
    color: #dc0000;
}

.loop-content .wrapper .col h4 {
    font-size: 15px !important;
}

.loop-content .wrapper .col .content-wrapper {
    padding: 20px;
}

.loop-content .wrapper .col .content-wrapper p {
    font-size: 18px;
}

.btn {
    background-color: #d60303;
    color: #fff;
    font-size: 15px;
    padding: 20px 25px;
    display: inline-block;
}

/*========== START TAB LOOPER - REQUIRED ==========*/

.loop-tabbox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.loop-tabzone {
    width: 100%;
    z-index: 9999;
    position: relative;
}

.loop-tabholder {
    float: left;
    overflow: hidden;
}

.loop-tab {
    float: left;
    cursor: pointer;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: Sans-Serif;
}

.loop-tabctrl {
    font-family: 'Open Sans', sans-serif;
}

.loop-tabctrl img {
    cursor: pointer;
}

.loop-contentzone {
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.loop-content {
    display: none;
    padding: 20px;
    position: relative;
    z-index: 9998;
    max-width: 1200px;
    margin: 0 auto;
}

/*  .loop-content > h3 {
   margin: 0;
   padding: 0;
   font-weight: normal;
   font-size: 30px;
   line-height: 1;
   font-family: 'Dosis', sans-serif;
   text-transform: uppercase;
 }

 .loop-content > h4 {
   margin: 0;
   padding: 0;
   font-weight: normal;
   font-size: 24px;
   line-height: 1;
   font-family: 'Dosis', sans-serif;
   margin-top: 20px;
   text-transform: uppercase;
 } */

.loop-content>p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
}

.loop-content>p>.resimg img {
    width: 100%;
}

/* .loop-content>ul {} */

.loop-tab.loop-activetab.solid-maroon svg {
    fill: #fff !important;
}

.loop-tab.solid-maroon:hover svg {
    fill: #fff !important;
}

.loop-inactivetab {
    background: url('/global/imagesgig5/background-inactive_tcm100-6626078_tcm100-2750236-32.png') no-repeat;
    background-size: contain;
    transition: all 0.1s ease-in-out;
}

.loop-inactivetab:hover {
    background: url('/global/imagesgig5/background-active_tcm100-6626080_tcm100-2750236-32.png') no-repeat;
    background-size: contain;
}

.loop-inactivetab:hover h5 {
    color: #fff;
}

.loop-inactivetab:hover h6 {
    color: #fff;
}

.loop-inactivetab.loop-activetab h5 {
    color: #fff;
}

.loop-inactivetab.loop-activetab h6 {
    color: #fff;
}

/* .loop-inactivetab h5 {
    color: #dc0000;
}

.loop-inactivetab h6 {
    color: #969696;
} */

.loop-activecontent {
    display: block;
}

.loop-tabstation {
    display: none;
}

/* Start Standard Style */
.loop-standard {
    height: 32px;
}

.loop-standard .loop-tabholder {
    height: 32px;
}

.loop-standard img {
    height: 32px;
    vertical-align: top;
    padding: 0 8px;
}

.loop-standard span {
    font-size: 16px;
    line-height: 1;
    padding-right: 8px;
}

.loop-standard>.loop-tabctrl {
    height: 32px;
    position: absolute;
    right: 0;
}

.loop-standard>.loop-tabctrl img {
    height: 16px;
    vertical-align: top;
    padding: 8px 10px;
}

.loop-standard .loop-prevbt {
    height: 32px;
    float: left;
}

.loop-standard .loop-nextbt {
    height: 32px;
    float: right;
}

.loop-standard .loop-tabnum {
    font-size: 16px;
    line-height: 32px;
    float: left;
}

.loop-standard .loop-curindex {
    padding: 0 !important;
}

.loop-standard .loop-tabtotal {
    padding: 0 !important;
}

/* End Standard Style */

/* Start Metro Style */
.loop-metro {
    height: 110px;
    /* background-color: #f2f2f2; */
}

.loop-metro>.loop-tabholder {
    height: 120px;
    width: 100%;
    padding: 0 33px;
}

@media screen and (min-width: 1000px) {
    .loop-metro {
        height: 181px;
        /* background-color: #f2f2f2; */
    }

    .loop-metro>.loop-tabholder {
        height: 181px;
        width: 100%;
        padding: 0 33px;
        box-sizing: border-box;
    }
}

.loop-metro>.loop-tabholder[style] {
    width: 100% !important;
}

.loop-metro .loop-tab {
    width: 110px;
    height: 110px;
    text-align: center;
    position: relative;
    overflow: visible;
    border-bottom: 10px solid #fff;
    margin-right: 10px;
}

/* .loop-metro .loop-tab::after {
    content: '';
    top: 20px;
    left: 0;
    height: 70px;
    width: 1px;
    background-color: #dadada;
    position: absolute;
} */

.loop-metro .loop-tab:hover::after {
    content: '';
    top: 20px;
    left: 0;
    height: 70px;
    width: 1px;
    background-color: transparent;
    position: absolute;
}

.loop-metro .loop-tab.loop-activetab::after {
    content: '';
    top: 20px;
    left: 0;
    height: 70px;
    width: 1px;
    background-color: transparent;
    position: absolute;
}

/* .loop-metro .loop-tab.loop-activetab::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #881719;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    position: absolute;
} */

@media screen and (min-width: 1000px) {
    .loop-metro .loop-tab {
        height: 171px;
        margin-bottom: 10px;
    }

    .loop-metro .loop-tab::after {
        right: 0;
        left: auto;
        height: 160px;
    }

    .loop-metro .loop-tab:hover::after {
        right: 0;
        left: auto;
        height: 160px;
    }

    .loop-metro .loop-tab.loop-activetab::after {
        right: 0;
        left: auto;
        height: 160px;
    }
}

@media screen and (min-width: 1000px) {
    .loop-metro .loop-tab {
        width: 16.6%;
    }
}

@media screen and (min-width: 1200px) {
    .loop-metro .loop-tab {
        width: 14.2%;
    }
}

/* @media screen and (min-width: 1440px) {
    .loop-metro .loop-tab {
        width: 11%;
    }
} */

.loop-metro .loop-tab>svg {
    fill: #a2a2a2 !important;
}

.loop-metro .loop-tab>svg,
.loop-metro .loop-tab>img,
.loop-metro .loop-tab>i {
    height: 45px;
    /* width: 48px; */
    position: relative;
    display: block;
    margin: 15px auto;
}

.loop-metro .loop-tab>i {
    font-size: 48px;
}

@media screen and (min-width: 1000px) {

    .loop-metro .loop-tab>svg,
    .loop-metro .loop-tab>img,
    .loop-metro .loop-tab>i {
        height: 70px;
        /* width: 96px; */
        margin: 22px auto;
    }

    .loop-metro .loop-tab>i {
        font-size: 96px;
    }
}

.loop-metro .loop-tab>span {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    background: #111;
}

.loop-metro .loop-tab>h5 {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 7px 3px 7px;
}

.loop-metro .loop-tab>h6 {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 7px 2px 7px;
}

@media screen and (min-width: 1000px) {
    .loop-metro .loop-tab>h5 {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
    }

    .loop-metro .loop-tab>h6 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
    }
}

/*  .loop-metro .loop-tab:hover span {
   top: -20px;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;
 } */

.loop-metro>.loop-tabctrl {
    width: 100%;
    position: absolute;
    right: 0;
}

.loop-metro>.loop-tabctrl img {
    height: 30px;
}

.loop-metro .loop-prevbt {
    height: 33px;
    width: 33px;
    position: absolute;
    left: 0px;
    top: 44px;
    text-align: center;
}

.loop-metro .loop-nextbt {
    height: 33px;
    width: 33px;
    position: absolute;
    right: 0px;
    top: 44px;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .loop-metro .loop-prevbt {
        height: 33px;
        width: 33px;
        position: absolute;
        left: 0px;
        top: 71px;
        text-align: center;
    }

    .loop-metro .loop-nextbt {
        height: 33px;
        width: 33px;
        position: absolute;
        right: 0px;
        top: 71px;
        text-align: center;
    }
}

.loop-metro .loop-tabnum {
    height: 40px;
    top: 20px;
    position: absolute;
    display: none;
}

.loop-metro .loop-curindex {
    padding: 0 !important;
    display: block;
    text-align: center;
    height: 40px;
    width: 80px;
    font-size: 40px;
    line-height: 1;
    margin: auto;
    position: relative;
    font-family: 'Dosis', sans-serif;
}

.loop-metro .loop-tabtotal {
    padding: 0 !important;
    display: block;
    text-align: right;
    width: 80px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    position: relative;
}

/* End Metro Style */

/*========== END TAB LOOPER ==========*/

/*========== START RESPONSIVE LAYOUT - REQUIRED ==========*/

@media screen and (max-width: 959px) {
    .loop-tabbox {
        width: 100%;
    }
}

/*========== END RESPONSIVE LAYOUT ==========*/