@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
@font-face {
    font-family: 'moon_flower_boldregular';
    src: url('/fonts/moon_flower_bold-webfont.woff2') format('woff2'),
         url('/fonts/moon_flower_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'wicked_gritregular';
    src: url('/fonts/wickedgrit-webfont.woff2') format('woff2'),
         url('/fonts/wickedgrit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'van_helsingregular';
    src: url('/fonts/van_helsing-webfont.woff2') format('woff2'),
         url('/fonts/van_helsing-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'geosanslightregular';
    src: url('/fonts/geosanslight-webfont.woff2') format('woff2'),
         url('/fonts/geosanslight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'snow_whiteregular';
    src: url('/fonts/snow_white-webfont.woff2') format('woff2'),
         url('/fonts/snow_white-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body{
	font-family: geosanslightregular;
	font-size:18px;		
	background-color: #dedede;
	color: #000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	
}

body h1 {
	font-family: 'wicked_gritregular';
	font-size: 60px;		
	color: #6B2572;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	text-align: right;
	margin-bottom: 14px;
}
	
body h1 span{
	display: block;
	width: 280px;
	border-top: solid 1px #6B2572;
	text-align: right;
	position: absolute;
	right: 0;
	border-bottom: solid 1px #fff;
}

body h2 {
	font-family: 'moon_flower_boldregular';
	font-size: 50px;
	font-weight: bold;
	color: #6B2572;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	text-align: left;
	margin-bottom: 14px;
}

body h2 span{
	display: block;
	width: 160px;
	border-top: solid 1px #C095C5;
	text-align: left;
	position: absolute;
	left: 0;
	border-bottom: solid 1px #fff;
	margin-top: 3px;
}


section{
	background: #dedede;
	padding: 50px 100px;	
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	font-size:20px;	
}



.content p{
	text-align: left;
	margin: 10px 0 0 10px;
}

.content .show p:last-of-type {
    margin: -10px 0 !important;
}

.download{
	margin-top: 10px;
	text-align: center;
	font-family: 'wicked_gritregular';
	font-size: 26px;		
	color: #A559AE;
}


.download a, 
.download a:link,
.download a:visited{
	color: #A559AE;
}

.gallery{
	margin-top: -20px;
	text-align: center;
}

.gallery .image{
	display: inline-block;
	margin: 10px 5px;
	padding: 5px;
	background: transparent;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
	box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
	border: solid 1px #C095C5;
}

.gallery .image .frame{
	border: solid 1px #aaa;
}

.gallery .image .frame a{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
}


.gallery .video{
	display: inline-block;
	width: calc(100% - 20px) !important;
	height: calc(64vh -20px) !important;
	background: transparent;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
	box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
	border: solid 1px #C095C5;
	margin: 0;
	padding: 0;
}

.gallery  .video iframe{
	width: 100%;
	height: 100%;
	margin: 0px;
	height: calc(64vh) !important;
	background: #000;
}


.parallax-main-window {
    min-height: 700px;
    background: transparent;
	border-bottom: solid 1px #6B2572;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
	border-top: solid 1px #6B2572;
	border-bottom: solid 1px #6B2572;
}


.scrolled{
    height: 80px !important;
    background: #000 !important;
	border-bottom: solid 1px #fff;
	font-size: 38px !important;
	transition: 0.3s;
}

.scrolled #logo{
	width: 110px !important;
	height: 55px !important;
	top: 9px !important;
	transition: 0.3s;
	left: 15px !important;
}

.scrolled #menubar {
    border-left: solid 1px #000 !important;
    left: 250px !important;
    height: 80px !important;
	transition: 0.2s;
}


.scrolled #menubar li {
	padding: 20px 7px !important;
	transition: 0.3s;
}

.scrolled #menubar li span{
	margin-top: 2px !important;
	transition: 0.2s;
}

.show{
	margin-top: 20px;
}

.show p {
    text-align: left !important;
    margin: 10px 0px !important;
}

.show .gallery {
    margin-top: 0px !Important;
}

/* Monkey Patch del Popup */
.mfp-counter{
	font-family: geosanslightregular !important;
    font-size: 24px;
    position: absolute !important;
	top: auto  !important;
	bottom: 14px  !important;
	right: 0  !important;
	left: 0 !important;
}

.mfp-title{
	font-family: geosanslightregular !important;
    color: #999 !important;
    margin-top: -30px;
    position: auto !important;
}

.mfp-title span{
	font-family: geosanslightregular !important;
    color: #eaeaea !important;
	font-weight: bold;
}

img.mfp-img {
    width: auto;
    max-width: 95% !important;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px !important;
    margin: 0px auto;
	border: solid 2px #6B2572;
	-ms-filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.5));
	-webkit-filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.5));
	background-color: #9C5D47 !important;
}

