/*
	TEMPLATE
------------ */
body{
	font-size:16px;
	line-height:22px;
	background-color:transparent;
}

h1{
	text-align:center;
	position:relative;
	margin:0 0 45px 0;
	text-transform:uppercase;
}
h1 span{
	font-size:14px;
	line-height:18px;
	display:block;
	text-transform:initial;
	font-weight:normal;
	padding:5px 0 5px 0;
}
h1:after{
	content:'';
	position:absolute;
	height:8px;
	width:30px;
	left:50%;
	margin-left:-15px;
	bottom:-15px;
	border-radius:5px;
}
h2{
	margin:0 0 30px 0;
}
h3{
	text-align:center;
	position:relative;
	margin:0 0 45px 0;
	text-transform:uppercase;
}
h3:after{
	content:'';
	position:absolute;
	height:5px;
	width:30px;
	left:50%;
	margin-left:-15px;
	bottom:-15px;
	border-radius:5px;
}
@media(min-width:992px){
	h1{
		margin:0 0 90px 0;
	}
}

/*
	ANCHOR
---------- */
.anchor{
	display:block;
	padding-top:70px;
	margin-top:-70px;
}
@media(min-width:768px){
	.anchor{
		padding-top:85px;
		margin-top:-85px;
	}
}
@media(min-width:992px){
	.anchor{
		padding-top:70px;
		margin-top:-70px;
	}
}
@media(min-width:1200px){
	.anchor{
		padding-top:85px;
		margin-top:-85px;
	}
}

/*
	DARKEN PAGE
--------------- */
#darken-page{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.7);
	z-index:30;
	display:none;
}

/*
	BTN MAIN
------------ */
.btn-main{
	display:inline-block !important;
	border-radius:5px;
	padding:15px 20px;
	text-transform:uppercase;
	text-decoration:none;
	border:none;
}

/*
	HOVER IMAGE
--------------- */
.hover-image{
	position:relative;
	overflow:hidden;
}
.hover-image:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.hover-image:hover:after{
	opacity:1;
}

/*
	MAIN
-------- */
.section{
	padding:45px 15px;
	position:relative;
}
.parallax-section{
	display:none;
}
@media(min-width:768px){
	.section{
		padding:60px 0;
	}
}
@media(min-width:992px){
	.section{
		padding:90px 0;
	}
}
@media(min-width:1200px){
	.section{
		padding:120px 0;
	}
	.parallax-section{
		display:block;
		height:300px;
		padding:0;
	}
}

/*
	SMOOTH SCROLL UP
-------------------- */
.btn-smooth-scroll-up{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	position:fixed;
	z-index:200;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	right:15px;
	bottom:-100px;
	text-align:center;
	font-size:18px;
}

/*
	CAROUSEL
------------ */
.slick-dots li{
	margin:0;
}
.slick-dots li button:before{
	font-size:10px;
}

/*
	PORTFOLIO
------------- */
#portfolio-items .portfolio-row{
	margin:0 0 15px 0;
}
@media(min-width:992px){
	#portfolio-items .portfolio-row{
		margin:0 0 30px 0;
	}
}

/*
	ASSETS
---------- */
@media(min-width:992px){
	#assets .assets-row{
		margin:0 0 30px 0;
	}
}

/*
	NEWS
-------- */
@media(min-width:992px){
	#news .news-row{
		margin:0 0 30px 0;
	}
}

