﻿@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|Roboto:400,700,700i');

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #555;
      margin: 0;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}






.container {
    width: auto;
    max-width: 1140px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#wrapper {
    overflow: hidden;
}
#header {
    position: relative;
    z-index: 60;
}
.header-main {
    padding: 28px 0 25px;
    line-height: 14px;
    background-color: #fff;
}
#header .logo-main {
    float: left;
}
#header .logo-main img {
    height: 36px;
    height: 72px;
    margin: -19px 0;
}


.mobile-menu-trigger {
    position: absolute;
    top: 2px;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 5px 3px;
}
.mobile-menu-trigger span {
    display: block;
    height: 3px;
    background: #6c98e1;
    border-radius: 3px;
    width: 100%;
	margin: 4px 0px;
}
.mobile-menu-close {
    position: relative;
    display: block;
    width: 100%;
    float: right;
    text-align: right;
}
.mobile-menu-close .fa-times {
    font-size: 33px;
    color: #03A9F4;
    margin: 12px 6px 18px;
}


.header-main .header-top-info {
    float: right;
}
.pull-right {
    float: right!important;
}
.header-main .header-main-socs {
    margin-left: 42px;
}
.header-main .header-main-socs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-main .header-main-socs ul:after {
    display: table;
    content: "";
    clear: both;
}
.header-main .header-main-socs ul li {
    display: block;
    float: left;
    margin-left: 15px;
    margin-bottom: 0;
}

.header-main .header-main-socs ul li:first-child {
    margin-left: 0;
}
.header-main .header-main-socs ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #58ba3a;
    color: #fff;
    text-indent: 1px;
}
.header-main .header-main-socs ul li a i {
    font-size: 14px;
    line-height: 35px;
}

.header-main .header-secondary-phone {
    margin-left: 36px;
}
.header-main .header-secondary-phone .phone {
    margin-bottom: 3px;
    vertical-align: bottom;
}
.header-main .header-secondary-phone .phone .phone-label {
    margin-right: 2px;
    color: #232167;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.header-main .header-secondary-phone .phone .phone-number {
    font-size: 14px;
    font-weight: 700;
}


