* {
    border-radius: 0 !important;
}

body.page-on-scroll nav.navbar-transparent .navbar-nav > li > a {
    color: white !important;
}

nav .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative !important;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

html {
    min-height: 100%;
    position: relative;
}

.h {
    display: none;
}

a:hover, a:focus {
    text-decoration: none;
}

body {
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    /*background-color: #fcfcfc;*/
    /*overflow: hidden;*/
    font-size: 14px;
}

.form-control {
    font-size: 12px;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.modal {
    overflow-y: auto;
}

#navbar {
    padding: 0;
}

.navbar .logo {
    background-color: #77cc6d;
    background-image: url(../img/logobg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
}

.navbar .logo img {
    margin-right: 30px;
    margin-top: 3px;
}

.navbar .logo a {
    color: white !important;
}

.navbar .no-collapse {
    padding: 20px 15px 10px 15px;
}

.list-view .summary {
    text-align: left;
}

.list-view {
    padding: 0;
}

a {
    transition: .3s;
}

section#products div.img {
    height: 200px;
    background-position: center;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    position: relative;
    /*margin-bottom: 20px;*/
    overflow: hidden;
    background-size: auto 80%;
    /*border: 1px solid #cdcdcd;*/
}

section#products div.img:after {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
}

section#products div.item {
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border-right: 1px solid #eeeeee;
}

section#products div.item:nth-child(4n) {
    border: 0;
}

section#sandbox li.item {
    display: inline-block;
    width: 200px;
    overflow: hidden;
}

section#sandbox li.item > a {
    display: block;
}

section#sandbox li.item img,
section#products div.item {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section#products div.item > div.wrap {
    /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);*/
    /* border: 1px solid #cdcdcd;*/
}

section#products div.item > div.wrap > div.info {
    padding: 10px 0;
    /*    border-top: 1px solid #cdcdcd;
        background: #f1f1f1; !* Old browsers *!
        background: -moz-linear-gradient(top, #f1f1f1 0%, #ececec 100%); !* FF3.6-15 *!
        background: -webkit-linear-gradient(top, #f1f1f1 0%, #ececec 100%); !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(to bottom, #f1f1f1 0%, #ececec 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ececec', GradientType=0); !* IE6-9 *!*/
}

.breadcrumb {
    background-color: #efefef;
    border-radius: 0;
}

section#sandbox li.item:hover img,
section#products div.item:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

section#products h5 {
    font-size: 14px;
    max-height: 31px;
    min-height: 31px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 10px;
}

section#products div.dateAdd,
section#products div.priceDiff {
    line-height: 1;
    margin-top: 5px;
}

section#products .product-sale {
    display: none;
}

section#products div.thumbnail {
    background-color: white;
    padding: 10px;
}

section#products span.balance {
    font-size: 12px;
    color: grey;
}

section#products p.price {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.btn-black {
    color: #fff;
    background-color: #313334;
    border-color: #313334;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    color: #fff;
    background-color: #565656;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    background-color: #77cc6d;
}

nav a.navbar-brand {
    color: white !important;
    font-weight: bold;
    padding: 0;
    height: auto;
}

h1 {
    font-size: 25px;
}

nav ul.phones i {
    margin-right: 5px;
}

.list-view .pager {
    text-align: center;
}

.pager li > a, .pager li > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    /* background-color: #41c0c0;
     border-color: #41c0c0;*/
    background-color: #5cb85c;
    border-color: #5cb85c;
}

section#product div.right-helper .btn-block {
    margin-bottom: 5px !important;
    text-align: left;
    padding-left: 10px;
}

section#product div.right-helper .btn-block#buy {
    margin-bottom: 15px !important;
}

section#product div.right-helper .btn-block:last-of-type {
    margin-bottom: 0;
}

section#product img.providerlogo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 88;
    height: 30px;
}

section#product div.relative-item {
    margin-bottom: 20px;
}

section#product div.product-img {
    position: relative;
}

section#product div.material-list img {
    width: 50px;
    height: 50px;
}

section#product div.material-list a:focus,
section#product div.material-list a:hover {
    text-decoration: none !important;
}

