@charset "utf-8";
@font-face {
	font-family: 'MrsEaves';
	src: url('/fonts/MrsEavesItalic.eot');
	src: url('/fonts/MrsEavesItalic.eot') format('embedded-opentype'),
		url('/fonts/MrsEavesItalic.woff') format('woff'),
		url('/fonts/MrsEavesItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Filosofia';
	src: url('/fonts/FilosofiaRegular.eot');
	src: url('/fonts/FilosofiaRegular.eot') format('embedded-opentype'),
		url('/fonts/FilosofiaRegular.woff') format('woff'),
		url('/fonts/FilosofiaRegular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Eunuverse';
	src: url('/fonts/Eunuverse-Roman.eot');
	src: url('/fonts/Eunuverse-Roman.eot') format('embedded-opentype'),
		url('/fonts/Eunuverse-Roman.woff') format('woff'),
		url('/fonts/Eunuverse-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 300;
}
.content50right::-webkit-scrollbar {
    width: 10px;
}


.content50right::-webkit-scrollbar-track {
	background-color: #eee;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
	border-left: 4px solid white;
	border-right: 4px solid white;
}
 
.content50right::-webkit-scrollbar-thumb {
  background-color: #ef4423;
  border-radius: 5px;
  border-left: 2px solid white;
  border-right: 2px solid white;
}
.menuicon {
	font-size: 1.5em;
	color: #000;
	font-family: 'MrsEaves', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	float: right;
	margin-right: 20px;
}
.imagesquare {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}
.imagesquare img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
.imggal, .imggalh {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	background: #230000;
	transition: all 0.4s ease;
}
.imggal img, .imggalh img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	transition: all 0.4s ease;
}
.imggal img {
	width: 100%;
}
.imggalh img {
	height: 100%;
}
.imggal:hover img {
	width: 110%;
	opacity: 0.7;
	transition: all 0.4s ease;
}
.imggalh:hover img {
	height: 110%;
	opacity: 0.7;
	transition: all 0.4s ease;
}
.categorygal {
	position: relative;
	float: right;
}
@media(min-width: 768px) {
	.index .navbar-toggle {
    	display: table-cell;
		vertical-align: middle;
		width: 95px;
		height: 100%;
		position: fixed;
		float: left;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: transparent;
		background-image: none;
		border: 0px solid transparent;
		border-radius: 0px;
	}
	.menu_hover {
		position: fixed;
		width: 95px;
		height: 100vh;
		padding: 0;
		margin: 0;
		z-index: 99;
	}
}
@media(max-width: 767px) {
	.index .navbar-toggle {
    	display: table-cell;
		vertical-align: middle;
		width: 45px;
		height: 55px;
		position: fixed;
		bottom: 50%;
		float: left;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: -27px;
		background-color: transparent;
		background-image: none;
		border: 0px solid transparent;
		border-radius: 0px;
	}
}
.index .navbar-default .navbar-toggle:hover, .index .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.index .navbar-default .navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 1px;
	margin-left: auto;
	margin-right: auto;
    background-color: #ef4423;
	transition: all 0.4s ease;
}
@media(max-width: 767px) {
	.index .navbar-default .navbar-toggle .icon-bar {
		width: 100%;
	}
}
.index .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #b73423;
	transition: all 0.4s ease;
}

.index .navbar-default .navbar-toggle.xsign .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.index .navbar-default .navbar-toggle.xsign .middle-bar {
	opacity: 0;
}
.index .navbar-default .navbar-toggle.xsign .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.index .navbar-default .navbar-toggle .top-bar {
	transform: rotate(0);
}
.index .navbar-default .navbar-toggle .middle-bar {
	opacity: 1;
}
.index .navbar-default .navbar-toggle .bottom-bar {
	transform: rotate(0);
}
.index .menu-main img, .menu-main-mobile img {
	padding: 0 5px;
	width: 100%;
}
.index .menu-main, .menu-main-mobile {
	z-index: 99;
	padding: 5px;
	position: absolute;
	margin-top: 15px;
}
.index .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.index .navbar-fixed-top {
    top: 0;
	left: 0;
	width: 95px;
	height: 100vh;
    border-width: 0 0 0px;
	background-size: cover;
	background-position: right;
}

