.extra-section{position: relative;}
.extra-section .extra-section-content{ padding: 20px 0; overflow: hidden;}
.extra-section .extra-section-content .extra-content{
	position: relative;
}
.extra-section.visible-overflow .extra-section-content{ overflow: visible;}
.extra-section.super-row .extra-section-content{ padding: 30px 0; }
.extra-section .extra-section-content.with-icon{ padding-top: 0; }
.home-top-section.decorated + .clearfix + .extra-section > .extra-section-content,
.extra-section.decorated + .extra-section > .extra-section-content{padding-top: 60px;}
.home-top-section.decorated + .clearfix + .extra-section.normalized > .extra-section-content{padding: 20px 0;}
.extra-section.super-row .extra-section-content.has-revarrow{ padding-bottom: 90px }
.extra-section.map{ 
	padding-bottom: 0px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.extra-section.map > .extra-section-content{ padding: 0px; }
.extra-section.free-row > .extra-section-content{ padding: 0; }
.extra-section.super-padded > .extra-section-content{ padding: 20vh 0px; }
.extra-section.padded > .extra-section-content{ padding: 60px 0px 90px; }
.extra-section.no-title.padded > .extra-section-content{ padding: 90px 0px 90px; }
@media screen and (min-width: 992px){
	/*.extra-section.super-padded .extra-section-content{ padding: 20vh 15vw; }*/
}

#primary .extra-section .extra-section-content{ 
	margin-right: -15px;
	margin-left: -15px;
}
#primary .extra-section .extra-section-content .extra-content{ margin: 0;}
#primary .extra-section .extra-section-content .extra-content .container{padding: 0;}
#primary.has-extra{
	margin-bottom: 20px;
}

.extra-section.centered-content .extra-section-content .extra-content{
	position: relative;
	z-index: 1;
}

.extra-section .jumbotron{ 
	background-color: transparent;
	position: relative;
	padding-top: 0;
}
.extra-section .extra-icon-container{text-align: center;}
.extra-section .extra-icon-container .extra-icon{
	width: 160px;
	height: auto;
}
.extra-section .extra-icon-container.sx,
.extra-section .extra-icon-container.dx{
	position: absolute;
	top: 0;
}
.extra-section .extra-icon-container.sx{left: 0;}
.extra-section .extra-icon-container.dx{right: 0;}
.extra-section.bann .extra-icon-container .extra-icon{margin-top: 30px;}
.extra-section .jumbotron p{ font-weight: 400; }
.extra-section .page-header{
	border: none;
	margin-top: 0;
}
.extra-section .page-header .extra-title{
	font-weight: 300;
	font-size: 42px;
}
.extra-section .page-header .extra-icon{
	width: 86px;
	height: auto;
	float: left;
	margin: 28px;
}
.extra-section .jumbotron .page-header{
	margin-bottom: 0;
	padding-bottom: 0;
}
.extra-section .extra-section-content.with-img .jumbotron{ padding: 0; }
.extra-section .extra-section-content.with-img .jumbotron .page-header,
.extra-section .extra-section-content.with-img .jumbotron .page-header h2{ margin-top: 0; }
.extra-section .extra-claim{
	font-size: 28px;
	line-height: 1.4;
	margin: 0;
}
.extra-content > .entry-content{
	font-size: 18px;
}
.extra-section .extra-img-box{ 
	position: relative;
	/*margin-bottom: 30px;*/
}

