/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES */
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 960px)  {
	.desktop {display: inline !important;}
	.mobile {display: none !important;}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.tabcontent { padding: 0px 0px 0px 0px;}
.tablink {padding: 14px 16px;font-size: 17px;width: 32%;float:right;font-weight:bold;}
.desktop {display: inline !important;}
.mobile {display: none !important;}
  
}/* END Smaller than standard 960 (devices and browsers) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 565px) and (max-width: 767px) {
	.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .four-fifth, .one-sixth {
		float: none;
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
.tabcontent { padding: 0px 0px 0px 0px;}
.tablink {padding: 14px 16px;font-size: 17px;width: 32%;float:right;font-weight:bold;}
.desktop {display: none !important;}
.mobile {display: inline !important;}

}/* END Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width:351px) and (max-width: 564px) {
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .four-fifth, .one-sixth {
		float: none;
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
.desktop {display: none !important;}
.mobile {display: inline !important;}
.burgerdesktop {display: none !important;}
.burgermobile {display: inline !important;}
.tabcontent { padding: 0px 0px 0px 0px;}
}/* END Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* Mobile (devices and browsers) */
@media only screen and (max-width: 350px) {
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .four-fifth, .one-sixth {
		float: none;
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
.desktop {display: none !important;}
.mobile {display: inline !important;}
.burgerdesktop {display: none !important;}
.burgermobile {display: inline !important;}
}/* END Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */