body {
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
}

/*header
{
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 25px;
}

#info
{
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}

a{
	color: #074E8C;
}*/

.scrollbar
{
	background: #F5F5F5;
	overflow-y: auto;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.7);
	background-color: #bfbfbf;
}

/*.force-overflow
{
	min-height: 450px;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
}

.text-color {
    color: #0055b7;
}

.text-bigger,
.text-big {
    font-size: 15px;
    line-height: 1.5em;
}

.text-lg {
    font-size: 19px;
}

.text-light {
    color: #9b9b9b;
}

.text-white {
    color: #fff;
}

@media (max-width:992px) {
    .text-mob-padding {
        padding: 10px 20px;
    }
}

.text-padding {
    padding: 15px;
}

.area-title {
    color: #fff;
    text-align: center;
    display: table;
    margin-bottom: 45px;
    border: 1px solid #fff;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.15);
}

.section-title {
    letter-spacing: 5px;
    text-align: center;
    background: #0055b7;
    color: #fff;
    line-height: 1em;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0;
}

@media (max-width:992px) {
    .section-title {
        font-size: 25px;
        letter-spacing: 1px;
    }
}

.section-title>a {
    color: #fff;
    display: block;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}

.section-title>a:hover {
    text-decoration: none;
    color: #fff;
}

.section-title-white,
.section-title-gray {
    background: #fff;
    color: #404040;
}

.section-title-white>a,
.section-title-gray>a {
    color: #404040;
}

.section-title-gray {
    background: #ededed;
}

.section-title-inline {
    text-align: center;
    color: #000;
    line-height: 1em;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto', arial, helvetica, sans-serif;
}

.section-title-inline>a {
    color: #000;
    display: block;
    padding: 20px 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}

.section-title-inline>a:hover {
    text-decoration: none;
    color: #000;
}

a {
    color: #0055b7;
}

a:hover {
    color: #c10024;
}

.widget-header {
    margin-bottom: 20px;
    position: relative;
}

.widget-title {
    font-family: 'Roboto', arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #737373;
}

.widget-subtitle {
    font-size: 16px;
    margin-top: 7px;
    color: #999;
    margin-bottom: 0;
}

.widget-title-line {
    position: relative;
    background: #fff;
    padding: 0 15px;
    z-index: 2;
}

.widget-title-line:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: -20%;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    background: #ededed;
    width: 140%;
}

.widget-header-sm {
    margin-bottom: 15px;
}

.widget-header-sm .widget-title {
    font-size: 16px;
    letter-spacing: 0;
}

.widget-header-bottom-line {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.widget-header-full-line .widget-title {
    padding: 0 20px;
    background: #fff;
    display: table;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.widget-title-full-line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background: #ededed;
    width: 100%;
    z-index: 1;
}

.widget-header-white {
    color: #fff;
}

.widget-header-white.widget-header-bottom-line {
    border-color: rgba(255, 255, 255, 0.25);
}

.widget-header-white .widget-title {
    color: #fff;
}

.page-title {
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width:992px) {
    .page-title {
        font-size: 35px;
    }
}

.title-404 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 200px;
    line-height: 1em;
    font-weight: 700;
    color: #444;
}

@media (max-width:992px) {
    .title-404 {
        font-size: 70px;
    }
}

.text-404 {
    font-size: 18px;
    margin-bottom: 34px;
}

.title-payment-success {
    text-align: center;
    font-weight: 300;
    font-size: 35px;
    color: #6a6a6a;
}

.text-color {
    color: #0055b7;
}

.text-bigger,
.text-big {
    font-size: 15px;
    line-height: 1.5em;
}

.text-lg {
    font-size: 19px;
}

.text-light {
    color: #9b9b9b;
}

.text-white {
    color: #fff;
}

.bg-gray {
    background: #f2f2f2;
}

.bg-area,
.bg-area-sm,
.bg-area-lg {
    height: 600px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    overflow: hidden;
    position: relative;
}

.bg-area-sm {
    height: 500px;
}

.bg-area-lg {
    height: 700px;
}

@media (max-width:900px) {
    .first-screen-mob {
        position: relative;
        height: auto !important;
    }
    .first-screen-mob .scroll-down-icon,
    .first-screen-mob .scroll-down-sign {
        display: none;
    }
}

.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-darken {
    background: #f2f2f2;
}

.bg-color {
    background: #0055b7;
}

.bg-holder {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bg-holder>.bg-back {
    z-index: 3;
}

.bg-holder>.bg-img,
.bg-holder>.bg-mask {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.bg-holder>.bg-mask,
.bg-holder>.bg-mask-white,
.bg-holder>.bg-blur,
.bg-holder>.bg-mask-darken,
.bg-holder>.bg-mask-lighten,
.bg-holder>.bg-parallax,
.bg-holder>.bg-img,
.bg-holder>.bg-video,
.bg-holder>.bg-mask-grad,
.bg-holder>.bg-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.bg-holder>.bg-video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: 4;
    top: 50%;
    left: 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%);
}

.bg-prod-img-slider {
    background-size:contain;
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
}

.bg-holder>.bg-mask,
.bg-holder>.bg-img,
.bg-holder>.bg-link {
    width: 100%;
    height: 100%;
}

.bg-holder>.bg-parallax {
    width: 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,
.bg-holder>.bg-mask-grad {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=50);
    background: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.bg-holder>.bg-mask-lighten {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.bg-holder>.bg-mask-darken {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.bg-holder>.bg-mask-color {
    background: #0055b7;
}

.bg-holder>.bg-mask-white {
    background: #fff;
}

.bg-holder>.bg-mask-color-invert {
    background: #0effd2;
}

.bg-holder>.bg-mask-grad {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.01)), color-stop(1, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.27)), color-stop(0.65, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.2) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.2) 100%);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.bg-holder>.bg-link {
    z-index: 7;
}

.bg-holder>.bg-parallax {
    width: auto;
    height: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    min-height: 100%;
    min-width: 100%;
}

.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(1.5px);
    -moz-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    filter: blur(1.5px);
    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,
.bg-holder>.bg-content {
    position: relative;
    z-index: 7;
}

@media (max-width:992px) {
    .bg-holder>.bg-holder-content.bg-front-mob-rel,
    .bg-holder>.bg-content.bg-front-mob-rel {
        position: relative;
    }
}

.bg-holder .bg-front {
    width: 100%;
    z-index: 6;
    position: absolute;
}

.bg-holder-hover-mask:hover>.bg-mask,
.bg-holder-hover-mask:hover>.bg-mask-darken,
.bg-holder-hover-mask:hover>.bg-mask-lighten,
.bg-holder-hover-mask:hover>.bg-mask-white,
.bg-holder-hover-mask:hover>.bg-mask-color,
.bg-holder-hover-mask:hover>.bg-mask-color-invert,
.bg-holder-hover-mask:hover>.bg-mask-grad {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.btn {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    font-size: 13px;
    position: relative;
    font-weight: 700;
    font-family: 'Roboto', arial, helvetica, sans-serif;
}

.btn:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.btn>.fa,
.btn>.im {
    margin: 0 5px;
}

.btn-xs {
    font-size: 11px;
    letter-spacing: 0;
}

.btn-primary {
    background: #0055b7;
    border-color: #d90029;
}

.btn-primary:hover {
    background: #d90029;
    border-color: #c10024;
}

.btn-primary:focus {
    background: #d90029;
    border-color: #c10024;
}

.btn-primary-invert {
    background: #0effd2;
    border-color: #00f2c5;
    color: #fff;
}

.btn-primary-invert:hover {
    color: #fff;
    background: #00f2c5;
    border-color: #00d7af;
}

.btn-black {
    background: linten(#000, 15%);
    border-color: #000;
    color: #fff;
}

.btn-black:hover {
    color: #fff;
    background: #000;
}

.btn-paypal {
    background: #0079c1;
    color: #fff;
    border-color: #006dae;
}

.btn-paypal:hover {
    color: #fff;
    background: #006dae;
    border-color: #00619a;
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.6);;
}

.btn-ghost.btn-primary {
    color: #0055b7;
}

.btn-ghost.btn-primary:hover {
    background: #0055b7;
}

.btn-ghost.btn-success {
    color: #5cb85c;
}

.btn-ghost.btn-success:hover {
    background: #5cb85c;
}

.btn-ghost.btn-info {
    color: #5bc0de;
}

.btn-ghost.btn-info:hover {
    background: #5bc0de;
}

.btn-ghost.btn-warning {
    color: #f0ad4e;
}

.btn-ghost.btn-warning:hover {
    background: #f0ad4e;
}

.btn-ghost.btn-danger {
    color: #d9534f;
}

.btn-ghost.btn-danger:hover {
    background: #d9534f;
}

.btn-ghost.btn-primary-invert {
    color: #0effd2;
}

.btn-ghost.btn-primary-invert:hover {
    background: #0effd2;
}

.btn-ghost:hover {
    color: #fff;
}

.btn-blue{
    color: #0055b7;
    border-color: #0055b7;
}

.btn-ghost.btn-default:hover {
    color: #353535;
}

.btn-ghost.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-ghost.btn-white:hover {
    background: #fff !important;
    color: #595959;
}

.btn-ghost.btn-black {
    border-color: #000;
    color: #000;
}

.btn-ghost.btn-black:hover {
    background: #000;
    color: #fff;
}

.btn-lock-screen {
    left: 50%;
    position: fixed;
    top: 70px;
    z-index: 999;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    padding: 5px 7px;
    font-size: 11px;
    letter-spacing: 1px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.btn-lock-screen.btn-lock-screen-hide {
    -webkit-transform: translate3d(-50%, -100px, 0);
    -moz-transform: translate3d(-50%, -100px, 0);
    -o-transform: translate3d(-50%, -100px, 0);
    -ms-transform: translate3d(-50%, -100px, 0);
    transform: translate3d(-50%, -100px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.btn-icon .fa {
    font-size: 17px;
    color: #595959;
    text-align: center;
    display: block;
    position: absolute;
    width: 0;
    height: 43px;
    line-height: 43px;
    right: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.btn-icon .fa:before {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.btn-icon:hover {
    padding-right: 40px;
}

.btn-icon:hover .fa {
    width: 30px;
}

.btn-shadow {
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
}

.row.row-wrap>[class^="col-"],
.row.row-col-gap>[class^="col-"] {
    margin-bottom: 30px;
}

@media (max-width:992px) {
    .row.row-col-mob-gap>[class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (min-width:992px) {
    .row.row-col-border>[class^="col-"] {
        border-left: 1px solid #e6e6e6;
    }
    .row.row-col-border>[class^="col-"]:first-child {
        border-left: none;
    }
}

.row.row-col-reverse>[class^="col-"] {
    float: right;
}

@media (max-width:992px) {
    .row.row-col-reverse>[class^="col-"] {
        float: none;
    }
}

@media (max-width:992px) {
    .row.row-mob-full {
        margin: 0 !important;
    }
}

.row.row-col-static>[class^="col-"] {
    position: static;
}

.row.row-full {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.row.row-sm-gap {
    margin-bottom: -10px;
}

.row.row-sm-gap>[class^="col-"] {
    margin-bottom: 10px;
}

.row.row-no-gutter,
.row[data-gutter="0"],
.row[data-gutter="none"] {
    margin: 0 !important;
}

.row.row-no-gutter>[class^="col-"],
.row[data-gutter="0"]>[class^="col-"],
.row[data-gutter="none"]>[class^="col-"] {
    padding: 10px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
.scroll{
    overflow-y:auto;
}

.row[data-gutter="10"] {
    margin-left: -5px;
    margin-right: -5px;
}

.row[data-gutter="10"]>[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width:992px) {
    .row[data-gutter="60"] {
        margin-left: -30px;
        margin-right: -30px;
    }
    .row[data-gutter="60"]>[class^="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:992px) {
    .row[data-gutter="80"] {
        margin-left: -40px;
        margin-right: -40px;
    }
    .row[data-gutter="80"]>[class^="col-"] {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width:992px) {
    .row[data-gutter="100"] {
        margin-left: -50px;
        margin-right: -50px;
    }
    .row[data-gutter="100"]>[class^="col-"] {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width:992px) {
    .row[data-gutter="120"] {
        margin-left: -60px;
        margin-right: -60px;
    }
    .row[data-gutter="120"]>[class^="col-"] {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width:992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flex;
    }
    {
        display: box;
        display: flex;
    }
}

.thumb {
    background: #fff;
}

.thumb-box {
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.thumb-img-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.thumb-img-banner,
.thumb-img-alt-banner,
.thumb-banner-alt-blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.thumb-img-primary,
.thumb-img-alt {
    width: 100%;
    display: block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    z-index: 2;
    position: relative;
    -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);
}

.thumb-img-alt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: translate3d(-150%, 0, 0) scale(1.5);
    -moz-transform: translate3d(-150%, 0, 0) scale(1.5);
    -o-transform: translate3d(-150%, 0, 0) scale(1.5);
    -ms-transform: translate3d(-150%, 0, 0) scale(1.5);
    transform: translate3d(-150%, 0, 0) scale(1.5);
}

.thumb-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    text-indent: 99999;
}

.thumb-title {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    display: table;
    z-index: 2;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
    color: #000;
    padding: 7px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
}

.thumb-hover-block {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 4;
    -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);
    padding: 15px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #262626;
}

.thumb-hover-block-title {
    margin-bottom: 7px;
    font-weight: 400;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    letter-spacing: 0.35px;
    font-size: 14px;
    color: #262626;
}

.thumb-hover-block-logo {
    width: 70px;
}

.thumb-hover-block-price {
    font-family: 'Roboto', arial, helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
}

.thumb-hover-block-price>span {
    padding: 2px 6px;
    display: inline-block;
    margin: 0 2px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #595959;
}

.thumb-hover-block-price .thumb-hover-block-price-discounted {
    background: #0055b7;
    color: #fff;
}

.thumb-hover-block-price .thumb-hover-block-price-old {
    background: none !important;
    color: #a6a6a6;
    text-decoration: line-through;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.thumb-icon-quick-view {
    position: absolute;
    z-index: 7;
    display: block;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #0055b7;
    color: #fff;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -10px, 0) scale(0.8);
    -moz-transform: translate3d(0, -10px, 0) scale(0.8);
    -o-transform: translate3d(0, -10px, 0) scale(0.8);
    -ms-transform: translate3d(0, -10px, 0) scale(0.8);
    transform: translate3d(0, -10px, 0) scale(0.8);
}

.thumb-icon-quick-view:hover {
    background: #e5002b;
    color: #fff;
    text-decoration: none;
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
    -moz-transform: translate3d(0, 0, 0) scale(1.2);
    -o-transform: translate3d(0, 0, 0) scale(1.2);
    -ms-transform: translate3d(0, 0, 0) scale(1.2);
    transform: translate3d(0, 0, 0) scale(1.2);
}

.thumb-icon-quick-view:focus {
    color: #fff;
}

.thumb-hover .thumb-icon-quick-view {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.thumb-more-info-link {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background: #000;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    z-index: 4;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.thumb-more-info-link:hover {
    color: #fff;
    text-decoration: none;
}

.thumb-info-block-wrap {
    position: relative;
    height: 100%;
    padding: 15px 25px;
}

.thumb-info-block {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 7;
    width: 70%;
    height: 100%;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.thumb-info-block .list-inline>li {
    margin-bottom: 5px;
}

.thumb-info-block-desc {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #8c8c8c;
}

.thumb-info-block-price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.thumb-info-block-price-old {
    font-weight: 400;
    color: #a6a6a6;
    text-decoration: line-through;
    margin-right: 7px;
}

.thumb-info-block-title {
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', arial, helvetica, sans-serif;
}

.thumb-info-block-logo {
    display: block;
    margin-bottom: 10px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.thumb-info-block-actions {
    padding-top: 10px;
}

.thumb-info-block-actions>li {
    margin-bottom: 5px;
}

.thumb-info-block-rating,
.thumb-caption-rating {
    list-style: none;
    margin-bottom: 3px;
    padding: 0;
    overflow: hidden;
}

.thumb-info-block-rating>li,
.thumb-caption-rating>li {
    float: left;
    width: 6px;
    height: 6px;
    background: #bfbfbf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 3px;
}

.thumb-info-block-rating>li.rated,
.thumb-caption-rating>li.rated {
    background: #0055b7;
}

.thumb-info-block-more {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #f2f2f2;
}

.thumb-info-block-more a {
    color: #474747;
}

.thumb-info-block-more a:hover {
    text-decoration: none;
}

.thumb-info-block-hide {
    font-family: arial, sans-serif;
    position: absolute;
    top: 15px;
    left: -25px;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    z-index: 4;
    background: #000;
    color: #fff;
    -webkit-transform: translate(101%, 0);
    -moz-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    transform: translate(101%, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.thumb-info-block-hide:hover {
    color: #fff;
    text-decoration: none;
}

.thumb-info-block-sm .thumb-info-block-title {
    font-size: 15px;
}

.thumb-info-block-sm .thumb-info-block-price {
    font-size: 17px;
}

.thumb-to-cart {
    position: absolute;
    bottom: 80px;
    right: 20px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #0055b7;
    z-index: 5;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 15%);
    -moz-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    transform: translate(0, 15%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

.thumb-to-cart:hover {
    color: #fff;
    background: #cd0026;
    text-decoration: none;
}

.thumb-plus {
    position: absolute;
    bottom: 60px;
    left: -70px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #0055b7;
    z-index: 5;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(5px, 20px, 0);
    -moz-transform: translate3d(5px, 20px, 0);
    -o-transform: translate3d(5px, 20px, 0);
    -ms-transform: translate3d(5px, 20px, 0);
    transform: translate3d(5px, 20px, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.thumb-plus:hover {
    color: #fff;
    background: #cd0026;
    text-decoration: none;
}

.thumb-select-sizes,
.thumb-select-colors {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.thumb-select-sizes>li,
.thumb-select-colors>li {
    float: left;
    margin-right: 5px;
}

.thumb-select-sizes>li:last-child,
.thumb-select-colors>li:last-child {
    margin-right: 0;
}

.thumb-select-sizes>li>a,
.thumb-select-colors>li>a {
    line-height: 1em;
    display: table;
    height: 24px;
    text-align: center;
    width: 26px;
    line-height: 24px;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #8b8b8b;
    font-size: 10px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.thumb-select-sizes>li>a:hover,
.thumb-select-colors>li>a:hover {
    text-decoration: none;
}

.thumb-select-sizes>li.active>a,
.thumb-select-colors>li.active>a {
    border-color: #000;
    background: #333;
    color: #fff;
}

.thumb-select-colors>li>a {
    width: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.thumb-select-colors>li>a:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    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;
}

.thumb-select-colors>li>a.light:before {
    background: #000;
}

.thumb-select-colors>li.active>a {
    border-color: #b3b3b3;
}

.thumb-select-colors>li.active>a:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.thumb-info-block-list-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.33px;
}

.thumb-error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.93);
    color: #fff;
    font-size: 14px;
    z-index: 6;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(0, -101%);
    -moz-transform: translate(0, -101%);
    -o-transform: translate(0, -101%);
    -ms-transform: translate(0, -101%);
    transform: translate(0, -101%);
}

.thumb-error.show {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.thumb-quick-view {
    display: inline-block;
    background: #fff;
    color: #000;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding: 2px 5px;
    -webkit-transform: translate3d(105%, 0, 0);
    -moz-transform: translate3d(105%, 0, 0);
    -o-transform: translate3d(105%, 0, 0);
    -ms-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.thumb-quick-view:hover {
    text-decoration: none;
    background: #0055b7;
    color: #fff;
}

.thumb-hover .thumb-more-info-link,
.thumb-hover .thumb-to-cart,
.thumb-hover .thumb-plus,
.thumb-hover .thumb-quick-view {
    -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);
}

.thumb-hover .thumb-img-alt {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.thumb-hover .thumb-img-primary {
    -webkit-transform: translate3d(150%, 0, 0) scale(1.5);
    -moz-transform: translate3d(150%, 0, 0) scale(1.5);
    -o-transform: translate3d(150%, 0, 0) scale(1.5);
    -ms-transform: translate3d(150%, 0, 0) scale(1.5);
    transform: translate3d(150%, 0, 0) scale(1.5);
}

.thumb-hover .thumb-title {
    bottom: -50px;
}

.thumb-hover .thumb-to-cart,
.thumb-hover .thumb-plus {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.thumb-hover .thumb-img-wrap-single .thumb-img-primary {
    -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);
}

.thumb-info-active .thumb-info-block-hide {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.thumb-info-active .thumb-info-block {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.2);
}

.thumb-info-active .thumb-info-block-wrap-inner {
    -webkit-animation-name: infoBlock;
    -moz-animation-name: infoBlock;
    -o-animation-name: infoBlock;
    -ms-animation-name: infoBlock;
    animation-name: infoBlock;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    animation-duration: 0.7s;
    height: 100%;
}

.thumb-info-active .thumb-img-alt {
    -webkit-transform: translate3d(-30%, 0, 0) scale(1.1);
    -moz-transform: translate3d(-30%, 0, 0) scale(1.1);
    -o-transform: translate3d(-30%, 0, 0) scale(1.1);
    -ms-transform: translate3d(-30%, 0, 0) scale(1.1);
    transform: translate3d(-30%, 0, 0) scale(1.1);
}

.thumb-info-active .thumb-hover-block {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.thumb-info-active .thumb-plus {
    left: -20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.thumb-info-active .thumb-quick-view {
    right: 70%;
}

.thumb-info-active .thumb-quick-view>span {
    display: none;
}

.thumb-info-active .thumb-img-wrap-single .thumb-img-primary {
    -webkit-transform: translate3d(-30%, 0, 0) scale(1.1);
    -moz-transform: translate3d(-30%, 0, 0) scale(1.1);
    -o-transform: translate3d(-30%, 0, 0) scale(1.1);
    -ms-transform: translate3d(-30%, 0, 0) scale(1.1);
    transform: translate3d(-30%, 0, 0) scale(1.1);
}

.thumb-img-banner,
.thumb-img-alt-banner {
    -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);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.thumb-banner-contents {
    padding: 0 50px;
    position: absolute;
    top: 350px;
    left: 0;
    text-align: center;
    z-index: 3;
    color: #fff;
    -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);
    width: 100%;
}

.thumb-banner-title {
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 45px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.thumb-banner-caption {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    font-weight: 300;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.thumb-banner-desc {
    font-size: 18px;
}

.thumb-banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.thumb-banner-btn {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.thumb-banner-btn:hover {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #0055b7;
    border-color: #0055b7;
    color: #fff;
    text-decoration: none;
}

.thumb-banner-logo {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 100%;
    z-index: 3;
    text-align: center;
}

.thumb-banner-logo>img {
    width: 25px;
    -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);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.thumb-banner-img-wrap {
    position: relative;
    z-index: 1;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    -moz-transform: translate3d(0, 0, 0) scale(1.1);
    -o-transform: translate3d(0, 0, 0) scale(1.1);
    -ms-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: grayscale(50%);
}

.thumb-banner-alt-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #000;
    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;
    -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);
}

.thumb-banner-alt-title {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 3px;
    left: 50%;
    top: 50%;
    display: table;
    padding: 15px 18px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.thumb-banner-alt-btn {
    position: absolute;
    z-index: 3;
    color: #fff;
    padding: 15px 25px;
    background: rgba(241, 0, 45, 0.85);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 20px;
    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;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.thumb-hover .thumb-banner-mask {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7);
}

.thumb-hover .thumb-banner-contents {
    top: 200px;
}

.thumb-hover .thumb-banner-caption {
    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);
}

.thumb-hover .thumb-img-banner {
    -webkit-transition: 10s;
    -moz-transition: 10s;
    -o-transition: 10s;
    -ms-transition: 10s;
    transition: 10s;
    -webkit-transform: scale(1.5) translate3d(0, 0, 0);
    -moz-transform: scale(1.5) translate3d(0, 0, 0);
    -o-transform: scale(1.5) translate3d(0, 0, 0);
    -ms-transform: scale(1.5) translate3d(0, 0, 0);
    transform: scale(1.5) translate3d(0, 0, 0);
}

.thumb-hover .thumb-banner-logo>img {
    -webkit-transform: scale(1.6) translate3d(0, 80px, 0);
    -moz-transform: scale(1.6) translate3d(0, 80px, 0);
    -o-transform: scale(1.6) translate3d(0, 80px, 0);
    -ms-transform: scale(1.6) translate3d(0, 80px, 0);
    transform: scale(1.6) translate3d(0, 80px, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.thumb-hover .thumb-banner-title {
    background: none;
}

.thumb-hover .thumb-banner-img-wrap {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-filter: grayscale(0);
}

.thumb-hover .thumb-banner-alt-mask {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.thumb-hover .thumb-banner-alt-title {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.thumb-hover .thumb-banner-alt-btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-top: 0;
}

.thumb-caption {
    margin-top: 15px;
    text-align: center;
    padding: 0 15px;
}

.thumb-caption-block {
    padding: 20px;
    text-align: center;
    background: #fafafa;
}

.thumb-caption-title {
    font-weight: 400;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    margin-bottom: 3px;
    font-size: 13px;
    height: 15px;
    overflow: hidden;
    color: #616161;
}

.thumb-caption-title>a {
    color: #000;
}

.thumb-caption-title-sm {
    font-size: 11px;
}

.thumb-caption-rating {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}

.thumb-caption-rating>li {
    margin: 0 2px;
}

.thumb-caption-price {
    margin-bottom: 0;
    font-size: 15px;
    font-family: 'Roboto', arial, helvetica, sans-serif;
}

.thumb-caption-price>span {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid transparent;
    line-height: 1em;
    letter-spacing: 1px;
}

.thumb-caption-price>span.thumb-caption-price-new {
    font-weight: 700;
    color: #434343;
}

.thumb-caption-price>span.thumb-caption-price-discounted {
    color: #0055b7;
    font-weight: 700;
}

.thumb-caption-price>span.thumb-caption-price-old {
    color: #727272;
    text-decoration: line-through;
}

.thumb-labels {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}

.thumb-labels>li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    background: #595959;
    color: #fff;
    margin-bottom: 5px;
    display: table;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.thumb-box-img,
.thumb-box-img-alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -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) scale(1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(1, 1);
    -o-transform: translate3d(0, 0, 0) scale(1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.thumb-box-img-alt {
    -webkit-transform: translate3d(100%, 0, 0) scale(1, 1);
    -moz-transform: translate3d(100%, 0, 0) scale(1, 1);
    -o-transform: translate3d(100%, 0, 0) scale(1, 1);
    -ms-transform: translate3d(100%, 0, 0) scale(1, 1);
    transform: translate3d(100%, 0, 0) scale(1, 1);
}

.thumb-box-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #0055b7;
    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;
}

.thumb-box:hover .thumb-box-img {
    -webkit-transform: translate3d(-100%, 0, 0) scale(1, 1);
    -moz-transform: translate3d(-100%, 0, 0) scale(1, 1);
    -o-transform: translate3d(-100%, 0, 0) scale(1, 1);
    -ms-transform: translate3d(-100%, 0, 0) scale(1, 1);
    transform: translate3d(-100%, 0, 0) scale(1, 1);
}

.thumb-box:hover .thumb-box-img-alt {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.thumb-box:hover .thumb-box-mask {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}

.thumb-box-sm .thumb-hover-block-title {
    font-size: 12px;
}

.thumb-box-sm .thumb-hover-block-price {
    font-size: 11px;
}

@-moz-keyframes infoBlock {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(-7px, 0, 0);
        -moz-transform: translate3d(-7px, 0, 0);
        -o-transform: translate3d(-7px, 0, 0);
        -ms-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }
    100% {
        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);
    }
}

@-webkit-keyframes infoBlock {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(-7px, 0, 0);
        -moz-transform: translate3d(-7px, 0, 0);
        -o-transform: translate3d(-7px, 0, 0);
        -ms-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }
    100% {
        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);
    }
}

@-o-keyframes infoBlock {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(-7px, 0, 0);
        -moz-transform: translate3d(-7px, 0, 0);
        -o-transform: translate3d(-7px, 0, 0);
        -ms-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }
    100% {
        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);
    }
}

@-ms-keyframes infoBlock {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(-7px, 0, 0);
        -moz-transform: translate3d(-7px, 0, 0);
        -o-transform: translate3d(-7px, 0, 0);
        -ms-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }
    100% {
        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);
    }
}

@keyframes infoBlock {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(-7px, 0, 0);
        -moz-transform: translate3d(-7px, 0, 0);
        -o-transform: translate3d(-7px, 0, 0);
        -ms-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }
    100% {
        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);
    }
}

@media (max-width:992px) {
    .mob-hidden {
        display: none;
    }
}

html {
    overflow-x: hidden;
}

body {
    background: #e6e6e6;
}

@media (min-width: 1250px) {
    body.boxed .global-wrapper {
        width: 1250px;
        margin: 30px auto;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width:992px) {
    body.boxed .global-wrapper {
        padding: 15px;
    }
}

@media (max-width:992px) {
    .mobile-hidden {
        display: none !important;
    }
}

@media (min-width:992px) {
    .desktop-hidden {
        display: none !important;
    }
}

.noscroll {
    overflow: hidden !important;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.rel {
    position: relative;
}

.first-screen {
    height: 800px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width:900px) {
    .first-screen.reset-mobile {
        height: auto !important;
    }
}

.top-area {
    height: 70vh;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-area-lg {
    height: 85vh;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-area-sm {
    height: 60vh;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-area-half {
    height: 50vh;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-area-xs {
    height: 40vh;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.global-wrapper {
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.global-wrapper.move {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.global-wrapper-transparent {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.full-width {
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.pointer:hover {
    cursor: pointer;
}

.content-wrap {
    width: 1200px;
    margin: 0 auto;
}

.white-wrap {
    background: #fff;
    padding: 20px 30px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}

hr {
    margin: 30px 0;
}

hr.bottom {
    margin-top: 0;
}

hr.top {
    margin-bottom: 0;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.full-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.top-area-container {
    position: relative;
    height: 600px;
}

.top-area-slide {
    height: 600px;
}

.top-area-container-sm {
    position: relative;
    height: 400px;
}

.logo-top-right,
.logo-center {
    position: absolute;
    display: block;
    top: 50px;
    left: 50px;
    z-index: 6;
}

.logo-center {
    top: 30px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.logo-block,
.logo-block-full {
    display: block;
    height: 50px;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.logo-block>img,
.logo-block-full>img {
    max-height: 50px;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.logo-block {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.logo-block:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.logo-block-full {
    background: #121212;
    text-align: center;
    height: 100px;
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
}

.logo-block-full>img {
    text-align: center;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.logo-block-full:hover {
    background: #000;
}

.logo-block-full:hover>img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.anim-shake {
    -webkit-animation: shake 1.2s;
    -moz-animation: shake 1.2s;
    -o-animation: shake 1.2s;
    -ms-animation: shake 1.2s;
    animation: shake 1.2s;
}

.main-nav-area-side {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.main-nav-area-side>li {
    float: left;
}

.main-nav-area-side>li:last-child {
    border-right: none;
}

.main-nav-area-side>li>a {
    color: #fff;
    padding: 0 16px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    display: block;
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.main-nav-area-side>li>a:hover {
    background: #1a1a1a;
    text-decoration: none;
}

html::-webkit-scrollbar {
    width: 7px;
    background-color: #e6e6e6;
}

html::-webkit-scrollbar-thumb {
    background-color: #808080;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

html::-webkit-scrollbar-thumb:active {
    background-color: #4d4d4d;
}

html::-webkit-scrollbar-tack {
    background-color: #4d4d4d;
}

.sale-points-area {
    color: #fff;
    padding: 100px 0 50px 0;
}

.sale-point {
    text-align: center;
}

.sale-point-icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
    background: #0055b7;
}

.sale-point-icon-border {
    border: 1px solid #505050;
    line-height: 73px;
    background: none !important;
    color: #505050;
}

.sale-point-icon-dark {
    background: #4c4c4c !important;
}

.sale-point-icon-white {
    background: #fff !important;
    color: #000;
}

.sale-point-title {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Roboto', arial, helvetica, sans-serif;
}

.sale-point-desc {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    padding: 0 30px;
}

.sale-point-left {
    text-align: left;
    overflow: hidden;
}

.sale-point-left .sale-point-icon {
    float: left;
    margin-right: 15px;
    text-align: center;
}

.sale-point-left .sale-point-caption {
    display: table;
}

.sale-point-left .sale-point-desc {
    padding: 0;
}

.sale-point-sm .sale-point-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.sale-point-sm .sale-point-icon.sale-point-icon-border {
    line-height: 43px;
}

.sale-point-sm .sale-point-title {
    font-size: 15px;
    margin-bottom: 0;
}

.sale-point-sm .sale-point-desc {
    font-size: 13px;
}

.main-footer {
    border-top: 2px solid #0055b7;
    background: #fbfbfb;
    padding: 60px 0 0 0;
}

.main-footer hr {
    border-color: #4d4d4d;
}

@media (max-width:992px) {
    .main-footer {
        text-align: center;
        padding-top: 30px;
    }
}

.main-footer-full {
    border-top: 2px solid #0055b7;
    height: 50px;
    background: #fbfbfb;
    padding: 0 30px;
}

@media (max-width:992px) {
    .main-footer-full {
        height: auto;
    }
}

.main-footer-full .copyright-text {
    margin: 0;
    height: 50px;
    line-height: 50px;
}

@media (max-width:992px) {
    .main-footer-full .copyright-text {
        height: auto;
        text-align: center;
        line-height: 1.6em;
        margin-top: 15px;
    }
}

.main-footer-full .footer-social-list {
    margin-top: 10px;
    float: right;
}

@media (max-width:992px) {
    .main-footer-full .footer-social-list {
        float: none;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}

.main-footer-body-bg {
    text-align: center;
    padding-top: 30px;
}

.main-footer-body-bg .footer-list>li>a {
    color: rgba(255, 255, 255, 0.7);
}

.main-footer-body-bg .footer-list>li>a:hover {
    color: #fff;
}

.main-footer-body-bg .copyright-text {
    margin: 0;
}

.main-footer-body-bg .copyright-text a {
    color: #fff;
}

.main-footer-body-bg .copyright-text a:hover {
    color: #fff;
}

.logo-footer {
    display: block;
    margin-bottom: 20px;
}

.logo-footer>img {
    max-width: 100%;
}

@media (max-width:992px) {
    .logo-footer>img {
        max-width: 60%;
    }
}

.footer-social-list {
    margin-top: 25px;
}

.footer-social-list>li>a {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
    background: #0055b7;
    border-color: #0055b7;
}

.footer-social-list>li>a:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.footer-social-list>li>a.fa-facebook {
    background: #46629e;
    border-color: #46629e;
}

.footer-social-list>li>a.fa-twitter {
    background: #55acee;
    border-color: #55acee;
}

.footer-social-list>li>a.fa-google-plus {
    background: #dd4b39;
    border-color: #dd4b39;
}

.footer-social-list>li>a.fa-youtube-play {
    background: #dc2725;
    border-color: #dc2725;
}

.footer-social-list>li>a.fa-instagram {
    background: #457399;
    border-color: #457399;
}

.footer-social-list>li>a.fa-pinterest {
    background: #cd2129;
    border-color: #cd2129;
}

.footer-desc {
    font-size: 16px;
    color: #bfbfbf;
    margin-top: 20px;
    line-height: 1.6em;
}

.footer-list {
    list-style: none;
    margin: 0;
    padding-left: 2px;
    margin-bottom: -3px;
}

.footer-list>li {
    margin-bottom: 3px;
}

.footer-list>li>a {
    color: rgba(89, 89, 89, 0.8);
    font-size: 13px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.footer-list>li>a:hover {
    color: #000;
    text-decoration: none;
}

.footer-list-inline {
    margin: 0;
    padding: 0;
    margin-right: -10px;
    margin-left: -10px;
}

.footer-list-inline>li {
    display: inline-block;
    margin: 0 10px;
}

.footer-list-inline>li>a {
    height: 50px;
    line-height: 50px;
    display: block;
}

@media (max-width:992px) {
    .footer-list-inline {
        margin: 20px 0;
    }
    .footer-list-inline>li {
        display: block;
        margin: 0;
        margin-bottom: 5px;
    }
    .footer-list-inline>li>a {
        height: auto;
        line-height: 1.4em;
        display: inline;
    }
}

.footer-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-news-list>li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.footer-news-list>li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.footer-news-title {
    margin-bottom: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
}

.footer-news-title>a {
    color: #fff;
}

.footer-news-date {
    font-weight: 300;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    font-size: 10px;
    margin-bottom: 2px;
}

.footer-news-desc {
    font-size: 11px;
    margin-bottom: 0;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}

.footer-address {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}

.copyright-area {
    background: #f6f6f6;
    border-top: 1px solid #d9d9d9;
}

.copyright-text {
    font-size: 12px;
    color: #a6a6a6;
    margin: 10px 0;
}

.copyright-text a {
    color: #000;
}

.copyright-text a:hover {
    color: #000;
}

.payment-icons-list {
    list-style: none;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 10px 0;
}

.payment-icons-list>li {
    float: left;
    margin-left: 10px;
}

.payment-icons-list>li img {
    width: 70%;
    height: inherit;
    vertical-align: -webkit-baseline-middle;
    ;
}

.vert-center {
    left: 0 !important;
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.hor-center {
    left: 50% !important;
    position: absolute !important;
    top: 0 !important;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.full-center {
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.inner-box {
    z-index: 5;
    position: relative;
    padding: 50px 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.inner-box-lg {
    padding: 100px 0;
}

.search-area-title {
    font-size: 70px;
    font-weight: 300;
    margin-bottom: 40px;
}

.search-area-title-icon {
    font-size: 40px;
    margin-right: 10px;
}

.serch-area-input {
    border: none;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px 0;
    font-size: 40px;
    color: #474747;
    width: 100%;
    font-weight: 300;
}

.serch-area-input:focus,
.serch-area-input:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width:992px) {
    .serch-area-input {
        font-size: 20px;
    }
}

.search-area-btn {
    background: none;
    color: #595959;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 40px;
    padding: 7px 0;
    padding: 0;
    height: 72px;
    line-height: 72px;
    font-weight: 300;
}

@media (max-width:992px) {
    .search-area-btn {
        display: none;
    }
}

.search-area-btn-icon {
    font-size: 30px;
    margin-right: 10px;
}

.product-dialog-wrap {
    padding: 40px 0;
    position: relative;
}

.product-error {
    position: fixed;
    text-align: center;
    padding: 10px 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.85);
    margin: 0;
    line-height: 1em;
    top: 70px;
    left: 50%;
    -webkit-transform: translate3d(-50%, -120px, 0);
    -moz-transform: translate3d(-50%, -120px, 0);
    -o-transform: translate3d(-50%, -120px, 0);
    -ms-transform: translate3d(-50%, -120px, 0);
    transform: translate3d(-50%, -120px, 0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 999;
}

.product-error.show {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.product-breadcrumb {
    margin-bottom: 15px;
    font-size: 13px !important;
}

.product-selection {
    margin-bottom: 20px;
}

.product-rating {
    list-style: none;
    margin-left: 2px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 0;
    float: left;
}

.product-rating>li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #bfbfbf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 3px;
}

.product-rating>li.rated {
    background: #0055b7;
}

.product-rating-link {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

.product-rating-sign {
    color: #7a7a7a;
    margin-top: 3px;
    float: left;
    text-transform: uppercase;
    font-size: 10px;
}

.product-image {
    position: relative;
}

.product-labels {
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.product-labels>li {
    padding: 5px 7px;
    line-height: 1em;
    margin-bottom: 7px;
    display: table;
    background: rgba(255, 255, 255, 0.5);
    color: #434343;
    border: 1px solid #7a7a7a;
}

.product-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    line-height: 1em;
    color: #595959;
    margin-bottom: 15px;
}

.product-title-sm {
    font-size: 20px;
}

.product-title-lg {
    letter-spacing: 1px;
    margin: 10px 0;
}

.product-price {
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 20px;
}

.product-price>span {
    position: relative;
    font-weight: 700;
}

.product-price .product-price-old {
    font-weight: 400;
    margin-right: 10px;
    color: #7a7a7a;
}

.product-price .product-price-old:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    background: #727272;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.product-desc {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.4em;
    color: #7a7a7a;
}

.product-table-features {
    margin-top: 20px;
    margin-bottom: 0;
}

.product-table-features>tbody>tr>td {
    border: none;
    font-size: 13px;
}

.product-additional-info {
    margin-bottom: 20px;
}

.product-additional-info>.lin {
    margin-bottom: 7px;
    display: inline-block;
    color: #8c8c8c;
    font-size: 13px;
}

.product-additional-info>h5 {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #616161;
}

.product-additional-info>p {
    font-size: 11px;
    margin-bottom: 5px;
    color: #7a7a7a;
}

.product-share {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.product-share>li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.product-share>li>a {
    font-size: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    color: #fff;
    background: #0055b7;
}

.product-share>li>a:hover {
    color: #fff;
    text-decoration: none;
}

.product-share>li>a.fa-facebook {
    background: #46629e;
}

.product-share>li>a.fa-pinterest {
    background: #cd2129;
}

.product-share>li>a.fa-twitter {
    background: #55acee;
}

.product-additional-info-wrap-white .product-additional-info>p {
    color: #fff;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}

.product-additional-info-wrap-white .product-additional-info>h5 {
    color: #fff;
}

.product-additional-info-wrap-white .product-additional-info>.lin {
    color: #fff;
}

.product-big-images-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-big-images-list>li {
    margin-bottom: 30px;
}

.product-big-images-list>li:last-child {
    margin-bottom: 0;
}

.product-first-screen {
    background: #000;
}

.product-full-page-desc {
    padding: 50px 70px;
    background: #f7f7f7;
}

@media (max-width:992px) {
    .product-full-page-desc {
        padding: 30px;
        height: auto;
    }
}

.product-minimal-wrap {
    padding: 30px 0;
    background: #ededed;
}

@media (max-width:992px) {
    .product-minimal-wrap {
        padding-bottom: 0;
    }
}

.product-tabs .nav-tabs {
    text-align: center;
}

.product-tabs .nav-tabs>li {
    float: none;
    display: inline-block;
    margin: 0 15px;
}

@media (max-width:992px) {
    .product-tabs .nav-tabs>li {
        display: block;
        margin-bottom: 15px;
    }
}

.product-tabs .nav-tabs>li>a {
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 0;
    background: none !important;
    border: none;
    text-transform: uppercase;
    position: relative;
    color: rgba(89, 89, 89, 0.75);
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-weight: 700;
    padding: 0 5px 5px 5px;
}

.product-tabs .nav-tabs>li.active>a {
    color: #000;
    border: none;
}

.product-tabs .nav-tabs>li.active>a:before {
    content: '';
    background: #000;
    height: 1px;
    bottom: -1px;
    width: 100%;
    position: absolute;
    left: 0;
}

.product-tabs .tab-content {
    text-align: left;
    padding-top: 15px;
}

.product-tabs .product-table-features {
    margin: 0;
}

.product-tabs-white .nav-tabs {
    border-color: rgba(255, 255, 255, 0.35);
}

.product-tabs-white .nav-tabs>li>a {
    color: rgba(255, 255, 255, 0.65);
}

.product-tabs-white .nav-tabs>li.active>a {
    color: #fff;
}

.product-tabs-white .nav-tabs>li.active>a:before {
    background: #fff;
}

.product-tabs-body-white .tab-pane {
    padding: 15px 25px;
    background: #fff;
}

.shadow-box {
    -webkit-box-shadow: 0 1px 35px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 35px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.1);
}

.story-box {
    height: 85vh;
    position: relative;
    background: #fff;
}

.story-box .social-list>li {
    margin: 0 5px;
}

.story-box-sm {
    height: 45vh;
}

.story-box-lg {
    height: 70vh;
}

.story-box-reg {
    height: 60vh;
}

.story-box-xs {
    height: 35vh;
}

.story-box-container {
    height: 500px;
}

.story-box-container.story-box-sm {
    height: 350px;
}

.story-box-container.story-box-xs {
    height: 250px;
}

.story-box-container.story-box-lg {
    height: 650px;
}

.story-box-gray {
    background: #ededed;
}

.story-box-twitter {
    text-align: center;
    background: #55acee;
}

.story-box-twitter-icon {
    color: #fff;
    font-size: 45px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.story-box-tweet {
    font-size: 20px;
    color: #fff;
    line-height: 1.6em;
    font-weight: 300;
}

.story-box-title {
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    letter-spacing: 3px;
}

@media (max-width:992px) {
    .story-box-title {
        font-size: 30px;
    }
}

.story-box-desc {
    font-size: 17px;
    line-height: 1.55em;
    margin: 0;
}

.story-box-btn {
    margin-top: 25px;
}

.story-box-sm .story-box-title {
    font-size: 27px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.story-box-sm .story-box-desc {
    font-size: 15px;
    line-height: 1.5em;
}

.story-box-sm .story-box-btn {
    margin-top: 15px;
}

.story-box-inner {
    position: absolute;
    left: 50%;
    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%);
    width: 80%;
    max-width: 500px;
}

.story-box-dark {
    background: #262626;
    color: #fff;
}

.story-box-color {
    background: #0055b7;
    color: #fff;
}

.product-story-box {
    height: 500px;
    background: #f2f2f2;
    position: relative;
}

.product-story-box p {
    font-size: 17px;
}

.product-story-title {
    font-size: 25px;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.product-story-inner {
    position: absolute;
    left: 50%;
    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%);
    width: 80%;
    text-align: center;
}

.btn-group-sizes,
.btn-group-colors {
    margin-bottom: -8px;
    margin-right: -8px;
}

.btn-group-sizes .btn {
    padding: 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 1em;
    display: table;
    height: 28px;
    text-align: center;
    width: 28px;
    line-height: 26px;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #595959;
    font-size: 9px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.btn-group-sizes .btn.active {
    border-color: #000;
    background: #333;
    color: #fff;
}

.btn-group-colors .btn {
    padding: 0;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    border: none;
}

.btn-group-colors .btn:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    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;
}

.btn-group-colors .btn.light:before {
    background: #000;
}

.btn-group-colors .btn.light {
    -webkit-box-shadow: 0 0 0 1px #b3b3b3;
    box-shadow: 0 0 0 1px #b3b3b3;
}

.btn-group-colors .btn.active:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.category-full-wrapper {
    background: #4d4d4d;
}

.category-top-area {
    margin: 30px 0;
}

.category-sidebar {
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
    position: relative;
}

@media (max-width:992px) {
    .category-sidebar {
        position: fixed;
        z-index: 9999;
        width: 90%;
        top: 0;
        left: 0;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .category-sidebar.active {
        -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);
    }
}

.category-banner {
    height: 55vh;
    text-align: center;
}

.category-banner-inner-container.vert-center {
    position: relative !important;
}

.category-banner-inner {
    padding: 0 50px;
    color: #fff;
    z-index: 10;
    width: 100%;
    text-align: center;
}

@media (max-width:992px) {
    .category-banner-inner {
        padding: 0 10px;
    }
}

.category-banner-inner-vert {
    padding-top: 70px;
    padding-bottom: 20px;
}

.category-banner-title,
.category-top-area-title {
    font-weight: 700;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
}

@media (max-width:992px) {
    .category-banner-title,
    .category-top-area-title {
        font-size: 30px;
    }
}

.category-top-area-title {
    text-shadow: none;
    color: #000;
    text-align: center;
}

.category-banner-desc {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
}

.category-banner-breadcrumb,
.category-top-area-breadcrumb,
.product-breadcrumb {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    border: none;
    background: none;
    display: table;
}

.category-banner-breadcrumb>li+li:before,
.category-top-area-breadcrumb>li+li:before,
.product-breadcrumb>li+li:before {
    font-family: 'FontAwesome';
    content: '\f105';
}

.category-banner-breadcrumb>.active,
.category-top-area-breadcrumb>.active,
.product-breadcrumb>.active {
    color: #fff;
    font-weight: 700;
}

.category-banner-breadcrumb a,
.category-top-area-breadcrumb a,
.product-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.category-banner-breadcrumb a:hover,
.category-top-area-breadcrumb a:hover,
.product-breadcrumb a:hover {
    color: #fff;
    text-decoration: none;
}

.category-banner-breadcrumb,
.category-top-area-breadcrumb {
    margin: 0 auto;
}

@media (max-width:992px) {
    .category-banner-breadcrumb,
    .category-top-area-breadcrumb {
        margin-bottom: 10px;
    }
}

.category-top-area-breadcrumb>.active,
.product-breadcrumb>.active {
    font-weight: 700;
    color: #1a1a1a;
}

.category-top-area-breadcrumb a,
.product-breadcrumb a {
    color: #808080;
}

.category-top-area-breadcrumb a:hover,
.product-breadcrumb a:hover {
    color: #000;
}

.category-banner-area {
    padding: 40px 0;
    background: #337ab7;
    text-align: center;
}

.category-banner-area .category-banner-title,
.category-banner-area .category-top-area-title {
    text-shadow: none;
}

.category-filters {
    padding: 15px 20px;
    padding-bottom: 16px;
    background: #fff;
    color: #595959;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
}

.category-filters-item {
    float: left;
    margin-right: 30px;
}

@media (max-width:992px) {
    .category-filters-item {
        margin: 0;
        margin-bottom: 7px;
        float: none;
    }
}

.category-filters-item-right {
    float: right;
    margin-left: 30px;
}

.category-filters-item-right .dropit .dropit-submenu {
    left: auto;
    right: -10px;
}

@media (max-width:992px) {
    .category-filters-item-right {
        float: none;
        margin: 0;
        margin-bottom: 7px;
    }
    .category-filters-item-right .dropit .dropit-submenu {
        left: 0;
        right: auto;
    }
}

.category-filters-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-filters-title {
    margin-bottom: 0;
    color: #7a7a7a;
}

.category-filters-dark {
    background: #2e2e2e;
    color: #fff;
}

.category-filters-dark .category-filters-title {
    color: rgba(255, 255, 255, 0.85);
}

.category-filters-dark .nav-drop-title {
    color: #fff !important;
}

.category-mob-sidebar-btn-wrapper {
    position: relative;
    height: 50px;
    text-align: center;
}

@media (min-width:992px) {
    .category-mob-sidebar-btn-wrapper {
        display: none;
    }
}

.category-mob-sidebar-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0055b7;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-mob-sidebar-btn:hover {
    text-decoration: none;
}

.category-mob-sidebar-btn.fixed {
    position: fixed;
    z-index: 999;
    bottom: 0;
    top: auto;
}

.category-mob-sidebar-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.category-list-title {
    text-transform: uppercase;
}

.category-list-section {
    margin-bottom: 30px;
}

.category-side-list {
    list-style: none;
    padding: 0;
    font-size: 13px;
}

.category-side-list>li {
    margin: 7px 0;
    padding: 7px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.category-side-list>li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.category-side-list>li>a {
    color: #4c4c4c;
    padding-left: 3px;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
    transition: 0.15s;
    display: block;
}

.category-side-list>li>a:hover {
    text-decoration: none;
    color: #000;
    padding-left: 7px;
}

.category-filter-full-page .category-accordion-select-area {
    margin: 0;
}

.category-filter-full-page .category-sidebar-item {
    margin: 15px 0;
    border: none;
    padding: 0;
}

.category-filter-full-page .category-sidebar-title {
    color: #fff;
}

.category-filter-full-page .category-sidebar-title-icon {
    color: #fff;
}

.category-filter-full-page .btn-group-sizes .btn {
    width: 27px;
    height: 27px;
    line-height: 25px;
    border-color: #fff;
    color: #fff;
}

.category-filter-full-page .btn-group-sizes .btn.active {
    border-color: #0055b7;
    background: #0055b7;
}

.category-filter-full-page .btn-group-colors .btn {
    width: 27px;
    height: 27px;
    line-height: 25px;
}

.category-filter-full-page .category-root-title {
    font-size: 50px;
}

.category-filter-full-page .category-banner-breadcrumb {
    display: block;
    text-align: center;
}

.category-sidebar-mob {
    display: none;
    overflow-y: scroll;
    background: #4d4d4d;
    position: fixed;
    z-index: 999;
    top: 50px;
    width: 300px;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.category-sidebar-mob.active {
    -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);
}

.category-sidebar-mob::-webkit-scrollbar {
    width: 7px;
    background: #262626;
}

.category-sidebar-mob::-webkit-scrollbar-thumb {
    background-color: #808080;
}

.category-sidebar-mob::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

.category-sidebar-mob::-webkit-scrollbar-thumb:active {
    background-color: #4d4d4d;
}

.category-sidebar-mob::-webkit-scrollbar-tack {
    background-color: #4d4d4d;
}

.category-sidebar-mob .panel-body {
    max-height: none !important;
}

@media (max-width:992px) {
    .category-sidebar-mob {
        display: block;
    }
}

.category-sidebar-mob-inner {
    position: relative;
}

.category-sidebar-mob-btn {
    display: none;
    height: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    float: left;
}

@media (max-width:992px) {
    .category-sidebar-mob-btn {
        display: block;
    }
}

.panel-default>.panel-heading {
    background: #fff;
    padding: 0;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.panel-title>a {
    display: block;
    position: relative;
    padding: 10px 15px;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    letter-spacing: 0.45px;
}

.panel-title>a:before {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 15px;
}

.active>.panel-title>a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.category-accordion {
    color: #fff;
    background: #fff;
    margin-bottom: 0;
}

.category-accordion.panel-group .panel+.panel {
    margin-top: 0;
}

.category-accordion .panel-title>a {
    background: none;
    color: #333;
}

.category-accordion .panel {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f2f2f2;
}

.category-accordion .panel-default>.panel-heading {
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.category-accordion .panel-body {
    border: none !important;
    padding: 20px 25px;
    background: #fff;
    max-height: 260px;
    overflow: auto;
    color: #2b2b2b;
}

@media (max-width:992px) {
    .category-accordion .panel-body {
        max-height: none;
    }
}

.category-accordion .panel-body::-webkit-scrollbar {
    width: 7px;
    background: none;
}

.category-accordion .panel-body::-webkit-scrollbar-thumb {
    background-color: #808080;
}

.category-accordion .panel-body::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

.category-accordion .panel-body::-webkit-scrollbar-thumb:active {
    background-color: #4d4d4d;
}

.category-accordion .panel-body::-webkit-scrollbar-tack {
    background-color: #4d4d4d;
}

.category-accordion .panel-title>a {
    padding: 18px 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.category-accordion .panel-title>a:before {
    top: 15px;
}

.category-accordion .panel-title>a:hover {
    text-decoration: none;
}

.category-accordion .active>.panel-title>a {
    background: #0055b7;
    color: #fff;
}

.category-accordion .active>.panel-title>a .category-accordion-icon {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.category-accordion-left-scroll .panel-body {
    direction: rtl;
}

.category-accordion-left-scroll .panel-body-inner {
    direction: ltr;
}

.category-items-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.category-items-list .active>a {
    background: #bfbfbf;
    cursor: default;
    color: #000;
}

.category-items-list .active>a>span {
    color: #fff;
}

.category-items-list ul {
    list-style: none;
    margin-left: 15px;
    padding: 0;
}

.category-items-list a {
    font-weight: 700;
    color: #595959;
    margin: 5px 0;
    padding: 3px 7px;
    display: table;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.category-items-list a:hover {
    text-decoration: none;
    background: #bfbfbf;
    color: #000;
}

.category-items-list a:hover>span {
    color: #fff;
}

.category-items-list a>span {
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: -4px;
    color: #b3b3b3;
    margin-left: 4px;
    font-size: 10px;
    display: inline-block;
}

.category-accordion-icon {
    margin-right: 10px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.category-affix.affix {
    position: fixed !important;
    width: 16.66666667%;
    top: 50px;
}

.category-accordion-sizes,
.category-accordion-colors {
    margin-bottom: -10px;
}

.category-accordion-sizes .btn,
.category-accordion-colors .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.category-accordion-sizes .btn {
    color: #595959;
    border-color: rgba(0, 0, 0, 0.3);
}

.category-accordion-sizes .btn.active {
    background: #0055b7;
    border-color: #0055b7;
    color: #fff;
}

.category-filters-title {
    margin: 0;
}

.category-filters-title a {
    color: #595959;
}

.category-filters-title a:hover {
    color: #595959;
    text-decoration: none;
}

.category-accordion-select-area {
    margin: -10px 0;
}

.category-accordion-select-area label {
    text-transform: none;
    font-size: 14px;
}

.category-accordion-select-area .checkbox {
    margin: 10px 0 !important;
}

.category-accordion-select-area .i-check {
    border-color: rgba(0, 0, 0, 0.3);
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 0;
}

.category-accordion-select-area .i-check:before {
    font-size: 11px;
}

.category-dark-wrapper {
    background: #404040;
}

.category-sidebar-dark {
    background: #404040;
}

.category-sidebar-dark .category-accordion {
    background: #404040;
}

.category-sidebar-dark .category-accordion .panel-default>.panel-heading {
    background: #404040;
}

.category-sidebar-dark .category-accordion .panel-title>a {
    color: #fff;
}

.category-sidebar-dark .category-accordion .panel {
    border-color: #2e2e2e;
}

.category-sidebar-dark .category-accordion .panel-body {
    background: #383838;
    color: #fff;
}

.category-sidebar-dark .category-accordion-select-area .i-check {
    border-color: rgba(255, 255, 255, 0.65);
}

.category-sidebar-dark .category-accordion-select-area .i-check.checked,
.category-sidebar-dark .category-accordion-select-area .i-check.hover {
    border-color: #0055b7;
}

.category-sidebar-dark .category-accordion-sizes .btn {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.65);
}

.category-sidebar-dark .category-accordion-sizes .btn.active {
    border-color: #0055b7;
}

.category-sidebar-dark .irs-from,
.category-sidebar-dark .irs-to,
.category-sidebar-dark .irs-single {
    color: #fff;
}

.category-sidebar-dark .category-items-list a {
    color: #fff;
}

.category-sidebar-dark .category-items-list .active>a,
.category-sidebar-dark .category-items-list a:hover {
    background: #1a1a1a;
}

.category-pagination {
    padding: 0 50px;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.category-pagination .pagination {
    text-transform: uppercase;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    overflow: hidden;
    display: table;
    font-size: 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.category-pagination .pagination>li {
    margin: 0;
    border-right: 1px solid #e6e6e6;
    display: block;
    float: left;
    min-width: 35px;
}

.category-pagination .pagination>li:first-child {
    border-left: 1px solid #e6e6e6;
}

.category-pagination .pagination>li>a {
    display: block;
    border: none;
    color: #595959;
    font-weight: 700;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: none;
    padding: 20px 30px;
}

.category-pagination .pagination>li>a:hover {
    background: #dedede;
    color: #595959;
}

.category-pagination .pagination>li.active>a,
.category-pagination .pagination>li.active>a:hover {
    background: #0055b7;
}

.category-pagination .pagination>li.dots {
    border: none;
    top: 0;
    line-height: 43px;
    text-align: center;
    font-size: 24px;
    color: #ccc;
    margin: 0 15px;
}

.category-pagination .pagination>li.dots+li {
    border-left: 1px solid #e6e6e6;
}

@media (max-width:992px) {
    .category-pagination {
        padding: 0;
        border-left: none;
        border-right: none;
    }
}

.category-pagination.category-pagination-sm .pagination>li>a {
    padding: 15px 20px;
}

.category-pagination.category-pagination-sm .pagination>li>select {
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-weight: 700;
}

.category-pagination-white {
    background: none;
    border: none;
    padding: 0;
}

.category-pagination-white .pagination>li {
    min-width: 0;
    margin: 0 6px;
    border: none !important;
}

.category-pagination-white .pagination>li>a {
    border: 1px solid #ccc;
    color: #595959;
    padding: 10px 15px;
}

.category-pagination-white .pagination>li>a:hover {
    background: none;
    border-color: #000;
    color: #000;
}

.category-pagination-white .pagination>li>select {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 9px;
    font-weight: 700;
}

.category-pagination-white .pagination>li.active>a {
    border-color: #0055b7;
    color: #fff;
}

.category-pagination-white .pagination>li.dots {
    line-height: 25px;
}

.category-pagination-white-wrap .pagination>li>a {
    border: none;
    background: #fff;
}

.category-pagination-white-wrap .pagination>li>a:hover {
    background: #d9d9d9;
}

.category-pagination-white-wrap .pagination>li>select {
    border: none;
}

.category-pagination-dark {
    background: #2e2e2e;
    border: none;
}

.category-pagination-dark .pagination>li {
    border-color: #212121;
}

.category-pagination-dark .pagination>li:first-child {
    border-left: 1px solid #212121;
}

.category-pagination-dark .pagination>li.dots+li {
    border-color: #212121;
}

.category-pagination-dark .pagination>li>a {
    color: #fff;
}

.category-pagination-dark .pagination>li>a:hover {
    background: #000;
    color: #fff;
}

.category-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #4c4c4c;
    letter-spacing: 0.45px;
}

.category-sidebar-title-icon {
    margin-right: 7px;
    color: #808080;
}

.category-sidebar-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.category-sidebar-container .category-items-list a {
    color: #595959;
}

.category-sidebar-container .category-items-list a:hover {
    color: #fff;
    background: #0055b7;
}

.category-sidebar-container .category-items-list a:hover>span {
    color: rgba(255, 255, 255, 0.7);
}

.category-sidebar-container .category-items-list a>span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.category-sidebar-container .category-items-list li.active a {
    color: #fff;
    background: #0055b7;
}

.category-sidebar-container .category-items-list li.active a>span {
    color: rgba(255, 255, 255, 0.7);
}

.category-sidebar-container .category-accordion-select-area {
    margin: 0;
}

@media (max-width:992px) {
    .category-sidebar-container {
        position: fixed;
        z-index: 9999;
        width: 90%;
        top: 0;
        left: 0;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .category-sidebar-container.active {
        -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);
    }
    .category-sidebar-container .category-sidebar-item {
        margin: 0;
        padding: 25px 30px;
    }
}

.category-sidebar-section-title {
    font-weight: 700;
    color: #595959;
    text-transform: uppercase;
    padding: 18px 20px;
    font-size: 14px;
    margin-bottom: 0;
    background: #fff;
    letter-spacing: 0.45px;
    border-top: 1px solid #ededed;
}

.category-sidebar-section-title .lin {
    margin-right: 10px;
}

.category-sidebar-section-body {
    color: #595959;
    padding: 20px;
    padding-top: 2px;
    background: #fff;
}

.category-sidebar-white-wrap {
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
}

.category-sidebar-white-wrap .category-sidebar-item {
    background: #fff;
    padding: 20px 30px;
    margin: 0;
}

.product-review-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-review-list>li {
    margin-bottom: 20px;
}

.product-review-person-img {
    float: left;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.product-review-item {
    overflow: hidden;
}

.product-review-caption {
    display: table;
}

.product-review-rating {
    list-style: none;
    margin-bottom: 6px;
    padding: 0;
    overflow: hidden;
}

.product-review-rating>li {
    float: left;
    width: 6px;
    height: 6px;
    background: #bfbfbf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 3px;
}

.product-review-rating>li.rated {
    background: #0055b7;
}

.product-review-person {
    color: #000;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 3px;
}

.product-review-text {
    font-size: 13px;
    color: #7a7a7a;
}

.product-review-list-center {
    text-align: center;
}

.product-rating-group {
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}

.product-rating-group>.btn {
    padding: 0;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-right: 10px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #999;
}

.product-rating-group>.btn.active {
    color: #0055b7;
}

.product-rating-1:before,
.product-rating-2:before,
.product-rating-3:before,
.product-rating-4:before,
.product-rating-5:before {
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 10px;
    letter-spacing: 3px;
}

.product-rating-2:before {
    content: '\f111 \f111';
}

.product-rating-3:before {
    content: '\f111 \f111 \f111';
}

.product-rating-4:before {
    content: '\f111 \f111 \f111 \f111';
}

.product-rating-5:before {
    content: '\f111 \f111 \f111 \f111 \f111';
}

.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff355b;
}

label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.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;
    border-top: 1px dashed #e6e6e6;
}

.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: 13px;
    text-transform: uppercase;
}

.cart-table .cart-item-image img {
    width: 60px;
}

.cart-table .cart-item-remove>a {
    font-size: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #808080;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.cart-table .cart-item-remove>a:hover {
    text-decoration: none;
    color: #000;
}

.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: 0;
    border-radius: 0;
    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: #666;
    font-size: 10px;
}

.cart-table .cart-item-quantity .cart-item-minus:hover,
.cart-table .cart-item-quantity .cart-item-plus:hover {
    color: #595959;
}

.cart-table .cart-item-size,
.cart-table .cart-item-color {
    font-size: 9px;
    color: #7a7a7a;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 2px;
}

.cart-total-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.cart-total-list>li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #d9d9d9;
}

.cart-total-amount {
    float: right;
}

.paypal-img {
    width: 200px;
}

.create-account {
    display: none;
}

.payment-success-icon {
    font-size: 70px;
    color: #03944d;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.summary-address-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #727272;
}

.summary-address-list>li {
    border-top: 1px dashed #e6e6e6;
    margin-top: 5px;
    padding-top: 5px;
}

.summary-items-share-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
}

.summary-items-share-list>li {
    display: inline-block;
}

.summary-items-share-list>li img {
    width: 70px;
}

.summary-icons-share-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.summary-icons-share-list>li {
    display: inline-block;
    margin: 0 5px;
}

.summary-icons-share-list>li .fa {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: #0055b7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.summary-icons-share-list>li .fa:hover {
    text-decoration: none;
}

.summary-icons-share-list>li .fa.fa-facebook {
    background: #46629e;
}

.summary-icons-share-list>li .fa.fa-twitter {
    background: #55acee;
}

.summary-icons-share-list>li .fa.fa-google-plus {
    background: #dd4b39;
}

.summary-icons-share-list>li .fa.fa-pinterest {
    background: #cd2129;
}

.lost-password {
    margin-top: 15px;
    font-size: 14px;
}

.login-register-icon {
    text-align: center;
    display: block;
    margin-bottom: 7px;
    font-size: 23px;
    color: #6a6a6a;
}

.newsletter-input {
    background: #fff;
    border-color: #e6e6e6;
    padding: 10px 15px;
    height: auto;
}

.team-member {
    text-align: center;
}

.team-member-img {
    width: 100%;
    margin-bottom: 15px;
}

.team-member-name {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px;
}

.team-member-desc {
    font-size: 12px;
    line-height: 1.4em;
    color: #9b9b9b;
    margin-bottom: 0;
}

.pagination {
    text-align: center;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.pagination>li {
    margin: 0 5px;
}

.pagination>li.active>a,
.pagination>li.active>a:hover {
    background: #444;
    border-color: #444;
    color: #fff;
}

.pagination>li.dots {
    position: relative;
    top: -4px;
    letter-spacing: 2px;
    font-size: 20px;
    color: #b3b3b3;
}

.pagination>li>a {
    float: none;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #4d4d4d;
    border-color: #b3b3b3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.pagination>li>a:hover {
    background: none;
    border-color: #000;
    color: #000;
}

.intro-page-wrapper {
    position: relative;
}

.intro-page-nav {
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 5px 0;
    width: 100%;
    list-style: none;
    position: fixed;
    text-align: center;
    bottom: 0;
    z-index: 7;
    font-size: 10px;
}

.intro-page-nav>li {
    display: inline-block;
    margin: 0 15px;
}

.intro-page-nav>li>a {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    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;
}

.intro-page-nav>li>a:hover {
    color: #fff;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-decoration: none;
}

.newsletter-area {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

.newsletter-area .newsletter-area-desc {
    color: rgba(255, 255, 255, 0.65);
}

.newsletter-area .newsletter-area-input {
    height: 60px;
    padding: 20px 15px;
}

.newsletter-area .newsletter-area-submit {
    height: 60px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}

.newsletter-area-icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0055b7;
}

.newsletter-area-title {
    margin-top: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.newsletter-area-desc {
    font-size: 17px;
    color: #a6a6a6;
    margin-bottom: 15px;
}

.newsletter-area-input-block {
    position: relative;
}

.newsletter-area-input {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    width: 100%;
    display: block;
    background: none;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    height: 42px;
    background: rgba(0, 0, 0, 0.5);
}

.newsletter-area-input:focus {
    border-color: #0055b7;
    outline: none;
}

.newsletter-area-submit {
    position: absolute;
    top: 0;
    right: -1px;
    height: 42px;
    background: #0055b7;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter-area-note {
    font-size: 13px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    margin-top: 10px;
    margin-bottom: 0;
}

.newsletter-container {
    text-align: center;
}

.newsletter-container .newsletter-area-icon {
    color: #fff;
}

.newsletter-container .newsletter-area-input {
    background: none;
    border-color: #838383;
    color: #595959;
}

.newsletter-container .newsletter-area-input:focus {
    border-color: #0055b7;
}

.newsletter-container-white {
    color: #fff;
}

.newsletter-container-white .newsletter-area-desc {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-container-white .newsletter-area-input {
    border-color: #fff;
    color: #fff;
}

.social-list {
    list-style: none;
    padding: 0;
}

.social-list>li {
    display: inline-block;
}

.social-list>li>a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #0055b7;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}

@media (max-width:992px) {
    .social-list>li>a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

.social-list>li>a:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-decoration: none;
}

.social-list>li>a.fa-facebook {
    background: #46629e;
}

.social-list>li>a.fa-pinterest {
    background: #cd2129;
}

.social-list>li>a.fa-google-plus {
    background: #dd4b39;
}

.social-list>li>a.fa-instagram {
    background: #457399;
}

.social-list>li>a.fa-youtube-play {
    background: #dc2725;
}

.social-list>li>a.fa-twitter {
    background: #55acee;
}

.preview-item {
    color: #595959;
    text-decoration: none;
    text-align: center;
}

.preview-item:hover {
    text-decoration: none;
    color: #595959;
}

.preview-item:hover img {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.preview-item img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.preview-item h5 {
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.preview-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.preview-list>li {
    margin-bottom: 7px;
}

.preview-list>li>a {
    color: #595959;
}

.preview-list>li>a:hover {
    color: #000;
    text-decoration: none;
}

.preview-caption {
    position: absolute;
    top: 85px;
    z-index: 6;
}

.preview-caption .super-hero-caption-title {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 3px;
}

.preview-caption .super-hero-caption-text {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    font-size: 14px;
}

.preview-item-box img {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

.preview-item-box h5 {
    margin-top: 10px;
}

.preview-bg-holder .bg-mask {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}

.preview-image-top {
    display: block;
    position: absolute;
    bottom: -35px;
    z-index: 6;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.col-masonry {
    overflow: hidden;
    margin-left: -0.01%;
}

.masonry-wrapper {
    margin-bottom: -1px;
}

.search-dialog-wrap {
    position: relative;
    height: 100%;
}

.search-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 100%;
}

.search-dialog-inner {
    position: relative;
    padding-right: 50px;
}

.search-dialog-input {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    outline: none !important;
    font-size: 18px;
    font-weight: 700;
}

.search-dialog-btn {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #939393;
}

.search-dialog-btn:hover {
    text-decoration: none;
    color: #0055b7;
}

@media (max-width:992px) {
    .search-dialog-btn {
        right: -2px;
    }
}

.grid-item {
    background: #000;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 99999999;
}

.test-container {
    overflow: hidden;
    height: 840px;
    position: relative;
}

.test-item {
    float: left;
    width: 33.3%;
    height: 280px;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.test-item .fa {
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    font-size: 80px;
}

.test-container.active {
    width: 50px;
}

.test-container.active .test-item {
    float: none;
}

.test-container.active .test-item .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.test-item.active {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@-moz-keyframes shake {
    0%,
    100% {
        -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);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-3px, 0, 0);
        -moz-transform: translate3d(-3px, 0, 0);
        -o-transform: translate3d(-3px, 0, 0);
        -ms-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(3px, 0, 0);
        -moz-transform: translate3d(3px, 0, 0);
        -o-transform: translate3d(3px, 0, 0);
        -ms-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -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);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-3px, 0, 0);
        -moz-transform: translate3d(-3px, 0, 0);
        -o-transform: translate3d(-3px, 0, 0);
        -ms-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(3px, 0, 0);
        -moz-transform: translate3d(3px, 0, 0);
        -o-transform: translate3d(3px, 0, 0);
        -ms-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@-o-keyframes shake {
    0%,
    100% {
        -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);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-3px, 0, 0);
        -moz-transform: translate3d(-3px, 0, 0);
        -o-transform: translate3d(-3px, 0, 0);
        -ms-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(3px, 0, 0);
        -moz-transform: translate3d(3px, 0, 0);
        -o-transform: translate3d(3px, 0, 0);
        -ms-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@-ms-keyframes shake {
    0%,
    100% {
        -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);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-3px, 0, 0);
        -moz-transform: translate3d(-3px, 0, 0);
        -o-transform: translate3d(-3px, 0, 0);
        -ms-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(3px, 0, 0);
        -moz-transform: translate3d(3px, 0, 0);
        -o-transform: translate3d(3px, 0, 0);
        -ms-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -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);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-3px, 0, 0);
        -moz-transform: translate3d(-3px, 0, 0);
        -o-transform: translate3d(-3px, 0, 0);
        -ms-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(3px, 0, 0);
        -moz-transform: translate3d(3px, 0, 0);
        -o-transform: translate3d(3px, 0, 0);
        -ms-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@-moz-keyframes move-from-right {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate(20px, 0);
        -moz-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes move-from-right {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate(20px, 0);
        -moz-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-o-keyframes move-from-right {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate(20px, 0);
        -moz-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-ms-keyframes move-from-right {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate(20px, 0);
        -moz-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes move-from-right {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate(20px, 0);
        -moz-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes fixed-show {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        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);
    }
}

@-webkit-keyframes fixed-show {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        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);
    }
}

@-o-keyframes fixed-show {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        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);
    }
}

@-ms-keyframes fixed-show {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        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);
    }
}

@keyframes fixed-show {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        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);
    }
}

.slimmenu-menu-collapser {
    position: relative;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.slimmenu-collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slimmenu-collapse-button .slimmenu-icon-bar {
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 3px 0;
}

.slimmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.slimmenu li>a {
    font-family: 'Roboto', arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 16px;
}

.slimmenu li {
    position: relative;
    display: inline-block;
}

.slimmenu li a {
    display: block;
    color: #737373;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
    transition: 0.15s;
}

.slimmenu li.active>a {
    background: #0055b7;
    color: #fff;
}

.slimmenu li.logo {
    margin-right: 10px;
}

.slimmenu li.logo>a {
    background: #0055b7;
    padding-left: 25px;
    padding-right: 25px;
}

.slimmenu li.logo>a>img {
    padding: 3px;
    width: 30px;
    position: relative;
}

.slimmenu li.search>a {
    position: relative;
    top: 1px;
}

.slimmenu li.search>a:hover {
    text-decoration: none;
}

.slimmenu li.search>.nav-search-bar {
    position: absolute;
    top: 6px;
    width: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #737373;
    padding-left: 5px;
}

.slimmenu li.search>.nav-search-bar:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slimmenu li.search>.nav-search-bar.open {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    width: 200px;
    left: -200px;
}

.slimmenu li:hover>a {
    background: #f2f2f2;
    text-decoration: none;
}

.slimmenu li:hover>a .slimmenu-sub-collapser>i {
    color: #fff;
}

.slimmenu li .slimmenu-sub-collapser {
    display: none;
}

.slimmenu li ul {
    margin: 0;
    list-style: none;
}

.slimmenu li ul li {
    display: block;
}

.slimmenu li ul li a {
    background-color: #333;
    color: #4d4d4d;
}

.slimmenu li>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    padding: 0;
    min-width: 170px;
}

.slimmenu li>ul>li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}

.slimmenu>li {
    float: left;
    display: block;
}

.slimmenu>li>a {
    padding: 0 20px;
    height: 100px;
    line-height: 100px;
    letter-spacing: 2px;
}

.slimmenu.slimmenu-collapsed li {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slimmenu.slimmenu-collapsed li ul li a {
    background: none;
    color: #fff;
}

.slimmenu.slimmenu-collapsed li ul li a:hover {
    background: #0055b7;
    color: #fff;
}

.slimmenu.slimmenu-collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slimmenu.slimmenu-collapsed li>ul {
    display: none;
    position: static;
    width: 100%;
    padding-left: 50px;
}

.slimmenu.slimmenu-collapsed li .slimmenu-sub-collapser {
    position: absolute;
    text-align: center;
    z-index: 999;
    top: 0;
    line-height: 50px;
    cursor: pointer;
    display: block;
    height: 50px;
    width: 50px;
    right: 0;
    background: #fff;
}

.slimmenu.slimmenu-collapsed li .slimmenu-sub-collapser>i {
    color: #fff;
}

.slimmenu-nav-category {
    width: 500px;
    height: 300px;
    background: #fff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.slimmenu-nav-category .slimmenu-nav-list {
    padding: 20px;
    width: 40%;
    float: left;
}

.slimmenu-nav-list {
    margin: 0;
    padding: 0;
    position: relative !important;
    display: block !important;
    left: 0 !important;
}

.slimmenu-nav-list>li>a {
    background: none !important;
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    padding: 0 !important;
    font-size: 12px;
    margin-bottom: 10px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.slimmenu-nav-list>li>a:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background: none;
    text-decoration: none;
}

.slimmenu-nav-category-bg {
    height: 100%;
    width: 100%;
    float: left;
    width: 60%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.slimmenu-nav-full {
    background-color: #0d0d0d;
    color: #fff;
    position: fixed !important;
    width: 100%;
    top: 100px !important;
}

.slimmenu-nav-full-inner {
    padding: 20px 60px;
}

.slimmenu-nav-full-title {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.slimmenu-nav-brand-item {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    padding: 15px 20px;
    background: none !important;
}

.slimmenu-nav-brand-item:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.slimmenu-collapsed {
    overflow-y: auto;
}

.slimmenu-collapsed::-webkit-scrollbar {
    width: 7px;
    background-color: #e6e6e6;
}

.slimmenu-collapsed::-webkit-scrollbar-thumb {
    background-color: #808080;
}

.slimmenu-collapsed::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

.slimmenu-collapsed::-webkit-scrollbar-thumb:active {
    background-color: #4d4d4d;
}

.slimmenu-collapsed::-webkit-scrollbar-tack {
    background-color: #4d4d4d;
}

.slimmenu-collapsed .slimmenu-nav-full {
    position: static !important;
    padding-left: 0 !important;
}

.slimmenu-collapsed .slimmenu-nav-full .banner-link {
    background: none !important;
}

.slimmenu-collapsed .slimmenu-nav-full .slimmenu-sub-collapser {
    display: none !important;
}

.slimmenu-collapsed .slimmenu-nav-full-inner {
    padding: 20px;
}

.slimmenu-collapsed .slimmenu-nav-category {
    padding-left: 0 !important;
}

.slimmenu-collapsed .slimmenu-nav-category .slimmenu-sub-collapser {
    display: none !important;
}

.slimmenu-collapsed .slimmenu-nav-category .slimmenu-nav-list {
    padding: 20px;
    width: 100%;
    float: none;
}

.slimmenu-collapsed .slimmenu-nav-category-bg {
    display: none !important;
}

.sticky-queue {
    position: fixed;
    width: 300px;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
}

.sticky-note {
    padding-right: 20px;
}

.sticky {
    font-size: 12px;
    display: none;
    position: relative;
    height: 85px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.sticky-thumb-img {
    width: 90px;
    float: left;
    display: block;
}

.sticky-content {
    width: 185px;
    padding: 5px 15px;
    float: left;
}

.sticky-pretitle {
    font-size: 10px;
    margin-bottom: 2px;
    line-height: 1em;
    color: #8b8b8b;
}

.sticky-title {
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
}

.sticky-price {
    line-height: 1em;
    font-size: 15px;
    margin-bottom: 2px;
}

.sticky-details {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.sticky-details>li {
    display: inline-block;
    margin-right: 7px;
}

.sticky-details>li b {
    text-transform: uppercase;
    font-weight: 400;
}

.sticky-close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 12px;
    cursor: pointer;
    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;
}

.sticky-close:before {
    font-family: 'FontAwesome';
    content: '\f00d';
}

.sticky-close:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: zoom-in;
}

.mfp-auto-cursor .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: 15px;
    top: 15px;
    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;
    outline: none !important;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-a {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    background: #000;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    background: #444;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0) rotate(500deg);
    -moz-transform: scale(0) rotate(500deg);
    -o-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    -moz-transform: scale(0) rotate(500deg);
    -o-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

.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(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    -moz-transform: rotateY(-60deg);
    -o-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    -o-transform: rotateY(60deg);
    -ms-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.mfp-dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

.mfp-search-dialog {
    width: 100%;
    height: 250px !important;
}

@media (max-width:992px) {
    .mfp-search-dialog {
        height: 150px !important;
    }
    .mfp-search-dialog .full-center {
        position: relative !important;
    }
}

.mfp-dialog-full {
    margin: 0;
    max-width: none;
    padding: 0;
    overflow: auto;
    height: 100vh;
}

.mfp-dialog-full::-webkit-scrollbar {
    width: 7px;
    background-color: #e6e6e6;
}

.mfp-dialog-full::-webkit-scrollbar-thumb {
    background-color: #808080;
}

.mfp-dialog-full::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

.mfp-dialog-full::-webkit-scrollbar-thumb:active {
    background-color: #4d4d4d;
}

.mfp-dialog-full::-webkit-scrollbar-tack {
    background-color: #4d4d4d;
}

.mfp-subscribe-dialog {
    max-width: 800px;
    padding: 0;
}

.mfp-subscribe-dialog .widget-title {
    margin-bottom: 10px;
}

.mfp-subscribe-dialog .mfp-close {
    color: #fff;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.subscribe-dialog-inner {
    padding: 20px 30px;
}

.subscribe-dialog-bg {
    height: 410px;
}

.irs {
    position: relative;
    display: block;
    height: 40px;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    height: 8px;
    top: 25px;
    background: #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
    height: 8px;
}

.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: 8px;
    top: 25px;
    background: #0055b7;
}

.irs-slider {
    position: absolute;
    display: block;
    left: 0;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 22px;
    background: #ff2850;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    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-weight: 700;
    font-size: 13px;
    line-height: 1.333;
}

.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);
}

.category-sidebar-white .irs-from,
.category-sidebar-white .irs-to,
.category-sidebar-white .irs-single {
    color: #595959;
}

.category-sidebar-white .irs-min,
.category-sidebar-white .irs-max {
    color: #8b8b8b;
}

.i-check,
.i-radio {
    display: inline-block;
    *display: inlne;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    cursor: pointer;
    top: -2px;
    left: -7px;
    margin-left: -13px;
    float: left;
    text-align: center;
    line-height: 20px;
    -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: 14px;
}

.i-check.hover,
.i-radio.hover {
    border: 1px solid #0055b7;
}

.i-check.checked,
.i-radio.checked {
    border: 1px solid #0055b7;
    background: #0055b7;
}

.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 !important;
}

.i-check.disabled.checked,
.i-radio.disabled.checked {
    background: #ccc !important;
}

.i-check.i-check-stroke.checked {
    background: #fff;
}

.i-check.i-check-stroke.checked:before {
    color: #0055b7;
}

.i-radio {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.i-radio:before {
    content: '\f111';
    font-size: 12px;
}

.checkbox-switch .i-check,
.radio-switch .i-check,
.checkbox-switch .i-radio,
.radio-switch .i-radio {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 44px;
    broder-color: #999;
    border-width: 2px;
}

.checkbox-switch .i-check:before,
.radio-switch .i-check:before,
.checkbox-switch .i-radio:before,
.radio-switch .i-radio:before {
    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);
    background: #b3b3b3;
    content: '';
    width: 16px;
    height: 14px;
    top: 2px;
    left: 2px;
    position: absolute;
}

.checkbox-switch .i-check.checked,
.radio-switch .i-check.checked,
.checkbox-switch .i-radio.checked,
.radio-switch .i-radio.checked {
    background: #fff;
}

.checkbox-switch .i-check.checked:before,
.radio-switch .i-check.checked:before,
.checkbox-switch .i-radio.checked:before,
.radio-switch .i-radio.checked:before {
    background: #0055b7;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}

.checkbox-switch .i-check.disabled:before,
.radio-switch .i-check.disabled:before,
.checkbox-switch .i-radio.disabled:before,
.radio-switch .i-radio.disabled:before {
    background: #ccc !important;
}

.checkbox-small,
.radio-small {
    margin-bottom: 10px;
}

.checkbox-small.checkbox-inline,
.radio-small.checkbox-inline,
.checkbox-small.radio-inline,
.radio-small.radio-inline {
    margin: 0;
}

.checkbox-small label,
.radio-small label {
    font-size: 13px;
}

.checkbox-small label .i-check,
.radio-small label .i-check,
.checkbox-small label .i-radio,
.radio-small label .i-radio {
    width: 18px;
    height: 18px;
    line-height: 16px;
    top: 3px;
}

.checkbox-small label .i-check:before,
.radio-small label .i-check:before,
.checkbox-small label .i-radio:before,
.radio-small label .i-radio:before {
    font-size: 12px;
}

.checkbox-small label .i-radio:before,
.radio-small label .i-radio:before {
    font-size: 9px;
}

.checkbox-lg,
.radio-lg {
    margin-bottom: 20px;
}

.checkbox-lg.checkbox-inline,
.radio-lg.checkbox-inline,
.checkbox-lg.radio-inline,
.radio-lg.radio-inline {
    margin: 0;
}

.checkbox-lg label,
.radio-lg label {
    font-size: 17px;
}

.checkbox-lg label .i-check,
.radio-lg label .i-check,
.checkbox-lg label .i-radio,
.radio-lg label .i-radio {
    width: 26px;
    height: 26px;
    line-height: 24px;
    top: -1px;
}

.checkbox-lg label .i-check:before,
.radio-lg label .i-check:before,
.checkbox-lg label .i-radio:before,
.radio-lg label .i-radio:before {
    font-size: 16px;
}

.checkbox-lg label .i-radio:before,
.radio-lg label .i-radio:before {
    font-size: 14px;
}

.checkbox-stroke .i-check.checked,
.radio-stroke .i-check.checked,
.checkbox-stroke .i-radio.checked,
.radio-stroke .i-radio.checked {
    background: #fff;
}

.checkbox-stroke .i-check.checked:before,
.radio-stroke .i-check.checked:before,
.checkbox-stroke .i-radio.checked:before,
.radio-stroke .i-radio.checked:before {
    color: #0055b7;
}

.checkbox-stroke .i-check.checked.disabled,
.radio-stroke .i-check.checked.disabled,
.checkbox-stroke .i-radio.checked.disabled,
.radio-stroke .i-radio.checked.disabled {
    background: #fff;
}

.checkbox-stroke .i-check.checked.disabled:before,
.radio-stroke .i-check.checked.disabled:before,
.checkbox-stroke .i-radio.checked.disabled:before,
.radio-stroke .i-radio.checked.disabled:before {
    color: #ccc;
}

.checkbox-small.checkbox-inline+.checkbox-small.checkbox-inline,
.radio-small.radio-inline+.radio-small.radio-inline {
    margin-left: 10px;
}

.checkbox-lg.checkbox-inline+.checkbox-lg.checkbox-inline,
.radio-lg.radio-inline+.radio-lg.radio-inline {
    margin-left: 20px;
}

.dropit {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropit .dropit-trigger {
    position: relative;
}

.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
}

.dropit .dropit-submenu>li>a {
    padding: 10px 15px;
    background: #fff;
    font-size: 13px;
    display: block;
    color: #838383;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
}

.dropit .dropit-submenu>li>a:hover {
    background: #0055b7;
    color: #fff;
    text-decoration: none;
}

.dropit,
.dropit-open,
.dropit-submenu {
    display: block;
}

.nav-drop {
    position: relative;
}

.nav-drop-title {
    color: #595959;
    position: relative;
    padding-right: 17px;
}

.nav-drop-title:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    line-height: 10px;
    display: block;
    margin-top: -4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}

.nav-drop-title:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    color: #595959;
    text-decoration: none;
}

.nav-drop-title:visited {
    color: #595959;
    text-decoration: none;
}

.nav-drop-title:focus {
    color: #595959;
    text-decoration: none;
}

.dropit-open .nav-drop-title {
    color: #0055b7;
}

.dropit-open .nav-drop-title:after {
    -webkit-transform: translateZ(0) rotate(180deg);
    -moz-transform: translateZ(0) rotate(180deg);
    -o-transform: translateZ(0) rotate(180deg);
    -ms-transform: translateZ(0) rotate(180deg);
    transform: translateZ(0) rotate(180deg);
}

header.main {
    padding: 30px 0;
}

.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
    overflow: hidden;
}

.gap:after {
    content: '';
    display: table;
}

.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;
}

.cc-form .form-group {
    float: left;
    position: relative;
}

.cc-form .form-group.form-group-cc-number,
.cc-form .form-group.form-group-cc-name {
    width: 70%;
    margin-right: 5%;
}

.cc-form .form-group.form-group-cc-date,
.cc-form .form-group.form-group-cc-cvc {
    width: 25%;
}

.cc-form .form-group.form-group-cc-number .cc-card-icon {
    display: block;
    width: 41px;
    height: 26px;
    position: absolute;
    right: 4px;
    top: 29px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.cc-form .form-group.form-group-cc-number input.identified+.cc-card-icon {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.cc-form .form-group.form-group-cc-number input.visa+.cc-card-icon {
    background-image: url("../img/payment/visa-curved-32px.png");
}

.cc-form .form-group.form-group-cc-number input.mastercard+.cc-card-icon {
    background-image: url("../img/payment/mastercard-curved-32px.png");
}

.cc-form .form-group.form-group-cc-number input.amex+.cc-card-icon {
    background-image: url("../img/payment/american-express-curved-32px.png");
}

.cc-form .form-group.form-group-cc-number input.discover+.cc-card-icon {
    background-image: url("../img/payment/discover-curved-32px.png");
}

.cc-form .form-group.form-group-cc-number input.maestro+.cc-card-icon {
    background-image: url("../img/payment/maestro-curved-32px.png");
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
    -o-animation-duration: 1000ms;
    -ms-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 15px;
    padding-right: 15px;
}

.owl-slider {
    margin-left: 0;
    margin-right: 0;
}

.owl-slider .owl-item {
    padding-right: 0;
    padding-left: 0;
}

.owl-item {
    z-index: 1;
    -webkit-transform-style: flat;
}

.bg-area .owl-slider .owl-item>div {
    height: 600px;
}

.bg-area-lg .owl-slider .owl-item>div {
    height: 700px;
}

.bg-area-sm .owl-slider .owl-item>div {
    height: 500px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: flat;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("http://remtsoy.com/tf_templates/maxshop/demo_v3_0_2/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0) scale(0.8);
    -moz-transform: translateZ(0) scale(0.8);
    -o-transform: translateZ(0) scale(0.8);
    -ms-transform: translateZ(0) scale(0.8);
    transform: translateZ(0) scale(0.8);
    background: rgba(0, 0, 0, 0.1);
}

.owl-dot.active {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.owl-nav-dot-out .owl-dots {
    position: relative;
    bottom: auto;
    margin-top: 10px;
}

.owl-nav-dot-out .owl-dot {
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
    background: #000;
}

.owl-nav-dot-out .owl-dot.active {
    background: rgba(0, 0, 0, 0.5);
}

.owl-dots-dark .owl-dot {
    background: #404040;
}

.owl-prev,
.owl-next {
    position: absolute;
    cursor: pointer;
}

.owl-nav {
    display: none;
}

.first-screen .owl-dots {
    bottom: 80px;
}

.owl-no-nav .owl-controls {
    display: none;
}

@-moz-keyframes fadeOut {
    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 fadeOut {
    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 fadeOut {
    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 fadeOut {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}

.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: #0055b7;
    font-size: 14px;
}

.comment .comment-author {
    float: left;
    margin-right: 10px;
}

.comment .comment-author img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
}

.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: 13px;
    color: #727272;
    margin: 0;
}

.comment .comment-time {
    font-size: 13px;
    margin-right: 10px;
    color: #7a7a7a;
}

.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: 13px;
    font-weight: bold;
}

.comment:hover .comment-like {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.banner {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.banner-full {
    height: 100%;
}

.banner-img {
    display: block;
    width: 100%;
    z-index: 1;
    -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);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    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;
    z-index: 2;
}

.banner-inner {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 70%;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 2px;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-weight: 700;
}

.banner-caption {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 50px, 0) scale(1.5);
    -moz-transform: translate3d(0, 50px, 0) scale(1.5);
    -o-transform: translate3d(0, 50px, 0) scale(1.5);
    -ms-transform: translate3d(0, 50px, 0) scale(1.5);
    transform: translate3d(0, 50px, 0) scale(1.5);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    font-weight: 300;
}

.banner-btn {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #0055b7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

.banner-btn>span {
    line-height: 1em;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.banner-btn>span:first-child {
    margin-top: 14px;
    margin-bottom: 2px;
}

.banner-link {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: none !important;
}

.banner:hover .banner-img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    -moz-transform: translate3d(0, 0, 0) scale(1.1);
    -o-transform: translate3d(0, 0, 0) scale(1.1);
    -ms-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
}

.banner:hover .banner-mask {
    background: #000;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.banner:hover .banner-caption {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.banner:hover .banner-btn {
    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);
}

.banner-blur .banner-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.banner-blur:hover .banner-img {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.banner-lg .banner-title {
    padding: 10px 20px;
    font-size: 50px;
}

.banner-lg .banner-btn {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

.banner-lg .banner-btn>span {
    font-size: 17px;
}

.banner-lg .banner-btn>span:first-child {
    margin-top: 32px;
}

.banner-sm .banner-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.banner-block .banner-inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 25px;
}

.banner-block .banner-title {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    color: #595959;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.banner-block .banner-caption {
    letter-spacing: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    color: #595959;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.banner-block-table .banner-inner {
    padding: 0;
    background: none;
    top: auto;
    bottom: 10%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.banner-block-table .banner-title {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
    color: #595959;
    background: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    display: table;
    margin: 0 auto;
}

.banner-block-table.banner-sm .banner-title {
    font-size: 14px;
}

.banner-inverse .banner-mask {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.banner-inverse:hover .banner-mask {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.zoomPad {
    position: relative;
    z-index: 99;
    cursor: default;
}

.zoomPad>img {
    width: 100%;
}

.jqzoom-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
}

.jqzoom-list>li {
    float: left;
    margin: 7px;
}

.jqzoom-list>li>a {
    width: 50px;
    display: block;
}

.jqzoom-list>li>a>img {
    width: 100%;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 8px;
    text-align: center;
    background-position: 43px 30px;
    z-index: 110;
    position: absolute;
    top: 0px;
    left: 0px;
    *width: 100px;
    *height: 49px;
}

.zoomPup {
    overflow: hidden;
    background-color: #fff;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #ccc;
    z-index: 101;
    cursor: default;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 390px !important;
    top: 0;
    background: #fff;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
}

.zoomWrapper {
    position: relative;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #fff;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    position: absolute;
    display: block;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    padding: 0;
}

.yamm-content {
    position: relative;
}

.yamm-content>.row {
    position: relative;
    z-index: 2;
}

.navbar-main {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
}

.navbar-main .navbar-nav>li>a {
    height: 100px;
    line-height: 100px;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    /*color: #fff;*/
    font-family: 'Roboto', arial, helvetica, sans-serif;
    letter-spacing: 1px;
}