.mfp-bottom-bar {
	font-family: geosanslightregular !important;
	margin-top: -40px !important;
	right: 45px !important;
	width: 70px !important;
	text-align: center !important;
	border-radius: 5px;
	background-color: rgba(50, 50, 50, .6);
	left: auto !important;
	height: 28px;
	text-shadow: none;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.5 !important;
}

.work {
	text-align: left;
	display: inline-flex;
	min-width: 260px;
	min-height: 110px;
	margin-bottom: 10px;
}

.work h3{
	font-size: 18px !important;
	font-weight: bold;
}
	
.work p{
	text-align: left !important;
	margin: 0;
}

.work span {
	color: #95349F;
	font-size: 14px;
}

.work .container{
	padding-left: 120px;
	max-width: 220px;
	font-size: 16px;
}

.work .image{
	position: absolute;
	display: block;
	padding: 5px;
	background: transparent;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
	box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
	border: solid 1px #C095C5;
}

.work .image .frame{

}

.work .image .frame a{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
}


.work .image .frame img{
	width: 100px;
	height: 100px;
}


#bottom #external_links li{
	display: inline-block;
	margin: 0;
}

#bottom #external_links span{
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 5px 0 0;
}

#bottom #external_links a{
    display: block;
    width: 36px;
    height: 36px;
}


#bottom #external_links .twitter{
    background: url(../images/icon-twitter.png) no-repeat;
	background-size: contain;
}

#bottom #external_links .youtube{
    background: url(../images/icon-youtube.png) no-repeat;
	background-size: contain;
}

#bottom #external_links .vimeo{
    background: url(../images/icon-vimeo.png) no-repeat;
	background-size: contain;
}

#bottom #external_links .facebook{
    background: url(../images/icon-facebook.png) no-repeat;
	background-size: contain;
}

#bottom #external_links .instagram{
    background: url(../images/icon-instagram.png) no-repeat;
	background-size: contain;
}

#bottom #external_links .blog{
    background: url(../images/icon-blog.png) no-repeat;
	background-size: contain;
}

#bottom #info{
	right: 5px;
	font-size: 14px;
	color: #444;
	margin-top: 6px;
}

#bottom #info div{
	display: inline-block;
	margin-right: 5px;
}

#bottom #links{ 
	font-family: 'moon_flower_boldregular';
	font-size: 30px;
	position: absolute;
	right: 100px;
	text-align: right;
	margin-top: -10px;
}

#bottom #links a,
#bottom #links a:link,
#bottom #links a:visited{ 
	color: #353535;
}

#bottom #links li{
	display: inline-block;
	border-right: solid 1px #C095C5;
	padding: 4px 10px 0px 0px;
	text-align: center;
	font-size: 30px;
}

#bottom #links li:last-child{
	border: none;
}

#contact #email{
	font-size: 30px;
}

#contact #telefono{
	font-size: 20px;
	display: block;
	color: #555;
	padding: 10px 0;
}

#contact #email a,
#contact #email a:link,
#contact #email a:visited{
	color: #6B2572;
	font-weight: bold;
}

#contact{
	text-align: left;
	display: block;
	margin: 0 auto;
}

#contact span{
    text-align: right;
	font-size:16px;
	color: #666;
}
	
#contact form{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#contact table{
    width: 100%;
}

#contact label{
	font-size: 20px;
	color: #6B2572;
}

#contact a{
	text-decoration: none;
	margin: 0 0 0 0;
    display: block;
}


#contact input[type=text], #contact textarea{
	width: 100%;
    padding: 6px;
    margin: 6px 0 6px -6px;
    font-size: 18px;
	border: solid 1px #C095C5;
	background-color: rgba(0, 0, 0, .1); 
	font-family: inherit;
	color: #111;
}


#contact .button{
	margin: 15px 0;
	text-align: center;
}


#contact .button button{
    text-transform: uppercase;
	padding: 8px;
	font-size: 16px;
	width: 200px;
	margin: 0 -15px 15px 0;
    border: solid 1px #6B2572;
	background-color: #6B2572;
	color: #fff;
}


#contact .button button:hover{
	cursor: pointer;
	color: #eaeaea;
}