.overflow {
    overflow-x: auto;
    white-space: nowrap;
}

.overflow [class*="col"] {
    display: inline-block;
    float: none;
}

section#product ul.options div.option {
    background-image: url(../img/dot.png);
    background-repeat: repeat-x;
    background-position: bottom 3px center;
}

section#product ul.options div.option span {
    background: white;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

section#product ul.list-group {
    margin: 0;
}

section#product h2.price {
    font-size: 30px;
    margin-top: 0;
    color: black;
    font-weight: bold;
}

section#product div#body p:first-letter {
    text-transform: uppercase;
}

section#product div#body p:last-of-type {
    margin: 0;
}

/*section#product .nav-tabs {
    border: 0;
}

section#product .nav-tabs > li.active > a,
section#product .nav-tabs > li.active > a:hover,
section#product .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
}

section#product .nav-tabs > li > a {
    font-size: 12px;
    padding: 10px;
}*/

.fotorama__nav-wrap {
    margin-top: 20px;
}

div.relative-item div.img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}

div.relative-item p:last-of-type {
    margin: 0;
}

div.relative-item div.thumbnail {
    padding: 10px;
}

div.relative-item div.name {
    line-height: 100%;
    max-height: 26px;
    min-height: 26px;
    margin: 5px 0 2px 0;
    overflow: hidden;
}

div.relative-item div.mod {
    margin:0 0 10px;
}

div.relative-item div.price {
    font-size: 20px;
}

div.relative-item div.baloon {
    float: right;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #77cc6d;
    color: white;
    position: relative;
}

div.relative-item div.baloon > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

section#product p.size {
    margin: 0;
}

.pagination {
    margin: 20px 0 0;
}

footer {
    padding: 40px 0 0;
    background-color: #1a1a1a;
    /* background-image: url(../img/bg-page.png);*/
    background-image: url(../img/bg-header-repeat.png);
    position: absolute;
    border-top: 1px solid #dedede;
    bottom: 0;
    left: 0;
    width: 100%;
    color: black;
}

footer img {
    margin-bottom: 20px;
}

footer div.links {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

footer div.contact {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dedede;
    background: rgba(0, 0, 0, .04);
    margin-top: 15px;
}

footer a:not(.btn) {
    color: #272727;
}

footer a:focus,
footer a:hover {
    opacity: .8;
    color: black;
}

footer div.links a {
    margin-right: 20px;
    /* color: #999;*/
}

footer div.links.white a {
    opacity: 1;
}

footer div.links.white a:hover {
    opacity: .5;
}

footer div.links a:last-of-type {
    margin: 0;
}

/*.navbar-default.catalog-nav {
    !*background-image: url(../img/bg-page.png);*!
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}*/

body.page-on-scroll nav.navbar-transparent {
    background-color: #313334 !important;
}

.navbar-default {

    background-color: rgba(0, 0, 0, .1);
}

div.is-sticky .nav-default {
    background-image: url(../img/bg-page.png);
}

section#products span.balance {
    display: block;
    min-height: 18px;
    max-height: 18px;
}

section#products div.item div.materials {
    /*position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    padding: 5px;
    background: rgba(255, 255, 255, 0.68);
    text-align: center;
    white-space: nowrap;*/
}

section#products div.item div.materials img {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

section#product h4.old-price,
section#products span.old-price {
    text-decoration: line-through;
}

section#product .grid-view {
    padding-top: 0;
}

section#product div.product-panel {
    margin-top: 30px;
}

section#portfolio.index div.item {
    margin-bottom: 30px !important;
}

section#portfolio.index {
    margin: 0 0 -30px;
}

section#portfolio div.item div.img {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#comments {
    margin-top: 50px;
}

section#catalog div.sorter {
    text-align: left !important;
}

div.code-area {
    position: relative;
}

div.code-area img {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
}

section#comments div.item div.item {
    margin-left: 30px;
}

.label.text-muted {
    color: #999;
}

section#comments h2 {
    font-size: 22px;
}

section#comments div.reply a {
    font-size: 10px;
    color: #999;
}

section#main {
    margin-top: -35px;
    background: transparent;
    padding: 230px 0 200px;
    position: relative;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

