

/**************************************************/
/*		  HEADER + NAVBAR BLOCK --- 01 ---
/**************************************************/

#header{
    padding-top:15px;
    padding-bottom:15px;
	background-color:#141414;
	position:relative;
}

.company-logo{
	padding:15px;
	height: 90px;
}

.company-logo img{
	height: 60px;
}

@media(max-width:350px){
	#home-link > a > img{
		width:100%;
	}
}

/* Search bar in header */

.header01 #topsearch{
    position:relative;
}
.header01 .search-container .search1{
    border: 1px solid #c2c2c2;
    background: none repeat scroll 0% 0% transparent;
    width: 100%;
    padding-left: 10px;
    font-size:14px;
    color: #212121;
	border-radius:3px;
}
.header01 .search-container .search1::-webkit-input-placeholder {
    opacity: 1 !important; /* for chrome */
}

.header01 .search-container .search1:-moz-placeholder { /* Firefox 18- */
	opacity: 1 !important;
}

.header01 .search-container .search1::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1 !important;
}

.header01 .search-container .search1:-ms-input-placeholder {  
   opacity: 1 !important;
}
.header01 .search-container .search1_button {
    position: absolute;
    width: 24px;
    height: 28px;
    border: 0px none;
    cursor: pointer;
    background: none repeat scroll 0% 0% transparent;
    right: 5px;
    bottom: 1px;
    color: rgb(232, 137, 39);
    font-size: 18px;
    transition: color 0.3s linear 0s;
}
.header01 .search-container .search1_button:hover {
	color: #393939;
}

/* Disponibility message in header (not used) */

.company-info > .info{
	color:#595f5f;
	font-size:20px;
	font-weight:700;
	text-align: right;
}
.company-info > .info > .phone-number{
	color:#2699ab;
	font-size:25px;
	font-weight:700;
}
.company-info > .info > .working-hours{
	color:#727272;
	font-size:13px;
	font-weight:400;
}

/**************************************************/
/*  MEGAMENU
/**************************************************/

#megamenu{
    border-radius:0px;
    border-bottom:none;
    margin-bottom:0px;
	background: rgb(255, 153, 0);
	min-height:auto;
	font-family: 'Roboto', sans-serif; !important;
}

@media(max-width:992px){
	#megamenu{
		z-index: 1000; /* above sticky callback */
	}
}

/**************************************************/
/*  MEGAMENU - NAVBAR
/**************************************************/

.navbar-collapse > .nav > li > a{
    font-size: 17px;
    color:#fff;
    opacity:1;
    transition: opacity 0.3s linear 0s;
	padding: 10px 15px;
	font-family: Roboto,sans-serif; color: rgb(68, 68, 68); font-size: 17px; font-weight: normal;
}
@media all and (max-width:1200px) and (min-width:992px){
	/* removing text wrapping in the megamenu in md size */
	.navbar-collapse > .nav > li > a{
		padding-left:0px;
		padding-right:0px;
	}
}
.navbar-collapse > .nav > li > a:hover, .navbar-collapse > .nav > li > a:focus, .navbar-collapse > .nav > li > a:active{
    opacity:.5;
	color: rgb(189, 143, 49); /* Navbar text hover colour */
}
@media (max-width: 991px) {
	.navbar-collapse > .nav > li > a:hover, .navbar-collapse > .nav > li > a:focus, .navbar-collapse > .nav > li > a:active{
		opacity:.5;
		color: #fff; /* Navbar text hover colour */
	}
}
.nav > li > a:focus, .nav > li > a:hover{
	background:none;
}

/************** Mobile Hamburger Styling **************/

.navbar-toggle{
    margin:0;
	background-color: rgb(232, 137, 39);
	border: 1px solid rgba(0, 0, 0, 0);
}
.navbar-toggle:focus, .navbar-toggle:hover  {
	background-color: rgb(7, 55, 99); /* DARKER */
}
/* Bar/line styles */
.navbar-toggle .icon-bar {
	background-color: rgb(255, 255, 255);
	width: 22px;
	height: 4px;
}
.navbar-toggle .icon-bar + .icon-bar{
	margin-top: 3px;
}

