
/**
 * Page 
 */
.page-content {
	padding-top:0 !important;
}
.page-wrapper .page-wrapper-middle {
	background:#ffffff !important;
}
.margin-row {
	margin:50px 0;
	padding: 20px 0;
}
section {
	background-color:#f5f2f2;
}

/**
 * Loading screen
 */
#loading-wrapper {
	position:fixed;
	height:100%;
	width:100%;
	overflow:hidden;
	top:0;
	left:0;
	background:#FFF;
	z-index:99999;
}
#loading-wrapper .loading-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align:center;
	font-size:150%;
}

/**
 * Owl Carousel
 */
.owl-carousel {
	max-height:100%;
	height:500px;
	margin-bottom:30px;
}
.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage-outer .owl-stage, .owl-carousel .owl-stage-outer .owl-stage .owl-item {
	height:100%;
	width:100%;
}

/** 
 * Slides 
 */
.owl-carousel .first-slide {
	background-image: url('../../../assets/img/slide-1.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
	padding:25px;
	background-position: center center;
}
.first-slide .first-slide-content {
	position: absolute;
    top: 100px;
    padding: 15px;
    background: rgba(255,255,255,0.6);
}


.owl-carousel .second-slide {
	background-image: url('../../../assets/img/slide-2.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
	padding:25px;
	background-position: center right;
}
.second-slide .second-slide-content {
	position: absolute;
    top: 100px;
    padding: 15px;
    background: rgba(255,255,255,0.6);
}


/**
 * Banner
 */
.home-banner {
	background-color: #fbbc09;
	border-top: 1px solid rgba(121, 121, 121, 0.47);
    width: 100%;
    min-height: 120px;
    margin-top: -30px;
    padding: 10px 0;
	color:#fff;
}

.home-banner .centered {
	position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    height: 50%;
    width: 50%;
    background: red;
}






