.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999999;
    text-align: center;
}

#loading-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.hand {
    cursor: pointer;
}

.block {
    display: block !important;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
    font-size: 50%;
    font-weight: 300;
}

h5 {
    font-weight: 400;
}

body {
    direction: rtl;
    color: #666;
    font-family: 'Open Sans', Arial, helvetica, sans-serif;
    font-size: 14px;
    /*font-weight: 600;*/
}

a {
    /*    text-decoration: none;
        color: #2a8fbd;*/
}

a:hover {
    /*    color: #227297;
        text-decoration: none;*/
}

a.nounderline {
    text-decoration: none !important;
}

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 {
    white-space: nowrap;
    font-size: 185px;
    line-height: 200px;
    font-family: 'Open Sans', Arial, helvetica, sans-serif;
    font-weight: bold;
}

.text-normal {
    color: #666;
}

.text-color {
    color: #2a8fbd;
}

.highlight {
    background: #2a8fbd;
    color: #fff;
    display: inline-block;
    padding: 5px 7px;
}

.label {
    text-shadow: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.logo {
    width: 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: #2a8fbd;
}

.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-special,
.btn-special:hover {
    background: green;
    color: #fff;
    /*border-color: #2681aa;*/
}

.btn-primary {
    background: #009966 !important;
    color: #fff;
    border-color: #009966 !important;
}

/* .btn-primary:hover {
    background: #227297;
    border-color: #227297;
} */

.btn-white {
    background: rgba(1, 1, 1, 0.47) !important;
    color: #fff;
}

.btn-white:hover {
    /*color: #2a8fbd;*/
    /*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: #2a8fbd;
    border: 1px solid #2a8fbd;
}

.btn-ghost.btn-primary:hover {
    background: #2a8fbd;
    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;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mr150 {
    margin-right: 150px !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 #7b7b7b;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #329fd1;
}
 */

/* 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;
    height: 200px;
    text-align: center;
    background-color: #fff;
}

.hover-img>.hover-title {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background: #2681aa;
    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: #2681aa;
    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: #2a8fbd;
    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 {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    -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 {
    /*background: #f2f2f2;*/
    font-size: 19px;
    color: #fff;
    padding: 10px 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);*/
}

.desktop .search-area {
    padding: 0;
}

.search-area input {
    display: block;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    margin-bottom: 0;
    border: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}


/*.search-area input:-moz-placeholder,
.search-area input::-moz-placeholder,
.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:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1024px) {
    .search-area input {
        /*margin-top: 15px;*/
    }
}

.search-area .search-btn {
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
}

.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;
}

@media (max-width: 1024px) {
    .search-area label {
        /*height: 50px;*/
        margin-top: 15px;
    }
}

.search-area label [class^="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;
    text-align: center;
    color: rgba(1, 1, 1, 0.47);
}

@media (max-width: 1024px) {
    .search-area label>span {
        display: none;
    }
    .search-area .col-md-1 {
        margin-top: 15px;
    }
}

@media (min-width: 1025px) {
    .car-details {
        float: right;
    }
    #login_register_dialog .login-side {
        float: right;
        width: 46%;
    }
    #login_register_dialog .register-side {
        float: left;
        width: 46%;
    }
    #login_register_dialog .seperator {
        float: right;
        height: 400px;
        border-right: 1px solid #d9d9d9;
        margin-right: 27px;
    }
    .search-area .search-area-division {
        float: right;
    }
    .search-area .search-area-division-input {
        width: 93%;
    }
    .search-area .search-area-division-location {
        width: 81%;
    }
    .search-area .col-md-8,
    .search-area .col-md-3 {
        padding: 0;
    }
}

.search-area-white {
    background: #fff !important;
}

.search-area-white label {
    color: #666;
}

.search-area-white label [class^="fa"] {
    background: #e6e6e6 !important;
}

.search-area-white .search-btn {
    background: #2a8fbd;
    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 [class^="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 [class^="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 [class^="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: #2a8fbd;
}


/*END ICONS*/


/*COUPON*/

.top-area .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 [class^="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;
    /*height: 150px;*/
}

.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 [class^="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 [class^="fa"]:hover {
    background: #2a8fbd;
    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: #2a8fbd;
    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-desciption {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
}

.product-time {
    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: 13px;
    font-weight: bold;
}

.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: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cat .product-header {
    height: 150px;
    background: #fff;
}

.cat .product-thumb .product-header>img {
    width: auto;
}

.product-thumb .product-header>img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    -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-bottom: 10px;
    border-top: none;
    position: relative;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding-top: 5px;
}

.cat .product-thumb .product-inner {
    background-color: lightgray;
}

.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;
    font-weight: bold;
    color: #4d4d4d;
    height: 48px;
}

.product-thumb .icon-list-rating {
    font-size: 11px;
    color: #48aad6;
    /*margin-bottom: 4px;*/
}

.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;*/
    height: 30px;
}

.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: 18px;
    margin-bottom: 0;
}

.product-thumb .product-price-list>li>span {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    height: 30px;
    min-width: 150px;
}

