/*
Developed: SA Publicidad;
Date: 11/04/2016;
Todos los derechos reservados
 */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,300italic,400italic,500,500italic,600,200italic,200,100,100italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700|Roboto+Condensed:400,300,700|Roboto+Slab:400,300,100,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);
/*
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Dancing Script', cursive;
 */

*{
	margin: 0px;
	padding:0px;
}

::-webkit-scrollbar { 
    display: none; 
}

*::-moz-selection{
   background: #ff8000;
   color: #ffffff;
}

*::selection {
   background: #ff8000;
   color: #ffffff;
}

.clear{
	clear: both;
}

#load{
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background-size: 40px; 
	background-color: #000; 
	z-index: 2000; 
	color: #fff;
}

#load .content-load{
	width: 100%;
	height: 100px;
	margin-top: -50px;
	text-align: center;
	position: absolute;
	top: 50%;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
}

#load .content-load p{
	margin: 5px 0px;
}

#load .content-load p a{
	text-decoration: none;
	color: #999999;
}


body {
   overflow-x: hidden;
   background-color: #000;
}

nav{
	font-family: 'Raleway', sans-serif;
	padding: 5px 0px;
    text-align: center;
}

nav ul {
	list-style: none;
}

nav ul li{
	display: inline-block;
}

 nav ul li a{
 	color:#FFF;
 	padding: 10px 10px;
 	display: block;
 	text-decoration: none;
 	font-weight: 300;
 	font-size: 13px;
 	border: dotted 1px transparent;
 	text-transform: uppercase;
 	-webkit-transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	border-radius: 2px;
 	
}

 nav ul li a:hover{
 	border: dotted 1px rgba(255,255,255,.6);
 }

.scrollnav {
	padding: 5px 0px;
	width: 100%;
	position: fixed;
	top:0px;
	background-color: #111;
	z-index: 2000;
	background-repeat: no-repeat;
	background-position: 5% center;
	background-size: 80px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
}

a.current{
 	border: dotted 1px rgba(255,255,255,.6);
}

 nav ul li a.current, a.current:hover {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	         
}

.seccion{
	min-height: 500px;
}

#home{
	background-image: url("../images/bg-homeee.jpg");
	background-size: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	width: 100%;
	padding:120px 0px;
	text-align: center;
	z-index: 1000;
}

#home .logo{
	width: 450px;
	margin: 140px auto 30px auto;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 40px;
}

#home .logo span{
	color: #b7ae26;
}


#home .logo  img{
	max-width: 100%;
}

#home .wellcome{
	color: #ffffff;
	text-shadow: 1px 1px 1px #111;
}

/*general-secciones*/
#menus,
#contacto{
	font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
	padding: 80px 5%;
	color: #777777;
}

#discos h1{
	color: #555555;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}


#discos h2{
	color: #555555;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

#discos{
	padding: 40px 0px 0px 0px;
	background-color: #000;
}

#discos h1{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding: 60px 0px 10px 0px;
	font-weight: 300;
}

#discos article{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 25%;
	float: left;
}

#discos article img{
	width: 100%;
	-webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

#discos article:hover img{
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	 filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

#contacto .left-box p{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #777777;
	margin-bottom: 10px;
}

#contacto .right-box p{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #777777;
	margin-bottom: 10px;
}

#contacto .left-box{
	width: 45%;
	padding: 2.5%;
	float: left;
	font-weight: 300;
}

#contacto .right-box{
	width: 45%;
	padding: 2.5%;
	float: right;
	font-weight: 300;
	
}

.right-box > .title,
.left-box > .title{
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 10px;
}

.right-box .title:after,
.left-box .title:after{
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: 3px;
	background-color: #b7ae26;
}

/*niveles*/
.niveles{
	margin-top: 100px;
}

.niveles > .box{
	font-family: 'Oswald', sans-serif;
	color: #777;
	position: relative;
	line-height: 10px;
	margin-top: 20px;
	overflow-y: hidden;
	padding-top: 5px;
}

