html { 
	padding: 0px;
	margin: 0px;
}

body{
	background: url("../img/body_bg.jpg") no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
	min-height:100%;
}

ul {
	padding-left: 0px;
}

ul li{
	list-style: none;
}

ul.square{
	margin-left: 20px;
	font-family: 'proxima_nova_rgregular', "GE_SS";
}

ul.square li{
	list-style: square;
	font-size: 16px;
}

ul.square li li{
	font-weight: normal;
	list-style: none;
}
	
ul.square li li::before{
	content: "- ";
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #e40851;
    background-color: transparent;
}

p{
	font-family: 'proxima_nova_rgregular', "GE_SS";
	font-size: 16px;
    line-height: 18px;
    text-align: justify;
}

.tab-content a , .tab-content a:hover, .tab-content a:active{
	color: #fff;
	text-decoration: none;
}



	
	
@media screen and (min-width: 992px) and (max-width: 1200px){

	.col-lg-6.col-md-6 .service{
		height: 500px;
	}
	
	.slider_wrap{
		margin-top: -245px;
		padding-bottom: 32px;
	}
	
}


@media screen and (max-width: 992px){

	.blog-text img{
		padding-top: 0px;
	}

}

@media screen and (min-width: 769px) and (max-width: 992px){

	.slider_wrap{
		margin-top: -230px;
		padding-bottom: 25px;
	}
	
	.slider_content h2{
		margin-bottom: -68px;	
	}

	.slider_content h3{
		margin: 0px;
	}
	
	.slider_content p{
		display: none;
	}
	
	.slider_wrap{
		/* max-width: 700px; */
		/* position: relative; */
		/* bottom: 390px; */
		padding: 0 50px;
		margin-top: -150px;
		padding-bottom: 30px;
	}
	
	a.more-button{
		margin-top: 20px;
	}
}

@media screen and (min-width: 650px) and (max-width: 769px){
	
	.slider_wrap{
		margin-top: -110px;
		padding-bottom: 30px;
	}
	
		#carousel-2 .item img{
		visibility: hidden;
	}
	
	.slider_content p{
		color: #fff;
		font-weight: normal;
	}
	
	.carousel-inner .equipements-carousel.item{
		background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll center center / cover;
	}
	
	.slider_content h3{
		margin: 0px;
	}
	
	
}


@media screen and (min-width: 550px) and (max-width: 649px){
	
	.slider_wrap{
		margin-top: -70px;
		padding-bottom: 30px;
	}
	
		#carousel-2 .item img{
		visibility: hidden;
	}
	
	.slider_content p{
		color: #fff;
		font-weight: normal;
	}
	
	.carousel-inner .equipements-carousel.item{
		background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll center center / cover;
	}
	
	.slider_content h3{
		margin: 0px;
	}
	
}


@media screen and (min-width: 500px) and (max-width: 549px){
	
	.slider_wrap{
		margin-top: -90px;
		padding-bottom: 30px;
	}
	
		#carousel-2 .item img{
		visibility: hidden;
	}
	
	.slider_content p{
		display: none;
	}
	
	.carousel-inner .equipements-carousel.item{
		background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll center center / cover;
	}
	
	.slider_content h3{
		margin-bottom: 20px;
	}
	
}


@media screen and (min-width: 400px) and (max-width: 499px){
	
	.carousel-inner .equipements-carousel.item{
		background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll center center / cover;
		}	
	
	#carousel-2 .item img{
		visibility: hidden;
	}
	
	.slider_wrap{
		margin-top: -58px;
		padding: 0 25px 25px 25px;
	}

	.slider_content p{
		display: none;
	}
	
	.slider_content h2{
		font-size: 40px;
		padding-left: 25px
	}

	.slider_content h3{
		margin: 0 0 10px 0;
	}
	
	a.more-button{
		*display: none;
	}
	
	#carousel-2 .item img{
		visibility: hidden;
	}
	
	.equipements-carousel h2,  .service h2, .contact h2 , .residence-index h2{
		font-size: 40px;
	}
	
	.right_header h1{
		font-size: 90px;
		margin-bottom:0px;
	}

}


@media screen and (max-width: 400px){
	
	.carousel-inner .equipements-carousel.item{
		background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll center center / cover;
		}	
	
	#carousel-2 .item img{
		visibility: hidden;
	}
	
	.slider_wrap{
		margin-top: -15px;
		padding: 0 25px 25px 25px;
	}

	.slider_content p{
		display: none;
	}
	
	.slider_content h2{
		font-size: 40px;
		padding-left: 25px
	}

	.slider_content h3{
		margin: 0 0 20px 0;
	}
	
	a.more-button{
		*display: none;
	}
	
	#carousel-2 .item img{
		visibility: hidden;
	}
	
	.equipements-carousel h2,  .service h2, .contact h2 , .residence-index h2{
		font-size: 40px;
	}
	
	.right_header h1{
		font-size: 90px;
		margin-bottom:0px;
	}
	
	.logo.text-uppercase img {
		display: none;
	}
	
	.footer_menu{
		display: none;
	}
	
	.copyright p{
		text-align: center;
	}
	
}




@media screen and (min-width: 1200px){

	.col-lg-6.col-md-6 .service{
		height: 440px;
	}

}