/* separating lines between megamenu items (not used) 

@media(min-width:992px){
	.navbar-collapse > .navbar-nav > li::before {
		content:"|";
		color:#cccccc;
		display: block;
		position: absolute;
		font-size: 22px;
		top: calc(50% - 18px);
	}
	.navbar-collapse > .navbar-nav::after {
		content:"|";
		color:#cccccc;
		display: block;
		position: absolute;
		font-size: 22px;
		top: calc(50% - 18px);
	}
}*/

/**************************************************/
/*        CATEGORY DROPDOWN STYLES
/**************************************************/

/************** LEVEL 1 (MEGAMENU) ****************/

/* this piece justified the megamenu */
.navbar-collapse > .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
}

/***************** header03 - NOT JUSTIFIED *******************/
.header03 .navbar-collapse > .navbar-nav {
    margin: 0;
	display: block;
	table-layout: initial;
	float: right;
	width: auto;
}

.navbar-collapse > .navbar-nav > li.level-1 {
    display: table-cell;
    float: none;
    text-align: center;
}

/* space between item text and caret */
.navbar-collapse > .navbar-nav > li.level-1 > .dropdown-toggle > i {
    margin-left:5px;
}

/* dropdown menu level 1 */
.dropdown-menu.level-1{
	border: 1px solid rgb(204, 204, 204);
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	background:rgb(255, 255, 255);
	border-radius: 0px;
	padding: 0px;
	margin-left: 0px;
	min-width:250px;
	box-sizing: content-box;
	height:auto;
	/*transition: height 0.4s ease 0s;
	transform:translateY(800px);
	-webkit-transform:translateY(800px);
	-moz-transform:translateY(800px);
	-ms-transform:translateY(800px);
	-o-transform:*/
}

/* Drop down on hover */
@media(min-width:992px){
	.dropdown.open{
		background:none;
	}
	.dropdown-menu li:hover .sub-menu {
		visibility: visible; 
	}
}


/**************** LEVEL 2 *********************/

/* reverse dropdown */
/* COLLAPSE */
@media (min-width: 992px) {
	li.level-1.left > .dropdown-menu.level-1{
		left: auto;
		right:0px;
	}
	li.level-1.left > .dropdown-menu.level-1 > li.level-2 > .dropdown-menu.level-2{
		left: auto;
		right:100%;
	}
	li.level-1.left > .dropdown-menu.level-1 > li.level-2 > .dropdown-toggle.level-2{
		text-align:right !important;
	}
	li.level-1.left > .dropdown-menu.level-1 > li.level-2 > .dropdown-toggle.level-2 > i{
		left: 10px;
		right:auto;
	}
}
ul.dropdown-menu > li.level-2{
	font-family: Roboto,sans-serif; color: rgb(255, 255, 255); font-size: 15px; font-weight: bold;
	position: static; /* this will fixed dropdown menu level 3 to the ul top */
}
.dropdown-toggle.level-2 > i{
	position: absolute;
	right: 10px;
	line-height: 1.2;
	font-size:17px;
}
ul.dropdown-menu > li.level-2 > a:hover, ul.dropdown-menu > li.level-2.active > a{
	color:rgb(255, 255, 255) !important;
	background-color:rgb(232, 137, 39) !important;
}
.dropdown-menu.level-2{
	border-radius: 0px;
	padding: 0px;
	margin-left: 0px;
	background-color:#f7f7f7;
	position: absolute;
	left: 100%;
	top: 0px;
	margin-top:0px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	min-width: 280px;
	box-sizing: content-box;
	border: 1px solid rgb(204, 204, 204);
	border-top:none;
	height:auto;
}


