@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@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');
}

body {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

a,
a:focus {
	outline: none;
}

.codrops-header {
	position: relative;
	margin: 0 auto;
	max-width: 88%;
	text-align: left;
	background-color: #e9ecef30;
	padding-top: 50px;
}

.codrops-header a {
	outline: none;
	color: #f00;
	text-decoration: none;
	opacity: 1;
}

.codrops-header a:hover,
.codrops-header a:focus {
	opacity: 0;
	background: #e31e24c7;
	opacity: .9;
}

.codrops-header h1 {
	margin-left: 25px;
	margin-right: 25px;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0em 1em 0em;
    font-size: 61%;
}

.codrops-links {
	margin: 0;
}

.codrops-links a {
	display: inline-block;
	margin: 0 0.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 75%;
}

.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";
}

/* Demo Buttons Style */
.codrops-demos {
	padding: 2em 0 3em;
	margin-top: -1%;
    background-color: white;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	border: 3px solid rgba(0,0,0,0.3);
	color: white;
	text-decoration: none;
	font-weight: 700;
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover,
.codrops-demos a:focus {
    color: #ffffff;
    background: #3a2426;
	text-transform: uppercase;
	font-family: monospace;
}

/* Related demos */

.codrops-related {
	padding-bottom: 2em;
	color: rgb(0 0 0 / 69%);
    background-color: white;
	text-align: left;
}

.codrops-related a {
	display: inline-block;
}

@media screen and (max-width: 30em) {
	body {
		font-size: 90%;
	}
}

@media screen and (max-height: 29em) {
	.container {
		height: auto;
	}
	.codrops-header {
		position: relative;
		margin: 0 auto;
		height: auto;
		max-width: 100%;
	}
}


.turnfp {
	text-align: center;
    margin: 0.5em;
    padding: 0.2em 1.1em;
    border: 0.0px solid rgb(28 27 23);
    font-weight: 700;
    -webkit-transition: all 0.2s;
    outline: none;
    color: #1c1b17;
    text-decoration: none;
    opacity: 1;
   }

.turnfp a {
	display: inline-block;
    margin: 0.5em;
    padding: 0.2em 1.1em;
    border: 0.1px solid rgb(28 27 23);
    font-weight: 700;
    -webkit-transition: all 0.2s;
    outline: none;
    color: #1c1b17;
    text-decoration: none;
    opacity: 1;
   }

.turnfp a:hover {
	text-decoration: none;
    color: #fdfdfd;
}

.turnfp a:focus {
    opacity: 0;
    background: #ff0008;
    opacity: .9;
}

.navig {
	font-family: monospace;
    font-size: smaller;
    text-align: center;
    background-color: white;
    margin: 0.1em 23.5em 0em;
}

@media screen and (max-width: 2560px) {
	.codrops-demos { padding: 20px 24% 15px; background-size: 85%; font-size: 0px; margin-top: 0%; background-color: #1c1b17; position: fixed; z-index: 99; top: 0%; pointer-events: none; }
	.logotip { z-index: 100; position: fixed; top: 0%; left: 0%; width: 100%; height: 75px; }
	.codrops-demos a { display: inline-block; margin: 0.5em; padding: 0.2em 1.1em; outline: none; border: 1px solid rgba(0,0,0,0.3); color: white; text-decoration: none; font-weight: 700; opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; }
	.logotip { position: fixed; top: 0%; left: 0%; width: 100%; height: 75px; pointer-events: none; }
	}	
	
@media screen and (max-width: 1440px) {
	.codrops-demos { padding: 20px 24% 15px; background-size: 85%; font-size: 0px; margin-top: 0%; background-color: #1c1b17; position: fixed; z-index: 99; top: 0%; pointer-events: none; }
	.logotip { z-index: 100; position: fixed; top: 0%; left: 0%; width: 100%; height: 75px; }
	.codrops-demos a { text-align: center; display: inline-block; margin: 0.1em; padding: 0.2em 0.4em; outline: none; border: 1px solid rgba(0,0,0,0.3); color: white; text-decoration: none; font-weight: 700; opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; }
	.logopohil { z-index: 101; padding-left: 31%; display: block; margin: auto; width: 0; height: 0; border-style: solid; border-width: 80px 20px 0 0; border-color: #1c1b17 transparent transparent transparent; position: fixed; top: 0px;}
	.logotip { position: fixed; top: 0%; left: 0%; width: 100%; height: 75px; pointer-events: none; }
	}	
	
	
@media screen and (max-width: 1024px) {
	.codrops-demos { padding: 12px 31% 15px; background-size: 85%; font-size: 0px; margin-top: 0%; background-color: #1c1b17; position: fixed; z-index: 99; top: 0%; pointer-events: none; }
	.logotip { z-index: 100; position: fixed; top: 0%; left: 0%; width: 100%; height: 75px; }
	.codrops-demos a { text-align: center; display: inline-block; margin: 0.1em; padding: 0.2em 0.4em; outline: none; border: 1px solid rgba(0,0,0,0.3); color: white; text-decoration: none; font-weight: 700; opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; }
	.logopohil { z-index: 101; padding-left: 31%; display: block; margin: auto; width: 0; height: 0; border-style: solid; border-width: 80px 20px 0 0; border-color: #1c1b17 transparent transparent transparent; position: fixed; top: 0px;}
	.logotip { position: fixed; top: 0%; left: 0%; width: 100%; height: 75px; pointer-events: none; }
	}


	
@media screen and (max-width: 768px) {
	.codrops-header { position: relative; margin: 0 auto; max-width: 100%; text-align: left; }
	.codrops-demos {padding: 0.5em 0 3em; margin-top: 2%; background-color: #1c1b17; position: relative; z-index: 20; text-align: center}
	.codrops-demos a { display: inline-block; margin: 1px; margin-left: 2px; padding: 0.1em 5px; outline: none; border: 1px solid rgba(0,0,0,0.3); color: white; text-decoration: none; font-weight: 700; opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; }
	}	
	
	
@media screen and (max-width: 425px) {
	.codrops-header { position: relative; margin: 0 auto; max-width: 100%; text-align: left; }
	.codrops-demos {padding: 0.5em 0 3em; margin-top: 3%; background-color: #1c1b17; position: relative; z-index: 20; text-align: center}
	.codrops-demos a { display: inline-block; margin: 1px; margin-left: 2px; padding: 0.1em 5px; outline: none; border: 1px solid rgba(0,0,0,0.3); color: white; text-decoration: none; font-weight: 700; opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; }
	}	
	
	
@media screen and (max-width: 375px) {
	.codrops-header { position: relative; margin: 0 auto; max-width: 100%; text-align: left; }
	.codrops-demos {padding: 0.5em 0 3em; margin-top: 3%; background-color: #1c1b17; position: relative; z-index: 20; text-align: center}
	.codrops-demos a { display: inline-block; margin: 1px; margin-left: 2px; padding: 0.1em 5px; outline: none; border: 1px solid rgba(0,0,0,0.3); color: white; text-decoration: none; font-weight: 700; opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; }
	}
	
	
@media screen and (max-width: 320px) {
	.codrops-header { position: relative; margin: 0 auto; max-width: 100%; text-align: left; }
	.codrops-demos {padding: 0.5em 0 3em; margin-top: 3%; background-color: #1c1b17; position: relative; z-index: 20; text-align: center}
	.codrops-demos a { display: inline-block; margin: 1px; margin-left: 2px; padding: 0.1em 5px; outline: none; border: 1px solid rgba(0,0,0,0.3); color: white; text-decoration: none; font-weight: 700; opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; }
	.navig { font-family: monospace; font-size: smaller; text-align: center; background-color: #f9f9fa; margin: 0.1em 2.5em 0em; }
	}	