.main_logo {
    position: relative;
    width: auto;
    height: 100%;
}

.fondo_web{
	background-image:url(../img/main_background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center -85px;
	background-color:#000000;
}

.redes_sociales{
	float: right;
}

#concert,
#film,
#shop{
    position: relative;
    width: auto;
    height: 100%;

}




@media (max-width: 990px) {
	.img_menu{width:42%}
	.img_menu2{width:90%}
	.bottom{bottom:25% !important;}
	.redes_sociales{padding-top:15px;padding-right:10px;}
	.fondo_web{background-image:url(../img/main_background_2.jpg);}
}	

@media (max-width: 1000px) {

    .bottom{
	left:0%;
	bottom:30%;
	position:absolute;
	width: 100%;
    }
    .center{}
    .center-inner{
	left:28%;
	top:15%;
	position:absolute;
	width:50%;
	height:50%;
	text-align:center;
	max-width:60%;
	max-height:60%;
	}

    .bottom .center-inner{
	position:absolute;
    	height: 120px;
    	left: 0px;
    	max-width: 100%;
    	min-width: 100%;
    	text-align: center;
    	width: 90%;
	}

     .column-left{ 
    	display: inline-block; 
    	width: 100%;
    	text-align: center; 
    	padding-bottom:100px;
     }
     .column-right{ 
    	display: inline-block; 
    	width: 100%;
    	text-align: center; 
     }
     .column-center{ 
    	display: inline-block; 
    	width: 100%;
    	text-align: center; 
     }

	/***** SOCIAL ICONS ******/
    .social-icons {
    	line-height: 100%;
		float: right;
    }

    .social-icons .icon {
    	border: 2px solid #cccccc;
    	border-radius: 99px;
    	color: #cccccc;
    	display: inline-block;
    	font-size: 45px;
    	height: 90px;
    	line-height: 80px;
    	margin: 0 10px 10px 0;
    	padding: 0;
    	position: relative;
    	text-align: center;
    	width: 90px;
    	text-decoration: none;
    }

    .icon-facebook,
    .icon-twitter,
    .icon-envelop,
    .icon-linkedin,
    .icon-youtube{
	float: left;
    	margin-left: 25px;
    	margin-top: 20px;
    }
}

@media (min-width: 1000px) {

    .bottom{
		bottom:4%;
		position:absolute;
		width: 98%;
    }
    .center{
		left:50%;
		top:25%;
		position:absolute;
	}
    .center-inner{
		width:500px;
		height:100%;
		margin-left:-250px;
		height:400px;
		text-align:center;
		max-width:500px;
		max-height:500px;
	}

    .bottom .center-inner{
    	height: 44px;
    	margin-left: 0px;
    	max-width: 100%;
    	min-width: 100%;
    	text-align: center;
    	width: 100%;
    }

     .column-left{ 
    	display: inline-block; 
    	width: 20%;
    	text-align: center; 
     }
     .column-right
     { 
    	display: inline-block; 
    	width: 35%;
    	text-align: center; 
     }
     .column-center{ 
    	display: inline-block; 
    	width: 20%;
    	text-align: center; 
     }

	/***** SOCIAL ICONS ******/
	.social-icons {
			line-height: 100%;
		float: right;
	}

	.social-icons .icon {
		border: 2px solid #cccccc;
		border-radius: 99px;
		color: #cccccc;
		display: inline-block;
		font-size: 20px;
		height: 45px;
		line-height: 40px;
		margin: 0 5px 5px 0;
		padding: 0;
		position: relative;
		text-align: center;
		width: 45px;
		text-decoration: none;
	}

	.icon-facebook,
	.icon-twitter,
	.icon-envelop,
	.icon-linkedin,
	.icon-youtube{
		float: left;
			margin-left: 14px;
			margin-top: 12px;
	}

}

.social-icons .icon.icon_googleplus:hover, 
.social-icons .icon.icon_pintrest:hover, 
.social-icons .icon.icon_email:hover, 
.social-icons .icon.icon_twitter:hover, 
.social-icons .icon.icon_facebook:hover,
.social-icons .icon.icon_youtube:hover,
.social-icons .icon.icon_linkedin:hover {
    border-color: rgba(255, 255, 255, 0.7) !important;
}

.social-icons .icon.icon_facebook {
    background-color: #3a589d !important;
    border-color: #3a589d !important;
}

.social-icons .icon.icon_twitter {
    background-color: #2478ba !important;
    border-color: #2478ba !important;
}

.social-icons .icon.icon_email {
    background-color: gray !important;
    border-color: gray !important;
}

.social-icons .icon.icon_linkedin {
    background-color: #0072b7 !important;
    border-color: #0072b7 !important;
}
.social-icons .icon.icon_youtube {
    background-color: #c33223 !important;
    border-color: #c33223 !important;
}

<style>
.Rotate-90
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
 
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 90%; !important
  
 
}
</style>

