@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');
.table-striped {
    background-color: #2B303B;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
    color: #83b0ae;
}

.table-striped>thead>tr>th {
    color: #ffffff !important;
    text-transform: uppercase;
}

.table-striped td {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.table-striped>thead>tr>th {
    border-bottom: 2px solid rgba(255, 255, 255, .1) !important;
}


.table-striped td:last-child {
    border-right: 0 none;
}

.table-striped>thead>tr>th {
    color: #cccccc;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335),
only screen and (min-resolution: 200dpi),
only screen and (min-resolution: 1.25dppx) {
    -webkit-font-smoothing: subpixel-antialiased;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #141414;
    color: #999999;
    font-family: 'Redressed', cursive;
    font-size: 16px;
    overflow-x: hidden;
}

.ploading {
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -62px;
    margin-left: -62px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    border-top: 2px solid #ffffff;
    border-radius: 100%;
    height: 125px;
    width: 125px;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
}

@keyframes "spin" {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes "spin" {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes "spin" {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes "spin" {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

div#load_screen {
    background: #131313;
    opacity: 1;
    position: fixed;
    z-index: 10;
    top: 0px;
    width: 100%;
    height: 1600px;
}

li.home-listing-inner:focus {
    outline: none;
}

li.home-listing-inner:hover {
    cursor: move;
}

/* ++++++++++++++++++++++++++++++++++++++++++
fancy
+++++++++++++++++++++++++++++++++++++++++++ */

.fancy {
    line-height: 1.75em;
    text-align: center;
    font-family: georgia;
    font-size: 1.9em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.fancy span {
    display: inline-block;
    position: relative;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid;
    top: 30px;
    width: 600px;
}

.subtitle.fancy>span {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 40px;
    padding: 0 30px;
}

.subtitle.fancy {
    overflow: hidden;
}

.fancy span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
fancy 2
+++++++++++++++++++++++++++++++++++++++++++ */

.fancy-white {
    line-height: 1.75em;
    text-align: center;
    font-family: georgia;
    font-size: 1.9em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.fancy-white span {
    display: inline-block;
    position: relative;
}

.fancy-white span:before,
.fancy-white span:after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid rgba(226, 203, 117, 0.4);
    top: 30px;
    width: 600px;
}

.subtitle.fancy-white>span,
.subtitle.fancy .model-title-bg {
    background: rgb(228, 205, 119);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(228, 205, 119, 1) 0%, rgba(96, 73, 42, 1) 23%, rgba(228, 205, 119, 1) 50%, rgba(96, 73, 42, 1) 65%, rgba(228, 205, 119, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(228, 205, 119, 1) 0%, rgba(96, 73, 42, 1) 23%, rgba(228, 205, 119, 1) 50%, rgba(96, 73, 42, 1) 65%, rgba(228, 205, 119, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(228, 205, 119, 1) 0%, rgba(96, 73, 42, 1) 23%, rgba(228, 205, 119, 1) 50%, rgba(96, 73, 42, 1) 65%, rgba(228, 205, 119, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4cd77', endColorstr='#e4cd77', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border: 1px solid rgba(255, 255, 255, 0.004);
    border-radius: 40px;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, .6) inset;
    color: rgba(0, 0, 0, 0.9);
    padding: 0 30px;
    text-shadow: 1px 1px 1px #f8df82;
}

.subtitle.fancy-white {
    overflow: hidden;
}

.fancy-white span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy-white span:after {
    left: 100%;
    margin-left: 15px;
}

#main_sidebar p {
    margin: 0 0 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.btn-lg {
    color: #ffffff;
    font-family: times new roman;
    font-weight: 500;
    line-height: 1.1;
}

a:focus,
a:hover,
#main_sidebar .tagcloud a:hover {
    color: #ffffff;
    text-decoration: none;
}

.wp-audio-shortcode,
.format-audio {
    visibility: visible !important;
}

p {
    margin: 0 0 30px;
}

audio {
    background: #555 none repeat scroll 0 0;
    border: 1px solid #000;
    padding: 1px;
    margin: 10px 0px;
}

#top-bar .social-icons .fa {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.nav>li>a {
    font-size: 18px;
    padding: 25px 15px;
}

.nav>li {
    border-right: 1px solid rgba(255, 255, 255, .06);
}

.nav>li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .06);
}

#menu {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 75px;
    background-color: #222222;
    color: #FFFFFF;
    z-index: 9999;
    display: none;
}

.dropdown-menu {
    background-clip: padding-box;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu>li {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.dropdown-menu>li>a {
    clear: both;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 15px 20px;
    white-space: nowrap;
}

.dropdown-menu>li:last-child a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e61638;
    color: #ffffff;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a.st-anchor {
    position: absolute;
    margin-top: -50px;
    padding-top: 50px;
}

a:focus {
    outline: none;
}

.pager li>a,
.pager li>span {
    background-color: #222;
    border: 0 solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}

.pager li>a:focus,
.pager li>a:hover {
    background-color: #444;
    text-decoration: none;
}

.pager.posts-navigation.text-uppercase.indexpager {
    margin-top: 50px;
}

img {
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.navbar {
    border-radius: 0;
    border: 0 none;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto;
    border: 12px solid #eeeeee;
}

.wp-caption .wp-caption-text {
    color: dimgray;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21769c;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.article,
.all-rev {
    margin-bottom: 40px;
    background: transparent;
    padding: 0px;
    border-radius: 4px;
    padding: 30px;
    background: #141414;
    border: 1px solid #222222;
}

blockquote {
    border-left: 5px solid #333;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

.blog-articles article {
    background: #141414 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 30px;
    border: 1px solid #222222;
    text-align: left;
}

.blog-articles article .btn {
    padding: 6px 30px;
}

.blog-articles article .blog-title {
    border-bottom: 1px solid #333;
    display: block;
    font-size: 2em;
    margin-top: 10px;
    padding-bottom: 15px;
}

.article.type-models {
    margin-bottom: 20px;
}

.aboutmodel-container h1 {
    margin-bottom: 35px;
}

.entry-title {
    display: inline-block;
    margin-top: 5px;
}

.featured-post {
    color: #e01e1e;
    margin-right: 5px;
}

figcaption#single-model-img {
    pointer-events: none;
}

#ribbon {
    background: transparent none repeat scroll 0 0;
    border: 0 double #000000;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-family: georgia;
    font-size: 1.35em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    padding: 2px 20px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 5px #f8df82;
}

.panel-title .fa.fa-check {
    background: rgb(96, 73, 42) !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(96, 73, 42, 1) 5%, rgba(230, 207, 120, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(96, 73, 42, 1) 5%, rgba(230, 207, 120, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(96, 73, 42, 1) 5%, rgba(230, 207, 120, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=0) !important;
    /* IE6-9 */
    border-radius: 3px;
    color: #000;
    margin-right: 5px;
    padding: 5px;
    text-shadow: none;
    box-shadow: 0 0 1px #000;
}

.label.label-vip {
    background: rgb(96, 73, 42) !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(96, 73, 42, 1) 5%, rgba(230, 207, 120, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(96, 73, 42, 1) 5%, rgba(230, 207, 120, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(96, 73, 42, 1) 5%, rgba(230, 207, 120, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=0) !important;
    /* IE6-9 */
    color: #000;
    display: inline-block;
    font-family: georgia;
    font-size: 2em;
    letter-spacing: 3px;
    margin-top: 10px;
    padding: 5px 30px;
    text-shadow: 1px 1px 1px #f2d97d;
}

.slide-text .h1,
.slide-text .h2,
.slide-text .h3,
.slide-text .h4,
.slide-text .h5,
.slide-text .h6,
.slide-text h1,
.slide-text h2,
.slide-text h3,
.slide-text h4,
.slide-text h5,
.slide-text h6 {
    font-family: Playfair Display;
}

.gallery {
    margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: dimgray;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .navbar-fixed-top {
        top: 46px;
    }
}

.site-container {
    background-color: #181818;
    position: relative;
    top: 0px;
}

.slide-text a {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border-radius: 25px;
    padding: 0px 15px;
    color: #ffffff;
}

.slide-text a:hover {
    background: #ffffff none repeat scroll 0 0;
    text-shadow: none;
    color: #333333;
}

.site-inner {

    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.avatar {
    width: 48px;
    height: 48px;
    margin-right: 6px;
    border-radius: 50px;
}

body.author .avatar {
    border: 5px solid #444;
    border-radius: 500px;
    height: 106px;
    width: 106px;
}

.profile-header-container {
    margin: 0 auto;
    text-align: center;
}

.profile-header-img {
    padding: 54px;
}

.profile-header-img>img.img-circle {
    width: 120px;
    height: 120px;
    border: 2px solid #51D2B7;
}

.profile-header {
    margin-top: 43px;
}

.notopmargin {
    margin-top: 0px;
}

/**
 * Ranking component
 */

.rank-label-container {
    margin-top: -19px;
    /* z-index: 1000; */

    text-align: center;
}

.label.label-default.rank-label {
    background-color: #444444;
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
}

.author-bio {
    margin-bottom: 30px;
}

#topbar {
    background: #222 none repeat scroll 0 0;
    color: #999;
    padding: 5px 0;
}

#menu {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 999;
    display: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.nav-custom-color {
    background-color: #593E82;
}

.navigation {
    overflow: hidden;
}

.nav-previous {
    font-size: 28px;
}

.nav-next {
    font-size: 28px;
}

.posts-navigation {
    text-align: center;
    margin-top: 20px;
}

.widget {
    margin-bottom: 30px;
}

.widget_search .btn-primary {
    background: #222222;
}

.widget_search input#search {
    background: #141414;
}

.widgettitle {
    border-bottom: 2px solid #333;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 2px #000;
}

.site-footer input#search {
    background: #222222;
}

.site-footer .widget_search .btn-primary {
    background: #333333;
}

#main_sidebar {
    margin-top: 0px;
    padding-left: 20px;
}

#main_sidebar li {
    background: #141414 none repeat scroll 0 0;
    border-radius: 4px;
    list-style-type: none;
    margin-left: 0;
    padding: 15px;
    font-size: 1em;
}

.widget.cl_cpt_comments_widget {
    font-size: 1em !important;
}

#main_sidebar ul {
    list-style-type: none;
    padding-left: 0;
}

#main_sidebar li li,
dl {
    border-bottom: 1px solid #212121;
    border-radius: 0;
    border-top: 1px solid #000;
    padding: 7px 0;
}

#main_sidebar li li:first-child,
dl:first-child {
    border-top: 0 none;
}

#main_sidebar li li:last-child,
dl:last-child {
    border-bottom: 0 none;
}

#main_sidebar .post-date {
    display: block;
    font-size: 14px;
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
    .widget_latest_models {
        font-size: .6em !important;
    }

    .rating-circle {
        margin: auto !important;
        float: none !important;
        display: block !important;
    }

    .latest_models_car_title,
    .latest_models_car_title,
    #main_sidebar .model-date {
        text-align: center !important;
        display: block !important;
    }

    .vip-ribbon.widget-sb-vip {
        line-height: 14px !important;
    }

    .vip-ribbon.bottom-left.gold.widget-sb-vip {
        bottom: 2px !important;
        left: -90px !important;
    }

    .model-ribbon.widget-sb span {
        font-size: 6px !important;
        font-weight: bold !important;
        line-height: 16px !important;
        right: -12px !important;
        top: 10px !important;
        width: 70px !important;
    }
}

@media (max-width: 1023px) {
    .effect-bubba p {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main_sidebar {
        padding-left: 0;
    }

}

@media (max-width: 767px) {
    #main_sidebar {
        padding-left: 0px;
    }
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn-outline {
    background: rgba(255, 255, 255, 0);
    border: 2px white solid;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease-in, color 0.2s ease-in;
    transition: background-color 0.5s ease-in, color 0.2s ease-in;
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.19);
    border: 2px solid white;
}

.btn-outline:focus {
    background-color: rgba(255, 255, 255, 0.19);
    border: 2px solid white;
}

.btn-outline:active {
    background-color: rgba(255, 255, 255, 0.19) !important;
    border: 2px solid white !important;
}

hr {
    border-color: #333 -moz-use-text-color -moz-use-text-color;
}

.btn-primary {
    background-color: #222;
    border: 0 none;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 3px;
}

/* HTML button 
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 20px !important;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  border-radius: 3px;}
  button:hover,
  html input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #255e90; }
*/

.modeltagbtn {
    margin-top: 10px;
}

.btn-default {
    background-color: transparent;
    border-radius: 20px;
    color: #fff;
}

.btn-default:hover {
    background-color: #333;
    border-color: #555;
    color: #fff;
}

.reply a,
#cancel-comment-reply-link {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #222222;
    border-radius: 20px;
    color: #999999;
    font-size: 14px;
    padding: 6px 20px;
}

.reply a:hover,
#cancel-comment-reply-link:hover {
    background: #222222;
    border-color: #222222;
    color: #ffffff;
}

#cancel-comment-reply-link {
    float: right;
    font-family: "Open Sans", sans-serif;
}

.input-group-btn .btn {
    border: 0 none;
    padding: 11px !important;
}

.leaverevbutton .btn {
    font-family: "Open Sans", sans-serif;
}

.jumbotron {
    color: white;
    text-align: center;
    margin-bottom: 0;
    background-color: #3e3232;
    padding-top: 0;
    padding-bottom: 0;
}

.jumbotron p {
    font-size: 18px;
    padding: 15px 0px 0px 0px;
}

.jumbotron .h1,
.jumbotron h1 {
    font-size: 52px;
}

.page-header>span .jumbo-bkg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .jumbo-bkg {
        background-image: url("images/pad.png");
        background-repeat: repeat;
    }
}

@media (max-width: 767px) {
    .jumbo-bkg {
        background-image: url("images/pad.png");
        background-repeat: repeat;
    }
}

@media (min-width: 768px) {
    .jumbotron {
        text-align: center;
    }

    .jumbotron-inner {
        width: 100%;
        padding-top: 50px;
        margin-top: 0;
        padding-bottom: 50px;
        border-bottom: 1px solid #222222;
    }

    .jumbotron-small-inner {
        width: 100%;
        padding-top: 100px;
        margin-top: 0;
        padding-bottom: 130px;
    }
}

