/**
***************************************************************
* AUTHOR : NCodeArt
* PROJECT : Acute Multipurpose HTML Template
* Purchase : http://www.ncodeart.com/
*
* Copyright 2015-2016 NCodeArt
* NOTE : This file licensed to NCodeArt - http://themeforest.net/user/ncodeart and it is strictly prohibited to copy or reuse it.
***************************************************************
*/
/**
*****************************************************************
* This file is licensed to NCodeArt.
* it's not allowed to copy or reuse it Copyright NCodeArt 2015-2016
* NCodeArt : http://www.ncodeart.com/
*****************************************************************
*/


/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/

@media (min-width: 1200px) {

}
@media (min-width: 1024px) and (max-width: 1199px) {
	
	.menu-icon {
		display: block;
	}
	.mobheader {
		display: flex !important;
	}

	.nclayer1--header {
		z-index: 9999;
	}
	.navigation--ul {
		display: none;
	}
	.navigation--li {
		display: block;
	}

	.tilter {
		perspective: none;
	}
	.tilter__figure::before {
		display: none;
	}
	.tilter__figure > * {
		transform: none !important;
	}
	.tilter__caption {
		transform: none !important;	
	}
	.tilter__figure, .tilter__deco, .tilter__caption {
		will-change: inherit;
		transform: none !important;	
	}
}
@media (min-width: 992px) {
	
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	.flex-row[class*="gt"] {
	    margin-right: 0px;
	    margin-left: 0px;
	}
	.gt60 > [class*="cl"], .gt60 > [class*="col-"], .gt60 > [class*="flex-col-"] {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.menu-icon {
		display: block;
	}
	.mobheader {
		display: flex !important;
	}

	.tilter {
		perspective: none;
	}
	.tilter__figure::before {
		display: none;
	}
	// .tilter__figure > * {
	// 	transform: none !important;
	// }
	// .tilter__figure > .nc-bgeffect {
	// 	transform: translateZ(0px) !important;
	// }
	.tilter__caption {
		transform: none !important;	
	}
	.tilter__figure, .tilter__deco, .tilter__caption {
		will-change: inherit;
		transform: none !important;	
	}

	.nclayer1--header {
		z-index: 9999;
	}
	.navigation--ul {
		display: none;
	}
	.navigation--li {
		display: block;
	}

	.zoom-carousel .center .content{
		position: relative;
		z-index: 9;
		opacity: 1;
		transform: scale(1);
		box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
	}
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {
	
	/*----------  TYPOGRAPHY  ----------*/
	h1, .hd-1, .h1 { font-size: 46px; }
	h2, .hd-2, .h2 { font-size: 36px; }
	h3, .hd-3, .h3 { font-size: 26px; }
	h4, .hd-4, .h4 { font-size: 22px; }
	h5, .hd-5, .h5 { font-size: 20px; }
	h6, .hd-6, .h6 { font-size: 18px; }

}

@media (min-width: 768px) and (max-width: 1024px) {
	.flex-row[class*="gt"] {
	    margin-right: 0px;
	    margin-left: 0px;
	}
}

/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {

	/*----------  TYPOGRAPHY  ----------*/
	h1, .hd-1, .h1 { font-size: 40px; }
	h2, .hd-2, .h2 { font-size: 30px; }
	h3, .hd-3, .h3 { font-size: 24px; }
	h4, .hd-4, .h4 { font-size: 22px; }
	h5, .hd-5, .h5 { font-size: 20px; }
	h6, .hd-6, .h6 { font-size: 18px; }
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

	/*----------  DEFAULT  ----------*/
	.countdown-widget .dash {
		padding: 0 10px;
	}
	.countdown-widget .inner-dash {
		font-size: 26px;
		min-width: 40px;
	}

}
@media (min-width: 200px) and (max-width: 479px) {

	/*----------  CLOCK  ----------*/
	.countdown-widget .dash {
		padding: 0 10px;
	}
	.countdown-widget .inner-dash {
		font-size: 24px;
		min-width: 38px;
	}
	
}