html {
	background: #000 ; 
	min-height:100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
font-family: font-family: 'Libre Baskerville', serif;
}
md-input-container:not(.md-input-has-value) input:not(:focus) {
color: inherit;
}
body {
	background:transparent;
	min-height:100%; 	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5em;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	color:#fff;
	color:rgba(255,255,255,.8); 
	font-weight: normal;

}
@Roboto,sans-serif {
    font-family: "Roboto,sans-serif";
    src: url("Fonts/Playfair/FaithCollapsing.ttf") format("truetype");
}

@Lato-Reg {
    font-family: "Roboto,sans-serif";
    src: url("Fonts/Lato/Lato-Reg.ttf") format("truetype");
}
.logolambo{

	text-align: right;
}

/********************************************************/
/*                    Navigation bar                    */
/********************************************************/
.mainmenu { z-index: 999999; width:100%;  padding: 30px 0 0 0;}
@media (min-width: 768px) {
	.mainmenu { position: fixed; }
	
}
@media (max-width: 468px) {
h1 {
font-size: 36px !important;

}
 input[type=submit] {
width: 100% !important;
}
h3{

	font-size: 24px !important;
}
.btn-lg {

	margin-right: -1px !important;
}
.contact{

	display: none;
}
.logolambo{

	text-align: center!important;
}
}
.fa {

	font-size: 18px;
	padding-right: 10px;
	color: #fff;
}
.contact a {

	font-size: 18px;
	padding-right: 50px;
	color: #fff !important;

}
.contact {

	
	padding-top: 80px;


}

@media (max-width: 768px)
{
.container {
    width: 100% !important;
}
}
@media (max-width: 320px)
{
.btn-lg {
        padding: 4px 12px !important;
        margin-right: 9px !important;
}
}
.navbar-toggle {
	position:relative;
	float:left;
	display:block;
	padding: 9px 10px;
	background: rgba(255, 255, 255, 0.2);
	background-image: none;
	border: 0 none;
	top:0px; 
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	outline: 0;
	opacity: 1;
	-webkit-transition: all .45s;
	   -moz-transition: all .45s;
	        transition: all .45s;
	        float: left;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.open .navbar-toggle { 
	top:-70px; 
	opacity: 0;  
}
.mainmenu .dropdown-menu {
	top: -14em;
	left: 0px;
	font-size: 13px;
	padding:0;
	background:none;
	border:0 none;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display:block;
	opacity:0;
	-webkit-transition: all .45s;
	   -moz-transition: all .45s;
	        transition: all .45s;
}
.mainmenu .dropdown-menu .active { 
	font-weight:bold;
}
.mainmenu .open .dropdown-menu { 
	top:2px;
	opacity:1;
}
.mainmenu .dropdown-menu a { 
	padding:10px 10px;
	margin:0;
	color:white;
	text-decoration: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.mainmenu .dropdown-menu a:hover { 
	background:rgba(255,255,255,.1);
	color:white;
	padding:10px 8px 10px 12px;
}



/********************************************************/
/*             Sections - universal classes             */
/********************************************************/
.section { 
	z-index: 1;
	min-height:420px;
	width: 100%; 
	
	height:100%;
	padding-bottom:50px; 
	display:none;
	top:0;
} 
.header{
	text-align: center;
    padding-bottom: 16px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 4;
}

/* Show one of sections */
#head { 
	display: block;
}
#body{

	  
    margin: auto;
    width: 88%;
    margin-top: 60px;
    margin-bottom: 20px;
    height: 86vh;
}

.navbar-header{
	 left: 50%;
   position: relative;
   transform: translateX(-50%);
}
.texte{
	color:#fff;
}

