#comments{
    margin-top: 15px;
}
.browserFirefox .widget_calendar h3.widget-title{
    float: none;
}
/*Social*/
ul.topsocial{
    margin: 0;
}
.st-right,.right.square,.right.circle{float: right}
.st-left,.left.square,.left.circle{float: left}
.st-center,.center.square{margin: 0 auto}
.circle p,.circle,.circle ul.topsocial,.square p,.square,.square ul.topsocial{
    display: inline-block;
}
.square ul.topsocial li,.circle ul.topsocial li{
    display: inline-block;
    margin: 0px 5px 0px 0px;
}
.circle .topsocial li a:hover {
  background: #1E1E1E;
  color: #fff;
}
.circle .topsocial li a{
    float: left;
    color: #8e8e8e;
    font-size: 12px;
    width: 23px;
    height: 23px;
    background: #fbfbfb;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    transition: all 0.3s ease;
}
.square ul.topsocial li a:hover,
.square ul.topsocial li:hover{
    background-color: #d70204;
}
.square ul.topsocial li:hover a i{
    opacity: 1;
}
.square ul.topsocial li a i {
    display: inline-block;
    height: 16px;
    opacity: 0.3;
    width: 16px;
    margin-left: 3px;
}
.square ul.topsocial li a {
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
    display: block;
    height: 32px;
    padding: 7px;
    width: 32px;
    transition: background-color 0.2s ease-out 0s;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
}
/*MailChimp*/
body .mc4wp-form input[type=email]{
    background: #bd0204 none repeat scroll 0 0;
    border: 0 solid #fff;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 13px;
    height: 35px;
    margin-right: 5px;
    padding: 0 5px 0 7px;
    width: 235px;
}
body .mc4wp-form input[type=submit]{
    background: #1e1e1e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 80px;
}
.mc4wp-form form p label{
    display: none;
}
body .mc4wp-form input[type=email]::-webkit-input-placeholder {
   color: #fff;
}

body .mc4wp-form input[type=email]:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

body .mc4wp-form input[type=email]::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

body .mc4wp-form input[type=email]:-ms-input-placeholder {  
   color: #fff;  
}