.product-thumb .product-price {
    font-weight: 600;
    color: #fff;
    padding: 2px 5px;
    background: #1f93c8;
    -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:1025px) {
    .product-thumb-horizontal {
        background: #fff;
        overflow: hidden;
        text-align: left;
    }
    .product-thumb-horizontal .product-header {
        float: left;
        width: 30%;
        -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-thumb-horizontal .product-inner {
        float: left;
        padding-left: 30px;
        display: block;
        width: 70%;
        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-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 {
    color: #000000;
    font-family: Assistant;
    font-size: 22px;
    font-weight: 400;
    white-space: nowrap;
}

.product-page-meta .product-page-meta-info .product-page-meta-title {
    text-align: center;
    color: #000000;
    font-family: Assistant;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

.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;
    display: flex;
    justify-content: center;
}

.product-page-meta .product-page-meta-info .product-page-meta-price-list>li {
    /*    float: left;
        margin-right: 20px;*/
    border-left: 1px solid rgba(112, 112, 112, 0.3);
}

.product-page-meta .product-page-meta-info .product-page-meta-price-list>li:last-child,
.product-page-meta .product-page-meta-info .product-page-meta-price-list>li.hidden{
    /*margin-right: 0;*/
    border: none;
}

.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: #2a8fbd;
    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.menu {
    box-shadow: none;
    border-radius: 10px;
}

.nav-tabs.nav-stacked.nav-coupon-category>li>a {
    /*text-transform: uppercase;*/
    /*font-size: 16px;*/
    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 [class^="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 [class^="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: #2a8fbd;*/
}

.nav-tabs.nav-stacked.nav-coupon-category>li>a:hover [class^="fa"] {
    /*background: #2a8fbd;*/
    /*color: #fff;*/
}

.nav-tabs.nav-stacked.nav-coupon-category>li>a.active [class^="fa"]:before,
.nav-tabs.nav-stacked.nav-coupon-category>li>a:hover [class^="fa"]:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.nav-tabs.nav-stacked.nav-coupon-category>li>a:hover span {
    /*    background: #2a8fbd;
        color: #fff;*/
}

footer .nav-tabs.nav-stacked.nav-coupon-category>li>a [class^="fa"]{
    right: -50px;
}

.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: #2a8fbd;
    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 [class^="fa"] {
    background: #298dba;
    color: #fff;
    border-right: 1px solid #2681aa;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a [class^="fa"]:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a:hover {
    background: #2a8fbd;
    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: #2a8fbd;
    -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 #2681aa;
    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;
    }
}

.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: 4px;
    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>[class^="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>[class^="fa"]:first-child {
    margin-left: 5px;
}

.product-view>[class^="fa"].active {
    background: #666;
    border-color: #4d4d4d;
    color: #fff;
    cursor: default;
}

.product-info-price {
    font-size: 50px;
    color: #2a8fbd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 1em;
    letter-spacing: -3px;
}

.product-info-list {
    margin-bottom: 20px;
}

.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;
    width: 100%;
}

.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: 5px;
    border-radius: 5px;
    background: #fff;
    -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: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.post .post-header img {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 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 #2a8fbd;*/
    padding: 15px 20px;
}

.post .post-inner img {
    width: 100%;
}

.post .post-title {
    margin: 0 0 15px 0;
    font-size: 25px;
}

.post .post-title a {
    color: #666;
}

.post .post-desciption {
    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 [class^="fa"] {
    margin-right: 3px;
    color: #ababab;
}

.comments-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-list ul {
    list-style: none;
}

.comments-list li ul {
    margin-left: 25px;
}

.comment {
    margin-bottom: 25px;
    overflow: hidden;
}

.comment .comment-review-rate {
    margin: 0;
    color: #2a8fbd;
    font-size: 13px;
}

.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-content {
    margin: 3px 0;
    padding-bottom: 10px;
    border-bottom: 1px 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;
    direction: ltr;
}

.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 #2a8fbd;
    background: #2a8fbd;
}

.testimonial-color .testimonial-inner blockquote,
.testimonial-color .testimonial-inner blockquote p {
    color: #fff;
}

.testimonial-color .testimonial-inner:after {
    border-color: #2a8fbd transparent transparent transparent;
}

.testimonial-color .testimonial-inner:before {
    border-color: #2a8fbd transparent transparent transparent;
}


/*END TESTIMONIALS*/


/*MISC*/

@media (min-width:1200px) {
    body.boxed .global-wrap {
        width: 1230px;
        margin: 30px auto;
        -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
    }
}

.global-wrap {
    background: #e8e8e8;
}

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: 5px 5px 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 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.top-main-area {
    /*padding: 0 15px;*/
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    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: 14px;*/
}

.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: #fff;*/
    padding-top: 90px;
}

header.main .logo,
.top-main-area .logo {
    line-height: 90px;
}

header.main.main-color {
    /*background: #2a8fbd;*/
}

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 {
    /*max-width: 100%;*/
    max-height: 90px;
}

.top-area {
    position: relative;
    overflow: hidden;
    direction: ltr;
}

.isracard header .top-area .owl-carousel.desktop img {
    height: 400px;
}

.isracard .top-area .owl-carousel.mobile img {
    height: 200px;
}

.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 [class^="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: #2a8fbd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: none;
}

footer.main {
    background: #1a1a1a;
    border-top: 3px solid #2681aa;
}

footer.main h5,
footer.main h4,
footer.main h3,
footer.main h2,
footer.main h1 {
    color: #f2f2f2;
}


/*footer.main .links a,footer.main p {
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 10px;
}*/

footer.main p {
    margin-bottom: 0;
    color: #fff;
}

footer.main .footer-top-area {
    padding-top: 30px;
    background: #1f1f1f;
}

footer.main .footer-copyright {
    padding: 10px 0;
    background: #000;
    color: #fff;
}

footer.main .footer-copyright a {
    color: #fff;
}

footer.main .post-list .post-thumb {
    border-color: #141414;
}

footer.main a:hover {
    text-decoration: underline;
}

footer.main .thumb-list>li {
    border-color: #000;
}

footer.main .thumb-list>li .thumb-list-item-caption .thumb-list-item-meta {
    color: #e6e6e6;
}

footer.main .thumb-list>li .thumb-list-item-caption .thumb-list-item-desciption {
    color: #ccc;
}

footer.main .list-payment {
    margin-bottom: 0;
}

footer.main .list-payment>li>img {
    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;
    width: 40px;
}

footer.main .list-payment>li:hover>img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

header.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: 10px 0;
}

