/*Riquadro di testo*/
.modular-structure .text {
    display: table;
    height: 800px;
    text-align: center;
}

.modular-structure .text .text-content {
    display: table-cell;
    vertical-align: middle;
}

.modular-structure .text .title {
    display: block;
    font-family: Engagement;
    font-size: 70px;
}

.modular-structure .text.black {
    background-color: #2D3035;
	color: #FFF;
}

.modular-structure .text.white {
    background-color: #FFF;
    color: #333;
}

.modular-structure .text.brown {
    background-color: #c0996b;
	color: #FFF;
}

.modular-structure .text a.more {
    background-color: #c0996b;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.modular-structure .text.brown a.more {
    background-color: #2D3035;
}

.modular-structure .text a.more:hover {
    background-color: #FFF;
}

.modular-structure .text.black a.more:hover {
    color: #2D3035;
}

.modular-structure .text.brown a.more:hover {
    color: #c0996b;
}

@media(max-width:991px){
	.modular-structure .text .title {
		font-size: 60px;
	}
}

@media(max-width:767px){
	.modular-structure .text {
		height: auto;
		padding: 15px;
		width: 100%;
	}
	.modular-structure .text .title {
		font-size: 50px;
	}
	.modular-structure .text a.more {
		margin-top: 0px;
		padding: 10px 20px;
	}
}

/*Riquadro solo testo*/
.modular-structure .text.col-sm-12 {
   display: table;
	height: auto;
   padding: 80px;
   /*text-align: center;*/
} 

.modular-structure .text.col-sm-12 p {
    margin: 0 auto;
    max-width: 1000px;
    /*text-align: center;*/
}

/*Riquadro immagine*/
.modular-structure .image {
    background-position: 50% 50%;
    background-size: cover;
    height: 800px;
}

@media(max-width:767px){
	.modular-structure .image {
		height: 300px;
	}
}

/*Slider*/
.modular-structure .slider-container {
    float: left;
    height: 800px;
}

@media(max-width:767px){
	.modular-structure .slider-container {
		height: 300px;
	}	
}

.modular-structure .slider-container .slides-navigation {
    margin-top: -40px;
}

.modular-structure .slider-container .slides-navigation a {
    background-color: rgba(45, 48, 53, 0.8);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
}

.modular-structure .slider-container .slides-navigation a:hover {
    color: rgba(255, 255, 255, 0.8);
}


/*Video*/
.modular-structure .video-row {
    height: 800px;
    overflow: hidden;
}

.modular-structure .video-row .embed-responsive {
    height: 800px;
}

.modular-structure .video-row .embed-responsive .embed-responsive-item, 
.modular-structure .video-row .embed-responsive iframe, 
.modular-structure .video-row .embed-responsive embed, 
.modular-structure .video-row .embed-responsive object, 
.modular-structure .video-row .embed-responsive video {
    max-height: 800px;
}