.header-main .header-main-phone {
    position: relative;
    padding-left: 39px;
    margin-left: 36px;
}
.header-main .header-main-phone .fa-phone,
.header-main .header-main-phone .fa-phone-square  {
    position: absolute;
    top: 0;
    left: 0;
    color: #58ba3a;
    font-size: 33px;
}
.header-main .header-main-phone .phone {
    margin-top: 1px;
}
.header-main .header-main-phone .phone .phone-label {
    margin-right: 2px;
    color: #232167;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1px;
}
.header-main .header-main-phone .phone .phone-number {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: .5px;
}
.header-main-phone a, .header-secondary-phone a {
    color: #58ba3a !important;
    text-decoration: none !important;
}
.header-main .header-address {
    position: relative;
    padding-left: 39px;
    max-width: 280px;
}
.header-main .header-address .fa-map-marker {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 34px;
    color: #58ba3a;
}
[class^="stm-icon-"], [class*=" stm-icon-"] {
   
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header-main .header-address .address .heading-font {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}


.header-nav {
    margin-bottom: 0px;
    background: #fff;
    z-index: 15;
}
.header-nav.header-nav-transparent {
/*
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
*/
    background: rgb(37, 33, 98);
    box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.header-nav.header-nav-transparent {
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
.header-help-bar {
    float: right;
    margin-left: 15px;
}
.header-help-bar>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-help-bar>ul li {
    display: block;
    float: left;
    margin-bottom: 0;
}
.header-help-bar>ul li:first-child {
    margin-left: 0;
}
.header-help-bar>ul li.nav-search {
    margin-left: 13px;
}
.header-help-bar>ul li.nav-search>a {
    display: block;
    margin-top: 8px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
	padding: 0;
}
.header-help-bar>ul li.nav-search>a i {
    line-height: 33px;
}


.header-help-bar>ul li a {
    padding: 0 13px;
    display: block;
    position: relative;
    text-decoration: none !important;
}
.header-help-bar>ul li a:hover {
    background-color: #f7f8f9;
	color: #252162;
}
.header-help-bar>ul li a .list-icon {
    position: relative;
    top: -1px;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
}
.header-help-bar>ul li a:hover .list-icon {
	color: #252162;
}
.header-help-bar>ul li a .list-badge {
    position: absolute;
    top: 7px;
    right: 2px;
    min-width: 18px;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    background-color: #6c98e1;
    padding: 0 2px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 0 rgba(0,0,0,.14);
}
.header-help-bar>ul li a .list-label {
    position: relative;
    top: 1px;
    margin-right: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 52px;
    font-weight: 700;
}
.header-help-bar>ul li a:hover .list-label {
	color: #252162;
}

.main-menu {
    float: left;
}
.main-menu .header-menu {
    padding: 0;
    margin: 0;
    margin-left: -15px;
    list-style: none;
}
.main-menu .header-menu>li {
    position: relative;
    float: left;
    margin-bottom: 0;
}
.main-menu .header-menu>li.current-menu-item:first-child, .main-menu .header-menu>li .current_page_item:first-child {
    margin-left: 21px;
}

.main-menu .header-menu>li>a {
    display: block;
    position: relative;
    height: 52px;
    padding: 0 11px;
    line-height: 52px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.header-menu li a {
  
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 14px;
}
.main-menu .header-menu>li:hover>a {
    background-color: #58ba3a;
    color: #fff !important;
    font-size: 14px;
   
    font-weight: 700;
    font-style: normal;
}
.bg_newsdetail{
    background-image:url("../images/slide_banner/004.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
        height: 400px;
}
.entry-header {
    position: relative;
    background-size: cover;
    background-color: #8f9fad;
    background-position: 50% 0;
}
.entry-header.small_title_box>.container {
    min-height: 220px;
    min-height: 260px;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px !important;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#modern-filter-listing {
    margin-top: 45px;
}
body .wpb_button, body .wpb_column>.vc_column-inner>.wpb_wrapper>:last-child {
    margin-bottom: 0;
}


.stm-accordion-single-unit {
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,.18);
}
#modern-filter-listing .stm-accordion-single-unit {
    margin: 0 0 30px;
}
.stm-accordion-single-unit>a.title {
    position: relative;
    display: block;
    padding: 27px 20px 20px 25px;
    background-color: #fff;
    border-top: 4px solid ##252162;
    text-decoration: none !important;
}
.stm-accordion-single-unit .menu {
	display: block;
    line-height: 14px;
    padding: 7px 0
}
.stm-accordion-single-unit .menu a,
.stm-accordion-single-unit .menu .spm-text {
    color: #232628;
    text-decoration: none !important;
  
    font-weight: 700;
    font-size: 14px;
    display: inline;
    float: left;

}

.stm-accordion-single-unit .menu .spm-text:before {
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    left: 0;
    content: "\f138";
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    float: left;
    color: #58ba3a;
    margin-right: 8px;
}
.partners-list.stm-accordion-content-wrapper .partner .partner-image {
	max-width: 100%;
}
.partners-list.stm-accordion-content-wrapper .partner {
	    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #cff;
    padding: 2px;
    margin-bottom: 5px;
    margin-top: 10px;
}



.collapse.in {
    display: block;
}
#modern-filter-listing .stm-accordion-content-wrapper {
    padding: 0 16px 20px;

}
#modern-filter-listing .stm-accordion-content-wrapper .stm-single-unit {
    margin-bottom: 8px;
}
.stm-accordion-single-unit .title {
    position: relative;
    display: block;
    padding: 27px 20px 20px 25px;
    background-color: #dccfea;
    border-top: 4px solid #252162;
    text-decoration: none !important;
  
}
.stm-accordion-single-unit .title h5 {
	margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
   
}



.stm-car-listing-sort-units,
.section-line {
    
    padding-bottom: 2px;
    margin-bottom: 4px;
    
}
.grid-box .section-line{
    border-bottom: 1px solid #ddd;
}
.post-title h1{
    color:#999;
    line-height: 35px;
}
.post-sharing {
    padding-top: 19px;
    margin-bottom: 11px;
    /*padding-left: 27px;*/
}
.addthis_button_google_plusone{
    width:40px !important;
    overflow:hidden
}
#modern-filter-listing .stm-car-listing-sort-units {
    margin-top: 0;
}
.stm-modern-filter-found-cars {
    float: left;
  
}
.stm-modern-filter-found-cars h4 {
      margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.orange {
    color: #cc6119;
}

.car-listing-main-part,
.section-containter{
    padding-top: 19px;
    margin-left: -15px;
    margin-right: -15px
}
.car-listing-row .col-md-3 {
    margin-bottom: 40px;
}
.row-4 .col-md-3:nth-child(3n+1) {
    clear: both;
}
.rmv_txt_drctn {
    color: inherit;
    text-decoration: none !important;
}
img.car-image-thumb {
    width: 100%;
    /*height:100%*/
}
#main img{
    max-width:100% !important;
}