.list.list-social li {
    float: left;
    margin-right: 12px;
    font-size: 14px;
}

.list.list-social li .box-icon {
    font-size: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}


/*.list.list-social li .box-icon:hover {
    text-decoration: none;
}*/

.list.list-social li:last-child {
    margin-right: 0;
}

.list.list-social li a span {
    display: inline-block;
    margin-left: 5px;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-space>li {
    margin-bottom: 7px;
}

.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: #2a8fbd;*/
}

.nav-pills>li.active>a:hover {
    /*background: #2a8fbd;*/
}

.login-register {
    float: left;
    list-style: none;
    margin-left: 20px;
    padding: 0;
}

.login-register>li {
    display: inline-block;
    /*border-left: 1px solid rgba(0,0,0,0.3);*/
    /*position: relative;*/
}

.login-register>li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.login-register>li>a {
    /*font-size: 11px;*/
    text-transform: uppercase;
    padding: 0 6px;
    -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.last {
    border-left: none;
}

.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;
    margin-left: 7px;
}

.login-register>li>a:hover [class^="fa fa-"] {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

@media (max-width: 1024px) {
    .login-register {
        float: none;
    }
}

.shopping-cart {
    position: relative;
}

.shopping-cart #float_mini_cart {
    display: none;
    position: absolute;
    left: -110px;
    top: 35px;
    z-index: 999;
    width: 400px;
    padding: 10px 15px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #fff;
}

.shopping-cart:hover #float_mini_cart {
    display: block;
}

.shopping-cart-box {
    /*    opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
    /*    filter: alpha(opacity=0);
        height: 1px;
        overflow: hidden;*/
}

.shopping-cart-box .shopping-cart-items {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 370px;
    overflow: auto;
    direction: ltr;
    padding-right: 5px;
}

.shopping-cart-box .shopping-cart-items::-webkit-scrollbar {
    width: 5px;
}

.shopping-cart-box .shopping-cart-items::-webkit-scrollbar-thumb {
    background-color: #1e9cb3;
}

.shopping-cart-box .shopping-cart-items>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #030303;
}

.shopping-cart-box .shopping-cart-items>li>a {
    display: block;
    /*color: #fff;*/
    overflow: hidden;
    text-decoration: none;
}

.shopping-cart-box .shopping-cart-items>li>a .title {
    color: #000000;
    font-family: Assistant;
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
}

.shopping-cart-box .shopping-cart-items>li>a .details {
    color: #000000;
    font-size: 14px;
    text-align: right;
}

.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-box .shopping-cart-items>li>a img {
    width: 100px;
    vertical-align: top;
    display: inline-block;
    /*float: left;*/
    /*margin-right: 12px;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.24);
}

.shopping-cart-box .shopping-cart-items>li>a:hover h5,
.shopping-cart-box .shopping-cart-items>li>a:hover .shopping-cart-item-price {
    /*color: #fff;*/
}

.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: #2a8fbd;
    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: #666 !important;
}

.box-icon.fa-facebook {
    background: #3b5998;
}

.box-icon.fa-twitter {
    background: #00aced;
}

.box-icon.fa-youtube {
    background: #bb0000;
}

.box-icon.fa-linkedin {
    background: #007bb6;
}

ul.pagination {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    display: block;
    /*direction: ul.pagination li.next a:beforeltr;*/
}

ul.pagination li a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    color: #2a8fbd;
}

ul.pagination li a:hover {
    color: #2a8fbd;
}

ul.pagination li.active a {
    background: #2a8fbd;
    border-color: #2681aa;
    color: #fff;
}

ul.pagination li.active a:hover {
    background: #2a8fbd;
    border-color: #2681aa;
}

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: '\f054';
}

ul.pagination li.next a:before {
    content: '\f053';
}

.box {
    background: #fff;
    padding: 15px 20px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.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-left {
    margin-right: 30px;
}

.sidebar-right {
    margin-left: 20px;
}

.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: #2a8fbd;
}

.nav-pills.nav-stacked.nav-arrow>li.active a {
    color: #fff;
    background: #2a8fbd;
    border-color: #2681aa;
}

.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;
    left: -15px;
    width: 28px;
    height: 28px;
    background: #2a8fbd;
    -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 [class^="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;
    font-size: 17px;
    text-decoration: none;
}

