/*
	TEMPLATE
------------ */
body{
	font-size:16px;
	line-height:22px;
	background-color:transparent;
	font-family: 'Open Sans', monospace;
	/*background-image:url('../../img/bg-home.png');*/
}

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;
}
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;
	}
}

.pages-rows-builder div.container{
	margin-bottom: 30px;
} 
.pages-rows-builder div.container ul{
	list-style:inside;
} 

/*
  CUSTOM PAGE
------------- */
.cp-row{
	margin-bottom:15px;
  }
  .cp-image{
	float:left;
	width:100%;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
	background-repeat:no-repeat;
	background-color:transparent;
	background-repeat:no-repeat;
  }
  .cp-image[data-fancybox]:hover{
	opacity:0.7;
  }
  .cp-text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	padding:15px 15px 0 15px;
  }
  .cp-text ul{
	margin:0;
	padding:0 0 0 20px;
  }
  .cp-text ul li{
	list-style:disc;
  }
  .cp-text a{
	color:#31130c;
  }
  .hero .cp-image{
	height:150px;
  }
  .pic-left-text-right .cp-image{
	height:200px;
  }
  .text-left-pic-right .cp-image{
	height:200px;
  }
  .cards-2 .cp-image{
	height:200px;
  }
  .cards-3 .cp-image{
	height:200px;
  }
  .cards-4 .cp-image{
	height:200px;
  }
  .gallery-3 .cp-image{
	height:150px;
	margin:0 0 15px 0;
  }
  .gallery-4 .cp-image{
	height:150px;
	margin:0 0 15px 0;
  }
  @media(min-width:768px){
	.cp-row{
	  margin-bottom:30px;
	}
	.cp-image{
	  margin:0 0 15px 0;
	}
	.cp-text{
	  padding:0;
	}
	.hero .cp-image{
	  height:200px;
	}
	.pic-left-text-right .cp-image{
	  height:200px;
	}
	.text-left-pic-right .cp-image{
	  height:200px;
	}
	.cards-2 .cp-image{
	  height:250px;
	}
	.cards-3 .cp-image{
	  height:175px;
	}
	.cards-4 .cp-image{
	  height:125px;
	}
	.gallery-3 .cp-image{
	  height:200px;
	}
	.gallery-4 .cp-image{
	  height:150px;
	}
  }
  @media(min-width:992px){
	.cp-row{
	  margin-bottom:45px;
	}
	.hero .cp-image{
	  height:250px;
	}
	.pic-left-text-right .cp-image{
	  height:250px;
	}
	.text-left-pic-right .cp-image{
	  height:250px;
	}
	.cards-2 .cp-image{
	  height:250px;
	}
	.cards-3 .cp-image{
	  height:200px;
	}
	.cards-4 .cp-image{
	  height:175px;
	}
	.gallery-3 .cp-image{
	  height:230px;
	}
	.gallery-4 .cp-image{
	  height:180px;
	}
  }
  @media(min-width:1200px){
	.cp-text{
	  font-size:16px;
	  line-height:24px;
	}
	.cp-row{
	  margin-bottom:45px;
	}
	.hero .cp-image{
	  height:300px;
	}
	.pic-left-text-right .cp-image{
	  height:250px;
	}
	.text-left-pic-right .cp-image{
	  height:250px;
	}
	.cards-2 .cp-image{
	  height:250px;
	}
	.cards-3 .cp-image{
	  height:200px;
	}
	.cards-4 .cp-image{
	  height:175px;
	}
	.gallery-3 .cp-image{
	  height:230px;
	}
	.gallery-4 .cp-image{
	  height:180px;
	}
	.cp-text{
	  padding:0 15px;
	}
  }
  