/* @override http://sweetdreamsapps.com/clients/newcastro/style.css */

@import url(http://fonts.googleapis.com/css?family=PT+Serif|PT+Sans+Narrow:700|PT+Sans);



@font-face {
font-family: "Cb";
src: url('fonts/CopperplateTBolCon.ttf');
}

@font-face {
font-family: "Ab";
src: url('fonts/Monalisasolid.ttf');
}

@font-face {
font-family: "Gs";
src: url('fonts/GillSans.ttc');
}

#maplink{
	width: 300px;
	height: 300px;
	position: absolute;
	background-color: rgba(254,255,255,0.01);
	-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px;
	bottom: 0;
	right: 22%;
}

#maplink:hover{
	background-color: rgba(255,255,255,0.23);
}

.iframe{
	position: fixed;
	width: 50%;
	height: 100%;
	right: 0;
	background-color: #feffff;
	border-style: hidden;
	z-index: 10010;
	-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.8);
-moz-box-shadow:    0px 0px 11px rgba(50, 50, 50, 0.8);
box-shadow:         0px 0px 11px rgba(50, 50, 50, 0.8);
	top: 0px;
	
	padding: 0;
	overflow-x: hidden; 
	overflow-y: scroll;
	
	margin: 0;
	
}

#iframe{
	overflow-x: hidden; 
	overflow-y: scroll;
}

#imgFollow{
	z-index: 10001;
	position: relative;
}

img#photos{
	float: left;
	position: absolute;
	margin-bottom: 0;
	padding-bottom: 0;
	margin: 0;
	top: 20px;
	background-color: rgba(254,255,254,0);
	left: 280px;
	width: 24px;
	height: 24px;
}


#play{
	background: url(img/play.png) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 240px;
	float: left;
	top: 35px;
}

#close #button{
	background-color: #feffff;
	
	width: 350px;
	z-index: 150;
	position: absolute;
	right: 0;
	font-weight: bold;
}

#cuervomenu{
	position: absolute;
	left: 140px;
	top: -10px;
}

#cuervodown{
	position: absolute;
	left: 60px;
	bottom: 50px;
}

#estudioblock{
	background-color: rgba(254,255,255,0.01);
	position: absolute;
	z-index: 24;
	width: 100%;
	height: 100%;
}

#estudioblock2{
	background-color: rgba(254,255,255,0.01);
	position: absolute;
	width: 100%;
	height: 2500px;
	z-index: 22;
}


/* RESET */
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;

}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;

}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}



 #container{  
    position: fixed;   
    top: 0;   
    left: 0;  
    z-index: -1;
	height: 100%;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

video#video {
	position: absolute;
	bottom: 0;
	top: 0;
}  
            
#home{
	background-color: #000;
}
            


/* Clearfix */
.cf:before,
.cf:after { content:"";display:table; }
.cf:after { clear:both; }
.cf { zoom:1;}

/* Base Style */
body {
    font:14px/1.6  'Gs', sans-serif;
    font-weight: 400;
    color:#222;
    -webkit-font-smoothing: antialiased;

	
}

a:hover{
	
}

h1,h3{
	font: bold 20px 'Cb', sans-serif;
	margin-bottom: 10px;
}

h2{
	font: bold 35px Ab, sans-serif;
	margin-bottom: 10px;
}
h4,h5,h6{
	font-family: Ab;
}
h4{ font-size: 28px;
	margin: 1em 0 3px;
}

#h4left{
	text-align: left;
	
}

#h4left2{
	text-align: left;
	font: 20px Cb;
}


#divframe{
	z-index: 100;
	position: fixed;
	left: 50%;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
}

#mainframe{
	z-index: 100;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

