section#langbar {
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	background-color: #afafaf;
	position: relative;
	z-index: 10000;
	text-align: right;
	padding: 0 20px;
}
section#langbar a {
	color: #fff;
	/*font-size: 140%;*/
}
section#langbar a:hover {
	color: #fff;
}
 

header .langarabo {
	background-color: #bd9f56;
	padding-right: 15px;
	margin-left: 15px;
}
header .navbar-default .navbar-nav>li.langarabo>a:hover {
	color: #2c2c81;
}
header.smaller .navbar-default .navbar-nav>li.langarabo>a {
	padding: 14px 0 11px 15px;
}
header.smaller .navbar-default .navbar-nav>li.langarabo>a:hover {
	color: #fff;
}
header {
	width: 100%;
	height: 7.3em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header nav #logo {
	max-width: 100%;
	position: relative;
	top:30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller nav #logo {
	/*height: 120px;*/ /* height:78px; */
}
header nav #logo2 {
	text-align: left;
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 2.5em 0 0 1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav #navbar-collapsible {
	margin-top: 1%;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav .blockRight {
	float: right;
	padding-top: 1.5em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;font-size: 16px;
	font-family:'tk-proxima-nova-condensed-n6';
}
header.smaller .navbar-default .navbar-nav>li>a {
	color: #d6001c;
}
.navbar-default {
	background: #ffffff;
	border: none;
	color: #d6001c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {

	color: #d6001c;}
/* --------------LOGIN BOX SECTION -------- */
section#loginbox {
	display: none;
}
header nav .show-loginbox {
	display: none;
}
.navbar-nav {
	float: right;
	padding: 0 20px 0 0;
}
/* navbar {    padding:0; } CON LANG-BAR  -> */ .navbar {
	padding: 20px 0 0;
}
header .navbar-default .navbar-nav>.active>a, header .navbar-default .navbar-nav>.active>a:focus, header .navbar-default .navbar-nav>.active>a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: transparent !important;
}
header.smaller .navbar-default .navbar-nav>.active>a, header.smaller .navbar-default .navbar-nav>.active>a:focus, header.smaller .navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff;
}
/* ------------FORM---------- */

header.smaller nav .blockRight {
	float: right;
	padding-top: 1%;
}
header nav .blockRight a {
	color: #282828;
	font-size: 15px;
}
header nav .blockRight a.btn-primary {
	color: #fff;
}
header nav .blockRight a.btn-primary:hover {
	color: #bd9f56;
}
header nav .form-control {
	background-color: transparent;
	background-image: none;
	border: 1px solid #282828;
	border-radius: 0;
	color: #919191;
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding: 0.8em 1em;
	width: /*150px*/ 168px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	height: auto;
}
header.smaller nav .form-control {
	padding: 0.4em 1em;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
header input[type=submit], .button {
	color: white;
	border: 1px solid #282828;
	background: #282828;
	padding: 0.8em 1em;
	width: auto;
	float: right;
	margin-left: 4px;
	top: 0;
	text-transform: uppercase;
	font-size: 12px;
	
}
.button a, .button a:hover {color:#ffffff;}
header.smaller input[type=submit] {
	padding: 0.5em;
}

header nav .blockRight a.register, header nav .blockRight a.forgot{
	display: inline-block;
	padding-bottom: 5px;
}

header nav .blockRight a.register {
	/*padding-left: 15px;*/
	
}
header nav .blockRight a.forgot {
	padding-left: 95px;
}
header nav {
	display: inline-block;
	float: right;
}
header nav li a {
	color: #1a1a1a;
	font-weight: 700;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav a:hover {
	color: #d6001c;
}
header.smaller {
	height: 7em;
}
header.smaller nav #logo2 {
	padding-top: 0.7em;
}
header.smaller nav #navbar-collapsible {  /* margin-top: 1.5%; */
	margin-top: -2.5%;
	clear: both;
}
/* header.smaller nav a { font-size:0.80em; } */


header .navbar-default .navbar-collapse {
	position: relative;
	top: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller .navbar-default .navbar-collapse {
	top: 5px;
}

@media (max-width: 874px) {
/*---------------------------- MENU MOBILE VERTICALE 
ul.navbar-nav { width:100%; }	
.navbar-nav>li { float: none; text-align: center;}
------------------------------ */

header.smaller .navbar-default .navbar-nav>.active>a, header.smaller .navbar-default .navbar-nav>.active>a:focus, header.smaller .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
}
header.smaller .navbar-default .navbar-nav>li>a {
	color: #fff;
}
header.smaller nav a {
	font-size: 14px;
}
header.smaller .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #d6001c;
}
header.smaller .navbar-default .navbar-nav>li.langarabo>a {
	padding: 15px 0 15px 15px;
}
header nav .show-loginbox {
	display: block;
}
.hiddenOnly {
	display: none;
}
.navbar-default {
	height: 6.5em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .navbar-default .navbar-collapse {
	top: 8px;
	width: 100%;
	position: absolute;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	border: none;
}
/*header.smaller .navbar-default .navbar-collapse {
	top: 78px;
}*/
header nav #logo {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller nav #logo {
	/*height: 78px;*/
}
section#loginbox {
	display: block;
	background-color: #efefef;
}
section#loginbox input {
	/*float: left;
	width: 20%;*/
	width: 100%;
	color: #919191;
	border-radius: 0;
	box-shadw: none;
	margin-bottom: 7px;
}
section#loginbox input[type="submit"] {
	width: auto;
	color: white;
	border: 0 solid white;
	margin-bottom: 5px;
	background: #282828;
	padding: 8px 12px;
	float: right;
	text-transform: uppercase;
}

section#loginbox .forgot, section#loginbox .register {
	/*padding-top: 6px;
	float: left;
	clear: both;*/
	display: block;
	
}
section#loginbox .register {
	/*float: left;
	margin: 20px 0;*/
}
section#loginbox .title-section h2 {
	background-color: #efefef;
}
/* -------CON LANG-BAR -------- */
.navbar-fixed-top {
	top: 35px;
}
.navbar {
	padding: 0;
}
/* ---------------------------- */
}

@media (min-width: 876px) {
.navbar-collapse.collapse {
	display: none;
}
}

@media (max-width: 768px) {
header .navbar-default .navbar-collapse {
	right: none;
	margin: 0;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
header input[type=submit] {
	position: relative;
	top: -38px;
	margin-left: 0px;
	border-radius: 0;
}
header.smaller input[type="submit"]{
	margin-top:10px;
	
}
header nav .blockRight a.register {
	float: left;
}
header nav .blockRight a.forgot {
	padding-left: 100px;
	white-space: nowrap;
	float: left;
}
header input[type=password] {
	margin-right: 8px;
}
}

header.smaller .navbar-default .navbar-nav>li>a:active { color:red; }

@media only screen and (min-device-width : 425px) {
	.navbar-toggle {margin-right: 40px;}
	section#langbar {padding: 0 40px;}
	.navbar-nav {padding: 0 40px 0 0;}
}
@media only screen and (min-device-width : 768px) {
	.navbar-nav {padding: 0 80px 0 0;}
	.navbar-toggle {margin-right: 70px;}
	section#langbar {padding: 0 90px;}
}
@media only screen and (min-device-width : 1024px) {
	header input[type=submit]{top:0;}
	header.smaller input[type="submit"] {margin-top:0;}
}