/*                                             
Theme Name:     PBS-Theme         
Version:        1.0                            
Author:         PBS                    
Tags:                                          
*/      

@font-face {
    font-family: 'Tungsten';
    src: url('./assets/fonts/Tungsten.otf');
}
/*
@font-face {
    font-family: 'Tungsten Semibold';
    src: url('./assets/fonts/Tungsten-Semibold.ttf');
}*/
@font-face {
    font-family: 'Bookman';
    src: url('./assets/fonts/Bookman.otf');
}
@font-face {
    font-family: 'Bookman Medium';
    src: url('./assets/fonts/Bookman-Medium.otf');
}

:root {
	font-size: 10px !important;
}
.row:before, .row:after {width:0px; height:0px;}
.p-6{
	padding: 4rem;
}

.p-5{
	padding: 10rem !important;
}

.no-scroll {
	overflow: hidden !important;
}
.bg{
	background-color: grey;
}
.placeholder {
  width: 100%;
  height: 450px;
  background-color: #C9C9C9;
}
.placeholder.sm {
  height: 100px;
}
.placeholder.md {
   height: 200px;
}
.placeholder.lg {
   height: 750px;
}
#main {
	margin-top: 7.1rem;
	/* test load */
	overflow: hidden;
}
nav.navbar{
	min-height: 7.1rem;
	background-color: #131E29;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}
body:not(.single-locations) nav.navbar{
	justify-content: flex-end;
}

body:not(.single-locations) nav.navbar .select{
	display: none;
}

nav.navbar button:focus{
	outline: none !important;
}
nav.navbar select {
	height: 7.2rem;
	width: 11.5rem;
	color: #00bbb4;
	font-family: Tungsten;
	font-size: 6rem;
	font-weight: 600;
	line-height: 7.2rem;
	background-color: #131E29;
	border: none;
	padding: 0 1rem;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

nav.navbar .select {
	background-color: transparent;
	border: none;
	padding: 0 2rem;
	min-width: 11.5rem;
}

nav.navbar .select a{
	color: #00bbb4;
	font-family: Tungsten;
	font-size: 5rem;
	font-weight: 600;
	line-height: 7.2rem;
	background-color: #131E29;
	border: none;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

nav.navbar .select .dropdown-menu a:hover{
	background-color: #00bbb4;
	color: #131E29;
}


nav.navbar .select .dropdown-menu {
	background-color: #131E29;
	min-width: 100px;
	max-height: 520px;
	overflow: overlay;
	text-align: center;
	overflow-y: scroll;
	padding: 1rem 0;
	margin-top: -5px;
}

nav.navbar .select .dropdown-menu a{
	padding: 10px;
	line-height: 4rem;
}

nav.navbar .select .dropdown-toggle::after {
    display: none;
}

nav.navbar .select .dropdown-icon{
	color: #FFF;
	transform: rotate(90deg);
    font-size: 2.6rem;
    position: absolute;
    top: 2.5rem;
    right: 0;
}
.alert {
	font-size: 2rem;
    padding: 2rem;
    margin: 0 4rem;
}
.alert-dismissible .close{
	font-size: 26px;
}
.navbar-toggler i {
	font-size: 4.5rem;
	color: #f25e09;
}
.navbar-toggler img{
	width: 4rem;
}
.floating-logo {
	max-width: 200px;
	position: absolute;
	top: 30px;
	left: 135px;
	z-index: 99999;
}

.pos-f-t{
	position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
}

.social{width: 100%;}

.pos-f-t .collapse.show{ 
	z-index: 99999999;
}

.collapse .menu {
	background-color: rgba(19,30,41,0.94);
	width: calc(100% + 15px);
}

.collapsing .menu {
	background-color: rgba(19,30,41,0.94);
	width: calc(100% + 15px);
}

.menu ul {
}

.menu .header-menu .page_item,
.menu .header-menu .menu-item {
	list-style: none;
	font-family: Tungsten;
	font-size: 40px;
	font-weight: 500;
	line-height: 70px;
	text-align: right;
}

.menu .header-menu .page_item a,
.menu .header-menu .menu-item a{
	color: #FFFFFF;
	text-decoration: none;
}

.menu .header-menu .page_item:hover,
.menu .header-menu .menu-item:hover {
	cursor: pointer;
}

.menu .header-menu .page_item:hover a,
.menu .header-menu .menu-item:hover a,
.menu .header-menu .current-menu-item a{
	text-decoration: none;
	border-bottom: .5rem solid #f25e09;
}

.header .text {
	background-color: #f25e09;
	padding: 0 10rem;
	padding-bottom: 10rem !important;
	flex-direction: column;
}
.header .text p {
	text-transform: uppercase;
	font-family: Tungsten;
	color: #FFFFFF;
	font-size: 20rem;
	font-weight: 500;
	line-height: 25rem;
	margin-bottom: 6rem;
	width: 75%;
	max-width: 1200px;
	text-align: center;
}

.events_description button {
	margin-top: 6rem !important;
}
.about .text, .info-boxes .text{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.info-boxes .image img{
	height: 100%;
}

.about .text .title, .info-boxes .text .title{
	color: #00BBB4;
	font-family: "Bookman Medium";
	font-size: 5rem;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
	line-height: 5.7rem;
	border-bottom: 1.5rem solid #131E29;
	text-align: left;
	width: 90%;
}
.about .text .content, .info-boxes .text .content, .info-boxes .text p{
	color: #000000;
	font-family: "Bookman";
	font-size: 2.5rem;
	line-height: 4.5rem;
	text-align: left;
	width: 90%;
	margin-bottom: 45px;
}

.about .img, .info-boxes .img {
	width: 100%;
}
.pt-20{
	margin-top:20px;
}
.about .box {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
}

.about .work .box{
	padding: 5rem 10rem 10rem 10rem !important;
}

.info-boxes .box{
	align-items: flex-start;
	display: flex;
	justify-content: center;
}

.reservation {
	background-color:#F1F1F2; 
	padding-bottom: 80px;
}

.reservation .title {
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 80px !important;
}

.reservation .title p{
	color: #131E29;
	font-family: "Bookman Medium";
	font-size: 5rem;
	line-height: 5.9rem;
	max-width: 500px;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1.5rem solid #00BBB4;
}


.reservation .search-button {
	background-color: #DA3742;
	font-size: 1.4rem;
	line-height: 1.6rem;
	padding: 0 2rem;
	font-family: sans-serif;
	color: #FFF;
	border-radius: 3px;
}

section.social {
	justify-content: space-between;
}

.social .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 650px;
	margin: 0 auto;
	padding: 0 10rem;
}
.social .title {
	color: #131E29;
	font-family: Tungsten;
	font-size: 14rem;
	font-weight: 500;
	line-height: 18rem;
	text-transform: uppercase;
	width: 80%;
}
.social .title span{
 border-bottom: 1.5rem solid #f25e09;
}
.social .social-icons {
	width: 80%;
	margin-top: 3rem;
}
.social .social-icons a img{
	height: 59px;
	margin-right: 1.4rem !important;
}

.social-footer-icons a:hover {
	text-decoration: none;
	color: transparent;
}

.news {
	background-color: #131E29;
	background-image: url('./img/slider-texture.png');
}

 .news .new {
 	display: flex;
    justify-content: center;
	background-color: #FFF;
	margin:5%;
}

.news .title {
	color: #f25e09;
	font-family: "Bookman Medium";
	font-size: 6.7rem;
	line-height: 7.9rem;
	margin-bottom: 5rem;
}

.news .title span{
	padding-bottom: 1.5rem;
	border-bottom: 1.5rem solid #fff;
}

.news img, .new img {
	margin-bottom: 1rem;
}
.news .new-title, .new .new-title {
	color: #f25e09;
	font-family: Tungsten;
	font-size: 4rem;
	font-weight: 600;
	line-height: 4.5rem;
	margin-bottom: 1rem;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news .news .text, .news .new .text{
	color: #000000;
	font-family: "Bookman";
	font-size: 2.5rem;
	line-height: 3.5rem;
	text-align: left;
	margin-top: 1rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .text-news a:hover{
	text-decoration: none !important;
}
.news .news a, .news .new .readmore, .new .readmore{
	text-decoration: underline solid #f25e09;
	text-underline-position: under;
	-webkit-text-decoration: underline solid #f25e09;
	-webkit-text-underline-position: under;
	color: #f25e09;
	font-family: "Bookman";
	font-size: 2.5rem;
	line-height: 3rem;
}

section.footer {
	background-color: #131E29;
	padding: 11.5rem 13rem;
	width: calc(100% + 15px);
}
.contact section.footer{
	width: auto !important;
}
section.footer .title{
	color: #f25e09;
	font-family: Tungsten;
	font-size: 5.9rem;
	font-weight: 600;
	line-height: 7.1rem;
	margin-bottom: 40px;
	text-transform: uppercase;
}

section.footer .text {
	color: #FFF;
	font-family: "Bookman";
	font-size: 2rem;
	line-height: 3.6rem;
	width: calc(100% - 6rem);
}

section.footer ul.text{
	padding-inline-start: 0px;
}

section.footer ul.text li{
	list-style: none;
}

section.footer ul.text li.menu-item-privacy-policy a{
    color: #f25e09;
}

section.footer .copyright .text{
	color: #00bbb4;
  	font-family: "Bookman";
 	font-size: 2rem;
  	font-weight: 300;
  	line-height: 2.4rem;
}

button {
	padding: 1.5rem 2.4rem;
	background-color: #131E29;
	border: none;
	font-family: "Tungsten";
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 3rem;
	text-transform: uppercase;
}

button a{
	text-decoration: none;
	text-transform: uppercase;
}

button a i, button i{
	color: #FFFFFF;
	box-sizing: border-box;
	font-size: 3.2rem;
	margin-left: 2.4rem;
}
button.primary a,
button.primary a:hover, 
button.primary{
	color: #00BBB4;
	text-decoration: none;
}
button.secondary a,
button.secondary a:hover,
button.secondary{
	color: #f25e09;
	text-decoration: none;
}
button.third a,
button.third a:hover, 
button.third{
	background-color: #00BBB4;
	color: #131E29;
	text-decoration: none;
}

button.other {
	background-color: #FFF;
}

button.other a,
button.other a:hover, 
button.other{
	background-color: #FFF;
	color: #00BBB4;
	text-decoration: none;
}

button.other a i, button.other i{
	color: #f25e09;
	box-sizing: border-box;
	font-size: 3.2rem;
	margin-left: 2rem;
}

input.form-input {
	width: calc(100% - 6rem);
	height: calc(6rem + 2px);
	padding-left: 1.5rem;
	background-color: #FFF;
	color: #00BBB4;
	font-family: Tungsten;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 3.2rem;
	margin-bottom: 1.5rem;
	border: none;
}

/* LOCATION START */
.location .header .text {
	background-color: #00BBB4;
}

.location .header button.primary a{
	color: #f25e09;
}
.location .text-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.location .text-box .title{
	color: #00BBB4;
	font-family: "Bookman Medium";
	font-size: 5rem;
	line-height: 5.9rem;
	border-bottom: 1.5rem solid #131E29;
	text-align: left;
    margin-bottom: 4rem;
    width: 100%;

}
.location .text-box .title p{
	max-width: 350px;
	margin-bottom: 6rem;
}
.location .media .text-box .title p{
	max-width: 250px;
	margin-bottom: 4rem;
}
.location .text-box.bg-dark .title{
	border-bottom: 1.5rem solid #FFF;
}
.location .text-box p.content{
	color: #000000;
	font-family: "Bookman";
	font-size: 2.5rem;
	line-height: 4.6rem;
	text-align: left;
	max-width: 650px;
	width: 100%;
}

.location .text-box p.content strong{
	color: #f25e09;
	font-family: "Tungsten";
	font-size: 3.5rem;
	text-transform: uppercase;
}

.location .activities {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 6rem !important;
}
.location .activities .image {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    border-bottom: 1rem solid #FFF;
    margin-bottom: 4rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
}

.location .activities .new .new-title {
	margin-bottom: 2rem;
	font-size: 6rem;
	font-weight: 600;
	line-height: 7.2rem;
}

.location .activities h1{
	color: #f25e09;
	font-family: "Bookman";
	font-size: 5rem;
	font-weight: 400;
	line-height: 6.7rem;
	margin-bottom: 6rem;
}
.location .activities h1 span{
	border-bottom: 1rem solid #fff;
	padding-bottom: 3rem;
}
.location .newsletter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #f25e09;
}

.form-group {
	margin-bottom: 5.6rem !important;
}

.location .newsletter .input{
	padding: 0 50px;
	align-items: start;
}

.location .newsletter .suscription-text-label{
	padding: 0 50px;
}

.location .newsletter .input ::placeholder{
	color: #131E29;
}

/* FIND A LOCATION */
.find-a-location .location-icon a i,
.find-a-location .location-icon a:hover i{
	color: #FFF;
	transform: rotate(90deg);
	font-size: 9rem;
}

.find-a-location .current-locations {
	background-color: #ECECEC;
}

.find-a-location .current-locations .title,
.find-a-location .coming-soon-locations .title{
	color: #00bbb4;
	font-family: "Bookman";
	font-size: 5rem;
	font-weight: 400;
	margin-left: 14px;
	line-height: 6.7rem;
	margin-bottom: 4rem;
	display: block;

}

.find-a-location .current-locations .title span{
	padding-bottom: 2rem;
	border-bottom: 1.5rem solid #131e29;
}

.find-a-location .coming-soon-locations .title span{
	padding-bottom: 2rem;
	border-bottom: 1.5rem solid #f25e09;
}
.find-a-location .current-locations .locations, 
.find-a-location .coming-soon-locations .locations {
	margin-top: 90px;
	width: 100%;
	max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.find-a-location .current-locations .locations .location,
.find-a-location .coming-soon-locations .locations .location {
	border: 5px solid #131e29;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.5rem;
	padding: 0 2rem;
	height: 16.6rem;
	width: 16.6rem;
}
.find-a-location .current-locations .locations .location p.name,
.find-a-location .coming-soon-locations .locations .location p.name{
    color: #131e29;
    font-family: Tungsten;
    font-size: 6.9rem;
    font-weight: 350;
    text-align: center;
    margin-bottom: 0px;
}
.find-a-location .current-locations .locations .location:hover,
.find-a-location .coming-soon-locations .locations .location:hover{
	background-color: #131e29;
	cursor: pointer;
}
.find-a-location .current-locations .locations .location .hover,
.find-a-location .coming-soon-locations .locations .location .hover{
	display: none;
}

.find-a-location .current-locations .locations .location:hover .hover,
.find-a-location .coming-soon-locations .locations .location:hover .hover{
	display: block;
	color: #FFF;
	font-family: Tungsten;
  	font-size: 3rem;
  	line-height: 3.2rem;
  	font-weight: 350;
    text-align: center;
    margin-bottom: 0px;
}

.find-a-location .current-locations .locations .location:hover p.name,
.find-a-location .coming-soon-locations .locations .location:hover p.name{
	display: none;
}

.find-a-location .coming-soon-locations {
	background-position: center;
	background: url('https://punchbowl.wpengine.com/wp-content/uploads/2020/01/ComingSoonLocationsImage.png');
}

.find-a-location .coming-soon-locations .title{
	color: #fff;
}

.find-a-location .coming-soon-locations .title span{
	padding-bottom: 4rem;
	border-bottom: 1.5rem solid #f25e09;
}

.find-a-location .coming-soon-locations .locations .location {
	border: .5rem solid #FFF !important;
}
.find-a-location .coming-soon-locations .locations .location p.name{
    color: #FFF;
}
.find-a-location .coming-soon-locations .locations .location:hover{
	background-color: #FFF;
}
.find-a-location .coming-soon-locations .locations .location .hover{
	display: none;
}

.find-a-location .coming-soon-locations .locations .location:hover .hover{
	color: #131e29;
}

/* DEFAULT THEME OWL */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 1.4rem;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; 
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; 
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none;
    display: inline; 
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    border: 2px solid #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFF;
}


/* SLIDER NEWS STYLE */
.slider-owl .owl-nav, .press-nav {
	float:right;
}
.slider-owl .owl-nav  button i, .press-nav button i{ 
	color: #00bbb4;
}
.slider-owl .owl-nav  button i{
	margin-top: 4rem;
	font-size: 4.5rem;
}
.press-nav button{
	background: none !important;
	padding: 0;
}
.rotate-icon{
	transform: rotate(180deg);
}
.text-left{
	text-align: left;
}
.slider-owl .text-news{
	min-height: 250px;
	padding: 2.5rem !important;
}

/* ACTIVITIES LOCATION STYLE */
.text-activity p{
	font-size:2rem;
	font-family: "Bookman";
	color:#fff;
	margin-bottom: 0;
}
.slider-owl-act{
	padding: 0 5%;
}
.slider-owl-act .owl-nav{
	display: block !important;
}
.slider-owl-act .owl-nav {
	position: absolute;
	top: 40%;
	left: -13rem;
	right: -13rem;
}
.slider-owl-act .owl-prev, .slider-owl-act .owl-next {
    position: absolute;
    background: none;
    border: none;
    z-index: 100;
    outline: none;
}
.slider-owl-act .owl-prev i:hover, .slider-owl-act .owl-next i:hover{
	color: #fff;
}
.slider-owl-act button i{
	font-size: 5.2rem;
	margin: 0;
	color: #00bbb4; 
}
.slider-owl-act .owl-prev {
    left: -20px;
}
.slider-owl-act .owl-next {
    right: -20px;
}
.slider-owl-act .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
    margin-top: 6rem;
}
.slider-owl-act .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; 
}
.slider-owl-act .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; 
}
.slider-owl-act .owl-dots .owl-dot.active span, 
.slider-owl-act .owl-dots .owl-dot:hover span {
    background: #869791; 
}
.bg-blue{background:#131e29 !important;}
/* MENÚS */
.header-menu li a{
	text-transform: uppercase;
}
.footer ul li a {
	color:#fff;
}
/* HOURS Section in Locations */
.hours{
	padding: 10rem 12rem;
    background: #fff;
    background-image: url(./img/bg-hours.png);
    background-size: cover;
}
.hours .happy-hours {
	margin-top: 2rem;
}
.hours h3{
	color: #131E29;
    font-family: Tungsten;
    font-size: 14rem;
    font-weight: 900;
    letter-spacing: .5rem;
    line-height: 17.5rem;
    text-transform: uppercase;
    width: 90%;
	border-bottom: 1.5rem solid #131E29;
	padding-bottom: 1rem;
}
.hours hr{
	border-bottom: 1.5rem solid #131E29;
	width: 90%;
	margin: 22px 0;
}
.hours .hours-body{
	width: 100%;
	margin-top: 1.5rem;
}
.hours .hours-body p{
	font-family: Tungsten;
    font-size: 4.5rem;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 5.8rem;
    text-transform: uppercase;
}
.hours .hours-body p span {
	color: #f25e09;
}

.location .media .text-box{
	padding: 10rem 15rem !important;
}
.location .media .text-box .spotify-widget iframe{
	max-width: 600px;
	height: 750px !important;
}
.location .media .text-box .spotify-widget{
	display: flex;
    align-items: center;
    flex-direction: column
}

.location .menu {
	background-color: #f1f1f2;
	padding: 15rem 10rem
}

.location .menu .tabs{
	width: 100%;
	background-color: #131e29;
}
.location .menu .tabs ul{
	padding: 2rem;
}
.location .menu .tabs ul li{
	display: inline-block;
	color: #00bbb4;
  	font-family: Tungsten;
  	font-size: 5rem;
  	font-weight: 600;
  	text-transform: uppercase;
}
.location .menu ul li a {
    color: #00bbb4;
}
.location .menu ul li a:hover {
    text-decoration: none !important;
}
.location .menu ul li a.active{
	color: #fff;
}
.location .menu .tabs ul li span{
	margin-right: 1rem;
	margin-left: 1rem;
}

.location .menu .tabs ul li.active{
	color: #fff;
}

.location .menu .subtabs{
	width: 100%;
	height: 130px;
	background: url('./img/subtab.png');
	background-size: cover;
}

.location .menu .plates-list {
	margin-top: 4rem;
	background-color: transparent;
}

.location .menu .plate {
	margin-left: 0;
	padding-left: 3rem;
}

.location .menu .plates-list .plates-category{
	width: 100%;
	color: #f25e09;
  	font-family: "Bookman";
  	font-size: 5rem;
  	font-weight: 400;
  	line-height: 6.7rem;
  	padding-bottom: 1rem;
  	border-bottom: 1rem solid #131e29;
  	margin-bottom: 3rem;
}

.location .menu .plates-list .plate-title{
	font-family: "Tungsten";
	text-transform: uppercase;
  	font-size: 3.5rem;
  	font-weight: 700;
  	line-height: 4.6rem;
  	margin-bottom: 1rem;
}
.specials-text {
	height: 100%;
	padding: 10rem 6rem !important;
}
.specials-text .title{
	max-height: 15rem;
	line-height: 12rem;
}
.location .menu .plates-list .plate-description{
	font-family: "Bookman";
  	font-size: 2.5rem;
  	font-weight: 350;
  	margin-bottom: 3rem;
}

/* Location Specials Slider*/
.location .specials .owl-dots{
	background-color: #f25e09;
    position: absolute;
    bottom: 50px;
    padding: 20px;
    z-index: 2;
    width: 80%;
    left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.location .specials #dotcaption{
	float: left;
	color: #fff;
}

.location .specials .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    background: transparent;
    border: .2rem solid #FFF;  
}

.location .specials .owl-dots{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.location .specials .carousel-custom-dots button, .carousel-custom-dots-sp button {
	padding: 0;
	background: transparent;
}

.location .specials .carousel-custom-dots button:focus, .carousel-custom-dots-sp button:focus {
	outline: none;
}

.location .specials .owl-dot.active span, 
.location .specials .owl-dot:hover span {
    background: #FFF;
}

.location .specials .image-caption, .location .specials .image-caption-sp{
	color: #ffffff;
    font-family: Tungsten;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 4.2rem;
    text-transform: uppercase;
    display: inline-block;
	float: left;
}
/* Widget Open Table */
#ot-widget-container8{
	margin: 0 auto;
}
.ot-dtp-picker.wide .ot-title, 
.ot-powered-by{
	display: none !important;
}
.ot-dtp-picker .ot-dtp-picker-button{
	height: 48px !important;
}
.location .ot-dtp-picker .ot-dtp-picker-button{
	height: 46px !important;
}
.ot-dtp-picker .ot-dtp-picker-selector select{
	left: 0;
	padding-left: 15px;
}
.location .ot-dtp-picker.wide{
	width: 840px;
}
.ot-dtp-picker .ot-dtp-picker-selector:hover{
	outline: none !important;
	text-decoration: none !important;
	border: none !important;
}

/* Hover Captions Instagram Feed */
.caption-item{
	float:left;
	padding:0;
	width: 300px;
	height: 300px;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.caption-link {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.caption-link .caption-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;    
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.caption-layer.black {
	background: rgba(0,0,0, .5);
}

.caption-link .caption-layer:hover{
    opacity: 1;
}

.caption-link .caption-layer .caption-content {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    font-size: 5rem;
    color: #fff;
    padding: 2rem;
}

.caption-link .caption-layer .caption-content p {
    display: none;
}

.caption-link .caption-layer .caption-content h3 {
	font-size: 3rem;
}
.caption-link .caption-layer .caption-content h6{
	font-size: 1.7rem;
    margin-top: 2rem;
}

/* Home slider */
.slider-header-Home .owl-dots{
    position: absolute;
    bottom: 5%;
    padding: 10px 15px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
	/*right: 0;
	margin-left: auto;
	margin-right: auto;*/
	max-width: 400px;
}
.slider-landing .owl-dots{
    bottom: 35% !important;
}

.loc-slide .owl-dots{
	bottom: 10% !important;
}

.slider-header-Home .owl-dot span{
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	background: transparent;
	border: 2px solid #FFF;  
}

.slider-header-Home .carousel-custom-dots button {
	padding: 0;
	background: transparent;
}

.slider-header-Home .carousel-custom-dots button:focus {
	outline: none;
}

.slider-header-Home .owl-dot.active span, 
.slider-header-Home .owl-dot:hover span {
    background: #FFF;
}


.slider-owl-Home .carousel-custom-dots button{
	padding: 10px 10px;
	margin: 0px 5px;
}


/* WE'RE UP TO slider */
#carousel-custom-dots-upto button.owl-dot span{
	background: transparent;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    border: 3px solid #f25e09;
}
.owl-dots-upto{
    position: relative;
    bottom: 75px;
    z-index: 999;
    left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	text-align: center;
}

#carousel-custom-dots-upto .owl-dot span{
	border: 2px solid #f25e09;
}

#carousel-custom-dots-upto button.owl-dot.active span{
	background-color: #f25e09;
}