.tabbable>.nav li a:hover {
    background: none;
}

.tabbable>.nav li.active a {
    background: #2a8fbd;
    color: #fff;
    border: none;
}

.tabbable>.nav li.active [class^="fa"] {
    background: #1d6484;
}

.tabbable .tab-content {
    /*padding: 20px;*/
    margin-top: 20px;
    /*font-size: 12px;*/
    /*border: 1px solid #d9d9d9;*/
    border-top: none;
    /*background: #fff;*/
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.tabbable .tab-content .col-md-8 {
    font-family: arial;
}

.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: #2a8fbd;
    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: 30px;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.checkbox-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.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 a {
    text-decoration: none;
}

.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;
    text-align: center;
}

.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;
    width: 100px;
}

.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;
    text-decoration: none;
}

.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: 50%;
    display: inline-block;
}

.cart-total-list>li:last-child {
    font-size: 17px;
    font-weight: 600;
    color: #666;
}

.thumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thumb-list>li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #e6e6e6;
    overflow: hidden;
}

.thumb-list>li img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.thumb-list>li .thumb-list-item-caption {
    display: table;
}

.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: #2a8fbd;
}

.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: 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: #227297;
}

.address-box:hover .address-box-new-icon {
    background: #227297;
}

.table-order {
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.table-order th {
    text-align: center !important;
}

.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-orders {
    /*    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;
    text-decoration: none;
}

.panel-title>a:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    font-size: 16px;
    top: 10px;
    left: 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 [class^="fa"] {
    display: block;
    width: 28px;
    height: 28px;
    background: #2a8fbd;
    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 [class^="fa"]:hover {
    background: #227297;
}

.breadcrumbs {
    margin: 20px 0;
    text-align: right;
}


/*.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: #2a8fbd;
    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: 1024px) {
    .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: #2a8fbd;
}

.countdown.countdown-inline>div:first-child span.title {
    font-size: 20px;
    font-weight: bold;
    display: inline;
    margin-right: 10px;
    color: #2a8fbd;
}

.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*/



/*FLEXNAV*/

.flexnav {
    float: left;
    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 * {
    /*background: #2a8fbd;*/
    /*color: #fff;*/
    /*border-color: #2a8fbd !important;*/
}

.flexnav li.active>a:hover {
    /*    background: #2a8fbd;
        color: #fff;*/
}

.flexnav li a {
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0;
    background: #fff;
}

.flexnav li>a {
    line-height: 1em;
    text-decoration: none;
}

ul li:last-child>.divider {
    display: 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: #2a8fbd;
    color: black;
    /*color: #f.flexnav-menu-button .touch-buttonff;*/
}

.touch-button:before {
    content: '\f078';
    -webkit-font-smoothing: antialiased;
}

.touch-button:hover {
    cursor: pointer;
}

.touch-button.active {
    background: #247aa1;
}

.touch-button.active:before {
    content: '\f077';
}

.flexnav-menu-button {
    font-size: 20px;
    /*margin-bottom: 10px;*/
    /*    position: relative;
        display: block;
        padding: 20px 30px;
        cursor: pointer;
        background: #2a8fbd;
        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: auto;
    height: auto;
    line-height: 60px;
    font-size: 25px;
}

.flexnav-menu-button .touch-button:before {
    content: '\f0c9';
}

.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: 15px;*/
}

.flexnav li a {
    background: none;
    /*color: #000;*/
    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;*/
    /*width: 100%;*/
    white-space: nowrap;
}

.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: 1024px) {}

.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;
}

.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 [class^="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 [class^="fa"] {
    color: #52515A;
    /*background: #fff;*/
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px !important;
    display: block;
    margin: 0 auto 7px auto;
}

.flexnav-icons-top>li>a {
    height: auto !important;
    line-height: 1em;
    padding: 10px 20px;
    /*font-size: 14px;*/
    color: #686868;
    text-align: center;
    width: 100%;
}

@media (max-width: 1200px) {
    .flexnav-icons-top>li>a {
        font-size: 13px;
    }
}

.flexnav-border>li {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.flexnav-border>li:last-child {
    border: 0;
}


/*header.main-color li.active > a {
    background: #333;
    color: #fff;
    border-color: #333 !important;
}*/

ul.nav-pills li.active:hover * {
    /*    background: #333;
        color: #fff;*/
}

ul.nav-pills li.active *,
ul.nav-pills li:hover * {
    /*    background: #19398a;
        color: #fff;*/
}

header.main-white .flexnav-icons [class^="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: #2a8fbd;
}

header.main-white .flexnav>li.active>a:hover {
    background: #2a8fbd;
    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: #2a8fbd;
    color: #fff !important;
}

header.main-white .flexnav>li ul li.active>a:hover {
    background: #2a8fbd;
    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;
    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: 800px;*/
    max-width: 100%;
    height: 600px;
    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: center;
    max-width: 500px;
    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: #2a8fbd;
    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-top: 30px;
    float: left;
    /*    position: absolute;
        left: 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: #2a8fbd;
    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 #2a8fbd;
}

.i-check.checked,
.i-radio.checked {
    border: 1px solid #2a8fbd;
    background: #2a8fbd;
}

.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: #2a8fbd;
}

.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__img {
    width: 100% !important;
    height: 100% !important;
}

.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: #2a8fbd;
}

.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");
}

.top-area .owl-carousel .owl-wrapper:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.top-area .owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
    margin: 0 -15px;
    padding: 0 45px;
}

.top-area .owl-carousel[data-nav="false"] {
    padding: 0 !important;
}

.top-area .owl-carousel[data-nav="false"] .owl-buttons {
    display: none !important;
}

.top-area .owl-carousel[data-pagination="false"] .owl-pagination {
    display: none !important;
}

.top-area .owl-carousel.owl-slider {
    margin: 0;
    padding: 0;
}

.top-area .owl-carousel.owl-slider.desktop .owl-controls .owl-buttons div.owl-next {
    right: 30px;
}

.top-area .owl-carousel.owl-slider.desktop .owl-controls .owl-buttons div.owl-prev {
    left: 30px;
}

.top-area .owl-carousel.owl-slider.mobile .owl-controls .owl-buttons div.owl-next {
    right: 5px;
}

.top-area .owl-carousel.owl-slider.mobile .owl-controls .owl-buttons div.owl-prev {
    left: 5px;
}

.top-area .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;
}

.top-area .owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div.owl-next {
    right: 15px;
}

.top-area .owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div.owl-prev {
    left: auto;
    right: 50px;
}

.top-area .owl-carousel.owl-slider .owl-item {
    padding: 0;
}

.top-area .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);
}

.top-area .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.top-area .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;
}

.top-area .owl-carousel .owl-item {
    float: left;
    padding: 0 15px;
}

.top-area .owl-carousel .owl-item.loading {
    min-height: 150px;
    background: url("AjaxLoader.gif") no-repeat center center;
}

.top-area .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: 25px;
    width: 100%;
}

@media (max-width: 1024px) {
    [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: #2a8fbd;
    -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: 60%;
    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: #2a8fbd;
    -webkit-box-shadow: 0 0 0 1px #2a8fbd;
    box-shadow: 0 0 0 1px #2a8fbd;
}

.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.png") 8 8, move;
}

.top-area .owl-carousel .owl-wrapper,
.top-area .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);
}

.top-area .owl-carousel .owl-item img {
    width: 100%;
}

.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 [class^="fa"] {
    color: #575757;
    width: 20px;
    text-align: center;
    margin-right: 7px;
    font-size: 14px;
    position: relative;
}


/*.benefits > a{float: right;}*/

.center-banners {
    margin-bottom: 20px;
    padding-bottom: 20px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
}

.center-banners a {
    float: right;
    margin-right: 8px;
}

@media (min-width: 1025px) {
    .mobile {
        display: none !important;
    }
    #if_checkout {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .hide-in-mobile,
    .desktop,
    .fotorama__nav-wrap {
        display: none !important;
    }
    .panel-container>.title {
        font-size: 18px !important;
    }
    .panel-container>.content {
        font-size: 15px !important;
    }
    .tab-content>.tab-pane.fade {
        display: block;
        opacity: 1;
    }
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: right;
        -webkit-transform-origin: right;
    }
    #if_checkout {
        height: 500px;
    }
    .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;
        border-bottom: 1px solid;
    }
    .flexnav li ul {
        margin-bottom: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5%;
        width: 100%;
    }
    .flexnav li ul li {
        overflow: hidden;
    }
    .flexnav li ul li.show {
        overflow: visible;
    }
    .menu ul li .divider {
        display: none;
    }
    .login-register>li {
        border: none !important;
    }
    .login-register>li>a {
        padding: 0 7px !important;
    }
    .center-banners {
        padding-left: 15px;
    }
    .center-banners a,
    .center-banners a img {
        width: 100%;
    }
    .mobile-table {
        display: table;
        width: 100%;
    }
    .mobile-table-cell {
        display: table-cell;
        width: 100%;
    }
    #form_search {
        float: none !important;
    }
    #form_search>div {
        width: 100% !important;
    }
}

