.siteFooter {
	background-image: url(images/footer-background.jpg);
  background-position: top center;
  background-size: cover;
  color: #9B9B9B;
}

.siteFooter-subtitle {
	font-size: 12px;	
  font-weight: 300;	
  line-height: 14px;	
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0;
  border-bottom: 1px solid #9B9B9B;
  position: relative;  
}

.siteFooter-subtitle:after {
  content: '';
	display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 24px;
  background: #9B9B9B;
}

.siteFooter-title {
	font-size: 12px;	
  font-weight: bold;	
  line-height: 14px;
  text-transform: uppercase;  
  margin: 10px 0 15px 0;
}  

.siteFooter-menu {
	margin: 0;
  padding: 0;
  list-style: none;
}


.siteFooter-menu a{
	color: #9B9B9B;
}

.siteFooter-menu a:hover{
	color: #ee2d3c;
  text-decoration: none;
}



.siteFooter-menu li {
	margin: 6px 0;
}

.siteFooter-block2 {
	background: rgba(0,0,0,0.2);
  padding: 40px 0;
  margin: 40px 0 0 0;
  box-shadow: 0 20px 20px 0 inset rgba(0,0,0,0.5);
}

/*
.siteFooter-block2 .row {
  padding: 0 5%;
}
*/

.siteFooter-block3 {
	background: rgba(0,0,0,0.45);
  padding: 40px 0 0 0;
  box-shadow: 0 20px 20px 0 inset rgba(0,0,0,0.5);  
}

.siteFooter-logo {
	width: 106px;
  height: auto;
  float: left;
  opacity: 0.5;
}

.siteFooter-socials {
	list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}

.siteFooter-socials li{
	display: inlline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 4px;
  background: #46484A;
  float: left;
}

.siteFooter-socials-item:hover {
	opacity: 0.6;
}

.siteFooter-copyright {
	text-align: center;
  padding: 30px 0;
	font-size: 10px;	
  font-weight: 300;	
  line-height: 12px;
}

.siteFooter-copyright a{
	text-decoration: none;
	color: #9B9B9B;
}


/*================================================== Tablet / Mobile =========================================================*/
@media (max-width: 839px) {

  .siteFooter-sitemap {

  }
	
	.siteFooter-subtitle {
  		display: none;		
	}	
	
	.siteFooter-menu.in__al, .siteFooter-menu.in__rhapsode, .siteFooter-menu.in__stories {
  		display: none;			
	}
	
	.siteFooter-menu.in__about {
		padding: 0 30px;
	}
	
	.siteFooter-title.is__19 {
		padding: 0 30px;
	}
  
  .siteFooter-block2 {
  		display: none;		  
  	margin-top: 0;
    text-align: center;
    padding: 10px 0 40px 0;
  }
  
	.siteFooter-title.is__1, .siteFooter-title.is__5, .siteFooter-title.is__16 {
		display: none;
	}
	
  .siteFooter-title {
  	margin-top: 50px;
  }
  
  .row.is__socials {
  	display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  
  .siteFooter-block3 {
    padding: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    
  }  

  .row.is__socials .col-sm-6:last-child {
  	padding: 30px 0;
    background: rgba(0,0,0,0.15);
    box-shadow: 0 10px 10px 0 inset rgba(0,0,0,0.5);
  } 
  
  .row.is__socials .col-sm-6:first-child {
  	padding: 20px 0;
    background: rgba(0,0,0,0.45);
    box-shadow: 0 10px 10px 0 inset rgba(0,0,0,0.5);
  }  
  
  .siteFooter-logo {
  	float: none;
    margin: 10px auto;
  }
  
  .siteFooter-socials {
  	float: none;
    text-align: center;    
  }
  
  .siteFooter-socials li {
  	display: inline-block;
    float: none;
  }

  .siteFooter-block3 .col-sm-12 {
  background: rgba(0,0,0,0.9);
  }

}

/*====================================================== Mobile ===========================================================*/
@media (max-width: 419px) {


}