.list-footer .post-item{
    line-height: 30px;
}
/*404 Style*/
.title-404 h1 {
    font-size: 270px;
    line-height: 1em;
    margin: 0;
    /*padding: 12px 0 134px;*/
    position: relative;
    color: #ea2e0d;
}
.title-404 {    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08) inset;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    text-align: center;
}
.search-form-left{
    float:left;
}
.search-form-right{
    float:right;
}
.search-form-center{
    margin: 0 auto;
}
.btn-primary {
    color: #fff;
    background-color: #d70204;
    border-color: #d70204;
}
.st_tweets i{
    font-size: 40px;
    padding: 10px 0px;
}
/*.st-twitter-slider .owl-pagination div span{
    background: #fff !important;
}*/
/*End 404*/
.top_nav .logo{
    width: auto;
    max-width: 25%;
}
.logo{
    width: auto;
}
.navbar ul li{
    margin-bottom: 0px;
}
.sticky .navbar{
    margin-top: 8px;
    margin-bottom: 0px;
}
.sticky.condensed #logo img{
    margin-top: 10px;
}
.sticky.condensed .navbar{
    margin-top: 15px;
}
.nav>li>a{
    padding-left: 12px;
    padding-right: 12px;
}
.menu_main4 .nav>li>a{
    padding-left: 18px;
    padding-right: 18px;
}
.copyrights p{
    font-size: 12px;
}
.menu_main .navbar-default{
    background-color: #fff;
	max-width: 1100px;
	margin-top: 25px;
}
.menu_main2 .navbar-default{
    background-color: #000;
}
.menu_main4 .navbar-default{
    background-color: #1e1e1e;
}
.menu_main4 {
    width: 56.8%;
}
.cdetails{
    float: right;
}
.navbar-default{
    /*background-color: #fff;*/
    background-color: unset;
    border: none;
}
/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #d70204;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
ul.dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0px;
}*/
.icon-larger{
    font-size: 50px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin-bottom: 13px;
    margin-right: 13px;
}
.icon-large{
    font-size: 35px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    margin-bottom: 14px;
    margin-right: 14px;
}
.icon-medium{
    font-size: 27px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-bottom: 14px;
    margin-right: 14px;
}
.icon-small{
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-bottom: 7px;
    margin-right: 7px;
}
.item-style-1 i.icon {
    height: 40px;
    line-height: 40px;
    margin-left: 0px;
    width: 37px;
}
.testimonial .item-style-1{
    margin-right: 12.8px;
}
.item-style-1{
    margin-right: 49.8px;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
    background-color: unset !important;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .wpb_content_element .wpb_accordion_header a{
   /* padding: 0px 30px !important;*/
}
.feature_sec9.transpef {
    background: url("../images/fade1.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
.sky-form i.icon-append{
    z-index: 9;
}
.sky-form .message {
    color: #6fb679;
    display: unset;
}
.wpcf7-response-output{
    color: #fff;
}
.load-more-port{
    padding-top: 45px;
}
.cbp-l-grid-masonry .cbp-caption-defaultWrap img{
    max-width: none;
}
a#load:active,
a#load:focus{
    color: #fff;
    outline: none;
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
.feature_sec15 .item-team img {
    border-bottom: 1px solid #999;
    float: left;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.feature_sec15 .item-team h5 {
    color: #fff;
    margin-bottom: 3px;
}
.feature_sec15 .item-team h6 {
    color: #999;
    font-size: 14px;
    margin-bottom: 25px;
}
.feature_sec15 .item-team a {
    background: none repeat scroll 0 0 #d70204;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 7px 18px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.feature_sec15 .item-team {
    background: none repeat scroll 0 0 #1e1e1e;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.st-section{
    float: left;
    width: 100%;
}
.center .logo {
    float: left;
    width: 100%;
}
.nav ul.dropdown-menu ul.dropdown-menu{
    left: 100%;
    top: 0px;
}
ul.st-client li {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 20%;
}
.circle-img img {
    border: 5px solid #eee;
    border-radius: 100%;
    float: left;
    height: 100px;
    margin-bottom: 100px;
    margin-right: 20px;
    width: 100px;
}
.vc_row{
    float: left;
    width: 100%;
}
.col-last,
.testimonial{
    margin-left: -10px;
    background-color: #fff;    
}
.testimonial .wpb_wrapper{
    margin-left: 10px;
}
.col-last > .wpb_wrapper {
  margin-left: 17px;
}
.testimonial img {
    margin-bottom: 0px;
}
.testimonial {
    padding: 0;
}
.testimonial img {
    border: 5px solid #eee;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.testimonial p {
    color: #727272;
    margin-bottom: 5px;
}
.testimonial b {
    color: #1e1e1e;
    font-weight: 600;
    margin-top: 22px;
    float: left;
}
.testimonial b em {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}
.item-style-1 i.icon {
    color: #e3e3e3;
    float: left;
    font-size: 40px;
    margin-bottom: 6px;
    margin-right: 18px;
}
#logo img{
    margin-left: 6px;
}
.hot-line{
    background: #d70204 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    height: 44px;
    margin: 0 10px;
    padding: 9px 18px;
    white-space: nowrap;
}
.legal-box{
    background: #353535 none repeat scroll 0 0;
    border-radius: 3px;
    color: #b9b9b9;
    padding: 15px;
    text-align: left;
    transition: all 0.3s ease 0s;
}
.legal-box2 {
    float: left;
    width: 47%;
    padding: 50px 40px 70px 40px;
    background: rgba(0, 0, 0, 0.7);
}
.legal-box2 h1 {
    color: #d70204;
    font-size: 58px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: bold;
}
.legal-box2 h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0px 3px 0px;
}
.legal-box2 h5 {
    color: #999;
    text-transform: uppercase;
    margin: 0px;
}
.legal-box2 p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-top: 25px;
}
#sky-form footer{
    text-align: center;
}
.right #topsitesearchform #s{
    float: right;
}
.col-md-6 .last-post .right{
    width: 81.2%;
}
/*.col-md-6 .last-post .owl-item{
    margin-right: 15px;
}*/
iframe{
    width: 100%;
    max-width: 100%;
    /*height: auto;*/
}
#header.sticky.menu-fixed #trueHeader{
    position:fixed !important;
    top:0 !important;
    left:15px !important;
}
#header.sticky.menu-fixed.condensed #trueHeader{padding:0px 0}
.flickr_badge_image{
    margin: 0 !important;
    height: unset !important;
    width: unset !important;
}
.page_title .pagenation{
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 80px;
    padding: 0px 70px 0px 40px;
    color: #fff;
    margin-top: 320px;
}
/*.page_title2 .pagenation{
    padding: 40px 0;
    width: 100%;
}*/
.pagenation ul#breadcrumbs li{
    display: inline-block;
}
.breadcumb-left{
    float: left;
}
.breadcumb-right{
    float: right;
}
.breadcumb-center{
    text-align: center;
}
.page_title2 h1{
    margin-right: 10px;
}
.page_title2 .pagenation span:last-child{
    color: #1e1e1e;
}
.page_title2 .pagenation span {
    color: #727272;
    padding: 0;
}
.yamm-content ul.menu-depth-2{
    display: block;
    /*top: 50px !important;*/
    float: left;
    position: relative;
    width: 100%;
}
.yamm-content ul.menu-depth-2 li a{
    width: 100%;
}
.yamm .dropdown.yamm-fw .dropdown-menu li a{
    border: none;
}
.yamm .dropdown.yamm-fw .dropdown-menu{
    border: none;
    box-shadow: none;
}
.yamm .dropdown.yamm-fw .dropdown-menu>li>a{
    padding: 10px 9px;
}
.yamm .list-unstyled a i,
.yamm .list-unstyled li i {
    color: #727272 !important;
}
.yamm .list-unstyled a {
    color: #272727 !important;
    padding: 4px 8px !important;
    transition-duration: 0.3s !important;
    transition-property: margin-left, background-color !important;
    transition-timing-function: ease-out !important;
    width: auto !important;
}
.yamm .list-unstyled ul li{
    width: auto !important;
}
.yamm .list-unstyled a{
    display: inline-block;
}
.yamm .list-unstyled a.active i,
.yamm .list-unstyled a.active{
    color: #fff !important;
}
.yamm .list-unstyled a:hover {
    color: #272727 !important;
    background-color: #eee !important;
    text-decoration: none !important;
    margin-left: 8px !important;
}
.yamm ul li img {
    border: 5px solid #e9e9e9;
    float: left;
    margin-bottom: 12px;
    margin-top: 9px;
    width: 100%;
}
.yamm .yamm-content {
  padding: 20px 20px !important;
}
.yamm-fw > .dropdown-menu{
    padding: 20px 0px;
}
.service-item-2 i {
    color: #d70204;
    font-size: 40px;
    margin-bottom: 16px;
}
.service-item-2 h5 {
    margin-bottom: 5px;
}
.service-item{
    border-top: 10px solid #fff;
    margin-right: 0;
    margin-top: -10px;
    padding: 60px 25px 72px;
    transition: all 0.3s ease 0s;
}
/*#st-map{
    width: 100%;
    height: 500px;
}*/
.sky-form #contact-form-2 header strong{
    color: #272727;
}
.legal-box a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.legal-box .one_third a:hover {
    color: #e3e3e3;
}
.feature_sec15 .margin_top8:last-child,
.feature_sec7 .margin_top8:last-child,
.blog-list-content .content_halfsite .divider_line9:last-child,
.blog-list-content .divider_line9:last-child{
    display: none !important;
}
.margin_top20 {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.pagination a.page-numbers {
    background-color: #eee;
    border-radius: 3px;
    color: #454545;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 10px;
    text-transform: uppercase;
}
.pagination .current {
    background-color: #454545;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 10px;
}
.pagination{
    width: 100%;
    margin: 0;
}
.pagination a.page-numbers:hover {
    background-color: #454545;
    color: #fff;
}
.left_sidebar{
    margin-left: -15px !important;
}

.right_sidebar{
    margin-right: -15px !important;
    /*margin-left: -10px !important;*/
}
.content_right{
    margin-right: -30px;
}
li.separator{
    margin-right: 3px;
    margin-left: 3px;
}
.blog .content_right,
.single .content_right{
    margin-right: -15px;
}
.blog .content_left,
.single .content_left{
    margin-left: -15px;
}
#comments{
    float: left;
}
.single.single-team .right_sidebar,.single.single-team .left_sidebar{
    padding-top: 70px;padding-bottom: 80px;
}
#main-content.home-template{
    padding: 0;
}
#main-content{

    padding: 70px 0 80px;
}
.single-team #main-content,
.page #main-content{
    /*padding: 0;*/
}
.single #main-content .content_fullwidth{
    margin-left: -15px;
    margin-right: -15px;
}
#comments .comment-list .children{
    margin: 10px 20px 10px 50px;
}
#comments{
    width: 100%;
}
.container-fix {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.graybgraph_box ul {
  float: left;
  padding: 0px;
  margin: 0px 10px 0px 40px;
}
.blog-list-content .content_halfsite iframe {
    height: 250px;
}
.page .content_fullwidth{
    width: 100%;
}
.content_fullwidth{
    width: 102.5%;
    padding: 0;
}
.content_full{
    width: 102.5%;
    margin-left: -15px;
}
ul.nav > li.current-menu-ancestor > a{
    color: #d70204;
}
.copyrights .wpb_text_column .wpb_wrapper p{
    display: inline-block;
}
.copyrights .wpb_text_column .wpb_wrapper p:last-child{
    float: right;
}
@media only screen and (max-width: 1250px){
    .nav > li > a{
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media only screen and (max-width: 1100px){
    .nav > li > a{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 999px){
    .navbar-nav>li>a {        
      padding: 6px 15px !important;
    }
    ul.nav .dropdown li a.active{
        background: #d70204;
    }
    .menu_main4 ul#menu-lawswift-menu-2{
        background: #272727 !important;
    }
    .menu_main4 ul.nav>li>a.active{
        color: #d70204 !important;
        background: #272727 !important;
    }
    .menu_main2 ul.nav>li>a.active{
        color: #d70204;
        background: #ff0000 !important;
    }

    .menu_main2 .container>.navbar-collapse{
        margin-right: -15px;
        margin-left: -14px;
    }

    .menu_main{
        float: right;
    }

    .navbar-default .navbar-nav>li>a:hover{
        color: #fff;
    }

    .button4 {
        padding: 10px 15px;
    }

    .navbar-toggle {
        display: block !important;
        width: 100%;
        margin: 0 !important;
    }

    ul#menu-lawswift-menu li a{
        margin-left: 0;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    li.dropdown ul.dropdown-menu li a.active {
        color: #272727;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .dropdown-menu>li>a {
        padding: 8px 20px !important;
        border-bottom: 0px;
    }

    .navbar-default .navbar-nav>.open>a{
        color: #d70204;
        background-color: unset !important;
    }

    .yamm .list-unstyled a{
        color: #fff !important;
    }

    .yamm .yamm-content {
        padding: 0px 20px !important;
    }

    .yamm-fw.open > .dropdown-menu {
        padding: 0 !important;
        display: inline-block !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #000 !important;
    }
}
#trueHeader{
    overflow: visible;
}
.tabs3 li.ui-tabs-active a{
    color: #d70204;
}
.tabs li.ui-tabs-active a{
    color: #fff;
    background-color: #d70204;
}
.tabs2 li.ui-tabs-active a{
    color: #fff;
    background-color: #d70204;
}
@media only screen and (max-width: 768px){    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width: 48% !important;
    }
    /*.archive.woocommerce-page #main-content > .container{
        padding-left: 15px;
    }*/
    .container>.navbar-header {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    strong.hot-line{
        line-height: 57px;
    }

    .col-md-6 .last-post .right{
        width: 75.2%;
    }

    .legal-box2{
        width: 75%;
    }

}

@media only screen and (max-width: 480px){
    .right.square{
        float: none;
        width: 100%;
        text-align: center;
    }
    .sticky.condensed .navbar{
        margin-top: 0px;
    }
    .page_title .pagenation{
        line-height: 25px;
    }
    .top_nav .logo{
        max-width: 100%;
    }
    .woocommerce-page table.cart td.actions .input-text+.button{        
        float: left;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text{
        width: 100% !important;
        margin-bottom: 15px;
    }
    .woocommerce-page table.cart td.actions .coupon{
        width: 100% !important;
    }
    #trueHeader #logo{
        min-height: 40px;
    }
    .testimonial .wpb_wrapper{
        margin-left: 4px;
    }
    .content_full {
        margin-left: 0px;
        padding-right: 10px;
    }
    .single .content_left {
        margin-left: 0px;
    }
    .left_sidebar {
      margin-left: 0px !important;
      padding-top: 0px;
    }
    .right_sidebar{
        padding-top: 0px;
    }
    .last-post .left {
        width: 100%;
        height: 200px;
    }
    .last-post .left a img{
        width: 50%;
        height: 200px;
    }
    .last-post .left .comment,
    .last-post .left .date{
        width: 50%;
        height: 100px
    }
    .last-post .left .comment a,
    .last-post .left .date a{
       line-height: 80px;
    }
    .navbar-default{
        margin-bottom: 0px !important;
    }
    #logo img{
        width: 55%;
    }
    .menu_main4{
        width: 100%;
    }
    .top_nav3 #logo{
        text-align: center;
    }
    .top_nav3.vc_row .wpb_column {
        margin-bottom: 10px;
    }
    .top_nav3 .right .wpb_wrapper div:last-child p:last-child{
        width: 100%;
        text-align: center;
    }
    .top_nav3 ul.topsocial {
        float: left;
        width: 33.3%;
        margin-left: 0px !important;
    }
    .top_nav3 .right .smbut{
        width: 33.3%;
    }
    .top_nav3 .right .topsitesearch {
        margin: 0px 0px 0px -3px;
        width: 33.3%;
    }
    .top_nav3 .logo,
    .top_nav3 #logo{
        width: 100%;
    }
    .top_nav3 #logo img{
        /*width: 100%;*/
    }
    .top_nav2 .center{
        text-align: center;
    }
    .top_nav2 .right{
        margin-top: -160px;
    }
    .top_nav2 ul.topsocial{
        margin-left: 0px !important;
    }
    ul.topsocial{
        margin-left: 35% !important;
    }
    .topsitesearch{
        margin-left: 31%;
    }
    .top_nav .right{
        text-align: center;
    }
    .menu_main {
        width: 100%;
    }
    
    strong.hot-line{
        display: block;
        line-height: 30px;
    }

    .col-md-6 .last-post .right{
        width: 100%;
    }

    .legal-box2{
        width: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px){    
    
    .col-md-6 .last-post .right{
        width: 88.6%;
    }
}
/*@media only screen and (min-width: 991px) and (max-width: 1169px){
    
    .col-md-6 .last-post .right{
        width: 79.2%;
    }
}*/
@media only screen and (min-width: 992px) and (max-width: 1024px){

    .col-md-6 .last-post .right{
        width: 76.7% !important;
    }
}
@media only screen and (min-width: 975px) and (max-width: 1000px){
    .container {
        width: 970px !important;
    }

    #header .container {
        width: auto !important;
        max-width: 961px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 969px){
    .container {
        width: 870px !important;
    }
}
@media only screen and (min-width: 641px) and (max-width: 768px){
    .col-md-6 .last-post .right{
        width: 86% !important;
    }

}
@media only screen and (max-width: 360px){
    .top_nav2 .left {
        width: 50%;
    }
    .top_nav2 .topsitesearch {
        width: 160px;
    }
    .top_nav2 .right {
        margin-top: -165px;
    }
    .top_nav2 #logo img {
        width: 85%;
    }
    .top_nav #logo img {
        width: 80%;
    }
    .top_nav3 .right .topsitesearch{
        width: 157px;
        margin-bottom: 5px;
    }
    .top_nav3 #logo img {
        width: 80%;
    }
    ul.topsocial {
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 1024px){
    .menu_main2 .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo{
        width: 220px;
    }
    .cdetails{
        padding-top: 5px;
    }
    .alicent{
        padding-bottom: 20px;
    }

    .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body{
        margin: 15px 6px 0;
    }

    .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body strong{
        white-space: nowrap;
    }

}