@media only screen and (max-width: 600px) {
 .car-image{
    height:260px;
   overflow:hidden;
   background-color:#ccc
}
}

@media only screen and (min-width: 601px) {
 .car-image{
    height:180px;
   overflow:hidden;
   background-color:#ccc
}
}

.car-listing-row .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
  
    font-weight: 700;
    text-align: center;
    height: 50px;
    padding: 7px 3px 6px 3px;
    background-color: #eaedf0;
}
.car-title h3{
    font-size: 13px;
}
#footer{
    margin-top:20px
}
.car-listing-row .price {
    position: relative;
    padding: 4px 8px;
    text-align: center;
    background-color: #6c98e1;
    color: #ffffff;
    font-size: 14px;
    
}
.single-post .post-content img {
    max-width: 100%;
}
.single-post .summary-image {
    text-align: center;
}
.single-post .post-container {
	padding-right: 25px;
}
.car-summary {
    background: #f0f2f5;
    padding: 10px 20px;
    border: 1px solid #c1c1c1;
}


.title {
	margin-bottom: 8px;
}
.title a ,
a.title {
    text-decoration: none;
    color: inherit;
}

.news-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.news-block img.news-image {
    float: left;
    display: inline-block;
    margin: 0px 12px 12px 0;
}
.news-block .news-first img.news-image {
	width: 200px;
    margin: 0px 16px 12px 0;
}
.news-list img.news-image {
    width: 75px;
    float: left;
    display: inline-block;
    margin: 6px 12px 6px 0;
}

.news-list .news-title {
	display: inline;
}
.news-title a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 6px;
   
    color: #444;
}
li.news-item {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}


#footer-copyright .copyright-text, #footer-main .copyright {
    font-size: 13px;
    color: #888;
}
#footer-main .copyright a {
    color: #6c98e1;
}
#footer-copyright {
    padding: 20px 0 19px;
}





.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-1 {
    position: relative;
    min-height: 1px;
}

.mleft {float: left;}
.mright {float: right;    min-height: 1000px;}

.nopadding {padding: 0px;}
.nomargin {margin: 0px;}

.grid-box {
	box-shadow: none;
    border-radius: 1px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateZ(0);
    padding: 25px 40px 14px 40px;
    border: 1px solid #ddd;
	float: left;
}


.isnext {margin-bottom: 18px;}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}

.col-md-1 {
    width: 100%;
}