@media (max-width: 767px) {
    .jumbotron-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .jumbo-bkg {
        background-image: url("images/pad.png");
        background-repeat: repeat;
    }
}

.dimmer {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #222222;
    text-shadow: 1px 1px 2px #000;
}

.container.dimmer.jumbotron-inner {
    padding: 125px 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 900;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        border: 0 none;
    }
}


.edd_price {
    background-color: #89c600;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    font-weight: bold;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    bottom: 81px;
    display: block;
    left: 20px;
}

.edd_download_inner>.entry-header {
    margin-top: -50px;
}

body.page-template-template-store .entry-title {
    font-size: 20px;
}

#footer li {
    list-style-type: none;
}

#footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#footer a {
    color: #9d9d9d;
    text-decoration: none;
}

#footer a:hover {
    color: #f1f2f4;
}

#footer .widgettitle {
    padding-bottom: 0;
    border-bottom: 0;
}

#footer .widget {
    font-size: .8em;
}

#footer li li {
    border-bottom: 1px solid #222 !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#footer li li:last-child {
    border-bottom: 0 none !important;
}

#footer h3.widgettitle {
    color: #f1f2f4;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #212121;
    padding-bottom: 10px;
    font-size: 1.35em;
    font-family: open sans;
}

.site-footer {
    /* background-color: #111111; */
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
    /* margin-top: 0px; */
    /* border-top: 2px solid #1a1a1a; */
    /* color: #999999; */
}

.navbar-default {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#comments ol {
    list-style-type: none;
}

#comments li {
    list-style-type: none;
}

#comments ul {
    list-style-type: none;
}

#comments textarea {
    display: block;
    width: 100%;
}

#comments input {
    display: block;
}

#comments .submit {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid #333 !important;
    border-radius: 50px;
    color: #cccccc;
    text-shadow: none !important;
}

.comments-area {
    background: #141414 none repeat scroll 0 0;
    border: 1px solid #222;
    border-radius: 4px;
    margin-top: 45px;
    padding: 30px;

}

.no-comments {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    background-color: #2f79b9;
    border-radius: 0;
    font-weight: normal;
}

.nocomments {
    display: none;
}

.breadcrumbs {
    padding-top: 10px;
    background-color: #eeeeee;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.breadcrumbs-cnt {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

.submit {
    background: #222 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    padding: 10px 20px;
}

button,
input,
select,
textarea {
    background: #222222 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px 20px;
}

.search-submit {
    display: block;
    width: 100%;
}

#searchform {
    margin-top: 20px;
}

#searchform input {
    padding: 8px;
}

input#search {
    height: 42px;
}

input.search-field {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #eeeeee;
}

#main_sidebar label {
    display: block !important;
    margin-bottom: 7px;
}

.settings-page {
    margin-top: 40px;
}

.slick-featured {
    padding: 0px 10px;
}

.latest_models_widget.slick-initialized.slick-slider {
    margin-bottom: 0px;
}

/**** Slick testimonial slider animated arrows ****/

.ctestimonials.slick-initialized.slick-slider .slick-prev::before,
.home-post-listings.slick-slider .slick-prev::before,
.models-gallery.slick-slider .slick-prev::before,
.slick-partners.slick-initialized.slick-slider .slick-prev::before,
.latest_models_widget.slick-initialized.slick-slider .slick-prev::before {
    opacity: 0.0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: -20px;
    position: relative;
}

.ctestimonials.slick-initialized.slick-slider:hover .slick-prev::before,
.home-post-listings.slick-slider:hover .slick-prev::before,
.models-gallery.slick-slider:hover .slick-prev::before,
.slick-partners.slick-initialized.slick-slider:hover .slick-prev::before,
.latest_models_widget.slick-initialized.slick-slider:hover .slick-prev::before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 0px;
    position: relative;
}

.ctestimonials.slick-initialized.slick-slider .slick-next::before,
.home-post-listings.slick-slider .slick-next::before,
.models-gallery.slick-slider .slick-next::before,
.slick-partners.slick-initialized.slick-slider .slick-next::before,
.latest_models_widget.slick-initialized.slick-slider .slick-next::before {
    opacity: 0.0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: -20px;
    position: relative;
}

.ctestimonials.slick-initialized.slick-slider:hover .slick-next::before,
.home-post-listings.slick-slider:hover .slick-next::before,
.models-gallery.slick-slider:hover .slick-next::before,
.slick-partners.slick-initialized.slick-slider:hover .slick-next::before,
.latest_models_widget.slick-initialized.slick-slider:hover .slick-next::before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 0px;
    position: relative;
}

.slick-prev {
    z-index: 99999;
}

.ctestimonials .slick-arrow,
.home-post-listings .slick-arrow,
.models-gallery .slick-arrow,
.slick-partners .slick-arrow,
.latest_models_widget .slick-arrow {
    opacity: .25;
}

.ctestimonials .slick-arrow:hover,
.home-post-listings .slick-arrow:hover,
.models-gallery .slick-arrow:hover,
.slick-partners .slick-arrow:hover,
.latest_models_widget .slick-arrow:hover {
    opacity: .5;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/

.filters {
    margin: 30px 0 40px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.filters li a {
    background: #282828;
    border-radius: 2px;
    color: #cccccc;
    display: inline-block;
    margin: 0 3px 10px;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .05);
}

.filters li a:hover {
    border: 1px solid #000000 !important;
}

.filters li a:hover,
.hvr-bubble-bottom.active.selected {
    color: #fff !important;
}

.latest_models_car_title {
    font-size: 1.4em;
    color: #ffffff;
}

.model-date.side-car {
    font-size: 1em;
    margin-top: -4px;
}

#main_sidebar .model-content-wrapper {
    text-align: left;
}

#main_sidebar .model-date {
    display: block;
}

.rating-circle {
    border: 2px solid #555555;
    border-radius: 50%;
    display: block;
    float: right;
    font-size: 12px;
    height: 36px;
    line-height: 33px;
    margin-top: 5px;
    text-align: center;
    width: 36px;
}

.rating-circle-sm {
    border: 2px solid #555555;
    border-radius: 50%;
    display: block;
    float: right;
    font-size: 12px;
    height: 36px;
    line-height: 33px;
    margin-top: 2px;
    text-align: center;
    width: 36px;

}

.rating-circle:hover,
.rating-circle-sm:hover {
    border-color: #ffffff;
}

.rating-circle>a,
.rating-circle-sm>a {
    color: #999999;
}

.rating-circle>a:hover,
.rating-circle-sm>a:hover {
    color: #ffffff;
}

/* Bubble Bottom */