.carousel-custom-dots-upto button{
	outline: none;
	padding: 0;
	margin: 0px 12px;
	background-color: transparent;
}

#slider-owl-upto .item button{
	margin-top: 40px;
}

#slider-owl-upto .owl-item img {
	max-height: 750px;
	max-width: 600px;
}

.coming-soon{
	background-color: #f1f1f2;
}

.coming-soon .opening{
	padding: 50px;
}
.coming-soon .timer{
	padding-bottom: 80px;
}
.coming-soon .opening .title{
  color: #00bbb4;
  font-family: "Bookman Medium";
  font-size: 5rem;
  font-weight: 400;
  line-height: 12.7rem;
  max-width: 1000px;
  padding-bottom: 3.5rem;
  border-bottom: 1.5rem solid #131e29;
}

.coming-soon .opening .text{
  font-family: Bookman;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 4.6rem;
  max-width: 1000px;
  text-align: center;
  margin-top: 5rem;
}
.coming-soon .timer {
	width: 100%
}
.coming-soon .time {
	width: 20%;
	border: .5rem solid #131e29;
	display: inline-flex;
	align-items: center;
    flex-direction: column;
    justify-content: center;
}
.coming-soon .time:not(:last-child) {
	margin-right: 20px;
}
.coming-soon .time p{
	color: #131e29;
	font-family: Tungsten;
	font-size: 20rem;
	font-weight: 350;
	line-height: 20rem;
	margin-bottom: 0;
}