.row-bg .buttons-set,
.extra-section .extra-img-box.with-video .buttons-set{
	position: absolute;
	bottom: 0;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.row-bg:hover .buttons-set,
.extra-section .extra-img-box:hover .buttons-set{opacity: 1;}

@media screen and (max-width: 991px){
	.row-bg .buttons-set,
	.extra-section .extra-img-box.with-video .buttons-set{
		opacity: 1;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.row-bg .buttons-set .play-button > span,
	.extra-section .extra-img-box.with-video .buttons-set .play-button > span{
		font-size: 14px;
	}
	.row-bg .buttons-set .play-button,
	.extra-section .extra-img-box.with-video .buttons-set .play-button{
		height: 38px;
		width: 38px;
		line-height: 32px;
		border-width: 2px;
		margin: 5px;
	}
	.play-button .im-play{
		text-indent: 0px;
	}
}

.extra-section .extra-img-box:hover .play-button{opacity: 0.7;}
.extra-section.round-img .extra-img-box.parallax,
.free-row.extra-section .extra-img-box{ margin-bottom: 0; padding: 0; }
/*.extra-section .extra-img-box .img-canvas{text-align: right;}
.extra-section .extra-img-box.col-sm-push-8 .img-canvas{text-align: left;}*/
.extra-section .extra-img-box .section-intro{ padding-bottom: 15px; }
.extra-section .extra-img-box .section-description{ margin-top: 0; }
.extra-section.round-img .extra-img-box:after{
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	border: 30px solid rgba(255,255,255,0.3);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.extra-section .extra-img-box .img-canvas .section-intro{
	padding-left: 0;
	padding-right: 0;
}
.extra-section.round-img .extra-img-box .img-canvas{
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.extra-section .extra-img-box img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.extra-section .extra-img-box.natural-width img{
	width: auto;
}
.extra-section.bann .page-header{
	text-align: center;
}

.extra-img-carousel{margin-top: 0}

ul.bwa-ul{
	padding-left: 0;
}
ul.bwa-ul > li,
.extra-section .jumbotron ul > li{
	list-style-type: none;
	line-height: 1.7;
	position: relative;
	padding-left: 30px;
}
ul.bwa-ul > li:before,
.extra-section .jumbotron ul > li:before{
	font-family: 'FontAwesome';
	content: "\f101";
	margin: 0 10px;
	position: absolute;
	top: 2px;
	left: 0;
}
.extra-section .jumbotron ul.contactform > li{ padding-left: 15px; }
.extra-section .jumbotron ul.contactform > li:before{ content: "" }
.extra-section .jumbotron p.help-block { font-size: inherit; }

.extra-section.bann .h1 {
    font-family: inherit;
}
@media screen and (min-width: 768px){
	.extra-section.bann .h1 {
	    font-size: 63px;
	    font-family: inherit;
	}
	.page-template-default .extra-section.bann .page-header{text-align: left; border-bottom-width: 1px}
	.page-template-default .extra-section.bann .h1{font-size: 32px;}
	.page-template-full .extra-section.bann .page-header{text-align: left; border-bottom-width: 1px}
	.page-template-full .extra-section.bann .h1{font-size: 32px;}
}

.extra-section.map .extra-section-content .extra-content{
	margin-bottom: 30px;
}

/* Onepage Menu */

.onepage-menu li h4{
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.extra-section .media-middle .btn{margin-top: 40px;}

.ghost-row .extra-content{ padding: 0; }
.plus-container{ position: relative; }

/* Nav tabs */

.contents-tabs .nav-tabs{ 
	border-bottom: none; 
	margin-bottom: 15px;
	font-size: 16px;
}
.contents-tabs .nav-tabs > li > a{
	text-transform: uppercase;
	color: #777;
	background-color: #ddd;
	font-weight: bold;
	border: none;
}

/* Timeline */

.extra-section.time{}
.extra-section.time .extra-section-content{overflow: hidden;}
.extra-section.time .extra-img-box .img-canvas .section-intro{
    padding: 40px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.extra-section.time .extra-img-box .img-canvas .section-intro:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 160px;
	width: 160px;
	background-color: #333;
	border: 20px solid #666;
	z-index: -1;
	margin-top: -80px;
	margin-left: -80px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.extra-section.time .extra-img-box .img-canvas .section-intro .section-title{
	color: #fff;
	text-align: center;
}
.extra-section.time .extra-img-box{
	margin: 40px 0;
}
.extra-section.time .extra-img-box:before{
	content: "";
	display: block;
	width: 20px;
	height: 9999px;
	position: absolute;
	top: -999px;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	background-color: #333;
}
.extra-section.first-row .extra-img-box:before{
	top: 0 !important;
}
.extra-section.last-row .extra-img-box:before{
	height: auto !important;
}

.extra-section.centered-content.pres .extra-content,
.extra-section.centered-content.bann .extra-section-content{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.extra-section.centered-content .extra-content,
.extra-section.centered-content .extra-content {
    padding: 40px 10%;
}

.extra-section.centered-content .extra-content.col-md-3,
.extra-section.centered-content .extra-content.col-md-4{
	padding: 40px 3%;
}

.floating-box .extra-content{
	background-color: #fff;
	padding: 30px;
}
.floating-box .extra-content .buttons-set{padding-bottom: 0;}
.floating-box .row-bg{overflow: visible;}
.floating-box .img-holder{
	-moz-transform: scale(1.2) !important;
	-webkit-transform: scale(1.2) !important;
	-o-transform: scale(1.2) !important;
	-ms-transform: scale(1.2) !important;
	transform: scale(1.2) !important;
}

/* general rules */

.extra-section ul.text-center,
.extra-section .text-center ul,
.extra-section.text-center ul{list-style-type: none;padding: 0;}