/* Minification failed. Returning unminified contents.
(13511,1): run-time error CSS1019: Unexpected token, found '@import'
(13511,9): run-time error CSS1019: Unexpected token, found 'url(//fonts.googleapis.com/css?family=Cabin+Condensed:400,500,600,700)'
(13693,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13693,37): run-time error CSS1035: Expected colon, found '{'
(13694,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(13694,34): run-time error CSS1035: Expected colon, found '{'
(13695,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(13695,33): run-time error CSS1035: Expected colon, found '{'
(13696,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13696,29): run-time error CSS1035: Expected colon, found '{'
(13731,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13731,37): run-time error CSS1035: Expected colon, found '{'
(13732,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(13732,34): run-time error CSS1035: Expected colon, found '{'
(13733,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(13733,33): run-time error CSS1035: Expected colon, found '{'
(13734,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13734,29): run-time error CSS1035: Expected colon, found '{'
(13769,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13769,37): run-time error CSS1035: Expected colon, found '{'
(13770,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(13770,34): run-time error CSS1035: Expected colon, found '{'
(13771,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(13771,33): run-time error CSS1035: Expected colon, found '{'
(13772,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13772,29): run-time error CSS1035: Expected colon, found '{'
 */
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'cabin condensed',sans-serif;
}

body, p {
    line-height: 22px;
}

.comments-wr .comment:after, .pricing-plans:before, .pricing-table:before, .wp-block.testimonial .testimonial-author:after, .wp-block:after, .wp-section:after {
    clear: both;
}

