/* Minification failed. Returning unminified contents.
(85,1): run-time error CSS1019: Unexpected token, found '}'
(93,1): run-time error CSS1019: Unexpected token, found '}'
(307,12): run-time error CSS1036: Expected expression, found '#'
(1970,47): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(5178,16): run-time error CSS1036: Expected expression, found '#'
 */
/* ==============================================================
Template name : Functional Movement Systems
Author : Breon Williams
Version : v1.0.0
-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------
01. Typography
02. Blockquote
03. Tooltip
04. Modal
05. Navigation
06. Form
07. Button
08. Progress Bar
============================================================== */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

/*
Typography
=========================== */
body {
    background: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #5c5c5c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

#main-content {
    /* max-width: 1500px; */
    margin: auto;
    position: relative;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 768px) {

    #main-content [class*="col-"],
    footer [class*="col-"] {
        margin-bottom: 15px;
    }

    #main-content {
        z-index: 1200;
    }
}

.header-clear {
    position: absolute;
    top: 0;
    z-index: 9990;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .header-clear .header-top-area, .header-clear .header-mid-area, .header-clear .navbar {
        background-color: transparent;
    }

    .header-clear .lang-select {
        background: #0b0b0b !important;
        border-color: #0b0b0b !important;
    }
}


.header-clear .lang-select {
    background: #0b0b0b !important;
    border-color: #0b0b0b !important;
}

}


.header-clear .lang-select {
    background: #0b0b0b !important;
    border-color: #0b0b0b !important;
}

}


