@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600);
@import url(http://fonts.googleapis.com/css?family=Raleway:600,700,800);
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');

html, button, input, select, textarea {
	color: #222;
}

::-moz-selection {
	background: #f2c2c9;
	color: #a4003a;
	text-shadow: none;
}

::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}

textarea {
	resize: vertical;
}

/* ===============================================
   General styles
   ============================================== */

html, body {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
}

.logo a {
	margin: 0 auto;
	display: inline-block;
}

.logo a img {
	background: transparent;
	width: 200px;
	height: auto;
}

.navbar-inverse {
	background-color: #FFFFFF;
	border-color: rgba(127, 90, 5, 1);
	padding: 20px 0;
}

.navbar-inverse .navbar-nav>li>a {
	color: #1B0B03;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #1B0B03;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #0ed9f3;
	border-radius: 15px 0px 15px 0px;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
	background: rgb(31, 14, 7);
}

.tb {
	display: table;
	width: 100%;
}

.tb-cell {
	display: table-cell;
	vertical-align: middle;
}

.tb-cell img {
	width: 100px;

}

.tb-cell h1 {
	font-size: 40px;
	text-shadow: #1a1a1a 2px 2px 2px;
}

.tb-cell h1 strong {
	font-weight: 700;
	color: #59f1bb;
}

.tb-cell h1 b {
	font-weight: 700;
	color: #00B4D8;
}

.tb-cell p {
	padding: 0 200px 20px;
	font-size: 100px;
	font-weight: 700;
}

.tb-cell p b {
	color: #59f1bb;
}

.tb-cell p i {
	color: #00B4D8;
}

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


.col-md-4 {
	padding-bottom: 20px;
}

.row {
	margin-right: 0px;
	margin-left: -15px;
}

.modal-header {
	background: #E89A2F;
}

.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}

.modal-footer {
	background: #2b2b2b;
}

.navbar-default {
	border-color: transparent;
	background-color: #dadada;
}

.navbar-inverse .navbar-brand {
	font-weight: 500;
	font-size: 20px;
}

.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: #16a085;
	color: white;
}

a img {
	background: white;
}

.odd a img {
	background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Poetsen One";
	font-weight: 200;
	color: #333;
}

h2 {
	font-size: 40px;
	color: #1a1a1a;
}

h3 {
	font-size: 26px;
}

/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 20px;
	font-size: 15px;
}

p.large {
	font-size: 16px;
	margin-bottom: 50px;
}

.centered {
	text-align: center;
}

strong {
	font-weight: 700;
}

em {
	font-weight: 300;
}

pre {
	background: #ebebeb;
	border: none;
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}

small {
	font-size: 12px;
}

blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}

blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}

blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}

blockquote cite:before {
	content: "-- "
}

/* Images */
.overflow-image {
	margin-top: -65px;
}

/* Links */
a {
	color: #4abcc5;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}

a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/background-coral2.png) no-repeat center top;
	margin-top: -50px;
	padding-top: 120px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 850px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
}

#headerwrap h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3px;
}

#headerwrap p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	line-height: 40px;
}

#headerwrap .icon {
	margin-top: 40px;
}

#headerwrap .btn {
	text-transform: uppercase;
	width: 140px;
	height: 46px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-family: "Poetsen One", sans-serif;
	font-weight: 600;
	font-size: 16px;
	border: 2px solid #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}
}

#headerwrap .btn i {
	margin-right: 10px;
}

#headerwrap .btn:hover, #headerwrap .btn:focus {
	background-color: #fff;
	color: #000;
	outline: 0px;
	border-radius: 6px;
}

.img-circle {
	border-radius: 50%;
	border: 1px solid #1a1a1a;
	padding: 5px;
	background: #fff;
}

#about {
	background: #FFF;
	padding: 100px 0;
}

#about img {
	margin-top: 65px;
}

#services {
	background: #FFFFFF;
	padding: 100px 0;
	text-align: center;
}

#services .fa {
	color: #E89A2F;
}

#services p {
	text-align: center;
}

.hero-section {
	background-color: #E89A2F;
	padding: 60px 0
}

.hero-section p {
	color: #fff;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.reservation-btn {
	background: #000;
	border-radius: 0px;
	padding: 12px 20px;
	color: #fff;
}

.reservation-btn:hover {
	color: #000;
	background: #fff;
}

#team {
	background: #fff;
	padding: 100px 0;
}

#team H4 {
	color: #1a1a1a;
	letter-spacing: 1px;
}

#team h5 {
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
	padding: 0 20px 0;
}

#team .brands {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 30px;
	outline: 0;
	border: 1px solid #59f1bb;
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-bottom: 30px;
}

#team .team-header h3 {
	margin: 30px 0 30px;
	color: #03045E;
}

#team .urdaneta p {
	font-size: 14px;
	margin: 0px 0 10px;
	color: #03045E;
}

#team .brands:hover {
	background-color: #59f1bb;
	color: #000;
}

#portfolio {
	background: #fff;
	padding: 100px 0;
}

#portfolio .btn-default {
	border: 0;
}

#contact {
	background: #03045e;
	padding: 100px 0;
	text-align: left;
}

#contact h2 {
	color: #fff;
	font-size: 40px;
}


.page_section.contact {
	padding: 90px 0 100px;
}

.contact_section {
	margin: 0 0 60px 0;
}

.contact_section h2 {
	font-size: 40px;
	color: #59f1bb;
	margin: 0 0 50px 0;
	text-transform: uppercase;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}

#greywrap .btn {
	font-family: "Poetsen One";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}

#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}