@media (max-width:992px) {
    .navbar-main .navbar-nav>li>a {
        height: 50px;
        line-height: 50px;
    }
}

.navbar-main .navbar-nav>li>a:focus {
    color: #737373;
}

@media (min-width:992px) {
    .navbar-main .navbar-nav>li:hover>a {
        background: #0055b7;
        color: #fff;
    }
}

.navbar-main .navbar-brand {
    height: 100px;
    line-height: 100px;
    padding: 0 30px;
    background: #0055b7;
    margin-right: 15px;
    margin-left: 0 !important;
    color: #fff;
}

.navbar-main .navbar-brand:hover,
.navbar-main .navbar-brand:active,
.navbar-main .navbar-brand:focus,
.navbar-main .navbar-brand:visited {
    background: #0055b7;
    color: #fff;
    text-decoration: none;
}

.navbar-main .navbar-brand>img {
    display: inline-block;
    max-height: 25px;
}

@media (max-width:992px) {
    .navbar-main .navbar-brand {
        padding: 0 15px;
        max-width: 50%;
        height: 50px;
        line-height: 50px;
    }
}

.navbar-main .navbar-actions-mobile {
    display: inline-block;
    float: right;
    margin: 0;
}

.navbar-main .navbar-actions-mobile>li {
    display: inline-block;
}

