html, body {
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    margin:0;
    padding:0;
    height:100%;
    background-color:rgb(255,255,255);
    color:rgb(65,65,64);
}
a, a:hover {
    color: #b30707;
}
a:focus { 
    outline: none; 
}
h1 {
    font-size: 1.85em;
    color: #3a3a3a;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
/*
.h2-title {
        font-size:1.3em;
        font-weight:600;
        color:#3b3b3b;
        text-transform:uppercase;
        margin:25px auto;
}
.h2-title a, .h2-title a:hover {
        color:#3b3b3b;
        text-decoration:none;
}
*/
.h2-title-home, .h2-title, h2 {
    font-size: 2.14em;
    line-height: 35px;
    color: #888787;
    text-transform: uppercase;
    margin: 25px auto;
    text-align: center;
}
.h2-title-left {
    font-size: 2.14em;
    line-height: 35px;
    color: #888787;
    text-transform: uppercase;
    margin: 25px auto;
    text-align: left;
}
.h3-title {
    font-size:1.3em;
    font-weight:600;
    color:#3b3b3b;
    text-transform:uppercase;
    margin:5px auto;
}
.h3-title a, .h3-title a:hover {
    color:#3b3b3b;
    text-decoration:none;
}
/*HEADER*/
.header-wrapper {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
header {
    background: rgba(58,58,58,1);
    color: #a29f9f;
}
.header-phones, .header-emails, .header-search {
    display: inline-block;
    font-size: 1.14em;
    color: #a29f9f;
    margin: 5px auto 5px 25px;
}
.search-wrapper {
    position: relative;
    /*margin: 5px auto;*/
}
.search-wrapper input {
    min-width: 260px;
    padding: 5px 10px;
    border: 1px solid #b30707;
    background: transparent;
    outline:none;
}
.search-icon {
    position: absolute;
    top: 5px;
    right: 10px;
}
/*end HEADER*/
/*MENU*/
@media (min-width: 768px) {
    .top-menu {
        z-index:9;
        position:fixed !important;
        left:0;
        top:0;
        width:100%;
        background:rgba(255,255,255,1);
        padding:15px 0 !important;
        -moz-box-shadow:0 0 5px rgba(0,0,0,.5);
        -webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
        box-shadow:0 0 5px rgba(0,0,0,.5);
    }
}
.menu-wrapper {
    padding: 10px 0;
}
.navbar-brand {
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img {
    width: 100%;
    max-width: 105px;
}
.top-menu .navbar-brand img {
    width:auto;
    max-width:100%;
    max-height:60px;
}
.navbar-default {
    background: #ffffff;
    border: none;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #3a3a3a;
    font-size: 1.14em;
    text-transform: uppercase;
    font-weight: 600;
    /*text-align: left;*/
}
.navbar-default .navbar-nav > li > a:hover {
    color: #b30707;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #b30707;
    background: #ffffff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    text-align: left;
}
@media (max-width: 992px) {
    .nav > li > a {
        padding: 10px 0 !important;
    }
}
/*end MENU*/
/*HTML*/
.html-home-wrapper {
    padding: 25px 0 35px;
    background: rgba(242,242,242,1);
    margin: 40px auto;
}
.html-home {
    color: #888787;
}
/*end HTML*/
/*CATALOG ABOUT*/
.cr-bg {
    /*border-bottom:1px solid #c1c0c1;*/
    /*margin-bottom:25px;*/
}
.cr-item {
    margin-bottom:45px;
}
.cr-img img {
    border:1px solid #eeeeee;
    max-width:100%;
}
.cr-name {
    margin-top: 5px;
}
.cr-name a {
    color: #888787;
    font-size: 1.14em;
    font-weight: 300;
}
.cr-name a:hover {
    text-decoration: none;
}
/*end CATALOG ABOUT*/
/*TOVAR LIST*/
.catalog-bg {
    border-left: 1px solid rgba(0,0,0,.15);
    padding-left: 15px;
}
@media (max-width:767px) {
    .catalog-bg {
        border-left: none;
        padding-left: 0;
    }	
}
.t-item {
    max-width:350px;
    margin:0 auto;
    padding: 25px 15px;
}
.t-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.t-img {
    text-align: center;
    /*border: 1px solid red;*/
}
.t-img img {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.t-name {
    font-size: 1.42em;
    margin: 25px auto;
}
.t-name a {
    color: #3a3a3a;
}
.t-name a:hover {
    text-decoration:none;
}
.t-item-title {
    font-size: 1.14em;
    text-transform: uppercase;
    margin: 25px auto;
}
.t-text {
    line-height: 28px;
    font-weight: 300;
    line-height: 28px;
}
.t-price {
    text-align:center;
    font-size:2em;	
}
.ot-price {
    font-size:2em;	
}
.t-price-old {
    text-decoration:line-through;
    font-size:0.75em;
}
.t-current-price {
    color:#d40b49;
    font-weight:600;
}
.tovar-btn {
    margin-top: 25px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.t-item:hover .tovar-btn {
    opacity: 1;
}
.tovar-btn a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 3px 35px;
    border: 2px solid rgba(179,7,7,1);
    text-transform: uppercase;
    background: rgba(179,7,7,1);
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 28px;
}
.tovar-btn a:hover {
    background: rgba(179,7,7,0);
    color: rgba(179,7,7,1);
}
.t-nonal {
    text-align:center;
    padding:5px;
    color:#484848;
    font-weight:600;
    font-size:1em;
    text-transform:uppercase;
}
.t-nonal-price {
    color:#cbcbcb !important;
}
.t-files-item {
    margin:10px auto;
}
.ot-btn {
    display:inline-block;
    border-radius:10px;
    margin:10px auto;
    text-align:center;
    padding:15px 25px;
    background:rgba(212,11,73,1);
    cursor:pointer;
    color:#ffffff;
    font-size:1.5em;
    text-transform:uppercase;
}
.ot-nonal {
    padding:5px;
    color:#484848;
    font-weight:600;
    font-size:1em;
    text-transform:uppercase;
}
.nav-tabs a, .nav-pills a {
    color: #555;
}
.nav-tabs a:hover, .nav-pills a:hover {
    color:#000000;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background:rgba(0,0,0,1);
}
.tab-content {
    border:1px solid rgba(221,221,221,1);
    border-top:none;
    padding:15px 5px 5px;
    border-radius:0 0 4px 4px;
}
@media (max-width:767px) {
    .tab-content {
        margin-top:15px;
        border-top:1px solid rgba(221,221,221,1);
    }
}
/*
.register input, textarea {
        width:100%;
        padding:10px;
        border:1px solid #d7d7d7;
}
.register input[type="radio"] {
        width:auto;
}
.register label {
        font-weight:normal;
}
.register-row {}
.register-item {
        margin-bottom:10px;
}
*/
/*ONE TOVAR*/
/*ONE TOVAR IMAGES*/
.t-images {
    /*padding-left: 120px;*/
    display: table;
    width: 100%;
    overflow: hidden;
}
.t-images-wrapper {
    /*position: absolute;*/
    /*
    float: left;
    top: 0;
    left: 0;
    border: 1px solid red;
    */
    display: table-cell;
    vertical-align: middle;
}
.t-img-wrapper {
    display: table-cell;
    vertical-align: middle;	
}
.t-carousel2 {
}
.t-carousel .elastislide-wrapper {
    background: transparent;
    box-shadow: none;
    height: auto !important;
}
.t-carousel2 .elastislide-wrapper {
    background: transparent;
    box-shadow: none;
    height: auto !important;	
}
.t-carousel .elastislide-carousel {
    width: 100px;
    height: 380px;
}
.t-carousel2 .elastislide-carousel {
    margin: 0 auto;
    text-align: center;
}
.elastislide-vertical ul li {
    border: 1px solid rgba(0,0,0,0.15);
    margin: 0 auto 5px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
}
.elastislide-horizontal {
}
.elastislide-horizontal ul li {
    border: 1px solid rgba(0,0,0,0.15);
    margin: 0 3px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
}
/*end ONE TOVAR IMAGES*/
.table-responsive {
    border: none !important;
}
.tovar-specif td {
    border: none !important;
    padding-left: 0 !important;
}
.tovar-specif td:nth-child(2) {
    color: #888787;
}
.t-isnew {
    position: absolute;
    top: 0;
    /*left: 150px;*/
    right: 0;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(233,1,1,1);
    font-weight: 300;
    font-size: 1.285em;
    padding: 15px 25px;
    z-index: 2;
}
.t-istop {
    position: absolute;
    top: 0;
    /*left: 150px;*/
    right: 0;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(255,194,63,1);
    font-weight: 300;
    font-size: 1.285em;
    padding: 15px 25px;
    z-index: 2;
}
@media (max-width: 992px) {

}
.t-isnew-small {
    position: absolute;
    bottom: 25px;
    left: 0;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(233,1,1,1);
    font-size: 0.785em;
    padding: 5px 10px;
    z-index: 2;
}
.t-istop-small {
    position: absolute;
    bottom: 25px;
    left: 0;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(255,194,63,1);
    font-size: 0.785em;
    padding: 5px 10px;
    z-index: 2;
}
.tl-img {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.t-anons {
    color: #888787;
}
.t-anons ul {
    list-style-type: disc;
}
.t-anons li {
    margin-left: 20px;
    padding-left: 0;
    text-indent: -5px;
}
/*end ONE TOVAR*/
/*end TOVAR LIST*/
/*PODBOR*/
.podbor-bg {
    max-width: 350px;
    margin: 0 auto 25px;
}
.podbor-title {
    font-size: 1.857em;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.podbor-main-razdel {
    margin-top: 15px;
}
.podbor-main-razdel-name {
    font-size: 1.14em;
}
.podbor-main-razdel-name a, .podbor-main-razdel-name a:hover {
    color: #888787;
    text-transform: uppercase;
    text-decoration: none;
}
.podbor-main-razdel-name a.cur-cat {
    color: #b30707;
}
.podbor-razdel-name {
    margin-top: 15px;
}
.podbor-razdel-name a, .podbor-razdel-name a:hover {
    color: #888787;
    text-decoration: none;
}
.podbor-razdel-name a.cur-cat {
    color: #b30707;
}
/*end PODBOR*/
/*NEWS & LAST NEWS */
.ln-wrapper {
    padding: 10px 0 0;
    border-top: 1px solid #c1c0c1;
}
.ln-item {
    margin-bottom:25px;
}
.ln-name {
    font-size: 1.14em;
    text-transform: uppercase;
    margin: 5px auto;	
}
.ln-name a {
    color: #888787;
}
.ln-name a:hover {
    text-decoration: none;
}
.ln-txt {
    color: #888787;
}
.ln-dt {
    color: #b30707;
}
.ln-img img {
    max-width:100%;
}
.ln-more {
    margin: 25px auto;
} 
.ln-more a {
    display: inline-block;
    text-align: center;
    padding: 8px 33px;
    border: 2px solid rgba(58,58,58,1);
    font-size: 0.85em;
    text-transform: uppercase;
    background: rgba(58,58,58,1);
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ln-more a:hover {
    background: rgba(58,58,58,0);
    color: rgba(58,58,58,1);
}
/*end NEWS & LAST NEWS*/
/*ALL WORK*/
.all-work-item {
    cursor:pointer;
}
#all-work .owl-prev, #all-work .owl-next {background:none; padding:0; margin:0; font-size:60px; line-height:60px;}
#all-work .owl-prev {position:absolute; top:50%; left:54px; margin-top:-30px;}
#all-work .owl-next {position:absolute; top:50%; right:54px; margin-top:-30px;}
#all-work .owl-pagination {
    position:absolute;
    bottom:10px;
    left:50%;
}
#all-work .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#all-work .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background:transparent;
    border:1px solid #3a3a3a;
}

#all-work .owl-controls .owl-page.active span,
#all-work .owl-controls.clickable .owl-page:hover span {
    background: rgba(58,58,58,1);
}
.all-work-img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 10px;
}
.all-work-info {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
}
.all-work-info-wrapper {
    display: table;
    width: 50%;
    height: 100%;
}
.all-work-info-inner {
    display: table-cell;
    vertical-align: middle;
}
.all-work-name {
    font-weight: 300;
    font-size: 5em;
    line-height: 60px;
}
.all-work-txt {
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 30px auto;
}
@media (max-width: 992px) {
    .all-work-name {
        font-size: 4em;
        line-height: 50px;
    }
    .all-work-txt {
        margin: 25px auto;
    }	
}
.all-work-btn a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 3px 35px;
    border: 2px solid rgba(179,7,7,1);
    text-transform: uppercase;
    background: rgba(179,7,7,1);
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 28px;
}
.all-work-btn a:hover {
    background: rgba(179,7,7,0);
    color: rgba(179,7,7,1);
}
/*end ALL WORK*/
/*FOOTER*/
footer {
    margin-top: 25px;
    padding: 25px 0;
    background: rgba(58,58,58,1);
    color: #ffffff;
    font-size: 1.14em;
    font-weight: 300;
    line-height: 28px;
}
footer a {
    color: #ffffff;
}
.footer-menu {

}
.footer-dev {
    font-size: 0.8em;
    text-align: right;
    margin-top: 25px;
}
.footer-dev a {
    color: #ffffff;
}
.footer-copy {
    padding-top: 25px;
    margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.25);
}
.logo-footer {
    margin-bottom: 50px;
}
.logo-footer img {
    width: 100%;
    max-width: 100px;
}
footer .h2-title {
    text-align: left;
    text-transform: none;
    font-size: 1.285em;
    font-weight:400;
    padding: 0;
    margin: 0;
    color: #b30707;
}
footer .register-row input, footer .register-row textarea {
    border: 1px solid rgba(255,255,255,0.25);
    background: transparent;
    width: 100%;
    padding: 3px 10px;
    margin: 5px auto;
    font-size: 0.875em;
}
footer .t-btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 3px 35px;
    border: 2px solid rgba(179,7,7,1);
    font-size: 0.75em;
    text-transform: uppercase;
    background: rgba(179,7,7,1);
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
footer .t-btn:hover {
    background: rgba(179,7,7,0);
    color: rgba(179,7,7,1);
}
/*end FOOTER*/
/*FEEDBACK*/
.register-question {
    max-width: 350px;
}
.register-question .register-row input, .register-question .register-row textarea {
    border: 1px solid rgba(0,0,0,0.15);
    background: transparent;
    width: 100%;
    padding: 3px 10px;
    margin: 5px auto;
}
.register-question input {
    line-height: 28px;
}
.register-question .t-btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 3px 35px;
    border: 2px solid rgba(179,7,7,1);
    text-transform: uppercase;
    background: rgba(179,7,7,1);
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 28px;
}
.register-question .t-btn:hover {
    background: rgba(179,7,7,0);
    color: rgba(179,7,7,1);
}
.register-question .register-row textarea {
    height: 100px;
}
.qa-question {
    background: transparent;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    font-weight: normal;
    color: #3a3a3a;
    font-size: 1.14em !important;
}
.qa-question:after {
    content: "\f0da";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -9px;
}
.qa-answer {
    background: transparent;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    color: #888787;
}
.ui-state-active {
    color: #b30707;
}
.qa-question.ui-state-active:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -9px;
}
.qa-question .ui-icon {
    display: none;
}
/*end FEEDBACK*/
/*PATH*/
.path-wrapper {
    background: rgba(247,247,247,1);
    padding: 10px 0;
    margin-bottom: 25px;
}
.path {
    font-size: 0.85em;
    color: #b6b5b5;
}
.path a {
    color: #b6b5b5;
}
/*end PATH*/
/*POP UP FORM
.os-form {
        max-width:280px;
        background:rgba(48,118,169,1);
        text-align:center;
        padding:15px;
        display:block;
        margin:0 auto;
        position:relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform-style: preserve-3d;
        -webkit-transform-origin: 50% 100%;
        -webkit-animation: OpenTop 0.5s forwards ease-in;
        -moz-transform-style: preserve-3d;
        -moz-transform-origin: 50% 100%;
        -moz-animation: OpenTop 0.5s forwards ease-in;
        transform-style: preserve-3d;
        transform-origin: 50% 100%;
        animation: OpenTop 0.5s forwards ease-in;
}
.os-btn {
        cursor:pointer;
        font-size:0.875em;
        border-radius:10px;
        border:3px solid #eb9206;
        padding:10px 25px;
        text-align:center;
        text-transform:uppercase;
        color:#eb9206;
        font-weight:bold;
        margin:5px auto;
}
.os-btn:hover {
}
.os-title {
        color:#ffffff;
        font-size:24px;
        text-align:center;
        text-transform:uppercase;
}
.os-form input {
        background:rgba(255,255,255,1);
        font-size:0.75em;
        color:#585757;
        width:100%;
        padding:10px;
        height:35px;
        border:1px solid rgba(0,0,0,0.1);
        line-height:22px;
        border-radius:5px;
        -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
        box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
        margin:5px auto;	
}
.close-btn {position:absolute; right:0; top:0; margin:-12px -12px 0 0; cursor:pointer;}
.callme-textarea {
        margin:5px auto;
}
.callme-textarea textarea {
        background:rgba(255,255,255,1);
        font-size:0.75em;
        color:#585757;
        width:100%;
        padding:10px;
        height:50px;
        border:1px solid rgba(0,0,0,0.1);
        line-height:22px;
        border-radius:5px;
        -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
        box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);		
}
/*end POP UP FORM*/
/*LIMENET CONFIG*/
.relative {position:relative;}
.clear {clear:both;}
.red_bord {border:1px solid red !important;}

.pt20 {padding-top:20px}
.pt100 {padding-top:100px}

.pr20 {padding-right:20px}

.pb20 {padding-bottom:20px}

.pl20 {padding-left:20px}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt27 {margin-top:27px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}

.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb35 {margin-bottom:35px;}
.mb37 {margin-bottom:37px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}

.f_left {float:left;}
.f_right {float:right;}
.hide-item {
    visibility: hidden;
}
.about-admin {
    /*border:1px solid red;*/
}
.about-admin img {/*border:1px solid red;*/}
.about-admin img.width100 {
    width:100%;
}
img.width100 {
    max-width:100%;
    width:100%;
}
.error_div {
    background:#ff0000;
    color:#ffffff;
    padding:10px;
}
.no-padding {
    padding:0;
}
.dnone {
    display: none;
}
.lightboxME {
    display: none;
    position: absolute;
    padding:20px;
    background:#212123;
    margin:0 auto;
    color:#ffffff;
    font-size:1em;
}
.grey-line {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
    vertical-align: top;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
label {
    font-weight: normal;
}
/*end LIMENET CONFIG*/