/*.mvc_row {margin: 0;}
div[class*="mvc_col-"]{padding: 0;}*/
img{max-width: 100%;}

.m-y{margin-top: 35px; margin-bottom: 35px;}
.m-b{margin-bottom: 35px;}
.m-t{margin-top: 35px;}

/* COLORS */
ul.primary-menu > li > a::after,.st-button.style-1, .header-button,.st-heading .box-title::after,.st-iconbox.style-1 .box-icon::after,.st-iconbox.style-2:hover .box-icon,.st-promobox .box-content .box-subtitle::before,.st-promobox .box-link a:hover,.st-pricingbox.box-featured::after,.st-iconbox.style-3:hover .box-icon,body .vc_progress_bar .vc_single_bar .vc_bar,.zoom-overlay::before, .zoom-overlay::after,.owl-theme .owl-controls .owl-page.active span,.st-portfolio .portfolio-container.style-1 .portfolio-content,.load-filter li.active a::after,.widget.widget_tag_cloud a:hover, .widget.widget_product_tag_cloud a:hover, .blog .sticky .blog-container::after,.post-tags a:hover,#wp-calendar td#today{
    background-color:#fdbd10;
    background-color: #71c732;
}
.st-button.style-2,.st-promobox .box-link a,.owl-theme .owl-controls .owl-page.active span,.widget_categories li:hover a, .widget_archive li:hover a, .widget_pages li:hover a, .widget_meta li:hover a, .widget_nav_menu ul li:hover a, .st-services-wgt li:hover a, .widget_product_categories li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a,.post-date a:hover, .post-category a:hover, .post-author a:hover, .post-comment a:hover,.st-counter.style-icon .box-icon {
        border-color:#fdbd10;
        border-color: #71c732;
}
.btn:hover, button:hover, .button:hover,html input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce a.added_to_cart:hover,.topbar-label,.header-label,blockquote::before,.st-button.style-2,.st-iconbox.style-1 .box-icon,.st-iconbox .box-link a:hover, .st-pricingbox .box-link a:hover, .blog-container .more-link a:hover, .st-service .service-link a:hover,.st-pricingbox.box-featured .price-cost,#topbar-wrapper .st-social a:hover,.st-promobox .box-link a,.st-counter.style-default .counter-number,.st-blog .post-category a:hover,.testimonial-container::before,.st-service .service-container.style-1 .service-icon,.st-portfolio .portfolio-container.style-2:hover h4 a,.load-filter li a:hover,.post-category,.blog-container .post-title a:hover,.st-blog-wgt .media-body a:hover,#footer a:hover,.st-contact-wgt li i,.st-counter.style-icon .box-icon,.widget_recent_entries a:hover,.widget_recent_comments ul li a:hover{
        color:#fdbd10;
        color: #71c732;
}

#st-wrapper {
    overflow: hidden;
    background-color: #f5f5f5;
}

.header-skin-transparent{
    background-color: transparent;
    box-shadow: none;
}
#topbar-wrapper{
    background-color: rgba(0,0,0,0.4);
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-button{
    /*background-color: #71c732;*/
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}
.st-button:before, .header-button:before{
    background-color: #47bed7;
    background-color: #71c732;
}
.st-heading .box-title:after{
    background-color: #71c732;
}

.header-hightlight small {
    text-transform: uppercase;
    font-size: 10px;
    opacity: 0.7;
}

ul.primary-menu > li > a {
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
ul.primary-menu > li > a:after{
    background-color: #ff6511;
}

ul.primary-menu > li.current-menu-item > a:after{
    width: 100%;
    background-color: #47bed7;
}

.header-label{
    color: #ff6511;
    color: rgba(255,255,255,0.65);
}
.topbar-label{
    color: #47bed7;
    color: #71c732;
    color: #eee;
}
.st-contact-wgt li i{
    color: #47bed7;
}

header a:hover, footer a:hover{
    text-decoration: none;
}

footer img{
    max-height: 40px;
}


.title-holder { padding-top:80px; padding-bottom:80px; }

#title-wrapper {
    background-image:url('../img/bg-title-2.jpg');
    padding-top: 175px;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:inherit;
    background-position:center center;
    position: relative;
}
#title-wrapper:before{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.35);
}

ul.primary-menu > li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.logo{
    max-height: 50px;
}

.full-height{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.full-height:before{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.35);
}

.full-height .header-content{
    color: #fff;
}
.full-height .header-content.left {
    left: 10%;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    width: 50%;
    max-width: 1400px;
}

.full-height .header-content.center {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 20%;
    width: 50%;
    max-width: 1400px;
}

.full-height .header-content.right {
    right: 10%;
    text-align: right;
    margin: 0 auto;
    position: absolute;
    bottom: 20%;
    width: 50%;
    max-width: 1400px;
}

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    bottom: 20px;
    display: block;
    height: 40px;
    left: 0;
    margin: 60px auto 0;
    position: absolute;
    right: 0;
    width: 24px;
    z-index: 10;
}

.mouse-icon .scroll {
    animation-name: scrolling;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .scroll {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 4px;
    height: 10px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes scrolling {
    0% { top: 5px; opacity: 0; }
    30% { top: 10px; opacity: 1; }
    100% { top: 25px; opacity: 0; }
}


.post-slider .owl-nav{

}
.post-slider .owl-nav [class*=owl-]{
    color: #000;
    font-size: 24px;
    background: #fff;
    display: block;
    cursor: pointer;
    border-radius: 100%;
    width: 50px; height: 50px; line-height: 50px; text-align: center;
    position: absolute; top: 50%; margin-top: -25px;
}

.post-slider .owl-nav .owl-prev{
    left: 20px;
}
.post-slider .owl-nav .owl-next{
    right: 20px;
}

.colors-wrap{
    margin: 20px 0;
}
.color-item{
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}
.color-hex{
    width: 50px; height: 50px; border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
}
.color-name{
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
}