.navbar-main .navbar-actions-mobile>li>a {
    padding: 0 10px !important;
}

.navbar-main .drop-caret {
    color: #595959;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
}

@media (min-width:992px) {
    .navbar-main .drop-caret {
        display: none;
    }
}

@media (min-width:992px) {
    .navbar-main .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

.navbar-main .dropdown-menu {
    border: none;
    border-top: 2px solid #0055b7;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-main .dropdown-menu-body {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.navbar-main .dropdown-menu-inner {
    padding: 20px 30px;
}

.navbar-main .dropdown-menu-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 12px;
}

.navbar-main .dropdown-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.navbar-main .dropdown-menu-list>li {
    margin-bottom: 6px;
}

.navbar-main .dropdown-menu-list>li>a {
    color: #919191;
}

.navbar-main .dropdown-menu-list>li>a:hover {
    text-decoration: none;
    color: #333;
}

.navbar-main .dropdown-menu-list-lg {
    font-size: 14px;
}

.navbar-main .dropdown-menu-list-lg>li {
    margin-bottom: 10px;
}

.navbar-main .dropdown-menu-banner-wrap {
    position: relative;
    border: none !important;
}

.navbar-main .dropdown-menu-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width:992px) {
    .navbar-main-sm .navbar-nav>li>a {
        height: 65px;
        line-height: 65px;
        font-size: 13px;
    }
}

