/* TEATROS */

/* header */

#header.header-teatros{}
#header.header-teatros .logo{
    padding-left: 100px;
    background-size: 100px;
}
#header.header-teatros .logo *{
	font-size: 0px;
}

/* home */

.teatros-home-section{}
.teatros-home-section .logo{
    width: 200px;
    height: 100px;
    background-size: 100%;
    background-color: red;
    margin-bottom: 20px;
    display: inline-block;
}

.teatros-home-section .club-title-content {
    background-position: center top;
    background-size: 240px;
    padding: 200px 0 0;
    min-width: 240px;
    text-align: center;
}
.teatros-home-section .title{
    color: #ffffff;
}
.teatros-home-section .subtitle{color: #ffffff !important;}

.teatros-home-section .home-links{}
.teatros-home-section .home-links > div{
    width: 100%;
}
.teatros-home-section .home-links > div > a{}


.teatros-home-section .home-links > div > a .thumb-container:before{
	opacity: 1;
}

.teatros-home-section .home-links > div:hover > a .thumb-container:before{
	opacity: .8;
}


/* RESPONSIVE */


@media (min-width:768px){
	
	/* header */

	#header.header-teatros{}
	#header.header-teatros .logo{}
	#header.header-teatros .logo *{font-size: 20px;line-height: 1;}

	/* home */
	
	.teatros-home-section{}
	.teatros-home-section .logo{}
	
	
	.teatros-home-section .club-title-content{}
	.teatros-home-section .title{}
	.teatros-home-section .subtitle{}
	
	
.teatros-home-section .home-links{}
.teatros-home-section .home-links > div{}
.teatros-home-section .home-links > div > a{}