.coming-soon .time span{
    color: #131e29;
    font-family: Tungsten;
    font-size: 7.1rem;
    font-weight: 350;
    line-height: 8.6rem;
}

.events .header .text {
	background-color: #131E29;
}

.events .header .text p{
	color: #00BBB4;
	line-height: 28rem;
	margin-bottom: 1rem;
}

.header .text p span{
	border-bottom: 2rem solid #131e29;
}

.events .events-types {
	background-color: #F1F1F2;
	padding-bottom: 60px;
}

.events .events-types .title {
	color: #00BBB4;
	font-family: "Bookman";
  	font-size: 5rem;
  	font-weight: 600;
  	line-height: 6.7rem;
  	margin: 50px 0 110px 50px;
}

.events .events-types .title span{
	padding-bottom: 30px;
	border-bottom: 1.5rem solid #131E29;
}

.events .events-types .event-type{
	background-color: #131e29;
	padding: 45px;
	display: flex;
	margin-bottom: 20px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.events .events-types .event-type .image {
	margin-bottom: 40px;
	height: 150px;
}
.events .events-types .event-type .title{
	color: #f25e09;
  	font-family: Tungsten;
  	font-size: 6rem;
  	font-weight: 600;
  	line-height: 7.2rem;
  	text-align: center;
  	margin: 0 0 30px 0; 
  	text-transform: uppercase;
  	text-decoration: none;
}

.events .events-types .event-type .description{
	color: #ffffff;
  	font-family: Bookman;
	font-size: 3rem;
	font-weight: 300;
	line-height: 4.6rem;
	text-align: center;
	min-height: 45rem;
}

.events .find-a-location {
	background-color: #f25e09;
	padding: 120px 60px;
	overflow: auto;
}

.events .find-a-location .title{
	color: #ffffff;
  	font-family: Tungsten;
  	font-size: 20rem;
  	font-weight: 350;
  	line-height: 25rem;
  	text-align: center;
  	text-decoration: underline solid #131E29;
  	text-underline-position: under;
  	-webkit-text-decoration: underline solid #131E29;
	-webkit-text-underline-position: under;
}

.events .select {
	background-color: #131E29;
	border: none;
	padding: 0;
	margin-top: 30px;
}

.events .select a{
	color: #00bbb4;
	font-family: Tungsten;
	font-size: 3rem;
	font-weight: 600;
	line-height: 7.2rem;
	background-color: #131E29;
	border: none;
	padding: 10px 89px 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.single-plat .select a{	
	color: #00bbb4;
	font-family: Tungsten;
	font-weight: 600;
	line-height: 7.2rem;
	background-color: #131E29;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2.4rem;
    padding: 1rem;
    display: block;
    line-height: 3rem !important;
}

.single-plat .select .dropdown-menu a:hover{
	background-color: #00bbb4;
	color: #131E29;
}

.single-plat .select .dropdown-menu {
	background-color: #131E29;
	min-width: 100%;
	max-width: 250px;
	padding: 10px 0;
	left: -10px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.single-plat .select .dropdown-menu a{
	display: block;
	padding: 0 10px;
	width: 100%;
	line-height: 4.5rem;
}

.single-plat .select .dropdown-toggle::after {
    display: none;
}

.single-plat .select .dropdown-icon{
	color: #FFF;
	transform: rotate(90deg);
    font-size: 2.3rem;
    position: absolute;
    top: 18px;
    right: 8px;
    top: 13px !important;
}

.footnote{
	font-size: 12px;
	font-family: "Bookman";
	padding-left: 3rem;
}

.events .select .dropdown-menu a:hover{
	background-color: #00bbb4;
	color: #131E29;
}

.events .select .dropdown-menu {
	background-color: #131E29;
	min-width: 100%;
	height: 250px;
	max-height: 250px !important;
	padding: 10px 0;
	left: -10px;
	overflow-y: scroll;
}

.events .select .dropdown-menu a{
	display: block;
	padding: 7px;
	line-height: 4.5rem;
}

.events .select .dropdown-toggle::after {
    display: none;
}

.events .select .dropdown-icon{
	color: #FFF;
	transform: rotate(90deg);
    font-size: 3.4rem;
    position: absolute;
    top: 1.8rem;
    right: 24px;
}
.location-event .header {
	background-color:#131E29; 
}
.location-event .header .title{
	color: #f25e09;
  	font-family: Tungsten;
  	font-size: 14rem;
  	font-weight: 350;
  	line-height: 18rem;
  	text-decoration: underline solid #fff;
  	text-underline-position: under;
  	-webkit-text-decoration: underline solid #fff;
	-webkit-text-underline-position: under;
}

.location-event .header .side-text {
	color: #ffffff;
  	font-family: Bookman;
  	font-size: 2.5rem;
  	font-weight: 300;
  	line-height: 4.6rem;
}

.location-event .events-types .event-description, .events-types .specials{
	background-color: #131E29;
}
.location-event .events-types .event-description .headline{
  color: #00bbb4;
  font-family: Bookman Medium;
  font-size: 5rem;
  font-weight: 400;
  line-height: 6.7rem;
  border-bottom: 1.5rem solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.location-event .events-types .event-description .text{
	color: #ffffff;
  	font-family: Bookman;
  	font-size: 2.5rem;
  	font-weight: 300;
  	line-height: 4.6rem;
}

.location-event .events-types .types-list {
	background-color: #f1f1f2;
}

.location-event .events-types .types-list .title {
  color: #00bbb4;
  font-family: Bookman;
  font-size: 5rem;
  font-weight: 400;
  line-height: 6.7rem;
  margin-bottom: 20px;
}

.location-event .events-types .types-list .item {
	border-top: 1rem solid #131E29;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.location-event .events-types .types-list .item .image{
	display: flex;
    align-items: center;
    justify-content: center;
}

.location-event .events-types .types-list .item p.title{
	text-transform: uppercase;
	color: #f25e09;
    font-family: Tungsten;
    font-size: 5rem !important;
    font-weight: 600;
    line-height: 7.2rem;
    margin: 30px 0 20px 0;
}

.location-event .events-types .types-list .item .text, .location-event .events-types .types-list .item .text p{
	font-family: Bookman;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 4.6rem;
}

.location-event .events-types .types-list .item p{
	font-family: Bookman;
    font-size: 2.5rem !important;
    font-weight: 300;
    line-height: 4.6rem;
}

.location-event .specials .owl-dots{
	background-color: #f25e09;
    position: absolute;
    bottom: 50px;
    padding: 20px;
    z-index: 1;
    width: 80%;
    left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
.events-types .specials .owl-dots{
	background-color: #00bbb4 !important;
	top: 450px;
    bottom: inherit !important;
}

.location-event .specials #dotcaption{
	float: left;
	color: #fff;
}

.location-event .specials .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    background: transparent;
    border: 2px solid #FFF;  
}

.location-event .specials .owl-dots{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.location-event .specials .carousel-custom-dots button {
	padding: 0;
	background: transparent;
}

.location-event .specials .carousel-custom-dots button:focus {
	outline: none;
}

.location-event .specials .owl-dot.active span, 
.location-event .specials .owl-dot:hover span {
    background: #FFF;
}

.location-event .specials .image-caption, .image-caption-sp{
	color: #ffffff;
    font-family: Tungsten;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 4.2rem;
    text-transform: uppercase;
    display: inline-block;
	float: left;
}

.location-event .text-box {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.location-event .text-box .title{
	color: #00BBB4;
	font-family: "Bookman Medium";
	font-size: 5rem;
	line-height: 5.9rem;
	margin-bottom: 50px;
	border-bottom: 1rem solid #131E29;
	text-align: left;
	width: 100%;
}
.location-event .text-box.bg-dark .title{
	border-bottom: 1rem solid #FFF;
}
.location-event .text-box p.content{
	color: #000000;
	font-family: "Bookman";
	font-size: 2.5rem;
	line-height: 4.6rem;
	text-align: left;
	width: 100%;
}

.location-event .text-box p.content strong{
	color: #f25e09;
	font-family: "Tungsten";
	font-size: 3.5rem;
	line-height: 4.6rem;
	text-transform: uppercase;
}

.location-event .floorplans {
	background-color: #f1f1f2;
}
.location-event .floorplans .title{
	color: #00bbb4;
    font-family: Bookman;
    font-size: 5rem;
    font-weight: 400;
    line-height: 5.9rem;
    margin-bottom: 100px;
}
.location-event .floorplans .title span{
	border-bottom: 1.5rem solid #131e29;
	padding-bottom: 4rem;
}

.location-event .floorplans .text{
	font-family: Bookman;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 4.6rem;
}

.walk360{
	background-color: #FFF;
	padding: 10rem !important;
}
.walk360 .title{
  color: #00bbb4;
  font-family: Bookman;
  font-size: 5rem;
  font-weight: 600;
  line-height: 6.7rem;
  margin-left: -15px !important;
  padding-bottom: 3rem;
}
.walk360 .title span{
  padding-bottom: 3rem;
  border-bottom: 1rem solid #131e29;
}

.landing .text{
	background-color: #FFF;
}

.landing .text .headline {
	color: #00BBB4;
}
.landing .text .headline span{
	color:#00BBB4;
	border-bottom: 2rem solid #131e29 !important;
}
.landing .text .under-text{
	margin-top: 20px;
}
.landing .text .under-text, .landing .text .under-text p{
	font-family: Bookman;
	max-width: 1000px;
	font-size: 2.5rem;
	line-height: 3rem;
	text-transform: none;
	margin: 5rem auto;
	color: #131e29 !important;
}

.landing .newsletter{
	display: flex;
	background-color: #F1F1F2;
}

.landing .newsletter .box{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	background-color: #F1F1F2;
}

.landing .newsletter h1{
	padding: 40px;
	color: #131e29;
	font-family: Tungsten;
	font-size: 15rem;
	font-weight: 350;
	line-height: 18rem;
	text-transform: uppercase;
}

.landing .newsletter h1 span{
	border-bottom: 10px solid #f25e09;
}

.landing .newsletter p{
	font-family: Bookman;
	max-width: 1000px;
	font-size: 2.5rem;
	line-height: 4rem;
}

.careers .headline{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	background-color: #131e29;
}

.careers .headline h1{
	padding: 40px;
	color: #f25e09;
	font-family: Tungsten;
	font-size: 14rem;
	font-weight: 350;
	line-height: 18rem;
	text-transform: uppercase;
	text-decoration: underline solid #fff;
	text-underline-position: under;
	-webkit-text-decoration: underline solid #fff;
	-webkit-text-underline-position: under;
}

.careers .headline p{
	font-family: Bookman;
	color: #fff;
	max-width: 1000px;
	font-size: 2.5rem;
	line-height: 4.6rem;
	/*margin-bottom: 6.5rem;*/
}

.careers .testimonials {
	background-color: #FFF;
	padding: 13rem 10rem;
}
.careers .testimonials .slider-owl .owl-nav, .press-nav{
	margin-right: 1.5rem;
}
.careers .testimonials .slider-owl .owl-nav button i, 
.careers .testimonials .press-nav button i{
	font-size: 5.2rem;
	margin: 1rem .8rem;
}
.careers .testimonials .title{
	color: #00BBB4;
	font-family: Bookman;
	font-size: 5rem;
	line-height: 5.9rem;
	margin-bottom: 60px;
	margin-left: 10px;
}
.careers .testimonials .title span{
	border-bottom: 1.5rem solid #131e29;
	padding-bottom: 30px;
}
.careers .testimonials .testimonial {
	background-color: #131e29;
	padding: 40px;
	display: block;
	text-align: center;
    min-height: 65rem;
    height: 155rem;
}
.careers .testimonials .testimonial .text-testimonial{
	color: #FFFFFF;
	font-family: Bookman;
	font-size: 2rem;
	line-height: 4.6rem;
}
.careers .testimonials .testimonial .text-testimonial .text{
	padding: 5rem 0 3rem;
	height: 85rem;
	border-bottom: 1rem solid #00BBB4;
	font-size: 2rem;
	line-height: 4.2rem;
	text-align: left;
	margin-bottom: 4rem;
}
.careers .testimonials .testimonial .title-testimonial{
	color: #f25e09;
	font-family: Tungsten;
	font-size: 6rem;
	font-weight: 600;
	line-height: 7.2rem;
	text-transform: uppercase;
}

.contact .contact-form .title {
	color: #131E29;
	font-family: Tungsten;
	font-size: 20rem;
	font-weight: 500;
	line-height: 25rem;
	margin-bottom: 5rem;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 2rem;
}

.contact .contact-form .title span{
	border-bottom: 2rem solid #f25e09;
}
.form-input::placeholder, .form-input::-moz-placeholder, .form-input:-moz-placeholder, .form-input::-webkit-input-placeholder{
	color:#00BBB4;
}
.faqs .faqs-accordion .title{
	width: 1000px;
	color: #131E29;
	font-family: Tungsten;
	font-size: 15rem;
	font-weight: 500;
	line-height: 20rem;
	text-align: center;
	text-decoration: underline solid #f25e09;
	text-underline-position: under;
	-webkit-text-decoration: underline solid #f25e09;
	-webkit-text-underline-position: under;
}
.faqs .faqs-content{
	padding: 3rem;
}
#accordionFaqs {
	border-bottom: 5px solid #131E29;
	border-radius: calc(.25rem - 1px);
}
#accordionFaqs .card-header{
	background-color: transparent;
	border: 5px solid #131E29;
	border-bottom: transparent;
}

#accordionFaqs .card-header .collapse-icon{
	color: #131E29;
	font-weight: 2.4rem;
	transform: rotate(90deg);
}

#accordionFaqs .card-header button[aria-expanded="true"] .collapse-icon{
	transform: rotate(-90deg);
}

#accordionFaqs .card-header button {
	color: #f25e09;
	font-family: Tungsten;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 4.1rem;
	text-decoration: none;
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
#accordionFaqs .card{
	border: none;
}
#accordionFaqs .card-body{
	color: #000000;
	font-family: Bookman-Light;
	font-size: 2rem;
	line-height: 3rem;
	padding: 60px;
	padding-left: 30px;
	padding-top: 25px;
	border-left: 5px solid #131E29;
	border-right: 5px solid #131E29;
}

