* {
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
	font: 400 16px/1.6em 'Catamaran', sans-serif;
	color: #333;
	overflow-x: hidden;
}

html {
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 35px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 23px;
}
h5 {
	font-size: 21px;
}
h6 {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Catamaran', sans-serif;
	font-weight: 600;
	color: #222;
}

h5, h6 {
	margin: 10px 0;
}

p {
	margin: 0 0 20px;
}

a {
	color: #666;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

/* margins */
.marginbot-0 {
	margin-bottom: 0 !important;
}
.marginbot-10 {
	margin-bottom: 10px !important;
}
.marginbot-20 {
	margin-bottom: 20px !important;
}
.marginbot-30 {
	margin-bottom: 30px !important;
}
.marginbot-40 {
	margin-bottom: 40px !important;
}
.marginbot-50 {
	margin-bottom: 50px !important;
}
.marginbot-60 {
	margin-bottom: 60px !important;
}
.marginbot-70 {
	margin-bottom: 70px !important;
}
.marginbot-80 {
	margin-bottom: 80px !important;
}
.marginbot-90 {
	margin-bottom: 90px !important;
}
.marginbot-100 {
	margin-bottom: 100px !important;
}
.margintop-0 {
	margin-top: 0 !important;
}
.margintop-10 {
	margin-top: 10px !important;
}
.margintop-20 {
	margin-top: 20px !important;
}
.margintop-30 {
	margin-top: 30px !important;
}
.margintop-40 {
	margin-top: 40px !important;
}
.margintop-45 {
	margin-top: 45px !important;
}
.margintop-50 {
	margin-top: 50px !important;
}

/* --- button --- */

.btn-custom {
	background: #BF9F41;
	color: #fff;
	padding: 10px 15px;
	font: 400 14px 'Roboto', sans-serif;
	border-radius: 1px;
	text-transform: uppercase;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active {
	background: #1C2331;
	color: #fff;
}

/* ===========================
 --- Header
 ============================ */

.header {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
	position: fixed;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding: 20px 0 0 0;
}

.header-hide {
	transition: all .5s ease-out;
	opacity: 0;
	z-index: -1;
}

.group-logo {
	background: rgba(0,0,0,0.5);
	padding: 20px 12px 12px 12px;
	border-radius: 0 0 3px 3px;
	position: absolute;
	top: -30px;
}

.site-logo {
	width: 230px;
}

/* ==========================================================================
 Navigation
 ========================================================================== */

.navbar {
	margin: 0;
	border-top: 1px solid rgba(255,255,255,0.15);
	margin-top: 20px;
	border-radius: 0;
}

.navbar ul.nav {
	margin-left: -15px;
}

.navbar ul.nav > li > a {
	font: 700 15px 'Catamaran', sans-serif;
	color: #fff;
	padding: 13px 17px;
	margin-right: 1px;
	text-transform: uppercase;
	background: none;
}

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

.navbar ul.nav > li.active > a {
	color: #EAC650;
	background: rgba(255,255,255,0.1);
}

.navbar ul.nav > li > a:focus {
	background: none;
}

.navbar ul.nav .dropdown-menu {
	background: rgba(0,0,0,0.5);
	padding: 12px 0;
	border-radius: 0;
}

.navbar ul.nav .dropdown-menu li a {
	padding: 8px 18px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	background: none;
}

.navbar ul.nav .dropdown-menu li a:hover {
	color: #EAC650;
}

.navbar-toggle {
	padding: 4px 6px;
	font-size: 14px;
	color: #fff;
}

.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}

/* ===========================
 --- General sections
 ============================ */

.home-section {
	padding: 50px 0;
	display: block;
}

.inner-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* ===========================

 ============================ */

.banner {
	background: url(../images/slide.jpg) 0 -50px;
	background-size: cover;
	height: 65%;
}

.banner-restaurant{
	background: url(../images/banner-restaurant.jpg);
	background-size: cover;
	height: 65%;
}

.banner-bar {
	background: url(../images/banner-bar.jpg);
	background-size: cover;
	height: 65%;
}

.banner-location {
	background: url(../images/banner-building.jpg);
	background-size: cover;
	height: 65%;
}


.bg-grey {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+60,eeeeee+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 60%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 60%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 60%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.bg-building {
	background: url(../images/building.jpg) 0 15%;
	background-size: cover;
	padding: 70px 0;
}

.card {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.card img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.img-wrapper {
	position: relative;
	overflow: hidden;
	background: #000;
}

.img-wrapper:hover img {
	opacity: 0.7;
}

.img-wrapper h2 {
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-shadow: 0 0 5px #000;
	padding: 20px 10px 10px 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.img-wrapper h6 {
	position: absolute;
	bottom: -10px;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 500;
	background: rgba(0,0,0,0.45);
	padding: 8px 12px;
	text-shadow: none;
}

.img-frame {
	height: 170px;
	overflow: hidden;
}

.text-wrapper {
	padding: 20px;
}

img.desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.img-full {
	width: 100%;
}

.flag-icon {
	width: 24px;
	margin-right: 3px;
	position: relative;
	top: 20px;
}

.blur-bg {
	background: url(../images/blur-bg.jpg);
	background-size: cover;
	padding: 40px 0;
	color: #fff;
}

ul.list li {
	list-style: none;
	padding: 6px 15px;
	background: #f7f7f7;
	margin-bottom: 2px;
}

ul.list li .fa {
	font-size: 13px !important;
	color: #333;
	margin-right: 3px;
}

table {
	width: 100%;
}

table td {
	padding: 7px 15px;
	border-top: 1px solid #ddd;
}

table tr:last-child {
	border-bottom: 1px solid #ddd; 
}

table tr:nth-child(even) {
	background: #fff;
}
table tr:nth-child(odd) {
	background: #f7f7f7;	
}

.info-box {
	border: 1px solid #e3e3e3; 
	padding: 25px 25px 12px 25px; 
	border-radius: 2px;
}

.info-box h5 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 4px;
	text-transform: uppercase;
}

form label{
	margin-top: 15px !important;
	font-size: 18px !important; 
}

form input{
	color: #555 !important;
	font-size: 15px !important;
	padding: 12px !important;
}

form .btn-primary {
	background: #BF9F41 !important;
	border-radius: 1px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	padding: 11px 20px 8px 20px !important;
	border: 0 !important;
	text-transform: uppercase !important;
	color: #fff !important;
}

/* ===========================
 --- Footer
 ============================ */

footer {
	background: #1C2331;
	padding: 50px 0 0 0;
	color: #ddd;
}

footer h5 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

footer a {
	color: #eee;
}

footer a:hover {
	color: #fff;
}

.footer-bottom {
	background: #111C28;
	background: #141822;
	padding: 22px 0;
}

ul.contact-info {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.contact-info li {
	margin-bottom: 8px;
}

ul.contact-info .fa {
	float: left;
	width: 32px;
	margin-bottom: 15px;
	font-size: 18px !important;
	position: relative;
	top: 3px;
}

ul.footer-menu {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style: none;
	width: 270px;
}

ul.footer-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 3px 0;
}

ul.footer-menu li:last-child {
	border-bottom: 0;
}

ul.footer-menu li a {
	color: rgba(255,255,255,0.85);
}

ul.footer-menu li:hover a {
	color: #fff;
}

/* ===========================
 --- Nivo Slider
 ============================ */

.theme-default .nivoSlider {
	margin-bottom: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.nivo-caption {
	background: rgba(0,0,0,0.7) !important;
	bottom: 0 !important;
	font-size: 24px !important;
	padding: 10px 20px !important;
	text-align: center;
	line-height: 1.3em;
	font-weight: 500;
	font-family: Catamaran !important;
	opacity: 1 !important;
}

/* ===========================
 --- Owl Crousel
 ============================ */

.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
}

.owl-prev {
	left: -65px;
}

.owl-next {
	right: -65px;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #ccc;
	font-size: 1.7em;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 45px;
	border-radius: 2px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
	color: #777;
}

.owl-carousel .card {
	margin: 0 10px !important;
}

/* ===========================
 --- ihover
 ============================ */

.ih-item {
	border: 0 !important;
	box-shadow: none !important;
	width: 100% !important;
	height: 100% !important;
}

.ih-item.square.effect13 .info {
	background: rgba(0, 0, 0, 0.5) !important;
	padding-top: 18% !important;
}

.ih-item .info h3 {
	background: rgba(196,20,35,0.8) !important;
	display: inline-block;
	padding: 7px 15px !important;
	text-transform: capitalize !important;
	font-size: 19px !important;
	line-height: 1.3em;
	border-radius: 2px;
}

.ih-item .info p {
	color: #fff !important;
	font-size: 14px !important;
	font-style: normal !important;
}

/* ===========================
 --- Media queries
 ============================ */

@media (min-width: 1200px) {
	.header .container {
		/*width: 1200px;*/
	}
}

@media (max-width: 1201px) {
	.img-frame {
		height: 190px;
	}
}

@media (max-width: 991px) {
	.img-frame {
		height: 140px;
	}
}

@media (min-width: 767px) {
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
}

@media (max-width: 768px) {
	.header {
		position: relative;
		background: #111;
		padding: 10px 10px;
	}
	.site-logo {
		position: relative;
		top: 30px;
	}
	.navbar-toggle {
		position: relative;
		left: 20px;
	}
	.navbar-toggle span {
		border-bottom: 2px solid #B19E46;
	}
	.navbar-collapse {
		max-height: none;
	}
	.navbar {
		margin-left: 0;
		margin-top: 0;
		border-top: 0;
	}
	.navbar ul.nav > li > a {
		padding: 10px 0;
		margin-right: 0;
		border-bottom: 1px solid #222;
	}
	.navbar ul.nav > li:last-child > a {
		border-bottom: 0;
	}
	.navbar ul.nav > li.active > a {
		background: none;
	}
	.bg-building {
		background: url(../images/building.jpg);
		padding: 40px 0;
	}
	.img-frame {
		height: auto;
	}
	.banner, .banner-restaurant, .banner-bar, .banner-location  {
		display: none;
	}
	.flag-icon {
		top: 0;
		width: 20px;
	}
}

@media (max-width: 480px) {
}
