/* Reset rounded corners for all elements */

div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

label {
    font-weight: normal;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0;
}


/*Fix for Firefox*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}


/* Bootstrap buttons */

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #3379b5;
    border-color: #2a6496;
}

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3379b5;
    border-color: #2a6496;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
    background-color: #2d6ca2;
}

.btn-primary:active:hover,
.btn-primary.active:hover {
    background-color: #3071a9;
}

.open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #45B6AF;
    border-color: #3ea49d;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #3b9c96;
    border-color: #307f7a;
}

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3b9c96;
    border-color: #307f7a;
}

.btn-success:active,
.btn-success.active {
    background-image: none;
    background-color: #348a84;
}

.btn-success:active:hover,
.btn-success.active:hover {
    background-color: #37918b;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #45B6AF;
    border-color: #3ea49d;
}

.btn-success .badge {
    color: #45B6AF;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #89C4F4;
    border-color: #72b8f2;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #68b4f1;
    border-color: #43a1ed;
}

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #68b4f1;
    border-color: #43a1ed;
}

.btn-info:active,
.btn-info.active {
    background-image: none;
    background-color: #51a8ef;
}

.btn-info:active:hover,
.btn-info.active:hover {
    background-color: #5aadf0;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #89C4F4;
    border-color: #72b8f2;
}

.btn-info .badge {
    color: #89C4F4;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #dfba49;
    border-color: #dbb233;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #daae2b;
    border-color: #bb9521;
}

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #daae2b;
    border-color: #bb9521;
}

.btn-warning:active,
.btn-warning.active {
    background-image: none;
    background-color: #c89f23;
}

.btn-warning:active:hover,
.btn-warning.active:hover {
    background-color: #d0a625;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #dfba49;
    border-color: #dbb233;
}

.btn-warning .badge {
    color: #dfba49;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #F3565D;
    border-color: #f13e46;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #f1353d;
    border-color: #ec111b;
}

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f1353d;
    border-color: #ec111b;
}

.btn-danger:active,
.btn-danger.active {
    background-image: none;
    background-color: #ef1d26;
}

.btn-danger:active:hover,
.btn-danger.active:hover {
    background-color: #f0262f;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #F3565D;
    border-color: #f13e46;
}

.btn-danger .badge {
    color: #F3565D;
    background-color: #fff;
}

.badge-success {
    background-color: #7ccc36;
}

body.ecommerce {
    background: #f9f9f9;
}

.ecommerce h1,
.ecommerce h2,
.ecommerce h3,
.ecommerce h4,
.ecommerce h5,
.ecommerce h6 {
    font-family: "PT Sans Narrow", sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.ecommerce h1 {
    font-size: 25px;
}

.ecommerce h2 {
    font-size: 25px;
}

.ecommerce .content-page h2,
.ecommerce .content-page h3,
.ecommerce .content-page h4,
.ecommerce .content-page h5,
.ecommerce .content-page h6 {
    padding-top: 10px;
}

.ecommerce .content-page h3 {
    font-size: 20px;
    margin-bottom: 7px;
}

.ecommerce .content-page h4 {
    font-size: 17px;
    margin-bottom: 4px;
}

.ecommerce .content-page h5,
.ecommerce .content-page h6 {
    font: 700 15px "Open Sans", Arial, sans-serif;
    margin-bottom: 2px;
}


/***
Header and header elements
***/

.ecommerce .header {
    position: inherit;
}

.ecommerce .site-logo {
    padding-top: 23px;
    padding-bottom: 22px;
}

.ecommerce .reduce-header .site-logo {
    padding-top: 16px;
    padding-bottom: 18px;
}

.ecommerce .header-navigation li.menu-search {
    top: 31px;
}

.ecommerce .header-navigation li.menu-search i {
    color: #8a949e;
}


/* Navigation */

.ecommerce .header-navigation {
    font: 19px "PT Sans Narrow", sans-serif;
    letter-spacing: 1px;
    margin: 0;
}

.ecommerce .header-navigation>ul>li>a {
    position: relative;
    color: #767f88;
    padding: 34px 12px 32px;
}

.ecommerce .header-navigation ul>li.active>a,
.ecommerce .header-navigation ul>li>a:hover,
.ecommerce .header-navigation ul>li>a:focus,
.ecommerce .header-navigation ul>li.open>a,
.ecommerce .header-navigation ul>li.open>a:hover,
.ecommerce .header-navigation ul>li.open>a:focus {
    color: #e84d1c;
}

.ecommerce .header-navigation .dropdown-menu>li>a:hover,
.ecommerce .header-navigation .dropdown-menu>li.active>a,
.ecommerce .header-navigation .header-navigation-content .header-navigation-col li>a:hover,
.ecommerce .header-navigation .header-navigation-content .header-navigation-col li.active>a {
    color: #fff;
}

.ecommerce .header-navigation ul>li.active>a {
    /*border-bottom: 2px solid #E44F00;*/
    border-bottom: none !important;
}

.ecommerce .header-navigation>ul>li>.dropdown-menu {
    margin-top: -3px;
}

.ecommerce .reduce-header .header-navigation>ul>li>.dropdown-menu {
    margin-top: -3px;
}

.ecommerce .reduce-header .header-navigation>ul>li.dropdown:hover>a:after {
    bottom: 0;
}


/* nav brands */

.nav-brands {
    clear: both;
    margin: -20px -15px;
    padding: 20px 0 0;
    width: auto;
}

.nav-brands ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-top: solid 1px #f0f0f0;
}

.nav-brands li {
    float: none;
    margin-right: 0 !important;
    border: none !important;
    display: inline-block;
}

.nav-brands img {
    width: auto;
    height: 70px;
}

.nav-brands a {
    padding: 0 !important;
}

.nav-brands a:hover {
    background: #fff;
    color: #fff;
}


/* Top cart block */

.header .top-cart-block {
    float: right;
    margin-top: 30px;
    position: relative;
    font: 400 13px 'Open Sans', Arial, sans-serif;
}

.ecommerce .header .mobi-toggler {
    /*margin-top: 30px;*/
    background-color: #e34f00;
    border-color: #e34f00;
}

.ecommerce .reduce-header .mobi-toggler,
.reduce-header .top-cart-block {
    margin-top: 19px;
}

.top-cart-info {
    background: #f9f9f9;
    color: #595f65;
    border: solid 1px #ececec;
    border-radius: 16px !important;
    float: left;
    padding: 8px 39px 6px 13px;
    line-height: 1.2;
}

.top-cart-info a {
    color: #595f65;
}

.top-cart-info-count {
    float: left;
}

.top-cart-info-value {
    border-left: solid 1px #a5aab0;
    margin-left: 5px;
    padding-left: 5px;
}

.top-cart-block .fa-shopping-cart {
    position: absolute;
    top: 0;
    right: 0;
    background: #e84d1c;
    color: #fff;
    padding: 8px 8px 7px;
    border-radius: 16px !important;
    font-size: 16px;
}

.top-cart-content-wrapper {
    position: absolute;
    right: -2px;
    top: 100%;
    z-index: 99999;
}

