/*
Binder
Author: Clement Valla
Version: 1.0
*/

/*fonts */
@font-face {
	font-family: 'tex_gyre_herosbold';
	src:url('fonts/texgyreheros-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

*{
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
}

#background-site {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:1;
}

#background-site iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: scroll;
}

.mini{
	background-color: #f3f3f3;
}

#menu {
	position: fixed;
	left: 30px;
	top: 15%;
	z-index:10;
	padding: 13px;
	padding-right: 15px;
	cursor: move;
	border: none;
	width: 170px;
	
	background-color: #f3f3f3;

	
}
#menu-open {
	display: none;
	border: none;
}

#fondo{
	background-color: #f3f3f3;
	border: none;
}

#logo {
	z-index: 9;
	position: fixed;
	right: 40px;
	top: 30px;
	width: 22%;
	height: auto;
	border: none;
}

#logo_down {
	z-index: 9;
	position: fixed;
	left: 40px;
	bottom: 30px;
	width: 22%;
	height: auto;
	border: none;
}

#circles {
	z-index: 8;
	position: fixed;
	left: -30px;
	bottom: -15px;
	width: 110%;
	height: auto;
	border: none;
}

#navigation {
	margin: 0;
	padding:0;
	list-style-type: none;
	font-family: tex_gyre_herosbold, Arial, Helvetica, sans-serif ;
	border: none;
	width: auto;
	
}

#navigation li{
	padding:0;
	margin:0;
	width:auto;
	border: none;
}



#navigation a, div.about{
	color: #000;
	padding: 0;
	text-decoration: none;
	padding: 1px;
	border: none;
}
#navigation a.active{
	color: #000;
	text-decoration: line-through;
}
#navigation a:hover{
	color: #000;
	text-decoration: line-through;
}
#navigation .current_page_item a {
	color: red;
}

#extramenu{
	margin: 0;
	padding:0;
	font-family: 'Roboto Mono', monospace;
	list-style-type: none;
	border: none;
	width: auto;
	
	
}

#extramenu  li{
	padding:0;
	margin:0;
	width:auto;
	border: none;
}

#extramenu a:link{
	text-decoration: none;
	color: #416CF6;
}

#extramenu a:hover{
	text-decoration: line-through;
	color: #416CF6;
}

#extramenu a:visited{
	text-decoration: none;
	color: #416CF6;
}

#extramenu a.active{
	color: #416CF6;
	text-decoration: line-through;
}


#language{
	margin: 0;
	padding:0;
	font-family: 'Roboto Mono', monospace;
	list-style-type: none;
	border: none;
	width: auto;
	
	
}

#language li{
	padding:0;
	margin:0;
	width:auto;
}

#language a:link{
	text-decoration: none;
	color: #707070;
}

#language a:hover{
	text-decoration: line-through;
	color: #707070;
}

#language a:visited{
	text-decoration: none;
	color: #707070;
}


.about{

}
/*
 Psuedo mobile styles for wide touch devices 
    .touch-device #menu {
        position: fixed;
        font-size: 16px;
        line-height: 22px;
        padding: 10px;
        z-index:10;
        left: 2px;
        right: 2px;
        top: 2px;
    }

	.touch-device #logo{
        display: none;
	}
	.touch-device #logo-touch{
        display: block;
    }
	.touch-device #navigation{
		display: none;
		text-indent: -1.5em;
		margin-left:1.5em;
		margin-top: 20px;
	}
	.touch-device #menu-open{
		width: 30px;
		height: 35px;
		cursor: pointer;
	}
	.touch-device #menu-open div {
	    background-color: black;
	    border: 1px solid black;
	    border-radius: 2px 2px 2px 2px;
	    height: 15%;
	    margin-bottom: 15%;
	    width: 90%;
	}
	.touch-device .about{
		width: auto;
		display: none;
	}
*/

/* Real mobile styles for smaller screens */
@media only screen and (max-width: 768px) {
	body, html{
		position: relative;
		width: 100%;
	}
	#background-site{
		-webkit-overflow-scrolling:touch; 
		overflow:auto;
	}
	#background-site iframe{
		width: 100%;
		height: 1200px;
		overflow: hidden;
	}
	#menu {
		position: fixed;
		font-size: 16px;
		
		padding: 10px;
		z-index:10;
		left: 2px;
		right: 2px;
		top: 2px;


	}
	#logo {
		z-index: 20;
		position: fixed;
		right: 10px;
		top: 10px;
		width: 50%;
		height: auto;
	}

	#logo_down {
		z-index: 20;
		position: fixed;
		left: 10px;
		bottom: 10px;
		width: 50%;
		height: auto;
	}

	
	#logo-touch {
		/*   display: block; */
	}
	#todo{
		display: none;
		position: fixed;
			top: 90px;
	left: 20px;

	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 18px;
	background-color: #f3f3f3;
	
	}
	#navigation{
		display: none;

	
		

	}

#extramenu{
	display: none;
		
		
		
}

#language{
	display: none;
		
		
		
}

	.mini{
		background-color: #f3f3f3;
	}

	#fondo{
	display: none;
	background-color: #f3f3f3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}


	#menu-open{
		display: block;
		height: auto;
		width: 80px;
		position: fixed;
		left: 8px;
		top: 8px;
		cursor: pointer;
		background-color: #75FB83;
		border-radius: 30px;
		
		padding:  5px 5px;
		font-family: 'Roboto Mono', monospace;
		font-size: 20px;
		text-align: center;
		z-index: 30;

	}
	#menu-open div {

	}
	.about{
		
		display: none;
	}
}
/* @end */


