/*
Copyright (c) 2019
------------------------------------------------------------------
[Master Content Section Stylesheet]
-------------------------------------------------------------------*/
#content_wrapper{
	width:100%;
	float:left;
	}	

.page_title{
	width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding: 50px 0;
    -webkit-perspective: 100px;
    perspective: 100px;
    background-position: inherit !important;
    background-size: cover;
	}	
.page_title:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:-1;
}
.page_title h2{
    margin: 0 0;
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    word-break: break-all;
}
.page_title .breadcrumbs {
    display: inline-block;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 10px;
}
.page_title .breadcrumbs span {
    color: #b08d54;
    font-size: 16px;
	margin: 0 4px;
	font-weight:600;
	display:inline-block;
}
.page_title .breadcrumbs span a {
    color: #222222;
	font-weight:600;
}
.page_title .breadcrumbs span a:hover{
	color:#b08d54;
}
.page_title ul{
	list-style:none;
	padding:0;
	/*margin:80px auto;*/
	display:inline-block;
	position:relative;
	z-index:2;
	}
.page_title ul:after{
	content: "\f107\f107\f107\f107\f107\f107\f107\f107\f107\f107\f107\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	width:100px;
	height:3px;
	color:#b08d54;
	position:absolute;
	left:0;
	right:0;
	top: 31px;
	margin:0 auto;
	letter-spacing: -1px;
	}
.page_title ul:before{
	content: "\f107\f107\f107\f107\f107\f107\f107\f107\f107\f107\f107\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	width:100px;
	height:3px;
	color:#b08d54;
	position:absolute;
	top: 35px;
	left:0;
	right:0;
	margin:0 auto;
	letter-spacing: -1px;
	}	
			
.page_title ul li{
	display:inline-block;
	margin: 0 10px;
	font-size:22px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	color:#fff;
	text-decoration:none;
	position:relative;
	}
.page_title ul li:after{
	content: "/";
	margin-left: 7px;
	position: absolute;
	left: 100%;
	}	
.page_title ul li:last-child:after{
	content:"";
	}		
.page_title ul li a{
	font-size:22px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	color:#fff;
	text-decoration:none;
	}	