@import url("//fast.fonts.com/cssapi/8794a6f1-6544-4ddc-becc-ebcf443b6079.css");

@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");

body, html {
    height: 100%;
    width: 100%;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

h1 {
    font-size: 7.5em;
    font-weight: normal;
    line-height: 1;
    font-family: 'UniversLTW01-67BoldCn', Arial;
    color: #FFFFFF; /* text-transform: uppercase; */ /* line-height: 120px; */
    border-left: 20px solid #ffc821; /* margin-top: 10px; */ /* padding-bottom: 10px; */
    padding-lefT: 20px;
}

h2 { /* font-size: 45px; */
    font-weight: normal;
    font-family: 'UniversLTW01-67BoldCn', Arial;
    color: #4E4E4E;
}

.ylw {
    color: #FFC821;
    font-size: 125%;
}

.home-text h1 {
    border-bottom: 10px solid #FFC821;
    font-size: 68px;
    line-height: 74px;
    padding-bottom: 0;
}

.home-text h2 {
    color: #ffffff;
    margin: 0;
    font-size: 36px;
    line-height: 58px;
}

.home-text h3 {
    line-height: 40px;
    padding-bottom: 20px;
}

#home-btn {
    padding: 10px 20px;
    display: inline;
}

@media (max-width: 768px) {
    .home-text h1 {
        font-size: 51px;
        line-height: 56px;
        margin-top: 0;
    }

    .home-text h2 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .home-text h3 {
        font-size: 34px;
    }
}

.arrows-part {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-top: 0;
    float: right;
    z-index: 5;
}

.first-chevron {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
    margin-top: 1px;
}

.first-chevron, .second-chevron, .third-chevron {
    -webkit-animation: arrows-anim 1s infinite;
    -moz-animation: arrows-anim 1s infinite;
    animation: arrows-anim 1s infinite;
}

.arrows-bottom {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #FF1D4D;
    border-bottom: 2px solid #FF1D4D;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}

.podcastimg {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

ul#filters {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 2px solid #eaeaea;
}

#filters li {
    display: inline;
    margin-right: 60px;
    font-weight: bold;
    font-size: 20px;
    background: #eaeaea;
    padding: 10px;
}

.portfolio_description {
    position: absolute;
    width: 100%;
    top: 0;
    /* background-color: rgba(255, 255, 255, 0.5); */
}

    .portfolio_description h2 {
        color: #ffffff;
        padding: 50px 0 10px 0;
        margin: 0;
        font-size: 3em;
        /* line-height: 40px; */
        /* text-transform: uppercase; */
        text-align: center;
    }

    .portfolio_description p {
        font-size: 16px;
        line-height: 22px;
        color: #ffffff;
        /* padding: 20px; */
        padding: 0 17px;
        margin: 0 0 10px 0;
    }

.portfolio_description,
.diffcolor p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    /* padding: 20px; */
    padding: 0 20px;
    margin: 0 0 10px 0;
}



.portfolio_description,
.diffcolor h2 {
    color: #000000;
    padding: 20px 30px 10px 20px;
    margin: 0 0 10px 0;
    /* font-size: 5em; */
    line-height: 40px;
    /* width: 400px; */
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.mg-image {
    overflow: hidden;
}


    .mg-image img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -o-transition: all 1s ease; /* IE 9 */
        transition: all 1s ease;
        max-width: 100%;
    }

    .mg-image:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: -20px;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.33);
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        box-shadow: inset 0px 0px 20px 4px rgba(36, 34, 34, 0.8);
        -moz-box-shadow: inset 0px 0px 20px 4px rgba(36, 34, 34, 0.8);
        -webkit-box-shadow: inset 0px 0px 20px 4px rgba(36, 34, 34, 0.8);
    }

    .mg-image:hover img {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
        -webkit-filter: grayscale(90%);
        filter: gray;
        -webkit-transition: all .7s ease;
    }

.grid {
    padding-right: 0;
    padding-left: 0; /* border: 18px solid #F5F2F2; margin-top: -100px;*/
}

    .grid a {
        display: block
    }

@media (max-width: 991px) {

    .grid {
        max-height: 320px !important;
    }

    .mg-image img {
        margin-top: -30%;
    }
}

