*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	color: #202020;
	line-height: 24px;
	font-size: 15px;
	background: #ffffff;
	font-family: 'Lato';
	font-weight: 300;
}


/* Showcase */
#cms-showcase{
	position: relative;
}
	.cms-showcase-layer1{
		position: absolute;
		top: 10%;
		right: 0;
		max-width: 45%;
	}
	.cms-showcase-layer2{
		font-size: 70px;
		font-weight: 900;
		line-height: 1;
		letter-spacing: -2.8px;
		color: #ffffff;
		position: absolute;
		top: 40%;
		width: 100%;
	}
	.cms-showcase-layer3{
		font-size: 24px;
		font-weight: 300;
		line-height: 1;
		letter-spacing: 0.5px;
		position: absolute;
		top: 57%;
		color: #fff;
		width: 100%;
	}
/* Header */
#cms-header{
	position: absolute;
	top: 0;
	left: 15%;
	padding: 60px 70px; 
}

/* Welcome */
#welcome{
	padding: 120px 0;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	background: url(../images/overlay.png) 0 0 repeat;
}

/* Content */
#cms-content{
	padding: 70px 50px;
	display: block;
}

/* Welcome2 */
#welcome2{
	padding: 120px 0;
	font-size: 50px;
	font-weight: 900;
	line-height: 1;
	background-image:url(../images/overlay.png);
	background-color: #333;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}
	.cms-welcome2-layer1{
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		max-width: 40%;
	}

.row{
	margin-left: -20px;
	margin-right: -20px;
}
.row + .row{
	margin-top: 80px;
}
[class*='col-'],
[class^='col-']{
	padding: 0 20px;
}
.clearfix{}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after{
	content: "";
	display: table;
}
.entry-media{
	margin-bottom: 30px;
}
.entry-title{
	font-size: 14px;
	text-transform: uppercase;
	color: #1f1f1f;
	font-family: 'Lato';
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.5px;
}

#cms-features{
	padding: 100px 0;
}

#cms-features .wg-title{
	font-weight: 900;
	margin-bottom: 40px;
	font-size: 36px;
}

#cms-parallax{
	background-image: url(../images/parallax.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
	position: relative;
	padding: 100px 0;
}
#cms-parallax:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
}
#cms-parallax div{
	color: #fff;
	position: relative;
	z-index: 2;
}
#cms-parallax h2{
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
	letter-spacing: -2px;
}

#cms-footer{
	background: #121212;
	padding: 90px 0;
	color: #fff;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	font-weight: 300;
}


body .overlay-wrap {
    overflow: hidden;
    position: relative; 
}
body .overlay-wrap .overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(1.5);
	-khtml-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 150ms linear 0ms;
	-khtml-transition: all 150ms linear 0ms;
	-moz-transition: all 150ms linear 0ms;
	-ms-transition: all 150ms linear 0ms;
	-o-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
}

body .overlay .overlay-content {
	width: 100%;
	padding: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
body .overlay .overlay-content a{
	border: 3px solid #fff;
	padding: 0 20px;
    height: 50px;
	line-height: 44px;
	display: inline-block;
	color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
	-webkit-transition: all 150ms linear 0ms;
	-khtml-transition: all 150ms linear 0ms;
	-moz-transition: all 150ms linear 0ms;
	-ms-transition: all 150ms linear 0ms;
	-o-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
}
body .overlay .overlay-content a:hover{
	background: #fff;
	color: #1f1f1f;
}
body .overlay-wrap:hover .overlay {
	visibility: visible;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 150ms linear 0ms;
	-khtml-transition: all 150ms linear 0ms;
	-moz-transition: all 150ms linear 0ms;
	-ms-transition: all 150ms linear 0ms;
	-o-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
}

/* HTML tag*/
a{
	text-decoration: none;
	outline: none;
	color: #878787;
}
a:hover,
a:focus,
a:active{
	outline: none;
	color: #b46d70;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Lato';
	font-weight: 900;
	color: #1f1f1f;
	letter-spacing: -1px;
	padding: 0; 
	margin: 0;
}

img{
	max-width: 100%;
	width: 100%;
}

.list-features li{
	padding: 15px 0;
	line-height: 30px;
}
.list-features i{ 
	font-size: 30px;
	margin-right: 15px;
	min-width: 35px;
	display: inline-block;
	float: left;
}

@media (max-width: 980px){
	[class*='col-'] + [class*='col-'],
	[class^='col-'] + [class^='col-']{
		margin-top: 50px;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1440px){
	.cms-showcase-layer2{
		top: 32%;
		font-size: 60px;
	}
	.cms-showcase-layer3{
		top: 62%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px){
	.cms-showcase-layer2{
		top: 28%;
		font-size: 50px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	#cms-header{
		padding-top: 30px;
	}
	.cms-showcase-layer2{
		font-size: 40px;
		letter-spacing: -1px;
	}
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	#cms-header{
		padding: 20px;
	}
	#cms-header img{
		max-width: 80px;
	}
	.cms-showcase-layer2{
		font-size: 25px;
		letter-spacing: 0;
	}
}

@media (max-width: 480px) {
	.cms-showcase-layer2{
		font-size: 20px;
		letter-spacing: 0;
		top: 30%;
	}
}