/** MUSIC 
	home-theme-education.html 
 ********************************************* **/
@import url(http://fonts.googleapis.com/css?family=Roboto);
.font-roboto {
	font-family: "Roboto" !important;
}

.rooms .title {
    
  width:100%;
  background: #F60;  
  padding:5px;
  font-size:14px;
  color:white;
  border-bottom:5px solid white;
}

.rooms img {
    
    width: 100%;
}
.rooms table td {
   text-align:center;
   width:100%;
   background: #CAB32F;
   padding:5px;
   color:white;
  
}


.rooms table td:first-child {
    padding:10px;
    width:50px;
    border-right:5px white solid;
}



.rooms table tr {
   border-top:5px solid white; 
}
.rooms table img {
    width:50px;
}

.rooms .btn {
    width:100%;
}

.bg-theme-color {
    background: #F60;  
}
.rooms ul li {
    list-style: none;
     list-style-image:url(../images/bg-li.png);
    margin-left: 20px; padding-left: 0px;
  }
/* footer 
#footer {
	background: #24293a;
	background: -moz-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #2e3648));
	background: -webkit-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
	background: -o-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
	background: -ms-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
	background: linear-gradient(to bottom, #1a1d2b 0%,#2e3648 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2b', endColorstr='#2e3648',GradientType=0 );
}*/