/* ##### GENERAL ##### */

*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-weight: normal;
}

body {
	color: #404040;
	overflow-x: hidden;
	line-height: 1em;
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: 400;
	background-size: 100px 100px;
	background-image: url('../images/loloan_background_tile.png');
	background-color: #968c87;
}

::-moz-selection {
	background: #968c87;
	color: #ffffff;
}

::selection {
	background: #968c87;
	color: #ffffff;
}

a {
	color: #404040;
	text-decoration: none;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	outline: none;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: #404040;
}

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

#location a:focus {
	outline: none;
	text-decoration: none;
	color: #404040;
	text-decoration: underline;
}
	
#location a:hover {
	text-decoration: none;
	color: #968c87;
	text-decoration: underline;
}

iframe {
	border: 0;
	overflow: hidden;
	width: 100%;
}

.mask {
	background: #968c87;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}

.section-content {
	margin: 0px;
	padding: 0px;
}

.container {
	background: #ffffff;
	box-shadow: -10px 0 10px -10px #b0a9a5, 10px 0 10px -10px #b0a9a5;
}

.dark {
	background-color: #f9f7f7;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

/* ##### NAVIGATION BAR ##### */

#navigation-sticky-wrapper {
	height: 60px;
}

#navigation-sticky-wrapper is-sticky {
	position: fixed;
	top: 0;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-inner {
	background: none repeat scroll 0 0 #968c87;
	border-bottom: medium none !important;
	box-shadow: 0 !important;
	transition: all 0.3s ease-out 0s;
	z-index: 10;
	width: 100%;
	padding-top: 4px;
}

.navbar-collapse {
	min-height: 60px !important;
}

.navbar-collapse.in {
	overflow-y: visible !important;
}

.navbar {
	position: relative;
	border: 0;
}

.navbar .nav > li {
	display: block;
	float: left;
}

.navbar .nav > li > a {
	color: #ffffff;
	display: block;
	font-size: 15px;
	height: 100%;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 60px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 2px;
}

.navbar .nav > li > a:hover {
	color: #404040;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	box-shadow: none;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	background: none;
	color: #fff;
}

.navbar-default .navbar-toggle {
	padding: 0;
	margin: 15px 15px 0 0;
	border: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #ffffff;
}

.parts ul {
	margin-left: 0px !important;
}

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0px;
	border-bottom: 3px solid #968c87;
	color: #404040;
	font-size: 18px;
	letter-spacing: 1px;
}

.nav-tabs > li > a {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 2px 0px;
	display: block;
	text-transform: uppercase;
	color: #404040;
	border: 0px;
	border-bottom: 3px solid transparent;
	font-size: 18px;
	letter-spacing: 1px;
}

.nav-tabs.centered {	
	text-align: center;
	overflow: hidden;
	list-style: none;
	border: 0px;
	font-family: 'Josefin Sans', sans-serif;
	padding-left: 0px !important;
	margin: 40px 0px 50px 0px;
}

.nav-tabs.centered > li {
	float: none;
	display: inline-block;
	border: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0px;
	border-bottom: 3px solid #968c87;
	color: #404040;
	font-size: 18px;
	letter-spacing: 1px;
}


/* ##### HOME ##### */

#home {
	position: relative;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #404040;
}

#fullscreen-slider {
	margin: -244px 0px 0px 0px;
}

#fullscreen-slider .pattern {
	background: url("../img/pattern.png") repeat;
	width: 100%;
	height: 100%;
}

.slide-content {
	height: 100%;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.slide-content .text-center {
	vertical-align: middle;
	display: table-cell;
}

div.mc-image {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

div.test {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.banner {
	background-color: #ffffff;
	height: 180px;
	text-align: center;
	margin: 0;
	padding: 0;
	-webkit-transform: translate3d(0,0,0);
	z-index: 100;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	max-height: 130px;
	width: auto;
	text-align: center;
}

.banner-content-left {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	color: #404040;
}

.banner-content-right {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	color: #404040;
}

.feature h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 40px;
	font-family: 'Josefin Sans', sans-serif;
	margin-top: 230px;
	line-height: 43px !important;
}

.feature p {
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	line-height: 35px !important;
	font-size: 25px !important;
}

/* ##### SECTIONS ##### */

.content {
	padding: 120px 141px 120px 141px;
	text-align: center;
}

.deco-border {
	background-image: url('../images/loloan_border_top_right.png'), url('../images/loloan_border_top_left.png'), url('../images/loloan_border_bottom_left.png'), url('../images/loloan_border_bottom_right.png');
	background-position: top right, top left, bottom left, bottom right;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 220px 220px, 220px 220px, 220px 220px, 220px 220px;
}

.container p {
	color: #404040;
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	line-height: 28px !important;
}

.container h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #404040;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 35px;
	margin: 0px;
	padding: 0px;
}

.container h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #968c87;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}

.container h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #404040;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
}