.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0px;
    border-width: 10px 10px 0 10px;
    border-color: transparent transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom.active.selected:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.filters li {
    list-style: none;
    display: inline;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.grid-item {
    width: 25%;
}

/* End: Recommended Isotope styles */

.slick-slide {
    margin: 0px 5px;
}

@media (min-width: 768px) and (max-width: 980px) {
    .span3 {
        width: 352px;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .span3 {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .span3 {
        width: 270px;
    }
}

.model-outer img {
    border: 0 none;
    padding: 0px;
    margin: 0px;
}

.model-outer {
    background: #eeeeee;
    padding: 8px;
    margin-bottom: 20px;
}

/* CREATE BOOTSTRAP 5 COLUMNS. */

.row-15 {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
}

.row-15:after,
.row-15:before {
    content: " ";
    display: table;
    clear: both;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */

    text-align: left;
    /* inline-block space fix */

    margin-right: 0px;
}

.row-centered {
    text-align: center;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 50px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 50px;
    }
}

@media (max-width: 480px) {
    .model-sidebar .day-number {
        font-size: 10px;
    }

}

@media (max-width: 979px) {

    .calendar-table td {
        font-size: 10px;
        text-transform: uppercase !important;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

/* ++++++++++++++++++++++++++++++++++++++++++
CALL TO ACTION SECTION
+++++++++++++++++++++++++++++++++++++++++++ */

.cta-bg a {
    margin-left: 100px;
    display: inline-block;
}

.btn-radius {
    border-radius: 30px;
    padding: 12px 50px;
}

.btn.btn-lg.btn-cta.btn-radius {
    border-radius: 30px;
    padding: 12px 50px;
}

.btn-cta {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
}

.cta-bg {
    padding: 50px 0;
}

.btn-cta:hover {
    background: #fff;
    color: #000;
}

.cta-bg h3 {
    line-height: 2.35em;
    margin: 0;
    padding: 0;
}

@media (max-width: 990px) {
    .buttonanim {
        margin-left: 0px;
        margin-top: 10px;
    }

    .cta-bg a {
        margin-left: 0px;
        margin-top: 15px;
    }

    .cta-bg h3 {
        line-height: 1.0em;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++
SECTION HEADINGS
+++++++++++++++++++++++++++++++++++++++++++ */

.carousel-lead {
    color: #666666;
    margin-bottom: 30px;
    text-align: center;
}

.sec-header,
.sec-test-header {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 45px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 30px;
}

.sec-header-partners {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-radius: 45px;
    border: 1px solid;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 30px;
    line-height: 1em;
}

.section-header {
    font-size: 30px;
    margin: 30px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.latest-blog-header {
    margin: 100px 0 60px;
}

.section-header::before,
.section-header::after {
    content: " ";
    height: 1px;
    position: absolute;
    top: 51%;
    width: 49%;
}

.section-header::before {
    margin-left: -50%;
    text-align: right;
}

.section-header::after {
    margin-left: 1%;
}

.blog-section {
    padding-bottom: 70px;
}

.tag-page-title {
    border-bottom: 1px solid #444;
    display: block;
    padding-bottom: 5px;
}

.featured-models-message {
    margin: 60px 0px 30px 0px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
MODEL STYLING
+++++++++++++++++++++++++++++++++++++++++++ */

.leaverevbutton {}

.models-featured {
    background: rgba(0, 0, 0, 0) url("images/pad.png") repeat fixed 0 0;
    padding: 100px 0;
    border-top: 1px solid #222222;
}

.featured-models {
    margin-top: 30px;
}

.featured-models .model-inner-container {
    background: #202020 none repeat scroll 0 0;
}

.model-content-wrapper {
    margin-top: 6px;
    text-align: left;
    text-shadow: 1px 1px 2px #000;
}

.front-model-title {
    font-size: .9em;
}

a.front-model-title,
.review-badge.badge a,
.pull-right.no-style-rating a {
    color: #ffffff;
}

a.front-model-title:hover,
.pull-right.no-style-rating a:hover {
    color: #cccccc;
}

.badge {
    background-color: #444444;
    border: 0 solid #ddd;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.badge:hover {
    background: #383838;
}

.review-badge {
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    float: right;
    padding: 5px 10px;
    position: relative;
    right: 0;
    top: 0px;
}

.review-badge-tags-page {
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    float: none;
    padding: 5px 10px;
    position: relative;
    right: 0;
    top: 0px;
}

.model-container img {
    border: 0 none;
    border-radius: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.model-inner-container {
    background: #282828 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 8px 8px 4px;
    margin-bottom: 15px;
}

#main_sidebar .model-inner-container {
    font-size: .9em;
}

.model-date {
    color: #999999;
    display: block;
    font-size: 0.75em;
}

.models-gallery.slick-initialized.slick-slider {
    margin-bottom: 0px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Model Sidebar
+++++++++++++++++++++++++++++++++++++++++++ */
#main_sidebar .model-sidebar li li,
dl {
    border-bottom: 1px solid #262626;
    border-radius: 0;
    border-top: 0 none;
    padding: 7px 0;
}

#main_sidebar .model-sidebar li li {
    font-size: 1em;
    font-family: open sans;
}

.model-table {
    font-size: 1.0em;
    font-family: open sans;
}

#main_sidebar .model-sidebar .widget {
    margin-bottom: 40px;
    background: transparent;
    padding: 0px;
    border-radius: 4px;
    padding: 30px;
    background: #141414;
    border: 1px solid #222222;
}

.widget.no-styled {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none !important;
    padding: 0 !important;
}

.model-sidebar .widgettitle {
    margin-top: 0px;
}

dl {
    margin-bottom: 0px;
    margin-top: 0;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: normal;
}

dd {
    margin-left: 0;
}

dl {
    overflow: hidden;
}

dt {
    float: left;
    margin: 0;
    padding: 0 0.4em 0 0;
    max-width: 50%;
}

dd {
    color: #ccc;
    float: right;
    margin: 0;
    max-width: 40%;
    padding: 0 0 0 0.4em;
    text-align: right;
}

/* ++++++++++++++++++++++++++++++++++++++++++
MODEL OVERLAY EFFECT
+++++++++++++++++++++++++++++++++++++++++++ */

.tooltip.top>.tooltip-inner {
    background-color: #fff;
    color: #444444;
    box-shadow: 0px 0px 10px #000000;
    min-width: 88px;
    /* If max-width does not work, try using width instead */

    width: 100%;
    line-height: 1.2em;
    padding: 10px 5px;
    font-weight: normal;
    white-space: pre-wrap;
}

.tooltip.top>.tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.model-plus {
    font-size: 20px;
}

.all-reviewed-model-sb {
    position: relative;
    top: -11px;
}

.reviewed-model-sb a {
    color: #ffffff;
}

.all-rev-reviews {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
}

.all-rev-title {
    font-size: 1em;
    font-weight: 400;
}

a.all-rev-title {
    color: #ffffff;
}

.all-reviewed-model {
    font-size: .9em;
}

.all-rev-reviews:last-child {
    border-bottom: 0 none;
}

.all-reviewed-model>a {
    color: #ffffff;
}

.all-reviewed-model {
    display: block;
    font-size: 0.9em;
    margin-bottom: 15px;
    margin-top: -10px;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
    background: #F1F3F8;
}

/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    height: 100%;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: auto;
    max-width: 100%;
    opacity: 1;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    font-size: 68.5%;
}

figure.effect-bubba {
    background: #000000;
    margin-bottom: 5px;
}

figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    margin: 0px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

figure.effect-bubba:hover img {
    opacity: 0.5;
}

.effect-bubba {
    border: 1px solid #000;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    border-radius: 0px;
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid rgba(255, 255, 255, .6);
    border-left: 1px solid rgba(255, 255, 255, .6);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    border-radius: 0px;
}

figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    font-size: 15px;
    left: 0;
    opacity: 0;
    padding: 20px 7px 7px 7px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
    top: 35%;
    transform: translate3d(0px, 20px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 100%;
    text-shadow: 0 0 1px #000;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-bubba>span {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    bottom: 15px;
    color: #555;
    font-size: 10px;
    left: 30%;
    padding: 3px 10px;
    position: absolute;
    text-transform: uppercase;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 0px;
}

/*---- Genral classes end -------*/

.bottom-footer {
    background: rgba(255, 255, 255, .02);
    border-top: 1px solid #181818;
    padding: 10px 0;
    font-size: .9em;
}

#footer .social-icons {
    padding-right: 0px;
}

.social-footer {}

/*Change icons size here*/

.social-footer.social-icons .fa {
    font-size: 2.0em;
}

/*Change icons circle size and color here*/

.social-footer {
    text-align: center;
}

.social-footer li {
    display: inline;
}

.social-icons.icon-flat.list-unstyled.list-inline {
    margin-bottom: 0px;
}

/*Change icons size here*/

.social-icons .fa {
    font-size: 1.0em;
}

/*Change icons circle size and color here*/

.social-icons .fa {
    color: rgba(255, 255, 255, 0.8);
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 56px;
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
}

.social-icons.icon-rounded .fa {
    border-radius: 5px;
}

.social-icons.icon-flat .fa {
    border-radius: 0;
    border-radius: 2px;
}

.social-icons .fa {
    background-color: rgba(255, 255, 255, .1);
}

.social-icons .fa-adn:hover {
    background-color: #504e54;
}

.social-icons .fa-apple:hover {
    background-color: #aeb5c5;
}

.social-icons .fa-android:hover {
    background-color: #A5C63B;
}

.social-icons .fa-bitbucket:hover,
.social-icons .fa-bitbucket-square:hover {
    background-color: #003366;
}

.social-icons .fa-bitcoin:hover,
.social-icons .fa-btc:hover {
    background-color: #F7931A;
}

.social-icons .fa-css3:hover {
    background-color: #1572B7;
}

.social-icons .fa-dribbble:hover {
    background-color: #F46899;
}

.social-icons .fa-dropbox:hover {
    background-color: #018BD3;
}

.social-icons .fa-facebook:hover,
.social-icons .fa-facebook-square:hover {
    background-color: #3C599F;
}

.social-icons .fa-flickr:hover {
    background-color: #FF0084;
}

.social-icons .fa-foursquare:hover {
    background-color: #0086BE;
}

.social-icons .fa-github:hover,
.social-icons .fa-github-alt:hover,
.social-icons .fa-github-square:hover {
    background-color: #070709;
}

.social-icons .fa-google-plus:hover,
.social-icons .fa-google-plus-square:hover {
    background-color: #CF3D2E;
}

.social-icons .fa-html5:hover {
    background-color: #E54D26;
}

.social-icons .fa-instagram:hover {
    background-color: #A1755C;
}

.social-icons .fa-linkedin:hover,
.social-icons .fa-linkedin-square:hover {
    background-color: #0085AE;
}

.social-icons .fa-linux:hover {
    background-color: #FBC002;
    color: #333;
}

.social-icons .fa-maxcdn:hover {
    background-color: #F6AE1C;
}

.social-icons .fa-pagelines:hover {
    background-color: #241E20;
    color: #3984EA;
}

.social-icons .fa-pinterest:hover,
.social-icons .fa-pinterest-square:hover {
    background-color: #CC2127;
}

.social-icons .fa-renren:hover {
    background-color: #025DAC;
}

.social-icons .fa-skype:hover {
    background-color: #01AEF2;
}

.social-icons .fa-stack-exchange:hover {
    background-color: #245590;
}

.social-icons .fa-stack-overflow:hover {
    background-color: #FF7300;
}

.social-icons .fa-trello:hover {
    background-color: #265A7F;
}

.social-icons .fa-tumblr:hover,
.social-icons .fa-tumblr-square:hover {
    background-color: #314E6C;
}

.social-icons .fa-twitter:hover,
.social-icons .fa-twitter-square:hover {
    background-color: #32CCFE;
}

.social-icons .fa-vimeo:hover {
    background-color: #229ACC;
}

.social-icons .fa-vk:hover {
    background-color: #375474;
}

.social-icons .fa-weibo:hover {
    background-color: #D72B2B;
}

.social-icons .fa-windows:hover {
    background-color: #12B6F3;
}

.social-icons .fa-xing:hover,
.social-icons .fa-xing-square:hover {
    background-color: #00555C;
}

.social-icons .fa-youtube:hover,
.social-icons .fa-youtube-play:hover,
.social-icons .fa-youtube-square:hover {
    background-color: #C52F30;
}

.slick-track img {
    border: 0 none;
    width: 100%;
}

.slick-track {
    margin: auto;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */

    min-height: 10vh;
    /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.cta-content {
    font-size: 2.5em;
    font-family: times new roman;
}

/* ++++++++++++++++++++++++++++++++++++++++++
GOLD PLATE
+++++++++++++++++++++++++++++++++++++++++++ */
.gold-plate {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4cd77+0,60492a+23,e4cd77+50,60492a+65,e4cd77+100 */
    background: rgb(228, 205, 119);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(228, 205, 119, 1) 0%, rgba(96, 73, 42, 1) 23%, rgba(228, 205, 119, 1) 50%, rgba(96, 73, 42, 1) 65%, rgba(228, 205, 119, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(228, 205, 119, 1) 0%, rgba(96, 73, 42, 1) 23%, rgba(228, 205, 119, 1) 50%, rgba(96, 73, 42, 1) 65%, rgba(228, 205, 119, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(228, 205, 119, 1) 0%, rgba(96, 73, 42, 1) 23%, rgba(228, 205, 119, 1) 50%, rgba(96, 73, 42, 1) 65%, rgba(228, 205, 119, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4cd77', endColorstr='#e4cd77', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.gold-plate>span {
    color: rgba(0, 0, 0, 0.9);
    display: block;
    font-family: times new roman;
    font-size: 1.8em;
    padding: 7px;
    text-align: center;
    text-shadow: 0px 1px 1px #f8df82;
    text-transform: uppercase;
    box-shadow: 0 0 2px #000 inset;
    border-radius: 5px;
}

.gold-plate .fa.fa-star {
    margin: 0 15px;
    color: rgba(0, 0, 0, .8);
}

/* ++++++++++++++++++++++++++++++++++++++++++
SILVER PLATE
+++++++++++++++++++++++++++++++++++++++++++ */
.silver-plate {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4cd77+0,60492a+23,e4cd77+50,60492a+65,e4cd77+100 */
    background: rgb(226, 226, 226);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(226, 226, 226, 1) 0%, rgba(102, 102, 102, 1) 23%, rgba(226, 226, 226, 1) 50%, rgba(102, 102, 102, 1) 65%, rgba(226, 226, 226, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(226, 226, 226, 1) 0%, rgba(102, 102, 102, 1) 23%, rgba(226, 226, 226, 1) 50%, rgba(102, 102, 102, 1) 65%, rgba(226, 226, 226, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(226, 226, 226, 1) 0%, rgba(102, 102, 102, 1) 23%, rgba(226, 226, 226, 1) 50%, rgba(102, 102, 102, 1) 65%, rgba(226, 226, 226, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.silver-plate>span {
    color: rgba(0, 0, 0, 0.9);
    display: block;
    font-family: times new roman;
    font-size: 1.8em;
    padding: 7px;
    text-align: center;
    text-shadow: 0px 1px 1px #cccccc;
    text-transform: uppercase;
    box-shadow: 0 0 2px #000 inset;
    border-radius: 5px;
}

.silver-plate .fa.fa-star {
    margin: 0 15px;
    color: rgba(0, 0, 0, .8);
}

@media (max-width: 1199px) {
    .silver-plate .fa.fa-star {
        display: none;
    }

    .gold-plate .fa.fa-star {
        display: none;
    }
}

/* Plates Responsive Settings  */
@media (max-width: 979px) {
    .gold-plate>span {
        font-size: 1.15em;
    }

    .silver-plate>span {
        font-size: 1.15em;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++
ANIMATED BUTTON
+++++++++++++++++++++++++++++++++++++++++++ */

.slide-text a.buttonanim {
    bprder: 0 none;
    padding: 10px 45px;
    font-size: 2.5vmin !important;
}

.slide-text .buttonanim {
    border: 0 none;
    text-shadow: 1px 1px 2px #000000;
}

.buttonanim {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-family: georgia;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 50px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    display: inline-block;
}

.buttonanim-small {
    border: medium none;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-family: georgia;
    font-size: 16px;
    font-weight: normal;
    margin: 5px;
    padding: 5px 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    transition: all 0.5s ease 0s;
    background: rgba(255, 255, 255, .1);
    display: inline-block;
}

.buttonanim-small.btn-block {
    margin-left: 0px;
    margin-right: 0px;
}

.buttonanim-small:hover span {
    color: #000;
}

.buttonanim span,
.buttonanim-small span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonanim span:after,
.buttonanim-small span:after {
    content: '\f101';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-family: fontawesome;
}

.buttonanim:hover span,
.buttonanim-small:hover span {
    padding-right: 25px;
    color: #000000;
    text-shadow: none;
}

.buttonanim:hover {
    background: #fcffd8;
}

.buttonanim:hover span:after,
.buttonanim-small:hover span:after {
    opacity: 1;
    right: 0;
}

.buttonanim-small:hover span {
    padding-right: 25px;
    color: #000;
    text-shadow: 0 1px 1px #f8df82;
}

.cta-bg {
    background: #ffffff;
    border-color: #ffffff;
}

.models-all {
    padding: 100px 0px;
}

.models-all .slick-slide {
    margin: 0 2px;
}

.nextprevbtn {
    display: inline-block;
}

.nextprevbtn .buttonanim {
    color: rgba(255, 255, 255, 0.3);
    padding: 5px;
    width: 166px;
}

.nextprevbtn .buttonanim:hover {
    color: #333333;
}

/* ++++++++++++++++++++++++++++++++++++++++++
PREVNEXT ANIMATED
+++++++++++++++++++++++++++++++++++++++++++ */

.nextprev-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.prevnext-right a {
    color: rgba(255, 255, 255, .3);
}

.prevnext-right {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 5px 20px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    min-width: 150px;

}

.prevnext-right span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.prevnext-right span:after {
    content: '\f101';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-family: fontawesome;
}

.prevnext-right:hover span {
    padding-right: 25px;
    color: #333333;
    text-shadow: none;
}

.prevnext-right:hover {
    background: #ffffff;
}

.prevnext-right:hover span:after {
    opacity: 1;
    right: 0;
}

.prevnext-left a {
    color: rgba(255, 255, 255, .3);
}

.prevnext-left {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 5px 20px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    min-width: 150px;

}

.prevnext-left span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.prevnext-left span:after {
    content: '\f100';
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
    font-family: fontawesome;
}

.prevnext-left:hover span {
    padding-left: 25px;
    color: #333333;
    text-shadow: none;
}

.prevnext-left:hover {
    background: #ffffff;
}

.prevnext-left:hover span:after {
    opacity: 1;
    left: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++
ANIMATED Buy BUTTON
+++++++++++++++++++++++++++++++++++++++++++ */

.buybtn {
    font-family: Arial, sans-serif;
    background: #ff8400;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(#ff8400, 0), color-stop(#ff6600, 1));
    background: -webkit-linear-gradient(top, #ff8400 0%, #ff6600 100%);
    background: -moz-linear-gradient(top, #ff8400 0%, #ff6600 100%);
    background: -o-linear-gradient(top, #ff8400 0%, #ff6600 100%);
    background: linear-gradient(top, #ff8400 0%, #ff6600 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#ff6600', GradientType=0);
    padding-left: 20px;
    padding-right: 65px;
    height: 45px;
    display: inline-block;
    position: relative;
    border: 1px solid #ff5a00;
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 0px 4px rgba(188, 188, 188, 0.5);
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 0px 4px rgba(188, 188, 188, 0.5);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 0px 4px rgba(188, 188, 188, 0.5);
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    float: left;
    clear: both;
    margin: 10px 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.buybtn-image .fa {
    color: #6e1d08;
    font-size: 1.6em;
    left: 12px;
    position: relative;
    top: 10px;
    z-index: 2;
}

.buybtn-text {
    padding-top: 10px;
    display: block;
    font-size: 18px;
    white-space: nowrap;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
    color: #6e1d08;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.buybtn-hidden-text {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 52px;
    width: 0px;
    background: #6e1d08;
    text-shadow: 0px -1px 1px #363f49;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: left;
    text-indent: 17px;
    overflow: hidden;
    line-height: 42px;
    -webkit-box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.buybtn-image {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 52px;
    border-left: 1px solid #ff5a00;
    -webkit-box-shadow: 1px 0px 1px rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow: 1px 0px 1px rgba(255, 255, 255, 0.4) inset;
    box-shadow: 1px 0px 1px rgba(255, 255, 255, 0.4) inset;
}



/* Hover Style*/

.buybtn:hover .buybtn-text {
    text-shadow: 0px 1px 1px #5d81ab;
    color: #6e1d08;
}

.buybtn:hover .buybtn-image .fa {
    color: #ffffff;
}

.buybtn:hover .buybtn-hidden-text {
    width: 100px;
}

.buybtn:hover .buybtn-image span {
    opacity: 1;
}

/* Active Style */

.buybtn:active {
    background: #ff5a00;
}

.buybtn-image:before {
    background: #000000;
    content: '';
    bottom: 0;
    display: block;
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
    outline-offset: -2px;
}

.errorpage {
    text-align: center;
    margin-bottom: 100px;
    background: #141414;
    border-radius: 5px;
    padding: 30px;
    border: 3px solid rgba(255, 255, 255, .1);
}

.errormessage {
    border-bottom: 3px solid #333;
    color: #cccccc;
    font-family: georgia;
    font-size: 2em;
    letter-spacing: 2px;
    line-height: 0.8em;
    padding-bottom: 3px;
}

.errorpage>ul {
    padding-left: 0px;
}

h2.errorpage-title {
    border-top: 3px solid #333;
    color: #666666;
    display: inline-block;
    font-family: georgia;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 0.8em;
    margin-bottom: 8px;
    padding-top: 10px;
}

.form-control {
    background-color: #222222;
    background-image: none;
    border: 0 solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    color: #999999;
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: none;
    background: #262626;
    outline: 0 none;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #000000;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

#main_sidebar .widget {
    border: 1px solid #222222;
}

#main_sidebar .widget.widget_search {
    background: transparent none repeat scroll 0 0;
    padding: 0 !important;
}

textarea {
    background: #222 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    width: 100%;
}

#mc-embedded-subscribe.button {
    padding: 0px;
}

.foot-right {
    text-align: right;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Home Page Slider
+++++++++++++++++++++++++++++++++++++++++++ */

#slider1_container img {
    border: 0 none;
    margin: 0px;
}

.jssora21l,
.jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */

    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url('images/a21.png') center center no-repeat;
    overflow: hidden;
}

.jssora21l {
    background-position: -3px -33px;
}

.jssora21r {
    background-position: -63px -33px;
}

.jssora21l:hover {
    background-position: -123px -33px;
}

.jssora21r:hover {
    background-position: -183px -33px;
}

.jssora21l.jssora21ldn {
    background-position: -243px -33px;
}

.jssora21r.jssora21rdn {
    background-position: -303px -33px;
}

.jssorb21 {
    position: absolute;
}

.jssorb21 div,
.jssorb21 div:hover,
.jssorb21 .av {
    background: rgba(0, 0, 0, 0) url("images/b21.png") no-repeat scroll 0 0;
    color: white;
    cursor: pointer;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 19px;
}

.jssorb21 div {
    background-position: -5px -5px;
}

.jssorb21 div:hover,
.jssorb21 .av:hover {
    background-position: -35px -5px;
}

.jssorb21 .av {
    background-position: -65px -5px;
}

.jssorb21 .dn,
.jssorb21 .dn:hover {
    background-position: -95px -5px;
}

.carousel-caption h3 {
    font-size: 3vw;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

.carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 33%;
}

#footer .tagcloud a {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 3px;
}

#footer .tagcloud a:hover {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.page-header {
    border-bottom: 0 none;
    margin: 0px 0px 50px 0px;
    ;
    padding-bottom: 9px;
}

.topmar {
    margin-top: 50px;
}

.wp-tag-cloud {
    padding: 0px;
    margin: 0px;
}

.wp-tag-cloud li {
    list-style: outside none;
    display: inline;
}

.hometags-overlay {
    display: inline-block;
}

.tags-carousel {
    display: inline-block;
}

.tags-car-label {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 3px;
}

.taglinks-home a {
    background: rgba(255, 255, 255, 0.07) none repeat scroll 0 0;
    border-radius: 3px;
    color: #888888;
    padding: 1px 5px;
}

.taglinks-home a:hover {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}

.taglinks-home {

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin-bottom: 30px;
    margin-top: -20px;
    overflow: hidden;
    padding: 7px 7px 8px;
}

.tags-page-thumb img {
    border: 2px solid #444;
    border-radius: 6px;
}

.home-tags-label {
    display: inline-block;
    float: left;

    border-radius: 3px;
    color: #cccccc;
    margin-right: 5px;
    padding: 1px 7px 2px;
    font-size: 13px;
    margin-top: 2px;
    text-shadow: 1px 1px 1px #000000;
    height: 21px;
}

p.tags-page {
    font-size: 0.8em;
}

.tags-page-sep {
    color: #444444;
}

#main_sidebar .cpt-comments {
    margin-top: -15px;
    font-size: .9em;
}

.widget_model_tags_widget a,
#main_sidebar .tagcloud a {
    background: #222222;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 5px;
    text-shadow: 1px 1px 2px #000;
}

.wp-tag-cloud {
    min-height: 23px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
FOOTER SOCIAL HOVER ECCECT
+++++++++++++++++++++++++++++++++++++++++++ */

.social-icons.list-unstyled.list-inline.social-footer {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 30px;
}

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 30px;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 5px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon::before {
    display: block;
    font-family: "FontAwesome";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 56px;
    text-transform: none;
}

/* Effect 1 */

.hi-icon-effect-1 .hi-icon {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 1a */

.hi-icon-effect-1 .hi-icon:hover {
    background: #ffffff !important;
}

.hi-icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* ++++++++++++++++++++++++++++++++++++++++++
TESTIMONIALS
+++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
    background-color: #999;
    border: none;
}

#fade-quote-carousel.carousel .carousel-indicators .active {
    background-color: #fff;
    height: 12px;
    margin: 0;
    width: 12px;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

#fade-quote-carousel p {
    color: #ccc;
    font-family: georgia;
    font-size: 1.5em;
    font-style: italic;
    text-shadow: 2px 2px 2px #000;
}

.models-testimonials {
    background: url("images/pad.png");
    background-repeat: repeat;
    padding: 70px 0;
}

.test-links {
    text-align: center;
}

.test-links .btn {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    margin: 3px;
    min-width: 200px;
    padding: 15px;
    text-shadow: 2px 2px 2px #000;
}

.test-links .btn:hover {
    color: #ffffff;
}

.tag-button {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 8px;
    font-size: .8em;
}

#slider1_container img {
    opacity: .7;
}

.te {
    border-bottom: 0px solid rgba(255, 255, 255, 0.4);
    border-top: 0px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    letter-spacing: 3px;
    padding-left: 3px;
    padding-top: 3px;
    text-shadow: 2px 2px 2px #000;
    display: block;
    text-transform: uppercase;
    line-height: 1em;
}

/* ++++++++++++++++++++++++++++++++++++++++++
TESTIMONIALS slick
+++++++++++++++++++++++++++++++++++++++++++ */

.ctestimonials div {
    text-align: center;
}

.cclient {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 3px;
    color: #cccccc;
    display: inline-block;
    font-size: 1em;
    font-style: italic;
    margin-top: 20px;
    padding: 3px 15px;
}

.ctest {
    margin: 0 auto;
    max-width: 900px;
    padding: 25px;
    text-shadow: 1px 1px 1px #000;
}

.ctitle {
    color: #fff;
    display: block;
    font-family: playfair display;
    font-size: 2em;
    margin-bottom: 20px;
}

.ctestimonial {
    color: #ffffff;
    font-family: georgia;
    font-size: 1.4em;
    font-style: italic;
}

li.home-listing-inner {
    background: #101010 none repeat scroll 0 0;
    border-radius: 10px;
    list-style: outside none none;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    min-height: 455px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #222222;
}

li.home-listing-inner:hover {
    border-color: #222222;
}

.home-post-listings {
    padding-left: 0px;
}

.home-listing-inner img {
    border: 0 none;
    border-radius: 5px;
}

.home-posts-title {
    font-size: 1.3em;
    margin: 15px 0 0;
    padding: 0 !important;
    text-transform: uppercase;
    display: table;
    width: 100%;
    height: 69px;
    text-align: center;
}

.home-posts-title>span {
    border-bottom: 1px dotted #333333;
    border-top: 1px dotted #333333;
    display: table-cell;
    vertical-align: middle;
}

.home-posts-meta {
    color: #666;
    font-size: 0.75em;
    height: 22px;
    margin-bottom: 0px;
    padding-top: 4px;
    text-align: center;
}

.post-box {
    display: table;
    height: 408px;
    width: 100%;
}

.post-box>span {
    display: table-cell;
    vertical-align: middle;
}

.post-box p {
    font-size: 14px;
}

.post-box a {
    color: #999999;
    color: rgba(255, 255, 255, .55);
}

.home-posts-title {
    margin-top: 0px;
}

.home-posts-excerpt>p {
    font-size: .85em;
    padding: 15px;
    margin: 0px;
    min-height: 88px;
}

.home-posts-btn {
    margin-top: 0px;
    padding: 6px 22px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
NEWSELTTER
+++++++++++++++++++++++++++++++++++++++++++ */
.models-newsletter .sola_nl_sign_up_box .sola_nl_sub_form .sola_sign_up_form_row {
    display: inline-block;
}

.models-newsletter .sola_sign_up_form_row>input[type="text"],
.models-newsletter .sola_sign_up_form_row>input[type="email"] {
    width: 100%;
    padding: 15px 30px;
    border: 2px solid #222222;
}

.models-newsletter .sola_sign_up_form_row>input[type="text"] {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
}

.models-newsletter .sola_sign_up_form_row>input[type="email"] {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

.sola_nl_sub_form input[type=submit]:hover {
    color: #000000;
}

@media (max-width: 694px) {

    .models-newsletter .sola_sign_up_form_row>input[type="text"],
    .models-newsletter .sola_sign_up_form_row>input[type="email"] {
        border-radius: 45px !important;
    }
}

.models-newsletter .sola_sign_up_form_row>input[type="text"]:focus,
.models-newsletter .sola_sign_up_form_row>input[type="email"]:focus {
    background: #111111;
    border-color: #333333;
}

.models-newsletter .sola_sign_up_form_row>label {
    display: inline !important;
    position: relative;
    top: 0px;
}

.sola_nl_sign_up_box>p {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 2px solid #333333;
    border-radius: 45px;
    display: inline;
    font-size: 1.25em;
    padding: 15px 30px;
}

.models-newsletter .sola_nl_sub_form input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #333;
    border-radius: 45px;
    padding: 15px 30px;
    font-weight: 600;
    font-family: open sans;
}

.models-newsletter .sola_nl_sub_form input[type="submit"]:hover {
    background: -moz-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=1) !important;
    /* IE6-9 fallback on horizontal gradient */
    text-shadow: 0 1px 1px #f8df82 !important;

    border: 2px solid #857648;
    font-weight: 600;
    font-family: open sans;
}

.models-newsletter #sola_nl_title>h3 {
    display: none;
}

.models-newsletter .mc4wp-alert.mc4wp-success p {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 45px;
    display: inline-block;
    margin-top: 30px;
    padding: 15px 30px;
}

.models-newsletter .mc4wp-form-fields>p {
    display: inline;
    margin: 0;
    padding: 0;
}

.models-newsletter .mc4wp-form-fields {
    margin-top: 30px;
}

.models-newsletter .mc4wp-form-fields input {
    border: 2px solid #222;
    border-radius: 45px;
    color: #666666;
    font-size: 20px;
    height: 60px;
    line-height: 66px;
    max-width: 360px;
    outline: medium none;
    padding: 0 40px;
    vertical-align: middle;
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -4px;
    margin-top: 15px;
    box-shadow: none !important;
}

.models-newsletter .mc4wp-form-fields input:focus {
    background: #111 none repeat scroll 0 0;
    border-color: #333333;
}

.models-newsletter .mc4wp-form-fields input[type="submit"] {
    background: #333333 none repeat scroll 0 0;
    border-radius: 0 45px 45px 0;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;

    border: 0 none;
    line-height: 56px;
    outline: medium none;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    font-weight: 600;
    font-family: open sans;
}

.models-newsletter {
    background: rgba(0, 0, 0, 0) url("images/pad.png") repeat fixed 0 0;
    padding: 70px 0 100px;
    text-align: center;
    border-top: 10px solid rgba(0, 0, 0, .35);
}

.models-newsletter h3 {
    border-bottom: 0 none;
    border-top: 0 none;
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 3px;
    margin-bottom: 35px;
    padding: 14px 0 10px 3px;
}

@media (max-width: 518px) {
    .models-newsletter .mc4wp-form-fields input {
        border-radius: 45px !important;
    }

    .models-newsletter .mc4wp-form-fields input[type="submit"] {
        margin-top: 15px;
    }

    .models-newsletter .mc4wp-form-fields input {
        border-radius: 45px !important;
        font-size: 1em;
        height: auto;
        line-height: 56px;
        text-align: center;
    }

}

.ns-signup {
    margin-top: 50px;
}

.nl-field-group input[type="email"] {
    border: 2px solid #222;
    background: #222;
    border-radius: 45px;
    color: #666;
    font-family: "expo-serif-pro", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    height: 60px;
    line-height: 66px;
    outline: medium none;
    padding: 0 40px;
    vertical-align: middle;
    max-width: 360px;
    width: 100%;
}

.nl-field-group input[type="submit"] {
    border: 0 none;
    border-radius: 45px;
    color: #fff;
    display: inline-block;
    font-family: georgia;
    font-size: 20px;
    font-weight: 300;
    height: 56px;
    line-height: 56px;
    margin-left: -65px;
    outline: medium none;
    vertical-align: middle;
    width: 56px;
    background: #444444;
}

.nl-field-group input[type="email"]:focus {
    color: #fff;
    line-height: 66px;
    outline: medium none;
    vertical-align: middle;
}

.nl-title {
    font-size: 2.25em;
    margin-bottom: 30px;
}

.nl-content {
    color: #fff;
    font-family: playfair display;
    font-size: 1.5em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
    text-shadow: 5px 5px 15px #000;
}

table.variations {
    background: transparent !important;
}

.display-models-title {
    margin-bottom: 50px;
}

.fancy-head h1,
.fancy-head h2,
.fancy-head h3,
.fancy-head h4,
.fancy-head h5,
.fancy-head h6,
.fancy-head>p {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    font-family: "Alex brush" !important;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 35px;
}

.fancy-head h1:before,
.fancy-head h1:after,
.fancy-head h2:before,
.fancy-head h2:after,
.fancy-head h3:before,
.fancy-head h3:after,
.fancy-head h4:before,
.fancy-head h4:after,
.fancy-head h5:before,
.fancy-head h5:after,
.fancy-head h6:before,
.fancy-head h6:after,
.fancy-head>p:before,
.fancy-head>p:after {
    background: rgba(255, 255, 255, .15);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}

.slide-text .fancy-head>h1:before,
.slide-text .fancy-head>h1:after {
    background: rgba(255, 255, 255, .35);
}

.fancy-head h1:before,
.fancy-head h2:before,
.fancy-head h3:before,
.fancy-head h4:before,
.fancy-head h5:before,
.fancy-head h6:before,
.fancy-head>p:before {
    right: 100%;
}

.fancy-head h1:after,
.fancy-head h2:after,
.fancy-head h3:after,
.fancy-head h4:after,
.fancy-head h5:after,
.fancy-head h6:after,
.fancy-head>p:after {
    left: 100%;
}

.fancy-head {
    overflow: hidden;
    text-align: center;
}

.headline p {
    font-family: georgia;
}

.headline h1 {
    margin-bottom: 45px;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6,
.headline p {
    display: inline-block;
    padding: 0 35px;
    position: relative;
}

.headline h1:before,
.headline h1:after,
.headline h2:before,
.headline h2:after,
.headline h3:before,
.headline h3:after,
.headline h4:before,
.headline h4:after,
.headline h5:before,
.headline h5:after,
.headline h6:before,
.headline h6:after,
.headline p:before,
.headline p:after {
    background: rgba(255, 255, 255, .2);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}

.headline h1:before,
.headline h2:before,
.headline h3:before,
.headline h4:before,
.headline h5:before,
.headline h6:before,
.headline p:before {
    right: 100%;
}

.headline h1:after,
.headline h2:after,
.headline h3:after,
.headline h4:after,
.headline h5:after,
.headline h6:after,
.headline p:after {
    left: 100%;
}

.headline {
    overflow: hidden;
    text-align: center;
}

.decorative-font {
    font-family: playfair display;
}

.signature-style {
    font-family: Alex Brush;
    font-size: 2.5em;
}

.script-font {
    font-family: Alex Brush;
    font-size: 1.75em;
}

.model-header-photo>img {
    border: 5px solid #555555;
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
}

.model-header-photo {
    margin-bottom: -60px;
}

.aboutmodel-container .headline {
    margin-bottom: 25px;
}

@media (max-width: 250px) {
    .model-inner-container {
        font-size: 10px;
    }

    .rating-circle-sm {
        margin-top: 4px !important;
    }
}

@media (max-width: 500px) {

    .model-date,
    .review-badge {
        display: none;
    }

    .model-content-wrapper {
        text-align: left;
    }

    .rating-circle-sm {
        border: 0 none;
        border-radius: 0px;
        display: block;
        float: right;
        font-size: .9em;
        height: auto;
        line-height: auto;
        margin-top: 6px;
        text-align: right;
        width: auto;
        line-height: 1em;

    }
}

.single-fi {
    border: 5px solid #222222;
    border-radius: 6px;
    margin-top: 0;
    margin-bottom: 50px !important;
}

.single-post-overlay hr {
    margin: 0 0 5px;
    border-color: rgba(255, 255, 255, 0.2);
}

.post-thumb-overlay {
    position: relative;
    margin-bottom: 0px;
}

.single-post-overlay {
    width: 100%;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.blog-fi.wp-post-image {
    margin-bottom: 0px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.single-post-overlay h2 {
    margin: 10px 0 8px;
}

.post-overlay-meta {
    font-size: 13px;
    margin-bottom: 5px;
}

@media (max-width: 976px) {
    .single-post-overlay h2 {
        font-size: 15px;
    }
}

.hrcustom {
    margin: 0 0 5px;
}

.meta-nofi {
    margin-bottom: 30px;
}

.blog-title-meta {
    margin-bottom: 0px;
}

.page-bottom-title {
    margin: 0px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Responsive styles
+++++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 767px) {

    .sec-header,
    .sec-test-header {
        padding: 10px 20px 10px;
        line-height: .75em;
        margin: 0px;
    }

    .te {
        font-size: .7em;
        border-top: 0 none;
        border-bottom: 0 none;
    }

    .ctitle {
        font-size: 1.35em;
    }

    .ctestimonial {
        font-size: 1em;
    }

    .ctest {
        padding: 0 15px;
    }

    .models-testimonials {
        padding: 30px 0;
    }

    .models-newsletter h3,
    .nl-content {
        font-size: 1.35em;
    }

    .topmar {
        margin-top: 40px;
    }

    .page-header {
        margin: 0 0 40px;
    }
}

.models-newsletter h4 {
    color: #999999;
}

#comments ul {
    padding-left: 0px;
}

.alert-danger {
    background-color: #b8312f;
    color: #fff;
    border: 0 none;
}

.blog-title-meta {
    font-size: .9em;
}

.blog-title {
    margin: 0px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Star rating
+++++++++++++++++++++++++++++++++++++++++++ */

.modal-body .comment-respond {
    border-top: 0 none;
    margin-top: 0px;
    padding-top: 0px;
}

.modal-body p {
    margin-bottom: 15px;
}

.review-top .rating {
    float: left;
}

.starsrating {
    display: inline-block;
    position: relative;
    top: -12px;
    margin-right: 10px;
}

.review-title {
    color: #fff;
    font-size: 1.25em;
    position: relative;
    top: 4px;
    margin-left: 8px;
}

.comment-body {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 25px;
}

.authortime {
    color: #777777;
    font-size: 0.8em;
}

.rating {
    overflow: hidden;
    margin: 0px 0;
    display: inline-block;
    background: #141414
}

.rating li {
    float: left;
    margin: 0 2px 2px 0;
    width: 23px;
    height: 22px;
    cursor: pointer;
    overflow: hidden;
    list-style: none !important
}

.rating .l {
    float: left;
    height: 22px;
    width: 12px;
    background: #444444 url('images/pointy.png') 0 0
}

.rating .r {
    float: right;
    height: 22px;
    width: 11px;
    background: #444444 url('images/pointy.png') -12px 0
}

.rating .half .r,
#comments .rating .half .r {
    background-color: #444444
}

/* ++++++++++++++++++++++++++++++++++++++++++
reviews star color
+++++++++++++++++++++++++++++++++++++++++++ */
.rating .rover .r,
#comments .rating .rover .r,
#comments .modal-content .rating .rover .r,
.rating .rover .l,
#comments .rating .rover .l,
#comments .modal-content .rating .rover .l,
.rating .whole .r,
#comments .rating .whole .r,
#comments .modal-content .rating .whole .r,
.rating .whole .l,
#comments .rating .whole .l,
#comments .modal-content .rating .whole .l,
.rating .half .l,
#comments .rating .half .l {
    background-color: #D5AF42;
}

ul.rating,
#comments ul.rating {
    padding: 6px 0px !important;
}

.rating li,
#comments .rating li {
    padding: 0px !important;
    border: 0 none !important;
}

.reviewed-model-sb {
    position: relative;
    top: -13px;
}

#main_sidebar li li a.rev-side-title {
    font-size: 1.25em;
    color: #ffffff;
}

#comments .rating {
    overflow: hidden;
    margin: 0px 0;
    display: inline-block;
    background: #141414
}

#comments .rating li {
    float: left;
    margin: 0 2px 2px 0;
    width: 23px;
    height: 22px;
    cursor: pointer;
    overflow: hidden;
    list-style: none !important
}

#comments .rating .l {
    float: left;
    height: 22px;
    width: 12px;
    background: #555555 url('images/pointy.png') 0 0
}

#comments .rating .r {
    float: right;
    height: 22px;
    width: 11px;
    background: #555555 url('images/pointy.png') -12px 0
}

#comments .modal-content .rating {
    overflow: hidden;
    margin: 0px 0;
    display: inline-block;
    background: #222222
}

#comments .modal-content .rating li {
    float: left;
    margin: 0 2px 2px 0;
    width: 23px;
    height: 22px;
    cursor: pointer;
    overflow: hidden;
    list-style: none !important
}

#comments .modal-content .rating .l {
    float: left;
    height: 22px;
    width: 12px;
    background: #555555 url('images/pointyc.png') 0 0
}

#comments .modal-content .rating .r {
    float: right;
    height: 22px;
    width: 11px;
    background: #555555 url('images/pointyc.png') -12px 0
}

.orating {
    color: #ffffff;
    display: inline-block;
    float: left;

    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}

.custom-comments-title {
    border-bottom: 1px solid #222;
    border-radius: 4px;
    margin: 30px 0 15px;
    padding-bottom: 15px;
}

.comments-title {
    font-family: open sans;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Modal Style
+++++++++++++++++++++++++++++++++++++++++++ */

.modal-title {
    font-family: open sans;
}

.modal-content .close {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    color: #000000;
    text-shadow: 0 1px 1px #f8df82;
    opacity: .5;
    border: 1px solid #000000;
    box-shadow: 0px 0px 10px #000000;
}

.modal-title {
    color: #ccc;
    font-weight: 600;
    text-shadow: none;
}

.modal-content .close:hover {
    opacity: .8;
}

.modal-content {
    background: #222222;
}

.modal-header {
    border-bottom: 1px solid #444;
}

.modal-footer {
    border-top: 1px solid #444;
}

#comments .modal-content input {
    background: #181818 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    display: block;
    padding: 5px 10px;
}

#comments .modal-content input[type='submit'] {
    border-radius: 50px;
    padding: 7px 20px;
    font-weight: 600;
}

#comments .modal-content input[type='text'],
#comments .modal-content input[type='email'] {
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

#comments .modal-content .rating {
    background: #222222;
}

#comments .modal textarea {
    background: #181818 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.1);
    height: 7em;
    padding: 5px 10px;
}

