/*
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
*/

/*
Name: Sliding Login Panel with jQuery 2.0.3
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/* sliding panel */
#slide-panel {
    position: fixed;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: -94px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	color: #fff;
	background-color: rgb(100,100,100);
	-webkit-box-shadow: 0 3px 2px -2px rgb(139, 156, 3);
	-moz-box-shadow: 0 3px 2px -2px rgb(139, 156, 3);
	-o-box-shadow: 0 3px 2px -2px rgb(139, 156, 3);
	-ms-box-shadow: 0 3px 2px -2px rgb(139, 156, 3);
    box-shadow: 0 3px 2px -2px rgb(139, 156, 3);
    border-bottom: 1px solid rgb(139, 156, 3);
	overflow: hidden;
	position: relative;
	z-index: 999999;
	display: none;
	padding-bottom: 40px;
}

.kosk-panel-header {
	margin-top: 0;
}
.container-panel h3 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 30px;
	padding-top: 25px;
	margin-top: 0;
}
.container-panel small {
	color: rgb(184,195,100);
}
.content-panel-left h4,
.content-panel-center h4,
.content-panel-right h4 {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 30px;
}
.kosk-fa-bookmark,
.kosk-fa-bell,
.kosk-fa-location-arrow,
.kosk-fa-envelope {
	color: rgb(184,195,100);
}
ul.kosk-panel-list li a {
	color: #fff;
	text-decoration: none;
}
ul.kosk-panel-list li a:hover {
	text-decoration: underline;
}
.cont-imput {
	margin-top:25px;
	max-width: 270px;
}
.kosk-form-control-newsletter:focus {
	border-color: rgb(184,195,100);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(70, 184, 218, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(70, 184, 218, 0.6);
}

/* Panel Tab/button */
.tab {
	position: absolute;
    z-index: 999999;
}

.tab ul.list-toggle {
	display: block;
	position: relative;
  	float: left;
  	clear: left;
	padding: 0;
	margin: 0;
}

.tab ul.list-toggle li {
	display: block;
}

.tab a.open, .tab a.close {
	height: 38px;
	padding-left: 38px !important;
	cursor: pointer;
	display: block;
	position: relative;
}

.tab a.open {background: url(../img/open.png) no-repeat;}
.tab a.close {background: url(../img/close.png) no-repeat;}
