/* custom Llica packaging CSS */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    background: none repeat scroll 0 0 #f1f2f6;
   /*  color: #5a5a5a; */
	font-family: "Open Sans",sans-serif;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
}

a {
    color: #e0342c;
    text-decoration: none;
}

a:hover, a:focus {
    color: #333;

}

.bold {
	font-weight: bold;
}

body > section {
    padding: 70px 0;
}

.carousel h1 {
  font-size: 42px;
  color:#fff;
}


.text-large {
    font-size: 15px;
    margin-top: 20px;
}

.divider-body {
    display: block;
    height: 4px;
    margin: 40px auto;
    width: 20%;
}

.background-danger {
    background: none repeat scroll 0 0 #e0342c;
}

/* NAVBAR */

.navbar-llica .navbar-brand {
    padding: 15px;
	margin-right: 10px;
}

.navbar-llica {
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.93);
    z-index: 9999999;
}

.navbar-llica .navbar-nav > li > a {
    padding-bottom: 22px;
    padding-top: 22px;
	color: #999;
}


.nav-lang {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	padding: 22px;
	text-align: right;
}

ul.nav-lang li {
    display: inline-block;
	margin-right: 3px;
}

ul.nav-lang li:last-child {
	margin-right: 0px;
}


/* DROP-DOWN */


.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #999;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.dropdown-menu .divider {
	margin: 0;
	background-color: #333;
}


.text-center h2 {
	font-size: 32px;
	margin-bottom: 24px;
}

.list ul {
		padding-left: 25px;
}

.list ul li {
	margin-bottom: 10px;
}

.list ul li:last-child {
	margin-bottom: 0px;

}


#contact-info {
    background-color: #fff;
    padding-bottom: 65px;
    padding-top: 70px;
}

.col-small {
	max-width: 900px; margin: 0 auto;
}

.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
	 text-align: center;
}

.feature-wrap span.glyph-top{
    border: 4px solid #e0342c;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #f2f2f2 inset;
    color: #e0342c;
    font-size: 48px;
    height: 100px;
    line-height: 90px;
	margin: 30px 0;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 100px;
}

.glyph-map {

}

.fixed-height .thumbnail{
	min-height: 300px;
}

.fixed-height .thumbnail h3 {
	font-size: 20px;
    margin-bottom: 20px;
}

.fixed-height .thumbnail p {
	font-size: 13px;
}

.fixed-height .thumbnail .btn {
	margin-top: 15px
}

.bloc-center {
	float: none;
    margin: 0 auto;
}

.round-red span.glyphicon-earphone {
    background-color: #e0342c;
    border: 3px solid #e0342c;
    border-radius: 100%;
    box-shadow: 0 0 0 4px #f2f2f2 inset;
    color: #fff;
    font-size: 44px;
    height: 90px;
    line-height: 90px;
    margin: 15px 0;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 90px;
}


.feature-wrap h4, .feature-wrap h5 {
	color: #e0342c;
	line-height: 1.5em;
}



.contact-col-text h5 {
	border-right: 4px solid #c52d2f;
	font-size: 13px;
}

.contact-col-text h5.last{
	border-right:none;
}

.contact-col-text h5 a {
	color: #e0342c;
}


/* NEWSLETTER */

#newsletter {
    background-image : url("../images/knowhow_pic.jpg") ;
	padding: 3% 0; 
}

#newsletter p {
    margin-bottom: 15px;

}

.bkg:before {
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.6);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-section.bkg {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bloc-newsletter {
    color: #fff;
	position: relative;
	text-align: center;
}

.bloc-newsletter h2 {
    color: #fff;
}

.form-newsletter{
    margin: 0 auto;
    max-width: 370px;
	color: #fff;	
}

.form-newsletter .form-group {
	margin-bottom: 7px;
}

.form-newsletter h4{
	color:#fff;
}

.form-newsletter .checkbox{
	text-align: left;
	margin-bottom: 15px;
}

.checkbox a:hover {
	color: #fff;
}


/* COMMANDER */

#img-commander {
    background-image : url("../images/commander_img.jpg") ;
	padding: 10% 0; 
	margin: 20px 0 35px;
	background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.checkbox a:hover { color: #333;}



/* NOUVELLES */

#img-news {
    background-image : url("../images/nouvelles_img.jpg") ;
	padding: 10% 0; 
	margin: 20px 0 35px;
	background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.checkbox a:hover { color: #333;}



/* GET A QUOTE */

.get-started {
    background: none repeat scroll 0 0 #f3f3f3;
    border-radius: 3px;
    margin-bottom: 50px;
    margin-top: 60px;
    padding-bottom: 30px;
    position: relative;
	text-align: center;
}


.get-started h2 {
    margin-bottom: 20px;
    padding-top: 30px;
	font-size: 36px;   
    margin-top: 0;
}

.lead {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.request {
    bottom: -27px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
}

.request p a {
	font-size: 14px;
}



.page-section.background:before {
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.75);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#bg-quote {
	background-image: url("../images/bg_quote.jpg");
}

#bg-quote .lead {
	padding: 0 20px;
}

/* CONTACT PAGE */

.location {
    height: 350px;
    margin: 45px 0 70px;
    position: relative;
}

.map-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;  
	z-index: 99999;
}


#map-container {
    height: 100%;
    width: 100%;
}


.map-overlay h4 {
    color: #fff;
    font-size: 46px;
    font-weight: 300;
    opacity: 0.3;
    padding: 110px 0;
}

#contact .icon {
    color: #5a5a5a;
}

#contact .icon:hover, #contact .icon:focus {
    color: #e0342c;
}

#contact .icon span {
    font-size: 14px;
    padding-top: 3px;
    width: 25px;
}

.form-llica label {
    font-weight: 400;
}

.form-llica placeholder {
    color: #999;
}

.icon span {
	color: #e0342c;
}


/* BACKTOTOP */

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;
	z-index: 99999;
}

.affix a {
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: none;
	border: none;
}

.well i , .affix a {
	color: #fff;
}


/* FEATURE */


h2.feature {
	font-weight: normal;
	margin-top: 25px;
}


/* order now */


#bg-quote {
	background-image: url("../images/bg_quote.jpg");
}



/* QUOTES */

.page-section.background:before {
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.75);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#quotes {
    background-image: url("../images/slide2.jpg");
}

#quotes .quote {
    min-height: 140px;
    position: relative;
}

#quotes .quote-text {
    text-align: center;
}
#quotes .quote-author {
    bottom: 0;
    color: #cecece;
    position: absolute;
    right: 0;
}
.page-section.dark h3 {
    color: #ffffff;
	font-size: 28px;
}

.page-section.background {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.page-section {
    padding: 80px 0;
    position: relative;
}




/* MISC */



/* FOOTER */


#footer {
	border-top: 5px solid #e0342c;
    background: none repeat scroll 0 0 #2e2e2e;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}


#footer a {
    color: #E0342C;
}


#footer p {
    font-size: 12px;
}


#footer a:hover {
    color: #fff;
}



/* COMING SOON PAGE */

#soon h1{
	font-size: 36px;
	color: #fff;
	
}

#soon .lead {
	font-size: 21px;
}






