.btn, .noUi-target, .noUi-target *, .video-js {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn, .cuselText label, .tabs li a, .tagcloud a {
    white-space: nowrap;
}

@media screen and (min-width:320px) {
    .footer-icons {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:480px) {
    .footer-icons {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:650px) {
    .footer-icons {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:980px) {
    .footer-icons {
        width: 450px;
        float: right;
    }
}

body {
    font-size: 16px !important;
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    transition: left .3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 9px;
}

    .noUi-horizontal .noUi-handle {
        width: 20px;
        height: 20px;
        left: -17px;
        top: -6px;
    }

    .noUi-horizontal.noUi-extended {
        padding: 0 15px;
    }

        .noUi-horizontal.noUi-extended .noUi-origin {
            right: -15px;
        }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }

    .noUi-vertical.noUi-extended {
        padding: 15px 0;
    }

        .noUi-vertical.noUi-extended .noUi-origin {
            bottom: -15px;
        }

.noUi-background {
    border: 0;
    background: #209ad6;
}

.noUi-connect {
    background: #209ad6;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.post-item.style1 .post-meta-bot .like-button .button i, a:hover {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    border: 0;
}

    .noUi-target.noUi-connect {
        box-shadow: none;
    }

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border-radius: 3px;
    background: #00abc4;
    cursor: default;
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: 0 0;
    left: 14px;
    top: 6px;
}

.relative, body {
    position: relative;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    overflow-x: hidden;
    font-weight: 300;
    background-color: #fff;
    color: #616161;
}

::-moz-selection {
   /* background: #209ad6;*/
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #209ad6;
    color: #fff;
    text-shadow: none;
}

div, input, input[type=submit]:focus, textarea {
    outline: 0;
}

button, input, select, textarea {
    vertical-align: top;
    margin: 0;
}

.list-group-item {
    background: 0 0;
}

.body-bg-1 {
    background: #f1f1f1;
}

.body-bg-2 {
    background: url(../images/patterns/binding-dark.png);
}

.body-bg-3 {
    background: url(../images/patterns/squairy-light.png);
}

.body-bg-4 {
    background: url(../images/patterns/dark-dotted.png);
}

.body-bg-5 {
    background: url(../images/patterns/skulls.png);
}

.body-bg-6 {
    background: url(../images/backgrounds/full-bg-10.jpg) no-repeat fixed;
}

.body-bg-7 {
    background: url(../images/backgrounds/full-bg-3.jpg) no-repeat fixed;
}

iframe {
    border: 0;
    margin-top: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: .7em;
    text-transform: capitalize;
}

h1 {
    font-size: 29px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

small {
    font-size: 85%;
}

p {
    margin-bottom: 10px;
}

a {
    color: #333;
    cursor: pointer;
}

    a:hover {
        color: #209ad6;
        text-decoration: none;
        transition: .35s;
    }

hr {
    margin: 15px 0;
    border-color: #e0eded;
}

    hr.delimiter {
        background-image: -webkit-linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
        background-image: linear-gradient(to right,transparent,rgba(0,0,0,.2),transparent);
        border: 0;
        height: 1px;
        margin: 22px 0;
    }

    hr.hr-sm {
        margin: 5px 0;
    }

label {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
}

.heading {
    margin: 0 0 6px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}

.heading-xs {
    font-size: 14px;
}

.heading-sm {
    font-size: 16px;
}

.heading-md {
    font-size: 18px;
}

.heading-lg {
    font-size: 22px;
}

.font-normal {
    font-size: 13px;
}

.font-xs {
    font-size: 11px;
}

.font-sm {
    font-size: 12px;
}

.font-md {
    font-size: 16px;
}

.font-xl {
    font-size: 100px;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
    color: #333 !important;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #fff !important;
}

.light-gray h1, .light-gray h2, .light-gray h3, .light-gray h4, .light-gray h5, .light-gray h6 {
    color: #000;
}

.base h1, .base h3, .base h4, .base h5, .base h6, .base > h2 {
    color: #fff;
}

.base-alt h1, .base-alt h2, .base-alt h3, .base-alt h4, .base-alt h5, .base-alt h6 {
    color: #fff !important;
}

.c-base {
    color: #209AD6;
}

.c-alt {
    color: #209ad6;
}

.c-light {
    color: #ecf0f1;
}

.c-dark {
    color: #131313;
}

.c-white {
    color: #fff !important;
}

.c-gray {
    color: #333 !important;
}

.c-black {
    color: #000 !important;
}

.c-red {
    color: red;
}

.light, .light a, .light i {
    color: #333;
}

.light {
    background: #ecf0f1;
}

.light-gray {
    background: #fcfcfc;
    color: #000;
}

    .light-gray a, .light-gray > i {
        color: #000;
    }

.dark, .dark a, .dark i {
    color: #fff;
}

.dark {
    background: #131313;
}

.white {
    background: #fff;
    color: #333 !important;
}

    .white a, .white i {
        color: #333;
    }

.base a, .base i, .base-alt, .base-alt a, .base-alt i, .black, .blue, .green, .orange, .orange a, .orange i, .purple, .red, .red a, .red i, .yellow {
    color: #fff;
}

.base {
    background: #209AD6;
}

.base-alt {
    background: #209ad6;
}

.alpha {
    background: rgba(255,255,255,.5);
}

.red {
    background: #e91b23;
}

.yellow {
    background: #ffd800;
}

    .yellow a, .yellow i {
        color: #fff;
    }

.orange {
    background: #ff8a3c;
}

.green {
    background: #2ecc71;
}

.blue {
    background: #2980b9;
}

.purple {
    background: #8e44ad;
}

.black {
    background: #000;
}

.gray {
    background: #ecf0f1;
    color: #eee;
}

.dark-cyan {
    background: #42bdc2;
    color: #fff;
}

.forest-green {
    background: #7fc242;
    color: #fff;
}

.bg-header {
    background: #fff;
}

.bg-white {
    background: #fff !important;
}

.bg-base {
    background: #209AD6;
    color: #fff;
}

.bg-base-alt {
    background: #209ad6;
    color: #616161;
}

.bg-white {
    color: #666;
}

.bg-white-alt {
    background: #ecf0f1;
    color: #666;
}

.bg-dark {
    background: #131313;
    color: #209AD6;
}

.bg-dark-alt {
    background: #1a4d68;
    color: #209AD6;
}

.bg-gray-alt {
    background: #dee0e1;
    color: #eee;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-border {
    border: 0 !important;
}

.no-radius {
    border-radius: 0 !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-50 {
    padding: 50px 0 !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
}

.ba {
    border: 1px solid #e0eded;
}

.bt {
    border-top: 1px solid #e0eded;
}

.br {
    border-right: 1px solid #e0eded;
}

.bb {
    border-bottom: 1px solid #e0eded;
}

.bl {
    border-left: 1px solid #e0eded;
}

.rounded {
    border-radius: 3px;
}

.rounded-xs {
    border-radius: 1px;
}

.rounded-sm {
    border-radius: 2px;
}

.rounded-md {
    border-radius: 5px;
}

.rounded-lg {
    border-radius: 8px;
}

.text-caps, .text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-normal {
    text-transform: none !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.italic {
    font-style: italic !important;
}

.strong {
    font-weight: 500 !important;
}

.strong-400 {
    font-weight: 400 !important;
}

.strong-500 {
    font-weight: 500 !important;
}

.strong-600 {
    font-weight: 600 !important;
}

.strong-700 {
    font-weight: 700 !important;
}

.title-lg, .title-md, .title-sm, .title-xs {
    color: #333;
    font-weight: 500;
}

.title {
    margin: 0 0 8px;
    padding: 0;
    color: #333;
}

.title-xs {
    font-size: 11px;
}

.title-sm {
    font-size: 12px;
}

.title-md {
    font-size: 16px;
}

.title-lg {
    font-size: 20px;
}

.bg-banner-1, .bg-banner-2 {
    padding: 54px 0 !important;
    color: #fff;
}

.full-size-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-banner-1 {
    background: url(../images/prv/banner-img-4.jpg) no-repeat fixed !important;
}

.bg-banner-2 {
    background: url(../images/prv/banner-img-1.jpg) no-repeat fixed !important;
}

.prlx-bg {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

.video-wrapper {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

    .video-wrapper video {
        width: 100% !important;
        position: relative !important;
    }

.mask, header .navbar-fixed .navbar {
    width: 100%;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 497px;
    opacity: .6;
}

    .mask.mask-1 {
        background: url(../images/patterns/smile1.png);
    }

    .mask.mask-2 {
        background: url(../images/patterns/dark-exa.png);
        opacity: .4;
    }

.img-thumbnail {
    border-radius: 0;
}

.inset-shadow-1 {
    -webkit-box-shadow: inset 0 10px 8px -10px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 10px 8px -10px rgba(0,0,0,.3);
    box-shadow: inset 0 10px 10px -8px rgba(0,0,0,.1);
}

.inset-shadow-2 {
    -webkit-box-shadow: inset 0 0 50px 0 #232228;
    -moz-box-shadow: inset 0 0 50px 0 #232228;
    box-shadow: inset 0 0 50px 0 #232228;
}

.inset-shadow-3 {
    -webkit-box-shadow: inset 33px 0 42px -40px rgba(0,0,0,.56);
    -moz-box-shadow: inset 33px 0 42px -40px rgba(0,0,0,.56);
    box-shadow: inset 33px 0 42px -40px rgba(0,0,0,.56);
}

.inset-shadow-4 {
    -webkit-box-shadow: inset 0 0 50px 0 #232228;
    -moz-box-shadow: inset 0 0 50px 0 #232228;
    box-shadow: inset 0 0 50px 0 #232228;
}

.primary-letter {
    float: left;
    padding: 6px 0;
    font-size: 44px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 5px 0 0;
}

    .primary-letter.style-2, .primary-letter.style-3, .primary-letter.style-4 {
        padding: 12px;
        margin-top: 6px;
        text-align: center;
    }

    .primary-letter.style-3 {
        border-radius: 2px;
    }

    .primary-letter.style-4 {
        min-width: 54px;
        border-radius: 50%;
    }

header {
    padding: 0;
}

    header.header-cover {
        background-size: cover !important;
    }

    header .navbar-wp .navbar-brand {
        height: auto;
        padding: 0 15px;
        border: 1px solid transparent;
        border-radius: 3px;
    }

    header .top-navbar-header .navbar-brand {
        height: auto;
        padding: 20px 0;
    }

    header .navbar-wp.affix .navbar-brand {
        margin-top: 4px;
    }

        header .navbar-wp.affix .navbar-brand img {
            height: 46px;
        }

    header .navbar-default .navbar-brand.logo-img {
        height: 50px;
        padding: 0 20px;
    }

    header .navbar-fixed {
        width: 100%;
        left: 0;
    }

.header-alpha .navbar-wp .navbar-inner, .header-alpha .top-header {
    border-color: #eee !important;
}

.top-header {
    border-bottom: 1px solid #e0eded;
    background: #fff;
}

    .top-header .aux-text {
        padding: 10px 0;
        color: #999;
        font-size: 11px;
    }

    .top-header .top-header-menu {
        float: right;
    }

        .top-header .top-header-menu > ul.top-menu {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .top-header .top-header-menu > ul.top-menu > li {
                position: relative;
                float: left;
                display: inline-block;
                border-right: 1px solid #f2f2f2;
            }

                .top-header .top-header-menu > ul.top-menu > li:last-child {
                    border: 0;
                }

                .top-header .top-header-menu > ul.top-menu > li > a {
                    display: block;
                    padding: 10px 15px;
                    color: #333;
                    text-transform: uppercase;
                    font-size: 11px;
                    font-weight: 400;
                }

                .top-header .top-header-menu > ul.top-menu > li.dropdown > a:after {
                    content: "\f107";
                    margin-left: 6px;
                    font-family: FontAwesome;
                    position: relative;
                    float: right;
                }

        .top-header .top-header-menu ul.top-menu > li > a > i {
            margin-right: 6px;
        }

        .top-header .top-header-menu ul.top-menu > li ul.sub-menu {
            display: none;
            min-width: 160px;
            position: absolute;
            right: -1px;
            z-index: 1500;
            margin: 0;
            padding: 0;
            list-style: none;
            background: #fff;
            border: 0;
            opacity: 0;
            -moz-opacity: 0;
            filter: alpha(opacity=0);
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

        .top-header .top-header-menu ul.top-menu > li:hover ul.sub-menu {
            opacity: 1;
            display: block;
        }

        .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li {
            border-bottom: 1px solid #e0eded;
        }

            .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > a {
                display: block;
                padding: 6px 15px;
                color: #333;
            }

            .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li:last-child {
                border: 0;
            }

            .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > a:hover {
                background: #209ad6;
                color: #fff;
            }

            .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > .language-active {
                display: block;
                padding: 6px 15px;
                background: #f2f2f2;
                color: #333;
                cursor: default;
            }

    .top-header.top-header-dark .aux-text, .top-header.top-header-dark .top-header-menu > ul.top-menu > li > a {
        color: #fff;
    }

    .top-header .top-header-menu ul.top-menu > li.dropdown:hover .sub-menu {
        display: block;
    }

    .top-header.top-header-dark {
        border-bottom: 1px solid #090909;
        background: #131313;
    }

        .top-header.top-header-dark .top-header-menu > ul.top-menu > li {
            border-color: #090909;
        }

.top-navbar-header {
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #e0eded;
}

    .top-navbar-header .top-nav-links {
        margin-top: 10px;
    }

        .top-navbar-header .top-nav-links a {
            color: #999;
        }

            .top-navbar-header .top-nav-links a:hover {
                color: #209ad6;
                text-decoration: underline;
            }

.caption a:hover, .hov, .nav > ul > li > a:hover {
    text-decoration: none;
}

.navbar-wp {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #e0eded;
}

    .navbar-wp .navbar-nav > li > a {
        border-top: 3px solid transparent;
        padding: 28px 16px;
        margin-right: 0;
        font-size: 14px;
        font-weight: 500;
        font-family: 'cabin condensed',sans-serif;
        color: #333;
        text-transform: uppercase;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

        .navbar-wp .navbar-nav > li > a:focus, .navbar-wp .navbar-nav > li > a:hover {
            color: #fff;
            background-color: #209ad6;
            border-top: 3px solid #003963;
        }

    .navbar-wp .navbar-nav li.divider {
        margin: 0;
        padding: 4px 15px;
        background: #fff;
        color: #333;
        height: auto;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

.header-standard-1 .navbar-wp .navbar-nav > li > a, .navbar-base .navbar-nav > li > a {
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'cabin condensed',sans-serif;
    text-transform: uppercase;
}

.navbar-base {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 1000;
    background: #003963;
    border-bottom: 1px solid #003963;
}

    .navbar-base .navbar-nav > li > a {
        border-top: 3px solid transparent;
        padding: 28px 16px;
        color: #fff;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

.navbar-shadow {
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.07);
    -moz-box-shadow: 0 4px 15px rgba(0,0,0,.07);
    box-shadow: 0 4px 15px rgba(0,0,0,.07);
}

.header-standard-1 {
    background: #fff;
}

    .header-standard-1 .navbar-wp {
        height: 52px;
        border-bottom: 1px solid #e0eded;
    }

        .header-standard-1 .navbar-wp .navbar-nav > li > a {
            padding: 14px 16px;
            color: #333;
            background-color: #fff;
        }

        .header-standard-1 .navbar-wp .navbar-right .social-link {
            margin-top: 5px;
        }

.navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:focus, .navbar-wp .navbar-nav > .active > a:hover {
    color: #fff !important;
    background-color: #209ad6;
    border-radius: 0;
}

.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:focus, .navbar-wp .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:focus, .navbar-wp .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #209ad6;
    border-color: #003963;
}

.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:focus, .navbar-base .navbar-nav > .open > a:hover {
    background: 0 0;
    color: #fff !important;
}

.navbar-wp .navbar-nav > .open > a .caret, .navbar-wp .navbar-nav > .open > a:focus .caret, .navbar-wp .navbar-nav > .open > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-wp .navbar-nav > .dropdown > a .caret {
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}

.navbar-wp .navbar-nav > li > a.dropdown-form-toggle, .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus, .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover {
    padding: 28px 16px;
    font-size: 16px;
    font-weight: 400;
    background: 0 0;
    color: #333;
}

.navbar-wp.affix .navbar-nav > li > a.dropdown-form-toggle, .navbar-wp.affix .navbar-nav > li > a.dropdown-form-toggle:focus, .navbar-wp.affix .navbar-nav > li > a.dropdown-form-toggle:hover {
    padding: 18px 16px;
    font-size: 14px;
}

.navbar-base .navbar-toggle .icon-custom, .navbar-toggle .icon-custom {
    font-size: 16px;
}

.navbar-wp.navbar-base .navbar-nav > li > a.dropdown-form-toggle, .navbar-wp.navbar-base .navbar-nav > li > a.dropdown-form-toggle:focus, .navbar-wp.navbar-base .navbar-nav > li > a.dropdown-form-toggle:hover {
    color: #fff !important;
}

.navbar-wp .navbar-nav > .open > a.dropdown-form-toggle, .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:focus, .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:hover {
    color: #333 !important;
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #209ad6;
    border-color: #209ad6;
}

    .navbar-base .navbar-toggle .icon-bar, .navbar-base .navbar-toggle:focus .icon-bar, .navbar-base .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle:focus .icon-custom, .navbar-toggle:hover .icon-custom {
        color: #fff;
    }

.navbar-toggle {
    border-color: #333;
    border-radius: 2px;
    margin-top: 20px;
    color: #333;
    padding: 12px 16px 7px;
}

.navbar-toggle-aside-menu, .navbar-toggle-mobile-nav {
    padding: 12px 16px 7px;
    margin-right: 10px;
}

.navbar-base .navbar-toggle:focus, .navbar-base .navbar-toggle:hover {
    background-color: #fff;
    border-color: #fff;
}

    .navbar-base .navbar-toggle:focus .icon-custom, .navbar-base .navbar-toggle:hover .icon-custom {
        color: #000;
    }

.navbar-base .navbar-toggle {
    border-color: #fff;
    border-radius: 2px;
    margin-top: 20px;
    color: #fff;
    padding: 12px 16px 7px;
}

.navbar-wp .dropdown-menu-search, .navbar-wp .navbar-nav {
    margin-top: 0;
}

.navbar-base .navbar-toggle-aside-menu, .navbar-base .navbar-toggle-mobile-nav {
    padding: 12px 16px 7px;
    margin-right: 10px;
}

.navbar-wp .navbar-collapse.in {
    max-height: 340px;
}

.navbar-wp .navbar-collapse, .navbar-wp .navbar-form {
    border-color: #e7e7e7;
}

    .navbar-wp .navbar-collapse.in .dropdown-aux {
        display: none;
    }

.navbar-wp .navbar-nav > .dropdown > a:focus .caret, .navbar-wp .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-wp .dropdown-menu {
    min-width: 220px;
    padding: 0;
    background: #fff;
    border: 0;
    border-top: 1px solid #e0eded;
    border-bottom: 3px solid #e0eded;
    border-radius: 2px;
}

    .navbar-wp .dropdown-menu > li {
        border-bottom: 1px solid #e0eded;
    }

        .navbar-wp .dropdown-menu > li:last-child {
            border: 0;
        }

        .navbar-wp .dropdown-menu > li > a {
            color: #333;
            padding: 8px 15px;
        }

            .navbar-wp .dropdown-menu > li > a:hover {
                background: #209ad6;
                color: #fff;
            }

    .navbar-wp .dropdown-menu label.checkbox {
        color: #333;
    }

.navbar-wp .navbar-nav > li.dropdown-aux.open > a, .navbar-wp .navbar-nav > li.dropdown-aux > a {
    border-color: transparent;
}

.navbar-wp .navbar-right .social-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center;
    margin: 14px 0;
    border-radius: 100%;
    border-top: 0 !important;
}

.navbar-wp.affix .navbar-right .social-link {
    margin: 10px 0 8px;
}

.navbar-wp .navbar-right .social-link.facebook:hover {
    background: #43609c;
    color: #fff;
}

.navbar-wp .navbar-right .social-link.pinterest:hover {
    background: #cb2027;
    color: #fff;
}

.navbar-wp .navbar-right .social-link.twitter:hover {
    background: #62addb;
    color: #fff;
}

.mega-nav .collapse, .mega-nav .dropdown.mega-dropdown-fluid, .mega-nav .dropup, .mega-nav .nav {
    position: static;
}

.mega-nav .container, .navbar-wp .dropdown-menu ul.mega-nav-ul li {
    position: relative;
}

.mega-nav .dropdown-menu {
    left: auto;
}

.mega-nav .br {
    border-color: #e0eded;
}

.mega-nav .mega-nav-content {
    padding: 20px 30px;
}

.mega-nav .dropdown.mega-dropdown-fluid .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0 15px;
}

.navbar-wp .dropdown-menu .mega-nav-section-title {
    font-size: 14px;
    font-family: 'cabin condensed',sans-serif;
    margin: 0 0 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-wp .dropdown-menu .mega-nav-section {
    padding: 25px 0 10px;
}

.navbar-wp .dropdown-menu img {
    margin-bottom: 15px;
}

.navbar-wp .dropdown-menu ul.mega-nav-ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

    .navbar-wp .dropdown-menu ul.mega-nav-ul li a {
        display: block;
        padding: 4px 0;
        color: #333;
    }

    .navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a {
        padding-left: 12px;
    }

        .navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a:before {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            color: #333;
        }

        .navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a:hover {
            color: #209ad6;
        }

.navbar-wp.affix {
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e0eded;
    min-height: 50px;
    height: auto;
}

.dropdown-submenu, .wp-block, .wp-block .img-wrapper {
    position: relative;
}

.navbar-wp.affix .navbar-inner {
    border-bottom: 0;
}

.navbar-base.affix {
    background: #209ad6;
    border-color: #209ad6;
}

.navbar-wp.affix .navbar-nav > li > a {
    padding: 18px 16px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'cabin condensed',sans-serif;
    text-transform: uppercase;
}

.navbar-wp .navbar-nav > li > a.dropdown-form-toggle {
    color: #333;
}

.navbar-wp .navbar-nav > li > a:focus, NAVBAR BACKGROUND .navbar-wp .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #209ad6;
}

.navbar-base .navbar-nav > li > a.dropdown-form-toggle {
    color: #fff;
}

.navbar .social-item .facebook {
    background: #43609c;
    color: #fff !important;
}

.navbar .social-item .twitter {
    background: #62addb;
    color: #fff !important;
}

.navbar .social-item .google {
    background: #fff;
    color: #dd4b39 !important;
}

.navbar .social-item .youtube {
    background: #dd4b39;
    color: #fff !important;
}

.navbar .social-item .pinterest {
    background: #cb1f2b;
    color: #fff !important;
}

.dropdown-submenu > .dropdown-menu {
    top: -1px;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    padding: 0;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }

.nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav > ul > li {
        border-bottom: 1px solid #333;
    }

        .nav > ul > li > a {
            display: block;
            padding: 10px 15px;
            font-size: 14px;
            color: #fff;
        }

            .nav > ul > li > a:hover {
                color: #209AD6;
                background: #292929;
            }

.pg-opt, .pg-opt .breadcrumb a, .pg-opt h2 {
    color: #333;
}

.nav > ul > li > a > i {
    margin-right: 5px;
}

.pg-opt {
    border-bottom: 1px solid #e0eded;
    background: #fcfcfc;
}

    .pg-opt h2 {
        margin: 0;
        padding: 16px 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        text-transform: capitalize;
    }

.page-header p, .wp-block .img-overlay .img-overlay-content dt, .wp-block-entry h2 {
    font-size: 16px;
}

.pg-opt .breadcrumb {
    float: right;
    margin: 0;
    padding: 16px 15px 16px 0;
    background: 0 0;
    border-radius: 0;
}

    .pg-opt .breadcrumb a:hover {
        color: #209AD6;
    }

    .pg-opt .breadcrumb li.active {
        color: #333;
    }

@media only screen and (max-width:767px) {
    .pg-opt .pg-nav {
        float: left;
        margin-bottom: 10px;
    }

    .pg-opt h2 {
        padding: 20px 0 0;
    }
}

.page-header {
    margin: 0;
    border: 0;
}

.wp-block {
    margin: 0 0 15px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: default;
    border-radius: 2px;
}

    .wp-block:after, .wp-block:before {
        display: table;
        content: "";
    }

.w-section:after, .wp-section:before {
    display: table;
    content: " ";
}

.wp-block .wp-block-body {
    padding: 15px;
}

.wp-block-entry {
    margin: 20px;
}

    .wp-block-entry h2 {
        margin: 10px 0;
        padding: 0;
        line-height: 20px;
    }

.wp-block .img-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wp-block:hover .img-overlay {
    display: block;
}

.wp-block .img-overlay .img-overlay-content {
    padding: 20px;
}

    .wp-block .img-overlay .img-overlay-content dd {
        margin-bottom: 20px;
    }

.wp-block .wp-block-header .section-title {
    margin: 0;
}

    .wp-block .wp-block-header .section-title:before {
        background: 0 0;
    }

.wp-block .caption-bottom {
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(52,152,219,.8);
}

.wp-block.default .figure, .wp-block.inverse .figure {
    position: relative;
}

.wp-block .caption-bottom .title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.wp-block .caption-bottom .subtitle {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
}

.wp-block .wp-block-info {
    margin-top: 5px;
    padding: 10px 15px;
}

    .wp-block .wp-block-info .info-title {
        margin: 0;
        padding: 0;
    }

.wp-block.inverse .figure img {
    width: 100%;
}

.wp-block.inverse .thmb-img {
    text-align: center;
}

    .wp-block.inverse .thmb-img i {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        font-size: 34px;
        line-height: 100px;
        text-align: center;
        background: #209AD6;
        color: #fff !important;
        border: 2px solid transparent;
    }

    .wp-block.inverse .thmb-img:hover i {
        background: 0 0;
        border-color: #209AD6;
        color: #209AD6 !important;
    }

.wp-block.inverse .title, .wp-block.inverse h2 {
    margin: 0;
    padding: 12px 15px 0 0;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    text-transform: none;
}

.wp-block.inverse small {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.wp-block.inverse p {
    margin: 6px 0;
    padding-bottom: 8px;
}

.wp-block.default {
    border: 1px solid #e0eded;
    background: #fff;
}

    .wp-block.default .figure img {
        width: 100%;
    }

    .wp-block.default > .wp-block-header {
        margin: 0;
        padding: 15px 20px;
    }

    .wp-block.default > .wp-block-body {
        padding: 15px;
    }

        .wp-block.default > .wp-block-body .title {
            font-size: 16px;
            font-weight: 500;
            padding: 0 0 10px;
            margin: 0;
            color: #333 !important;
        }

        .wp-block.default > .wp-block-body h2 {
            margin: 0 0 10px;
            font-size: 16px;
        }

        .wp-block.default > .wp-block-body dd {
            margin-bottom: 20px;
        }

    .wp-block.default > figure > img {
        width: 100%;
        max-width: 100%;
    }

    .wp-block.default > .wp-block-footer {
        display: block;
        background: #fff;
        padding: 15px;
    }

    .wp-block.default:hover > .wp-block-footer {
        background: #fff;
    }

    .wp-block.default > .wp-block-footer h3 {
        padding: 0;
        margin: 0;
        font-size: 13px;
        font-weight: 600;
        text-transform: capitalize;
    }

.wp-block-date-over {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    background: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
}

.nav-menu-in .wrapper, .style-switcher-in .body-wrap {
    right: -280px;
}

.wp-block-date-over.alpha {
    background: rgba(255,255,255,.7);
}

.wp-block-info-over {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: #209ad6;
    border-top: 1px solid #e0eded;
}

    .wp-block-info-over h3 a {
        color: #fff;
    }

    .wp-block-info-over h3 small {
        color: #fff;
        font-size: 11px;
    }

    .wp-block-info-over h3 {
        padding: 0;
        margin: 0;
        font-size: 13px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .wp-block-info-over.left {
        background: 0 0;
        border: 0;
        padding: 0;
        position: absolute;
        bottom: 55px;
        left: 0;
    }

.wp-block.default.thumbnail > .wp-block-info-over.left {
    left: 5px;
}

.wp-block-info-over.left h2 {
    font-size: 13px;
    font-weight: 400;
}

    .wp-block-info-over.left h2 a {
        padding: 10px 15px 20px;
        margin: 0;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 600;
        background: #2c3e50;
        color: #fff;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.wp-block-info-over.left h3 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.wp-block-info-over.left h2 .label {
    position: absolute;
    bottom: -30px;
    left: 15px;
    padding: .5em .6em;
}

.wp-block-info-over.left h3 a {
    color: #fff;
}

.wp-block-info-over.left h3 small {
    color: #fff;
    font-size: 11px;
}

.wp-block.bordered .wp-block-body {
    background: 0 0;
    padding: 15px;
    border: 1px solid #e0eded;
}

.wp-block.white {
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #e0eded;
}

    .wp-block.white .wp-block-body {
        padding: 15px;
    }

    .wp-block.white .title {
        margin: 0;
        padding: 0;
        font-weight: 500;
        font-size: 16px;
        color: #333;
        text-align: left;
    }

    .wp-block.white .subtitle {
        margin: 6px 0 0;
        padding: 0;
        font-weight: 400;
        font-size: 13px;
        color: #333;
        text-align: left;
    }

    .wp-block.white p {
        margin: 6px 0;
        padding: 0 15px 8px;
    }

    .wp-block.white .thmb-img {
        text-align: center;
        padding: 15px 0;
    }

.wp-block.hero p {
    padding: 15px;
}

.wp-block.hero .thmb-img, .wp-block.light .thmb-img {
    padding: 15px 0;
    text-align: center;
}

.wp-block.hero h2 {
    text-align: center;
    margin-bottom: 7px;
    font-size: 16px;
}

.wp-block.hero .thmb-img i {
    font-size: 64px;
    color: #fff;
}

.wp-block.white p {
    color: #333;
}

.wp-block.white h2 {
    color: #333 !important;
}

.wp-block.light .thmb-img i, .wp-block.light p, .wp-block.white .thmb-img i {
    color: #333;
}

.wp-block.light h2 {
    color: #333;
    text-align: center;
    margin-bottom: 7px;
    font-size: 16px;
}

.wp-block.dark p {
    color: #f1f1f1;
}

.wp-block.base p, .wp-block.base-alt .thmb-img i, .wp-block.base-alt h2, .wp-block.base-alt p, .wp-block.dark .thmb-img i, .wp-block.dark h2 {
    color: #fff;
}

.wp-block.base .thmb-img i, .wp-block.base h2 {
    color: #fff !important;
}

.wp-block.no-space.arrow-right:after {
    left: 100%;
    z-index: 300;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 20px;
    margin-top: -20px;
}

.wp-block.no-space.arrow-right.white:after {
    border-left-color: #fff;
}

.wp-block.no-space.arrow-right.dark:after {
    border-left-color: #131313;
}

.wp-block.no-space.arrow-right.light:after {
    border-left-color: #ecf0f1;
}

.wp-block.no-space.arrow-right.base:after {
    border-left-color: #209AD6;
}

.wp-block.no-space.arrow-right.base-alt:after {
    border-left-color: #209ad6;
}

.wp-block.no-space > .wp-block-header {
    margin: 0;
    padding: 15px 20px;
}

.wp-block.no-space > .wp-block-body {
    margin-top: 20px;
    padding: 20px 40px;
    min-height: 350px;
}

.wp-block.no-space > .wp-block-footer {
    margin: 15px 0 0;
    padding: 15px 20px;
}

    .wp-block.no-space > .wp-block-footer .pagination {
        margin: 0;
    }

.wp-block.no-space .img-icon {
    display: block;
    text-align: center;
    margin: 20px 0 10px;
}

    .wp-block.no-space .img-icon img {
        width: 80px;
    }

    .wp-block.no-space .img-icon i {
        font-size: 80px;
    }

.wp-block.no-space h1 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.wp-block.icon-square {
    margin-top: 0;
}

    .wp-block.icon-square .wp-block-body {
        padding-top: 0;
    }

    .wp-block.icon-square .img-icon-wrapper {
        width: 210px;
        padding: 20px;
        border-radius: 3px;
        margin: 0 auto 40px;
        position: relative;
        background: #209AD6;
    }

    .wp-block.icon-square.arrow-down .img-icon-wrapper:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #209AD6;
        border-width: 20px;
        margin-left: -20px;
    }

    .wp-block.icon-square.arrow-down .img-icon-wrapper .img-icon {
        display: block;
        text-align: center;
        margin: 20px 0;
    }

        .wp-block.icon-square.arrow-down .img-icon-wrapper .img-icon i {
            font-size: 64px;
        }

    .wp-block.icon-square h1 {
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
        font-style: normal;
        margin: 10px 0;
        padding: 0;
        text-align: center;
        color: #333;
    }

    .wp-block.icon-square p {
        color: #616161;
    }

.wp-block.thumbnail {
    border: 1px solid #e0eded;
    padding: 5px;
}

.wp-block.image-holder .wp-block-info {
    padding: 15px 0;
    background: #209AD6;
}

    .wp-block.image-holder .wp-block-info.over {
        padding: 15px !important;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        background: rgba(255,255,255,.6);
    }

        .wp-block.image-holder .wp-block-info.over .info-title {
            font-size: 16px;
            color: #333;
        }

.wp-block.product {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e0eded;
}

    .wp-block.product .figure {
        padding: 20px;
    }

    .wp-block.product .product-title {
        margin: 10px 0 0;
        padding: 0;
        border-bottom: 0;
    }

        .wp-block.product .product-title a {
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }

    .wp-block.product p {
        color: #616161;
    }

    .wp-block.product figure {
        padding-bottom: 15px;
        border-bottom: 1px solid #e0eded;
    }

    .wp-block.product .price {
        padding: 4px 0;
        font-size: 13px;
        font-weight: 600;
        color: #333;
    }

        .wp-block.product .price.discount {
            padding: 7px 0 0;
            margin-right: 4px;
            font-size: 11px;
            font-weight: 500;
            color: red;
            text-decoration: line-through;
        }

    .wp-block.product .wp-block-footer {
        border-top: 1px solid #e0eded;
        padding-top: 15px;
    }

        .wp-block.product .wp-block-footer:after {
            display: table;
            content: "";
            clear: both;
        }

    .wp-block.product.style-2 {
        padding: 0;
    }

        .wp-block.product.style-2 figure {
            padding: 0;
            border: 0;
        }

        .wp-block.product.style-2 .product-title {
            margin: 0;
            padding: 0;
            font-size: 16px;
        }

            .wp-block.product.style-2 .product-title a {
                font-size: 16px;
                font-weight: 400;
            }

        .wp-block.product.style-2 .wp-block-footer {
            display: table;
            width: 100%;
            border-top: 1px solid #e0eded;
            margin: 0;
            padding: 0;
        }

            .wp-block.product.style-2 .wp-block-footer .cell {
                border-right: 1px solid #e0eded;
                vertical-align: middle;
            }

                .wp-block.product.style-2 .wp-block-footer .cell:last-child {
                    border-right: 0;
                }

                .wp-block.product.style-2 .wp-block-footer .cell a {
                    display: block;
                    text-align: center;
                    padding: 10px 0;
                }

                .wp-block.product.style-2 .wp-block-footer .cell:hover {
                    background: #209AD6;
                }

                .wp-block.product.style-2 .wp-block-footer .cell.price-wr:hover {
                    background: 0 0;
                }

                .wp-block.product.style-2 .wp-block-footer .cell:hover a, .wp-block.product.style-2 .wp-block-footer .cell:hover a i {
                    color: #fff !important;
                }

                .wp-block.product.style-2 .wp-block-footer .cell a i {
                    margin: 0;
                }

            .wp-block.product.style-2 .wp-block-footer .price {
                padding: 0;
                color: #333;
                display: block;
                text-align: center;
                font-size: 14px;
                font-weight: 500;
            }

            .wp-block.product.style-2 .wp-block-footer .discount {
                color: red;
                font-size: 11px;
                font-weight: 400;
            }

    .wp-block.product.inverse {
        padding: 0;
    }

        .wp-block.product.inverse h2 a {
            font-weight: 400;
        }

        .wp-block.product.inverse .price {
            display: block;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .panel-sidebar-1 .wp-block.testimonial, .wp-block.product.inverse .btn i {
            margin: 0;
        }

        .wp-block.product.inverse .wp-block-footer {
            border-top: 0;
            padding-top: 0;
        }

.wp-block.testimonial .wp-block-body {
    font-style: italic;
    line-height: 24px;
}

.wp-block.testimonial .testimonial-author:after, .wp-block.testimonial .testimonial-author:before {
    content: "";
    display: table;
}

.wp-block.testimonial .wp-block-body i {
    font-size: 20px;
    margin-right: 8px;
}

.wp-block.testimonial .wp-block-image img {
    width: 100%;
}

.wp-block.testimonial.style-1 .testimonial-author {
    width: 100%;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

    .wp-block.testimonial.style-1 .testimonial-author .author-img {
        width: 75px;
        height: 75px;
        display: table-cell;
        margin: 0;
        padding: 0;
    }

        .wp-block.testimonial.style-1 .testimonial-author .author-img img {
            width: 100%;
            border-bottom-left-radius: 2px;
        }

    .wp-block.testimonial.style-1 .testimonial-author .author-info {
        height: 75px;
        display: table-cell;
        padding-left: 15px;
        vertical-align: middle;
        text-align: left;
        border-bottom-left-radius: 2px;
    }

        .wp-block.testimonial.style-1 .testimonial-author .author-info .author-name {
            display: block;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
        }

        .wp-block.testimonial.style-1 .testimonial-author .author-info .author-pos {
            display: block;
            font-style: italic;
        }

.wp-block.testimonial.style-2 .wp-block-body {
    position: relative;
}

    .wp-block.testimonial.style-2 .wp-block-body:after {
        top: 100%;
        left: 37.5px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 10px;
        margin-left: -10px;
    }

    .wp-block.testimonial.style-2 .wp-block-body.base:after {
        border-top-color: #209AD6;
    }

    .wp-block.testimonial.style-2 .wp-block-body.base-alt:after {
        border-top-color: #209ad6;
    }

    .wp-block.testimonial.style-2 .wp-block-body.light:after {
        border-top-color: #ecf0f1;
    }

    .wp-block.testimonial.style-2 .wp-block-body.dark:after {
        border-top-color: #131313;
    }

.wp-block.testimonial.style-2 .testimonial-author {
    width: 100%;
    margin-top: 15px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

    .wp-block.testimonial.style-2 .testimonial-author .author-img {
        width: 75px;
        height: 75px;
        display: table-cell;
        margin: 0;
        padding: 0;
    }

        .wp-block.testimonial.style-2 .testimonial-author .author-img img {
            width: 100%;
            border-bottom-left-radius: 2px;
        }

    .wp-block.testimonial.style-2 .testimonial-author .author-info {
        height: 75px;
        display: table-cell;
        padding-left: 15px;
        vertical-align: middle;
        text-align: left;
        border-bottom-left-radius: 2px;
    }

        .wp-block.testimonial.style-2 .testimonial-author .author-info .author-name {
            display: block;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            color: #333;
        }

        .wp-block.testimonial.style-2 .testimonial-author .author-info .author-pos {
            display: block;
            font-style: italic;
        }

.wp-block.property.list {
    border: 1px solid #e0eded;
}

    .wp-block.property.list .wp-block-title {
        padding: 15px 15px 0;
    }

        .wp-block.property.list .wp-block-title h3 {
            margin: 0;
            padding: 0;
            font-size: 16px;
            font-weight: 400;
        }

    .wp-block.property.list .wp-block-img {
        display: table-cell;
        width: 250px;
    }

        .wp-block.property.list .wp-block-img img {
            width: 100%;
        }

    .wp-block.property.list .wp-block-body .wp-block-content {
        display: table-cell;
        vertical-align: top;
        padding-left: 15px;
    }

    .wp-block.property.list .wp-block-content .content-title {
        font-size: 20px;
        color: #209AD6;
        margin-bottom: 5px;
    }

    .wp-block.property.list .wp-block-content .description {
        padding-bottom: 10px;
        border-bottom: 1px solid #e0eded;
    }

    .wp-block.property.list .wp-block-content .price {
        font-size: 22px;
        color: #209ad6;
        font-weight: 600;
    }

    .wp-block.property.list .wp-block-content .period {
        margin-left: 5px;
        color: #999;
    }

    .wp-block.property.list .wp-block-content .capacity {
        font-size: 16px;
        color: #999;
    }

    .wp-block.property.list .wp-block-footer ul.aux-info {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        background: #fcfcfc;
        border-top: 1px solid #e0eded;
    }

        .wp-block.property.list .wp-block-footer ul.aux-info li {
            display: table-cell;
            padding: 10px 15px;
            vertical-align: middle;
            border-right: 1px solid #e0eded;
        }

            .wp-block.property.list .wp-block-footer ul.aux-info li:last-child {
                border: 0;
            }

.shop .primary-image, .wp-block.property.grid {
    border: 1px solid #e0eded;
}

.wp-block.property.list .wp-block-footer ul.aux-info li i {
    font-size: 18px;
    margin-right: 8px;
    color: #333;
}

.wp-block.property.list .wp-block-footer.style2 ul.aux-info {
    display: table;
    width: 100%;
    border: 1px solid #e0eded;
}

    .wp-block.property.list .wp-block-footer.style2 ul.aux-info li {
        padding: 10px;
        font-size: 11px;
        text-align: center;
    }

        .wp-block.property.list .wp-block-footer.style2 ul.aux-info li i {
            display: block;
        }

.wp-block.property.grid .wp-block-title {
    padding: 15px 15px 0;
}

    .wp-block.property.grid .wp-block-title h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
    }

.wp-block.property.grid .wp-block-body .wp-block-img img {
    width: 100%;
}

.wp-block.property.grid .wp-block-body .wp-block-content {
    padding-top: 15px;
}

    .wp-block.property.grid .wp-block-body .wp-block-content .content-title {
        font-size: 20px;
        color: #209AD6;
        margin-bottom: 5px;
    }

    .wp-block.property.grid .wp-block-body .wp-block-content .description {
        padding-bottom: 10px;
        border-bottom: 1px solid #e0eded;
    }

    .wp-block.property.grid .wp-block-body .wp-block-content .price {
        font-size: 22px;
        color: #209ad6;
        font-weight: 600;
    }

    .wp-block.property.grid .wp-block-body .wp-block-content .period {
        margin-left: 5px;
        color: #999;
    }

    .wp-block.property.grid .wp-block-body .wp-block-content .capacity {
        font-size: 16px;
        color: #999;
    }

.wp-block.property.grid .wp-block-footer ul.aux-info {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    background: #fcfcfc;
    border-top: 1px solid #e0eded;
}

    .wp-block.property.grid .wp-block-footer ul.aux-info li {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
        border-right: 1px solid #e0eded;
    }

.wp-block.article .title, .wp-block.article .video-title {
    line-height: 20px;
    color: #333;
    margin-bottom: 6px;
    padding: 0;
    text-transform: none;
    font-weight: 500;
}

.wp-block.property.grid .wp-block-footer ul.aux-info li:last-child {
    border: 0;
}

.wp-block.property.grid .wp-block-footer ul.aux-info li i {
    font-size: 18px;
    margin-right: 8px;
    color: #333;
}

.wp-block.article .title {
    font-size: 16px;
}

.wp-block.article .video-title {
    font-size: 13px;
}

.wp-block.article img {
    width: 100%;
}

.wp-block.article .meta-tags a {
    display: inline-block;
    color: #209AD6;
}

.wp-block.article .video-hover-play {
    font-size: 100%;
}

    .wp-block.article .video-hover-play a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(19,19,19,0);
    }

        .wp-block.article .video-hover-play a:hover {
            background: rgba(19,19,19,0);
        }

        .wp-block.article .video-hover-play a:before {
            content: "\f144";
            font-family: FontAwesome;
            font-size: 30px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -23px;
            margin-left: -30px;
            width: 60px;
            height: 46px;
            line-height: 46px;
            background: #131313;
            border-radius: 2px;
            text-align: center;
        }

        .wp-block.article .video-hover-play a:hover:before {
            color: #fff;
            background: #209AD6;
        }

    .wp-block.article .video-hover-play.small a:before {
        font-size: 16px;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -15px;
        width: 30px;
        height: 24px;
        line-height: 24px;
    }

.wp-block.article.grid .article-image {
    position: relative;
    margin-bottom: 5px;
}

.wp-block.article.grid .image-title {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 6px 8px;
    font-size: 13px;
    font-weight: 500;
}

.wp-block.article.grid .article-category {
    font-size: 11px;
    color: #209AD6;
    text-transform: uppercase;
}

.wp-block.article.list {
    padding-bottom: 10px;
}

    .wp-block.article.list .article-image {
        display: table-cell;
        vertical-align: top;
        width: 40%;
        position: relative;
    }

    .wp-block.article.list .wp-block-body {
        display: table-cell;
        vertical-align: top;
        padding: 0 0 0 15px;
    }

    .wp-block.article.list .article-label {
        display: inline-block;
        padding: 6px 8px;
        font-size: 13px;
        font-weight: 500;
    }

    .wp-block.article.list .title {
        margin-bottom: 6px;
        font-weight: 500;
        font-size: 16px;
    }

    .wp-block.article.list .article-info {
        display: block;
        margin-bottom: 4px;
        font-size: 11px;
        text-transform: uppercase;
        color: #999;
    }

    .wp-block.article.list .wp-block-footer {
        display: table;
        width: 100%;
    }

        .wp-block.article.list .wp-block-footer .meta-info span {
            float: left;
            margin-right: 8px;
            font-size: 11px;
        }

            .wp-block.article.list .wp-block-footer .meta-info span i {
                margin-right: 4px;
                font-size: 13px;
            }

    .wp-block.article.list .image-title {
        position: absolute;
        left: 0;
        bottom: 10px;
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .wp-block.article.list .article-category {
        font-size: 11px;
        color: #209AD6;
        text-transform: uppercase;
    }

.wp-block.article.post .article-title {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 26px;
    text-transform: none;
}

.wp-block.article.post .article-image {
    margin-bottom: 20px;
}

.wp-block.article.post .meta-info {
    margin: 15px 0;
}

    .wp-block.article.post .meta-info span {
        display: block;
    }

        .wp-block.article.post .meta-info span strong {
            color: #333;
        }

.panel-sidebar-1 {
    border-radius: 2px !important;
}

    .panel-sidebar-1 .panel-heading {
        padding: 15px;
    }

        .panel-sidebar-1 .panel-heading h2 {
            margin: 0;
            padding: 0;
            font-size: 16px;
            font-weight: 400;
            text-transform: capitalize;
        }

    .panel-sidebar-1 h4 {
        padding: 15px;
        font-size: 13px;
        font-weight: 400;
        text-transform: capitalize;
        color: #209AD6;
    }

    .panel-sidebar-1 .panel-body h4 {
        padding: 0;
    }

    .panel-sidebar-1 .panel-body ul.list-group {
        border-bottom: 1px solid #e0eded;
    }

        .panel-sidebar-1 .panel-body ul.list-group:last-child {
            border: 0;
        }

        .panel-sidebar-1 .panel-body ul.list-group li {
            border: 0;
            padding: 5px 0 5px 10px;
        }

    .panel-sidebar-1 ul.categories {
        border-left: 0;
        border-right: 0;
    }

.panel-base {
    border: 0;
    background: #209AD6;
}

    .panel-base .panel-heading {
        background: #00abc4;
        padding: 25px 15px;
        color: #fff;
        border-bottom: 1px solid #2084c7;
    }

        .panel-base .panel-heading.panel-heading-lg {
            padding: 25px;
            font-size: 20px;
            font-weight: 600;
        }

    .panel-base .form-base label {
        color: #fff;
        margin-bottom: 6px;
    }

.icon-block {
    margin-bottom: 20px;
}

    .icon-block.icon-block-1 .icon-block-item {
        width: 20%;
        display: table-cell;
        vertical-align: top;
        font-size: 64px;
        text-align: center;
        color: #333;
    }

    .icon-block.icon-block-2 .icon-block-item, .icon-block.icon-block-3 .icon-block-item {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 46px;
        text-align: center;
        float: left;
    }

    .icon-block.icon-block-1 .icon-block-body {
        display: table-cell;
        vertical-align: top;
        padding-left: 15px;
    }

    .icon-block.icon-block-2 .icon-block-body, .icon-block.icon-block-3 .icon-block-body {
        padding-left: 115px;
    }

    .icon-block.icon-block-1 .icon-block-body .title {
        margin-bottom: 5px;
        color: #333;
    }

    .icon-block.icon-block-1 .icon-block-body p {
        margin: 0;
    }

    .icon-block.icon-block-2 .icon-block-item {
        border-radius: 2px;
        display: block;
    }

    .icon-block.icon-block-2 .icon-block-body .title {
        margin-bottom: 5px;
        color: #333;
    }

    .icon-block.icon-block-2 .icon-block-body p {
        margin: 0;
    }

    .icon-block.icon-block-3 .icon-block-item {
        border-radius: 100px;
        display: block;
        color: #333;
    }

    .icon-block.icon-block-3 .icon-block-body .title {
        margin-bottom: 5px;
        color: #333;
    }

    .hov p, .icon-block.icon-block-3 .icon-block-body p {
        margin: 0;
    }

.hov {
    float: left;
    width: 100%;
}

.caption {
    padding: 20px;
}

    .caption .title {
        padding: 0 !important;
    }

    .caption p {
        font-size: 13px;
        line-height: 17px;
        margin: 10px 0 0 !important;
    }

    .caption.alpha {
        background-color: #000;
        background-color: rgba(0,0,0,.8);
    }

    .caption.icon {
        padding-left: 88px;
        background-image: url(images/camera.png);
        background-repeat: no-repeat;
        background-position: 20px 20px;
    }

    .caption.copyright {
        padding: 5px 10px;
        background: 0 0;
        text-align: right;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,.5);
    }

        .caption.copyright span {
            padding: 2px 8px 4px;
            background: rgba(0,0,0,.3);
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

    .caption.widescreen {
        padding: 10px 20px;
    }

.aside-feature {
    margin: 10px;
    cursor: default;
}

    .aside-feature .icon-feature {
        font-size: 68px;
        margin-top: 10px;
        text-align: center;
        display: block;
    }

    .aside-feature:hover .icon-feature, .wp-section .aside-feature:hover h4 {
        color: #209AD6;
    }

    .aside-feature .img-feature {
        margin-top: 4px;
        display: block;
    }

        .aside-feature .img-feature img {
            width: 78px;
        }

    .aside-feature.square .icon-feature {
        width: 64px;
        height: 64px;
        margin-top: 15px;
        font-size: 40px;
        line-height: 64px;
        background: #209AD6;
        color: #fff;
        text-align: center;
        display: block;
        border-radius: 3px;
    }

        .aside-feature.square .icon-feature i {
            color: #fff;
        }

    .aside-feature.square:hover .icon-feature {
        background: #fff;
        border: 2px solid #209AD6;
        color: #209AD6;
    }

    .aside-feature.square .outer-title {
        margin: 0 15px;
        padding: 10px 0;
        border-bottom: 1px dashed #e0eded;
        font-size: 16px;
    }

    .aside-feature.square p {
        margin-top: 10px;
    }

.short-feature {
    margin-bottom: 15px;
}

    .short-feature .feature-icon {
        background: #209AD6;
        border-radius: 35px;
        color: #fff;
        display: inline-block;
        float: left;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
        position: relative;
        text-align: center;
        top: 5px;
        width: 35px;
    }

    .short-feature .feature-txt {
        padding-left: 50px;
    }

        .short-feature .feature-txt h3 {
            margin: 0;
            font-size: 16px;
            color: #333;
            font-weight: 500;
        }

        .short-feature .feature-txt p {
            font-size: 13px;
            font-weight: 400;
            color: #616161;
        }

.milestone-counter {
    margin-top: 40px;
    margin-bottom: 20px;
}

    .milestone-counter .milestone-count {
        font-size: 72px;
        font-family: 'cabin condensed',sans-serif;
        margin-bottom: 20px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .milestone-counter h4.milestone-info {
        margin-top: 35px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
    }

.dropdown-form {
    min-width: 300px;
    z-index: 500;
}

.dropdown-cart {
    min-width: 400px;
    background: #fff;
    color: #333;
}

    .dropdown-cart .table > thead > tr > th {
        border-color: #e0eded;
    }

    .dropdown-cart .dropdown-cart-body {
        padding: 15px;
        background: #fff;
    }

    .dropdown-cart .dropdown-cart-footer {
        padding: 15px;
        background: #fcfcfc;
        border-top: 1px solid #efefef;
    }

    .dropdown-cart .cart-items {
        display: block;
        padding: 15px;
        font-size: 14px;
        font-weight: 500;
        background: #fcfcfc;
        color: #000;
        border-bottom: 1px solid #efefef;
    }

.dropdown-menu h4 {
    font-size: 14px;
    color: #4c4c4c;
}

.dropdown-profile {
    padding: 15px;
}

    .dropdown-profile img {
        width: 60px;
    }

.aside-menu-in .wrapper {
    left: -100%;
}

.body-wrap {
    right: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
    z-index: 0;
}

    .body-wrap:after, .body-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        height: 260px;
    }

    .body-wrap:after {
        top: auto;
        bottom: 0;
    }

@media (max-width:767px) {
    .body-wrap:after, .body-wrap:before {
        height: 20px;
    }
}

.aside-menu.left, .aside-menu.right {
    width: 280px;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    background: #222;
    z-index: 1100;
    position: fixed;
    display: none;
}

.ie9 .body-wrap:after, .ie9 .body-wrap:before, .ie9 body {
    filter: none;
}

.aside-menu.left {
    left: 0;
    border-right: 1px solid #333;
}

.aside-menu.right {
    right: 0;
    border-left: 1px solid #333;
}

.slidebar-toggle {
    position: fixed;
    top: 100px;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0,0,0,.55);
    color: #fff;
    cursor: pointer;
    z-index: 1000;
    border: 0;
}

.aside-menu::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
}

.aside-menu .form-search {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #333;
}

    .aside-menu .form-search .form-input {
        padding: 0;
    }

    .aside-menu .form-search .form-control {
        display: block;
        height: 34px;
        padding: 21px 15px;
        color: #fff;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
    }

    .aside-menu .form-search .btn-close {
        background: 0 0;
        color: #fff;
    }

        .aside-menu .form-search .btn-close i {
            font-weight: 300 !important;
            font-size: 16px;
        }

.aside-menu .social-media {
    padding: 15px 15px 0;
}

.aside-menu .contact-info {
    padding: 15px;
    color: #fff;
}

    .aside-menu .contact-info h5 {
        font-size: 13px;
    }

.side-section-title {
    position: relative;
    overflow: hidden;
    margin: 15px 0 0;
    padding: 8px 15px;
    font-size: 11px;
    text-transform: uppercase;
    color: #616161;
}

    .side-section-title:after {
        content: "";
        height: 1px;
        background: #333;
        width: 80px;
        position: absolute;
        top: 26px;
        left: 15px;
    }

.style-switcher-slidebar {
    width: 335px;
    height: 100%;
    position: fixed;
    left: -285px;
    bottom: 0;
    z-index: 1200;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all 1s ease;
    transition: all .5s ease;
}

    .style-switcher-slidebar.opened {
        left: 0;
    }

    .style-switcher-slidebar .switch-panel {
        float: left;
        width: 280px;
        height: 100%;
        overflow-y: scroll;
        background: #fff;
        color: #333;
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    }

        .style-switcher-slidebar .switch-panel::-webkit-scrollbar {
            width: 5px;
        }

        .style-switcher-slidebar .switch-panel::-webkit-scrollbar-track {
            background-color: #bdc3c7;
        }

        .style-switcher-slidebar .switch-panel::-webkit-scrollbar-thumb {
            background-color: #aaa;
        }

            .style-switcher-slidebar .switch-panel::-webkit-scrollbar-thumb:hover {
                background-color: #7f8c8d;
            }

a.open-panel {
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #fff !important;
    background-color: #209AD6;
    display: block;
    height: 50px;
    width: 50px;
    float: right;
    margin: 0;
    z-index: 1000;
    position: relative;
    top: 160px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

    a.open-panel:hover {
        color: #fff;
    }

.style-switcher-slidebar label {
    margin-bottom: 0;
}

.style-switcher-slidebar h3 {
    height: 50px;
    line-height: 50px;
    margin: 0 0 10px;
    padding: 0 10px;
    background: #209AD6;
    font-size: 16px;
    color: #fff;
}

.style-switcher-slidebar .panel-section {
    padding: 0 15px;
}

.style-switcher-slidebar .switch-panel .form-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

.style-switcher-slidebar .switch-panel .bg-switch a {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 8px;
}

.color-switch a {
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
    text-indent: -9999px;
}

    .color-switch a.active, .color-switch a:hover {
        border: 2px solid #209AD6;
        box-shadow: 2px 2px 0 #666;
    }

    .color-switch a:last-child {
        margin-right: 0;
    }

    .color-switch a.color-red {
        background: #e91b23;
    }

    .color-switch a.color-violet {
        background: #563d7c;
    }

    .color-switch a.color-blue {
        background: #209AD6;
    }

    .color-switch a.color-green {
        background: #8ec449;
    }

    .color-switch a.color-yellow {
        background: #f1c40f;
    }

    .color-switch a.color-orange {
        background: #d35400;
    }

    .color-switch a.color-bw {
        background: url(../images/temp/bw.jpg) no-repeat;
    }

    .color-switch a.color-dark {
        background: url(../images/temp/dark.jpg) no-repeat;
    }

    .color-switch a.color-flat {
        background: url(../images/temp/flat.jpg) no-repeat;
    }

.popover .popover-title {
    margin: 0;
}

.popover .popover-content {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}

.carousel-1 {
    overflow: hidden;
    margin-bottom: 20px;
}

    .carousel-1.carousel-fixed-height .carousel-inner, .carousel-1.carousel-fixed-height .item {
        height: 440px;
    }

    .carousel-1 .carousel-control {
        color: #f8f8f8;
    }

        .carousel-1 .carousel-control:hover, .carousel-1 .item-dark, .carousel-1 .item-light {
            color: #fff;
        }

        .carousel-1 .carousel-control.left {
            left: -40px;
        }

        .carousel-1 .carousel-control.right {
            right: -40px;
        }

        .carousel-1 .carousel-control i {
            position: absolute;
            top: 50%;
            margin-top: -18px;
            font-size: 36px;
            font-weight: 600;
        }

    .carousel-1 .item {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
    }

        .carousel-1 .item img {
            width: 100%;
        }

    .carousel-1 p {
        font-size: 16px;
    }

    .carousel-1 .object {
        position: absolute;
        top: 38px;
        right: 50%;
        margin-left: 15px;
        width: 568px;
        height: 320px;
        overflow: hidden;
    }

        .carousel-1 .object.fluid {
            width: 100%;
            left: 0;
            margin: 0;
        }

        #cuselBox .cusel-scroll-pane, #cuselBox .cusel-scroll-wrap, #cuselBox .jScrollPaneContainer, .carousel-1 .object iframe, .cusel {
            width: 100% !important;
        }

    .carousel-1 .description {
        position: absolute;
        top: 55px;
        left: 50%;
        margin-left: 50px;
        width: 514px;
        height: 290px;
    }

        .carousel-1 .description .title {
            font-size: 32px;
            margin: 0 0 15px;
            padding: 8px 20px;
            line-height: 38px;
            background: #fff;
            color: #616161;
        }

        .carousel-1 .description .subtitle {
            font-size: 24px;
            margin: 20px 0;
            padding: 0;
            display: block;
        }

        .carousel-1 .description p {
            font-size: 16px;
            color: #fff;
            margin: 0;
        }

    .carousel-1 .description-left {
        position: absolute;
        top: 50px;
        left: 80px;
        margin-left: 20px;
        width: 514px;
        height: 290px;
    }

        .carousel-1 .description-left .title {
            font-size: 3vw;
            margin: 0 0 15px;
            padding: 0;
            line-height: 3.5vw;
            font-weight: 600;
        }

        .carousel-1 .description-left .subtitle {
            font-size: 1.8vw;
            margin: 20px 0;
            padding: 0;
            display: block;
            line-height: 2.3vw;
        }

        .carousel-1 .description-left p {
            font-size: 1.2vw;
            line-height: 1.5vw;
            color: #fff;
            margin: 0;
        }

    .carousel-1 .description.fluid-center {
        width: 100%;
        top: 50px;
        left: 0;
        margin: 0;
    }

        .carousel-1 .description.fluid-center .title {
            margin-bottom: 5px;
            display: block;
            text-align: center;
            background: 0 0;
            color: #fff;
            font-weight: 500;
            text-shadow: 1px 1px 3px rgba(150,150,150,.5);
        }

        .carousel-1 .description.fluid-center .subtitle {
            font-size: 20px;
            margin: 0;
            display: block;
            text-align: center;
        }

        .carousel-1 .description.fluid-center .features {
            display: block;
            margin-top: 40px;
            text-align: center;
        }

            .carousel-1 .description.fluid-center .features i {
                width: 110px;
                height: 110px;
                background: #fff;
                text-align: center;
                line-height: 110px;
                font-size: 54px;
                color: #697e93;
                font-weight: 700;
                border-radius: 96px;
                margin-right: 20px;
            }

    .carousel-1 .caption-bottom {
        width: 100%;
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(52,152,219,.8);
    }

        .carousel-1 .caption-bottom .title {
            margin: 0;
            padding: 0;
            font-size: 20px;
            font-weight: 600;
        }

        .carousel-1 .caption-bottom .subtitle {
            display: block;
            margin: 0;
            padding: 0;
            font-size: 13px;
            font-weight: 400;
        }

    .carousel-1 .text-shadow {
        text-shadow: 2px 2px 2px #888;
    }

    .carousel-1 .subtitle-sm {
        font-size: 16px;
        margin: 5px 0 15px;
        padding: 0;
        display: block;
        line-height: 26px;
    }

.carousel-4 .carousel-inner {
    overflow: hidden;
}

.carousel-4 .carousel-control i {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    font-size: 36px;
    font-weight: 600;
}

.carousel-4 .carousel-control.left i {
    left: 30px;
}

.carousel-4 .carousel-control.right i {
    right: 30px;
}

.owl-carousel .item {
    margin: 3px;
}

.owl-carousel .owl-item, .owl-carousel .owl-item .wp-block {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

    .owl-carousel .owl-item .wp-block:target, .owl-carousel .owl-item:target {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
    }

.simple-slider {
    height: 500px;
    background: #f3f3f3;
}

.cta-wr {
    padding: 16px 0;
    border-radius: 2px;
}

    .cta-wr h1 {
        margin: 10px 0 !important;
        font-size: 20px;
        text-transform: none;
        line-height: 26px;
        font-weight: 400;
    }

section.slice {
    padding: 30px 0;
}

    section.slice.arrow-bottom {
        position: relative;
    }

        section.slice.arrow-bottom:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136,183,213,0);
            border-width: 20px;
            margin-left: -20px;
            z-index: 700;
        }

        section.slice.arrow-bottom.base:after {
            border-top-color: #209AD6;
        }

        section.slice.arrow-bottom.light:after {
            border-top-color: #ecf0f1;
        }

        section.slice.arrow-bottom.light-gray:after {
            border-top-color: #fcfcfc;
        }

        section.slice.arrow-bottom.dark:after {
            border-top-color: #131313;
        }

        section.slice.arrow-bottom.base-alt:after {
            border-top-color: #209ad6;
        }

    section.slice.slice-lg {
        padding: 50px 0;
    }

    section.slice.relative {
        position: relative;
    }

    section.slice.bg-image {
        background-repeat: no-repeat;
        background-size: cover;
    }

section.slice-over-elements {
    position: absolute;
    top: -50px;
    z-index: 2500;
}

.subsection {
    margin-top: 30px;
}

.container.bordered {
    border: 1px solid #ddd;
    padding-top: 15px;
}

.wp-section:after, .wp-section:before {
    display: table;
    content: " ";
}

.wp-example {
    margin-bottom: 45px;
}

.pre-scrollable {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #ccc !important;
}

    .pre-scrollable::-webkit-scrollbar {
        width: 5px;
    }

    .pre-scrollable::-webkit-scrollbar-track {
        background-color: #bdc3c7;
    }

    .pre-scrollable::-webkit-scrollbar-thumb {
        background-color: #aaa;
    }

        .pre-scrollable::-webkit-scrollbar-thumb:hover {
            background-color: #7f8c8d;
        }

.nav-sidebar-fixed {
    position: fixed;
    width: 260px;
}

.shop .pagination {
    margin: 0;
}

.shop .product-short-info p {
    padding: 6px 0;
    margin: 0;
}

    .shop .product-short-info p i {
        margin-right: 8px;
        color: #209AD6;
    }

    .shop .product-short-info p strong {
        font-size: 14px;
    }

.shop .primary-image {
    padding: 15px;
    border-radius: 2px;
}

.shop .thumbnail-images {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

    .shop .thumbnail-images a {
        display: block;
        padding: 5px;
        border: 1px solid #e0eded;
    }

        .shop .thumbnail-images a:first-child {
            border-bottom-left-radius: 2px;
        }

        .shop .thumbnail-images a:last-child {
            margin: 0;
            border-bottom-right-radius: 2px;
        }

        .shop .thumbnail-images a img {
            width: 100%;
        }

    .shop .thumbnail-images.style-2 {
        margin-top: 15px;
    }

        .shop .thumbnail-images.style-2 a:first-child {
            border-top-left-radius: 2px;
        }

        .shop .thumbnail-images.style-2 a:last-child {
            border-top-right-radius: 2px;
        }

.product-info .product-title {
    margin-bottom: 10px;
    color: #333;
}

.shop .product-price {
    margin-bottom: 15px;
    color: #333;
}

    .shop .product-price > .price {
        font-size: 26px;
        font-weight: 600;
        margin-left: 10px;
    }

.estate .pagination, .table-cart-subtotal, .table-dropdown-cart {
    margin: 0;
}

.shop .product-price > .price.discount {
    font-size: 16px;
    font-weight: 600;
    color: red;
    text-decoration: line-through;
}

.table-cart {
    border-right: 1px solid #e0eded;
    border-left: 1px solid #e0eded;
    border-bottom: 1px solid #e0eded;
}

    .table-cart th {
        border-top: 0 !important;
        font-weight: 600;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-color: #e0eded;
}

.table-cart td:first-child {
    border-right: 1px solid #e0eded;
}

.table-cart img {
    width: 80px;
}

.table-cart .cart-remove {
    display: block;
    text-align: center;
    color: #e80e1d;
}

.table-dropdown-cart > thead > tr {
    background: 0 0 !important;
}

    .table-dropdown-cart > thead > tr > th {
        border-top: 0 !important;
        border-color: #e0eded;
        background: 0 0;
        font-weight: 600;
        padding-left: 15px;
    }

.table-dropdown-cart > tbody > tr > td {
    border-color: #e0eded;
}

    .table-dropdown-cart > tbody > tr > td:first-child {
        border-right: 1px solid #e0eded;
    }

.table-dropdown-cart img {
    width: 50px;
}

.table-totals td:nth-child(even) {
    padding: 5px 15px;
}

.table-cart-subtotal th {
    font-weight: 400;
    width: 50%;
}

.table-cart-subtotal > tbody > tr > td, .table-cart-subtotal > tbody > tr > th, .table-cart-subtotal > tfoot > tr > td, .table-cart-subtotal > tfoot > tr > th, .table-cart-subtotal > thead > tr > td, .table-cart-subtotal > thead > tr > th {
    padding: 6px 0;
    border-top: 0;
}

.table-orders th {
    background: #fcfcfc;
}

.estate .product-info h3 {
    font-weight: 500;
    font-size: 20px;
}

.estate .product-short-info p {
    padding: 6px 0;
    margin: 0;
}

.estate .primary-image, .estate .thumbnail-images a {
    padding: 5px;
    border: 1px solid #e0eded;
}

.estate .thumbnail-images {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

    .estate .thumbnail-images a {
        display: table-cell;
        width: 100px;
        border-top: 0;
    }

        .estate .thumbnail-images a:last-child {
            margin: 0;
        }

        .estate .thumbnail-images a img {
            width: 100%;
        }

.product-info h3 {
    margin-bottom: 10px;
}

.estate .product-price {
    margin-bottom: 15px;
}

    .estate .product-price > .price {
        font-size: 32.5px;
        font-weight: 600;
        margin-left: 10px;
    }

        .estate .product-price > .price.discount {
            font-size: 16px;
            font-weight: 600;
            color: red;
            text-decoration: line-through;
        }

.animate-wr {
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.animate-hover-slide .figure {
    position: relative;
    overflow: hidden;
}

    .animate-hover-slide .figure img {
        -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
        -moz-transition: -moz-transform .4s,opacity .1s .3s;
        -o-transition: -o-transform .4s,opacity .1s .3s;
        transition: transform .4s,opacity .1s .3s;
    }

    .animate-hover-slide .figure .figcaption {
        height: 100%;
        padding: 0;
        width: 100%;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
        -moz-transition: -moz-transform .4s,opacity .1s .3s;
        -o-transition: -o-transform .4s,opacity .1s .3s;
        transition: transform .4s,opacity .1s .3s;
        text-align: center;
    }

    .animate-hover-slide .figure:hover .figcaption {
        opacity: .8;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transition: -webkit-transform .4s,opacity .1s;
        -moz-transition: -moz-transform .4s,opacity .1s;
        -o-transition: -o-transform .4s,opacity .1s;
        transition: transform .4s,opacity .1s;
    }

    .animate-hover-slide .figure .figcaption-btn {
        width: 100%;
        height: 50%;
        position: absolute;
        top: 0;
        opacity: 0;
        padding-left: 20px;
        text-align: center;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
        -moz-transition: -moz-transform .4s,opacity .1s .3s;
        -o-transition: -o-transform .4s,opacity .1s .3s;
        transition: transform .4s,opacity .1s .3s;
    }

    .animate-hover-slide .figure:hover .figcaption-btn {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transition: -webkit-transform .4s,opacity .1s;
        -moz-transition: -moz-transform .4s,opacity .1s;
        -o-transition: -o-transform .4s,opacity .1s;
        transition: transform .4s,opacity .1s;
    }

    .animate-hover-slide .figure .figcaption-txt, .animate-hover-slide-2 .figure img {
        -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
        -moz-transition: -moz-transform .4s,opacity .1s .3s;
        -o-transition: -o-transform .4s,opacity .1s .3s;
    }

    .animate-hover-slide .figure .figcaption-txt {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        opacity: 0;
        padding-left: 20px;
        text-align: center;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: transform .4s,opacity .1s .3s;
    }

    .animate-hover-slide .figure:hover .figcaption-txt {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transition: -webkit-transform .4s,opacity .1s;
        -moz-transition: -moz-transform .4s,opacity .1s;
        -o-transition: -o-transform .4s,opacity .1s;
        transition: transform .4s,opacity .1s;
    }

    .animate-hover-slide .figure .figcaption-txt .title {
        padding: 0;
        margin: 30px 0 0;
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
    }

    .animate-hover-slide .figure .figcaption-txt .subtitle {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 12px;
    }

    .animate-hover-slide .figure a {
        position: relative;
        top: 94%;
        margin-top: -11px;
    }

    .animate-hover-slide .figure .figcaption h3 {
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #f2f2f2;
    }

.animate-hover-slide-2 .figure {
    position: relative;
    overflow: hidden;
}

    .animate-hover-slide-2 .figure img {
        position: relative;
        z-index: 2;
        transition: transform .4s,opacity .1s .3s;
    }

    .animate-hover-slide-2 .figure .figcaption, .animate-hover-slide-3 .figure img {
        -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
        -moz-transition: -moz-transform .4s,opacity .1s .3s;
        -o-transition: -o-transform .4s,opacity .1s .3s;
    }

    .animate-hover-slide-2 .figure:hover img {
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
    }

    .animate-hover-slide-2 .figure .figcaption {
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: auto;
        background: #e3e3e3;
        color: #000 !important;
        padding: 0 15px;
        width: 100%;
        opacity: 1;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
        transition: transform .4s,opacity .1s .3s;
    }

        .animate-hover-slide-2 .figure .figcaption a {
            color: #000;
        }

    .animate-hover-slide-2 .figure:hover .figcaption {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .animate-hover-slide-2 .figure .figcaption h2 {
        text-align: center;
        margin-top: 15px;
    }

    .animate-hover-slide-2 .figure .figcaption .social-icons {
        width: 100%;
        position: absolute;
        bottom: 15px;
        text-align: center;
    }

.animate-hover-slide-3 .figure {
    position: relative;
    overflow: hidden;
}

    .animate-hover-slide-3 .figure img {
        transition: transform .4s,opacity .1s .3s;
    }

    .animate-hover-slide-3 .figure .figcaption {
        height: 32px;
        background: #e3e3e3;
        color: #000 !important;
        padding: 0 15px;
        width: 100%;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
        -moz-transition: -moz-transform .4s,opacity .1s .3s;
        -o-transition: -o-transform .4s,opacity .1s .3s;
        transition: transform .4s,opacity .1s .3s;
    }

        .animate-hover-slide-3 .figure .figcaption a {
            color: #000 !important;
        }

    .animate-hover-slide-3 .figure:hover .figcaption {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transition: -webkit-transform .4s,opacity .1s;
        -moz-transition: -moz-transform .4s,opacity .1s;
        -o-transition: -o-transform .4s,opacity .1s;
        transition: transform .4s,opacity .1s;
    }

.animate-hover-slide-4, .animate-hover-slide-4 .figure {
    position: relative;
}

    .animate-hover-slide-4 .figure .figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        opacity: .75;
        text-align: center;
    }

    .animate-hover-slide-4 .figure .figcaption-btn {
        width: 100%;
        height: 50%;
        position: absolute;
        top: 0;
        opacity: 0;
        padding-left: 20px;
        text-align: center;
    }

    .animate-hover-slide-4 .figure:hover .figcaption-btn {
        opacity: 1;
    }

    .animate-hover-slide-4 .figure .figcaption-txt {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        opacity: 0;
        padding-left: 20px;
        text-align: center;
    }

    .animate-hover-slide-4 .figure:hover .figcaption-txt {
        opacity: 1;
    }

    .animate-hover-slide-4 .figure .figcaption-txt .title {
        padding: 0;
        margin: 30px 0 0;
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
    }

    .animate-hover-slide-4 .figure .figcaption-txt .subtitle {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 12px;
    }

    .animate-hover-slide-4 .figure a {
        position: relative;
        top: 94%;
        margin-top: -11px;
    }

    .animate-hover-slide-4 .figure .figcaption h3 {
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #f2f2f2;
    }

.pricing-plans {
    margin-bottom: 15px;
}

    .pricing-plans:after, .pricing-plans:before, .pricing-table:after, .pricing-table:before {
        display: table;
        content: " ";
    }

    .pricing-plans .plan-header .popular-tag {
        padding: 5px 0;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
    }

    .pricing-plans .plan-header small {
        display: block;
        text-align: center;
        font-style: italic;
    }

    .pricing-plans .plan-title {
        text-align: center;
        margin: 0;
        padding: 15px 0 5px;
        font-size: 28px;
        font-weight: 500;
    }

    .pricing-plans .price-tag {
        margin: 0;
        height: 70px;
        line-height: 70px;
        font-size: 58px;
        font-weight: 500;
        text-align: center;
    }

        .pricing-plans .price-tag span {
            font-size: 28px;
            font-weight: 500;
        }

            .pricing-plans .price-tag span.price-type {
                font-size: 20px;
                font-weight: 500;
            }

    .pricing-plans .plan-info {
        margin-bottom: 10px;
    }

    .pricing-plans ul {
        margin: 0 0 10px;
        padding: 0;
        list-style: none;
    }

        .pricing-plans ul li {
            padding: 10px 20px;
            border-bottom: 1px solid #e0eded;
            font-size: 13px;
        }

            .pricing-plans ul li:last-child {
                border-bottom: 0;
            }

            .pricing-plans ul li i {
                margin-right: 8px;
            }

    .pricing-plans .plan-info {
        margin: 0;
        padding: 15px;
        font-size: 13px;
        text-align: center;
        font-style: italic;
    }

    .pricing-plans .plan-select {
        padding-top: 10px;
        border-top: 1px solid #f1f1f1;
    }

    .pricing-plans .plan-select-block {
        padding: 0;
        margin: 0;
    }

    .pricing-plans .plan-circle {
        width: 100%;
        background: 0 0 !important;
    }

        .pricing-plans .plan-circle:after {
            content: "";
            display: block;
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

        .pricing-plans .plan-circle.base:after {
            background: #209AD6;
        }

        .pricing-plans .plan-circle.light:after {
            background: #ecf0f1;
        }

        .pricing-plans .plan-circle.dark:after {
            background: #131313;
        }

        .pricing-plans .plan-circle .plan-content {
            float: left;
            width: 100%;
            padding-top: 20px;
            text-align: center;
        }

        .pricing-plans .plan-circle .plan-title {
            padding-top: 15px;
        }

        .pricing-plans .plan-circle .btn {
            margin-top: 20px;
        }

.pricing-plans-2 .plan-title {
    text-align: center;
    margin: 0;
    padding: 16px 0;
    font-size: 28px;
    font-weight: 500;
}

.pricing-plans-2 .plan-price {
    border-bottom: 1px solid #e0eded;
}

    .pricing-plans-2 .plan-price .price-tag {
        margin: 0;
        padding: 15px 0 0;
        font-size: 50px;
        font-weight: 500;
        text-align: center;
    }

    .pricing-plans-2 .plan-price .price-interval {
        display: block;
        margin: 15px 0;
        text-align: center;
        color: #999;
    }

.pricing-plans-2 .price-tag span {
    font-size: 28px;
    font-weight: 500;
}

    .pricing-plans-2 .price-tag span.price-type {
        font-size: 20px;
        font-weight: 500;
    }

.pricing-plans-2 .price-tag sup {
    font-size: 32px;
}

.pricing-plans-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

    .pricing-plans-2 ul li, .pricing-plans-2 ul li:last-child {
        border-bottom: 1px solid #e0eded;
    }

    .pricing-plans-2 ul li {
        padding: 10px 20px;
        text-align: center;
        font-size: 13px;
    }

        .pricing-plans-2 ul li i {
            margin-right: 8px;
        }

.pricing-plans-2 .plan-select {
    padding-top: 10px;
    border-top: 0;
}

.pricing-plans-2 .plan-select-block {
    padding: 0;
    margin: 0;
}

.promos {
    margin: 0 auto;
}

.promo {
    margin: 15px 10px 25px;
    padding: 5px 0 30px;
    font-weight: 400;
    line-height: 1.625;
    text-align: center;
}

    .promo .price, .promo li {
        padding: 5px 0;
    }

.promos.base {
    background: 0 0;
}

    .promos.base .promo {
        background: #209AD6;
    }

.promos.light .promo {
    background: #ecf0f1;
}

.promos.dark .promo {
    background: #131313;
}

.promo h4 {
    margin: 5px 0 0;
    font-size: 170%;
    font-weight: 400;
}

.promos.base .promo h4 {
    color: #fff;
}

.promos.light .promo h4 {
    color: #2c3e50;
}

.promo .brief, .promos.dark .promo h4 {
    color: #fff;
}

.promos.light .promo .brief {
    color: #2c3e50;
}

.promo .price {
    margin: 10px 0;
    font-size: 250%;
}

.promo .features {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.promo .buy {
    margin: 15px 0 0;
}

.promos.base .promo .features {
    color: #fff;
}

.promos.light .promo .features {
    color: #2c3e50;
}

.promos.dark .promo .features {
    color: #fff;
}

.promos.base .promo .price {
    background: #167abd;
    color: #fff;
}

.promos.light .promo .price {
    background: #ced2d3;
    color: #2c3e50;
}

.promos.dark .promo .price {
    background: #000;
    color: #fff;
}

.pricing-plans .wp-block {
    margin-top: 20px;
}

    .pricing-plans .wp-block:hover, .pricing-table .wp-block:hover {
        -webkit-box-shadow: 0 -4px 14px rgba(0,0,0,.2);
        -moz-box-shadow: 0 -4px 14px rgba(0,0,0,.2);
        box-shadow: 0 -4px 14px rgba(0,0,0,.2);
    }

.pricing-plans .wp-block-inverse:hover, .pricing-table .wp-block-inverse:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pricing-table .wp-block {
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .pricing-plans .wp-block.popular, .pricing-table .wp-block.popular {
        border: 1px solid #e0eded;
        margin-top: 0;
        -webkit-box-shadow: 0 -4px 14px rgba(0,0,0,.2);
        -moz-box-shadow: 0 -4px 14px rgba(0,0,0,.2);
        box-shadow: 0 -4px 14px rgba(0,0,0,.2);
    }

        .pricing-plans .wp-block.popular:hover, .pricing-table .wp-box.popular:hover {
            -webkit-box-shadow: 0 -4px 14px rgba(0,0,0,.3);
            -moz-box-shadow: 0 -4px 14px rgba(0,0,0,.3);
            box-shadow: 0 -4px 14px rgba(0,0,0,.3);
        }

.pricing-table .plan-select {
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e0eded;
}

.pricing-table .plan-info {
    text-align: center;
    margin-bottom: 15px;
}

.pricing-table .table-comparision {
    background: #fff;
    position: relative;
    top: -2px;
    z-index: 1000;
    border-color: #f1f1f1;
    color: #777;
}

    .pricing-table .table-comparision th {
        border-color: #f1f1f1;
    }

    .pricing-table .table-comparision td {
        text-align: center;
        border-color: #f1f1f1;
    }

    .pricing-table .table-comparision tr td:first-child {
        text-align: left;
    }

.attr-col {
    margin: 110px 0 0;
    float: left;
    width: 200px;
}

    .attr-col ul {
        background: #fcfcfc;
        font-weight: 700;
        font-size: 13px;
        border: 1px solid #e0eded;
        border-width: 1px 0 1px 1px;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

        .attr-col ul li {
            text-align: right;
            padding: 0 10px;
            border-bottom: 1px solid #e0eded;
            line-height: 45px;
            display: block;
        }

            .attr-col ul li.last {
                border-bottom: none;
            }

.pt-table {
    padding-left: 200px;
    display: block;
    position: relative;
}

.pt-body {
    padding: 10px 0 0;
}

.pt-rows li {
    display: block;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #e0eded;
    border-right: 1px solid #e0eded;
    border-bottom: 1px solid #e0eded;
}

    .pt-rows li span {
        width: 24%;
        text-align: center;
        float: left;
        border-right: 1px solid #d9d9d9;
        display: block;
        line-height: 45px;
        height: 45px;
    }

    .pt-rows li.title {
        background: #131313;
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
    }

        .pt-rows li.title span {
            line-height: 50px;
            height: 50px;
            border: none;
            padding: 0 1px;
        }

    .pt-rows li.fees, .pt-rows li.fin {
        border-bottom: 1px solid #e0eded;
    }

        .pt-rows li.fees span {
            line-height: 48px;
            height: 48px;
            background: #fcfcfc;
            font-size: 34px;
            font-weight: 700;
            font-family: Georgia,Arial,sans-serif;
            color: #4172a5;
            text-shadow: 2px 2px #fff;
        }

    .pt-rows li span.pt-yes {
        background: url(yes-no.gif) center 12px no-repeat;
    }

    .pt-rows li span.pt-no {
        background: url(yes-no.gif) center -38px no-repeat;
    }

    .pt-rows li.fin {
        -webkit-border-bottom-right-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        height: 85px;
    }

    .pt-rows li span.pt-3x {
        width: 72%;
        float: left;
        text-align: center;
        border: none;
    }

.pt-special {
    width: 24%;
    position: absolute;
    right: 0;
    top: 0;
}

    .pt-special .pt-rows {
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        background: #fcfcfc;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        padding-bottom: 10px;
    }

        .pt-special .pt-rows li {
            border-width: 0 0 1px;
            background: 0 0;
        }

            .pt-special .pt-rows li.title {
                height: 58px;
                margin: 1px;
                background: #d0ebfe;
                color: #2a719d;
                font-size: 30px;
                line-height: 65px;
                text-align: center;
                border-bottom: 1px solid #bfd4e6;
                border-width: 0 0 1px;
                text-shadow: 2px 2px #e6f5ff;
            }

            .pt-special .pt-rows li.fees {
                border-bottom: 1px solid #bcd8ec;
            }

                .pt-special .pt-rows li.fees span {
                    background: #ecf6fe;
                }

            .pt-special .pt-rows li.fin {
                border: none;
                text-align: center;
            }

            .pt-special .pt-rows li span {
                border: none;
                width: 100%;
            }

            .pt-special .pt-rows li.fin .big-button {
                background: #3a8bd0;
                top: 22px;
            }

                .pt-special .pt-rows li.fin .big-button:hover {
                    background: #50a6ef;
                }

.pagination-delimiter {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0eded;
}

    .pagination-delimiter .pagination {
        margin: 0;
    }

.vertical-info h4 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
    color: #333;
}

    .vertical-info h4:first-child {
        margin-top: 0;
    }

.vertical-info p.delimiter {
    margin: 5px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0eded;
}

#ulSorList, .work .mix {
    margin-top: 20px;
}

    #ulSorList:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    #ulSorList .mix {
        display: none;
        opacity: 0;
    }

        #ulSorList .mix .item {
            background: #f2f2f2;
        }

    #ulSorList .gap {
        display: inline-block;
        width: 200px;
    }

.work {
    width: 100%;
    overflow: hidden;
}

    .work .btn-group {
        margin-bottom: 10px;
    }

    .work .btn {
        margin-right: 6px;
    }

    .work .btn-group .btn {
        margin-right: 0;
    }

    .work.work-no-space .mix {
        margin: 0;
        padding: 0;
    }

        .work.work-no-space .mix .wp-block {
            margin: 0 !important;
            padding: 0;
        }

    .work.work-no-space.g2 .mix {
        width: 50%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
    }

    .work.work-no-space.g3 .mix {
        width: 33.3%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
    }

    .work.work-no-space.g4 .mix {
        width: 25%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
    }

    .work.work-no-space.g5 .mix {
        width: 20%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
    }

    .work.work-no-space .mix .wp-box {
        padding: 0;
        margin: 0;
    }

.map-canvas {
    height: 400px;
    margin: 0;
}

    .map-canvas .info-window-content {
        min-width: 250px;
    }

        .map-canvas .info-window-content h2 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .map-canvas .info-window-content h3 {
            font-size: 14px;
            font-weight: 500;
        }

        .map-canvas .info-window-content p {
            margin-top: 20px;
            text-align: center;
            font-size: 12px;
            color: #999;
            text-shadow: none;
        }

.layer-slider-wrapper .text-shadow, .static-page-image .text-shadow {
    text-shadow: 0 2px 2px #222;
}

.map-canvas-square {
    height: 200px;
}

.comments-wr {
    padding: 0 15px;
}

    .comments-wr .comment:after, .comments-wr .comment:before {
        display: table;
        content: " ";
    }

    .comments-wr .comment {
        border-bottom: 1px solid #eee;
        padding: 15px 0;
    }

        .comments-wr .comment:last-child {
            border-bottom: 0;
        }

        .comments-wr .comment .comment {
            margin: 12px 0 0 60px;
            padding-bottom: 0;
            border-bottom: 0;
            border-top: 1px solid #eee;
        }

        .comments-wr .comment img {
            width: 48px;
            float: left;
        }

        .comments-wr .comment p {
            padding: 0;
            margin-left: 60px;
            color: #777;
        }

        .comments-wr .comment .comment-author {
            display: block;
        }

            .comments-wr .comment .comment-author a {
                font-weight: 600;
            }

.comment-form {
    padding: 15px;
}

    .comment-form h2 {
        margin-bottom: 15px;
    }

.widget, .widget-container {
    margin-bottom: 30px;
}

.boxed {
    background: #fff;
    border: 1px solid #e0eded;
    position: relative;
}

.boxed-blue {
    background: #209AD6;
}

.boxed-dark {
    background: #142439;
}

.boxed-light {
    background: #e5eff6;
}

.boxed.red-line {
    border-top: 4px solid #c9376e;
}

.boxed.green-line {
    border-top: 4px solid #209ad6;
}

.boxed.blue-line {
    border-top: 4px solid #4bb4e8;
}

.widget-container {
    border: 1px solid #e0eded;
}

.widget-full-width {
    margin-bottom: 100px;
}

@media (max-width:767px) {
    .content, .sidebar {
        padding: 20px 0;
    }
}

.widget-recent-stories {
    background: #e6edf2;
}

.widget-recent .widget-title {
    padding: 26px 24px 28px;
}

.widget-recent li {
    padding: 10px 0;
    border-bottom: 1px solid #e0eded;
}

    .widget-recent li:first-child {
        padding-top: 0;
        border-top: 0;
    }

.widget-recent.widget-recent-boxed li {
    padding: 10px 15px;
}

.widget-recent li:last-child {
    border: 0;
}

.widget-recent-stories li:nth-child(odd) {
    background: #c6d3dd;
}

.widget-recent-comments li:nth-child(odd) {
    background: #fcfcfc;
}

.widget-recent .post-thumb {
    float: left;
    width: 72px;
    height: 72px;
    margin-right: 16px;
}

.widget-recent-stories .post-thumb, .widget-recent-stories .post-thumb img {
    border-radius: 50%;
}

.widget-recent-comments li:nth-child(even) .post-thumb {
    float: right;
    margin-right: 0;
    margin-left: 16px;
}

.widget-recent .post-thumb img {
    display: block;
    width: 100%;
    height: 100% !important;
}

.widget-recent .comment-author, .widget-recent .post-title {
    display: block;
    margin-bottom: 0;
}

.widget-recent .comment-author {
    font-size: 12px;
    color: #209AD6;
}

    .widget-recent .comment-author a, .widget-recent .post-title {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        line-height: 19px;
    }

.widget-recent .comment-entry, .widget-recent .post-desc {
    display: block;
    font-size: 12px;
    color: #616161;
    line-height: 17px;
}

.widget-recent .post-meta-bot {
    padding: 21px 0;
    text-align: center;
}

@media (max-width:479px),(min-width:768px) and (max-width:991px) {
    .widget-recent li {
        padding: 8px;
    }

    .widget-recent .post-thumb {
        margin-right: 5px;
        margin-top: 3px;
    }

    .widget-recent-comments li:nth-child(odd) .post-thumb {
        margin-left: 5px;
    }
}

.container .jumbotron {
    padding: 0;
    border-radius: 0;
}

.jumbotron {
    overflow: hidden;
    line-height: normal;
    background: #f7fafc;
    padding: 0 !important;
    margin: 0;
}

.jumbotron-left, .jumbotron-right {
    float: left;
}

.jumbotron-left {
    width: 70%;
    z-index: 1;
    -webkit-box-shadow: 5px 0 5px rgba(0,0,0,.2);
    box-shadow: 5px 0 5px rgba(0,0,0,.2);
}

.jumbotron-right {
    width: 30%;
}

@media (max-width:767px) {
    .jumbotron-left, .jumbotron-right {
        float: none;
        width: 100%;
    }

    .jumbotron-title {
        top: 10px;
        left: 10px;
    }

        .jumbotron-title h1 {
            font-size: 18px;
            padding-bottom: 6px;
            margin-bottom: 6px;
        }

        .jumbotron-title span {
            font-size: 12px;
        }

        .jumbotron-title i {
            display: none;
        }
}

@media (max-width:479px) {
    .jumbotron .post-item .post-meta-top {
        float: none;
        width: 100%;
    }

    .jumbotron .post-item .post-image {
        margin: 0 0 10px;
    }
}

.media-photos-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}

    .media-photos-list > li {
        float: left;
        margin-right: 6px;
        margin-bottom: 6px;
    }

        .media-photos-list > li img {
            width: 60px;
            height: 60px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            .media-photos-list > li img:hover {
                opacity: .65;
                filter: alpha(opacity=65);
            }

ul.ul-default {
    margin-left: 15px;
}

    ul.ul-default-ustyled > li > ul, ul.ul-default > li > ul {
        margin-left: 30px;
    }

    ul.ul-default > li {
        list-style-type: disc;
    }

        ul.ul-default > li > ul > li {
            list-style-type: circle;
        }

ul.ul-default-ustyled > li {
    list-style-type: none;
}

    ul.ul-default-ustyled > li > ul > li {
        list-style-type: circle;
    }

ol.ol-default {
    margin-left: 15px;
}

    ol.ol-default > li {
        list-style-type: decimal;
    }

        ol.ol-default > li > ul {
            margin-left: 30px;
        }

            ol.ol-default > li > ul > li {
                list-style-type: lower-alpha;
            }

ul.popular {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.popular li {
        clear: left;
        border-bottom: 1px dotted #f1f1f1;
        padding: 10px 0;
        display: block;
        width: 100%;
    }

ul.featured li, ul.thumb-list li {
    border-bottom: 1px dotted #e0eded;
    display: block;
    clear: left;
}

ul.popular li:first-child {
    padding-top: 0;
}

ul.popular li img {
    width: 60px;
}

ul.popular li p {
    margin-left: 70px;
}

ul.popular li i {
    color: #a1a1a1;
    display: block;
    font-style: normal;
    font-size: 12px;
}

ul.popular li h3, ul.popular li h3 a {
    font-size: 13px;
    font-weight: 600;
}

ul.popular li h3 {
    margin: 0 0 0 70px;
    padding: 0;
}

ul.popular li a {
    font-weight: 400;
    line-height: 18px;
}

    ul.popular li a:hover {
        text-decoration: none;
        color: #464646;
    }

ul.popular li span {
    font-size: 12px;
}

ul.thumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.thumb-list li {
        padding: 10px 0;
        width: 100%;
    }

        ul.thumb-list li:first-child {
            padding-top: 0;
        }

        ul.thumb-list li img {
            width: 90px;
        }

        ul.thumb-list li .thumb-item-text, ul.thumb-list li p {
            margin-left: 100px;
        }

        ul.thumb-list li i {
            color: #a1a1a1;
            display: block;
            font-style: normal;
            font-size: 12px;
        }

        ul.thumb-list li h3, ul.thumb-list li h3 a {
            font-size: 13px;
            font-weight: 600;
        }

        ul.thumb-list li h3 {
            margin: 0 0 0 100px;
            padding: 0;
        }

        ul.thumb-list li a {
            font-weight: 400;
            line-height: 18px;
        }

            ul.thumb-list li a:hover {
                text-decoration: none;
                color: #464646;
            }

        ul.thumb-list li span {
            font-size: 12px;
        }

ul.featured {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.featured li {
        padding: 10px 0;
        width: 100%;
    }

        ul.featured li:last-child {
            border: 0;
            padding-bottom: 0;
        }

        ul.featured li .featured-item {
            display: table;
            width: 100%;
            background-color: #ffefda;
        }

            ul.featured li .featured-item .featured-item-img {
                display: table-cell;
                width: 35%;
                vertical-align: top;
            }

            ul.featured li .featured-item .feature-item-info {
                display: table-cell;
                padding-left: 8px;
                vertical-align: top;
            }

        ul.featured li img {
            width: 100%;
        }

        ul.featured li .title {
            margin: 0;
            padding: 0;
            font-size: 13px;
        }

            ul.featured li .title a {
                font-size: 13px;
                font-weight: 500;
                line-height: 19px;
            }

        ul.featured li p {
            font-size: 13px;
            line-height: 17px;
        }

        ul.featured li span {
            font-size: 12px;
        }

        ul.featured li .price {
            font-size: 13px;
            font-weight: 500;
            margin-top: 5px;
            color: #333;
        }

            ul.featured li .price.discount {
                text-decoration: line-through;
                color: #999;
                font-size: 12px;
                margin-right: 8px;
                font-weight: 400;
            }

        ul.featured li .featured-content {
            padding-left: 10px;
        }

ul.featured-vertical li:last-child {
    border-bottom: 0;
}

ul.featured-vertical li .title {
    margin-top: 10px;
}

    ul.featured-vertical li .title a {
        font-size: 14px;
    }

ul.featured-vertical li .price-wr {
    display: table-cell;
}

ul.featured-vertical li .price {
    font-size: 16px;
    font-weight: 600;
    color: #209ad6;
}

ul.featured-vertical li .period {
    color: #999;
    margin-left: 3px;
}

ul.featured-vertical li .capacity-wr {
    display: table-cell;
}

ul.featured-vertical li .capacity {
    display: block;
    float: right;
}

    ul.featured-vertical li .capacity i {
        margin-left: 3px;
        float: left;
        color: #999;
    }

ul.recent {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.recent li {
        border-bottom: 1px dotted #e9e9e9;
    }

        ul.recent li:last-child {
            border: 0;
            padding-bottom: 0;
        }

        ul.recent li a {
            display: block;
            padding: 10px 0;
        }

            ul.recent li a:hover {
                border-color: #75b918;
            }

        ul.recent li h6 {
            margin: 0 0 10px;
        }

ul.bullet, ul.meta-list {
    margin: 0;
    list-style: none;
}

ul.recent li h6 a {
    color: #353535;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: 600;
}

ul.meta-list {
    padding: 10px 15px 15px;
    display: block;
}

    ul.meta-list li:first-child {
        padding: 0;
        border-left: 0;
    }

    ul.meta-list li {
        display: inline-block;
        color: #a1a1a1;
    }

        ul.meta-list li a {
            color: #7a92ac;
        }

            ul.meta-list li a:hover {
                color: #e06d58;
                text-decoration: underline;
            }

#toTop, .tags-list li:hover a, footer a, footer a:hover, ul.bullet li a:hover, ul.categories > li > a:hover, ul.list-carousel li a:hover {
    text-decoration: none;
}

ul.bullet {
    padding: 0;
    background: 0 0;
}

    ul.bullet li {
        clear: left;
        padding: 10px 0;
        display: block;
        width: 100%;
    }

        ul.bullet li > figure {
            margin: 5px 0 0;
            border-radius: 100%;
            width: 35px;
            height: 35px;
            padding: 8px 0 0;
            text-align: center;
            font-size: 17px;
            color: #fff;
            font-weight: 700;
            display: inline-block;
            float: left;
        }

        ul.bullet li img {
            width: 60px;
        }

        ul.bullet li h3 {
            font-size: 16px;
            font-weight: 600;
            margin-left: 15px;
            display: inline-block;
        }

        ul.bullet li a, ul.list-carousel li a {
            font-weight: 500;
        }

        ul.bullet li p {
            margin: 0 0 0 50px;
            padding: 0;
        }

        ul.bullet li span {
            margin-left: 6px;
            font-size: 12px;
        }

        ul.bullet li a:hover {
            color: #464646;
        }

ul.list-carousel {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.list-carousel li {
        padding: 6px 0;
        display: block;
        width: 100%;
        font-size: 16px;
    }

        ul.list-carousel li i {
            font-style: normal;
            margin-right: 4px;
        }

        ul.list-carousel li a:hover {
            color: #a1a1a1;
        }

.link-add-comment:hover, .post-tags a:hover {
    text-decoration: underline;
}

ul.list-carousel li span {
    font-size: 14px;
}

ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    ul.social-icons li {
        display: inline-block;
    }

        ul.social-icons li a {
            display: block;
            height: 32px;
            width: 32px;
            text-align: center;
            line-height: 32px;
        }

        ul.social-icons li:hover a {
            color: #fff !important;
        }

        ul.social-icons li.text {
            height: 32px;
            padding-left: 10px;
            line-height: 32px;
        }

        ul.social-icons li.facebook:hover {
            background: #43609c;
            color: #fff !important;
        }

        ul.social-icons li.twitter:hover {
            background: #00aced;
            color: #fff !important;
        }

        ul.social-icons li.linkedin:hover {
            background: #517fa4;
            color: #fff !important;
        }

dl.dl-group dt {
    font-size: 16px;
    color: #2c3e50;
}

dl.dl-group dd {
    margin-bottom: 10px;
}

.wp-masonry-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.wp-masonry-2-cols .wp-masonry-gutter {
    width: 4%;
}

.wp-masonry-2-cols .wp-masonry-block {
    float: left;
    width: 48%;
    margin-bottom: 25px;
}

.wp-masonry-3-cols .wp-masonry-gutter {
    width: 2%;
}

.wp-masonry-3-cols .wp-masonry-block {
    float: left;
    width: 32%;
    margin-bottom: 25px;
}

.wp-masonry-4-cols .wp-masonry-gutter {
    width: 2%;
}

.wp-masonry-4-cols .wp-masonry-block {
    float: left;
    width: 23.500545%;
    margin-bottom: 25px;
}

.wp-masonry-block.col-2 {
    width: 49.1%;
}

.wp-masonry-block.height2 {
    height: 200px;
}

.table {
    display: table;
}

.cell {
    display: table-cell;
    vertical-align: top;
}

.cell-15 {
    width: 15%;
}

.cell-20 {
    width: 20%;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    cursor: default;
}

.table.table-no-border > tbody > tr > td, .table.table-no-border > tbody > tr > th, .table.table-no-border > tfoot > tr > td, .table.table-no-border > tfoot > tr > th, .table.table-no-border > thead > tr > td, .table.table-no-border > thead > tr > th {
    border-top: 0;
    padding: 0;
}

ul.list-listings.blog-list li {
    border: 0;
}

ul.list-listings.blog-list .listing-header {
    clear: both;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
}

ul.list-listings.blog-list .listing-image {
    width: 35%;
    float: left;
}

    ul.list-listings.blog-list .listing-image img {
        width: 100%;
    }

ul.list-listings.blog-list .listing-body {
    width: 65%;
    height: auto;
    max-height: auto;
    padding: 0 15px;
    float: left;
}

    ul.list-listings.blog-list .listing-body h3 {
        margin: 0 0 5px;
        padding: 0;
        font-size: 18px;
        font-weight: 400;
        text-transform: none;
    }

    ul.list-listings.blog-list .listing-body h4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-transform: none;
    }

ul.list-listings.blog-list .listing-actions {
    width: 15%;
    height: 180px;
    position: relative;
    padding-top: 20px;
    float: left;
    text-align: center;
}

    ul.list-listings.blog-list .listing-actions .btn {
        position: absolute;
        bottom: 20px;
        left: 25px;
    }

.post-image, .post-item, .post-item.style1 .post-meta-top {
    position: relative;
}

ul.list-listings.blog-list .list-item-info {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
}

    ul.list-listings.blog-list .list-item-info a {
        color: #209AD6;
    }

.blog-grid .wp-box, .blog-list .wp-box, .blog-masonry .wp-box {
    margin-bottom: 25px;
}

.wp-box.blog-post {
    border: 0;
    padding: 0;
}

.blog-post h2 {
    font-size: 18px;
    line-height: 24px;
    color: #3b3e43;
    border: 0;
    padding: 25px 0 0 !important;
}

.blog-post p {
    padding: 8px 0 !important;
    font-size: 14px;
    color: #777;
}

.blog-post blockquote {
    margin: 8px 0;
}

.blog-post .meta-list {
    padding-left: 0 !important;
}

.blog-post img {
    width: 100%;
}

.side-info {
    display: block;
}

    .side-info .date {
        display: block;
        text-align: center;
        margin-top: 5px;
    }

        .side-info .date strong {
            display: block;
            margin-bottom: 5px;
            font-size: 33px;
            font-weight: 400;
        }

.post-item {
    margin-bottom: 20px;
}

.post-title {
    margin-top: 20px;
}

.post-image img {
    display: block;
    width: 100%;
}

.post-tags {
    font-size: 11px;
    color: #999;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .post-tags a {
        color: #209AD6;
    }

.post-meta-bot .post-author, .post-meta-bot .post-comments {
    float: left;
    font-size: 12px;
    color: #616161;
    text-transform: uppercase;
    line-height: 14px;
}

    .post-meta-bot .post-author a, .post-meta-bot .post-comments a {
        color: #209AD6;
    }

.post-meta-bot .post-more {
    float: right;
    font-size: 14px;
    font-weight: 700;
    color: #3999d4;
    text-transform: uppercase;
}

    .post-meta-bot .post-more a {
        color: #3999d4;
    }

.post-meta-bot .btn {
    float: right;
}

@media (max-width:479px) {
    .post-title {
        font-size: 21px;
    }
}

.post-item.style1 {
    border: 1px solid #e0eded;
}

    .post-item.style1 .post-video {
        margin-bottom: 60px;
    }

    .post-item.style1 .post-title {
        margin: 15px 0 8px;
        padding: 0 15px;
        line-height: 22px;
    }

        .post-item.style1 .post-title a {
            font-size: 16px;
            line-height: 16px;
            font-weight: 500;
            text-transform: none;
        }

    .post-item.style1 .post-content {
        padding: 0 15px;
    }

        .post-item.style1 .post-content .post-desc {
            text-align: justify;
        }

.post-item.boxed.style1 .post-content {
    padding: 24px 40px 12px 28px;
}

.post-item.style1 .post-tags {
    margin-bottom: 10px;
    font-style: normal;
}

.post-item.style1 .post-comments {
    float: right;
    margin-left: 30px;
    font-size: 12px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

    .post-item.style1 .post-comments strong {
        display: block;
        margin-bottom: 6px;
        font-size: 38px;
        font-weight: 700;
        color: #209ad6;
    }

.post-item.style1 .post-meta-bot {
    border-top: 1px solid #e0eded;
}

    .post-item.style1 .post-meta-bot .like-button {
        position: relative;
        padding: 10px 15px;
        border-left: 1px solid #e0eded;
        background: #fcfcfc;
        border-bottom-right-radius: 2px;
    }

        .post-item.style1 .post-meta-bot .like-button .button i {
            color: #999;
            transition: .35s;
        }

        .post-item.style1 .post-meta-bot .like-button .count {
            display: none;
            position: absolute;
            top: 1px;
            left: 0;
            width: 100%;
            text-align: center;
            color: #999;
            -o-transition: .3s;
            -ms-transition: .3s;
            -moz-transition: .3s;
            -webkit-transition: .3s;
            transition: .35s;
        }

        .post-item.style1 .post-meta-bot .like-button.checked .button i, .post-item.style1 .post-meta-bot .like-button:hover .button i {
            color: #209AD6;
        }

        .post-item.style1 .post-meta-bot .like-button:hover .count {
            display: block;
        }

    .post-item.style1 .post-meta-bot .post-author {
        float: left;
        line-height: 55px;
        padding-left: 15px;
    }

.post-item.style2 {
    padding-left: 95px;
}

    .post-item.style2 .post-meta {
        width: 74px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        text-transform: uppercase;
    }

    .comment-list, .post-item.style2 .post-content-wr, .post-item.style2 .post-meta-top {
        position: relative;
    }

    .post-item.style2 .post-meta .date {
        color: #333;
        font-family: 'cabin condensed',sans-serif;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #e0eded;
    }

        .post-item.style2 .post-meta .date .icon {
            display: block;
            font-size: 30px;
            font-weight: 500;
            margin-bottom: 6px;
        }

        .post-item.style2 .post-meta .date .month {
            display: block;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 6px;
        }

        .post-item.style2 .post-meta .date .day {
            display: block;
            font-size: 36px;
            font-weight: 600;
        }

    .post-item.style2 .post-video {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }

    .post-item.style2 .post-title {
        margin: 15px 0 8px;
        line-height: 26px;
    }

        .post-item.style2 .post-title a {
            font-size: 20px;
            line-height: 20px;
            font-weight: 500;
            text-transform: none;
        }

    .post-item.style2 .post-content {
        padding-bottom: 0;
    }

        .post-item.style2 .post-content .post-desc {
            text-align: justify;
        }

.post-item.boxed.style2 .post-content {
    padding: 24px 40px 12px 28px;
}

.post-item.style2 .post-tags {
    margin-bottom: 10px;
    font-style: normal;
}

.post-item.style2 .post-comments {
    padding: 10px;
    float: right;
    margin-left: 15px;
    font-size: 12px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    background: #fcfcfc;
    border-radius: 2px;
}

    .post-item.style2 .post-comments strong {
        display: block;
        margin-bottom: 6px;
        font-size: 38px;
        font-weight: 700;
        color: #209ad6;
    }

.post-item.style2 .post-meta-bot {
    border-top: 1px solid #e0eded;
    padding: 20px 0;
}

.comment-list {
    margin-bottom: 30px;
}

    .comment-list .comment-count {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 500;
        color: #333;
    }

.link-add-comment {
    position: absolute;
    top: 8px;
    right: 2px;
    color: #209AD6;
}

    .link-add-comment:hover {
        color: #209AD6;
    }

.comment-list li.comment {
    padding-left: 80px;
    position: relative;
}

.comment-list .children li.comment:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: -28px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.comment-body {
    padding: 23px 20px;
    position: relative;
    margin-bottom: 18px;
    background: #fcfcfc;
    border: 1px solid #e0eded;
}

    .comment-body:after, .comment-body:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 20px;
        left: -16px;
        border: solid transparent;
    }

    .comment-body:after {
        border-color: transparent #fcfcfc transparent transparent;
        border-width: 8px;
    }

    .comment-body:before {
        border-color: transparent #e0eded transparent transparent;
        border-width: 9px;
        margin-top: -1px;
        left: -18px;
    }

.comment-avatar {
    position: absolute;
    top: 0;
    left: -80px;
    width: 65px;
    height: 65px;
    border: 3px solid #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

    .comment-avatar img {
        display: block;
        width: 100%;
        height: 100%;
    }

.comment-author {
    margin-bottom: 5px;
}

    .comment-author .link-author {
        float: left;
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }

    .comment-author .comment-meta {
        float: right;
        font-size: 12px;
        color: #999;
        text-align: right;
    }

        .comment-author .comment-meta .link-reply {
            color: #209AD6;
        }

.comment-entry {
    line-height: 19px;
}

@media (max-width:479px) {
    .comment-list .children li.comment {
        margin-left: -80px;
    }

        .comment-list .children li.comment:before {
            display: none;
        }

    .link-add-comment {
        top: 30px;
        left: 0;
        right: auto;
    }

    .comment-author .comment-meta, .comment-author .link-author {
        float: none;
        text-align: left;
        display: block;
    }

    .comment-body {
        padding: 10px;
    }
}

.widget-tags {
    background: #e6edf2;
    padding: 22px 20px 26px;
}

    .widget-tags .inner {
        background: #fff;
        padding: 10px 16px 28px;
        -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
        box-shadow: 3px 3px 5px rgba(0,0,0,.2);
    }

    .widget-tags .widget-title {
        font-size: 32px;
        color: #21649c;
        padding: 13px 9px 19px;
        margin: 0;
    }

        .widget-tags .widget-title i {
            width: 24px;
            height: 24px;
            border: 2px solid #3999d4;
            border-radius: 50%;
            background: url(images/arrows-thin.png) -27px -28px no-repeat;
            cursor: default;
            margin: 0 0 0 12px;
        }

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi) {
    .widget-tags .widget-title i {
        background-image: url(images/arrows-thin-x2.png);
        background-size: 50px auto;
    }
}

.tagcloud a {
    float: left;
    font-size: 12px;
    text-align: center;
    padding: 6px 10px;
    margin: 0 4px 4px 0;
    background: #209AD6;
    border-radius: 2px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    transition: background .2s linear;
}

    .tagcloud a:hover {
        background: #5faee3;
    }

.tagcloud.bordered a, .tagcloud.bordered.base a {
    background: 0 0;
    border: 1px solid #209AD6;
    color: #209AD6;
}

    .tagcloud.bordered.base a:hover {
        background: #209AD6;
        color: #fff;
    }

.tagcloud.bordered.base-alt a {
    background: 0 0;
    border: 1px solid #209ad6;
    color: #209ad6;
}

    .tagcloud.bordered.base-alt a:hover {
        background: #209ad6;
        color: #fff;
    }

.tagcloud.bordered.light a {
    background: 0 0;
    border: 1px solid #ecf0f1;
    color: #131313;
}

    .tagcloud.bordered.light a:hover {
        background: #ecf0f1;
        color: #131313;
    }

.tagcloud.bordered.dark a {
    background: 0 0;
    border: 1px solid #131313;
    color: #131313;
}

    .tagcloud.bordered.dark a:hover {
        background: #131313;
        color: #fff;
    }

.tagcloud.base, .tagcloud.base-alt, .tagcloud.dark, .tagcloud.light {
    background: 0 0;
}

    .tagcloud.base a {
        background: #209AD6;
    }

        .tagcloud.base a:hover {
            background: #5faee3;
        }

    .tagcloud.base-alt a {
        background: #209ad6;
    }

        .tagcloud.base-alt a:hover {
            background: #b6f127;
        }

    .tagcloud.light a {
        background: #ecf0f1;
    }

        .tagcloud.light a:hover {
            background: #fff;
        }

    .tagcloud.dark a {
        background: #131313;
    }

        .tagcloud.dark a:hover {
            background: #2d2d2d;
        }

.widget-tags.styled {
    background: #fff;
    padding: 0;
}

    .widget-tags.styled .inner {
        background: 0 0;
        padding: 5px 26px 26px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media (max-width:479px),(min-width:768px) and (max-width:991px) {
    .widget-tags.styled .inner {
        padding: 0 15px 20px;
    }
}

.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    padding: 15px;
}

    .ribbon.base {
        background: #209AD6;
        color: #fff;
        border-right: 5px solid #8bc4ea;
    }

    .ribbon.light {
        background: #ecf0f1;
        color: #2c3e50;
        border-right: 5px solid #dde4e6;
    }

    .ribbon.dark {
        background: #131313;
        color: #fff;
        border-right: 5px solid #464646;
    }

    .ribbon.base-alt {
        background: #209ad6;
        color: #fff;
        border-right: 5px solid #c6f457;
    }

    .ribbon.red {
        background: #e91b23;
        color: #fff;
        border-right: 5px solid #f2787d;
    }

    .ribbon.orange {
        background: #ff8a3c;
        color: #fff;
        border-right: 5px solid #ffc7a2;
    }

    .ribbon.yellow {
        background: #ffd800;
        color: #fff;
        border-right: 5px solid #ffe866;
    }

    .ribbon:after, .ribbon:before {
        content: '';
        position: absolute;
        left: -9px;
        border-left: 10px solid transparent;
    }

    .ribbon:before {
        top: 0;
    }

    .ribbon:after {
        bottom: 0;
    }

    .ribbon.base:before {
        border-top: 27px solid #209AD6;
    }

    .ribbon.base:after {
        border-bottom: 27px solid #209AD6;
    }

    .ribbon.light:before {
        border-top: 27px solid #ecf0f1;
    }

    .ribbon.light:after {
        border-bottom: 27px solid #ecf0f1;
    }

    .ribbon.dark:before {
        border-top: 27px solid #131313;
    }

    .ribbon.dark:after {
        border-bottom: 27px solid #131313;
    }

    .ribbon.base-alt:before {
        border-top: 27px solid #209ad6;
    }

    .ribbon.base-alt:after {
        border-bottom: 27px solid #209ad6;
    }

    .ribbon.red:before {
        border-top: 27px solid #e91b23;
    }

    .ribbon.red:after {
        border-bottom: 27px solid #e91b23;
    }

    .ribbon.orange:before {
        border-top: 27px solid #ff8a3c;
    }

    .ribbon.orange:after {
        border-bottom: 27px solid #ff8a3c;
    }

    .ribbon.yellow:before {
        border-top: 27px solid #ffd800;
    }

    .ribbon.yellow:after {
        border-bottom: 27px solid #ffd800;
    }

    .ribbon span {
        display: block;
        font-size: 16px;
        font-weight: 600;
    }

.badge-corner:empty {
    display: inline-block;
}

.badge-corner {
    position: absolute;
    top: 0;
    right: -9px;
    width: 0;
    height: 0;
    border-top: 32px solid #888;
    border-top-color: rgba(0,0,0,.3);
    border-left: 32px solid transparent;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

    .badge-corner span {
        position: absolute;
        top: -34px;
        left: -12px;
        font-size: 10px;
        color: #fff;
    }

.badge-corner-base {
    border-top-color: #209AD6;
}

.badge-corner-alt {
    border-top-color: #209ad6;
}

.badge-corner-light {
    border-top-color: #ecf0f1;
}

    .badge-corner-light span {
        color: #2c3e50;
    }

.badge-corner-dark {
    border-top-color: #131313;
}

.badge-corner-orange {
    border-top-color: #ff8a3c;
}

.star-rating {
    display: block;
}

    .star-rating i {
        display: inline-block !important;
        color: #f7e90c !important;
    }

.review-rating {
    font-size: 12px;
}

.rating {
    display: inline-block;
}

    .rating span.star {
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        float: left;
        padding: 0 1px;
        cursor: pointer;
    }

        .rating span.star:before {
            content: "\f005";
            display: block;
            font-size: 14px;
            color: #f3f3f3;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            transition: all .2s linear;
        }

.rating-large span.star:before, .skills li {
    font-size: 18px;
}

.rating span.voted:before {
    color: #f7e90c;
}

.rating:hover span.star:before {
    color: #f3f3f3 !important;
}

.rating:hover span.star.over:before {
    color: #f7e90c !important;
}

.skills {
    clear: both;
    width: 100%;
}

    .skills li, .skills ul {
        display: inline-block;
        list-style: none;
        margin: 0 6px 0 0;
        padding: 0;
    }

    .skills li {
        padding: 0 15px;
        height: 35px;
        line-height: 35px;
        color: #fff;
        margin-bottom: 1px;
    }

    .skills .jq {
        background: #97be0d;
    }

    .skills .css {
        background: #d84f5f;
    }

    .skills .html {
        background: #88b8e6;
    }

    .skills .php {
        background: #bedbe9;
    }

    .skills .sql {
        background: #edebee;
    }

.form-control {
    border-radius: 2px !important;
    padding: 4px 12px;
    background: #fcfcfc;
    font-size: 16px !important;
}

.form-base .form-control {
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #029ab0;
    font-size: 16px !important;
}

.form-base label {
    color: #fff;
    font-size: 13px;
}

    .form-base label.checkbox {
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
    }

.form-base .form-control:focus {
    background: #f1fdff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #027a8c;
}

.form-base .form-control:-moz-placeholder {
    color: #666;
}

.form-base .form-control::-moz-placeholder, .form-base .form-control[placeholder] {
    color: #666;
}

.form-base .form-control:-ms-input-placeholder {
    color: #666;
}

.form-base .form-control::-webkit-input-placeholder {
    color: #666;
}

.form-light .form-control {
    outline: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-size: 13px !important;
}

    .form-light .form-control:focus {
        outline: 0 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

.form-light .input-group .form-control.left {
    border-right: 0 !important;
}

.form-dark .form-control {
    margin-bottom: 10px;
    background: #131313;
    border: 1px solid #464646;
    font-size: 16px !important;
}

.form-alpha label.checkbox, .form-dark label.checkbox {
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.form-dark label {
    color: #fff;
}

.form-dark .form-control:focus {
    background: #131313;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff;
}

.form-dark .form-control:-moz-placeholder {
    color: #999;
}

.form-dark .form-control::-moz-placeholder, .form-dark .form-control[placeholder] {
    color: #999;
}

.form-dark .form-control:-ms-input-placeholder {
    color: #999;
}

.form-dark .form-control::-webkit-input-placeholder {
    color: #999;
}

.form-alpha .form-control {
    height: 50px;
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    border-bottom: 0;
    padding: 10px 10px 10px 0;
}

    .form-alpha .form-control:focus {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
        color: #fff;
    }

    .form-alpha .form-control:-moz-placeholder {
        color: #999;
    }

    .form-alpha .form-control::-moz-placeholder, .form-light .form-control[placeholder] {
        color: #999;
    }

    .form-alpha .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-alpha .form-control::-webkit-input-placeholder {
        color: #999;
    }

.user-form .form-icon {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: 25px auto;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
}

.user-form .form-header {
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #e0eded;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .user-form .form-header h2 {
        margin: 0;
        padding: 0 !important;
        font-size: 16px;
        text-transform: none;
        font-weight: 400;
        color: #333;
    }

.user-form .form-body {
    padding: 15px 20px;
}

.user-form .form-section-title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}

.user-form .form-body p {
    padding-left: 0;
    margin-bottom: 10px;
}

.user-form .form-footer {
    padding: 15px;
    background: #fcfcfc;
    border-top: 1px solid #e0eded;
}

    .user-form .form-footer p {
        margin: 0;
    }

.user-form .form-header.base {
    background: #209AD6;
    border-color: transparent;
}

.user-form .form-header.base-alt {
    background: #209ad6;
    border-color: transparent;
}

.user-form .form-header.light {
    background: #ecf0f1;
    border-color: transparent;
}

.user-form .form-header.dark {
    background: #131313;
    border-color: transparent;
}

.user-form .form-footer.base {
    background: #209AD6;
    border-color: transparent;
}

.user-form .form-footer.base-alt {
    background: #209ad6;
    border-color: transparent;
}

.user-form .form-footer.light {
    background: #ecf0f1;
    border-color: transparent;
}

.user-form .form-footer.dark {
    background: #131313;
    border-color: transparent;
}

.user-form-alpha {
    background: rgba(255,255,255,.75) !important;
}

    .user-form-alpha .sky-form fieldset {
        background: 0 0 !important;
    }

    .user-form-alpha .form-footer, .user-form-alpha .form-header {
        background: rgba(252,252,252,.75) !important;
    }

.inline-form-filters {
    position: relative;
    padding: 15px;
    border-radius: 2px;
}

    .inline-form-filters .optional-form-filters-trigger:after {
        content: "\f078";
        font-family: FontAwesome;
        width: 40px;
        height: 20px;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        bottom: -20px;
        background: #209AD6;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
    }

.sky-form .rating input + label:hover, .sky-form .rating input + label:hover ~ label, .sky-form a {
    color: #209AD6;
}

.inline-form-filters .optional-form-filters-trigger.opened:after {
    content: "\f077";
}

.inline-form-filters.over-top-element {
    margin-top: -60px;
}

.inline-form-filters .form-group, .inline-form-filters .form-group .form-control {
    width: 100%;
    margin: 0;
}

.hidden-form-filters {
    padding-top: 10px;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 95%;
    height: 39px;
    padding: 8px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background: #f9f9f9;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sky-form .radio input + i:after, .sky-form .toggle i:before {
    background-color: #209AD6;
}

.sky-form .checkbox i, .sky-form .icon-append, .sky-form .icon-prepend, .sky-form .input input, .sky-form .radio i, .sky-form .select select, .sky-form .textarea textarea, .sky-form .toggle i {
    border-color: #ccc;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

    .sky-form .checkbox input:checked + i, .sky-form .checkbox input:focus + i, .sky-form .input input:focus, .sky-form .radio input:checked + i, .sky-form .radio input:focus + i, .sky-form .select select:focus, .sky-form .textarea textarea:focus, .sky-form .toggle input:checked + i, .sky-form .toggle input:focus + i {
        border-color: #209AD6;
    }

.sky-form .checkbox, .sky-form .radio {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #333;
    cursor: pointer;
}

    .sky-form .checkbox input + i:after, .sky-form .rating input:checked ~ label {
        color: #209AD6;
    }

.sky-form .ui-slider, .sky-form .ui-slider-handle, .ui-datepicker-inline {
    border: 2px solid #ccc;
    background: #fff;
}

.ui-datepicker-inline {
    box-shadow: none;
}

.sky-form .ui-slider {
    position: relative;
    height: 3px;
    margin: 12px 6px 26px;
}

.sky-form .ui-slider-handle {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -8px;
    outline: 0;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.help-inline, .section-title, .social-media, .static-page-image {
    position: relative;
}

ol.progtrckr {
    margin-bottom: 40px;
    padding: 0;
    list-style-type: none;
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11%;
    }

    ol.progtrckr li.progtrckr-done {
        color: #333;
        border-bottom: 4px solid #148dc9;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
        font-family: FontAwesome;
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\f058";
        font-family: FontAwesome;
        color: #fff;
        background-color: #148dc9;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\f111";
        font-family: FontAwesome;
        color: silver;
        background-color: transparent;
        font-size: 1.5em;
        bottom: -1.6em;
    }

.social-media i {
    z-index: 2200;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center !important;
    font-size: 18px;
    background: #ddd;
    color: #333;
    border-radius: 2px;
}

.social-media.social-media-sm i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 10px 5px 0 0;
    font-size: 13px;
}

.social-media.social-media-lg i {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
}

.social-media .facebook {
    background: #43609c;
    color: #fff;
}

.social-media .twitter {
    background: #62addb;
    color: #fff;
}

.social-media .google {
    background: #dd4b39;
    color: #fff;
}

.social-media i:hover {
    background: 0 0;
    color: #a1a1a1;
}

.form-errors {
    width: 100%;
    margin-bottom: 20px;
}

    .form-errors .error {
        display: block;
        color: #ce1a33;
        font-weight: 500;
    }

.help-inline {
    font-size: 11px;
    color: #b8321f;
    top: -8px;
}

#info-box {
    display: none;
    text-align: center;
    margin-top: 30px;
    color: #59b540;
}

    #info-box h2 {
        font-size: 16px;
        font-weight: 600;
    }

.testimonial-text {
    width: 70%;
    margin: 20px auto;
    font-size: 14px;
    line-height: 24px;
}

.testimonial-author {
    display: block;
    text-align: center;
    color: #a1a1a1;
    font-style: italic;
}

.carousel-testimonials .testimonial-author-info {
    padding-top: 28px;
}

    .carousel-testimonials .testimonial-author-info a {
        padding-left: 20px;
    }

.contact-info {
    margin-bottom: 20px;
}

    .contact-info h5 {
        margin: 0 0 4px;
        font-size: 13px;
        font-weight: 500;
    }

        .contact-info h5 i {
            margin-right: 4px;
            color: #209AD6;
        }

.contact-info-inline p {
    margin: 0;
    padding: 0;
}

.client {
    border: 1px solid #e0eded;
    padding: 0 15px;
    background: 0 0;
}

    .client img {
        width: 100%;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
    }

        .client img:hover {
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            filter: grayscale(0);
        }

footer {
    border-top: 1px solid #666;
    padding-top: 15px !important;
    padding-bottom: 20px;
    min-height: 30px;
    background: #fff;
    font-size: 12px;
    font-family: 'Cabin Condensed';
}

#toTop:before, ul.categories > li > a:after {
    font-family: FontAwesome;
}

footer .col ul li a {
    color: #333;
}

@media only screen and (min-width:768px) {
    footer.footer .col-md-2 {
        width: 13.6%;
    }

    footer.footer .col-md-3 {
        width: 22.5%;
    }
}

footer:after, footer:before {
    display: table;
    content: " ";
}

footer:after {
    clear: both;
}

footer .col.reset {
    margin: 0;
}

footer h4 {
    font-size: 14px;
    margin-top: 20px;
    color: #ccc;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

footer .col p {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 10px;
}

footer a {
    color: #ccc;
}

footer .col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    footer .col ul li {
        color: #8f8f8f;
    }

        footer .col ul li span {
            color: #fff;
        }

footer .col address {
    color: #ddd;
    padding: 8px 0;
}

footer .company-info {
    font-size: 10px;
    text-align: justify;
}

    footer .company-info h2 {
        font-size: 14px;
        font-weight: 600;
    }

footer .col.col-social-icons i {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #333;
    border-radius: 2px;
}

footer form {
    margin-top: 20px;
}

footer hr {
    border-top: 1px solid #444;
}

footer .copyright {
    color: #fff;
}

.fontawesome-icon-list {
    margin-top: 22px;
}

    .fontawesome-icon-list .fa-hover a {
        display: block;
        color: #222;
        line-height: 32px;
        height: 32px;
        padding-left: 10px;
        border-radius: 0;
    }

        .fontawesome-icon-list .fa-hover a .fa {
            width: 32px;
            font-size: 14px;
            display: inline-block;
            text-align: right;
            margin-right: 10px;
        }

        .fontawesome-icon-list .fa-hover a:hover {
            background-color: #1d9d74;
            color: #fff;
            text-decoration: none;
        }

.section-title-wr.base, .section-title-wr.base-alt, .section-title-wr.dark, .section-title-wr.light, blockquote footer {
    background: 0 0;
}

.fontawesome-icon-list .fa-hover a:hover .fa {
    font-size: 28px;
    vertical-align: -6px;
}

.fontawesome-icon-list .fa-hover a:hover .text-muted {
    color: #bbe2d5;
}

.blockquote-1:hover {
    border-color: #209AD6;
}

.blockquote-1 p {
    font-size: 13px;
}

.section-title-wr {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

    .section-title-wr .aux-nav {
        display: table-cell;
        width: 30%;
        padding: 8px 0;
        text-align: right;
    }

.section-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

    .section-title.left {
        display: table-cell;
        color: #333;
        font-size: 18px;
    }

        .section-title.left small {
            display: block;
            margin-top: 4px;
            color: #999;
        }

.section-title-wr .section-title.center {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #333;
}

    .section-title-wr .section-title.center small {
        display: block;
        margin-top: 8px;
        font-size: 13px;
        color: #999;
    }

.section-title-wr.style-2 {
    margin-bottom: 15px;
    border-bottom: 2px solid #209AD6;
}

    .section-title-wr.style-2 .aux-nav a {
        color: #616161;
    }

    .section-title-wr.style-2 .section-title.left {
        padding: 0;
    }

        .section-title-wr.style-2 .section-title.left span {
            display: inline-block;
            margin-bottom: 2px;
            padding: 10px 15px;
        }

        .section-title-wr.style-2 .section-title.left small {
            display: inline-block;
            margin: 0 0 0 10px;
        }

    .section-title-wr.style-2.base {
        border-color: #209AD6;
    }

    .section-title-wr.style-2.light {
        border-color: #ecf0f1;
    }

    .section-title-wr.style-2.dark {
        border-color: #131313;
    }

    .section-title-wr.style-2.base-alt {
        border-color: #209ad6;
    }

    .section-title-wr.style-2.base .section-title.left span {
        background: #209AD6;
        color: #fff;
    }

    .section-title-wr.style-2.light .section-title.left span {
        background: #ecf0f1;
        color: #333;
    }

    .section-title-wr.style-2.dark .section-title.left span {
        background: #131313;
        color: #fff;
    }

    .section-title-wr.style-2.base-alt .section-title.left span {
        background: #209ad6;
        color: #fff;
    }

.section-title-wr.style-3 {
    margin-bottom: 20px;
}

    .section-title-wr.style-3 span {
        padding-bottom: 4px;
        border-bottom: 1px solid #333;
    }

    .section-title-wr.style-3 small {
        margin-top: 12px !important;
        color: #999;
    }

.base .section-title-wr.style-3 span, .base-alt .section-title-wr.style-3 span {
    border-bottom: 1px solid #fff;
}

.light .section-title-wr.style-3 span {
    border-bottom: 1px solid #333;
}

.dark .section-title-wr.style-3 span {
    border-bottom: 1px solid #fff;
}

.section-title-wr.style-4 .section-title {
    border-bottom: 1px solid #e0eded;
    padding-bottom: 5px;
}

.section-title-wr.style-4 span {
    border-bottom: 3px solid #209AD6;
    background: #fff;
    padding-bottom: 4px;
}

.section-title-wr.style-4 {
    margin-bottom: 15px;
}

    .section-title-wr.style-4 span:after {
        border-bottom: 1px solid #333;
    }

    .section-title-wr.style-4 small {
        margin-top: 14px;
        color: #999;
    }

.layer-slider-wrapper {
    font-size: 20px;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.layer-slider-static {
    height: 540px;
}

.layer-slider-dynamic {
    max-height: auto !important;
}

.layer-slider-wrapper .title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
}

.layer-slider-wrapper .title-xs {
    font-size: 24px;
    line-height: 28px;
}

.layer-slider-wrapper .title-sm {
    font-size: 36px;
    line-height: 46px;
}

.layer-slider-wrapper .title-md {
    font-size: 64px;
    line-height: 68px;
}

.layer-slider-wrapper .title-lg {
    font-size: 80px;
    line-height: 84px;
}

.layer-slider-wrapper .subtitle {
    font-size: 22px;
    line-height: 30px;
    color: #209AD6;
    text-transform: capitalize;
}

.layer-slider-wrapper .list-item {
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    color: #209AD6;
    text-transform: capitalize;
}

.layer-slider-wrapper .list-item-2 span {
    background: #209AD6;
    font-size: 18px;
    padding: 10px 15px;
    color: #fff;
}

.layer-slider-wrapper .list-item-2 i {
    padding: 12px 12px 11px;
    font-size: 20px;
    background: #333;
    color: #fff;
}

.layer-slider-wrapper .text-standard {
    font-size: 16px;
    line-height: 22px;
}

.layer-slider-wrapper .text-bordered {
    padding: 30px;
    border: 2px solid #fff;
}

.layer-slider-wrapper .text-wrapped {
    padding: 30px;
}

.static-page-image {
    max-height: 500px;
    overflow: hidden;
}

    .static-page-image img {
        width: 100%;
    }

    .static-page-image .description-left {
        position: absolute;
        top: 50px;
        left: 120px;
        width: 514px;
        height: 290px;
    }

        .static-page-image .description-left .title {
            font-size: 3vw;
            margin: 0 0 15px;
            padding: 10px 0;
            line-height: 3.5vw;
            font-weight: 600;
        }

        .static-page-image .description-left .subtitle {
            font-size: 1.5vw;
            margin: 20px 0;
            display: block;
            line-height: 1.8vw;
            text-transform: none;
        }

        .static-page-image .description-left p {
            font-size: 16px;
            color: #fff;
            margin: 0;
        }

    .static-page-image .title {
        font-size: 3vw !important;
        line-height: 3.5vw;
        font-weight: 400;
    }

    .static-page-image .title-xs {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .static-page-image .title-sm {
        font-size: 2.5vw !important;
        line-height: 3vw;
    }

    .static-page-image .title-md {
        font-size: 3vw !important;
        line-height: 3.5vw;
    }

    .static-page-image .title-lg {
        font-size: 5.5vw !important;
        line-height: 6vw;
    }

    .static-page-image .subtitle {
        font-size: 22px;
        line-height: 30px;
        color: #209AD6;
        text-transform: capitalize;
    }

    .static-page-image .list-item {
        font-size: 18px;
        line-height: 30px;
        padding-left: 30px;
        color: #209AD6;
        text-transform: capitalize;
    }

    .static-page-image .list-item-2 span {
        background: #209AD6;
        font-size: 18px;
        padding: 10px 15px;
        color: #fff;
    }

    .static-page-image .list-item-2 i {
        padding: 12px 12px 11px;
        font-size: 20px;
        background: #333;
        color: #fff;
    }

    .static-page-image .text-standard {
        font-size: 16px;
        line-height: 22px;
    }

    .static-page-image .text-bordered {
        padding: 30px;
        border: 2px solid #fff;
    }

    .static-page-image .text-wrapped {
        padding: 30px;
    }

.box-element {
    padding: 20px;
}

    .box-element:nth-child(n+1) {
        margin-top: 20px;
    }

    .box-element h1 {
        margin: 10px 0 !important;
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
    }

    .box-element.box-element-bordered {
        background: 0 0 !important;
        border: 1px solid;
    }

        .box-element.box-element-bordered.base {
            border-color: #209AD6;
            color: #209AD6 !important;
        }

            .box-element.box-element-bordered.base h1 {
                color: #209AD6 !important;
            }

        .box-element.box-element-bordered.base-alt {
            border-color: #209ad6;
            color: #209ad6;
        }

            .box-element.box-element-bordered.base-alt h1 {
                color: #209ad6 !important;
            }

        .box-element.box-element-bordered.light, .box-element.box-element-bordered.light h1 {
            border-color: #ecf0f1;
            color: #ecf0f1 !important;
        }

        .box-element.box-element-bordered.dark {
            border-color: #131313;
            color: #131313 !important;
        }

            .box-element.box-element-bordered.dark h1 {
                color: #131313 !important;
            }

    .box-element.box-element-outer {
        padding-left: 0;
        padding-right: 0;
    }

.carousel-2 {
    position: relative;
}

    .carousel-2 .item {
        padding: 36px 0 !important;
    }

    .carousel-2 .title {
        margin-top: 15px;
        font-size: 20px;
        font-weight: 500;
        color: #333;
    }

    .carousel-2 .carousel-indicators {
        bottom: 0;
    }

        .carousel-2 .carousel-indicators li {
            background-color: #f5f5f5;
            border: 1px solid #ddd;
            border-radius: 10px;
        }

    .carousel-2 .carousel-nav a, .carousel-3 .carousel-nav a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid transparent;
        opacity: 1;
    }

    .carousel-2 .carousel-indicators .active {
        background-color: #209AD6;
    }

    .carousel-2 .img-thumbnail {
        margin-top: 26px;
    }

    .carousel-2 h2 {
        font-size: 22px;
    }

    .carousel-2 .carousel-nav a {
        position: absolute;
        top: 10px;
        right: 0;
        margin-top: 0;
        font-size: 18px;
        background: #f5f5f5;
        color: #209AD6;
    }

        .carousel-2 .carousel-nav a:hover {
            background: #209AD6 !important;
            color: #fff;
        }

        .carousel-2 .carousel-nav a.left {
            right: 36px;
        }

        .carousel-2 .carousel-nav a.right {
            right: 0;
        }

    .carousel-2 .carousel-control i {
        position: absolute;
        top: 50%;
        font-size: 22px;
        margin-top: -11px;
    }

    .carousel-2 .carousel-control.left i {
        left: 18px;
    }

    .carousel-2 .carousel-control.right i {
        right: 18px;
    }

.carousel-3 {
    position: relative;
}

    .carousel-3 .carousel-nav a {
        position: absolute;
        top: -40px;
        right: 0;
        margin-top: 0;
        font-size: 18px;
        background: #f5f5f5;
        color: #209AD6;
    }

        .carousel-3 .carousel-nav a:hover {
            background: #209AD6 !important;
            color: #fff;
        }

        .carousel-3 .carousel-nav a.left {
            right: 36px;
        }

        .carousel-3 .carousel-nav a.right {
            right: 0;
        }

.carousel-testimonials {
    padding: 20px 0;
    position: relative;
}

    .carousel-testimonials h4 {
        font-weight: 400;
    }

    .carousel-testimonials .carousel-indicators {
        bottom: -15px !important;
    }

        .carousel-testimonials .carousel-indicators li {
            background-color: #209AD6;
        }

.like-button .button {
    display: block;
    text-align: right;
    padding-top: 10px;
    color: #ddd;
}

    .like-button .button i {
        font-size: 20px;
        color: #ddd;
    }

    .like-button .button.liked i {
        color: #209AD6;
    }

.like-button .count {
    display: block;
    text-align: right;
    position: relative;
    top: -7px;
}

.like-button.inline .button {
    display: inline-block;
    padding: 0;
}

.like-button.inline .count {
    display: inline-block;
    top: -2px;
}

    .like-button.inline .count small {
        font-size: 13px;
    }

.side-like-box {
    text-align: center;
    padding: 5px 5px 0;
    margin-top: 10px;
}

    .side-like-box .button {
        text-align: center;
        padding: 0;
    }

    .side-like-box .count {
        text-align: center;
    }

    .side-like-box i {
        font-size: 24px;
    }

ul.list-listings {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

    ul.list-listings > li {
        margin-bottom: 30px;
        border: 1px solid #e0eded;
        border-radius: 2px;
    }

        ul.list-listings > li.featured {
            border-color: #209AD6;
        }

        ul.list-listings li:after, ul.list-listings > li:before {
            content: "";
            display: table;
        }

        ul.list-listings > li:after {
            clear: both;
        }

    ul.list-listings .listing-header {
        display: block;
        clear: both;
        padding: 8px 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    ul.list-listings .listing-image {
        width: 30%;
        display: table-cell;
    }

        ul.list-listings .listing-image img {
            border-bottom-left-radius: 2px;
        }

    ul.list-listings .listing-body {
        padding: 10px 15px;
        display: table-cell;
        vertical-align: top;
    }

        ul.list-listings .listing-body h3 {
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 500;
            line-height: 25px;
        }

        ul.list-listings .listing-body h4 {
            margin: 0;
            padding: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
        }

        ul.list-listings .listing-body p {
            margin: 5px 0;
        }

        ul.list-listings .listing-body .meta-info {
            border-top: 1px solid #e0eded;
            padding-top: 7px;
        }

            ul.list-listings .listing-body .meta-info ul {
                width: 100%;
                display: table;
                table-layout: auto;
            }

                ul.list-listings .listing-body .meta-info ul li {
                    display: table-cell;
                    border-right: 1px solid #e0eded;
                    text-align: center;
                }

                    ul.list-listings .listing-body .meta-info ul li.stretch {
                        width: 40%;
                    }

                    ul.list-listings .listing-body .meta-info ul li i {
                        color: #333;
                        margin-right: 5px;
                    }

                    ul.list-listings .listing-body .meta-info ul li:first-child {
                        padding-left: 0;
                    }

                    ul.list-listings .listing-body .meta-info ul li:last-child {
                        padding-right: 0;
                        border: 0;
                    }

    ul.list-listings .listing-actions {
        width: 20%;
        display: table-cell;
        text-align: center;
        vertical-align: top;
        position: relative;
        border-left: 1px solid #e0eded;
    }

        ul.list-listings .listing-actions .btn {
            margin-top: 6px;
        }

ul.list-listings-2 {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

    ul.list-listings-2 > li {
        margin-bottom: 30px;
        border: 1px solid #e0eded;
        border-radius: 2px;
    }

        ul.list-listings-2 li:after, ul.list-listings-2 > li:before {
            content: "";
            display: table;
        }

        ul.list-listings-2 > li:after {
            clear: both;
        }

        ul.list-listings-2 > li.featured {
            border-color: #209AD6;
        }

    ul.list-listings-2 .listing-header {
        clear: both;
        padding: 8px 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    ul.list-listings-2 .listing-image {
        width: 30%;
        position: relative;
        display: table-cell;
        vertical-align: top;
        border-right: 1px solid #e0eded;
    }

.btn, .video-js, .video-js.vjs-styled-skin, ul.aux-info-cells li, ul.categories > li > a i {
    vertical-align: middle;
}

ul.list-listings-2 .listing-image img {
    border-bottom-left-radius: 2px;
}

ul.list-listings-2 .listing-image .btn {
    position: absolute;
    bottom: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

ul.list-listings-2 .listing-body {
    padding: 14px;
    background: 0 0;
}

    ul.list-listings-2 .listing-body h3 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
    }

    ul.list-listings-2 .listing-body h4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    ul.list-listings-2 .listing-body p {
        margin-bottom: 5px;
    }

ul.list-listings-2 .listing-footer ul.aux-info {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    background: #fff;
    border-top: 1px solid #e0eded;
}

    ul.list-listings-2 .listing-footer ul.aux-info li {
        display: table-cell;
        padding: 11px 15px;
        vertical-align: middle;
        border-right: 1px solid #e0eded;
    }

        ul.list-listings-2 .listing-footer ul.aux-info li:last-child {
            border: 0;
        }

        ul.list-listings-2 .listing-footer ul.aux-info li i {
            font-size: 18px;
            margin-right: 8px;
            color: #333;
        }

ul.list-check {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

    ul.list-check li {
        padding: 4px 0;
        margin: 0;
        display: block;
        width: 100%;
    }

        ul.list-check li i {
            color: #209AD6;
            font-style: normal;
            margin-right: 4px;
        }

        ul.list-check li span {
            font-size: 14px;
        }

ul.categories {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e0eded;
    overflow: hidden;
}

    ul.categories > li {
        border-bottom: 1px solid #e0eded;
        position: relative;
    }

        ul.categories > li:last-child {
            border: 0;
        }

        ul.categories > li > a {
            display: block;
            padding: 10px 15px;
        }

            ul.categories > li > a:after {
                content: "\f105";
                position: relative;
                top: 0;
                float: right;
            }

            ul.categories > li > a:hover {
                background: #209AD6;
                color: #fff;
            }

            ul.categories > li > a i {
                display: inline-block;
                padding-right: 5px;
                font-style: normal;
                color: #999;
                font-size: 11px;
            }

            ul.categories > li > a:hover i {
                color: #fff;
            }

        ul.categories > li > ul {
            margin: 0;
            padding: 0;
            background: #fcfcfc;
        }

            ul.categories > li > ul > li {
                border-top: 1px solid #e0eded;
            }

                ul.categories > li > ul > li > a {
                    display: block;
                    padding: 5px 25px;
                }

ul.aux-info-cells {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
    background: #fff;
}

    ul.aux-info-cells li {
        color: #333;
        display: table-cell;
        padding: 11px 15px;
        border-right: 1px solid #e0eded;
    }

        ul.aux-info-cells li:last-child {
            border: 0;
        }

        ul.aux-info-cells li i {
            font-size: 18px;
            margin-right: 8px;
            color: #333;
        }

.timeline .year {
    width: 100%;
    background: #131313;
    padding: 8px 10px;
    margin: 20px auto 40px !important;
    font-size: 20px;
    border-radius: 3px;
}

.timeline .event:nth-child(2n):before, .timeline .event:nth-child(2n-1):before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #209AD6;
}

.timeline .event {
    padding: 0 !important;
    border: 1px solid #e0eded;
    border-radius: 0;
}

    .timeline .event:nth-child(2n):before {
        right: -6.8% !important;
        top: 20px;
        width: 10px;
        height: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .timeline .event:nth-child(2n-1):after {
        content: "";
        display: inline-block;
        position: absolute;
        left: -12px !important;
        top: 12px;
        width: 0;
        height: 0;
        border-right: 12px solid #fcfcfc;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .timeline .event:nth-child(2n-1):before {
        left: -6.5% !important;
        top: 20px;
        width: 10px;
        height: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .timeline .event:nth-child(2n) .event-date:after, .timeline .event:nth-child(2n) .event-date:before, .timeline .event:nth-child(2n-1) .event-date:after, .timeline .event:nth-child(2n-1) .event-date:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
    }

.timeline .event-date {
    margin: 0;
    border-bottom: 1px solid #e0eded;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 10px;
    background: #fcfcfc;
}

.timeline .event:nth-child(2n) .event-date:after {
    right: -12px !important;
    top: 12px;
    border-left: 12px solid #fcfcfc;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}

.timeline .event:nth-child(2n) .event-date:before {
    top: 11px;
    right: -13px;
    border-left: 13px solid #e0eded;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}

.timeline .event:nth-child(2n-1) .event-date:after {
    left: -12px !important;
    top: 12px;
    border-right: 12px solid #fcfcfc;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}

.timeline .event:nth-child(2n-1) .event-date:before {
    top: 11px;
    left: -13px;
    border-right: 13px solid #e0eded;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}

#toTop, #toTopHover {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.timeline .event-date h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #333;
}

.timeline .event-date small {
    display: block;
    font-size: 12px;
    color: #a1a1a1;
    font-weight: 400;
}

.timeline .event-date i {
    margin-right: 7px;
}

.timeline .event-body {
    background: #fff;
    padding: 10px;
}

.timeline .event-footer {
    margin: 0;
    text-align: left;
    background: 0 0;
    border-top: 1px solid #e0eded;
}

    .timeline .event-footer:after, .timeline .event-footer:before {
        display: table;
        content: " ";
    }

    .timeline .event-footer:after {
        clear: both;
    }

.timeline .event img {
    margin: 0 0 15px;
}

.timeline p {
    text-align: justify;
}

.timeline .embed-responsive {
    margin-bottom: 15px;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: 0;
    text-indent: 100%;
    background: #555;
    border-radius: 3px;
}

#toTopHover {
    background: #209AD6;
    display: block;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: 0;
}

#toTop:before {
    content: "\f106";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    text-indent: 0;
}

.widget.tags-wr {
    padding-bottom: 15px;
}

.tags-list:after, .tags-list:before {
    display: table;
    content: "";
}

.tags-list:after {
    clear: both;
}

.tags-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .tags-list li {
        border: 1px solid #209AD6;
        background: #fff;
        padding: 5px;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #209AD6;
        font-size: 12px;
    }

        .tags-list li a {
            color: #209AD6;
            margin-left: 4px;
        }

        .tags-list li:hover {
            background: #209AD6;
            color: #fff;
        }

            .tags-list li:hover a {
                color: #fff;
            }

.range-slider-wrapper {
    position: relative;
}

    .range-slider-wrapper .range-slider-val-low {
        position: absolute;
        left: 0;
    }

    .range-slider-wrapper .range-slider-val-up {
        position: absolute;
        right: 0;
    }

    .range-slider-wrapper .tooltip {
        display: block;
        position: absolute;
        top: -34px;
        left: -16px;
        border-radius: 2px;
        background: #111;
        color: #fff;
        padding: 5px;
        text-align: center;
        width: 50px;
        opacity: .7;
    }

        .range-slider-wrapper .tooltip:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(17,17,17,0);
            border-top-color: #111;
            border-width: 6px;
            margin-left: -6px;
        }

        .range-slider-wrapper .tooltip strong {
            display: block;
            padding: 2px;
        }

.user-profile-img {
    border-top: 3px solid #209AD6;
}

    .user-profile-img img {
        width: 100%;
    }

.progress {
    overflow: hidden;
    background-color: #f5f5f5 !important;
}

    .progress.progress-lg {
        height: 26px;
    }

    .progress.progress-md {
        height: 16px;
    }

    .progress.progress-sm {
        height: 10px;
    }

    .progress.progress-xs {
        height: 4px;
    }

    .progress .sr-only {
        width: auto;
        height: 20px;
        margin: 0 0 0 30px;
        left: 0;
        clip: auto;
        line-height: 20px;
        font-size: 13px;
    }

    .progress.progress-lg .sr-only {
        height: 26px;
        line-height: 26px;
    }

    .progress.progress-sm .sr-only {
        height: 14px;
        line-height: 14px;
    }

    .progress.progress-xs .sr-only {
        height: 8px;
        line-height: 8px;
    }

    .progress.base {
        background-color: #209AD6;
    }

    .progress.base-alt {
        background-color: #209ad6;
    }

    .progress.light {
        background-color: #ecf0f1;
    }

    .progress.dark {
        background-color: #131313;
    }

.progress {
    height: 6px;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel, .progress-bar {
    -webkit-box-shadow: none;
}

.progress-bar {
    background-color: #209AD6;
    box-shadow: none;
    border-radius: 0;
}

.progress-text {
    margin-bottom: 5px;
}

    .progress-text .mark {
        float: left;
        width: 50%;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background: 0 0;
    }

        .progress-text .mark.right {
            text-align: right;
        }

.progress.style-3 .progress-bar {
    background-image: -webkit-gradient(linear,100% 0,0 100%,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #35a7e6;
    background-size: 20px 20px;
}

    .progress.style-3 .progress-bar.base-alt {
        background-color: #209ad6;
    }

    .progress.style-3 .progress-bar.light {
        background-color: #ecf0f1;
    }

    .progress.style-3 .progress-bar.dark {
        background-color: #131313;
    }

.progress.download {
    position: relative;
}

    .progress.download .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress.download .download-bar {
        background-color: #00abc4;
    }

        .progress.download .download-bar.base-alt {
            background-color: #79a70b;
        }

        .progress.download .download-bar.light {
            background-color: #cfd9db;
        }

        .progress.download .download-bar.dark {
            background-color: #000;
        }

.tab-body {
    padding: 15px;
}

div.wp-tabs {
    margin-bottom: 0;
}

    div.wp-tabs:after, div.wp-tabs:before {
        display: table;
        content: " ";
    }

    div.wp-tabs:after {
        clear: both;
    }

    div.wp-tabs div.tab-content {
        -moz-border-radius: none;
        -moz-box-shadow: none;
        -webkit-border-radius: 0;
        -webkit-box-shadow: 0;
        background-color: #fff;
        border: 1px solid #e0eded;
        border-radius: 0;
        border-top: 0;
        box-shadow: none;
        padding: 15px;
    }

        div.wp-tabs div.tab-content.tab-content-inverse {
            border: 1px solid #eee;
            background: 0 0;
        }

    div.wp-tabs ul.nav-tabs {
        margin: 0;
    }

        div.wp-tabs ul.nav-tabs li.active a {
            background: #fcfcfc;
            border-top: 1px solid #e0eded;
            color: #333;
        }

        div.wp-tabs ul.nav-tabs a {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            background: #fcfcfc;
            margin-right: 0;
            color: #333;
        }

            div.wp-tabs ul.nav-tabs a:hover {
                color: #7a92ac;
            }

            div.wp-tabs ul.nav-tabs a:active, div.wp-tabs ul.nav-tabs a:focus {
                border-bottom: 0;
            }

div.wp-tabs-left ul.nav-tabs a:active, div.wp-tabs-left ul.nav-tabs a:focus {
    border-right: 0;
}

div.wp-tabs ul.nav-tabs a, div.wp-tabs ul.nav-tabs a:hover {
    border: 1px solid #eee;
    border-right: 0;
    border-top: 1px solid #e0eded;
    font-size: .9em;
}

div.wp-tabs ul.nav-tabs li:last-child a, div.wp-tabs ul.nav-tabs li:last-child a:hover {
    border-right: 1px solid #e0eded;
}

div.wp-tabs-left ul.nav-tabs a, div.wp-tabs-left ul.nav-tabs a:hover {
    border: 1px solid #eee;
    border-right: 0;
    border-left: 2px solid #ddd;
    color: #ccc;
    font-size: .9em;
}

div.wp-tabs-right ul.nav-tabs a, div.wp-tabs-right ul.nav-tabs a:hover {
    border: 1px solid #eee;
    border-left: 0;
    border-right: 2px solid #ddd;
    color: #ccc;
    font-size: .9em;
}

.tabbable.wp-tabs-left {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}

div.tabbable.wp-tabs-left div.tab-content {
    -moz-border-radius: 0 0 2px 2px;
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.04);
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.04);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 2px 2px;
    border-left: 0;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.04);
    padding: 15px;
}

div.tabbable.tabs-left div.tab-content, div.tabbable.wp-tabs-right div.tab-content {
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.04);
}

div.tabbable.wp-tabs-left ul.nav-tabs a {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 2px 2px 0 0;
    color: #666;
    margin-bottom: 3px;
}

div.tabbable.wp-tabs-left ul.nav-tabs li.active a {
    background: #fff;
    color: #ccc;
}

.tabbable.wp-tabs-right {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}

div.tabbable.wp-tabs-right div.tab-content {
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 2px 2px;
    border-left: 0;
    margin: 0;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.04);
    padding: 15px;
}

div.tabbable.wp-tabs-right ul.nav-tabs a {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 2px 2px 0 0;
    color: #666;
    margin-bottom: 3px;
}

div.tabbable.wp-tabs-right ul.nav-tabs li.active a {
    background: #fff;
    color: #ccc;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #e0eded;
    border-right: 0;
}

.wp-tabs-centered {
    width: 100%;
    display: table;
    margin: 0 auto;
}

    .wp-tabs-centered ul li {
        width: 100px;
        display: inline-block;
        float: none;
    }

.tabs-framed {
    border: 1px solid #e0eded;
}

.tabs.bookmarks2 li {
    max-width: 48%;
}

.tabs.bookmarks3 li {
    max-width: 32%;
}

.tabs.bookmarks4 li {
    max-width: 24%;
}

.tabs.bookmarks5 li {
    max-width: 18%;
}

.tabs.bookmarks6 li {
    max-width: 16%;
}

.tabs {
    border-bottom: 1px solid #e0eded;
}

    .tabs li {
        float: left;
        border-right: 1px solid #e0eded;
        margin-bottom: -1px;
    }

        .tabs li:first-child {
            padding-left: 1px;
        }

        .tabs li.active {
            background: #fcfcfc;
        }

        .tabs li a {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #333;
            padding: 12px 25px;
            margin: 0 -1px;
            border-bottom: 3px solid transparent;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .tabs li.active a {
            color: #333;
            border-bottom: 3px solid #209AD6;
        }

.tab-image {
    margin: 0 0 12px;
    -webkit-box-shadow: 2px 2px 13px rgba(60,155,213,.16);
    box-shadow: 2px 2px 13px rgba(60,155,213,.16);
}

    .tab-image img {
        display: block;
        width: 100%;
    }

    .tab-image.pull-left, .tab-image.pull-right {
        width: 45%;
    }

.col-sm-12 .tab-image.pull-left, .col-sm-12 .tab-image.pull-right {
    width: 33%;
}

.tab-image.pull-left {
    margin: 5px 20px 5px 0;
}

.tab-image.pull-right {
    margin: 5px 0 5px 20px;
}

@media (max-width:991px) {
    .tabs li a {
        font-size: 18px;
        padding: 15px;
    }
}

@media (max-width:479px) {
    .tabs li a {
        font-size: 14px;
        padding: 12px;
    }

    .tab-image.pull-left, .tab-image.pull-right {
        width: 100%;
        margin: 0 0 16px;
        float: none !important;
    }
}

.nav-pills {
    margin-bottom: 15px;
    border: 1px solid #eee;
}

    .alert, .label, .nav-pills > li > a, .panel, .panel .panel-heading, .panel-group .panel {
        border-radius: 0;
    }

    .nav-pills > li > a {
        border-right: 1px solid #e0eded;
    }

    .nav-pills > li:last-child > a {
        border-radius: 0;
        border-right: 0;
    }

    .nav-pills > li > a:focus, .nav-pills > li > a:hover {
        background: #f5f5f5;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #209AD6;
        background: 0 0;
    }

.panel {
    background-color: #fff;
    box-shadow: none;
}

    .panel.panel-base {
        background-color: #209AD6;
    }

    .panel .panel-heading {
        padding: 15px;
    }

.panel-default {
    border-color: #e0eded;
}

    .panel-default > .panel-heading {
        border-color: #e0eded;
        background: #fcfcfc;
    }

        .panel-default > .panel-heading h2 {
            margin: 0;
            padding: 0;
            font-size: 16px;
            font-weight: 500;
            text-transform: capitalize;
            color: #333;
        }

.panel-dark {
    background: #131313;
    border-color: transparent;
    color: #fff;
}

    .panel-dark > .panel-heading {
        border-color: #0b0b0b;
        background: #131313;
        color: #fff;
    }

    .panel-dark .bb {
        border-color: #0b0b0b;
    }

.panel-light {
    background: #ecf0f1;
    border-color: transparent;
    color: #2c3e50;
}

    .panel-light > .panel-heading {
        border-color: #e0eded;
        background: #ecf0f1;
        color: #2c3e50;
    }

    .panel-light .bb {
        border-color: #e3e9eb;
    }

.panel-group {
    margin-bottom: 30px;
}

    .panel-group .panel {
        border-color: #dadada;
    }

        .panel-group .panel + .panel {
            margin-top: 0;
            border-top: 0;
        }

    .panel-group .panel-heading {
        padding: 14px 15px;
        position: relative;
        background: #f3f3f3;
    }

        .panel-group .panel-heading:after {
            content: "+";
            font-size: 12px;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -8px;
            color: #333;
        }

.btn-icon, .btn-lg i {
    position: relative;
}

.panel-group .panel-heading a {
    font-weight: 400;
    color: #333;
}

    .panel-group .panel-heading a i {
        margin-right: 5px;
        color: #333;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: #dadada;
    color: #616161;
}

.modal-footer {
    margin-top: 0;
}

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.table > thead > tr {
    background: #f3f3f3;
}

.pagination-style-2 > li > a {
    margin-right: 4px;
    border-color: #e0eded;
    border-radius: 2px;
}

.pagination > li:first-child > a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination > li:last-child > a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border-color: #e0eded;
    color: #209AD6;
}

    .pagination > li > a:hover, .pagination > li > span:hover {
        background-color: #209AD6;
        border-color: #e0eded;
        color: #fff;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #209AD6;
    border-color: #209AD6;
    color: #fff;
}

.well {
    border-radius: 2px;
    background: #fcfcfc;
    border-color: #e0eded;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .well.base, .well.base-alt, .well.dark, .well.light {
        border-color: transparent;
    }

    .well.base {
        background: #209AD6;
    }

    .well.base-alt {
        background: #209ad6;
    }

    .well.light {
        background: #ecf0f1;
    }

    .well.dark {
        background: #131313;
    }

.btn, .btn-a-one.active, .btn-a-one:active, .btn-alt.active, .btn-alt:active, .btn-b-alt.active, .btn-b-alt:active, .btn-b-base.active, .btn-b-base:active, .btn-b-dark.active, .btn-b-dark:active, .btn-b-white.active, .btn-b-white:active, .btn-base.active, .btn-base:active, .btn-dark.active, .btn-dark:active, .btn-light.active, .btn-light:active, .btn-white.active, .btn-white:active, .open .dropdown-toggle.btn-a-one, .open .dropdown-toggle.btn-alt, .open .dropdown-toggle.btn-b-alt, .open .dropdown-toggle.btn-b-base, .open .dropdown-toggle.btn-b-dark, .open .dropdown-toggle.btn-b-white, .open .dropdown-toggle.btn-base, .open .dropdown-toggle.btn-dark, .open .dropdown-toggle.btn-light, .open .dropdown-toggle.btn-white {
    background-image: none;
}

.well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: 500;
}

.well p {
    margin: 0;
}

.dl-horizontal.style-2 dt {
    text-align: left;
    font-size: 13px;
}

.btn {
    font-weight: 400;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus, .btn:hover {
        -webkit-transition: background-position 0s linear;
        -moz-transition: background-position 0s linear;
        -o-transition: background-position 0s linear;
        transition: background-position 0s linear;
    }

    .btn i {
        margin-right: 4px;
    }

.btn-lg {
    font-size: 18px;
    line-height: 1.33;
    border-radius: 2px;
}

    .btn-lg i {
        font-size: 24px;
        top: 3px;
    }

.btn-xs {
    border-radius: 1px;
}

.btn-xl {
    padding: 16px 20px;
    font-size: 20px;
}

.btn-square {
    border-radius: 0 !important;
}

.btn-a-one {
    background-color: rgba(255,255,255,0);
    border: 0;
    color: #fff;
    border-radius: 0;
}

    .btn-a-one.active, .btn-a-one:active, .btn-a-one:focus, .btn-a-one:hover, .open .dropdown-toggle.btn-a-one {
        color: #209AD6;
        background-color: #fff;
        border: 0;
    }

.input-group-btn .btn-a-one {
    border-left: 1px solid #fff;
}

.btn-b-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}

    .btn-b-white.active, .btn-b-white:active, .btn-b-white:focus, .btn-b-white:hover, .open .dropdown-toggle.btn-b-white {
        color: #209AD6 !important;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-b-white:hover:before {
            color: #209AD6 !important;
        }

    .btn-b-white.btn-icon:before {
        border-right: 2px solid #fff;
    }

    .btn-b-white.btn-icon-right:before {
        border-right: 0;
        border-left: 2px solid #fff;
    }

.btn-b-base {
    background-color: transparent;
    border: 2px solid #209AD6;
    color: #209AD6;
}

    .btn-b-base.active, .btn-b-base:active, .btn-b-base:focus, .btn-b-base:hover, .open .dropdown-toggle.btn-b-base {
        color: #fff;
        background-color: #209AD6;
        border-color: #209AD6;
    }

    .btn-b-base.btn-icon:before {
        border-right: 2px solid #209AD6;
    }

    .btn-b-base.btn-icon-right:before {
        border-right: 0;
        border-left: 2px solid #209AD6;
    }

.btn-b-alt {
    background-color: transparent;
    border: 2px solid #209ad6;
    color: #209ad6;
}

    .btn-b-alt.active, .btn-b-alt:active, .btn-b-alt:focus, .btn-b-alt:hover, .open .dropdown-toggle.btn-b-alt {
        color: #fff;
        background-color: #209ad6;
        border-color: #209ad6;
    }

    .btn-b-alt.btn-icon:before {
        border-right: 2px solid #209ad6;
    }

    .btn-b-alt.btn-icon-right:before {
        border-right: 0;
        border-left: 2px solid #209ad6;
    }

.btn-b-light {
    background-color: transparent;
    border: 2px solid #ecf0f1;
    color: #ecf0f1;
}

    .btn-b-light.active, .btn-b-light:active, .btn-b-light:focus, .btn-b-light:hover, .open .dropdown-toggle.btn-b-light {
        color: #333;
        background-color: #ecf0f1;
        border-color: #ecf0f1;
    }

    .btn-b-light.active, .btn-b-light:active, .open .dropdown-toggle.btn-b-light {
        background-image: none;
    }

    .btn-b-light.btn-icon:before {
        border-right: 2px solid #ecf0f1;
    }

    .btn-b-light.btn-icon-right:before {
        border-right: 0;
        border-left: 2px solid #ecf0f1;
    }

.btn-b-dark {
    background-color: transparent;
    border: 2px solid #131313;
    color: #131313;
}

    .btn-b-dark.active, .btn-b-dark:active, .btn-b-dark:focus, .btn-b-dark:hover, .open .dropdown-toggle.btn-b-dark {
        color: #fff;
        background-color: #131313;
        border-color: #131313;
    }

    .btn-b-dark.btn-icon:before {
        border-right: 2px solid #131313;
    }

    .btn-b-dark.btn-icon-right:before {
        border-right: 0;
        border-left: 2px solid #131313;
    }

.btn-base {
    color: #fff !important;
    background-color: #003963;
    border: 1px solid #f97704;
}

    .btn-base.active, .btn-base:active, .btn-base:focus, .btn-base:hover, .open .dropdown-toggle.btn-base {
        color: #fff;
        background-color: #209ad6;
        border-color: #209ad6;
    }

.btn-alt {
    color: #fff !important;
    background-color: #008aa4;
    border: 1px solid #008aa4;
}

    .btn-alt.active, .btn-alt:active, .btn-alt:focus, .btn-alt:hover, .open .dropdown-toggle.btn-alt {
        color: #fff;
        background-color: #209AD6;
        border-color: #008aa4;
    }

.btn-dark {
    color: #fff;
    background-color: #131313;
    border: 1px solid #060606;
}

    .btn-dark.active, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open .dropdown-toggle.btn-dark {
        color: #fff;
        background-color: #2d2d2d;
        border-color: #2d2d2d;
    }

.btn-light {
    color: #333;
    background-color: #ecf0f1;
    border: 1px solid #dde4e6;
}

    .btn-light.active, .btn-light:active, .btn-light:focus, .btn-light:hover, .open .dropdown-toggle.btn-light {
        color: #333;
        background-color: #fff;
        border-color: #fff;
    }

.btn-white {
    color: #333;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}

    .btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover, .open .dropdown-toggle.btn-white {
        color: #333;
        background-color: #fff;
        border-color: #f2f2f2;
    }

.btn-icon input, .btn-icon span {
    padding-left: 40px;
}

.btn-icon-right input, .btn-icon-right span {
    padding-left: 15px;
    padding-right: 50px;
}

.btn-icon.btn-xl input, .btn-icon.btn-xl span {
    padding-left: 60px;
}

.btn-icon-right.btn-xl input, .btn-icon-right.btn-xl span {
    padding-left: 30px;
    padding-right: 70px;
}

.btn-icon.btn-lg input, .btn-icon.btn-lg span {
    padding-left: 50px;
}

.btn-icon-right.btn-lg input, .btn-icon-right.btn-lg span {
    padding-left: 15px;
    padding-right: 60px;
}

.btn-icon.btn-sm input, .btn-icon.btn-sm span {
    padding-left: 35px;
}

.btn-icon-right.btn-sm input, .btn-icon-right.btn-sm span {
    padding-left: 15px;
    padding-right: 45px;
}

.btn-icon.btn-xs input, .btn-icon.btn-xs span {
    padding-left: 30px;
}

.btn-icon-right.btn-xs input, .btn-icon-right.btn-xs span {
    padding-left: 15px;
    padding-right: 40px;
}

.btn-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 36px;
    color: #fff;
    border-right: 0;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    -ms-transition: background .1s linear;
    transition: background .1s linear;
    font-family: FontAwesome;
    line-height: 32px;
}

.cusel, .dl-menuwrapper, .dl-menuwrapper li, .dl-menuwrapper li a {
    position: relative;
}

.btn-icon.btn-icon-right:before {
    left: auto;
    right: 0;
}

.btn-icon.btn-xl:before {
    width: 66px;
    line-height: 62px;
}

.btn-icon.btn-lg:before {
    width: 50px;
    line-height: 46px;
}

.btn-icon.btn-sm:before {
    width: 32px;
    line-height: 28px;
}

.btn-icon.btn-lg:before, .btn-icon.btn-xl:before, .btn-icon.btn:before {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.btn-icon.btn-xs:before {
    width: 28px;
    line-height: 22px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.btn-base:before {
    background-color: #209ad6;
}

.btn-alt:before {
    background-color: #00abc4;
}

.btn-dark:before {
    background-color: #000;
}

.btn-light:before {
    background-color: #cfd9db;
    color: #333;
}

.btn-white:before {
    background-color: #e6e6e6;
    color: #333;
}

.btn-icon-go:before {
    content: "\f054";
}

.btn-envelope:before {
    content: "\f003";
}

.btn-cart:before {
    content: "\f07a";
}

.btn-unlock:before {
    content: "\f09c";
}

.btn-check:before {
    content: "\f00c";
}

.btn-search:before {
    content: "\f002";
}

.btn-comment:before {
    content: "\f075";
}

.btn-book:before {
    content: "\f02d";
}

.btn-fly:before {
    content: "\f1d8";
}

.btn-heart:before {
    content: "\f004";
}

.btn-send:before {
    content: "\f1d8";
}

.btn-sign-in:before {
    content: "\f090";
}

.btn-refresh:before {
    content: "\f021";
}

.btn-block-bm {
    display: block;
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dl-menuwrapper {
    width: 100%;
    max-width: 300px;
    float: left;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}

    .dl-menuwrapper:first-child {
        margin-right: 100px;
    }

    .dl-menuwrapper ul {
        padding: 0;
        list-style: none;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .dl-menuwrapper li a {
        display: block;
        padding: 10px 20px;
        font-size: 13px;
        color: #fff;
        outline: 0;
        border-bottom: 1px solid #333;
    }

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255,248,213,.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0,0,0,.1);
}

.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 43px;
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    color: #fff;
}

.cuselFrameRight:before, .no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212,204,198,.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,.15);
}

.dl-menuwrapper .dl-menu {
    margin: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .dl-menuwrapper .dl-menu.dl-menu-toggle {
        transition: all .3s ease;
    }

    .dl-menuwrapper .dl-menu.dl-menuopen {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subview > a, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menuwrapper li .dl-submenu {
    display: none;
}

    .dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li, .no-js .dl-menuwrapper li .dl-submenu {
        display: block;
    }

.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 .4s;
    animation: MenuAnimOut1 .4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 .3s ease-in-out;
    animation: MenuAnimOut2 .3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 .4s ease;
    animation: MenuAnimOut3 .4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 .4s ease;
    animation: MenuAnimOut4 .4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 .4s ease;
    animation: MenuAnimOut5 .4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 .3s;
    animation: MenuAnimIn1 .3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 .3s ease-in-out;
    animation: MenuAnimIn2 .3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 .4s ease;
    animation: MenuAnimIn3 .4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 .4s ease;
    animation: MenuAnimIn4 .4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 .4s ease;
    animation: MenuAnimIn5 .4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 .4s ease;
    animation: SubMenuAnimIn1 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
    animation: SubMenuAnimIn2 .3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 .4s ease;
    animation: SubMenuAnimIn3 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 .4s ease;
    animation: SubMenuAnimIn4 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 .4s ease;
    animation: SubMenuAnimIn5 .4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 .4s ease;
    animation: SubMenuAnimOut1 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
    animation: SubMenuAnimOut2 .3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 .4s ease;
    animation: SubMenuAnimOut3 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 .4s ease;
    animation: SubMenuAnimOut4 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 .4s ease;
    animation: SubMenuAnimOut5 .4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}

.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,.1);
}

.cusel {
    height: 44px;
    display: inline-block;
    z-index: 2;
    padding: 0 30px 0 12px;
}

.cuselOpen {
    z-index: 9999;
}

.cuselText label::selection {
    background-color: transparent;
}

.cuselFrameRight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    cursor: pointer;
}

    .cuselFrameRight:before {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #d0d1d3;
        position: absolute;
        top: 19px;
        right: 14px;
    }

.cusel:hover .cuselFrameRight:before, .cuselFocus .cuselFrameRight:before, .cuselOpen .cuselFrameRight:before {
    border-top-color: #a0a0a0;
}

.cuselText {
    cursor: pointer;
}

    .cuselText label {
        width: 100%;
        height: 100%;
        line-height: 48px;
        font-size: 14px;
        color: #70808b;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#cuselBox, #cuselBox1, #cuselBox2 {
    position: absolute;
    z-index: 9999;
}

    #cuselBox .jScrollPaneContainer, #cuselBox1 .jScrollPaneContainer, #cuselBox2 .jScrollPaneContainer {
        position: relative;
        overflow: hidden;
        border: 1px solid #d0d1d3;
        border-top: none;
        background: #ebf1f8;
        border-radius: 2px;
    }

    #cuselBox .cusel-scroll-pane, #cuselBox1 .cusel-scroll-pane, #cuselBox2 .cusel-scroll-pane {
        padding-right: 0 !important;
    }

    #cuselBox span, #cuselBox1 span, #cuselBox2 span {
        display: block;
        cursor: pointer;
    }

        #cuselBox span label, #cuselBox1 span label, #cuselBox2 span label {
            display: block;
            padding: 10px 12px;
            position: relative;
            border-top: 1px solid #d0d1d3;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        #cuselBox span:first-child label, #cuselBox1 span:first-child label, #cuselBox2 span:first-child label {
            border-top: none;
        }

        #cuselBox span.cuselActive, #cuselBox span.cuselOptHover, #cuselBox span:hover, #cuselBox1 span.cuselActive, #cuselBox1 span.cuselOptHover, #cuselBox1 span:hover, #cuselBox2 span.cuselActive, #cuselBox2 span.cuselOptHover, #cuselBox2 span:hover {
            color: #c9376e;
            background: #dfe3e9;
        }

    #cuselBox .jScrollPaneTrack {
        height: 100%;
        width: 4px !important;
        background: #a0a0a0;
        background: rgba(160,160,160,.36);
        position: absolute;
        top: 0;
        right: 4px;
    }

    #cuselBox .jScrollPaneDrag {
        position: absolute;
        cursor: pointer;
        width: 6px !important;
        height: 26px !important;
        right: -1px;
        background: #a0a0a0;
    }

    #cuselBox1.base .jScrollPaneContainer, #cuselBox2.base .jScrollPaneContainer {
        border: 2px solid #209AD6;
        border-top: none;
        background: #fff !important;
    }

    #cuselBox1.base span label, #cuselBox2.base span label {
        padding: 10px 15px;
        border-top: 1px solid #d7d7d7;
        font-size: 15px;
        font-weight: 500;
        color: #616161;
    }

    #cuselBox1.base span:first-child label, #cuselBox2.base span:first-child label {
        border-top: none;
    }

    #cuselBox1.base span.cuselActive, #cuselBox1.base span.cuselOptHover, #cuselBox1.base span:hover, #cuselBox2.base span.cuselActive, #cuselBox2.base span.cuselOptHover, #cuselBox2.base span:hover {
        color: #616161;
        background: #ececec;
    }

    #cuselBox1.base .jScrollPaneTrack, #cuselBox2.base .jScrollPaneTrack {
        background: #083080;
        background: rgba(8,48,128,.36);
    }

    #cuselBox1.base .jScrollPaneDrag, #cuselBox2.base .jScrollPaneDrag {
        background: #083080;
    }

    #cuselBox1.base .jScrollArrowUp:before, #cuselBox2.base .jScrollArrowUp:before {
        border-bottom-color: #083080;
    }

    #cuselBox1.base .jScrollArrowDown:before, #cuselBox2.base .jScrollArrowDown:before {
        border-top-color: #083080;
    }