/********************************************************/
/*                      Typography                      */
/********************************************************/
a { color:#fff; text-decoration: none; }
a:hover, a:active { color:#fff; text-decoration: underline; }
.lead { 
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
}

.title,
.subtitle { 
	font-family: 'Roboto,sans-serif';
	font-weight:normal;
	font-size:38px;
	margin-bottom:15px; 
	color:#fff; 
	line-height:1em;
}
.subtitle { 
	line-height:.9em;
	font-size:5.5em;
	margin-top:0;
	margin-bottom:40px; 
}
.tagline { 
	font-family: Lato-Reg;
	text-align: center;
    font-family: arial;
    letter-spacing: .35em;
    text-transform: uppercase;
    font-size: 27px;
	line-height:1.3em;
	font-weight:normal;
	margin-bottom:30px;
	text-align: left;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
	.lead { 
		font-size:1.3em;
	}
}

.location__title::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 10px;
    width: 25px;
    margin-top: -1px;
    border-top: 1px solid #fff;
    opacity: .5;
}
.location__title {
    position: relative;
    margin-bottom: 20px;
    opacity: .5;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: .5em;
    text-transform: uppercase;
}
.location__address {
    font-size: 11px;
    line-height: 2.2em;
    letter-spacing: .1em;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.location__address p {
	margin: 0 !important;
}

.coming-soon__social {
    margin-top: 45px;
}
.social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.social ul li {
    list-style: none;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-social_twitter:before {
    content: "\E909";
}

a::after {
    content: '';
    position: absolute;
    top: .125em;
    left: 0;
    right: 0;
    bottom: -.125em;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.396s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.396s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.396s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.396s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: #ffb426;
    z-index: -1;
    pointer-events: none;
}

/********************************************************/
/*                   UI - Buttons                       */
/********************************************************/
.btn{
	color:#333;
	text-shadow: none;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1 solid #fff;
}
.btn:hover {
	color:#000;
}
.btn-lg { 
	padding:10px 40px;
	font-size:inherit;
	    margin-right: 66px;
}

.btn-link {
	color:rgba(255,255,255,.8);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
	color:#fff
}
.btn-default {
	background: rgba(255,255,255,.5);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background: rgba(255,255,255,.8);
}
.btn-primary {
	background: rgba(255,255,255,.2);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
	background: rgba(255,255,255,.5);
}



/********************************************************/
/*                 UI - Thumbnails                      */
/********************************************************/
.thumbnail {
	background-color: rgba(255,255,255,.2);
	border: 0 none;
	padding:10px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.thumbnail .caption {
	color: inherit;
}



/********************************************************/
/*                 Everything else                      */
/********************************************************/

.list-social .btn { 
	font-size:1.3em; 
}
.list-social .btn:hover, .list-social .btn:active, .list-social .btn:focus { 
	text-decoration: none; 
}


/* Social buttons in the footer */
#social { 
	margin-top:50px;
	margin-bottom:50px;
}
#social .wrapper { 
	width:340px; 
	margin:0 auto;
}






























/***********************************************************/
/*                   Theme: text shadows                   */
/***********************************************************/
.text-shadows { 	
	text-shadow:0 1px 2px rgba(0,0,0,.2);
}
.text-shadows .title,
.text-shadows .subtitle,
.text-shadows .tagline { 
	text-shadow:0 2px 3px rgba(0,0,0,.4);
}
.text-shadows .mainmenu .dropdown-menu a { 
	text-shadow:0 2px 1px rgba(0,0,0,.2);
}
.text-shadows .mainmenu .dropdown-menu a:hover { 
	text-shadow:none;
}



/***********************************************************/
/*                   Inverted theme                        */
/***********************************************************/
.theme-invert { 	
	color:#222;
	color:rgba(0,0,0,.8); 
 }
.theme-invert a { 
	color:#fff;
}
.theme-invert .btn {
	color: #f6bd33;
}
.theme-invert .btn:hover {
	color:#fff;
}
.theme-invert .btn-link {
	color:rgba(0,0,0,.8);
}
.theme-invert .btn-link:hover, .theme-invert .btn-link:focus, .theme-invert .btn-link:active {
	color:#000
}
.theme-invert .navbar-toggle {
	background: rgba(0, 0, 0, 0.12);
}
.theme-invert .navbar-toggle .icon-bar {
  background: #333;
}
.theme-invert .mainmenu .dropdown-menu a { 
	color:#000;
}
.theme-invert .mainmenu .dropdown-menu a:hover { 
	background:rgba(0,0,0,.1);
	color:#000;
}

.theme-invert .title,
.theme-invert .subtitle,
.theme-invert .tagline { 
	color:#fff; 
}

.theme-invert .btn-default {
	background: rgba(0,0,0,.0);
}
.theme-invert .btn-default:hover,
.theme-invert .btn-default:focus,
.theme-invert .btn-default:active,
.theme-invert .btn-default.active {
	background: rgba(0,0,0,.6);
	color:#fff;
}
.theme-invert .btn-primary {
	background: rgba(0,0,0,.2);
}
.theme-invert .btn-primary:hover,
.theme-invert .btn-primary:focus,
.theme-invert .btn-primary:active,
.theme-invert .btn-primary.active {
	background: rgba(0,0,0,.3);
	color:#fff;
}

.theme-invert .thumbnail {
	background-color: rgba(255,255,255,.8);
}
.thumbnail .caption {
	color: inherit;
}
ul{
	text-align: left;
}

.input {
 background: #949494a1;
 border: none;
 width: 100%;
 height: 50px;
 padding: 10px 20px;
   font-size: 15px;
   font-weight: bold;
  border-radius: 2px;
    border: solid 1px #d8a52c;

}
.input:focus::-webkit-input-placeholder {
    color: #000;
    font-family: "Roboto,sans-serif";
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-family: "Roboto,sans-serif";
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-family: "Roboto,sans-serif";
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-family: "Roboto,sans-serif";
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-family: "Roboto,sans-serif";
}
.input:focus{
	outline:none;
 color: #000;
 background-color: #fff;
   border-color:blue;
}
input[type=submit] {
    padding:5px 15px; 
    background:#000; 
  
    cursor:pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
    color:#fff;
        width: 140px;
    height: 36px;
        opacity: 1 !important;
        font-family: "Roboto,sans-serif";
            border: solid 1px #d8a52c;

}
.btn-success.disabled:hover {
background-color: #f6bd33 !important;
    border-color: #f6bd33 !important;
    color: #fff !important;

}
.form-group{
    margin-top: 16px !important;

}
hr {
	    border-top: 0.5px solid #f6bd33 !important;
	  
}

.footer {
    position: inherit;
    bottom: 0;
    width: 100%;
    height: 114px;
    line-height: 20px;
   
}
.footer p {
	  
	    color:#b5b5b5b5;
}
ul{list-style-type: square;}
.footer-bottom {
    background-color: #15224f;
    min-height: 30px;
    width: 100%;
}
.footer p {
	color: #fff !important;
}
.squaredThree {
  width: 20px;
  position: relative;
  margin: 20px auto;
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }    
  }
}
/* end .squaredThree */