@media (min-width:769px) and (max-width: 991px) {
    .portfolio_description h1 {
        font-size: 4em;
    }

    .portfolio_description p {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

@media (max-width: 768px) {
    .portfolio_description h1 {
        font-size: 4em;
    }

    .portfolio_description p {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 1.2em;
        line-height: 1.2em;
    }
}

@media (max-width: 420px) {
    .portfolio_description p {
        display: none;
    }
}



ul li {
    font-size: 15px;
    text-transform: none;
}

.modal-body h4 {
    font-size: 2em;
}

.modal-body img {
    padding-top: 20px;
}

ul.oilfilters li {
    font-size: 20px;
    line-height: 2;
}

.btn.btn-call {
    background-color: #1a1a1a;
    color: #fff;
    line-height: 2.5;
}

.terms {
    font-size: 12px;
    font-style: italic;
    text-align: left;
}

.panel .terms {
    padding-left: 30px;
}

ul.financinglist li {
    text-align: left;
    list-style-type: square;
    margin: 0 0 0 20px;
    font-weight: bold;
    color: #333333;
}

.nav-center {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    float: none;
}

.coupon {
    background: #FCDB78;
    border: 4px dotted #000000;
}

    .coupon:hover {
        background: #333333;
        color: #fff;
    }

    .coupon h5 {
        font-size: 20px;
        padding: 10px;
        text-align: center;
        font-family: 'UniversLTW01-57Condense 723821', Arial;
        color: #000;
    }

    .coupon h5, strong { /* font-size: 30px; */
    }

.fiftypercent, .twopercent {
    background: #ffc821;
    color: #000000;
    padding: 0 10px 0 10px;
}

.navbar-inner {
    text-align: center;
}

h1.jimbo {
    color: #333333;
    text-align: center;
    font-size: 70px;
}

.financebottom {
    background: #ffc821;
    color: #000000;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 0 5px 0 5px;
}

.show-grid p::first-letter { /* color:#ffc821; */ /* font-weight: bold; */ /* font-size: 45px; */ /* font-family: 'UniversLTW01-67BoldCn', Arial; */
}

p.date {
    color: #ffffff;
    font-weight: bold;
    padding-top: 0;
    font-size: 20px;
}

.well h2 {
    margin: 10px;
}

.col-lg-7 h1 {
    padding-left: 10px; /* border-left: 10px solid #ffc821; */
    text-shadow: 2px 2px 2px #333;
}

h3 {
    font-size: 2.2em; /* line-height: 55px; */ /* font-family: 'UniversLTW01-57Condense 723821', Arial; */
    color: #fff;
    padding-left: 10px;
    margin: 0;
    font-weight: 600;
}

h4 {
    font-family: 'UniversLTW01-67BoldCn', Arial;
    font-size: 2.9em;
    margin: 10px 0;
    font-weight: normal; /* line-height: 1.2; */
    text-transform: uppercase;
    border-left: 5px solid #ffc821;
    padding-left: 10px;
}

h5 {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.3em;
    font-family: 'UniversLTW01-67BoldCn', Arial;
    color: #686868; /* text-transform: uppercase; */
}

h6 {
    font-size: .5em;
    font-weight: 400;
    line-height: 1em;
    font-family: 'UniversLTW01-57Condense 723821', Arial;
    color: #ffc821
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #9d9fa2; /* padding: 20px; */
}

body {
    font-weight: 600;
}

header .navbar {
    background-color: #333;
    color: #fff;
    padding: 10px;
    margin: 0
}

.navbar-default {
    background: 0 0;
    border: 0;
    padding: 0
}

.navbar-brand {
    line-height: 1;
    padding: 0
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: 0 0;
    color: #ffc821
}

.navbar-default .navbar-nav > li > a {
    line-height: 1;
    font-family: 'UniversLTW01-67BoldCn', Arial;
    font-weight: 400;
    color: #fff;
    font-size: 1.6em; /* text-transform: uppercase  */
}

.nav-right {
    float: right
}

    .nav-right .btn {
        background: #ffc821;
        font-family: ' UniversLTW01-67BoldCn', Arial;
        color: #000;
        border: 0;
        font-size: 1.2em;
        text-transform: uppercase;
        padding: 5px 15px;
        margin-top: 10px
    }

.zero {
    font-size: 25px;
    font-weight: normal;
    background: #ffc821;
    padding: 5px;
    text-transform: uppercase;
}

.col-lg-12 h1 {
    font-size: 60px;
    letter-spacing: -5px;
    font-family: 'UniversLTW01-57Condense 723821', Arial;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

p {
    color: #6A6A6A;
    font-weight: 400;
}

.no-padding {
    padding: 0px !important;
}

.desc-content {
    margin-top: 0;
    padding: 0 8% 8% 8%;
}

.desc {
    padding: 0 20px 0 0;
    position: relative;
}

    .desc:after {
        content: " ";
        display: block;
        margin: 25px 0 15px 0;
        left: 0;
        width: 55px;
        border-bottom: solid 1px #ccc;
    }

.episdoes {
    font-size: 2em;
    line-height: 1.4em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-left: 0 none;
}

.podcastdescription {
    background: white;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.18);
    box-shadow: 0 5px 8px rgba(0,0,0,0.18);
    position: relative;
    float: right;
    font-size: 15px;
    line-height: 26px; /* max-width: 35%; */
    word-wrap: break-word; /* margin: 4% 0 4% 0; */
    border-top: 15px solid #ffc821;
}

.capimage {
    margin: 0 auto;
    text-align: center;
    width: 120px;
    height: 50px;
    margin-left: 120px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.podcast {
    margin-top: 50px;
    display: block;
}

.col-xs-6, .col-md-4 { /* border-right:3px solid #eaeaea; */ /* border-top:3px solid #eaeaea; */
}

.noborder {
    border-top: 0 none;
}

.col-xs-6:last-child, .col-md-4:last-child {
    border-right: 0 none;
}

.col-xs-6, .col-md-4 span.over {
    font-size: 20px;
    text-transform: uppercase;
    color: #5E5E5E;
}

.col-sm-6, .col-md-4, .col-lg-4 img.over { /* text-align: center; */
}

.annotation-title {
    font-size: 2em;
}

.type h1 {
    line-height: 59px;
}

.col-md-6 p {
    padding: 8px;
}

.introword {
    display: block;
}

.introduce {
    display: block;
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
}

tr.warning {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    background-color: rgba(188, 188, 188, 0.48);
}

.customtable {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 0 40px rgba(0,0,0,.1)inset;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 0 40px rgba(0,0,0,.1)inset;
    box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 0 40px rgba(0,0,0,.1)inset;
    color: #333333;
    font-weight: normal;
}

.engine313 {
    font-size: 20px;
    font-family: 'UniversLTW01-67BoldCn', Arial;
}

span.introduction {
    background: #ffc821;
    line-height: 60px;
    color: #000000;
    text-shadow: none;
}

.body {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.white {
    color: #ffffff;
}
/* Header */

.navbar-default {
    border: none;
    border-radius: 0px;
    -moz-box-shadow: inset 0 0 10px #000000;
}

.header {
    padding: 10px 0;
    margin-bottom: 10px;
    z-index: 10000;
    border-bottom: 1px solid #E2E2E2;
}

.logo i {
    color: #fff;
    font-size: 22px;
    margin-right: 3px;
    top: -0px;
    position: relative;
}

.logo {
    color: #fff !important;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 25px;
    width: 150px;
    height: 38px;
    margin-top: 5px;
}

    .logo span {
        display: block;
        padding-left: 36px;
    }

.intro {
    padding-top: 80px;
    padding-bottom: 20px; /* margin-top: 50px;  box-shadow: 0px !important;min-height: 600px;*/
    background: url(../images/pattern.png);
}

@media (max-width: 768px) {
    .intro { /*margin-top:80px;*/
    }

    h1 {
        font-size: 5em;
    }

    .episdoes {
        font-size: 1.5em;
        line-height: 1.4em;
    }
}

.header-nav {
    float: right;
    margin: 12px 0 0;
    padding: 0px;
}

    .header-nav > li {
        float: left;
        margin-left: 5px;
        list-style: none;
    }

        .header-nav > li > a {
            color: #fff;
            font-weight: 800;
            font-size: 30px;
            padding: 11px 15px;
        }

.branch a {
    background: transparent;
    color: #fff;
    border-radius: 4px;
    margin-left: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 20px !important;
    border: 1px solid #fff;
}

.bullets > li {
    color: #fff;
    font-size: 35px;
    padding: 5px;
    list-style: none;
}

.whysection > li {
    color: #626060;
    font-size: 18px;
    padding: 5px;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
}

.whysection_spec > li {
    color: #626060;
    font-size: 15px;
    padding: 5px;
    list-style: none; /* text-transform: uppercase; */
    font-weight: normal;
    line-height: 2;
    margin-left: -50px;
}

.team-grid {
    margin: -20px 0 0 -1px;
    text-align: center;
    font-size: 0;
    word-spacing: 0;
}

.team-item {
    display: inline-block;
    width: 220px;
    margin: 20px 10px 0 1px;
    position: relative;
    font-size: 14px;
    word-spacing: normal;
    text-align: center;
    cursor: default;
}

.team-item-image {
    position: relative;
    overflow: hidden;
    opacity: 1;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s; /* cursor: pointer; */
}

    .team-item-image:hover {
        -webkit-filter: grayscale(80%);
        opacity: 0.8;
    }

    .team-item-image:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        z-index: 1;
        -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }

.team-item-detail {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 23px 55px;
    font-size: 13px;
    text-align: center;
    color: #aaa;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
}

.team-item-descr {
    position: relative;
    margin: -50px 23px 0;
    padding: 17px 10px;
    text-align: center;
    background: rgba(255,255,255, .98);
    z-index: 3;
}

.team-item-name {
    margin-bottom: 2px;
    font-size: 19px;
    font-weight: 800; /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.whysection_spec i.fa-check {
    color: #ffc821;
}

img {
    width: 100%
}

.branch a:hover {
    color: #eb4b01;
    background: #fff;
}

.main-slider {
    margin-top: 30px;
}

.order-wrap {
    position: relative;
    padding: 0px; /* background: #E6E6E6; */
    margin-top: 60px;
    display: table;
    overflow: hidden; /* border-radius: 5px 5px; */ /* border-top: 15px solid #ffc821; */
    margin-top: 0;
}

    .order-wrap form { /* padding: 4px 20px 10px; */
    }

    .order-wrap > h2 {
        font-size: 2em;
        text-transform: uppercase;
        color: #676767;
        text-align: center;
        line-height: 32px;
        display: table;
        margin: 20px auto 20px;
        padding: 0 1em;
    }

        .order-wrap > h2 i {
            font-size: 12px;
            border: 2px solid #000;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            margin: -16px 0 0;
            position: relative;
            top: -5px;
            margin-bottom: -15px;
        }

.apply-form label {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
}

.apply-form input, .apply-form select {
    color: #777 !important;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    margin-top: 0px;
}

.apply-form textarea {
    color: #000 !important;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

input::-webkit-input-placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

input:-moz-placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

input::-moz-placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

input:-ms-input-placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

textarea::-webkit-input-placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

textarea:-moz-placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

textarea::-moz-placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

textarea:-ms-input-placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

.welcome {
    padding: 50px 0 40px;
}

    .welcome h2 {
        font-size: 35px;
        margin-bottom: 25px;
        text-transform: uppercase;
        font-weight: 400;
    }

.quote-main {
    padding: 70px 0 40px;
}

    .quote-main h2 {
        margin-bottom: 40px;
    }

.blockquote-style {
    width: 100%;
}

    .blockquote-style blockquote {
        background: #fff;
        padding: 15px 20px 20px;
        border: 1px solid #d2d2d2;
        border-radius: 3px;
    }

        .blockquote-style blockquote p {
            font-size: 14px;
            color: #777;
            font-weight: 400;
            line-height: 24px;
            position: relative;
            padding-left: 35px;
            font-family: 'Droid Serif', serif;
            font-style: italic;
        }

            .blockquote-style blockquote p:before {
                content: "\f10d";
                position: absolute;
                width: 45px;
                height: 100%;
                color: #000;
                left: -15px;
                top: 1px;
                font-size: 30px;
                text-align: center;
                font-family: 'FontAwesome';
                font-style: normal;
                color: #bbb;
            }

    .blockquote-style .mb-attribution {
        text-align: right;
        padding: 10px 80px 20px 20px;
        position: relative;
    }

    .blockquote-style .mb-thumb1, .blockquote-style .mb-thumb2, .blockquote-style .mb-thumb3, .blockquote-style .mb-thumb4, .blockquote-style .mb-thumb5 {
        display: block;
        width: 70px;
        height: 70px;
        border: 5px solid #fff;
        border-radius: 50%;
        background-size: 100%;
        position: absolute;
        right: 10px;
        bottom: 5px;
        box-shadow: inset 1px 1px 4px rgba(0,0,0,0.3), 0 2px 3px rgba(0,0,0,0.4);
    }

    .blockquote-style .mb-author {
        font-weight: 700;
        font-size: 18px;
        color: #000;
        margin: 0px;
    }

    .blockquote-style cite {
        font-weight: 400;
        color: #555;
        text-transform: uppercase;
        font-size: 11px;
    }

        .blockquote-style cite:hover {
            color: #000;
        }

.info-content {
    padding: 40px 0 60px;
}

    .info-content h2 {
        margin: 20px 0;
    }

a.return {
    background: #ffc821;
    color: #000000;
    padding: 15px;
    font-size: 18px;
}

.info-content p {
    font-size: 15px;
    line-height: 26px;
}

.pricing { /* padding: 50px 0; */ /* background: url(http://www.toromontcat.com/shared/images/white_texture.jpg) repeat; */
    position: relative; /* padding-bottom: 50px; */ /* padding-top: 30px; */
    background-color: #000;
}

.phonesection { /* padding: 50px 0; */ /* background: url(http://www.toromontcat.com/shared/images/white_texture.jpg) repeat; */
    position: relative;
    padding-bottom: 50px;
    padding-top: 30px;
    background: #ffc821;
}

.comparison {
    position: relative;
    padding-bottom: 50px;
    padding-top: 30px;
    background: #ffffff;
}

.explorefeatures {
    position: relative;
    padding-bottom: 50px;
    padding-top: 30px;
}

.features { /* padding: 50px 0; */ /* background: url(http://www.toromontcat.com/shared/images/white_texture.jpg) repeat; */
    position: relative; /* padding-bottom: 50px; */ /* padding-top: 30px; */ /* background: #ffffff; */
}

.tabssections { /* padding: 50px 0; */
    background: url(http://www.toromontcat.com/shared/images/white_texture.jpg) repeat;
    position: relative; /* padding-bottom: 180px; */ /* margin-top: 100px; */
}

a.btnw100 {
    width: 100%;
}

.price {
    font-size: 4em;
}

.pricing .label {
    position: relative;
    top: -2px;
    line-height: 0;
    padding: 3px 5px 2px;
    right: -2px;
}

.featuressection {
    background: #eaeaea;
    padding: 50px 0;
    position: relative;
}

    .featuressection h1 {
        color: #000000;
    }

.list-group li a { /*display:block;*/
}

.list-group-item span {
    padding-right: 10px;
    padding-lefT: 10px;
    border-right: 2px dotted #000;
    font-size: 12px;
}

    .list-group-item span:last-child {
        border-right: 0 none;
    }

    .list-group-item span.model {
        font-size: 15px;
        font-weight: bold;
    }

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.list-group-item {
    color: #757575;
    font-size: 14px;
}

.list-group .btn {
    background: #1abc9c !important;
    border-color: #0fa285;
}

    .list-group .btn:hover {
        background: #0fa285 !important;
    }

.panel-default {
    border-color: #D8D8D8;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.08), -10px 0 20px 0 rgba(0,0,0,.03);
}

.panel-body {
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: #F22828;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 7px;
}

    .video iframe, .video object, .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.contact-info {
    padding: 0px;
}

    .contact-info li {
        list-style: none;
        float: left;
        width: 33.3333%;
        padding: 0 20px;
        font-size: 18px;
        margin-top: 5px;
        text-align: center;
    }

        .contact-info li i {
            color: #fff;
            width: 60px;
            height: 60px;
            border: 1px solid #fff;
            border-radius: 50%;
            line-height: 58px;
            text-align: center;
            font-size: 25px;
            display: table;
            margin: 0 auto 20px;
        }

.cinfo {
    padding: 60px 0;
    color: #fff;
    background: #e74c3c;
    position: relative;
}

    .cinfo ul {
        margin-bottom: 0;
    }

.cinfo-social-buttons {
    margin-top: 0;
}

    .cinfo-social-buttons .btn {
        border: 2px solid #444;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        text-align: center;
        padding: 0px;
        line-height: 56px;
        background: transparent;
        color: #444;
    }

        .cinfo-social-buttons .btn:hover {
            color: #1abc9c;
            border: 2px solid #1abc9c;
        }

footer .list-inline {
    display: table;
    margin: 0 auto;
}

footer {
    background-color: #000;
    padding: 20px 0; /* min-height: 600px; */
}

p.copyright {
    margin: 15px 0 0;
    color: #fff;
}

.btn1 { /* margin: 25px 0 0px; */
    color: #000;
    font-size: 20px;
    padding: 13px 10px 11px;
    background: #ffc821;
    -moz-border-radius: 5px; /* -webkit-border-radius: 5px; */ /* border-radius: 5px; */ /* border-bottom: 3px solid #aaa; */
    text-transform: uppercase;
    font-weight: 700;
    min-width: 200px;
    text-align: center;
    font-weight: normal;
    font-family: 'UniversLTW01-67BoldCn', Arial;
    border: 0 none;
}

    .btn1:hover {
        background: #555;
        color: #FFF;
    }

.btn2 {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px 8px;
    background: #1abc9c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 3px solid #16a085;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 150px;
    text-align: center;
}

    .btn2:hover {
        background: #18b193;
        color: #fff;
    }

.btn-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.btn3 {
    color: #fff;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #2980b9;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #298acb !important;
}

    .btn3:hover {
        background: #2980b9 !important;
        color: #fff;
    }

#loading, #success {
    display: none
}

#loading, #success {
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
    margin: auto 30px;
    background: #000;
    background: rgba(0,0,0,0.6);
    border-radius: 15px;
    color: #fff;
    line-height: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

    #loading span, #success span {
        display: inline-block;
        vertical-align: middle;
        line-height: 22px;
        font-size: 18px;
        font-weight: 300;
    }

#result {
    display: table;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: -35px;
    display: table;
}

.customwidth_table {
    max-width: 1180px;
    margin: 0 auto;
}

img.feat {
    width: 80px;
}

.quick-features {
    text-align: left;
}

.featues-single {
    margin-bottom: 30px;
}

.features-lead {
    margin-bottom: 30px;
    color: #000000;
    font-size: 2em;
    margin: 10px 0;
    font-weight: normal;
    text-transform: none;
    line-height: 1.2;
}

.featues-single p {
    color: #6A6A6A;
    margin-left: 85px;
    margin-bottom: 0;
}

.featues-single h5 {
    margin-bottom: 10px;
    margin-left: 85px;
    color: #555555;
}

.featues-single img {
    margin-right: 25px;
}

.progress {
    height: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #505050;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
    background-color: #ffc821;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress .bar {
    -webkit-transition: width 5s ease-in-out;
    -moz-transition: width 5s ease-in-out; 
    -o-transition: width 5s ease-in-out;
    transition: width 5s ease-in-out;
    text-align: right;
    padding-right: 10px;
}

.home-content {
    position: relative;
}

.tagtitle {
    background-color: #ffc821; /* background-image: url(../images/fuelside.png); */
    background-repeat: no-repeat;
    background-position: -10px 100%; /* min-height: 599px; */
    /* padding: 20px 0 80px 0; */
}

    .tagtitle h2 {
        font-style: italic;
        font-weight: 700;
        font-family: 'UniversLTW01-57Condense 723821', Arial
    }

.home-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .home-content p {
        font-size: 43px;
        color: #000000;
        background: #DCDCDC;
        padding: 5px;
        font-family: 'UniversLTW01-67BoldCn', Arial;
    }

.team-grid {
    margin: -20px 0 0 -1px;
    text-align: center;
    font-size: 0;
    word-spacing: 0;
}

.team-item {
    display: inline-block;
    width: 300px;
    margin: 30px 50px 0 1px;
    position: relative;
    font-size: 14px;
    word-spacing: normal;
    text-align: center;
    cursor: default;
}

.team-item-image {
    position: relative;
    overflow: hidden;
    opacity: 1;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s; /* cursor: pointer; */
}

    .team-item-image:hover {
        -webkit-filter: grayscale(80%);
        opacity: 0.8;
    }

    .team-item-image:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        z-index: 1;
        -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }

.team-item-detail {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 23px 55px;
    font-size: 13px;
    text-align: center;
    color: #aaa;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
}

.team-item-descr {
    position: relative;
    margin-bottom: 20px;
    padding: 17px 10px;
    text-align: center;
    background: #ffc821;
    z-index: 3;
    color: #ffffff;
}

    .team-item-descr:hover {
        background: #988080;
    }

.team-item-name {
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: 800; /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-family: 'UniversLTW01-67BoldCn', Arial;
}

    .team-item-name a {
        color: #ffffff;
        display: block;
    }

        .team-item-name a:hover {
            text-decoration: underline;
        }

.big-icon {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border: 3px solid #fff;
    text-align: center;
    line-height: 110px;
    font-size: 45px;
    color: rgba(255, 255, 255, 0.93);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    padding-left: 10px;
}

@media (max-width: 767px) {
    .container {
        max-width: 620px;
        margin: 0 auto;
    }

    .logo {
        display: table;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .header-nav {
        float: none;
    }

        .header-nav > li {
            float: none;
            display: table;
            margin-left: auto;
            margin-bottom: 10px;
            margin-right: auto;
        }

    .branch a {
        margin-left: 0px;
        margin-top: 15px !important;
        display: table;
    }

    .header {
        padding: 20px 0;
        margin-bottom: 10px;
        z-index: 10000;
    }

    .order-wrap > h2 {
        font-size: 20px;
        line-height: 1;
    }

        .order-wrap > h2 i {
            font-size: 12px;
            border: 2px solid rgb(0, 0, 0);
            border-radius: 50%;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin: -0px 0 0;
            position: relative;
            top: -2px;
            margin-bottom: -15px;
        }

    .welcome h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .line {
        width: 60%;
    }

    .service-item {
        margin-top: 20px;
    }

    .video-wrap .video {
        margin-top: 30px;
    }

    .newsletter input {
        width: 100%;
        margin: 15px 0 0;
    }

    .newsletter .btn {
        width: 100%;
        margin: 10px 0 0;
    }

    .contact-info li {
        width: 100%;
        margin: 15px 0;
    }

    .order-wrap {
        width: 100%;
    }

    .newsletter-form {
        display: table;
        float: none;
        margin: 0 auto;
    }

    .newsletter h3 {
        text-align: center;
    }

    #result {
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

.boxshadow {
    -moz-box-shadow: inset 30px 0 30px -30px #e4e4e4;
    -webkit-box-shadow: inset 30px 0 30px -30px #e4e4e4; 
    border-left: 1px solid #ddd; 
}

@-webkit-keyframes arrow-jump {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

#arrow {
    -webkit-animation: arrow-jump 1s infinite;
    -moz-animation: arrow-jump 1s infinite;
    -o-animation: arrow-jump 1s infinite;
    animation: arrow-jump 1s infinite;
}

/* Product specs */
.annotation-link {
    width: 25px;
    height: 25px;
    position: absolute;
    background: #ff2400;
    box-shadow: 0 0 0 5px rgba(255, 36, 0, 0.32);
    border-radius: 50%;
    content: "";
    font: 0/0 a;
}

    .annotation-link:hover {
        box-shadow: 0 0 0 10px rgba(255, 36, 0, 0.32);
    }
/* App Annotations */ 

ul.annotations-features {
    margin: 60px 0;
    line-height: 1.4;
    list-style: none;
}

    ul.annotations-features li {
        margin-bottom: 20px;
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 10px;
    }

        ul.annotations-features li:last-child {
            border-bottom: 0 none;
        }

.annotations-features-icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 4em;
}

@media (min-width: 1200px) {
    ul.annotations-features li {
        margin-bottom: 35px;
        list-style: none;
    }
}

@media (max-width: 421px) {
    .container {
        max-width: 320px;
        width: 300px;
        margin: 0 auto; /* padding-bottom: 30px; */
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .apply-form input, .apply-form textarea {
        font-size: 12px !important;
    }

    .order-wrap > h2 {
        font-size: 30px;
    }

    .capimage {
        margin-left: 280px;
    }

    .order-wrap > h2 i {
        font-size: 12px;
        border: 2px solid rgb(0, 0, 0);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin: -0px 0 0;
        position: relative;
        top: -2px;
        margin-bottom: -15px;
    }

    .order-wrap {
        margin-top: 0px;
        width: 100%;
    }

    .newsletter h3 {
        margin: 10px 0px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1050px) {
    .container {
        width: 90% !important;
        max-width: 90% !important;
        margin: 0 auto;
    }
}

.content-box {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    min-height: 50px;
}

.content-box-white {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    min-height: 50px;
}

.content-box h2 {
    color: #5E5E5E;
    font-size: 80px;
    margin-top: 0px;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .content-box h2 {
        font-size: 56px;
    }
}

.content-box-white h2 {
    color: #ffffff;
    font-size: 90px;
}

.content-box h2::after {
    margin: -1px auto;
    background-color: #ffc821;
    content: "";
    display: block;
    height: 8px;
    position: relative;
    width: 80px;
    top: 5px;
}

.content-box-white h2::after {
    margin: -1px auto;
    background-color: #ffc821;
    content: "";
    display: block;
    height: 8px;
    position: relative;
    width: 80px;
    top: 5px;
}

.content-box.left { /* background: #303030; */
}

.btn {
    background: #ffc821;
    font-family: UniversLTW01-67BoldCn, Arial;
    color: #000;
    border: 0; /* font-size: 1.5em; */
    text-transform: uppercase; /* margin: 20px 15px 0 20px; */
    padding: 5px 15px;
    line-height: 2.5;
    margin-right: 30px;
    margin-top: 20px;
    width: 100%;
}

    .btn:hover {
        background: #000000;
        color: #ffffff
    }

@media all and (max-width: 450px) and (min-width: 300px) {
    .btn, .btn-specs {
        font-size: 1em;
    }

    .title313 {
        font-size: 120px;
    }

    .capimage {
        margin-left: 60px;
    }

    #filters li {
        margin-bottom: 10px;
        display: block;
    }

    h4 {
        font-size: 2em;
        line-height: 1;
    }

    h5 {
        font-size: 1.2em;
    }

    h1 {
        font-size: 60px;
        line-height: 60px;
    }

    h3 {
        font-size: 20px;
        line-height: 1;
    }

    h2 a.number {
        font-size: 40px;
    }

    h2 a.number {
        font-size: 100%;
    }

    h1.jimbo {
        font-size: 30px;
        background: #ffc821;
        padding: 10px;
        border: 1px solid #A5A2A2;
    }

    .financebottom {
        font-size: 25px;
    }

    .content-box-white h2 {
        font-size: 45px;
        color: #ffffff;
    }

    h2 {
        font-size: 22px;
    }

    p {
        font-size: 100%;
    }

    .home-content p {
        font-size: 18px;
    }

    ul.annotations-features {
        margin: 0 0 0 -40px;
    }

    .featues-single p {
        margin-left: 105px;
    }

    .col-md-6 p {
        padding: 0 15px 0 15px
    }

    .features {
        padding-top: 0
    }

    .col-lg-7 .submessage {
        font-size: 25px;
    }

    .tab-features .features-title h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .boxshadow {
        -moz-box-shadow: none;
        -webkit-box-shadow: none; /* box-shadow: inset 30px 0 30px -30px #CACACA; */
        border-left: none;
    }

    .col-lg-12 h1 {
        font-size: 50px;
        letter-spacing: -5px;
        line-height: 20px;
    }

    .col-lg-12, span.brnext::after {
        content: "\A";
        white-space: pre;
    }

    .bullets > li {
        font-size: 15px;
        line-height: 1;
        margin-left: -20px;
        background: #8A8986;
        margin-bottom: 20px;
        opacity: 0.8;
        color: #FFFFFF;
        font-weight: bold;
        border: 1px solid #A3A3A3;
    }

    .whysection > li {
        font-size: 13px;
        line-height: 1;
        margin-bottom: 20px;
        opacity: 0.8;
        color: #333333;
        font-weight: bold;
        border: 1px solid #A3A3A3;
        margin-left: -10px;
    }

    .whysection_spec > li {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 20px;
        opacity: 0.8;
        color: #333333; /* font-weight: bold; */ /* border: 1px solid #A3A3A3; */
        margin-left: -10px;
    }

    .col-lg-7 h2 {
        font-size: 1.8em;
    }

    sup::after {
        content: "\A";
        white-space: pre;
        line-height: 1;
    }

    .col-lg-7 .btn {
        font-size: 1.2em;
        width: 100%;
        text-transform: uppercase;
        margin: 0;
        padding: 10px;
        font-family: 'UniversLTW01-67BoldCn', Arial;
    }

    ol, ul {
        margin-left: -25px; /* font-size: 18px; */
    }

    .col-md-6 .btn {
        padding: 10px;
        margin: 0;
        width: 100%;
        font-size: 1.2em;
    }

    .content-box.left { /* background:#ffc821; */
    }

    div.intro {
        background: #333; /*margin-top: 80px;*/
    }

    .logo {
        width: 125px;
        height: 32px;
        float: left;
        margin-top: 10px;
    }

    .flexslider .slides img {
        max-width: 300px;
    }
}

.consent {
    font-size: 100%;
    font-weight: normal;
    position: absolute;
    padding-top: 5px;
    padding-left: 5px;
}

#object {
    display: block; /* height: 199px; */ /* width: 400px; */
    margin-left: auto;
    margin-right: auto; /* background: url('../images/finacning.png') no-repeat center; */
    background-size: contain; /* visibility: hidden; */ /* position: fixed; */
}

.btngrey {
    max-width: 100%;
    font-size: 2em;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0; /* font-weight: 400; */
    line-height: 1.43;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none; /* text-transform: uppercase; */
    margin-top: 20px;
    padding: 5px 15px 5px 15px;
    border: 3px solid #FFFFFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; /* font-weight: 800; */
    background: #ffc821; /* font-family: 'UniversLTW01-67BoldCn', Arial; */ /* width: 100%; */
}

a.btngrey {
    color: #000;
    margin-bottom: 30px;
}

.btngrey:hover {
    background: #333333;
    color: #ffffff;
}

@media (max-width: 455px) {
    .btngrey {
        font-size: 1.35em;
    }

    h1 {
        font-size: 50px;
        border-left: 15px solid #FFC821;
    }
}

@media (min-width: 768px) {
    #intro .btngrey {
        display: none;
    }
}



.video-section .pattern-overlay { /* background-color: rgba(71, 71, 71, 0.59); */
    padding: 110px 0 32px;
    min-height: 496px; /* Incase of overlay problems just increase the min-height*/
}

.video-section h1, .video-section h3 {
    text-align: center;
    color: #fff;
}

.video-section h1 {
    font-size: 110px;
    font-family: 'Buenard', serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px auto 0px;
    text-shadow: 1px 1px 1px #000; 
}

.video-section h3 {
    font-size: 25px;
    font-weight: lighter;
    margin: 0px auto 15px;
}

.video-section .buttonBar {
    display: none;
}

.container .row a.social {
    color: #fff;
    padding-right: 10px;
}

.container .row p.copy {
    color: #fff;
}

.container .row a.social:hover {
    color: #ffc821;
}

h2 a.number {
    color: #009DD1;
    text-align: center;
}

    h2 a.number:hover {
        color: #333;
    }

h2.or {
    font-size: 30px;
    text-align: center;
}

h2.warranty {
    color: #ffffff
}

.limited_lower {
    max-width: 100%;
}

.header-section {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

    .header-section h1 {
        text-align: center;
        max-width: 100%;
        margin-top: 140px;
    }

.compareapp {
    background: url(http://www.toromontcat.com/shared/images/white_texture.jpg) repeat;
    overflow: hidden;
}

.film {
    width: 100%;
    height: 24px;
    background: #FFFFFF;
}

#g1, #g2, #g3, #g4 {
    width: 250px;
    height: 200px;
    display: inline-block;
    margin: 1em;
}

#example-4 #arrowing {
    width: 30%;
    margin-bottom: 50px;
    visibility: hidden;
}
/* Tabs */
.tab-features .features-title {
    padding-top: 20px;
    text-align: center;
}

.color-bg {
    background-color: #363636;
}

.tab-features .large {
    margin-bottom: 90px;
}

.tab-features .panel-container {
    background-color: #ffffff;
}

.tab-features h5 {
    color: #ffffff;
}

.tab-features .etabs {
    display: table;
    text-align: center;
    margin: 0 auto;
}

    .tab-features .etabs .tab {
        display: table-cell;
        padding: 0 70px 50px 0;
        opacity: 0.5;
    }

        .tab-features .etabs .tab:last-child {
            padding-right: 0;
        }

        .tab-features .etabs .tab.active {
            opacity: 1;
        }

            .tab-features .etabs .tab.active:before {
                content: '';
                position: relative;
                bottom: -180px;
                margin-left: 25px;
                vertical-align: middle;
                content: " ";
                border-left: 40px solid transparent;
                border-right: 40px solid transparent;
                border-bottom: 40px solid #ffffff;
                border-style: none double solid;
                width: 0;
                height: 0;
                display: block;
            }

.col-md-12 h2 {
    font-size: 100px;
}

.tab-features .features-title h2 {
    color: #ffffff;
}

.etabs .icon-sm {
    display: inline-block;
    width: 55px;
    height: auto;
    margin-right: 10px;
    vertical-align: sub;
    color: #ffffff;
}

    .etabs .icon-sm:hover {
        color: #ffffff;
    }

.tab-features .etabs .active h5, .tab-features .etabs .active i {
    color: #FFF;
}

.tab-features .tab-content {
    overflow: hidden !important;
    min-height: 730px;
    padding-top: 50px;
}

.tab-content h4 {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase; /* background: #ffc821; */ /* display: block; */
    width: auto;
    font-family: 'UniversLTW01-67BoldCn', Arial;
    color: #4F4F4F;
    text-align: left;
    font-weight: normal;
}

.tab-content p {
    margin-bottom: 20px;
}

.tab-content ul li {
    padding-bottom: 10px;
    line-height: 25px;
}

.tab-icon {
    margin-bottom: 20px;
}

    .tab-icon .icon-sm {
        width: 60px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .tab-icon .large {
        margin-bottom: 10px;
        display: inline-block;
        color: #3e3e3e;
        font-size: 20px;
        position: relative;
        bottom: 10px;
    }

.img-device {
    width: 100%;
}
/*single feature-tab fixes*/
/* 2col text left with buttons, image right */
#tab-feature-1 .btn-box {
    padding: 0;
}
/* flexslider head banner */
.low-head-banner-wrapper h5 {
    background: #272b31;
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 25px;
}

.dark-bg hr {
    border: 1px solid;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.flexslider-low-head-banner .slides {
    min-height: 83px;
}

.marketing-icon {
    box-shadow: 0 0 0 5px #272b31;
    border-radius: 50%;
    margin-bottom: 10px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

    .marketing-icon:hover {
        box-shadow: 0 0 0 10px #272b31;
    }
/* #Featurettes
=============================== */
.featurettes-inner-section img {
    margin: 20px 0 40px;
}

.featurettes-inner-section .checklist {
    margin-top: 60px;
}

    .featurettes-inner-section .checklist li {
        margin-bottom: 1.2em;
        font-size: 12px;
        line-height: 20px;
    }
/* Dark Background */
.dark-bg { /* background: #eaeaea; */
    color: #fff;
}
/* Buttons */
.small-btn {
    font-size: 12px;
    font-weight: 500;
    padding: 6px 15px;
    display: inline-block;
}

.medium-btn {
    font-size: 15px; /* font-weight: 500; */
    padding: 10px 10px;
    display: inline-block;
    text-transform: uppercase; /* font-family: 'UniversLTW01-57Condense 723821', Arial; */
    font-family: 'UniversLTW01-67BoldCn', Arial;
    text-shadow: none;
}

.large-btn {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 35px;
    display: inline-block;
}

.yellow-btn {
    color: #000;
    text-shadow: 0 1px 0 rgba(0,0,0,.32);
    letter-spacing: 1px;
    background: #ffffff;
    background-clip: padding-box;
}

@media (max-width: 1024px) and (min-width: 992px) {
    h1 {
        font-size: 100px;
        line-height: 100px;
    }

    .team-item {
        width: 250px;
    }

    ul.bullets {
        margin-left: -40px;
    }

    .bullets > li {
        font-size: 21px; /* font-weight:bold; */
        float: left;
        border-right: 5px dotted #ffffff;
        padding-left: 5px;
        padding-right: 15px;
    }

    #filters li {
        font-size: 20px;
        margin-right: 15px;
    }

    .podcast {
        margin-top: 150px;
    }

    .portfolio_description h2 {
        padding: 30px 0 10px 0;
    }
}

.bullets > li:last-child {
    border-right: 0 none;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    h1 {
        font-size: 110px;
        line-height: 95px;
    }

    .col-lg-7 {
        width: 90%;
    }

    .btngrey {
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    .team-item {
        width: 190px;
    }

    #filters li {
        font-size: 20px;
        margin-right: 10px;
    }
}

.yellow-btn:hover {
    color: #fff;
    background: #ffffff;
    background: -moz-linear-gradient(top, #f7a12c 0%, #f9b456 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7a12c), color-stop(100%, #f9b456));
    background: -webkit-linear-gradient(top, #f7a12c 0%, #f9b456 100%);
    background: -o-linear-gradient(top, #f7a12c 0%, #f9b456 100%); 
    background: linear-gradient(to bottom, #f7a12c 0%, #f9b456 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a12c', endColorstr='#f9b456', GradientType=0 );
}

#slider {
    z-index: 0;
    overflow: hidden;
}

.cover { /* background-color:rgba(0,0,0,0.7); */ /* z-index:10; */ /* background: url(../images/overlay.png) repeat; */
    z-index: 10;
    opacity: 0.65; /* opacity: 0.6; */
    background-color: #000; /* background-image: url(../images/noise.png); */
}

#imageslider .slides-control {
    padding: 0;
    margin: 0;
}

.cover, #slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/*======================== CUSTOM BACKGROUND ========================*/
#pattern {
    background: url(../images/pattern.png) 100px 250px;
    background-repeat: repeat;
    -webkit-animation: pattern 30s linear infinite;
    -moz-animation: pattern 30s linear infinite; 
    -o-animation: pattern 30s linear infinite;
    animation: pattern 30s linear infinite;
}

#pattern {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes pattern {
    0% {
        background-position: 0 200px, 0 300px, 100px 250px;
    }

    100% {
        background-position: 1000px 200px, 1200px 300px, 1100px 250px;
    }
}

@-moz-keyframes pattern {
    0% {
        background-position: 0 200px, 0 300px, 100px 250px;
    }

    100% {
        background-position: 1000px 200px, 1200px 300px, 1100px 250px;
    }
}

@-ms-keyframes pattern {
    0% {
        background-position: 0 200px, 0 300px, 100px 250px;
    }

    100% {
        background-position: 1000px 200px, 1200px 300px, 1100px 250px;
    }
}

@-o-keyframes pattern {
    0% {
        background-position: 0 200px, 0 300px, 100px 250px;
    }

    100% {
        background-position: 1000px 200px, 1200px 300px, 1100px 250px;
    }
}

@keyframes pattern {


    0% {
        background-position: 0 200px, 0 300px, 100px 250px;
    }

    100% {
        background-position: 1000px 200px, 1200px 300px, 1100px 250px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .left-annotation, .right-annotation {
        margin-top: 0;
    }

    ul.annotations-features {
        text-align: center;
        margin: 0;
        padding-top: 20px;
    }

    .annotations-features-icon {
        float: none;
        margin: 0;
    }

    .annotations-features h5 {
        font-size: 1.5em;
    }

    .annotations-features-icon img {
        margin: 0 auto;
        display: block;
        max-width: 64px;
    }
}

@media (max-width: 768px) and (min-width: 300px) {
    .navbar-default {
        background: #272727;
    }
}

@media (min-width: 1400px) {
    .section {
        padding: 120px 0;
    }
}

.section {
    position: relative; /* z-index: 4; */
    padding: 0 0 20px 0;
}

    .section .container {
        padding-bottom: 20px
    }

#contact {
    padding-top: 0;
}

.decor-top {
    bottom: 100%;
}

[class*=decor-] {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
}

.decor {
    display: block;
    position: relative;
    margin: 0 auto;
}

[class*=decor-] svg {
    height: 101%;
}

.swatch-white-red .decor, [class*=swatch-] .swatch-white-red .decor {
    fill: #ffffff;
    stroke: #e74c3c;
}

.swatch-red-white, [class*=swatch-] .swatch-red-white {
    background: #282727; /* color: #F0C6BC; */
}

.swatch-white-yellow .decor, [class*=swatch-] .swatch-white-yellow .decor {
    fill: #ffc821;
    stroke: #fff;
}

.swatch-red-white .decor, [class*=swatch-] .swatch-red-white .decor {
    fill: #282727;
    stroke: #fff;
}

.swatch-yellow-white .decor, [class*=swatch-] .swatch-yellow-white .decor {
    fill: #ffc821;
    stroke: #fff;
}

@media (max-width: 767px) {
    [class*=decor-] {
        height: 36px;
    }

    @media (max-width: 991px) {
        .tab-features .etabs images {
            padding-left: 15px;
        }

        .tab-features .etabs .tab.active {
            background-color: #ffc821;
        }

            .tab-features .etabs .tab.active h5, .tab-features .etabs .tab.active .icon-sm i {
                color: #ffffff;
            }

            .tab-features .etabs .tab.active:before {
                display: none;
            }

        .tab-features .etabs h5 {
            display: inline-block;
        }

        .tab-icon .large {
            margin-bottom: 10px;
        }

        .tab-features .etabs .tab {
            display: table;
            width: 100%;
            height: auto;
            margin: 0;
            border-bottom: 1px solid #ffffff;
            padding: 1% 0;
            border-right: 0;
            opacity: 1;
        }

        .tab-features .etabs {
            text-align: left;
            display: block;
            margin-left: -35px;
        }
    }

    @media (max-width: 991px) {
        .tab-features .etabs .tab:first-child {
            border-top: 1px solid #ffffff;
        }
    }

    @media (max-width: 991px) {
        .tab-features .etabs .tab {
            display: table;
            width: 100%;
            height: auto;
            margin: 0;
            border-bottom: 1px solid #ffffff;
            padding: 1% 0;
            border-right: 0;
            opacity: 1;
            text-align: left;
        }
    }

    @media (max-width: 767px) {
        .tab-features .tab-content {
            height: auto;
            padding-bottom: 20px;
        }
         

        .owl-carousel .owl-wrapper:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

        .owl-carousel {
            display: none;
            position: relative;
            width: 100%;
            -ms-touch-action: pan-y
        }

            .owl-carousel .owl-wrapper {
                display: none;
                position: relative;
                -webkit-transform: translate3d(0px, 0px, 0px)
            }

            .owl-carousel .owl-wrapper-outer {
                overflow: hidden;
                position: relative;
                width: 100%
            }

                .owl-carousel .owl-wrapper-outer.autoHeight {
                    -webkit-transition: height 500ms ease-in-out;
                    -moz-transition: height 500ms ease-in-out;
                    -o-transition: height 500ms ease-in-out;
                    transition: height 500ms ease-in-out
                }

            .owl-carousel .owl-item {
                float: left
            }

        .owl-controls .owl-page, .owl-controls .owl-buttons div {
            cursor: pointer
        }

        .owl-controls {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
        }

        .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0)
        }

        .owl-theme .owl-controls {
            margin-top: 10px;
            text-align: center
        }

            .owl-theme .owl-controls .owl-buttons div {
                color: #FFF;
                display: inline-block;
                zoom: 1;
                *display: inline;
                margin: 5px;
                padding: 3px 10px;
                font-size: 12px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                border-radius: 30px;
                background: #869791;
                filter: Alpha(Opacity=50);
                opacity: .5
            }

            .owl-theme .owl-controls.clickable .owl-buttons div:hover {
                filter: Alpha(Opacity=100);
                opacity: 1;
                text-decoration: none
            }

            .owl-theme .owl-controls .owl-page {
                display: inline-block;
                zoom: 1;
                *display: inline
            }

                .owl-theme .owl-controls .owl-page span {
                    display: block;
                    width: 12px;
                    height: 12px;
                    margin: 5px 7px;
                    filter: Alpha(Opacity=50);
                    opacity: .5;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    border-radius: 20px;
                    background: #869791
                }

                .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
                    filter: Alpha(Opacity=100);
                    opacity: 1
                }

                .owl-theme .owl-controls .owl-page span.owl-numbers {
                    height: auto;
                    width: auto;
                    color: #FFF;
                    padding: 2px 10px;
                    font-size: 12px;
                    -webkit-border-radius: 30px;
                    -moz-border-radius: 30px;
                    border-radius: 30px
                }

        .owl-item.loading {
            min-height: 150px;
        }


        .portfolioFilter a {
            margin-right: 10px;
            color: #666;
            text-decoration: none;
        }

            .portfolioFilter a.current {
                font-weight: bold;
            }


        .isotope-item {
            z-index: 2;
        }

        .isotope-hidden.isotope-item {
            pointer-events: none;
            z-index: 1;
        }

        .isotope,
        .isotope .isotope-item {
            /* change duration value to whatever you like */
            -webkit-transition-duration: 0.8s;
            -moz-transition-duration: 0.8s;
            transition-duration: 0.8s;
        }

        .isotope {
            -webkit-transition-property: height, width;
            -moz-transition-property: height, width;
            transition-property: height, width;
        }

            .isotope .isotope-item {
                -webkit-transition-property: -webkit-transform, opacity;
                -moz-transition-property: -moz-transform, opacity;
                transition-property: transform, opacity;
            }

        .portfolioFilter a.current {
            color: #ffc821;
            background: #000000;
            padding: 5px 0 5px 5px;
        }
    }
}