.jScrollArrowDown, .jScrollArrowUp {
    width: 6px !important;
    height: 6px;
    position: absolute;
    top: 0;
    right: 3px;
    cursor: pointer;
}

.jScrollArrowDown {
    top: auto;
    bottom: 0;
}

    .jScrollArrowDown:before, .jScrollArrowUp:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 6px solid #a0a0a0;
    }

    .jScrollArrowDown:before {
        border-top: 6px solid #a0a0a0;
        border-bottom: none;
    }

.form-base .cusel {
    height: 46px;
    padding: 0 40px 0 12px;
}

.form-base .cuselText {
    padding-left: 15px;
}

    .form-base .cuselText label {
        line-height: 46px;
        font-weight: 500;
        color: #fff;
    }

.form-base .cuselFrameRight {
    width: 42px;
    background: #00abc4;
    border-left: 1px solid #d7d7d7;
    border-radius: 0 2px 2px 0;
}

    .form-base .cuselFrameRight:before {
        border-top: 9px solid #fff !important;
        top: 16px;
        right: 14px;
    }

.vjs-big-play-button, .vjs-big-play-button:before, .vjs-loading-spinner {
    top: 50%;
    left: 50%;
    position: absolute;
}

.form-base .base.form-control {
    padding: 0;
}

#cuselBox.base .jScrollPaneContainer {
    border: 2px solid #209AD6;
    border-top: none;
    background: #fff !important;
}

