@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: 'camera-icons';
	src: url("../fonts/camera-icons/camera-icons.eot?7h6q4p");
	src: url("../fonts/camera-icons/camera-icons.eot?#iefix7h6q4p") format("embedded-opentype"), url("../fonts/camera-icons/camera-icons.woff?7h6q4p") format("woff"), url("../fonts/camera-icons/camera-icons.ttf?7h6q4p") format("truetype"), url("../fonts/camera-icons/camera-icons.svg?7h6q4p#camera-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}



*{
	margin:0;
	padding:0;
	}
li{
	list-style:none;
	}
a{
	text-decoration:none;
	}

input{
	border:none;
	}
.clear{
	clear:both;
	}







body {
	font-family: "Avenir Next", Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	color: #fff;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100vw;
}




a {
	outline: none;
	color: #77d45b;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #fff;
}

button:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}



nav{
	height:50px;
	background:#99cdfc;
	border-radius:8px;
/*	box-shadow:4px 4px 8px 3px rgba(0,0,0,0.6);*/
	margin-bottom:20px;
	margin:0 auto;
	text-align:center;
	
	
	}
nav ul{
	padding-left:27px;
	text-align:center;
	width:1200px;
	margin:0 auto;
	}
nav img{
	padding-left:10px;
	padding-top:10px;
	display:none;
	}  
nav ul li{
	float:left;
/*	padding-right:34px;
*/
	width:134px;
	line-height:50px;
	font-family:arial;
	font-size:16px;
	color:#fff;
	}
.codrops-demos ul .zong{
	width:100%;
	padding:0;
	}

nav ul li h5{
	color:#fff;
	font-weight:normal;
	margin-left:-27px;
/*	text-shadow:1px 2px 1px rgba(0,0,0,0.3);*/
	}
nav ul li a{
	color:#fff;
	padding:4px 24px;
	margin:0 auto;
/*	text-shadow:1px 2px 1px rgba(0,0,0,0.3);*/
	}
/*nav .home{
	color:#e35b11;
	border-top:3px solid #eb5846;
	background-image:url(../images/line-nav_03.jpg);
	}
nav li a:hover{
	color:#e35b11;
	border-top:3px solid #eb5846;
	background-image:url(../images/line-nav_03.jpg);
	}
nav li a:active{
	opacity:0.7;
	}*/
nav .home{
	color:#99cdfc;
	background:#FFFFFF;
	border-radius:6px;
/*	background:url(../images/baidi_05.png) no-repeat center center;
*/	}
nav li a:hover{
	color:#99cdfc;
	background:#FFFFFF;
	border-radius:6px;
/*	background:url(../images/baidi_05.png) no-repeat center center;
*/	}
nav li a:active{
	opacity:0.7;
	}




/* Header */

.codrops-header {
	text-align:center;
	margin:0 auto;
}

.codrops-header h1 {
	margin: 0.5em 0 0;
	letter-spacing: -1px;
	font-size: 3em;
	line-height: 1;
	font-weight: normal;
}

.codrops-header h1 span {
	display: block;
	padding: 0.5em 0 1em;
	color: #999;
	font-weight: normal;
	font-size: 0.45em;
	letter-spacing: 0;
}


/* Top Navigation Style */

.codrops-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.codrops-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	content: '';
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}

.codrops-icon:before {
	margin: 0 5px;
	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 links */

.codrops-demos {
/*	margin: 2em 0 0;
*/

}

.codrops-demos a {
/*	display: inline-block;
*/	margin: 0 0.5em;
}

.codrops-demos a.current-demo {
	color: #fff;
}


/* Content */

.content {
	padding: 1em 5% 3em;
	max-width: 1080px;
	margin: 0 auto;
}


/* Related demos */

.content--related {
	text-align: center;
	font-weight: bold;
	padding: 0 1em;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	margin: 0;
	padding: 0.5em;
	font-size: 1em;
}


/* Demo ad style */

body #cdawrap {
	top: 15px;
	right: auto;
	left: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	border: none;
}

body #cdawrap .carbon-text {
	color: #EBEBEB;
}

@media screen and (max-width: 1100px) {
	nav{
		height:100px;
		}
	nav ul{
		width:100%;
		}	
	.codrops-header {
		padding: 0em 5%;
	}
}

@media screen and (max-width: 650px) {
	nav{
		height:150px;
		}
	.codrops-header h1{
		font-size: 2.15em;
		padding: 0em 5%;
	}
}
@media screen and (max-width: 480px) {
	nav{
		height:200px;
		}
}
@media screen and (max-width: 360px) {
	nav{
		height:250px;
		}
}
@media screen and (max-width: 320px) {
	nav{
		height:250px;
		}
		
	nav ul li{
	width:120px;
	}
nav ul li a{
	padding:4px 20px;
	}
	
		
}
