/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
.desktop-only { display: block !important; }
.mobile-only { display: none !important; }
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1000px) {
	.menuzord-menu > li > a { color: #404040 !important; }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.desktop-only { display: none !important; }
	.mobile-only { display: block !important; }
	.page-section .border-1px { border: none !important; }
	.page-section .font-48 { font-size: 24px !important; }
	.page-section .icon-box { padding-bottom: 0px !important; margin-bottom: 15px !important; }
	.page-section .icon-box .icon.icon-lg { height: 60px !important; width: 60px !important; }
	.page-section .icon-box .icon.icon-lg i { line-height : 63px !important; }
	.page-section .container { padding-top: 0px !important; }
	.page-section .icon-box.hover-effect:hover { box-shadow: none !important; margin-top: 0px !important; }
	.layer-overlay::before { content: none !important; background: #fff !important; height: auto !important;  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	#rev_slider_home_wrapper, .tp-fullwidth-forcer { max-height: 400px !important; }	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}