/* ================================================== */
@media only screen and (max-width: 480px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	#side-nav {
		max-width: 400px;
		padding-top: 95px;
	}
	#header #top-nav {
		width: auto;
	}
	#slider-1-slide-3-layer-23 {
	    font-size: 14px !important;
		margin-top: 30px;
	}
	#video-link img {
		left: 39% !important;
		top: 50% !important;
	}
	.vc_custom_1461334320574 {
		padding: 30px 0;
	}
	.w-section-3, .main-content.full-width .w-section {
		padding: 30px 0;
	}
	#header-logo {
		z-index: 99;
	}
	#left-sidebar {
		display:none;
	}
	.post-detail img {
		height: auto !important;
	}
}
/* ================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* ================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* ================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* ================================================== */
@media only screen and (min-width: 1200px) {
}
