/*
 Theme Name:     Valenti Child RS
 Theme URI:      http://themeforest.net/user/cubell
 Description:    Valenti Child Theme
 Author:         Cubell
 Author URI:     http://themeforest.net/user/cubell
 Template:       valenti
 Version:        1.0
*/


/* =Theme customization starts here. Any CSS code entered here will overwrite the parent's CSS.
-------------------------------------------------------------- */
/*
ul#headermeni{
	list-style-type: none;
    margin: 0;
    padding: 0;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	left: 54%;
	top: 12px;
	z-index: 9999999999;
	position: relative;
}

*/

/*#headermeni ul, li { display:inline;} */


#headermeni {
    margin: 0;
    padding: 0;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	left: 66%;
	top: 12px;
	z-index: 9999999999;
	position: relative;
}
a.langsel:hover { color:white;}
#headermeni img.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /*filter: grey;*/
    -webkit-transition: all .3s ease;
}
#headermeni img.grayscale:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    /*filter: none;*/
}

/* --- Justify Text Option --- */
.justify-text {
	text-align: justify;
}

/*
iframe[id^='twitter-widget-0'] {
height:870px !important;
margin-bottom:10px !important;
width:800px !important;
min-height:initial !important;
min-width:initial !important;
max-width:none !important;
max-height:initial !important;
}
*/