@media(max-width: 767px) {
	.index .navbar-fixed-top {
		width: 45px;
	}
}
.index .navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
	z-index: 80;
}
.index .navmenu-brand {
	padding: 0;
}
.index .navmenu-brand img {
	width: 300px;
}
.index .navmenu, .navbar-offcanvas {
    width: 450px;
    height: auto;
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
	background-size: cover;
	background-position: right;
	padding: 15px;
}
@media(max-width: 767px) {
}
.index .nav>li>a {
    position: relative;
    display: block;
    padding: 9px 15px;
}
.index .offcanvas {
	padding-left: 95px;
	background-color: #FFF;
	background-image: url(/img/menu-background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
	color: #000;
	z-index: 50;
}
@media(max-width: 767px) {
	.index .offcanvas {
		width: 100vw;
		padding-left: 45px;
	}
}
.index .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.index .navmenu-default .navmenu-nav>li>a, .index .navbar-default .navbar-offcanvas .navmenu-nav>li>a {
    color: #939598;
	text-transform: uppercase;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	transition: all 0.4s ease;
}
.index .dropdown-menu>li>a {
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	font-size: 1em !important;
    padding: 3px 40px;
    line-height: 1.42857143;
}
.index .navmenu-default .navmenu-nav>li>a:hover, .index .navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover {
	color: #000;
	transition: all 0.4s ease;
}
.index .onehomediv a {
	display: table-cell;
	vertical-align: middle;
}
.index .navmenu-default .navmenu-nav.dropdown-menu, .index .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
    background-color: transparent;
}
.index .navmenu-default .navmenu-nav>.open>a, .index .navbar-default .navbar-offcanvas .navmenu-nav>.open>a, .index .navmenu-default .navmenu-nav>.open>a:focus, .index .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus {
    background-color: transparent;
    color: #ef4423;
	transition: all 0.4s ease;
}
.index .navmenu-default .navmenu-nav>.open>a:hover, .index .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover {
    color: #b73423;
	transition: all 0.4s ease;
}
.index .navmenu-default .navmenu-nav>.active>a, .index .navbar-default .navbar-offcanvas .navmenu-nav>.active>a, .index .navmenu-default .navmenu-nav>.active>a:hover, .index .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover, .index .navmenu-default .navmenu-nav>.active>a:focus, .index .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
    color: #FFF;
    background-color: #18467f;
	transition: all 0.4s ease;
}
.index .navbar {
  display: block;
  text-align: center;
  z-index: 60;
  background-color: #FFF;
  background-image: url(/img/menu-background.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}
.index .navbar-brand {
  display: inline-block;
  float: none;
}

.socialmedia {
	position: relative;
}
.btn-socmed-white-circle {
	color: #FFF;
	background-color: transparent !important;
	background-image: url(/img/socmed-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	border: 0px solid #000;
	opacity: 1;
	transition: all 0.4s ease;
	padding: 10px;
	width: 35px;
	height: 35px;
	font-size: 1em;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 10px;
	line-height: 1;
}
.btn-socmed-white-circle:hover {
	color: #FFF;
	opacity: 0.7;
	border: 0px solid #000;
	transition: all 0.4s ease;
}
.footer {
	position: absolute;
	bottom: 15px;
	padding-right: 70px;
}
.copyright {
	color: #999999;
	font-size: 0.8em;
}
.copyright a {
	color: #ef4423;
	transition: all 0.4s ease;
}
.copyright a:hover {
	color: #b73423;
	transition: all 0.4s ease;
}

#pp-nav.right {
    right: 30px;
}
#pp-nav li, .pp-slidesNav li {
    display: block;
    width: 12px;
    height: 13px;
    margin: 7px 7px;
    position: relative;
}
.pp-tooltip {
    font-size: 10px;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}