.navbar.affix {
    background: #0b0b0b;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-vertical {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.flex-vertical-item {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}

.flex-item {
    flex: 1;
    position: relative;
}

    .flex-item .container {
        width: auto !important;
        padding-left: 10%;
        padding-right: 10%;
    }

.height-100 {
    height: 100%;
}

@media screen and (max-width: 768px) {
    .flex-wrap {
        display: -webkit-flex;
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
}


a,
a:active,
a:focus,
a:hover,
.btn-link {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
    }

    a.subscript-link {
        text-decoration: underline;
        color: black;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-family: 'Montserrat', sans-serif;
    color: #191919;
}

h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

h3 {
    font-size: 18px;
    line-height: 22px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
    letter-spacing: -0.2px;
}

h5 {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.2px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
}

.hero-header {
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
}

h2.hero-header {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .hero-header {
        font-size: 92px;
        line-height: 92px;
        text-transform: uppercase;
    }

    h2.hero-header {
        font-size: 42px;
        line-height: 42px;
        text-transform: uppercase;
    }
}

.lead {
    font-size: 21px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    /*font-family: 'Glyphicons Halflings';*/
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.glyphicon-search:before {
    content: "fa-search";
}*/

.custom-bullet {
    margin: 0 0 0 15px;
    padding: 0;
}

    .custom-bullet li {
        display: block;
    }

        .custom-bullet li:before {
            /*Using a Bootstrap glyphicon as the bullet point*/
            content: "\e080";
            font-family: 'Glyphicons Halflings';
            font-size: 9px;
            float: left;
            margin-top: 4px;
            margin-left: -17px;
            color: #CCCCCC;
        }

    .custom-bullet.checked li {
        padding: 10px 0;
    }

        .custom-bullet.checked li:before, .custom-bullet.checked li:before {
            clear: both;
        }

        .custom-bullet.checked li:before {
            /*Using a Bootstrap glyphicon as the bullet point*/
            content: "\f00c";
            font-family: 'FontAwesome';
            font-size: 9px;
            float: left;
            margin-top: 4px;
            margin-left: -17px;
            margin-right: 15px;
            color: #fff;
            background: #5db65b;
            width: 23px;
            height: 23px;
            text-align: center;
            border-radius: 50%;
        }

.hdr-rounded {
    background: rgb(235, 34, 39);
    color: ##fff;
    display: inline-block;
    padding: 10px 0 0;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    color: #fff;
    margin: 0 0 30px;
    border: solid 5px rgba(255, 255, 255, .4);
    text-align: center;
}

.title-medium {
    font-family: "Montserrat",sans-serif;
    font-size: 23px;
    margin: 0 0 20px;
    line-height: 28px;
    letter-spacing: 1px;
}

.page-header {
    padding-bottom: 20px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.center-header {
    overflow: hidden;
    text-align: center;
}

    .center-header::before {
        right: 0.5em;
        margin-left: -50%;
    }

.rule-white::before, .rule-white::after {
    content: "";
    display: inline-block;
    height: 0;
    position: relative;
    vertical-align: middle;
    width: 50%;
    border-top: 1px solid #FFFFFF;
}

.rule-red::before, .rule-red::after {
    content: "";
    display: inline-block;
    height: 0;
    position: relative;
    vertical-align: middle;
    width: 50%;
    border-top: 1px solid rgb(235,34,39);
}

.rule-black::before, .rule-black::after {
    content: "";
    display: inline-block;
    height: 0;
    position: relative;
    vertical-align: middle;
    width: 50%;
    border-top: 1px solid #000;
}

.center-header::after {
    left: 0.5em;
    margin-right: -50%;
}

.mb30 {
    margin-bottom: 30px !important;
}

.br-bottom:after {
    content: "";
    display: block;
    height: 1px;
    width: 35px;
    border-top: 2px solid #eb221d;
    margin: 6px 0 10px;
}

p {
    margin-bottom: 20px;
}

dd, dt {
    line-height: 24px;
}

label {
    color: #1c1c1c;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
}

span.view-all {
    font-size: 15px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
}

.location:before {
    content: "\f041";
    width: 1.1em;
    display: inline-block;
    font-family: FontAwesome;
}

.phone:before {
    content: "\f095";
    width: 1.1em;
    display: inline-block;
    font-family: FontAwesome;
}

.faqs a:before {
    content: "\f059";
    width: 1.1em;
    display: inline-block;
    font-family: FontAwesome;
}

/*
Blockquote
=========================== */

blockquote {
    border: none;
    background: #f9fafb;
    border-left: 60px solid #eb221d;
    padding: 20px;
    position: relative;
    margin-top: 20px;
}

    blockquote:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 23px;
        top: 50%;
        left: -45px;
        margin-top: -12px;
        background: url('/Content/Images/quote.png') center center no-repeat;
    }

    blockquote p {
        font-size: 13px;
        color: #dddddd;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 24px;
        margin: 0;
        font-weight: 700;
        color: #3a3d41;
    }

/*
Image
=========================== */
img {
    max-width: 100%;
    height: auto;
}

.img-inline {
    display: inline-block;
}

.img-maxwidth {
    display: block;
    width: 100%;
    height: auto;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 8px;
    line-height: 1.42857143;
    background-color: none;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*
Jumbotron
=========================== */
.jumbotron {
    background-color: #f9f9f9;
    margin: 0;
}

    .jumbotron p {
        font-size: 18px;
    }

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 3px;
}

.jumbotron {
    padding-top: 18px;
    padding-bottom: 18px;
}
/*
Thumbnail
=========================== */
.thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    padding: 0;
    border-radius: 0;
    border: none;
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
}

    .thumbnail .caption {
        padding: 20px 20px 0;
        color: #5c5c5c;
    }

    .thumbnail .product-cost {
        padding: 0 30px;
        color: #5c5c5c;
    }

.product-cost del {
    color: #CCCCCC;
}

.caption-fixedsummary:after, .planf-height:after {
    display: block;
    content: "";
    height: 40px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.caption-fixedsummary:after, .caption-fixedh:after, .caption-fixedh-100:after, .planf-height:after {
    display: block;
    content: "";
    height: 40px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.thumbnail .caption-fixedh {
    overflow: hidden;
    height: 150px;
    margin-bottom: 30px;
    position: relative;
}

.thumbnail .caption-fixedh-100 {
    overflow: hidden;
    height: 100px;
    position: relative;
}

.thumbnail .caption-fixedsummary {
    overflow: hidden;
    height: 250px;
    margin-bottom: 30px;
    position: relative;
}

.thumbnail-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 200px;
}

@media (min-width: 767px) {
    .thumbnail-bg {
        max-width: 150px;
        height: 150px;
    }
}

@media (min-width: 767px) {
    .thumbnail-bg {
        max-width: 150px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 1023px) {
    .thumbnail-bg {
        max-width: none;
    }
}

@media only screen and (max-width: 560px) {
    .thumbnail-bg {
        max-width: 100%;
        width: 100%;
        margin: 0 0 24px;
    }
}

@media (min-width: 1023px) {
    .thumbnail-bg {
        max-width: none;
        height: 200px;
    }
}

.caption-fixedh:after, .planf-height:after {
    display: block;
    content: "";
    height: 40px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.thumbnail h3 a {
    color: #191919;
}

    .thumbnail h3 a:hover {
        color: rgb(235,34,39);
    }

.view {
    width: 100%;
    height: 200px;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .view .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

@media (min-width: 767px) {
    .view .mask:before {
        content: "\f178";
        width: 1.1em;
        display: inline-block;
        font-family: FontAwesome;
        position: absolute;
        top: 10px;
        right: 20px;
        color: #fff !important;
    }
}

.view-img {
    height: 200px;
    width: auto;
    background-size: cover;
    background-position: 50% 50%;
    background-padding: 50% 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .view-img.background-contain {
        background-size: contain;
        background-repeat: no-repeat;
    }


.view-thumbnail .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(235,34,39,.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-thumbnail:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

@media (max-width: 767px) {
    .small-thumbnail .view {
        width: 64px;
        height: 64px;
        float: left;
    }

    .small-thumbnail .view-img {
        height: 64px;
        width: 64px;
    }

    .small-thumbnail .thumbnail .caption {
        padding: 5px 15px 0;
        color: #5c5c5c;
        margin: 0 0 0 64px;
    }

        .small-thumbnail .thumbnail .caption p,
        .small-thumbnail .thumbnail .btn {
            display: none;
        }

    .small-thumbnail .thumbnail .caption-fixedh {
        overflow: auto;
        height: auto;
        min-height: 64px;
        margin-bottom: 15px;
    }

    .small-thumbnail .thumbnail h3 {
        font-size: 16px;
    }
}

/*
promo blocks
=========================== */

a.promo {
    padding: 0 !important;
    position: relative;
    border-bottom: 4px solid rgb(235, 34, 39);
    display: block;
    max-width: 450px;
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

    a.promo:after {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 20px solid rgb(235, 34, 39);
        border-left: 20px solid transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    a.promo:hover h6.promo-title {
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    a.promo h6.promo-title {
        color: #000;
        padding: 30px 15px 0;
        margin: 0;
        font: 28px/1.2em 'Montserrat', sans-serif;
        line-height: 150%;
        font-weight: 700;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.promo-overlay {
    background: rgba(235, 34, 39, .0);
    position: relative;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.promo:hover .promo-overlay .btn-link {
    color: #ffffff;
}

a.promo:hover .promo-overlay {
    background: rgb(235, 34, 39);
    position: relative;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*
Header
=========================== */

.header-mid-area {
    padding: 15px 0;
    background: #0b0b0b;
}

    .header-mid-area .logo img {
        max-height: 71px;
    }

.header-top-area {
    background-color: #252525;
    line-height: 38px;
    color: #d5d5d5;
    font-size: 14px;
}

.header-top-left {
}

.top-message {
    float: left;
    position: relative;
}

    .top-message:after {
        /*border-right: 1px solid #d5d5d5;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 0;*/
    }

.top-message {
    padding-right: 10px;
    margin-right: 10px;
}

.phone-number, .faqs, .need-help {
    float: left;
    position: relative;
}

.need-help {
    margin-left: 3px;
}

    .faqs a, .need-help a {
        color: #fff;
    }

        .faqs a:hover, .need-help a:hover {
            color: rgb(235,34,39);
        }

.phone-number:after {
    content: "\f095";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    margin-right: 5px;
}

.phone-number span {
    color: #fff;
}

.lang-select {
    float: right;
}

    .lang-select ul {
        list-style: outside none none;
        padding: 0;
        margin: 0;
    }

        .lang-select ul li {
        }

            .lang-select ul li a {
            }

.top-menu {
    float: right;
}

    .top-menu ul {
        padding: 0;
        margin: 0;
    }

        .top-menu ul li {
            display: inline-block;
        }

            .top-menu ul li a {
                display: inline-block;
                margin-right: 20px;
                margin-left: 20px;
                color: #d5d5d5;
            }

                .top-menu ul li a:hover {
                    color: #eb221d;
                }

/*
Navigation
=========================== */
.navbar {
    border: none;
    border-radius: 0;
    background: #0b0b0b;
    z-index: 999;
    width: 100%;
    margin-bottom: 0;
}

.affix .navbar-brand {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sticky-top {
    position: sticky;
}

nav.affix {
    top: 0;
}

.navbar-brand {
    text-shadow: none;
    font-weight: 900;
}

.navbar-brand {
    float: left;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
    font-weight: 700;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    opacity: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.affix .navbar-brand {
    opacity: 1;
    width: auto;
    padding: 0 15px;
    animation-duration: .25s;
    animation-timing-function: ease;
    animation-delay: 0;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: headerlogo;
}



.navbar-brand > img {
    max-height: 50px;
    width: auto;
    display: block;
}


.navbar-nav > li > a {
    margin: 0 1px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: none;
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
}


.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    background: rgb(235,34,39);
    border: none;
}

.navbar-nav .dropdown-menu > .open > a,
.navbar-nav .dropdown-menu > .open > a:hover,
.navbar-nav .dropdown-menu > .open > a:focus {
    background: rgb(235,34,39);
    border: none;
}



@media screen and (max-width: 768px) {
    #eCart .row, #Cart .row, #PaymentButtons .row {
        flex-wrap: nowrap !important;
    }

    #PromoCode, #PromoCodeBtn {
        width: 85% !important;
    }
}

.header-mid-area a.cart i.fa {
    color: #ffffff;
    background: none;
}

.header-mid-area a.cart:hover i.fa {
    color: #ffffff;
    background: none;
}

.header-mid-area .fa-shopping-cart {
    background: none;
    font-size: 16px;
    padding: 0 10px 0 0;
}

.header-mid-area .cart {
    position: relative;
}

    .header-mid-area .cart span {
        position: absolute;
        top: -10px;
        left: 10px;
        padding: 2px 4px 2px 4px;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        line-height: 9px;
        font-weight: 700;
    }

.onsale {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    border-radius: 50em;
    line-height: 40px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    background-color: #69bd67;
    color: #ffffff;
}

.sale-price {
    color: #69bd67 !important;
}

.discounted-price {
    color: #CCCCCC !important;
}

/*--- Feature Product Ribbon ---*/

.ribbon-wrap {
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 1;
}

    .ribbon-wrap.top {
        top: -10px;
        left: 10px;
    }

.ribbon {
    font-size: 16px !important;
    /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
    width: 90px;
    position: relative;
    background: rgb(235,34,39);
    color: #fff;
    text-align: center;
    padding: 7px; /* Adjust to suit */
    line-height: 1.1;
}

    .ribbon:before, .ribbon:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -7px;
        border: 14px solid #e44b4b;
        z-index: -1;
    }

    .ribbon:before {
        left: -18px;
        border-right-width: 14px;
        border-left-color: transparent;
    }

    .ribbon:after {
        right: -18px;
        border-left-width: 14px;
        border-right-color: transparent;
    }

    .ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: rgba(0,0,0,.2) transparent transparent transparent;
        bottom: -7px;
    }

    .ribbon .ribbon-content:before {
        left: 0;
        border-width: 7px 0 0 10px;
    }

    .ribbon .ribbon-content:after {
        right: 0;
        border-width: 7px 10px 0 0;
    }

/*--- featured product ribbon end ---*/

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > .dropdown a:hover,
.navbar-nav > .dropdown a:focus,
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    border: none;
    background: rgb(235,34,39);
    cursor: pointer;
}

.navbar-nav > li > a {
    margin: 0;
}

.dropdown-menu {
    z-index: 1000;
    display: none;
    min-width: 180px;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.nav-item .dropdown-menu {
    background: rgba(23, 23, 23, 0.98);
}

.bootstrap-select.btn-group .dropdown-menu.inner > li > a,
.btn-group .dropdown-menu > li > a {
    color: #444450;
    /*padding: 5px 20px;*/
}

    .bootstrap-select.btn-group .dropdown-menu.inner > li > a:hover,
    .bootstrap-select.btn-group .dropdown-menu.inner > li > a:focus {
        background: #eaeaea;
    }

.bootstrap-select.btn-group .dropdown-menu.inner, .btn-group .dropdown-menu {
    background: #f6f6f6;
}

.navbar-nav .dropdown-menu > li > a, .multi-column-dropdown li a {
    display: block;
    padding: 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    white-space: nowrap;
}

.navbar-nav .dropdown-menu li > a:hover {
    border: none;
    background-color: rgb(235,34,39);
}

.k-state-selected {
    background-color: transparent !important;
}

    .k-state-selected.k-state-focused {
        background: rgb(235, 34, 39) !important;
    }

.navbar .navbar-toggle,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle:focus {
    background: none;
    border-radius: 0;
}

    .navbar .navbar-toggle .icon-bar,
    .navbar .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }

@media (max-width: 991px) {
    .navbar-collapse {
        max-height: 100%;
        padding: 0px 25px;
        background-color: #0b0b0b !important;
    }
}

.dropdown-menu.columns-3 {
    min-width: 800px;
    width: 100%;
    position: absolute;
    padding: 20px;
}

.dropdown-menu h3 {
    color: white;
}


.multi-column-dropdown {
    list-style: none;
    padding: 0;
}

    .multi-column-dropdown li a:hover {
        text-decoration: none;
    }


.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
    padding: 15px 12px;
    border-radius: 0px;
    border-width: 0px;
    color: rgb(119, 119, 119);
    background-color: rgb(248, 248, 248);
    border: none;
    box-shadow: none;
    outline: none;
}

.navbar-collapse form[role="search"] input {
    padding: 15px 12px;
    color: rgb(160, 160, 160);
    box-shadow: none;
    height: 52px
}

.navbar-collapse form[role="search"] button[type="reset"] {
    display: none;
}

.navbar-form .input-group > .form-control {
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    height: 50px;
}

.navbar-form .input-group {
    margin: 0;
}

.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.navbar-center {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: relative;
        /*max-height: 270px;*/
        background: #000000;
    }

    .navbar-left {
        padding-top: 50px;
    }

    .navbar-collapse form[role="search"] {
        position: absolute;
        top: 0;
        right: 0px;
        width: 100%;
        padding: 0px;
        margin: 0px;
        z-index: 0;
        border: none;
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none !important;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar .nav,
    .navbar .nav > li {
        display: inline-block;
        vertical-align: top;
    }

    .logo {
        text-align: left;
    }
}

@media (min-width: 768px) {

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-form .input-group {
        margin: 0;
    }

    .right-containt {
        padding: 0 53px 0 0;
    }

    .navbar-collapse form[role="search"] {
        position: absolute;
        top: 0;
        right: 15px;
        width: auto;
        padding: 0px;
        margin: 0px;
        z-index: 0;
    }

        .navbar-collapse form[role="search"] button,
        .navbar-collapse form[role="search"] input {
            padding: 15px 12px;
        }

        .navbar-collapse form[role="search"] input {
            padding: 25px 12px;
            font-size: 18pt;
            opacity: 0;
            display: none;
        }

        .navbar-collapse form[role="search"].active {
            width: auto;
        }

            .navbar-collapse form[role="search"].active button,
            .navbar-collapse form[role="search"].active input {
                display: table-cell;
                opacity: 1;
            }

            .navbar-collapse form[role="search"].active input {
                width: 100%;
            }

    input, select, textarea {
        font-size: 16px;
    }
}


.navbar-custom .container-fluid {
    max-width: 1200px;
    position: relative;
}

.navbar-custom .container {
    position: relative;
}

@media (max-width: 768px) {
    .navbar-collapse form[role="search"] {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse form[role="search"] {
        right: 0;
    }
}


/*DROPDOWNS*/

/*
Megamenu
================================== */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
    position: static;
}

.yamm .navbar-inner {
    position: static;
    color: #fff;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .dropdown-menu {
    display: block;
}

.yamm .dropdown-menu {
    padding: 40px 30px;
    font-size: 15px;
    line-height: 18px;
}

    .yamm .dropdown-menu > h1,
    .yamm .dropdown-menu > h2,
    .yamm .dropdown-menu > h3,
    .yamm .dropdown-menu > h4,
    .yamm .dropdown-menu > h5,
    .yamm .dropdown-menu > h6 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .yamm .dropdown-menu > a {
        border: none;
        background: transparent;
        color: #fff;
    }

.yamm .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.yamm .nav.pull-right .dropdown-menu {
    right: 0;
}

.yamm .yamm-content {
    padding: 20px 30px;
    *zoom: 1;
}

    .yamm .yamm-content:before,
    .yamm .yamm-content:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .yamm .yamm-content:after {
        clear: both;
    }

.yamm.navbar .nav > .dropdown-menu:after,
.yamm.navbar .nav > .dropdown-menu:before {
    display: none;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.yamm-link {
    margin: 0;
    padding: 0;
}

.yamm-link {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

    .yamm-link a {
        display: block;
        padding: 0 15px 0 0;
        clear: both;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.42857143;
        color: #fff;
        border: none;
        white-space: nowrap;
        text-transform: uppercase;
    }

.navbar-nav .yamm-link a:hover,
.navbar-nav .yamm-link a:active,
.navbar-nav .yamm-link a:focus {
    text-decoration: none;
    border: none;
    color: rgb(235,34,39);
}

@media (max-width: 969px) {
    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        width: auto;
    }

    .yamm .yamm-content {
        padding-left: 0;
        padding-right: 0;
    }

    .yamm .dropdown-menu > div {
        display: block;
    }
}

@media (max-width: 767px) {
    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        position: static;
    }

    .yamm .nav,
    .yamm .dropup,
    .yamm .dropdown,
    .yamm .collapse {
        position: relative;
    }
}


/*
Button
=========================== */
.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: none;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

    .btn:focus {
        outline: none;
    }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.btn-default {
    color: #fff !important;
    background: #0b0b0b !important;
    border-color: #0b0b0b !important;
}

    .btn-default.btn-bordered {
        color: #0b0b0b !important;
        background: none !important;
        box-shadow: none !important;
    }

    .btn-default:focus,
    .btn-default.focus,
    .btn-default:hover,
    .btn-group.open .btn-default:focus {
        color: #fff !important;
        background-color: #212121 !important;
        border-color: #212121 !important;
    }

.btn-primary.btn-bordered,
.btn-primary.btn-bordered[disabled],
.btn-primary.btn-bordered[disabled].active,
.btn-primary.btn-bordered[disabled].focus,
.btn-primary.btn-bordered[disabled]:active,
.btn-primary.btn-bordered[disabled]:focus,
.btn-primary.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-primary.btn-bordered,
fieldset[disabled] .btn-primary.btn-bordered.active,
fieldset[disabled] .btn-primary.btn-bordered.focus,
fieldset[disabled] .btn-primary.btn-bordered:active,
fieldset[disabled] .btn-primary.btn-bordered:focus,
fieldset[disabled] .btn-primary.btn-bordered:hover {
    background: none;
    box-shadow: none;
}

    .btn-primary,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:hover,
    .btn-primary.btn-bordered:focus,
    .btn-primary.btn-bordered.focus,
    .btn-primary.btn-bordered:hover {
        color: #fff;
    }

        .btn-primary.active,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary.active:hover {
            background-color: #bc1d2a;
            border-color: #bc1d2a;
        }

.btn-green {
    color: #fff;
    background-color: #5db65b;
    border-color: #5db65b;
}

    .btn-green:focus,
    .btn-green.focus,
    .btn-green:hover,
    .btn-green.btn-bordered:focus,
    .btn-green.btn-bordered.focus,
    .btn-group.open .btn-green:focus,
    .btn-green.btn-bordered:hover {
        color: #fff;
        background-color: #69bd67;
        border-color: #69bd67;
    }

    .btn-green.btn-bordered {
        color: #69bd67;
        background: none;
        box-shadow: none;
    }

.btn-blue {
    color: #fff;
    background-color: #3766c7;
    border-color: #3766c7;
}

    .btn-blue:focus,
    .btn-blue.focus,
    .btn-blue:hover,
    .btn-blue.btn-bordered:focus,
    .btn-blue.btn-bordered.focus,
    .btn-group.open .btn-blue:focus,
    .btn-blue.btn-bordered:hover {
        color: #fff;
        background-color: #3766c7;
        border-color: #3766c7;
    }

    .btn-blue.btn-bordered {
        color: #3766c7;
        background: none;
        box-shadow: none;
    }

.btn-white {
    color: rgb(235,34,39);
    background-color: #ffffff;
    border-color: #ffffff;
}

.font-black {
    color: black;
}

.btn-white.font-black {
    color: black;
}

    .btn-white:focus,
    .btn-white.focus,
    .btn-white:hover,
    .btn-white.btn-bordered:focus,
    .btn-white.btn-bordered.focus,
    .btn-group.open .btn-white:focus,
    .btn-white.btn-bordered:hover {
        color: #000;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-white.btn-bordered {
        color: #fff;
        background: none;
        box-shadow: none;
    }

.btn-link {
    font-weight: 400;
    color: rgb(235,34,39);
    border-radius: 0;
    box-shadow: none;
}

    .btn-link:hover,
    .btn-link:focus {
        color: #e44b4b;
        text-decoration: none;
    }

.btn-red,
.navbar-collapse form[role="search"] button[type="reset"] {
    color: #fff;
    background: rgb(235,34,39);
    border-color: rgb(235,34,39);
}

.navbar-collapse form[role="search"] button[type="submit"] {
    color: #fff;
    background: transparent;
}

.btn-red:focus,
.btn-red.focus,
.btn-red:hover,
.btn-red.btn-bordered:focus,
.btn-red.btn-bordered.focus,
.btn-group.open .btn-red:focus,
.btn-red.btn-bordered:hover {
    color: #fff;
    background: #e44b4b;
    border-color: #e44b4b;
}

.btn-red.btn-bordered {
    color: #e44b4b;
    background: none;
    box-shadow: none;
}

.btn-yellow {
    color: #fff;
    background: #d3aa2e;
    border-color: #d3aa2e;
}

    .btn-yellow:focus,
    .btn-yellow.focus,
    .btn-yellow:hover,
    .btn-yellow.btn-bordered:focus,
    .btn-yellow.btn-bordered.focus,
    .btn-group.open .btn-yellow:focus,
    .btn-yellow.btn-bordered:hover {
        color: #fff;
        background-color: #e2ba3f;
        border-color: #e2ba3f;
    }

    .btn-yellow.btn-bordered {
        color: #d3aa2e;
        background: none;
        box-shadow: none;
    }

.btn-line a {
    margin-right: 5px;
    margin-bottom: 5px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
}

.account-section-link.btn-bordered {
    margin-bottom: 10px;
}

.btn-sm {
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 12px;
}

.btn-lg {
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 16px;
}

.btn-xl {
    padding: 20px 40px;
    margin-bottom: 0;
    font-size: 20px;
}

.btn-sm-pad {
    padding: 10px 40px;
    margin-bottom: 8px;
}

/*
Play button
=========================== */

.play_border {
    margin: 5px auto;
    border: 4px solid rgba(255,255,255,0.7);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    -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;
    cursor: pointer;
}

    .play_border:hover {
        border: 4px solid rgba(255,255,255,0.5);
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    }

        .play_border:hover .play_button {
            border-left: 30px solid rgba(255,255,255,0.5);
        }

    .play_border:active, .play_border:focus {
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5.play_button:hoverpx 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    }

.play_button {
    position: relative;
    top: 17px;
    left: 36%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid rgba(255,255,255,0.8);
    -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;
}

/*
Color
=========================== */
a,
a:hover,
a:focus,
.primary,
.btn-primary.btn-bordered,
.home-link li a:hover,
.team-detail span,
.article-title h5 a:hover,
.pricing-header,
.pricing-header h4,
.pricing-list li i,
.list-link li a:hover,
.social-network li a:hover,
.social-network li a:focus,
.social-network li a:active,
.recent li h6 a:hover,
.yamm .dropdown-menu > li.container .recent li h6 a:hover,
.twitter-icon,
ol.breadcrumb li a.active,
ul.pagination li a:hover,
ul.pagination li.active a,
ul.pagination li.active a:hover,
ul.cat li a:hover,
ul.tags li a:hover,
.media-heading a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.panel-title a,
.panel-title a:hover,
.list-contact li.primary i,
.product-wrapper span.price,
.product-title h6 a:hover,
.about-caption span {
    color: rgb(235,34,39);
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    color: #fff;
}

.btn-primary.btn-bordered.disabled:hover,
.btn-primary.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered.disabled:focus,
.btn-primary.btn-bordered[disabled]:focus,
fieldset[disabled] .btn-primary.btn-bordered:focus,
.btn-primary.btn-bordered.disabled.focus,
.btn-primary.btn-bordered[disabled].focus,
fieldset[disabled] .btn-primary.btn-bordered.focus,
.btn-primary.btn-bordered.disabled:active,
.btn-primary.btn-bordered[disabled]:active,
fieldset[disabled] .btn-primary.btn-bordered:active,
.btn-primary.btn-bordered.disabled.active,
.btn-primary.btn-bordered[disabled].active,
fieldset[disabled] .btn-primary.btn-bordered.active {
    background-color: lightgray;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: lightgray;
    background-image: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .45;
}

/*
Background color
=========================== */
.navbar-nav .dropdown-menu > li > a:hover,
.navbar .navbar-toggle:hover .icon-bar,
.cart span,
.btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.filter-items li.active span,
.filter-items li span:hover,
.filter-items li span:active,
.filter-items li span:focus,
.zoom a,
div.pp_default .pp_close:hover,
div.pp_default .pp_expand:hover,
div.pp_default .pp_contract:hover,
.post-date,
.princing-title,
.btn-subscribe,
.btn-search,
#toTopHover,
#portfolio-slide .owl-controls div.owl-prev:hover,
#portfolio-slide .owl-controls div.owl-next:hover,
.list-contact li.primary,
.line-circle,
.checkator_source:checked + .checkator_element:after,
.price-lg,
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev,
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
.remove:hover,
.remove:focus,
.remove:active,
.styled-table thead th,
.styled-table thead td,
.jos-icon,
.jos-heading.primary-bg,
.btn-rotate,
.object,
.demo-panel h6,
a.openpanel,
.heading .linner {
    background: rgb(235,34,39);
}

    /*
Border color
=========================== */
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-nav > .active > a,
    .navbar-nav > .active > a:hover,
    .navbar-nav > .active > a:focus,
    .navbar-nav .dropdown-menu > li > a:hover,
    .btn-primary,
    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active,
    .form-control:focus,
    .input-group .form-control:focus,
    .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
    .owl-theme .owl-controls .owl-buttons div.owl-next:hover,
    .client-logo .logo-link:hover,
    .princing-title,
    .btn-subscribe,
    .search-input:focus,
    ul.pagination li a:hover,
    ul.pagination li.active a,
    ul.pagination li.active a:hover,
    .img-thumbnail:hover,
    ul.tags li a:hover,
    a:hover .media-object,
    .checkator_source:focus + .checkator_element,
    .checkator_source:hover + .checkator_element,
    .flex-control-thumbs img:hover,
    .flexslider:hover .flex-next,
    .flexslider:hover .flex-prev,
    .remove:hover,
    .remove:focus,
    .remove:active,
    .pagination .k-state-selected {
        border-color: rgb(235,34,39);
    }

.pricing-wrapper {
    border-top-color: rgb(235,34,39);
}

/*
Hover background color
=========================== */
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-group.open .btn-primary:focus,
.zoom a:hover {
    background: #eb5858;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #eb5858;
    border-color: #eb5858;
}

/*
Hover border color
=========================== */
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
    border-color: #eb5858;
}

/* Tabs */

.tab-content {
    padding: 20px 5px;
}

    .tab-content.vertical {
        padding: 5px 5px 20px 20px;
    }

.nav-tabs {
    border: none;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            border: none;
            border-radius: 0;
            font-family: "Montserrat",sans-serif;
            font-size: 12px;
            color: #3b3b3b;
            border-top: 2px solid #3b3b3b;
            background-color: transparent;
            padding: 12px 20px;
            margin-right: 0;
            font-weight: 700;
            text-transform: uppercase;
        }

    .nav-tabs.redtabs > li > a {
        border-top: 2px solid rgb(235,34,39);
    }

    .nav-tabs.tab-arrow > li.active:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        content: "";
        border-width: 10px;
        margin-left: -10px;
        border-top-color: rgb(235,34,39);
        border-bottom-width: 0;
        bottom: -10px;
        left: 50%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .nav-tabs > li > a .fa {
        margin-right: 10px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #fff;
        background-color: #3b3b3b;
        border: none;
        border-top: 2px solid #3b3b3b;
    }

    .nav-tabs.redtabs > li.active > a,
    .nav-tabs.redtabs > li.active > a:hover,
    .nav-tabs.redtabs > li.active > a:focus {
        background-color: rgb(235,34,39);
        border-top: 2px solid rgb(235,34,39);
        color: #FFFFFF;
    }

    .nav-tabs.inactive-grey > li > a {
        background-color: #3b3b3b;
        border-top: 2px solid rgb(235,34,39);
        color: #FFFFFF;
    }

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        color: rgb(235,34,39);
        background-color: transparent;
        border: none;
        border-top: 2px solid #3b3b3b;
    }

    .nav-tabs.redtabs > li > a:hover {
        border-top: 2px solid rgb(235,34,39);
    }

    .nav-tabs.nav-tabs-lg > li > a {
        font-size: 20px;
        padding: 20px 40px;
    }

    /* nav-tabs vertical */
    .nav-tabs.vertical > li {
        float: none;
        margin-bottom: 0;
    }

        .nav-tabs.vertical > li > a {
            border-radius: 0;
            border-top: none;
            border-left: 2px solid #3b3b3b;
        }

        .nav-tabs.vertical > li.active > a,
        .nav-tabs.vertical > li.active > a:hover,
        .nav-tabs.vertical > li.active > a:focus {
            border-top: none;
            border-left: 2px solid #3b3b3b;
        }

@media (max-width:767px) {
    .tab-content.vertical {
        padding: 20px 5
    }

    .nav-tabs > li {
        float: none;
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            border-radius: 0;
            border-top: none;
            border-left: 2px solid #3b3b3b;
        }

    .nav-tabs.redtabs > li > a {
        border-radius: 0;
        border-top: none;
        border-left: 2px solid rgb(235,34,39);
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-top: none;
        border-left: 2px solid #3b3b3b;
    }

    .nav-tabs.redtabs > li.active > a,
    .nav-tabs.redtabs > li.active > a:hover,
    .nav-tabs.redtabs > li.active > a:focus {
        border-top: none;
        border-left: 2px solid rgb(235,34,39);
    }

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        color: rgb(235,34,39);
        background-color: transparent;
        border-left: 2px solid #3b3b3b;
        border-top: none;
    }

    .nav-tabs.redtabs > li > a:hover,
    .nav-tabs.redtabs > li > a:focus {
        color: rgb(235,34,39);
        background-color: transparent;
        border-left: 2px solid rgb(235,34,39);
        border-top: none;
    }


    .nav-tabs.redtabs > li > a:focus {
        color: #FFFFFF;
        background-color: transparent;
        border-left: 2px solid rgb(235,34,39);
        border-top: none;
    }
}

/*
Tags
================================== */
ul.post_tag {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.post_tag li {
        list-style: none;
        display: inline-block;
        margin: 0 10px 10px 0;
    }

        ul.post_tag li a {
            border: 2px solid rgb(235, 34, 39);
            font-family: 'Montserrat' !important;
            padding: 4px 8px;
            font-size: 10px;
        }

        ul.post_tag li a {
            color: #eb5858;
            text-decoration: none;
            cursor: pointer;
            -webkit-transition: color 0.15s ease-in-out 0s;
            -moz-transition: color 0.15s ease-in-out 0s;
            -o-transition: color 0.15s ease-in-out 0s;
            transition: color 0.15s ease-in-out 0s;
        }

            ul.post_tag li a:hover {
                color: rgb(235,34,39);
            }

/*
Tables
================================== */
.table th,
.table td {
    padding: 12px !important;
}

.table.table-condensed th,
.table.table-condensed td {
    padding: 5px !important;
}

.table-1 {
    border-bottom: 1px solid #ddd;
}

    .table-1 th {
        /*background-color: #000;
    color:#fff;*/
        border-bottom: none;
    }

    .table-1.table-main-color {
        border-bottom: 1px solid rgb(235,34,39);
    }

        .table-1.table-main-color th {
            background-color: rgb(235,34,39);
            color: #fff;
        }

.table .btn-link {
    color: #5c5c5c;
}

    .table .btn-link:hover {
        color: rgb(235,34,39);
    }

/*
Badge
================================== */

.badge {
    padding: 8px 12px;
    border-radius: 13px;
}

/*
Applied Filters
================================== */

#search_and_applied_filters #applied_filters {
    padding: 0 100px 0 0;
    margin: 0;
    position: relative;
}

    #search_and_applied_filters #applied_filters li {
        display: inline-block;
        margin: 5px 5px 5px 0;
    }

    #search_and_applied_filters #applied_filters a.reset {
        font-size: .875em;
        position: absolute;
        right: 2.25%;
        text-decoration: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: bold;
    }

/*
Accordion
================================== */
.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}

    .panel-group .panel-heading .panel-title {
        color: #3b3b3b;
        font-size: 12px;
        letter-spacing: normal;
        line-height: 24px;
        font-weight: 700;
        background: rgba(29,29,33,0.06);
        text-transform: uppercase;
        transition: all 150ms ease-in;
    }

.panel-group .panel-title > a {
    display: block;
    padding: 10px 20px;
    color: #3b3b3b;
}

.panel-group .panel-heading .panel-title > a:before {
    content: "\f068";
    width: 1.3em;
    display: inline-block;
    font-family: FontAwesome;
}

.panel-group .panel-heading .panel-title > a.collapsed:before {
    content: "\f067";
    width: 1.3em;
    display: inline-block;
    font-family: FontAwesome;
}

.panel-group .panel-title > a.collapsed {
    background: rgba(59,59,59,0.06);
    color: #3b3b3b;
}

.panel-group .panel-title > a {
    background: rgba(59,59,59,1);
    color: #fff;
}

    .panel-group .panel-active a,
    .panel-group .panel-title > a:hover {
        color: #fff;
    }

.panel-group .panel-heading .panel-title:hover,
.panel-group .panel-active .panel-heading .panel-title {
    background: #3b3b3b;
    color: #fff;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0
}

.boxed .panel-body {
    padding: 20px;
    padding-top: 0;
}

.boxed.panel-group .panel-heading .panel-title {
    box-shadow: 0 2px 0 rgba(29,29,33,0.07);
    background: #FFF !important;
}

.boxed .panel-default > .panel-heading + .panel-collapse {
    box-shadow: 0 2px 0 rgba(29,29,33,0.07);
    background: #FFF !important;
}

.boxed.panel-group .panel-active a,
.boxed.panel-group .panel-title > a:hover,
.boxed.panel-group .panel-title > a:focus,
.boxed.panel-group .panel-heading .panel-title:hover,
.boxed.panel-group .panel-active .panel-heading .panel-title {
    color: #3b3b3b !important
}



/*
Panels
=========================== */
/* Panels */
.panel-group .panel {
    border-radius: 0;
}

.panel {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

.panel-heading {
    padding: 7px 15px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default > .panel-heading {
    background: #0b0b0b;
}

    .panel-default > .panel-heading .panel-title {
        color: #fff;
    }

.panel-title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #525559;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .panel-title:hover a,
    .panel-title:focus a {
        color: #888892;
    }

    .panel-title .icon {
        margin-right: 8px;
    }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.panel-body {
    padding: 10px 15px 5px;
}


/*
Tooltip
=========================== */

.tooltip {
    font-size: 14px
}

.tooltip-inner {
    color: #fff;
    background-color: #3b3b3b;
    padding: 5px 12px 5px;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #3b3b3b
}

.tooltip.right .tooltip-arrow {
    border-right-color: #3b3b3b
}

.tooltip.left .tooltip-arrow {
    border-left-color: #3b3b3b
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #3b3b3b
}


/*
Form
=========================== */
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #8c8c8c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form label {
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.input-lg {
    padding: 10px 20px;
    height: 50px;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #ababab;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #ababab;
}

.form-control::-webkit-input-placeholder {
    color: #ababab;
}

.header-top-area .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

.form-horizontal .input-group {
    margin: 0 0 25px 0;
}

.contact-widget ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .contact-widget ul li {
        float: left;
        list-style: none;
        width: 50%;
        margin: 0 0 4px 0;
        padding: 0 4px 0 0;
    }

        .contact-widget ul li.full-width {
            width: 100%;
        }

.contact-widget .form-control {
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


/* Form Filter Dropdown */

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.input-group-btn .btn-group {
    display: flex !important;
}

#adv-search .dropdown-filter {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 20px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
}

#adv-search {
    margin: 0 auto;
    position: relative;
}


.quantity input.qty {
    border: 1px solid #dedede;
    width: 42px;
    height: 42px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 1.1;
}

.dropdown-item:hover {
    background-color: #e8e8e8;
    color: black;
    background-image: none;
}

/* Modals */
.modal {
    z-index: 999999;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-content {
    border-radius: 15px;
    background-color: #fafafa;
}

.modal-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 20px;
    color: #fff;
    margin: 5px 0;
    display: block;
}

.modal-header,
.modal-footer {
    border: none;
}

.modal-header {
    background: rgb(235,34,39);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding: 1.5rem 1rem;
}

    .modal-header .close {
        right: 10px;
        position: absolute;
    }

.modal-body {
    position: relative;
    margin: 15px;
}

.text-center {
    text-align: center;
}
/*
Alerts
================================== */

.alert {
    border-radius: 1px;
    border: none;
    position: relative;
    border-left: 4px solid rgba(0,0,0,0.2);
}

    .alert.alert-dark {
        background-color: #222222;
        color: #aaa;
        padding: 20px 40px 20px 20px;
    }

    .alert .icon {
        display: block;
        float: left;
    }

    .alert.alert-dismissable .close {
        position: absolute;
        right: 10px;
        top: 5px;
    }

        .alert.alert-dismissable .close:hover,
        .alert.alert-dismissable .close:focus {
            color: rgb(235,34,39);
            opacity: 1;
        }

.alert-modal {
    position: fixed;
    top: 80px;
    left: 0;
    opacity: 0;
    width: 100%;
    margin-top: -30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .alert-modal.alert-modal-on {
        opacity: 0.95;
        margin-top: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .alert-modal .alert {
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
/*
Full Width Sections
================================== */
.section-grey {
    background-color: #f7f7f7;
}

.section-red {
    background-color: rgb(235,34,39);
    color: #fff;
}

.section-dark {
    background-color: #363636;
    color: #fff;
}

.section-blue {
    background-color: #3766c7;
    color: #fff;
}

.section-green {
    background-color: #5DB65B;
    color: #fff;
}

.section-yellow {
    background-color: #D3AA2E;
}

.section-large {
    padding: 70px 0;
}

.section-bg {
    padding: 50px 0;
    position: relative;
}

.bg-img {
    position: relative;
    -webkit-backface-visibility: visible !important;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    background-size: cover;
}

.overlay-grey {
    background: rgba(238,238,238,.7);
}

.overlay-dark {
    background: rgba(0,0,0,.7);
    color: #fff;
    ;
}

.overlay-red {
    background: rgba(235,34,39,.7);
    color: #fff;
}

.overlay-blue {
    background: rgba(55,102,199,.7);
    color: #fff;
}

.overlay-green {
    background: rgba(93,182,91,.7);
    color: #fff;
}

.overlay-yellow {
    background: rgba(211,170,46,.7);
    color: #fff;
}

.overlay-gradient {
    background-image: linear-gradient(to top,#000,transparent);
    color: #fff;
}

.color-on-img {
    color: #fff !important;
}



/*
Angled Div
================================== */

.angle-wrap {
    position: relative;
}

.angle-bg {
    -webkit-clip-path: polygon(0 0, 1600px 0, 1600px 20%, 0 100%);
    clip-path: polygon(0 0, 1600px 0, 1600px 20%, 0 100%);
}

.angle-bg2 {
    -webkit-clip-path: polygon(0 0, 1600px 0, 1600px 100%, 0 57%);
    clip-path: polygon(0 0, 1600px 0, 1600px 100%, 0 57%);
}

.angle-bg {
    background: url(https://images.unsplash.com/photo-1477595458614-abcdd81ff913?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&s=bcbc1e729a83fc56540b3ecec5844871) no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    overflow: hidden;
    height: 200px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.angle-bg2 {
    background: rgb(235,34,39);
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    overflow: hidden;
    height: 280px;
    position: relative;
    text-align: center;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-bottom: -50px;
}


/*
Full Width Video
================================== */

/* Video overlay and content */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none; /* Allows right click menu on the video */
    background: #000;
    opacity: .5;
}

.video-hero--content {
    position: relative;
    color: #FFF;
    margin-top: 150px;
    margin-bottom: 150px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

    .video-hero--content h2 {
        font-size: 34px;
        margin: 0 0 10px;
    }

    .video-hero--content h1,
    .video-hero--content h2,
    .video-hero--content h3,
    .video-hero--content h4,
    .video-hero--content h5,
    .video-hero--content h6 {
        color: #fff;
    }

    .video-hero--content p {
        font-size: 20px;
        margin: 0;
    }

.lity-iframe-container > * {
    overflow: hidden !important;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

@media (max-width: 991.98px) {
    .vid-carousel {
        margin-top: 100px;
    }
}
/* CSS from jQuery Background Video plugin */

/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

    .js .jquery-background-video.is-visible {
        opacity: 1;
    }
/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0;
    cursor: pointer;
    outline: none !important;
}

    .jquery-background-video-pauseplay span {
        display: none;
    }

    .jquery-background-video-pauseplay:after, .jquery-background-video-pauseplay:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .jquery-background-video-pauseplay.play:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #FFF;
    }

    .jquery-background-video-pauseplay.pause:before, .jquery-background-video-pauseplay.pause:after {
        border-top: 10px solid #FFF;
        border-bottom: 10px solid #FFF;
        border-left: 5px solid #FFF;
    }

    .jquery-background-video-pauseplay.pause:after {
        left: 10px;
    }
/*
Event Courses
================================== */
ul.event-courses {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.event-courses ul > li {
        padding-left: 15px;
    }

.event-courses .course-checkbox {
    float: left;
}

.event-courses .course-detail {
    margin-left: 25px;
}

/*
Articles
================================== */

@media (min-width: 767px) {
    .blog .post-left .post-author .avatar {
        width: 60px;
        margin: 0 auto 16px;
        border-radius: 6px;
    }
}

.blog .post-left .post-author .avatar {
    border-radius: 2px;
    margin: 0 6px 0 0;
    width: 21px;
    vertical-align: middle;
}

.blog .entry.post .post-left {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 24px;
    padding: 5px 0 0;
}

@media (min-width: 767px) {
    .blog .entry.post .post-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 125px;
        border-right: 2px solid #f2f2f2;
        text-align: center;
        margin: 0;
    }
}

@media (min-width: 767px) {
    .blog .entry.post .post-left > a:first-child {
        padding-top: 6px;
    }
}

@media (min-width: 767px) {
    .blog .post-left .post-back, .blog .post-left .post-author {
        border-bottom: 2px solid #f2f2f2;
        text-decoration: none;
    }
}

@media (min-width: 767px) {
    .blog .post-left .post-author .avatar {
        width: 60px;
        margin: 0 auto 16px;
        border-radius: 6px;
    }
}

@media (min-width: 767px) {
    .blog .post-left > a span, .blog .post-left .post-back span {
        display: block;
    }
}

@media (min-width: 767px) {
    .blog .entry.post .post-left > a {
        display: block;
        line-height: 15px;
        padding: 20px;
    }
}

.blog .post-left .post-comments-link {
    text-decoration: none;
}

.blog .post-left .post-comments-link {
    margin-left: 24px;
}

@media (min-width: 767px) {
    .blog .post-left .post-comments-link {
        margin-left: 0;
    }
}

@media (min-width: 767px) {
    .blog .post-left .post-comments-link .count {
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        width: 40px;
        height: 42px;
        margin: 0 auto;
        display: inline-block;
        padding: 0;
    }
}

.blog .post-left .post-comments-link .count {
    position: relative;
    padding-right: 12px;
}

    .blog .post-left .post-comments-link .count i {
        font-size: 28px;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
        margin-top: -8px;
        margin-left: -10px;
    }

@media (min-width: 767px) {
    .blog .entry-image {
        max-width: 150px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 1023px) {
    .blog .entry-image {
        max-width: none;
    }
}

.blog img.alignright, .blog .wp-caption.alignright {
    margin: 0 0 24px 24px;
}

img.rounded, .rounded {
    border-radius: 3px;
}

.alignright {
    float: right;
}

.blog .entry-content p:last-child {
    margin: 0;
}

@media (min-width: 767px) {
    .blog .entry-content .sharing {
        display: inline-block;
        float: right;
    }
}

@media (min-width: 767px) {
    .blog .sharing {
        margin-top: 8px;
    }
}

.blog .sharing {
    display: block;
    padding: 10px 0;
    margin-top: 16px;
    overflow: hidden;
}

.blog .entry-content {
    overflow: hidden;
}

@media (min-width: 1023px) {
    .blog .entry.has-post-thumbnail {
        padding-right: 324px;
    }
}

@media (min-width: 767px) {
    .blog .entry.post {
        padding-left: 150px;
        position: relative;
        min-height: 250px;
    }
}

.blog .entry {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (min-width: 767px) {
    .blog .entry {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 767px) {
    .blog .entry.has-post-thumbnail {
        padding-right: 170px;
    }
}

@media only screen and (min-width: 1023px) {
    .blog .entry.has-post-thumbnail {
        padding-right: 244px;
    }
}

@media only screen and (max-width: 560px) {
    .blog .entry-image {
        max-width: 100%;
        width: 100%;
        margin: 0 0 24px;
    }
}

@media (min-width: 1023px) {
    .entry-image {
        max-width: none;
    }
}

@media (min-width: 767px) {
    .blog .post-left .post-comments-link .count i {
        font-size: 40px;
        line-height: 54px;
        margin: -8px 0;
    }
}

@media only screen and (min-width: 767px) {

    .entry-meta {
        font-size: 14px;
    }
}


.sharing .label {
    color: #989796;
}

.entry:last-child {
    margin-bottom: 0;
}

.social-icon {
    padding-left: 0;
    margin: 0;
    list-style: none;
    padding: 10px 0;
}

.header-social .social-icon {
    padding: 0;
}

.social-icon li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.social-icon a {
    display: inline-block;
    text-decoration: none;
    color: #909090;
}

    .social-icon a:hover,
    .social-icon a:focus,
    .social-icon a:active {
        color: rgb(235, 34, 39);
    }

@media (max-width:767px) {
    .more-and-sharing.pull-left,
    .social-icon.pull-right {
        float: none !important;
    }
}

.pull-right {
    float: right !important;
}
/*
Forum
================================== */

.forum-post {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.forum-answers-link .count, .forum-views-link .count {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    width: 40px;
    height: 42px;
    margin: 0 auto;
    display: block;
    padding: 0;
}

.forum-answers-link, .forum-views-link {
    display: block;
    line-height: 15px;
    text-align: center;
}

/*
Comments
================================== */

/* Media */
.media, .media .media {
    margin-top: 40px;
}

    .media.small-comments, .media .media {
        margin-top: 0;
    }

.comment-slist {
}

h4.media-heading {
    color: #444;
    font-size: 17px;
    margin: 2px 0 6px;
}

.media.small-comments h4.media-heading {
    font-size: 12px;
    margin: 2px 0 6px;
}

.media.small-comments .see-more {
    display: inline-block;
}

.media.small-comments .media-heading .reply,
.media.small-comments .media-heading .type,
.media.small-comments .media-heading > .user {
    font-size: 12px;
}

.media.small-comments p {
    font-size: 12px;
    line-height: 1.6;
    color: #3b3b3b;
}

.media-heading .date {
    /*margin-left:20px;*/
    font-size: 12px;
}

.media-heading .reply,
.media-heading .type {
    margin-left: 20px;
    font-size: 13px;
}

    .media-heading .reply a:hover {
        text-decoration: none;
        color: #453951;
    }

.media .media-object {
    width: 90px;
    height: 90px;
    border-radius: 3px;
    margin-top: 5px;
}

.media.small-comments .media-object {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    margin-top: 5px;
}

.media-heading > .user {
    font-size: 15px;
    color: #3b3b3b;
}

    .media-heading > .user:hover, .media-heading > .user:focus, .media-heading > .user:active {
        color: rgb(235, 34, 39);
    }

.media > .pull-left {
    margin-right: 15px;
}

.media.small-comments > .pull-left {
    margin-right: 0;
}

@media (max-width:767px) {
    #blog-posts .media, #blog-posts .media-body {
        overflow: visible !important;
    }

    .media > .pull-left {
        display: none;
    }

    .media.small-comments > .pull-left {
        display: block;
    }

    .media-heading > .user {
        display: block;
    }

    .media-heading .date {
        margin-left: 0;
    }
}

/*
Map Popover
================================== */

.map-popover {
    position: relative;
    display: block;
    max-width: 350px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

    .map-popover > .btn-arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        content: "";
        border-width: 10px;
        margin-left: -10px;
        border-top-color: rgb(235,34,39);
        border-bottom-width: 0;
        bottom: -10px;
        left: 50%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.btn-arrow:hover:after {
    border-top-color: #eb5858;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
    position: relative;
}

.map-popover-content {
    padding: 9px 14px;
}

.map-popover .table {
    margin-bottom: 0;
}

.popover {
    z-index: 998 !important;
}

/*
Upcoming Events
================================== */
.event-content ul {
    list-style: outside none none;
    margin: 0 0 15px;
    padding: 0;
    border-bottom: solid 1px #ece6e7;
}

.event-content-scroll ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.cleared {
    clear: both;
}

.event-content-scroll, .member-content-scroll {
    overflow: scroll;
    height: 480px;
    overflow-x: hidden;
    background: #ffffff;
}

    .event-content-scroll p, .map-popover p {
        margin-bottom: 5px;
    }

.event-item-inner {
    padding: 13px 0;
    line-height: 24px;
}

.latest-event-item {
    border-top: 1px solid #ece6e7;
    padding: 8px 30px 0;
}

    .latest-event-item:nth-child(even) {
        background-color: #f9f9f9;
    }

    .latest-event-item:nth-child(odd) {
        /*background-color: #fff;*/
    }

.event-date-wrap {
    float: left;
}

.event-end .event-border {
    width: 10px;
    height: 87px;
    position: absolute;
    top: -49px;
    left: -10px;
    background: transparent;
    border-left: solid 1px #222;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
}

.event-date {
    background: rgb(235, 34, 39);
    color: #fff;
    margin-top: 6px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 53px;
    position: relative;
}

.event-month {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    line-height: 2;
    padding: 9px 0 1px;
}

.event-day {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 0 15px;
}

.event-info {
    margin-left: 80px;
}

.event-minimal .event-info {
    margin-left: 0 !important;
}

.event-content .table {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

    .event-info .package-content, .event-content .table th, .event-content .table td {
        padding: 15px 0 !important;
    }

@media (min-width: 767px) {
    .event-info .package-content, .event-content .table th, .event-content .table td {
        font-size: 22px;
    }

    h5.location {
        font-size: 22px;
    }

    [class*="col-"] .event-content .table th, [class*="col-"] .event-content .table td, .flex-item .event-content .table th, .flex-item .event-content .table td {
        font-size: 15px;
    }

    [class*="col-"] h5.location {
        font-size: 15px;
    }

    .event-content-scroll h5.location {
        font-size: 15px;
    }
}

.event-content .table td:last-child {
    padding: 15px 0 15px 15px !important;
}

@media (max-width: 767px) {
    .latest-event-item {
        padding: 8px 15px 0;
    }
}

/*
Borders
================================== */

@media (min-width: 969px) {
    .border-rt {
        border-right: solid 1px #363636;
    }

    .border-lft {
        border-left: solid 1px #363636;
    }

    .border-tp {
        border-top: solid 1px #363636;
    }

    .border-btm {
        border-bottom: solid 1px #363636;
    }
}

/*
Client List
================================== */
.client-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.client-single {
    display: block;
    width: 100%;
    padding: 12px;
    border-top: solid 1px #eee;
    position: relative;
}

    .client-single .email {
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .client-single:last-child {
        border-bottom: solid 1px #eee;
    }

    .client-single:nth-child(even) {
        background-color: #f9f9f9;
    }

    .client-single:nth-child(odd) {
        background-color: #FFFFFF;
    }

    .client-single h3 {
        margin-top: 0;
        font-size: 14px;
    }

        .client-single h3 a {
            color: #191919;
        }

            .client-single h3 a:hover {
                color: rgb(235, 34, 39);
            }

.client-avi {
    float: left;
    width: 50px;
}

.client-loc {
    float: right;
    width: 40%;
}

.client-dt {
    margin: 0 0 0 12px;
    float: left;
    width: 45%;
}
.certImg {
    height: 25px;
    width: auto;
    padding-bottom: 2px;
}

.member-content-scroll .client-list {
    margin: 0;
}


.member-content-scroll .client-loc {
    float: none;
    width: auto;
    margin-left: 70px;
}

.member-content-scroll .client-dt {
    margin: 0 0 0 70px;
    float: none;
    width: auto;
}


@media (max-width:600px) {
    .client-loc {
        float: none;
        width: auto;
        margin-left: 70px;
    }

    .client-dt {
        margin: 0 0 0 70px;
        float: none;
        width: auto;
    }
}

/*
Seminar Dates
================================== */
.date-list {
    padding: 0;
    margin: 0;
}

    .date-list li {
        list-style: none;
        position: relative;
        border-bottom: 1px solid #ccc;
        min-height: 70px;
        margin-left: 0;
        padding: 15px 15px 15px 70px;
    }

        .date-list li:last-child {
            border-bottom: none;
        }

    .date-list time {
        display: inline-block;
        width: 60px;
        text-align: center;
        border: 1px solid #ccc;
        float: left;
        position: absolute;
        top: 4px;
        left: 0;
    }

        .date-list time .month {
            display: block;
            margin-left: -1px;
            margin-right: -1px;
            padding-left: 1px;
            padding-right: 1px;
            font-weight: 800;
            font-size: 12px;
            line-height: 30px;
            text-transform: uppercase;
            color: #fff;
            background-color: rgb(235, 34, 39);
        }

        .date-list time .date {
            display: block;
            margin-top: -1px;
            font-size: 16px;
            font-weight: 700;
            line-height: 30px;
            text-align: center;
            color: #605b5c;
        }

/*
Recent Articles
================================== */

#article-stream {
    margin-top: 0;
}

ul.item-list {
    border: 0;
}

ul.item-list {
    border-top: 1px solid #eaeaea;
    width: 100%;
    list-style: none;
    clear: both;
    margin: 0;
    padding: 0;
}

.gp-inner-loop {
    float: left;
    width: 100%;
}

ul.item-list li {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

ul.item-list li {
    border-top-width: 0 !important;
    padding: 15px 0;
}

.article-list .article-avatar {
    float: left;
}

ul.item-list li img.avatar {
    margin-right: 15px;
}

ul.item-list li img.avatar {
    float: left;
    margin: 0 10px 0 0;
}

.avatar {
    border-radius: 3px;
}

ul.item-list li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    margin: 0;
    position: relative;
    list-style: none;
}

ul.article-list li {
    overflow: hidden;
    padding: 15px 0;
    list-style: none;
}

.article-list .article-content .article-header {
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}

.article-list .article-content {
    margin-left: 110px;
}


/*
Member Activity
================================== */
#activity-stream {
    margin: 0 0 15px;
}

ul.item-list {
    border: 0;
}

ul.item-list {
    border-top: 1px solid #eaeaea;
    width: 100%;
    list-style: none;
    clear: both;
    margin: 0 0 15px;
    padding: 0;
}

.gp-inner-loop {
    float: left;
    width: 100%;
}

ul.item-list li {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

ul.item-list li {
    border-top-width: 0 !important;
    padding: 15px 0;
}

.activity-list .activity-avatar {
    float: left;
}

ul.item-list li img.avatar {
    margin-right: 15px;
}

ul.item-list li img.avatar, .activity-comments img.avatar {
    float: left;
    margin: 0 10px 0 0;
}

.avatar {
    border-radius: 3px;
}

ul.item-list li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    margin: 0;
    position: relative;
    list-style: none;
}

ul.activity-list li {
    overflow: hidden;
    padding: 15px 0 0;
    list-style: none;
}

.activity-list .activity-content .activity-header {
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}

.activity-list .activity-content {
    margin-left: 80px;
}
/*
Star Rating
================================== */
.rating {
    border: none;
    float: left;
    line-height: 0.4;
}

    .rating label {
        margin-bottom: 0;
    }

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 0 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }

    /***** CSS Magic to Highlight Stars on Hover *****/

    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: rgb(235, 34, 39);
    }
        /* hover previous stars in list */

        .rating > input:checked + label:hover, /* hover current star when changing rating */
        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label {
            color: #e44b4b;
        }

/*
Member Activity Comments
================================== */

.inline-reply-box {
    background-color: #eee;
    padding: 15px;
    position: relative;
}

    .inline-reply-box > .avatar {
        max-height: 35px;
        width: auto;
        display: block;
    }

.reply-box {
    margin-left: 45px;
}

    .reply-box textarea {
        width: 100%;
        padding: 10px;
        vertical-align: top;
        border: solid 1px rgb(235, 34, 39);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        resize: none; /* remove this if you want the user to be able to resize it in modern browsers */
        font-size: 16px;
    }

textarea:focus {
    outline-style: none;
    outline-width: 2px;
}

.activity-meta {
    margin-bottom: 10px;
}

.profile-action {
    display: inline-block;
    margin: 0 15px 0 0
}

    .profile-action .btn-link,
    .profile-action a {
        color: #cdcdcd;
    }

        .profile-action .btn-link:hover,
        .profile-action a:hover {
            color: #5c5c5c;
        }

.profile-actionCount {
    padding: 0 3px;
    font-family: "Montserrat", sans-serif;
}

.comment-toggle {
    display: none;
}

/*
Breadcrumbs
================================== */
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }

/*
Grid List
================================== */
.singleList {
    width: 100%;
}

/*
Pagination
================================== */
.pagination {
   /* margin: 20px 0 0;*/
}

.jumbotron .pagination {
    margin: 0;
}

.pagination {
    display: inline-flex;
    padding-left: 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            text-decoration: none;
            border: 1px solid #ddd;
            font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 15px;
            line-height: 20px;
            margin-right: 6px;
            padding: 5px 12px;
            color: #888;
            background-color: transparent;
            border-radius: 0 !important;
            margin-bottom: 7px;
            margin-top: 7px;
        }


        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.k-pager-wrap {
    background-color: #fff !important;
}


/*.k-pager-wrap ul, .k-pager-wrap {.k-pager-wrap
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}*/
.map-overlay .k-pager-wrap {
    border: none !important;
    margin: 0 !important;
    padding: 0 30px !important;
}

/*
Plan Section
================================== */
.plan {
    position: relative;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 30px 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #FFFFFF;
    margin: 15px 0;
    color: #5c5c5c;
}

@media (max-width:991px) {
    .plan {
        margin-bottom: 30px;
    }
}

.plan:hover {
    border: 1px solid #dadada;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 6px 12px rgba(0,0,0,.015);
}

    .plan:hover .plan-title {
        color: rgb(235, 34, 39);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.plan-featured-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent rgb(235, 34, 39) transparent transparent;
}

.plan-featured {
    position: absolute;
    top: 4px;
    right: 6px;
    color: #fff;
    font-size: 15px;
}

.plan-price {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: rgb(235, 34, 39);
    margin-bottom: 20px;
    white-space: nowrap;
}

.product-price {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 35px;
    color: #5c5c5c;
    margin-bottom: 20px;
    white-space: nowrap;
}

.plan-curency {
    vertical-align: super;
    font-size: 25px;
}

.product-curency {
    vertical-align: super;
    font-size: 25px;
}

.plan-period {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #808080;
}

.product-period {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #808080;
}

.plan-title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 14px;
}

.plan-features {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 27px;
}

.clearfix.planf-height {
    max-height: 331px;
    overflow: hidden;
    position: relative;
}

.clearfix.planf-heightaut {
    height: auto;
    overflow: auto;
}

.plan-features > li {
    padding: 15px;
    font-size: 15px;
}

.plan-feature-off {
    text-decoration: line-through;
    color: #adadad;
}

/* Plans 2 */
.plans-2 .plan {
    border: none;
    color: #d0d0d0;
    background-color: rgb(41,41,41);
}

.plans-2 .plan-title,
.plans-2 .plan-period {
    color: #d0d0d0;
}

.plans-2 .plan-feature-off {
    color: #8a8a8a;
}
/* Plans 3 */
.plans-3 .plan {
    padding: 0 0 20px;
    border: none;
    border-radius: 0;
}

.plans-3 .plan-header {
    background-color: #3d3d3d;
    padding: 25px 20px 25px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.plans-3 .plan-title,
.plans-3 .plan-period {
    color: #d0d0d0;
}

/*
Instructor
================================== */
.instr-container {
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    padding: 15px;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}

.instr-wrap .col-md-4:nth-child(3n+1) {
    clear: left;
}

/*
Progress Bars
================================== */
.progress {
    border-radius: 12px;
    box-shadow: none;
    height: 24px;
    margin-bottom: 15px;
    background-color: #e2e2e2;
}

.progress-bar {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    border-radius: 12px;
}

.progress-bar-blue {
    background: #3766c7;
}

.progress-bar-red {
    background: #EB221D;
}

.progress-bar-yellow {
    background: #D3AA2E;
}

.progress-bar-green {
    background: #5DB65B;
}

.progress .progress-bar {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

/*
Footer
================================== */

.footer-section {
    border-bottom: 1px solid #0f0f0f;
    background: #222222;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
}

.pad-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.pad-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.pad-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pad-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pad-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.pad-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pad-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pad-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padtop-50 {
    padding-top: 50px !important;
}

.padtop-40 {
    padding-top: 40px !important;
}

.padtop-30 {
    padding-top: 30px !important;
}

.padtop-20 {
    padding-top: 20px !important;
}

.padtop-10 {
    padding-top: 10px !important;
}

.padbot-50 {
    padding-bottom: 50px !important;
}

.padbot-40 {
    padding-bottom: 40px !important;
}

.padbot-30 {
    padding-bottom: 30px !important;
}

.padbot-20 {
    padding-bottom: 20px !important;
}

.padbot-10 {
    padding-bottom: 10px !important;
}

.padleft-10 {
    padding-left: 10px !important;
}

.marginbot-15 {
    margin-bottom: 15px !important;
}

.marginbot-25 {
    margin-bottom: 25px !important;
}

.marginbot-30 {
    margin-bottom: 30px !important;
}

.marginbot-35 {
    margin-bottom: 35px !important;
}

.margintop-15 {
    margin-top: 15px !important;
}

.margintop-25 {
    margin-top: 25px !important;
}

.margintop-30 {
    margin-top: 30px !important;
}

.margintop-35 {
    margin-top: 35px !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000 !important;
}

.text-red {
    color: rgb(235,34,39) !important;
}

.text-green {
    color: #5db65b !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.copyright {
    border-top: 1px solid #363636;
    font-size: 12px;
    padding: 20px 0;
    background: #1d1d1d;
    color: #7f7f7f;
}

    .copyright small {
        font-size: 12px;
        line-height: 40px;
    }

    .copyright .menu {
        margin: 0;
        padding: 0;
    }

.foot-menu {
    margin: 5px 0;
    padding: 0;
    float: right;
}

    .foot-menu li {
        list-style: none;
        float: left;
        padding: 5px 8px;
        text-transform: capitalize;
        font-weight: 500;
    }

        .foot-menu li a {
            color: #959595;
        }

        .foot-menu li.active a {
            color: #fff;
        }

.footer-section a {
    color: #aaaaaa;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .footer-section a:hover,
    .header-mid-area .navbar a:hover {
        color: #fff;
    }

.footer-social a:hover i.fa,
.header-social a:hover i.fa {
    background: rgb(235,34,39);
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#instagram {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*-- Masonry --*/

.masonry {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
}

    .masonry .brick {
        margin-bottom: 0;
    }

        .masonry .brick img {
            -moz-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .masonry.gutterless {
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

        .masonry.gutterless .brick {
            margin-bottom: 0;
        }

.masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

@media (max-width: 1200px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/*-- Masonry end --*/

.ft-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .ft-title:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #363636;
        display: block;
    }

    .ft-title span:after {
        content: '';
        height: 3px;
        width: 30%;
        background: #434343;
        margin: 20px 0 -2px 0;
        display: block;
        position: relative;
        z-index: 1;
    }

.footer-section ul {
    margin: 0;
    padding: 0;
}

    .footer-section ul li {
        margin: 0;
        padding: 5px 0;
        list-style: none;
        line-height: 24px;
    }

        .footer-section ul li i {
            margin-right: 5px;
        }

.footer-widget-1 {
}

.footer-widget-2 {
    padding: 20px 10px 0;
}

.footer-social,
.header-social {
    margin-top: 20px;
}

    .header-social a i.fa {
        color: #aaaaaa;
    }


    .footer-social ul li,
    .header-social ul li {
        margin: 0 2px;
        padding: 0;
        display: inline-block;
        text-align: -webkit-match-parent;
    }

    .footer-social .social-icon i.fa,
    .header-social .social-icon i.fa,
    .footer-social .modal-button-icon i.fa,
    .header-social .modal-button-icon i.fa {
        width: 32px;
        height: 32px;
    }

        .footer-social .social-icon i.fa::before,
        .header-social .social-icon i.fa::before {
            font-size: 14px;
            line-height: 24px;
        }

    .footer-social .social-icon i.fa,
    .header-social .social-icon i.fa {
        background: #2e2e2e;
        color: ##fff;
        display: inline-block;
        cursor: pointer;
        margin: 0;
        padding: 4px 0;
        text-align: center;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 50%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: translateZ(0);
    }

.tweet-icon {
    float: left;
    width: 30px;
}

.tweet-date {
    font-size: 11px;
    color: rgb(235,34,39);
}

.tweet {
    font-size: 13px;
}

.tweet-content {
    margin-left: 30px;
}

.footer-gallery {
    margin-top: 10px;
}

    .footer-gallery a img {
        width: 61px;
        height: 61px;
        margin: 0 1px 4px 0;
    }

@media (max-width:768px) {
    .foot-menu {
        float: none;
    }
}

/*Nested list ================================== */
.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

    .list-group.list-group-root .list-group {
        margin-bottom: 0;
    }

    .list-group.list-group-root .list-group-item {
        border-radius: 0;
        border-width: 1px 0 0 0;
    }

    .list-group.list-group-root > .list-group-item:first-child {
        border-top-width: 0;
    }

    .list-group.list-group-root > .list-group > .list-group-item {
        padding-left: 30px;
    }

    .list-group.list-group-root > .list-group > .list-group > .list-group-item {
        padding-left: 45px;
    }

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/Content/Images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/Content/fonts/slick.eot');
    src: url('/Content/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/slick.woff') format('woff'), url('/Content/fonts/slick.ttf') format('truetype'), url('/Content/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 40%;

    display: block;
    padding: 15px;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: rgba(0, 0, 0, .9);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .slick-prev::before {
    content: "\f053";
}

body .slick-next::before {
    content: "\f054";
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.vid-carousel .slick-dots
{
    position: absolute;
    bottom: -55px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.vid-carousel .slick-dots li button:before
{
    opacity: .50;
    color: #fff;
}

.vid-carousel .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #fff;
}

/* Exercise Review */

@media (min-width: 768px) {
    .row.exercise-review {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

.exercise-carousel .slick-dots {
    bottom: -40px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    outline: none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:4px;border:1px solid #ccc;position:relative;text-align:left;overflow:hidden;line-height:8px;z-index:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:4px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block!important;height:100%;padding:6px 12px;font-size:14px;line-height:20px}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{color:#fff;background:#337ab7}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info{color:#fff;background:#5bc0de}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success{color:#fff;background:#5cb85c}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger{color:#fff;background:#d9534f}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default{color:#000;background:#eee}.bootstrap-switch .bootstrap-switch-label{text-align:center;margin-top:-1px;margin-bottom:-1px;z-index:100;color:#333;background:#fff}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type=radio],.bootstrap-switch input[type=checkbox]{position:absolute!important;top:0;left:0;margin:0;z-index:-1;opacity:0;filter:alpha(opacity=0)}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.3333333}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-indeterminate,.bootstrap-switch.bootstrap-switch-readonly{cursor:default!important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label{opacity:.5;filter:alpha(opacity=50);cursor:default!important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{-webkit-transition:margin-left .5s;-o-transition:margin-left .5s;transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-radius:0 3px 3px 0}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-radius:3px 0 0 3px}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}
/*!
 * SlickNav Responsive Mobile Menu v1.0.5.5
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
.slicknav_nav li a {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 24px;
  font-weight: 700;
}
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #ccc;
      color: #222; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

#coursemenu-slick {
   display:none;
 }
.k-widget {
    border: none;
}

.k-icon {
    background-image: none;
}

.k-pager-wrap {
    padding-left: 20px;
}

.small {
    line-height: 1rem;
}

.accordion-body {
    margin-bottom: 30px;
    background-color: #d3d3d324;
    padding: 20px;
}
.accordion .card {
    margin-bottom:0;
}
@media (max-width: 992px) {
    .k-pager-wrap {
        padding-left: 0;
        margin: 0 auto;
    }

    .pagination > li > a,
    .pagination > li > span {
        border: none;
        font-size: 14px;
        line-height: 20px;
        margin-right: 2px;
    }
}

.form-control.small {
    max-width: 220px;
    margin-right: 20px;
}

#applied-filters.any {
    margin: 0;
    position: relative;
    background-color: #f9f9f9;
    padding: 5px;
}

ul#applied-filters li {
    list-style-type: none;
    display: inline-block;
    display: inline-block;
    margin: 5px 5px 5px 0;
}

    ul#applied-filters li a::after {
        content: "X";
        padding-left: 5px;
        font-size: 13px;
    }

#mapalert {
    margin: 0 6px;
    padding: 15px;
    background: #d9edf7;
    border-left: 4px solid rgba(0,0,0,0.2);
    font-size: 16px;
    color: #31708f;
}

.map-content {
    /*height: 560px;*/
}

#map {
    height: 560px;
    width: 100%;
    position: absolute;
}

.event-list {
    position: relative;
    z-index: 1;
    top: -560px;
}

.k-dropdown-wrap {
    width: 100% !important;
    height: 42px !important;
    padding: 6px 15px !important;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    color: #8c8c8c !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 0;
}


@media (min-width: 769px) {

    .map-overlay {
        position: relative;
        float: right;
        width: 360px;
        margin-right: 20px;
        z-index: 1;
        top: 20px;
    }
}



@media (max-width: 768px) {
    .map-overlay {
        display: none;
    }
}

.comment-toggle {
    display: none;
}
/*
.k-pager-wrap {
    clear: both;
}*/

#listView {
    border: none;
}

#listView_pager, #eventListView_pager {
    display: inline-flex;
}

.event-content .pagination {
    border-bottom: none;
}

.k-listview-content {
    overflow: visible !important;
}

.k-listview-item {
    padding: 5px !important;
}

.panel-loading {
    background: #fff url('../Images/ajax-loader.gif') center center no-repeat;
}

.link-photo {
    margin-right: 10px;
}

.header-top-area {
    /*height: 41.6px;*/
}

.popover {
    z-index: 998;
}

#ooyalaplayer > div {
    z-index: 998 !important;
}

.s-table {
    display: table;
}

.s-tr {
    display: table-row;
}

.s-td {
    display: table-cell;
}

ul.cards, .card {
    list-style-type: none;
}

.card {
    margin-bottom: 10px;
}


.soldoutlegend, .attended {
    font-size: .8em;
    text-transform: uppercase;
    margin-left: 10px;
    padding-bottom: 20px;
}

.cancellationPolicyContainer {
    /*-webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(255, 255, 255, 0.298039) 0px 1px 1px 0px inset, rgba(0, 0, 0, 0.298039) 0px 1px 3px 0px;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-shadow: rgba(255, 255, 255, 0.298039) 0px 1px 1px 0px inset, rgba(0, 0, 0, 0.298039) 0px 1px 3px 0px;*/
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    width: 100%;
    /*font-size: .8em;
    line-height: 1em;*/
}

    .cancellationPolicyContainer td:first-child {
        padding-bottom: 10px;
        vertical-align: top;
    }

.validation-summary-errors {
    font-size: 1.2em;
    color: red;
}

    .validation-summary-errors ul {
        list-style-type: none;
    }

.accstatus_active {
    float: left;
    width: 50px;
    height: 50px;
    background: url(/content/images/pro/acct_active_sprite.png) no-repeat 0 0;
}

.accstatus_inactive {
    float: left;
    width: 50px;
    height: 50px;
    background: url(/content/images/pro/acct_inactive_sprite.png) no-repeat 0 0;
}


.tab-button {
    padding: 10px 13px !important;
}

div.gsc-control-cse {
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
}


.client-screen {
    padding-left: 20px;
    padding-right: 20px;
}

.cont {
    position: relative;
    overflow: auto;
    border: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 8px;
}

    .cont .header {
        overflow: auto;
        background-color: #000;
        margin-bottom: 0px;
    }

        .cont .header .menu {
            list-style: none;
            float: right;
        }

            .cont .header .menu li {
                float: left;
                list-style: none;
                padding-left: 8px;
                padding-right: 8px;
                margin-left: 10px;
            }

        .cont .header h4 {
            color: #fff;
            float: left;
        }

    .cont .bdy {
        padding-left: 10px;
    }


.ui-dialog {
    z-index: 1001 !important;
}

#instafeed {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

    #instafeed a {
        display: flex;
        align-items: center;
        position: relative;
        width: 50%;
        background: white;
    }

@media only screen and (min-width: 580px) {
    #instafeed a {
        width: 25%;
    }
}

#instafeed a img {
    display: block;
    width: 100%;
}

.tempplayer {
    visibility: hidden;
}

.profile-section-item {
}

.profile-section-bullet-item {
}

.warning {
    font-size: 1.2em;
    color: red;
}

.warning-sm {
    font-size: 1.1em;
    color: red;
}

.help-center-div {
    padding-top: 3px;
}

.help-center {
    text-transform: uppercase;
    color: #999 !important;
    font-weight: 700;
}

.btn-black {
    background-color: #000;
    color: white;
    border: 1px solid #000;
}

.btn-black:hover {
    background-color: #333;
    border-color: #333;
    color:white;
}


/*#252525*/

.lang-select li {
    float: left;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .lity.lity-opened {
        opacity: 1;
    }

    .lity.lity-closed {
        opacity: 0;
    }

    .lity * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

    .lity-wrap:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .lity-close::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .lity-close:hover,
    .lity-close:focus,
    .lity-close:active,
    .lity-close:visited {
        text-decoration: none;
        text-align: center;
        padding: 0;
        color: #fff;
        font-style: normal;
        font-size: 35px;
        font-family: Arial, Baskerville, monospace;
        line-height: 35px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        border: 0;
        background: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .lity-close:active {
        top: 1px;
    }
/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

    .lity-iframe-container iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

.lity-hide {
    display: none;
}

