@charset "UTF-8";

/* NEW */

html, body {
	margin: 0;
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right; 
	background-attachment: fixed;
	}



ul { 
	list-style-type: none;
	cursor: pointer; 
  	padding-left:0;
	background-color: rgba(0,0,0,0);
	padding:0px;
	margin:0px;
  	}



ul, li, .for_li_1, .for_li_2, .for_li_3, .for_titles, .for_texts, #the_prev, #the_next {
	font-family: "mr-eaves-modern", newphotography, helveticaneue, helvetica neue, helvetica, arial, sans-serif;
	}



.for_li_1 {
	text-transform: uppercase;
	color: black; 
	width:96%;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	-webkit-transition: background-color 0.9s ease;
	-moz-transition: background-color 0.9s ease;
	-o-transition: background-color 0.9s ease;
	transition: background-color 0.9s ease;			
	}
.for_li_1:hover {
	text-decoration: underline;
	}

.for_ul_1, .for_ul_2 {
	padding-left: 2%;
	padding-right: 2%;
	width:96%;
	}

.for_li_2 {
	text-transform: uppercase;
	color: black; 
	width:96%;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 10px ;
	padding-bottom: 10px ;
	padding-left: 2%;
	padding-right: 2%;
	background-color: rgba(255,255,255,1);
	-webkit-transition: background-color 0.9s ease;
	-moz-transition: background-color 0.9s ease;
	-o-transition: background-color 0.9s ease;
	transition: background-color 0.9s ease;			
	}
.for_li_2:hover {
	cursor: pointer; 
	background-color: rgba(150,150,150,1) ;
	color:white;
	}

#the_li_0_7 {
	text-transform: lowercase !important;
	}
	
.for_li_3 {
	color: black; 
	height:5%;
	width:88%;
	border-top: dotted ;
	border-width: 1px;
	font-size: 1.0em;
	margin-left: 2% ;
	margin-right: 2% ;
	margin-top: 10px ;
	margin-bottom: 10px ;
	padding-top: 1.5% ;
	padding-bottom: 1.5% ;
	padding-left: 4%;
	padding-right: 4%;
	background-color: rgba(255,255,255,1);
	z-index: -1;
	-webkit-transition: background-color 0.9s ease;
	-moz-transition: background-color 0.9s ease;
	-o-transition: background-color 0.9s ease;
	transition: background-color 0.9s ease;			
	display:table;
	}
.for_li_3:hover {
	cursor: pointer; 
	text-decoration: underline;
	background-color:rgba(235,235,235,1);
	}



.for_div_3_titles { 
	color: black; 
	font-size: 1.1em;
	width:48%;
	padding-left:2%;
	padding-right:1%;
	display:table-cell;
	vertical-align: middle;
	}
.for_div_3_images { 
	height:200px;
	width:50%;
	display:table-cell;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain; 
	text-align: center;
	} 
.for_div_3_images_img { 
	height:200px;
	width:auto;
	}



.for_viewer_items { 
	padding-top: 10px ;
	padding-bottom: 20px ;
	margin-left: 2%;
	margin-right: 2%;
	} 	
.for_titles { 
	color: black; 
	font-size: 1.1em;
	background-color: rgba(255,255,255,1);
	padding-top: 10px;
	padding-bottom: 10px;
	} 
.for_images_img { 
	width:100%;
	height:auto;
	} 
.for_texts { 
	color: black; 
	font-size: 1.1em;
	height:auto;
	width:75%;
	} 
.for_audios { 
	width:75%;
	} 
.for_videos { 
	width:75%;
	} 
.for_pdfs { 
	height:70%;
	max-height:900px;
	min-height:400px;
	width:100%;
	}



#the_viewer { 
	} 
#the_nav { 
	width:96%;
	padding-left: 2%;
	padding-right: 2%;
	margin:0px;
	display:table;
	} 
#the_prev { 
	display:table-cell;
	text-decoration: none;
	color: rgba(215,215,215,1); 
	font-size: 3.0em;
	width:50%;
	-webkit-transition: color 0.9s ease;
	-moz-transition: color 0.9s ease;
	-o-transition: color 0.9s ease;
	transition: color 0.9s ease;			
	}
#the_prev:hover {
	color: rgba(0,0,0,1); 
	}
#the_prev span {
	}