@media only screen and (min-width: 970px) and (max-width: 1046px){
    .container {
        width: 900px !important;
    }
}

@media only screen and (max-width: 900px){
    .footer .center,
    .footer .left {
        width: 100%;
        border-right: 0px solid #333;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #333;
        text-align: center;
        margin-left: 0;
    }

    .footer .right {
        width: 100%;
        margin-left: 0%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px){

    h3.widget-title{
        font-size: 24px;
    }
    
    .page_title .pagenation {
        margin-top: -140px;
    }

    .col-last .wpb_wrapper {
       margin-left: 0px; 
    }

    .item-style-1 {
        margin-right: 5px;
    }

    .two_third img{
        margin-bottom: 20px;
    }

    .copyrights .wpb_text_column .wpb_wrapper p{
        display: block;
        float: none !important;
        text-align: center !important;
    }

    .full_biohead {
        background-repeat: repeat-y !important;
        padding-bottom: 40px;
    }

    .col-md-3.wpb_column,
    .col-md-12.wpb_column,
    .col-md-6.wpb_column,
    .col-md-4.wpb_column{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .graybgraph_box{
        margin-bottom: 20px !important;
    }
    .last {
        margin-bottom: 35px !important; 
    }
}
.vc_parallax .vc_parallax-inner {
    background-attachment: fixed !important;
}
.topsitesearch{
    width:167px;
}
.wpcf7-response-output{
    text-align: center;
}
.no-background.class_st_accordion_plus_2 .st-content-accordion{
    background: none;
}
.box-img img {
  width: 100%;
  margin-left: 5px;
  border: 7px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.yamm .list-unstyled.current-menu-item .yamm-content .row >a i{
    color: #fff !important;
}
.current-menu-item .yamm-content .row >a{
    color: #fff !important;
    background: #d70204;
}
.single .right_sidebar, .single .left_sidebar {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*Woocommerce Style*/
.woocommerce.woocommerce-page .left_sidebar,
.woocommerce.woocommerce-page .right_sidebar{
    padding-top: 0px;
}
.woocommerce-account .addresses .title .edit{
    color: #fff;
    background: #d70204;    
    padding: 3px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.woocommerce .woocommerce-message .button{
    background-color: #d70204; 
}
.woocommerce .woocommerce-message .button,
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce input.button,
.woocommerce-page #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce #respond input#submit,
button.single_add_to_cart_button.button.alt,
.woocommerce a.add_to_cart_button {
    color: #fff;
    background: #d70204;
    padding: 10px 30px;
    border-radius: 3px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce-account .addresses .title .edit:hover{
    color: #fff;
    background-color: #1e1e1e;
}
.woocommerce table.my_account_orders .order-actions .button:hover,
.woocommerce input.button:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout a.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover,
.woocommerce #respond input#submit:hover,
button.single_add_to_cart_button.button.alt:hover,
.woocommerce a.add_to_cart_button:hover {
    color: #fff;
    background-color: #1e1e1e;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    text-align: center;
}
.woocommerce ul.products li.product .star-rating{
    margin: 0 auto;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,
.woocommerce div.product p.price del, .woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del{
    display: inline-block;
    margin-right: 5px;
}
.woocommerce span.onsale{
    background-color: #d70204;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: #454545;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li{
    border:none;
}
.woocommerce nav.woocommerce-pagination ul{
    border:none;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-radius: 3px;
    color: #454545;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 2px;
    text-transform: uppercase;
}
.woocommerce nav.woocommerce-pagination ul li{
    background: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #eee;
    color: #454545;
}
.woocommerce .quantity .qty{
    height: 34px;
}
.woocommerce .star-rating span{
    color: #ff0 !important;
}
.woocommerce div.product form.cart .variations td.label{
    color: #454545;
    font-size: 20px;
    font-family: 'Droid Serif', serif;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
}
.woocommerce div.product form.cart .variations{
    width: 50%;
    float: right;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart{
    padding-top: 15px;
}
.woocommerce div.product form.cart{
    margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations td.value{
    width: 100%;
    padding-top: 24px;
}
.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce div.product form.cart .variations select{
    height: 34px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    background-color: #eee;
    border-radius: 2px;
    margin-bottom: 0;
    padding: 0;
}
.woocommerce span.onsale{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    width: 100%;
    height: 52px;
    margin-bottom: 20px;
}
.tabs li.active a:after{
    display: none;
}
/*html .woocommerce .widget ul.tabs li.active{
    background: #fff;
}
html .woocommerce ul.tabs li.active a,*/
.woocommerce .tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #d70204;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding: 1em 0;
    height: 52px;    
    line-height: initial;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    color: #454545;
    text-decoration: none;
    font-size: 14px;
    background-color: #eee;
    border-right: 1px solid #fff;
    font-weight: normal;    
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    background-color: #fff;
}
.stars span a:hover{
    color: #ff0;
}
.woocommerce-page table.cart td.actions .coupon{
    width: 50%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 70%;
}
.woocommerce-cart table.cart img{
    width: 100px;
}
.woocommerce-page .woocommerce{
    /*padding: 80px 0;*/
}
.woocommerce-page .content_fullwidth{
    width: 102.5%;
    margin-left: -15px;
}
.woocommerce-page input[type=checkbox]{
    width: 18px;
    height: 18px;
}
.woocommerce-account h2,
.woocommerce-account h3,
.woocommerce-account .addresses .title .edit,
.woocommerce-checkout .woocommerce h2{
    margin-top: 20px;
}
.woocommerce form .form-row.woocommerce-validated input.input-text{
    border: 1px solid #69bf29;
}
.woocommerce ul.products li.product a img{
    margin: 0;
}
.woocommerce ul.products li.product a .flips1_back{
    padding: 0;
    height: auto;
    opacity: 0.7;
}
.woocommerce ul.products li.product a .flips1 img,
.woocommerce ul.products li.product a .flips1{
    height: 258px;
}
.woocommerce ul.products li.product .onsale{
    z-index: 9;
}
/*.woocommerce ul.products li.product a .flips1_back i{
    position: absolute;
    line-height: 258px;
    font-size: 30px;
    left: 115px;
}*/
.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email{
    width: 49%;
    display: inline-block;
}
.woocommerce #review_form #respond p.comment-form-author input,
.woocommerce #review_form #respond p.comment-form-email input{
    width: 75%;
}
.woocommerce form.comment-form{
      padding: 15px 0;
}
.woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product{
    width: 22.05%;
}
/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 30.6%;
}*/
.woocommerce div.product_meta{
    margin-top: 10px;
}
.woocommerce div.product p.price{
    margin-bottom: 10px;
}
.woocommerce div.product .product_title{
    margin-bottom: 20px;
}
/*WPML*/
.menu-item-language img.iclflag{
    width: 20px !important;
    height: 14px !important;
    margin-top: 2px !important;
    border: none;
}
.st-flag-lang ul{
    margin: 0;
}
.st-flag-lang ul,
.st-flag-lang ul li{
    display: inline-block;
}
.st-flag-lang li.flag-pretext{
    margin-right: 10px;
    font-size: 20px;
    font-family: 'Droid Serif', serif;
}
.st-flag-lang li.flag-item{
    margin:0 3px;
}
.st-flag-lang li.flag-item a img{
    width: 22px;
}
.page .form-submit{
    padding-bottom: 80px;
}

.fancybox-skin{
    z-index: 999;
}
.owl-demo-1 .owl-wrapper .owl-item .item img{
    width: 100%;
}
.page_faq h1 i,
.page_title2 h1 i,
.page_title h1 i{
    margin-right: 5px;
}
/*FlipBox*/
.flipscont2{
    background-color: none;
}
.one_fourth_st .class-st-style-title-link .flipscont1{
    overflow: hidden;
}
@media only screen and (max-width: 1169px) and (min-width: 1000px){
    .one_fourth_st .flips2 {
        height: 241px !important;
    }
    .menu_main4 .nav>li>a{
        padding-left: 6px;
        padding-right: 6px;
    }
    .menu_main4 li.menu-item-has-children span.caret{
        right: 0px !important;
    }
}
@media only screen and (max-width: 999px) and (min-width: 768px){
    .one_fourth_st .flips1_back,
    .one_fourth_st .flips1 {
        /*height: 835px !important;*/
    }
}
li.menu-item-has-children ul.dropdown-menu li{
    position: relative;
}
.error404 .wrapper_boxed .site_wrapper .st-404-content .container .vc_row[data-vc-full-width=true]{
    left: -20px !important;
}
.navbar-default .navbar-nav>.open>a:focus{
    background-color: none;
    color: none;
}
img.alignleft {
  margin: 0.4em 1.6em 0.6em 0;
}
.wp-caption{
    max-width: 100%;
}
.post-sticky .post-title i,
.post-sticky .post-title h3{
    display: inline-block;
}
.post-sticky .post-title i{
    font-size: 25px;
    margin-right: 10px;
    color: #000000;
}
/*.menu_main .nav ul.dropdown-menu ul.dropdown-menu{
    right: 100%;
    left: inherit;
}*/
.post_meta_links li.date{
    text-transform: uppercase;
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.gallery:before{
    content: "";
    display: table;
}
.gallery:after{
    clear: both;
}
.gallery:before, .gallery:after{
    content: "";
    display: table;
}
.not-found form{
    margin-top: 15px;
}
.pagination{
    padding-top: 35px;
}
.yamm .list-unstyled p a:hover{
    margin-left: 0px !important;
}
.ui-progress-bar{
    margin-bottom: 10px;
}
.vc_parallax .counters4{
    border: none;
}
ul.address li img{
    margin-bottom: 8px !important;
}
.widget.widget_stflickrwidget .flickr_items li a img{
    width: 89.5px;
}
.widget_stflickrwidget .flickr_items li a{
    padding: 4px !important;
    height: 98px !important;
}
.menu_main.menu-default .navbar-default {
   background-color: unset; 
}
.stars a.active,
.stars a:focus,
.stars a:visited{
    color: #ff0;
}
p {
  margin: 0 0 15px;
}
.widget_calendar table {
width: 100%;
}
.widget_calendar table caption {
background-color: #eee;
text-align: center;
padding: 8px 10px;
font-weight: 700;
}
.widget_calendar table th {
background-color: #eee;
border: 1px solid #ddd;
text-align: center;
line-height: 2em;
}
.widget_calendar table td {
border: 1px solid #eee;
text-align: center;
font-size: 14px;
line-height: 2em;
}
.widget_calendar table tbody td a {
color: #d70204;
}
.widget_calendar table tfoot td {
border: 0;
padding: 0;
}
.widget_calendar table tfoot td#prev {
text-align: left;
}
.widget_calendar table tfoot td#next {
text-align: right;
}
.widget_calendar table tfoot a {
display: inline-block;
margin-top: 10px;
background-color: #d70204;
color: #fff;
padding: 3px 15px;
}
.widget_calendar table tfoot a:hover {
background-color: #1e1e1e;
color: #fff;
}
.attbox .box p{
    max-height: 92px;
    overflow: hidden;
}
.entry-content .inborder p{
    margin-bottom: 0px;
}
li.menu-item-has-children span.caret{
    position: absolute;
    right: 5px;
    top: 23px;
}
.menu_main2 li.menu-item-has-children span.caret{
    top: 30px;
}
.menu_main4 li.menu-item-has-children span.caret{
    top: 39px;
}
ul.dropdown-menu li.menu-item-has-children span.caret{
    top: 19px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.page-template-sitemap .sitemap-content li.menu-item-has-children span.caret{
    display: none;
}
/*.archive.woocommerce-page #main-content > .container{
    padding-left: 0px;
}*/
/*.woocommerce ul.products li.product{
    clear: none;
    clear:inherit;
}*/
/*.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n){
    float: left;
}*/