/* General Demo Style */
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url(../css/barb_font.css);

@font-face {
	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-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

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

body {
	font-family: "Lato", Helvetica, Arial, sans-serif; ;
	color: #7F7A78;
	background: #F9F7FA;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}

/* Header Style */
.container > header {
	margin: 0 auto;
	padding: 2em 0;
}

.container > header {
	/*text-align: center;*/
	max-width: 1104px;
	min-height: 130px;
	font-size: 17px;
}

.container > header h1 {
	font-size: 1.4em;
	/*line-height: 1.3;*/
	margin: 0;
	font-weight: 300;
	float: left;
	padding-top: 18px;
}

/* Demo Buttons Style */
navigation {
	display: block;
	float: right;
}

.menu {
	/*padding-top: 1em;*/
	font-size: 1em;
	display: inline-block;
	float: left;
	padding-top: 30px;
}

.menu a {
	display: inline-block;
	/*margin: 0.5em;*/
	/*padding: 0.7em 1.1em;*/
	/*border: 3px solid #6b7381;*/
	color: #7F7A78;
	font-weight: 400;
	padding: 0 5px;
}

.menu a:hover,
.menu a.current-demo,
.menu a.current-demo:hover {
	/*opacity: 0.6;*/
	color: #7A3D50;
}

social {
	display: inline-block;
	float: left;
	margin-left: 20px;
	padding-top: 30px;
}

social i {
	color: #7F7A78;
	border: none;
}

social i:hover {
	color: #7A3D50;
}

content {
	max-width: 69em;
	display: block;
	margin: 0 auto;
}

content .description {
	max-width: 32%;
	float: right;
}

content .description p {
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}

content .description a {
	color: #7F7A78;
	text-decoration: none;
	border-bottom: 1px #7F7A78 solid;
}

content .description a:hover {
	border-bottom: none;
}

content .content {
	float: left;
	width: 65%;
}

content .content img,
content .content p,
content .content a,
content .content h1 {
	max-width: 100%;
}

contact {
	max-width: 69em;
	display: block;
	margin: 0 auto;
	padding: 0.66%;
}

contact .description {
	max-width: 32%;
	float: right;
}

contact .description p {
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}

contact .description a {
	color: #7F7A78;
	text-decoration: none;
	border-bottom: 1px #7F7A78 solid;
	margin-left: 5px;
}

contact .description a:hover {
	border-bottom: none;
}

contact .content {
	float: left;
	max-width: 65%;
}

contact .content img,
contact .content p,
contact .content a,
contact .content h1 {
	max-width: 100%;
}

tr {
	font-weight: 300;
}

tr .title {
	font-weight: 500;
}

tr .image img {
	max-width: none;
}

@media screen and (max-width: 900px) {
	/* Header Style */
	.container > header {
		margin: 0 auto;
		padding: 2em 0;
	}

	.container > header {
		text-align: center;
		max-width: 69em;
	}

	.container > header h1 {
		/*font-size: 2.625em;*/
		line-height: 1.2;
		margin: 0 auto;
		/*font-weight: 300;*/
		float: none;
		max-width: 200px
	}

	.container > header img {
		width: 100%
	}

	/* Demo Buttons Style */
	navigation {
		display: block;
		float: none;
	}

	.menu {
		/*padding-top: 1em;*/
		font-size: 1em;
		display: inline-block;
		float: none;
		padding-top: 15px;
	}

	.menu a {
		display: inline-block;
		/*margin: 0.5em;*/
		/*padding: 0.7em 1.1em;*/
		/*border: 3px solid #6b7381;*/
		color: #7F7A78;
		font-weight: 400;
		padding: 0 5px;
	}

	.menu a:hover,
	.menu a.current-demo,
	.menu a.current-demo:hover {
		opacity: 0.6;
	}

	social {
		/*display: inline-block;*/
		/*float: none;*/
		/*padding-top: 15px;*/
		display:none;
	}

	social i {
		color: #7F7A78;
		border: none;
	}

	content {
		padding: 0 20px;
	}

	content .description {
		max-width: 100%;
		float: none;
	}

	content .content {
		float: none;
		width: 100%;
	}

	contact {
		padding: 0 20px;
	}

	contact .description {
		max-width: 100%;
		float: none;
	}

	contact .content {
		float: none;
		max-width: 100%;
	}
}

@media screen and (max-width: 400px) {
	/* Header Style */
	.container > header {
		margin: 0 auto;
		padding: 2em 0;
	}

	.container > header {
		text-align: center;
		max-width: 69em;
	}


	.container > header img {
		width: 100%
	}

	/* Demo Buttons Style */
	.menu {
		/*padding-top: 1em;*/
		font-size: 1em;
		display: inline-block;
		float: none;
		padding-top: 15px;
	}

	.menu a {
		display: inline-block;
		/*margin: 0.5em;*/
		/*padding: 0.7em 1.1em;*/
		/*border: 3px solid #6b7381;*/
		color: #7F7A78;
		font-weight: 400;
		padding: 0 5px;
	}

	.menu a:hover,
	.menu a.current-demo,
	.menu a.current-demo:hover {
		opacity: 0.6;
	}

	social {
		display: none;
	}

	social i {
		color: #7F7A78;
		border: none;
	}
}
}

@media screen and (max-width: 900px) {
	/* Header Style */
	.container > header {
		margin: 0 auto;
		padding: 2em 0;
	}

	.container > header {
		text-align: center;
		max-width: 69em;
	}

	.container > header h1 {
		/*font-size: 2.625em;*/
		line-height: 1.3;
		margin: 0 auto;
		font-weight: 300;
		float: none;
		max-width: 200px
	}

	.container > header img {
		width: 100%
	}

	/* Demo Buttons Style */
	navigation {
		display: block;
		float: none;
	}

	.menu {
		/*padding-top: 1em;*/
		font-size: 1em;
		display: inline-block;
		float: none;
		padding-top: 15px;
	}

	.menu a {
		display: inline-block;
		/*margin: 0.5em;*/
		/*padding: 0.7em 1.1em;*/
		/*border: 3px solid #6b7381;*/
		color: #7F7A78;
		font-weight: 400;
		padding: 0 5px;
	}

	.menu a:hover,
	.menu a.current-demo,
	.menu a.current-demo:hover {
		opacity: 0.6;
	}

	social {
		display: none;
	}

	social i {
		color: #7F7A78;
		border: none;
	}

	content {
		padding: 0 20px;
	}

	content .description {
		max-width: 100%;
		float: none;
	}

	content .content {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	/* Header Style */
	.container > header {
		margin: 0 auto;
		padding: 2em 0;
	}

	.container > header {
		text-align: center;
		max-width: 69em;
	}

	.container > header h1 {
		/*font-size: 2.625em;*/
		line-height: 1.3;
		margin: 0 auto;
		font-weight: 300;
		float: none;
		max-width: 200px
	}

	.container > header img {
		width: 100%
	}

	/* Demo Buttons Style */
	.menu {
		/*padding-top: 1em;*/
		font-size: 1em;
		display: inline-block;
		float: none;
		padding-top: 15px;
	}

	.menu a {
		display: inline-block;
		/*margin: 0.5em;*/
		/*padding: 0.7em 1.1em;*/
		/*border: 3px solid #6b7381;*/
		color: #7F7A78;
		font-weight: 400;
		padding: 0 5px;
	}

	.menu a:hover,
	.menu a.current-demo,
	.menu a.current-demo:hover {
		opacity: 0.6;
	}

	social {
		display: none;
	}

	social i {
		color: #7F7A78;
		border: none;
	}
}