.container-fluid {
	padding-right: 25px;
	padding-left: 25px;
}
@media(max-width: 767px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.bgopacwhite {
	background: rgba(255,255,255,0.9);
}
.bgopacwhite50left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	z-index: 5;
}
@media(max-width: 767px) {
	.bgopacwhite50left {
		width: 100%;
		background: rgba(255,255,255,0.75);
	}
}
.bgopacblack {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 5;
}
.linewhite20 {
	position: relative;
	width: 20%;
	border-top: 1px solid #FFF;
	min-height: 1px;
	margin: 40px auto;
}
.lineblack20 {
	position: relative;
	width: 20%;
	border-top: 2px solid #000;
	min-height: 1px;
	margin: 20px 0;
}
.abouthomepage {
	position: relative;
	text-align: center;
}
.abouthomepage a {
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	background: rgba(255,255,255,1);
	color: #000;
	transition: all 0.4s ease;
	padding: 5px 26px;
	margin: 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.abouthomepage a:hover {
	color: #FFF;
	background: rgba(141,198,63,0.8);
	text-decoration: none;
	transition: all 0.4s ease;
}
.btn_menulist {
	margin: 10px 0-10px auto;
	width: 80%;
}
@media (max-width: 991px) {
	.btn_menulist {
		margin: 10px 0 10px auto;
		width: 100%;
	}
}
.btn_menulist a {
	position: relative;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 15px;
	display: block;
	color: #000;
	transition: all 0.4s ease;
	margin: 0px -15px 0px 0;
}
.btn_menulist a:hover {
	text-decoration: none;
	background: #000;
	color: #FFF;
	transition: all 0.4s ease;
}
.fullheightimg {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 10;
}
.fullheightimg img {
	position: absolute;
	top: -9999px;
	left: -9999px;
	bottom: -9999px;
	right: -9999px;
	margin: auto;
	width: 100%;
}
.pressimg {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
.pressimg img {
	position: absolute;
	top: -9999px;
	left: -9999px;
	bottom: -9999px;
	right: -9999px;
	margin: auto;
}
.btn_reservation {
}
.btn_reservation>.view_reservation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	color: #000;
	text-align: center;
	z-index: 1;
	transition: all 0.4s ease;
	opacity: 0;
	cursor: pointer;
}
.btn_reservation:hover>.view_reservation {
	z-index: 99;
	transition: all 0.4s ease;
	opacity: 1;
}
.verticaltable {
	margin-top: 48%;
}
.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    display: flex;
	align-items: center;
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
}
.view_reservation h2 {
	position: relative;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
}
.address {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 5%;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #FFF;
	font-size: 14px;
}
.reservation_button {
	position: relative;
	margin-top: 30px;
}
.reservation_button a {
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.1em;
	background: rgba(255,255,255,1);
	color: #000;
	transition: all 0.4s ease;
	padding: 7px 25px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.reservation_button a:hover {
	color: #FFF;
	background: #ef4423;
	text-decoration: none;
	transition: all 0.4s ease;
}
.blackbackground {
	position: relative;
	width: 100%;
	background: #000;
	overflow: auto;
}
.scrolling, .content_body {
	position: relative;
	width: 100%;
	padding-left: 65px;
	height: calc(100vh - 30px);
}
.scrolling {
	overflow: auto;
}
.content_body {
	overflow: hidden;
}
.banner50left {
	position: relative;
	float: left;
	width: 50%;
	height: calc(100vh - 30px);
}
.content50right {
	position: relative;
	float: right;
	width: 50%;
	height: calc(100vh - 30px);
	padding: 30px 40px;
	overflow: auto;
}
@media(max-width: 767px) {
	.scrolling, .content_body {
		padding-left: 0px;
		margin-left: 0px;
		margin-right: 0px;
		height: calc(100vh - 10px);
		overflow: auto;
	}
	.banner50left {
		position: relative;
		float: left;
		width: 100%;
		height: 80vh;
	}
	.content50right {
		position: relative;
		float: right;
		width: 100%;
		height: auto;
		padding: 15px 15px;
		overflow: auto;
	}
}
.section-panel {
	position: relative;
	width: 70%;
	margin: 0 0 0 auto;
	padding-right: 30px;
}
.logo-tesate-banner {
	position: absolute;
	right: 0;
	top: -50px;
}
.section-title {
	position: relative;
	font-family: 'Eunuverse', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 4em;
	margin: 5px 0 5px 0;
	display: inline-block;
}
.section-content {
	position: relative;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #FFF;
	font-size: 1.2em;
	letter-spacing: 0.05em;
}
.header1 {
	font-family: 'Eunuverse', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 3.5em;
	letter-spacing: 0.1em;
	color: #000;
	margin-bottom: 20px;
}
.header2 {
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	color: #000;
}
.header3 {
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 2.2em;
	letter-spacing: 0.1em;
	color: #000;
}
.header4 {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 200;
	font-size: 1em;
	margin: 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #a7a9ac;
}
.header5 {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 300;
	font-size: 2.2em;
	margin: 0;
	letter-spacing: 0.1em;
	color: #000;
}
@media(max-width: 767px) {
	.section-panel {
		position: relative;
		width: 94%;
		margin: 0 auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	.section-title {
		font-size: 2.0em;
	}
	.section-content {
		font-size: 0.9em;
	}
	.header2 {
		font-size: 1.3em;
	}
	.header3 {
		font-size: 1.3em;
	}
	.header5 {
		font-size: 1.5em;
	}
}
.content_inside {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 2em;
	margin: 0;
	letter-spacing: 0.1em;
	color: #000;
	text-align: justify;
}
.content_inside p {
	margin-bottom: 45px;
}
.nextbutton .btn-warning {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: 0.15em;
	background-color: #ef4423;
	color: #FFF;
	padding: 8px 20px !important;
	border-radius: 0;
	text-transform: uppercase;
	transition: all 0.4s ease;
}
.nextbutton .btn-warning:hover {
	background-color: #b73423;
	transition: all 0.4s ease;
}
.nextbutton span {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 500 !important;
	font-size: 1em;
	letter-spacing: 0.15em;
	padding: 10px 20px;
	font-weight: 300;
	background-color: #f1f2f2;
	color: #000;
	text-transform: uppercase;
}
.subtext1 {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 300;
	font-size: 21px;
	color: #d8d4b3;
	line-height: 1.25em;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.subtext2 {
	position: relative;
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 300;
	font-size: 21px;
	color: #000;
	line-height: 1.25em;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	z-index: 20;
}
.orange {
	color: #ef4423;
}
.lineorange {
	position: relative;
	border-top: 2px solid #ef4423;
	min-height: 1px;
	width: 35px;
}
.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #a7a9ac;
    background-color: transparent;
}
.nav-pills > li > a {
	line-height: 1em;
	border-radius: 0;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border-right: 1px solid #a7a9ac;
}
.nav-pills > li:last-child > a {
	border-right: 0px solid #a7a9ac;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ef4423;
    background-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
	color: #ef4423;
    text-decoration: none;
    background-color: transparent;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.nav-tabs > li > a {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	padding: 5px 10px !important;
	font-weight: 400;
	font-size: 1.2em;
	color: #bcbec0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: #ef4423;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}
#sendusmessage .form-control {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 200;
	font-size: 1.1em;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
	padding: 6px 0;
	border: 0;
	border-bottom: 1px solid #bcbec0;

}
#sendusmessage .btn-warning, .presslist .btn-warning {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 0.15em;
	background-color: #ef4423;
	color: #FFF;
	padding: 6px 18px !important;
	border-radius: 0;
	transition: all 0.4s ease;
}
#sendusmessage .btn-warning:hover, .presslist .btn-warning:hover {
	background-color: #b73423;
	transition: all 0.4s ease;
}

#npdetail .btn-warning, .presslist .btn-warning {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 0.15em;
	background-color: #ef4423;
	color: #FFF;
	padding: 6px 18px !important;
	border-radius: 0;
	transition: all 0.4s ease;
}
#npdetail .btn-warning:hover, .presslist .btn-warning:hover {
	background-color: #b73423;
	transition: all 0.4s ease;
}
.marker {
	cursor: pointer;
}
.marker:hover>h2 {
	background-color: #F5F5F5;
	transition: all 0.4s ease;
}
.marker>h2 {
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0;
	color: #6d6e71;
	transition: all 0.4s ease;
}
.marker>h2>a {
	color: #ef4423;
	transition: all 0.4s ease;
}
.marker>h2>a:hover {
	color: #b73423;
	transition: all 0.4s ease;
}
@media(max-width: 767px) {
	.marker>h2 {
		font-size: 0.8em;
	}
}
.menu_list {
	position: relative;
	padding-bottom: 15px;
}
.menu_price {
	float: left;
	width: 10%;
}
.menu_type {
	font-family: 'MrsEaves', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: #ef4423;
	font-size: 2.6em;
}
.menu_details {
	float: left;
	width: 90%;
}
.menu_details h4.menu_title {
	font-family: 'Filosofia', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: #000;
	font-size: 1.5em;
	margin: 0;
}
.menu_details .menu_desc, .menu_price {
	font-family: 'MrsEaves', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: #000;
	font-size: 1.3em;
}
@media(max-width: 767px) {
	.subtext1 {
		width: 90%;
	}
	.menu_details .menu_desc, .menu_price {
		font-size: 1em;
	}
	.menu_details h4.menu_title {
		font-size: 1.1em;
	}
	.menu_type {
		font-size: 1.8em;
	}
	.menu_price {
		float: none;
		width: 100%;
	}
	.menu_details {
		float: none;
	}
	.menuicon {
		font-size: 1.2em;
		float: none;
		margin-right: 0;
	}
}
.lineyellow35 {
	position: relative;
	width: 35%;
	border: 1px solid #d8d4b3;
	margin: 30px auto 40px auto;
}
.linegrey35 {
	position: relative;
	width: 35%;
	border: 1px solid #a7a9ac;
	margin: 30px auto 40px auto;
}
.contenttext1 {
	position: relative;
	text-align: justify;
	color: #FFF;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 2.0em;
	margin-bottom: 30px;
}
.contenttext2 {
	position: relative;
	text-align: justify;
	color: #000;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 2.5em;
	z-index: 10;
}
.team_name {
	position: relative;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.team_position {
	position: relative;
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 0.9em;
}
.team_desc {
	position: relative;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 11px;
	line-height: 1.8em;
	text-align: justify;
	letter-spacing: 1px;
	padding: 15px 0 10px 0;
	white-space: pre-wrap;
}
.team_pic {
	position: absolute;
	width: 150%;
	top: -80px;
	left: -65%;
}
.team_pic img {
	border: 3px solid #d8d4b3;
	border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
	.copyright {
		font-size: 8px;
	}
}
@media (max-width: 767px) {
	.team_pic {
		position: relative;
		width: 100%;
		top: inherit;
		left: inherit;
	}
	.team_pic img {
		border: 3px solid #d8d4b3;
		border-radius: 50%;
	}
	.team_name {
		text-align: center;
	}
	.team_position {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 55%;
	}
}
.menulist_inside {
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
	transition: all 0.4s ease;
	border-radius: 5px;
}
.menulist_inside:hover {
	background: #F0F0F0;
	transition: all 0.4s ease;
}
.menuname {
	position: relative;
	text-transform: uppercase;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1.2em;
}
.menudesc {
	position: relative;
	font-family: 'Montserrat', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.5em;
}
.menuprice {
	position: relative;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: right;
}
.scrollheight {
	position: relative;
	height: 100%;
	overflow: auto;
}
@media(max-width: 991px) {
	a.fancybox-close {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	a.fancybox-prev {
		left: 0px;
	}
	a.fancybox-next {
		right: 0px;
	}
}
.home_menu_page {
	font-size: 16px;
	width: 50%;
	margin: 5px 0 0 auto
}
@media(max-width: 767px) {
	.home_menu_page {
		font-size: 16px;
		width: 100%;
		margin: 5px 0 0 auto
	}
}



#fullscreen_div_admin {
	display: table;
	background-size: cover;
}
#fullscreen_center_admin {
	display: table-cell;
    margin: 0;
    padding: 0;

    text-align: center;
    vertical-align: middle;
}
#fullscreen_width_admin {
	width: 100%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
