/**
	Creator: 6harf.com
**/

/* Header CSS */

.header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dedede+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(222,222,222,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(222,222,222,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(222,222,222,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	padding:20px 10px;
	}

.header > .container {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 10px 25px 10px;
}

.logo {
	position:relative;
	z-index:1;
	float: left;
	margin-right: 50px;
	}

.logo a img {
	width: 96px;
	max-width:100%;
	}
	
.navigation {
	margin-top: 55px;
	float: right;
	}

.navbar-brand {
	padding:5px;
	}

.navbar-brand img {
	max-height: 100%;
	}

@media (min-width: 768px) and (max-width: 991px) {

.logo {
	display:block;
	margin:0 0 20px 30px;
	}

.navigation {
	display:block;
	}
	
.container {
    width: 100%;
	}

}

.languages {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #777;
}

.languages img {
	margin-right: 5px;
}

@media (max-width: 991px) {

	.logo {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
		margin-bottom: 30px;
	}

	.navigation {
		float: inherit;
		display: block;
		width: 100%;
	}

	.nav {
		float: inherit;
		width: 100%;
		display: block;
		text-align: center;
	}

	.nav > li {
		display: inline-block;
		float: inherit;
	}

}

@media (max-width: 767px) {

	.navigation {
		float: inherit;
	}

	.nav {
		float: inherit;
		width: 100%;
		display: block;
		text-align: inherit;
	}

	.nav > li {
		display: block;
		width: 100%;
		margin-bottom: 3px !important;
	}

}