.top-cart-content {
    padding: 8px 0 10px;
    background: #fcfafb;
    border-top: solid 2px #ea4c1d;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: 384px;
    margin-top: 12px;
    color: #717880;
    display: none;
    position: relative;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.top-cart-content:after {
    top: -8px;
    width: 0;
    height: 0;
    right: 8px;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 8px solid #e84d1c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.top-cart-block:hover .top-cart-content {
    display: block;
}

.top-cart-content p {
    margin: 7px 0 5px;
}

.top-cart-content ul {
    margin: 0;
    padding: 0 8px;
}

.top-cart-content .scroller {
    overflow: auto;
    max-height: 250px;
}

.top-cart-content .scroller img {
    height: 40px;
}

.top-cart-content li {
    list-style: none;
    margin: 0;
    padding: 9px 0;
    border-bottom: solid 1px #f2f2f2;
    width: 100%;
    overflow: hidden;
}


/*
.top-cart-content .del-goods,
.top-cart-content .add-goods
*/

.top-cart-content img,
.top-cart-content em,
.top-cart-content strong,
.top-cart-content span {
    float: left;
}

.top-cart-content img {
    border: solid 2px #fff;
    margin-right: 4px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.top-cart-content span,
.top-cart-content strong,
.top-cart-content em {
    margin-right: 10px;
    overflow: hidden;
    padding-top: 10px;
}

.top-cart-content span {
    width: 26px;
}

.top-cart-content strong {
    width: 165px;
    font-weight: normal;
}

.top-cart-content strong a {
    color: #717880;
}

.top-cart-content em {
    width: 75px;
    white-space: nowrap;
    font-style: normal;
    text-align: right;
}

.del-goods,
.add-goods {
    width: 17px;
    height: 17px;
    color: #fff !important;
    border-radius: 22px !important;
    float: right;
    margin: 10px 5px 0 5px;
    line-height: 1;
    font-size: 12px;
}

.del-goods:hover,
.add-goods:hover {
    text-decoration: none;
}

.del-goods {
    background: #d7dde3 url(../images/del-goods.png) no-repeat 50% 50%;
}

.del-goods:hover {
    background: #E84D1C url(../images/del-goods.png) no-repeat 50% 50%;
}

.add-goods {
    background: #7bdd00 url(../images/add-goods.png) no-repeat 50% 50%;
}

.add-goods:hover {
    background: #E84D1C url(../images/add-goods.png) no-repeat 50% 50%;
}

.top-cart-content .text-right {
    margin-right: 8px;
    padding-top: 10px;
}

.top-cart-content .btn {
    font-size: 14px;
    padding: 8px 12px 7px;
}

.top-cart-content .btn-default {
    color: #fff;
    border: 1px solid #c1cad3;
    background: #c1cad3;
    margin-right: 4px;
}

.top-cart-content .btn-default:hover {
    border: 1px solid #A8AEB3;
    color: #fff;
    background: #A8AEB3;
}

.ecommerce .page-slider {
    margin-top: -23px;
}


/* breadcrumb */

.ecommerce .breadcrumb {
    text-transform: uppercase;
    font: 13px "PT Sans Narrow", sans-serif;
}


/* Catalogue styles */

.product-item {
    padding: 12px 12px 16px;
    background: #fff;
    position: relative;
}

.owl-item.active .product-item {
    margin-right: 10px;
}

.product-item:hover {
    box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
}

.product-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

*html .product-item {
    zoom: 1;
}

*+html .product-item {
    zoom: 1;
}

.sticker {
    position: absolute;
    bottom: 5px;
    left: 10px;
    /* width: 100%; */
}

.sticker-sale {
    background-color: #e84d1c;
    display: table;
    min-height: 0;
    min-width: 0;
    z-index: 1;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    height: 23px;
    padding: 2px 6px;
    color: #fff;
    margin-bottom: 5px;
    /*background: url(../images/sale.png) no-repeat;*/
}

.sticker-new {
    /*background: url(../images/new.png) no-repeat;
	left: auto;
	right: 0;*/
    background-color: #57c8eb;
    display: table;
    min-height: 0;
    min-width: 0;
    z-index: 1;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    height: 23px;
    padding: 2px 6px;
    color: #fff;
    margin-bottom: 5px;
}

.sticker-free-delivery {
    background-color: #35aa47;
    display: table;
    min-height: 0;
    min-width: 0;
    z-index: 1;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    height: 23px;
    padding: 2px 6px;
    color: #fff;
    margin-bottom: 5px;
}

.pi-img-wrapper {
    position: relative;
}

.pi-img-wrapper div {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product-item:hover>.pi-img>.pi-img-wrapper>div {
    display: block;
}

.product-item:hover>.pi-img>.yougood {
    display: none;
}

.pi-img-wrapper div .btn-default {
    padding: 5px 10px;
    color: #fff;
    border: 1px #fff solid;
    margin: 0;
    background: transparent;
    position: relative;
    top: 50%;
    font-size: 12px;
}

.product-item .btn-default:hover {
    background: #e84d1c;
    border-color: #c8c8c8;
}

.product-item .hovered {
    background: #e84d1c !important;
    border-color: #c8c8c8 !important;
}

.product-item h3 {
    font: 400 16px 'Open Sans', sans-serif;
    padding-top: 10px;
    padding-bottom: 4px;
    height: 72px;
    overflow: hidden;
    text-align: center;
}

.product-item p {
    min-height: 20px;
}

.product-item h3 a {
    color: #3e4d5c;
}

.product-item h3 a:hover {
    color: #e84d1c;
}

.pi-price {
    color: #e84d1c;
    font: 18px 'PT Sans Narrow', sans-serif;
    float: left;
    padding-top: 5px;
}

.product-item .add2cart {
    float: right;
    font-size: 16px;
    /*color: #a8aeb3;
	border: 1px #ededed solid;*/
    /*padding: 3px 6px;*/
    padding: 6px 12px;
}

.product-item .add2cart:hover {
    /*color: #fff !important;
	background: #E84D1C !important;
	border-color: #E84D1C;*/
}

.shop-index-carousel {
    margin-left: -10px;
}


/* shopping cart page */

.goods-data {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    /*overflow-x: auto;*/
    overflow: hidden;
    /*margin-right: 10px;*/
}

.goods-data-no-bord {
    padding: 0px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.goods-data table,
.checkout-page table {
    width: 100%;
    font: 400 13px 'Open Sans', sans-serif;
}

.goods-data th,
.checkout-page th {
    font: 16px "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    border-bottom: solid 1px #ecebeb !important;
    padding-bottom: 8px !important;
}

.goods-data td,
.checkout-page td {
    vertical-align: top;
    padding: 20px 20px 20px 0;
    border-bottom: solid 1px #ecebeb;
}

.goods-page-image,
.checkout-image {
    width: 105px;
}

.goods-page-image img,
.checkout-image img {
    width: 75px;
}

.goods-page-price,
.goods-page-total,
.checkout-price,
.checkout-total {
    font-family: 'PT Sans Narrow', sans-serif;
}

.goods-page-price strong,
.goods-page-total strong,
.checkout-price strong,
.checkout-total strong {
    color: #e84d1c;
    font-size: 21px;
    font-weight: normal;
    white-space: nowrap;
}

.goods-page-price strong span,
.goods-page-total strong span,
.checkout-price strong span,
.checkout-total strong span {
    font-size: 17px;
}

.goods-data h3,
.checkout-page .checkout-description h3 {
    font: 400 14px 'Open Sans', sans-serif;
    text-transform: inherit;
    padding: 0;
    margin: 0 0 5px;
}

.goods-data p,
.checkout-description p {
    margin-bottom: 2px;
}

.goods-data a,
.checkout-page .checkout-description a {
    color: #e84d1c;
}

.goods-page-description em,
.checkout-description em {
    display: block;
    font-style: normal;
}

.goods-page .btn-default {
    float: left;
    border: 1px solid #5ea8dc;
    background: #5ea8dc;
    color: #fff;
}

.goods-page .btn-default:hover {
    border: 1px solid #408cc2;
    background: #408cc2;
}

.goods-page .btn-primary {
    float: right;
    margin-right: 10px;
}

.goods-data .del-goods,
.goods-data .add-goods {
    margin-top: 4px;
}

.shopping-total,
.checkout-total-block {
    /*width: 300px;*/
    width: 100%;
    float: right;
    padding-top: 9px;
    color: #3e4d5c;
}

.checkout-total-block {
    /*margin-bottom: 20px;*/
}

.shopping-total ul,
.checkout-total-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shopping-total li,
.checkout-total-block li {
    border-bottom: solid 1px #ecebeb;
    width: 100%;
    overflow: hidden;
    padding: 9px 0;
}

.shopping-total li:last-child,
.checkout-total-block li:last-child {
    border: none;
}

.space {
    padding-top: 15px;
    padding-bottom: 10px;
}

.shopping-total em,
.checkout-total-block em {
    font: 18px 'PT Sans Narrow', sans-serif;
    float: left;
    text-transform: uppercase;
    position: relative;
    top: 2px;
}

.shopping-total strong,
.checkout-total-block strong {
    color: #e84d1c;
    font: 21px 'PT Sans Narrow', sans-serif;
    font-weight: normal;
    float: right;
}

.shopping-total strong span,
.checkout-total-block strong span {
    /*font-size: 17px;*/
}

.shopping-total-price,
.checkout-total-price {
    font-weight: bold;
}

.shopping-total-price strong,
.checkout-total-price strong {
    font-weight: bold;
}


/* checkout page */

.checkout-page h2 {
    background: #a7b0b8;
    color: #fff;
    font: 19px 'PT Sans Narrow', sans-serif;
    margin: 0 0 10px;
    padding: 4px 0;
}

.checkout-page h2 a {
    color: #fff;
    display: block;
    padding: 9px 20px 8px !important;
}

.checkout-page h2 a:hover {
    color: #fff;
}

.checkout-content {
    padding: 0 20px 40px;
}

.checkout-block.panel {
    background: inherit;
    box-shadow: none;
    margin-bottom: 0;
}

.checkout-page a {
    /*color: #767F88;*/
}

.checkout-page a:hover {
    color: #e84d1c;
}

.checkout-page h3 {
    font: 23px 'PT Sans Narrow', sans-serif;
    color: #3e4d5c;
    padding-top: 15px;
}

.checkout-page select.form-control {
    /*color: #B0B4B7;*/
    font-size: 13px;
}

.checkout-page select.form-control.input-sm {
    width: 100%;
    height: 34px;
    font-size: 14px;
    padding: 6px 12px;
}

.input-sm {
    padding: 3px 10px;
}

.checkout-page hr {
    clear: both;
}

#shipping-method .form-group {
    padding-top: 10px;
}

.checkout-page h4 {
    text-transform: inherit;
    font-size: 19px;
}

.checkout-page .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.checkout-page .panel-heading {
    background: none;
    padding: 0;
}

.checkout-page .panel-body {
    border: none !important;
    padding-left: 20px;
    padding-right: 20px;
}

.radio-list {
    margin: 0 0 10px -2px;
}

.radio-list>label {
    display: block;
}

div.checker,
div.radio {
    top: -1px;
}


/* Radio */

div.radio {
    position: relative;
}

div.radio,
div.radio span,
div.radio input {
    width: 18px;
    height: 18px;
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px;
}

div.radio span.checked {
    background-position: -72px -279px;
}

div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}

div.radio.active span {
    background-position: -18px -18px -279px;
}

div.radio.active span.checked {
    background-position: -90px -279px;
}

div.radio.hover span,
div.radio.focus span {
    background-position: -36px -36px -279px;
}

div.radio.hover span.checked,
div.radio.focus span.checked {
    background-position: -108px -279px;
}

div.radio.hover.active span,
div.radio.focus.active span {
    background-position: -54px -279px;
}

div.radio.hover.active span.checked,
div.radio.focus.active span.checked {
    background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled.active span {
    background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled.active span.checked {
    background-position: -162px -279px;
}


/* compare goods */

.compare-goods tr:first-child td.compare-info,
.compare-goods tr:first-child td.compare-item {
    background: no-repeat;
    border-bottom: 3px solid #ECEBEB;
}

.goods-data td.compare-info {
    width: 20%;
    vertical-align: middle;
    background: #F9F9F9;
}

.goods-data td.compare-info,
.goods-data td.compare-item {
    padding: 20px;
}

.compare-item {
    text-align: center;
}

.compare-item img {
    width: 100%;
    max-width: 100px;
}

.compare-item h3 {
    padding: 7px 0 4px;
    margin: 0;
}

.compare-item strong {
    color: #E84D1C;
    font-size: 21px;
    font-weight: normal;
}

.compare-item strong span {
    font-size: 17px;
}

.compare-goods .btn-primary {
    margin-right: 0;
}

.goods-data th h2 {
    font-size: 17px;
    padding: 8px 20px 0;
    margin: 0;
    font-weight: bold;
}

.goods-page .compare-item .btn-primary {
    color: #fff;
    float: none;
}

.goods-page .compare-item .btn-default {
    border: 1px solid #EDEDED;
    color: #A8AEB3;
    background: transparent;
    padding: 6px 13px;
    float: none;
    margin-top: 10px;
}

.goods-page .compare-item .btn-default:hover,
.goods-page .compare-item .btn-default:focus,
.goods-page .compare-item .btn-default:active {
    border: 1px solid #A8AEB3;
    color: #fff;
    background: #A8AEB3;
    padding: 6px 13px;
}

.ecommerce .sidebar {
    font: 15px 'PT Sans Narrow', sans-serif;
    color: #3E4D5C;
    text-transform: uppercase;
}

.ecommerce .sidebar .list-group-item {
    background: #fff;
    padding: 8px 10px 6px;
}


/* sidebar filter */

.sidebar-filter {
    background: #fff;
    padding: 15px 15px 20px;
}

.sidebar-filter h2 {
    font-size: 18px;
    margin: 0;
}

.sidebar-filter h3 {
    font: 600 14px 'Open Sans', sans-serif;
    /*text-transform: none;*/
    padding-top: 10px;
}

.sidebar-filter label {
    text-transform: none;
    font: 400 13px 'Open Sans', sans-serif;
}

.sidebar-filter #amount {
    font-weight: normal !important;
    color: #767F88 !important;
}

.sidebar-filter .ui-widget-content {
    border: none;
    background: #e5e5e5;
    border-radius: 0;
    height: 8px !important;
}

.sidebar-filter .ui-widget-header {
    background: #ffb848;
}

.ui-state-default,
.ui-state-default:hover {
    border-radius: 0;
    width: 11px !important;
    height: 24px !important;
    border-color: #fff !important;
    top: -8px !important;
    background: #777 !important;
}

.checkbox-list>label {
    display: block;
    font-weight: normal;
}


/* sidebar products */

.sidebar-products {
    background: #fff;
    padding: 15px 15px 20px;
}

.sidebar-products .item {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
}

.sidebar-products .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.sidebar-products h2 {
    font-size: 18px;
    margin-bottom: 14px;
}

.sidebar-products img {
    width: 65px;
    height: auto;
    float: left;
}

.sidebar-products h3 {
    font: 300 13px 'Open Sans', sans-serif;
    /*text-transform: none;*/
    margin-left: 80px;
    margin-bottom: 2px;
}

.sidebar-products .price {
    margin-left: 80px;
    color: #E84D1C;
    font: 16px 'PT Sans Narrow', sans-serif;
}


/* BEGIN product page */

.product-page {
    background: #fff;
    padding: 22px;
    position: relative;
    margin-bottom: 40px;
}

.product-main-image {
    margin-bottom: 20px;
}

.product-main-image img {
    width: 100%;
}

.product-other-images {
    text-align: left;
}

.product-other-images img {
    width: 58px;
    height: auto;
    margin: 0 0 10px 0;
}

.product-other-images a:hover img,
.product-other-images a.active img {
    box-shadow: 0 0 0 2px #c7ced5;
}

.product-page h1 {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 12px;
}

.price-availability-block {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 12px;
    margin-bottom: 17px;
}

.price-availability-block .price {
    float: left;
    font-family: 'PT Sans Narrow', sans-serif;
}

.price-availability-block .price strong {
    color: #e84d1c;
    font-size: 35px;
    font-weight: normal;
}

.price-availability-block .price strong span {
    font-size: 25px;
}

.price-availability-block .price em {
    font-style: normal;
    color: #bbb;
    font-size: 17px;
}

.price-availability-block .price em span {
    font-size: 23px;
    text-decoration: line-through;
}

.price-availability-block .availability {
    float: right;
    color: #7b8a99;
}

.price-availability-block .availability strong {
    font-weight: normal;
    color: #3e4d5c;
}

.product-page .nav-tabs>li {
    margin-top: 1px;
}

.product-page-options {
    border-top: 1px solid #f4f4f4;
    /*border-bottom: 1px solid #f4f4f4;*/
    padding: 10px 0;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.product-page-options .pull-left {
    margin-right: 40px;
}

.product-page-options .pull-left:last-child {
    margin-right: 0;
}

.product-page-options label {
    font-weight: normal;
    text-transform: uppercase;
    color: #8e9ca8;
    font-family: "PT Sans Narrow", sans-serif;
    /*float: left;*/
    margin-right: 10px;
    padding-top: 2px;
}

.product-page-options select.input-sm {
    float: left;
    width: auto;
    height: 26px;
}

.product-page-cart {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.product-quantity,
.product-quantity .input-group {
    width: 70px;
    float: left;
    margin-right: 20px;
    position: relative;
}

table .product-quantity,
table .product-quantity .input-group {
    margin-right: 0;
}

.product-page-cart .btn {
    padding: 7px 20px;
    font-size: 13px;
    /*height: 38px;*/
}

.product-quantity input.form-control,
.product-quantity_nospin input.form-control {
    border: none;
    background: #edeff1 !important;
    font: 300 23px 'Open Sans', sans-serif;
    ;
    color: #647484;
    height: 38px;
    width: 50px;
    text-align: center;
    padding: 5px;
}

.product-quantity input.form-control:focus {
    border: none;
}

.product-quantity .input-group-btn {
    position: static;
}

.product-quantity .btn {
    text-align: center;
    height: 18px !important;
    width: 18px;
    padding: 0 2px 0 1px !important;
    text-align: center;
    background: #edeff1;
    border-radius: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #616b76;
    margin: 0 !important;
    position: absolute;
    right: 0;
}

.product-quantity .quantity-up {
    top: 0;
}

.product-quantity .quantity-down {
    bottom: 0;
}

.product-quantity .btn i {
    position: relative;
    top: -2px;
    left: 1px;
}

.product-page .review {
    color: #6e7a85;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 18px;
    margin-bottom: 20px;
    font-weight: 300;
}

.product-page .rateit {
    margin-right: 27px;
    position: relative;
    top: 2px;
}

.product-page .review a {
    color: #e84d1c;
}

.product-page .social-icons li a {
    background-position: 0 -38px;
    opacity: 1;
}


/* product pop up */

.product-pop-up {
    padding: 0;
    overflow-x: hidden;
    background: inherit;
}

.product-pop-up .product-quantity,
.product-pop-up .product-quantity .input-group {
    margin-right: 15px;
}

.product-pop-up .product-page-cart .btn {
    padding: 7px 5px;
}

.product-pop-up .product-page-cart a.btn {
    padding: 9px 5px 5px;
    display: inline-block;
}

.product-pop-up .btn-primary {
    margin-right: 10px;
}

.product-page-content {
    width: 100%;
    overflow: hidden;
    padding: 10px 13px 0;
}

.ecommerce .nav-tabs {
    text-transform: uppercase;
    font: 16px/1 "PT Sans Narrow", sans-serif;
}

.ecommerce .nav-tabs>li>a,
.ecommerce .nav-tabs>li>a:hover,
.ecommerce .nav-tabs>li>a:focus {
    padding: 5px 15px 4px;
    background: #edeff1;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #e84d1c;
    color: #fff;
}

.product-page-content .tab-content {
    padding: 20px 15px;
    background: #fff;
}


/* datasheet tab */

.product-page-content .datasheet {
    width: 100%;
    font-size: inherit;
}

.product-page-content .datasheet th {
    border-bottom: solid 2px #eee;
    padding-bottom: 5px;
    font-size: 15px;
}

.product-page-content .datasheet td {
    padding: 5px 20px 5px 0;
    border-bottom: solid 1px #eee;
}

.datasheet-features-type {
    font-weight: bold;
}


/* reviews tab */

.reviews-form {
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f9f9;
    min-height: 480px;
}

.reviews-form label {
    font-weight: normal;
}

.reviews-form input.form-control {
    color: #aaa;
}

.review-item {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #eee;
    padding: 15px 12px;
    margin: 0 -5px 20px;
}

.review-item-submitted {
    margin-bottom: 5px;
    position: relative;
}

.review-item-submitted strong,
.review-item-submitted em {
    display: block;
}

.review-item-submitted strong {
    margin-bottom: 3px;
}

.review-item-submitted em {
    font-style: normal;
    /*color: #bbb;*/
    /*font-size: 12px;*/
    text-align: right;
}

.review-item-submitted em i,
.review-item-content span i {
    color: #E84D1C;
    padding-right: 5px;
}

.review-item-submitted span {
    float: left;
}

.review-item-content {
    margin-top: 20px;
}

.review-item-content p {
    padding: 15px 0 0 0;
}

.review-item-submitted .rateit {
    position: absolute;
    top: 3px;
    right: 0;
    margin-right: 0;
}


/* END product page */


/* list view sorting */

.list-view-sorting {
    margin-bottom: 20px;
}

.list-view * {
    display: none !important;
}

.list-view-sorting .pull-right {
    margin-left: 30px;
}

.list-view-sorting label {
    /*
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #8e9ca8;
	font-family: "PT Sans Narrow", sans-serif;
	float: left;
	margin-right: 10px;
	position: relative;
	top: 2px;
	*/
}

.list-view-sorting select {
    float: left;
    width: auto;
    height: 26px;
}

.list-view-sorting a {
    background: #fff;
    color: #e84d1c;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    margin-right: -3px;
}

.content-form-page legend {
    font: 18px 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    margin-bottom: 14px;
}


/***
Shop Stype Buttons
***/

.btn {
    text-transform: uppercase;
}

.modal-content .btn-default.active,
.modal-content .btn-default:active {
    color: #fff;
    background: #e84d1c;
    border-color: #e84d1c;
    box-shadow: none;
}


/* params detail page */

.params-page .panel-collapse {
    border: 1px solid #edeff1;
}

.params-page a {
    width: 100%;
    background: #edeff1;
    color: #647484;
    /*margin: 0 0 6px;*/
    display: inline-block;
    margin: 0;
    padding: 3px 0;
}

.params-page a h5 {
    font: 16px 'PT Sans Narrow', sans-serif;
    color: #35aa47;
    margin: 0;
    padding: 9px 20px 8px !important;
}

.params-page a:hover {
    color: #647484;
    text-decoration: none;
}

.params-content {
    padding: 0 20px 40px;
}

.params-block.panel {
    background: inherit;
    box-shadow: none;
    margin-bottom: 0;
}

.params-page a {
    color: #767F88;
}

.params-page a:hover {
    color: #e84d1c;
}

.params-page h3 {
    font: 23px 'PT Sans Narrow', sans-serif;
    color: #3e4d5c;
    padding-top: 10px;
}

.params-page select.form-control {
    color: #B0B4B7;
}

.params-page select.form-control.input-sm {
    width: 100%;
    height: 34px;
    font-size: 14px;
    padding: 6px 12px;
}

.input-sm {
    padding: 3px 10px;
}

.params-page hr {
    clear: both;
}

#shipping-method .form-group {
    padding-top: 10px;
}

.params-page h4 {
    text-transform: inherit;
    font-size: 20px;
}

.params-page .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.params-page .panel-heading {
    background: none;
    padding: 0;
}

.params-page .panel-body {
    border: none !important;
    padding-left: 20px;
    padding-right: 20px;
}


/*
.size-chart-open-popup {
    right: 0;
    color: #3e4d5c;
    margin: 10px 0 10px 0;
    cursor: pointer;
    background: url(../images/icon_sizechar.png) no-repeat 0px center;
    padding-left: 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    text-decoration: none!important;
    float: right;
}
*/

.product-page .description {
    overflow-x: auto;
    max-height: 280px;
    margin-top: 20px;
    padding-right: 10px;
}

.product-page .description.full {
    height: 360px;
    max-height: 360px;
}

.product-page .description::-webkit-scrollbar {
    width: 10px;
    background-color: #edeff1;
}

.product-page .description::-webkit-scrollbar-track {
    background-color: #edeff1;
}

.product-page .description::-webkit-scrollbar-thumb {
    background-color: #e84d1c;
}

.product-page .description li {
    padding-left: 1.5em;
}

.product-page .description {
    height: 177px;
}

.ecommerce .description {
    margin-top: 5px;
}


/* General body settings */

body {
    color: #3e4d5c;
    direction: ltr;
    font: 400 13px 'Open Sans', Arial, sans-serif;
    background: #fff;
}


/***
General typography 
***/

h1,
h2,
h3,
h4,
h5,
h6 {
    font: 300 'Open Sans', sans-serif;
    margin: 0 0 10px;
}

h1 {
    margin-bottom: 15px;
}

.main {
    margin: 15px 0;
}

.main h1 {
    margin-top: -6px;
}


/***
Fix link outlines after click
***/

a {
    color: #e84d1c;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #e84d1c;
    text-decoration: underline;
}


/***
Misc tools
***/

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-bottom-space {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.no-top-space {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.no-space {
    margin: 0 !important;
    padding: 0 !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}


/*.btn {
	padding: 7px 14px;  
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
}
.btn-primary {
	border: none;
	background: #e84d1c;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff;
	background: #cc3304;
	border: none;
}
.content-page .btn-primary, 
.content-page .btn-primary:hover {
	color: #fff;
	margin-left: 0 !important;
}
.btn-default {
	border: 1px solid #EDEDED;
	color: #A8AEB3;
	background: transparent;
	padding: 6px 13px; 
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	border: 1px solid #A8AEB3;
	color: #fff;
	background: #A8AEB3;
	padding: 6px 13px; 
}*/

div.checker,
div.radio {
    top: -1px;
}

select.form-control {
    color: #5f6d7b;
    border-radius: 0;
    border-color: #e4e6e8;
    box-shadow: none;
}

select.form-control:focus {
    box-shadow: none;
    border-color: #999;
}

input.form-control,
textarea.form-control {
    border-color: #dbdbdb;
    color: #777;
    font: 13px Arial, sans-serif;
    border-radius: 0;
    box-shadow: none;
}

input.form-control:focus,
textarea.form-control:focus {
    box-shadow: none;
    border: solid 1px #dbdbdb;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

*html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.lead {
    font-size: 16px;
}

.font-transform-inherit {
    text-transform: inherit !important;
}

.color-red {
    color: #E84D1C;
}


/***
Custom Scrollbars
***/

::-webkit-scrollbar {
    width: 12px;
}


/* ::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #cecece;  
}   */

::-webkit-scrollbar-thumb {
    background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}


/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */

@-ms-viewport {
    width: auto !important;
}

::-moz-selection {
    color: #fff;
    background: #e45000;
}

::selection {
    color: #fff;
    background: #e45000;
}


/* Global classes */

.min-hight500 {
    min-height: 500px;
}


/***
Pre-Header and pre-header elements
***/

.pre-header {
    color: #616b76;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #fff;
}

.pre-header a {
    color: #616b76;
}

.pre-header a:hover {
    color: #e84d1c;
}

.pre-header a:focus {
    text-decoration: none;
}

.pre-header li {
    padding-left: 11px;
    padding-right: 15px;
    border-right: solid 1px #d8d8d8;
}

.pre-header li:last-child {
    border: none;
}

.additional-shop-info li:first-child {
    padding-left: 0;
}

.additional-nav li:last-child {
    padding-right: 0;
}

.pre-header .fa,
.additional-nav .langs-block>a>i {
    margin-right: 4px;
}

.shop-currencies a {
    margin-right: 6px;
}

.shop-currencies a:last-child {
    margin-right: 0;
}

.shop-currencies a.current {
    color: #e84d1c;
}


/* langs block */

.langs-block {
    position: relative;
}

.langs-block .fa {
    margin-right: 0;
}

.langs-block-others-wrapper {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99999;
}

.langs-block-others {
    padding: 10px 10px 2px;
    background: #F9F9F9;
    z-index: 9999;
    width: 100px;
    display: none;
    margin-top: 12px;
    border-top: solid 2px #ea4c1d;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    position: relative;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.langs-block-others:after {
    top: -8px;
    width: 0;
    height: 0;
    right: 8px;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 8px solid #e84d1c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.langs-block:hover .langs-block-others {
    display: block;
}

.langs-block-others a {
    display: block;
    margin-bottom: 8px;
}


/***
Header and header elements
***/

.header {
    box-shadow: 0 1px 3px #ddd;
    background: #fff;
    border-radius: 0;
    margin-bottom: 23px;
    z-index: 999;
    position: relative;
}


/* FIX styles BEGIN */

.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

body.page-header-fixed {
    padding-top: 88px !important;
    /* height of the header */
}


/* FIX styles END */

.header .container {
    position: relative;
}

.ie8 .header {
    border-bottom: 1px solid #eee;
}

.site-logo {
    float: left;
    font-size: 23px;
    font-weight: 400;
    margin-right: 67px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.header .mobi-toggler {
    float: right;
    color: #fff;
    /*border: 1px solid #D8D8D8;*/
    /*border-radius: 100% !important;*/
    width: 42px;
    height: 42px;
    display: none;
    margin: 23px 0 0 10px;
    position: relative;
    background: #fff url(../images/toggler.png) no-repeat 12px -21px;
}

.header .mobi-toggler i {
    display: none;
}

.header .mobi-toggler:hover {
    background: #e34f00 url(../images/toggler.png) no-repeat 12px 15px;
    border-color: #e34f00;
    color: #fff;
}

.header .mobi-search {
    float: right;
    display: none;
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
    border-radius: 100% !important;
    width: 32px;
    height: 32px;
    margin: 30px 0 0 30px;
    position: relative;
    padding-top: 6px;
    text-align: center;
}

.header .mobi-search i {
    font-size: 15px;
}

.header .mobi-search:hover {
    color: #e34f00;
    border-color: #e34f00;
}


/* Navigation */

.header-navigation {
    font: 15px "Open Sans", sans-serif;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
}

.header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation>ul>li {
    float: left;
}

.header-navigation>ul>li>a {
    color: #333;
    display: block;
    padding: 29px 12px 30px;
}

.header-navigation ul>li.active>a,
.header-navigation ul>li>a:hover,
.header-navigation ul>li>a:focus,
.header-navigation ul>li.open>a,
.header-navigation ul>li.open>a:hover,
.header-navigation ul>li.open>a:focus {
    color: #e84d1c;
    background: #fcfcfc;
    text-decoration: none;
}

.header-navigation ul>li.active>a {
    border-bottom: 2px solid #e64f00;
}


/* dropdown menu - fast showing submenus!!*/


/*@media (min-width: 1025px) {
	.header-navigation > ul > li:hover > .dropdown-menu {
	  display: block;
	}
}
*/

.header-navigation,
.header-navigation .dropdown {
    position: static;
}

.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
    position: relative;
}

.header-navigation .dropdown-menu {
    /* R.P.*/
    /*left: auto;*/
    top: 100%;
    width: 100%;
    padding: 0;
    background: #fff;
    position: absolute;
    border: none;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    text-transform: none;
    font: 13px "Open Sans", sans-serif;
    letter-spacing: 0;
    border-radius: 0;
    z-index: 9999;
}

.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
    display: none !important;
}

.dropdown-fix-left .dropdown-menu {
    left: 0;
    width: 700px;
}

.dropdown-fix-right .dropdown-menu {
    right: 0;
    width: 700px;
}

.header-navigation>ul>li>.dropdown-menu {
    margin-top: -5px;
    border-top: solid 3px transparent;
    z-index: 1001;
}

.header-navigation .dropdown100>.dropdown-menu {
    left: 15px;
    right: 15px;
}


/* Transition sipka */

.header-navigation>ul>li.dropdown>a:after {
    bottom: 0;
    width: 0;
    height: 0;
    left: 40%;
    z-index: 1002;
    content: " ";
    position: absolute;
    /*border-bottom: 8px solid #e84d1c;*/
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    opacity: 0;
    transition-delay: 300ms;
    transition-property: opacity;
}

.header-navigation>ul>li.dropdown:hover>a:after {
    display: block !important;
    opacity: 1;
}

.ie8 .header-navigation>ul>li.dropdown:hover>a:after {
    display: none !important;
}

.header-navigation li.dropdown100>.dropdown-menu:after {
    display: none !important;
}

.header-navigation .dropdown-menu>li:first-child {
    border-top: solid 2px #ea4c1d;
}

.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    float: none;
}

.header-navigation .dropdown-menu li:last-child {
    border: none;
}

.header-navigation .dropdown-menu li>a {
    padding: 10px 15px;
    font-weight: 400;
    color: #767f88;
}

.header-navigation .dropdown-menu>li>a:hover,
.header-navigation .dropdown-menu>li.active>a,
.header-navigation .header-navigation-content .header-navigation-col li>a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active>a {
    background: #e84d1c;
    color: #fff;
}

.dropdown-submenu>a:after {
    display: none;
}


/* navigation content */

.header-navigation-content {
    padding: 20px 30px;
    min-width: 600px;
}

.header-navigation-content .header-navigation-col {
    padding: 0;
}

.header-navigation-content h4,
.ecommerce .header-navigation-content h4 {
    font: bold 15px 'Open Sans', Arial, sans-serif;
    margin: 0 0 6px;
    padding: 10px 10px 5px;
    border-bottom: solid 1px #f0f0f0;
}

.header-navigation-content a h4,
.ecommerce .header-navigation-content a h4 {
    color: #767f88;
}

.header-navigation-content a:hover h4,
.ecommerce .header-navigation-content a:hover h4 {
    color: #e84d1c;
}

.color1 .header-navigation-content a:hover h4 {
    color: #000;
}

.color4 .header-navigation-content a:hover h4 {
    color: #f0b900;
}

.color3 .header-navigation-content a:hover h4 {
    color: #e84d1c;
}

.color2 .header-navigation-content a:hover h4 {
    color: #0da3e2;
}

.color5 .header-navigation-content a:hover h4 {
    color: #35aa47;
}

.header-navigation-content a:hover,
.ecommerce .header-navigation-content a:hover {
    text-decoration: none;
}

.header-navigation-content ul {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.header-navigation-content li {
    padding: 0;
    border: none !important;
}

.header-navigation-content li>a {
    display: block;
}


/* header navigation description */

.header-navigation-content-ext {
    padding: 20px 30px 2px;
    background: #fff;
}

.header-navigation-description {
    background: #fcfafb;
    margin: -20px 0 -2px -30px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}

.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
    border: none;
    padding: 10px 0 0;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li {
    border: none;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li>a {
    padding: 0 0 10px;
    color: #767f88;
    display: inline-block;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li>a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active>a {
    background: #fff;
    color: #e84d1c;
}


/* n-level submenu */

.header-navigation .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 6px;
}

.header-navigation .dropdown-menu a {
    position: relative;
}

.header-navigation .dropdown-menu .fa {
    position: absolute;
    top: 13px;
    right: 15px;
}


/* Top Search */

.header-navigation li.menu-search {
    position: relative;
    top: 26px;
}

.header-navigation li.menu-search span.sep {
    top: 0;
    width: 1px;
    height: 26px;
    background: #eaeaea;
    position: relative;
    margin: 0 18px 0 16px;
    display: inline-block;
}

.header-navigation li.menu-search i {
    color: #333;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    top: -6px;
    /*background: url(../images/top-search-icon.png) no-repeat;*/
    width: 15px;
    height: 15px;
    opacity: 0.6;
}

.header-navigation li.menu-search i:hover {
    color: #e84d1c;
    background-position: 0 -15px;
}


/*.header-navigation .fa-search:before {
	content: none;
}*/

.header-navigation .search-box {
    right: 30px;
    top: -20px;
    padding: 15px;
    display: none;
    background: #fcfafb;
    position: absolute;
    /*border-top: solid 2px #ea4c1d;*/
    box-shadow: 0 5px rgba(91, 91, 91, 0.2);
    width: 550px;
    margin-top: 0;
    z-index: 22;
}

.header-navigation .search-box:after {
    top: 25px;
    width: 0;
    height: 0;
    right: -10px;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    /*border-left: 8px solid #e84d1c;*/
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.header-navigation .search-box button {
    margin-left: 0 !important;
}

.header .mobi-search-box {
    right: 10px;
    left: 10px;
    top: 75px;
    padding: 15px;
    display: none;
    background: #fcfafb;
    position: absolute;
    /*border-top: solid 2px #ea4c1d;*/
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: unset;
    margin-top: 0;
    z-index: 22;
}

.header .mobi-search-box:after {
    top: -10px;
    width: 0;
    height: 0;
    right: 65px;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    /*border-left: 8px solid #e84d1c;*/
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.header-navigation .search-box button {
    margin-left: 0 !important;
}


/* reduce navigation */


/*.page-header-fixed .site-logo,
.page-header-fixed .header-navigation > ul > li > a,
.page-header-fixed .header-navigation li.menu-search,
.page-header-fixed .top-cart-block {
 	transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
}*/

.reduce-header .site-logo {
    padding-top: 9px;
    padding-bottom: 11px;
}

@media (min-width: 1025px) {
    .reduce-header .header-navigation>ul>li>a {
        padding: 16px 12px 17px;
    }

    .ecommerce .reduce-header .header-navigation>ul>li>a {
        padding: 23px 12px 20px;
    }

    .reduce-header .header-navigation li.menu-search {
        top: 14px;
    }

    .ecommerce .reduce-header .header-navigation li.menu-search {
        top: 21px;
    }
}

.reduce-header .mobi-toggler {
    margin-top: 12px;
}

.page-header-fixed .header .mobi-toggler {
    transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
}


/* page slider */

.page-slider {
    margin-top: -25px;
    clear: both;
}


/* OWL styles */

.owl-nav {
    position: absolute;
    top: -40px;
    right: 10px;
}

.owl-nav div {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    position: static;
    border-radius: 26px !important;
    text-indent: -100000px;
}

.owl-nav .owl-prev {
    background: #fff url(../images/fa-angles.png) no-repeat 8px 8px;
}

.owl-nav .owl-next {
    background: #fff url(../images/fa-angles.png) no-repeat -33px 8px;
}

.owl-nav .owl-prev:hover {
    background: #e84d1c url(../images/fa-angles.png) no-repeat 8px -31px;
}

.owl-nav .owl-next:hover {
    background: #e84d1c url(../images/fa-angles.png) no-repeat -33px -31px;
}


/*  */

.content-slider .carousel-indicators {
    text-align: left;
    margin: 0;
    width: auto;
    left: 33px;
}

.content-slider .carousel-indicators li,
.content-slider .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    margin: 0 9px 0 0;
    background: transparent;
    border: solid 2px #c9cdce;
    border-radius: 18px !important;
    z-index: 9999 !important;
}

.content-slider .carousel-indicators li.active {
    background: #6f7a7c;
    border-color: #9ea7a9;
}


/*  */

.product-list .product-item {
    margin-bottom: 30px;
}

.product-list {
    /*margin-left: -5px;
	margin-right: -5px;*/
}


/***
Sidebar
***/

.sidebar {
    color: #3E4D5C;
}

.sidebar .list-group-item {
    background: rgba(244, 244, 244, 0.5);
    border: none;
    display: block;
    margin-bottom: 2px;
    padding: 7px 10px;
    position: relative;
    border-radius: 0;
}

.sidebar .list-group-item:last-child {
    margin: 0;
}

.sidebar a {
    color: #3E4D5C;
}

.sidebar a:hover {
    color: #e84d1c;
}

.sidebar-menu a {
    display: block;
}

.sidebar-menu a:hover {
    text-decoration: none;
}

.sidebar-menu .fa-angle-right {
    position: relative;
    top: 1px;
    margin-right: 2px;
    float: left;
}

.sidebar .dropdown.open .dropdown-toggle {
    background: #fff;
    color: #3E4D5C;
}

.sidebar .dropdown.open .dropdown-toggle:hover {
    color: #e84d1c;
}

.sidebar .dropup.open>.dropdown-toggle,
.dropdown.open>.dropdown-toggle {
    border-color: none !important;
}

.sidebar .dropdown-menu {
    background-clip: padding-box;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    font-size: 14px;
    list-style: none;
    margin: 0 -10px;
    min-width: auto;
    padding: 5px 10px 1px 19px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    font: 15px 'PT Sans Narrow', sans-serif;
}

.sidebar .dropdown-menu:after,
.sidebar .dropdown-menu:before {
    display: none !important;
}

.sidebar .dropdown-menu .dropdown-menu {
    border-top: none;
    margin-bottom: -5px;
    margin-right: -10px;
}

.sidebar .open>.dropdown-menu {
    display: block;
}

.sidebar .dropdown-menu li {
    padding: 4px 0 3px 11px;
    position: relative;
}

.sidebar .dropdown-menu ul {
    padding: 0;
    margin: 0 0 0 4px;
    list-style: none;
    text-transform: none;
    font-size: 15px;
}

.sidebar .dropdown-menu>li>a {
    clear: both;
    line-height: inherit;
    padding: 0;
    white-space: inherit;
}

.sidebar-menu .dropdown-menu li>a:hover,
.sidebar-menu .dropdown-menu li>a:focus,
.sidebar-menu li.active>a,
.sidebar-menu li.active>a:hover {
    background: none !important;
    color: #e84d1c;
}

.sidebar .dropdown-menu>li>a .fa-angle-down {
    position: absolute;
    top: 8px;
    right: 0;
}

.sidebar .fa-angle-down:before {
    content: "";
}

.sidebar .fa-angle-down {
    width: 11px;
    height: 11px;
    background: url(../images/sidebar-toggle-icons.png) no-repeat 0 0;
    position: absolute;
    top: 12px;
    right: 10px;
}

.sidebar a:hover>.fa-angle-down {
    background-position: -11px 0;
}

.sidebar .collapsed .fa-angle-down {
    background-position: 0 -37px;
}

.sidebar .collapsed:hover>.fa-angle-down {
    background-position: -11px -37px;
}


/***
Brands
***/

.brands .container {
    padding-right: 25px;
}

.brands .owl-carousel {
    margin-bottom: 41px;
    padding: 0 75px;
    background: #fff;
}

.brands .owl-nav div {
    position: absolute;
    top: 0;
    width: 70px;
    height: 102px;
    text-indent: -10000px;
    border-radius: 0 !important;
    display: block;
}

.brands .owl-nav {
    position: static;
}

.brands .owl-nav .owl-prev {
    left: 0;
    background: #fff url(../images/fa-angle-brands.png) no-repeat 18px 18px;
    margin-left: 0;
}

.brands .owl-nav .owl-prev:hover {
    background: #fff url(../images/fa-angle-brands.png) no-repeat 18px -217px;
}

.brands .owl-nav .owl-next {
    left: auto;
    right: 0;
    background: #fff url(../images/fa-angle-brands.png) no-repeat -249px 18px;
    margin-right: 0;
}

.brands .owl-nav .owl-next:hover {
    background: #fff url(../images/fa-angle-brands.png) no-repeat -249px -217px;
}


/***
steps block and steps block elements
***/


/* shop */

.steps-block {
    color: #fff;
    padding: 15px 0;
}

.steps-block ::-moz-selection {
    color: #e45000;
    background: #fff;
}

.steps-block ::selection {
    color: #e45000;
    background: #fff;
}

.steps-block-gray {
    background: #a7b0b8;
}

.steps-block-white {
    background: #fff;
}

.steps-block-red {
    background: #e84d1c;
}

.steps-block-col {
    overflow: hidden;
    min-height: 71px;
}

.steps-block-col span {
    display: block;
    width: 36px;
    height: 71px;
    background: url(../images/step3-angle-right.png) no-repeat 100% 50%;
    position: absolute;
    top: 0;
    right: 10px;
}

.steps-block h2,
.ecommerce .steps-block h2 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    padding: 0;
    line-height: 1;
}


/* steps-block-simple – step block without image */

.steps-block-simple h2,
.ecommerce .steps-block-simple h2 {
    font-size: 33px;
    margin-bottom: 5px;
}

.steps-block em {
    font: normal 400 13px 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.steps-block-simple em {
    text-transform: inherit;
    line-height: 1.2;
}

.steps-block .steps-block-col div {
    margin-left: 70px;
    margin-right: 40px;
}

.steps-block-simple .steps-block-col div {
    margin-left: 0;
}

.steps-block .fa-angle-right {
    font-size: 84px;
}

.steps-block-red .steps-block-col .fa-truck,
.steps-block-red .fa-gift,
.steps-block-red .fa-phone {
    font-size: 30px;
    border: solid 2px #fff;
    border-radius: 30px !important;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    padding-top: 13px;
    margin-right: 11px;
    float: left;
}


/* title wrapper */

.title-wrapper {
    margin: -23px 0 23px;
    position: relative;
    overflow: hidden;
    background: #72c2ff url(../images/title-bg/man.jpg) no-repeat 100% 100%;
    min-height: 280px;
    padding-top: 79px;
    width: 100%;
    overflow: hidden;
}

.title-wrapper .container-inner {
    float: left;
}

.ecommerce .title-wrapper h1,
.title-wrapper em {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
}

.ecommerce .title-wrapper h1 {
    font-size: 45px;
    padding: 0 9px 13px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    margin: 0 -9px 17px;
}

.title-wrapper h1 span {
    color: #e84d1c;
}

.title-wrapper em {
    font-size: 20px;
    font-style: normal;
    display: block;
    text-align: center;
}


/* breadcrumb */

.breadcrumb {
    background: none;
    padding: 0;
    font: 14px "Open Sans", sans-serif;
    color: #5f6d7b;
    margin-bottom: 22px;
}

.breadcrumb>li+li:before {
    content: "\f105 ";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #5f6d7b;
}

.breadcrumb a {
    color: #5f6d7b;
}

.breadcrumb>.active {
    color: #e84d1c;
}


/* paginations */

.pagination {
    border-radius: 0;
    margin: 0;
}

.pagination>li {
    display: inline-block;
    margin-left: 5px;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    /*border-radius: 25px !important;*/
    border: none;
    color: #868c93;
}

.pagination>li .active,
.pagination>li .active:hover,
.pagination>li>span,
.pagination>li>span:hover {
    background: #555;
    color: #fff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover {
    background: #c1cad3;
    border-color: #c1cad3;
    color: #fff;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    /*padding: 4px 12px 8px;*/
}

.pagination>li>a,
.pagination>li>span {
    float: none;
}

.items-info {
    padding-top: 7px;
    color: #868c93;
}


/* content page */

.content-page {
    background: #fff;
    padding: 20px;
    margin-right: 10px;
}

.corporate .content-page {
    padding: 0 0 20px;
}

.content-page a,
.sidebar2 a {
    color: #767F88;
}

.content-page a:hover,
.sidebar2 a:hover {
    color: #e84d1c;
}

.content-page .link,
.content-page .link:hover,
.content-page .link:active {
    color: #e84d1c;
}

.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
    /*text-transform: inherit;*/
    padding-top: 10px;
}

.content-page h3 {
    font-size: 20px;
    margin-bottom: 7px;
}

.content-page h4 {
    font-size: 17px;
    margin-bottom: 4px;
}

.content-page h5,
.content-page h6 {
    font: 700 15px 'Open Sans', Arial, sans-serif;
    margin-bottom: 2px;
}

.content-page p,
.content-page .list-unstyled {
    margin-bottom: 20px;
}

.content-page .list-unstyled .list-unstyled {
    margin-left: 20px;
    padding-top: 3px;
    margin-bottom: 0;
}

.content-page .list-unstyled li {
    margin-bottom: 3px;
}

.content-page .body ol {
    padding: 0 0 0 15px;
}

.content-page .body ul,
.product-page .description ul {
    list-style: none;
    padding: 0;
}

.content-page .body li {
    padding-left: 1.3em;
    margin-bottom: 10px;
}

.content-page .body p {
    margin-bottom: 20px;
}

.content-page .body h3,
.content-page .body h4,
.content-page .body h5 {
    margin-bottom: 5px;
}

.content-page .body ul li:before,
.product-page .description ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}


/* 404 page */

.corporate .page-404 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 125px;
}

.page-404 .number {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -10px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #e84d1c;
    text-align: right;
}

.page-404 .details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0px;
    text-align: left;
    top: 15px;
    position: relative;
}


/* 500 page */

.corporate .page-500 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-500 .number {
    display: inline-block;
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #e84d1c;
    text-align: right;
}

.page-500 .details {
    margin-left: 40px;
    display: inline-block;
    text-align: left;
}


/* content form page */

div.content-form-page {
    background: #fff;
    padding: 5px 20px 30px;
    /* margin-right: 10px; */
}

.content-form-page a {
    /*color: #767F88;*/
}

.content-form-page a:hover {
    /*color: #e84d1c;*/
}

.form-without-legend {
    padding-top: 25px;
}

.content-form-page legend,
.content-form-page legend a {
    border: none;
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #3E4D5C;
}

.content-form-page .control-label {
    font-weight: normal;
    padding-right: 5px;
    margin-left: -15px;
}

.default-form label,
.checkout-page label {
    font-weight: normal;
}

.require {
    color: #e84d1c;
}

.content-form-page input.form-control {
    border-color: #dbdbdb;
    color: #aaa;
    font: 13px Arial, sans-serif;
    border-radius: 0;
}

.content-form-page .form-control:focus,
.content-form-block .form-control:focus {
    box-shadow: none;
    border: solid 1px #e84d1c;
}

.content-form-page .checkbox .col-lg-4 {
    padding-right: 0;
    margin-left: -15px;
}


/*.content-form-page .checker {
	margin-left: -15px;
}*/

.content-form-page .btn {
    margin-right: 10px;
    /*padding: 7px 12px 6px;*/
}

.content-form-page a.btn:active,
.content-form-page a.btn:hover {
    color: unset;
}

.content-form-page a.btn:focus {
    color: #fff;
}

div.content-form-page .checkbox-list {
    margin-left: -3px;
}


/* info at the right of the forms */

.form-info {
    padding: 0 10px 0 30px;
    border-left: solid 1px #e4e6e8;
    margin: 25px 0;
}

.form-info h2,
.ecommerce .form-info h2 {
    font-size: 18px;
    position: relative;
    top: -5px;
    margin-bottom: 5px;
}

.form-info h2 em {
    font-style: normal;
    color: #e84d1c;
}

.form-info p {
    margin: 0 0 20px;
}

.nav-tabs {
    border-color: #e84d1c;
    padding-bottom: 1px;
    font-size: 14px;
    margin-bottom: 0;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    background: #F4F4F4;
    color: #647484;
    border-radius: 0;
    padding: 5px 15px 4px;
    border: none !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #e84d1c;
    color: #fff;
    padding: 5px 15px 4px;
}

.tab-content {
    background: #FAFAFA;
    padding: 20px 15px;
}


/* content search */

.content-search {
    background: #fff;
    padding: 10px 15px;
}

.ecommerce .content-search h1 {
    padding-top: 3px;
    margin: 0;
}

.content-search h1 em {
    font-style: normal;
    color: #e84d1c;
}

.content-search form {
    margin: 0;
}

.content-search input {
    border-radius: 0;
    border-color: #dbdbdb;
    /*
	color: #b0b4b7;
	font: 14px Arial, sans-serif;*/
    height: 35px;
}

.content-search input:focus {
    box-shadow: none;
    border: solid 1px #e84d1c;
}

.content-search button {
    margin-left: 0 !important;
    font-size: 14px;
    /*padding: 7px 12px 5px;*/
    height: 35px;
}


/***
Pre-Footer and pre-footer elements
***/

.pre-footer {
    background: #313030;
    color: #b0b0b0;
}

.pre-footer .container {
    padding-top: 45px;
}

.pre-footer a {
    color: #57c8eb;
}

.pre-footer h2,
.ecommerce .pre-footer h2 {
    font-size: 21px;
    color: #c2c1c1;
}

.pre-footer p {
    margin-bottom: 20px;
}

.pre-footer li {
    margin-bottom: 6px;
}


/* pre-footer twitter block */

.pre-footer dl.f-twitter {
    overflow: hidden;
    margin-bottom: 7px;
}

.pre-footer dl.f-twitter dt {
    width: 30px;
    float: left;
    text-align: left;
    padding-top: 2px;
}

.pre-footer dl.f-twitter dt i {
    color: #57c8eb;
    font-size: 20px;
}

.pre-footer dl.f-twitter dd {
    color: #b0b0b0;
    margin-left: 30px;
}

.pre-footer dl.f-twitter dd span {
    color: #6b9cab;
    font-size: 12px;
    margin: 0 5px;
}

.pre-footer address {
    line-height: 1.7;
}

.pre-footer-col {
    padding-bottom: 22px;
}

.pre-footer .top-line {
    border-top: solid 1px #535353;
    padding-top: 24px;
    padding-bottom: 17px;
}

.pre-footer .social-icons {
    padding-top: 5px;
}

.pre-footer .social-icons li a,
.pre-footer a.social-icon {
    transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    -ms-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -webkit-transition: all 0.1s ease-in-out !important;
}

.pre-footer .social-icons li a:hover {
    opacity: 1;
}

.pre-footer hr {
    margin-top: 0;
    border-color: #404040;
}

.pre-footer .form-control,
.pre-footer .form-control:focus {
    border: none;
}


/* subscribe */

.pre-footer .pre-footer-subscribe-box {
    padding-bottom: 14px;
}

.ecommerce .pre-footer-subscribe-box form {
    /*float: left;
    width: 330px;*/
}

.pre-footer .pre-footer-subscribe-box p {
    clear: both;
    text-align: justify;
    margin-bottom: 10px;
}

.pre-footer-subscribe-box .input-group .form-control,
.pre-footer-subscribe-box .input-group-addon,
.pre-footer-subscribe-box .input-group-btn {
    display: block;
}

.pre-footer-subscribe-box .input-group {
    border: solid 1px #545454;
    padding: 1px 1px 0 0;
    display: table-cell;
}

.pre-footer-light .pre-footer-subscribe-box .input-group {
    border: solid 1px #DBDBDB;
}

.ecommerce .pre-footer-subscribe-box h2,
.corporate .pre-footer-subscribe-box h2 {
    float: left;
    margin-right: 20px;
    padding-top: 7px;
}

.pre-footer-subscribe-box input {
    border-radius: 0;
    background: #313030;
    border: solid 1px #313030;
    color: #909090;
    font: 13px Arial, sans-serif;
}

.pre-footer-subscribe-box input:focus {
    box-shadow: none;
    border: solid 1px #313030;
}

.pre-footer-subscribe-box .btn-primary {
    margin-left: 0 !important;
    border-bottom: none;
    margin-bottom: 1px;
}


/* pre-footer photostream */

.photo-stream li {
    margin: 4px 5px 4px 0;
    display: inline-block;
}

.photo-stream img {
    width: 54px;
    height: 54px;
}

.photo-stream .parbutsel {
    border: solid 2px #767F88;
}

.photo-stream img:hover {
    /*
	border-color: #E84D1C;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;  */
}

.group-stream {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    width: auto;
}

.group-stream .col-md-3 {
    margin-bottom: 2em;
}

.group-stream h5 {
    font: 16px 'PT Sans Narrow', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.group-stream .parbutsel {
    width: 49%;
    margin-right: 0 !important;
    font-size: 13px;
    text-align: center;
}


/* light pre-footer */

.pre-footer-light {
    background: #F9F9F9;
    color: #3E4D5C;
    margin-top: 20px;
}

.pre-footer-light .container {
    background: #fff;
    padding-top: 25px;
}

.pre-footer-light h2,
.ecommerce .pre-footer-light h2 {
    color: #3E4D5C;
}

.pre-footer-light a {
    color: #3E4D5C;
}

.pre-footer-light dl.f-twitter dd {
    color: #3E4D5C;
}

.pre-footer-light dl.f-twitter dd span {
    color: #99a5b1;
}

.pre-footer-light dl.f-twitter dd a {
    color: #e84d1c;
}

.pre-footer-light address a {
    color: #e84d1c;
}

.pre-footer-light hr {
    border-color: #e6e6e6;
}

.pre-footer-light .social-icons li a {
    opacity: 1;
}

.pre-footer-light .social-icons li a:hover {
    opacity: 0.7;
}

.pre-footer-light .input-group {
    border: none;
    padding: 1px 1px 0 0;
}

.pre-footer-light .pre-footer-subscribe-box input {
    background: #fff;
    border: none;
    color: #909090;
}

.pre-footer-light .pre-footer-subscribe-box button:hover {
    color: #fff;
}


/* light pre-footer */

.pre-footer-gray {
    background: #62707F;
    color: #fff;
}

.pre-footer-gray h2,
.ecommerce .pre-footer-gray h2 {
    color: #fff;
}

.pre-footer-gray dl.f-twitter dd {
    color: #fff;
}

.pre-footer-gray dl.f-twitter dd span {
    color: #fff;
    opacity: 0.5;
}

.pre-footer-gray hr {
    border-color: #94a5b6;
}

.pre-footer-gray .social-icons li a {
    opacity: 1;
}

.pre-footer-gray .social-icons li a:hover {
    opacity: 0.7;
}

.pre-footer-gray .pre-footer-subscribe-box fomr {
    color: #fff;
}

.pre-footer-gray .pre-footer-subscribe-box .input-group {
    border: 1px solid #94a5b6;
}

.pre-footer-gray .pre-footer-subscribe-box input {
    background: #62707F;
    border: solid 1px #62707F;
    color: #fff;
}

.pre-footer-gray .pre-footer-subscribe-box input:focus {
    border: solid 1px #62707F;
}

.pre-footer-gray ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.pre-footer-gray :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.pre-footer-gray ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.pre-footer-gray :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}


/* Powered */

.footer .powered {
    color: #81848f;
    margin: 5px 0 0;
}

.footer .powered>a {
    color: #e84d1c;
    text-decoration: none;
}

.footer .powered>a:hover {
    color: #e84d1c;
}


/* footer */

.footer {
    background: #272626;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
}

.footer-light {
    background: #F9F9F9;
    color: #3e4d5c;
}

.footer-gray {
    background: #4A5866;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
    color: #e84d1c;
}

.footer-light a {
    color: inherit;
}

.footer .padding-top-10 {
    opacity: 0.5;
}

.footer .list-inline>li:last-child {
    padding-right: 0;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul.social-footer {
    font-size: 18px;
    padding-top: 5px;
}

.footer ul.social-footer a {
    opacity: 0.5;
}

.footer ul.social-footer a:hover {
    opacity: 1;
}


/***
Custom icon buttons
***/

.icon-btn {
    height: 60px;
    min-width: 80px;
    margin: 0 5px 5px 0;
    border: 1px solid #ddd;
    padding: 12px 0px 0px 0px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.icon-btn i {
    font-size: 18px;
}

.ie8 .icon-btn:hover {
    filter: none !important;
}

.icon-btn:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-btn:hover .badge {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-btn div {
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
}

.icon-btn .badge {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    top: -5px;
    right: -5px;
    padding: 3px 6px 3px 6px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/***
Notes
***/


/* Common styles for all types */

.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.note h1,
.note h2,
.note h3,
.note h4 {
    margin-top: 0;
}

.note p:last-child {
    margin-bottom: 0;
}

.note code,
.note .highlight {
    background-color: #fff;
}


/* Variations */

.note-danger {
    background-color: #FAEAE6;
    border-color: #ed4e2a;
}

.note-warning {
    background-color: #FCF3E1;
    border-color: #fcb322;
}

.note-info {
    background-color: #E8F6FC;
    border-color: #57b5e3;
}

.note-success {
    background-color: #EBFCEE;
    border-color: #3cc051;
}


/*  panel styles */

.panel-default>.panel-heading {
    color: inherit;
}

.panel .panel-title {
    /*padding-top: 0;*/
    /*margin-bottom: 0;*/
}


/***
Font awesome icons styles
***/

.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
    width: 1.5625em;
}

.fontawesome-icon-list .col-md-3 {
    height: 32px;
    line-height: 32px;
}


/***
Demo Utils
***/

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
    margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
    margin-bottom: 5px !important;
}

.fontawesome-demo i {
    font-size: 18px;
}

.fontawesome-demo li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.glyphicons-demo ul {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.glyphicons-demo ul li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
    display: block;
    margin: 5px auto 10px;
    font-size: 24px;
}

.glyphicons-demo ul li {
    width: 12.5%;
}

.glyphicons-demo ul li [class^="glyphicon-"],
.glyphicons-demo ul li [class*=" glyphicon-"] {
    display: block;
    text-align: center !important;
    width: auto;
    line-height: 1.2;
}

.glyphicons-demo ul li:hover {
    background-color: rgba(86, 61, 124, .1);
}

.buttons-page .btn {
    margin-bottom: 5px !important;
}

.buttons-page .clearfix {
    margin-bottom: 20px;
}

#topcontrol {
    z-index: 99999;
}


/* faq page */

.faq-page .panel-heading {
    padding: 0;
}

.faq-page .panel-heading h4 {
    font-size: 17px;
}

.faq-page .panel-heading a {
    display: block;
    padding: 10px 15px 9px;
}

.faq-page .panel-heading a:hover {
    color: #333;
    text-decoration: underline;
}


/* Services Box */

.service-box p {
    color: #656565;
    font-size: 13px;
}

.service-box .service-box-heading {
    padding: 12px 0;
}

.service-box .service-box-heading i {
    color: #444;
    border: 1px solid #444;
    padding: 0;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size: 18px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: baseline;
}

.service-box .service-box-heading i.blue {
    color: #0da3e2;
    border: 1px solid #0da3e2;
}

.service-box .service-box-heading i.red {
    color: #db3a1b;
    border: 1px solid #db3a1b;
}

.service-box .service-box-heading i.green {
    color: #35aa47;
    border: 1px solid #35aa47;
}

.service-box .service-box-heading i.yellow {
    color: #f0b900;
    border: 1px solid #f0b900;
}

.service-box .service-box-heading span {
    color: #444;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 10px;
    display: inline-block;
}

.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
    display: inline-block;
    text-align: center;
}

.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
    /* increased font size for icon-large */
    width: 1.5625em;
}


/* Blockquote Box */

.quote-v1 {
    background: #7C858E;
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
}

.quote-v1 a {
    margin: 5px;
    display: inline-block;
}

.quote-v1 span {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 13px 5px;
    line-height: 26px;
    display: inline-block;
}

.quote-v1 .btn-transparent {
    color: #fff;
    font-size: 16px;
    padding: 8px 18px;
    white-space: nowrap;
    text-decoration: none;
    border: solid 1px #fff;
    background: none;
}

.quote-v1 .btn-transparent:hover {
    background: #e84d1c;
    color: #fff;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.quote-v1 .input-group-btn:last-child>.btn,
.quote-v1 .input-group-btn:last-child>.btn-group {
    margin-left: 2px;
}

.quote-v1 .input-group .form-control,
.quote-v1 .input-group-addon,
.quote-v1 .input-group-btn {
    margin-top: 6px;
    display: block;
}

.quote-v1 .input-group {
    padding: 0;
    display: inline-block;
}

.quote-v1 .input-group label {
    position: absolute;
    top: 40%;
    left: -110px;
    color: #fff;
}

.quote-v1 input {
    padding: 19px 18px;
}


/* Recent Works */

.recent-work {
    position: relative;
}

.recent-work a:hover {
    text-decoration: none;
}

.recent-work h2,
.ecommerce .recent-work h2 {
    margin: 3px 0 5px;
}

.recent-work h2 a {
    color: #3e4d5c;
}

.recent-work h2 a:hover {
    color: #e84d1c;
}

.recent-work-item {
    padding-left: 10px;
}

.recent-work .owl-nav {
    left: -74px;
    right: auto;
    top: 0;
}

.recent-work .recent-work-item a.recent-work-description {
    padding: 10px;
    display: block;
    background: #fff;
}

.recent-work .recent-work-item:hover a.recent-work-description {
    background: #e84d1c;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}

.recent-work .recent-work-item strong {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.recent-work .recent-work-item b {
    color: #656565;
    font-weight: 300;
}

.recent-work .recent-work-item:hover b,
.recent-work .recent-work-item:hover strong {
    color: #fff;
}

.recent-work .recent-work-item em {
    display: block;
    overflow: hidden;
    position: relative;
}

.recent-work .recent-work-item .fa {
    color: #fff;
    padding: 16px 30px 16px 18px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    width: 47px;
    height: 47px;
    margin-top: -23.5px;
    border-radius: 47px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.recent-work .recent-work-item .fa:hover {
    color: #e84d1c;
}

.recent-work .recent-work-item .fa-link {
    left: -100px;
}

.recent-work .recent-work-item .fa-search {
    right: -100px;
}

.recent-work .recent-work-item:hover .fa-link {
    left: 30%;
}

.recent-work .recent-work-item:hover .fa-search {
    right: 30%;
}


/* Mixed Block */


/* Testimonials */

.testimonials-v1 blockquote {
    padding: 15px;
    border: none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    background: #F8F8F8;
    position: relative;
}

.testimonials-v1 blockquote:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 70px;
    width: 0;
    height: 0;
    border-left: 0 inset rgba(0, 0, 0, 0);
    border-right: 22px inset rgba(0, 0, 0, 0);
    border-top: 22px solid #F8F8F8;
}

.testimonials-v1 blockquote:after {
    width: 13px;
    height: 13px;
    z-index: 23;
    content: " ";
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #e84d1c url(../img/blockquote-corner.png) no-repeat;
}

.testimonials-v1 .carousel-info img {
    width: 75px;
    height: 75px;
    padding: 3px;
    border-radius: 150px !important;
    border: solid 1px #f5f5f5;
}

.testimonials-v1 .carousel-info {
    overflow: hidden;
}

.testimonials-v1 .carousel-info img {
    margin-right: 15px;
}

.testimonials-v1 .carousel-info span {
    display: block;
}

.testimonials-v1 span.testimonials-name {
    color: #e84d1c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}

.testimonials-v1 span.testimonials-post {
    color: #656565;
    font-size: 12px;
}

.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
    right: 0;
    width: 26px;
    height: 26px;
    bottom: 30px;
    border-radius: 26px !important;
    position: absolute;
    display: inline-block;
}

.testimonials-v1 .left-btn {
    right: 30px;
    background: url(../images/fa-angles.png) no-repeat 8px 8px;
}

.testimonials-v1 .right-btn {
    background: url(../images/fa-angles.png) no-repeat -33px 8px;
}

.testimonials-v1 .left-btn:hover {
    background: #e84d1c url(../images/fa-angles.png) no-repeat 8px -31px;
}

.testimonials-v1 .right-btn:hover {
    background: #e84d1c url(../images/fa-angles.png) no-repeat -33px -31px;
}


/* our clients */

.our-clients {
    position: relative;
}

.our-clients h2,
.ecommerce .our-clients h2 {
    margin: 3px 0 5px;
}

.our-clients h2 a {
    color: #3e4d5c;
}

.our-clients h2 a:hover {
    color: #e84d1c;
}

.our-clients .client-item {
    background: #f8f8f8;
    margin-left: 2px;
    position: relative;
}

.our-clients .owl-nav {
    left: -74px;
    right: auto;
    top: 0;
}

.our-clients .client-item img {
    margin-left: auto;
    margin-right: auto;
}

.our-clients .client-item .color-img {
    display: none;
}

.our-clients .client-item:hover img {
    display: none;
}

.our-clients .client-item:hover .color-img {
    display: block;
}


/* Front Carousel */

.front-carousel .carousel-control {
    margin: 0;
    border: none;
    height: 35px;
    font-size: 24px;
    font-weight: normal;
    top: 40%;
    width: 35px;
    background: #222;
    opacity: 0.5;
}

.front-carousel .carousel-control:hover {
    opacity: 0.6;
}

.front-carousel .carousel-control i {
    font-size: 27px;
}

.front-carousel .carousel-control.right i {
    position: relative;
    left: 1px;
}

.front-carousel .carousel-caption {
    padding: 10px 15px 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
}

.front-carousel .carousel-control.left {
    left: 0;
}

.front-carousel .carousel-control.right {
    right: 0;
}


/* Skils */

.front-skills span {
    color: #555;
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
}

.front-skills .progress {
    background: #f2f2f2;
}

.front-skills .progress-bar {
    background: #EF4D2E;
}

.front-skills .progress,
.front-skills .progress-bar {
    box-shadow: none;
}


/* Team Blocks */

.front-team .thumbnail {
    border: none;
}

.front-team h3,
.ecommerce .front-team h3 {
    margin: 10px 0 12px;
    line-height: 40px;
}

.front-team h3 strong {
    color: #e84d1c;
    font-size: 20px;
    font-weight: 400;
}

.front-team h3 small {
    display: block;
    font-size: 13px;
}

.front-team ul {
    padding: 4px 0 0;
}

.front-team .social-icons {
    overflow: hidden;
}


/* Service Box v1 */

.service-box-v1,
.service-box-v2,
.service-box-v3,
.service-box-v4,
.service-box-v5 {
    text-align: center;
    position: relative;
    padding: 30px;
    min-height: 350px;
}

.service-box-v1:after,
.service-box-v2:after,
.service-box-v3:after,
.service-box-v4:after,
.service-box-v5:after {
    content: " ";
    position: absolute;
    right: 0px;
    top: 15px;
    bottom: 15px;
    z-index: -1;
    width: 30%;
    height: calc(100% - 30px);
}

.service-box-v1:after {
    background: transparent url(/userfiles/Image/web/categories/latex.png) no-repeat right top;
    background-size: contain;
}

.service-box-v2:after {
    background: transparent url(/userfiles/Image/web/categories/lycra.png) no-repeat right top;
    background-size: contain;
}

.service-box-v3:after {
    background: transparent url(/userfiles/Image/web/categories/spandex.png) no-repeat right top;
    background-size: contain;
}

.service-box-v4:after {
    background: transparent url(/userfiles/Image/web/categories/nylon.png) no-repeat right top;
    background-size: contain;
}

.service-box-v5:after {
    background: transparent url(/userfiles/Image/web/categories/sexy-dolls.png) no-repeat right top;
    background-size: contain;
}

.service-box-v1 i,
.service-box-v2 i,
.service-box-v3 i,
.service-box-v4 i,
.service-box-v5 i {
    padding: 15px;
    font-size: 35px;
}

.service-box-v1:hover,
.service-box-v2:hover,
.service-box-v3:hover,
.service-box-v4:hover,
.service-box-v5:hover {
    background: #d73d04;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.service-box-v1:hover h2,
.service-box-v2:hover h2,
.service-box-v3:hover h2,
.service-box-v4:hover h2,
.service-box-v5:hover h2 {
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.service-box-v1:hover {
    background: #000;
}

.service-box-v3:hover {
    background: #0da3e2;
}

.service-box-v4:hover {
    background: #35aa47;
}

.service-box-v5:hover {
    background: #f0b801;
}

.service-box-v1 h2,
.service-box-v2 h2,
.service-box-v3 h2,
.service-box-v4 h2,
.service-box-v5 h2 {
    font-size: 43px;
    /*font-weight:bold;*/
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover p a,
.service-box-v1:hover h2,
.service-box-v2:hover i,
.service-box-v2:hover p,
.service-box-v2:hover p a,
.service-box-v2:hover h2,
.service-box-v3:hover i,
.service-box-v3:hover p,
.service-box-v3:hover p a,
.service-box-v3:hover h2,
.service-box-v4:hover i,
.service-box-v4:hover p,
.service-box-v4:hover p a,
.service-box-v4:hover h2,
.service-box-v5:hover i,
.service-box-v5:hover p,
.service-box-v5:hover p a,
.service-box-v5:hover h2 {
    color: #fff;
}

.service-box-v1 a:hover,
.service-box-v2 a:hover,
.service-box-v3 a:hover,
.service-box-v4 a:hover,
.service-box-v5 a:hover {
    text-decoration: none;
}

.service-box-v1 p a,
.service-box-v1 h2 {
    color: #000;
}

.service-box-v2 p a,
.service-box-v2 h2 {
    color: #e84d1c;
}

.service-box-v3 p a,
.service-box-v3 h2 {
    color: #0da3e2;
}

.service-box-v4 p a,
.service-box-v4 h2 {
    color: #35aa47;
}

.service-box-v5 p a,
.service-box-v5 h2 {
    color: #f0b801;
}

.service-box-v1 p a,
.service-box-v2 p a,
.service-box-v3 p a,
.service-box-v4 p a,
.service-box-v5 p a {
    display: inline-block;
    width: 100%;
}


/* corp. search result */

.content-search-view2 {
    background: #EDEFF1;
    padding: 20px;
    margin: 0 0 20px;
}

.search-result-item {
    margin: 0 -10px 20px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #ECEBEB;
}

.search-result-item h4,
.ecommerce .search-result-item h4 {
    margin-bottom: 5px;
    padding: 0;
}

.search-result-item h4 a {
    color: #e84d1c;
}

.search-result-item p {
    margin-bottom: 10px;
}

.search-link {
    color: #999;
    font-size: 12px;
}


/* FAQ */

.faq-tabbable {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: solid 2px #e44f00;
}

.faq-tabbable li {
    position: relative;
    margin-bottom: 1px;
}

.faq-tabbable li a {
    font-size: 14px;
    color: #7C858E;
    display: block;
    background: #F4F4F4;
    padding: 12px 10px 11px 8px;
}

.faq-tabbable li:hover a,
.faq-tabbable li.active a {
    background: #e44f00;
    text-decoration: none;
    color: #fff;
}

.faq-tabbable li.active:after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #e44f00;
    position: absolute;
    top: 16px;
    right: -5px;
}


/* Lists */

.front-lists-v1 li {
    font-size: 13px;
    margin-bottom: 5px;
}

.content-page .front-lists-v2 li {
    color: #555;
    font-size: 16px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.front-lists-v2 li i {
    margin-right: 5px;
    font-size: 17px;
}


/* Blog Page */

.blog-posts h2,
.ecommerce .blog-posts h2 {
    padding-top: 0;
}

.blog-posts p {
    text-align: justify;
}

.blog-posts .carousel {
    margin-bottom: 0;
}

.blog-posts hr.blog-post-sep {
    margin: 40px 0;
}

.blog-info {
    list-style: none;
    margin: 15px 0 12px 0;
    padding-left: 0;
}

.blog-info li {
    padding: 0;
    color: #555;
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
}

.blog-posts .pagination li {
    margin-left: -12px;
    margin-right: 17px;
}

.blog-posts .more,
.blog-sidebar .more {
    color: #E84D1C;
}


/* Blog Sidebar */

.recent-news {
    overflow: hidden;
}

.recent-news h3,
.ecommerce .recent-news h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.recent-news h3 a {
    color: #E84D1C;
}

.recent-news-inner {
    padding: 0;
}

.blog-talks .tab-style-1 ul.nav-tabs li>a {
    min-width: 50px;
}

.blog-photo-stream li {
    overflow: hidden;
    margin: 0 5px 8px 0;
    display: inline-block;
}

.blog-photo-stream li img {
    width: 54px;
    height: 54px;
    padding: 2px;
    border: solid 1px #eee;
}

.blog-photo-stream li img:hover {
    border-color: #E84D1C;
    box-shadow: 0 0 1px #fff;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.blog-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-tags li {
    position: relative;
    margin: 0 16px 7px 0;
    display: inline-block;
}

.blog-tags li a {
    color: #555;
    background: #f5f5f5;
    display: inline-block;
    padding: 3px 5px 3px 3px;
}

.blog-tags li a:hover {
    color: #fff;
    background: #E84D1C;
    text-decoration: none;
}

.blog-tags li a:hover i {
    color: #fff;
}

.blog-tags li i,
.blog-info i {
    color: #E84D1C;
    margin-right: 5px;
    display: inline-block;
}

.blog-tags li a:after {
    top: 50%;
    width: 0;
    left: 100%;
    height: 0;
    z-index: 2;
    content: " ";
    display: block;
    margin-top: -12px;
    position: absolute;
    border-left: 12px solid #f5f5f5;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.blog-tags li a:hover:after {
    border-left-color: #E84D1C;
}

.blog-talks .tab-content {
    background: #FAFAFA;
    padding: 20px 15px;
}

.blog-talks .nav-tabs {
    margin-bottom: 0;
}

.blog-talks .nav-tabs>li {
    margin-top: 1px;
}


/* Blog Sidebar categories BEGIN */

.sidebar-categories li a {
    padding: 10px 0;
    border-bottom: 1px solid #ECEBEB;
    color: #333;
}

.sidebar-categories li a:hover {
    background: none;
}

.sidebar-categories li>a:hover,
.sidebar-categories li.active>a,
.sidebar-categories li.active:hover>a {
    color: #E84D1C;
}

.sidebar-categories li a:before {
    content: "";
    font-family: FontAwesome !important;
    font-size: 8px;
    padding-right: 10px;
    position: relative;
    top: -1px;
}


/* Blog Sidebar categories END */


/* Blog Item */

.blog-item .blog-item-img {
    margin: 6px 0 25px;
}

.blog-item .blog-item-img .carousel {
    margin-bottom: 0;
}

.blog-item blockquote {
    margin: 20px 40px 18px;
    border-color: #E84D1C;
}

.blog-info {
    /*font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 14px;*/
    display: block;
    /*margin: 20px 0;*/
    margin: 0;
    padding: 15px 12px;
    /*border-top: solid 1px #ECEBEB;
  bo-rder-bottom: solid 1px #ECEBEB;*/
    background: #fff;
}

.blog-info li {
    /*padding: 0 6px; */
    /*border-left: solid 1px #ECEBEB;*/
}

.blog-info li:first-child {
    padding-left: 0;
    border-left: none;
    margin: 0;
}

.blog-item .blog-item-img .carousel-control {
    top: 45%;
}

.blog-item .media {
    border-bottom: solid 1px #ECEBEB;
    margin-bottom: -1px;
}

.blog-item .comments {
    border-top: solid 1px #ECEBEB;
    padding-top: 15px;
}

.blog-item img.media-object {
    top: 2px;
    width: 60px;
    height: 60px;
    position: relative;
}

.blog-item h4.media-heading {
    position: relative;
    padding-top: 0;
}

.blog-item h4.media-heading span {
    right: 0;
    top: 3px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
}

.blog-item h4.media-heading span a {
    color: #E84D1C;
}

.mix-block .tab-content .col-md-3 {
    padding-right: 0;
}

.mix-block .nav-tabs>li {
    margin-top: 1px;
}


/* front steps */

.front-steps-wrapper h2,
.ecommerce .front-steps-wrapper h2 {
    color: #f0f0f0;
    font-size: 22px;
    line-height: 1.2;
    padding-top: 10px;
    margin-bottom: 5px;
}

.front-steps-wrapper .front-step1 h2,
.ecommerce .front-steps-wrapper .front-step1 h2 {
    color: #fefefe;
}

.front-steps-wrapper p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.front-steps-wrapper .front-step-col {
    padding-left: 0;
    padding-right: 0;
}

.front-steps-wrapper .front-step-col:first-child {
    padding-left: 15px;
}

.front-steps-wrapper .front-step-col:last-child {
    padding-right: 15px;
}

.front-steps-wrapper .front-step {
    position: relative;
    padding: 15px 20px 33px;
}

.front-steps-wrapper .front-step1 {
    background: #E84D1C;
}

.front-steps-wrapper .front-step2 {
    background: #7c858e;
}

.front-steps-wrapper .front-step3 {
    background: #68727c;
}

.front-steps-wrapper .front-step4 {
    background: #636a72;
}

.front-steps-wrapper .front-step5 {
    background: #5e6369;
}

.front-steps-wrapper .front-step6 {
    background: #55585d;
}

.front-steps-wrapper .front-step:before {
    color: #fff;
    font: 300 125px 'Open Sans', sans-serif;
    font-weight: bold;
    display: block;
    position: absolute;
    right: -20px;
    bottom: -40px;
    opacity: 0.1;
}

.ie8 .front-steps-wrapper .front-step:before {
    display: none !important;
}

.front-steps-wrapper .front-step1:before {
    content: "1";
    opacity: 0.2;
}

.front-steps-wrapper .front-step2:before {
    content: "2";
    right: -15px;
}

.front-steps-wrapper .front-step3:before {
    content: "3";
}

.front-steps-wrapper .front-step4:before {
    content: "4";
}

.front-steps-wrapper .front-step5:before {
    content: "5";
}

.front-steps-wrapper .front-step6:before {
    content: "6";
}

.front-steps-wrapper .front-step:after {
    top: 50%;
    width: 0;
    height: 0;
    left: 100%;
    z-index: 2;
    content: " ";
    display: block;
    margin-top: -1em;
    position: absolute;
    border-left: 15px solid #EC7049;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.ie8 .front-steps-wrapper .front-step:after {
    display: none !important;
}

.front-steps-wrapper .front-step-col:last-child .front-step:after {
    display: none;
}

.front-steps-wrapper .front-step2:after {
    border-left-color: #899199;
}

.front-steps-wrapper .front-step3:after {
    border-left-color: #778089;
}

.front-steps-wrapper .front-step4:after {
    border-left-color: #727980;
}

.front-steps-wrapper .front-step5:after {
    border-left-color: #6E7278;
    top: auto;
    bottom: 10%;
}


/* pricing */

.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 3px solid #eee;
}

.pricing-active {
    border: 3px solid #E84D1C;
    margin-top: -10px;
    box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
}

.pricing:hover {
    border: 3px solid #E84D1C;
}

.pricing:hover h4 {
    color: #E84D1C;
}

.pricing-head {
    text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
    margin: 0;
    line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: italic;
}

.pricing-head h3 {
    font-weight: 300;
    color: #fafafa;
    padding: 12px 0;
    font-size: 27px;
    background: #E84D1C;
    border-bottom: none;
}

.pricing-head h4 {
    color: #bac39f;
    padding: 5px 0;
    font-size: 54px;
    font-weight: 300;
    background: #fbfef2;
    border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
    color: #E84D1C;
}

.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.pricing-head h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}


/* Pricing Content */

.pricing-content li {
    color: #888;
    font-size: 12px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7;
}

.pricing-content li i {
    top: 2px;
    color: #E84D1C;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
}


/* Pricing Footer */

.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 20px 19px;
}

.pricing-footer .btn {
    color: #fff;
}

.pricing-footer .btn:hover {
    color: #fafafa;
}


/* Priceing Active */

.price-active,
.pricing:hover {
    z-index: 9;
}

.price-active h4 {
    color: #36d7ac;
}

.no-space-pricing .pricing:hover {
    transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
    color: #36d7ac;
    padding: 15px 0;
    font-size: 80px;
    transition: color 0.5s ease-in-out;
}


/***
Styler Panel
***/

.color-panel {
    z-index: 9999;
    position: fixed;
    top: 120px;
    right: 0;
}

.color-panel .color-mode-icons {
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer;
    position: absolute;
    margin: 0;
}

.color-panel .icon-color {
    background: #c9c9c9 url(../images/icon-color.png) center no-repeat;
}

.color-panel .icon-color:hover {
    background-color: #3d3d3d;
}

.color-panel .icon-color-close {
    display: none;
    background: #3d3d3d url(../images/icon-color-close.png) center no-repeat;
}

.color-panel .icon-color-close:hover {
    background-color: #222;
}

.color-mode {
    top: 0;
    right: 40px;
    width: 200px;
    display: none;
    padding: 20px 10px 10px;
    position: absolute;
    background: #3d3d3d;
}

.color-mode p {
    color: #cfcfcf;
    padding: 0 15px;
    font-size: 15px;
}

.color-mode ul {
    list-style: none;
    padding: 4px 11px 5px;
    display: block;
    margin-bottom: 1px !important;
}

.color-mode li {
    width: 28px;
    height: 28px;
    margin: 4px;
    cursor: pointer;
    list-style: none;
    border: solid 1px #707070;
    display: inline-block;
    padding: 0 5px;
}

.color-mode li:hover,
.color-mode li.current {
    border: solid 1px #ebebeb;
}

.color-mode li.current {
    border: solid 2px #ebebeb;
}

.color-mode li.color-blue {
    background: #64aed9;
}

.color-mode li.color-red {
    background: #e84d1c;
}

.color-mode li.color-green {
    background: #67bd3c;
}

.color-mode li.color-orange {
    background: #e18604;
}

.color-gray {
    background: #798b97;
}

.color-turquoise {
    background: #44b1c1;
}

.color-mode label {
    color: #cfcfcf;
    border-top: 1px solid #585858;
    padding: 10px 10px 0;
    margin: 0 5px;
    display: block;
}

.color-mode label span {
    text-transform: uppercase;
}

.color-mode label>span {
    display: inline-block;
    width: 85px;
}

.color-mode label>select {
    margin-top: 5px;
    text-transform: lowercase;
}

.color-mode label span.color-mode-label {
    top: 2px;
    position: relative;
}

.fancybox-overlay {
    z-index: 100000;
}

.fancybox-opened {
    z-index: 100001;
}

.red,
.red a {
    color: #e84d1c !important;
}

.yellow,
.yellow a {
    color: #f0b900 !important;
}

.green,
.green a {
    color: #7ccc36 !important;
}

.orange,
.orange a {
    color: #e64000 !important;
}

.yellow,
.yellow a {
    color: #f0b900 !important;
}

.blue,
.blue a {
    color: #50b9dd !important;
}

.grey,
.grey a {
    color: #777 !important;
}

.darkgreen,
.darkgreen a {
    color: #35aa47 !important;
}

.marglr {
    margin-right: 15px;
}

#faq h2 {
    background: #35aa47;
}

#faq pre {
    white-space: break-spaces;
    word-break: normal;
}

#faq .panel {
    background-color: #f9f9f9;
}

#faq .panel-title a {
    display: inline-block;
    padding: 9px 10px 8px !important;
    text-decoration: none;
}

#faq .panel-title a.collapsed:before {
    font-family: "FontAwesome";
    content: "\f078";
    padding: 0 10px 0 0;
}

#faq .panel-title a:not(.collapsed):before {
    font-family: "FontAwesome";
    content: "\f077";
    padding: 0 10px 0 0;
}