#greywrap h2 {
	font-size: 30px;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	font-size: 30px;
}

#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}

#footerwrap {
	background: #03045E;
	padding: 25px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap span.copyright {
	line-height: 40px;
	color: #888;
	font-weight: 400;
}

#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}

#footerwrap span.copyright a:hover {
	color: #ffbf00;
	text-decoration: none;
}

#footerwrap h4 {
	color: white;
}
#footerwrap i {
	color: #d80020;
  animation: pulse 0.5s infinite;
}
ul.social-buttons {
	margin: 0;
}

ul.social-buttons li a {
	font-size: 22px;
	outline: 0;
	color: #FFFFFF;
	margin-right: 12px;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #ffbf00;
}

.white h1 {
	color: #999;
}

.white p {
	padding-top: 15px;
}

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #eee;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: rgba(216, 169, 27, 0.81);
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
	font-size: 24px;
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #F27E00;
	font-size: 13px;
	background: #fff;
}

.overlay figure {
	overflow: hidden;
}

.overlay figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .overlay figure:hover img, .overlay figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.overlay figcaption {
	height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .overlay figure:hover figcaption, .overlay figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.overlay figcaption a {
	position: absolute;
	/* top: 10px; */
	bottom: 10px;
	right: 30px;
	background: #000;
	color: #fff;
	border-radius: 0px;
	padding: 6px 15px;
}

.div-pattern2 {
	background: url('../img/div-pattern2.png') top left repeat-x;
	height: 30px;
	width: 100%;
	display: block;
}

.div-pattern {
	background: url('../img/div-pattern.png') top left repeat-x;
	height: 30px;
	width: 100%;
	display: block;
}

/* ==========================================
   MEDIA QUERIES
   ======================================== */
@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
	body .header {
		background-attachment: scroll;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.header {
		background-attachment: scroll;
	}
}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 80px;
	}

	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
}

@media screen and (max-width:480px) {
	#headerwrap h1 {
		font-size: 34px;
		margin-bottom: 5px;
	}

	#headerwrap p {
		margin-top: 10px;
		font-weight: 700;
		font-size: 14px;
		padding: 0 20px 0;
		letter-spacing: 0;
		line-height: 30px;
	}

	#headerwrap .icon img {}

	.navbar-nav {
		float: right !important;
		width: 100%;
		margin: 10px auto;
	}

	#team img {
		margin-top: 30px;
	}
}



/* Bubbles */
.bubbles {
	position: fixed;
	/* Changed from absolute to fixed */
	top: 0;
	/* Added to ensure it starts from the top */
	bottom: 0;
	left: 0;
	/* Added to ensure it starts from the left */
	right: 0;
	/* Added to ensure it spans to the right */
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* Allows clicks to pass through */
	overflow: hidden;
}

.bubble {
	position: absolute;
	bottom: -50px;
	/* Start off screen at the bottom */
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	animation: rise 5s infinite ease-in;
	box-shadow: 0 0 0 0.5px #1a1a1a;
	/* Add this line */
}

.bubble:nth-child(1) {
	left: 10%;
	animation-duration: 6s;
}

.bubble:nth-child(2) {
	left: 20%;
	animation-duration: 7s;
	animation-delay: 1s;
}

.bubble:nth-child(3) {
	left: 30%;
	animation-duration: 5s;
	animation-delay: 2s;
}

.bubble:nth-child(4) {
	left: 50%;
	animation-duration: 6s;
	animation-delay: 3s;
}

.bubble:nth-child(5) {
	left: 70%;
	animation-duration: 8s;
	animation-delay: 4s;
}

@keyframes rise {
	0% {
		transform: translateY(0) scale(0.8);
	}

	50% {
		transform: translateY(-50vh) scale(1);
	}

	100% {
		transform: translateY(-100vh) scale(0.8);
	}
}


.honeypot-field {
	display: none;
}

a.floating {
	font-family: "Poetsen One", sans-serif;
	display: block;
	font-size: 16px;
	width: 115px;
	height: 38px;
	line-height: 34px;
	border-radius: 6px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background: transparent;
	color: #fff;
	border-style: outset;
	border-color: #fdfdfd;
	margin: 0 auto;
	background: #00B4D8;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
}


a.floating:hover {
	background: #fff;
	color: #00B4D8;
	border: 1px solid #fff;
}

a.floating i, a.read_more2 i {
	margin-right: 6px;
}

.floating {
	display: none;
	animation: pulse 3s infinite;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

.contact_info {
	font-size: 15px;
	margin: 0 0 0 20px;
	padding-left: 0;
}

.contact_info h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 30px;
	color: #fff;
}

.contact_info p {
	line-height: 28px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 30px;
}

.detail h4 {
	color: #59f1bb;
}

.form-top h4 {
	color: #59f1bb;
	text-shadow: none;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}


.form-elements {
	color: #fff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	margin-left: 20px;
}
.input-text option {
	background-color: white;
	color: #1b3a78;
}

.input-text {
	padding: 15px 16px;
	border: 1px solid #ccc;
	width: 100%;
	min-height: 40px;
	display: block;
	border-radius: 4px;
	font-size: 14px;
	color: #1b3a78;
	background-color: white;
	margin: 0 0 15px 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.inside {
	color: #1b3a78;
}


.input-text:focus {
	border: 1px solid #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
	height: 230px;
	resize: none;
	overflow: auto;
}

.thankyou_message h3 {
	color: #fff;
}


.input-btn {
	width: 175px;
	height: 50px;
	letter-spacing: 0px;
	background: #00B4D8;
	border-radius: 3px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border: 0px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
	background: #fff;
	color: #222;
}