.module .header {
    border-radius: 5px;
    padding: 0 10px;
    height: 30px;
    display: block;
}

.module .header>* {
    font-size: 16px;
    font-weight: bold;
    float: right;
    line-height: 30px;
    color: white;
}

.module .header>h3>i {
    margin-left: 10px;
}

.module .header>span {
    margin-right: 5px;
    line-height: 30px;
    color: white;
}

.module .owl-carousel {
    direction: ltr;
    display: none;
}

.module .owl-carousel .owl-item>a {
    text-decoration: none;
}

.module .owl-carousel .owl-item .product-thumb {
    margin: 0 10px;
    direction: rtl;
}

.module .owl-controls .owl-buttons div {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.module .owl-controls .owl-buttons div.owl-next {
    right: -12px;
}

.module .owl-controls .owl-buttons div.owl-prev {
    left: -12px;
}

.module a {
    text-decoration: none;
}

.product-thumb .logo {
    height: 50px;
    margin-top: 10px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.benefit-list .header {
    background: #808080;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.benefit-list .header .title {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding-right: 5px;
}

.benefit-list .header .sub-categories {
    margin: 20px 0;
}

.benefit-list .header .sub-categories a {
    color: white;
    border-left: 1px solid white;
    padding: 0 10px;
}

.benefit-list .header .sub-categories a:hover {
    text-decoration: underline;
}

.benefit-list .header .sub-categories a:last-child {
    border-left: none;
}

.benefit-list .header .sub-categories a.selected {
    font-weight: bold;
}

.subtitle {
    display: table;
    margin: 5px 0;
    position: relative;
    font-size: 18px;
}

.subtitle h3 {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}

.subtitle .line {
    display: table-cell;
    width: 100%;
}

.subtitle .line hr {
    margin: 5px;
    border-color: gray;
}

.subtitle .display-all {
    position: absolute;
    top: -8px;
    left: 5px;
    font-size: 14px;
}

#float_div {
    position: fixed;
    top: 0;
    right: 2px;
    z-index: 1000;
}

#float_div>.title {
    font-weight: bold;
    background-color: #143A84 !important;
    color: white;
    padding: 7px 20px 7px 20px;
    border-radius: 4px 4px 0 0;
}