#comments .modal-content .form-submit input:hover {
    background: #111111;
    color: #ffffff;
}

#comments .modal-content input:focus,
#comments .modal-content textarea:focus {
    background: #111111 !important;
    color: #cccccc;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */

    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    border: 1px solid #333333;
    height: inherit;
    margin: 0 auto;
    width: inherit;
}

/* ++++++++++++++++++++++++++++++++++++++++++
woocommerce
+++++++++++++++++++++++++++++++++++++++++++ */
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    background: #000000;
    color: #FFA500;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added:hover {
    color: #000000;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .5;
}

.woocommerce div.product div.images img {
    border: 1px solid #181818;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    left: -32px;
    width: 64px;
}

.woocommerce a.added_to_cart {
    background: rgba(255, 165, 0, 0.25) none repeat scroll 0 0;
    color: #ffa500;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    left: 0;
    padding: 7px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #333 !important;
    border-top: 3px solid #a46497;
    color: #fff !important;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    overflow-wrap: break-word;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}

.woocommerce a.added_to_cart:hover {
    background: #ffa500;
    color: #000000;
}

.woocommerce ul.products li.product a img:hover {
    opacity: .7;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #333333;
}

.woocommerce table {
    background-color: #181818;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background: #111111 none repeat scroll 0 0;
    border: 1px solid #222222;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}

.input-text {
    line-height: 2em !important;
    padding: 5px 15px;
}

.select2-container .select2-choice {
    padding: 3px 10px;
}

.col-1.address {
    background: #222 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 15px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #222222;
    text-align: center;
    padding-bottom: 15px;
    border-radius: 4px;
}

.woocommerce .products .star-rating {
    margin: 0 auto 10px;
}

.entry-summary .star-rating,
.comment_container .star-rating {
    top: 0px;
}

.woocommerce ul.products li.product .price del {
    display: inline;
    margin-right: 5px;
}

#reviews .comment-text [itemprop="author"] {
    color: #ccc;
    font-weight: normal;
}

.woocommerce .star-rating::before {
    color: #777777;
}

.woocommerce ul.products li.product a img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

input[name=update_cart]:hover {
    color: #000000 !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #444;
    color: #fff;
    font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #222222 none repeat scroll 0 0;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #444;
}

.woocommerce nav.woocommerce-pagination ul {
    border-color: #444 -moz-use-text-color #444 #444;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent;
    margin: 0 0 2em;
    padding: 0px;
}

#comments .comment-text {
    background: #111111 none repeat scroll 0 0;
    border: 0 none !important;
}

