/*
Theme Name: isolindus
Theme URI: http://isolindus.lu/
Author: Pierre Andreski
Author URI: http://isolindus.lu/
Description: Theme for isolindus website. All rights reserved ©2015.
*/

body {
	font-family: 'Oxygen', Arial, sans-serif;
	font-weight: 400;
}

body:not(.home) header {
	border-bottom: 8px #f18e51 solid;
}

header {
	background: url(img/mocha.png) repeat scroll;
	padding: 30px 0;
}


.header-wrapper {
	display: flex;
}

a {
	color: #f18e51;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;}

a:hover {
	color: #e47a38;
	text-decoration: none;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #f18e51;
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #f18e51;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #ececec;
	background-color: transparent;
}

.navbar-toggle {
	background-color: #fff;
	float: left;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
	width: 30px;
	height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}

.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}

button.navbar-toggle {
	background: none;
	border: none;
	position: relative;
}
button.navbar-toggle:after {
	content: 'MENU';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.logo-container {
	background-color: #fff;
	padding: 27px 60px;
	width: 41.66%;
}

.menu-wrapper {
	width: 58.33%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

.made-in-luxembourg {
	display: block;
	padding-bottom: 10px;
	height: 70px
}

.made-in-luxembourg img {
	max-height: inherit;
}



/* Desktop */
@media (min-width: 960px) {
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.menu-top {
		padding-left: 0;
		padding-right: 0;
	}
	
	.navbar-nav>li>a {
	  padding-top: 0px !important;
	  padding-bottom: 0px !important;
	}
	
	.header-wrapper {
		max-height: 100px;
	}
}

/* Tablet only */
@media (min-width: 720px) and (max-width: 959px) {
	.menu-wrapper {
		align-items: center;
	}
}

/* Mobile and Tablet */
@media (max-width: 959px) {
	
	
	.header-wrapper {
		flex-direction: column;
	}
	
	.logo-container {
		width: 100%;
	}
	
	.menu-wrapper {
		width: 100%;
		margin-top: 30px;
	}
}

/* Bootstrap menu mobile */
@media (max-width: 767px) {
	.menu-top {
		width: 100%;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	  color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	  color: #f18e51;
	  background-color: transparent;
	}
}

/* Mobile only */
@media (max-width: 719px) {
	.made-in-luxembourg {
		align-self: center;
	}
}



.navbar {
	margin-bottom: 0px;
	min-height: 0px;
}

nav.main-menu {
	text-transform: uppercase;
}


/* ************** CAROUSEL ************** */

.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}

/* ************************************** */

.maj {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.home-col h2 {
	color: #f18e51;
	font-size: 25px;
}

.btn-warning {
	color: #fff;
	background-color: #f18e51;
	border-color: #e47a38;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #e47a38;
	border-color: #e47a38;
}

@media (min-width: 1200px) {
	.home-col-1 {
		background: url(img/col-bg-1.jpg) no-repeat center center;
		padding: 50px 40px;
	}
	.home-col-2 {
		background: url(img/col-bg-2.jpg) no-repeat center center;
		padding: 40px 40px;
	}
	.home-col-3 {
		background: url(img/col-bg-3.jpg) no-repeat center center;
		padding: 50px 40px;
	}
	.home-col-4 {
		background: url(img/col-bg-4.jpg) no-repeat center center;
		padding: 50px 40px;
	}
}

@media (max-width: 1199px) {
	.home-col .border {
		border: 1px #f18e51 solid;
		padding: 15px;
		margin: 15px 0;	
	}
}

.grey-bg {
	background-color: #f9f9f9;
}

h2.section-title {
	border-bottom: 1px #333 solid;
	font-weight: 700;
	font-size: 23px;
	padding-bottom: 18px;
	margin: 35px 12% 25px 12%;
}

.pad-bottom {
	padding-bottom: 35px;
}

.pad-top {
	padding-top: 35px;
}

.marg-bottom {
	margin-bottom: 35px
}

.marg-top {
	margin-top: 35px;
}

.radius-5 {
	border-radius: 5px;
}

footer {
	background: url(img/mocha.png) repeat scroll;
	color: #fff;
	padding: 50px 0;
}

footer h4 {
	border-bottom: 1px #fff solid;
}

.big-tel {
	font-size: 23px;
}

@media (min-width: 992px) {
	footer .logo {
		margin-top: 37px;
	}
}

@media (max-width: 991px) {
	footer .logo {
		margin-bottom: 37px;
	}
}

a.my-thumbnail {
	display: block;
	border: 1px #ddd solid;
	padding: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

a.my-thumbnail:hover, a.my-thumbnail:focus, a.my-thumbnail.active {
  border-color: #f18e51;
}

.page-container h1 {
  color: #f18e51;
  margin: 30px 0;
  border-bottom: 1px #e9e9e9 solid;
}

.page-container {
  margin-bottom: 25px;
}

#message {
	resize: vertical;
}

.contact-form .marge-ct {
  margin-top: 15px;
}

.ctrl-field {
	position: absolute;
	left: -9999px;
}

.actu-box {
	margin: 20px 10px;
	border: 1px #e7e7e7 solid;
	border-radius: 5px;
}

.date-actu {
	text-align: center;
	background-color: #e7e7e7;
	font-weight: 700;
	font-size: 12px;
	padding: 5px;
	border-radius: 0 0 5px 0;
}

.date-actu p {
	margin: 0;
	text-transform: uppercase;
}

.date-actu .big {
	font-size: 17px;
}

.actu-content h2 {
	font-size: 15px;
	color: #f18e51;
	margin-top: 8px;
	text-transform: uppercase;
}