#float_div>.buttons {
    padding: 5px;
    text-align: center;
    background-color: black;
    border-radius: 0 0 4px 4px;
    display: none;
}

#float_div>.buttons a {
    color: white;
    text-decoration: none;
}

#accordion {
    padding: 15px;
}

#accordion>h3 {
    background: #cfcfcf;
    color: #161616;
    font-size: 22px;
    font-weight: bold;
    padding-right: 5px;
    margin-top: 10px;
    /*height: 50px;*/
}

#accordion>h3:first-child {
    margin: 0;
}

#accordion>h3>.ui-icon {
    float: left;
    margin: 0;
    /*font-weight: bold;*/
}

#accordion .ui-widget-content {
    background: none;
    border: 0;
}

#accordion ul li a,
#accordion li a:hover,
#accordion li a [class^="fa"] {
    display: block;
    background: #161616 !important;
    color: #fff !important;
}

#accordion .nav-tabs.nav-stacked.nav-coupon-category {
    margin: 0;
    border: 0;
}

#accordion .nav-tabs.nav-stacked.nav-coupon-category>li>a [class^="fa"] {
    border: 0;
}

footer .nav {
    box-shadow: none !important;
}

footer .nav-tabs>li>a,
footer .nav-tabs>li>a:hover {
    background: none !important;
    color: #fff !important;
    text-decoration: none;
    border: 0;
    height: auto !important;
}

footer .nav-tabs.links>li>a {
    /*padding-right: 10px !important;*/
}

footer .nav-tabs>li>a>i {
    background: none !important;
    color: inherit !important;
    border: 0 !important;
}

footer .nav-tabs {
    border: 0;
}

header .categories ul {
    margin: 0;
}

header .categories ul li {
    display: inline-block;
}

header .categories ul li a {
    color: #fff;
}

header .categories ul li a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #16485f;
}

.phone-book {
    font-size: 16px;
}

.phone-book .header {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding-right: 5px;
}

.benefit-list a {
    text-decoration: none;
}

.btn {
    text-decoration: none;
}

.left-column {
    float: left !important;
}

.right-column {
    float: right !important;
}

#profile-dialog .form-group {
    width: 50%;
    margin-bottom: 5px;
}

.print .desktop,
.print footer {
    display: none;
}

.print .tab-content>.tab-pane {
    display: block;
}

.print .fade {
    opacity: 1;
}

.menu.categories-menu {
    position: relative;
    z-index: 0;
}

.birthday-header {
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
}

footer .menu,
footer .menu * {
    background-color: transparent !important;
}

fieldset.title {
    font-size: 18px;
}

fieldset.title legend {
    padding: 5px 10px;
    width: auto;
}

.top-area .valid_until {
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: white;
    font-size: 10px;
    background: #000;
    opacity: 0.8;
    padding: 5px;
    border-radius: 5px;
}

.product-thumb .valid_until {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 46px;
    color: #aaa8a8;
    font-size: 8px;
}

.product-thumb .small-info {
    position: absolute;
    right: 10px;
    top: 0;
    width: 80px;
    text-align: right;
}

.product-thumb .small-info .box {
    color: white;
    font-size: 12px;
    background: #000;
    opacity: 0.8;
    padding: 5px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

.product-page-meta-info .valid-until {
    font-size: 13px;
    color: #aaa8a8;
}

.product-page-meta-info .valid-until .countdown {
    font-size: 16px;
}

.instagram,
.box-icon.instagram:hover {
    background-image: url('/img/instagram.png') !important;
    background-size: cover !important;
}

.pics .item {
    height: 270px;
}

.product-thumb.car {
    text-align: right;
    color: black;
}

.product-thumb.car .product-header {
    height: 240px;
}

.product-thumb.car .product-header img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.product-thumb.car .car-title {
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    height: 42px;
    text-align: right;
}

.product-thumb.car .price {
    float: left;
    font-weight: bold;
    font-size: 16px;
    direction: ltr;
}

.product-thumb.car .like {
    float: right;
    font-size: 18px;
}

.car-container {
    background: whitesmoke;
    padding: 15px;
}

.car-pics {
    margin-top: 30px;
}

.car-pics .fotorama__wrap {
    margin: 0 auto;
}

.car-details table {
    border-spacing: 8px;
    border-collapse: separate;
}

.car-details table tr:nth-child(even) {
    background: #eee
}

.car-details table tr:nth-child(odd) {
    background: #f4f4f4
}

.car-details table tr td {
    width: 170px;
}

.car-details table tbody.more-details {
    display: none;
}

.car-details .btn-contact {
    background: black;
    color: white;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
}

#clone_buttons {
    font-size: 20px;
    margin-bottom: 10px;
}

