@media (max-width: 1500px) {
	body.boxed-v #wrapper {
		max-width: 100%;
	}
	.logo .slogan {
		left: 85px;
	    bottom: -5px;
	}
}
@media (max-width: 1500px)  and (min-width: 992px) {
	#header .holder { width: 80%; }
	.logo { width: 20%; }
}
@media (max-width: 1500px) and (min-width: 992px) {

}
@media (max-width: 1240px) and (min-width: 992px) {
	.logo .slogan {
		left: -7px;
   	 	bottom: -30px;
   	 	background: none;
   	}
}

@media (max-width: 1500px) and (min-width: 992px) {
	/*.logo { width: 20%; }
	#header .holder { width: 80%; }*/
	#nav li { padding-left: 23px; }
	.logo .ecourse img {
	    max-width: 170px;
	}
	.logo img {
	    max-height: 65px; margin-top: 6px;
	}
}
@media (max-width: 1199px) and (min-width: 992px){
	#nav li {
	    padding-left: 21px;
	    font-size: 13px;
	}
}
@media (max-width: 1199px) {
	.email-form .btn {
		font-size: 11px;
	}

	.post-widget .text-box {
		width: 130px;
	}

	.image-slider .slick-dots {
		width: 18%;
	}

	.image-slider .slick-dots li span {
		margin-bottom: 13px;
	}
	/*
	#header .holder {
		width: 85%;
	}*/
	.logo img {
	    max-height: 55px; margin-top: 0px;
	}
	#header.sticky .logo img {
	    max-height: 55px;
	}
	#header.nospace .logo a {
	    margin-top: 12px;
	    display: inline-block;
	}
	.promo-block .heading { font-size: 20px; }
	.post .heading { font-size: 17px; line-height: 130%; }
	.slide .entry h3 { font-size: 17px; }
	#block-1 .col-lg-8 { margin-bottom: 70px }


	.about-me-inner .row { display: block !important; }
	.about-me-inner .row > div { display: block; width: 50%; float: left; }
	.about-me-inner .row > div:first-child { width:100%; }
}
@media (max-width: 1199px) and (min-width: 992px){
	#header .holder { width: 80%; }
	.logo { width: 20%; }
	.logo .ecourse img {
	    max-width: 170px;
	}
	/*.logo img {
	    max-height: 37px; margin-top: 6px;
	}*/
}
@media (max-width: 1130px) and (min-width: 992px){
	#header .holder {
	    width: 80%;
	}
	.logo { width: 20%; }
	.logo img {
	    max-height: 56px; margin-top: 0px;
	}
	#header.sticky .logo img {
	    max-height: 30px;
	}
}
@media (max-width: 992px) {
	.logo {
	    width: 60%;
	}/*
	.logo img {
	    max-height: 37px;
	}*/
	.hidden-sm {
		display: none;
	}

	.main-banner .heading {
		font-size: 45px;
	    line-height: 80px;
	    letter-spacing: 0px;
	}

	.main-banner .heading br {
		display: none;
	}

	.main-banner .heading.add {
		font-size: 60px;
	}

	/*.wedo-section .img-box {
		display: none;
	}*/

	/*.wedo-section .content-block {
		float: none;
		width: 100%;
	}*/

	.quote-section blockquote {
		margin: 81px .1% 0 6.7%;
	}

	.quote-section .img {
		max-width: 350px;
	}

	.email-form .btn {
		width: 35%;
		font-size: 11px;
	}

	.email-form .input {
		width: 65%;
	}

	.info-box {
		font-size: 13px;
	}

	.image-slider .slick-dots li span {
		margin-bottom: 10px;
	}

	.search-popup form {
		width: 600px;
	}

	.search-popup .search-close {
		top: 60px;
		right: 60px;
	}

	.quote-form {
		width: 100%;
		float: none;
	}
}
@media (max-width: 991px) {

	#nav {
		top: 0;
		right: 0;
		margin: 0;
		bottom: 0;
		width: 290px;
		height: 100vh;
		overflow: auto;
		position: fixed;
		padding: 12px 0 0;
		line-height: 25px;
		background: #282828;
		margin-right: -290px;
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
	}

	#nav > ul > li {
		padding: 0;
		display: block;
	}

	#nav > ul > li > a {
		padding: 10px 20px;
	}

	#nav > ul > li .drop-link:before {
		top: 9px;
		right: 20px;
		font-size: 18px;
		content: "\f107";
		position: absolute;
		font-family: "FontAwesome";
	}

	#nav > ul > li.active .drop-link:before {
		content: "\f106";
	}

	#nav > ul > li.active .drop {
		max-height: 500px;
	}

	#nav .drop {
		margin: 0;
		opacity: 1;
		padding: 0;
		overflow: hidden;
		position: static;
		visibility: visible;
		-webkit-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		transform: rotate(0deg) !important;
	}

	#nav .drop a {
		padding: 0 30px;
	}

	#nav .drop .drop > ul {
		padding: 0;
	}

	.nav-active .w1,
	.nav-active #header.nospace .header-holder {
		margin-left: -260px;
		margin-right: 260px;
	}

	.nav-active #nav {
		margin-right: 0;
	}
	
	#header .opener {
		font-size: 22px;
		margin-right: 15px;
		margin-top: 2px;
	}
	#header .holder {
		width: 40%;
	}
	#header .opener.search-opener {
		font-size: 22px;
	}
	
	#footer .f-bottom span.pull-left, #footer .f-bottom span.pull-right {
		width: 100% !important; text-align: center !important;
	}
	#header.nospace #nav a {
	    color: #FFF;
	}
	#header.sticky .header-holder #nav a {
	    color: #FFF;
	}
	.author-website { text-align: center !important; float: none !important}
	.logo .slogan {
	    left: 83px;
	    bottom: -12px;
	}
	.promo-block .heading { font-size: 25px; }
	.post .heading { font-size: 20px; line-height: 130%; }
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	#header .holder {
		width: 40%; margin-top: -7px;
	}

	#header .header-holder {
		padding: 20px 0;
	}


	#header .cart-holder {
		margin: 0;
	}


	.search-popup form {
		width: 300px;
	}

	.search-popup .search-close {
		top: 30px;
		right: 30px;
	}

	.search-popup input {
		font-size: 20px;
	}

	.main-banner {
		font-size: 14px;
		line-height: 20px;
	}
	.lang { font-size: 16px !important; display: none; }
	.main-banner.small {
		line-height: 20px;
	}

	.main-banner .heading {
		font-size: 40px;
		line-height: 50px;
	}

	.main-banner .heading.add {
		font-size: 30px;
		line-height: 40px;
	}

	.main-banner .heading.small,
	.main-banner .heading.small3,
	.main-banner .heading.small2 {
		font-size: 25px;
		line-height: 30px;
	}

	.main-banner .play {
		width: 30px;
		height: 30px;
		margin: 0 10px;
		font-size: 12px;
		line-height: 30px;
	}

	.main-banner .btn-bottom,
	.main-banner .slick-dots {
		bottom: 20px;
	}

	.main-banner .slick-arrow {
		display: none !important;
	}

	.main-text {
		font-size: 18px;
		line-height: 26px;
	}

	.main-heading {
		font-size: 16px;
		line-height: 24px;
	}

	.main-heading br {
		display: none;
	}

	.item.col4,
	.item.col3 {
		width: 100%;
	}

	.price-box {
		width: 100%;
	}

	.subscribe-form .input {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.subscribe-form .input.large {
		width: 100%;
	}

	.quote-section blockquote {
		width: 83%;
		margin: 0 0 0 60px;
	}

	.promo-box .txt {
		font-size: 20px;
		line-height: 30px;
		margin: 0 20px 20px 0;
	}

	.promo-block br {
		display: none;
	}

	.page-header .heading {
		font-size: 45px;
		line-height: 60px;
	}

	.section-404 .heading {
		font-size: 38px;
		line-height: 45px;
		letter-spacing: -1px;
	}

	.shop-header .txt {
		margin-bottom: 20px;
	}

	.product-tabsec .review-list .review-list li {
		padding-left: 0;
	}

	.cart-block {
		overflow-x: auto;
	}

	.cart-block .row {
		width: 760px;
	}

	.coming-section {
		font-size: 14px;
		min-height: 480px;
		line-height: 16px;
	}

	.coming-section .main-title {
		font-size: 40px;
		line-height: 50px;
	}

	.coming-section .logo {
		margin: 0 0 20px;
	}

	.coming-section .countdown-section {
		width: 60px;
		margin-bottom: 20px;
	}

	.coming-section .countdown-amount {
		font-size: 25px;
		line-height: 35px;
	}

	.coming-section .countdown-period {
		font-size: 12px;
		line-height: 20px;
	}
	.wedo-section.add .img-box { display: none !important; width: 0; }
	.logo .slogan { font-size: 18px; }
	#header.sticky .header-holder { padding-top: 17px; }

	.main-heading h1 {
	    font-size: 25px;
	}
	.main-heading h1 img { display: block; margin: 0px auto 20px auto !important; }
	.imp-tooltip-close-button { color: #333 !important; }
	.single-courses-item .courses-image img { transition: none }
	.single-courses-item:hover .courses-image img {
	    transform: scale3d(1,1,1)
	}
	.events-area .section-title,.events-area .button-block { text-align:center; }
	.email-form {
	    width: 100%;
	    max-width: 100%;
	}
	.promo-block .email-form .input.ip-half { width:100% !important; }
	.promo-block .email-form .input { border-right: 1px solid #D3D3D3; 1px solid #D3D3D3; width: 100% !important; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
	.email-form .btn {
        width: 100%;
        margin-top: 10px;
        border-radius: 5px !important; 
    }
    .smk-img { margin-bottom: 40px !important; }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width:100% !important; }
}

@media (max-width: 480px) {
	#back-top { display: none !important }
	.nav-active #nav { padding-bottom: 40px; }
	td{
	    display:block !important;
	}
	.logo .slogan { font-size: 15px; background-size: 20px 5px; padding-left: 24px; left: 76px;
    bottom: -15px; line-height: 104%; }
    .sticky .logo .slogan {
	    bottom: -14px;
	}
	.breadcrumb { text-align: left; font-size: 12px; }
	.entry h2 { font-size: 22px; }
}