.navbar-main-sm .navbar-brand {
    height: 65px;
    line-height: 65px;
    padding: 0 15px;
}

@media (max-width:992px) {
    .navbar-main-sm .navbar-brand {
        height: 50px;
        line-height: 50px;
    }
}

.navbar-main-full .navbar-nav>li>a {
    padding: 0 20px;
}

.navbar-main-fixed,
.navbar-main-abs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

@media (max-width:992px) {
    .navbar-main-fixed,
    .navbar-main-abs {
        top: -1px;
    }
}

.navbar-main-abs {
    position: absolute;
}

.navbar-main-transparent,
.navbar-main-transparent-darken,
.navbar-main-dark {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width:992px) {
    .navbar-main-transparent .navbar-nav>li>a,
    .navbar-main-transparent-darken .navbar-nav>li>a,
    .navbar-main-dark .navbar-nav>li>a,
    .navbar-main-transparent .navbar-nav>li>a:focus,
    .navbar-main-transparent-darken .navbar-nav>li>a:focus,
    .navbar-main-dark .navbar-nav>li>a:focus {
        color: #000;
    }
}

.navbar-main-transparent-darken {
    background: #fff;
}

.navbar-main-dark {
    background: #404040;
}

.navbar-main-shopping-cart-counter {
    position: absolute;
    top: 35px;
    right: 5px;
    font-size: 8px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    background: #0055b7;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.navbar-main-shopping-cart {
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.navbar-main-shopping-cart:hover {
    text-decoration: none;
}

.navbar-main-shopping-cart-link {
    padding: 0 14px;
    line-height: 100px;
    position: relative;
    display: block;
    height: 100px;
    color: #737373;
}

.navbar-main-shopping-cart-link:hover {
    text-decoration: none;
}

.navbar-main-shopping-cart-wrapper:hover .navbar-main-shopping-cart-inner {
    max-height: 350px;
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    -ms-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
}

.navbar-main-shopping-cart-inner {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 300px;
    right: 0;
    color: #fff;
    background: #1a1a1a;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0px;
    -webkit-transition: max-height 0.15s ease-out;
    -moz-transition: max-height 0.15s ease-out;
    -o-transition: max-height 0.15s ease-out;
    -ms-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
}

.navbar-main-shopping-cart-inner>li {
    overflow: hidden;
}

.navbar-main-shopping-cart-inner-price {
    margin-bottom: 0;
    font-size: 12px;
}

.navbar-main-shopping-cart-inner-img {
    width: 30%;
    float: left;
    display: block;
}

.navbar-main-shopping-cart-inner-img>img {
    width: 100%;
}

.navbar-main-shopping-cart-inner-content {
    float: left;
    width: 70%;
    padding: 10px 0 0 15px;
}

.navbar-main-shopping-cart-inner-title {
    font-size: 14px;
    margin-bottom: 7px;
}

.navbar-main-shopping-cart-inner-title>a {
    color: #fff;
    font-weight: 400;
}

.navbar-main-shopping-cart-inner-title>a>span {
    margin-left: 5px;
    font-size: 11px;
    color: #fff;
}

.navbar-main-shopping-cart-inner-detail {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #d9d9d9;
}

.navbar-main-shopping-cart-inner-actions {
    padding: 20px;
    text-align: center;
    background: #000;
}

.navbar-main-shopping-cart-inner-actions .btn {
    margin: 0 10px;
}

.navbar-main-shopping-cart-adding-item {
    background: #1a1a1a;
    -webkit-transform: translate3d(0, 2px, 0) rotate(2deg);
    -moz-transform: translate3d(0, 2px, 0) rotate(2deg);
    -o-transform: translate3d(0, 2px, 0) rotate(2deg);
    -ms-transform: translate3d(0, 2px, 0) rotate(2deg);
    transform: translate3d(0, 2px, 0) rotate(2deg);
}

.navbar-main-shopping-cart-adding-item .navbar-main-shopping-cart-counter {
    -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);
}