p{min-height:1px;}
strong{font-weight:bold;}
hr{background: #333;border: 0;height: 2px;margin: 3px auto 5px;width: 60px;}

a{color:#1074ce;text-decoration:none;}

a:hover{color:#0a487f;}

a.vimeo {
	width: 10px;
	float: left;
}




article{
    text-align:center;
    width: 60%;
    margin: 35px auto 45px;
	background-color: rgba(254,255,255,0.95);
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
			-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.8);
-moz-box-shadow:    0px 0px 11px rgba(50, 50, 50, 0.8);
box-shadow:         0px 0px 11px rgba(50, 50, 50, 0.8);
}

    article h4:first-child{ margin:0; }
    article p{ text-align:justify; }

.button{
    display:inline-block;
    border-radius: 3px;
    padding: 6px 8px;
    background:#000;
    color:#FFF;
    margin:2em 0;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
    .button:hover{
        color:#FFF;
        background-color:#444;
    }
    .button+.button{margin-left:1em;}

.align-center{text-align: center;}



/* Sliding panels */
.curtains>li {
    overflow: hidden;
    box-shadow:0 0 12px #666;
}
    .curtains>li:last-child{box-shadow:none;
	 overflow: hidden;
}

/* MENU */



#menu{
    position:fixed;
    z-index:20;
	width: 140px;
	top: 15px;
	background-color: rgba(0,0,0,0.8);
	padding: 20px;
	border-color: rgba(94,94,94,0.82);
	border-width: 3px;
			-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.8);
-moz-box-shadow:    0px 0px 11px rgba(50, 50, 50, 0.8);
box-shadow:         0px 0px 11px rgba(50, 50, 50, 0.8);
	right: 25px;
	
}

#menu ul {

}
    #menu li{margin:0;
	padding-bottom: 5px;
		
}
    #menu a{
        margin:0;
        color:#FFF;
       
}

#menu a:hover{
        margin:0;
        color:#FFF;
	text-decoration: underline;
}


  #home header{
        color:#FFF;
        position:absolute;
        top:5%;
        left:50%;
        margin:0 0 0 -450px;
        width:900px;
        text-align:center;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

    #home h1{
        font-size: 80px;
    }
    
    #home h1 a{
	color: #6e7fb5;
	font: normal normal 1em cb;
	text-decoration: none;
}

    #home h2{
       
         opacity:.75;
        font-size: 25px;
	position: absolute;
	color: #d5d5d5;
	color: rgba(254,255,255,0.8);
}



    h2#skiptintro{
       
        opacity:.75;
        font-size: 25px;
	position: absolute;
	bottom: 20px;
	color: rgba(254,255,255,0.75);
	right: 30px;
}

a:hover h2#skiptintro{
	 opacity:1;
}

 h2#saltarvideo{
       
        opacity:.75;
        font-size: 25px;
	position: absolute;
	bottom: 60px;
	color: #d5d5d5;
	color: rgba(254,255,255,0.8);
	right: 30px;
}

a:hover h2#saltarvideo{
	 opacity:1;
}


#home h2#cl{
	position: absolute;
	bottom: 55px;
}    



#button{
	background-color: #feffff;
	margin-bottom: 10px;
	margin-top: 19px;
	text-align: left;
	position: relative;
	text-decoration: none;
	color: #424242;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
		-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.8);
-moz-box-shadow:    0px 0px 11px rgba(50, 50, 50, 0.8);
box-shadow:         0px 0px 11px rgba(50, 50, 50, 0.8);
	font: normal 1em 'Cb', sans-serif;
	width: 350px;
	right: 80px;
}


#button:hover {
	background-color: rgba(254,255,255,0.75);
	color: #000;
}

#buttons{
	position: absolute;
	right: 25px;
	bottom: 200px;
	width: 300px;
}

#closecoleccion #button {
	position: absolute;
	top: 25px;
	z-index: 49;
}



#movercoleccionupbutt img {
	position: relative;
	bottom: 120px;
	right: 36px;
	z-index: 20;
}

#movercoleccion {
	position: fixed;
	top: 200px;
	left: 15px;
	z-index: 20;
}


/* Section 1 */

#about{
    background: url(img/main/about5.jpg) no-repeat 50% 0;
    background-size:cover;
	position: absolute;
	bottom: 0;
	top: 0;
}

    #about header{
        color:#FFF;
        position:absolute;
        top:20%;
        left:50%;
        margin:0 0 0 -450px;
        width:900px;
        text-align:center;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        line-height:1.1;
    }

    #about h1{
        font-size: 130px;
    }

    #about h2{
        text-transform:capitalize;
        opacity:.75;
        font-size: 38px;
    }

/* Section 2 */
#castroworld{
	background: url(img/main/castroworld.jpg) no-repeat 50% 0;
    background-size:cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* Section 2 */
#jcestudio{
	background: url(img/main/J.C.-Estudio.jpg) no-repeat 50% 0;
    background-size:cover;
	position: absolute;
	top: 0;
	bottom: 0;
	
}

#description {
	position: relative;
	vertical-align: top;
	bottom: 24px;
	float: right;
	left: 10px;
	width: 570px;
	clear: left;
	margin-bottom: 20px;
}

a.vimeo {
}


#jcestudio article{
	width: 52%;
}