#cuselBox.base span label {
    padding: 10px 15px;
    border-top: 1px solid #d7d7d7;
    font-size: 15px;
    font-weight: 500;
    color: #616161;
}

#cuselBox.base span:first-child label {
    border-top: none;
}

#cuselBox.base span.cuselActive, #cuselBox.base span.cuselOptHover, #cuselBox.base span:hover {
    color: #616161;
    background: #ececec;
}

#cuselBox.base .jScrollPaneTrack {
    background: #083080;
    background: rgba(8,48,128,.36);
}

#cuselBox.base .jScrollPaneDrag {
    background: #083080;
}

#cuselBox.base .jScrollArrowUp:before {
    border-bottom-color: #083080;
}

#cuselBox.base .jScrollArrowDown:before {
    border-top-color: #083080;
}

.vjs-default-skin {
    color: #ccc;
}

@font-face {
    ont-family: "FontAwesome";
    font-weight: 400;
    font-style: normal;
}

.vjs-time-divider {
    float: left;
    line-height: 3em;
}

.vjs-big-play-button {
    z-index: 2;
    width: 76px;
    height: 76px;
    margin-top: -38px;
    margin-left: -38px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    background: rgba(255,255,255,.9);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    .vjs-big-play-button:hover {
        background: #fff;
    }

    .vjs-big-play-button:before {
        content: "\f04b";
        font-family: FontAwesome;
        font-size: 40px;
        color: #209AD6;
        margin-left: -10px;
        margin-top: -11px;
    }

.vjs-styled-skin.base .vjs-big-play-button:before {
    color: #209AD6;
}

.vjs-styled-skin.base-alt .vjs-big-play-button:before {
    color: #209ad6;
}

.vjs-styled-skin.dark .vjs-big-play-button:before, .vjs-styled-skin.light .vjs-big-play-button:before {
    color: #131313;
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
    display: none;
}

.vjs-loading-spinner {
    display: none;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    opacity: .75;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0 0 .1em #000;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(359deg);
    }
}