.comment-list li {
    border-bottom: 1px solid #222222;
}

.comment-list li:last-child {
    border-bottom: 0 none;
}

#review_form label {
    min-width: 70px;
}

.woocommerce .quantity .qty {
    background: #333 none repeat scroll 0 0;
    color: #ccc;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    width: 100px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 0.82em 1em;
    height: 43px;
}

.woocommerce .star-rating .rating {
    background: transparent;
}

.woocommerce #review_form #respond {
    border-top: 1px solid #333333;
}

.woocommerce #reviews h3 {
    margin: 40px 0 20px;
}

.woocommerce p.stars a:hover,
.woocommerce p.stars a:focus {
    color: orange;
}

.woocommerce .star-rating {
    color: orange;
}

.woocommerce-tabs ul.tabs:before,
.woocommerce-tabs ul.tabs li:after,
.woocommerce-tabs ul.tabs li:before,
.woocommerce-tabs ul.tabs li a:after,
.woocommerce-tabs ul.tabs li a:before {
    display: none !important;
    box-shadow: 0 none !important;
}

.woocommerce-tabs ul.tabs,
.woocommerce-tabs ul.tabs li,
.woocommerce-tabs ul.tabs li a {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.woocommerce-tabs ul.tabs li {
    border: 0 none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0px !important;
}

.woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #333333;
}

/* SIMPLE TAB CSS */

.woocommerce-tabs ul.tabs li {
    background-color: #181818 !important;
    margin: 0 0 5px 0 !important;
    float: left;
}

.woocommerce-tabs ul.tabs li a {
    padding: 5px 10px !important;
    padding: 10px 20px !important;
}

.woocommerce-tabs ul.tabs li.active {
    background-color: #222222 !important;
    float: left;
    color: #cccccc;
}

ul.tabs.wc-tabs li {
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    text-shadow: 1px 1px 2px #000000;
}

#tab-reviews h2 {
    margin: 1.2em 0;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background-color: #222;
    border-top: 3px solid;
    color: #515151;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
    word-wrap: break-word;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-message {
    color: #cccccc;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 0 none;
    box-sizing: border-box;
    float: left;
    height: 43px;
    line-height: 1;
    margin: 0 4px 0 0;
    outline: 0 none;
    padding: 0.82em 1em;
    width: 200px;
}

.checkout-button.button.alt.wc-forward {
    height: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #333;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.shop_table.shop_table_responsive.cart {
    background: #181818;
}

td.actions {
    padding: 25px 15px !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    color: #999999;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#add_payment_method #payment,
.woocommerce-checkout #payment {
    background: #222 none repeat scroll 0 0;
    border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #444;
}

.select2-container .select2-choice {
    background-color: #222;
    border: 0px solid #ccc;
}

.select2-container .select2-choice>.select2-chosen {
    background: #222222;
    color: #999999;
}