#estudio {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#estudiologo {
	border-color: #d5d5d5;
	border-width: 37px;
}

#estudiologo img{
	padding: 12px;
}

.selected{
	background-color: rgba(196,196,196,0.4);
	padding: 12px;
}

#estudiologo img:hover {
	background-color: rgba(196,196,196,0.27);
	opacity: 1;
}



.estudiobox{
	padding: 20px;
}


/* Section 3 */
#coleccion{
    background:#FFF url(imgs/bg.jpg);
}

#divider{
	width: 950px;
	height: 10px;
	opacity: 0.51;
	position: relative;
	left: 50px;
	clear: left;
	padding-top: 40px;
	background: url(img/divider.png) no-repeat 0 bottom;
	visibility: hidden;
}
    #coleccion .photos{
        width:320px;
	padding: 80px 0 100px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	right: 480px;
}
        #coleccion .photos > :last-child{margin-bottom:0}

        #coleccion.fixed{
            position: fixed;
            top: 150px;
            left: 150px;
            width: 200px;
        }

        #coleccion .photos-inner{
            
            width: 1024px;
        }
        
        .step{
		width:1000px;
	clear: left;
	margin-bottom: 20px;
}

        #coleccion  .photos-inner ul.step-list li.step img  {
            display:block;
            max-width:400px; 
            border-radius: 1px; 
            padding: 14px; 
           
	margin: 0 0 20px;
}

#coleccion section.photos div.photos-inner ul.step-list li.step a.vimeo img {
	background-color: #feffff;
	 box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.1);
}


        

/* enviroment */
#enviroment{
	background:url(img/5.jpg) 50% 0 no-repeat;
    background-size:cover;
}

#recycleboards{
	width: 551px;
	height: 154px;
	background: url(img/recycledboardsmini.png) no-repeat 100% 0;
	right: 50px;
	position: relative;
}

/* colaboraciones */
#colaboraciones{
	background: url(img/main/sales4.jpg) no-repeat 50% 0;
    background-size:cover;
}


/* prensa */
#prensa{
	background: url(img/main/about1.jpg) no-repeat 50% 0;
    background-size:cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}




/* sales */
#sales{
	background: url(img/main/sales1.jpg) no-repeat 50% 0;
    background-size:cover;
}


/* contact */
#contact{
	background: url(img/main/mapa2.jpg) no-repeat 50% 0;
    background-size:cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}




#contact article{
	width: 450px;
	position: relative;
	float: left;
	left: 25px;
	margin-top: 15px;
	margin-left: 15px;
}



#form{
	width: 560px;
	text-align: left;
	position: relative;
	
}

.email{
		font: 16px/25px Georgia, "Times New Roman", Times, serif;
	color: #929292;
	position: relative;
}

#name{
	font-size: 16px;
	margin: 1em 0 3px;
	color: #000;
	padding: 5px;
	margin-left: 15px;
	border-style: none;
	border-bottom: 1px dashed #a9a9a9;
	width: 300px;
	left: 28px;
	position: relative;
	background-color: rgba(254,255,254,0);
}

.subject{
			font: 16px/25px Georgia, "Times New Roman", Times, serif;
	color: #929292;
	position: relative;
}

#subject{
font-size: 16px;
	margin: 1em 0 3px;
	color: #000;
		padding: 5px;
	margin-left: 15px;
	border-style: none;
	border-bottom: 1px dashed #a9a9a9;
	width: 300px;
	position: relative;
	left: 15px;
	background-color: rgba(254,255,254,0);
}

.message{
				font: 16px/25px Georgia, "Times New Roman", Times, serif;
	color: #929292;
	border-color: #fffeff;
	position: relative;
	left: 0;
}

#textarea{
	font-size: 16px;
	color: #000;
		padding: 5px;
	margin-left: 15px;
	width: 300px;
	border-bottom-color: #a9a9a9;
	position: relative;
	bottom: 22px;
	left: 74px;
	height: 140px;
	max-width: 450px;
	border-style: dashed;
	border-color: #c0c0c0;
	background-color: rgba(254,255,254,0);
}

#send{
	    display:inline-block;
    line-height:1;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    padding: 6px 8px;
    background:#000;
    color:#FFF;
    margin:2em 0;
	border-width: 0;
	position: relative;
	left: 355px;
	bottom: 20px;
}

#send:hover{

	
}

#textregister{
	text-decoration: none;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #919191;
}


#sello{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.01);
}

#bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#joseimg img {
	float: right;
	top: 0;
	width: 260px;
	margin-left: 15px;
}
