@media only screen and (max-width: 1580px) and (min-width: 1200px) {

	.sidebar {
		width: 25%;
	}

	.sidebar-sections .section.content-block {
		padding: 0 50px;
	}

	.sidebar-sections .side-by-side.right .content-wrap {
		width: 415px;
	}

}

@media only screen and (max-width: 1275px) {
	.sidebar-section {
		padding: 0 25px;
		box-sizing: border-box;
	}

	#single-header-inner {
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1250px){
	.site-header {
		padding-left: 0;
		padding-right: 0;
		margin: 0 50px;
	}

	header.entry-header {
	    padding: 40px 50px;
	}

	.nav-under .site-header {
		padding-left: 0;
		padding-right: 0;
		margin: 0 50px;
	}

	#nav-container.nav-under #site-navigation {
		margin-left: 35px;
		margin-right: 35px;
	}
}

@media only screen and (min-width: 767px){
	#mobile-nav-toggle {
		right: -10px;
		top: -1px;
	}
	#home-rotator > li {
		min-height: 740px;
	}
}
@media only screen and (max-width: 1024px) {
	.showcase-image {
		display: none!important;
	}
    .products-template-default .product-top-images-area:not(.show-mobile) {
        display: none;
    }
    .product-details-area {
        max-width:100%;
        position: relative;
        left:50%;
        transform:translatex(-50%);
    }
}
@media only screen and (min-width: 1024px) {
    .products-template-default .product-top-images-area.show-mobile {
        display: none;
    }
}
@media only screen and (max-width: 1250px) and (min-width: 1024px) {
	.section .section-inner {
		padding-left: 50px;
		padding-right: 50px;
	}

	.side-by-side.right .content-wrap {
		width: 470px;
	}

	.section .title {
		font-size: 34px;
		line-height: 38px;
	}

	.section .content p, .section .content li {
		font-size: 18px;
		line-height: 28px;
	}


}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {

	.sidebar-section {
		padding: 0;
	}

	.rotator-slide-content-inner {
		/*max-width: 920px;*/
	}

	.rotator-prev, .rotator-next {
		display: none;
	}

	.section.title-banner .title {
		font-size: 50px;
		line-height: 60px;
	}

	.section.title-banner .subtitle {
		font-size: 21px;
		line-height: 27px;
	}

	.section .section-inner {
		padding-left: 50px;
		padding-right: 50px;
	}

	.side-by-side.left .content-wrap,
	.side-by-side.right .content-wrap {
		width: calc(100% - 135px);
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section.side-by-side .title {
		font-size: 30px;
		line-height: 34px;
	}

	.side-by-side .featured-image img {
		width: 150%;
		max-width: none;
	}

	#meeco-intro .side-by-side .featured-image img {
		width: auto;
	}

	.section .content p, .section .content li {
		font-size: 16px;
		line-height: 26px;
	}

	.single .entry-content {
		padding: 60px 55px;
		border-radius: 0;
	}

	.sidebar {
		width: 30%;
	}

	.sidebar-sections {
		width: 70%;
	}

	.footer-columns[cols="3"] .footer-column {
		width: 50%;
	}

	.footer-columns[cols="4"] .footer-column {
		width: 50%;
	}

	#content-wrapper {
		padding: 0;
	}

	#footer-container {
		height: auto;
		position: relative;
	}

	.gform_wrapper form {
		margin: 50px -20px 0;
	}

	#single-header-inner {
		margin: 0 55px;
		padding: 0;
		box-sizing: border-box;
	}

	.sidebar-block.social-presence a, .footer-block.social-presence a {
		width: 32px;
		height: 32px;
	}

	.sidebar-block.social-presence .icon-facebook, .footer-block.social-presence .icon-facebook {
		background-position: 4px 0;
	}

	.sidebar-block.social-presence .icon-twitter, .footer-block.social-presence .icon-twitter {
		background-position: -23px 0;
	}

	.sidebar-block.social-presence .icon-googleplus, .footer-block.social-presence .icon-googleplus {
		background-position: -51px 0;
	}

	.sidebar-block.social-presence .icon-linkedin, .footer-block.social-presence .icon-linkedin {
		background-position: -78px 0;
	}

	.sidebar-block.social-presence .icon-pinterest, .footer-block.social-presence .icon-pinterest {
		background-position: -105px 0;
	}











}


@media only screen and (min-width: 1300px) {
	.home #home-prod-sbs.grid-block .content-wrap img {
		max-height: 290px;
		width:auto;
	}

	.home #home-prod-sbs .grid-blocks .single-grid-block[block="1"] .image img {
    max-width: none;
    width: 50%;
  
}
}
