/* Yellow Box Marketing - Responsive 1280 Grid System
Copyright 2017 */

/* Content Hiding */

.hideDesktop {
    display: none;
}

.hideMob {
    display: block;
}

.hideMobInline {
    display: inline;
}

.hideTablet {
    display: block;
}

.hideTablet Inline {
    display: inline;
}

@media only screen and (min-width: 1280px) {
    .siteGrid {
        width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
    .siteGridHalfLeft {
        float: right;
        width: 640px;
    }
    .siteGridHalfRight {
        float: left;
        width: 640px;
    }
    .logoLeft {
        float: left;
        width: 280px;
    }
	.logoRight {
		float: left;
		width: 1000px;
		padding: 30px 0;
		font-size: 0.95em;
	}

}

@media only screen and (min-width: 996px) and (max-width: 1279px) {
    .siteGrid {
        width: 996px;
        margin-left: auto;
        margin-right: auto;
    }
    .siteGridHalfLeft {
        float: right;
        width: 498px;
    }
    .siteGridHalfRight {
        float: left;
        width: 498px;
    }
    .logoLeft {
        float: left;
        width: 280px;
    }
    .logoRight {
        float: left;
        width: 716px;
    }
	.logoBar {
		font-size: 0.7em;
	}
	header.large img, header.small img {
		height: 100px;
	}
	.logoRight {
		padding: 22px 0;
	}
	.aboutBar, .featureBar, .testimonialBar, .socialBar, .detailsBar {
		font-size: 9pt;
	}
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
    .hideTablet {
        display: none !important;
    }
    .hideTabletInline {
        display: none !important;
    }
    .siteGrid {
        width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
    .siteGridHalfLeft {
        float: right;
        width: 384px;
    }
    .siteGridHalfRight {
        float: left;
        width: 384px;
    }
    .logoLeft {
        float: left;
        width: 175px;
    }
    .logoRight {
        float: right;
        width: 535px;
    }
	.logoBar {
		font-size: 0.6em;
	}
	header.large img, header.small img {
		height: 80px;
	}
	.logoRight {
		padding: 14px 0;
	}
	.logoBar1, .logoBar2, .logoBar3 {
		margin: 0 8px;
	}
	.menuBar {
		font-size: 0.7em;
	}
	.aboutBar, .featureBar, .testimonialBar, .socialBar, .detailsBar {
		font-size: 8pt;
	}

}

/* All Mobile Sizes */

@media only screen and (max-width: 767px) {
	
	/* Mobile Hiding */
	.hideDesktop { display: block !important; }
    .hideMob { display: none !important; }
    .hideMobInline { display: none !important; }
    
	/* Alignment */
	.textLeft { text-align: center; }
    .textRight { text-align: center; }
	.featureWidget { width: 100%; }
	.galleryWidget { width: 100%; padding: 0; margin: 0; }
	.featureWidget { margin-bottom: 42px; }
	.detailsWidget { margin-bottom: 12px; }
	.contact3 { width: 65%; }
	
	/* Grid System Mobile */
    .grid1, .grid2, .grid3, .grid3Middle, .grid3_2, .grid4, .grid4_3, .grid5, .grid5_2, .grid5_3, .grid5_4, .grid6, .grid6_2, .grid6_3, .grid6_4, .grid6_5 { width: 100%; }
	.gridInsideBig { width: 100%; margin: 0; padding: 0; }
    .siteGrid { width: 100%; margin-left: auto; margin-right: auto; }
    .siteGridHalfLeft { width: 100%; margin-left: auto; margin-right: auto; }
    .siteGridHalfRight { width: 100%; margin-left: auto; margin-right: auto; }
    
	/* Header */
    .bodyBar { padding-top: 0; }
	
	.mobHeaderBar {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 1999;
	}
	
	.logoMenu {
		float: left;
		width: 50px;
		margin-top: 15px;
		text-align: center;
		position: relative;
	}
	
	.logoBar {
        width: 100%;
        padding: 6px 0;
        position: fixed;
        top: 0;
        z-index: 1999;
		-webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.15);
		box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.15);
    }
    .logoLeft {
        float: left;
        width: calc(100% - 100px);
    }
	.logoLeft img {
		max-height: 100px;
		height: auto;
		width: auto;
	}
	.logoTel {
        float: right;
        width: 50px;
		margin-top: 13px;
		text-align: center;
		position: relative;
    }
	.logoTel img {
		max-height: 30px;
	}
	#responsive_menu_pro_button {
	    position: relative !important;
	    right: auto !important;
	    top: 0 !important;
	}
	.logoUSPBar {
		background: #333333;
		color: #ffffff;
		float: left;
		width: 100%;
		padding: 0;
	}
	
	/* Homepage */
    .sliderBar { padding: 0 !important; margin-top:72px; }
    .sliderWidget { width: 100%; }
	.aboutLeft { width: 100%; }
	.aboutRight {
		width: 96%;
		margin: 38px 2%;
		float: left;
	}
	.featureBar .underlineGreen{
		margin: 20px auto;
	}
	.firstFeatureRow {
		margin-bottom: 0px;
	}
	.logoLeft img {
		max-height: 60px;
	}
	.aboutImage {
		height: 250px;
	}
	.aboutRight {
		width: 90%;
		margin: 38px 0 0 17px;
		float: left;
	}
	.aboutBar, .featureBar, .testimonialBar, .socialBar, .detailsBar, .pageBar {
		font-size: 8pt;
		text-align: center !important;
	}
	.socialTitle {
		text-align: center;
	}
	.socialLeft {
		width: 98% !important;
		margin: 0 1%;
	}
	.socialRight {
		width: 98% !important;
		margin: 0 1%;
	}
	.videoContainer {
		width: 90%;
		margin: 0 5% 0 5%;
	}
	.pageTitleBar {
		font-size: 0.3em;
		margin-top: 72px;
	}
	.storageBox, .storageBoxContact {
		width: 98% !important;
		margin: 2% 1% !important;
	}
    .paymentWidget3, .paymentWidget4 {
		width: 90%;
		margin: 0 5% 12px 5%;
	}
	.paymentWidget3 .bestValue, .paymentWidget4 .bestValue {
		width: 29%;
	}
	.aboutBar {
		padding: 10px 0 90px 0;
	}
	.aboutBar:before {
		top: -50px;
		height: 50px;
	}
	.featureBar:after {
		top: -50px;
		height: 50px;
	}
	.videoBar:after {
		height: 50px;
	}
	.testimonialBar:before {
		top: -50px;
		height: 50px;
	}
	.testimonialBar:after {
		bottom: -50px;
		height: 50px;
	}
	.socialBar:after {
		bottom: -50px;
		height: 50px;
	}
	.featureBar {
		padding: 30px 0 0px 0;
	}
	.videoBar {
		padding: 80px 0 120px 0;
	}
	.socialBar {
		padding: 60px 0 20px 0;
	}
	.detailsBar {
		padding: 70px 0 50px 0;
	}
	.leftMenu {
		width: 30px;
	}
	.aboutLeft {
		text-align: center !important;
	}
}

/* WooCommerce Mobile */

@media only screen and (max-width: 767px) {
	.checkoutTop {
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 12px;
		background: #fafafa;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}
	.checkoutTopRight {
		float: right;
	}
	.checkoutHidden {
		display: none;
		float: left;
		width: 100%;
		padding: 12px 0;
		background: #ffffff;
	}
	.checkoutTopVisible .checkoutHidden {
		display: block;
	}
	.checkoutHiddenLeft {
		float: left;
		width: 65%;
		text-align: left;
		margin-bottom: 5px;
	}
	.checkoutHiddenRight {
		float: left;
		width: 35%;
		text-align: right;
		margin-bottom: 5px;
	}
	
	.checkoutLeft, .checkoutRight {
		float: left;
		width: 100%;
	}
	.woocommerce-tabs {
		width: 100%;
	}
	.woo-vari-titles, .woo-vari-selectors {
		width: 100% !important;
		float: left;
	}
	.woocommerce-checkout .woocommerce-cart-form { display: none !important; }
}