img {
    width: 100%;
    max-width: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, helvetica, sans-serif;
    margin-top: 0;
    font-weight: 300;
    color: #4d4d4d;
}

    h1 small, h2 small, h3 small, h4 small, h5 small {
        font-size: 50%;
        font-weight: 300;
    }

h5 {
    font-weight: 400;
}

body {
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color: #7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 0px;
}

.force-overflow {
    min-height: 450px;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

body {
    color: black;
    font-family: 'Open Sans', Arial, helvetica, sans-serif;
    font-size: 13px;
}

.marlft {
    margin: 0 35%;
}

a {
    text-decoration: none;
    color: #222;
}

    a:hover {
        color: #b9802c;
        text-decoration: none;
    }

p.small, small {
    line-height: 1.5em;
    font-size: 13px;
    color: #858585;
}

.text-white {
    color: #fff;
}

    .text-white big, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white small {
        color: #fff;
    }

.text-uc {
    text-transform: uppercase;
}

.text-smaller {
    line-height: 1.5em;
    font-size: 13px;
}

.text-bigger {
    font-size: 16px;
}

.text-hero {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 100;
}

.text-muted {
    color: #858585;
}

.title-hero {
    font-size: 200px;
    line-height: 200px;
    font-family: 'Open Sans', Arial, helvetica, sans-serif;
    font-weight: bold;
}

.text-normal {
    color: #666;
}

.text-color {
    color: #B9802C;
}

.highlight {
    background: #B9802C;
    color: #fff;
    display: inline-block;
    padding: 5px 7px;
}

.label {
    text-shadow: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.logo {
    width: auto;
}

    .logo.big {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .logo img {
        width: auto;
        text-align: center;
        display: flexbox;
        margin-right: auto;
        margin-left: auto;
    }

blockquote {
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    border: none;
}

    blockquote:before {
        content: '"';
        position: absolute;
        left: 0;
        top: -3px;
        font-size: 60px;
        line-height: 1em;
        color: rgba(0,0,0,0.3);
    }

    blockquote .autor {
        font-style: normal;
        font-size: 14px;
        font-weight: 600;
        line-height: 1em;
        margin-top: 5px;
    }

    blockquote, blockquote p {
        font-size: 15px;
        color: #5c5c5c;
        font-style: italic;
        line-height: 1.7em;
        margin-bottom: 10px;
    }

.dropcap:first-letter {
    float: left;
    background: #ccc;
    font-size: 25px;
    line-height: 37px;
    height: 37px;
    width: 37px;
    margin-right: 10px;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
    top: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dropcap-color:first-letter {
    color: #fff;
    background: #B9802C;
}

.dropcap-dark:first-letter {
    color: #fff;
    background: #333;
}
/*END TYPOGRAPHY*/
/*BUTTONS*/
.btn {
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666;
    border: 1px solid #e6e6e6;
}

    .btn:hover {
        background: #e6e6e6;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        border-color: #ccc;
    }

.btn-mega {
    font-size: 21px;
    padding: 15px 30px;
}

.btn-primary {
    background: #A72728;
    color: #fff;
    border-color: #A72728;
}

    .btn-primary:hover {
        background: #A72728;
        border-color: #A72728;
    }
/*Temp btn-default style*/
.btn-default {
    background: #A72728;
    color: #fff;
    border-color: #A72728;
}

    .btn-default:hover {
        background: #A72728;
        border-color: #A72728;
    }

.btn-white {
    background: #fff;
    color: #B9802C;
}

    .btn-white:hover {
        color: #B9802C;
        background: #e6e6e6;
    }

.btn-info {
    background: #2f96b4;
    color: #fff !important;
}

    .btn-info:hover {
        background: #267890;
    }

.btn-success {
    background: #51a351;
    color: #fff !important;
}

    .btn-success:hover {
        background: #418241;
    }

.btn-warning {
    background: #f89406;
    color: #fff !important;
}

    .btn-warning:hover {
        background: #c67605;
    }

.btn-danger {
    background: #bd362f;
    color: #fff !important;
}

    .btn-danger:hover {
        background: #972b26;
    }

.btn-inverse {
    background: #222;
    color: #fff !important;
}

    .btn-inverse:hover {
        background: #1b1b1b;
    }

.btn-ghost {
    background: none;
    border: 1px solid #666;
    color: #666;
}

    .btn-ghost:hover {
        background: #666;
        color: #fff;
        border: 1px solid #666;
    }

    .btn-ghost.btn-white {
        color: #fff;
        border: 1px solid #fff;
    }

        .btn-ghost.btn-white:hover {
            border: 1px solid #fff;
            background: #fff;
            color: #666;
        }

    .btn-ghost.btn-primary {
        color: #B9802C;
        border: 1px solid #B9802C;
    }

        .btn-ghost.btn-primary:hover {
            background: #B9802C;
            color: #fff;
        }
/*END BUTTONS*/
/*SPACINGS*/
.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
    overflow: hidden;
}

    .gap:after {
        content: '';
        display: table;
    }

.gap-mini {
    margin: 10px 0 10px 0;
}

.gap-small {
    margin: 15px 0 15px 0;
}

.gap-big {
    margin: 60px 0 60px 0;
}

.gap-large {
    margin: 90px 0 90px 0;
}

.gap-top {
    margin-bottom: 0 !important;
}

.gap-bottom {
    margin-top: 0 !important;
}

.gap-border {
    border: 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #fff;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pl30 {
    padding-left: 30px !important;
}
/*END SPACINGS*/
/*FORMS*/
.form-control {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

    .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #a72728;
    }

label {
    font-weight: 600;
}

.form-alert {
    display: none;
    margin-bottom: 10px;
    padding: 15px;
}
/*END FORMS*/
/*HOVER IMAGES*/
.hover-img {
    z-index: 1;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.ads-banner {
    border: 1px solid #ccc;
}

.shop-logo img {
    width: auto !important;
}

.shop img {
    max-height: 350px;
}


.imageborder img {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
}
/*.shop-logo img {
    width: 200px;
    height: 60px;
}*/

/*.shop-img-box {
    height: 300px;
}*/

.shop-img-box .shop-banner img {
    width: 100%;
}

.hover-img > .hover-title {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background: #b9802c;
    color: #fff;
    width: 100%;
    padding: 5px 7px;
    font-size: 16.8px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 28px;
}

.hover-img .hover-title-center {
    bottom: auto;
    text-align: center;
    top: 50%;
    margin-top: -14px;
}

.hover-img .hover-title-hide {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.hover-img .hover-inner {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 10px;
    background: #b9802c;
    color: #fff;
    font-size: 13px;
    line-height: 1.4em;
}

    .hover-img .hover-inner .hover-title {
        color: #fff;
        font-size: 16.8px;
    }

    .hover-img .hover-inner p {
        margin-bottom: 0;
    }

.hover-img .hover-inner-hide {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.hover-img .hover-icon {
    z-index: 2;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    top: 50%;
    font-size: 23.8px;
    margin-top: -22px;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

    .hover-img .hover-icon:before {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #B9802C;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        display: inline-block;
    }

.hover-img > img {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.hover-img:hover .hover-icon, .hover-img:hover .hover-title-hide, .hover-img:hover .hover-inner-hide {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hover-img:hover > img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
/*HOVER IMAGES*/
/*SEARCH AREA*/
.search-area {
    font-size: 19px;
    color: #fff;
    background: #B9802C;
    padding: 8px 0;
    overflow: hidden;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0 3px 1px rgba(0,0,0,0.1);
}

    .search-area input {
        display: block;
        font-family: 'Roboto', arial, helvetica, sans-serif;
        line-height: 30px;
        font-size: 19px;
        height: 30px;
        margin-bottom: 0;
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        padding: 0;
    }

        .search-area input::-webkit-input-placeholder {
            color: #fff;
            height: 30px;
            line-height: 30px;
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            font-weight: 300;
        }

        .search-area input:-moz-placeholder, .search-area input::-moz-placeholder {
            color: #fff;
            height: 30px;
            line-height: 30px;
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            font-weight: 300;
        }

        .search-area input:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

@media (max-width: 400px) {
    .search-area .search-area-division {
        width: 64% !important;
    }

    .marlft {
        margin: 0 36%;
    }
}

@media(min-width:600px)and (max-width:640px) {
    .marlft {
        margin: 0 44%;
    }
}

@media(min-width:400px) and (max-width:480px) {
    .marlft {
        margin: 0 41% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .marlft {
        margin: 0 45%;
    }
}

@media (max-width: 992px) {
    .search-area input {
        margin-top: 15px;
    }
}

.search-area .search-btn {
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 5px;
    border: none;
}

.search-area label {
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    position: relative;
    margin-bottom: 0;
    padding-left: 65px;
}

    .search-area label span {
        color: rgba(225,225,225,0.5);
    }

@media (max-width: 992px) {
    .search-area label {
        height: 50px;
        margin-top: 15px;
    }
}

.search-area label .fa {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 20px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #b9802c;
    text-align: center;
}

@media (max-width: 992px) {
    .search-area label > span {
        display: none;
    }
}

.search-area .search-area-division {
    float: left;
}

@media (max-width: 992px) {
    .search-area .search-area-division {
        width: 64% !important;
    }
}

.search-area .search-area-division-location {
    width: 335px;
}

@media (max-width: 1200px) {
    .search-area .search-area-division-location {
        width: 210px;
    }

    .search-area .search-area-division-location {
        width: 120px;
    }
}

.search-area .search-area-division-input {
    width: 495px;
}

@media (max-width: 1200px) {
    .search-area .search-area-division-input {
        width: 380px;
    }
}

.search-area-white {
    background: #fff !important;
}

    .search-area-white label {
        color: #666;
    }

        .search-area-white label .fa {
            background: #e6e6e6 !important;
        }

    .search-area-white .search-btn {
        background: #B9802C;
        color: #fff;
        border-color: #247aa1;
    }

    .search-area-white input {
        color: #666;
    }

        .search-area-white input::-webkit-input-placeholder {
            color: #666;
        }

        .search-area-white input:-moz-placeholder, .search-area-white input::-moz-placeholder {
            color: #666;
        }

.search-area-dark {
    background: #404040 !important;
}

    .search-area-dark label .fa {
        background: #262626 !important;
    }

    .search-area-dark .search-btn {
        color: #666;
    }

.search-area.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
/*END SEARCH AREA*/
/*ICONS*/
.icon-group {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .icon-group > li {
        line-height: 1em;
        display: inline-block;
        margin-right: 3px;
    }

        .icon-group > li:last-child {
            margin-right: 0;
        }

.list-icon li {
    margin-bottom: 5px;
    padding-left: 17px;
    position: relative;
}

    .list-icon li:last-child {
        margin-bottom: 0;
    }

    .list-icon li:before {
        color: #757575;
        line-height: 1.75em;
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        left: 0;
    }

.icon-list {
    list-style: none;
    padding: 0;
}

    .icon-list .fa {
        margin-right: 7px;
    }

.icon-list-inline {
    margin-bottom: 0;
}

    .icon-list-inline > li {
        display: inline-block;
        margin-right: 3px;
    }

        .icon-list-inline > li:last-child {
            margin-right: 0;
        }

    .icon-list-inline .fa {
        margin-right: 0;
    }

.icon-list-rating.icon-list-non-rated {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.star-rating > li {
    margin: 0;
    padding-right: 5px;
    color: #949494;
    cursor: pointer;
    font-size: 16px;
    line-height: 1em;
}

    .star-rating > li.hovered {
        color: #666;
    }

    .star-rating > li.selected {
        color: #B9802C;
    }
/*END ICONS*/
/*COUPON*/
.owl-carousel .product-thumb {
    margin: 5px 0;
}

.product-buy-counter {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    z-index: 7;
}

    .product-buy-counter > span {
        display: inline-block;
        padding: 5px 7px;
        background: rgba(0,0,0,0.7);
        color: #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 12px;
    }

        .product-buy-counter > span .fa {
            margin-right: 5px;
        }

.product-logo {
    display: inline-block;
    max-width: 50px;
    margin-bottom: 7px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.product-secondary-image {
    z-index: 3;
}

    .product-secondary-image > img {
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

.product-title + .product-meta {
    margin-top: 7px !important;
}

.product-header {
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.product-quick-view, .product-secondary-image {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.product-quick-view {
    z-index: 4;
}

    .product-quick-view .fa {
        height: 35px;
        line-height: 35px;
        width: 35px;
        display: block;
        text-align: center;
        background: rgba(255,255,255,0.8);
        color: #525252;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: 0 auto;
        top: 50%;
        margin-top: -17px;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .product-quick-view .fa:hover {
            background: #B9802C;
            color: #fff;
        }

.product-thumb:hover .product-quick-view, .product-thumb:hover .product-secondary-image, .product-thumb:hover .product-logo {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.product-category-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    background: #B9802C;
    color: #fff;
    text-align: center;
    font-size: 25px;
    z-index: 5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.product-label {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 4px 8px;
}

.product-search-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.product-description {
    color: #858585;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4em;
    padding-bottom: 10px;
    height: 5em;
}

.product-time {
    color: #666;
    font-weight: 600;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.socials-name {
    color: #666;
    font-weight: 600;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.product-location {
    border-top: 1px dashed #e6e6e6;
    margin-top: 13px;
    padding-top: 8px;
    line-height: 1em;
    margin-bottom: 0;
    color: #a3a3a3;
    font-size: 12px;
}

.product-thumb {
    z-index: 1;
    position: relative;
    text-decoration: none !important;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Elite {
    z-index: 1;
    position: relative;
    text-decoration: none !important;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 15px;
}

.col-md-3 .product-thumb {
    background: #fff;
    margin-bottom: 20px;
}

.product-thumb .product-filter {
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-thumb .product-header > img {
    display: block;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.product-thumb .product-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 20px 22px;
    border-top: none;
    position: relative;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.product-thumb .product-title {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
    margin-bottom: 5px;
    font-size: 16px;
}

.icon-list-rating {
    margin-left: -10px;
}

.product-thumb .icon-list-rating {
    font-size: 20px; /*font-size: 11px;*/
    color: #b9802c;
    margin-top: 4px; /* margin-bottom: 4px;*/
    margin-left: 6px;
}

    .product-thumb .icon-list-rating span {
        color: #b9802c;
    }

.product-thumb .icon-list-non-rated {
    color: #949494 !important;
}

.product-thumb .product-non-rated {
    color: #ccc;
}

.product-thumb .product-meta {
    margin-top: 15px;
}

.product-thumb .product-price-list, .product-thumb .product-actions-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .product-thumb .product-price-list > li, .product-thumb .product-actions-list > li {
        margin-right: 15px;
        display: inline-block;
    }

        .product-thumb .product-price-list > li:last-child, .product-thumb .product-actions-list > li:last-child {
            margin-right: 0;
        }

.product-thumb .product-actions-list {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #e6e6e6;
}

.product-thumb .product-price-list {
    font-size: 15px;
    margin-bottom: 0;
}

    .product-thumb .product-price-list > li > span {
        display: block;
        line-height: 30px; /*line-height: 30px;*/
        text-align: center;
        height: 30px;
    }

.product-thumb .product-price {
    font-weight: 600;
    color: #fff;
    padding: 0 7px;
    background: #b9802c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.product-thumb .product-old-price {
    color: #858585;
    text-decoration: line-through;
}

.product-thumb .product-save {
    font-weight: 600;
}

.product-thumb .product-category {
    font-size: 12px;
    color: #a3a3a3;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 1em;
    text-transform: lowercase;
    font-style: italic;
}

    .product-thumb .product-category > i {
        color: #949494;
        display: block;
        margin-bottom: 3px;
        font-size: 13px;
    }

.product-thumb:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.25);
    box-shadow: 0 4px 2px rgba(0,0,0,0.25);
}

    .product-thumb:hover .product-category-icon {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

.product-thumb-horizontal {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .product-thumb-horizontal {
        background: #fff;
        overflow: hidden;
        text-align: left;
    }

        .product-thumb-horizontal .product-header {
            float: left;
            width: 20%;
            -webkit-border-radius: 0 5px 0 5px;
            border-radius: 0 5px 0 5px;
        }

            .product-thumb-horizontal .product-header > img {
                -webkit-border-radius: 0;
                border-radius: 0;
            }

    .product-header.img-holder img {
        width: 100%;
        height: 200px;
    }

    .product-thumb-horizontal .product-inner {
        float: left;
        padding-left: 30px;
        display: block;
        width: 80%;
        padding-right: 30%;
    }

    .product-thumb-horizontal .product-meta {
        position: absolute;
        width: 40%;
        margin-top: 0;
        top: 0;
        right: 0;
        padding: 20px 22px;
        text-align: right;
    }

        .product-thumb-horizontal .product-meta.list-view {
            top: 10px;
        }
}

.product-thumb-hold {
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}

    .product-thumb-hold > img {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

    .product-thumb-hold:hover {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .product-thumb-hold:hover > img {
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
        }

.product-page-meta .product-page-meta-info {
    margin-top: 30px;
}


    .product-page-meta .product-page-meta-info .product-page-meta-price {
        font-size: 17px;
        display: block;
        text-align: center;
        font-weight: 600;
    }

    .product-page-meta .product-page-meta-info .product-page-meta-title {
        font-size: 13px;
        display: block;
    }

    .product-page-meta .product-page-meta-info > li {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #e6e6e6;
    }

    .product-page-meta .product-page-meta-info .product-page-meta-price-list {
        overflow: hidden;
    }

        .product-page-meta .product-page-meta-info .product-page-meta-price-list > li {
            float: left;
            margin-right: 20px;
        }

            .product-page-meta .product-page-meta-info .product-page-meta-price-list > li:last-child {
                margin-right: 0;
            }

.product-search-results {
    overflow: hidden;
}

    .product-search-results > li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ededed;
    }

    .product-search-results .product-inner {
        display: table;
    }

    .product-search-results .product-search-thumb {
        float: left;
        margin-right: 15px;
    }

    .product-search-results .product-price {
        background: #B9802C;
        color: #fff;
        padding: 0 10px;
        height: 26px;
        line-height: 26px;
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .product-search-results .product-title {
        margin: 3px 0 10px 0;
        font-size: 17px;
        line-height: 17px;
    }

    .product-search-results .product-time {
        font-size: 14px;
    }

    .product-search-results .product-meta {
        font-style: italic;
        overflow: hidden;
        margin-bottom: 5px;
    }

        .product-search-results .product-meta > li {
            float: left;
            margin-right: 5px;
            padding-right: 5px;
            border-right: 1px solid #ccc;
        }

            .product-search-results .product-meta > li:last-child {
                margin-right: 0;
                padding-right: 0;
                border-right: none;
            }

.product-wishlist-remove {
    margin-top: 10px;
    text-align: center;
}

.nav-tabs.nav-stacked.nav-coupon-category {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.15);
    box-shadow: 0 3px 1px rgba(0,0,0,0.15);
}

    .nav-tabs.nav-stacked.nav-coupon-category > li > ul.submenu-2 > li a {
        background: #000;
        display: block;
    }

    .nav-tabs.nav-stacked.nav-coupon-category > li > a {
        text-transform: uppercase;
        font-size: 13px;
        z-index: 1;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #fff;
        border-left: none;
        border-right: none;
        border: none;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        height: 40px;
        line-height: 40px;
        padding: 0px 0px 0px 55px;
        position: relative;
        margin: 0;
        color: #666;
    }

        .nav-tabs.nav-stacked.nav-coupon-category > li > a .fa {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            font-size: 18px;
            position: absolute;
            display: block;
            width: 40px;
            height: 40px;
            background: #fbfbfb;
            top: 0;
            left: 0;
            text-align: center;
            line-height: 40px;
            border-right: 1px solid #ededed;
        }

            .nav-tabs.nav-stacked.nav-coupon-category > li > a .fa:before {
                opacity: 0.65;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
                filter: alpha(opacity=65);
            }

        .nav-tabs.nav-stacked.nav-coupon-category > li > a span {
            margin-left: 10px;
            color: #bfbfbf;
            padding: 1px 7px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            font-size: 10px;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -ms-transition: 0.2s;
            transition: 0.2s;
        }

        .nav-tabs.nav-stacked.nav-coupon-category > li > a:hover {
            background: #fbfbfb;
            padding-left: 65px;
            color: #B9802C;
        }

            .nav-tabs.nav-stacked.nav-coupon-category > li > a:hover .fa {
                background: #B9802C;
                color: #fff;
            }

                .nav-tabs.nav-stacked.nav-coupon-category > li > a:hover .fa:before {
                    opacity: 1;
                    -ms-filter: none;
                    filter: none;
                }

            .nav-tabs.nav-stacked.nav-coupon-category > li > a:hover span {
                background: #B9802C;
                color: #fff;
            }

    .nav-tabs.nav-stacked.nav-coupon-category > li:first-child a {
        border-top: none;
    }

    .nav-tabs.nav-stacked.nav-coupon-category > li:last-child a {
        border-bottom: none;
    }

    .nav-tabs.nav-stacked.nav-coupon-category > .active > a {
        z-index: 2;
        background: #B9802C;
        color: #fff;
    }

        .nav-tabs.nav-stacked.nav-coupon-category > .active > a span {
            color: #fff;
            background: rgba(0,0,0,0.5);
        }

        .nav-tabs.nav-stacked.nav-coupon-category > .active > a .fa {
            background: #298dba;
            color: #fff;
            border-right: 1px solid #b9802c;
        }

            .nav-tabs.nav-stacked.nav-coupon-category > .active > a .fa:before {
                opacity: 1;
                -ms-filter: none;
                filter: none;
            }

        .nav-tabs.nav-stacked.nav-coupon-category > .active > a:hover {
            background: #B9802C;
            color: #fff;
            padding-left: 55px;
        }

            .nav-tabs.nav-stacked.nav-coupon-category > .active > a:hover span {
                background: rgba(0,0,0,0.5);
            }

        .nav-tabs.nav-stacked.nav-coupon-category > .active > a:before {
            content: '';
            position: absolute;
            height: 28px;
            width: 28px;
            top: 6px;
            right: -15px;
            background: #B9802C;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block;
        }

    .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right {
        margin-right: 0;
        margin-left: 30px;
    }

        .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > li > a {
            padding: 0px 0px 0px 20px;
        }

            .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > li > a [class^="fa fa-"] {
                left: auto;
                right: 0;
                border-left: 1px solid #ededed;
                border-right: none;
            }

            .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > li > a:hover {
                padding-left: 35px;
            }

        .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > .active > a [class^="fa fa-"] {
            border-left: 1px solid #b9802c;
            border-right: none;
        }

        .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > .active > a:before {
            right: auto;
            left: -15px;
        }

        .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > .active > a:hover {
            padding-left: 20px;
        }

    .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }

        .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li {
            -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
            box-shadow: 0 1px 0 rgba(0,0,0,0.15);
            float: left;
            display: block;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li > a {
                border-bottom: none !important;
                padding-right: 15px;
            }

                .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li > a:hover {
                    padding-left: 55px;
                }

            .nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li.active > a:before {
                display: none;
            }

.flexnav-coupon li > a [class^="fa fa-"] {
    font-size: 17px;
    margin-right: 3px;
}

@media (min-width: 800px) {
    .flexnav-coupon > li {
        margin-bottom: 3px;
    }

    .marlft {
        margin: 0 45%;
    }
}

.product-sort {
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
    display: table;
}

    .product-sort b {
        font-weight: 600;
    }

    .product-sort .product-sort-title {
        margin-right: 5px;
    }

    .product-sort .product-sort-selected {
        display: inline-block;
        padding: 5px 12px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #e6e6e6;
    }

    .product-sort .product-sort-order {
        margin-left: 0px;
        font-size: 15px;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        color: #757575;
        background: #fff;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .product-sort > ul {
        list-style: none;
        margin: 0;
        padding: 5px 0 0 0;
        position: absolute;
        z-index: 5;
        display: none;
    }

        .product-sort > ul > li > a {
            padding: 5px 12px;
            display: block;
            color: #666;
            background: #fff;
            border: 1px solid #e6e6e6;
            border-bottom: none;
            font-size: 12px;
        }

            .product-sort > ul > li > a:hover {
                background: #f7f7f7;
            }

        .product-sort > ul > li:first-child > a {
            -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }

        .product-sort > ul > li:last-child > a {
            -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
            border-bottom: 1px solid #e6e6e6;
        }

    .product-sort:hover > ul {
        display: block;
    }

.product-view > .fa {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 28px;
    border: 1px solid #e6e6e6;
    text-align: center;
    color: #666;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .product-view > .fa:first-child {
        margin-right: 5px;
    }

    .product-view > .fa.active {
        background: #666;
        border-color: #4d4d4d;
        color: #fff;
        cursor: default;
    }

.product-info-price {
    color: #B9802C;
    font-size: 15px;
}

    .product-info-price span {
        color: #4d4d4d;
    }

.membershipprice {
    margin: 0;
    padding: 0;
}

h2.membershipprice {
    font-size: 30px;
    color: #B9802C;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    line-height: 1em;
    text-align: center;
}

.product-info-list {
    margin-bottom: 20px;
}

.product-info img {
    margin-bottom: 10px;
}

.product-banner {
    display: block;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background: #11394c;
}

    .product-banner > img {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        display: block;
    }

    .product-banner .product-banner-inner {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 20px;
    }

        .product-banner .product-banner-inner h5 {
            color: #fff;
        }

    .product-banner:hover img {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
    }

.sale-point {
    text-align: center;
}

    .sale-point .sale-point-icon {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        background: #333;
        margin-bottom: 12px;
    }

    .sale-point .sale-point-title {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .sale-point .sale-point-description {
        font-size: 13px;
        color: #7d7d7d;
        margin: 0 auto;
        width: 70%;
    }
/*END COUPON*/
/*BLOG*/
.post {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #ddd;
    /*-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);*/
}

    .post .post-header {
        -webkit-border-radius: 0px 0px 0 0;
        border-radius: 0px 0px 0 0;
    }

        .post .post-header img {
            -webkit-border-radius: 0px 0px 0 0;
            border-radius: 0px 0px 0 0;
        }

        .post .post-header blockquote {
            margin: 30px;
            font-size: 25px;
            padding-right: 40px;
        }

        .post .post-header .post-link {
            padding: 30px;
            font-size: 50px;
            font-weight: bold;
            display: block;
        }

    .post .post-inner {
        border-top: 2px solid #B9802C;
        padding: 15px 20px;
    }

    .post .post-title {
        margin: 0 0 15px 0;
        font-size: 25px;
    }

        .post .post-title a {
            color: #666;
        }

    .post .post-description {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 1.4em;
        color: #949494;
    }

    .post .post-meta {
        list-style: none;
        margin: 0 0 5px 0;
        padding: 0 0 5px 0;
        border-bottom: 1px dashed #e6e6e6;
        display: tabble;
    }

        .post .post-meta li {
            display: inline-block;
            margin-right: 20px;
        }

            .post .post-meta li a {
                font-size: 13px;
                font-style: italic;
                color: #666;
            }

            .post .post-meta li .fa {
                margin-right: 3px;
                color: #ababab;
            }

.comments-list {
    margin-bottom: 20px;
    padding: 15px;
    list-style: none;
    background: #fff;
    border-radius: 5px;
}

    .comments-list ul {
        list-style: none;
    }

    .comments-list li ul {
        margin-left: 25px;
    }

.comment {
    margin-bottom: 10px;
    overflow: hidden;
}

    .comment .comment-review-rate {
        margin: 0;
        color: #B9802C;
        font-size: 13px;
    }

    .comment .profile-img {
        border: 0px solid #000;
    }

    .comment .profile-pic {
        border: 0px solid #000;
    }

.profile-name {
    float: left;
    margin: 3em 2em;
}

.profile-pic {
    float: none;
}

.comment .profile-pic input {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.comment .comment-author {
    float: left;
    margin-right: 10px;
}

    .comment .comment-author img {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.comment .comment-inner {
    display: table;
}

    .comment .comment-inner.pic-inner {
        float: left;
        margin-left: 10px;
    }

.comment .comment-content {
    margin: 3px 0;
    padding-bottom: 10px;
    border-bottom: 0px dashed #e6e6e6;
}

.comment .comment-author-name {
    font-size: 12px;
    color: #7d7d7d;
    margin: 0;
}

.comment .comment-time {
    font-size: 12px;
    margin-right: 10px;
    color: #858585;
}

.comment .comment-like {
    float: right;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    font-size: 12px;
    font-weight: bold;
}

    .comment .comment-like [class^="fa fa-"] {
        font-weight: normal;
    }

.comment .comment-reply {
    [class^="fa fa-"]: 13px;
}

.comment:hover .comment-like {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
/*END BLOG*/
/*TESTIMONIALS*/
.testimonial .testimonial-inner {
    background: #fff;
    padding: 20px;
    border: 1px solid #d9d9d9;
    position: relative;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .testimonial .testimonial-inner:before, .testimonial .testimonial-inner:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        top: 100%;
    }

    .testimonial .testimonial-inner:after {
        border-color: #fff transparent transparent transparent;
        border-width: 18px 18px 0 0;
    }

    .testimonial .testimonial-inner:before {
        border-color: #d9d9d9 transparent transparent transparent;
        border-width: 20px 20px 0 0;
        left: 19px;
    }

.testimonial .testimonial-author {
    overflow: hidden;
}

    .testimonial .testimonial-author img {
        width: auto;
        float: left;
        margin-right: 10px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .testimonial .testimonial-author .testimonial-author-name {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 13px;
    }

.testimonial-color .testimonial-inner {
    border: 1px solid #B9802C;
    background: #B9802C;
}

    .testimonial-color .testimonial-inner blockquote, .testimonial-color .testimonial-inner blockquote p {
        color: #fff;
    }

    .testimonial-color .testimonial-inner:after {
        border-color: #B9802C transparent transparent transparent;
    }

    .testimonial-color .testimonial-inner:before {
        border-color: #B9802C transparent transparent transparent;
    }
/*END TESTIMONIALS*/
/*MISC*/
@media (min-width:1200px) {
    body.boxed .global-wrap {
        width: 1230px;
        margin: 0px auto;
        -webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.2);
        box-shadow: 0 4px 2px rgba(0,0,0,0.2);
    }

    .marlft {
        margin: 0 35%;
    }
}

.global-wrap {
    background: #f2f2f2;
}

body.boxed .top-main-area {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

body.boxed header.main {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 0px 0px 0 0;
}

body.boxed .top-main-area + header.main {
    -webkit-border-radius: 0;
    border-radius: 0;
}

body.boxed footer.main {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

    body.boxed footer.main .footer-copyright {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.top-main-area {
    padding: 15px 0;
    background: #fff;
    position: relative;
    z-index: 999;
}

    .top-main-area.top-main-area-dark {
        background: #212121;
    }

    .top-main-area .login-register > li > a {
        height: 32px;
        line-height: 32px;
        color: #6e6e6e;
        font-size: 12px;
    }

    .top-main-area.top-main-area-dark .login-register > li {
        border-color: #4d4d4d;
    }

        .top-main-area.top-main-area-dark .login-register > li > a {
            color: #d9d9d9;
        }

header.main {
    background: #333;
}

    header.main .logo {
        margin-top: 9px;
        margin-bottom: 7px;
    }

    header.main.main-color {
        background: #B9802C;
    }

    header.main.main-shop-color {
        background: #fff;
        border: 1px solid #ccc;
        margin-bottom: -1px;
    }

    header.main.main-white {
        background: #fff;
    }

        header.main.main-white a {
            color: #666;
        }

    header.main.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

.logo {
    display: block;
}

    .logo > img {
        width: auto;
    }

.shop-logo {
    margin: 10px;
    padding: 0px;
}

.top-area {
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .top-area {
        display: none;
    }
}

.top-area > img {
    width: 100%;
}

.header-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .header-features > li {
        display: inline-block;
        margin-right: 20px;
    }

        .header-features > li:last-child {
            margin-right: 0;
        }

        .header-features > li .fa {
            float: left;
            margin-right: 7px;
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background: #666;
            color: #fff;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

        .header-features > li .header-feature-caption {
            display: table;
        }

        .header-features > li .header-feature-title {
            font-size: 13px;
            text-transform: uppercase;
            margin-bottom: 1px;
            line-height: 1em;
            color: #6e6e6e;
            margin-top: 4px;
        }

        .header-features > li .header-feature-sub-title {
            margin: 0;
            font-size: 12px;
            color: #949494;
        }

.header-search-bar {
    margin-top: 9px;
    display: table;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.6);
    box-shadow: 0 0 0 2px rgba(0,0,0,0.6);
}

    .header-search-bar label {
        margin-right: 7px;
        margin-bottom: 0;
    }

    .header-search-bar input {
        margin-right: 7px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .header-search-bar input:focus {
            outline: none;
        }

    .header-search-bar button {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #B9802C;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        border: none;
    }

#footer {
    position: absolute;
}

footer.main {
    background: #1a1a1a;
    border-top: 3px solid #b9802c;
    height: 100%;
    min-height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    overflow: hidden;
    float: left;
    /*background: #1a1a1a none repeat scroll 0 0;
    border-top: 3px solid #b9802c;
    bottom: 0;
    float: left;
    height: 100%;
    left: 0;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    right: 0;
    width: 100%;*/
}



html {
    position: relative;
    min-height: 100%;
}
/*Normalize html and body elements,this style is just good to have*/
html, body {
    margin: 0;
    padding: 0;
}

.pageContentWrapper {
    margin-bottom: 100px;
    /* Height of footer*/
}

footer.main p, footer.main a {
    font-size: 13px;
    line-height: 1.4em;
}

footer.main p {
    margin-top: 10px;
    color: #999;
}

footer.main .footer-copyright {
    padding: 0px 10px;
    background: #000;
    color: #fff;
}

footer.main a:hover {
    text-decoration: underline;
}

header.main a, footer.main a {
    color: #fff;
}

.rounded {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

.list.list-app-download {
    overflow: hidden;
    margin-top: 15px;
}

    .list.list-app-download li {
        float: left;
        margin-right: 15px;
    }

    .list.list-app-download .box-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }

.list.list-social {
    overflow: hidden;
    margin: 5px 0;
    float: left;
    display: none;
}

.list.list-social1 {
    overflow: hidden;
    margin: 5px 0;
    float: right;
}

.list.list-social.list-social-rounded {
    overflow: hidden;
    margin: 5px 0;
    float: left;
}

.list.list-social li {
    float: left;
    margin-right: 12px;
}

    .list.list-social li .box-icon {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 32px;
        font-size: 16px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .list.list-social li .box-icon:hover {
            text-decoration: none;
        }

    .list.list-social li:last-child {
        margin-right: 0;
    }
/* social icon in footer*/
.list.list-social1.list-social1-rounded {
    overflow: hidden;
    margin: 5px 0;
    float: left;
}

.list.list-social1 li {
    float: left;
    margin-right: 12px;
}

    .list.list-social1 li .box-icon {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 32px;
        font-size: 16px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .list.list-social1 li .box-icon:hover {
            text-decoration: none;
        }

    .list.list-social1 li:last-child {
        margin-right: 0;
    }

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-space > li {
    margin-bottom: 7px;
    color: #858585;
}

    .list-space > li:last-child {
        margin-bottom: 0;
    }

.nav-pills > li > a {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav-pills > li.active > a {
    cursor: default;
    background: #B9802C;
}

    .nav-pills > li.active > a:hover {
        background: #B9802C;
    }

.login-register {
    list-style: none;
    margin: 5px 0;
    float: right;
    padding: 0;
}

    .login-register > li {
        display: inline-block;
        border-right: 1px solid rgba(0,0,0,0.3);
        position: relative;
    }

        .login-register > li > a {
            font-size: 11px;
            text-transform: none;
            padding: 0 13px;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -ms-transition: 0.2s;
            transition: 0.2s;
            display: block;
            line-height: 50px;
            height: 50px;
        }

            .login-register > li > a [class^="fa fa-"] {
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s;
                -o-transition: 0.2s;
                -ms-transition: 0.2s;
                transition: 0.2s;
                margin-right: 7px;
                opacity: 0.5;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                filter: alpha(opacity=50);
                font-size: 15px;
                line-height: 0;
                position: relative;
            }

            .login-register > li > a:hover [class^="fa fa-"] {
                opacity: 1;
                -ms-filter: none;
                filter: none;
            }

        .login-register > li:last-child {
            margin-right: 0;
            padding-right: 0;
            border: none;
        }

@media (max-width: 992px) {
    .login-register {
        float: none;
    }
}

.shopping-cart .shopping-cart-box {
    position: absolute;
    z-index: 10;
    width: 250px;
    right: 0;
    top: 50px;
    padding: 10px 15px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #1a1a1a;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 1px;
    overflow: hidden;
}

    .shopping-cart .shopping-cart-box .shopping-cart-items {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .shopping-cart .shopping-cart-box .shopping-cart-items > li {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px dashed #030303;
        }

            .shopping-cart .shopping-cart-box .shopping-cart-items > li > a {
                display: block;
                color: #fff;
                overflow: hidden;
            }

                .shopping-cart .shopping-cart-box .shopping-cart-items > li > a h5 {
                    font-size: 13px;
                    color: #d9d9d9;
                    margin-bottom: 3px;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                    -ms-transition: 0.3s;
                    transition: 0.3s;
                }

                .shopping-cart .shopping-cart-box .shopping-cart-items > li > a .shopping-cart-item-price {
                    color: #bfbfbf;
                    font-size: 12px;
                    margin-bottom: 0;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                    -ms-transition: 0.3s;
                    transition: 0.3s;
                }

                .shopping-cart .shopping-cart-box .shopping-cart-items > li > a img {
                    width: 50px;
                    float: left;
                    margin-right: 12px;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                }

                .shopping-cart .shopping-cart-box .shopping-cart-items > li > a:hover h5, .shopping-cart .shopping-cart-box .shopping-cart-items > li > a:hover .shopping-cart-item-price {
                    color: #fff;
                }

.shopping-cart:hover .shopping-cart-box {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: auto;
    overflow: visible;
}

.shopping-cart.shopping-cart-white .shopping-cart-box {
    background: #fff;
}

    .shopping-cart.shopping-cart-white .shopping-cart-box .shopping-cart-items > li {
        border-bottom: 1px dashed #e6e6e6;
    }

        .shopping-cart.shopping-cart-white .shopping-cart-box .shopping-cart-items > li > a h5 {
            color: #575757;
        }

        .shopping-cart.shopping-cart-white .shopping-cart-box .shopping-cart-items > li > a .shopping-cart-item-price {
            color: #616161;
        }

.tooltip {
    -webkit-transform: tralateZ(0);
    -moz-transform: tralateZ(0);
    -o-transform: tralateZ(0);
    -ms-transform: tralateZ(0);
    transform: tralateZ(0);
}

.box-icon {
    display: block;
    background: #B9802C;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

    .box-icon:hover {
        color: #fff;
        background: #b9802c;
    }

ul.pagination {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
}

    ul.pagination li a {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-right: 5px;
        border: 1px solid #e6e6e6;
        color: #fff;
        background: #B9802C;
        text-align: center;
    }

        ul.pagination li a:hover {
            color: #B9802C;
        }

    ul.pagination li.active a {
        background: #B9802C;
        border-color: #b9802c;
        color: #fff;
    }

        ul.pagination li.active a:hover {
            background: #B9802C;
            border-color: #b9802c;
        }

    ul.pagination li.prev a:before, ul.pagination li.next a:before {
        font-size: 12px;
        font-family: 'FontAwesome';
        line-height: 1em;
    }

    ul.pagination li.prev a:before {
        content: '\f053';
    }

    ul.pagination li.next a:before {
        content: '\f054';
    }

.box {
    background: #fff;
    padding: 15px 20px;
    -webkit-border-radius: 5px;
    border-radius: 15px;
    border: 1px solid #ccc;
}

.row-wrap > [class^="col-"] {
    margin-bottom: 30px;
}

.row-reverce > [class^="col-"] {
    float: right;
}

.top-title-area {
    background: #4d4d4d;
    padding: 25px 0;
}

    .top-title-area .title-page {
        margin-bottom: 0;
        font-size: 45px;
        line-height: 45px;
        color: #fff;
        margin: 0;
        font-weight: 300;
    }

#sidebar {
    width: 200px;
    height: 100%;
    position: fixed;
    background: #32323a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: -15px;
    margin-top: -10px;
}

.sidebar-left {
    margin-right: 30px;
}

.sidebar-right {
    margin-left: 30px;
}

.nav-pills.nav-stacked.nav-arrow > li {
    margin: 0;
}

    .nav-pills.nav-stacked.nav-arrow > li a {
        position: relative;
        padding: 0 15px;
        border-bottom: 1px solid #e6e6e6;
        height: 40px;
        line-height: 40px;
        background: #fff;
        color: #666;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .nav-pills.nav-stacked.nav-arrow > li a:hover {
            color: #B9802C;
        }

    .nav-pills.nav-stacked.nav-arrow > li.active a {
        color: #fff;
        background: #B9802C;
        border-color: #b9802c;
    }

        .nav-pills.nav-stacked.nav-arrow > li.active a:hover {
            color: #fff;
        }

        .nav-pills.nav-stacked.nav-arrow > li.active a:after {
            position: absolute;
            content: '';
            top: 6px;
            right: -15px;
            width: 28px;
            height: 28px;
            background: #B9802C;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.tabbable > .nav {
    margin-bottom: 0;
}

    .tabbable > .nav li .fa {
        margin-right: 5px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #4d4d4d;
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    .tabbable > .nav li a {
        border: none;
        color: #666;
    }

        .tabbable > .nav li a:hover {
            background: none;
        }

    .tabbable > .nav li.active a {
        background: #B9802C;
        color: #fff;
        border: none;
    }

    .tabbable > .nav li.active .fa {
        background: #a62828;
    }

.tabbable .tab-content {
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-top: none;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.accordion-group {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #d9d9d9;
}

.accordion-toggle {
    position: relative;
}

    .accordion-toggle:before {
        font-family: 'FontAwesome';
        content: '\f0d7';
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 17px;
        height: 36px;
        line-height: 36px;
    }

    .accordion-toggle.active {
        background: #B9802C;
        color: #fff;
    }

        .accordion-toggle.active:before {
            content: '\f0d8';
        }

.accordion-inner {
    background: #fff;
}

.team-member .title {
    margin: 7px 0 0 0;
}

.team-member .meta {
    font-style: italic;
    margin-bottom: 5px;
    font-size: 15px;
}

.team-member .desciption {
    margin-bottom: 0;
    font-size: 13px;
    color: #757575;
    line-height: 1.4em;
}

.sidebar-left {
    margin-right: 0px;
}

.sidebar-box {
    margin-bottom: 10px;
    padding: 5px 5px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.checkbox-list {
    list-style: none;
    margin: 0;
    padding-left: 7px;
}

    .checkbox-list .checkbox {
        margin-bottom: 7px;
        margin-top: 0;
    }

        .checkbox-list .checkbox:last-child {
            margin-bottom: 0;
        }

        .checkbox-list .checkbox + .checkbox {
            margin-top: 0;
        }

    .checkbox-list label {
        font-size: 13px;
    }

.cart-table {
    padding: 20px;
    -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 1px rgba(0,0,0,0.2);
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .cart-table > thead > tr > td, .cart-table > tbody > tr > td, .cart-table > tfoot > tr > td, .cart-table > thead > tr > th, .cart-table > tbody > tr > th, .cart-table > tfoot > tr > th {
        padding: 10px 15px;
        vertical-align: middle;
    }

        .cart-table > thead > tr > td:last-child, .cart-table > tbody > tr > td:last-child, .cart-table > tfoot > tr > td:last-child, .cart-table > thead > tr > th:last-child, .cart-table > tbody > tr > th:last-child, .cart-table > tfoot > tr > th:last-child {
            text-align: right;
        }

    .cart-table > thead > tr > th, .cart-table > tbody > tr > th, .cart-table > tfoot > tr > th {
        border-width: 1px;
        font-weight: 400;
        font-size: 16px;
    }

    .cart-table .cart-item-image img {
        width: auto;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .cart-table .cart-item-remove > a {
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: #999;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 20px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .cart-table .cart-item-remove > a:hover {
            background: #808080;
        }

    .cart-table .cart-item-quantity > input {
        width: 25px;
        text-align: center;
        outline: none;
        display: inline-block;
        line-height: 20px;
        margin: 0 7px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .cart-table .cart-item-quantity .cart-item-minus, .cart-table .cart-item-quantity .cart-item-plus {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        color: #b3b3b3;
        font-size: 12px;
    }

        .cart-table .cart-item-quantity .cart-item-minus:hover, .cart-table .cart-item-quantity .cart-item-plus:hover {
            color: #666;
        }

.cart-total-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 13px;
    color: #7d7d7d;
}

    .cart-total-list > li {
        margin-bottom: 5px;
    }

        .cart-total-list > li > span {
            width: 35%;
            display: inline-block;
        }

        .cart-total-list > li:last-child {
            font-size: 17px;
            font-weight: 600;
            color: #666;
        }

.thumb-list {
    list-style: none;
    margin: 10px;
    padding: 0;
}

    .thumb-list > li {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px dashed #e6e6e6;
        overflow: hidden;
    }

        .thumb-list > li img {
            float: left;
            width: 50px;
            margin-right: 10px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

        .thumb-list > li .thumb-list-item-caption {
            display: table;
        }

        .thumb-list > li a:hover {
            color: green !important;
        }

        .thumb-list > li a:active {
            color: blue !important;
        }

        .thumb-list > li .thumb-list-item-caption .icon-list-rating {
            font-size: 9px;
            color: #48aad6;
            margin-bottom: -3px;
        }

            .thumb-list > li .thumb-list-item-caption .icon-list-rating.icon-list-non-rated {
                color: #858585 !important;
            }

        .thumb-list > li .thumb-list-item-caption .thumb-list-item-title {
            font-size: 13px;
            margin-bottom: 3px;
            margin-top: 2px;
        }

            .thumb-list > li .thumb-list-item-caption .thumb-list-item-title a {
                color: #5c5c5c;
            }

                .thumb-list > li .thumb-list-item-caption .thumb-list-item-title a:hover {
                    text-decoration: underline;
                }

        .thumb-list > li .thumb-list-item-caption .thumb-list-item-desciption {
            font-size: 12px;
            margin: 0;
            color: #8c8c8c;
        }

        .thumb-list > li .thumb-list-item-caption .thumb-list-item-meta {
            margin-bottom: 5px;
            line-height: 1em;
            font-size: 11px;
            color: #858585;
            font-style: italic;
        }

        .thumb-list > li .thumb-list-item-caption .thumb-list-item-price {
            font-size: 16px;
            color: #757575;
            margin-bottom: 0;
        }

        .thumb-list > li .thumb-list-item-caption .thumb-list-item-author {
            font-size: 11px;
            color: #858585;
            font-style: italic;
        }

        .thumb-list > li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

    .thumb-list.thumb-list-right > li img {
        float: right;
        margin-right: 0;
        margin-left: 10px;
    }

.vert-center {
    left: 50%;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-caption {
    padding: 20px 30px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
}

    .slider-caption.slider-caption-bottom {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #fff;
}

.bg-holder {
    position: relative;
    overflow: hidden;
}

    .bg-holder > .bg-mask, .bg-holder > .bg-blur, .bg-holder > .bg-mask-darken, .bg-holder > .bg-mask-lighten, .bg-holder > .bg-parallax {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .bg-holder > .bg-mask, .bg-holder > .bg-parallax {
        width: 100%;
        height: 100%;
    }

    .bg-holder > .bg-mask, .bg-holder > .bg-mask-darken, .bg-holder > .bg-mask-lighten, .bg-holder > .bg-mask-white, .bg-holder > .bg-mask-color, .bg-holder > .bg-mask-color-invert {
        width: 100%;
        height: 100%;
        z-index: 5;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        background: #000;
    }

    .bg-holder > .bg-mask-lighten {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
    }

    .bg-holder > .bg-mask-darken {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    }

    .bg-holder > .bg-mask-color {
        background: #B9802C;
    }

    .bg-holder > .bg-mask-white {
        background: #fff;
    }

    .bg-holder > .bg-mask-color-invert {
        background: $base_color_invert;
    }

    .bg-holder > .bg-parallax {
        background-position: 50% 0;
        background-attachment: fixed;
    }

    .bg-holder > .bg-blur {
        width: 50% !important;
        height: 50% !important;
        -webkit-transform-origin: 1% 1%;
        -moz-transform-origin: 1% 1%;
        -o-transform-origin: 1% 1%;
        -ms-transform-origin: 1% 1%;
        transform-origin: 1% 1%;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        -ms-transform: scale(2.1);
        transform: scale(2.1);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        filter: blur(2px);
        z-index: 0;
    }

        .bg-holder > .bg-blur:before {
            content: '';
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .bg-holder > .bg-blur.bg-parallax {
            background-attachment: scroll;
        }

    .bg-holder > .bg-holder-content {
        position: relative;
        z-index: 6;
    }

    .bg-holder > .bg-front {
        z-index: 6;
    }

.address-box {
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 0px 0px; /* padding: 10px 15px;*/
    display: block;
}

    .address-box .address-box-remove, .address-box .address-box-edit {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: #ededed;
        color: #808080;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 12px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .address-box .address-box-remove:before, .address-box .address-box-edit:before {
            font-family: 'FontAwesome';
            content: '\f00d';
        }

    .address-box .address-box-edit {
        margin-top: 27px;
    }

        .address-box .address-box-edit:before {
            content: '\f040';
        }

    .address-box > ul {
        list-style: none;
        padding-left: 0;
        font-size: 13px;
        padding-right: 20px;
    }

        .address-box > ul li {
            margin-bottom: 3px;
        }

    .address-box.address-box-new {
        height: 141px;
        width: 100%;
        text-align: center;
    }

        .address-box.address-box-new p {
            color: #858585;
            font-size: 12px;
            margin-bottom: 0;
        }

    .address-box .address-box-new-icon {
        font-size: 30px;
        background: #737373;
        color: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 45px;
        height: 45px;
        width: 45px;
        text-align: center;
        margin-bottom: 7px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

    .address-box:hover .address-box-remove, .address-box:hover .address-box-edit {
        background: #333;
        color: #fff;
    }

        .address-box:hover .address-box-remove:hover, .address-box:hover .address-box-edit:hover {
            background: #b9802c;
        }

    .address-box:hover .address-box-new-icon {
        background: #b9802c;
    }

.table-order {
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .table-order .icon-list-rating {
        color: #ff8533;
    }

    .table-order .table-order-img img {
        width: 50px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .table-order td {
        vertical-align: middle !important;
        font-size: 13px;
    }

    .table-order th {
        border-bottom: none !important;
        font-weight: normal;
    }

.panel-default > .panel-heading {
    background: #fff;
    padding: 0;
}

.panel-title {
    font-weight: 400;
}

    .panel-title > a {
        display: block;
        position: relative;
        padding: 10px 15px;
        background: #fff;
    }

        .panel-title > a:focus {
            text-decoration: none;
        }

        .panel-title > a:before {
            font-family: 'FontAwesome';
            content: '\f107';
            position: absolute;
            font-size: 16px;
            top: 10px;
            right: 15px;
        }

.row-no-gutter {
    margin: 0 !important;
}

    .row-no-gutter > [class^="col-"] {
        padding: 0 !important;
    }

.team-member {
    text-align: center;
}

    .team-member > img {
        margin-bottom: 10px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .team-member .team-member-position {
        font-style: italic;
        margin-bottom: 5px;
    }

    .team-member .team-member-desciption {
        font-size: 13px;
        color: #858585;
    }

    .team-member .team-member-social {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .team-member .team-member-social > li {
            display: inline-block;
            margin: 0 3px;
        }

            .team-member .team-member-social > li .fa {
                display: block;
                width: 28px;
                height: 28px;
                background: #B9802C;
                color: #fff;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                line-height: 28px;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                -ms-transition: 0.3s;
                transition: 0.3s;
            }

                .team-member .team-member-social > li .fa:hover {
                    background: #b9802c;
                }

.breadcrumb {
    background: none;
    padding: 5px 10px;
    background: #fff;
    font-size: 13px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

    .breadcrumb > li + li:before {
        content: '\f105';
        font-family: 'FontAwesome';
        padding: 0 7px;
    }

.tags-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -7px;
}

    .tags-list > li {
        display: inline-block;
        margin-right: 7px;
        margin-bottom: 7px;
    }

        .tags-list > li > a {
            display: inline-block;
            padding: 5px 7px;
            padding-left: 15px;
            background: #B9802C;
            color: #fff;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            font-size: 12px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
            position: relative;
        }

            .tags-list > li > a:before {
                content: '';
                position: absolute;
                width: 6px;
                height: 6px;
                background: #fff;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                top: 50%;
                left: 5px;
                margin-top: -3px;
            }

            .tags-list > li > a:hover {
                background: #247aa1;
            }

.blog-category-list > li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ededed;
}

    .blog-category-list > li:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

@media (max-width: 992px) {
    .col-masonry > div {
        margin: 0 15px;
    }
}
/*END MISC*/
/************************************************
****************PLUGIN STYLES********************
************************************************/
/*COUNTDOWN*/
.countdown {
    width: 400px;
    overflow: hidden;
    height: 58px;
    margin: 20px 0;
    display: table;
}

    .countdown > div {
        display: table-cell;
    }

        .countdown > div > span {
            display: block;
            text-align: center;
        }

span.count {
    font-size: 48px;
    line-height: 48px;
}

.countdown.countdown-inline {
    width: 100%;
    margin: 10px 0 0 0;
    height: auto;
}

    .countdown.countdown-inline > div {
        display: inline;
    }

        .countdown.countdown-inline > div:first-child span.count {
            font-size: 25px;
            font-weight: bold;
            margin-right: 5px;
            color: #B9802C;
        }

        .countdown.countdown-inline > div:first-child span.title {
            font-size: 20px;
            font-weight: bold;
            display: inline;
            margin-right: 10px;
            color: #B9802C;
        }

        .countdown.countdown-inline > div:first-child span.count:after, .countdown.countdown-inline > div:last-child span.count:after {
            content: '';
            margin: 0;
        }

        .countdown.countdown-inline > div > span {
            display: inline;
            line-height: 1em;
        }

        .countdown.countdown-inline > div span.count {
            font-size: 20px;
        }

            .countdown.countdown-inline > div span.count:after {
                content: ':';
                margin: 0 2px;
            }

        .countdown.countdown-inline > div span.title {
            display: none;
        }

.countdown-big {
    margin: 20px auto;
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

    .countdown-big .title {
        color: rgba(255,255,255,0.7);
    }
/*END COUNTDOWN*/
/*BOOTSTRAP CAROUSEL*/
.carousel {
    margin-bottom: 0;
}

    .carousel img {
        max-width: none;
        width: 100%;
    }

    .carousel .carousel-control {
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        background: #B9802C;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 50%;
        margin-top: -15px;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

        .carousel .carousel-control:hover {
            color: #fff;
        }

        .carousel .carousel-control:before {
            font-family: 'FontAwesome';
        }

        .carousel .carousel-control.right:before {
            content: '\f054';
        }

        .carousel .carousel-control.left:before {
            content: '\f053';
        }

    .carousel .carousel-caption {
        color: #fff;
    }
/*END BOOTSTRAP CAROUSEL*/
/*FLEXNAV*/
.flexnav {
    margin: 0;
    *zoom: 1;
    position: relative;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    transition: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 100;
}

    .flexnav ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

    .flexnav:after {
        content: '';
        display: table;
        clear: both;
    }

    .flexnav.one-page {
        position: fixed;
        top: 50px;
        right: 5%;
        max-width: 200px;
    }

    .flexnav li {
        margin: 0 !important;
        position: relative;
    }

        .flexnav li.active > a {
            background: #B9802C;
            color: #fff;
            border-color: #B9802C !important;
        }

            .flexnav li.active > a:hover {
                background: #B9802C;
                color: #fff;
            }

        .flexnav li a {
            margin: 0;
            position: relative;
            display: block;
            padding: 10px 15px;
            background: #fff;
        }

        .flexnav li > a {
            line-height: 1em;
            text-decoration: none;
        }

.touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 15px;
    background: #B9802C;
    color: #fff;
}

    .touch-button:before {
        content: '\f078';
        -webkit-font-smoothing: antialiased;
    }

    .touch-button:hover {
        cursor: pointer;
    }

    .touch-button.active {
        background: #de5500;
    }

        .touch-button.active:before {
            content: '\f077';
        }

.flexnav-menu-button {
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding: 15px 30px;
    cursor: pointer;
    background: #B9802C;
    color: #fff;
    font-size: 20px;
}

    .flexnav-menu-button.one-page {
        position: fixed;
        top: 0;
        right: 5%;
        padding-right: 45px;
    }

    .flexnav-menu-button .touch-button {
        background: none;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

        .flexnav-menu-button .touch-button:before {
            content: '\f0c9';
        }

@media all and (min-width: 800px) {
    .flexnav {
        overflow: visible;
    }

        .flexnav > li > ul {
            padding-top: 0;
        }

            .flexnav > li > ul a {
                line-height: 1.4em;
            }

        .flexnav a {
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
            font-size: 13px;
        }

        .flexnav > li > a {
            background: none;
            color: #fff;
            height: 50px;
            line-height: 50px;
            padding: 0 15px;
        }

            .flexnav > li > a:hover {
                background: #262626;
            }

        .flexnav li {
            overflow: visible;
        }

            .flexnav li .touch-button {
                display: none;
            }

            .flexnav li ul {
                z-index: 1;
                width: 150px;
                position: absolute;
                display: none;
            }

                .flexnav li ul li > a {
                    border-top: 1px solid #1a1a1a;
                    background: #262626;
                    color: #fff;
                }

                    .flexnav li ul li > a:hover {
                        background: #1a1a1a;
                    }

                .flexnav li ul li > ul {
                    left: -1px;
                    margin-left: 100%;
                    top: 0;
                }

            .flexnav li > ul {
                top: auto;
                left: 0;
            }

                .flexnav li > ul li {
                    width: 100%;
                }

    .flexnav-menu-button {
        display: none;
    }
}

@media all and (max-width: 800px) {
    .flexnav {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        max-height: 0;
    }

        .flexnav.show {
            max-height: 2000px;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            -ms-transition: 1s;
            transition: 1s;
            z-index: 1500;
        }

        .flexnav li {
            display: block;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            .flexnav li a {
                border-bottom: 1px solid #e6e6e6;
                padding: 15px 22.5px;
                color: #666 !important;
            }

            .flexnav li.active > a {
                color: #fff !important;
            }

            .flexnav li .touch-button {
                display: block;
            }

            .flexnav li ul {
                margin-bottom: 15px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding-left: 0%;
                width: 100%;
            }

                .flexnav li ul li {
                    overflow: hidden;
                }

                    .flexnav li ul li.show {
                        overflow: visible;
                    }
}

.oldie body.one-page {
    padding-top: 70px;
}

.oldie .flexnav {
    overflow: visible;
}

    .oldie .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px;
    }

    .oldie .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        background-color: #a6a6a2;
        width: 20%;
        min-height: 50px;
        overflow: visible;
    }

        .oldie .flexnav li:hover > ul {
            display: block;
            width: 100%;
            overflow: visible;
        }

            .oldie .flexnav li:hover > ul li {
                width: 100%;
                float: none;
            }

        .oldie .flexnav li a {
            border-left: 1px solid #acaca1;
            border-bottom: none;
            overflow: visible;
        }

        .oldie .flexnav li > ul {
            position: absolute;
            top: auto;
            left: 0;
            display: none;
            z-index: 1;
            overflow: visible;
        }

        .oldie .flexnav li ul li ul {
            top: 0;
        }

        .oldie .flexnav li ul li a {
            border-bottom: none;
        }

        .oldie .flexnav li ul.open {
            display: block;
            width: 100%;
            overflow: visible;
        }

            .oldie .flexnav li ul.open li {
                width: 100%;
            }

            .oldie .flexnav li ul.open ul.open {
                margin-left: 100%;
                top: 0;
                display: block;
                width: 100%;
                overflow: visible;
            }

        .oldie .flexnav li:hover ul {
            margin-left: 100%;
            top: 0;
        }

.oldie .flexnav-menu-button {
    display: none;
}

.oldie.ie7 .flexnav li {
    width: 19.9%;
}

.flexnav-center {
    display: table;
    margin: 0 auto;
}

.flexnav-icons .fa {
    margin-right: 5px;
    background: rgba(0,0,0,0.5);
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
}

.flexnav-icons-top .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    display: block;
    margin: 0 auto 7px auto;
}

.flexnav-icons-top > li > a {
    height: auto !important;
    line-height: 1em;
    padding: 10px 20px;
}

.flexnav-border > li {
    border-left: 1px solid rgba(0,0,0,0.1);
}

    .flexnav-border > li:last-child {
        border-right: 1px solid rgba(0,0,0,0.1);
    }

header.main-color li.active > a {
    background: #333;
    color: #fff;
    border-color: #333 !important;
}

    header.main-color li.active > a:hover {
        background: #333;
        color: #fff;
    }

header.main-color li a:hover {
    background: #b9802c;
}

header.main-white .flexnav-icons .fa {
    background: rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}

header.main-white .flexnav > li > a {
    color: #666 !important;
}

    header.main-white .flexnav > li > a:hover {
        background: rgba(0,0,0,0.07);
    }

header.main-white .flexnav > li.active > a {
    color: #fff !important;
    background: #B9802C;
}

    header.main-white .flexnav > li.active > a:hover {
        background: #B9802C;
        color: #fff;
    }

header.main-white .flexnav > li ul li > a {
    background: #fff;
    color: #666 !important;
    border-color: #d9d9d9;
}

    header.main-white .flexnav > li ul li > a:hover {
        background: #e6e6e6;
    }

header.main-white .flexnav > li ul li.active > a {
    background: #B9802C;
    color: #fff !important;
}

    header.main-white .flexnav > li ul li.active > a:hover {
        background: #B9802C;
        color: #fff;
    }
/*END FLEXNAV*/
/*MAGNIFIC LIGTHBOX*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: zoom-in;
}

.mfp-auto-coursor .mfp-content {
    cursor: auto;
}

.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #ccc;
    }

        .mfp-preloader a:hover {
            color: #fff;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
}

button::-moz-focus-inner {
    padding: 0;
    margin: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";*/
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: solid transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-a {
        border-top-width: 21px;
        border-bottom-width: 21px;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid #fff;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid #fff;
        margin-left: 39px;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
        box-shadow: 0 0 8px rgba(0,0,0,0.4);
        background: #000;
    }

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
        box-shadow: 0 0 8px rgba(0,0,0,0.4);
        background: #444;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0) rotate(500deg);
    -moz-transform: scale(0) rotate(500deg);
    -o-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    -moz-transform: scale(0) rotate(500deg);
    -o-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    -moz-transform: rotateY(-60deg);
    -o-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    -o-transform: rotateY(60deg);
    -ms-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .mfp-dialog > h5 {
        margin-bottom: 0;
    }

    .mfp-dialog .dialog-icon {
        position: absolute;
        left: -60px;
        top: 5px;
        width: 60px;
        height: 60px;
        display: block;
        line-height: 60px;
        text-align: center;
        color: #fff;
        background: #B9802C;
        font-size: 27px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .mfp-dialog .dialog-form, .mfp-dialog .social-media-login {
        padding-top: 15px;
        margin-top: 15px;
        margin-bottom: 0;
        border-top: 1px solid #d9d9d9;
    }

        .mfp-dialog .dialog-form > .btn, .mfp-dialog .social-media-login > .btn {
            margin-top: 10px;
        }

    .mfp-dialog .dialog-alt-links {
        list-style: none;
        margin: 0;
        position: absolute;
        right: 30px;
        bottom: 20px;
        font-size: 13px;
    }

        .mfp-dialog .dialog-alt-links li {
            line-height: 1em;
            float: left;
            margin-left: 15px;
        }

.mfp-dialog-big {
    max-width: 800px;
}
/*END MAGNIFIC LIGHTBOX*/
/*TWITTER*/
.tweet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.twitter .tweet-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    line-height: 16px;
}

    .twitter .tweet-list li:before {
        font-size: 17px;
        color: rgba(0,0,0,0.3);
        content: '\f099';
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        left: 0;
    }

    .twitter .tweet-list li .time {
        display: block;
        font-size: 13px;
    }

.twitter-ticker {
    padding: 15px;
    background: #141414;
    position: relative;
    margin-bottom: 56px;
    font-size: 14px -1;
}

    .twitter-ticker .tweet-list {
        height: 9em;
        overflow: hidden;
    }

        .twitter-ticker .tweet-list li {
            line-height: 16px;
            height: 9em;
            color: #b3b3b3;
        }

    .twitter-ticker:before {
        position: absolute;
        content: '';
        width: 26px;
        height: 26px;
        left: 50%;
        margin-left: -13px;
        bottom: -13px;
        background: #141414;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .twitter-ticker:after {
        position: absolute;
        content: '\f099';
        font-family: 'FontAwesome';
        display: block;
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -25px;
        font-size: 25px;
        color: #ccc;
        bottom: -56px;
        text-align: center;
    }

.tweet-time {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.tweet-text {
    font-size: 13px;
}
/*END TWITTER*/
/*GOOGLE MAPS*/
/*END GOOGLE MAPS*/
/*IONRANGE SLIDER*/
.irs {
    position: relative;
    display: block;
    height: 40px;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    height: 10px;
    top: 26px;
    background: #e6e6e6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
    height: 10px;
}

.irs-line-left {
    left: 0;
    width: 10%;
}

.irs-line-mid {
    left: 10%;
    width: 10%;
}

.irs-line-right {
    right: 0;
    width: 10%;
}

.irs-diapason {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 10px;
    top: 26px;
    background: #d9d9d9;
}

.irs-slider {
    position: absolute;
    display: block;
    left: 0;
    width: 18px;
    height: 18px;
    top: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #B9802C;
    cursor: pointer;
}

    .irs-slider.single {
        left: 10px;
    }

        .irs-slider.single:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            left: -30%;
            width: 160%;
            height: 160%;
        }

    .irs-slider.from {
        left: 100px;
    }

        .irs-slider.from:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            left: 0;
            width: 200%;
            height: 170%;
        }

    .irs-slider.to {
        left: 300px;
    }

        .irs-slider.to:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            right: 0;
            width: 200%;
            height: 170%;
        }

    .irs-slider.last {
        z-index: 2;
    }

.irs-min, .irs-max {
    position: absolute;
    display: block;
    cursor: default;
    color: #b3b3b3;
    font-size: 10px;
    line-height: 1.333;
    top: 4px;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    cursor: default;
    white-space: nowrap;
    color: #666;
    font-size: 13px;
    line-height: 1.333;
    font-weight: 600;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid {
    height: 60px;
}

    .irs-with-grid .irs-grid {
        display: block;
    }

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #b3b3b3;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    color: #808080;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background: #000;
    z-index: 2;
}

.irs-disabled {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}
/*END IONRANGE SLIDER*/
/*MEDIA ELEMENT*/
/*END MEDIA ELEMENT*/
/*ICHECK CHECKBOXES*/
.i-check, .i-radio {
    display: inline-block;
    *display: inlne;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 1px;
    left: -7px;
    margin-left: -13px;
    float: left;
    text-align: center;
    line-height: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

    .i-check:before, .i-radio:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(0, -25px, 0);
        -moz-transform: translate3d(0, -25px, 0);
        -o-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        display: block;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        color: #fff;
        font-size: 12px;
    }

    .i-check.hover, .i-radio.hover {
        border: 1px solid #B9802C;
    }

    .i-check.checked, .i-radio.checked {
        border: 1px solid #B9802C;
        background: #B9802C;
    }

        .i-check.checked:before, .i-radio.checked:before {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

    .i-check.disabled, .i-radio.disabled {
        border-color: #d9d9d9;
    }

        .i-check.disabled.checked, .i-radio.disabled.checked {
            background: #ccc;
        }

    .i-check.i-check-stroke.checked {
        background: #fff;
    }

        .i-check.i-check-stroke.checked:before {
            color: #B9802C;
        }

.i-radio {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .i-radio:before {
        content: '\f111';
        font-size: 12px;
    }
/*END ICHECK CHECKBOXES*/
/*FOTORAMA CHECKBOXES*/
.fotorama__html, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
    cursor: grab;
}

.fotorama__grabbing * {
    cursor: grabbing;
}

.fotorama__img, .fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}

.fotorama__img {
    margin: -50% 0 0 -50%;
    width: 100%;
    height: 100%;
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -ms-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0ms;
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    -ms-transition-duration: 0ms;
    transition-duration: 0ms;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.fotorama__nav, .fotorama__nav__frame {
    margin: 0;
    padding: 0;
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.fotorama__wrap * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fotorama__caption__wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .fotorama__arr:before, .fotorama__fullscreen-icon:before, .fotorama__video-close:before, .fotorama__video-play:before {
        font-family: 'FontAwesome';
    }

.fotorama__thumb {
    background-color: rgba(127,127,127,0.2);
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
}

    .fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
        display: none;
    }

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000;
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

    .fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
        background: #000;
    }

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
}

.fotorama__stage__frame {
    overflow: hidden;
}

    .fotorama__stage__frame.fotorama__active {
        z-index: 8;
    }

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}

    .fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
        display: block;
        left: 0;
        top: 0;
    }

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}

    .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
        z-index: 9;
    }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}

.fotorama__img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    border: none !important;
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}

    .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
        visibility: visible;
    }

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5;
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer;
}

.fotorama__nav--dots {
    display: block;
    position: absolute;
    bottom: 0;
}

    .fotorama__nav--dots .fotorama__nav__frame {
        width: 18px;
        height: 30px;
    }

    .fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
        display: none;
    }

.fotorama__nav--thumbs {
    display: block;
}

    .fotorama__nav--thumbs .fotorama__nav__frame {
        padding-left: 0 !important;
    }

        .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
            padding-right: 0 !important;
        }

    .fotorama__nav--thumbs .fotorama__nav__frame--dot {
        display: none;
    }

.fotorama__dot {
    display: block;
    width: 6px;
    height: 6px;
    position: relative;
    top: 12px;
    left: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.fotorama__nav__frame.fotorama__active {
    pointer-events: none;
    cursor: default;
}

    .fotorama__nav__frame.fotorama__active .fotorama__dot {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

.fotorama__active .fotorama__dot {
    background-color: #fff;
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #B9802C;
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

    .fotorama__caption a {
        text-decoration: none;
        color: #000;
        border-bottom: 1px solid;
        border-color: rgba(0,0,0,0.5);
    }

        .fotorama__caption a:hover {
            color: #333;
            border-color: rgba(51,51,51,0.5);
        }

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none;
}

.fotorama__caption__wrap {
    background-color: rgba(255,255,255,0.9);
    padding: 5px 10px;
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    -webkit-animation: spinner 24s infinite linear;
    -moz-animation: spinner 24s infinite linear;
    -o-animation: spinner 24s infinite linear;
    -ms-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__select {
    cursor: auto;
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.fotorama__arr {
    text-align: center;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin: -16px 10px 0 10px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 20px;
}

    .fotorama__arr:hover {
        background: rgba(0,0,0,0.6);
    }

.fotorama__arr--prev {
    left: 0;
}

    .fotorama__arr--prev:before {
        content: '\f104';
    }

.fotorama__arr--next {
    right: 0;
}

    .fotorama__arr--next:before {
        content: '\f105';
    }

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    text-align: center;
    margin: 10px;
}

    .fotorama__fullscreen-icon:hover {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .fotorama__fullscreen-icon:before {
        content: '\f065';
    }

.fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: '\f066';
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    display: block;
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px;
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    -moz-transform: translate3d(32px, -32px, 0);
    -o-transform: translate3d(32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon, .fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__fullscreen-icon, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon, .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0);
    -moz-transform: translate3d(32px, -32px, 0);
    -o-transform: translate3d(32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev, .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0);
    -moz-transform: translate3d(-48px, 0, 0);
    -o-transform: translate3d(-48px, 0, 0);
    -ms-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next, .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0);
    -moz-transform: translate3d(48px, 0, 0);
    -o-transform: translate3d(48px, 0, 0);
    -ms-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    -webkit-background-size: 1px 100%, 5px 100%;
    -moz-background-size: 1px 100%, 5px 100%;
    background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before, .fotorama__stage:before {
    background-position: 0 0, 0 0;
    left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0;
}

.fotorama__nav:after, .fotorama__stage:after {
    background-position: 100% 0, 100% 0;
    right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0;
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none;
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*END FOTORAMA CHECKBOXES*/
.cc-form .form-group {
    float: left;
    position: relative;
}

    .cc-form .form-group.form-group-cc-number, .cc-form .form-group.form-group-cc-name {
        width: 70%;
        margin-right: 5%;
    }

    .cc-form .form-group.form-group-cc-date, .cc-form .form-group.form-group-cc-cvc {
        width: 25%;
    }

    .cc-form .form-group.form-group-cc-number .cc-card-icon {
        display: block;
        width: 41px;
        height: 26px;
        position: absolute;
        right: 4px;
        top: 29px;
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        -o-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    .cc-form .form-group.form-group-cc-number input.identified + .cc-card-icon {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

    .cc-form .form-group.form-group-cc-number input.visa + .cc-card-icon {
        background-image: url("../img/payment/visa-curved-32px.png");
    }

    .cc-form .form-group.form-group-cc-number input.mastercard + .cc-card-icon {
        background-image: url("../img/payment/mastercard-curved-32px.png");
    }

    .cc-form .form-group.form-group-cc-number input.amex + .cc-card-icon {
        background-image: url("../img/payment/american-express-curved-32px.png");
    }

    .cc-form .form-group.form-group-cc-number input.discover + .cc-card-icon {
        background-image: url("../img/payment/discover-curved-32px.png");
    }

    .cc-form .form-group.form-group-cc-number input.maestro + .cc-card-icon {
        background-image: url("../img/payment/maestro-curved-32px.png");
    }

.owl-carousel .owl-wrapper:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
    margin: 0 -15px;
    padding: 0 45px;
}

    .owl-carousel[data-nav="false"] {
        padding: 0 !important;
    }

        .owl-carousel[data-nav="false"] .owl-buttons {
            display: none !important;
        }

    .owl-carousel[data-pagination="false"] .owl-pagination {
        display: none !important;
    }

    .owl-carousel.owl-slider {
        margin: 0;
        padding: 0;
    }

        .owl-carousel.owl-slider .owl-controls .owl-buttons div.owl-next {
            right: 30px;
        }

        .owl-carousel.owl-slider .owl-controls .owl-buttons div.owl-prev {
            left: 30px;
        }

        .owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div {
            top: 20px;
            margin: 0;
            width: 25px;
            height: 25px;
            line-height: 25px;
            font-size: 15px;
        }

            .owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div.owl-next {
                right: 15px;
            }

            .owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div.owl-prev {
                left: auto;
                right: 50px;
            }

        .owl-carousel.owl-slider .owl-item {
            padding: 0;
        }

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
        padding: 0 15px;
    }

        .owl-carousel .owl-item.loading {
            min-height: 150px;
            background: url("AjaxLoader.html") no-repeat center center;
        }

        .owl-carousel .owl-item .owl-caption {
            position: absolute;
            z-index: 99;
            background: rgba(0,0,0,0.5);
            padding: 10px 15px;
            color: #fff;
            width: 50%;
        }

[data-inner-pagination="true"] .owl-controls .owl-pagination {
    margin: 0;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

@media (max-width: 992px) {
    [data-inner-pagination="true"] .owl-controls .owl-pagination {
        display: none;
    }
}

[data-white-pagination="true"] .owl-controls .owl-pagination .owl-page span {
    background: #fff;
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.01);
    text-align: center;
}

    .owl-controls .owl-pagination {
        margin-top: 10px;
    }

    .owl-controls .owl-page, .owl-controls .owl-buttons div {
        cursor: pointer;
        color: #fff;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .owl-controls .owl-page:hover, .owl-controls .owl-buttons div:hover {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            text-decoration: none;
        }

    .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #B9802C;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
        }

        .owl-controls .owl-page.active span {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

    .owl-controls.clickable .owl-page:hover span {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .owl-controls span.owl-numbers {
        height: auto;
        width: auto;
        color: #fff;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }

    .owl-controls .owl-buttons div {
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: block;
        -webkit-box-shadow: 0 0 0 1px #fff;
        box-shadow: 0 0 0 1px #fff;
        margin: -30px 0 0 0;
        background: rgba(0,0,0,0.2);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        font-size: 17px;
    }

        .owl-controls .owl-buttons div:hover {
            background: #B9802C;
            -webkit-box-shadow: 0 0 0 1px #B9802C;
            box-shadow: 0 0 0 1px #B9802C;
        }

        .owl-controls .owl-buttons div:before {
            font-family: 'FontAwesome';
        }

        .owl-controls .owl-buttons div.owl-next {
            right: 0;
        }

            .owl-controls .owl-buttons div.owl-next:before {
                content: '\f105';
            }

        .owl-controls .owl-buttons div.owl-prev {
            left: 0;
        }

            .owl-controls .owl-buttons div.owl-prev:before {
                content: '\f104';
            }

.grabbing {
    cursor: url("../img/grabbing.html") 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-origin {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
    perspective-x: 50%;
    perspective-y: 50%;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    -moz-animation: fadeOut 0.7s both ease;
    -o-animation: fadeOut 0.7s both ease;
    -ms-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    -moz-animation: fadeIn 0.7s both ease;
    -o-animation: fadeIn 0.7s both ease;
    -ms-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    -o-animation: backSlideOut 1s both ease;
    -ms-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    -o-animation: backSlideIn 1s both ease;
    -ms-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    -o-animation: scaleToFade 0.7s ease both;
    -ms-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    -o-animation: goDown 0.6s ease both;
    -ms-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    -o-animation: scaleUpFrom 0.5s ease both;
    -ms-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    -o-animation: scaleUpTo 0.5s ease both;
    -ms-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@-o-keyframes empty {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@-ms-keyframes empty {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px);
        -moz-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    75% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        -moz-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        -moz-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px);
        -moz-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    75% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        -moz-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        -moz-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-o-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px);
        -moz-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    75% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        -moz-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        -moz-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-ms-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px);
        -moz-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    75% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        -moz-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        -moz-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px);
        -moz-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    75% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        -moz-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        -moz-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(200%);
        -moz-transform: translateZ(-500px) translateX(200%);
        -o-transform: translateZ(-500px) translateX(200%);
        -ms-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px);
        -moz-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(200%);
        -moz-transform: translateZ(-500px) translateX(200%);
        -o-transform: translateZ(-500px) translateX(200%);
        -ms-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px);
        -moz-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}

@-o-keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(200%);
        -moz-transform: translateZ(-500px) translateX(200%);
        -o-transform: translateZ(-500px) translateX(200%);
        -ms-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px);
        -moz-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}

@-ms-keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(200%);
        -moz-transform: translateZ(-500px) translateX(200%);
        -o-transform: translateZ(-500px) translateX(200%);
        -ms-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px);
        -moz-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px) translateX(200%);
        -moz-transform: translateZ(-500px) translateX(200%);
        -o-transform: translateZ(-500px) translateX(200%);
        -ms-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transform: translateZ(-500px);
        -moz-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes scaleToFade {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes scaleToFade {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-o-keyframes scaleToFade {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-ms-keyframes scaleToFade {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-moz-keyframes goDown {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes goDown {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes goDown {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes goDown {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes goDown {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes scaleUpFrom {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpFrom {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-o-keyframes scaleUpFrom {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-ms-keyframes scaleUpFrom {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-o-keyframes scaleUpTo {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-ms-keyframes scaleUpTo {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}
/************************************************
****************CUSTOMIZATION********************
************************************************/
/*DEMO*/
.demo-buttons .btn {
    margin-right: 7px;
    margin-bottom: 7px;
}

.demo-grid .row {
    margin-bottom: 20px;
}

    .demo-grid .row [class^="col-"] > div {
        height: 20px;
        background: #ccc;
    }

.demo-icons .span3 > span {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

.fontawesome-icon-list .fa-hover {
    margin-bottom: 10px;
}

    .fontawesome-icon-list .fa-hover > a {
        color: #666;
        font-size: 13px;
    }

        .fontawesome-icon-list .fa-hover > a .fa {
            color: #575757;
            width: 20px;
            text-align: center;
            margin-right: 7px;
            font-size: 14px;
            position: relative;
        }
/*END DEMO*/
/*RESPONSIVE*/
/*END RESPONSIVE*/
/*Added by : Leena*/
/*Purpose : To give header for datatables.net tables*/
/*.table tbody > tr > th {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3e77ab 0%, #54a3ee 50%, #54a3ee 51%, #3896ed 51%, #4783ba 100%) repeat scroll 0 0;
    color: #fff;
    outline: medium none;
    transition: all 0.2s ease-in-out 0s;
}
   
.table tr.odd {
    background-color:#D6E5FB ;
}*/

.table tbody > tr > th {
    background: #e570e7; /* Old browsers */
    background: -moz-linear-gradient(top, #e570e7 21%, #c85ec7 46%, #a849a3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e570e7 21%,#c85ec7 46%,#a849a3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e570e7 21%,#c85ec7 46%,#a849a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 );
    color: #fff;
}

.table tr.odd {
    background-color: #e2e4ff;
}

.alternative-style .table tr.odd {
    background-color: #e2e4ff;
}

.alternative-style .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #e2e4ff;
}

.alternative-style .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.pagination-ys td {
    background-color: #fff !important;
}

.alternative-style .table > thead > tr > th {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e570e7 21%, #c85ec7 46%, #a849a3 100%) repeat scroll 0 0;
    color: white;
}


/*Ends Leena*/

/* Pagination Begins---------------------*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
        /*  padding:9px 10px;*/
        padding: 0px !important;
    }

        .pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 4px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #32323a;
            background-color: #eff2f7;
            border: 1px solid #dddddd;
            margin-left: -1px;
            font-size: 12px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 4px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: white;
            background-color: #3E77AB;
            border-color: #dddddd;
            cursor: default;
            font-size: 12px;
        }

        .pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > a:active, .pagination-ys table > tbody > tr > td > span:focus {
            color: white;
            background-color: #4783BA;
            border-color: #4783BA;
        }
/* Pagination Ends---------------------*/

/*Modal popup*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    padding-top: 10px;
    padding-left: 10px;
}
/*Ends Modal Popup........*/

/*profile*/
.profile-pic img {
    width: 160px;
    height: 168px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid #f1f2f7;
}

.profile-pic1 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid #f1f2f7;
}

.membership {
    width: auto;
    height: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .membership img {
        width: 85px;
        height: auto;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
/*Rating Styles*/

/*.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../img/Rating/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(../img/Rating/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../img/Rating/EmptyStar.png);
}*/
/* On - Off Checkbox*/

.has-switch {
    -moz-user-select: none;
    border: 1px solid #cccccc;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    line-height: 8px;
    min-width: 100px;
    overflow: hidden;
    position: relative;
    text-align: left;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

.headtext {
    color: #B9802C;
    font-weight: bold;
}

.sectiontitle {
    /*background: url(../img/dots.gif) repeat-x scroll 0 0 transparent;*/
    background-position: center;
    margin: 5px 0 10px;
    min-height: 20px;
    border-left: 4px solid #B9802C;
    color: #B9802C !important;
}

    .sectiontitle span {
        background: #fff;
        display: inline;
        padding-right: 10px;
        padding-left: 10px;
    }

.pnlContent {
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-top: none;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.radioButton label {
    padding: 0 7px 0 5px;
    font-size: 13px;
    color: #B9802C;
}

.radioButton p {
    float: left;
    border: 1px solid #000;
    margin-top: 10px;
}

/*Grid Action icons*/
.deactivatecolor {
    color: #006600 !important;
    cursor: pointer;
}

.activatecolor {
    color: #990000 !important;
}

.alternative {
    background: #e2e4ff;
}

.Border {
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
/* Added by LJ for error style*/
.errortext {
    color: #b94a48;
    display: inline;
    margin: 5px 0px !important;
    width: auto;
}

.manstar {
    color: Red;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 3px;
}

.product-list-view {
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-top: none;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* Styles added by LJ */
.manfield {
    border: 1px solid #A72728; /*  border: 1px solid rgba(81, 203, 238, 1); */
}

    .manfield:focus {
        box-shadow: 0 0 4px #A72728;
        /*padding: 3px 0px 3px 3px;commented by DN*/
        padding-left: 12px;
        border: 1px solid #a72728;
    }

.nomanfield {
    border: 1px solid #ccc;
}

    .nomanfield:focus {
        box-shadow: 0 0 5px #ccc;
        padding: 3px 0px 3px 3px;
        padding-left: 12px;
        border: 1px solid #ccc;
    }

@media (min-width:768px) and (max-width:1024px) {
    .col-md-3 .product-thumb {
        background: #fff;
        height: auto;
    }
}

@media (min-width:360px) and (max-width:640px) {
    .col-md-3 .product-thumb {
        background: #fff;
        height: auto;
    }
}

.social-login-buttons {
    padding: 15px;
}

.social-border {
    border-bottom: 1px solid #bce8f1;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

    .social-border p {
        position: relative;
        background: #bce8f1;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: -13px;
        text-align: center;
        padding: 4px;
        font-size: 10px;
    }


.btn-standard {
    float: left;
    width: 48.333%;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 43px;
    min-width: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

    .btn-standard i {
        color: #fff;
    }

.btn-social-facebook {
    background-color: #617ac3;
    border-color: #617ac3;
}

    .btn-social-facebook:hover {
        background-color: #7088cd;
        cursor: pointer;
    }


.btn-social-google {
    background-color: #dd4a38;
    border-color: #1b86bc;
}

    .btn-social-google:hover {
        background-color: #e75543;
        cursor: pointer;
    }

@media (min-width:768px) and (max-width:1024px) {
    .btn-standard {
        width: 100%;
    }
}

@media (min-width:360px) and (max-width:640px) {
    .btn-standard {
        width: 47.333%;
    }
}

button.cal-icon-btn {
    margin-right: -2px;
    z-index: 999;
    padding: 6px;
    float: right !important;
    width: auto;
    position: absolute;
}

a.cal-icon-btn {
    float: right !important;
    margin-right: -2px;
    padding: 6px 10px;
    width: auto;
    z-index: 999;
    position: absolute;
}

button.number-btn {
    background: #000;
    position: absolute !important;
    float: left;
    right: 26.5em;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width:375px) {
    .login-register > li {
        width: 100%;
        border: none;
    }

        .login-register > li > a {
            padding: 0px 5px;
        }
}

@media (max-width:375px) {
    footer.main p {
        text-align: center;
    }

    ul.list.list-social {
        margin-left: 26%;
    }
}

@media (max-width:667px) {
    ul.list.list-social {
        float: left;
    }
}

@media (max-width:700px) {
    .input-group-btn {
        float: right;
        display: flexbox;
        margin-top: -34px;
    }
}

@media (min-width:375px) and (max-width:667px) {
    .plan-info.box h3 {
        text-align: center;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        width: 100%;
    }
}

@media (min-width:375px) and (max-width:667px) {
    .badge.badge-label {
        position: absolute;
        margin-left: -15em;
        background: #5cb85c;
    }
}

@media (min-width:320px) {
    .badge.badge-label {
        position: absolute;
        margin-left: -13px;
        background: #5cb85c;
    }
}


@media (min-width:375px) {
    .search_bar {
        width: 80%;
        margin-left: 0px !important;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        width: auto;
    }
}

@media only screen and (min-width:667px) {
    .search_bar {
        width: 90% !important;
        margin-left: 0px !important;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        width: auto;
    }
}


@media (min-width:1024px) {
    .search_bar {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        width: auto;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .search_bar {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        width: auto;
    }

    .sidebar-box {
        margin-right: 15px;
    }

    .checkbox label, .radio label {
        padding-left: 0;
    }

    .sort-list {
        width: 33%;
        float: right;
    }
}

.checkbox label, .radio label {
    padding: 10px;
}

.bootstrap-timepicker {
    margin-bottom: 5px;
}

.verify-btn {
    width: 100%;
    margin-top: 28px;
}

textarea.input-box {
    height: 35px;
}

.mesge-send-col {
    margin-bottom: 20px;
}


@media(max-width:375px) and (max-width:667px) {
    .merchant-logo img {
        width: 50%;
        float: right;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .product-desciption {
        height: 100px;
    }
}

@media (min-width:375px) and (max-width:667px) {
    h2.mb30 {
        margin-top: 20px;
    }

    .wrapper {
        height: 100%;
    }

    .col-md-3 .product-thumb {
        height: auto;
    }

    .Elite {
        margin: auto;
    }
}

h2.mb30 {
    margin-top: 20px;
}

@media (max-width:1024px) {
    .text-smaller {
        height: 50px;
    }

    .product-info-list {
        height: 150px;
    }
}

/*YOUR CUSTOM STYLES*/
body {
    background-color: #f1f1f1;
    font-size: 13px;
}

focus {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*ul {
    list-style-type: none;
}*/

a {
    color: #555;
    text-decoration: none;
}
/** =======================
 * Contenedor Principal
 ===========================*/

.accordion {
    width: 100%;
    margin: 0px auto 0px;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 42px;
        color: #4D4D4D;
        font-size: 14px;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li:last-child .link {
        border-bottom: 0;
    }

    .accordion li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion li i.fa-chevron-down {
            right: 12px;
            left: auto;
            font-size: 16px;
        }

    .accordion li.open .link {
        color: #B9802C;
    }

    .accordion li.open i {
        color: #B9802C;
    }

        .accordion li.open i.fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
/**
 * Submenu
 -----------------------------*/

.submenu {
    display: none;
    background: #333333;
    font-size: 14px;
}

    .submenu li {
        border-bottom: 1px solid #444;
    }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        padding: 12px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .submenu a:hover {
            background: #f1f1f1;
            color: #333;
        }
/*New Style*/

.left-menu-panel {
    margin: 0;
    padding: 0;
    border: none;
}

.list-group-item:first-child {
    border-radius: 0;
}

a.acc-menu-list {
    padding: 0px;
}

    a.acc-menu-list i {
        width: 40px;
        padding: 15px 15px;
        border-right: 1px solid #ccc;
    }

    a.acc-menu-list span {
        padding: 15px 15px;
    }

.user-menu {
    margin-right: 0px;
    border: 1px solid #000;
    right: 0%;
}

    .user-menu li a {
        color: #000;
    }

.user-profile {
    background: none;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

.sub-menu-list {
    margin-left: 40px;
}

    .sub-menu-list span {
        padding: 15px;
        list-style-type: none;
    }

span.shopping-cart-item-price {
    padding: 10px;
    color: #ff0;
}

.search-area-division {
    border-radius: 0px;
    border: 0px solid #000;
}

.search-area-division-location {
    width: 50%;
    margin: 0;
    border-radius: 0;
}

.search-dropdown {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ccc;
    font-size: inherit;
}

option {
    padding: 5px;
    background: #f1f1f1;
    color: #333;
}
/*input.search-box{ background:#fff; border:1px solid #cc5200; padding-left:5px}*/

.search-bar {
    width: 85%;
}

.mywallet {
    min-width: 13em;
    max-width: auto;
    float: left;
}

    .mywallet .cart {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #B9802C;
        float: left;
        margin: 7px 10px;
    }

        .mywallet .cart i {
            font-size: 20px;
            color: #fff;
            padding: 8px 12px;
            vertical-align: middle;
        }

    .mywallet p {
        font-size: 12px;
        padding: 0;
        margin: 8px 0px 0px;
        line-height: 100%;
    }

    .mywallet span {
        font-size: 12px;
        padding: 0;
        margin: 0;
        line-height: 100%;
        font-weight: bold;
    }

    .mywallet .number {
        min-width: 10em;
        max-width: auto;
    }

    .mywallet span a {
        color: #fff;
    }

.wallet-title-amt {
    float: left;
}

/* Dropdown Button */
.dropbtn {
    /*background-color: #B9802C;*/
    background: none;
    color: #333;
    padding: 16px;
    font-size: inherit;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
/*User DropDown Menu*/
.dropdown-user {
    width: auto;
    position: relative;
    display: inline-block;
    z-index: 1;
    float: left;
    padding: 1.5% 10px;
    border: 0px solid #000;
    cursor: default;
}

    .dropdown-user .user-icon {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #B9802C;
        float: left;
        margin: 7px 10px;
    }

    .dropdown-user .user-name {
        float: left;
        margin: 16px 0px;
        font-size: 12px;
    }

        .dropdown-user .user-name span {
            font-weight: bold;
        }

    .dropdown-user .user-icon i {
        font-size: 20px;
        color: #fff;
        padding: 8px 10px;
    }

.dropbtn span {
    padding: 10px 15px;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    padding: 0;
    min-width: 180px;
    max-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    top: 50px;
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 99999;
}

    .dropdown-content i {
        width: 10px;
        color: #B9802C;
    }
    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 10px 10px;
        text-decoration: none;
        display: block;
        color: #000 !important;
        border-bottom: 1px solid #f1f1f1;
    }

    .dropdown-content span {
        padding: 10px 15px;
    }
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #f1f1f1;
    }
/* Show the dropdown menu on hover */
.dropdown-user:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-user:hover .dropbtn {
    background-color: #cc5200;
}
/*Notification*/

.dropdown-notification {
    width: 150px;
    display: inline-block;
    margin: 0px;
    padding: 8px;
    float: left;
}

    .dropdown-notification .notify-icon {
        background: #B9802C none repeat scroll 0 0;
        border-radius: 50%;
        float: left;
        height: 35px;
        margin: 7px 10px;
        width: 35px;
    }

        .dropdown-notification .notify-icon i {
            color: #fff;
            font-size: 20px;
            padding: 8px;
            vertical-align: middle;
        }

.list-icon-left {
    float: left;
    width: 50px;
    margin-top: 0px;
}

.content-right {
    width: 85%;
    float: left;
}

.list-icon-left i {
    font-size: 30px;
    color: #fff;
}

    .list-icon-left i.inactive {
        color: #666;
    }

.notifications-wrapper i {
    width: 30px;
    color: #B9802C;
    margin: 0px 10px;
    vertical-align: middle;
}

.fa-bell {
    font-size: 20px;
}

.dropdown-menu.notifications {
    margin-left: 15px;
    margin-right: 15px;
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

.menu-name {
    color: #fff;
    font-size: 12px !important;
    margin: 16px 0px;
    padding: 0;
    text-align: left;
    display: inline-block;
}

.menu-title {
    color: #B9802C;
    font-size: 14px;
    display: inline-block;
    margin: 0;
}

h3.menu-title {
    font-size: 20px;
    font-weight: 300;
}

h4.menu-title a {
    color: #000;
}

    h4.menu-title a:hover {
        color: #B9802C;
    }

.menu-title i {
    font-size: 16px;
    color: #b9802c;
    margin-left: 10px;
}

.glyphicon-circle-arrow-right {
    margin-left: 10px;
}

.notification-heading, .notification-footer {
    padding: 2px 10px;
}

.dropdown-menu.divider {
    margin: 0px;
}

h4.item-title {
    font-size: 16px;
    color: #b9802c;
}

p.item-details {
    font-size: 14px;
    color: #b9802c;
}

p.item-date {
    font-size: 12px;
    color: #666;
}

.notifications a.content {
    text-decoration: none;
    background: #ccc;
}

.notification-item.merchant-notifiacation {
    float: none !important;
}

.notification-item {
    padding: 10px 0px;
    margin: 5px;
    background: #f0f0f0;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #eaeaea;
    clear: both;
    height: auto;
}

@media (max-width:360px) {
    .menu-notify, .menu-user, .menu-wallet {
        width: 100% !important;
        float: left;
    }

    .dropdown-notification {
        padding: 0;
    }

    .dropdown-content {
        left: 0;
    }

    .content-right {
        width: 75%;
    }
}

@media (max-width:375px) {
    .menu-notify, .menu-user, .menu-wallet {
        width: 100% !important;
        float: left;
    }

    .dropdown-notification {
        padding: 0;
    }

    .dropdown-content {
        left: 0;
    }

    .content-right {
        width: 75%;
    }
}

@media (max-width:640px) {
    .dropdown-notification {
        padding: 0;
    }
}

@media (max-width:667px) {
    .menu-notify, .menu-user, .menu-wallet {
        width: 100%;
        float: left;
    }

    .dropdown-notification {
        padding: 0;
    }
}

.menu-notify, .menu-user, .menu-wallet {
    height: 50px;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width:768px) {
    .login-register {
        margin-left: auto;
        margin-right: auto;
    }

    .menu-notify, .menu-user, .menu-wallet {
        float: left;
    }

    .dropdown-notification {
        margin: 0px;
    }

    .content-right {
        width: 85%;
    }
}

@media (max-width:1024px) {
    .menu-notify, .menu-user, .menu-wallet {
        width: auto;
    }
}

@media (max-width:768px) {
    .content-right {
        width: 75%;
    }
}

@media (min-width:1024px) {
    .dropdown-user {
        z-index: 1;
    }

    .menu-notify, .menu-user, .menu-wallet {
        z-index: 0;
    }
}


/*Responsive Media Query*/


.border-dotted {
    border-bottom: 1px dotted #ccc;
}

.bg-buyers {
    background-image: url(../img/backgrounds/bg-buyers.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-marchants {
    background-image: url(../img/backgrounds/bg-merchants.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-marchants {
    bottom: 0%;
    top: 0%;
    position: left;
}

ul.tab-center li {
    width: auto;
}

.container-fluid.PageContainer {
    height: 100%;
    min-height: 43.3334em;
    max-height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flexbox;
}

h2.title {
    color: #B9802C;
}

.advertising-banner .banner-badge {
    background-color: #fff;
    color: #000;
    font-size: 10px;
    left: 10px;
    opacity: 0.6;
    padding: 5px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 1;
}

.advertising-banner img {
    border: 10px solid #fff;
    max-width: 100%;
}

.ribbon {
    background-color: #ed2a21;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    color: #fff;
    font-weight: bold;
    left: 10px;
    padding: 5px;
    position: absolute;
    top: 5px;
    z-index: 6;
}

    .ribbon::before {
        border-color: transparent #6c0d09 transparent transparent;
        border-style: solid;
        border-width: 0 5px 5px 0;
        bottom: -5px;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        width: 0;
    }

    .ribbon .offer-number {
        font-size: 20px;
        margin-bottom: -2px;
    }

    .ribbon figure {
        font-size: 9px;
        text-transform: uppercase;
    }

    .ribbon.right {
        left: inherit;
        right: -5px;
    }

        .ribbon.right::before {
            border-color: #6c0d09 transparent transparent;
            border-style: solid;
            border-width: 5px 5px 0 0;
            bottom: -5px;
            content: "";
            height: 0;
            left: inherit;
            position: absolute;
            right: 0;
            width: 0;
        }

        .ribbon.right.new {
            background-color: #488f3e;
        }

            .ribbon.right.new::before {
                border-color: #122410 transparent transparent;
            }

        .ribbon.right.white {
            background-color: #fff;
            color: #1f1f1f;
        }

            .ribbon.right.white::before {
                border-color: #b3b3b3 transparent transparent;
            }

            .ribbon.right.white i {
                color: #488f3e;
                margin: 0 5px;
            }

.price-container {
    width: 300px;
    height: auto;
    margin-bottom: 60px;
}

.offer-star span {
    position: relative;
    z-index: 100;
    display: block;
    text-align: center;
    color: #FE3D5C;
    font: 1.8em/1.4em Sans-Serif;
    text-transform: uppercase;
}

    .offer-star span.number {
        font-weight: bold;
        font-size: 2.5em;
        line-height: .9em;
        color: #fff;
    }

.offer-star .offer-number {
    position: absolute;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 25px;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.offer-star figure {
    font-size: 12px;
    font-weight: 400;
    padding: 0px;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.offer-star {
    position: absolute;
    z-index: 999;
    left: 0.1em;
    top: -0.3em;
}

    .offer-star .fa-6x {
        font-size: 6.5em;
    }

    .offer-star .fa-7x {
        font-size: 7em;
    }

    .offer-star .fa-8x {
        font-size: 7.5em;
    }

    .offer-star.orange i {
        color: #B9802C;
    }

    .offer-star.green i {
        color: #488f3e;
    }

    .offer-star.red i {
        color: #ed2a21;
    }

    .offer-star.pink i {
        color: #ff47ab;
    }

#twelve-point-star {
    height: 100px;
    width: 100px;
    background: #f7f7f7;
    margin: 10px auto;
    position: relative;
    top: 20px;
}

    #twelve-point-star:before {
        height: 100px;
        width: 100px;
        background: #f7f7f7;
        content: "";
        position: absolute;
        /* Rotate */
        /*transform*/
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    #twelve-point-star:after {
        height: 100px;
        width: 100px;
        background: #f7f7f7;
        content: "";
        position: absolute;
        /* Rotate */
        /*transform*/
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

.right-info {
    height: 142px;
}

.search_bar {
    width: auto;
    height: auto;
    border-radius: 2px;
    margin-left: -15px;
    margin-right: -15px;
}

.location-label {
    padding: 5px 5px;
    color: #fff;
    float: left;
    font-size: inherit;
}

.allcategory {
    width: 100%;
    overflow: visible;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #B9802C;
    height: 50px;
    float: left;
    padding-left: 10px;
    padding-right: 122px;
}

    .allcategory span {
        color: #fff;
    }

.search-all {
    background: #B9802C;
    padding: 5px 0px;
}

.product-view, .product-sort {
    float: left;
}

.shop-name .title-name {
    color: #444;
    font-size: 20px;
    padding: 15px 0px 0px;
}

/*.shop-logo img {
    width: 100%;
}*/

.customer-ratings-bar {
    padding: 10px 0px 0px;
}

.customer-ratings {
    color: #4d4d4d;
}

.stars {
    height: 20px;
    border: 0px solid #ccc;
}

.shop-address-bar {
    border-radius: 5px;
}

    .shop-address-bar i {
        color: #B9802C;
        font-size: 18px;
    }

    .shop-address-bar a:hover {
    }

.address, .phone, .email {
    width: 100%;
    float: left;
}

    .address .left, .right {
        float: left;
    }

    .address .right {
        width: 90%;
        line-height: 100%;
    }

        .address .right span {
            line-height: 150%;
        }

    .address .left, .phone .left, .email .left {
        width: 25px;
    }

    .address .right p {
        font-size: 14px;
        line-height: 80%;
        color: #4d4d4d;
        padding: 0;
    }

        .address .right p strong {
            color: #B9802C;
            font-weight: 600;
        }

    .phone .left, .right {
        float: left;
    }

    .email .left, .right {
        float: left;
    }


.shop-address-bar p {
    color: #4d4d4d;
    font-size: 14px;
}

.post .shop-address-bar {
    border: 0px solid #000;
    font-style: normal;
}

    .post .shop-address-bar li a {
        font-style: normal;
    }

.brand-logo img {
    width: 100%;
    height: 50px;
    padding: 0px;
    margin-bottom: 10px;
}

.product-info h3 {
    color: #4d4d4d;
    font-size: 18px;
}

/*Merchants Dashboard*/

.media-left {
    width: 55px;
    float: left;
    margin-right: 5px;
}

@media (min-width:768px) {
    #page-content {
        padding: 5px 0px 0;
    }
}

@media (min-width:992px) {
    #page-content {
        padding: 5px 0px 0;
    }
}

@media (max-width:992px) {
    .search_bar {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.icon-wrap {
    display: inline-block;
    padding: 10px;
    border-radius: 2px;
}

    .icon-wrap i {
        color: #fff;
        display: block;
        line-height: 1em;
        text-align: center;
        position: relative;
        width: 1em;
        padding-top: 1em;
        vertical-align: middle;
    }

        .icon-wrap i:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .icon-wrap .icon-txt {
        display: block;
        line-height: 1em;
        text-align: center;
        position: relative;
        width: 1em;
        vertical-align: top;
    }

.icon-wrap-lg {
    padding: 20px;
}

.icon-wrap-md {
    padding: 17px;
}

.icon-wrap-sm {
    padding: 12px;
}

.icon-wrap-xs {
    padding: 7px;
}

.icon-circle {
    border-radius: 50%;
}

.icon-lg:before {
    font-size: 1.333em;
    line-height: 1.095em;
    vertical-align: middle;
}

.icon-2x:before {
    font-size: 2em;
    line-height: 1em;
}

.icon-3x:before {
    font-size: 3em;
    line-height: 1em;
}

.icon-4x:before {
    font-size: 4em;
    line-height: 1em;
}

.icon-5x:before {
    font-size: 5em;
    line-height: 1em;
}

.img-mar {
    margin: 5px;
}

.img-border {
    box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
}

.img-border-light {
    box-shadow: 0 0 0 4px #fff;
}

.img-xs {
    width: 32px;
    height: 32px;
}

.img-md {
    width: 64px;
    height: 64px;
}

.img-sm {
    width: 46px;
    height: 46px;
}

.img-lg {
    width: 96px;
    height: 96px;
}

.img-holder img {
    max-width: 100%;
    border-radius: 0;
}

.mar-no {
    margin: 0 !important;
}

    .mar-no p {
        color: #4d4d4d;
    }

.mar-all {
    margin: 15px;
}

.mar-top {
    margin-top: 15px;
}

.mar-btm {
    margin-bottom: 15px;
}

.mar-lft {
    margin-left: 15px;
}

.mar-rgt {
    margin-right: 15px;
}

.mar-hor {
    margin-left: 15px;
    margin-right: 15px;
}

.mar-ver {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pad-no {
    padding: 0;
}

.pad-all {
    padding: 15px;
}

.pad-top {
    padding-top: 15px;
}

.pad-btm {
    padding-bottom: 15px;
}

.pad-lft {
    padding-left: 15px;
}

.pad-rgt {
    padding-right: 15px;
}

.pad-hor {
    padding-left: 15px;
    padding-right: 15px;
}

.pad-ver {
    padding-top: 15px;
    padding-bottom: 15px;
}

.more-btn {
    color: #666;
    font-weight: 600;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.product-list.horizontal_view {
    margin-left: 0px;
    margin-right: 0px;
}

.product-list.vertical-view {
    margin-left: 0px;
    margin-right: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* rules only apply in saf3+, chrome1+ */
}

.textright {
    text-align: right !important;
}

.textcenter {
    text-align: center;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    footer.main p {
        text-align: center;
    }

    .accordion .link {
        font-size: 90%;
    }

    .sidebar-left {
        margin-right: -15px;
    }
}

@media (max-width:1200px) {
    .sidebar-left {
        margin-right: 0;
    }
}

.Radius {
    background: #7aad08 none repeat scroll 0 0;
    border-radius: 23px;
    color: white;
    padding: 9px;
    text-align: center;
    width: 50%;
    text-align: center;
}

.submit-btn {
    margin-top: 18px;
}

.1296 {
    font-size: 20px; /*font-size: 11px;*/
    color: #b9802c;
    margin-top: 4px; /* margin-bottom: 4px;*/
    text-align: center;
}

.product-thumb .product-price-list {
    font-size: 15px;
    margin-bottom: 0;
}

.banner-img-box img {
    width: 800px;
    height: 350px;
    border-width: 1px;
    margin-top: 0px;
    box-shadow: none;
}

.activemenustyle {
    background: #202025 none repeat scroll 0 0;
    color: #B9802C !important;
    display: block;
    transition: all 0.3s ease 0s;
}

.pro-img-box img {
    width: 100%;
    /*height: 160px;*/
}


.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

.login-section {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.login-heading {
    margin: 0;
    padding: 0;
}

.login-section .page-heading h4 {
    text-transform: none;
    text-align: center;
    font-size: 25px;
    color: #B9802C;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.panel-heading h4 {
    text-transform: none;
    /*text-align: center;*/
    font-size: 20px;
    /* color: #B9802C;*/
    color: #4d4d4d;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: Open Sans,Arial,helvetica,sans-serif;
}

.plan-info h3 {
    color: #4d4d4d;
    font-size: 25px;
    text-align: center;
}

.membership {
    text-align: center;
}

.membership-plan {
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .membership-plan h3 {
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding: 10px;
        color: #fff;
        background: #666;
    }

.plan-name {
    margin-top: 10px;
}

.product-info-list li i {
    color: #B9802C;
}

div#gender-radio {
    margin-top: 7px;
}

.vendor-img {
    width: 100%;
}

.forgot-pwd {
    margin-top: 10px;
}

.upload-img {
    width: 100%;
    height: 50px;
    margin-top: 4px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

/*For progressbar*/

.progress-xs {
    height: 10px;
}

.tab-btn-label {
    margin: 0px 5px;
}

    .tab-btn-label span.txt-items {
        padding: 0;
    }

    .tab-btn-label p {
        margin: 0;
        padding: 0;
    }

@media (min-width:768px) and (max-width:1024px) {
    .pro-img-box img {
        width: 100%;
    }
}

@media only screen and (max-width:500px) {
    /*[class*="col-"] {
        width: 100%;
    }*/

    .shop-name h3 {
        text-align: center;
        font-size: 100%;
    }
}

.notify-icon .badge-label {
    background: #5cb85c;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    right: 0;
    text-align: center;
    z-index: 999;
    float: right;
    display: block;
}

.icon-label {
    width: 55px;
    height: 50px;
    position: relative;
    float: left;
}

/* === Start Select box === */

.selectpicker {
    background: #fff;
    color: #4d4d4d;
    font-size: inherit;
    line-height: 30px;
    padding: 0px 35px 0 0;
}

select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
    background-position: calc(100% - 25px) calc(0.5em + 2px), calc(100% - 15px) calc(0.5em + 2px), 100% 0;
    background-repeat: no-repeat;
    background-size: 10px 10px, 10px 10px, 2.5em 2.5em;
}

.tabs-left {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 0px solid #ddd;
}

    .tabs-left > li {
        float: none;
        margin-bottom: 2px;
    }

    .tabs-left > li {
        margin-right: -1px;
    }

        .tabs-left > li.active > a,
        .tabs-left > li.active > a:hover,
        .tabs-left > li.active > a:focus {
            border-bottom-color: #ddd;
            border-right-color: #ddd;
        }

        .tabs-left > li > a {
            border-radius: 4px;
            margin-right: 0;
            display: block;
        }

.panel-heading h3 {
    margin-bottom: 0;
    padding: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #B9802C;
    color: #fff;
}

.tabs-left i {
    width: 24px;
}

.tabs-left > li i {
    font-size: 16px;
}

.upload-btn {
    margin: 0px;
    width: 100%;
}

.upload-img-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.profile-photo img {
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin-left: auto;
    margin-right: auto;
}

.btn-save {
    width: auto;
    padding: 5px 15px;
}

.btn-common {
    width: auto;
    padding: 5px 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.sidebar-left.vertical-tabs-bg {
    background: #fff;
    border-radius: 5px;
}

/*.blankstar {
        background-image: url(../img/Rating/blank_star.png);
        width: 16px;
        height: 16px;
        margin: 4px;
    }

    .waitingstar {
        content: "";
        background-image: url(../img/Rating/half_star.png);
        width: 16px;
        height: 16px;
        margin: 4px;
    }*/

/*.shiningstar {
        background-image: url(../img/Rating/shining_star.png);
        width: 16px;
        height: 16px;
        margin: 4px;
    }*/

.product-title {
    font-weight: bold;
    font-size: 14px;
}

.secionHeading {
    background: url(../img/dots.gif) repeat-x scroll 0 0 transparent;
    background-position: center;
    margin: 5px 0 10px;
    min-height: 20px;
    border-left: 4px solid #B9802C;
    color: #B9802C !important;
}

    .secionHeading span {
        background: #fff;
        display: inline;
        padding-right: 10px;
        padding-left: 10px;
    }

/*.rating-star {
        width: auto;
        float: left;
    }*/

.rate-count {
    padding: 3px 5px;
}

.review-count {
    padding: 3px 5px;
    margin-top: 5px;
}

.merchant-logo img {
    width: auto;
    margin: 0px;
    padding: 0px;
}

.related-product-list {
    width: auto;
    margin-bottom: 0px;
    padding: 0;
    float: left;
}

    .related-product-list img {
        width: 100%;
    }

.product-big-img img {
    width: 100%;
    padding: 10px;
}

.ads-banner {
    margin-top: 0px;
    margin-bottom: 10px;
}

.form-horizontal .control-label.amt-value {
    padding-top: 7px;
    float: left;
}

input.price-input-box {
    width: 100%;
}

.merchant-register-wrap {
    margin-bottom: 20px;
}

.back-button {
    margin: 15px 0px;
    padding: 5px;
}

    .back-button a {
        font-size: 12px;
        color: #fff;
    }

.space {
    margin-top: 5px;
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}


.style1 {
    font-family: "Times New Roman", Times, serif;
    text-align: center;
}

.profile-pic .main-pic img {
    width: 100%;
    height: 100%;
    text-align: center;
    float: left;
}

.main-pic {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.profile-pic.main-pic {
    width: auto;
    background: #000;
}

.profile-pic input, .product-img input {
    width: 160px;
    height: 168px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid #f1f2f7;
}

.left-arrow {
    display: inline-block;
    position: relative;
    background: #c7cbd6;
    padding: 10px;
    color: black;
}

    .left-arrow:after {
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        top: 50%;
        margin-top: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid #c7cbd6;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
    }

.right-arrow {
    color: black;
    display: inline-block;
    position: relative;
    background: orange;
    padding: 10px;
}

    .right-arrow:after {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid orange;
    }

.paddingright {
    margin-right: 10px;
}

.divscroll {
    overflow-y: auto;
    max-height: 380px;
}

.openfile {
    width: 100%;
    float: left;
    display: inline-table;
}

.group-span-filestyle.input-group-btn {
    float: none;
}

.buyer-rating-star {
    margin-left: 0px;
    padding-left: 0px;
}

.rating-number {
    padding: 8px;
}

.comment-review-rate {
    margin-left: 0px;
    margin-right: 0px;
}

.sidebar-box.vertical-scroll {
    height: 300px;
    overflow: auto;
    /*border:1px solid #000*/
}

.pnlDesign {
    background-color: #FFF !important;
    border: 1px solid #B9802C !important;
    font-family: Arial !important;
    font-size: 15px !important;
    height: auto !important;
    max-height: 250px !important;
    overflow-y: scroll !important;
    width: 94% !important;
    z-index: 2;
    white-space: nowrap;
}

.specTable {
    width: 100%;
    font-size: 13px;
    margin: 0px 0px 30px;
}

.groupHead {
    background-color: #F2F2F2;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px;
}

.specsKey {
    width: 25% !important;
    border-bottom: 1px dotted #C9C9C9;
    border-right: 1px solid #C9C9C9;
    padding: 6px;
}

.specsValue {
    border-bottom: 1px dotted #C9C9C9;
    border-left: 1px solid #C9C9C9;
    padding: 10px;
}

.noleftmargin {
    margin: 0px;
    padding: 0px;
}

.paddingtop7 {
    padding-top: 7px;
}

.paddingtop10 {
    padding-top: 10px;
}

.amount {
    margin-left: -10px;
}

.promotion-image-holder {
    border-right: 1px solid #ccc;
    padding: 10px;
}

.fluid-width-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
}

    .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.logo-center {
    text-align: center;
}

.signup-btn {
    border-radius: 18px;
}

label.btn-success {
    margin-top: 0;
}

@media (min-width:375px) {
    .player .video-wrapper {
        height: 100px !important;
        border: 1px solid #f00;
        background: #c0c;
    }
}

@media (max-width:375px) {
    .list.list-social1 {
        margin-left: 26%;
        float: left;
    }
}

@media (max-width:667px) {
    footer.main p {
        float: left;
        text-align: center;
    }
}

@media (max-width:375px) {
    .shop-logo img {
        width: 100% !important;
        float: left;
    }
}

.widthauto img {
    width: auto;
}


.divSqrLogo img {
    width: 120px;
    height: 120px;
}

.divRecLogo img {
    width: 200px;
    max-height: 90px;
}