.ephone {
    font-weight: bold;
}

.next-product-list {
    margin: 2em 0 0 0;
}

.next-prod-list-button,
.next-product-list .next-prod-list-button {
    font-size: 1.3em;
}

.blog-info li.products_count {
    float: right;
    padding-top: 15px;
    border: 0;
    padding-left: 12px;
    margin-right: 0;
}

.subcats {
    /*margin: 40px 0 20px 0;*/
    background-color: #fff;
}

.subcats .subcat {
    background: #a7b0b8;
    padding: 11px 18px;
    margin: 0 0 10px 0;
    position: relative;
    color: #fff;
}

.subcats .subcat:hover {
    cursor: hand;
    cursor: pointer;
    opacity: 1;
    background-color: #555;
}

.subcats .subcat h3 {
    font: 19px "PT Sans Narrow", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.subcats .subcat span {
    float: right;
}

a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0);
}

.prodimage {
    padding-right: 45px;
}

#params .btn {
    border: solid 2px #333;
}

#params .btn:hover {
    color: #333;
    z-index: 10000000;
}

/* Hide disabled params value buttons !! */
#params .btn:disabled {
    display: none;
}

#params .active,
#params .active:hover {
    border: solid 2px #e84d1c !important;
    color: #fff;
    background-color: #e84d1c;
    box-shadow: none;
}