.select2-results,
.select2-search {
    background: #222 none repeat scroll 0 0;
    color: #999;
}

.select2-search input {
    background-color: #181818;
    border: 0 none;
}

.select2-chosen {
    height: 36px;
}

.pp_gallery ul a img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.home-listing-inner:hover a .home-posts-title {
    color: #ffffff;
}

.floating-loggedin {
    margin-top: 28px;
}

.sec-header.model-page-title {
    text-transform: uppercase;
}

.fancy-head.model-head {
    margin-bottom: 20px;
}

.single-model-headline {
    background: #141414 none repeat scroll 0 0;
    border-radius: 4px;
    margin-top: 0;
    padding: 15px 30px;
    text-shadow: 2px 2px 2px #000;
    margin-bottom: 35px;
    border: 1px solid #222222;
}

.modelgallery img {
    border-radius: 0px;
    width: 100%;
}

.model-video {
    border-radius: 4px;
    overflow: hidden;
}

.aboutmodel-container {
    background: #141414 none repeat scroll 0 0;
    border: 1px solid #222;
    border-radius: 4px;
    padding: 30px;
    margin-top: 45px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
FAQ
+++++++++++++++++++++++++++++++++++++++++++ */

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel {
    background: #222222;
}

.panel-heading {
    padding: 15px;
}

.panel-body {
    padding: 30px 15px 15px;
    background: #181818;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.panel-body li {
    margin-bottom: 15px;
}

.panel-body>p {
    margin: 0 0 15px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #222;
}

.panel-default>.panel-heading {
    background-color: #222222;
    border-color: #222222;
    color: #cccccc;
}

.panel-default {
    border: 0 none;
}

.panel-heading:hover .panel-title {
    color: #ffffff;
}

.panel-heading:hover {
    cursor: pointer;
    background: #333333;
}

.panel-heading {
    border-radius: 3px;
    text-shadow: 1px 1px 2px #000000;
}

.te.tagpage-title {
    text-transform: uppercase;
}

.partners {
    background: url("images/pad.png");
    background-repeat: repeat;
    background-attachment: fixed;
    padding-bottom: 100px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    color: #ffffff;
}

.partners-text-llinks {
    text-align: center;
    margin-top: 30px;
}

.slick-partners {
    text-align: center;
    width: 98%;
    margin: 0 auto;
}

.slick-partners .slick-slide img {
    border: 1px solid transparent;
    margin: 5px 3px;
}

.under-models-content {
    margin-top: 80px;
}

.padbottom {
    padding-bottom: 70px;
}

.partners .slick-slide p {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 2px solid #555;
    display: block;
    height: 64px;
    margin-top: 10px;
    padding: 19px 20px;
}

.beneath-banners {
    margin-top: 20px;
}

.leaverevbutton .btn-primary:hover {
    background: #333333 !important;
}

label {
    color: #ccc;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%;
}

.mCSB_container p {
    text-shadow: none;
}

.model-thumbs-gallery {
    margin-bottom: 20px;
}

.pdf-thumb-box {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
    border: 5px solid #333;
    border-radius: 4px;
    margin-bottom: 10px;
}

.tos-close {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    top: 71px;
    right: 55px;
}

.tos-desktop .tos-wrapper.tos-fixed {
    background-color: rgba(0, 0, 0, .9);
}

.pdf-thumb-box-overlay {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

.pdf-thumb-box a {
    color: transparent;
}

.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
    width: 100%;
    height: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.pdf-thumb-box-overlay span {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a {
    border: 1px solid #999;
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a:hover {
    border-color: #ffffff;
}

.model-gallery-section img {
    border: 1px solid #333;
    border-radius: 0px;
    margin: 0 auto;
}

.tos-close span::after,
.tos-close span::before {
    height: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -5px;
    width: 10px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
    margin: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
    padding: 0;
}

.cta-left {
    text-align: left;
}

.cta-right {
    text-align: right;
}

.cta-right .btn:hover {
    background: #222222 !important;
}

.cta-section p {
    color: #ccc;
    font-family: georgia;
    font-size: 2em;
    margin-bottom: 0px;
    padding-top: 5px;
}

.cta-section .btn.btn-lg {
    font-family: georgia;
}

pre {
    background-color: #2b303b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: #83b0ae;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    margin: 0 0 25px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
}

code {
    background-color: #2b303b;
    border-radius: 4px;
    color: #83b0ae;
    font-size: 90%;
    padding: 2px 4px;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: rgba(255, 255, 255, 0.05);
}

.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-top: 1px solid #333;

}

.table>thead>tr>th {
    border-bottom: 2px solid #333;
    vertical-align: bottom;
}

.comment-awaiting-moderation {
    background: #c9b152 none repeat scroll 0 0;
    border-radius: 4px;
    color: #000;
    padding: 15px;
}

.model-title-bg a .fa {
    color: rgba(255, 255, 255, .15);
}

.model-title-bg a:hover .fa {
    color: #ffffff;
}

/* ++++++++++++++++++++++++++++++++++++++++++
NEXT/PREV MODEL ARROWS
+++++++++++++++++++++++++++++++++++++++++++ */
.container.model-head-container {
    position: relative;
}

.prevmod>a[rel="prev"],
.nextmod>a[rel="next"] {
    font-size: 45px;
    left: 0;
    margin-top: -55px;
    padding: 5px 10px 5px 0;
    position: absolute;
    top: 50%;

}

.prevmod>a[rel="prev"] {
    left: auto;
    padding: 5px 0 5px 10px;
    right: 0;
}

.model-head-container a:hover {
    transition: color 0.5s ease 0s, background 0.5s ease 0s;
}

/* ++++++++++++++++++++++++++++++++++++++++++
spiffy custom cal styles
+++++++++++++++++++++++++++++++++++++++++++ */
.spiffy .calnk a {
    color: #ffffff
}

.calendar-table td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px;
}

.spiffy .calendar-next a,
.spiffy .calendar-prev a {

    margin: 30px;
}

.calendar-next>a:hover,
.calendar-prev>a:hover {
    background: #555 none repeat scroll 0 0;
    color: #fff;
}

.calendar-month {
    color: #ccc;
    font-family: times new roman;
    font-size: 2.5em;
    text-transform: uppercase;
}

.model-sidebar .calendar-month,
#main_sidebar .calendar-month {
    font-size: 1em;
    height: 60px;
    padding: 0;
    text-transform: uppercase;
}

a.mini-link {
    background: #e4cd77 none repeat scroll 0 0 !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.mini-link,
.modal-header {
    background: #333333;
    text-shadow: 0 1px 1px #f8df82 !important;
    color: #ffffff !important;
    border-color: transparent !important;
    border: 0 none;
}

.model-sidebar .calendar-heading,
#main_sidebar .calendar-heading {
    background: rgba(255, 255, 255, 0.02) none repeat scroll 0 0;
    border: 1px solid #222;
    border-radius: 4px;
}

.spiffy-minical-block {
    font-family: arial;
}

#main_sidebar .spiffy-minical-block,
.model-sidebar .spiffy-minical-block {
    width: 100%;
}

#main_sidebar .spiffy .calnk a,
.model-sidebar .spiffy .calnk a {
    border-bottom: medium none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    display: block;
    margin: 5px 5px 0;
    padding: 2px;
    text-decoration: none;
}

.model-sidebar div.weekend,
#main_sidebar sidebar div.weekend {
    color: inherit;
}

.model-sidebar .calendar-heading {
    background-color: #141414 !important;
    border-color: #333333 !important;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.model-sidebar .day-without-date {
    border: 1px solid #222;
}

.model-sidebar .day-with-date {
    border: 1px solid #333333;
}

.model-sidebar .calendar-prev>a,
.model-sidebar .calendar-next>a {
    padding: 5px !important;
}

.model-sidebar .day-number {
    margin: 5px 0px;
    text-align: center;
}

.model-sidebar .current-day {
    background-color: #444444;
    border: 0 none;
    color: #fff;
}

.model-sidebar .spiffy-popup {
    white-space: normal;
}

.model-sidebar div.spiffy-popup::before,
div.spiffy-popup::before {
    border-color: rgba(204, 204, 204, 0) rgba(204, 204, 204, 0) #333;
}

.model-sidebar div.spiffy-popup::after,
div.spiffy-popup::after {
    border-color: rgba(255, 255, 192, 0) rgba(255, 255, 192, 0) #333;
}

.model-sidebar .calnk a:hover div {
    background: #222 none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 7px;
    box-shadow: 2px 2px 8px #000;
    color: #ccc;
    display: block;
    line-height: 1.2em;
    margin-top: 1px;
    padding: 15px;

    z-index: 100;
    font-size: 12px;
}

.calendar-heading,
.calendar-date-switcher {
    background-color: #181818;
    border: 1px solid #333;
    color: #999;
    text-align: center;
}

.normal-day-heading,
.model-sidebar .normal-day-heading,
.weekend-heading {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#616161+0,474747+100 */

    background: -moz-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    font-weight: 600;
    text-shadow: -1px 0px 1px #000000;
    border: 1px solid #a59056;
    color: #000000;
    height: 40px;
    text-shadow: -1px 0 1px #dbc472;
    text-transform: uppercase;
}

.day-without-date {
    border: 1px solid #222;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a1a1a+0,111111+100 */

    background: #000000;
}

.day-with-date {
    border: 1px solid #333;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#424242+0,2f2f2f+100 */

    background: #111111;
}

.current-day {
    background-color: #222;
    border: 1px solid #444;
    color: #fff;
}

.spiffy.cat-key {
    border: 1px solid #333 !important;
}

div.weekend {
    color: #999999;
}

.spiffy-minical-block .normal-day-heading {
    height: 24px !important;
}

.spiffy-minical-block .day-number {
    padding: 0px;
}

.day-number {
    padding: 3px;
    text-shadow: 1px 1px 1px #000;

}

.day-number,
.day-number.weekend {
    color: #ffffff;
    margin-bottom: 10px;
}

.calnk {
    padding: 0px;
}

.spiffy-minical-block .normal-day-heading {
    padding: 3px 0px !important;
}

.calnk a .calnk-box .spiffy-title,
.calnk a .calnk-box .calnk-time {
    background: #222222 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px !important;
    margin-left: 5px;
    padding: 1px 8px;
}

.calnk a .calnk-box .spiffy-title,
.calnk a .calnk-box .calnk-time {
    border-bottom: 0px dotted #ccc;
    color: #999999 !important;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
}

