
/*
===============================================
			7. Parallax
===============================================
*/

.parallax_item .owl-controls .owl-dots .owl-dot.active span,
.parallax_item .owl-controls .owl-dots .owl-dot:hover span{
	background: #ffffff !important;
	border:1px solid #ffffff !important;
}

.parallax_item{
    display: table;
	position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover !important;
    width: 100%;
    text-align: center;
}

.parallax_item .parallax_content{
	position: relative;
	z-index: 3;
	color: #ffffff;
    display: table-cell;
    vertical-align: middle;
	padding: 100px 20px;
}

.parallax_item .parallax_content a{
	color: #ffffff;
}

.parallax_item .parallax_content .parallax_title{
	letter-spacing: 4px;
	font-size: 35px;
	text-transform: uppercase;
	position: relative;
	margin-top: 0;
	margin-bottom: 50px;
	padding-bottom: 30px;
	font-weight: 700;
}

.parallax_item .parallax_content .parallax_title:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	left: calc(50% - 25px);
	bottom: 0px;
	background: #ffffff;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


.parallax_item .parallax_content .parallax_subtitle{
	font-size: 12px;
	letter-spacing: 4px;
	font-weight: 700;
	line-height: 22px;
}

.parallax_item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.55);
	z-index: 1;
}

.parallax_item.light .parallax_content,
.parallax_item.light .parallax_content a{
	color: #111111;
}

.parallax_item.light .overlay{
	background: rgba(255,255,255,0.85);
}

.parallax_item.no_parallax{
    background-attachment: scroll !important;
}

/* testimonials */

.parallax_item.testimonials{
	background-image: url('../../../public/img/testimonials.jpg');
	display: block;
}

.parallax_item.testimonials .owl-item{
	z-index: 55;
}

.parallax_item.testimonials .parallax_content{
	display: block;
	vertical-align: inherit;
}

.parallax_item.testimonials .testimonials_slider .item{
	overflow: hidden;
	margin-bottom: 15px;
}

.parallax_item.testimonials .testimonials_slider .item .quote_box{
	color: #ffffff;
	position: relative;
	margin: 1px 0;
}

.parallax_item.testimonials .testimonials_slider .item img{
	max-width: 80px;
	display: inline-block;
	width: auto;
	border-radius: 100%;
	margin: 0 auto;
    margin-bottom: 30px;
}

.parallax_item.testimonials .testimonials_slider .item .text{
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 20px;
	padding: 0;
}

.parallax_item.testimonials .testimonials_slider .item .name{
	font-size: 14px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	position: relative;
	padding-top: 20px;
}

.parallax_item.testimonials .testimonials_slider .item .name:before{
	position: absolute;
	top: 0;
	left: calc(50% - 15px);
	width: 30px;
	height: 1px;
	background: rgba(255,255,255,0.25);
	content: '';
}

.parallax_item.testimonials .testimonials_slider .item .position{
	font-size: 10px;
}

.parallax_item.testimonials .testimonials_slider .item .name,
.parallax_item.testimonials .testimonials_slider .item .position{
	letter-spacing: 2px;
}

.parallax_item .owl-controls .owl-dot span{
	border:1px solid #ffffff;
}