@import url(./swiper-bundle.css);

.fullwidthabanner {
height: 900px !important;
}

.revslider-full {
max-height: 800px !important;
}

ul.staff{
	font-style: italic;
	list-style-type: none;
}
.bottom-panels .panel-body{
	background-color: #eee;
}
.bottom-panels{
	padding: 50px 0;
}
.bottom-panels .col-md-3{
	padding: 10px;
}

.col4{
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
}

.round15{
	border-radius: 15px !important;
}
.pad15{
	padding:25px;
}

/* GRILLE CSS */

.tdmtl{
	background: #b7bbc0 !important;
}

.mtl{
	color:#fff !important;
}
.home{
font-weight:bold;
background: url(../img/hexagon.png) repeat rgba(114, 31, 30, 0.9) !important;
}

.home a{
	color:#fff !important;
}
.home a:hover{
	color:#953223 !important;
}

.rate_widget {

}

.ratings_stars {
	background: url('../img/star_empty.png') no-repeat;
	float:      left;
	height:     28px;
	padding:    2px;
	width:      32px;
}
.ratings_vote {
	background: url('../img/star_full.png') no-repeat;
}
.ratings_over {
	background: url('../img/star_highlight.png') no-repeat;
}
#home-slider .swiper-slide .slide-cont{
	display: table;
	height: 600px;
	width:100%;
	background: rgba(0,0,0,0.4);
}
#home-slider .swiper-slide .container{
	padding:0 !important;
}
#home-slider .swiper-slide .slide-cont .slide-child{
	display:table-cell;
	vertical-align:middle;
	height: 100%;
}
#home-slider .swiper-slide .slide-cont .slide-child .slide-content{
	display:block;
	margin-right: auto;
	margin-left: 20px;
}
#home-slider .swiper-slide .slide-cont .slide-child .slide-content .text{
	color: #fff;
	font-weight:bold;
}