#hours h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #404040;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
}

#location h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #404040;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
}

.cocktail-location {
	color: #968c87;
	font-size: 17px;
	text-transform: uppercase;
	display: inline-block !important;
	margin: -3px 0px 0px 0px !important;
	padding: 0px !important;
	font-family: 'Josefin Sans', sans-serif;
}

hr {
	border-top: 1px solid #968c87;
	width: 30%;
	padding: 0px;
	margin: 0px auto;
}

.mr {
	margin-right: 20px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mb-0 {
	margin: 0px !important;
	padding: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-7 {
	margin-top: 7px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

/* ##### LOCATION ##### */

#location .social-icon a {
	font-size: 15px;
	color: #404040;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

#location .social-icon a:hover {
	color: #968c87;
}

/* ##### FOOTER ##### */

#footer {
	background: #968c87;
	text-align: center;
	padding: 30px 0px 20px 0px;
}

#footer h2 {
	display: none;
}

/* ##### MODAL ##### */

.modal-content {
	-webkit-box-shadow: 0 0 10px #555;
	-moz-box-shadow: 0 0 10px #555;
	-o-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	border: 0px;
}

.modal-default-close {
	margin: 0;
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background-color: #404040;
	color: #ffffff;
	font-size: 35px;
	opacity: 1;
	z-index: 10;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -10px;
	right: -10px;
}

.parts .modal-default-close, .message .modal-default-close {
	margin: 0;
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 25px;
	background-color: #968c87;
	color: #ffffff;
	font-size: 35px;
	opacity: 1;
	z-index: 10;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -35px;
	right: -35px;
	font-weight: bold;
}

.modal-default-close:hover {
	color: #fff;
	background: #404040;
	font-weight: bold;
}

.modal h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 27px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
}

.modal h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 19px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
}

.modal-body {
	padding: 20px !important;
	background: #f9f7f7;
}

.message .modal-content {
	margin: 20px;
	padding: 20px;
}

.modal-body li, p {
	line-height: 28px !important;
	letter-spacing: 0px !important;
	font-size: 23px !important;
}

.modal-footer {
	border: 0px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

.carousel-control { 
	color: #fff !important;
	opacity: 1 !important;
	text-shadow: none !important;
	background: none !important; 
}
	
.carousel-control:hover { 
	color: #968c87 !important;
	opacity: 1 !important; 
}
	
.parts .modal-content {
	margin: 20px;
	padding: 20px;
}
	
.parts h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #404040;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 35px;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}

.parts h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #968c87;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}

.parts h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #404040;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
}





.dropcap {
 float: left;
 line-height: 85%;
 width: 1em;
 font-size: 290%;
}

.welcome-align {
	text-align: justify !important;
}

.alert-missing {
	text-align: center;
	background-color: #f8d7da;
	color: #721c24;
	font-size: 21px !important;
	font-family: 'Cormorant Garamond', serif;
	padding: 15px;
	margin: 30px 0px 0px 0px !important;
	letter-spacing: 0px !important;
	line-height: 24px;
}

.button {
	background: #968c87;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	outline: none;
	padding: 15px 25px 11px 25px !important;
	position: relative;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	}

.button:focus {
		background-color: #404040;
		color: #fff;
	}
	
.button:hover {
	background-color: #404040;
	color: #fff;
}

.fa { padding: 0px !important; margin: 0px !important; }

.gallery {
  text-align: center;
}

.col-md-3 {
  float: none;
  display: inline-block;
  text-align: left; //reset the text alignement to left
}

:focus {
	outline: none !important;
}