/******************** LEVEL 3 **************************/
ul.dropdown-menu > li.level-3 > a:hover{
	color:rgb(232, 137, 39) !important;
	background:transparent;
}
.dropdown-menu.level-3{
	display:block;
	border-radius: 0px;
	padding: 0px;
	margin-left: 0px;
	background-color:transparent;
	position: static;
	margin-top:0px;
	box-shadow: none;
	border:none;
}
/******************** LEVEL 4 **************************/
ul.dropdown-menu > li.level-4 > a{
	padding: 10px 30px;
}
ul.dropdown-menu > li.level-4 > a:hover{
	color:rgb(232, 137, 39) !important;
	background:transparent;
}

/* Text format for every link inside dropdown level 1 */
ul.dropdown-menu > li > a{
	padding:10px 20px;
	font-family: Roboto,sans-serif; color: rgb(255, 255, 255); font-size: 15px; font-weight: bold;
}

/* COLLAPSE */
@media (max-width: 992px) {
    /* Displays navbar toogle */
	.navbar-toggle {
        display: block;
    }
	
	/* this piece makes the navbar collapse in sm. also removes the borders styles in desktops layouts */
    #megamenu{
        min-height:0px; /* this hide the nav-bar */
		border:none;
    }
	#megamenu .container{
        width:100%;
    }
	.container > .navbar-collapse:not(.collapse-bigdevices) {
		margin-left:-15px; /* reduce the margin in MOBILE */ /* MEGAMENU ON MOBILE */
		margin-right:-15px;
	}
	.navbar-collapse:not(.collapse-bigdevices) {
		border-top:none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse:not(.collapse-bigdevices) {
        display: none!important;
    }
    .navbar-collapse.collapse.in:not(.collapse-bigdevices) {
        display: block!important;
    }
    .navbar-collapse:not(.collapse-bigdevices) > ul.nav.navbar-nav {
        float: none!important;
    }
    ul.nav.navbar-nav{
        border:0; /* this removes borders */
		padding-top: 0px;
		background: #444; /* Navbar drop down menu background on mobile */ /* MEGAMENU ON MOBILE */
		padding: 0px; /* Spacing of mobile menu options */
    }
    
    .navbar-collapse:not(.collapse-bigdevices) > ul.nav.navbar-nav > li {
        float: none;
        display:block;
		border:0;
		text-align:left;
    }
    .navbar-collapse:not(.collapse-bigdevices) > ul.nav.navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
		border-top: 1px solid #666;
		border-bottom: 1px solid #000;
		font-family: Oxygen,sans-serif!important; color: rgb(243, 243, 243)!important; font-size: 15px!important; font-weight: normal;
    }
	.navbar-collapse:not(.collapse-bigdevices) > ul.nav.navbar-nav > li > a:hover {
		color: rgb(255, 255, 255) !important;
		opacity:1; /* remove opacity for dropdown menu toggle in collapse */
    }
	/* .nav .open */
	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
		background-color:transparent;
		border:none;
		color: rgb(255, 255, 255) !important;
	}
	.nav .open > a.dropdown-toggle, .nav .open > a.dropdown-toggle:focus, .nav .open > a.dropdown-toggle:hover{
		
	}
	
	/* collapse dropdown-menu in 991px */
	.navbar-nav li > .dropdown-menu { /* every dropdown-menu closed*/
		display:none;
	}
	.navbar-nav li.open > .dropdown-menu { /* open (display:block) for that dropdown-menu*/
		position: static;
		float: none;
		margin-top: 0px;
		background-color: transparent;
		border: 0px none;
		box-shadow: none;
		margin:0px;
		display:block !important;
		background-color:rgba(255,255,255,.3);
		width: 100%;
		position: static;
		height: auto !important;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		color:#fff;
		text-align:left;
		padding: 7px 15px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover{
		
	}
	
	/* Rollover Style */
	.nav .open > a, ul.dropdown-menu > li.level-1 > a:hover, ul.dropdown-menu > li.level-1 > a:active, ul.dropdown-menu > li.level-1 > a:focus, 
	ul.dropdown-menu > li.level-2 > a:hover, ul.dropdown-menu > li.level-2 > a:active, ul.dropdown-menu > li.level-2 > a:focus, 
	ul.dropdown-menu > li.level-3 > a:hover, ul.dropdown-menu > li.level-3 > a:active, ul.dropdown-menu > li.level-3 > a:focus,
	ul.dropdown-menu > li.level-4 > a:hover, ul.dropdown-menu > li.level-4 > a:active, ul.dropdown-menu > li.level-4 > a:focus, 
	ul.dropdown-menu > li.level-2.active > a:hover, ul.dropdown-menu > li.level-2.active > a:active, ul.dropdown-menu > li.level-2.active > a:focus{
		color:rgb(255, 255, 255) !important;
		background:transparent !important;
	}
	
	/* Custom class to allow dropdown toggle on mobile (instead of following parent link) */
	a.dropdown-menu-xs {
		width: 80px; /* Set width for easier clickability */
		position:absolute !important;
		right:0px;
		z-index:9999;
		text-align: center !important;
	}
	a.dropdown-menu-xs i {
		font-size: 14px; /* size fontawesome icon */
	}
}