.spiffy-title:hover {
    background: rgb(96, 73, 42) !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(96, 73, 42, 1) 5%, rgba(230, 207, 120, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(96, 73, 42, 1) 5%, rgba(230, 207, 120, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(96, 73, 42, 1) 5%, rgba(230, 207, 120, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=0) !important;
    /* IE6-9 */
    color: #000000 !important;
    text-shadow: -1px 0 1px #dbc472 !important;
}

.calnk a .calnk-box .spiffy-title:hover {
    color: #000000 !important;
}

.spiffy.cat-key {
    background: #111 none repeat scroll 0 0;
    padding: 15px;
}

.calnk-box {
    float: left;
}

div.spiffy-popup::after {
    border-color: rgba(255, 255, 192, 0) rgba(255, 255, 192, 0) #333;
}

.calnk a:hover div div.event-title-break {
    background-color: #333;
}

.calnk a:hover div div.event-title {
    margin-bottom: -15px;
}

.calnk a:hover div {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #666;
    border-radius: 7px;
    box-shadow: 2px 2px 8px #000;
    color: #333333;
    display: block;
    line-height: 1.2em;
    margin-top: 1px;
    padding: 5px;
    width: 150px;
    z-index: 100;
}

.calnk a:hover div {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid #555;
    border-radius: 7px;
    box-shadow: 0 15px 20px #000;
    color: #333333;
    display: block;
    line-height: 1.2em;
    margin-top: 1px;
    padding: 5px;
    text-align: center;
    width: 200px;
    z-index: 100;
}

.calnk div img {
    display: block;
    margin: 3px auto;
    max-width: 180px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #333333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.calnk a:hover div div.event-content-break {
    display: none;
}

.spiffy-popup P,
.spiffy-popup,
.spiffy-popup .event-title {
    margin: 5px;
    color: #ffffff !important;
    text-shadow: 1px 1px 1px #000 !important;
}

.calendar-date-switcher select {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    margin: 10px 0;
    padding: 10px !important;
}

.calendar-date-switcher select {
    padding: 3px;
}

.calendar-date-switcher input,
.calendar-date-switcher input[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #acbbc8;
    border-radius: 5px;
    color: #505050;
    font-weight: normal;
    margin: 0;
    opacity: 0.5;
    padding: 10px 30px !important;
    text-transform: none;
}

.calendar-prev>a,
.calendar-next>a {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    margin: 0px 15px;
    color: #ffffff;
    padding: 10px 20px !important;
}

.calendar-month.calendar-date-switcher input[type="submit"]:hover {
    opacity: 1;
}

.spiffy.cat-key {
    font-size: 1em;
}

.model-sidebar .normal-day-heading,
.model-sidebar .weekend-heading {
    background: #222222;
    border: 1px solid #333333;
    color: #ffffff;
    text-shadow: none;
}

.model-sidebar .spiffy .calendar-next a,
.model-sidebar .spiffy .calendar-prev a {
    margin: 0 5px;
}

.fancy-section-title {
    margin: 100px 0 60px;
}

.spiffy-minical-block {
    margin-bottom: 10px;
}

div.event {
    font-size: 0.95em;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Swiper Slider
+++++++++++++++++++++++++++++++++++++++++++ */

.swiper-container {
    width: 100%;
    min-height: 300px;
    height: 72vh;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-slide .slide-text {
    font-size: 2.5vmin;
    max-width: 1170px;
    line-height: 1.3;
    padding: 0px 60px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    z-index: 9;
}

.swiper-slide .slide-text h1 {
    font-size: 6vmin;
}

.swiper-slide .slide-text h2 {
    font-size: 5vmin;
}

.swiper-slide .slide-text h3 {
    font-size: 4vmin;
}

.swiper-slide .slide-text h4 {
    font-size: 3vmin;
}

.swiper-slide .slide-text h5 {
    font-size: 2vmin;
}

.swiper-slide .slide-text h6 {
    font-size: 2vmin;
}

@media (max-width: 668px) {
    .swiper-slide .slide-text {
        font-size: 5vmin;
    }

    .calendar-month {
        font-size: 6vmin;
    }

    .calendar-prev>a,
    .calendar-next>a {
        padding: 0px !important;
        background: transparent !important;
    }

    .spiffy .calendar-next a,
    .spiffy .calendar-prev a {
        margin: 10px;
    }

    .article,
    .all-rev {
        padding: 0px;
        border: 0 none;
        background: transparent;
    }
}


@media only screen and (max-width: 600px) {
    .slide-text a.buttonanim {
        padding: 10px 15px;
    }

    .buttonanim {
        padding: 10px 15px;
    }
}


@media only screen and (max-width: 737px) {
    .swiper-pagination {
        display: none;
    }

    .slide-text a.buttonanim {
        font-size: 4vmin !important;
    }
}

@media only screen and (min-width:669px) and (max-width: 737px) {

    .swiper-slide .slide-text h1 {
        font-size: 8vmin;
    }

    .swiper-slide .slide-text {
        font-size: 7vmin;
    }
}

@media (max-width: 200px) {
    .swiper-slide .slide-text {
        font-size: 4vmin;
    }
}

.cclient .fa.fa-user {
    margin-right: 6px !important;
}

.container.model-head-container .rating {
    background: #141414 none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 5px 15px !important;

}

.model-sub_title {
    font-style: italic;
    text-align: center;
    margin: 10px 0 20px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Model VIP Ribbon
+++++++++++++++++++++++++++++++++++++++++++ */
#pro-vip {
    font-size: 1.35em;
    text-shadow: 0 0 5px #f8df82;
    color: #ffffff;
    font-family: georgia;
    font-weight: bold;
}

.vip-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
    font-family: georgia;
    font-weight: bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 9;
}

.vip-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.vip-ribbon.bottom-left {
    top: auto;
    bottom: 5px;
    left: -80px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.vip-ribbon.gold {
    border-bottom: 1px solid #b39c5b;
    border-top: 1px solid #b39c5b;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: 0px 1px 1px #f8df82;
    box-shadow: 0 0 2px #000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#826a3f+0,e6cf78+50,826a3f+100 */
    background: rgb(130, 106, 63);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(130, 106, 63, 1) 0%, rgba(230, 207, 120, 1) 50%, rgba(130, 106, 63, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(130, 106, 63, 1) 0%, rgba(230, 207, 120, 1) 50%, rgba(130, 106, 63, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(130, 106, 63, 1) 0%, rgba(230, 207, 120, 1) 50%, rgba(130, 106, 63, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#826a3f', endColorstr='#826a3f', GradientType=0);
    /* IE6-9 */

}

/* ++++++++++++++++++++++++++++++++++++++++++
Model Ribbon
+++++++++++++++++++++++++++++++++++++++++++ */

.model-ribbon {
    height: 100px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: -10px;
    text-align: right;
    top: -5px;
    width: 100px;
    z-index: 1;
}

.model-ribbon span {
    background: #dd3333 none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    right: -51px;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(45deg);
    width: 180px;
}

.slide-text .btn.btn-lg.btn-default {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50px;
    color: #000;
    font-family: georgia;
    font-size: 2.5vmin !important;
    padding: 10px 45px;
    text-shadow: none;
}

.slide-text .btn.btn-lg.btn-default:hover {
    background: #ffffff !important;
    color: #000000;
}

.tos-slide.tos-image>img {
    border: 5px solid #222;
}

.tos-pagination.tos-thumbnails {
    padding-top: 10px;
    background: #111111 !important;
}

.deco-border {
    
    height: 37px;
}

.swiper-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0;
}

#top-bar .social-icons .fa:hover {
    color: #ffffff;
}

.social-icons .fa:hover,
.social-icons .fa:active {
    color: #333333;
}

.partners-banners-bg {
    border: 5px solid rgba(0, 0, 0, .5);
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    background: rgba(0, 0, 0, .3);
}

/* ++++++++++++++++++++++++++++++++++++++++++
Color Set
+++++++++++++++++++++++++++++++++++++++++++ */

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #ffffff;
}

#main_sidebar .tagcloud a,
li.home-listing-inner .home-posts-meta>a:hover {
    color: #cccccc;
}

a,
a.comment-text-side.rev-side-title,
#main_sidebar li li a.rev-side-title:hover,
a h2.blog-title:hover,
a.btn-default,
.home-listing-inner .home-posts-title>span:hover,
hr.style-1::after,
.latest_models_car_title:hover,
a.all-rev-title:hover,
.all-reviewed-model>a:hover,
.reviewed-model-sb a:hover,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: red;
}

.partners,
.fancy span:before,
.fancy span:after,
.subtitle.fancy>span {
    border-color: rgba(255, 255, 255, .1);
}

.woocommerce p.stars a:hover,
.woocommerce p.stars a:focus,
.woocommerce p.stars a {
    color: orange;
}

.woocommerce-MyAccount-navigation-link {
    list-style: outside none none;
}

.woocommerce-MyAccount-navigation-link a {
    background: rgba(255, 255, 255, 0.02) none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    margin-bottom: 3px;
    padding: 15px;
}

legend {

    border-color: -moz-use-text-color -moz-use-text-color #333;

    color: #999;

}

.woocommerce form .form-row {
    margin: 0 0 6px;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #222222 !important;
}

.woocommerce-MyAccount-content legend {
    margin-top: 30px;
}

.woocommerce-MyAccount-navigation>ul {
    padding-left: 0px;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background: rgba(255, 255, 255, 0.04) none repeat scroll 0 0;
}

.woocommerce .woocommerce-info::before,
.slick-dots li.slick-active button::before,
.slick-dots li button::before {
    color: #807154;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom.active.selected:before,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.btn-default,
.sec-header,
.sec-test-header,
.models-newsletter h3,
.sec-header-partners,
.slick-partners .slick-slide img:hover,
.btn-default:hover,
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    border-color: #807154;
}

.nl-field-group input[type="email"]:focus {
    border: 2px solid #807154;
}

.hi-icon-effect-1 .hi-icon:after {
    box-shadow: 0 0 0 4px #807154;
}

/* ++++++++++++++++++++++++++++++++++++++++++
End Color Set
+++++++++++++++++++++++++++++++++++++++++++ */
.taglinks-home a:hover,
.test-links .btn:hover,
.filters li a:hover,
.hvr-bubble-bottom.active.selected,
.filters li a:hover,
.hvr-bubble-bottom.active.selected,
#main_sidebar .tagcloud a:hover,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.focus,
.btn-primary:focus,
.nl-field-group input[type="submit"]:hover,
.hi-icon-effect-1 .hi-icon,
.leaverevbutton .btn-primary,
#comments .modal-content .form-submit input:hover,
.cta-right .btn,
.btn-default:hover,
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default.focus,
.btn-default:focus,
.filters li a:hover,

hr.style-2 {
    background: -moz-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=1) !important;
    /* IE6-9 fallback on horizontal gradient */
    text-shadow: 0 1px 1px #f8df82 !important;
    color: #000000 !important;
    border-color: transparent !important;
    border: 0 none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.badge:hover,
.pager li>a:focus,
.pager li>a:hover,
.calendar-next>a:hover,
.calendar-prev>a:hover,
.current-day .spiffy-title:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: -moz-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=1) !important;
    /* IE6-9 fallback on horizontal gradient */
    text-shadow: none !important;
    color: #000000;
    border-color: transparent !important;
    border: 0 none;
}

.woocommerce div.product form.cart .button:hover {
    color: #000000;
}

.star-rating {
    margin-bottom: -13px !important;
    position: relative;
    top: -80px;
}

.buttonanim-small:hover {
    background: -moz-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=1) !important;
    /* IE6-9 fallback on horizontal gradient */
    text-shadow: 0 1px 1px #f8df82 !important;

    border-color: transparent !important;
    border: 0 none;
}

.buttonanim>span {
    margin-top: 1px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Gold buttons
+++++++++++++++++++++++++++++++++++++++++++ */

.input-group-btn .btn,
.vfb-submit,
.buttonanim-small,
.mc4wp-form-fields input[type="submit"]:hover {
    background: -moz-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(96, 73, 42, 1) 0%, rgba(226, 203, 117, 1) 50%, rgba(96, 73, 42, 1) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=1) !important;
    /* IE6-9 fallback on horizontal gradient */
    text-shadow: 0 1px 1px #f8df82 !important;
    color: #000000 !important;
    border-color: transparent !important;
    border: 0 none;
    font-weight: 600;
    font-family: open sans;
}

.input-group-btn .btn:hover,
.vfb-submit:hover,
#comments .submit:hover,
#comments .modal-content #submit:hover {
    background: #333 none repeat scroll 0 0 !important;
    color: #fff !important;
    text-shadow: none !important;
}


.current-day .spiffy-title {
    background: #141414 none repeat scroll 0 0 !important;
}

.review-badge.badge:hover a {
    color: #000000;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom.active.selected:before {
    border-color: #b8a15d transparent transparent transparent;
}





@media (max-width: 1200px) {
    #menu {
        display: none !important;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++
Main Nav Colors
+++++++++++++++++++++++++++++++++++++++++++ */

.navbar-default .navbar-toggle {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-color: #333;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #444;
}

/* main nav bar */

.navbar-default,
.dropdown-menu {
    background: #111111;
}

/* drop down and active */

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: rgba(255, 255, 255, .1);
}

/* Nav Text Color */