#params .photo-stream .parbutsel:hover img,
#params .group-stream .col-md-3:hover img,
#params .photo-stream .active img {
    /* opacity: 0.3; */
}

#params1-content button,
#params2-content button,
#params3-content button,
#params4-content button,
#params5-content button,
#params6-content button,
#params7-content button,
#params8-content button,
#params9-content button,
#params10-content button,
#params11-content button,
#params12-content button,
#params13-content button,
#params14-content button,
#params15-content button,
#params16-content button,
#params17-content button,
#params18-content button,
#params19-content button,
#params20-content button,
#params21-content button,
#params22-content button,
#params23-content button,
#params24-content button,
#params25-content button,
#params26-content button,
#params27-content button,
#params28-content button,
#params29-content button,
#params30-content button,
#params31-content button,
#params32-content button,
#params33-content button,
#params34-content button,
#params35-content button,
#params36-content button,
#params37-content button,
#params38-content button,
#params39-content button,
#params40-content button {
    margin: 0 5px 5px 0;
}

#params .photo-stream button:hover,
#params .photo-stream button {
    margin: 0;
    padding: 0;
}

.orange,
.orange h5 {
    color: #e84d1c !important;
}

#params .text-tooltip-templates,
#params .picture-tooltip-templates {
    display: none;
}