.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,sans-serif;
    user-select: none;
}

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-js:-moz-full-screen {
        position: absolute;
    }

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .vjs-poster img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        padding: 0;
        width: 100%;
    }

.video-js.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
}

.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
}

.video-js .vjs-subtitles {
    color: #fff;
}

.video-js .vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

.vjs-default-skin .vjs-hidden {
    display: none;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-styled-skin .vjs-control-bar, .vjs-styled-skin.vjs-has-started .vjs-control-bar, .vjs-styled-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
}

.vjs-styled-skin {
    color: #f9ffe8;
}

    .vjs-styled-skin .vjs-control-bar {
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        height: 50px;
        background: #209AD6;
    }

    .vjs-styled-skin.base .vjs-control-bar {
        background: #209AD6;
    }

    .vjs-styled-skin.base-alt .vjs-control-bar {
        background: #209ad6;
    }

    .vjs-styled-skin.light .vjs-control-bar {
        background: #ecf0f1;
    }

    .vjs-styled-skin.dark .vjs-control-bar {
        background: #131313;
    }

    .vjs-styled-skin.shadowed .vjs-control-bar {
        -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
        box-shadow: 3px 3px 5px rgba(0,0,0,.2);
    }

    .vjs-styled-skin.vjs-fullscreen .vjs-control-bar {
        bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .vjs-styled-skin .vjs-control {
        outline: 0;
        position: relative;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 5em;
    }

        .vjs-styled-skin .vjs-control:before {
            font-family: FontAwesome;
            font-size: 2em;
            line-height: 2.4;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
        }

        .vjs-styled-skin .vjs-control:focus:before, .vjs-styled-skin .vjs-control:hover:before {
            text-shadow: 0 0 1em #fff;
        }

    .vjs-styled-skin .vjs-control-text {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .vjs-styled-skin .vjs-play-control {
        cursor: pointer;
        background: #5faee3;
    }

    .vjs-styled-skin.base .vjs-play-control {
        background: #5faee3;
    }

    .vjs-styled-skin.base-alt .vjs-play-control {
        background: #b6f127;
    }

    .vjs-styled-skin.light .vjs-play-control {
        background: #cfd9db;
    }

    .vjs-styled-skin.dark .vjs-play-control {
        background: #2d2d2d;
    }

    .vjs-styled-skin .vjs-play-control:before {
        content: "\f04b";
    }

    .vjs-styled-skin.vjs-playing .vjs-play-control:before {
        content: "\f04c";
    }

    .vjs-styled-skin .vjs-mute-control, .vjs-styled-skin .vjs-volume-menu-button {
        cursor: pointer;
        float: right;
        background: #c00;
    }

    .vjs-styled-skin.base .vjs-mute-control, .vjs-styled-skin.base .vjs-volume-menu-button {
        background: #00abc4;
    }

    .vjs-styled-skin.base-alt .vjs-mute-control, .vjs-styled-skin.base-alt .vjs-volume-menu-button {
        background: #79a70b;
    }

    .vjs-styled-skin.light .vjs-mute-control, .vjs-styled-skin.light .vjs-volume-menu-button {
        background: #cfd9db;
    }

    .vjs-styled-skin.dark .vjs-mute-control, .vjs-styled-skin.dark .vjs-volume-menu-button {
        background: #000;
    }

    .vjs-styled-skin .vjs-mute-control:before, .vjs-styled-skin .vjs-volume-menu-button:before {
        content: "\f028";
    }

    .vjs-styled-skin .vjs-mute-control.vjs-vol-0:before, .vjs-styled-skin .vjs-volume-menu-button.vjs-vol-0:before {
        content: "\f026";
    }

    .vjs-styled-skin .vjs-mute-control.vjs-vol-1:before, .vjs-styled-skin .vjs-mute-control.vjs-vol-2:before, .vjs-styled-skin .vjs-volume-menu-button.vjs-vol-1:before, .vjs-styled-skin .vjs-volume-menu-button.vjs-vol-2:before {
        content: "\f027";
    }

    .vjs-styled-skin .vjs-volume-control {
        float: right;
        background: #00abc4;
        width: 8em;
    }

    .vjs-styled-skin.base .vjs-volume-control {
        background: #00abc4;
    }

    .vjs-styled-skin.base-alt .vjs-volume-control {
        background: #79a70b;
    }

    .vjs-styled-skin.light .vjs-volume-control {
        background: #cfd9db;
    }

    .vjs-styled-skin.dark .vjs-volume-control {
        background: #000;
    }

    .vjs-styled-skin .vjs-volume-bar {
        background: #0b3068;
        height: 4px !important;
        margin-top: 22px;
        border-radius: 2px;
    }

.no-volume-bar .vjs-volume-control {
    display: none !important;
}

.vjs-styled-skin .vjs-volume-level {
    background: #40aae4;
    height: 100%;
    border-radius: 2px;
}

.vjs-styled-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    height: 3px;
    top: -3px;
    padding: 0;
    background: #fff;
}

.vjs-styled-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    height: 100%;
}

    .vjs-styled-skin .vjs-slider:focus {
        -webkit-box-shadow: 0 0 2em #fff;
        box-shadow: 0 0 2em #fff;
    }

.vjs-styled-skin .vjs-slider-handle {
    display: none;
}

.vjs-styled-skin .vjs-progress-holder .vjs-load-progress, .vjs-styled-skin .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}

.vjs-styled-skin .vjs-play-progress {
    background: #c9376e;
}

.vjs-styled-skin .vjs-load-progress {
    background: #ccc;
    background: rgba(201,55,110,.4);
}

.vjs-styled-skin .vjs-time-controls, .vjs-styled-skin .vjs-time-divider {
    font-size: 15px;
    font-weight: 700;
    color: #b5e059;
    line-height: 48px;
    width: auto;
    padding-left: 3px;
}

.vjs-styled-skin.base .vjs-time-controls, .vjs-styled-skin.base .vjs-time-divider {
    color: #cce5f6;
}

.vjs-styled-skin.base-alt .vjs-time-controls, .vjs-styled-skin.base-alt .vjs-time-divider {
    color: #def99f;
}

.vjs-styled-skin.light .vjs-time-controls, .vjs-styled-skin.light .vjs-time-divider {
    color: #859fa5;
}

.vjs-styled-skin.dark .vjs-time-controls, .vjs-styled-skin.dark .vjs-time-divider {
    color: #6c6c6c;
}

.vjs-styled-skin .vjs-current-time {
    color: #fff;
    padding-left: 16px;
}

.vjs-styled-skin .vjs-remaining-time {
    display: none;
}

.vjs-styled-skin .vjs-fullscreen-control {
    cursor: pointer;
    float: right;
    background: #00abc4;
}

.no-fullscreen .vjs-fullscreen-control {
    display: none !important;
}

.vjs-styled-skin.base .vjs-fullscreen-control {
    background: #00abc4;
}

.vjs-styled-skin.base-alt .vjs-fullscreen-control {
    background: #79a70b;
}

.vjs-styled-skin.light .vjs-fullscreen-control {
    background: #cfd9db;
}

.vjs-styled-skin.dark .vjs-fullscreen-control {
    background: #000;
}

.vjs-styled-skin .vjs-fullscreen-control:before {
    content: "\f065";
}

.vjs-styled-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f066";
}

.vjs-styled-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}

.vjs-styled-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000;
    border-top-color: rgba(7,40,50,.5);
}

.vjs-styled-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7,20,30,.7);
    -webkit-box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
    -moz-box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
    box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
}

.vjs-styled-skin .vjs-menu-button:hover .vjs-menu {
    display: block;
}

.vjs-styled-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: .3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

    .vjs-styled-skin .vjs-menu-button ul li.vjs-selected {
        background-color: #000;
    }

        .vjs-styled-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-styled-skin .vjs-menu-button ul li.vjs-selected:hover, .vjs-styled-skin .vjs-menu-button ul li:focus, .vjs-styled-skin .vjs-menu-button ul li:hover {
            outline: 0;
            color: #111;
            background-color: #fff;
            background-color: rgba(255,255,255,.75);
            -webkit-box-shadow: 0 0 1em #fff;
            -moz-box-shadow: 0 0 1em #fff;
            box-shadow: 0 0 1em #fff;
        }

    .vjs-styled-skin .vjs-menu-button ul li.vjs-menu-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 2em;
        padding: 0;
        margin: 0 0 .3em;
        font-weight: 700;
        cursor: default;
    }

.vjs-styled-skin .vjs-subtitles-button:before {
    content: "\e00c";
}

.vjs-styled-skin .vjs-captions-button:before {
    content: "\e008";
}

.vjs-styled-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-styled-skin .vjs-captions-button:hover .vjs-control-content:before {
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}

.video-js.vjs-styled-skin {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 50px;
}

.video-player .video-js.vjs-styled-skin {
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
}

.video-js.vjs-styled-skin.vjs-fullscreen {
    margin-bottom: 0;
}

.video-js.vjs-styled-skin .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-styled-skin .vjs-poster {
    background-size: cover;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

@media (max-width:479px) {
    .vjs-styled-skin .vjs-control-bar {
        bottom: -40px;
        height: 40px;
    }

    .vjs-styled-skin .vjs-control {
        width: 3em;
    }

        .vjs-styled-skin .vjs-control:before {
            font-size: 1.6em;
        }

    .vjs-styled-skin .vjs-time-controls, .vjs-styled-skin .vjs-time-divider {
        font-size: 13px;
        line-height: 40px;
    }

    .vjs-styled-skin .vjs-volume-control {
        width: 4em;
    }

    .vjs-styled-skin .vjs-volume-bar {
        margin-top: 17px;
    }

    .vjs-styled-skin .vjs-progress-control {
        width: auto;
    }
}

@media (min-width:992px) {
    .header-cover .navbar-wp {
        width: 100%;
        position: absolute;
        top: 43px;
    }

    .header-cover .top-header {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 1200;
    }

    #mobileLogo {
        display: none;
    }

    .header-alpha .top-header {
        background: rgba(255,255,255,.5);
    }

        .header-alpha .top-header .aux-text, .header-alpha .top-header .top-header-menu > ul.top-menu > li > a, .header-alpha .top-header .top-header-top-menu > ul.top-menu > li > a {
            color: #fff;
        }

            .header-alpha .top-header .top-header-top-menu > ul.top-menu > li > a:hover {
                color: red;
            }

        .header-alpha .top-header .top-header-menu ul.top-menu > li ul.sub-menu {
            background: rgba(0,0,0,.85);
            color: #fff;
        }

            .header-alpha .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > a {
                color: #fff;
            }

                .header-alpha .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > a:hover {
                    color: red;
                }

    .header-alpha .navbar-wp {
        background: rgba(255,255,255,0);
        border-bottom: 0;
    }

        .header-alpha .navbar-wp .navbar-inner {
            border-bottom: 1px solid #e0eded;
        }

        .header-alpha .navbar-wp .navbar-nav > li > a {
            padding: 28px 16px;
            margin-right: 0;
            font-size: 14px;
            font-weight: 500;
            font-family: 'cabin condensed',sans-serif;
            color: #fff;
            text-transform: uppercase;
        }

        .header-alpha .navbar-wp .navbar-nav > .open > a, .header-alpha .navbar-wp .navbar-nav > .open > a:focus, .header-alpha .navbar-wp .navbar-nav > .open > a:hover, .header-alpha .navbar-wp.affix .navbar-nav > .open > a:focus, .header-alpha .navbar-wp.affix .navbar-nav > .open > a:hover, .header-alpha .navbar-wp.affix .navbar-nav > li > a, .header-alpha .navbar-wp.affix .navbar-nav > li > a:focus, .header-alpha .navbar-wp.affix .navbar-nav > li > a:hover {
            color: #333;
        }

        .header-alpha .navbar-wp .navbar-nav > li > a.dropdown-form-toggle, .header-alpha .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus, .header-alpha .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover {
            color: #fff;
        }

        .header-alpha .navbar-wp.affix .navbar-nav > li > a.dropdown-form-toggle, .header-alpha .navbar-wp.affix .navbar-nav > li > a.dropdown-form-toggle:focus, .header-alpha .navbar-wp.affix .navbar-nav > li > a.dropdown-form-toggle:hover {
            color: #fff;
            margin-top: 0;
        }

        .header-alpha .navbar-wp .dropdown-menu {
            background: rgba(0,0,0,.85);
            border-top: 1px solid transparent;
            border-bottom: 0;
        }

            .header-alpha .navbar-wp .dropdown-menu > li {
                border-bottom: 1px solid rgba(247,247,247,0);
            }

                .header-alpha .navbar-wp .dropdown-menu > li:last-child {
                    border: 0;
                }

                .header-alpha .navbar-wp .dropdown-menu > li > a {
                    color: #fff;
                    padding: 8px 15px;
                }

                    .header-alpha .navbar-wp .dropdown-menu > li > a:hover {
                        background: #333;
                        color: #fff;
                    }

        .header-alpha .navbar-wp .dropdown-menu-search {
            background: rgba(0,0,0,.85);
            border: 1px solid #fff;
        }

        .header-alpha .navbar-wp .dropdown-menu .mega-nav-section-title, .header-alpha .navbar-wp .dropdown-menu ul.mega-nav-ul li a, .header-alpha .navbar-wp .dropdown-menu ul.mega-nav-ul li a:before {
            color: #fff;
        }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #ccc;
        border-style: solid;
        border-width: 3px 0 3px 3px;
        margin-top: 5px;
        margin-right: -6px;
    }

    .product-list-filters {
        margin-bottom: 25px;
        background: #fcfcfc !important;
        border: 1px solid #e0eded !important;
    }

        .product-list-filters .view-mode {
            float: left;
            margin: 7px 0 0 15px;
        }

            .product-list-filters .view-mode a {
                font-size: 20px;
                margin-right: 4px;
                font-weight: 400;
            }

        .product-list-filters .filter {
            display: inline-block !important;
            float: left;
            margin-left: 30px;
            margin-top: 2px;
        }

        .product-list-filters .sort-filter label {
            margin: 0 10px 0 0;
            font-weight: 400;
        }

        .product-list-filters .sort-filter select {
            margin-right: 10px;
        }

        .product-list-filters .pagination {
            margin: 0;
            padding: 0;
            float: right;
            border: 0;
            border-radius: 0;
        }

            .product-list-filters .pagination li a {
                border-top: 0;
                border-bottom: 0;
                border-radius: 0;
                padding: 10px 16px;
            }

            .product-list-filters .pagination.pull-right li:last-child a {
                border-right: 0;
            }

            .product-list-filters .pagination.pull-left li:first-child a {
                border-left: 0;
            }

            .product-list-filters .pagination li.active a {
                background: #209AD6;
                color: #fff;
            }
}

