@charset "UTF-8";

@font-face {
    font-family: 'HKGrotesk';
    src: url('hkgrotesk-regular-web.eot'); /* IE9 Compat Modes */
    src:
        url('hkgrotesk-regular-web.woff2') format('woff2'), /* Super Modern Browsers */
        url('hkgrotesk-regular-web.woff') format('woff'), /* Pretty Modern Browsers */
        url('hkgrotesk-regular-web.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('hkgrotesk-regular-web.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'HKGrotesk';
           src: url('hkgrotesk-medium-web.eot'); /* IE9 Compat Modes */
    src:
        url('hkgrotesk-medium-web.woff2') format('woff2'), /* Super Modern Browsers */
        url('hkgrotesk-medium-web.woff') format('woff'), /* Pretty Modern Browsers */
        url('hkgrotesk-medium-web.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('hkgrotesk-medium-web.svg') format('svg'); /* Legacy iOS */
    font-weight: 500;
    font-style: normal;
}


*{
	margin:0;
	padding:0;
	border:0 none;
	-moz-outline-style: none;
	text-decoration: none;
	list-style:none;
	vertical-align: baseline;
	border-style: none;
	outline: none;
	font-family: 'HKGrotesk';
}

html{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}


body {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	}

a{
	text-shadow: 0 3px 2px #999;
	-webkit-transition: all 1s;
	transition: all 1s;
}

a:link{
	color:#000;

	}
a:hover{
	color:#000;
 	text-shadow: 0px 0px 10px yellow;

	}
a:visited{
	color:#000;
	}
h1{
	font-size: 29px;
	line-height: 40px;
	letter-spacing: 0.02em;	
	margin:0;
	padding:0;
	font-weight: normal;
}

h2{
	margin: 0;
	font-size: 20px;
	line-height: 27px;
	padding: 60px 0 0px 0;
}

h3{
	margin: 0;
	padding:0;
	font-size: 20px;
	font-weight: normal;
}


blockquote{
	padding: 3%;
	font-size:15px;
}

.sara{
	font-size: 25px;
	line-height: 50px;
}

/**** INDEX ****/

#options{
	z-index:3;
	width: 100%;
	top:0px;
	padding-top: 10px;
	position: fixed;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.79) 65%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(65%,rgba(255,255,255,0.79)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.79) 65%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.79) 65%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.79) 65%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.79) 65%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}



#filters{
	float:left;
	text-align:center;
	width: 100%;
	font-size: 29px;
	line-height: 40px;
	letter-spacing: 0.02em;
	}


#filters li{
	display:inline;
	margin:0 5px 0 5px;
}


#container{
	position:relative;
	margin:0 auto;
	padding: 170px 0px 100px 0px;
	z-index:0;
	width: 100%;
	height:inherit;
	}






/**** ITEMS ****/

.item{
	float: left;
}

.big{
	display: block;
}

.small{
	display: none;
}

.item img{
	width:100%;
  height: auto;
	box-shadow: none;
	filter: saturate(70%);
 	-webkit-filter: saturate(100%);
	-webkit-transition: all 2s;
	transition: all 2s;
	z-index: 0;
}


.item img:hover{
	box-shadow: 0px 0px 300px yellow;
}



.item .title{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	opacity: 0;
	-webkit-transition: all 2s;
	transition: all 2s;
}


.item:hover .title{
	opacity: 1;
}

.info {
	position: fixed;
	width: 100%;
	bottom: 30px;
	text-align: center;
	font-size: 17px;
}


/**** Single ****/

#single-background{
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	filter: blur(10px) opacity(.2) saturate(300%);
 	-webkit-filter: blur(10px) opacity(.2) saturate(300%);
	z-index: 0;
}

#single-container{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

#single-container .title{
	margin-top: 70px;
	width: 100%;
	text-align: center;
	font-size: 35px;
	line-height: 43px;
}