#params .text-tooltip-templates p,
#params .picture-tooltip-templates p {
    text-align: left;
}

#params .panel-title span {
    margin-left: 20px;
    /*font-weight: bold;*/
    float: right;
}

#params .panel-title span img {
    height: 35px;
}


/*****   
THEME - red
*****/

a {
    color: #e84d1c;
}

a:hover {
    color: #e84d1c;
}

.pre-header a:hover {
    color: #e84d1c;
}

.shop-currencies a.current {
    color: #e84d1c;
}

.header-navigation ul>li.active>a,
.header-navigation ul>li>a:hover,
.header-navigation ul>li>a:focus,
.header-navigation ul>li.open>a,
.header-navigation ul>li.open>a:hover,
.header-navigation ul>li.open>a:focus {
    color: #e84d1c;
}

.header-navigation li.menu-search i:hover {
    color: #e84d1c;
}

.sidebar a:hover {
    color: #e84d1c;
}

.sidebar .dropdown.open .dropdown-toggle:hover {
    color: #e84d1c;
}

.sidebar-menu .dropdown-menu li>a:hover,
.sidebar-menu .dropdown-menu li>a:focus,
.sidebar-menu li.active>a,
.sidebar-menu li.active>a:hover {
    color: #e84d1c;
}

.content-page a:hover,
.sidebar2 a:hover {
    color: #e84d1c;
}