#clone_buttons * {
    width: 100%;
    float: right;
    margin: 0 20px !important;
}

.fotorama__fullscreen-icon {
    background: url('../img/bg.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 10 !important;
}

#return-to-top {
    z-index: 10;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    right: 16px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

header.mobile {
    padding-top: 110px;
}

header.mobile>.menu {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
}

.fixable.fix {
    position: fixed;
    top: 90px;
}

.fixable.absolute {
    position: absolute;
    bottom: 0;
    top: auto;
}

.thumb-list>li.selected {
    border: 1px solid black;
}

.user-area {
    /*max-width: 500px;*/
    margin: auto;
}

.user-area .buttons a {
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 20px !important;
    font-weight: bold;
    color: #000;
    opacity: 0.3;
    padding: 10px;
}

.user-area .buttons a.active {
    border-bottom: 1px solid rgba(0, 0, 0);
    opacity: 1;
}

.user-area .orders {
    font-size: 17px;
}

.user-area .orders table th {
    font-weight: bold;
}

.user-area .orders table td {
    border-top: none;
}

.user-area .orders table thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.user-area .nav-pills>li {
    float: none;
}

.user-area .nav-pills>li a {
    text-decoration: none;
    color: #2a8fbd;
}

.user-area .nav-pills>li a:hover {
    color: #227297;
    text-decoration: none;
}

form.product>section {
    border: 1px solid;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

form.product table {
    width: 100%;
    ;
    border: none;
}

.menu.categories-menu .nav-pills li .new-label {
    background-image: url("/img/new-label.png");
    background-color: transparent !important;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.menu.categories-menu.nav-stacked li .new-label {
    font-size: 12px;
    font-weight: bold;
    float: left;
    color: white;
    background-color: red !important;
    padding: 5px;
    border-radius: 5px;
    line-height: 10px;
}

.benefit-title {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    font-family: Assistant;
}

.benefit-picture img {
    width: 100%;
}

.tabs button[role="tab"] {
    width: 158.79px;
    height: 45px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #1e9cb3;
    margin-left: 7px;
    font-family: Assistant;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #1e9cb3;
    outline: none;
}

.tabs button[aria-selected="true"] {
    background: #1e9cb3;
    color: #e8e8e8;
}

.panel-container {
    border-radius: 3px;
    border: 1px solid #1e9cb3;
    background-color: #ffffff;
    padding: 28px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-align: right;
}


/*.panel-container table th
{
    border-top:none !important;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}*/

.panel-container>.title {
    margin-bottom: 20px;
    color: #1e9cb3;
    font-size: 20px;
}

.panel-container>.title img {
    vertical-align: top;
}

.panel-container>.title span {
    font-family: Assistant;
    font-weight: 700;
    margin-right: 5px;
}

.panel-container>.content {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}

.panel-container>.content a{
    color: #0000ee;
    
}

.panel-container>.content a {
    text-decoration: none;
}

.panel-container .button {
    border-radius: 3px;
    border: 1px solid #000000;
    color: #000;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 10px 25px;
    outline: none;
}

.panel-container .button span {
    color: #000000;
    font-family: Assistant;
    font-weight: 400;
}

.panel-container.contact .phone,
.panel-container.contact .phone a {
    color: #000000;
    font-family: Assistant;
    font-size: 15px;
    font-weight: 400;
}

.panel-container.contact form .btn {
    border-radius: 3px;
    background-color: #1e9cb3;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    width: 108px;
    float: left;
}

.panel-container.branches .all {
    text-align: left;
    font-family: Assistant;
    font-size: 15px;
    font-weight: 400;
}

.panel-container.branches .all a {
    color: #000000;
}

.panel-container.branches .list {
    /*margin-top: 10px;*/
    height: 369px;
    overflow: auto;
    direction: ltr;
}

@media (max-width: 1024px) {

    .panel-container{padding: 10px;}

    .panel-container.branches .list {
        margin-bottom: 20px;
        height: 100%;
    }

    #checkout.container{padding: 0;}
}

.panel-container.branches .list::-webkit-scrollbar {
    width: 1px;
}

.panel-container.branches .list::-webkit-scrollbar-thumb {
    background-color: #1e9cb3;
}

.panel-container.branches .list .item {
    border-radius: 3px;
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 5px;
    direction: rtl;
}

.panel-container.branches .list .item.selected {
    border: 1px solid #1e9cb3;
}

.panel-container.branches .list .item .details {
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    padding: 0;
    display: inline-block;
}

.panel-container.branches .list .item .details a {
    color: #000000;
}

.panel-container.attributes tbody tr {
    color: #7b7b7b
}

.panel-container.attributes tbody tr.selected {
    color: #000000;
}

.panel-container.shipping .option {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #7b7b7b;
    color: #7B7B7B;
    cursor: pointer;
}

.panel-container.shipping .option>div {
    padding: 0;
}

.panel-container.shipping .option.selected {
    border: 1px solid #1e9cb3;
    background-color: rgba(30, 156, 179, 0.05);
    color: #1E9CB3;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px !important;
}

.fs22 {
    font-size: 22px;
}

.product-page-meta .business-logo{max-height: 107px;}

.benefit_timer {
    border-radius: 0px;
    background-color: #12af00;
    padding: 10px;
    text-align: center;
}

.benefit_timer .header {
    color: #ffffff;
    font-family: Assistant;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.benefit_timer .counter .data {
    padding: 0;
    line-height: 17px;
    display: inline-block;
}

.benefit_timer .counter .seperator {
    width: 0;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    display: inline-block;
}

.benefit_timer .digits {
    color: #ffffff;
    font-family: Assistant;
    font-size: 20px;
    font-weight: 700;
}

.benefit_timer .label {
    color: #ffffff;
    font-family: Assistant;
    font-size: 13px;
    font-weight: 400;
}

.expired-title {
    color: #12af00;
    font-family: Assistant;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    float: right;
    clear: both;
}

.expired-date {
    float: left;
    color: #000000;
    font-family: Assistant;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.white-button,
.white-button:hover,
.white-button:visited {
    border-radius: 3px;
    border: 1px solid #1e9cb3;
    color: #1e9cb3;
    font-family: Assistant;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    /*margin-top:10px;*/
    /*width: 100%;*/
    display: block;
    text-decoration: none;
    background-color: #fff;
}

.white-button a {
    color: #1e9cb3;
    text-decoration: none;
}

.dark-button,
.dark-button:hover,
.dark-button:visited {
    border: none;
    border-radius: 3px;
    background-color: #1e9cb3;
    color: #ffffff !important;
    font-family: Assistant;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    /*margin-top:5px;*/
    /*width: 100%;*/
    display: block;
    text-decoration: none;
}

.dark-button.red{
    background-color: #BB0059 !important;
}

.dark-button a {
    color: white;
    text-decoration: none;
}

.like-views {
    color: #000000;
    font-family: Assistant;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 10px;
    text-align: center;
}

.like-views div {
    display: inline-block;
}

.like-views div.seperator {
    width: 35px;
}

.like-views .like i {
    cursor: pointer;
}

.sharing {
    color: #000000;
    font-family: Assistant;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sharing span {}

.sharing ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}

.sharing ul li {
    margin-left: 5px;
    list-style-type: none;
    display: inline-block;
}

.sharing ul li a {
    color: #000;
}

.shopping-cart-box .product-added {
    border-radius: 3px;
    background-color: #12af00;
    color: #ffffff;
    font-family: Assistant;
    font-size: 17px;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 20px;
}

.inline-block {
    display: inline-block !important;
}

.black {
    color: #000 !important;
}

.red {
    color: red !important;
}

.no-decoration {
    text-decoration: none;
}

.sticky-bar {
    /* height: 70px; */
    background-color: #1e9cb3;
    font-size: 14px;
    padding: 12px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: inline-flex;
}

.sticky-bar > div {
    margin: 0 5px;
    width: 100%;;
}

/* .sticky-bar .white-button {
    background-color: #fff;
} */


/* The container */

.custom-checkbox {
    position: relative;
    color: #000000;
    font-family: Assistant;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-right: 20px;
}


/* Hide the browser's default checkbox */

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    /*    height: 0;
    width: 0;*/
}


/* Create a custom checkbox */

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #1e9cb3;
    background-color: #1e9cb3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.custom-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select-container {
    border-radius: 3px;
    border: 1px solid #7b7b7b;
    padding: 10px;
    color: #101010;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.select-container select {
    border: none;
}

#form_cart .item {
    border-top: 1px solid #d4d4d4;
    padding: 20px 0;
    /*padding-left: 20px;*/
}

#form_cart .item a {
    width: 150px;
}

#form_cart .item a img {
    width: 100%;
}

