@font-face {
        
        
    @font-face {
	font-family: 'icomoon';
	src:url('../../css/fonts/icomoon/fonts/icomoon.eot?-qktxhs');
	src:url('../../css/fonts/icomoon/fonts/icomoon.eot?#iefix-qktxhs') format('embedded-opentype'),
		url('../../css/fonts/icomoon/fonts/icomoon.ttf?-qktxhs') format('truetype'),
		url('../../css/fonts/icomoon/fonts/icomoon.woff?-qktxhs') format('woff'),
		url('../../css/fonts/icomoon/fonts/icomoon.svg?-qktxhs#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}    
        
        
        
/*	src:url('../fonts/icomoon/icomoon.eot?-rdnm34');
	src:url('../fonts/icomoon/icomoon.eot?#iefix-rdnm34') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?-rdnm34') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?-rdnm34') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?-rdnm34#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;*/
}


div.cs-skin-slide {
	color: #fff;
	font-size: 1.5em;
	width: 100%;
    margin-top: 0;
	/*margin-top: 10px;*/
}

@media screen and (max-width: 30em) {
	
div.cs-skin-slide { 
		font-size: 1em; 
		/*width: 290px;*/ 
	}
	
}

div.cs-skin-slide::before {
	content: '';
	background: #FF0090;
	position: absolute;
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.cs-skin-slide.cs-active::before {
	-webkit-transform: scale3d(1,8,1);
	/*transform: scale3d(1,8,1);*/
    transform: scaleY(5.5) translateY(18px);
}

.cs-skin-slide > span {
	height: 60px;
	line-height: 50px;
	/*line-height: 42px;*/
	-webkit-transition: text-indent 0.3s, opacity 0.3s;
	transition: text-indent 0.3s, opacity 0.3s;
    	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 4px;
	font-size: 75%;
	padding: 0.8em 1em 0.8em 2.5em;
}

@media screen and (max-width: 30em) {
	.cs-skin-slide > span { height: 60px; line-height: 28px; }
}

.cs-skin-slide.cs-active > span {
	text-indent: -590px;
	opacity: 0;
}

.cs-skin-slide > span::after,
.cs-skin-slide.cs-active > span::after {
	font-family: 'icomoon';
	/*content: '\e00f';*/
	color: #FF9E16;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    font-size: 25px;
    margin-top: 6px;
}

.cs-skin-slide.cs-active > span::after {
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.cs-skin-slide .cs-options {
	background: transparent;
	width: 70%;
	height: 550px;
	padding: 1.9em 0;
	top: 195px;
	/*top: 230px;*/
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
    margin-top: 10px;
}

@media screen and (max-width: 30em) {
	.cs-skin-slide .cs-options { padding-top: 3em; }
}

.cs-skin-slide .cs-options li {
	opacity: 0;
	-webkit-transform: translate3d(30%,0,0);
	transform: translate3d(30%,0,0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cs-skin-slide.cs-active .cs-options li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

.cs-skin-slide.cs-active .cs-options li:first-child {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
} 

.cs-skin-slide.cs-active .cs-options li:nth-child(6) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
} 

.cs-skin-slide.cs-active .cs-options li:nth-child(7) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
} 

.cs-skin-slide.cs-active .cs-options li:nth-child(8) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
} 

.cs-skin-slide.cs-active .cs-options li:nth-child(9) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
    
.cs-skin-slide.cs-active .cs-options li:nth-child(10) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(11) {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}


/* more options need more delay declaration */

.cs-skin-slide .cs-options li span {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 65%;
	padding: 0.8em 1em 0.8em 2.5em;
}

.cs-skin-slide .cs-options li span:hover,
.cs-skin-slide .cs-options li.cs-focus span,
.cs-skin-slide .cs-options li.cs-selected span {
	color: #FF9E16;
	background: transparent;
}

.cs-skin-slide .cs-selected span::after {
	content: '';
}

[class^="icon-"] span:before,
[class*=" icon-"] span:before {
	font-family: 'icomoon';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	font-size: 1.5em;
}

/*
==============================
MOBILE - EXTRA SMALL SCREENS
==============================
*/

@media (max-width: 767px) {
	
.cs-skin-slide .cs-options {
	top: 210px;
}
	
.cs-skin-slide > span {
	font-size: 90%;
	line-height: 52px;
}
	
.cs-skin-slide .cs-options li span {
	font-size: 85%;
}
	
}

.icon-camera span::before {
	content: '\e00b';
}

.icon-money span::before {
	content: '\e008';
}

.icon-heart span::before {
	content: '\e00a';
}

.icon-food span::before {
	content: '\e009';
}

.icon-shirt span::before {
	content: '\e00c';
}
.icon-diego span::before {
	content: "\e600";
}
.icon-office span::before {
	content: "\e603";
}
.icon-droplet span::before {
	content: "\e60a";
}
.icon-ticket span::before {
	content: "\e634";
}
.icon-stack span::before {
	content: "\e62d";
}
.icon-library span::before {
	content: "\e621";
}
.icon-map2 span::before {
	content: "\e646";
}
.icon-download3 span::before {
	content: "\e6bf";
}
.icon-windows8 span::before {
	content: "\e79a";
}
.icon-storage span::before {
	content: "\e661";
}
.icon-table2 span::before {
	content: "\e74b";
}
.icon-drawer span::before {
	content: "\e659";
}
.icon-radio-unchecked span::before {
	content: "\e73c";
}
.icon-feed span::before {
	content: "\e61e";
}
.icon-leaf span::before {
	content: "\e69e";
}
.icon-cart span::before {
	content: "\e635";
}
.icon-home span::before {
	content: "\e600";
}
.icon-home2 span::before {
	content: "\e601";
}
.icon-home3 span::before {
	content: "\e602";
}
.icon-menu2 span::before {
	content: "\e6b8";
}
.icon-signup span::before {
	content: "\e6b3";
}