@media (max-width:768px){
    .menu_list{ 
        padding: 0 10px; /* style collapse megamenu for mobile */
        width:100%;
    }
}

/**************************************************/
/*        WEBSITES DROPDOWN STYLES
/**************************************************/

@media (max-width:768px) {
	#website-select.navbar-nav {
		margin: 0px;
	}
	ul#website-select.nav.navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
		border-top: 1px solid #666;
		border-bottom: 1px solid #000;
		font-family: Oxygen,sans-serif!important; color: rgb(243, 243, 243)!important; font-size: 15px!important; font-weight: normal;
    }
	ul#website-select.nav.navbar-nav > li > a:hover {
		color: rgb(255, 255, 255) !important;
		opacity:1;/* remove opacity for dropdown menu toggle in collapse */
    }
	/* .nav .open */
	#website-select.nav .open > a, #website-select.nav .open > a:focus, #website-select.nav .open > a:hover{
		background-color:transparent;
		border:none;
		color: rgb(255, 255, 255) !important;
	}
}

/* Tablet, Desktop + Only */
@media all and (min-width:768px) {

	/* select country websites */
	#website-select {
		position: absolute;
		top:10px;
		right:40px;
		font-size: 8px!important;
		background: #ffffff; /* Background Colour */
		border-radius: 4px;
		list-style: none!important;
		text-decoration: none!important;
	}

	#website-select.nav {
		margin:0px;
		padding:0px 0px 0px 0px!important;
	}

	#website-select.navbar-right .dropdown-menu {
		left: auto;
		right: 0px;
	}

	#website-select> li {
		width:auto;
	}

	#website-select> li > a  {
		font-family: sans-serif!important;
		color: #000000;	/* Text Colour */
		font-size: 12px;
		font-weight: normal;
		padding: 4px 8px 4px 8px!important;
		text-decoration: none!important;
	}

	#website-select> li > a > img {
		margin-right: 5px;
	}

	#website-select-dropdown {
		border-radius: 4px!important;
		background: #eee;
		margin-left: -10px;
		border:1px solid #ccc; 
		padding: 2px 0px 6px 0px!important;
	}

	#website-select-dropdown > li > a {
		font-family: sans-serif!important;
		color: #000!important;
		font-size: 12px !important;
		font-weight: normal;
		text-align: left;
		margin: 0px;
		padding: 5px 8px 4px 8px!important;
		clear: both;
		font-weight: 400;
		border-bottom: 1px dotted #fff;
		width: auto;
	}

	#website-select-dropdown > li > a:hover, #website-select-dropdown > li > a:focus, #website-select-dropdown > li > a:active {
		background: #ddd;
	}
	#website-select-dropdown > li > a  > img{
		margin-right: 5px;
	}
}
	#sticky.navbar-fixed-top.active{
		top:auto;
	}


/**************************************************/
/*		  END HEADER + NAVBAR BLOCK --- 01 ---
/**************************************************/