/*
Title:   Custom Css File
Author:  http://themeforest.net/user/hogash // Marius Hogas
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.query_rule {color:#000;}

.ntz_landing_selection:hover h1#landing_title {
	background-color: #a8964b;	
}

.ntz_landing_selection:hover ul#landing_selection li {
	background-color: #dedede;
}

.pp_pic_holder.pp_kalypso {
/*	top: 15% !important;	*/
} 
.pp_overlay {
	/*height: 100vh !important;
 	max-height: 100vh !important;
 */
}

@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
	
	.copyright_special {
		float: none !important;
		text-align:center;
		margin:0px auto;
	}	
}