.navbar-main-shopping-cart-amount {
    margin-left: 5px;
}

.navbar-main-shopping-cart-amount-num {
    margin-left: 1px;
}

.navbar-main-scroll-animate-down {
    -webkit-animation: moveFromTop 0.2s;
    -moz-animation: moveFromTop 0.2s;
    -o-animation: moveFromTop 0.2s;
    -ms-animation: moveFromTop 0.2s;
    animation: moveFromTop 0.2s;
}

.navbar-main-scroll-animate-up {
    -webkit-animation: moveToTop 0.2s;
    -moz-animation: moveToTop 0.2s;
    -o-animation: moveToTop 0.2s;
    -ms-animation: moveToTop 0.2s;
    animation: moveToTop 0.2s;
}

@media (min-width: 1250px) {
    .navbar-container-wide {
        width: 1250px;
        padding: 0;
    }
}

@media (max-width:992px) {
    .navbar-main .navbar-collapse {
        background: #fff;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
        padding: 0;
    }
    .navbar-main .navbar-toggle {
        border: none;
        padding: 0 10px;
        top: 16px;
        margin: 0;
        background: none !important;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-right: 10px;
    }
    .navbar-main.navbar-main-transparent .navbar-actions-mobile>li>a,
    .navbar-main.navbar-main-transparent-darken .navbar-actions-mobile>li>a,
    .navbar-main.navbar-main-dark .navbar-actions-mobile>li>a {
        color: #000;
    }
    .navbar-main.navbar-main-transparent .navbar-toggle .icon-bar,
    .navbar-main.navbar-main-transparent-darken .navbar-toggle .icon-bar,
    .navbar-main.navbar-main-dark .navbar-toggle .icon-bar {
        background: #b3b3b3;
    }
    .navbar-main .navbar-nav {
        margin: 0;
    }
}

