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

 @font-face {
     font-family: 'BebasNeueRegular';
     src: url('/public/assets/fonts/BebasNeue-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 }

.no-padding {
	padding:0;
}
.noradius {
   border-radius: 0 !important;
}
#topMain.nav-pills>li>a {
	text-transform: uppercase;
	font-size: 12px;
}
.app-green {
    background-color: #5CB85C !important;
    /*min-height: 175px;*/
	}
	.app-green-light {
		background-color: rgb(160, 206, 78);
	}

	.app-3{
		background-color: #535B6E !important;
		/*min-height: 175px;*/
	}
	.app-5 {
	    background-color: #0095D2 !important;
	    /*min-height: 175px;*/
	}

	.box-icon.box-icon-large .box-icon-title>i {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	    font-size: 50px;
	}

	/********************* weather ************************/
@font-face {
    font-family: 'weather';
    src: url('/public/assets/fonts/artill_clean_icons-webfont.eot');
    src: url('/public/assets/fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/assets/fonts/artill_clean_icons-webfont.woff') format('woff'),
         url('/public/assets/fonts/artill_clean_icons-webfont.ttf') format('truetype'),
         url('/public/assets/fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Francois+One');
/*@font-face {
		font-family: 'BebasNeueRegular';
		src: url('/public/assets/fonts/BebasNeue-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
}
*/

#weather {
  width: 100%;
  /*width: 500px;*/
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
}

#weather i {
  color: #fff;
  font-family: weather !important;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
/*font-family: 'Francois One', sans-serif;*/
font-family: 'BebasNeueRegular';
line-height: 0.5;
}

#weather h5 {
  /*margin: 0 0 0 -50px;*/
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
/*font-family: 'Francois One', sans-serif;*/
font-family: 'BebasNeueRegular';
background-color: rgba(0,0,0,.8);
border-radius: 5px;
}


#weather ul {
  margin: 0px 0 0 0;
  padding: 0;
}

#weather li {
  /*background: #000;*/
  /*background: rgba(255,255,255,0.90);*/
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

#weather .currently {
  margin: 0 20px;
}
.weather>div.heading-title h5 {
	background-color: rgba(0,0,0,.8);
}
/********************* weather ************************/

/********************* Footer ************************/
#footer  {
	/*background: rgb(160, 206, 78);*/
	background: #535B6E !important;
	color: #fff;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #fff;
}
#footer a {
	color: #fff;
}
/********************* Footer ************************/
.shadow-before-4:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-image: url(../images/_smarty/misc/shadow3.png);
    background-size: 100% 100%;
}
.ratas{
	/*height: 13px !important;*/
	/*font-size: 12px;*/
	color: #151515;
	display: block;
	text-decoration: none;
	/*height: 13px !important;*/
	padding: 0px;
	text-transform: uppercase;
	bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;
    color: #414141;
    margin: 0 0 30px 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/*################################################# table*/
@media only screen and (max-width: 992px) {
	/*.nav-tabs>li>a*/
	.tabungantab li {
		font-size: 10px;

	}
	.tabungantab>li>a {
		font-family: 'Open Sans',Arial,Helvetica,sans-serif;
		-webkit-font-smoothing: antialiased;
		    padding: 10px 10px;
	}
	/*.table thead th,.table>thead>tr>th {
		font-size: 9px;
	}*/
}
