#topBar {
    border-bottom: rgba(202, 219, 3, 0.3) 1px solid;
}
#topBar ul.top-links>li {
    border-right: rgba(202, 219, 3, 0.3) 1px solid;
}
#header {
    box-shadow:none !important;
}
.btn-indigo {
    background-color: #a2b101 !important;
    border-color: #cadb02 !important;
}
#footer {
    background: #2a2925;
}
.nob-bm {
    border-bottom: 0!important;
}
#header.fixed {
    box-shadow: 0 2px 5px rgba(0,0,0,.26) !important;
}
.main-page {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom:0px;
}
.card img.main_image {
    width: auto !important; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    margin-bottom: 20px;
    
}
.card img.align-left {
    margin-right:20px;
    margin-bottom:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.card img.align-right {
    margin-left:20px;
    margin-bottom:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.card-block select.form-control {
    height: 40px !important;
}
.discount-green {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 239, 72, 0.75);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 239, 72, 0.75);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 239, 72, 0.75);
}
.total-shadow {
    border: 1px solid rgba(51, 154, 255, 0.68);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Sub Pages */
.card-block .sPage-content .text a.img img.align-left {
	width:40%;
	margin: 20px 20px 0 20px !important;
}
.card-block .sPage-content a.title {
    color: #fff;
    line-height: 50px;
    /* padding: 20px; */
    width: 100%;
    height: 60px;
    z-index:1000;
    
}
.card-block .sPage-content .br-style {
    display:none;
}
.card-block .sPage-content a.title .text {
    background-color: rgb(42, 41, 37);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:15px;
}
.card-block .sPage-content a.title .text::before {
    background: #cada02 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 50px;
}
.card-block .subPages-columns {
    width: auto !important; 
}
.card-block .sPage-content { 
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}
.card-block .sPage-content a img {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
.card-block .sPage-content a img:hover {
	opacity:0.8;
}
.sPage-content a img.align-left {
	margin:0!important;
}
.card-block .sPage-content a p {
    background-color: #fff;
    padding: 20px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}
/*.card img {
    width: auto !important;
}*/
.main-section {
    padding: 30px 0 !important;
    border-bottom: 0;
}
.no-mb {
    margin-bottom:0px !important;
}
.main-h {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
    padding-left: 0;
    padding-bottom: 0;
}
.text.sPage-content {
    margin: 10px !important;
    padding: 20px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.subPages-columns h2 {
    font-size:20px;
}

/*    .sPage {
        width:100% !important;
        margin:0;
    }*/

/*.admin-panel img {
    width: auto !important;
}*/
.no-border {
    border:0;
}
.img-obekt {
    height: 156px;
}
.img-obekt img {
    max-height:156px;
}
.pd-ob {
    padding-bottom: 0;
    padding-top: 20px;
}
i.ico-light {
    color: #fff;
    background-color: rgb(42, 41, 37);
}
section.light.page-header {
    border-top: rgba(202, 218, 2, 0.8) 1px solid !important;
}