@-moz-keyframes moveFromTop {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -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);
    }
}

@-webkit-keyframes moveFromTop {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -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);
    }
}

@-o-keyframes moveFromTop {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -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);
    }
}

@-ms-keyframes moveFromTop {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -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);
    }
}

@keyframes moveFromTop {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -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);
    }
}

@-moz-keyframes moveToTop {
    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);
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes moveToTop {
    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);
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-o-keyframes moveToTop {
    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);
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-ms-keyframes moveToTop {
    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);
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes moveToTop {
    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);
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.box-item {
    position: relative;
    height: 70vh;
}

.box-item:hover .box-item-mask {
    background: #3c000b;
}

.box-item-sm {
    height: 35vh;
}

.box-item-sm .box-item-title {
    font-size: 12px;
}

.box-item-sm .box-item-caption {
    font-size: 13px;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}

.box-item-sm .box-item-action {
    margin-top: 9px;
}

.box-item-sm .box-item-date {
    margin-bottom: 12px;
}

.box-item .banner,
.box-item .thumb-box {
    height: 100%;
}

.box-item-color {
    background: #0055b7;
}

.box-item-dark {
    background: #404040;
}

.box-item-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    z-index: 3;
    width: 100%;
    padding: 30px;
}

.box-item-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    margin-bottom: 20px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.15);
}

