.spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/spinner.gif) 50% 50% no-repeat #000000;
}
.preloader {
	background: url(../img/loader.gif) center center no-repeat;
}

a {
	color: #000000;
}
a:hover{ 
	color:#B52650;
}

span.raleway {
	font-family: 'OstrichSansBold', Helvetica, sans-serif;
	font-weight: 200;
}
/*Basic Colors right on top of the Stylesheet, so you can simply search and replace them*/
.wdwd {
	color: #B52650;
}
span.hover_wdwd {
	color: #C24B6E;
}
.carousel-caption {
	left: 0%;
	right: 0%;
	padding-left: 5%;
	padding-top: 10%;
	text-align: initial;
	text-align: initial;
	position: relative;
	
}
.carousel-caption h1 {
	font-family: 'OstrichSansBlack', Helvetica, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #222;
	opacity: 0.9;
	letter-spacing: 2px;
}


/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity 0.7s; /*adjust timing here */
         -moz-transition: opacity 0.7s;
           -o-transition: opacity 0.7s;
              transition: opacity 0.7s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
    position: fixed;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
	left: 15%;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right{
	right:15%;
}

/*-------------------------------------------------------*/
/*-----------Typographie & Elements Styles-------------- */
/*-------------------------------------------------------*/
.header_line span {
	border-bottom: 1px solid #B52650;
	padding: 0px 0px 3px 0px;
	position: relative;
}
.header_line span:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #B52650;
	bottom: -6px;
	content: '';
	display: inline-block;
	left: 45%;
	position: absolute;
}

/*-------------------------------------------------------*/
/*----------------------Navbar Styles------------------- */
/*-------------------------------------------------------*/

.navbar-inverse {
	background: rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid #222;
	border-top: 5px solid #B52650;
	background-color: rgba(0,0,0,0.08);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.6),rgba(0,0,0,0.7));
	background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.6)),to(rgba(0,0,0,0.7)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.6),rgba(0,0,0,0.7));
	background-image: -o-linear-gradient(top,rgba(0,0,0,0.6),rgba(0,0,0,0.7));
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.6),rgba(0,0,0,0.7));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#b2000000',GradientType=0);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	font-size: 13px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	margin-bottom: 38px;
}
.navbar-inverse .divider-vertical {
	border: none;
}
.navbar .navbar-inner ul.nav {
}
.navbar-inner .dropdown > ul {
	color: #ffffff;
	border: 1px solid #333;
	background: #000000 url(../img/overlays/black60.png);
	border-radius: 0;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.1);
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.navbar-inverse .divider {
	background: none;
	border: none;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid #333;
}
.navbar-inner .dropdown-submenu > ul {
	background: #000000;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.1);
}
.navbar .nav > li {
	border:none;	
	text-align:right;
}
.navbar li > ul > li {
	border-bottom: 1px solid #111;
	margin: 0;
}
.navbar .nav > li:hover {
	 background: #000;
	 text-shadow: 0px 0px 6px #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-image: none;
	background-color: #B52650 !important;
	color: #fff !important;
    text-shadow: none !important;
    padding-left: 10px;
}
.navbar .navbar-inner {
	padding: 0;
}
.navbar .divider-vertical {
	margin: 3px 9px;
}
.navbar .nav > li > a {
	color: #ffffff;
	display: block;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #fff;
    background: rgba(0,0,0,0.4);
    letter-spacing: 1px;
}
.navbar .nav:hover li a{
    text-shadow: 0px 0px 1px #fff;
    color: transparent;
    background: rgba(0,0,0,0.2);
}
.navbar .nav > li > a:hover {
	color: #fff;
    background: #B52650;
    text-shadow: 0px 0px 1px #B52650;
}
.navbar .nav .active > a {
	color: #ffffff;
	background: #B52650;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #000;
	color: #FFFFFF;
}
.navbar .animate0 i {
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.navbar a:hover .animate0 i {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.dropdown-menu {
	margin: 7px 0 0;
}
.dropdown-menu > li > a {
	white-space: nowrap;
    color: transparent;
    display: block;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*-------------------------------------------------------*/
/*----------------------Contact Styles------------------ */
/*-------------------------------------------------------*/

#location{
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	padding-top:60px;
}
.map {
	height: 300px;
	position: relative;
	float: left;
	width: 100%;
	height: 360px;
	box-shadow: 0 0 2px 0 #111;
}
.contact-address {
	text-align: right;
}
.contact-form, .contact-address {
	margin-top: 25px;
}

#comment:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
	border-color: rgba(181, 38, 80, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(181, 38, 80, 0.6);
	-moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
	outline: 0 none;
}





/* Responsive
-------------------------------------------------- */
@media (max-width: 991px){
	.navbar ul.navbar-nav.navbar-right {
		float: right !important;
	}
}

@media (min-width: 768px) {
	.carousel-caption h1 {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.navbar-inner h3{
		font-size:16px;
	}
	.carousel-caption {
		padding-top: 100px;
	}
	.carousel-caption h1 {
		font-size: 32px;
	}
	.carousel-control{
		display:none;
	}
	.carousel-control{
		display:none;
	}
	.contact-address {
		text-align: center;
	}
}