.content-page .link,
.content-page .link:hover,
.content-page .link:active {
    color: #e84d1c;
}

.page-404 .number,
.page-500 .number {
    color: #e84d1c;
}

.content-form-page a:hover {
    color: #e84d1c;
}

.quote-v1 a.btn-transparent:hover {
    background: #e84d1c;
}

.recent-work h2 a:hover {
    color: #e84d1c;
}

.recent-work .recent-work-item .fa:hover {
    color: #e84d1c;
}

.our-clients h2 a:hover {
    color: #e84d1c;
}

.front-team h3 strong {
    color: #e84d1c;
}

.ecommerce .header-navigation ul>li.active>a,
.ecommerce .header-navigation ul>li>a:hover,
.ecommerce .header-navigation ul>li>a:focus,
.ecommerce .header-navigation ul>li.open>a,
.ecommerce .header-navigation ul>li.open>a:hover,
.ecommerce .header-navigation ul>li.open>a:focus {
    color: #e84d1c;
}

.product-item h3 a:hover {
    color: #e84d1c;
}

.checkout-page a:hover {
    color: #e84d1c;
}

.langs-block-others:after {
    border-bottom: 8px solid #e84d1c;
}

.header-navigation>ul>li.dropdown:hover>a:after {
    /*border-bottom: 8px solid #e84d1c;*/
}

