	/* @font-faces // icomoons & special fonts  =========== */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?9qyy2b');
	src:url('../fonts/icomoon/icomoon.eot?#iefix9qyy2b') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?9qyy2b') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?9qyy2b') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?9qyy2b#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'chancery';
	src:url('../fonts/apple/applechancery.eot');
	src:url('../fonts/apple/applechancery.eot?#iefix') format('embedded-opentype'),
		url('../fonts/apple/applechancery.woff') format('woff'),
		url('../fonts/apple/applechancery.ttf') format('truetype'),
		url('../fonts/apple/applechancery.svg#applechancery') format('svg');
}



*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
	/* Preferences body //   =========== */
body {
	background: #333;
	color: #fff;
	font-weight: 100;
	font-size: 16px;
	font-family: verdana, arial;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
	font-weight: 600;
}
a:hover, a:focus {
	color: #debcc3;
}
section {
	padding: 1em;
	text-align: left;
}



/* Header */
.codrops-header {
	z-index: 1000;
	position: fixed;
	bottom: 5em;
	left: 50%;
	text-align: center;
	width: 90%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.codrops-header h1 {
	margin: 0;
	font-weight: 200;
	font-size: 2em;
	line-height: 1;
	-webkit-text-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-text-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	text-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.codrops-header h1 span {
	display: block;
	padding: 0.5em 0 0.6em 0.1em;
	font-size: 40%;
	line-height: 1.2;
	opacity: 0.7;
}



/* Demo Buttons Style */
.codrops-demos {
	text-align: center;
	font-size: 0.8em;
}

.codrops-demos a {
	display: inline-block;
	background: rgba(0,0,0,0.5);
	margin: 0.4em;
	padding: 0.7em 0;
	font-weight: bold;
	outline: none;
	/*border: 2px solid #fff;*/
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 120px;
	font-family: arial, verdana;
}
.codrops-demos li li:last-child a, .codrops-demos li li:nth-last-child(2) a {
	width: 120px;
}
.codrops-demos li:last-child a{
	width: 250px;
}
.codrops-demos li:nth-last-child(2) a {
	width: 180px;
}
.codrops-demos a:hover,
.codrops-demos a.current-demo:hover {
	color: #debcc3;
	background: rgba(0,0,0,0.1);
	border-color: #debcc3;
}

.menu {
  list-style:none;
  padding: 0;
}
.menu > li {
display: inline-block;
vertical-align: top;
  //position: relative;
}

.menu li:hover {
}


/* Dropdown */
.submenu {
  position: absolute;
  bottom: 4.3em;
	padding: 0;
	background: rgba(0,0,0,0.5);
}
.submenu li {
  position: relative;
padding:0;
margin:0;
  list-style: none;
  display: inline-block;
}

.menu li:first-child .submenu{
	width: 550px;
	height: 250px;
}
.menu li:nth-child(4) .submenu {
	width: 140px;
	height: 250px;	
}
.menu li:first-child .submenu li {
	float: left;
	overflow: hidden;
}
.menu li:first-child .submenu li a{
	width: 150px;
}


/* Show dropdown */
.submenu, .submenu li {
	margin: 0;
  	opacity: 0;	
  visibility: hidden;
  transition: 1s ease -webkit-transform;
  -webkit-transition: 1s ease -webkit-transform;
}
.submenu li {
  transition: .5s ease -webkit-transform;
  -webkit-transition: .5s ease -webkit-transform;
}
.menu > li:hover .submenu, .menu > li:hover .submenu li {
  opacity: 1;
  visibility: visible;
}



/* To Navigation Style */
.codrops-top {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.69em;
	line-height: 1;
	position: relative;
	z-index: 1000;
}


.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}





.codrops-top a {
	display: inline-block;
	padding: 0.3em 0.7em;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 5px;
}

.codrops-top .logo, .codrops-top .header_title {
	display: inline-block;
	vertical-align: top;
}

.codrops-top .logo {
	width: 20%;
	margin: 0;
}


.codrops-top .header_title {
	width: 70%;
	margin: 0;
	font-size:4.5em;
	text-align:center;
}

.codrops-top .logo img {
	margin: 0;
	width: 100%;
}

.codrops-top span h3 {
	font-family: 'chancery', verdana, arial;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 2.5em;
	/*-webkit-text-stroke: 1px #444;*/
	-webkit-text-fill-color: #fff;
}
.codrops-top span h3 span {
  font: 26px Monaco, MonoSpace;
  height: 200px;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  transform-origin: bottom center;
}

.codrops-top h2 {
	font-family: 'chancery', verdana, arial;
	font-size: 2em;
	text-align: right;
	/*-webkit-text-stroke: 1px #555;*/
	-webkit-text-fill-color: #fff;
	font-weight: bold;
	padding: .6em 0;
	text-shadow: 0 0 10px rgba(0,0,0,.1),
                   0 0 20px rgba(0,0,0,.1),
                   0 0 30px rgba(0,0,0,.1),
                   0 0 40px rgba(0,0,0,.0),
                   0 0 70px rgba(0,0,0,.0),
                   0 0 80px rgba(0,0,0,.0),
                   0 0 100px rgba(0,0,0,.0),
                   0 0 150px rgba(0,0,0,.0);
}

.codrops-top h2 small {
	font-size: .5em;	
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}











/* ---------------------------------------------------- */

.overlay {
	position: absolute;
	height: 100%;
	top: 50%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	visibility: hidden;
	opacity: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-ms-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: opacity 200ms;
}

.overlay .popup {
	padding: 30px 50px 20px 50px;
	margin: auto;
	background: rgba(0,0,0,0.7);
	border: 1px solid #fff;
	width: 90%;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 50px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 50px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 50px rgba(0,0,0,0.5);
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
	position: relative;
	z-index: 1001;
}

.overlay.light {
	background: rgba(0,0,0,0.7);
	position: fixed;
}

.overlay a.cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}