.box-item-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
    margin-bottom: 5px;
}

.box-item-caption {
    margin-bottom: 0;
}

.box-item-date {
    margin-bottom: 15px;
    font-size: 13px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    font-style: italic;
}

.box-item-action {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 13px;
    margin-left: 5px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.box-item-tweet {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.55em;
}

.box-item-tweet a {
    color: #fff;
    text-decoration: underline;
}

.box-item-twitter-icon {
    margin-bottom: 11px;
    font-size: 21px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.box-item-link,
.box-item-bg,
.box-item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.box-item-bg {
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.box-item-mask {
    z-index: 2;
    background: #000;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}

.box-item-link {
    z-index: 4;
}

.super-hero-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 40%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 20;
}

@media (max-width:992px) {
    .super-hero-bottom {
        width: 100%;
        padding: 0 10px;
    }
}

.super-hero-video-sound {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 11;
}

.super-hero-video-sound.active {
    background: #fff;
    color: #262626;
}

.super-hero-title {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    font-size: 70px;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1em;
    margin-bottom: 0;
}

@media (max-width:992px) {
    .super-hero-title {
        font-size: 26px;
        letter-spacing: 2px;
    }
}

.super-hero-caption {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    font-size: 20px;
    margin-top: 5px;
    letter-spacing: 1px;
    margin-bottom: 0;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}

@media (max-width:992px) {
    .super-hero-caption {
        font-size: 16px;
        letter-spacing: 0.65px;
        padding: 0 10px;
    }
}

.super-hero-btn {
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 13px 25px;
    font-size: 12px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
}

.super-hero-icon-down {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}

.super-hero-caption-label {
    font-size: 40px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.super-hero-caption-input {
    color: #fff;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    padding: 15px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
}

.super-hero-caption-input:focus {
    outline: none;
}

.super-hero-caption-submit {
    background: none;
    border: 1px solid #fff;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 25px;
}

.super-hero-caption-notify {
    margin-top: 30px;
}

.super-hero-caption-notify .super-hero-caption-label {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.55px;
}

@media (max-width:992px) {
    .super-hero-caption-notify .super-hero-caption-label {
        font-size: 15px;
    }
}

.super-hero-caption-notify .super-hero-caption-input {
    padding: 7px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media (max-width:992px) {
    .super-hero-caption-notify .super-hero-caption-input {
        margin-bottom: 10px;
    }
}

.super-hero-caption-notify .super-hero-caption-btn {
    height: 44px;
    line-height: 44px;
    padding: 0;
}

.super-hero-caption-social {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 10;
}

.super-hero-caption-social>li {
    display: inline-block;
    margin: 0 7px;
}

.super-hero-caption-social>li>a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.super-hero-caption-social>li>a:hover {
    text-decoration: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.super-hero-caption-social>li>a:hover.fa-facebook {
    background: #46629e;
    border-color: #46629e;
}

.super-hero-caption-social>li>a:hover.fa-twitter {
    background: #55acee;
    border-color: #55acee;
}

.super-hero-caption-social>li>a:hover.fa-google-plus {
    background: #dd4b39;
    border-color: #dd4b39;
}

.super-hero-caption-social>li>a:hover.fa-instagram {
    background: #457399;
    border-color: #457399;
}

.super-hero-caption-social>li>a:hover.fa-pinterest {
    background: #cd2129;
    border-color: #cd2129;
}

.hero-caption {
    z-index: 6;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: #fff;
}

.hero-caption-sm .hero-title {
    font-size: 28px;
}

.hero-caption-sm .hero-subtitle {
    font-size: 15px;
}

.hero-caption-sm.hero-caption-left {
    left: 5%;
}

.hero-caption-sm.hero-caption-right {
    right: 5%;
}

.hero-caption-left {
    width: 50%;
    left: 10%;
}

.hero-caption-right {
    right: 10%;
    text-align: right;
    left: auto;
}

.hero-caption-rel {
    position: relative;
    top: auto;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    padding: 50px 0;
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #0055b7;
    text-shadow: 0 0 2px #55acee;
}

@media (max-width:992px) {
    .hero-title {
        font-size: 26px;
    }
}

.hero-subtitle {
    font-size: 18px;
    opacity: 0.85;
    color: #0055b7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    margin-bottom: 1px;
}

@media (max-width:992px) {
    .hero-subtitle {
        font-size: 14px;
    }
}

.hero-btn {
    margin-top: 20px;
}

.hero-slider-nav {
    position: absolute;
    margin-left: 50px;
    width: 100%;
    z-index: 15;
    bottom: 15px;
}

@media (max-width:992px) {
    .hero-slider-nav {
         margin-left: 50px;
        bottom: 75px;
    }
}

.hero-price {
    font-size: 80px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 15px;
    position: relative;
    display: table;
}

.hero-price>span {
    position: absolute;
    right: -50px;
    top: 2px;
    font-size: 40px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    line-height: 1em;
}

.hero-caption-black {
    color: #404040;
}

.hero-caption-black .hero-title {
    text-shadow: none;
}

.hero-caption-black .hero-price {
    color: #000;
}

.super-hero-arrow-scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.35);
    font-size: 18px;
    margin: 0 auto;
    z-index: 18;
    display: block;
    margin-top: 40px;
    text-align: center;
    margin-bottom: -20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.super-hero-arrow-scroll:hover {
    background: #fff;
    color: #404040;
}

.super-hero-scroll-sign {
    font-size: 11px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.super-hero-scoll {
    width: 100px;
    margin: 0 auto;
    margin-bottom: -15px;
    z-index: 16;
    display: block;
    margin-top: 40px;
}

.super-hero-scoll:hover {
    text-decoration: none;
    color: #fff;
}

.super-hero-scoll:hover .super-hero-scoll-icon {
    background: #fff;
}

.super-hero-scoll:hover .super-hero-scoll-icon:before {
    background: #262626;
}

.super-hero-scoll:hover .super-hero-scroll-sign {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.super-hero-scoll-icon {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #fff;
    width: 16px;
    height: 26px;
    -webkit-animation: mouseMove 2.5s infinite;
    -moz-animation: mouseMove 2.5s infinite;
    -o-animation: mouseMove 2.5s infinite;
    -ms-animation: mouseMove 2.5s infinite;
    animation: mouseMove 2.5s infinite;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.super-hero-scoll-icon:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    top: 6px;
    left: 6px;
}

.hero-countdownn-title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    letter-spacing: 1px;
}

.hero-countdown {
    text-transform: uppercase;
}

.hero-countdown table {
    margin: 0 auto;
}

.hero-countdown td,
.hero-countdown th {
    padding: 0 20px;
}

@media (max-width:992px) {
    .hero-countdown td,
    .hero-countdown th {
        padding: 0 10px;
    }
}

.hero-countdown th {
    font-weight: 700;
    font-size: 73px;
    line-height: 1em;
}

@media (max-width:992px) {
    .hero-countdown th {
        font-size: 35px;
        text-align: center;
    }
}

.hero-countdown td {
    font-size: 13px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    margin-top: -7px;
}

@media (max-width:992px) {
    .hero-countdown td {
        font-size: 10px;
    }
}

.hero-label {
    text-transform: none;
    letter-spacing: 0.65px;
    margin-bottom: 15px;
    font-size: 18px;
}

@media (max-width:992px) {
    .hero-label {
        font-size: 14px;
    }
}

.hero-search {
    border: 1px solid #fff;
    height: 60px;
    width: 100%;
    position: relative;
}

.hero-search-inner {
    position: relative;
    z-index: 1;
    padding-right: 60px;
}

.hero-search-input {
    height: 58px;
    line-height: 58px;
    padding: 0 15px;
    background: none;
    border: none;
    outline: none !important;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 18px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.hero-search-input:focus {
    background: rgba(0, 0, 0, 0.2);
}

.hero-search-btn {
    font-size: 16px;
    color: #595959;
    background: #fff;
    display: block;
    width: 60px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.hero-search-btn:hover {
    color: #fff;
    background: #0055b7;
    text-decoration: none;
}

@-moz-keyframes mouseScrollMove {
    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);
    }
    50% {
        -webkit-transform: translate3d(0, 1px, 0);
        -moz-transform: translate3d(0, 1px, 0);
        -o-transform: translate3d(0, 1px, 0);
        -ms-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
    }
    100% {
        -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);
    }
}

@-webkit-keyframes mouseScrollMove {
    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);
    }
    50% {
        -webkit-transform: translate3d(0, 1px, 0);
        -moz-transform: translate3d(0, 1px, 0);
        -o-transform: translate3d(0, 1px, 0);
        -ms-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
    }
    100% {
        -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);
    }
}

@-o-keyframes mouseScrollMove {
    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);
    }
    50% {
        -webkit-transform: translate3d(0, 1px, 0);
        -moz-transform: translate3d(0, 1px, 0);
        -o-transform: translate3d(0, 1px, 0);
        -ms-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
    }
    100% {
        -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);
    }
}