.col-sm-4 {
    width: 33.33333333%;
}
.col-md-7 {
    width: 66.66666666%;
}
.col-md-3 {
    width: 33.33333333%;
}
.col-md-4 {
    width: 25%;
}
.col-md-2 {
    width: 50%;
}
.col-md-3 {
    width: 33.33333333%;
}
.col-md-4 {
    width: 25%;
}
.col-md-7 {
    width: 66.66666666%;
}
.col-md-9 {
    width: 75%;
}



.fa-map-marker:before {
  content: "\f041";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-search:before {
  content: "\f002";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .heading-font, .button, .load-more-btn, .vc_tta-panel-title, .page-numbers li>a, .page-numbers li>span, .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span, .stm_auto_loan_calculator input, .post-content blockquote, .contact-us-label, .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a, .stm-shop-sidebar-area .widget.widget_product_categories>ul, #main .stm-shop-sidebar-area .widget .product_list_widget li .product-title, #main .stm-shop-sidebar-area .widget .product_list_widget li a, .woocommerce ul.products li.product .onsale, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce table.shop_attributes td, .woocommerce table.shop_table td.product-name a, .woocommerce-cart table.cart td.product-price, .woocommerce-cart table.cart td.product-subtotal, .header-listing .listing-menu li a {
    
    color: #232628; margin-bottom:0; margin-left:0; margin-right:0; margin-top:0;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#popup {
	POSITION: fixed; BOTTOM: 0px; FONT: inherit; HEIGHT: 250px; COLOR: #666; RIGHT: 0px;
    
}
#popupInfos {
	WIDTH: 250px; PADDING-RIGHT: 7px; BACKGROUND: url(../images/fullborder_bg_right.gif) no-repeat right top
}
#popupInfo {
	PADDING-LEFT: 7px; BACKGROUND: url(../images/fullborder_bg.gif) no-repeat left top; HEIGHT: 225px
}
#popupInner {
	LINE-HEIGHT: 20px; WIDTH: 250px; DISPLAY: block; HEIGHT: 20px; COLOR: #690; FONT-SIZE: 11px
}
#popupInner A {
	COLOR: #690; TEXT-DECORATION: none
}
#popupTitle {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FLOAT: right; HEIGHT: 15px; OVERFLOW: hidden; PADDING-TOP: 0px
}
#popupTitle LI {
	DISPLAY: inline
}
#popupTitle LI A {
	BACKGROUND-IMAGE: url(../images/button.gif); WIDTH: 30px; BACKGROUND-REPEAT: no-repeat; FLOAT: left; HEIGHT: 0px; OVERFLOW: hidden; PADDING-TOP: 15px
}
#popupTitle LI A.close {
	BACKGROUND-POSITION: 0px 0px
}
#popupTitle LI A.close:hover {
	BACKGROUND-POSITION: 0px -15px
}
#popupTitle LI A.min {
	BACKGROUND-POSITION: -30px 0px
}
#popupTitle LI A.min:hover {
	BACKGROUND-POSITION: -30px -15px
}
#popupTitle LI A.max {
	BACKGROUND-POSITION: -60px 0px
}
#popupTitle LI A.max:hover {
	BACKGROUND-POSITION: -60px -15px
}
#contentPopup {
	BORDER-BOTTOM: #999 1px solid; BORDER-LEFT: #111 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.6em; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 200px; OVERFLOW: hidden; BORDER-TOP: #111 1px solid; BORDER-RIGHT: #999 1px solid; PADDING-TOP: 0px
}