.header-navigation>ul>li.color1:hover>a:after {
    border-bottom: 8px solid #000;
}

.header-navigation>ul>li.color4:hover>a:after {
    border-bottom: 8px solid #f0b900;
}

.header-navigation>ul>li.color3:hover>a:after {
    border-bottom: 8px solid #e84d1c;
}

.header-navigation>ul>li.color2:hover>a:after {
    border-bottom: 8px solid #0da3e2;
}

.header-navigation>ul>li.color5:hover>a:after {
    border-bottom: 8px solid #35aa47;
}

.header-navigation .dropdown-menu>li>a:hover,
.header-navigation .dropdown-menu>li.active>a,
.header-navigation .header-navigation-content .header-navigation-col li>a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active>a {
    background: #e84d1c;
    color: #fff;
}

.header-navigation .color1 .dropdown-menu>li>a:hover,
.header-navigation .color1 .dropdown-menu>li.active>a,
.header-navigation .color1 .header-navigation-content .header-navigation-col li>a:hover,
.header-navigation .color1 .header-navigation-content .header-navigation-col li.active>a {
    background: #000;
}

.header-navigation .color4 .dropdown-menu>li>a:hover,
.header-navigation .color4 .dropdown-menu>li.active>a,
.header-navigation .color4 .header-navigation-content .header-navigation-col li>a:hover,
.header-navigation .color4 .header-navigation-content .header-navigation-col li.active>a {
    background: #f0b900;
}

.header-navigation .color3 .dropdown-menu>li>a:hover,
.header-navigation .color3 .dropdown-menu>li.active>a,
.header-navigation .color3 .header-navigation-content .header-navigation-col li>a:hover,
.header-navigation .color3 .header-navigation-content .header-navigation-col li.active>a {
    background: #e84d1c;
}

.header-navigation .color2 .dropdown-menu>li>a:hover,
.header-navigation .color2 .dropdown-menu>li.active>a,
.header-navigation .color2 .header-navigation-content .header-navigation-col li>a:hover,
.header-navigation .color2 .header-navigation-content .header-navigation-col li.active>a {
    background: #0da3e2;
}

.header-navigation .color5 .dropdown-menu>li>a:hover,
.header-navigation .color5 .dropdown-menu>li.active>a,
.header-navigation .color5 .header-navigation-content .header-navigation-col li>a:hover,
.header-navigation .color5 .header-navigation-content .header-navigation-col li.active>a {
    background: #35aa47;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li>a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active>a {
    background: #fff;
    color: #e84d1c;
}

.header-navigation .search-box:after {
    border-left: 8px solid #e84d1c;
}

.header-navigation .search-box {
    border-right: solid 2px #ea4c1d;
}

.header .mobi-search-box:after {
    border-bottom: 8px solid #e84d1c;
}

.header .mobi-search-box {
    border-top: solid 2px #ea4c1d;
}

.title-wrapper h1 span {
    color: #e84d1c;
}

.breadcrumb>.active {
    color: #e84d1c;
}

.form-info h2 em {
    color: #e84d1c;
}

.nav-tabs {
    border-color: #e84d1c;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #e84d1c;
}

.content-search h1 em {
    color: #e84d1c;
}

.recent-work .recent-work-item:hover a.recent-work-description {
    background: #e84d1c;
}

.testimonials-v1 blockquote:after {
    background-color: #e84d1c;
}

.testimonials-v1 span.testimonials-name {
    color: #e84d1c;
}

.search-result-item h4 a {
    color: #e84d1c;
}

.top-cart-content:after {
    border-bottom: 8px solid #e84d1c;
}

.goods-data a,
.checkout-page .checkout-description a {
    color: #e84d1c;
}

.product-page .review a {
    color: #e84d1c;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #e84d1c;
    color: #fff;
}

.list-view-sorting i,
.list-view-sorting a {
    color: #3e4d5c;
}

.list-view-sorting a:hover {
    color: #e84d1c;
    text-decoration: none;
}

::-moz-selection {
    color: #fff;
    background: #e45000;
}

::selection {
    color: #fff;
    background: #e45000;
}

.steps-block ::-moz-selection {
    color: #e45000;
    background: #fff;
}

.steps-block ::selection {
    color: #e45000;
    background: #fff;
}

.owl-nav .owl-prev:hover {
    background-color: #e84d1c;
}

.owl-nav .owl-next:hover {
    background-color: #e84d1c;
}

.owl-nav .owl-prev {
    background: #e84d1c url(../images/fa-angles.png) no-repeat 8px -31px;
}

.owl-nav .owl-next {
    background: #e84d1c url(../images/fa-angles.png) no-repeat -33px -31px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background-color: #e84d1c;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    background: none !important;
}

.steps-block-red {
    background: #e84d1c;
    padding: 30px 0;
}

.pre-footer .photo-stream img:hover {
    border-color: #E84D1C;
}

.pre-footer-light dl.f-twitter dd a {
    color: #e84d1c;
}

.pre-footer-light address a {
    color: #e84d1c;
}

.testimonials-v1 .left-btn:hover {
    background-color: #e84d1c;
}

.testimonials-v1 .right-btn:hover {
    background-color: #e84d1c;
}

.blog-tags li i {
    color: #E84D1C;
}

.blog-posts .more,
.blog-sidebar .more {
    color: #E84D1C;
}

.recent-news h3 a {
    color: #E84D1C;
}

.blog-photo-stream li img:hover {
    border-color: #E84D1C;
}

.blog-tags li a:hover {
    color: #fff;
    background: #E84D1C;
}

.blog-tags li a:hover:after {
    border-left-color: #E84D1C;
}

.sidebar-categories li>a:hover,
.sidebar-categories li.active>a,
.sidebar-categories li.active:hover>a {
    color: #E84D1C;
}

.blog-item blockquote {
    border-color: #E84D1C;
}

.blog-item h4.media-heading span a {
    color: #E84D1C;
}

.front-steps-wrapper .front-step1 {
    background: #E84D1C;
}

.pricing-active {
    border: 3px solid #E84D1C;
    box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
}

.pricing:hover {
    border: 3px solid #E84D1C;
}

.pricing:hover h4 {
    color: #E84D1C;
}

.pricing-head h3 {
    background: #E84D1C;
}

.pricing-head-active h4 {
    color: #E84D1C;
}

.pricing-content li i {
    color: #E84D1C;
}

.top-cart-block .fa-shopping-cart {
    background: #e84d1c;
}

.pi-price {
    color: #e84d1c;
}

.product-item .add2cart:hover {
    /*color: #fff !important;
	background: #E84D1C !important;
	border-color: #E84D1C;*/
}

.goods-page-price strong,
.goods-page-total strong,
.checkout-price strong,
.checkout-total strong {
    color: #e84d1c;
}

.shopping-total strong,
.checkout-total-block strong {
    color: #e84d1c;
}

.compare-item strong {
    color: #E84D1C;
}

.sidebar-products .price {
    color: #E84D1C;
}

.price-availability-block .price strong {
    color: #e84d1c;
}

.require {
    color: #e84d1c;
}

.content-form-page .form-control:focus {
    border: solid 1px #e84d1c;
}

.content-search input:focus {
    border: solid 1px #e84d1c;
}

.btn-primary,
.btn-default {
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 6px 12px;
}

.btn-primary {
    background: #e84d1c;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #cc3304;
    color: #fff !important;
}

.header-navigation .dropdown-menu>li:first-child {
    border-top: 2px solid #EA4C1D;
}

.header-navigation .color1 .dropdown-menu>li:first-child {
    border-top: 2px solid #000;
}

.header-navigation .color4 .dropdown-menu>li:first-child {
    border-top: 2px solid #f0b900;
}

.header-navigation .color3 .dropdown-menu>li:first-child {
    border-top: 2px solid #e84d1c;
}

.header-navigation .color2 .dropdown-menu>li:first-child {
    border-top: 2px solid #0da3e2;
}

.header-navigation .color5 .dropdown-menu>li:first-child {
    border-top: 2px solid #35aa47;
}

.front-steps-wrapper .front-step1:after {
    border-left: 15px solid #EC7049;
}

.del-goods:hover,
.add-goods:hover {
    background-color: #E84D1C;
}

.sidebar a:hover>.fa-angle-down {
    background-position: -11px 0;
}

.sidebar .collapsed:hover>.fa-angle-down {
    background-position: -11px -37px;
}

.top-cart-content {
    border-top: solid 2px #ea4c1d;
}

.front-skills .progress-bar {
    background: #EF4D2E;
}

.header .mobi-toggler:hover {
    background-color: #e34f00;
    border-color: #e34f00;
}

@media (max-width: 1024px) {

    .header .header-navigation li>a:hover,
    .header .header-navigation li.active>a,
    .header .header-navigation li.open>a:hover {
        color: #dd4632 !important;
    }
}

.faq-tabbable {
    border-left: solid 2px #e44f00;
}

.faq-tabbable li:hover a,
.faq-tabbable li.active a {
    background: #e44f00;
}

.faq-tabbable li.active:after {
    border-left: 6px solid #e44f00;
}

.mix-filter li:hover,
.mix-filter li.active {
    background: #e44f00;
    color: #fff;
}

.mix-grid .mix .mix-details {
    background: #e44f00;
}

.mix-grid .mix a.mix-link,
.mix-grid .mix a.mix-preview {
    background: #DB3A1B;
}

.langs-block-others {
    border-top: solid 2px #ea4c1d;
}

.brands .owl-nav .owl-prev:hover {
    background-position: 18px -217px;
}

.brands .owl-nav .owl-next:hover {
    background-position: -249px -217px;
}

.header-navigation ul>li.active>a
/*,
.ecommerce .header-navigation ul > li.active > a*/

    {
    border-bottom: 2px solid #e64f00;
}

a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal {
    z-index: 1200;
}


/** modal boxes red line **/

.modal-content {
    border: none;
    padding: 15px;
    border-top: solid 2px #ea4c1d;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.5);
}


/** Checkboxes orig **/


/*
input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
input[type=checkbox] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
input[type=checkbox]:hover + label:before {
  background: #e84d1c;
}
input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
input[type=checkbox]:checked + label:before {
  background: #e84d1c;
}
input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.products_count .badge { 
	margin-left: 5px;
}
/*

/* Moreless */

.moreless {}

.moreless #goods-moreless1.collapse[aria-expanded="false"],
.moreless #goods-moreless2.collapse[aria-expanded="false"],
.moreless #goods-moreless3.collapse[aria-expanded="false"],
.moreless #goods-moreless4.collapse[aria-expanded="false"],
.moreless #goods-moreless5.collapse[aria-expanded="false"],
.moreless #goods-moreless6.collapse[aria-expanded="false"],
.moreless #goods-moreless7.collapse[aria-expanded="false"],
.moreless #goods-moreless8.collapse[aria-expanded="false"],
.moreless #goods-moreless9.collapse[aria-expanded="false"],
.moreless #goods-moreless10.collapse[aria-expanded="false"],
.moreless #goods-moreless11.collapse[aria-expanded="false"],
.moreless #goods-moreless12.collapse[aria-expanded="false"],
.moreless #goods-moreless13.collapse[aria-expanded="false"],
.moreless #goods-moreless14.collapse[aria-expanded="false"],
.moreless #goods-moreless15.collapse[aria-expanded="false"],
.moreless #sbox-moreless1.collapse[aria-expanded="false"],
.moreless #sbox-moreless1.collapse[aria-expanded="false"],
.moreless #sbox-moreless2.collapse[aria-expanded="false"],
.moreless #sbox-moreless3.collapse[aria-expanded="false"],
.moreless #sbox-moreless4.collapse[aria-expanded="false"] {
    display: block;
    height: 13.5rem !important;
    overflow: hidden;
}