#languages {
	display: block;
	position: fixed;
	text-align: right;
	right:6px;
	top: 6px;
	z-index:51;
	font-size: 12px;
	color: #eaeaea;
}

#languages img{
    width:22px;
    height: 12px;
    border: solid 1px #eaeaea;
}

#languages a{
    display: inline-block;
    margin-left: 5px;
}    

#menu{
	font-family: 'moon_flower_boldregular';
	font-size: 60px;
	color: #eaeaea;
	display: block;
	height: 110px;
    background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.2s;
	z-index: 50;
}


#menu a, 
#menu a:link,
#menu a:visited{
	color: #eaeaea;
}

#menu #logo{
	width: 171px;
	height: 85px;
	position: absolute;
	top: 27px;
	left: 40px;
	background: url('../images/logo_small.png') no-repeat;
	z-index:10;
	background-size: cover;
	transition: 0.2s;
}

#menu #logo a{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

#menu #menubar {

    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 1px #fff;
    left: 250px;
    height: 150px;
    text-align: center !important;
	transition: 0.2s;
}

#menu #menubar li{
	display: inline-block;
	margin: 0px;
	text-align: center;
	padding: 50px 7px;
	transition: 0.2s;
}

#menu #menubar li span{
	width: 15px;
	height: 10px;
	background: url('../images/diamond.png') no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	margin-top: 25px;
	margin-left: -7px;
	transition: 0.2s;
}


@media screen and (max-width: 1299px){
	#menu{
		font-size: 55px;
	}
	#menu #menubar li span{
		margin-top: 30px;
	}
}

@media screen and (max-width: 1219px){
	#menu{
		font-size: 50px;
	}
	#menu #menubar li span{
		margin-top: 27px;
	}
}

@media screen and (max-width: 1149px){
	#menu{
		font-size: 45px;
	}
	#menu #menubar li span{
		margin-top: 29px;
	}
}



@media screen and (max-width: 1069px){
	section{
		padding: 50px 50px;	
	}

	#bottom #links {
		position: inherit;
		margin-top: 0;
	}
	

	#menu{
		height: 80px !important;
		background: #000 !important;
		border-bottom: solid 1px #fff;
		font-size: 35px !important;
		transition: 0.3s;
	}

	#menu #logo{
		width: 110px !important;
		height: 55px !important;
		top: 9px !important;
		transition: 0.3s;
		left: 15px !important;
	}

	#menu #menubar {
		border-left: solid 1px #000 !important;
		left: 140px !important;
		height: 80px !important;
		transition: 0.2s;
	}


	#menu #menubar li {
		padding: 27px 7px 20px 7px !important;
		transition: 0.3s;
	}

	#menu #menubar li span{
		margin-top: 2px !important;
		transition: 0.2s;
	}

}



@media screen and (max-width: 799px){
	
	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #fff;
		margin: 6px 0;
		transition: 0.4s;
	}

	/* Rotate first bar */
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-8px, 8px) ;
		transform: rotate(-45deg) translate(-8px, 8px) ;
	}

	/* Fade out the second bar */
	.change .bar2 {
		opacity: 0;
	}

	/* Rotate last bar */
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
		transform: rotate(45deg) translate(-8px, -8px) ;
	}
	
	#languages {
		left: 120px !important;
		right: auto !important;
		top: 15px !important;
	}
	
	#languages img {
		width: 24px !important;
		height: 15px !important;
	}
	
	#menu {
		height: 70px !important;
	}
	
	#menu #button{
		display: inline-block;
		cursor: pointer;
		margin: 10px;
		position: absolute;
		right: 10px;
		top: 5px;
	}
	
	#menu #logo {
		width: 90px !important;
		height: 45px !important;
	}
	
	#menu #menubar{
		display: none;
		margin-top: 60px;
		padding: 11px 0px;	
		left: 0 !important;
	}	
	
	#menu #menubar li {
 		background: #111;
		padding: 3px 0 !important;
		margin: 0;
		display: block !important;
	}
	
	#menu #menubar li span {
 		display: none;
	}	
}



@media screen and (max-width: 599px){
	section{
		padding: 20px 20px;	
	}
	
	body h1 {
		font-size: 16px;		
	}
	
	body h1 {
		font-size: 30px;		
	}
		
	body h1 span{
		display: block;
		width: 100px;
	}

	body h2 {
		font-size: 30px;
	}
	
	#contact #email{
		font-size: 18px;
	}
}