@media (max-width:991px) {
    .product-list-filters {
        margin-bottom: 25px;
        background: #fcfcfc !important;
        border: 1px solid #e0eded !important;
    }

        .product-list-filters .view-mode {
            float: left;
            margin: 7px 0 0 15px;
        }

            .product-list-filters .view-mode a {
                font-size: 20px;
                margin-right: 4px;
                font-weight: 400;
            }

        .product-list-filters .filter {
            display: block;
            padding: 0 10px 5px;
            margin-top: 5px;
            border-bottom: 1px solid #e0eded;
        }

        .product-list-filters .sort-filter label {
            margin: 0 10px 0 0;
            font-weight: 400;
        }

        .product-list-filters .sort-filter select {
            margin-right: 10px;
        }

        .product-list-filters .pagination {
            margin: 0;
            padding: 0;
            float: left;
            border: 0;
            border-radius: 0;
        }

            .product-list-filters .pagination li a {
                border-top: 0;
                border-bottom: 0;
                border-radius: 0;
                padding: 10px 16px;
            }

            .product-list-filters .pagination li:first-child a {
                border-left: 0;
            }

            .product-list-filters .pagination li.active a {
                background: #209AD6;
                color: #fff;
            }

    .inline-form-filters .form-group {
        margin-bottom: 10px;
    }

    .static-page-image {
        position: relative;
        max-height: 500px;
        overflow: hidden;
    }

        .static-page-image img {
            width: 100%;
        }

        .static-page-image .description-left {
            top: 50px;
            left: 20px;
            width: 70%;
            height: 290px;
        }

    .carousel-1 .description-left {
        position: absolute;
        top: 50px;
        left: 20px;
        margin-left: 20px;
        width: 514px;
        height: 290px;
    }
}

@media (min-width:1200px) {
    .top-header .aux-text {
        display: inline-block !important;
        float: left;
    }

    .aside-feature, .aside-feature .icon-feature {
        text-align: left;
    }

    .slider {
        width: 100%;
    }

    .navbar-wp.navbar-arrow .navbar-nav > li.open > a:after, .navbar-wp.navbar-arrow .navbar-nav > li.open > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 50%;
        height: 0;
        width: 0;
        z-index: 1100;
    }

    .navbar-default .dropdown-menu, .navbar-wp .dropdown-menu {
        margin-top: 0 !important;
    }

    .navbar-wp.navbar-arrow .navbar-nav > li.open > a:after {
        border: solid transparent;
        border-color: transparent transparent #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .navbar-wp.navbar-arrow .navbar-nav > li.open > a:before {
        border: solid transparent;
        border-color: transparent transparent #e0eded;
        border-width: 11px;
        margin-left: -11px;
    }

    .navbar-wp.navbar-arrow .dropdown-aux .dropdown-menu-search:after, .navbar-wp.navbar-arrow .dropdown-aux .dropdown-menu-search:before, .navbar-wp.navbar-arrow .navbar-nav > li.dropdown-aux.open > a:after, .navbar-wp.navbar-arrow .navbar-nav > li.dropdown-aux.open > a:before {
        border-bottom-color: transparent;
        border-width: 0;
    }

    .body-wrap.body-boxed {
        width: 1230px;
        margin: 20px auto;
        border: 1px solid #e0eded;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .top-header .aux-text {
        display: inline-block !important;
    }

    .navbar-default .dropdown-menu, .navbar-wp .dropdown-menu {
        margin-top: 0 !important;
    }

        .navbar-default .dropdown-menu, .navbar-wp .dropdown-menu.dropdown-menu-user {
            margin-top: 13px !important;
        }

    .navbar-wp.navbar-arrow .navbar-nav > li.open > a:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        border-color: transparent transparent #fff;
        border-width: 10px;
        margin-left: -10px;
        z-index: 1100;
    }

    .navbar-wp.navbar-arrow .navbar-nav > li.dropdown-search.open > a:after {
        border-bottom-color: transparent;
        border-width: 0;
    }

    .navbar-wp.navbar-arrow .dropdown-search .dropdown-menu-search:after {
        content: "";
        position: absolute;
        top: -20px;
        right: 15px;
        border: solid transparent;
        height: 0;
        width: 0;
        border-color: transparent transparent #fff;
        border-width: 10px;
        z-index: 1100;
    }

    .body-wrap.body-boxed {
        width: 1000px;
        margin: auto;
    }

    .carousel-work .figure, .wp-block {
        margin-bottom: 15px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .top-header .aux-text {
        display: inline-block !important;
    }

    #desktopLogo {
        display: none;
    }

    .carousel-work .figure, .wp-block {
        margin-bottom: 15px !important;
    }

    .animate-hover-slide img {
        width: 100%;
    }

    .carousel-1 .object {
        width: 400px !important;
    }

    .slider {
        width: 100%;
    }

    .work.work-no-space.g2 .mix, .work.work-no-space.g3 .mix, .work.work-no-space.g4 .mix {
        width: 50%;
    }

    .work.work-no-space.g4-all .mix {
        width: 25%;
    }

    .work.work-no-space.g5 .mix {
        width: 50%;
    }

    .inline-form-filters.over-top-element {
        margin-top: 0;
    }
}

@media (max-width:767px) {
    .text-sm-center {
        text-align: center;
    }

    .carousel-work .figure, .wp-block {
        margin-bottom: 15px !important;
    }

        .wp-block.no-space {
            margin-bottom: 0 !important;
        }

    .animate-hover-slide .figure img {
        width: 100%;
    }

    .wp-block.property.list .wp-block-body .wp-block-img {
        display: block;
        width: auto;
    }

    .wp-block.property.list .wp-block-body .wp-block-content {
        display: block;
        padding-top: 15px;
        padding-left: 0;
    }

    .wp-block.property.list .wp-block-footer ul.aux-info {
        width: 100%;
        display: table;
    }

        .wp-block.property.list .wp-block-footer ul.aux-info li {
            padding: 10px;
            font-size: 11px;
            text-align: center;
        }

            .wp-block.property.list .wp-block-footer ul.aux-info li:last-child {
                border: 0;
            }

            .wp-block.property.list .wp-block-footer ul.aux-info li i {
                display: block;
                font-size: 18px;
                margin-right: 0;
                color: #333;
            }

    .wp-block.no-space.arrow-right:after {
        margin-top: 0 !important;
        top: 100%;
        z-index: 2000;
        left: 50%;
        margin-left: -20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 20px;
    }

    .wp-block.no-space.arrow-right.white:after {
        border-left-color: transparent;
        border-bottom-color: #fff;
    }

    .wp-block.no-space.arrow-right.base:after {
        border-left-color: transparent;
        border-top-color: #209AD6;
    }

    .wp-block.no-space.arrow-right.light:after {
        border-left-color: transparent;
        border-top-color: #ecf0f1;
    }

    .wp-block.no-space.arrow-right.dark:after {
        border-left-color: transparent;
        border-top-color: #131313;
    }

    .wp-block.no-space.arrow-right.base-alt:after {
        border-left-color: transparent;
        border-top-color: #209ad6;
    }

    .wp-block.article.list .article-image {
        display: block;
        width: 100%;
        position: relative;
    }

    .wp-block.article.list .wp-block-body {
        display: block;
        padding: 10px 0 0;
    }

    .carousel-1 .carousel-inner {
        height: auto;
        overflow: hidden;
    }

    .carousel-1 .carousel-control i {
        position: absolute;
        top: 50%;
        margin-top: -18px;
        font-size: 36px;
        font-weight: 600;
    }

    .carousel-1 .item-dark {
        color: #fff;
    }

    .carousel-1 p {
        font-size: 16px;
    }

    .carousel-1 .object {
        display: none;
    }

        .carousel-1 .object.fluid {
            width: 100%;
            left: 0;
            margin: 0;
        }

        .carousel-1 .object iframe {
            width: 100% !important;
        }

    .carousel-1 .description {
        width: 100% !important;
        top: 50px;
        left: 0 !important;
        margin: 0 !important;
    }

        .carousel-1 .description .title {
            font-size: 32px;
            margin: 0 0 15px;
            padding: 8px 20px;
            background: #fff;
            color: #9ab2cc;
            display: block;
            text-align: center;
        }

        .carousel-1 .description .subtitle {
            font-size: 24px;
            margin: 20px 0;
            padding: 0 15px !important;
            display: block;
            text-align: center;
        }

        .carousel-1 .description p {
            font-size: 16px;
            color: #fff;
            margin: 0;
        }

        .carousel-1 .description.fluid-center .features i {
            width: 80px;
            height: 80px;
            background: #fff;
            text-align: center;
            line-height: 80px;
            font-size: 34px;
            color: #697e93;
            font-weight: 700;
            border-radius: 80px;
            margin-right: 20px;
        }

    .carousel-1 .list-carousel {
        padding-left: 30px !important;
    }

    .carousel-3 .figure {
        margin-bottom: 20px;
    }

    .slider {
        height: auto;
        max-height: 440px;
        margin: 0;
    }

    .client, .promo {
        margin-bottom: 20px;
    }

    .cta-wr {
        text-align: center;
    }

        .cta-wr .btn {
            float: none !important;
        }

    .work.work-no-space.g2 .mix {
        width: 100%;
    }

    .work.work-no-space.g2-all .mix {
        width: 50%;
    }

    .work.work-no-space.g3 .mix {
        width: 100%;
    }

    .work.work-no-space.g3-all .mix {
        width: 33.3%;
    }

    .work.work-no-space.g4 .mix {
        width: 100%;
    }

    .work.work-no-space.g4-all .mix {
        width: 50%;
    }

    .work.work-no-space.g5 .mix {
        width: 100%;
    }

    .work.work-no-space.g5-all .mix {
        width: 50%;
    }

    .inline-form-filters.over-top-element {
        margin-top: 0;
    }

    ul.list-listings-2 > li {
        margin-bottom: 30px;
        border: 1px solid #e0eded;
        border-radius: 2px;
    }

    ul.list-listings-2 .listing-header {
        clear: both;
        padding: 8px 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    ul.list-listings-2 .listing-image {
        width: 100%;
        display: block;
        float: none;
        border-right: 0;
    }

        ul.list-listings-2 .listing-image img {
            border-bottom-left-radius: 0;
        }

    ul.list-listings-2 .listing-body {
        width: 100%;
        padding: 15px;
        display: block;
        background: #fcfcfc;
    }

        ul.list-listings-2 .listing-body h3 {
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 500;
            line-height: 25px;
        }

        ul.list-listings-2 .listing-body h4 {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
        }

    ul.list-listings-2 .listing-footer ul.aux-info li {
        font-size: 11px;
        text-align: center;
        padding: 10px;
    }

        ul.list-listings-2 .listing-footer ul.aux-info li i {
            display: block;
            margin-right: 0;
        }

    .post-item.style2 {
        padding-left: 0;
    }

        .post-item.style2 .post-title {
            line-height: 19px;
            margin-bottom: 5px;
        }

            .post-item.style2 .post-title a {
                font-size: 16px;
            }

    ul.list-listings.blog-list .listing-image {
        display: block;
        width: auto;
        float: none;
    }

    ul.list-listings.blog-list .listing-body {
        width: auto;
        display: block;
        float: none;
        padding: 15px 0;
    }

    .wp-masonry-2-cols .wp-masonry-gutter {
        width: 0;
    }

    .wp-masonry-2-cols .wp-masonry-block {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

    .wp-masonry-3-cols .wp-masonry-gutter {
        width: 0;
    }

    .wp-masonry-3-cols .wp-masonry-block {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

    .wp-masonry-4-cols .wp-masonry-gutter {
        width: 0;
    }

    .wp-masonry-4-cols .wp-masonry-block {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width:1440px) {
    .slider {
        width: 100%;
    }
}

@media (max-width:460px) {
    .search-wr .search-sign i {
        margin-left: 0;
    }

    .global-search-input {
        font-size: 16px;
        padding: 14px 0;
    }
}

@media (min-width:768px) {
    .promo {
        display: inline;
        float: left;
        width: 33.333%;
        margin: 15px 0 0;
    }

        .promo.first {
            border-right: none;
        }

        .promo.second {
            float: right;
            border-left: none;
        }

    .scale {
        transform: scale(1.2);
        box-shadow: 0 0 4px 1px rgba(20,20,20,.6);
    }

    .promos.light .scale {
        box-shadow: 0 0 4px 1px rgba(20,20,20,.3);
    }

    .scale .price {
        color: #64aaa4;
    }
}

@media (max-width:767px) {
    .aside-feature, .aside-feature .icon-feature, .text-sm-center {
        text-align: center;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: scroll !important;
        max-height: 340px !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #desktopLogo {
        display: none;
    }

    header .navbar-brand {
        margin: 14px auto;
        float: none;
        padding: 0 15px;
        display: inline-block;
    }

    header .top-navbar-header .navbar-brand {
        margin: 14px auto;
        float: none;
        padding: 5px 0;
        display: inline-block;
    }

    .navbar-wp .navbar-collapse {
        background-color: #fff;
    }

    .navbar-wp .navbar-nav > li {
        border-bottom: 1px solid #e0eded;
    }

        .navbar-wp .navbar-nav > li > a {
            color: #333;
            padding: 10px 20px !important;
            margin-right: 0;
        }

            .navbar-wp .navbar-nav > li > a:after {
                content: "+";
                position: relative;
                float: right;
            }

    .navbar-nav .open .dropdown-submenu > a:after, .navbar-wp .dropdown-menu .mega-nav-section-title:after {
        content: "+";
        float: left;
        left: -5px;
        position: relative;
    }

    .navbar-wp .navbar-nav > li > a:focus, .navbar-wp .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #003963;
        border-radius: 0 !important;
    }

    .navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:focus, .navbar-wp .navbar-nav > .active > a:hover {
        border-radius: 0 !important;
    }

    .navbar-wp .dropdown-menu:after, .navbar-wp .dropdown-menu:before {
        border: 0 !important;
        margin-left: 0;
    }

    .top-header .top-header-menu ul.menu > li ul.sub-menu {
        display: none !important;
    }

    .sort-list-btn .btn {
        margin-bottom: 10px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 30px;
    }

    .navbar-nav .open .dropdown-submenu .divider, .navbar-nav .open .dropdown-submenu .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a {
        padding-left: 50px;
    }

    .dropdown-submenu .dropdown-menu {
        display: block !important;
    }

    .navbar-nav .open .dropdown-submenu > a {
        border-bottom: 1px solid #e0eded;
    }

    .dropdown-meganav .dropdown-menu {
        margin: 0 !important;
    }

    .navbar-wp .dropdown-menu .mega-nav-section-wr {
        border: 0;
        padding: 0 !important;
        border-right: 0;
    }

    .navbar-wp .dropdown-menu .mega-nav-section-title {
        font-size: 14px;
        font-family: "PT Sans",sans-serif;
        border-bottom: 1px solid #e0eded;
        margin: 0;
        padding: 10px 25px;
        text-transform: none;
        color: #333;
        font-weight: 400;
    }

    .navbar-wp .dropdown-menu .mega-nav-section {
        padding: 0 !important;
    }

    .navbar-wp .dropdown-menu ul.mega-nav-ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .navbar-wp .dropdown-menu ul.mega-nav-ul li {
            position: relative;
        }

            .navbar-wp .dropdown-menu ul.mega-nav-ul li a {
                display: block;
                padding: 8px 45px !important;
                border-bottom: 1px solid #e0eded;
                color: #333;
            }

        .navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a {
            padding-left: 12px;
        }

            .navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a:before {
                content: "\f105";
                font-family: FontAwesome;
                position: absolute;
                left: 0;
                color: #333;
            }

            .navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a:hover {
                color: #209AD6;
            }
}

div.tabs {
    margin-bottom: 0;
}

    div.tabs:after, div.tabs:before {
        display: table;
        content: " ";
    }

    div.tabs:after {
        clear: both;
    }

    div.tabs div.tab-content {
        -moz-border-radius: none;
        -moz-box-shadow: none;
        -webkit-border-radius: 0;
        -webkit-box-shadow: 0;
        background-color: #FFF;
        border: 1px solid #EEE;
        border-radius: 0;
        border-top: 0;
        box-shadow: none;
        padding: 15px;
    }

        div.tabs div.tab-content.tab-content-inverse {
            border: 1px solid #EEE;
            background: 0 0;
        }

    div.tabs ul.nav-tabs {
        margin: 0;
    }

        div.tabs ul.nav-tabs li.active a {
            background: #fff;
            border-top: 1px solid #ddd;
            color: #53565A;
            font-weight: 700;
        }

        div.tabs ul.nav-tabs a {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            background: #f7f7f7;
            margin-right: 0;
            color: #97999B;
        }

            div.tabs ul.nav-tabs a:hover {
                color: #FF9E1B;
            }

            div.tabs ul.nav-tabs a:active, div.tabs ul.nav-tabs a:focus {
                border-bottom: 0;
            }

div.tabs-left ul.nav-tabs a:active, div.tabs-left ul.nav-tabs a:focus {
    border-right: 0;
}

div.tabs ul.nav-tabs a, div.tabs ul.nav-tabs a:hover {
    border: 1px solid #EEE;
    border-right: 0;
    border-top: 1px solid #ddd;
    font-size: 1em;
    border-radius: 10px 10px 0 0;
}

    div.tabs ul.nav-tabs a:last-child, div.tabs ul.nav-tabs a:last-child:hover {
        border-right: 1px solid #ddd;
    }

div.tabs-left ul.nav-tabs a, div.tabs-left ul.nav-tabs a:hover {
    border: 1px solid #EEE;
    border-right: 0;
    border-left: 2px solid #DDD;
    color: #CCC;
    font-size: .9em;
}

div.tabs-right ul.nav-tabs a, div.tabs-right ul.nav-tabs a:hover {
    border: 1px solid #EEE;
    border-left: 0;
    border-right: 2px solid #DDD;
    color: #CCC;
    font-size: .9em;
}

.tabbable.tabs-left {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}

div.tabbable.tabs-left div.tab-content {
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 0 0 2px 2px;
    border-left: 0;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.04);
    padding: 15px;
}

div.tabbable.tabs-left ul.nav-tabs a {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    background: #f7f7f7;
    border: 1px solid #EEE;
    border-right: 0;
    border-radius: 2px 2px 0 0;
    color: #666;
    margin-bottom: 3px;
}

div.tabbable.tabs-left ul.nav-tabs li.active a {
    background: #fff;
    color: #CCC;
}

.tabbable.tabs-right {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}

div.tabbable.tabs-right div.tab-content {
    -moz-border-radius: 0 0 2px 2px;
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.04);
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 0 0 2px 2px;
    border-left: 0;
    margin: 0;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.04);
    padding: 15px;
}

div.tabbable.tabs-right ul.nav-tabs a {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    background: #f7f7f7;
    border: 1px solid #EEE;
    border-left: 0;
    border-radius: 2px 2px 0 0;
    color: #666;
    margin-bottom: 3px;
}

div.tabbable.tabs-right ul.nav-tabs li.active a {
    background: #fff;
    color: #CCC;
}

.tabs-centered {
    width: 100%;
    display: table;
    margin: 0 auto;
}

    .tabs-centered ul li {
        width: 100px;
        display: inline-block;
        float: none;
    }

.w-section.inverse {
    background: 0 0 !important;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 0;
}

.w-section.inner {
    margin: 15px 0;
}

.w-section iframe {
    width: 100%;
}

.w-section .feature {
    margin: 15px 0 30px;
    text-align: center;
    cursor: default;
}

    .w-section .feature i {
        font-size: 64px;
        color: #555;
        display: block;
    }

    .w-section .aside-feature h4, .w-section .feature h4 {
        margin: 10px 0;
    }

.w-section .txt-feature {
    margin: 15px 0 30px;
    cursor: default;
}

    .w-section .txt-feature h4 {
        margin: 0 0 10px;
        padding: 0;
        font-weight: 500;
    }

.w-section .txt-fly-over {
    height: 350px;
    overflow: hidden;
    position: absolute;
    top: -90px;
    z-index: 1000;
    padding: 20px;
}

    .w-section .txt-fly-over h1 {
        padding: 0;
        margin: 0 0 10px;
        font-size: 54px;
        font-weight: 600;
        color: #FFF;
    }

    .w-section .txt-fly-over h2 {
        padding: 0;
        margin: 0 0 20px;
        font-size: 24px;
        font-weight: 500;
    }

.w-section .inline-features i {
    display: block;
    margin-bottom: 15px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 40px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .w-section .inline-features i:hover {
        background: #75b918;
    }

.w-section .contrast-box {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #f3f3f3;
}

    .w-section .contrast-box i {
        font-size: 24px;
        margin-right: 8px;
    }

    .w-section .contrast-box small {
        display: block;
        margin-top: 12px;
        font-style: italic;
        text-align: right;
    }

.sign-in-wr {
    margin-top: 26px;
}

    .sign-in-wr .form-icon {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        margin: 25px auto;
        text-align: center;
        line-height: 80px;
        font-size: 40px;
    }

    .sign-in-wr .form-header {
        padding: 15px;
        border-bottom: 1px solid #f3f3f3;
    }

        .sign-in-wr .form-header h2 {
            margin: 0;
            padding: 0 !important;
            font-size: 18px;
            font-weight: 500;
        }

    .sign-in-wr .form-body {
        padding: 15px;
        background: #fff;
    }

        .sign-in-wr .form-body p {
            padding-left: 0;
            margin-bottom: 10px;
        }

    .sign-in-wr .form-footer {
        padding: 15px;
        border-top: 1px solid #f3f3f3;
    }

.form-light .form-control {
    margin-bottom: 10px;
    background: #fcfcfc !important;
    border: 1px solid #ccc;
}

.form-light label.checkbox {
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.form-light .form-control:focus {
    background: #fff;
    border-color: #bbb;
}

.form-light .form-control:-moz-placeholder {
    color: #999;
}

.form-light .form-control::-moz-placeholder, .form-light .form-control[placeholder] {
    color: #999;
}

.form-light .form-control:-ms-input-placeholder {
    color: #999;
}

.form-light .form-control::-webkit-input-placeholder {
    color: #999;
}

#fadingBarsG {
    position: relative;
    width: 240px;
    height: 29px;
}

.fadingBarsG {
    position: absolute;
    top: 0;
    background-color: #f9ebd7;
    width: 29px;
    height: 29px;
    -moz-animation-name: bounce_fadingBarsG;
    -moz-animation-duration: 1.4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-transform: scale(.3);
    -webkit-animation-name: bounce_fadingBarsG;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-transform: scale(.3);
    -ms-animation-name: bounce_fadingBarsG;
    -ms-animation-duration: 1.4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -ms-transform: scale(.3);
    -o-animation-name: bounce_fadingBarsG;
    -o-animation-duration: 1.4s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -o-transform: scale(.3);
    animation-name: bounce_fadingBarsG;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(.3);
}

#fadingBarsG_1 {
    left: 0;
    -moz-animation-delay: .56s;
    -webkit-animation-delay: .56s;
    -ms-animation-delay: .56s;
    -o-animation-delay: .56s;
    animation-delay: .56s;
}

#fadingBarsG_2 {
    left: 30px;
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -ms-animation-delay: .7s;
    -o-animation-delay: .7s;
    animation-delay: .7s;
}

#fadingBarsG_3 {
    left: 60px;
    -moz-animation-delay: .84s;
    -webkit-animation-delay: .84s;
    -ms-animation-delay: .84s;
    -o-animation-delay: .84s;
    animation-delay: .84s;
}

#fadingBarsG_4 {
    left: 90px;
    -moz-animation-delay: .98s;
    -webkit-animation-delay: .98s;
    -ms-animation-delay: .98s;
    -o-animation-delay: .98s;
    animation-delay: .98s;
}

#fadingBarsG_5 {
    left: 120px;
    -moz-animation-delay: 1.12s;
    -webkit-animation-delay: 1.12s;
    -ms-animation-delay: 1.12s;
    -o-animation-delay: 1.12s;
    animation-delay: 1.12s;
}

#fadingBarsG_6 {
    left: 150px;
    -moz-animation-delay: 1.26s;
    -webkit-animation-delay: 1.26s;
    -ms-animation-delay: 1.26s;
    -o-animation-delay: 1.26s;
    animation-delay: 1.26s;
}

#fadingBarsG_7 {
    left: 180px;
    -moz-animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#fadingBarsG_8 {
    left: 210px;
    -moz-animation-delay: 1.54s;
    -webkit-animation-delay: 1.54s;
    -ms-animation-delay: 1.54s;
    -o-animation-delay: 1.54s;
    animation-delay: 1.54s;
}

@-moz-keyframes bounce_fadingBarsG {
    0% {
        -moz-transform: scale(1);
        background-color: #f9ebd7;
    }

    100% {
        -moz-transform: scale(.3);
        background-color: #ff9e1b;
    }
}

@-webkit-keyframes bounce_fadingBarsG {
    0% {
        -webkit-transform: scale(1);
        background-color: #f9ebd7;
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: #ff9e1b;
    }
}

@-ms-keyframes bounce_fadingBarsG {
    0% {
        -ms-transform: scale(1);
        background-color: #f9ebd7;
    }

    100% {
        -ms-transform: scale(.3);
        background-color: #ff9e1b;
    }
}

@-o-keyframes bounce_fadingBarsG {
    0% {
        -o-transform: scale(1);
        background-color: #f9ebd7;
    }

    100% {
        -o-transform: scale(.3);
        background-color: #ff9e1b;
    }
}

@keyframes bounce_fadingBarsG {
    0% {
        transform: scale(1);
        background-color: #f9ebd7;
    }

    100% {
        transform: scale(.3);
        background-color: #ff9e1b;
    }
}

/* DP Fulfillment 2017 */

