/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Yanone+Kaffeesatz');
body{
	font-family: 'Roboto Condensed', sans-serif;
	color:#333;
}
.header{
	margin-top: 75px;
	clear: both;
	padding-bottom: 20px;
}
.menu {
	font-family: 'Yanone Kaffeesatz', sans-serif;
    margin: 0 auto; 
    font-size: 18px;
	
}
.navbar-light .navbar-nav .active>.nav-link {
	color: #666;
}
.navbar-light .navbar-nav .active>.nav-link:hover{
	color: #333;
}
.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1.5rem;
}
.row.footer {
	font-size: 12px;
	color: #999;
	margin-top: 50px;
}
.gal .col img{
	margin-bottom:20px;
}
.gal .col img:hover {
    opacity: 0.5;
}
/* MODAL */ 

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
    								   max-height: 700px;
    width: 1180px;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
} 
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
   /* background-color: #fff;
   border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    */
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.all-black{
	background-color: #000;
	text-align: center;
	/* [disabled]overflow: hidden; */
}