.niveles > .box > i{
	font-style: normal;
	margin-bottom: 0px;
	position: absolute;
	right: 0px;
	top: 20px;
	font-size: 12px;
}

.niveles > .box > p{
	display: inline-table;
	overflow: hidden;
	width:90%;
	height: 8px;
	border: solid 1px #ccc;
	position: relative;
	margin-right: 5px;
	font-size: 14px;
}

.niveles > .box > p > span{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #b7ae26;
}


#soundcloud{
	padding: 40px 5%;
}

#vimeo{
	padding: 100px 5%;
}


#soundcloud > h1,
#vimeo > h1{
	font-size: 30px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	padding: 20px 0px;
	color: #fff;
}

#soundcloud > .left-box,
#vimeo > .left-box{
	width: 50%;
	float: left;
}

#soundcloud .right-box,
#vimeo .right-box{
	float: right;
	width: 30%;
	text-align: right;
	margin-top:60px;
}

#soundcloud .right-box p,
#vimeo .right-box p{
	font-size: 30px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	padding: 5px 0px;
	color: #fff;	
}

/*contacto*/

#contacto{
	background-position: center top;
	background-color: #000;
}

#contacto h1{
	color: #fff;	
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

#contacto h2{
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}


.contact-form{
 	text-align: center;
 	margin-top: 30px;

}

.contact-form form > p{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 10px;
	position: relative;
	font-weight: 300;
}

input[type="text"],
textarea{
	width: 60%;
	margin: auto;
	padding: 10px 10px;
	border: solid 1px rgba(255,255,255,.5);
	background-color: transparent;
	border-radius: 3px;
	color: #fff;
	outline: none;
	font-family: 'Roboto', sans-serif;
	resize: vertical;
}

input[type="text"]:focus,
textarea:focus{
	border: solid 1px #b7ae26;
	box-shadow: 0px 0px 7px #b7ae26;
	transition: all 500ms ease;
}

input[type="button"]{
	background-color: #333333;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	padding: 15px 80px;
	outline: none;
}

input[type="button"]:focus{
	background-color: #b7ae26;
}

.required{
	position: absolute;
	font-size: 10px;
	color: red;
}

#c_information{
	width: 60%;
	color: #070;
	background-color: rgba(0,119,0,.6);
	border: 1px solid #070;
	padding: 10px;
	font-size: 16px;
	font-weight: 300;
	margin: 20px auto 0px auto;
	border-radius: 3px;
}

.hide{
	display: none;
	text-align: center;
}

/*footer*/
.banner-bottom{
	padding: 30px;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
}

.banner-bottom a{
	color: #fff;
	text-decoration: none;
}

.banner-bottom a:hover{
	text-decoration: underline;
}

.banner-bottom span{
	display: block;
	font-size: 60px;
	font-weight: bold;
}

.banner{
	background-image: url(../images/bg-banner.png);
	background-size: cover;
	background-position: center 200px;
	padding: 50px 5%;
	font-family: 'Oswald', sans-serif;
	background-repeat: no-repeat;
	font-size: 23px;
	color: #fff;
	box-shadow: inset 0em 20em rgba(0,0,0,.5);
	font-weight: 300;
}

.banner span{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70px;
	line-height: 70px;
}

.banner a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.banner a:hover{
	text-decoration: underline;
}

footer{
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	font-weight: 300;
	background-color: #222222;
}

footer a{
	color: #ffffff;
	text-decoration: none;
	display: inline-table;
	transition: all 500ms ease;
}

footer a:hover{
	-webkit-animation: agitar .8s infinite;
}
@-webkit-keyframes agitar{
	0%  { -webkit-transform:rotateZ(-5deg); }
	50% { -webkit-transform:rotateZ( 0deg) scale(.8); }
	100%{ -webkit-transform:rotateZ( 5deg); }
}