body.demo {
    background: #727272 !important
}
.switcher-bar {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    max-height: 60px;
    position: relative;
    z-index: 22
}
.switcher-bar .pull-left {
    float: left;
}
.switcher-bar .pull-right {
    float: right;
}
.logo {
    border-right: 1px solid #e6e6e6
}
.logo a {
    display: block;
    max-height: 60px
}
.logo a img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}
.logo.textual a {
    color: #9b9b9b;
    font-size: 19px;
    line-height: 50px;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase
}
.header-btn {
    position: relative
}
.header-btn a {
    border-left: 1px solid #e6e6e6;
    display: block;
    font-size: 24px;
    height: 60px;
    padding: 0;
    width: 60px;
    text-decoration: none
}
.header-btn a:before {
    color: #9b9b9b;
    left: 18px;
    position: absolute;
    top: 18px
}
.header-btn a.fa-tablet {
    font-size: 30px
}
.header-btn a.fa-tablet:before {
    left: 21px;
    position: absolute;
    top: 16px
}
.header-btn a.fa-mobile {
    font-size: 30px
}
.header-btn a.fa-mobile:before {
    left: 23px;
    position: absolute;
    top: 16px
}
.header-btn a.fa-remove {
    font-size: 24px
}
.header-btn a.fa-remove:before {
    left: 21px;
    position: absolute;
    top: 18px
}
.header-btn a:hover, .header-btn.current a {
    background: #5677fc;
    border: 1px solid #455ede;
    text-decoration: none
}
.header-btn a:hover:before, .header-btn.current a:before {
    color: #fff
}
.header-btn a:focus, .product-switcher a:focus {
    outline: 0
}
.product-switcher a:before {
    left: 20px;
    position: absolute;
    top: 4px
}
.product-switcher a {
	border-right: 1px solid #e6e6e6;
    color: #9b9b9b !important;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    max-height: 60px;
    padding: 5px 20px;
    text-decoration: none !important;
    text-transform: uppercase
}
.product-switcher a:hover {
	text-decoration: none;
}
.product-switcher a span {
    font-family: sans-serif
}
.product-switcher a {
    position: relative
}
.product-switcher i {
   padding-left: 5px;
}
.product-name {
    color: #9b9b9b;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    max-height: 60px;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}
.product-name .badge {
    background: #5677fc;
    border: 1px solid #455ede;
    border-radius: 2px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    position: absolute;
    top: 22px;
    right: -70px
}
.login-data {
    color: #9b9b9b;
    font-size: 16px;
    line-height: 50px;
    padding: 5px 20px;
    text-transform: uppercase;
    text-align: center;
}
.mobile-btn.disabled, .tablet-btn.disabled, .desktop-btn.disabled {
    opacity: 0;
    visibility: hidden
}
.mobile-btn.visible, .tablet-btn.visible, .desktop-btn.visible {
    opacity: 1;
    visibility: visible
}
.switcher-body {
    background: #3a3a3a;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 20
}
.toggle .switcher-body {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    height: 184px;
    padding: 10px 0
}
.products-wrapper {
    margin: 5px 50px
}
.products-list {
    max-height: 152px;
    overflow: hidden
}
.products-prev, .products-next {
    display: block !important;
    height: 60px;
    left: 0;
    padding: 0;
    position: absolute;
    text-decoration: none;
    top: 63px;
    visibility: visible !important;
    width: 60px;
    z-index: 999
}
.products-next {
    left: auto;
    right: 0
}
.products-prev:before, .products-next:before {
    color: #fff;
    font-size: 30px;
    margin: 12px 15px
}
.products-prev:hover, .products-next:hover {
    text-decoration: none
}
.product {
    border: 1px solid #333;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 150px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 238px
}
.product img {
    display: block
}
.product .title {
    background: #fff;
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 300;
    max-width: 236px;
    overflow: hidden;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}
.product .badge {
    background: #5677fc;
    border: 1px solid #455ede;
    border-radius: 2px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 300;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
}
.tooltip-inner {
    max-width: 238px
}
.tooltip-inner img {
    display: block;
    height: auto;
    max-width: 100%
}
.product-iframe {
    display: block !important;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translateZ(0)
}
.preloader {
    background: #000;
    bottom: 0;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}
.preloading-icon {
    background: #5677fc;
    border: 1px solid #455ede;
    display: block;
    height: 48px;
    left: 50%;
    margin: -24px 0 0 -24px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 2
}
.preloading-icon .fa-bolt {
    color: #fff;
    font-size: 30px;
    margin: 9px 0 0 15px;
    -webkit-animation: scaling .8s infinite linear;
    -moz-animation: scaling .8s infinite linear;
    -ms-animation: scaling .8s infinite linear;
    -o-animation: scaling .8s infinite linear;
    animation: scaling .8s infinite linear
}
@keyframes scaling {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(0.8, 0.8)
    }
    100% {
        transform: scale(1, 1)
    }
}
@media screen and (max-width: 1024px) {
    .preloading-icon.fontawesome:before {
        color: #fff;
        left: 11px;
        top: 12px
    }
    .tooltip {
        display: none
    }
}
@media screen and (max-width: 550px) {
    .product-switcher {
        display: none
    }
}
body.dark, .dark .switcher-bar {
    background: #1b1b1b !important
}
.dark .switcher-bar, .dark .logo, .dark .header-btn a {
    border-color: #000
}
