#icons {
    height: 100px;
    width: 500px;
    margin: 0 auto;
    text-align: center;
}
#contents {
    height: 400px;
    width: 500px;
    overflow: none;
    text-align: center;
    position: relative;
    background-color: #666666;
}
#icons div {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    line-height: 100px;
    display: inline-block;
}
#contents div {
    height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
}
#contents div p {
    margin: 30px auto auto auto;
}




@font-face {
	font-family: 'icomoon';
	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.3em;
	width: 420px;
}

ul.info-container {font-size: 1.5em;}

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

div.cs-skin-slide::before {
	content: '';
	background: #282b30;
	position: absolute;
	width: 100%;
	height: 100%;
	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.1,2.8,1);
	transform: scale3d(1.1,2.8,1);
}

.cs-skin-slide > span {
	height: 80px;
	line-height: 32px;
	-webkit-transition: text-indent 0.3s, opacity 0.3s;
	transition: text-indent 0.3s, opacity 0.3s;
}

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

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

.cs-skin-slide > span::after,
.cs-skin-slide.cs-active > span::after {
	font-family: 'icomoon';
	content: '\f02e';
	color: #ff10a8;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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: 80%;
	height: 250%;
	padding: 1em 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

@media screen and (max-width: 30em) {
	.cs-skin-slide .cs-options { padding-top: 1em; }
	.cs-skin-slide .cs-placeholder {font-size: .8em;}
	
}



.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-options li a {
	font-size: 77% !important;
}

.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;
} /* more options need more delay declaration */

.cs-skin-slide .cs-options li a {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 85%;
	padding: 0.8em 1em 0.8em 2em;
	color: #fff !important;
}

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

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

@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?ning61');
    src:    url('fonts/icomoon.eot?ning61#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?ning61') format('truetype'),
        url('fonts/icomoon.woff?ning61') format('woff'),
        url('fonts/icomoon.svg?ning61#icomoon') format('svg');
    
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
   

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-group:before {
    content: "\f0c0";
}
.icon-users2:before {
    content: "\f0c0";
}
.icon-lightbulb-o:before {
    content: "\f0eb";
}
.icon-binoculars:before {
    content: "\f1e5";
}
.icon-arrow-right:before {
    content: "\f03e";
}
.icon-rocket2:before {
    content: "\f033";
}
.icon-users:before {
    content: "\e900";
}
.icon-user-tie:before {
    content: "\e901";
}
.icon-leaf:before {
    content: "\e902";
}
.icon-rocket:before {
    content: "\e903";
}
.icon-airplane:before {
    content: "\e904";
}
.icon-earth:before {
    content: "\e905";
}

.icon-search:before {
    content: "\f02e";
}
