@import url(https://fonts.googleapis.com/css?family=Jaldi:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900);

body {
    background:#EDEBEC none repeat scroll 0 0;
    color: #fff;
    font-family: "Jaldi",sans-serif;
    font-size: 100%;
    line-height: 1.25;
    margin: 0;
	padding:0;
}
a {
	font-family: 'Jaldi', sans-serif;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #373e18;
}

.text-center{
	text-align:center;	
}


.codeconveyHeader {
	margin: 0 auto;
	text-align: center;
	background-position:center;
}

.codeconveyHeader h1 {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    margin: 50px 0 40px;
}

.codeconveyHeader h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 0.6em;
	opacity: 0.7;
}

/* To Navigation Style */
.codeconveyTop {
	font-size: 0.69em;
	font-weight: 600;
	line-height: 2.2;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
}
.codeconveyTop ul{
	margin:0;
	padding:0;	
	text-align:center;
}
.codeconveyTop li{
	list-style:none;	
	display:inline-block;
}
.codeconveyTop li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	padding-bottom: 0;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0;
}

.codeconveyTop span.right {
	float: right;
}

.codeconveyTop span.right a {
	display: block;
	float: left;
	color:#fff;
}
.codeconveyDemos a,
section button {
	display: inline-block;
	background: #a9a9a9;
	color: #fff;
	font-weight: 400;
	padding: 10px 20px;
	margin: 5px;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: 1px;
}

.codeconveyDemos a:hover,
.codeconveyDemos a:active,
.codeconveyDemos a.current-demo {
	background: #777;
}

section {
	color:#fff;
	padding: 1em 2em 5em;
	text-align: center;
	font-size: 1.5em;
}

section p {
	color:#fff;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}

section button {
	border: none;
	padding: 15px 30px;
	outline: none;
	background: #85b91e;
}

.content {
    font-family: "Lato","Avenir Next",Arial,sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: normal;
}


/* Related Items*/
.related > a {
	border: 1px solid #99cc33;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	color: #99cc33;
	opacity: 0.8;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;

	
	  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.related a:hover {
	border-color: #82b222;
	color: #82b222;
}

.related a img {
	max-width: 100%;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
	font-size: 65%;
	font-weight: 400;
}

.container {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 60px;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}










@import url(http://fonts.googleapis.com/css?family=Raleway:200,600,700,400);

@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');
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


a, button {
	color: #74716D;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #c94e50;
	outline: none;
}

button {

	outline: none;
	font-weight: 600;
	border: none;
	color: #fff;
	background: rgba(255, 255, 255, 0);
}

.content {
	max-width: 1000px;
	padding: 0 1em;
	margin: 0 auto;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button-wrap {
	padding: 0 0 0;
	font-size: 1.25em;
}

button.trigger {
	background: rgba(255, 255, 255, 0);
	color: #fff;
	border: none;
}

.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu:before, .menu:after { content: ''; display: table; }
.menu:after { clear: both; }

.menu > div {
	flex: auto;
	text-align: left;
	margin: 0.25em;
	padding: 2em 3em;
	background: rgba(255,255,255,0.2);
}

.menu h2 {
	margin: 0 0 0.25em;
	padding: 0 0 0.25em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 72.25%;
	color: #9BA890;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu ul:not(:last-of-type) {
	padding-bottom: 2em;
}

.menu ul li a {
	display: block;
	font-weight: bold;
	padding: 0.25em 0;
	font-size: 145%;
}

.menu ul li a.current-demo {
	color: #fff;
}

/* Header */
.codrops-header {
	padding: 2.75em 0 3em;
	letter-spacing: -1px;
}

.codrops-header h1 {
	font-size: 3.65em;
	line-height: 1;
	margin: 0;
}

.codrops-header h1 span {
	display: block;
	width: 15em;
	font-size: 21%;
	padding: 1em 0;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}

.codrops-header h1 span::before,
.codrops-header h1 span::after {
	content: '';
	position: absolute;
	width: 25%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background: #c94e50;
}

.codrops-header h1 span::before {
	right: 100%;
}

.codrops-header h1 span::after {
	left: 100%;
}

/* To Navigation Style */
.codrops-links {
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 200;
}

.codrops-links a {
	display: inline-block;
	padding: 0.5em 0;
	margin: 0.5em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-icon span {
	display: none;
}

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

/* Related demos */
.related {
	margin-top: 8em;
	clear: both;
	padding: 1em 0 20em;
	font-weight: bold;
}

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

body #cdawrap {
	background: transparent;
	top: 15px;
}