ol.progtrckr li.progtrckr-done2 {
    color: #333;
    border-bottom: 4px solid #028444;
}

    ol.progtrckr li.progtrckr-done2:before {
        content: "\f058";
        font-family: FontAwesome;
        color: #fff;
        background-color: #028444;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

.dp-cart-ty-message {
    font-size: 30px;
    margin: 10px 0;
}

.dp-cart-ty-box {
    background-color: #edeeee;
    text-align: center;
    padding: 20px;
    border: 1px solid #dfdfdf;
}

.plansummary {
    padding: 25px;
    border: 1px #d9e2e1 solid;
    background-color: #f0fafb;
}

.cartfooter {
    margin-top: 100px;
}

.button-selected {
    background-color: #FFF5D2;
    border: 3px #CDCDCD solid;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 40%;
}

.dpcart-queston-o {
    background-color: #666666;
    font-size: 24px;
    padding: 10px;
    color: white;
    text-align: center;
}

.dpcart-queston-b {
    background-color: #333333;
    font-size: 24px;
    padding: 10px;
    color: white;
}

.dp-cart-question {
    margin: 20px 0;
}

.dp-cart-search-bg {
    background-color: #f1f1f1;
    padding: 20px;
}

.dp-cart-contact1 {
    font-size: 25px;
    padding-bottom: 10px;
}

.dp-cart-contact2 {
    font-size: 22px;
}

.dp-cart-dep-pad {
    padding-left: 3px;
}

.dp-cart-adddep {
    margin: 5px 0;
}

.dp-cart-dep {
    font-size: 20px;
}

.form-control {
    margin-bottom: 15px;
}

.dp-cart-activate {
    font-size: 30px;
    text-align: center;
}

.dp-cart-error {
    margin-top: -15px;
}

/* Cart Media Queries */
@media (max-width: 991px) {
    .dpcart-queston-o {
        background-color: #666666;
        font-size: 16px;
        padding: 10px;
        color: white;
        text-align: right;
    }

    .dpcart-queston-b {
        background-color: #333333;
        font-size: 16px;
        padding: 10px;
        color: white;
    }

    .dp-cart-activate {
        font-size: 23px;
        text-align: center;
    }

    .dp-cart-ty-message {
        font-size: 25px;
        font-weight: bold;
        margin: 10px 0;
    }

    .activationtitle {
        font-size: 20px;
    }
}

/* FONTS */
@import url(//fonts.googleapis.com/css?family=Cabin+Condensed:400,500,600,700);

body {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 16px !important;
	line-height: 22px;
	font-weight: 300
}

  dsp {font-size:20px;
  padding-bottom:10px;
  margin-bottom:10px;
  line-height:20px;
 }
 
bb {
	   font-size:16px;
 }
 
  di {font-size:20px;
    padding-bottom:10px;
	margin-bottom:10px;
	line-height:20px;
 }
  
/* RESPONSIVE MEDIA QUERIES */ 
@media screen and (max-width: 320px){.side-searchbox{display:none !important;} .t1-3iconspad {margin-right:0px !important;} .dentist-bg {background-image:none !important}}
@media screen and (max-width: 480px){.side-searchbox{display:none !important;} .t1-3iconspad {margin-right:0px !important;} .dentist-bg {background-image:none !important}}
@media screen and (max-width: 650px){.side-searchbox{display:none !important;} .t1-3iconspad {margin-right:0px !important;} .dentist-bg {background-image:none !important}}
@media screen and (max-width: 980px){.side-searchbox{display:none !important;}.navOne{display:none;} .dentist-bg {background-image:none !important}}
@media screen and (max-width: 980px){.side-searchbox{display:none !important;}.navOne{display:none;} .dentist-bg {background-image:url(../content/images/main-images/header-2A-full.png); background-repeat:no-repeat;}}
@media screen and (min-width: 980px){.cartpromo{display:none;}.navOne{display:none;} .dentist-bg {background-image:url(../content/images/main-images/header-2A-full.png); background-repeat:no-repeat;}}
@media screen and (min-width: 980px){.mobilebreadcrumb{text-align:center; padding:5px;}}
@media screen and (max-width: 320px){.mobile-main{width:100%; height:100%;}.desktop-main{display:none;} .styleline{display:none;}}
@media screen and (max-width: 480px){.mobile-main{width:100%; height:100%;}.desktop-main{display:none;} .styleline{display:none;}}
@media screen and (max-width: 650px){.mobile-main{width:100%; height:100%;}.desktop-main{display:none;} .styleline{display:none;}}
@media screen and (max-width: 980px){.mobilejoin{display:none;}.mobile-main{ width:100%; height:100%;}.desktop-main{display:none;} .styleline{display:none;}}
@media screen and (max-width: 980px){.mobilejoin{display:none;}.mobile-main{ width:100%; height:100%;}.desktop-main{display:none;} .styleline{display:none;}}
@media screen and (min-width: 980px){.mobilejoin{ padding:60px 10px 10px 140px;}.mobile-main{display:none;} .desktop-main{width:465px;} .stylebreak {display:none;}}
@media screen and (min-width: 980px){.footercolumn-sm {width:12%}}
@media screen and (min-width: 980px){.footersocial-col {width:16%}}
@media screen and (max-width: 320px){.iconpad{padding-right:7px !important;}}
@media screen and (max-width: 480px){.iconpad{padding-right:7px !important;}}
@media screen and (max-width: 650px){.iconpad{padding-right:7px !important;}}
@media screen and (min-width: 320px){.footer-icons{width:100%; margin-top:20px; margin-bottom:20px;}}
@media screen and (min-width: 480px){.footer-icons{width:100%; margin-top:20px; margin-bottom:20px;}}
@media screen and (min-width: 650px){.footer-icons{width:100%; margin-top:20px; margin-bottom:20px;}}
@media screen and (min-width: 980px){.footer-icons{width:450px; float:right;}}


/* GLOBAL */

.background-disclaimer-dentist {background-color:#fff;}
.mobileline {height:5px; background-color:#c41230;}
.footer-disclaimer {font-size:12px}
.ftcolumnhead {font-size:18px !important;}
.iconpad {padding-right:10px; padding-bottom:10px;}
.bodypad {padding :20px 10px;}
.nopad {padding:0px !important; margin:0px !important;}
.nopad2 {padding-right:0px !important;}
.fontsz10 {font-size:10px !important;}
.fontsz11 {font-size:11px !important;}
.fontsz12 {font-size:12px !important;}
.fontsz14 {font-size:14px !important;}
.fontsz16 {font-size:16px !important;}
.fontsz18 {font-size:18px !important;}
.fontsz20 {font-size:20px !important;}
.fontsz24 {font-size:24px !important;}
.fontsz26 {font-size:26px !important;}
.fontsz28 {font-size:28px !important;}
.fontsz30 {font-size:30px !important;}
.link-ul {text-decoration:underline !important;}
.dpcol5 {width:5%;}
.dpcol10 {width:10%;}
.dpcol15 {width:15%;}
.dpcol20 {width:20%;}
.dpcol25 {width:25%;}
.dpcol30 {width:30%;}
.dpcol35 {width:35%;}
.dpcol40 {width:40%;}
.dpcol45 {width:45%;}
.dpcol50 {width:50%;}
.dpcol55 {width:55%;}
.dpcol60 {width:60%;}
.dpcol65 {width:65%;}
.dpcol70 {width:70%;}
.dpcol75 {width:75%;}
.dpcol80 {width:80%;}
.dpcol85 {width:85%;}
.dpcol90 {width:90%;}
.dpcol95 {width:95%;}
.pad-t5 {padding-top:5px;}
.pad-t10 {padding-top:10px;}
.pad-t15 {padding-top:15px;}
.pad-t20 {padding-top:20px;}
.pad-t30 {padding-top:30px;}
.pad40 {padding:40px;}
.pad50 {padding:50px;}
.marg-t5 {margin-top:5px;}
.marg-t10 {margin-top:10px;}
.marg-t15 {margin-top:15px;}
.marg-t20 {margin-top:20px;}
.marg-t30 {margin-top:30px;}
.marg-l10 {margin-left:10px;}
.marg-l20 {margin-left:20px;}
.marg-l30 {margin-left:30px;}
.marg-l40 {margin-left:40px;}
.marg-l50 {margin-left:50px;}
.marg-l90 {margin-left:90px;}
.marg-t5 {margin-top:5px;}
.marg-b10 {margin-bottom:10px;}
.marg-b15 {margin-bottom:15px;}
.marg-b20 {margin-bottom:20px;}
.marg-b30 {margin-bottom:30px;}
.pad10 {padding:10px;}
.pad20 {padding:20px;}
.pad30 {padding:30px;}
.marg10 {padding:10px;}
.marg20 {margin:20px;}
.marg30 {margin:30px;}
.lh10 {line-height:10px;}
.lh20 {line-height:20px;}
.lh30 {line-height:30px;}

.iconpad {padding-right:10px; padding-bottom:10px;}
.nobullet {list-style:none}
.chartbg {background-color:#f0f0f0}
.chartdisclaimer {font-size:12px; line-height:13px;}
.chartwidth {width:243px !important}
.chartpadd {padding:10px 3px 10px 3px}
.charthead {font-weight:bold; text-align:center;}
.bonusbenefits {line-height:25px; text-align:center;}
.buttonfullwidth {width:100% !important}
.blue-charthead {background-color: #0195ac !important; color:#fff; font-weight:bold; text-align:center; line-height:18px !important; font-size: 1.3em !important;}
.gray-charthead {background-color: #57585b !important; color:#fff; font-weight:bold; text-align:center; line-height:18px  !important;}
.blue-charthighlight {background-color:#e5f4f7 !important; font-weight:bold; text-align:center;}
.disclaimer-inpage {font-size:10px; line-height:10px;}
.text-ul-b {text-decoration:underline !important; font-weight:bold;}

/* COMPARECHART*/
.comparechartpad {padding-left:40px; padding-right:40px;}
.comparelogo-image {width:110px; height: 72px;}
.comparelogo-image-m {width:100%;}
.compare-planname {font-size:13px !important;line-height:12px !important; text-align:center;}
.compare-planname-marg {padding-top:10px;}
.gray-comparecharthead {background-color: #57585b !important;}
.comparechart-head {color:#fff !important; font-weight:bold; font-size:25px;}
.comparechart-sectionhead {color:#0066a4 !important; font-weight:bold; font-size:25px; text-align:center;}

/* PROGRESSBAR */
#progressbar1 {
    width: 100%;
    height: 25px;
    padding: 5px;
    margin: .6em 0;
    clear: both;
}
#progress1 {
    background: #f37e8b; /*-- Color of the bar --*/
    height: 20px;
    width: 0%;
    max-width: 100%;
    float: left;
	padding-bottom:5px;
	margin-bottom:20px;
    -webkit-animation: progress1 2s 1 forwards;
    -moz-animation: progress1 2s 1 forwards;
    -ms-animation: progress1 2s 1 forwards;
    animation: progress1 2s 1 forwards;
}
#pbaranim1 {
    height: 20px;
    width: 100%;
    overflow: hidden;
    /*--background: url('http://www.cssdeck.com/uploads/media/items/7/7uo1osj.gif') repeat-x;--*/
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}
@-webkit-keyframes progress1 { from { width: 0% } to { width: 75% }}
@-moz-keyframes progress1 { from { width: 0% } to { width: 75% }}
@-ms-keyframes progress1 { from { width: 0% } to { width: 75% }}
@keyframes progress1 { from { width: 0% } to { width: 75% }}


#progressbar2 {
    width: 100%;
    height: 25px;
    padding: 5px;
    margin: .6em 0;
    clear: both;
}
#progress2 {
    background: #0195AC; /*-- Color of the bar --*/
    height: 20px;
    width: 0%;
    max-width: 100%;
    float: left;
	padding-bottom:5px;
	margin-bottom:20px;
    -webkit-animation: progress2 2s 1 forwards;
    -moz-animation: progress2 2s 1 forwards;
    -ms-animation: progress2 2s 1 forwards;
    animation: progress2 2s 1 forwards;
}
#pbaranim2 {
    height: 20px;
    width: 100%;
    overflow: hidden;
    /*--background: url('http://www.cssdeck.com/uploads/media/items/7/7uo1osj.gif') repeat-x;--*/
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}
@-webkit-keyframes progress2 { from { width: 0% } to { width: 55% }}
@-moz-keyframes progress2 { from { width: 0% } to { width: 55% }}
@-ms-keyframes progress2 { from { width: 0% } to { width: 55% }}
@keyframes progress2 { from { width: 0% } to { width: 55% }}


#progressbar3 {
    width: 100%;
    height: 25px;
    padding: 5px;
    margin: .6em 0;
    clear: both;
}
#progress3 {
    background: #a1d184; /*-- Color of the bar --*/
    height: 20px;
    width: 0%;
    max-width: 100%;
    float: left;
	padding-bottom:5px;
	margin-bottom:20px;
    -webkit-animation: progress3 2s 1 forwards;
    -moz-animation: progress3 2s 1 forwards;
    -ms-animation: progress3 2s 1 forwards;
    animation: progress3 2s 1 forwards;
}
#pbaranim3 {
    height: 20px;
    width: 100%;
    overflow: hidden;
    /*--background: url('http://www.cssdeck.com/uploads/media/items/7/7uo1osj.gif') repeat-x;--*/
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}
@-webkit-keyframes progress3 { from { width: 0% } to { width: 35% }}
@-moz-keyframes progress3 { from { width: 0% } to { width: 35% }}
@-ms-keyframes progress3 { from { width: 0% } to { width: 35% }}
@keyframes progress3 { from { width: 0% } to { width: 35% }}


/* PLAN DETAIL PAGES */
.plantypesize {font-size:16px !important;}
.processfeebox {background-color:#e7e7e7; text-align:center; font-size:13px; padding-top:10px; padding-bottom:10px;}
.detailplan-feature {padding:10px 10px 0px 10px; background-color:#f99104; color:#FFFFFF; font-size:18px; font-weight:bold;}
.detailplan-featuresmile {width:20px; padding-bottom:5px;}
.planspace {height:38px;}
.mobile-plan-dropdown {font-size:20px; height:40px;}
.small-col-plan {width:3% !important;}
.icon-row {padding-bottom:20px;}
.plan-row {padding-top:10px;}
.plan-row2 {padding-top:20px;}
.tab-pad20top {padding-top:20px;}
.prodicon-pad-head-dental {padding-right:10px;}
.prodicon-pad-head-bonus {padding-right:8px;}
.prod-zip {font-size:12px; text-decoration:underline !important}
.prod-dent-search {background-color:#e7e7e7; text-align:center; font-size:15px; padding-top:10px; padding-bottom:10px;}
.rvpbg {background-color:#FFFFFF !important;}

.pd-promobox {background-color:#0066a4; color:#fff; font-size:20px; text-align:center; padding-top:25px; padding-bottom:25px; line-height:30px;}
.pd-promobox-h {font-size:36px;}

/* SEARCHBOX1 */
.bgsearch {background-color:#0066a4; color:#FFFFFF; font-size:1.7em; padding-top:40px; padding-bottom:40px;}
.search1head{width:24%; margin-top:13px; margin-right:10px; float:left; text-align:right;}
.searchzip1{width:15%; margin-left:14px; float:left;}
.searchbox1 {height:45px; text-align:center; font-size:18px;}
.searchbutton1{width:13%; margin-left:15px; float:left;}
.bgsearch-m {background-color:#0066a4; color:#FFFFFF; font-size:1.3em; padding-top:20px; padding-bottom:20px;}
.search-mpad {padding-top:20px; padding-bottom:20px;}
.search1spacer {width:18%; float:left;}


/* SEARCHBOX2 */
.bgsearch2 {background-color:#0066a4; color:#FFFFFF; font-size:2em; padding-top:50px; padding-bottom:50px;}
.bgsearch-m2 {background-color:#0066a4; color:#FFFFFF; font-size:1.7em; padding-top:20px; padding-bottom:20px;}
.search2head { width:22%; margin-top:13px; margin-right:10px; float:left; text-align:right;}
.searchzip2{height:45px; text-align:center; font-size:18px;}
.search-radio {width:12%; margin-left:25px; float:left; line-height:16px !important;}
.search-radio-space {height:5px; width:100%;}
.search-radio-copy {font-size:18px; line-height:16px;}
.search-radio-one {float:left; width:45%;}
.search-radio-two {float:left; width:50%;}
.searchtrademark {font-size:16px; float:right; width:2%; font-family: Arial !important;}
.searchjoinsavesmile {float:right;}
.searchreg-mobile
{
    font-family: arial !important;
    font-size: 14px;
}

/* PAGE TEMPLATE 1 */
.hero-image-t1 { width:558px; height:338px;}
.hero-image-t1-bg {background:#f9f9f9 !important}
.orangeline-t1 {background-color:#f99104; height:5px; padding:0px; margin:0px;}	
.headline-t1 {padding-top:60px;}
.headline-blue-t1 {font-size:40px; margin-bottom:0px; padding-bottom:0px;} 
.headline-t1pad20 {padding-top:20px;}
.headline-t1-m {font-size:1.5em; margin-bottom:0px; padding-bottom:0px;}
.t1-3iconspad {margin-right:60px; padding:20px;}

/* PAGE TEMPLATE 2 */
.headline-t2 {padding-top:30px;}

/* DENTISTSEARCH */
.denistformpad{padding-left:0px; padding-right:0px;}


/* SAVINGSCALCULATORRESULTS */
.sc-pagepad {padding-top:20px; padding-bottom:20px;}
.sc-toplogo {background-color:#FFFFFF !important; float:right; padding:10px;}
.sc-bararea {padding-top:5px; padding-bottom:5%; background-color:#f5f5f5;}
.sc-barhead {padding-left:8px;}
.sc-bar {width: 90%;}
.sc-procost {float:right; font-size:18px; font-weight:bold;}
.sc-milestonepad {margin-bottom: 3px; padding-bottom:3px;}
.sc-milestonesubpad {margin-top: 6px !important; padding-top:6px !important;}
.sc-btn-pad {padding:30px;}
.sc-quickfactshead {padding-top:10px; padding-bottom:10px;  background-color:#e5f4f7;}
.sc-quickfactspad {padding-left:15px;}
.sc-dentistcount-dt {border-radius:100px; height:125px; width:125px; }
.sc-dentistcount-dtpad {padding-top:35px; font-size:3em;}
.sc-dentistcount-m {border-radius:100px; height:100px; width:100px;}
.sc-dentistcount-mpad {padding-top:25px; font-size:3em;}
.sc-dentisthead {font-size:22px; padding-top:20px; margin-left:10px;}
.sc-planbullets-d {line-height:30px; padding-top:10px; margin-left:35px;}
.sc-planbullets-m {line-height:25px; font-size:18px;}
.sc-compare {padding-top:10px; padding-bottom:10px; margin-top:20px;  background-color:#d7d7d7;}
.sc-compare-b {padding:6px !important;}
.sc-compare-copy {margin-bottom:0px !important; line-height:20px;}
.sc-compare-best {width:100%; color:#FFFFFF; text-align:center; padding:2px;}
.sc-planlogopad {padding:15px;}
.sc-compare-btn-pad {margin-top:40px;}
.sc-cost::before {content: "$";}
.sc-percent::after {content: "%";}

/* ratecard */
.ribbon2 {
	position: absolute;
	top: 5px;
	padding: 15px 20px 15px 10px;
	background: #ecf0f1;
	color: #0195AC;
	border-left: 5px solid #dde4e6;
	font-size:23px;
	content: '';
	left: -9px;
	
}

.ribbon2:before, .ribbon2:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent
}
.ribbon2:before {
	top: 0
}
.ribbon2:after {
	bottom: 0
}
.ribbon2:before {
	border-top: 27px solid #ecf0f1
}
.ribbon2:after {
	border-bottom: 27px solid #ecf0f1
}


.ribbon3 {
	position: absolute;
	top: 5px;
	padding: 15px 20px 15px 10px;
	background: #f99104;
	color: #FFF;
	border-left: 5px solid #f97704;
	font-size:23px;
	content: '';
	left: -9px;
	
}

.ribbon3:before, .ribbon3:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent
}
.ribbon3:before {
	top: 0
}
.ribbon3:after {
	bottom: 0
}

.ribbon3:before {
	border-top: 27px solid #f99104
}
.ribbon3:after {
	border-bottom: 27px solid #f99104
}

.ribbon4 {
	position: absolute;
	top: 5px;
	padding: 15px 20px 15px 10px;
	background: #55b847;
	color: #FFF;
	border-left: 5px solid #55a847;
	font-size:23px;
	content: '';
	left: -9px;
}

.ribbon4:before, .ribbon4:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent
}
.ribbon4:before {
	top: 0
}
.ribbon4:after {
	bottom: 0
}

.ribbon4:before {
	border-top: 27px solid #55b847
}
.ribbon4:after {
	border-bottom: 27px solid #55b847
}

/* MEMBERS AREA */
.mobilebreadcrumb{text-align:center; padding:5px;}
.breadcrumbphone {
	padding-top: 15px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 4px;
	font-size: 18px;
	float: right;
	padding-bottom: 15px;
	text-align:center;
}

.buttonpad {
	padding-top:20px;
	padding-bottom:20px;
}

/* FOOTER */
.col2foot {
	width:14.5%;
}

.col3foot {
	width:22%;
}

.colfootsoc {
	width:20%;
}

footer .dpcopyright {
	color: #666;
	font-size:12px;
	margin:10px;
}

.printpad {
	padding-right: 10px;
}

.trackbutton {
	width:100%
}

.trackbox {
	border: solid #0ea7b7 10px;
	padding:20px;
	margin-bottom:40px;
}

/*HEADER*/
header
{
    font-family: 'Cabin Condensed',sans-serif !important;
}
header .div-login1
{
    margin-top: 10px;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #616161;
}
header .navbar-brand {
    margin-top: 6px !important;
}
header .div-login1 .lnk-header-right {
    color: #616161 !important;
}
header .div-contact
{
    width: 245px;
}
header .div-contact h3
{
    color: #0066a4;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
header .header-right-wrapper
{
    margin-top: 0px !important;
}
header .icon-call
{
    margin-right: 0px !important;
}
header .span-join
{
    float: none !important;
    font-size: 18px;
    color: #53565a;
}
header .div-time
{
    font-family: 'Cabin Condensed' !important;
    font-size: 10px;
    color: #343741;
    clear: both;
    font-size: 12px;
}
header .navbar-header
{
    width: 100%;
}
header .div-contact, .header .div-time
{
    float: right;
}

header h1, header h2, header h3, header h4, header h5, header h6 {
		font-family:'Cabin Condensed',sans-serif !important;
}

header .navbar-wp .navbar-nav>li>a {
	padding: 17px 20px !important;
}

header .navbar-brand 
{
    padding: 10px;
	margin-top: 6px;
	border: 1px solid transparent;
	border-radius: 3px
}
header .navbar-brand img {
    height: auto;
}

header .navbar-wp .navbar-nav > li > a {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 0;
    padding: 17px 20px;
}

header .navbar-nav {
    float: right;
    margin: 0;
}

header a {
    font-family: 'Cabin Condensed' !important;
}

header .menusection {
	margin-top:15px;
}

header .navbar-wp {
    border-bottom: 0 !important;
}

#navOne .container 
{
    padding-left: 0px !Important;
    padding-right: 0px !Important;
}

/*
header .navbar-brand img {
  width: 170px !Important;
  height: 42px;
  margin-top: 17px;
}
*/

.dentalkey {
  width: 32%;
  padding-top: 15px;
}
.hl-blue {
  color: #0066a4 !important;
}


.wp-theme-DP h1, .wp-theme-DP h2, .wp-theme-DP h3, .wp-theme-DP h4, .wp-theme-DP h5, .wp-theme-DP h6 {
  font-family: 'Cabin Condensed',sans-serif;
}


.icon-basic {
  background: url('//images.dentalplans.com/2015/site-graphics/responsive-site/icons/dental-basic.png');
}

.plan-dicon {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.dpicon {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  float: left;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

.additionalBenefitsRow .dpicon  
{
    margin-top: 10px !Important;
}

.dpicon-1 {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  float: left;
  width: 45px;
  height: 45px;
}

@media (min-width:990px)
{
    #planFilterDiv .planzip
    {
        height: 86px !Important;
    }
}

.fontsz11 {
  font-size: 11px !important;
}

@media (max-width:767px)
{

    #navOne .container > .navbar-header, #navOne .container > .navbar-header div, #navOne .container > .navbar-header a, #navOne  .container > .navbar-header img
    {
        padding-left: 2px !Important;
        padding-right: 0px !Important;
        margin-right: 0px !Important;
        margin-left:0px !Important;
    }
    #navOne .container > .navbar-header a
    {
            padding-top: 4px;
    }

header .navbar-brand img
    {
        /* margin-top: 0px !important; */
        width: 170px;
        height: auto;
        margin-top: 13px;
    }
}

.feedbackDiv {
    padding-left: 15px;
}


/* MOBILE HEADER */
.icon-call {
background: url("https://www.dentalplans.com/content/images/phone-icon.png") no-repeat;
height: 23px;
width: 22px;
display: block;
float: left;
margin-right: 8px;
}

header
{
    font-family: 'Cabin Condensed',sans-serif !important;
}
header .div-login1
{
    margin-top: 10px;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #616161;
}
header .navbar-brand {
    margin-top: 6px !important;
}
header .div-login1 .lnk-header-right {
    color: #616161 !important;
}
header .div-contact
{
    width: 245px;
}
header .div-contact h3
{
    color: #0066a4;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
header .header-right-wrapper
{
    margin-top: 0px !important;
}
header .icon-call
{
    margin-right: 0px !important;
}
header .span-join
{
    float: none !important;
    font-size: 18px;
    color: #53565a;
}
header .div-time
{
    font-family: 'Cabin Condensed' !important;
    font-size: 10px;
    color: #343741;
    clear: both;
    font-size: 12px;
}
header .navbar-header
{
    width: 100%;
}
header .div-contact, .header .div-time
{
    float: right;
}

header h1, header h2, header h3, header h4, header h5, header h6 {
		font-family:'Cabin Condensed',sans-serif !important;
}

header .navbar-wp .navbar-nav>li>a {
	padding: 17px 20px !important;
}

header .navbar-brand 
{
    padding: 10px;
	margin-top: 6px;
	border: 1px solid transparent;
	border-radius: 3px
}
header .navbar-brand img {
    height: auto;
}

header .navbar-wp .navbar-nav > li > a {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 0;
    padding: 17px 20px;
}

header .navbar-nav {
    float: right;
    margin: 0;
}

header a {
    font-family: 'Cabin Condensed' !important;
}

header .menusection {
	margin-top:15px;
}

header .navbar-wp {
    border-bottom: 0 !important;
}

@media (max-width:767px)
{
header .navbar-brand img
    {
        margin-top: 0px !important;
    }
}

.feedbackDiv {
    padding-left: 15px;
}

/* BRAND COLORS */
.hightlightcolor
{color:#0066a4 !important;
font-weight:bold !important;
}

.hl-blue
{color:#0066a4 !important;
}

.hl-blue a
{color:#0066a4;
}

.hl-orange
{color:#E98023;
}

.hl-lightblue
{color:#5EC5C5;
}

.hl-green
{color:#82B75E;
}

.hl-pink
{color:#E2606E;
}

.hl-gray
{color:#97999B;
}

.hl-coolgray
{color:#53565A;
}

.hlb
{
font-weight:bold;
}

.hl-white
{color:#fff;
}

.background-orange
{background-color:#f99104;
}

.bg-coolgray
{background-color:#d7d7d7;
}

.bg-blue
{background-color:#0066a4 !important;
}

.bg-orange
{background-color:#E98023 !important;
}




/* SHOPPING CART */

input:required,
textarea:required,select:required {
  border:2px solid #E2606E!important;
  margin-bottom: 10px;
}
input:required + label {
  border:2px solid #E2606E !important;
}

form {

}
form div {

}
label {
  display: block;
}
input + label {
  display: inline-block;

}

.total
{ font-size:18px;
}

.returningmember
{text-align:right;
font-size:14px;
}

.newtotal 
{font-size:30px;
padding-top:10px;
line-height:15px;
}

.strikethrough
{ text-decoration:line-through;
	font-size:15px;
}

.plansummary
{	float:right; 
	padding:20px; 
	border: 1px #d9e2e1 solid; 
	background-color:#f0fafb;
}

.plansummarytitle
 {font-size:20px;
 }
 
.activationtitle
 {font-size:24px;
 }
 
 .cartheader
 {background-color:#f99104; 
 background:#f99104; 
 height:10px;
 }
 
 .return
 {float:right;
 padding-top:20px;
 line-height:30px;
 }
 
  .returnmobile
 { width:95%;
 padding-top:20px;
 line-height:30px;
 }

.cartpop
{padding:40px;
}


.orange-success {
	background-color: #fbd4b1;
	border-color: #E98023;
}
.cartspacer {
	height:10px;
}

@media screen and (max-width: 320px){.haubackground {background-image: none;}}
@media screen and (max-width: 480px){.haubackground {background-image: none;}}
@media screen and (max-width: 650px){.haubackground {background-image: none;}}
@media screen and (max-width: 980px){.haubackground {background-image: none;}}
@media screen and (max-width: 980px){.haubackground {background-image: none;}}
@media screen and (min-width: 980px){.haubackground {background-image: url(../images/dp/smile-family.png);background-position:bottom right; background-repeat:no-repeat;}}
@media screen and (min-width: 980px){.haubackground {background-image: url(../images/dp/smile-family.png);background-position:bottom right; background-repeat:no-repeat;}}

/* PLANDETAILS */

.planzip {background-color:#008aa4; border-left: solid #DDDDDD 1px;}
.planpad1 {padding-top:0px}
.planpad2 {width:40px;}
.planpad3 {padding-top:10px;}
.pricepadm {padding-left:15px;}
.m-font1 {font-size:20px;}
.m-font2 {font-size:12px;}
.m-font3 {font-size:11px;}
.m-planlogos {padding-left:10px; width:25%;}
.m-plannames {float:right !important; width:65% !important}
.featuredbackground {background-color:#fff3e4;}
.featuredsmile {width:25px; float:left;}
.plandetailtotal 
{font-size:25px;
padding-top:10px;
line-height:25px;
}

.insurancetotal 
{font-size:25px;
line-height:25px;
}

.plandetailyear
{font-size:18px;
padding-top:10px;
line-height:15px;
}

.center
{ text-align:center;
line-height: auto;
}

.centeronly
{ text-align:center;
}

.planbackground
{background-color:#e8e8e8;
}

.roundedtab
{border-radius: 5px 0px 0px 0px;
}

.comparecheckbox
{padding-top:10px;
text-align:center;
}

.comparecheckbox label {
    font-size: 16px;
    cursor: pointer;
}

.comparecheckbox input, .planPricingDiv label {
    cursor: pointer;
}

#sampleSavingsDialog .modal-dialog, #dentistDialog .modal-dialog, #planBenefitsDialog .modal-dialog {
    z-index: 1045
}

#planID .modal-dialog .close {
    color: white;
}

.jqmWindow 
{
    display: none;
}

table.pd_grid_1 {
    border: 1px solid #fff;
    margin: 10px;
    font-family: 'Cabin Condensed', sans-serif;
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 300;
    color: #353535;
    width: 98% !Important;
}

.netplansaving
{
    padding-left: 15px;
    line-height: 8px;
    width: 98% !Important; 
}

table.pd_grid_1 td, table.pd_grid_1 th
{
    padding-left: 5px;
}

table.pd_grid_1 td:nth-child(0)
{
    text-align: left;
    width: 50px;
}

.pd_grid_td_hd_2,
.pd_grid_td_hd_3,
.pd_grid_td_hd_4,
.pd_grid_td_hd_5,
.pd_grid_td_hd_6
{
    font-weight: bold;
}

table.pd_grid_1 td:nth-child(2),
table.pd_grid_1 td:nth-child(3),
table.pd_grid_1 td:nth-child(4),
table.pd_grid_1 td:nth-child(5)
{
    text-align: center;
    width: 50px;
}

.fancybox-inner, .fancybox-skin, fancybox-desktop
{
    width: 800px;
}

.netplansaving
{
    padding-left: 15px;
    line-height: 8px;
}


table.pd_grid_1 td, table.pd_grid_1 th
{
    padding-left: 5px;
}

table.pd_grid_1 tr:nth-child(odd) 
{
    background-color: #f0f0f0;
}


#dentistDialog .modal-content { margin: 0 auto; } 
#dentistDialog .modal-content { width: 1200px; } 

#planSticker
{
    z-index: 1000;
}

.aside-menu .phone { color: White !Important; }

.aside-menu {
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  background: #363940;
  border-left: 1px solid #333;
  display: none;
  z-index: 9999;
}

.mobilepricing
{padding-top:20px;
text-align:center
}

.plans-mobile-line
{line-height:25px;
}

.bold
{font-weight:bold;
}

.insurancewaved
{font-size:12px
}

.mobilesearch
{background-color:#0066a4;
color:#FFFFFF;
width:110%;
text-align:center;
}

.headpad
{padding-bottom:20px;
}

.planbullets
{list-style:disc outside; padding-left:20px;}

/* SEARCH HEADERS*/
.search-smile {float:left; padding-right:20px; margin-top:0px; width:65px;}
.searchhead {font-size:1.8em; margin-bottom:0px; padding-bottom:0px; text-transform: none !Important}
.searchsubhead {margin-top:0px; padding-top:0px; font-size:1.2em;}

.m-search-smile {float:left; padding-right:20px; width: 22%;  padding-bottom:20px;}
.m-searchhead {font-size:5.5vw; margin-bottom:0px;  padding-bottom:0px;}
.m-searchsubhead {margin-top:0px; padding-top:0px; font-size:2.8vw;}


/* PLAN SEARCH BAR */

@media screen and (min-width: 980px){.col-2-zip
{width: 8% !important}}

@media screen and (min-width: 980px){.col-2-dentistlast
{width: 15% !important}}

@media screen and (min-width: 980px){.col-2-planlast
{width: 18% !important}}

@media screen and (min-width: 980px){.col-3-button
{width: 18% !important}}

.search-top
{ margin-bottom: 0px !important;
}
.dentist-count
{display:inline;
width:55%;
float:right;
}

.dentist-count-mobile
{display:inline;
float:right;
}

.comparelogo
{background-color: #FFFFFF;
border: solid #A7A7A7 1px;
padding:10px;
margin-left:20px;
}

.searchpadd
{padding-top:22px;
}
.searchpadd2
{padding-top:12px;
}

.searchpadd3
{padding-top:8px;
margin-left:40px;
}

.resultspadd
{width:420px; height:30px; float:left;}


.product-list-filters2 {
	margin-bottom: 25px;
	border-bottom: 1px solid #e0eded !important
}
.product-list-filters2 .view-mode {
	float: left;
	margin: 7px 0 0 15px
}
.product-list-filters2 .view-mode a {
	font-size: 20px;
	margin-right: 4px;
	font-weight: normal
}
.product-list-filters2 .filter {
	display: inline-block !important;
	float: left;
	margin-left: 30px;
	margin-top: 2px
}
.product-list-filters2 .sort-filter label {
	margin: 0;
	margin-right: 10px;
	font-weight: 400
}
.product-list-filters2 .sort-filter select {
	margin-right: 10px
}
.product-list-filters2 .pagination {
	margin: 0;
	padding: 0;
	float: right;
	border: 0;
	border-radius: 0
}
.product-list-filters2 .pagination li a {
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	padding: 10px 16px
}
.product-list-filters2 .pagination.pull-right li:last-child a {
	border-right: 0
}
.product-list-filters2 .pagination.pull-left li:first-child a {
	border-left: 0
}
.product-list-filters2 .pagination li.active a {
	background: #0195AC;
	color: #fff
}

.result-amount 
{
display:inline !important;
}

.pagfloat {float:right;
}

.active-number
{font-size:16px;
color:#0095ab;
}

.filtertab
{ background-color:#0066a4;
color:#FFFFFF;
font-size:18px;
text-align:center;
border-radius: 10px 10px 0px 0px;
width:15%;
float:right;
padding: 10px 5px 5px 10px;
margin: 5px 0px 0px 10px;
}

.filtertabmobile
{ background-color:#0066a4;
color:#FFFFFF;
font-size:18px;
text-align:center;
border-radius: 10px 10px 0px 0px;
width:95%;
float:left;
padding: 10px 5px 5px 10px;
margin: 5px 0px 0px 10px;
}

.headerpadding
{width: 24%;
}

.mapwidth
{width: 39%;
}

.orangeborder {border: solid #c41230 1px; background-color: #ffe9cb;}
.margbottom {margin-bottom:10px;}
.image-border {border: 1px #B8B8B8 solid;}

.icon-pblock {width:93px; padding-left:11px; padding-right:11px;}
.dp-plan-new {width:47% !important}
.dp-plan-ab {width:18% !important;}
.dp-plan-ab-head {padding-top:13px; padding-bottom:4px; margin-bottom:4px; font-size:16px !important;}
.dp-plan-butmarg {margin-top:23px !important;}
.dp-plan-listmarg {margin-bottom:30px !important;}


/* DP Icons */

.dpicon {background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
float:left; 
width:45px; 
height:45px;
margin-left:10px;}

.dpicon-1 {background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
float:left; 
width:45px; 
height:45px;}

.dpicon-m {background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
width:40px; 
height:40px;}

.smallicon { 
width:40px; 
height:40px;
margin-left:5px;
margin-right:5px;
}

.exsmallicon { 
width:25px; 
height:25px;
margin-left:0px;
margin-right:15px;
}

.largeicon { 
width:125px; 
height:125px;
margin-left:auto !important;
margin-right:auto !important;
float:none !important;
}

.largeicon-m { 
width:125px; 
height:125px;
}

.plan-dicon {
width:50px; 
height:50px; 
margin-bottom:5px;
margin-left:auto !important;
margin-right:auto !important;
float:none !important;
}

.procedure-selected {
background-color:#FFF5D2; 
border: 3px #CDCDCD solid;
-webkit-filter: grayscale(100%); 
filter: grayscale(100%);
opacity:40%;}

.benefits { padding-left:30px; padding-bottom:20px; display:block;}
.icon-basicpreventive {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/dental-basic.png)}
.icon-oralsurgery {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/dental-oralsurgery.png)}
.icon-specialty {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/dental-specialty.png)}
.icon-restorative {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/dental-restorative.png)}
.icon-braces {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/dental-braces.png)}
.icon-cosmetic {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/dental-cosmetic.png)}
.icon-denturesbridges {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/dental-dentures.png)}
.icon-dental {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/dental.png)}
.icon-pharmacydiscounts {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/rx.png)}
.icon-visiondiscounts {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/vision.png)}
.icon-hearingdiscounts {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/hearing.png)}
.icon-oralhealthcareproducts {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/oral-health.png)}
.icon-alternativemedicine {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/alternative-medicine.png)}
.icon-chiropractic {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/chiro.png)}
.icon-massagetherapy {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/massage-therapy.png)}
.icon-physicaltherapy {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/massage-therapy.png)}
.icon-fitness {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/fitness.png)}
.icon-24hournursehotline {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/24-hour-nurse.png)}
.icon-diabeticsupplies {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/diabetic-supplies.png)}
.icon-petsavings {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/pet-savings.png)}
.icon-prepaiddiagnosticimaging {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/prepaid-diagnostic-imaging.png)}
.icon-prepaidlab {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/prepaid-lab.png)}
.icon-minuteclinic {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/minute-clinic.png)}
.icon-everydaysavings {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/everyday-savings.png)}
.icon-telemedicine {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/telemedicine.png)}
.icon-edocamerica {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/eDocAmerica.png)}
.icon-mypersonalcounselor {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/my-personal-counselor.png)}
.icon-emergencymedicaltravel {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/emergency-medical-travel-assistance.png)}
.icon-specialtyhealth {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/specialty-health-care.png)}
.icon-healthwealthconnection {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/HealthWealthConnection.png)}
.icon-medicalhealthadvisor {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/MedicalHealthAdvisor.png)}
.icon-tobaccocessation {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/tobacco-cessation.png)}
.icon-wellnessproducts {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/wellness-products.png)}
.icon-weightnutrition {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/weight-nutrition.png)}
.icon-specialtyhealthcare {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/specialty-health-care.png)}
.icon-healthwealthconnection {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/HealthWealthConnection.png)}
.icon-medicalhealthadvisor {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/MedicalHealthAdvisor.png)}
.icon-medicalbillsaver {background-image:url(http://images.dentalplans.com/2015/site-graphics/responsive-site/icons/MedicalBillSaver.png)}

/* INSURANCE BANNER */

.main-ins-banner { width:70%; margin-left:auto; margin-right:auto; border: 1px #C8C8C8 solid; margin-top:20px; background-color:#f6f6f6;}
.ins-banner-img {background-image:url(/images/dp/family_alpha.png); background-repeat:no-repeat; background-position: top center; background-size:auto; height:130px;}
.ins-banner-copy {padding:15px 20px 10px 10px;}

/* DP THEME */

.wp-theme-DP .btn {
	font-weight: normal;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.wp-theme-DP .btn i {
	margin-right: 4px
}
.wp-theme-DP .btn-lg {
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.33;
	border-radius: 3px
}
.wp-theme-DP .btn-lg i {
	font-size: 24px;
	position: relative;
	top: 3px
}
.wp-theme-DP .btn-xs {
	padding: 4px 10px
}
.wp-theme-DP .btn-one {
	background-color: none;
	border: 2px solid #FFF;
	color: #FFF
}
.wp-theme-DP .btn-one:hover, .wp-theme-DP .btn-one:focus, .wp-theme-DP .btn-one:active, .wp-theme-DP .btn-one.active, .wp-theme-DP .open .dropdown-toggle.btn-one {
	color: #ffd49e;
	background-color: #FFF;
	border-color: #FFF
}
.wp-theme-DP .btn-one:active, .wp-theme-DP .btn-one.active, .wp-theme-DP .open .dropdown-toggle.btn-one {
	background-image: none
}
.wp-theme-DP .btn-two {
	color: #ffffff;
	background-color: #0066a4;
	border: 1px solid;
	border-color: #0066a4
}
	.wp-theme-DP .btn-two:hover, .wp-theme-DP .btn-two:focus, .wp-theme-DP .btn-two:active, .wp-theme-DP .btn-two.active, .wp-theme-DP .open .dropdown-toggle.btn-two {
		color: #ffffff;
		background-color: #004671;
		border-color: #004671;
	}
.wp-theme-DP .btn-two:active, .wp-theme-DP .btn-two.active, .wp-theme-DP .open .dropdown-toggle.btn-two {
	background-image: none
}
.wp-theme-DP .btn-three {
	color: #ffffff;
	background-color: #333;
	border: 1px solid;
	border-color: #292929
}
.wp-theme-DP .btn-three:hover, .wp-theme-DP .btn-three:focus, .wp-theme-DP .btn-three:active, .wp-theme-DP .btn-three.active, .wp-theme-DP .open .dropdown-toggle.btn-three {
	color: #ffffff;
	background-color: #1f1f1f;
	border-color: #1f1f1f
}
.wp-theme-DP .btn-three:active, .wp-theme-DP .btn-three.active, .wp-theme-DP .open .dropdown-toggle.btn-three {
	background-image: none
}
.wp-theme-DP .btn-four {
	background-color: none;
	border: 2px solid #c41230;
	color: #c41230
}


.wp-theme-DP .btn-four:hover, .wp-theme-DP .btn-four:focus, .wp-theme-DP .btn-four:active, .wp-theme-DP .btn-four.active, .wp-theme-DP .open .dropdown-toggle.btn-four {
	color: #FFF;
	background-color: #c41230
}
.wp-theme-DP .btn-four:active, .wp-theme-DP .btn-four.active, .wp-theme-DP .open .dropdown-toggle.btn-four {
	background-image: none
}
.wp-theme-DP h1, .wp-theme-DP h2, .wp-theme-DP h3, .wp-theme-DP h4, .wp-theme-DP h5, .wp-theme-DP h6 {
		font-family:'Cabin Condensed',sans-serif;
}

.wp-theme-DP .btn-five {
	color: #ffffff;
	background-color: #7C7C7C;
	border: 1px solid;
	border-color: #b6b6b6
}
.wp-theme-DP .btn-five:hover, .wp-theme-DP .btn-five:focus, .wp-theme-DP .btn-five:active, .wp-theme-DP .btn-five.active, .wp-theme-DP .open .dropdown-toggle.btn-five {
	color: #ffffff;
	background-color: #504f4f;
	border-color: #504f4f
}
.wp-theme-DP .btn-five:active, .wp-theme-DP .btn-five.active, .wp-theme-DP .open .dropdown-toggle.btn-five {
	background-image: none
}
.wp-theme-DP .btn-five {
	background-color: #7C7C7C;
	border: 1px solid #7C7C7C;
	color: #fff
}


.wp-theme-DP p {
	line-height: 22px
}
.wp-theme-DP a {
	cursor: pointer
}
.wp-theme-DP a:hover {
	color: #0066a4;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .35s;
	text-decoration:underline;
}

.wp-theme-DP DSP a {
	color: #0066a4;
	cursor: pointer
}
.wp-theme-DP DSP a:hover {
	color: #c41230;
	text-decoration: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .35s;
	text-decoration:underline;
}

.wp-theme-DP bb a {
	color: #0066a4;
	cursor: pointer
}
.wp-theme-DP bb a:hover {
	color: #c41230;
	text-decoration: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .35s;
	text-decoration:underline;
}


.wp-theme-DP .bg-2 {
	background: #c41230;
	color: #FFF
}
.wp-theme-DP .menusection {
	margin-top:15px;
	background: #f99104;
	color: #FFF
}
.wp-theme-DP .lw .bg-5 {
	background: #fcfcfc;
	border-top: 1px solid #e0eded;
	border-bottom: 1px solid #e0eded
}
.wp-theme-DP .ld .bg-5 {
	background: #363636;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444
}
.wp-theme-DP .lw .bg-3 {
	background: #fff;
	color: #616161
}
.wp-theme-DP .ld .bg-3 {
	background: #202020;
	color: #888
}
.wp-theme-DP .bg-4 {
	background: #333;
	color: #FFF
}
.wp-theme-DP .dark {
	background: #333;
	color: #FFF
}
.wp-theme-DP .red {
	background: #c41230;
	color: #FFF
}
.wp-theme-DP .orange {
	background: #f39c12;
	color: #FFF
}
.wp-theme-DP .green {
	background: #f39c12;
	color: #FFF
}
.wp-theme-DP .blue {
	background: #3498db;
	color: #FFF
}
.wp-theme-DP .light {
	background: #fff;
	color: #616161 !important
}
.wp-theme-DP .blockquote-1:hover {
	border-color: #c41230
}
.wp-theme-DP .blockquote-1 p {
	font-size: 13px
}
.wp-theme-DP .section-title {
	display: inline-block;
	border-bottom: 1px solid #333;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	overflow: hidden
}
.wp-theme-DP .section-title-dp {
	display: inline-block;
	margin: -5px 0 -16px 0;
	padding: 0 0 0 0;
	font-size: 18px;
	line-height:24px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	overflow: hidden
}
.wp-theme-DP .lw .section-title {
	color: #333
}
.wp-theme-DP .lw .section-title-dp {
	color: #fff
}
.wp-theme-DP .ld .section-title {
	color: #fff
}
.wp-theme-DP .section-title.white {
	color: #fff;
	border-bottom: 1px solid #fff
}
.wp-theme-DP .navbar-wp {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	z-index: 1000
}
.wp-theme-DP .lw .navbar-wp {
	background: #fff;
}
.wp-theme-DP .ld .navbar-wp {
	background: #181818;
	border-bottom: 1px solid #444
}
.wp-theme-DP .ld .sticky-wrapper .navbar-wp {
	background: rgba(24,24,24,0.85);
	border-bottom: 1px solid #444
}
.wp-theme-DP .navbar-wp .navbar-nav>li>a {
	padding: 17px 20px;
	margin-right: 0;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	border-right:#fff 1px solid !important;
}
  
.wp-theme-DP .lw .navbar-wp .navbar-nav>li>a {
	color: #fff
}
#leftlink{
	border-left:#fff 1px solid;
}
.wp-theme-DP .lw .navbar-wp .navbar-nav>li>a {
	color: #fff
}
.wp-theme-DP .lw .navbar-wp .navbar-nav>li>a.dropdown-form-toggle {
	color: #333
}
.wp-theme-DP .lw .navbar-wp .navbar-nav>li>a:hover, .wp-theme-DP .lw .navbar-wp .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #c41230
}
.wp-theme-DP .ld .navbar-wp .navbar-nav>li>a {
	color: #fff
}
.wp-theme-DP .ld .navbar-wp .navbar-nav>li>a.dropdown-form-toggle {
	color: #fff
}
.wp-theme-DP .ld .navbar-wp .navbar-nav>li>a:hover, .wp-theme-DP .ld .navbar-wp .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #c41230
}
.wp-theme-DP .navbar-wp .navbar-nav>.active>a, .wp-theme-DP .navbar-wp .navbar-nav>.active>a:hover, .wp-theme-DP .navbar-wp .navbar-nav>.active>a:focus {
	color: #fff !important;
	background-color: #c41230;
	border-radius: 0
}
.wp-theme-DP .navbar-wp .navbar-nav>.disabled>a, .wp-theme-DP .navbar-wp .navbar-nav>.disabled>a:hover, .wp-theme-DP .navbar-wp .navbar-nav>.disabled>a:focus {
	color: #cccccc;
	background-color: transparent
}
.wp-theme-DP .navbar-wp .navbar-nav>.open>a, .wp-theme-DP .navbar-wp .navbar-nav>.open>a:hover, .wp-theme-DP .navbar-wp .navbar-nav>.open>a:focus {
	color: #FFF !important;
	background-color: #c41230
}
.wp-theme-DP .navbar-wp .navbar-nav>.open>a .caret, .wp-theme-DP .navbar-wp .navbar-nav>.open>a:hover .caret, .wp-theme-DP .navbar-wp .navbar-nav>.open>a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF
}
.wp-theme-DP .navbar-wp .navbar-nav>.dropdown>a .caret {
	border-top-color: #4c4c4c;
	border-bottom-color: #4c4c4c
}
.wp-theme-DP .navbar-wp .navbar-nav>li>a.dropdown-form-toggle, .wp-theme-DP .navbar-wp .navbar-nav>li>a.dropdown-form-toggle:hover, .wp-theme-DP .navbar-wp .navbar-nav>li>a.dropdown-form-toggle:focus {
	padding: 15px 16px;
	margin-top: 14px;
	font-size: 16px;
	font-weight: normal;
	background: none;
	color: #c41230
}
.wp-theme-DP .navbar-wp .navbar-nav>.open>a.dropdown-form-toggle, .wp-theme-DP .navbar-wp .navbar-nav>.open>a.dropdown-form-toggle:hover, .wp-theme-DP .navbar-wp .navbar-nav>.open>a.dropdown-form-toggle:focus {
	color: #c41230 !important;
	background-color: none
}
.wp-theme-DP .navbar-wp .navbar-toggle {
	border-color: #333;
	/*margin-top: 20px*/
}
.wp-theme-DP .navbar-wp .navbar-toggle .icon-bar {
	background-color: #4c4c4c
}
.wp-theme-DP .navbar-wp .navbar-toggle .icon-custom {
	font-size: 18px
}
.wp-theme-DP .navbar-wp .navbar-toggle:hover, .wp-theme-DP .navbar-wp .navbar-toggle:focus {
	background-color: #c41230;
	border-color: #c41230
}
.wp-theme-DP .navbar-wp .navbar-toggle:hover .icon-bar, .wp-theme-DP .navbar-wp .navbar-toggle:focus .icon-bar {
	background-color: #FFF
}
.wp-theme-DP .navbar-wp .navbar-toggle:hover .icon-custom, .wp-theme-DP .navbar-wp .navbar-toggle:focus .icon-custom {
	color: #FFF
}
.wp-theme-DP .navbar-wp .navbar-toggle-aside-menu {
	/* padding: 8px 10px 2px 10px */
	margin-left: 3px !Important;
}
.wp-theme-DP .navbar-wp .navbar-collapse, .wp-theme-DP .navbar-wp .navbar-form {
	border-color: #e7e7e7
}
.wp-theme-DP .navbar-wp .navbar-nav>.dropdown>a:hover .caret, .wp-theme-DP .navbar-wp .navbar-nav>.dropdown>a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF
}
.wp-theme-DP .navbar-wp .dropdown-menu {
	min-width: 220px;
	background: #FFF;
	border: 0;
	border-top: 1px solid #c41230;
	border-bottom: 3px solid #c41230;
	border-radius: 0
}
.wp-theme-DP .navbar-wp .dropdown-menu>li {
	border-bottom: 1px solid #e0eded
}
.wp-theme-DP .navbar-wp .dropdown-menu>li:last-child {
	border: 0
}
.wp-theme-DP .navbar-wp .dropdown-menu>li>a {
	color: #333;
	padding: 8px 15px
}
.wp-theme-DP .navbar-wp .dropdown-menu>li>a:hover {
	background: #c41230;
	color: #FFF
}
.wp-theme-DP .navbar-wp .dropdown-menu label.checkbox {
	color: #333
}
.wp-theme-DP .navbar-wp .dropdown-form h4 {
	margin: 0;
	padding: 15px 15px 5px 15px;
	color: #FFF
}
.wp-theme-DP .navbar-wp .dropdown-menu-user {
	border: 1px solid #e0eded;
	border-top-color: transparent
}
.wp-theme-DP .navbar-wp .dropdown-menu-user {
	background: #fff
}
.wp-theme-DP .navbar-wp .navbar-right .dropdown-menu-user {
	background: #fff;
	border-color: transparent
}
.wp-theme-DP .navbar-wp .navbar-right .social-link {
	width: 40px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	padding: 10px;
	margin: 18px 0;
	border-radius: 100%
}
.wp-theme-DP .navbar-wp .navbar-right .social-link.facebook:hover {
	background: #43609c;
	color: #fff
}
.wp-theme-DP .navbar-wp .navbar-right .social-link.pinterest:hover {
	background: #cb2027;
	color: #fff
}
.wp-theme-DP .navbar-wp .navbar-right .social-link.twitter:hover {
	background: #62addb;
	color: #fff
}
.wp-theme-DP .lw .navbar-wp.navbar-contrasted .navbar-nav>li>a:hover, .wp-theme-DP .lw .navbar-wp.navbar-contrasted .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #2c2c2c
}
.wp-theme-DP .ld .navbar-wp.navbar-contrasted .navbar-nav>li>a:hover, .wp-theme-DP .ld .navbar-wp.navbar-contrasted .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #2c2c2c
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a, .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a:hover, .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a:focus {
	color: #FFF;
	background-color: #2c2c2c
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a .caret, .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a:hover .caret, .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.dropdown>a .caret {
	border-top-color: #4c4c4c;
	border-bottom-color: #4c4c4c
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>li>a.dropdown-form-toggle {
	padding: 15px 16px;
	margin-top: 14px;
	font-size: 16px;
	font-weight: normal;
	background: none
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>li>a.dropdown-form-toggle:hover, .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>li>a.dropdown-form-toggle:focus {
	background: none;
	color: #c41230
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu-user:after {
	bottom: 100%;
	right: 100%;
	border: solid transparent;

	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu-user:after {
	border-color: rgba(136,183,213,0);
	border-bottom-color: #2c2c2c;
	border-width: 10px;
	margin-right: -35px
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after {
	bottom: 100%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after {
	border-color: rgba(136,183,213,0);
	border-bottom-color: #2c2c2c;
	border-width: 10px;
	margin-left: -35px
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu {
	min-width: 220px;
	background: #2c2c2c;
	border: 0;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu>li {
	border-bottom: 1px solid #262626
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu>li>a {
	color: #fff;
	padding: 8px 15px
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu>li>a:hover {
	background: #c41230;
	color: #FFF
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu label.checkbox {
	color: #fff
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-form h4 {
	margin: 0;
	padding: 15px 15px 5px 15px;
	color: #FFF
}
.wp-theme-DP .dropdown-submenu {
	position: relative
}
.wp-theme-DP .dropdown-submenu>.dropdown-menu {
	top: -5px;
	left: 100%;
	margin-top: 0;
	margin-left: -1px
}
.wp-theme-DP .dropdown-submenu:hover>.dropdown-menu {
	display: block
}
.wp-theme-DP .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -6px
}
.wp-theme-DP .dropdown-submenu:hover>a:after {
	border-left-color: #fff
}
.wp-theme-DP .dropdown-submenu.pull-left {
	float: none
}
.wp-theme-DP .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px
}
.wp-theme-DP .nav>ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.wp-theme-DP .nav>ul>li {
	border-bottom: 1px solid #333
}
.wp-theme-DP .nav>ul>li>a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff
}
.wp-theme-DP .nav>ul>li>a:hover {
	text-decoration: none;
	color: #c41230;
	background: #292929
}
.wp-theme-DP .nav>ul>li>a>i {
	margin-right: 5px
}
.wp-theme-DP .lw .pg-opt {
	border-bottom: 1px solid #e0eded;
	background: #fcfcfc
}
.wp-theme-DP .ld .pg-opt {
	border-bottom: 1px solid #444;
	background: #111
}
.wp-theme-DP .pg-opt.fixed {
	width: 100%;
	position: fixed;
	top: 0px;
	background: rgba(250,250,250,0.9);
	border-bottom: 1px solid #e0eded;
	z-index: 900
}
.wp-theme-DP .pg-opt h2 {
	margin: 0;
	padding: 14px 0;
	font-size: 22px;
	line-height: 100%
}
.wp-theme-DP .pg-opt.fixed h2 {
	margin-bottom: 15px
}
.wp-theme-DP .pg-opt hr {
	margin: 0;
	border-top-color: #dde1e6;
	-webkit-box-shadow: 0 1px 0 #fbfbfc;
	-moz-box-shadow: 0 1px 0 #fbfbfc;
	box-shadow: 0 1px 0 #fbfbfc
}
.wp-theme-DP .pg-opt.fixed hr {
	display: none
}
.wp-theme-DP .pg-opt .breadcrumb {
	float: right;
	margin: 0;
	padding: 16px 0;
	background: none;
	border-radius: 0
}
.wp-theme-DP .pg-opt .breadcrumb a {
	color: #c41230
}

@media only screen and (max-width:767px) {
.wp-theme-DP .pg-opt .pg-nav {
	float: left;
	margin-bottom: 10px
}
.wp-theme-DP .pg-opt h2 {
	padding: 20px 0 0 0
}
}
.wp-theme-DP .page-header {
	margin: 0;
	border: 0
}
.wp-theme-DP .page-header p {
	font-size: 16px;
}
.wp-theme-DP .w-box {
	margin: 0 25px 15px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	overflow: hidden;
	cursor: default;
	border: 1px solid #e0eded
}
.wp-theme-DP .w-box:before, .wp-theme-DP .w-box:after {
	display: table;
	content: ""
}
.wp-theme-DP .w-box:after {
	clear: both
}
.wp-theme-DP .w-box h1 {
	margin: 0;
	padding: 10px 15px;
	font-weight: 500;
	font-size: 20px
}
.wp-theme-DP .lw .w-box h2 {
	margin: 0;
	padding: 12px 15px 0px 15px;
	font-weight: 500;
	font-size: 25px;
	color: #00b6c9;
}
.wp-theme-DP .ld .w-box h2 {
	margin: 0;
	padding: 12px 15px 0px 15px;
	font-weight: 500;
	font-size: 16px;
	color: #fff
}
.wp-theme-DP .w-box.inner h2 {
	padding: 10px 0
}
.wp-theme-DP .w-box small {
	display: block;
	font-size: 12px;
	margin-top: 3px
}
.wp-theme-DP .w-box p {
	margin: 6px 0;
	padding: 0 0px;
	padding-bottom: 8px
}
.wp-theme-DP .w-box time {
	display: block;
	padding: 8px 15px 0 15px
}
.wp-theme-DP .w-box .w-footer {
	padding: 10px 15px;
	border-top: 1px solid #f1f1f1
}
.wp-theme-DP .w-box .w-footer:before, .wp-theme-DP .w-box .w-footer:after {
	display: table;
	content: ""
}
.wp-theme-DP .w-box .w-footer:after {
	clear: both
}
.wp-theme-DP .w-box .w-footer small {
	font-size: 12px
}
.wp-theme-DP .w-box .w-box-parent {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear
}
.wp-theme-DP .w-box .date-over {
	padding: 10px;
	background: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	font-weight: normal
}
.wp-theme-DP .w-box .date-over.small {
	padding: 4px 8px;
	font-size: 12px
}
.wp-theme-DP .w-box .date-over strong {
	font-size: 12px;
	display: block;
	font-weight: normal
}
.wp-theme-DP .w-box.dark {
	background: #333
}
.wp-theme-DP .w-box.dark h2 {
	color: #fff
}
.wp-theme-DP .w-box.white h2 {
	border-bottom: 0;
	text-align: center
}
.wp-theme-DP .w-box.white .thmb-img {
	text-align: center;
	padding: 15px 0
}
.wp-theme-DP .lw .w-box.white {
	background: #FFF
}
.wp-theme-DP .lw .w-box.white .thmb-img i {
	font-size: 64px;
	color: #616161
}
.wp-theme-DP .ld .w-box.white {
	background: #202020;
	border: 1px solid #444
}
.wp-theme-DP .ld .w-box.white .thmb-img i {
	font-size: 64px;
	color: #616161
}
.wp-theme-DP .w-box.w-box-inverse .thmb-img i {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	font-size: 34px;
	line-height: 100px;
	text-align: center
}
.wp-theme-DP .lw .w-box.w-box-inverse .thmb-img i {
	background: #fcfcfc;
	color: #c41230
}
.wp-theme-DP .ld .w-box.w-box-inverse .thmb-img i {
	background: #363636;
	color: #fff
}
.wp-theme-DP .w-box.w-box-inverse .thmb-img:hover i {
	background: #c41230;
	color: #FFF
}
.wp-theme-DP .c-box {
	border: 1px solid #c41230
}
.wp-theme-DP .c-box .c-box-header {
	padding: 10px 15px;
	background: #c41230;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize
}
.wp-theme-DP .c-box .table {
	margin: 0
}
.wp-theme-DP .ld .w-section h4, .wp-theme-DP .ld .w-section h3, .wp-theme-DP .ld .w-section h2 {
	color: #fff
}
.wp-theme-DP .w-section .aside-feature {
	margin: 10px;
	cursor: default
}
.wp-theme-DP .w-section .aside-feature .icon-feature {
	font-size: 68px;
	margin-top: 10px;
	text-align: center;
	display: block
}
.wp-theme-DP .w-section .aside-feature:hover .icon-feature, .wp-theme-DP .w-section .aside-feature:hover h4 {
	color: #c41230
}
.wp-theme-DP .w-section .aside-feature .img-feature {
	margin-top: 4px;
	display: block
}
.wp-theme-DP .w-section .aside-feature .img-feature img {
	width: 78px
}
.wp-theme-DP .layer-slider-wrapper {
	max-height: 500px;
	overflow: hidden;
	border-bottom: 1px solid #e0eded
}
.wp-theme-DP .layer-slider-wrapper .title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #333;
	text-transform: capitalize
}
.wp-theme-DP .layer-slider-wrapper .title.title-base {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #FFF;
	background: #c41230;
	text-transform: capitalize
}
.wp-theme-DP .layer-slider-wrapper .title.title-dark {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #333;
	text-transform: capitalize
}
.wp-theme-DP .layer-slider-wrapper .subtitle {
	font-size: 22px;
	line-height: 30px;
	color: #c41230;
	text-transform: capitalize
}
.wp-theme-DP .layer-slider-wrapper .list-item {
	font-size: 18px;
	line-height: 30px;
	padding-left: 30px;
	color: #c41230;
	text-transform: capitalize
}
.wp-theme-DP .layer-slider-wrapper .text-standard {
	font-size: 16px;
	line-height: 22px
}
.wp-theme-DP .box-element {
	padding: 20px
}
.wp-theme-DP .box-element:nth-child(n+1) {
	margin-top: 20px
}
.wp-theme-DP .box-element h1 {
	margin: 10px 0 !important;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400
}
.wp-theme-DP .box-element.box-element-bordered {
	background: transparent !important;
	border: 1px solid #c41230
}
.wp-theme-DP .box-element.box-element-outer {
	padding-left: 0;
	padding-right: 0
}
.wp-theme-DP .pricing-plans .plan-header .popular-tag {
	background: #333;
	border-bottom: 1px solid #FFF;
	color: #fff
}
.wp-theme-DP .carousel-2 {
	position: relative
}
.wp-theme-DP .carousel-2 .item {
	padding: 36px 0 !important
}
.wp-theme-DP .carousel-2 .carousel-indicators {
	bottom: 0
}
.wp-theme-DP .carousel-2 .carousel-indicators li {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px
}
.wp-theme-DP .carousel-2 .carousel-indicators .active {
	background-color: #c41230
}
.wp-theme-DP .carousel-2 .img-thumbnail {
	margin-top: 26px
}
.wp-theme-DP .carousel-2 h2 {
	font-size: 22px
}
.wp-theme-DP .carousel-2 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #c41230;
	opacity: 1
}
.wp-theme-DP .carousel-2 .carousel-nav a:hover {
	background: #c41230 !important;
	color: #fff
}
.wp-theme-DP .carousel-2 .carousel-nav a.left {
	right: 36px
}
.wp-theme-DP .carousel-2 .carousel-nav a.right {
	right: 0
}
.wp-theme-DP .carousel-2 .carousel-control i {
	position: absolute;
	top: 50%;
	font-size: 22px;
	margin-top: -11px
}
.wp-theme-DP .carousel-2 .carousel-control.left i {
	left: 18px
}
.wp-theme-DP .carousel-2 .carousel-control.right i {
	right: 18px
}
.wp-theme-DP .carousel-3 {
	position: relative
}
.wp-theme-DP .carousel-3 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -50px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #c41230;
	opacity: 1
}
.wp-theme-DP .carousel-3 .carousel-nav a:hover {
	background: #c41230 !important;
	color: #fff
}
.wp-theme-DP .carousel-3 .carousel-nav a.left {
	right: 36px
}
.wp-theme-DP .carousel-3 .carousel-nav a.right {
	right: 0
}
.wp-theme-DP .carousel-3 .carousel-nav a:hover {
	background: #FFF
}
.wp-theme-DP .carousel-testimonials {
	position: relative;
	border: 1px solid #e0eded
}
.wp-theme-DP .like-button .button {
	display: block;
	text-align: right;
	padding-top: 10px;
	color: #ddd
}
.wp-theme-DP .like-button .button i {
	font-size: 20px;
	color: #ddd
}
.wp-theme-DP .like-button .button.liked i {
	color: #c41230
}
.wp-theme-DP .like-button .count {
	display: block;
	text-align: right;
	position: relative;
	top: -7px
}
.wp-theme-DP .like-button.inline .button {
	display: inline-block;
	padding: 0
}
.wp-theme-DP .like-button.inline .count {
	display: inline-block;
	top: -2px
}
.wp-theme-DP .like-button.inline .count small {
	font-size: 13px
}
.wp-theme-DP .side-like-box {
	text-align: center;
	padding: 5px 5px 0 5px;
	margin-top: 10px
}
.wp-theme-DP .side-like-box .button {
	text-align: center;
	padding: 0
}
.wp-theme-DP .side-like-box .count {
	text-align: center
}
.wp-theme-DP .side-like-box i {
	font-size: 24px
}
.wp-theme-DP ul.list-listings-dp {
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	list-style: none
}
.wp-theme-DP ul.list-listings-dp li {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border: 1px solid #f3f3f3;
	overflow: hidden
}
.wp-theme-DP ul.list-listings-dp li.featured {
	border-color: #c41230
}
.wp-theme-DP ul.list-listings-dp li:before, .wp-theme-DP ul.list-listings li:after {
	content: "";
	display: table
}
.wp-theme-DP ul.list-listings-dp li:after {
	clear: both
}
.wp-theme-DP ul.list-listings-dp .listing-header {
	clear: both;
	padding: 8px 15px;
	font-weight: 600;
	text-transform: uppercase
}
.wp-theme-DP ul.list-listings-dp .listing-image {
	width: 12%;
	float: left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.wp-theme-DP ul.list-listings-dp .listing-image-mobile {
	width: 30%;
	float: left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-right:10px;
}

.wp-theme-DP ul.list-listings-dp .listing-body-dp {
	width: 62%;
	height: 170px;
	padding: 15px;
	float: left;
	line-height: 20px;
}

.wp-theme-DP ul.list-listings-dp .listing-body-dpnew {
	width: 62%;
	padding: 15px;
	float: left;
	line-height: 20px;
}

@media screen and (max-width: 320px){.wp-theme-DP ul.list-listings-dp .listing-body-dpnew{width: 100%}}
@media screen and (max-width: 480px){.wp-theme-DP ul.list-listings-dp .listing-body-dpnew{width: 100%}}
@media screen and (max-width: 650px){.wp-theme-DP ul.list-listings-dp .listing-body-dpnew{width: 100%}}


.wp-theme-DP ul.list-listings-dp .listing-body-dpplans {
	width: 37%;
	padding: 15px;
	float: left;
	line-height: 20px;
}

.dp-plan-ab {
  width: 33% !important;
}

.dp-plan-ab-head {
  padding-top: 13px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-size: 16px !important;
}

@media screen and (max-width: 320px){.wp-theme-DP ul.list-listings-dp .listing-body-dpplans{float:right !important;}}
@media screen and (max-width: 480px){.wp-theme-DP ul.list-listings-dp .listing-body-dpplans{float:right !important;}}
@media screen and (max-width: 650px){.wp-theme-DP ul.list-listings-dp .listing-body-dpplans{float:right !important;}}


.wp-theme-DP ul.list-listings-dp .listing-body-dpnopic {
	width: 80%;
	padding: 15px;
	float: left;
	line-height: 20px;
}

.wp-theme-DP ul.list-listings-dp .listing-body-dp-mobile {
	width: 60%;
	padding: 15px;
	float: left;
	line-height: 20px;
}

.wp-theme-DP ul.list-listings-dp .listing-body-dp h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px
}
.wp-theme-DP ul.list-listings-dp .listing-body-dp h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.wp-theme-DP ul.list-listings-dp .listing-actions {
	width: 18%;
	height: 110px;
	padding-top: 20px;
	float: right;
	text-align: center;

}
.wp-theme-DP ul.list-listings-dp .listing-actions2 {
	width: 100%;
	height: 110px;
	padding-top: 20px;
	float: left;
	text-align: center;

}
.wp-theme-DP ul.list-listings-dp .listing-actions .btn {
	margin-top: 6px
}
.wp-theme-DP ul.list-check-dp {
	list-style: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0
}
.wp-theme-DP ul.list-check-dp li {
	padding: 4px 0;
	margin: 0;
	display: block;
	width: 100%
}
.wp-theme-DP ul.list-check-dp li i {
	color: #c41230;
	font-style: normal;
	margin-right: 4px
}
.wp-theme-DP ul.list-check-dp li span {
	font-size: 14px
}
.wp-theme-DP ul.categories-dp {
	list-style: none;
	margin: 0;
	padding: 0 !important;
	border: 1px solid #e0eded;
	overflow: hidden
}
.wp-theme-DP ul.categories-dp li {
	border-bottom: 1px solid #e0eded;
	position: reltive
}
.wp-theme-DP ul.categories-dp li:last-child {
	border: 0
}
.wp-theme-DP ul.categories-dp li a {
	display: block;
	padding: 10px 15px
}
.wp-theme-DP ul.categories-dp li a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: relative;
	top: 0;
	float: right
}
.wp-theme-DP ul.categories-dp li a:hover {
	background: #c41230;
	color: #FFF;
	text-decoration: none
}
.wp-theme-DP ul.categories-dp li a i {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	font-style: normal;
	color: #999;
	font-size: 11px
}
.wp-theme-DP ul.categories li a:hover i {
	color: #FFF
}
.wp-theme-DP .timeline .year {
	width: 100%;
	background: #333;
	padding: 8px 10px;
	margin: 20px auto 40px !important;
	font-size: 20px
}
.wp-theme-DP .timeline .year {
	border-radius: 3px
}
.wp-theme-DP .timeline .event {
	padding: 0;
	border: 1px solid #e0eded;
	border-radius: 0
}
.wp-theme-DP .timeline .event:nth-child(2n):before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -6.8% !important;
	top: 20px;
	width: 10px;
	height: 10px;
	background: #c41230;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.wp-theme-DP .timeline .event:nth-child(2n-1):after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -12px !important;
	top: 12px;
	width: 0;
	height: 0;
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent
}
.wp-theme-DP .timeline .event:nth-child(2n-1):before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -6.5% !important;
	top: 20px;
	width: 10px;
	height: 10px;
	background: #c41230;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.wp-theme-DP .timeline .event-date {
	margin: 0;
	background: #FFF;
	border-bottom: 1px solid #e0eded;
	text-align: left;
	padding: 10px 10px;
	font-weight: 500;
	font-size: 14px
}
.wp-theme-DP .timeline .event:nth-child(2n) .event-date:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -12px !important;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	z-index: 20
}
.wp-theme-DP .timeline .event:nth-child(2n) .event-date:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	right: -13px;
	width: 0;
	height: 0;
	border-left: 13px solid #ddd;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	z-index: 0
}
.wp-theme-DP .timeline .event:nth-child(2n-1) .event-date:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -12px !important;
	top: 12px;
	width: 0;
	height: 0;
	border-right: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	z-index: 20
}
.wp-theme-DP .timeline .event:nth-child(2n-1) .event-date:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	left: -13px;
	width: 0;
	height: 0;
	border-right: 13px solid #ddd;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	z-index: 0
}
.wp-theme-DP .timeline .event-date small {
	display: block;
	font-size: 12px;
	color: #a1a1a1;
	font-weight: normal
}
.wp-theme-DP .timeline .event-date i {
	margin-right: 7px
}
.wp-theme-DP .timeline .event-body {
	background: #f8f8f8
}
.wp-theme-DP .timeline .event-footer {
	margin: 0;
	text-align: left;
	padding: 8px 10px;
	background: none;
	border-top: 1px solid #e0eded
}
.wp-theme-DP .timeline .event-footer:after, .wp-theme-DP .timeline .event-footer:before {
	display: table;
	content: " "
}
.wp-theme-DP .timeline .event-footer:after {
	clear: both
}
.wp-theme-DP .timeline .event img {
	margin: 0
}
.wp-theme-DP .timeline p {
	padding: 20px 10px;
	text-align: left
}
.wp-theme-DP .timeline iframe {
	margin: 10px 0 0 0
}
.wp-theme-DP #toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: #555;
	border-radius: 3px
}
.wp-theme-DP #toTopHover {
	background: #c41230;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0)
}
.wp-theme-DP #toTop:active, .wp-theme-DP #toTop:focus {
	outline: none
}
.wp-theme-DP #toTop:before {
	font-family: 'FontAwesome';
	content: "\f106";
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	text-indent: 0
}
.wp-theme-DP .widget.tags-wr {
	padding-bottom: 15px
}
.wp-theme-DP .tags-list:before, .wp-theme-DP .tags-list:after {
	display: table;
	content: ""
}
.wp-theme-DP .tags-list:after {
	clear: both
}
.wp-theme-DP .tags-list {
	list-style: none;
	padding-left: 0;
	margin: 0
}
.wp-theme-DP .tags-list li {
	border: 1px solid #c41230;
	background: #FFF;
	padding: 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #c41230;
	font-size: 12px
}
.wp-theme-DP .tags-list li a {
	color: #c41230;
	margin-left: 4px
}
.wp-theme-DP .tags-list li:hover {
	background: #c41230;
	color: #FFF
}
.wp-theme-DP .tags-list li:hover a {
	color: #FFF;
	text-decoration: none
}



