
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	background: #ddd;
	color: #5a5350;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;

}

pre {
    font-family: 'Open Sans', sans-serif;
}

/** toTop **/

/** END-toTop **/
a {
	text-decoration: none;
	color: #ed8151;
	outline: none;
}

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

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.main {
	max-width: 69em;
	margin: 0 auto 0 auto;
}

.column {
	top: 0px;
	width: 55%;
	padding: 0;
	min-height: 300px;
	position: relative;
}

.column:nth-child(2) {
	text-align: left;
	margin-top: 11%;
	margin-left: 15%;
}

.column p {
	font-style: italic;
	font-weight: 300;
	font-size: 2.5em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.5;
}

.codrops-demos a, button {
	border: none;
	padding: 0em; /*-0.6em*/
	background: #a9a9a9;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 10px 20px;
	border-radius: 2px;
	font-weight: 400;
	outline: none;
	/*background-image: url(../images/menu_btn.png);
	width: 46px;
	height: 46px;*/
}

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

button {
	font-size: 40%;
	background: #ed8151;
}

button:hover,
button:active {
	background: #e86a32;
	/*background-image: url(../images/menu_btn_hover.png);
	width: 46px;
	height: 46px;*/
}

.menuBTN {
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	border-radius: 0px;	
}

.logo {
	position: relative;
	float: right;
	width: 15%;
	min-width: 100px;
	max-width: 200px;
	margin: 10px 10px;
	z-index: 1000;
}

.header {
	position: fixed;
	/*width: 100%;*/
    width: 50px;
    height: 50px;
    top: 20px;
    z-index: 1000;	
}

div.mainheadR > img {
	float: right;	
}

div.mainheadL > img {
	z-index: 1000;
	margin: 10px 20px;
	position: relative;
	width: 30px;
}

.related {
	text-align: center;
	font-size: 1.5em;
	margin-top: 3em;
	clear: both;
	padding: 3em 0;
}

.related a {
	font-weight: 700;
	font-size: 0.9em;
}
@media only screen and (min-width: 1280px) and (max-width: 1430px) {
	.column:nth-child(2) {
		margin-top: 10%;
		margin-left: 10%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1280px) {

	.column {
		width: 60%;
		min-width: auto;
		min-height: 0;
		padding-left: 0em;
		padding-top: 0.5em; 
		text-align: left;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		position: relative;
		margin: 25px 130px;
		text-align: left;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.column {
		width: 60%;
		min-width: auto;
		min-height: 0;
		padding-left: 0em;
		padding-top: 0.5em; 
		text-align: left;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		position: relative;
		margin: 25px 130px;
		text-align: left;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media only screen and (min-width: 570px) and (max-width: 768px) {
	.column {
		width: 60%;
		min-width: auto;
		min-height: 0;
		padding-left: 0em;
		padding-top: 0.5em; 
		text-align: left;
	}

	.column p {
		font-size: 1em;
	}

	.column:nth-child(2) {
		position: relative;
		margin: 25px auto;
		text-align: left;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media only screen and (min-width: 484px) and (max-width: 594px) {
	.column {
		width: 60%;
		min-width: auto;
		min-height: 0;
		padding-left: 0em;
		padding-top: 0.5em; 
		text-align: left;
	}

	.column p {
		font-size: 1em;
	}

	.column:nth-child(2) {
		position: relative;
		margin: 25px auto;
		text-align: left;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media only screen and (min-width: 364px) and (max-width: 484px) {
	.column {
		width: 83%;
		min-width: auto;
		min-height: 0;
		padding-left: 0em;
		padding-top: 0.5em; 
		text-align: left;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		position: relative;
		margin: 120px 30px;
		text-align: left;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media only screen and (min-width: 0px) and (max-width: 364px) {
	.column {
		width: 80%;
		min-width: auto;
		min-height: 0;
		padding-left: 0em;
		padding-top: 0.5em; 
		text-align: left;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		position: relative;
		margin: 120px 30px;
		text-align: left;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