@-ms-keyframes mouseScrollMove {
    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);
    }
    50% {
        -webkit-transform: translate3d(0, 1px, 0);
        -moz-transform: translate3d(0, 1px, 0);
        -o-transform: translate3d(0, 1px, 0);
        -ms-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
    }
    100% {
        -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);
    }
}

@keyframes mouseScrollMove {
    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);
    }
    50% {
        -webkit-transform: translate3d(0, 1px, 0);
        -moz-transform: translate3d(0, 1px, 0);
        -o-transform: translate3d(0, 1px, 0);
        -ms-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
    }
    100% {
        -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);
    }
}

@-moz-keyframes mouseMove {
    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);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        -moz-transform: translate3d(0, -6px, 0);
        -o-transform: translate3d(0, -6px, 0);
        -ms-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }
    100% {
        -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-keyframes mouseMove {
    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);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        -moz-transform: translate3d(0, -6px, 0);
        -o-transform: translate3d(0, -6px, 0);
        -ms-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }
    100% {
        -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;
    }
}

@-o-keyframes mouseMove {
    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);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        -moz-transform: translate3d(0, -6px, 0);
        -o-transform: translate3d(0, -6px, 0);
        -ms-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }
    100% {
        -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;
    }
}

@-ms-keyframes mouseMove {
    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);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        -moz-transform: translate3d(0, -6px, 0);
        -o-transform: translate3d(0, -6px, 0);
        -ms-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }
    100% {
        -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;
    }
}

@keyframes mouseMove {
    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);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        -moz-transform: translate3d(0, -6px, 0);
        -o-transform: translate3d(0, -6px, 0);
        -ms-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }
    100% {
        -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;
    }
}

.blog-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}

.blog-post:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
}

.blog-post-img {
    width: 100%;
}

.blog-post-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.blog-post-title>a {
    color: #727272;
}

.blog-post-title>a:hover {
    color: #000;
    text-decoration: none;
}

.blog-post-meta {
    font-style: italic;
    color: #8b8b8b;
    margin-bottom: 5px;
}

.blog-post-meta>a {
    color: #000;
}

.blog-post-caption {
    padding: 0 50px;
    margin: 15px 0;
    color: #999;
}

@media (max-width:992px) {
    .blog-post-caption {
        padding: 0 10px;
    }
}

.blog-post-read-more {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
}

.blog-post-body {
    text-align: left;
    margin-top: 20px;
    font-size: 17px;
}

.blog-post-body p {
    margin-bottom: 15px;
}

.blog-thumb {
    position: relative;
    text-align: center;
}

.blog-thumb:hover .blog-thumb-img {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.blog-thumb:hover .blog-thumb-title {
    color: #0055b7;
}

.blog-thumb-img {
    width: 100%;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.blog-thumb-inner {
    position: relative;
    z-index: 1;
}

.blog-thumb-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.blog-thumb-date {
    margin-top: 7.5px;
    margin-bottom: 0;
    font-style: italic;
    color: #a6a6a6;
    font-size: 12px;
}

.blog-thumb-caption {
    margin-top: 15px;
}

.blog-thumb-caption-block {
    background: #fff;
    margin: 0;
    padding: 15px 0;
}

.blog-thumb-title {
    font-weight: 700;
    margin-bottom: 7.5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.blog-thumb-body {
    padding: 0 10%;
    margin-bottom: 0;
    font-size: 13px;
    color: #787878;
}