/* 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;
}

.hideTabletLarge {
	display: block;
}

@media only screen and (max-width: 1540px) {
	.hideTabletLarge {
	display: none;
}

}

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

	.accountBar {
    width: 100%;
    float: left;
    background: #1e3799;
    color: #ffffff;
    line-height: 32px;
}
	.accountRight, .accountLeft, .accountCenter {
		width: 33%;
	}
}

@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: right;
        width: calc(100% - 462px);
    }
		header.small ul li a, header.large ul li a{
		 margin: 0 0 0 25px;
	}

}

@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: right;
		width: 575px;
	}
    header.large img,
    header.small img {
        height: auto;
    }
	.introContent {
		font-size: 12pt;
	}
	.aboutBar {
		font-size: 10pt;
	}
	.aboutBar h2 {
		font-size: 1.8em;
	}
	.accountBar {
		font-size: 10pt;
	}
	header.small ul li a, header.large ul li a{
		 margin: 0 0 0 18px;
		font-size:0.9em;
	}
	

}

@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: 280px;
    }
    .logoRight {
        float: right;
        width: 420px;
    }
    header.large img,
    header.small img {
        height: auto;
    }
	.aboutBar {
		font-size: 10pt;
	}
	.aboutBar h2 {
		font-size: 1.8em;
	}
	.introContent {
		font-size: 12pt;
	}
	.accountBar {
		font-size: 10pt;
	}
	header.small ul li a, header.large ul li a{
		font-size: 8pt;
		 margin: 0 0 0 10px;
		
	}

}


@media only screen and (max-width: 800px) { 
	.logoLeft {
		width: 230px;
	}
}

/* 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: 12px; }
	.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: 74px; }
	
	.mobHeaderBar {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 1999;
	}
	
	.logoMenu {
		float: left;
		width: 50px;
		text-align: center;
		position: relative;
	}
	
	.logoBar {
        width: 100%;
        padding: 9px 0;
		background: #ffffff;
        position: fixed;
        top: 0;
        z-index: 1999;
    }
    .logoLeft {
        float: left;
		margin-top: 8px;
        width: calc(100% - 100px);
    }
	.logoLeft img {
		max-height: 50px;
		height: auto;
		width: auto;
	}
	.logoTel {
        float: right;
        width: 50px;
		margin-top: 16px;
		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; }
    .sliderWidget { width: 100%; }

	.taglineBar {
		padding: 20px 0;
		font-size: 10pt;
	}
	
	.introBar {
		font-size: 10pt;
		min-height: 0;
	}
	.introImage {
		float: left;
		width: 100%;
		height: 200px;
		position: relative;
	}
	.introContent {
		float: left;
		width: 100%;
		height: auto;
		position: relative;
	}
	.introContentText {
		width: 90%;
		padding: 0 5%;
		margin-top: 0;
	}
	
	.aboutBar {
		font-size: 10pt;
		min-height: 0;
	}
	.aboutImage {
		float: left;
		width: 100%;
		height: 200px;
		position: relative;
	}
	.aboutContent {
		float: left;
		width: 100%;
		height: auto;
		min-height: 0;
		position: relative;
	}
	.aboutContentText {
		width: 90%;
		padding: 0 5%;
		margin-top: 0;
	}
	
	.ctaBar {
		font-size: 10pt;
	}
	.ctaBarOverlay {
		padding: 20px 0;
	}
	.ctaBar:before { display: none; }
	.galleryTab { display: none; }
	.pageTitleOverlay {padding: 100px 0;}
		.featureBar {
		padding: 50px 0;
	}
	.videoContainer {
		width: 80%;
	}
}

/* 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; }
}