/*
Template Name: Kosk HTML5/CSS3
Template URI: http://www.orangedesk.net/sviluppo-web/kosk/index.html
Author: Valerio Montanaro
Date:2014 
Author URL: http://www.orangedesk.net
Description: Kosk HTML5/CSS3 Responsive Template Retina ready
Version: 1.0
Bootstrap v3.1.1
*/

/*
 * jQuery Superfish Menu Plugin
 * Copyright (c) 2013 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *	http://www.opensource.org/licenses/mit-license.php
 *	http://www.gnu.org/licenses/gpl.html
 */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99999;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	
}
.sf-menu ul ul {
	top: 0;
	left: 103%;
}
#menu-top .sf-menu a.current {
	color: #799392;
	font-weight:800;
}
.kosk-icon-menu-angle {
	position: absolute;
	top: 8px;
	right: 10px;
}

/*** DEMO SKIN ***/
.sf-menu {
	
	margin: 0 auto 0 auto;
	display:block;
	text-align:center;
	width:100%;
	
	
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	border: 1px solid rgb(220,220,220);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background-color: rgb(255,255,255);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	
}
.sf-menu li {
	
	width:12%;
}
.sf-menu ul li a,
.sf-menu ul ul li a {
	font-size: 14px!important;
	text-transform: capitalize;
	border: 1px solid rgba(255,255,255,0);
	padding: .35em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu li a {
	font-size: 12px!important;
	border: 1px solid rgba(255,255,255,0);
	margin: 0 3px;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: rgb(0,0,0);
}
.sf-menu ul li a,
.sf-menu ul ul li a {
	color: rgb(0,0,0);
	border: none!important;
}
.sf-menu ul li:first-child,
.sf-menu ul ul li:first-child {
	-webkit-border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-o-border-top-left-radius:8px;
	-ms-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-o-border-top-right-radius:8px;
	-ms-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
.sf-menu li:nth-child(6) {
	margin-right: 10px;
}
.sf-menu ul li:last-child,
.sf-menu ul ul li:last-child {
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-o-border-bottom-right-radius: 8px;
	-ms-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-o-border-bottom-left-radius: 8px;
	-ms-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.sf-menu ul li a:hover,
.sf-menu ul ul li a:hover {
	background: rgb(184,195,100);
	color: rgb(40,40,40)!important;
	text-shadow: 0 1px rgba(255,255,255,0.7)!important;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu li a:hover {
	color: #999;
}
.sf-menu li a {
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	letter-spacing:1.3px;
}


/*style search*/

.depth {
	margin-top: 4px;
	display: inline-block;
	border: 1px solid silver;
	background: -webkit-linear-gradient(#eee, #fff);
	background: -moz-linear-gradient(#eee, #fff);
	background: -o-linear-gradient(#eee, #fff);
	background: -ms-linear-gradient(#eee, #fff);
	background: linear-gradient(#eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0,
	startColorstr='#eee', endColorstr='#fff');
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 4px;
	color: #555;
}

.depth:focus {
  	outline: none;
  	background-position: 0 -2.0em;
}