/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.transp70{
  background-color: rgba(255,255,255,0.95) !important;
}

.transp90{
  background-color: rgba(255,255,255,0.95) !important;
}

.transp60{
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.border-text{
text-shadow: 0px 0px 20px #000000 !important;
}

@font-face{
    font-family: "dirty";
	src: url("../fonts/edo.ttf"); 
}

@font-face{
	font-family: "Attt";
	src: url("../fonts/edo.ttf");	 
}

.police-spe{
    font-family: "dirty", Helvetica, Arial, sans-serif !important;
}

.police-spe2{
    font-family: "Attt", Helvetica, Arial, sans-serif !important;
}

audio{
width : 100%;
box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3);
}




@media screen and (max-width: 1425px) {
    .ico_menu {
        display: none !important;
    }
}


@font-face {
  font-family: 'icomoon';
  src:  url('../font/media-icon/icomoon.eot?z2816s');
  src:  url('../font/media-icon/icomoon.eot?z2816s#iefix') format('embedded-opentype'),
    url('../font/media-icon/icomoon.ttf?z2816s') format('truetype'),
    url('../font/media-icon/icomoon.woff?z2816s') format('woff'),
    url('../font/media-icon/icomoon.svg?z2816s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-facebook2 {
font-family: 'icomoon';
font-size : 2.5rem;
}

.icon-facebook2:before {
content: "\ea91";
}

.icon-youtube{
  font-family: 'icomoon';
  font-size : 2.5rem;
}
.icon-youtube:before {
  content: "\ea9d";
}

.icon-soundcloud {
  font-family: 'icomoon';
  font-size : 2.5rem;
}

.icon-soundcloud:before {
  content: "\eac4";
}


.m-ico {
margin-right : 10px !important;
}