/*  V2 EDITS HEADER*/
.slider-wrapper
{
border:none;
}
.f-wrapper {
padding:0;
}
.span-tel {
    font-family: Arial;
    font-size: 11px;
}
.fgroup-wrapper h4 {
    font-size: 13px;
	}
.fgroup-wrapper-inner
{
padding:10px;
}
.ul-offer-left
{
clear:both;
}
ul.ul-offer {
font-size:11px;
}
.f-wrapper {
float:left;
padding-left:40px;
}
a.span-visit {
font-size:11px;
}
.nav-mob-icon
{
background:url('../images/icon-phone.png');
width:34px;
height:34px;
border:0;
margin-top:10px;
}
.nav-toggle-icon
{
background:url('../images/icon-toggle.png');
width:34px;
height:34px;
border:0;
margin-top:10px;
}
.navbar-user-icon
{
background:url('../images/icon-user.png');
width:34px;
height:34px;
border:0;
margin-top:10px;
}
.broker-ul  .section-title-dp {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: -5px 0 -15px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}

.ul-title-dp > li {
    list-style: disc;

    color: #000;
    font-weight: normal;
}
.txt-icon
{
background:url('../images/txt-icon.png') no-repeat;
width:27px;
height:27px;
display:block;	
}
.search-arrow
{
background:url('../images/search-arrow.png') no-repeat;
width:15px;
height:16px;
padding:4px 8px;
position:relative;
margin-left:6px;
position:relative;
top:6px;
}

.lbl-search
{
float:left;
}
.btnserach-wrapper
{
margin:0 auto;
}
.title.mob-heading.hidden-lg.hidden-md.hidden-sm {
    float: right;
    position: absolute;
    right: -40%;
    top: 35px;
	text-align:center;
}
/*
.title.mob-heading h2 

 {
    font-size:43px!important;
	float:none !important;	
	text-align:right;
	margin:0;
	line-height:38px !important;
	}	
.title.mob-heading h3
{
 font-size:43px !important;
	float:none important;	
	text-align:right;
	margin:0;
	line-height:38px !important;
}
*/
.footer-add
{
padding-bottom:30px;
}

.form-horizon .div-radio
{
text-align:left;
position:relative;
top:15px;
}

.form-horizon .radio-inline, .form-horizon.checkbox-inline
{
padding-left:0;
font-size: 15px;
}
input.css-radiobox[type="radio"] + label.radio-label
{
font-size:15px;
}
label.radio-label {
background-image:url(../images/mob-radio.png) !important;
}

.member-list h2 {
    font-size: 24px;
}
.member-right {
width: 70%;
}

.carousel-desk-heading h2
{
color:#00a5b6;
font-size:30px;
margin:0;
}
.carousel-desk-heading h3
{
font-size:22px;
color:#343741;
margin:0;
}
.carousel-desk-heading h5
{
color:#343741;
font-size:14px;
margin:0;
line-height:24px;
}

.carousel-caption {
 float:right !important;
 left: 42%;
 right:-5px;
 top:40px;
 padding-top:0;
}

.member-list-wrap
{
min-height:100px;
}
.member-list-wrap.icon-smile {
background:none;
}
.home-form #btnsearch2
{
margin-top:20px;
font-weight:bold;
font-size:18px;
}
.carousel-indicators {
    bottom:0px;
    left:100%;
	width:30%;
}

.carousel-indicators .active
{
background:#b7cccf;
}
.carousel-indicators li{
background:#fff;
border:solid 1px #b7cccf;
}

.btn-inwrap
{
text-align:left;
}
/*---contact form---*/
#btncontact
{
float:right;
width:110px;
font-size:16px;
padding:8px;
}
.cont-contact.p-15

{
padding:0 !important;
}
.adv-wrap
{
margin-top:10px;
display:inline-block;
}

.footer-wrapper-all p {
text-align:left;
}

.login-wrapper input {
    width:100%;
}
.th1-heading {
    font-size: 20px!important;
}
.table-wrapper table th {
    color: hsl(0, 0%, 100%);
    font-size: 13px;
}
.table-wrapper tbody tr td {
    padding: 3px 0 !important;
}
.th1 span {
    font-size: 13px;
}




@media only screen and (min-width:1440px) {
.slider {
	width: 100%
}
}

@media (max-width:460px) {
.search-wr .search-sign i {
	margin-left: 0
}
.global-search-input {
	font-size: 16px;
	padding: 14px 0
}
}



/*--------------------ipad portrait media query-----------------------------*/
 @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  body
  {
  font-size:14px;
  }
  
  .layerslider-banner img
  {
  width:100%;
  }
  .wp-theme-1 .layer-slider-wrapper .title h2 {
    font-size: 35px;
	}
  .wp-theme-1 .layer-slider-wrapper .title h1 {
    font-size: 40px;
	}
  .wp-theme-1 .layer-slider-wrapper .title h3 {
    font-size: 38px;
    line-height: 30px;
	}
	.tab-content p {
    font-size: 16px;
}
#div-txtzipcode {
    float: left;
	min-width:210px;
	max-width:280px;
	width:100%;
}
.input-group-lg > .form-control
{
height: 30px;
padding: 5px 10px;
font-size: 16px;
}
a.btnsearch {
    background: #E88F19;
    padding: 6px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    width: 100px;
}
.tabcontainer {
    margin: 15px 0px 0px;
	width:auto;
	}
	
.tab-content {
    padding: 5px 0px 10px 15px;
 }
  .nav > li {
    width: 130px;
	}
  .tabcontainer .nav-tabs > li a {
  font-size:25px;
  }
.form-horizon p {
    font-size: 16px;
    line-height: 30px;
}
.section-title-dp ul {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0 20px;
}
input.css-radiobox[type="radio"] + label.radio-label {
font-size:14px;
}
.th1-heading {
    font-size: 22px !important;
}
.wp-theme-1 .lw .w-box h2 {
font-size:20px;
}
#txtzipcode {
    border-radius: 0;
    height: 30px;
}
.icon-tick {
    background: url("../images/tick.png") no-repeat;
    background-size: 70% auto;
    height: 30px;
    margin-left: -10px;	
    position: relative;
    top: 10px;
    width: 30px;
}
.broker-ul .row {
    padding-left: 10px;
}


}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) 
{
.wp-theme-1 .layer-slider-wrapper .title h1 {
    font-size:48px;
}
.wp-theme-1 .layer-slider-wrapper .title {
    padding: 40px 0;
}
.wp-theme-1 .layer-slider-wrapper .title h2
{
font-size:42px;
}
.form-horizon p {
    font-size: 18px;
}	
.form-horizon .div-radio {
    float:left;
    padding:0 0 0 20px;
    position: relative;
    text-align: left;
    top: 0;
}	
.wp-theme-1 .layer-slider-wrapper .title h3 {
    font-size: 32px;
    line-height: 24px;
}
.form-horizon p {
    font-size: 16px;
}
.broker-ul .row {
    padding-left: 10px;
}
.tabcontainer {
    display: block;
    margin: 15px 0 0;
    width: 400px;
	min-width:400px;
}
.tab-content p {
    font-size: 16px;
}
#div-txtzipcode {
    float: left;
    max-width: 280px;
	min-width: 230px;
	width:100%;
}	
a.btnsearch {
    padding:8px 10px;
    width: 100px;
	font-size:18px;
}
#btnsearch1 {
right:15px;
}
.tab-content {
padding: 5px 0 10px 25px;
}
.wp-theme-1 .layer-slider-wrapper .title {
    padding: 30px 0;
}
.wp-theme-1 a {
  color: #666 !Important;
  cursor: pointer;
}

#txtzipcode {
height: 35px;
}
.form-horizon p {
 line-height: 35px;
}

}

.nav-icon-right div.visible-xs {
    text-align: right
}


@media only screen
and (min-width :460px)
and (max-width : 767px) {

.mob-heading h2 {
    font-size: 60px !important;
    line-height:55px !important;
	margin:0 auto;
	float:none !important;
	text-align:center;
}
.mob-heading h3 {
    font-size: 60px !important;
    line-height:55px !important;
}
.mob-heading
{
top:55px !important;
}
.section-title-dp > ul {
    font-size: 15px;
    padding: 5px 18px;
}
.section-title-dp br {
    display: none !important;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)  and (max-width:480px) {

.mob-heading h2 {
    font-size: 56px ;
    line-height:55px ;
	margin:0 auto;
	float:none !important;
	text-align:center;
}
.mob-heading h3 {
    font-size: 60px;
    line-height:55px ;
}
.mob-heading
{
top:55px;
}
.section-title-dp > ul {
    font-size: 15px;
    padding: 5px 18px;
}

.section-title-dp br {
    display: none;
}
.th1-heading {
    font-size: 20px!important;
}
}



/* Smartphones (portrait) ----------- */
@media only screen 

and (max-width : 480px) {
.mob-heading h2 {
    font-size: 44px !important;
    line-height:38px !important;
	margin:0 auto;
	float:none !important;
	text-align:center;
}
.mob-heading h3 {
    font-size: 46px !important;
    line-height:40px !important;
}
.mob-heading
{
top:22px !important;
}
.th1-heading {
    font-size: 20px!important;
}

}


/* ROUNDEDTABS */ 

div.tabs-dp {
	margin-bottom: 0
}
div.tabs-dp:before, div.tabs-dp:after {
	display: table;
	content: " "
}
div.tabs-dp:after {
	clear: both
}
div.tabs-dp div.tab-dp-content {
	-moz-border-radius: none;
	-moz-box-shadow: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: 0;
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0;
	border-top: 0;
	box-shadow: none;
	padding: 15px
}
div.tabs-dp div.tab-dp-content.tab-dp-content-inverse {
	border: 1px solid #EEE;
	background: transparent
}
div.tabs-dp ul.nav-tabs-dp {
	margin: 0
}
div.tabs-dp ul.nav-tabs-dp li.active a {
	background: #fff;
	border-top: 1px solid #ddd;
	color: #53565A !important;
	border-radius: 10px 10px 0px 0px;
}
div.tabs-dp ul.nav-tabs-dp a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #f7f7f7;
	border: 0;
	border-bottom: 0;
	margin-right: 0;
	color: #97999B !important;
}
div.tabs-dp ul.nav-tabs-dp a:hover {
	border-top: 1px solid #ddd;
	color: #FF9E1B !important;
}
div.tabs-dp ul.nav-tabs-dp a:active, div.tabs-dp ul.nav-tabs-dp a:focus {
	border-bottom: 0
}
div.tabs-dp-left ul.nav-tabs-dp a:active, div.tabs-dp-left ul.nav-tabs-dp a:focus {
	border-right: 0
}
div.tabs-dp ul.nav-tabs-dp a, div.tabs-dp ul.nav-tabs-dp a:hover {
	border: 1px solid #EEE;
	border-right: 0;
	border-top: 1px solid #ddd;
	font-size: 0.9em
}
div.tabs-dp ul.nav-tabs-dp a:last-child, div.tabs-dp ul.nav-tabs-dp a:last-child:hover {
	border-right: 1px solid #ddd
}
div.tabs-dp-left ul.nav-tabs-dp a, div.tabs-dp-left ul.nav-tabs-dp a:hover {
	border: 1px solid #EEE;
	border-right: 0;
	border-left: 2px solid #DDD;
	color: #CCC;
	font-size: 0.9em
}
div.tabs-dp-right ul.nav-tabs-dp a, div.tabs-dp-right ul.nav-tabs-dp a:hover {
	border: 1px solid #EEE;
	border-left: 0;
	border-right: 2px solid #DDD;
	color: #CCC;
	font-size: 0.9em
}
.tabbable.tabs-dp-left {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 30px
}
div.tabbable.tabs-dp-left div.tab-content {
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 2px 2px;
	border-left: 0;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	padding: 15px
}
div.tabbable.tabs-dp-left ul.nav-tabs a {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-right: 0;
	border-radius: 2px 2px 0 0;
	color: #666;
	margin-bottom: 3px
}
div.tabbable.tabs-dp-left ul.nav-tabs-dp li.active a {
	background: #fff;
	color: #CCC
}
.tabbable.tabs-dp-right {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 30px
}
div.tabbable.tabs-dp-right div.tab-dp-content {
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 2px 2px;
	border-left: 0;
	margin: 0;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	padding: 15px
}
div.tabbable.tabs-dp-right ul.nav-tabs-dp a {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-left: 0;
	border-radius: 2px 2px 0 0;
	color: #666;
	margin-bottom: 3px
}
div.tabbable.tabs-dp-right ul.nav-tabs-dp li.active a {
	background: #fff;
	color: #CCC
}
.tabs-dp-centered {
	width: 100%;
	display: table;
	margin: 0 auto
}
.tabs-dp-centered ul li {
	width: 100px;
	display: inline-block;
	float: none
}
div#givefeedback_container
{
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 200;
}
a.feed_back_link
{
    display: inline-block;
    width: 81px;
    height: 81px;
    background: url('/content/images/feedback_img.gif') no-repeat 0px 0px;
}
/*
#dentistResultsAnimation 
{

  position: fixed;
  top: 40%;
  text-align: center;
  z-index:1000;
  width: 100% !Important;
  height:100% !Important;
}

#dentistResultsAnimation  div
{
  background-color: white;
}
*/
span.plan_amount_gray {
    font-size: 22px;
    color: #666;
    text-decoration: line-through;
    font-style: italic;
}

.cart-logo {
    float: left;
    padding-right: 10px;
}
/* Styles Extended */

/* BS Equal Height Cols */
/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/* Navbar Adjustments */

.logo-tag {
    font-size: 12px;
}
header .navbar-brand img.logo-img {
    height: 45px;
}
.navbar-header .phone-default .phone-toggle.dp-phone {
    border: 1px solid #c41230;
    width: 98px;
    color: #449339;
}

.navbar-header .dp-mobile-nav .icon-button {
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 0;
}

.navbar-header .phone-default .phoner-toggle {
    border-color: #c41230;
}

.navbar-header .phone-default .phone-toggle {
    border-color: #c41230;
}

.navbar-header .phone-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-header .phone-default .phone-toggle.dp-phone:hover, .navbar-header .phone-default .phone-toggle.dp-phone:focus {
    background-color: #449339;
    color: #fff;
    text-decoration: none;
}

.navbar-header .phone-default {
    text-align: center;
       padding-top: 0px !Important;
    padding-right: 0px !Important;
    padding-bottom: 0px !Important;
    padding-left: 0px !Important;
    margin-top: 0px !Important;
    margin-right: 15px !Important;
    margin-bottom: 0px !Important;
    margin-left: 0px !Important;
}
.navbar-header .phone-default a.dp-phone {
    padding-top: 12px !Important;
    padding-right: 6px !Important;
    padding-bottom: 12px !Important;
    padding-left: 6px !Important;
    margin-top: 0px !Important;
    margin-right: 0px !Important;
    margin-bottom: 0px !Important;
    margin-left: 0px !Important;
}

/* Cart Specific */

.cigna.secure-checkout {
    max-width: 80%;
}

@media only screen and (min-width:768px) 
{
    header .navbar-wp .navbar-brand {
	margin-top: 10px !Important;
	margin-bottom: 10px !Important;
    }
}

.brand-primary {
    color: #0066a4;
}

.brand-secondary {
    color: #0882c5;
}

.cog-loader i {
    font-size: 60px;
}