section#clients-section,
section#main div.text {
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
}

section#clients-section h3,
section#main div.text h1 {
    font-size: 28px;
}

section#main div.text span.big {
    font-size: 120px;
}

section#clients-section p,
section#main div.text p {
    font-size: 23px;
    display: inline;
    border-bottom: 4px solid rgba(255, 255, 255, .5);
}

section#clients-section:after,
section#main:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(106, 210, 80, 0.29);*/
    background: rgba(32, 54, 114, 0.29);
}

section#clients-section div.container,
section#main div.container {
    position: relative;
    z-index: 88;
}

section.white-section {
    padding: 70px 0 40px;
    background: white;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    padding:15px 10px;
}

section.white-section .info-box6 .img {
    width: 80px;
    height: 80px;
    background-color: #f2f2f2;
    position: relative;
    border-radius: 70px;
    margin-bottom: 20px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
}

section.white-section .info-box6 .img i {
    font-size: 30px;
    color: #33373E;
}

section.white-section .info-box6 .sub-txt {
    font-size: 13px;
    color: #7c7e83;
    line-height: 1.6;
}

section.white-section .info-box6 .info .hd {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 300;
}

section.white-section hr {
    margin-bottom: 40px;
}

#loading {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}


.loader {
    width: 40px;
    height: 40px;
    background: #5cb85c;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-indent: -9999em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

.loader.static {
    position: relative;
    top: auto;
    left: auto;
}

section#clients-section {
    margin: 0 0 -30px;
    /* background: radial-gradient(#36414E, #253241);*/
    background: transparent;
    position: relative;
}

section#clients-section div.inner {
    padding: 65px 0 80px;
    text-align: center;
}

section#clients-section h3 {
    color: #FFF;
    margin-top: 0;
    font-weight: 300;
    font-size: 35px;
    letter-spacing: .3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

section#clients-section p {
    margin-top: 17px;
}

section#clients-section .logos {
    margin-top: 50px;
}

section#clients-section .logos img {
    margin: 0 16px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    vertical-align: middle;
    height: 100px;
    opacity: .7;
}

section#portfolio-block {
    background: #f7f7f7;
    text-align: center;
    padding: 30px 0 70px;
}

section#portfolio-block .item {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

div.filter-block select.selected {
    background: rgba(0, 0, 0, .1);
    font-weight: bold;
}

.btg {
    border-top: 10px solid #5cb85c;
}

.btg,
.btg .list-group-item:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

span.filter {
    font-weight: 100;
}

span.filter > span.value {
    font-weight: bold;
}

span.filter > i.filter-remove {
    cursor: pointer;
}

span.empty {
    display: block;
    text-align: center;
}

div.form-sm {
    margin-bottom: 5px !important;
}

div.form-sm label {
    font-size: 10px;
}

.ui-group-buttons .or {
    position: relative;
    float: left;
    width: .3em;
    height: 1.3em;
    z-index: 3;
    font-size: 12px
}

.ui-group-buttons .or:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: 'и';
    background-color: #5a5a5a;
    margin-top: -.1em;
    margin-left: -.9em;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.55;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    border-radius: 500px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.ui-group-buttons .or:after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: .3em;
    height: 2.84em;
    background-color: rgba(0, 0, 0, 0);
    border-top: .6em solid #5a5a5a;
    border-bottom: .6em solid #5a5a5a
}

.ui-group-buttons .or.or-lg {
    height: 1.3em;
    font-size: 16px
}

.ui-group-buttons .or.or-lg:after {
    height: 2.85em
}

.ui-group-buttons .or.or-sm {
    height: 1em
}

.ui-group-buttons .or.or-sm:after {
    height: 2.5em
}

.ui-group-buttons .or.or-xs {
    height: .25em
}

.ui-group-buttons .or.or-xs:after {
    height: 1.84em;
    z-index: -1000
}

.ui-group-buttons {
    display: inline-block;
    vertical-align: middle
}

.ui-group-buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ui-group-buttons .btn {
    float: left;
    border-radius: 0
}