.navbar-default .navbar-nav>li>a,
.dropdown-menu>li>a {
    color: #999999;
    text-decoration: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Navbar Brand - site title */

.navbar-default .navbar-brand {
    color: #999999;
    height: auto;
    margin-top: 15px;
    padding: 10px;
}

.navbar-default .navbar-brand img {
    margin-top: -15px;
}

.navbar-header img {
    display: block;
    max-height: 40px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    background-color: transparent;
    color: #ffffff;
}

.main-logo {
    display: block;
    margin-left: 5px;
    margin-top: 24px;
    max-height: 40px;
    height: 100%;
    width: 100% !important;
}

.logo-image {
    margin-top: -8px !important;
    margin-left: -5px;
}

.main-logo img {
    max-height: 40px !important;
    height: 100% !important;
}

.navbar-header h1 {
    font-size: 24px;
    margin-top: 19px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Top Bar
+++++++++++++++++++++++++++++++++++++++++++ */

#top-bar {
    background: #181818 none repeat scroll 0 0;
    color: #999999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    line-height: 24px;
    padding: 8px 0;
}

.top-bar-phone,
.top-bar-home {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 1em;
    margin-right: 3px;
    margin-top: 2px;
    padding: 2px 12px;
    color: #cccccc;
    text-shadow: 1px 1px 2px #000;
}

.top-bar-phone .fa,
.top-bar-home .fa {
    color: rgba(255, 255, 255, 0.4);
    margin-right: 3px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Responsive Settings
+++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 992px) {

    .cta-left,
    .cta-right {
        text-align: center;
    }

    .foot-right,
    .foot-left {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .site-container {
        margin-right: 0;
        margin-left: 0;
    }

    .filters li a {
        padding: 3px 10px !important;
    }

    .hvr-bubble-bottom::before {
        display: none !important;
    }

    .models-all {
        margin: 0px 0 50px !important;
    }

    .latest-blog-header {
        margin: 30px 0 30px !important;
    }

    .models-featured {
        padding: 20px 0px !important;
    }

    .fancy span::before,
    .fancy span::after {
        top: 14px !important;
    }

    .te,
    .fancy {
        font-size: 1.35em !important;
        letter-spacing: 0px !important;
    }

    .model-header-photo>img {
        max-width: 150px;
    }

    figcaption p {
        font-size: 12px !important;
    }

    figure.effect-bubba p {
        top: 25% !important;
    }

    .fancy-head h1 {
        font-size: 1.5em;
    }

    .home-posts-meta {
        display: none;
    }
}

@media (max-width: 960px) {
    .models-all {
        padding: 30px 0;
    }

    .partners {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .carousel-caption {
        font-size: 2.5em;
    }

    .carousel-caption>h3 {
        font-size: 1.5em;
    }
}

@media (min-width: 768px) {
    .carousel-caption {
        font-size: 1.5em;
    }

    .carousel-caption>p {
        font-size: 1em;
        font-weight: lighter;
        margin-bottom: 0px;
    }

    .carousel-caption>h3 {
        font-size: 1.75em;
    }
}

@media (max-width: 300px) {
    figcaption {
        display: none;
    }
}

@media (max-width: 480px) {
    .navbar-brand {
        width: 65%;
    }

    .blog-articles article,
    article,
    .article {
        padding: 5px !important;
    }
}

.partner-banners {

    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 80%;
}

.partner-banners img:hover {
    border: 1px solid #ffffff;
}

.partner-banners img {
    border: 1px solid #000000;
}

.partner-banners>p {
    display: inline;
}

.partner-banners .alignnone {
    margin: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Visual Form Builder
+++++++++++++++++++++++++++++++++++++++++++ */
.visual-form-builder fieldset {
    background-color: transparent;
    border: 0 solid #d3d3d3;
}

label.vfb-desc,
.visual-form-builder label,
label.vfb-desc {
    color: #999;
    font-weight: normal;
}

.visual-form-builder li,
.entry-content .visual-form-builder li,
.comment-content .visual-form-builder li,
.mu_register .visual-form-builder li {
    padding: 0px !important;
}

input.vfb-text,
input.vfb-text[type="text"],
input.vfb-text[type="tel"],
input.vfb-text[type="email"],
input.vfb-text[type="url"],
textarea.vfb-textarea,
select.vfb-select {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #373737;

}

.visual-form-builder .vfb-legend {
    padding: 0px;
    border-color: #333333;
}

ul.vfb-section li {
    margin-top: 15px !important;
}

input.vfb-text,
input.vfb-text[type="text"],
input.vfb-text[type="tel"],
input.vfb-text[type="email"],
input.vfb-text[type="url"],
textarea.vfb-textarea,
select.vfb-select {
    font-size: 16px;
    color: #999999 !important;
    padding: 10px 15px !important
}

.vfb-item-address input,
.vfb-item-address .vfb-select {
    margin-top: 15px !important;
}

.visual-form-builder option {
    background: #111111;
    color: #999999;
}

.vfb-desc,
.visual-form-builder li div label,
.visual-form-builder li span label {
    font-size: 16px;
}

#form_success {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: lightgreen !important;
    font-weight: normal !important;
    padding: 10px;
    text-align: center;
}

select.vfb-select {

    /* styling */
    background-color: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;

    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.vfb-select {
    background-image:
        linear-gradient(45deg, transparent 50%, #333333 50%),
        linear-gradient(135deg, #333333 50%, transparent 50%),
        linear-gradient(to right, #333333, #333333);
    background-position:
        calc(100% - 20px) calc(1em + 6px),
        calc(100% - 15px) calc(1em + 6px),
        calc(100% - 2.5em) .85em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    min-width: 95px;
    height: 45px !important;
    padding-top: 10px;


}

.ui-widget-content a {

    text-align: center !important;
}

.ui-datepicker td:hover {
    background: #999999 !important;
    color: #000000 !important;
}

.ui-datepicker td:hover a {
    color: #000000 !important;
    background: #999999 !important;
}

.vfb-submit {
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
}

.vfb-submit:hover {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}

select.vfb-select:focus {
    background-image:
        linear-gradient(45deg, #fff 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, #fff 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) calc(1em + 5px),
        calc(100% - 20px) calc(1em + 5px),
        calc(100% - 2.5em) 0.85em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;


}

.visual-form-builder .vfb-legend,
.visual-form-builder ul,
.entry-content .visual-form-builder ul,
.comment-content .visual-form-builder ul,
.mu_register .visual-form-builder ul,
.visual-form-builder ol,
.entry-content .visual-form-builder ol,
.comment-content .visual-form-builder ol,
.mu_register .visual-form-builder ol {

    margin-left: 0 !important;
    margin-right: 0 !important;

}

input.vfb-text:focus,
.vfb-select:focus,
input.vfb-text[type="text"]:focus,
input.vfb-text[type="tel"]:focus,
input.vfb-text[type="email"]:focus,
input.vfb-text[type="url"]:focus,
textarea.vfb-textarea:focus {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    outline: 0 none;
    color: #ffffff !important;
}

.ui-widget-content {
    background: #111111;
    border: 1px solid #222222;
    color: #999999;
}

.ui-widget-header {
    background: #222222 none repeat scroll 0 0 !important;
    border: 1px solid #222;
    color: #ffffff;
    font-weight: bold;
}

.ui-state-hover {
    background: #000000 !important;
    border: 0 none !important;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: #181818;
    box-shadow: 0px 0px 15px #000;
}

.ui-widget-header .ui-icon {
    background-image: url('images/Ui-icons_999999_256x240.png');
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #141414 none repeat scroll 0 0;
    border: 1px solid #333;
    color: #999;
    font-weight: normal;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #444 none repeat scroll 0 0 !important;
    border: 1px solid #999;
    color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #333 none repeat scroll 0 0 !important;
    border: 1px solid #444;
    color: #fff;
    font-weight: normal;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #000;
}

#menu .navbar-header {
    margin-top: 5px;
}

@media (max-width: 1199px) {
    .navbar-header img {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav.navbar-nav.navbar-right {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .navbar #menu-main-menu {
        display: inline-block;
        float: none !important;

        text-align: center;
        width: 100% !important;
    }

    .navbar-header {
        margin-bottom: 0px !important;
    }

    .container.full-on-mobile {
        /* padding: 0px; */
    }

    .nav.navbar-nav.navbar-right {
        margin-left: -15px;
    }

    .mocenter {
        text-align: center;
    }

    .navbar-nav li a {
        padding: 12px 10px !important;
    }

    .nav>li {
        margin-right: -4px;
    }

    .navbar-default .navbar-nav>li>a,
    .dropdown-menu>li>a {
        padding: 7px 10px;
    }

    .top-bar-phone,
    .top-bar-home {
        background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
        border-radius: 3px;
        color: #cccccc;
        display: inline-block;
        float: none;
        font-size: 1em;
        margin-right: 3px;
        margin-top: 2px;
        padding: 2px 12px;
        text-align: center;
        text-shadow: 1px 1px 2px #000;
    }

    .logo-image {
        margin: 0 auto;
    }

    .main-logo {

        margin-bottom: 10px;
        margin-left: 0px;
        text-align: center;
    }

    .navbar-header h1 {
        display: inline;
    }

    .navbar-nav .open .dropdown-menu li a {
        line-height: 3em;
    }

    .navbar-nav li a {
        text-align: center;
        font-size: 1.5em;
    }

    .container.full-on-mobile {
        width: 100%;
    }

    .navbar-header {
        border-bottom: 2px solid #333333;
        margin-bottom: 10px;
    }

    .navbar-toggle {
        display: block;
    }
}






.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    margin-bottom: 11px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    padding: 9px 35px;
    text-align: center !important;
    position: none !important;
    float: none;
}

@media (max-width: 667px) {

    .visual-form-builder li.vfb-left-half,
    .visual-form-builder li.vfb-right-half,
    .visual-form-builder span.vfb-left,
    .visual-form-builder span.vfb-right {
        width: 100% !important;
    }
}

.spiffy.calendar-table {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

.srch_rslts {
    background: rgba(255, 255, 255, .05);
    font-size: .85em;
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 0px;
    margin-top: 15px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
Custom HR's
+++++++++++++++++++++++++++++++++++++++++++ */
hr.style-1 {
    padding: 0;
    border: none;
    text-align: center;
    margin: 60px 0px;
    height: 1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60492a+0,ffe875+15,60492a+30,ffe875+50,60492a+70,ffe875+85,60492a+100 */
    background: rgb(96, 73, 42);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(255, 232, 117, 1) 15%, rgba(96, 73, 42, 1) 30%, rgba(255, 232, 117, 1) 50%, rgba(96, 73, 42, 1) 70%, rgba(255, 232, 117, 1) 85%, rgba(96, 73, 42, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(255, 232, 117, 1) 15%, rgba(96, 73, 42, 1) 30%, rgba(255, 232, 117, 1) 50%, rgba(96, 73, 42, 1) 70%, rgba(255, 232, 117, 1) 85%, rgba(96, 73, 42, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(96, 73, 42, 1) 0%, rgba(255, 232, 117, 1) 15%, rgba(96, 73, 42, 1) 30%, rgba(255, 232, 117, 1) 50%, rgba(96, 73, 42, 1) 70%, rgba(255, 232, 117, 1) 85%, rgba(96, 73, 42, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

hr.style-1:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #141414;
    font-family: FontAwesome;
    color: #fff4cb;
    text-shadow: 0 0 10px #e0c974;
}

.gold-line {
    padding: 0;
    border: 0 none;
    height: 1px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60492a+0,ffe875+15,60492a+30,ffe875+50,60492a+70,ffe875+85,60492a+100 */
    background: rgb(96, 73, 42);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(255, 232, 117, 1) 15%, rgba(96, 73, 42, 1) 30%, rgba(255, 232, 117, 1) 50%, rgba(96, 73, 42, 1) 70%, rgba(255, 232, 117, 1) 85%, rgba(96, 73, 42, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(255, 232, 117, 1) 15%, rgba(96, 73, 42, 1) 30%, rgba(255, 232, 117, 1) 50%, rgba(96, 73, 42, 1) 70%, rgba(255, 232, 117, 1) 85%, rgba(96, 73, 42, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(96, 73, 42, 1) 0%, rgba(255, 232, 117, 1) 15%, rgba(96, 73, 42, 1) 30%, rgba(255, 232, 117, 1) 50%, rgba(96, 73, 42, 1) 70%, rgba(255, 232, 117, 1) 85%, rgba(96, 73, 42, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    margin: 60px 0px;

}

.nl-gold {
    padding: 0;
    border: 0 none;
    height: 5px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60492a+0,ffe875+15,60492a+30,ffe875+50,60492a+70,ffe875+85,60492a+100 */
    background: rgb(96, 73, 42);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(255, 232, 117, 1) 15%, rgba(96, 73, 42, 1) 30%, rgba(255, 232, 117, 1) 50%, rgba(96, 73, 42, 1) 70%, rgba(255, 232, 117, 1) 85%, rgba(96, 73, 42, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(96, 73, 42, 1) 0%, rgba(255, 232, 117, 1) 15%, rgba(96, 73, 42, 1) 30%, rgba(255, 232, 117, 1) 50%, rgba(96, 73, 42, 1) 70%, rgba(255, 232, 117, 1) 85%, rgba(96, 73, 42, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(96, 73, 42, 1) 0%, rgba(255, 232, 117, 1) 15%, rgba(96, 73, 42, 1) 30%, rgba(255, 232, 117, 1) 50%, rgba(96, 73, 42, 1) 70%, rgba(255, 232, 117, 1) 85%, rgba(96, 73, 42, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60492a', endColorstr='#60492a', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    margin: 10px 0px;

}

.home-posts-title>span {
    padding: 1px;
    border-radius: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60492a+0,ffe875+15,60492a+30,ffe875+50,60492a+70,ffe875+85,60492a+100 */
    background: transparent;

}

.shortcode-input {
    background: #2b303b none repeat scroll 0 0;
    border: 0 solid #4a4f58;
    color: #83b0ae;
    display: block;
    margin-top: 15px;
    width: 100%;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

@media only screen and (min-width:768px) and (max-width: 1199px) {
    .navbar-header {
        width: 100% !important;
    }

    .nav.navbar-nav.navbar-right {}

    .nav>li {
        display: block;
        position: relative;

    }

    .navbar-default .navbar-toggle {
        display: none !important;
    }

    .navbar-nav li a {
        font-size: 16px;
    }

    .nav.navbar-nav.navbar-right {
        margin-top: -10px !important;
    }

    .navbar .nav,
    .navbar .nav>li {
        float: none !important;
        display: inline-block !important;
        *display: inline !important;
        *zoom: 1 !important;
        vertical-align: top !important;
    }

    .navbar-inner {
        text-align: center !important;
    }

}

.cart_item .product-thumbnail img {
    min-width: 150px !important;
    width: 100%;
}

.wp-caption-text.gallery-caption>p {
    text-align: center;
}

.wp-caption-text.gallery-caption>p {
    color: #fff;
    font-size: 2em;
    font-style: normal;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

.gallery-item {
    padding: 0px;
}

.wc-image-links .gallery-caption,
.wc-gallery-captions-onpopup .gallery-caption,
.wc-gallery-captions-showon .gallery-caption,
.wc-gallery-captions-onhover .gallery-caption {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

.wc-gallery .gallery-caption {
    padding: 10px;
}

.wc-gallery-captions-show .gallery-caption {
    background-color: rgba(255, 255, 255, 0.15);
}

.wp-caption img[class*="wp-image-"] {
    border: 12px solid #373737;
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    line-height: 1.61538;
    padding-top: 0px;
    text-align: center;
    background: #373737;
    padding-bottom: 10px;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width: 769px) {
    .wp-caption-text.gallery-caption>p {
        font-size: 2vmin;
    }

    .navbar-nav .open .dropdown-menu li a {
        background: #000 none repeat scroll 0 0;
        line-height: 1.5em;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-color: #000;
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #fff;
    }

    .navbar-default .navbar-nav>li>a,
    .dropdown-menu>li>a {
        line-height: 1.3em;
    }

    .navbar-default .navbar-toggle {
        margin-top: 10px !important;
    }

    .nav>li:first-child,
    .nav>li {
        border: none;
    }
}

@media (max-width: 469px) {
    .wp-caption-text.gallery-caption>p {
        font-size: 1vmin;
    }
}

.site-footer .post-date {
    color: #555;
    display: block;
}

.no-display {
    display: none;
}

.bns-widget-container label {
    display: none;
}

input[name="best_news_name"],
input[name=best_news_email],
input[name=best_new_save] {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    border: 1px solid #333;
    margin: 0px 5px;
}

input[type=button] {
    margin: 0px;
}

input[name="best_news_name"]:focus,
input[name=best_news_email]:focus {
    background: #000000;
}

input[name=best_new_save]:hover {
    background: #000000;
}

.bns-widget-container>p {
    display: inline-block;
    margin: 15px auto 0;
    width: auto;
}


section {
    padding: 0 !important;
}

figure.effect-bubba p {

    text-align: center;
}




body {
    background: url(backgroun.webp) !important;
    color: #0085AE !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

p {
    margin: 0 0 30px;
    letter-spacing: 0px;
    font-size: 22px;
}

.under-models-content p {

    color: #fff2d1;
}

.under-models-content,
span p {
    color: #ffe5a3;
}

.buttonanim {
    color: #ffe5a3;

}



.mobileno {
    color: #d104f6;
    font-size: 23px;
    font-weight: 900;
}

@-webkit-keyframes blinker {
    from {
        color: yellow;
    }

    to {
        color: #ec008c;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.text-center {
    text-align: center;
}

.slick-next.slick-arrow {
    display: none !important;
}

.slick-prev.slick-arrow {
    display: none !important;
}

.site-footer {
    /* display: none !important; */
}

.fancy-section-title {
    margin: 20px;
}

.warn {
    color: red !important;
}

.swiper-container h1,
h3 {
    font-size: 3rem !important;
}


@media screen and (max-width: 600px) {
    .swiper-slide .slide-text {
        padding: 0px;
    }

    .swiper-container {
        /* height: auto; */
        max-height: 310px;
    }

    .swiper-container h1,
    h3 {
        font-size: 2.5rem !important;
    }

    p {
        font-size: 16px;
    }

    ul.model-links {
       
        flex-direction: column;
    }

    .model-conn {
        display: flex;
        justify-content: space-evenly;
    }

}

ul.model-links {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
  }
 
  ul.model-links li a {
    background: #282828;
    border-radius: 2px;
    color: #cccccc;
    display: inline-block;
    margin: 0 3px 10px;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.05);
  }


  ul.model-links li a:hover{
    background-color: #9c854d;
    color: black;
  }
  .home-posts-title {
 
    background: #0000007a;
}

  img.attachment-home-post-slider {
    display: block !important;
    margin: auto;
}

.float-phone {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 20px;
    background-color: blue;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 12px;
}