#form_cart .item .price {
    color: #101010;
    font-size: 19px;
    font-weight: 700;
}

.address_list {
    display: inline-block;
    padding: 15px;
    border: 1px solid #1E9CB3;
    background-color: #FCFCFC;
    border-radius: 3px;
    margin-top: 32px;
    color: #000;
}

.address_list label {
    font-weight: 400;
    display: block;
    border: 1px solid #DADADA;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: right;
}

.address_list label:focus-within {
    background-color: transparent;
    border: 1px solid #1E9CB3;
}

.address_list label input {
    vertical-align: top;
}

.width100 {
    width: 100%;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: right;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    float: right;
}

/* :target::before {
    content: "";
    display: block;
    height: 250px;
    /* fixed header height*/
    /* margin: -300px 0 0; */
    /* negative fixed header height */
} */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

div#couponCode {
    display: none;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    margin: 5px;
    background: rgb(230, 230, 230);
    font-size: 20px;
    border: 3px dashed #97ce97;
    border-radius: 9px;
}

div#smsMessage {
    display: none;
    padding: 12px;
    margin: 5px;
    /* border: 1px solid #000; */
    font-size: 18px;
    background-color: green;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

#topmenupopup .col-md-12.menumodal-2{
    text-align: center;
    font-size: 25px;
}

#topmenupopup .modal-body.join{
    padding-top: 0px;
}

#topmenupopup button.actioni-shop{
    color: #fff !important;
    background-color: #009966;
    font-size: 22px;
}

.module-banner img {
    max-width: 100%;
}