.ui-group-buttons .btn:first-child {
    margin-left: 0;
    border-top-left-radius: .25em;
    border-bottom-left-radius: .25em;
    padding-right: 15px
}

.ui-group-buttons .btn:last-child {
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    padding-left: 15px
}

Section#catalog-nav {
    background-image: url(../img/bg-header-repeat.png);
}

div#top {
    padding: 0 0 35px;
    color: #464646;
}

div#top .phones p:last-of-type {
    margin: 0;
}

div#pre-top {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    margin: 0 0 35px;
    background: rgba(0, 0, 0, .04);
}

div#pre-top a {
    color: #464646;
    margin-right: 20px;
    /*border-bottom: 1px dashed rgba(70, 70, 70, 0.5);*/
    font-weight: bold;
}

div#pre-top a:last-of-type {
    margin-right: 0;
}

section#catalog-nav div#adress a {
    color: #464646
}

/*section#catalog-nav .navbar-default .navbar-nav > li > a {
    font-weight: bold;
}*/

/*.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: white;
}*/

section#catalog-nav .navbar-default .navbar-nav > li > a:hover {
    /*color: #e0e0e0*/
}

section#page h1 {
    margin-top: 0;
}

section#lister {
    position: relative;
}

section#lister > ul {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    text-align: left;
}

section#lister ul {
    padding: 0;
}

section#lister li > ul {
    margin-top: 10px;
    margin-bottom: 5px;
}

section#lister li {
    list-style: none;
}

div.errorSummary > p,
section#lister span.parent {
    font-weight: bold;
    color: #5cb85c;
    position: relative;
}

div.errorSummary > p:after,
section#lister span.parent:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: '';
    width: 20px;
    height: 2px;
    background: #5cb85c;
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

section#tabs .nav > li > a {
    padding: 5px 10px;
    font-size: 12px;
    margin: 0 5px 5px 0;
}

section#tabs .nav-pills > li.active > a,
section#tabs .nav-pills > li.active > a:hover,
section#tabs .nav-pills > li.active > a:focus {
    background-color: #5cb85c;
}

section#catalog ul.caters {
    padding: 0;
}

section#catalog ul.caters li {
    display: inline-block;
    margin-right: 10px;
}

section#catalog ul.caters li a:after {
    content: ',';
}

section#catalog ul.caters li:last-of-type {
    margin-right: 0;
}

section#catalog ul.caters li:last-of-type a:after {
    content: "";
}

.label-white {
    background: #007bc0;
    color: white;
}

.label-yellow {
    background: yellow;
    color: black;
}

.cartcount {
    z-index: 999;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.errorSummary {
    padding: 20px;
    background: #313334;
    color: white;
    margin: 0 0 20px;
}

div.errorSummary ul {
    margin: 0;
}

div#variants a.varbuy {
    margin-left: 10px;
}

.cartcontroller {
    position: absolute;
    top: 10px;
    right: 10px;
}

.cartcontroller button {
    margin-bottom: 5px;
}

.cartcontroller button:last-of-type {
    margin: 0;
}

div.captcha {
    position: relative;
}

div.captcha > img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

div.grid-view-loading {
    position: relative;
    background-image: none;
}

div.grid-view-loading:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    content: "";
    z-index: 99999;
}

section#tickets div.head {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #5cb85c;
}

section#tickets div.well:not(.admin) {
    background-color: white;
}

section#tickets div.admin {
    margin-left: 50px;
}

.label {
    padding: .2em .5em .2em !important;
}

.catalog-class-1 {
    background: rgba(92, 184, 92, 0.5);
}

.catalog-class-1 > a {
    font-weight: bold;
}

.catalog-class-2 {
    background: #8bc58b;
}

.sale-tag {
    padding: 0 5px 1px;
    background: #5cb85c;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 9;
    text-transform: uppercase;
}

.sale-tag span {
    font-size: 10px;
    color: white;
}

section#filter-block div.col-md-3 {
    padding: 5px 15px;
}