#the_next { 
	display:table-cell;
	text-decoration: none;
	color: rgba(215,215,215,1); 
	font-size: 3.0em;
	width:50%;
	text-align: right;
	-webkit-transition: color 0.9s ease;
	-moz-transition: color 0.9s ease;
	-o-transition: color 0.9s ease;
	transition: color 0.9s ease;			
	}
#the_next:hover {
	color: rgba(0,0,0,1); 
	}
#the_next span {
	}



@media (min-width: 0px) and (max-width: 599px) {		

		body {
			font-size:0.8em;
 			}



		.for_ul_1, .for_ul_2 {
			padding-left:0px;
			padding-right:0px;
			width:100%;
			}



		#the_li_0_7 {
			margin-bottom:10px;
			}

 		.for_li_1 {
			padding-top: 10px ;
			padding-bottom: 5px ;
			padding-left: 2%;
			padding-right: 2%;
			margin-left: 2%;
			margin-right: 2%;
 			}
 		.for_li_2 {
 			background-color:rgba(235,235,235,1);
			padding-top: 6px ;
			padding-bottom: 6px ;
			padding-left: 2%;
			padding-right: 2%;
			margin-left: 2%;
			margin-right: 2%;
 			width:92%
 			}
 		.for_li_2_title {
 			}
 		.for_li_3 {
			font-size:10px;
 			background-color:rgba(235,235,235,1);
 			height: 0px;
			width:92%;
			padding-top: 10px ;
			padding-bottom: 10px ;
			margin-top: 2% ;
			margin-bottom: 2% ;
			padding-left: 2%;
			padding-right: 2%;
			margin-left: 2%;
			margin-right: 2%;
 			}



 		.for_div_3_titles {
			display: block;
			padding-top: 0px ;
			padding-bottom: 0px ;
			padding-left: 0px !important;
			padding-right: 0px !important;
			width:100%;
			text-align: center;
			} 		
 		.for_div_3_images {
			display:table;
			padding-bottom: 10px ;
			width:100%;
			height:100px;
 			}
		.for_div_3_images_img { 
			height:100px;
			width:auto;
			}



		.for_viewer_items { 
			padding-top: 5px ;
			padding-bottom: 15px ;
			padding-left: 2%;
			padding-right: 2%;
			margin-left: 2%;
			margin-right: 2%;
    	display:inline-block;
	    } 	
		.for_texts { 
			width: 100%;
			}
		.for_audios { 
			width:100%;
			}
		.for_audios { 
			width:100%;
			}
		.for_titles { 
			padding-top:5px;
			padding-bottom:5px;
			}
		.for_images_img { 
			width:auto;
			height:350px;
			min-height:350px;
			} 



		#the_nav {
			width:100%;
			padding:0px;
			padding:0px;
			margin:0px;
			}
		#the_next {
			padding:2%;
			margin:0px;
			}
		#the_prev {
			padding:2%;
			margin:0px;
			}

	}



@media (min-width: 600px) and (max-width: 1049px) {

		body {
			font-size:0.9em;
 			}


		.for_ul_1 {
			padding-left: 2%;
			padding-right: 2%;
			width:96%;
			}
		.for_ul_2 {
			width:100%;
			padding:0px;
			margin:0px;
			}
		#the_li_0_7 {
			margin-bottom:8px;
			}
 		.for_li_2 {
 	   	padding-top: 5px ;
			padding-bottom: 5px ;
 			}
 		.for_li_3 {
			padding-top: 1% ;
			padding-bottom: 1% ;
			margin-top:4px;
			margin-bottom:4px;
			padding-left: 2%;
			padding-right: 2%;
			margin-left: 0px;
			margin-right: 0px;
			width:96%;
 			}



		.for_div_3_titles { 
			padding-left:0px;
			padding-right:0px;
			}
		.for_div_3_images { 
			padding-right:10px;
			width:50%;
			}



		.for_viewer_items {
			padding:0px;
			margin-top: 8px ;
			margin-bottom: 24px ;
			margin-left: 2%;
			margin-right: 2%;
			} 	
		.for_texts { 
			width: 100%;
			}
		.for_titles { 
			padding-top:8px;
			padding-bottom:8px;
			}
		.for_images_img { 
			} 

	}



@media (min-width: 1050px) {

		.for_images_img { 
			width:auto;
			height:75% !important;
			} 

 		.for_li_3 {
			padding-top: 1.5% ;
			padding-bottom: 1.5% ;
			margin-top:4px;
			margin-bottom:4px;
 			}

	}

