/* ========================================================
   General
======================================================== */
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500i,700|Roboto+Condensed:300,700');

@font-face {
  font-family: 'OSP-DIN';
  src: url('../fonts/OSP-DIN.eot');
  src: url('../fonts/OSP-DIN.woff2') format('woff2'),
       url('../fonts/OSP-DIN.woff') format('woff'),
       url('../fonts/OSP-DIN.ttf') format('truetype'),
       url('../fonts/OSP-DIN.svg#OSP-DIN') format('svg'),
       url('../fonts/OSP-DIN.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* Common Styles */
body {
	margin: 0;
	padding: 0;
	font-family:'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #333;
	background: #f2f3f3;
}

/* Links */
a {
	color: #5b6770;
	transition: all 0.4s ease;
}
a:hover {
	color: #f26522;
	text-decoration: underline;
}

/* Media */
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
}
embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

/* Strong */
b, strong {
	font-weight: 700;
}

/* Typography */
h1 {
	font-size: 28px;
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
	font-size: 26px;
	font-weight: 700;
}
p {
	margin-bottom: 15px;
}

/* ========================================================
   Buttons
======================================================== */
.btn-grey {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	border: 0;
	border-radius: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 30px 6px;
	transition: all 0.4s ease;
}
.btn-grey {
	background: #77787b url(../images/line.png) repeat;
}
.btn-grey:hover,
.btn-grey:focus {
	background-color: #f26522;
	color: #fff;
}

/* ========================================================
   Header
======================================================== */
.header {
	background: #fff;
	position: relative;
	overflow: hidden;
}
.header:before {
	content: "";
	position: absolute;
	left: 0;
    top: 0;
	background: url(../images/header-bg.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.header .container {
	position: relative;
}
.header .logo {
	width: 300px;
}
.header .caption {
	color: #fff;
	padding: 30px 0;
}
.header .caption h1,
.header .caption h5 {
	font-family: 'OSP-DIN', Arial, sans-serif;
	font-weight: normal;
}
.header .caption h1 {
	font-size: 44px;
	line-height: 1.0;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.header .caption h5 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.header .social a {
	background: #f1f3f3;
	color: #49494b;
	display: inline-block;
	width: 26px;
	height: 26px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin: 0 2px;
}
.header .social a:hover {
	color: #f26522;
}

/* ========================================================
   Content Area / Sections
======================================================== */
/* Block */
.block {
	background: #fff;
	color: #333;
	margin-top: 30px;
}
.block h4.title {
	background: #e2e5e6;
	color: #007078;
	font-weight: 700;
	margin: 0;
	padding: 14px 0;
	text-align: center;
}
.block .wrapper {
	padding: 25px 25px 85px;
	position: relative;
}
.block .img {
	text-align: center;
}

/* Area 1 */
.area1 {
	background: #fff;
	padding: 40px 0;
}
.area1 p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 20px;
}
.area1 p span {
	font-weight: 700;
	color: #007078;
	text-transform: uppercase;
}
.area1 strong {
	font-weight: 500;
	font-style: italic;
}
.area1 img {
	margin-bottom: 20px;
}
.area1 .bx {
	position: relative;
	z-index: 9;
}

/* Area 2 */
.area2 {
	padding: 20px 0 0;
	position: relative;
}
.area2 .grid1 {
	background: url(../images/grid-1.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	top: -300px;
	right: 0;
	width: 286px;
	height: 426px;
}
.area2 .grid2 {
	background: url(../images/grid-2.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	top: 45%;
	left: 0;
	width: 236px;
	height: 556px;
}
.area2 .block {
	position: relative;
	z-index: 9;
}
.area2 h3,
.area2 .block h5 {
	text-align: center;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.3;
	color: #666;
}
.area2 .block a.btn-grey {
	position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
	width: auto;
	padding: 8px 5px 6px;
}
.area2 .block h5 {
	color: #333;
	font-size: 22px;
	margin-top: 20px;
}
.area2 .block p {
	margin: 0;
	font-weight: 300;
	text-align: center;
}

/* Area 3 */
.area3 {
	position: relative;
}
.area3 .grid1 {
	background: url(../images/grid-3.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	top: -110px;
	right: 0;
	width: 300px;
	height: 680px;
}
.blog-posts .block {
	margin-top: 50px;
}
.blog-posts h4.title {
	font-weight: 500;
	font-style: italic;
}
.blog-posts .block .wrapper {
	padding: 0 20px;
}
.blog-posts .post {
	padding: 30px 0;
	border-bottom: 4px solid #e2e5e6;
	text-align: center;
	overflow: hidden;
}
.blog-posts .post:last-child {
	border: 0;
}
.blog-posts .post .post-img {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.blog-posts .post .post-img > img {
	height: 206px;
}
.blog-posts .post .post-info > h3 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #333;
	margin: 0 0 5px;
}
.blog-posts .post .post-info > h3 a {
	color: #333;
}
.blog-posts .post .post-info p.meta {
	font-weight: 300;
}

/* Area 4 */
.area4 {
	padding: 40px 0;
	text-align: center;
}
.area4 ul {
	width: 560px;
	margin: 0 auto;
}
.area4 li {
	display: inline-block;
	width: 45%;
	text-align: center;
}

/* ========================================================
   Footer
======================================================== */
.footer .ft-top {
	background: #363636 url(../images/line.png) repeat;
	height: 60px;
}
.footer .copyright {
	background: #fff;
	padding: 15px 0;
	font-size: 13px;
	color: #5b6770;
	text-transform: uppercase;
}
.footer .copyright span {
	display: inline-block;
	margin-left: 15px;
}

.social-links {
	text-align: right;
}
.social-links a {
	color: #5b6770;
	font-size: 14px;
	margin-left: 10px;
}
.social-links a:hover {
	color: #f26522;
	text-decoration: none;
}
.social-links a:first-child {
	margin-left: 0;
}

/* ========================================================
   Media Queries
======================================================== */
@media (min-width: 480px) {
	/* Header */
	.header .logo {
		width: 370px;
	}
}

@media (min-width: 768px) {
	/* Header */
	.header:before {
	    top: -16%;
		transform: skewY(-5deg);
	    background-position: 0 50%;
	}
	.header .logo {
		width: 484px;
	}
	.header .caption {
		padding: 50px 0 100px;
	}
	.header .caption h1 {
		font-size: 60px;
		margin-bottom: 10px;
	}
	.header .caption h5 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	/* Area 1 */
	.area1 {
		padding: 0 0 40px;
		margin-top: -50px;
	}
	.area1 .info {
		margin-top: 60px;
	}
	.area1 p {
		font-size: 18px;
		line-height: 1.6;
	}

	/* Area 2 */
	.leftcol .block .wrapper {
		min-height: 384px;
	}

	/* Area 3 */
	.blog-posts .block .wrapper {
		padding: 0 60px;
	}
	.blog-posts .post {
		padding: 50px 0;
		text-align: left;
		display: -webkit-box!important;
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -webkit-box-align: center!important;
	    -ms-flex-align: center!important;
	    align-items: center!important;
	}
	.blog-posts .post .post-img {
		margin-bottom: 0;
		float: left;
		width: 206px;
		flex-shrink: 0;
	}
	.blog-posts .post .post-info {
		margin-left: 50px;
	}
	.blog-posts .post .post-info > h3 {
		font-size: 24px;
	}
	.blog-posts .post .post-info p.meta {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	/* Header */
	.header .caption h1 {
		font-size: 90px;
	}
	.header .caption h5 {
		font-size: 40px;
	}

	/* Area 2 */
	.leftcol .block .wrapper {
		min-height: 368px;
	}
	.area2 h3 {
		margin-left: 140px;
		margin-right: 140px;
	}

	/* Area 3 */
	.blog-posts .block .wrapper {
		padding: 0 100px;
	}
}

@media (min-width: 1200px) {
	.container {
	    width: 1100px;
	}

	/* Area 2 */
	.leftcol .block .wrapper {
		min-height: 447px;
	}
	.art .wrapper {
		padding-top: 40px;
	}
}

@media (max-width: 991px) {
	/* Area 3 */
	.area3 .grid1 {
		top: -50px;
		width: 200px;
		height: 470px;
	}
}

@media (max-width: 768px) {
	/* Area 2 */
	.area2 h3 {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	/* Area 2 */
	.area2 .grid1 {
		top: -200px;
		width: 185px;
		height: 276px;
	}
	.area2 .col {
		width: 100%;
	}

	/* Area 3 */
	.area3 .grid1 {
		top: -30px;
		width: 130px;
		height: 390px;
	}

	/* Area 4 */
	.area4 ul {
		width: 100%;
	}
}