.about .header .text{
	background-color: #00BBB4;
}

.about .header .text p{
	color: #FFF;
}

.about .header .text .subtext{
	max-width: 1000px;
	color: #FFFFFF;
	font-family: Bookman-Light;
	font-size: 2.5rem;
	line-height: 4.6rem;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	margin-top: 0;
}

.about .team {
	background-color: #131E29;
    background-image: url(./img/slider-texture.png);
}

.about .team .title {
	color: #f25e09;
	font-family: "Bookman Medium";
    font-size: 6rem;
    line-height: 8.2rem;
    margin-bottom: 50px;
}
.about .team .title span{
	border-bottom: 1rem solid #fff;
	padding-bottom: 1.5rem;
}
.about .team .team-member {
	background-color: #FFFFFF;
	display: flex;
    justify-content: center;
    min-height: 120rem;
}

.about .team .team-member .title-team{
	color: #f25e09;
	font-family: Tungsten;
	font-size: 6rem;
	font-weight: 600;
	line-height: 7.2rem;
}

.about .team .team-member .text-team{
	color: #000000;
	font-family: Bookman;
	font-size: 2rem;
	line-height: 3rem;
}
.about .work {
	background-color: #FFF
}
.about .work .box h1{
	color: #131E29;
	font-family: Tungsten;
	font-size: 14.5rem;
	font-weight: 500;
	line-height: 18rem;
	max-width: 650px;
}
.about .work .box h1 span{
	border-bottom: 1.5rem solid #f25e09;
}
.about .work .box p{
	color: #000000;
	font-family: Bookman;
	font-size: 2.5rem;
	line-height: 4.6rem;
}