#fullscreen_content_admin {
	background: rgba(255,255,255,0.6);
	padding: 30px;
}

.invalid {
	color: #C00;
	font-weight: 700;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 10px;
	font-style: italic;
}
#wrapper {
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
#wrapper .side-nav {
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#FFF));
	background: -o-linear-gradient(#FFF, #FFF);
	background: linear-gradient(#FFF, #FFF);
	z-index: 2;
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}
#wrapper .navbar-default {
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#FFF));
	background: -o-linear-gradient(#FFF, #FFF);
	background: linear-gradient(#FFF, #FFF);
	border: 0px solid #FFF;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	transition: all 0.4s ease;
	margin-top: 0;
	height: 20px;
}

#wrapper .navbar-default .side-nav > li > a {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #333;
	line-height: inherit;
	margin-top: 0px;
	padding: 3px 15px;
}
#wrapper .navbar-default .side-nav > li > a:hover {
	color: #FFF;
	background-color: rbga(206,140,42,0.8);
}
.side-nav > li > ul > li > a {
}
.top-nav>li>a {
}
.fullscreen_content_admin #loginform {
	width: 30%;
	margin: 0 auto;
}
.admin-menu-title {
	position: relative;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #AAA;
	letter-spacing: 1px;
	font-size: 20px;
	display: block;
	padding: 0px 0 0 45px;
	width: 100%;
	text-transform: capitalize;
}
.page-header {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#page-wrapper {
	padding-top: 30px;
	background-color: transparent;
}
#page-wrapper .page-header {
  padding-bottom: 0px;
  margin: 40px 0 10px 0;
  border-bottom: 0px solid #eee;
}
.breadcrumb {
	background-color: #fff1d9;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.panel-title, .btn {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.lefttopabsolute {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 99;
}
.righttopabsolute {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 99;
}
.rightbottomabsolute {
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 99;
}
.iascol {
	position: relative;
}
.btn {
	transition: all 0.4s ease;
}
.btn:hover {
	transition: all 0.4s ease;
}
.coord_desc a {
	color: #FFF;
	text-decoration: underline;
}
.coord_desc {
	margin-top: 10px;
	text-align: center;
	background: #E03718;
	color: #FFF;
}
.presslist {
	border-bottom: 1px solid #e6e7e8;
}
@media(max-width: 991px) {
	.presslist {
		border-bottom: 1px solid #e6e7e8;
	}
}
.presstitle {
	position: relative;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 30px;
	color: #000;
	text-transform: uppercase;
}
.presscontent {
	position: relative;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	line-height: 1.8em;
	margin-bottom: 15px;
	text-align: justify;	
	white-space: pre-wrap;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.contacttitle1 {
	position: relative;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 30px;
	font-weight: normal;
}
.contactcontent1 {
	position: relative;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 1px;
	white-space: pre-wrap;
	margin-bottom: 40px;
}
.contacttitle2 {
	position: relative;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 30px;
	font-weight: normal;
}
.contactcontent2 {
	position: relative;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 1px;
	white-space: pre-wrap;
	margin-bottom: 40px;
}
.contactformtitle {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 2px;
	white-space: pre-wrap;
	margin-top: 10px;
	padding-left: 10px;
}
.contactforminput .form-control {
	border-radius: 0;
	border: 1px solid #231f20;
	padding: 3px 10px;
	height: inherit;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
}
.alert {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}



.background {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: cover;
}

svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.rect {
  fill: none;
  stroke-width: 8px;
  stroke: #ef4423;
  stroke-dasharray: 40;
  stroke-dashoffset: 50%;
  -webkit-animation: movedash 1.5s forwards 0s infinite;
          animation: movedash 1.5s forwards 0s infinite;
}

@-webkit-keyframes movedash {
  to {
    stroke-dashoffset: 250%;
  }
}

@keyframes movedash {
  to {
    stroke-dashoffset: 250%;
  }
}