.carousel-inner p a{
	color: #2b2036;
	text-decoration: none;
}

div.clear{
	clear: both;
}

.slider_content h3{
	font-family: "proxima_nova_rgbold", "GE_SS_MED";
	font-size: 20px;
	line-height: 26px;
	padding-top: 15px;
}

.container {
	overflow: hidden;
}
 
@media screen and (max-width: 500px){
	
	.section-text h1, .blog-text h1, .contact_head h1{
		font-size: 50px;
	}

}
#carousel-2 .sliding_control{
	margin-right: 20px;
}

@media screen and (max-width: 320px){
	
	.logo.text-uppercase{
		display: none;
	}
	
	.header_left{
		width: auto;
	}
	
	.right_header h1{
		font-size: 40px;
		margin: 0 auto;
		text-align: center;
	}
	
	.tab_list{
		width: 100%;
	}
	
	.tab_list ul li.active{
		border-top: 2px solid #fff;
	}
	
	.tab-pane h2 {
		font-size: 30px;
		padding-top: 0px;
	}
	
	.tab_list ul li.active::before{
		display: none;
	}
	
	.header_content{
		width: 100%;
	}
	
	.right_header {
		clear: both;
		width:100%;
	}
	
	
	.slider_content h2{
		font-size: 23px;
		padding-left: 10px;
	}
	
	.slider_wrap{
		padding: 0 10px 25px 10px;
	}
	
	.service{
		padding-left: 10px;
	}
	
	
	.service h3{
		font-size: 16px;
		font-weight: bold;
	}
	
	.equipements-carousel h2,  .service h2, .contact h2 , .residence-index h2{
		font-size: 23px;
	}
	
	.residence-index h2{
		padding-left: 10px;
	}
	
	.icon{
		display: none;
	}
	
	.map_img{
		display: none;
	}
	
	.popup_content{
		overflow: inherit;
		padding: 10px;
	}
	
	.accordian h2{
		font-size: 20px;
	}
	
	.footer_menu {
		display: none;
	}
	
	.copyright{
		margin-bottom: 20px;
	}
	
	.copyright p{
		text-align: center;
	}
	
	.social{
		text-align: center;
		float: none;
	}
	
	.single_equipement > h2, .single_parc > h2, .single_musique > h2, .single_brodcast > h2{
		font-size: 20px;
	}
	
	.single_equipement, .single_parc, .single_musique{
		padding: 10px 15px;
	}
	
	.section-text h1, .blog-text h1, .contact_head h1, .content-area-1 .top_text h1{
		font-size: 30px;
		margin: 0px;
		padding: 0px;
		line-height: 30px;
	}
	
	.top_text > h2, h2.control-text, .contact_head p{
		font-size: 25px;
		margin: 0px;
		padding: 0px;
		line-height: 25px;
	}
	
	.top_text, .blog-text{
		padding: 10px;
	}
	
	ul.nav.navbar-nav.text-center.text-uppercase{
		margin: 0px;
	}
	
}

.Cabines col-md-4{
	padding-left: 0px;
}

.Cabines col-md-4 img{
	width: 100%;
	height: 100%;
}

.container.footer {
    padding-top: 7px;
}

ul.list-inline.text-uppercase{
	margin-left: 0px;
}

.popup_content p::after {
    content: ' ...';
}


div#blogHolder {
    padding: 0;
}

#blogHolder .next{
width: 200px;
overflow: auto;
display: block;
text-align: center;
height: 100px;
margin: 0 auto;
}

#blogHolder {
  margin: 0 auto;
}


.video .left a.video-button, .mp3 .left a.mp3-button, .galerie .left a.images-button, .article .left a.article-button {
   position: absolute;
   display: block;
   width: 100%;
   top: 0px;
   left: 0px;
   text-align: center;
   font-size: 80px;
   color: #e40851;
   margin-top: 25%;
   border: none !important;
}

.left a:active, .left a:hover, .left a:focus {
	border: none !important;
}

.left a:focus{

}

.modal-body {
	padding: 0px !important;
}

.no-padding{
	padding: 0 !important;
}

.img-holder{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.img-holder:hover{
	max-height: 600px;	
}

.img-holder:after{
width: 100%;
height: 100%;
position: absolute;
content: "";
top: 0px;
left: 0px;
content: "";
z-index: 9999;
display: block;
transition: all .3s ease;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.63) 99%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0.63) 99%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0.63) 99%,rgba(0,0,0,0.65) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#gallery-holder .item img{
    display: block;
    width: 100%;
    height: auto;
}

.at-icon-wrapper{
	background: #e40951 !important;
	border-bottom: 1px solid #BC1149;
}

.atss .at-share-btn, .atss a {
	width: 2pc !important;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    padding: 0 !important;
}

.atss .at-share-btn span .at-icon, .atss a span .at-icon{
    width: 1.8pc !important;
    height: 1.8pc !important;
}

.top_button ul li a, .language {
    visibility: hidden;
}

 h2, h3{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, "GE_SS_MED";
}

.ltr{
direction: ltr;
}

.text-right{
text-align: right;
}

p.watermark {
    text-align: right;
    color: #555555;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
}

p.watermark a {
    color: #555555;
    text-decoration: none;
}

p.watermark a:active, p.watermark a:hover{
    color: #e40851;
    text-decoration: none;
}