#single-container .data{
	margin-top: 10px;
	text-align: center;
	font-size: 30px;
}

#single-container .content{
	text-align: left;
	width: 60%;
	margin: 20px auto;
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 30px;
}

#single-container .content img{
	width: 100%;
	height: auto;
	margin: 30px auto;
}

#single-container .savon{
	text-align: center;
}

#single-container .savon img{
	width: 60%;
	height: auto;
	margin: 20px auto;
}

#single-container .image{
	width: 350px;
	margin: 50px auto;
}

#single-container .image img{
	width: 100%;
	height: auto;
}


#single-container .content iframe{
	width: 100%;
	height: 490px;
	margin: 30px auto;
}


#single-container .content .ingles{
	float:left;
	width: 100%;
}

#single-container .content .portugues{
	float:left;
	width: 100%;
}

#bottom{
	position: relative;
	bottom: 0;
	width: 100%;
	height: 20px;
}




.close{
	position: fixed;
	bottom: 50px;
	right: 50px;
	height: 20px;
	font-size: 20px;
	text-align: right;

}


.next{
	position: fixed;
	text-align: center;
	width: 150px;
	height: 20px;
	bottom: 300px;
	left: 0px;
	font-size: 20px;
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	transform: rotate(270deg);
}


.previous{
	position: fixed;
	text-align: center;
	width: 150px;
	height: 20px;
	bottom: 300px;
	right: 0px;
	font-size: 20px;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}




/***** navigator *****/

#dialog{
	display: none;
}
.ui-widget-content{
	background: rgba(255,255,255,0.8);
	font-size: 10px;
	line-height: 14px;

}

.ui-widget.ui-widget-content {
		margin: 30px;
		padding: 10px;
    border: none;
		box-shadow: 0px 3px 5px #999;
		-webkit-transition: all 2s;
		transition: all 2s;
		display: none;
}

.ui-widget.ui-widget-content:hover {
		margin: 30px;
		padding: 10px;
    border: none;
		box-shadow: 0px 0px 30px rgba(255,255,0,0.6);
}

.ui-widget-header{
	border: none;
	background: transparent;
}

.ui-corner-all{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.ui-icon-closethick {
    background-image: url(images/my-10px-image.png) !important;
    background-position: left top !important;
    margin: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
    width: 10px !important;
    height: 10px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 0 !important;
}

.navigator{
		display: block;
}

.navigator a{
	text-shadow: none;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.navigator a:hover{
	text-shadow: 0px 0px 10px yellow;
}

.fixed-dialog{
  position: fixed;
}

@media screen and (max-width: 800px) {
	h1{
		font-size: 25px;
		line-height: 32px;
		letter-spacing: 0.02em;	
		margin:0;
		padding:0;
		font-weight: normal;
	}
	
	h2{
		font-size: 25px;
		line-height: 32px;
		line-height: 27px;
		padding: 60px 0 0px 0;
	}

	#filters{
		float:left;
		text-align:center;
		width: 100%;
		font-size: 25px;
		line-height: 32px;
		letter-spacing: 0.02em;
		}
	.small{
		display: block;
		text-align: center;
	}

	.item img{
		width:120%;
	  height: auto;
	}
	#single-container .title{
		margin-top: 40px;
		width: 100%;
		text-align: center;
		font-size: 25px;
		line-height: 32px;
	}
	
	#single-container .data{
		margin-top: 5px;
		text-align: center;
		font-size: 20px;
		line-height: 27px;
	}

	#single-container .content{
		text-align: left;
		width: 80%;
		margin: 20px auto;
		font-size: 15px;
		line-height: 22px;
		padding-bottom: 50px;
	}

	#single-container .image{
		width: 80%;
		margin: 50px auto;
	}

	#single-container .content .ingles{
		float:left;
		width: 100%;
		margin-top: 50px;
	}

	#single-container .content .portugues{
		float:left;
		width: 100%;
		margin-top: 50px;
	}


}