.about .articles {
	background-color: #F1F1F2;
    padding-bottom: 5rem !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.about .articles .articles-content{
	width: 100%;
	max-width: 1600px;
	margin-top: 5rem;
}

.about .articles .article-image{
	background-color: #FFF;
	border-radius: 100%;
	height: 330px;
	width: 330px;
	overflow: hidden;
	margin-bottom: 10rem !important;
}
.about .articles .article-image img{
	width: 100%;
}

.about .articles .article-item{
	background-color: #131E29;
	min-width: 100%;
	padding: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	min-height: 15.2rem;
}

.about .articles .article-item .article-date p{
	color: #f25e09;
	font-family: Tungsten;
	font-size: 6rem;
	font-weight: 600;
	line-height: 7.2rem;
	margin-bottom: 0;
}
.about .articles .article-item .article-icon{
	color: #00BBB4;
	font-size: 2rem;
}
.about .articles .article-item .article-title p{
	color: #FFFFFF;
	font-family: Tungsten;
	font-size: 6rem;
	font-weight: 600;
	line-height: 6rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.privacy .hero .text p {
	text-decoration: underline solid #131E29;
    text-underline-position: under;
    -webkit-text-decoration: underline solid #131E29;
	-webkit-text-underline-position: under;
}

.privacy .policy h1{
	color: #f25e09;
	font-family: Tungsten;
	font-size: 4rem;
	font-weight: 600;
	line-height: 5.5rem;
}

.privacy .policy h1:not(:first-child){
	margin-top: 30px;
}

.privacy .policy p{
	color: #000000;
	font-family: Bookman;
	font-size: 1.8rem;
	line-height: 2.5rem;
}
.single-locations .about .desc{
	padding-right: 60px;
}
.sp-dropdown a {
	color:#fff !important;
	line-height: 6rem !important; 
}
.sp-dropdown a i{
	color:#f25e09 !important;
}
.events .header .text p span {
	padding-bottom: 1rem;
    border-bottom: 2rem solid #f25e09 !important;
    color: #fff;
}
.pt-15{
	padding-top: 15px;
    padding-bottom: 15px;
}

/* 1441 a 1919 */
@media (min-width: 1441px) and (max-width: 1919px) {
	.footer{
		padding: 5rem;
	}
	/*.hours .hours-body p{
		font-size:35px;
		line-height: 50px;
	}*/
	.events-types .specials .owl-dots {
    	top: 550px !important;
	}
}

@media (min-width: 2000px) {
	#slider-owl-upto .item {
		display: flex;
		flex-direction: column;
    	align-items: center;
    	justify-content: center;
	}
	.post-type-archive-news .news {
    	height: auto !important;
	}
.careers .testimonials .testimonial .text-testimonial .text{
		height: 415px !important;
	}
}
@media (min-width: 992px) and (max-width: 1919px){
	/*.about .team .team-member .title-team{
		line-height: 50px;
		font-size: 40px;
	}*/
}

@media (min-width: 1025px) and (max-width: 1919px){
	.about .articles .article-item .article-title p, 
	.about .articles .article-item .article-date p{
		font-size: 4rem;
		line-height: 4rem;
	}
}
@media (max-width: 1200px){
	.info-image div{
		min-height: 800px !important;
	    max-height: 800px !important;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.form-news .select.small, .form-news input {
		height: 50px !important;
	}
	.archive-news .form-group {
	    margin-bottom: 0rem !important;
	}
	.about .articles .article-item .article-title p, 
	.about .articles .article-item .article-date p{
		font-size: 3rem;
		line-height: 3rem;
	}
	.careers .testimonials .testimonial .text-testimonial .text{
		height: 60rem;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	.border-news {
		margin: 10px !important;
	}
	.careers .testimonials .testimonial .text-testimonial .text{
		height: 60rem !important;
	}
}

/* 992 a 1440 */
@media (min-width: 992px) and (max-width: 1440px) {
	.location .media .text-box{
		padding: 75px 100px !important;
	}
	.location .text-box .title p{
		max-width: 275px;
		margin-top: 3rem;
		margin-bottom: 3.5rem;
	}
	#slider-owl-upto .owl-item img {
		max-height: 600px;
		max-width: 500px;
	}
	.location .media .text-box .spotify-widget iframe{
		height: 600px !important;
	}
	/*.location .text-box p.content {
    	font-size: 20px;
    	line-height: 33px;
    }
    .specials-text{
    	padding:3rem !important;
    }*/
    .location-event .text-box .title{
    padding-bottom: 2rem;
	}
	.footer{
		padding: 3rem;
	}
	/*.hours .hours-body p{
		font-size:30px;
		line-height: 40px;
	}
	.hours h3 {
    	font-size: 120px;
    	line-height: 170px;
	}*/
	.events-types .specials .owl-dots {
    	top: 370px !important;
	}
}

/* ARCHIVE NEWS */
.anews-title{
	color: #131E29;
    font-family: Tungsten;
    font-size: 20rem;
    font-weight: 500;
    line-height: 25rem;
    text-transform: uppercase;
    text-decoration: underline solid #f25e09;
    text-underline-position: under;
    -webkit-text-decoration: underline solid #f25e09;
	-webkit-text-underline-position: under;
	margin-bottom: 6rem;
}
.icon-filter{
	background:#f1f1f2;
	color: #131E29;
	border-radius: 100%;
	padding: 3rem;
    padding-top: 3.5rem;
    margin-right: 6rem;
}
.icon-filter i{
	font-size:2.8rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 2.5rem 3rem !important;
}
.filters .dropdown-menu{
	background: #f1f1f2;
    border: 0;
    border-radius: 0;
    padding: 20px;
    min-width: 100%;
}
.filters .dropdown{
	background:#f1f1f2;
	margin-left: 20px;
    min-width: 150px;
}
.filters .dropdown a{
	font-size: 2.4rem;
    font-family: Tungsten;
    color: #f25e09 !important;
    font-weight: 600;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters .dropdown .dropdown-item{
	padding: 5px 20px;
}

.filters .dropdown i{
	transform: rotate(90deg);
	color: #131E29;
    font-size: 80%;
    float: right;
    line-height: 1.8;
}
.bg-none{background:none !important;}
.filters .dropdown-toggle::after{
	display: none;
}
.archive-news .form-group {
	margin-bottom: 2rem !important;
}
.archive-news .form-news label {
	margin-bottom: 1rem !important;
}
.post-type-archive-news .col-12 .news.form-contact {
	min-height: 100rem;
}
.post-type-archive-news .new-subtitle {
	color: #00BBB4;
	font-family: Bookman;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 3.5rem;
}
.post-type-archive-news .news{
	border: 4px solid #131E29;
	background: #fff !important;
	padding: 4rem;
    margin: 15px 0;
    min-height: 63rem;
    height: 80rem;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.post-type-archive-news .new img {
	max-width: 320px;
	max-height: 320px;
}
.post-type-archive-news .news .link a,
.post-type-archive-news .new .link a{
	text-decoration: underline solid #f25e09;
	text-underline-position: under;
	-webkit-text-decoration: underline solid #f25e09;
	-webkit-text-underline-position: under;
    color: #f25e09 !important;
    font-family: Bookman;
    font-size: 2.5rem;
    line-height: 3rem;
}

.post-type-archive-news .news .date, 
.post-type-archive-news .new .date{
	color: #9F9F9F;
	font-style: italic;
	font-family: Bookman;
	font-size: 1.5rem;
	line-height: 1.8rem;
}
.m-t-40{
	margin-top:40px;
}
.border-none{
	border:none !important;
}
.padding-none{
	padding: 0 !important;
}

.form-news p{
	color: #000000;
	font-family: Bookman;
	font-size: 2.5rem;
    line-height: 4.6rem;
    margin-top: -20px;
    margin-bottom: 30px;
}
.form-news label{
	display: block;
	color:#25c5bf;
	margin-bottom: 0;
    font-family: Bookman;
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
}
.form-news input, .form-news textarea{
	border: 4px solid #131E29;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    margin-bottom: 0px;
    font-size: 100% !important;
}

.form-news .select.small{
	max-width: 626px;
	height: 60px;
	display: flex;
    align-items: center;
    margin-bottom: 56px;
}
.form-news textarea{
	border: 4px solid #131E29;
	width: 100%;
	height: 200px;
	padding: 10px;
}

.form-news .select {
	border: 4px solid #131E29;
	height: 50px;
	width: 100%;
	padding: 0 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-news .select a{
	color: #000000;
    font-family: Bookman;
    font-size: 2.4rem;
    line-height: 6.2rem;
	border: none;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.form-news .select .dropdown-menu a:hover{
	background-color: #131E29;
	color: #fff;
}

.form-news .select .dropdown-menu {
	background-color: #fff;
	border: 4px solid #131E29;
	min-width: 100px;
	padding: 10px 0;
	top: 54px !important;
    width: calc(100% + 8px);
    transform: translate3d(-4px, -4px, 0px) !important;
    max-height: 450px;
    overflow-y: scroll;
}

.form-news .select .dropdown-menu a{
	padding: 0 10px;
}

.form-news .select .dropdown-toggle::after {
    display: none;
}

.form-news .select .dropdown-icon{
	color: #131E29;
	transform: rotate(90deg);
    font-size: 3.1rem;
    position: absolute;
    top: 2rem;
    right: 25px;
}

.social-news-icons img{
	width: 58px;
	height: 58px;
}

.form-news textarea,
.form-news input,
.form-news select {
	outline: none;
	font-size: 2.4rem !important;
}
.text-news .text{
	max-height: 10rem;
	min-height: 10rem;
	font-size: 2.5rem;
	line-height: 4.6rem;
	overflow: hidden;
	font-family: Bookman;
}
.events_description p,.specials-text p{
	display:block;
}
.events-dots .carousel-custom-dots{
	position: relative;
    top: -50px;
    z-index: 99;
}
.events-dots .carousel-custom-dots button{
	background: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 5px;
    padding: 5px;
}
.events-dots .carousel-custom-dots .active{
	background: #fff;
}
.floorplans-content{
	padding: 50px 45px;
}
.floorplan-description p{
	margin-bottom: 3rem;
}
.floorplans-dropdown .dropdown {
	margin-left:0 !important;
	min-width: 200px;
	max-width: 325px;
	background: #131e29;
    padding: 10px 24px;
}
.floorplans-dropdown .dropdown i{
	color: #fff;
	right: 24px !important;
}
.floorplans-dropdown .dropdown a{
	text-align: left;
	font-size: 3rem;
	text-decoration: none;
	line-height: 4.1rem;
}
.floorplans-dropdown .dropdown-menu{
	transform: translate3d(0px, 40px, 0px) !important;
    background: #131e29;
    width: 100%;
    top: 8px !important;
    text-align: left;
    padding: 0 !important;
    border-radius: 0;
    border:none !important;
}
.filters .dropdown-menu a:hover{
	background: none !important;
	margin-left: 10px;
}
.filters .dropdown-menu a, .floorplan-img{
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.none{
	display: none !important
}
.walk360 iframe{
	width: 100% !important; 
	height: 600px !important;
}
.social-header{
	margin-top: 40px;
    margin: 40px auto 0;
    width: 240px;
}
.social-header img{
    margin: 5px;
    width: 70px;
}
.slider-members .slide{
	margin:40px
}
.slider-members .owl-nav{
	margin-right: 40px;
}
.p-l-25{
	padding-left: 2.8rem;
}
.is-invalid{
	background-color: #ff5346 !important;
    color: #fff !important;
}
.is-invalid::placeholder{
	color:#fff;
}
.form-suscribe small{
  color: #ff5346;
  margin: -10px 0 15px;
  display: block;
}
.spinner-news{
	width: 100%;
    font-size: 40px;
    text-align: center;
}
.pagination-news .page-numbers{
	display:none;
}
.pagination-news .prev, .pagination-news .next {
	display: inline-block;
}
.pagination-news{
	float:right;
	margin-right: 15px;
	text-align: right;
	padding-bottom: 50px;
}
.pagination-news i{
	color: #00bab4;
	font-size: 3.8rem;
}
.pagination-news p a{
	color: #00bab4;
	font-family: Bookman;
    font-size: 2.4rem;
}
.pagination-news p a:hover{
	text-decoration: none;
}
.pagination-news p{
	border-bottom: 2px solid #00bab4;
}
.not-news{
	text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #a2a2a2;
    padding: 10rem;
}
.bg-orange{
	background: #f25e09;
}
.bg-lightblue{
	background-color: #07bbb4;
}
.info-image{
	padding-left: 0 !important;
}
.info-image div{
	overflow: hidden;
    width: calc(100% + 15px);
    height: 100%;
    min-height: 80rem;
    max-height: 80rem;
    background-position: center !important;
    background-size: cover !important;
}

@media screen and (min-width: 1900px) {	
	.about .work .box h1 {
		padding-left: 3rem;
	}
	.about .work .box p {
		padding-right: 10rem;
	}
}
.spotify-widget p a{
	color: #f25e09;
    font-family: 'Tungsten';
    text-transform: uppercase;
    float: right;
    background: #131e29;
    padding: 5px 10px;
    margin-top: 20px;
    font-size: 3.4rem;
    font-weight: 600;
}
.spotify-widget p a i{
	color: #fff;
    font-size: 2.8rem;
    margin: 0 15px;
}

/* DATEPICKER */
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active{
	background-color: #f25e09 !important;
    border-color: #f25e09 !important;
}
.datepicker .datepicker-switch {
    text-transform: uppercase;
    color: #f25e09;
    font-family: Tungsten;
    font-size: 2.8rem;
}
.no-rotate{
	transform: rotate(0) !important;
}

.p-t-120{
	padding-top: 120px !important;
}
.w-full-img img{
	width: 100%;
	height: auto;
}
.slider-owl-mobile .owl-nav button i{
	font-size: 43px;
    margin-left: 0;
    padding: 0 5px;
	color:#00bbb4;
}
.slider-owl-mobile .new .readmore{
	font-size: 18px;
}
.slider-owl-mobile .new span{
	font-size: 28px;
}
.slider-owl-mobile .owl-nav{
	text-align: center;
}
.slider-owl-mobile img{
	width: 100% !important;
	max-width: inherit !important;
}
.border-news{
	border: 1px solid #000;
	padding: 10px;
	margin: 10px;
}
#reset-date{
	background: #f25e09;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 2rem;
}
.ilustration-h{
	margin-top: 0px;
}
.find-a-location .current-locations .locations, 
.find-a-location .coming-soon-locations .locations{
	margin-top: 90px;
}
.news .owl-nav {
	margin-right: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.news .new {
		margin: 30px;
	}
	.ot-dtp-picker.wide {
    	min-width: 768px !important;
    	max-width: 768px !important;
	}
	.careers .testimonials .testimonial .text-testimonial .text{
		height: 300px !important;
	}
	.careers .testimonials .testimonial{
		margin: 10px -10px;
	}
}
@media (min-width: 1720px){
	.events-types .specials .owl-dots{
		top:550px;
	}
}
@media (min-width: 1920px){
	.caption-item{
		height: 400px;
	}
	.footnote{
	font-size: 16px;
	}
	.floating-logo {
    	max-width: 248px;
    	top: 40px;
	}
	.form-news .select .dropdown-menu {
		top: 73px !important;
	}
	.form-news .select .dropdown-icon{
		top: 20px;
	}
	.post-type-archive-news .news {
		margin: 37.5px 22.5px;
	}
	.about .header .text .subtext{
		max-width: 1400px;
	}
	.careers .testimonials .testimonial .text-testimonial .text{
		height: 58rem;
	}
	.careers .testimonials .testimonial{
		height: 135rem;
	}
	.slider-owl .owl-nav button i, .press-nav button i{
		font-size: 5.7rem;
	}
	.slider-members .owl-nav, .press-nav{
		margin-right: 1rem !important;
	}
	.news .owl-nav, .press-nav{
		margin-right: 2.8rem !important;
	}
	.floorplans-content{
		padding: 100px 90px;
	}
	.location .text-box p.content strong{
    	font-size: 3.5rem;
    	line-height: 9.6rem;
	}
	.text-news .text {
    	max-height: 150px;
    	min-height: 150px;
    }
	.text-news .text{
		font-size: 2.5rem;
		line-height: 4.6rem;
	}
	.filters .dropdown {
    	min-width: 230px;
	}
	.filters .dropdown a {
    	font-size: 3.2rem;
	}
	.icon-filter {
    	padding: 3rem;
    	padding-top: 3.5rem;
	}
	.news .new-title{
		font-size: 6rem;
    	line-height: 7.2rem;
	}
	.form-news input {
    	height: 80px;
    	margin-bottom: 0px;
	}
	.form-news .select.small{
		height: 80px;	
	}
	.form-news label {
    	font-size: 2.5rem;
    	line-height: 3rem;
    	margin-bottom: 4.5rem;
	}
	.about .team .team-member{
		padding: 40px !important;
	}
	.form-news input{
		font-size: 2.4rem !important;
	}
	.post-type-archive-news .new-subtitle {
    	margin: 30px 0;
    	font-size: 3.2rem;
	}
	.post-type-archive-news .news{
		max-width: initial;
		height: 85rem; 
	}
	.info-text{
		padding: 10rem !important;
	}
	.slider-owl .owl-nav, .press-nav{
		margin-right: 6.5rem;
	}
	.news .title{
		margin-left: 1rem;
	}
	.events-types .specials .owl-dots{
		top:600px;
	}
	.social .social-icons{
		margin-top: 50px;
		margin-left:0;
	}
	.social .title{
    	width: 100%;
	}
}
@media (min-width: 2200px){
	.events-types .specials .owl-dots{
		top:700px;
	}
}
.hero .row{
	display: block;
}

/* TIME COMING SOON */
@media (max-width: 480px){
	.coming-soon .time{
	    width: 35% !important;
	    margin: 5% !important;
	    padding: 5%;
	}
	.coming-soon .time p {
		font-size: 60px;
		line-height: 72px;
	}
	.coming-soon .time span {
		font-size: 24px;
		line-height: 29px;
	}
}
/*Desktop small*/
@media (max-width: 1440px){
	.about .articles .article-image {
		width: 200px;
		height: 200px;
	}
}

@media (min-width: 769px) {
	.about .articles .article-item {
		padding: 20px 50px !important;
	}
	.press-read-more {
		display: flex;
		justify-content: flex-end;
	}
}

/* Mobile */
@media (max-width: 992px){
	.g-recaptcha {display: inline-block;}
	.text-xs-center { text-align: center;}
	.contact .media-inq{
		text-align: center;
		font-size: 14px;
		margin-top: 30px;
	}
	section.footer::placeholder, section.footer::-moz-placeholder,  section.footer::-webkit-input-placeholder{
		line-height: 35px !important;
	}
	.footnote{
		font-size: 11px;
		padding-left: 0;
		margin-top: 20px;
	}
	.landing .newsletter h1{
		padding-left: 0 !important;
	}
	.landing .newsletter p{
		font-size: 12px !important;
	}
	.archive-news .form-group {
	    margin-bottom: 0rem !important;
	}
	.events .header .text p span{
    	border-bottom: 6px solid #ffffff;
	}
	.location .newsletter h1 span {
    	border-bottom: 6px solid #131e29;
	}
	.about .team .title span {
	    border-bottom: 9px solid #fff;
	    padding-bottom: 25px;
	}
	.about .team{
		padding-top: 60px !important;
	}
	.press-nav button i {
    margin: 0 6.5px !important;
    font-size: 43px !important;
	}
	.about .find-a button{
		color: #F05F22;
	}
	.form-news button{
		display: block;
		margin: 0 auto;
	}
	.news img, .new img{
		margin-bottom: 24px !important; 
	}
	.anews-title{
		margin: 70px auto !important;
	}
	.careers .headline {
		padding: 72px 34px !important;
	}
	.news, .about .team, .find-a-location .coming-soon-locations {
     background-image: none !important;
	}
	.find-a-location .coming-soon-locations{
		background: #131E29;
	}
	#main {
    margin-top: 55px;
	}
	.fixed{
		top:55px !important;
	}
	.careers-text button {
		font-size: 24px;
		line-height: 29px;
	}
	.careers-text button a i{
		font-size: 18px;
		line-height: 29px;
	}
	.post-type-archive-news .col-12 .news.form-contact {
		height: auto;
	}
	.post-type-archive-news #main .p-5 {
		padding: 0 !important;
	}
	.single-plat .select a {
		font-size: 25px;
    	line-height: 30px !important;
    	padding: 10px;
	}
	.single-plat .select .dropdown-icon {
		font-size: 25px !important;
		top: 12px !important;
	}
	.news .owl-nav {
		margin-top: 3rem;
	}
	input.form-input {
    width: calc(100%);
    height: 45px;
    font-size: 20px;
    line-height: normal !important;
	}
	.location .text-box .title p {
		max-width: 240px;
		margin-bottom: 3rem;
		margin-top: 2rem;
	}
	#slider-owl-upto .owl-item img {
		max-height: 100%;
		width: 100%;
	}
	.location .media .text-box .spotify-widget iframe{
		height: 500px !important;
	}
	.location .media .text-box{
		padding: 50px 30px !important;
	}
	.news .p-l-25{
		padding: 0 !important;
	}
	.floorplans-dropdown .dropdown {
	    padding: 10px 15px;
	    max-width: 300px;
	}
	.floorplans-dropdown .dropdown a{
		font-size:24px;
	}
	nav.navbar {
		justify-content: flex-end;
	}
	nav.navbar .select{
		display: none;
	}
	 .menu .logo-menu-col{
	 	align-items: flex-start !important;
	 }
	.slider-owl-mobile .owl-nav{
		margin: 20px auto;
	}
	nav.navbar .select {
		padding: 0 10px; 
	}
	nav.navbar .select a {
		font-size: 35px;
		line-height: 38px;
	}
	nav.navbar .select .dropdown-icon{
		top: 5px !important;
		right: 15px;
		font-size: 24px;
	}
	.location .activities .new .new-title {
		font-size: 40px;
		font-weight: 600;
		line-height: 48px;
	}
	.text-activity p {
		font-size: 15px;
		line-height: 23px;
	}
	.location-event .text-box p.content{
		font-size: 12px;
		line-height: 17px;
	}
	.location-event .text-box p.content strong{
		font-size: 20px;
		line-height: 26px;
	}
	.events-types .specials .owl-dots {
    	top: inherit !important;
	}
	.m-5 {
		margin: 1rem !important;
	}
	.contact .contact-form .title span{
		border-bottom: 6px solid #f25e09;
	}
	.border-news{
		padding: 20px;
		margin: 0;
		min-height: 100rem;
	}
	.text-news .text {
		font-size: 12px;
		line-height: 17px;
		min-height: 15rem;
		max-height: 15rem;
	}
	.post-type-archive-news .news .date, 
	.post-type-archive-news .new .date {
		font-size: 10px;
		line-height: 12px;
		margin: 9px 0 15px;
	}
	.careers .testimonials .testimonial{
		height: 650px;
	}
	.form-news p{
		font-size: 15px;
		line-height: 46px;
		margin-bottom: 15px;
	}
	.contact .social-news-icons {
		margin-bottom: 1rem;
		text-align: center;
	}
	.social-news-icons img{
		margin-right: 10px !important;
	}
	button a i, button i{
		font-size: 20px;
	}
	.find-a-location .current-locations .locations, 
	.find-a-location .coming-soon-locations .locations{
		justify-content: center;
		margin-top: 45px;
	}
	.find-a-location .coming-soon-locations .title ,
	.find-a-location .current-locations .title  {
		margin: 0px !important;
	}
	.find-a-location .coming-soon-locations .title span,
	.find-a-location .current-locations .title span {
		border-bottom: none !important;
	}
	.about .articles .article-item {
		padding: 38px 4.5rem;
		margin-right: 0;
		margin-left: 0;
	}
	.about .team .title{
		padding-left: 0px !important;
	}
	.about .team .title span{
		color: #f25e09;
		font-family: "Bookman";
		font-size: 34px;
		font-weight: 500;
		line-height: 38px;
	}
	.about .team .team-member{
		padding: 0.5rem !important;
		min-height: 600px;
		margin: 0 -10px;
	}
	.about .team .slider-owl .owl-nav, 
	.press-nav{
		float: none;
		text-align: center;
		margin-right: 0;
		margin-top: 30px;
	}
	.about .team .slider-owl .owl-nav i{
		font-size: 43px;
	}
	.about .team .team-member .title-team{
		color: #f25e09;
		font-family: Tungsten;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 1.45px;
		line-height: 34px;
	}
	.about .team .team-member .text-team{
		color: #000000;
		font-family: Bookman-Light;
		font-size: 12px;
		line-height: 17px;
	}
	.about .header .text .subtext{
		color: #FFFFFF;
		font-family: Bookman-Light;
		font-size: 15px;
		line-height: 23px;
		text-align: center;
	}
	.news .new {
		padding: 20px;
		min-height: 520px !important;
		padding: 20px;
    	margin: 0px;
	}
	.news .new-title, .new .new-title {
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 1.45px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.post-type-archive-news .new-subtitle {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 25px;
	}
	.news .news .text, .news .new .text{
		font-size: 12px;
		line-height: 17px;
	}
	.social .social-icons a img{
		width: 47px;
		height: 47px;
	}
	.reservation{
		padding-bottom: 0;
	}
	 .reservation-form{
	 	margin-top: -1rem;
	 }
	.navbar-toggler img{
		width: 25px;
    	margin-right: 26px;
	}
	.form-news .select .dropdown-menu {
		top: 48px !important;
		max-height: 300px;
		overflow-y: scroll;
	}
	.events .events-types .event-type .image{
		height: 50px;
	}
	.events .events-types .event-type .description{
		min-height: 200px;
	}
	/*.p-5{
		padding: 2rem !important;
	}
	.px-5{
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}*/
	section.footer .copyright .text{
		font-size: 10px;
		line-height: 11px;
		padding-bottom: 43px;
		padding-top: 30px; 
	}
	.caption-item{
        width: 50% !important;
    }
	.about .articles .article-item .article-date p,
	.about .articles .article-item .article-title p{
		font-size: 22px;
		line-height: 29px;
	}
	.about .press-read-more button {
		font-size: 22px;
		line-height: 35px;
	}
	.about .articles .article-image {
		width: 125px;
		height: 125px;
	}
	.caption-item{
		width: 50% !important;
		height: 200px;
	}
	.floorplans-dropdown .dropdown{
		margin-left:1rem !important;
		margin-top: 50px;
	}
	.floorplan-img{
		padding:2rem !important;
		margin:0 !important;
	}
	.floorplans-content{
		padding:0;
	}
	.location-event .floorplans .title {
   		border-bottom: 10px solid #131e29;
    	padding-bottom: 20px
    } 
	.location-event .floorplans .title span {
    	border-bottom: none;
    } 
	.find-a-location .location-icon a i, .find-a-location .location-icon a:hover i{
		font-size:50px;
	}
	.form-news textarea, .form-news .select, .form-news .select .dropdown-menu {
    border: 2px solid #131E29;
	}
	.form-news .select.small, .form-news input{
		height: 50px;
	}
	.form-news .select a{
		font-size: 18px;
	}
	.form-news .select .dropdown-icon{
		top: 10px;
    	font-size: 25px;
	}
	.careers .testimonials .title span {
    border-bottom: 10px solid #131e29;
    padding-bottom: 5px;
	}
	.events .events-types .title span, .careers .testimonials .title span {
    padding-bottom: 0px;
    border-bottom: none;
	}
	.events .events-types .title, 
	.careers .testimonials .title {
    padding-bottom: 10px;
    line-height: 42px;
    border-bottom: 9px solid #131E29;
    margin-bottom: 40px !important;
	}
	.find-a-location .current-locations .title {
   		border-bottom: 10px solid #131e29;
	}
	.find-a-location .coming-soon-locations .title{
    	border-bottom: 10px solid #FFF;
	}
	.find-a-location .coming-soon-locations .title, 
	.find-a-location .current-locations .title{
		font-size: 34px;
		font-weight: 500;
		line-height: 42px;
		padding-bottom: 20px;
	}
	.header .text p span{
	border-bottom: 6px solid #131e29;
	}
	.events .header .text p{
	line-height: 120px;
	}
	.sp-dropdown .dropdown-icon {
    top: 18px !important;
	}
	.location .menu .subtabs {
    height: 70px;
    background-size: 1000px;
	}	
	.slider-owl-act .owl-dots{
		display: none;
	}
	.slider-owl-act .owl-nav{
		position: inherit;
		top:0;
		text-align: center;
		margin-top: 40px;
		left: auto;
    	right: auto;
	}
	.slider-owl-act button i{
		font-size: 43px;
	}
	.slider-owl-act .owl-prev, .slider-owl-act .owl-next {
    position: inherit;
    }
    .slider-owl-act .owl-prev{
    	left:-5px;
    }
    .slider-owl-act .owl-next{
    	right:-5px;
    } 
	/* Slider Scale */
	.home-owl .owl-dots {
    top: 320px;
    bottom: auto !important;
	}
	.home-owl{
		min-height: 85rem;
    	overflow: hidden;
	}
	.home-owl .owl-stage-outer{
		transform: scale(2.5) translateY(30%) !important;
	}
	.location-event .specials .owl-dots{
		bottom: 0;
		width: 100%;
	}
	.location-event .events-types .types-list .item .image img{
		width: 80px;
		height: 80px;
	}
	.location-event .events-types .types-list .item .text, .location-event .events-types .types-list .item .text p{
		font-size: 12px;
		line-height: 23px;
	}
	.location .specials .owl-dots{
		bottom: 0;
		width: 100%;
	}
	.location .specials .image-caption, .location .specials .image-caption-sp, {
		font-size: 28px;
		line-height: 34px;
		letter-spacing: 1px;
	}
	/*.location .text-box .title{
		font-size: 34px;
	    margin-bottom: 47px;
	    line-height: 9rem;
	    padding-bottom: 24px;
	    border-bottom: 9px solid #131e29;		
	}*/
	.specials-text .title{
		margin-bottom: 20px !important;
		padding-bottom: 10px;
	}
	.location .text-box p.content strong{
		font-size: 21px !important;
	}
	.location .specials .image-caption, 
	.location .specials .image-caption-sp{
		font-size: 6rem;
	}
	.specials-text .title {
		max-height: 20rem;
	}
	.location .media .text-box .title{
		border-bottom: 1.5rem solid #131E29;
	}
	.location .text-box.bg-dark .title {
		border-bottom: 1.5rem solid #FFF;
	}
	.location .media .text-box .title p{
		border-bottom: 0;
	}
	.location .text-box p.content{
		font-size: 15px;
		line-height: 23px;			
	}
	.hours h3 {
		font-size: 60px;
		line-height: 72px;
		font-weight: 500;
		padding-bottom: 2rem;
	}
	.hours .hours-body p{
		font-size: 20px;
		line-height: 30px;
	}
	.location .activities {
		padding: 10rem !important;
	}
	.single-locations .about .desc{
	padding-right: 0;
	}
	.location .activities h1 {
		font-size: 34px;
		line-height: 40px;
		text-align: left;
	}
	.location .activities h1 span{
		padding-bottom: 10px;
	}
	.social .mobile-view{
		padding: 91px 45px;
	}
	.social .title {
		font-size: 72px !important;
		line-height: 92px !important;
		text-align: left;
	}
	.reservation .title p {
		font-size: 34px;
		line-height: 38px;
	}
	.news .title {
		margin-bottom: 40px;
	}
	.careers .testimonials .testimonial .text-testimonial .text{
		font-size: 12px;
		line-height: 17px;
	}
	.careers .headline h1{
		text-align: center;
		font-size: 72px;
		line-height: 92px;
		padding: 0;
	}
	.careers .headline h1 br{
		display: inline;
	}
	.careers button.other{
		margin: 46px auto 0;
		padding: 8px 15px;
	}
	.careers .headline p{
		font-size:15px;
		line-height: 23px;
		text-align: center;
	}
	.careers .careers-text{
		padding-top: 0 !important;
	}
	.careers .testimonials .title, .events .events-types .title, .coming-soon .opening .title{
		font-size: 34px;
		line-height: 42px;
		text-decoration: none;
		margin:0;
	}
	.events .events-types .title
	{
		    margin-top: 25px;
	}
	.coming-soon .opening .text{
		font-size: 15px;
		line-height: 23px;
	}
	.events .events-types .title{
		padding-bottom: 20px;
	}

	.events .events-types .event-type .title{
		margin: 0;
	}

	.events .events-types .event-type .image img {
		width: 80px !important;
		height: 80px;
	}

	.careers .testimonials .testimonial .title-testimonial {
    	font-size: 28px;
    	line-height: 30px;

	}
	.events .events-types .event-type .title{
		font-size: 28px !important;
		line-height: 34px;
		margin: 15px 0 0 !important;
		letter-spacing: 1.45px;
	}
	.events .events-types .event-type{
		margin-bottom: 36px;
	}
	.events .events-types .event-type .description {
    font-size: 12px;
    line-height: 23px;
	}
	.events .select .dropdown-menu{
		max-width: 100%;
		width: 200px;
	}
	.events .events-types .event-type{
		padding: 45px;
	}
	/*.events-types .row{
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}*/
	.events .select .dropdown-menu a {
   		width: 333px;
	}
	/*.events .header .text{
		padding-bottom: 85px !important;
	}*/
	.dotted{overflow: hidden;}
	.dotted img{
		height: 70px;
		width: auto !important;
	}
	.slider-members .slide {
    	margin: 10px !important;
    	/*padding: 5px;*/
	}
	.careers .testimonials .testimonial {
    	padding: 20px;
	}
	.careers .testimonials .testimonial .text-testimonial .text {
    	padding: 20px 0;
    	border-bottom: 5px solid #00BBB4;
    	text-align: left;
	}
	.careers .owl-nav{
		float: none;
    	text-align: center;
    	margin: 0 !important;
	}
	.slider-owl .owl-nav button i, .press-nav button i {
    	margin: 0 6.5px !important;
    	font-size: 43px !important;
	}
	.form-news input{
		border: 2px solid #131E29 !important;
		margin-bottom: 43px;
	}
	.post-type-archive-news .news{
		margin-top: 60px;
		margin-bottom: 75px;
		max-width: 100% !important;
	}
	.form-news label{
		font-size:15px !important;
		margin-bottom: 20px !important;
	}
	.form-group {
		margin-bottom: 4rem !important;
	}
	.find-a-location .current-locations .locations .location, 
	.find-a-location .coming-soon-locations .locations .location {
		margin: 17px 17px 0 0;
	    padding: 0 10px;
	    height: 80px;
	    width: 80px;
	    border: 0.5rem solid #131e29;
	}
	.find-a-location .current-locations .locations .location p.name,
	.find-a-location .coming-soon-locations .locations .location p.name{
		font-size: 39px;
	}
	.find-a-location .current-locations .locations .location:hover .hover, 
	.find-a-location .coming-soon-locations .locations .location:hover .hover{
		font-size: 20px;
		line-height: 20px;
	}
	.p-t-120 {
    padding-top: 50px !important;
   	}
	#instafeed .col-sm-6{
		width: 50% !important;
	}
	.social .text{
		max-width: 100%;
		text-align: center;
	}
	.social .social-icons{
		margin: 53px 0 0 0;
	}
	.events .find-a-location{
		padding:40px;
	}
	.location-event .header .title{
		font-size: 60px;
		line-height: 78px;
		text-align: center !important;
	}
	.p-6 {
		padding: 2rem;
	}
	.location-event .events-types .event-description .headline{
		font-size: 34px;
		line-height: 42px;
	}
	.location-event .events-types .event-description .text{
		font-size: 15px;
		line-height: 23px;		
	}
	.location-event .floorplans .text{
		font-size: 20px;
    	line-height: 23px;
    	margin-top: 20px;
    	margin-left: 1rem;
	}
	.location-event .floorplans .title {
		margin: 1rem !important;
		text-decoration: none;
	}
	.location-event .events-types .types-list .title,
	.location-event .text-box .title,
	.location-event .floorplans .title,
	.walk360 .title{
		font-size: 34px;
		line-height: 42px;
		padding-bottom: 10px;
	}
	.walk360 .title{
		margin-bottom: 3rem !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.location-event .events-types .types-list .item .title{
		font-size: 32px;
		line-height: 38px;			
	}
	.location-event .header .side-text{
		text-align: center !important;
		font-size: 15px;
	    line-height: 23px;
	    text-align: center!important;
	    padding-top: 0 !important;
    	justify-content: center;
	}
	.menu .col-sm-4{
		width: 40%;
	}
	.menu .col-sm-8{
		width: 60%;
	}
	.contact .form-news{
		margin-top: 1rem;
	}
	.contact .form-news .form.group{
		margin-bottom: 2rem;
	}
	.faqs .faqs-accordion .title{
		font-size: 72px;
		line-height: 120px;
	}
	.contact .contact-form .title {
		font-size: 72px;
		line-height: 92px;
		margin: 60px auto 40px auto;
	}
	/*.contact .p-5{
		padding: 1rem !important;
	}*/
	.faqs .faqs-content{
		padding: 0;
	}
	.events .find-a-location .title{
		font-size: 72px;
		text-align: left;
		line-height: 92px;
	}
	.events .select {
		background-color: transparent;
	}
	.events .select a{
		font-size: 24px;
		padding: 10px 24px;
		letter-spacing: 1.24px;
	}
	.events .select .dropdown-icon{
		font-size: 24px;
		position: inherit;
		margin-left: 24px;
	}
	.about .work .box h1{
		font-size: 72px;
		line-height: 92px;
	}

	.about .work .box p{
		font-size: 15px;
		line-height: 23px;
	}
	.floating-logo {
		max-width: 150px;
    	left: calc(50% - 75px);
	}
	nav.navbar{
		height: 55px;
	}
	button {
		font-size: 28px;
		line-height: 34px;
		letter-spacing: 1.45px;
		padding: 5px 15px;
	}
	button a i{
		font-size: 20px;
		line-height: 34px;
	}
	.header button {
		font-size: 24px;
		line-height: 29px;
		padding: 10px 15px;
		letter-spacing: 1.24px;
	}
	.header button a i{
		font-size: 18px;
	}
	.home .header .text{
		    padding: 73px 45px!important;
	}
	.header .text {
		padding: 60px 45px !important;
	}
   .header .text p{
   		/*margin-top: 40px;*/
		font-size: 72px;
		line-height: 90px;
		margin-bottom: 6rem;
	}
	.about .header .text p{
		margin-top: 0;	
	}
	.about .text .title, .info-boxes .text .title, .news .title{
		font-size: 34px;
		line-height: 42px;
		border-bottom: 9px solid #131E29;
		width: 75%;
		padding-bottom: 25px;
    	margin-bottom: 25px;
	}
	.about .text .content, .info-boxes .text .content{
		font-size: 15px;
		line-height: 23px;
	}
	.about .box, .info-boxes .box{
		align-items: center;
    	display: flex;
    	justify-content: flex-start;
	}
	.info-boxes .box{
		align-items: flex-start;
		display: flex;
		justify-content: flex-start;
	}
	.info-boxes .image img{
		height: 100%;
	}
	.reservation .title {
		font-size: 34px;
		line-height: 38px;
		text-align: left;
		padding-top: 40px !important;
	}
	section.footer {
		padding: 10px 50px;
	}
	section.footer .title{
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 1.45px;
		line-height: 34px;
		margin-bottom: 15px;
		margin-top: 40px;
	}

	section.footer .text {
		font-size: 11px;
		line-height: 23px;
	}

	section.footer input {
	  height: 35px;
	  font-size: 16px;
	  line-height: 19px;
	}

	section.footer::placeholder, section.footer::-moz-placeholder,  section.footer::-webkit-input-placeholder{
	  color: #00bbb4 !important;
	  font-family: Tungsten;
	  font-size: 16px;
	  font-weight: 600;
	  line-height: normal;
	}

	section.footer button {
		padding: 10px;
		font-size: 16.63px;
		font-weight: 600;
		line-height: 19px;
		margin-top: 1rem;
	}

	section.footer button i{
		font-size: 18px;
	}
	section.footer .social-footer-icons img{
		width: 27px;
		height: 27px;
	}
	.careers .testimonials {
		padding: 12rem;
	}
	.contact .contact-form {
		padding: 0rem !important;
	}
	/* LOCATION */
	.location .newsletter {
		padding: 12rem 9rem !important;
		text-align: center;
	}

	.location .newsletter .input{
		align-items: flex-start;
	}
	.location .newsletter .input ::placeholder{
		color: #131E29;
	}
	.location .newsletter h1{
     	font-size: 72px;
	 	font-weight: 350;
	 	line-height: 92px;
	 	text-align: left;
	 	margin-bottom: 60px;
	 	width: 100%;
	}
	.location .menu .tabs ul li{
		font-size: 25px;
	}
	.location .menu {
		padding: 20px;
	}
	.location .menu .plate {
		margin-left: 0;
		padding-left: 0;
	}

	.location .menu .plates-list .plates-category {
		font-size: 30px;
		line-height: 35px;
	}

	.location .menu .plates-list .plate-title {
		font-size: 25px;
		line-height: 30px;
	}

	.location .menu .plates-list .plate-description {
		font-size: 15px;
		line-height: 20px;
	}
	.coming-soon .time {
		width: 45%;
		border: 5px solid #131e29;
		display: inline-flex;
		align-items: center;
	    flex-direction: column;
	    justify-content: center;
	    margin-right: 0px;
	    margin-bottom: 20px;
	}
	.coming-soon .time:nth-child(2),
	.coming-soon .time:nth-child(4) {
		margin-right: 20px;
	}
	/* Open Table Form */
	.ot-dtp-picker, .ot-dtp-picker-form, .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector{width: 100% !important;}
	.ot-dtp-picker-selector{background: #fff;
	    margin: 1px 0 !important;
	    border: none !important;
	    border-radius: none;
	}
	.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-restaurant-picker{
		border-radius: none !important;
	}
    .ot-dtp-picker .ot-dtp-picker-form{
    	border: none !important;
    	border-radius: none !important;
    	background: none !important;
    }
    .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button{
   	width: auto !important;
   	float: left !important;
   	padding: 0 20px !important;
    border-radius: none !important;
    margin: 30px 0 0 0 !important;
    }
    .ot-dtp-picker.wide .ot-dtp-picker-form{
    	display: block !important;
    }
    .ot-dtp-picker.wide{min-width: auto !important; max-width: auto !important}
}
@media (max-width: 1660px){
	.events .events-types .event-type .title{
		font-size: 5.5rem;
	}
	.careers .testimonials .testimonial .text-testimonial .text{
		height: 70rem;
	}
	.careers .testimonials .testimonial{
		height: 140rem;
	}

}

@media (min-width: 1440px){
	.location .text-box .title p {
		max-width: 300px;
		margin-top: 3rem;
		margin-bottom: 3.5rem;
	}
	section.footer .title {
    	font-size: 5.9rem;
	}
	.about .articles .article-item {
		padding: 20px 100px !important;
	}
}
@media (max-width: 450px){
	.specials-text .title{
		margin-bottom: 47px;
		padding-bottom: 24px;
	}
	.events .select{
		min-width: 100%;
	}	
	.careers .testimonials .testimonial .text-testimonial .text{
		height: auto !important;
	}
	.careers .testimonials .testimonial {
    	min-height: 610px !important;
	}
}
@media (max-width: 320px) { 
	.find-a-location .current-locations .locations .location, .find-a-location .coming-soon-locations .locations .location {
	    margin: 7px !important;
	    height: 70px !important;
	    width: 70px !important;
	}
	button {
    	font-size: 4.5rem;
	}
}
.logo-footer{
	margin-bottom: calc(3rem - 1.5rem);
}
.mt--15{
	margin-top: -15px;
}
.form-suscribe .input-col{
	margin-top: 4.2rem;
}
.no-scroll{
	overflow: hidden;
	height: 100%;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel button.owl-dot{
	outline:0;
}


/* Travis Code */
div#rev_slider_1_1 {
	width:75%;
}
.cont-menu .menu {
	min-height: calc(100vh - 7.1rem) !important;
}

.hours .happy-hours {
	margin-top: 20px;
}

input.form-input, .contact-form input, .contact-form textarea {
	border-radius: 0px;
}

@media (min-width: 768px) { 
	.hours .happy-hours {
		margin-top: 0px;
	}
}

.fixed{
	position: fixed;
	width: 100%;
	top:7.1rem;
}

/* ScrollBars Test */
nav.navbar .select .dropdown-menu::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
nav.navbar .select .dropdown-menu::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
nav.navbar .select .dropdown-menu::-webkit-scrollbar-thumb {
  background: #00bbb4;
  border: 0px none #00bbb4;
  border-radius: 0px;
}
nav.navbar .select .dropdown-menu::-webkit-scrollbar-track {
  background: #131e29;
  border: 0px none #ffffff;
  border-radius: 0px;
}
nav.navbar .select .dropdown-menu::-webkit-scrollbar-corner {
  background: transparent;
}
.owl-carousel:not(.owl-loaded){ 
    opacity: 0; 
    visibility:hidden;
    height:0;
}

/*
#slinews .slide{
	display: none;
}
.loading-placeholder{color:#fff;font-size: 24px;text-align: center}
.loading-placeholder svg{width: 30px;}
/*


/* RESPONSIVE */
@media (max-width: 768px) { 
	:root {
		font-size: 4px !important;
	}
}
@media (min-width: 768px) { 
	:root {
		font-size: 5px !important;
	}
}
@media (min-width: 992px) { 
	:root {
		font-size: 6px !important;
	}
}

@media (min-width: 1200px) { 
	:root {
		font-size: 7px !important;
	}
}

@media (min-width: 1400px) { 
	:root {
		font-size: 8px !important;
	}
}

@media (min-width: 1600px) { 
	:root {
		font-size: 9px !important;
	}
}

@media (min-width: 1920px) { 
	:root {
		font-size: 10px !important;
	}
}
@media (min-width: 576px){
	.card-columns {
	    -webkit-column-count: 2 !important;
	    -moz-column-count: 2 !important;
	    column-count: 2 !important;
	}
}
.plate{
	background-color: transparent !important;
	border: none !important;
}
@media (max-width: 768px){
	.menu .header-menu .page_item, .menu .header-menu .menu-item {
    list-style: none;
    font-family: Tungsten;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
	}
}
@media (max-width: 767px){
	.about .articles .article-item .article-title p{
		padding-bottom: 15px;
	}
	.about .articles .article-item .article-date p{
		padding-bottom: 20px;
	}	
}
@media (max-width: 425px){
	.about .text .title, .info-boxes .text .title, .news .title{
		width: 100%;
		padding-bottom: 24px !important;
    	margin-bottom: 24px;
	}
	.about .text .title, .location .text-box .title{
		max-width: 50rem;
	}
	.page-id-246 .text .title{
		max-width: 100% !important;
	}
	.p-6{
		padding: 40px;
	}

	.press-read-more button {
		font-size: 5rem;
	}
	.press-read-more button a i {
    	font-size: 18px;
   	}
}
.error404 .hero{
	background: #f25e09;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
}
@media (min-width: 700px) and (max-width: 1100px) {
	.hours{padding: 10rem 8rem;}
}
.date-range{
	font-size: 2rem;
	text-align: center;
}
.dropdown-menu .datepicker, .datepicker-days {
    font-size: 2rem;
}
.cont-datepicker{
	min-width: 38rem !important;
}
.input-daterange .from, .input-daterange .to{
	font-size: 2rem;
	height: 3rem;
}
.datepicker-inline {
    margin: 0 auto;
}
.title-testimonial small{
	display: block;
    color: #fff;
    font-size: 60%;
}
.sgpb-theme-6-content, .sg-popup-content{
	box-shadow: none !important;
}
.about .team .team-member .title-team small{
	font-size: 60%;
	display: block;
}
.header .text p span{
	border-color: #fff !important;
}

.header .text p{
	color: #131e29 !important;
}
.landing .text .under-text p span, .landing .text .under-text, .landing .text .under-text p{
	border:none;
	color:#131e29 !important;
}
body.page-template-page-privacy table{
	margin: 25px 0;
}
body.page-template-page-privacy table td, table th, ul li{
	font-size: 1.8rem;
	font-family: "Bookman";
}
/* Alerts */
.mtsnb{
	background-color: #f05f22 !important;
}
.has-mtsnb-shown{
	padding-top: 0px !important;
}
.mtsnb-hide{
    background-color: transparent !important;
    position: absolute !important;
    top: 2.7rem !important;
    font-size: 4rem !important;
}
.mtsnb-content:before{
	content: 'Announcement: ';
    position: relative;
    font-weight: bolder;
}
.mtsnb-content, .mtsnb-content span, .mtsnb-content p{
	font-weight:400 !important;
	font-size: 2rem !important;
}
.mtsnb-container{
	min-height: 7.1rem;
}
.fixed-60{
	top: 60px !important;
}
.fixed-0{
	top: 0px !important;
}
@media (max-width: 992px){
	.mtsnb{
	    height: 60px;
	    background-color: #f05f22 !important;
		position: fixed !important;
		z-index: 99999999999;
	}
	body.has-mtsnb:not(.has-mtsnb-closed) .floating-logo
	{
		top: 65px;
	}
	body.has-mtsnb:not(.has-mtsnb-closed) .navbar {
		top:60px;
	}
	.mtsnb-hide{
		top: 20px !important;
		font-size: 36px !important;
	}
	.mtsnb-content, .mtsnb-content span, .mtsnb-content p{
		font-size:14px !important;
	}
}
.media-inq{
	color: #00bbb4;
    font-family: "Bookman";
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.4rem;
    display: block;
    margin-top: 3rem;
}
.media-inq a{
	color: #00bbb4;
}

@media (max-width: 320px){
	.g-recaptcha {
		transform:scale(0.8) translateX(-5%);
		-webkit-transform:scale(0.8) translateX(-5%);
	}
}

/* Template: About */

.page-template-template-about h1 {
	text-transform: uppercase;
	font-family: Tungsten;
	color: #FFFFFF;
	font-size: 20rem;
	font-weight: 500;
	line-height: 25rem;
    margin-bottom: 4rem;
	width: auto;
	max-width: 1000px;
	text-align: center;
	color: #131e29;
}


.page-template-template-about h1 span {
	border-bottom: 2rem solid #fff;
}

#template-about-main-content {
	max-width: 1000px;
	margin: 0 auto;
}

body.page-template-template-about #template-about-main-content p {
    color: #FFFFFF;
	font-family: "Bookman";
    font-size: 2.5rem;
    line-height: 4.6rem;
    text-align: center;
    text-transform: none;
    text-decoration: none;
	margin-bottom: 3rem;
    width: auto;
    max-width: none;
}

@media (max-width: 992px) {
	body.page-template-template-about #template-about-main-content p {
		font-size: 15px;
		line-height: 23px;
	}
}

body.page-template-template-about #template-about-main-content h3 {
	font-family: Tungsten;
	font-size: 7rem;
	margin-bottom: 3rem;
}

body.page-template-template-about .info-image div {
	max-height: none;
}

