/* @override 
	http://pointlist.pt/application/themes/balas/css/main.css */
html, body{
	font-family: Times New Roman, serif;
	margin: 0;
	padding: 0;

}

.balas{
	color:yellow;
	font-size: 3em;
}

.balas img{
	max-width: 100%;
	height: auto;
}

.ccm-image-block{
	
}

.balas header{

}

.balas header img{
	/*transform:rotate(25deg);*/
	/*position: absolute;*/
	width: 100%;
	z-index:-1;
}

.balas header a{
	display: block;
}

.balas main .body{
	padding: 20px;
}

@keyframes spin {
	from { 
        transform: rotate(0deg); 
    } to { 
        transform: rotate(360deg); 
    }
}

.artists-list img{
	animation: spin 2s ease-in-out 0s infinite alternate;
}

.balas .album a{
	word-break: break-all;
}

.balas footer{
	margin-top: 250px;
}

.modas{
	background: url(../images/logo_pl_yellow.png) center center no-repeat scroll, url(../images/modas.jpeg) center top no-repeat scroll;
	background-size: 60%, cover;
	height: 100vh;
	width: 100%;
}

.no-touch .modas{
	background: url(../images/logo_pl_yellow.png) center center no-repeat fixed, url(../images/modas.jpeg) center top / cover no-repeat fixed;
	height: 100vh;
	width: 100%;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */


@media screen and (max-width: 767px) {
	
	.artists-list h2{
		font-size: 1em;
	}
	
	.album{
		font-size: .7em;
		margin-bottom: 50px;
	}
	
	.album img{
		display: block;
	}
	
	.balas footer{
		font-size: .5em;
		margin-top: 50px;
	}
	
	.no-touch .modas{
		background: url(../images/logo_pl.png) center center no-repeat scroll, url(../images/modas.jpeg) center top no-repeat scroll;
		background-size: 75%, cover;
		height: 100vh;
		width: 100%;
	}
}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}