body {background-color:#6d1010;}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
  
}


h1,h2,h3,h4,p {color:#fff;}


#header {margin-bottom:20px; height:90px; background:#da2020 url(../../backgrounds/drama.png) no-repeat; background-position:top right;}

#header h1 {padding:10px 15px;}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
#filmsBox {background:url(images/video.jpg) no-repeat;}
#filesBox {background:url(images/books.jpg) no-repeat;}



#filesBox, #filmsBox {

	background-size:100%;
	background-position: center;
	transform:all 600ms ease;
	-webkit-transform:all 600ms ease;
	-moz-transform:all 600ms ease;
	cursor:pointer;}

/*#filmsBox:hover, #filesBox:hover {background-size:110%;}*/

.box {

	position:relative;
	background-color:#444;
	height: 100%;
	padding:50px 0;
	transition:300ms all ease;
	-webkit-transition:300ms all ease;
	-moz-transition: 300ms all ease;
}


.box:hover{
	background-size:110%;
}

#filesBox:hover, #filmsBox:hover {background-size:110%;}


.box:after {
	display:none;
	bottom:0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color:#da2020;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
}

.box.active:after{
	display:inline;
}


.box h1 {
  background-color: rgba(0, 0, 0, .8);
  padding: 10px 15px;
  margin-top: 15px;
  color: #FFf;
  display: inline-block;
 
}




#slide {display:none; background-color:#da2020; position:relative;  padding:50px 0;}


.close {
	position:absolute;
	width:40px;
	height:40px;
	top:10px;
	right:10px;
	cursor:pointer;
}
.close:before, .close:after {
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	top:50%;
	background:#fff;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}

.close:after {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);	
}

.content {
	background-color:#da2020;
	width:100%;

}

#files, #films {display:none;}


#files.open, #films.open {display:inline-block;}


#video {text-align:center;}
video {width:90%;}

#playlist {
  
  display: inline-block;
  float: left;
  height: 100%;
}

#playlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%
}

#playlist .item {
  
  position: relative;
  padding: 10px 15px;
  background-color: #333;
  border-bottom: 1px solid #333;
}

#playlist .item:nth-child(odd) {
  background-color: #666
}

.item a {
  text-decoration: none;
  color: #FFF;
  display:inline-block;
}

.item a.link {
  width: 100%;
  height: 100%;
  display: block
}
#playlist .item:hover {
  background-color: #EB7F00;
  cursor: pointer;
}

.item a.download {
  height:100%;
  width:40px;
  background-color: #225378;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 50px
}

.item a.download:hover {
  background-color: #257fc3;
}



#files a {
	height:100%;
	width:100%;
	display:block;
	color:#fff; font-size:18pt;
	padding:10px 15px;
	font-weight:300;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

#files a:hover {background-color:#EB7F00;}

#files ul {padding:0;}

#files ul li {
	padding-left:20px;
	list-style:none;
	width:50%;
	text-overflow:ellipsis;
	float:left;
}

.ppt:before{
	font-family:"fontAwesome";
	content:"\f1c4";
	display:inline-block;
	margin-right:1em;
}

.pdf:before{
	font-family:"fontAwesome";
	content:"\f1c1";
	display:inline-block;
	margin-right:1em;
}
.word:before{
	font-family:"fontAwesome";
	content:"\f1c2";
	display:inline-block;
	margin-right:1em;
}

	.box h1{font-size:36px;}

@media screen and (max-width:767px){
	.box h1{font-size:24px;}
	#files.content {width:100%;}
	#files ul li {width:100%;}
}


@media screen and (max-width:518px){
	.box h1{font-size:18px;}
	#files ul li{padding:0;}
	#files ul li a {font-size:18px;}

}