.stm-modern-filter-found-cars{
        background-color: #eaedf0;
    position: relative;
    display: block;
    padding: 27px 20px 20px 7px;
    border-top: 4px solid #252162;
    text-decoration: none !important;
    margin-bottom: 0;
    text-transform: uppercase;
    width:100%
   
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.td_1{
    background-color:#cff
}
.td_2{
    padding-left:10px
}
.table_1{
    margin-bottom:20px
}
@media (min-width: 768px) {
.container {
    width: 750px;
}




}
@media (min-width: 992px) {
.container {
    width: 970px;
}





}
@media (min-width: 1200px) {
.container {
    width: 1170px;
}


}

@media (max-width: 767px) {

.mleft, .mright {
	float: none!important; 
	width: 100%;
}

.visible-xs {
    display: block!important;
}
.header-main .header-top-info {
    width: 100%;
    float: none !important;
}
.header-main .header-top-info .pull-right {
    float: none !important;
    width: 100% !important;
}
.header-top-info .header-main-socs,
.header-address, 
.header-secondary-phone {
    display: none;
}
.header-main .header-top-info .pull-right .header-main-phone {
    margin-left: 0;
    margin-bottom: 10px;
}
.header-main .logo-main {
    margin-bottom: 20px;
    width: 100%;
    float: none !important;
}

#header .logo-main img {
    height: 72px;
    margin: 0px 0;
}
#header-nav-holder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9;
	transition: 0.5s;
	overflow-y: auto;
}
.main-menu .header-menu {
    margin: 0;
}

.main-menu .header-menu>li {
    width: 100%;
    text-align: center;
}

.header-help-bar {
    margin: 12px 0;
    width: 100%;
}
.header-help-bar>ul li.nav-search {
	float: right;
}
.visible-mb {
	display: block;
}
.invisible-mb {
	display: none;
}
.collapse-mb .collapse.in.content,
.collapse-mb .plus.minus .collapse-menu,
.expand-mb .plus.minus .expand-menu {
	display: none;
}
.expand-mb .collapse.in.content,
.collapse-mb .plus.minus .expand-menu,
.expand-mb .plus.minus .collapse-menu {
	display: block;
}
.plus.minus {
    position: absolute;
    top: 26px;
    right: 0;
    width: 36px;
    height: 36px;
    float: right;
    font-size: 18px;
}

#left-menu .stm-accordion-single-unit .title h5 {
    padding-right: 50px;
    padding-top: 0;
    margin: 0;
    color: #fff;
}
.stm-accordion-single-unit .title {
	background-color: #252162;
	color: #fff;
}
.stm-accordion-single-unit .title h5 {
    color: inherit;
    padding-right: 50px;
    margin: 0;
}
.single-post .post-container {
    padding-right: 0px;
}


.col-sm-4,
.col-md-3,
.col-md-7,
.col-md-4,
.col-md-2,
.col-md-1 {
    width: 100%;
}



}

@media (max-width: 991px) {
.logo-main {
    position: relative;
    padding-right: 60px;
    min-height: 35px;
}




}






.page-sl {
	PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; PADDING-TOP:3px; BORDER-RIGHT: #e5e5e5 1px solid; BORDER-TOP: #e5e5e5 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 12px; BORDER-LEFT: #e5e5e5 1px solid; COLOR: #000000; BORDER-BOTTOM: #e5e5e5 1px solid;  BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none
	
	
}
.page {
	PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; PADDING-TOP: 3px; BORDER-RIGHT: #e5e5e5 1px solid; BORDER-TOP: #e5e5e5 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 12px; BORDER-LEFT: #e5e5e5 1px solid; COLOR: #8e8e8e; BORDER-BOTTOM: #e5e5e5 1px solid;  BACKGROUND-COLOR: #f4f4f4; TEXT-DECORATION: none
}

.spm-ten {
	FONT-SIZE: 12px; COLOR: #bb0001; TEXT-DECORATION: none
}

.spm-tex-new {
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none;
}
.spm-tex-new1 {
	FONT-SIZE: 13px; COLOR: #000000; font-weight:bold;  TEXT-DECORATION: none;
}

.spm-date {
	FONT-SIZE: 10px; COLOR: #999999; TEXT-DECORATION: none
}
.sbzon{
    right:0px;
    left: auto !important; 

}
.sbzoff{
      right:0px;
    left: auto !important; 
}