.boxedcontainer		{	max-width: 1200px; margin:auto; /*padding:0px 30px;*/}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}


.tp-banner{
	width:100%;
	position:relative;
	max-height: 350px !important;
	height: 350px !important;
}


.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

.detail a {
	color:#27b1d2;
}
.divider {
	position: relative;
	margin: 30px auto;
	width: 60%;
	height: 1px;
	background-color: #dddddd;
}
.divider span {
	font-size: 100px;
	line-height: 0;
	position: absolute;
	top: -20px;
	left: 45%;
	margin-left: -50px;
	background: #FFF;
	padding: 5px;
	color: #27b1d2;
}

.gal-logo{
	width:20%;
}
.post-navigation {
	display: table;
	margin: 40px auto 0;
}
.post-navigation a {
	display: inline-block;
	margin-right: 30px;
	padding: 10px 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: #27b1d2 2px solid;
	color: #27b1d2;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	background: transparent;
	text-decoration: none;
}
.fancybox-lock .fancybox-overlay {
	z-index: 99999;
}
.js-certificates .owl-nav .owl-next, .js-certificates .owl-nav .owl-prev {
	color: transparent!important;
	position: relative;
}
.js-certificates .owl-nav .owl-next:before,
.js-certificates .owl-nav .owl-prev:before {
	width: 40px;
	height: 30px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.js-certificates .owl-nav .owl-next:before {
	content: '\2192';
}
.js-certificates .owl-nav .owl-prev:before {
	content: '\2190';
}