.moreless #goods-moreless1.collapsing[aria-expanded="false"],
.moreless #goods-moreless2.collapsing[aria-expanded="false"],
.moreless #goods-moreless3.collapsing[aria-expanded="false"],
.moreless #goods-moreless4.collapsing[aria-expanded="false"],
.moreless #goods-moreless5.collapsing[aria-expanded="false"],
.moreless #goods-moreless6.collapsing[aria-expanded="false"],
.moreless #goods-moreless7.collapsing[aria-expanded="false"],
.moreless #goods-moreless8.collapsing[aria-expanded="false"],
.moreless #goods-moreless9.collapsing[aria-expanded="false"],
.moreless #goods-moreless10.collapsing[aria-expanded="false"],
.moreless #goods-moreless11.collapsing[aria-expanded="false"],
.moreless #goods-moreless12.collapsing[aria-expanded="false"],
.moreless #goods-moreless13.collapsing[aria-expanded="false"],
.moreless #goods-moreless14.collapsing[aria-expanded="false"],
.moreless #goods-moreless15.collapsing[aria-expanded="false"],
.moreless #sbox-moreless1.collapsing[aria-expanded="false"],
.moreless #sbox-moreless2.collapsing[aria-expanded="false"],
.moreless #sbox-moreless3.collapsing[aria-expanded="false"],
.moreless #sbox-moreless4.collapsing[aria-expanded="false"] {
    height: 13.5rem !important;
}

.moreless #ship-moreless1.collapse[aria-expanded="false"],
.moreless #ship-moreless2.collapse[aria-expanded="false"],
.moreless #ship-moreless3.collapse[aria-expanded="false"],
.moreless #ship-moreless4.collapse[aria-expanded="false"],
.moreless #ship-moreless5.collapse[aria-expanded="false"],
.moreless #ship-moreless6.collapse[aria-expanded="false"],
.moreless #pay-moreless1.collapse[aria-expanded="false"],
.moreless #pay-moreless2.collapse[aria-expanded="false"],
.moreless #pay-moreless3.collapse[aria-expanded="false"],
.moreless #pay-moreless4.collapse[aria-expanded="false"],
.moreless #pay-moreless5.collapse[aria-expanded="false"],
.moreless #pay-moreless6.collapse[aria-expanded="false"] {
    display: block;
    height: 0.1rem !important;
    overflow: hidden;
}

.moreless #ship-moreless1.collapsing[aria-expanded="false"],
.moreless #ship-moreless2.collapsing[aria-expanded="false"],
.moreless #ship-moreless3.collapsing[aria-expanded="false"],
.moreless #ship-moreless4.collapsing[aria-expanded="false"],
.moreless #ship-moreless5.collapsing[aria-expanded="false"],
.moreless #ship-moreless6.collapsing[aria-expanded="false"],
.moreless #pay-moreless1.collapsing[aria-expanded="false"],
.moreless #pay-moreless2.collapsing[aria-expanded="false"],
.moreless #pay-moreless3.collapsing[aria-expanded="false"],
.moreless #pay-moreless4.collapsing[aria-expanded="false"],
.moreless #pay-moreless5.collapsing[aria-expanded="false"],
.moreless #pay-moreless6.collapsing[aria-expanded="false"] {
    height: 0.1rem !important;
}

.moreless a {
    color: #444;
    display: block;
    text-decoration: none;
    text-align: center;
}

.moreless a.collapsed:after {
    font-weight: normal;
    font-family: "FontAwesome";
    content: "\f078";
}

.moreless a:not(.collapsed):after {
    font-family: "FontAwesome";
    content: "\f077";
}


/* Moreless */

#summary {
    width: 100%;
    padding-top: 0;
    float: none;
}

#forindividualnotcomplete-modal .form-info p>span {
    display: block;
    margin-bottom: 5px;
}

#individualForm .inin {
    float: left;
}

#individualForm .badge {
    font-size: inherit;
    width: 30px;
    margin: 0 2px;
}

#individualForm input[type=number] {
    min-width: 75px !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.photo-stream button.disabled,
.group-stream button.disabled,
.photo-stream button[disabled] {
    opacity: .35;
    cursor: not-allowed;
    box-shadow: none;
}

#params .photo-stream button.disabled:hover img,
#params .photo-stream button[disabled]:hover img {
    background: unset;
    opacity: unset;
}

#zbFaqs .panel-default {
    margin-top: 20px;
    border: 0;
}

#zbFaqs .panel-default>.panel-heading {
    background-color: transparent;
    padding: 6px 0;
}

#zbFaqs .panel-default .panel-title {
    margin-bottom: 0;
}

#zbFaqs .panel-default>.panel-heading h4 {
    font: 400 13px 'Open Sans', Arial, sans-serif;
    text-transform: none;
}

#zbFaqs .panel-default>.panel-heading h4>em {
    display: block;
    font-style: normal;
    padding-bottom: 15px;
}

#zbFaqs .panel-default .panel-body>em>i {
    color: #E84D1C;
    padding-right: 5px;
}

#zbFaqs .panel-body {
    margin-left: 15px;
}

#obj .parrow,
#cartReload .parrow,
#buy-modal .parrow {
    /*font-family: "PT Sans Narrow", sans-serif;*/
    margin: 0 15px 0 0;
    font-size: 92%;
    display: block;
}

#obj .parrow .badge,
#cartReload .parrow .badge,
#buy-modal .parrow .badge {
    margin: 0 2px 0 5px;
}

#obj #cart .moreless a.collapsed:after,
#cartReload .moreless a.collapsed:after,
#obj #cart .moreless a:not(.collapsed):after,
#cartReload .moreless a:not(.collapsed):after {
    color: #444;
    float: left;
    margin-left: 5em;
}

#obj p.pzero {
    margin: 0;
}

#obj .parred,
#cartReload .parred,
#buy-modal .parred {
    margin-left: 5px;
    font-style: italic;
}

#obj #cart .moreless a,
#cartReload .moreless a {
    text-align: left;
}

#obj a.afterclean:after,
#cartReload a.afterclean:after,
#buy-modal a.afterclean:after {
    content: "";
    float: none;
}

#obj a.afterclean,
#cartReload a.afterclean,
#buy-modal a.afterclean {
    display: inline-block;
    text-align: initial;
}

#obj #contact-content td {
    padding: 10px 10px 10px 0;
}

#obj #contact-content h4 {
    margin: 20px 0 0 0;
}

.dimage {
    float: left;
    max-width: 100px;
    margin-right: 20px;
    margin-top: -5px;
}

.shipping-method label {
    width: 100%;
}

#login-modal .modal-body i {
    margin-right: 10px;
}

#login-modal .form-info .head {
    display: block;
    font: 16px 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
}

#login-modal .form-info ul {
    padding: 0 0 0 16px;
    list-style: square;
}

#login-modal .form-info {
    margin: 0;
}

.box-footer {
    margin: 15px 0 0 0;
}


/* tooltipster p -> img */

p.tpc {
    text-align: center;
    display: block;
}

.compico {
    font: normal normal normal 14px/1 FontAwesome;
}

label.form-valid-error,
.inputErr,
.help-block {
    text-transform: uppercase;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 12px;
    color: #e84d1c;
    font-style: italic;
}

.youicon {
    font-size: 28px;
    vertical-align: sub;
}

.ajaxVideo:hover {
    background-color: transparent !important;
}

.pi-img {
    position: relative;
}

.yougood {
    padding: 0;
    color: #e84d1c;
    border: 0;
    margin: 0;
    background-image: radial-gradient(at center, white 30%, transparent 0%);
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 50px;
}

.goods-modify {
    font-size: 12px;
    margin-bottom: 10px;
}

.goods-modify:after {
    content: none !important;
}

#irvideo-modal .modal-body {
    padding: 0;
    display: flex;
}

#irvideo-modal .modal-content {
    padding: 0;
    border: 0;
    /*box-shadow: unset;*/
}


/* modal vertically centered but mobile view error */

.centered .modal-dialog {
    display: inline-block !important;
    text-align: left !important;
    vertical-align: middle !important;
}

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

.centered.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}


/* modal vertically centered but mobile view error */

#irvideo {
    width: 100%;
    height: auto;
    margin: 0 auto;
    frameborder: 0;
}

.invbutdis {
    display: inline-block;
    width: 28px;
    height: 20px;
}

.shiptable td,
.paytable td {
    padding: 20px 8px 8px 0 !important;
}

#obj-country-modal .modal-sm {
    width: 650px;
}

.flag-div {
    margin: 1em;
    position: relative;
    display: inline-block;
    text-align: center;
    background: #eee;
    border: 1px solid #ddd;
    width: 100%;
    padding: 1em;
    cursor: pointer;
    min-height: 160px;
}

.flag-div span {
    margin: 1em 0 0 0;
    white-space: unset;
    font-size: 12px;
}

.flag-div:hover span {
    background: #cc3304;
}

.coupon {
    margin: 1em 0;
}

.coupon input,
.coupon button {
    font-size: 13px;
    height: 30px;
    vertical-align: bottom;
    display: inline;
    width: calc(50% - 2px);
}

.coupon .couponStat {
    text-align: right;
}

.coupon .couponStat p {
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
    display: inline;
    color: #e84d1c;
}

.nowrap {
    white-space: nowrap;
}

#world {
    padding: 15px 0;
}

#world .carousel-info img {
    width: 150px;
    height: 150px;
    padding: 3px;
    border-radius: 300px !important;
    border: solid 1px #f5f5f5;
}

#world .carousel-info {
    overflow: hidden;
    text-align: center;
}

#world blockquote {
    margin: 10px 0 20px;
    padding: 0px 20px;
    border-color: #35aa47;
    color: #656565;
    font-size: 13px;
}

#world h2.top {
    text-align: center;
    font-size: 43px;
    margin: .4em 0 .8em 0;
}

.heureka_recenze .rec_header {
    margin-bottom: 60px;
}

.heureka_recenze .rec {
    margin-bottom: 40px;
    padding-bottom: 20px;
    min-height: 200px;
    background: url("/tpl/frontend/zentai/images/heureka-overeno.png") no-repeat center bottom -20px;
    background-size: 60px;
}

.heureka_recenze blockquote {
    font-size: 15px;
    padding: 15px 20px 30px 20px;
}

.heureka_recenze blockquote.rating {
    font-size: 42px;
    font-weight: bold;
    color: #e84d1c;
}

.heureka_recenze blockquote.rating .rateit {
    margin-left: 15px;
    vertical-align: super;
}

#ajaxProducts .pagination .ajaxVideo img {
    vertical-align: top;
}

#obj-cpost-modal .table {
    margin-top: 3em;
}

#obj-cpost-modal .cpinfo i {
    margin: 5px 8px;
    font-size: 120%;
}

.btn-big {
    font-size: 145%;
}


/* Radios, checkboxes and buttons animated new */

@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 100px;
        width: 100px;
        margin-left: -40px;
        margin-top: -40px;
        opacity: 0;
    }
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: sub;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.5rem 0 0;
    outline: none !important;
    /* bootstrap !!*/
    z-index: 1000;
}

input[type=checkbox]:hover,
input[type=radio]:hover {
    background: #9faab7;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    background: #da4d4d;
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    /*content: '✔';*/
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #da4d4d;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

input[type=radio] {
    /*border-radius: 50% !important;*/
}

input[type=radio]::after {
    /*border-radius: 50% !important;*/
}

@keyframes but-click-wave {
    0% {
        -webkit-transform: scale(0.001, 0.001);
        transform: scale(0.001, 0.001);
        background-color: #da4d4d;
        opacity: 0.35;
    }

    100% {
        -webkit-transform: scale(2, 3);
        transform: scale(2, 3);
        background-color: #da4d4d;
        opacity: 0;
    }
}

.btn {
    position: relative;
    transition: all 0.15s ease-out 0s;
    outline: none !important;
    /* bootstrap !!*/
}

.btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.btnclicked::after,
.btn:focus::after {
    -webkit-animation: but-click-wave 0.65s;
    -moz-animation: but-click-wave 0.65s;
    animation: but-click-wave 0.65s;
    z-index: 1000;
}

#params .btn:focus::after {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}


/* Radios, checkboxes and buttons animated new */

.mobile {
    display: none !important;
}

@media (max-width: 1200px) {
    .product-page .description {
        height: 123px;
    }

    .service-box .service-box-heading span {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: inline-block !important;
    }

    .header-navigation>ul>li.dropdown>a.dropdown-toggle {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .desktop-768 {
        display: none !important;
    }

    .service-box-v1,
    .service-box-v2,
    .service-box-v3,
    .service-box-v4 {}

    .product-page .description {
        height: unset;
    }

    /* R.P. In mobile view enable click on second level menu*/
    .header-navigation ul>li>div.dropdown-backdrop {
        display: none;
    }

    .pre-footer-subscribe-box .input-group .form-control,
    .pre-footer-subscribe-box .input-group-addon,
    .pre-footer-subscribe-box .input-group-btn {
        display: table-cell;
    }

    .pre-footer-subscribe-box .input-group {
        display: table;
    }
}

@media (max-width: 480px) {
    .service-box .service-box-heading span {
        min-height: 50px;
    }

    .service-box .service-box-heading span,
    .service-box .service-box-heading i {
        display: block;
        text-align: center;
        margin: 0px auto;
        margin-bottom: 5px;
        float: none;
    }

    .header .mobi-search {
        position: absolute;
        top: -34px;
        left: 15px;
        margin: 0;
        height: 18px;
        width: 18px;
        color: #616b76;
        border: 0;
    }

    .header .mobi-search-box {
        top: 0;
    }

    .header .mobi-search-box:after {
        left: 8px;
    }

    .header .mobi-search i {
        font-size: inherit;
    }

    .pre-header .btn-primary {}

    #obj-country-modal .modal-sm {
        width: 360px;
    }

    .flag-div {
        min-height: unset;
    }

    .quote-v1 .input-group {
        display: grid;
    }
}

#FormReg .input-group-addon,
#obj .input-group-addon,
#FormEditUser .input-group-addon {
    padding: 0;
    margin: 0;
    border: 0;
}

#FormReg .cs-select>span,
#obj .cs-select>span,
#FormEditUser .cs-select>span {
    height: unset;
}


/* continue scroll parent modal after close child  */

.modal {
    overflow: auto !important;
}

.btn-login-top {
    font-family: 'Open Sans', sans-serif;
    background-color: #616b76;
    text-decoration: none;
}

.btn-reg-top {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.btn-login-top:hover,
.btn-reg-top:hover {
    text-decoration: none;
}

.sto {
    width: 100%;
}

blockquote {
    font-size: 13px !important;
}

.bg-white {
    background-color: white !important;
}

.btn-sizechart {
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 1em !important;
}

.btn-sizechart img {
    display: block;
}

.hidden {
    visibility: hidden;
    margin: 0;
    height: 0;
    width: 0;
    padding: 0;
    float: right;
}

tr.mens>td {
    background: rgb(187, 221, 255);
}

tr.women>td {
    background: rgb(255, 212, 231);
}

@media (min-width: 1200px) {
    #sizechart-modal>.modal-dialog {
        width: 1140px;
    }
}

.vzornik {
    margin-top: 2em;
}

.vzornik ul {
    margin-bottom: 3em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.vzornik img {
    width: auto;
    height: auto;
    max-width: 215px;
}

@media (max-width: 480px) {
    .vzornik ul {
        flex-flow: column;
        align-items: center;
    }
}

.owl-carousel-akt {
    margin: 0;
    padding: 0;
}

.owl-carousel-akt .content {
    position: absolute;
    left: 10%;
    top: 35%;
    right: 10%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

.owl-carousel-akt .content * {
    color: #3e4d5c;
    text-decoration: none;
}