.details {
    font-size: 16px;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

.details span {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.details .title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}

.details .info {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 12px;
}

.details span.grad {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    z-index: -1;
}

.details-hover:focus .title,
.details-hover:hover .title {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.details-hover:focus .info,
.details-hover:hover .info {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.details-hover:focus span,
.details-hover:hover span {
    opacity: 1;
}

.details-hover:focus span,
.details-hover:hover span {
    top: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

div.catcategories div.cat-item > div.inner {
    background-color: #5cb85c;
    height: 200px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

div.catcategories div.cat-item > div.inner a,
div.catcategories div.cat-item > div.inner:before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../img/bg-page.png);
    z-index: 10;
}

div.catcategories div.cat-item > div.inner a {
    background-image: none;
    z-index: 999;
}

div.catcategories div.cat-item > div.inner:after {
    height: 500px;
    width: 500px;
    content: "";
    background: #313334;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%) rotate(45deg);
    -moz-transform: translate(-50%, 100%) rotate(45deg);
    -ms-transform: translate(-50%, 100%) rotate(45deg);
    -o-transform: translate(-50%, 100%) rotate(45deg);
    transform: translate(-50%, 100%) rotate(45deg);
    transition: .5s;
    z-index: 5;
}

div.catcategories div.cat-item {
    padding: 10px;
}

div.catcategories div.cat-item-name {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    margin-bottom: 5px;
}

div.catcategories div.cat-item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(30%, 30%);
    -moz-transform: translate(30%, 30%);
    -ms-transform: translate(30%, 30%);
    -o-transform: translate(30%, 30%);
    transform: translate(30%, 30%);
    transition: .3s;
    z-index: 10;
}

div.catcategories div.cat-item:hover div.cat-item-img {
    -webkit-transform: translate(25%, 25%);
    -moz-transform: translate(25%, 25%);
    -ms-transform: translate(25%, 25%);
    -o-transform: translate(25%, 25%);
    transform: translate(25%, 25%);
}

div.catcategories div.cat-item:hover > div.inner:after {
    -webkit-transform: translate(-50%, -20%) rotate(45deg);
    -moz-transform: translate(-50%, -20%) rotate(45deg);
    -ms-transform: translate(-50%, -20%) rotate(45deg);
    -o-transform: translate(-50%, -20%) rotate(45deg);
    transform: translate(-50%, -20%) rotate(45deg);
}

div.catcategories div.cat-item-subitems {
    color: white;
    max-width: 200px;
    z-index: 10;
    position: relative;
    font-size: 12px;
    line-height: 1;
    text-transform: lowercase;
}

nav.navbar {
    z-index: 99 !important;
    margin-bottom:50px;
    min-height:inherit;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.fix-width {
    max-width: 500px;
    margin: 0 auto;
}

div.panel-product-img {
    border: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

hr.mw {
    max-width: 200px;
    margin-left: 0;
}

.label-black {
    background-color: #313334;
}

.pagination > .all > a,
.pagination > .all > span,
.pagination > .all > a:hover,
.pagination > .all > span:hover,
.pagination > .all > a:focus,
.pagination > .all > span:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: white;
}

.btn {
    font-size: 12px;
}

section#materials div.name {
    line-height: 14px;
    min-height: 28px;
    max-height: 28px;
    overflow: hidden;
    margin-top: 20px;
}

section#new-cat div.img,
section#material div.img,
section#materials div.img {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
}

section#material div.img {
    height: 500px;
}

section#material div.info table {
    width: 100%;
}

section#material div.info table td {
    padding: 3px;
    border: 1px solid #cccaca;
    width: 50%;
}

section#materials div.img span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

hr.weller {
    border-top: 1px solid #c7c7c7;
}

section#new-cat div.img {
    background-size: auto 90%;
    background-repeat: no-repeat;
    transition: .3s;
}

section#new-cat div.item {
    text-align: center;
    margin: 0 0 20px 0;
}

section#new-cat div.border {
    border: 1px solid #e4e2e2;
    padding: 10px 0 20px;
}

section#new-cat h3 {
    margin: 10px 0 30px;
    display: inline-block;
}

section#new-cat div.count {
    margin-top: 10px;
    color: black;
}

section#new-cat div.name {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

section#new-cat div.item a:hover div.img {
    background-size: auto 95%;
}