.popup h2,
.popup h3 {
 	font-family: 'Playball', verdana, arial;
	margin-top: 0;
	color: #666;
}

.popup h3 {
	color: #999;
}

.popup .uno {
	width: 45%;
	float: left;
	overflow: hidden;
}

.popup .otras {
	width: 100%;
}

.popup .text-window {
	width: 100%;
	float: right;
	padding-top:1em;
	text-align:center;
	overflow: hidden;
	margin-right:1em; 
	font-size: .9em;
}
.popup .text-window img {
	width: 40%;
}
.popup .text-window  li {
	font-size: .8em;
}

.popup .text-window h4{
	font-size: 1.5em;
}

.popup figure img {
	max-width: 100%;
}

.popup .close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	opacity: 0.8;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
.popup .close:hover {
	opacity: 1;
}

.popup .content {
	max-height: 600px;
	overflow: auto;
}

.popup p {
	margin: 0 0 1em;
}
.popup p:last-child {
	margin: 0;
}

.popup ::-webkit-scrollbar {
	width: 10px;
}
.popup ::-webkit-scrollbar-thumb {
	background: #ccc;
	border-left: 5px solid #fff;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.popup ::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}
.popup ::-webkit-scrollbar-thumb:active {
	background: #999;
}
.popup ::-webkit-scrollbar-button {
	display: none;
}

#persianas .popup {
	width: 600px;
}

section:target {
	visibility: visible;
	z-index: 1000;
	opacity: 1;
}

section.light:target .popup {
	-webkit-transform: matrix(1,0,0,1,0,0);
	-moz-transform: matrix(1,0,0,1,0px,0px);
	-ms-transform: matrix(1,0,0,1,0,0);
	-o-transform: matrix(1,0,0,1,0,0);
	transform: matrix(1,0,0,1,0,0);
}





















/* PLAYER  */

.btn-play, .btn-pause, .btn-up, .btn-down {
	font-family: 'icomoon';
	font-size: 1.5em;
	-webkit-text-stroke:1px #444;
	-webkit-text-fill-color: #FFFFFF;
	cursor:pointer;
}



.player {
	width: 30%;
	z-index: 1000;
	position: absolute;
	left: 1em;
	bottom: 1em;
}
.btn-play:after {
	content:'\e70e';

}
.btn-pause:after {
	content:'\e70f';

}
.btn-up:after {
	content:'\e71a';

}
.btn-down:after {
	content:'\e718';

}











/* --------------------------------------------------- */
.footer-bottom {
	text-align: center;
	z-index: 900;
	position: fixed;
	bottom: -1em;
	margin-right: .5em;
	left: 50%;
	width: 90%;
	font-size: 1em;
	font-weight: bold;
    /*-webkit-text-stroke:1px #444;*/
	-webkit-text-fill-color: #FFFFFF;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: arial, verdana;
	text-shadow: 0 0 10px rgba(0,0,0,.4),
                   0 0 20px rgba(0,0,0,.4),
                   0 0 30px rgba(0,0,0,.4),
                   0 0 40px rgba(0,0,0,.3),
                   0 0 70px rgba(0,0,0,.3),
                   0 0 80px rgba(0,0,0,.2),
                   0 0 100px rgba(0,0,0,.1),
                   0 0 150px rgba(0,0,0,.0);
    background:rgba(0,0,0,.5);
}
.footer-bottom strong {
	font-size: 2.5em;
	margin: 0;
	/*-webkit-text-stroke: 1px #444;*/
	-webkit-text-fill-color: #FFFFFF;
}


.footer-bottom p {
	margin: 0;
}



@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}