/* =================================================================== 
 *
 *  Daniel Verstappen v1.0 Main Stylesheet
 *  08-13-2016
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. forms 
 *  05. buttons
 *  06. other components
 *  07. common and reusable styles
 *  08. header styles
 *  09. home
 *  10. news
 *  11. agenda
 *  12. bookings
 *  13. portfolio
 *  14. stats
 *  15. contact
 *  16. footer
 *  17. tourdates
 *  18. privacy policy
 *  19. articles
 *  20. music
 *  21. single page
 *  Color : #00BBE7
 *
 * =================================================================== */


/* ===================================================================
 *  01. webfonts and iconfonts - (_document-setup)
 *
 * ------------------------------------------------------------------- */
@import url("windows10/windows10.css");

/* montserrat */
@font-face {
	font-family: "montserrat-regular";
	src: url("../fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), 
	     url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "montserrat-bold";
	src: url("../fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2"), 
	     url("../fonts/montserrat/montserrat-bold-webfont.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}

/* libre baskerville */
@font-face {
	font-family: "librebaskerville-regular";
	src: url("../fonts/librebaskerville/librebaskerville-regular-webfont.woff2") format("woff2"), 
	     url("../fonts/librebaskerville/librebaskerville-regular-webfont.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "librebaskerville-italic";
	src: url("../fonts/librebaskerville/librebaskerville-italic-webfont.woff2") format("woff2"), 
	     url("../fonts/librebaskerville/librebaskerville-italic-webfont.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "librebaskerville-bold";
	src: url("../fonts/librebaskerville/librebaskerville-bold-webfont.woff2") format("woff2"), 
	     url("../fonts/librebaskerville/librebaskerville-bold-webfont.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}

/* ===================================================================
 *  02. base style overrides - (_document-setup)
 *
 * ------------------------------------------------------------------- */
 :root {
	touch-action: pan-x pan-y;
	height: 100% 
  }

html {
	font-size: 10px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 9.375px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.375px;
	}
}

html,
body {
	height: 100%;
}

body {
	background: black;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #353535;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.largeTitleWhite {
	color: #FFFFFF;
    font-size: 4rem;
}

.largeTitleBlue {
	color: #00BBE7;
    font-size: 4rem;
}

.centerText {
	text-align: center;
}

.centerImage {
	display: flex;
    justify-content: center;
	margin-left: auto;
    margin-right: auto;
}

.marginTop {
	margin-top: 2rem;
}

.flandersInvestImage {
	max-height: 75px;
	width: auto;
}

/* ------------------------------------------------------------------- 
 * links - (_document-setup) 
 * ------------------------------------------------------------------- */
a,
a:visited {
	color: #00BBE7;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #000000;
}

/* ===================================================================
 *  03. typography & general theme styles - (_document-setup.scss) 
 *
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
	font-family: "montserrat-bold", sans-serif;
	color: #00BBE7;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 2.1rem;
}

h3, .h03, h4, .h04 {
	margin-bottom: 1.8rem;
}

h5, .h05, h6, .h06 {
	margin-bottom: 1.2rem;
}

h1, .h01 {
	font-size: 3.1rem;
	line-height: 1.35;
	letter-spacing: -.1rem;
}

@media only screen and (max-width:600px) {
	h1, .h01 {
		font-size: 2.6rem;
		letter-spacing: -.07rem;
	}
}

h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h3, .h03 {
	font-size: 2rem;
	line-height: 1.5;
}
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.76;
}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: .2rem;
}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.85;
	text-transform: uppercase;
	letter-spacing: .2rem;
}

p img {
	margin: 0;
}

p.lead {
	font-family: "montserrat-bold", sans-serif;
	font-size: 2rem;
	line-height: 1.8;
	color: #4f4f4f;
	margin-bottom: 3.6rem;
}

@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.8rem;
	}

}

em, i, strong, b {
	font-size: 1.6rem;
	line-height: 3rem;
	font-style: normal;
	font-weight: normal;
}
em, i {
	font-family: "librebaskerville-italic", serif;
}
strong, b {
	font-family: "montserrat-bold", sans-serif;
}

small {
	font-size: 1.1rem;
	line-height: inherit;
}

blockquote {
	margin: 3rem 0;
	padding-left: 5rem;
	position: relative;
}

blockquote:before {
	content: "\201C";
	font-size: 10rem;
	line-height: 0px;
	margin: 0;
	color: rgba(0, 0, 0, 0.3);
	font-family: arial, sans-serif;
	position: absolute;
	top: 3.6rem;
	left: 0;
}

blockquote p {
	font-family: "librebaskerville-italic", georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.895;
}

blockquote cite {
	display: block;
	font-size: 1.3rem;
	font-style: normal;
	line-height: 1.615;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
	color: #4f4f4f;
	border: none;
}

abbr {
	font-family: "montserrat-bold", sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #4f4f4f;
}

var, kbd, samp, code, pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	padding: 2.4rem 3rem 3rem;
	background: #F1F1F1;
}

code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}

pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;
}

pre.prettyprint > code {
	border: none;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

mark {
	background: #FFF49B;
	color: #000;
}

hr {
	border: solid #d2d2d2;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}

/* ------------------------------------------------------------------- 
 * Lists - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}

ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00BBE7;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}

dt {
	margin: 0;
	color: #00BBE7;
}

dd {
	margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * Spacing - (_document-setup)  
 * ------------------------------------------------------------------- */
button,
.button {
	margin-bottom: 1.2;
}

fieldset {
	margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
	margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * floated image - (_document-setup)  
 * ------------------------------------------------------------------- */
img.pull-right {
	margin: 1.5rem 0 0 3rem;
}

img.pull-left {
	margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * block grids paddings
 * ------------------------------------------------------------------- */
.bgrid {
	padding: 0 20px;
}

@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}
}

@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}
}

@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}
}

@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}
}

/* ------------------------------------------------------------------- 
 * tables - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-family: "librebaskerville-regular", sans-serif;
}

th, td {
	padding: 1.5rem 3rem;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
th {
	color: #00BBE7;
	font-family: "montserrat-bold", sans-serif;
}
td {
	line-height: 1.5;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * pace.js styles - minimal  - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #FFFFFF;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 100%;
	width: 100%;
	height: 6px;
}


/* ===================================================================
 *  04. preloader - (_preloader-1.scss)
 *
 * ------------------------------------------------------------------- */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #050505;
	z-index: 800;
	height: 100%;
	width: 100%;
}

.no-js #preloader,
.oldie #preloader {
	display: none;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}

#loader:before {
	content: "";
	border-top: 6px solid rgba(255, 255, 255, 0.1);
	border-right: 6px solid rgba(255, 255, 255, 0.1);
	border-bottom: 6px solid rgba(255, 255, 255, 0.1);
	border-left: 6px solid #FFFFFF;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}


/* ===================================================================
 *  04. forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */
fieldset {
	border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 6rem;
	padding: 1.5rem 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #313131;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.5rem;
	line-height: 3rem;
	max-width: 100%;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ss-custom-select {
	position: relative;
	padding: 0;
}

.ss-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;
}

.ss-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
	display: none;
}

.ss-custom-select::after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 1.5rem;
	margin-top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	pointer-events: none;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
	display: none;
}

textarea {
	min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	color: #1c0d02;
	border-bottom: 1px solid #00BBE7;
}

label,
legend {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	margin-bottom: .6rem;
	color: #020202;
	display: block;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
}

label > .label-text {
	display: inline-block;
	margin-left: 1rem;
	font-family: "montserrat-bold", sans-serif;
	line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
	margin: 0;
	position: relative;
	top: .15rem;
}

/* -----------------------------------------------------------
 * Style Placeholder Text  
 * ----------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #00BBE7;
}

:-moz-placeholder {
	color: #00BBE7;  /* Firefox 18- */
}

::-moz-placeholder {
	color: #00BBE7;  /* Firefox 19+ */
}

:-ms-input-placeholder {
	color: #00BBE7;
}

.placeholder {
	color: #00BBE7 !important;
}

/* -----------------------------------------------------------
 * Change Autocomplete styles in Chrome
 * ----------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: #FFFFFF;
	transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 *  05.  buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	height: 5.4rem;
	line-height: 5.4rem;
	padding: 0 3rem;
	margin: 0 .3rem 1.2rem 0;
	background: #808080;
	color: #222222;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: #737373;
	color: #000000;
	outline: 0;
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #00BBE7;
	color: #FFFFFF;
	border-bottom: #00BBE7;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-top: #00BBE7;
	border-top-width: 5px;
	border-top-style: solid;
	margin-bottom: 0px;
	width: 100%;
}

.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #FFFFFF;
	color: #00BBE7;
	border-bottom: #00BBE7;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-top: #00BBE7;
	border-top-width: 5px;
	border-top-style: solid;
}

button.full-width,
.button.full-width {
	width: 100%;
	margin-right: 0;
}

button.medium,
.button.medium {
	height: 5.7rem !important;
	line-height: 5.7rem !important;
	padding: 0 1.8rem !important;
}

button.large,
.button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}

button.stroke,
.button.stroke {
	background: transparent !important;
	border: 3px solid #313131;
	line-height: 4.8rem;
}

button.stroke.medium,
.button.stroke.medium {
	line-height: 5.1rem !important;
}

button.stroke.large,
.button.stroke.large {
	line-height: 5.4rem !important;
}

button.stroke:hover,
.button.stroke:hover {
	border: 3px solid #00BBE7;
	color: #00BBE7;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* ===================================================================
 *  06. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */ 

/* -------------------------------------------------------------------
 * alert box - (_alert-box.scss)
 * ------------------------------------------------------------------- */
.alert-box {
	padding: 2.1rem 4rem 2.1rem 3rem;
	position: relative;
	margin-bottom: 3rem;
	border-radius: 3px;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.5rem;
}

.alert-box .close {
	position: absolute;
	right: 1.8rem;
	top: 1.8rem;
	cursor: pointer;
}

.ss-error {
	background-color: #ffd1d2;
	color: #e65153;
}

.ss-success {
	background-color: #c8e675;
	color: #758c36;
}

.ss-info {
	background-color: #d7ecfb;
	color: #4a95cc;
}

.ss-notice {
	background-color: #fff099;
	color: #bba31b;
}

/* ------------------------------------------------------------------- 
 * additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */

/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
	float: left;
	margin: 0;
	padding: 1.5rem .6rem 0 0;
	font-size: 8.4rem;
	font-family: "montserrat-bold", sans-serif;
	line-height: 6rem;
	text-indent: 0;
	background: transparent;
	color: #00BBE7;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
	display: inline;
	margin: 0;
}

.lining dt + dt:before,
.lining dd + dt:before {
	content: "\A";
	white-space: pre;
}

.lining dd + dd:before {
	content: ", ";
}

.lining dd + dd:before {
	content: ", ";
}

.lining dd:before {
	content: ": ";
	margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
	display: inline;
	counter-reset: definitions;
}

.dictionary-style dt + dt:before {
	content: ", ";
	margin-left: -0.2em;
}

.dictionary-style dd {
	display: block;
	counter-increment: definitions;
}

.dictionary-style dd:before {
	content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
	position: relative;
	padding: 2.1rem 3rem 2.1rem 0px;
}

.pull-quote:before,
.pull-quote:after {
	height: 1em;
	position: absolute;
	font-size: 10rem;
	font-family: Arial, Sans-Serif;
	color: rgba(0, 0, 0, 0.3);
}

.pull-quote:before {
	content: "\201C";
	top: 33px;
	left: 0;
}

.pull-quote:after {
	content: '\201D';
	bottom: -33px;
	right: 0;
}

.pull-quote blockquote {
	margin: 0;
}

.pull-quote blockquote:before {
	content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
	padding: 0;
	margin: 3rem 0;
}

.stats-tabs li {
	display: inline-block;
	margin: 0 1.5rem 3rem 0;
	padding: 0 1.5rem 0 0;
	border-right: 1px solid #ccc;
}

.stats-tabs li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.stats-tabs li a {
	display: inline-block;
	font-size: 2.5rem;
	font-family: "montserrat-bold", sans-serif;
	border: none;
	color: #252525;
}

.stats-tabs li a:hover {
	color: #00BBE7;
}

.stats-tabs li a em {
	display: block;
	margin: .6rem 0 0 0;
	font-size: 1.4rem;
	font-family: "montserrat-bold", sans-serif;
	color: #4f4f4f;
}

/**
 * agendabars - (_agendabars.scss)
 * -------------------------------------------------------------------
 */
 #agenda .card {
    border: none;
	color: white;
	background: #FFFFFF;
	width: 95%;
	margin: 10px;
}

#agenda h1 {
	color: #FFFFFF;
}

#agenda h3 {
	color: #FFFFFF;
}

#agenda .card-body h1 {
	color: #00BBE7;
}

#agenda .card-body h3 {
	color: #00BBE7;
}

#agenda a {
	color: #00BBE7;
}

#agenda a:hover {
	color: #000000;
}

.agenda-bars {
	list-style: none;
	margin: 6rem 0 3rem;
}

.agenda-bars li {
	height: .6rem;
	background: #a1a1a1;
	width: 100%;
	margin-bottom: 6rem;
	padding: 0;
	position: relative;
}

.agenda-bars li strong {
	position: absolute;
	left: 0;
	top: -3rem;
	font-family: "montserrat-bold", sans-serif;
	color: #313131;
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-size: 1.5rem;
	line-height: 2.4rem;
}

.agenda-bars li .progress {
	background: #313131;
	position: relative;
	height: 100%;
}

.agenda-bars li .progress span {
	position: absolute;
	right: 0;
	top: -3.6rem;
	display: block;
	font-family: "montserrat-bold", sans-serif;
	color: white;
	font-size: 1.1rem;
	line-height: 1;
	background: #313131;
	padding: .6rem .6rem;
	border-radius: 3px;
}

.agenda-bars li .progress span::after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #313131;
	content: "";
}

.agenda-bars li .percent5 {
	width: 5%;
}

.agenda-bars li .percent10 {
	width: 10%;
}

.agenda-bars li .percent15 {
	width: 15%;
}

.agenda-bars li .percent20 {
	width: 20%;
}

.agenda-bars li .percent25 {
	width: 25%;
}

.agenda-bars li .percent30 {
	width: 30%;
}

.agenda-bars li .percent35 {
	width: 35%;
}

.agenda-bars li .percent40 {
	width: 40%;
}

.agenda-bars li .percent45 {
	width: 45%;
}

.agenda-bars li .percent50 {
	width: 50%;
}

.agenda-bars li .percent55 {
	width: 55%;
}

.agenda-bars li .percent60 {
	width: 60%;
}

.agenda-bars li .percent65 {
	width: 65%;
}

.agenda-bars li .percent70 {
	width: 70%;
}

.agenda-bars li .percent75 {
	width: 75%;
}

.agenda-bars li .percent80 {
	width: 80%;
}

.agenda-bars li .percent85 {
	width: 85%;
}

.agenda-bars li .percent90 {
	width: 90%;
}

.agenda-bars li .percent95 {
	width: 95%;
}

.agenda-bars li .percent100 {
	width: 100%;
}

/* ===================================================================
 *  07. common and reusable styles 
 *
 * ------------------------------------------------------------------- */
.section-intro {
	text-align: center;
	position: relative;
	margin-bottom: 1.5rem;
}

.section-intro h1 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 4.8rem;
	line-height: 1.375;
	color: #00BBE7;
}

.section-intro h3 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 2rem;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .15rem;
	margin-bottom: 0;
}

.section-intro.with-bottom-sep {
	padding-bottom: 4.2rem;
	position: relative;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * section-intro
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.section-intro h1 {
		font-size: 4.2rem;
	}

	.section-intro h3 {
		font-size: 1.8rem;
	}

}

@media only screen and (max-width:600px) {
	.section-intro h1 {
		font-size: 3.6rem;
	}

	.section-intro h3 {
		font-size: 1.7rem;
	}

}

@media only screen and (max-width:400px) {
	.section-intro h1 {
		font-size: 3.3rem;
	}

	.section-intro h3 {
		font-size: 1.6rem;
	}

}

.wide {
	max-width: 1300px;
}

.narrow {
	max-width: 800px;
}

.js .animate-this,
.js .animate-intro {
	opacity: 0;
}

.oldie .animate-this,
.oldie .animate-intro
.no-cssanimations .animate-this,
.no-cssanimations .animate-intro {
	opacity: 1;
}


/* ===================================================================
 *  08. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
header {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 700;
}

header .row {
	height: auto;
	max-width: 1300px;
	position: relative;
}

/* ------------------------------------------------------------------- 
 * header logo - (_layout.css) 
 * ------------------------------------------------------------------- */
header .header-logo {
	left: 26px;
	top: 6rem;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

header .header-logo a {
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	width: 18rem;
	height: 18rem;
	background: url("../images/logo.png") no-repeat center;
	background-size: 18rem;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------------- 
 * newsletter trigger - (_layout.css) 
 * ------------------------------------------------------------------- */
header .newsletterButton {
	background: #FFFFFF;
	color: #00BBE7;
	top: 30px;
	left: 26px;
	position: fixed;
	z-index: 500;
	font-size: 1.25rem;
}

header .newsletterButton:hover {
	background: #00BBE7;
	color: #FFFFFF;
}

header .newsletterButton i {
	margin-right: 1rem;
}

.close {
	background: #FFFFFF;
	color: #00BBE7;
}

.close:hover {
	background: #00BBE7;
	color: #FFFFFF;
}

/* newsletter form */
#newsletterModal form {
	margin-top: 0;
	margin-bottom: 3rem;
	font-family: "montserrat-bold", sans-serif;
}

#newsletterModal form .form-field {
	position: relative;
}

#newsletterModal form .form-field:before,
#newsletterModal form .form-field:after {
	content: "";
	display: table;
}

#newsletterModal form .form-field:after {
	clear: both;
}

#newsletterModal form .form-field label {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.1rem;
	line-height: 2.4rem;
	position: absolute;
	bottom: -1.2rem;
	right: .6rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	padding: 0 2rem;
	margin: 0;
	color: #FFFFFF;
	background: #00BBE7;
}

#newsletterModal form .form-field label::after {
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -6px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #00BBE7;
	content: "";
}

#newsletterModal input[type="text"],
#newsletterModal input[type="password"],
#newsletterModal input[type="email"],
#newsletterModal select,
#newsletterModal textarea {
	width: 100%;
	color: #00BBE7;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #00BBE7;
}

#newsletterModal input[type="text"],
#newsletterModal input[type="password"],
#newsletterModal input[type="email"],
#newsletterModal select {
	height: 6.6rem;
	padding: 1.8rem 2rem;
}

#newsletterModal input[type="text"]:focus,
#newsletterModal input[type="password"]:focus,
#newsletterModal input[type="email"]:focus {
	border-color: #00BBE7;
	color: #00BBE7;
}

#newsletterModal input[type="submit"] {
	background-color: #00BBE7;
	color: #FFFFFF;
	margin: 1rem;
	float: right;
}

#newsletterModal input[type="submit"]:hover {
	background-color: #FFFFFF;
	color: #00BBE7;
	border: 2px solid #00BBE7;
}

#newsletterModal textarea {
	min-height: 20rem;
	padding: 1.8rem 2rem;
}

#newsletterModal textarea:focus {
	border-color: #00BBE7;
	color: #00BBE7;
}

#newsletterModal button.submitform {
	font-size: 1.5rem;
	display: block;
	letter-spacing: .2rem;
	height: 6.6rem;
	line-height: 6.6rem;
	padding: 0 3rem;
	margin-top: 4.8rem;
	width: 100%;
	background: #00BBE7;
	color: #00BBE7;
}

#newsletterModal button.submitform:hover,
#newsletterModal button.submitform:focus {
	background: #FFFFFF;
	color: #00BBE7;
}

#newsletterModal input[type="checkbox"] {
	position: relative;
	cursor: pointer;
	margin: 10px;
	border: none;
}

#newsletterModal input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	border: 2px solid #00BBE7;
	border-radius: 3px;
	background-color: white;
}

#newsletterModal input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid #00BBE7;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 6px;
}

#newsletterModal input:-webkit-autofill,
#newsletterModal input:-webkit-autofill:hover,
#newsletterModal input:-webkit-autofill:focus
#newsletterModal input:-webkit-autofill,
#newsletterModal textarea:-webkit-autofill,
#newsletterModal textarea:-webkit-autofill:hover
#newsletterModal textarea:-webkit-autofill:focus,
#newsletterModal select:-webkit-autofill,
#newsletterModal select:-webkit-autofill:hover,
#newsletterModal select:-webkit-autofill:focus {
	border: none;
	border-bottom: 1px solid #00BBE7;
	-webkit-text-fill-color: #00BBE7;
	transition: background-color 5000s ease-in-out 0s;
}

.modal-backdrop {
	z-index: 600;
}

/* ------------------------------------------------------------------- 
 * menu trigger - (_layout.css) 
 * ------------------------------------------------------------------- */
#header-menu-trigger {
	display: block;
	position: fixed;
	right: 26px;
	top: 30px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
	color: #00BBE7;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#header-menu-trigger.opaque {
	background-color: #fff;
}

#header-menu-trigger.opaque .header-menu-text {
	color: #fff;
	background-color: #00BBE7;
}

#header-menu-trigger:hover,
#header-menu-trigger:focus {
	color: #00BBE7;
}

#header-menu-trigger .header-menu-text {
	display: block;
	position: absolute;
	top: 0;
	left: -75px;
	width: 75px;
	text-align: center;
	background-color: transparent;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#header-menu-trigger .header-menu-icon {
	display: block;
	height: 2px;
	width: 24px;
	background-color: #00BBE7;
	position: absolute;
	top: 50%;
	right: 9px;
	margin-top: -2px;
}

#header-menu-trigger .header-menu-icon::before,
#header-menu-trigger .header-menu-icon::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	left: 0;
}

#header-menu-trigger .header-menu-icon::before {
	top: -9px;
}

#header-menu-trigger .header-menu-icon::after {
	bottom: -9px;
}

#top .button-shop {
    padding: 10px;
    background-color: #FFFFFF;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    color: #00BBE7;
}

#top .button-shop:hover {
	padding: 8px;
	background-color: #00BBE7;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

#top .switch {
	position: relative;
	display: inline-block;
	margin: 0 5px;
  }
  
  #top  .switch > span {
	position: absolute;
	top: 0.8rem;
	pointer-events: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
	width: 50%;
	text-align: center;
  }
  
  #top  input.check-toggle-round-flat:checked ~ .off {
	color: #00BBE7;
  }
  
  #top input.check-toggle-round-flat:checked ~ .on {
	color: #FFFFFF;
  }
  
  #top .switch > span.on {
	left: 0;
	padding-left: 2px;
	color: #00BBE7;
  }
  
  #top .switch > span.off {
	right: 0;
	padding-right: 4px;
	color: #FFFFFF;
  }
  
  #top .check-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
  }
  #top .check-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  #top  input.check-toggle-round-flat + label {
	padding: 2px;
	width: 97px;
	height: 35px;
	background-color: #00BBE7;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
  }
  #top input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
	display: block;
	position: absolute;
	content: "";
  }
  
  #top input.check-toggle-round-flat + label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #00BBE7;
	-webkit-border-radius: 60px;	
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
  }
  #top input.check-toggle-round-flat + label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 48px;
	background-color: #FFFFFF;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
	border-radius: 52px;
	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-o-transition: margin 0.2s;
	transition: margin 0.2s;
  }
  
  #top input.check-toggle-round-flat:checked + label {
  }
  
  #top input.check-toggle-round-flat:checked + label:after {
	margin-left: 44px;
  }

/* ------------------------------------------------------------------- 
 * off-canvas menu - (_layout.scss) 
 * ------------------------------------------------------------------- */
#menu-nav-wrap {
	background: #00BBE7;
	
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 3.6rem 3rem;
	height: 100%;
	width: 240px;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 800;
	overflow-y: auto;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#menu-nav-wrap a,
#menu-nav-wrap a:visited {
	
}

#menu-nav-wrap a:hover,
#menu-nav-wrap a:focus,
#menu-nav-wrap a:active {
	color: white;
}

#menu-nav-wrap h3 {
	color: white;
	font-family: "montserrat-bold", sans-serif;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

#menu-nav-wrap .nav-list {
	margin: 3.6rem 0 1.5rem 0;
	padding: 0 0 1.8rem 0;
	list-style: none;
	line-height: 3.6rem;
}

#menu-nav-wrap .nav-list li {
	padding-left: 0;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.03);
	line-height: 4.2rem;
}

#menu-nav-wrap .nav-list li:first-child {
	border-top: 1px dotted rgba(255, 255, 255, 0.03);
}

#menu-nav-wrap .nav-list li a {
	color: #fff;
	display: block;
}

#menu-nav-wrap .nav-list li a:hover,
#menu-nav-wrap .nav-list li a:focus {
	color: black;
}

#menu-nav-wrap .header-social-list {
	list-style: none;
	display: inline-block;
	margin: 0;
	font-size: 2.1rem;
}

#menu-nav-wrap .header-social-list li {
	margin-right: 12px;
	padding-left: 0;
	display: inline-block;
}

#menu-nav-wrap .header-social-list li a {
	color: white;
}

#menu-nav-wrap .header-social-list li a:hover,
#menu-nav-wrap .header-social-list li a:focus {

}

#menu-nav-wrap .header-social-list li:last-child {
	margin: 0;
}

#menu-nav-wrap .fa-play-circle:hover {
	cursor: pointer;
	color: #ff0000;
}


#menu-nav-wrap .close-button {
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 36px;
	right: 30px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

#menu-nav-wrap .close-button span::before,
#menu-nav-wrap .close-button span::after {
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -1px;
}

#menu-nav-wrap .close-button span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menu-nav-wrap .close-button span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* menu is open */
.menu-is-open #menu-nav-wrap {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	header .header-logo {
		top: 27px;
	}

	header .header-logo a {
		
	}

}

@media only screen and (max-width:400px) {
	#header-menu-trigger .header-menu-text {
		display: none;
	}

}

/* ===================================================================
 *  09. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#home {
	background: #00BBE7;
	width: 100%;
	height: 100%;
	background-image: url(../images/intro-bg-3.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	min-height: 804px;
	position: relative;
}

#home .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: -moz-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, black 0%, black 5%, transparent 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);  /* IE6-9 */
}

#home .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	/*background-color: #000000;*/
}

.home-content-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}

.home-content-tablecell {
	display: table-cell;
	vertical-align: bottom;
	z-index: 500;
}

.home-content-tablecell .row {
	position: relative;
	padding-top: 4.2rem;
	padding-bottom: 15rem;
}

.home-content-tablecell h3 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 2.2rem;
	color: rgba(255, 255, 255, 0.35);
	text-transform: uppercase;
	letter-spacing: .15rem;
	margin: 0 0 0 .3rem;
}

.home-content-tablecell h1 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 5.2rem;
	line-height: 1.5;
	color: #FFFFFF;
}

.home-content-tablecell .home-section-links {
	display: inline-block;
	list-style: none;
	margin: 4.8rem 0 0 0;
}

.home-content-tablecell .home-section-links li {
	display: inline-block;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: rgba(255, 255, 255, 0.35);
	margin-right: 1.5rem;
	margin-bottom: .6rem;
}

.home-content-tablecell .home-section-links li:last-child {
	margin-right: 0;
}

.home-content-tablecell .home-section-links a {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.8rem;
	text-transform: none;
	letter-spacing: 0;
	color: #FFFFFF;
	margin-left: .3rem;
}

.scroll-icon {
	position: absolute;
	width: 60px;
	height: 48px;
	font-size: 3.3rem;
	bottom: 30px;
	right: 20px;
	color: #00BBE7 !important;
	-webkit-animation: vertical 3s ease infinite;
	animation: vertical 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

@keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

/* ------------------------------------------------------------------- 
 * responsive:
 * home section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
	.home-content-tablecell h3 {
		font-size: 2.1rem;
	}

	.home-content-tablecell h1 {
		font-size: 5rem;
	}

}

@media only screen and (max-width:1024px) {
	.home-content-tablecell h3 {
		font-size: 2rem;
	}

	.home-content-tablecell h1 {
		font-size: 4.8rem;
	}

	#home {
		background-image: url(../images/intro-bg-mobile.webp);
	}

}

@media only screen and (max-width:768px) {
	.home-content-tablecell .row {
		padding-bottom: 11.4rem;
	}

	.home-content-tablecell .home-bottom-text {
		padding-right: 15%;
	}

	.home-content-tablecell h3 {
		font-size: 1.8rem;
	}

	.home-content-tablecell h1 {
		font-size: 4rem;
	}

	.home-content-tablecell h1 br {
		display: none;
	}

	.home-content-tablecell .home-section-links {
		margin: 4.2rem 0 0 0;
	}

	.home-content-tablecell .home-section-links li {
		font-size: 1.3rem;
	}

	.home-content-tablecell .home-section-links a {
		font-size: 1.6rem;
	}

	.scroll-icon {
		right: 15px;
	}

}

@media only screen and (max-width:600px) {
	#home {
		min-height: 702px;
	}

	.home-content-tablecell {
		vertical-align: middle;
	}

	.home-content-tablecell .row {
		padding-top: 9rem;
		padding-bottom: 3rem;
	}

	.home-content-tablecell .home-bottom-text {
		padding-right: 10%;
	}

	.home-content-tablecell h3 {
		font-size: 1.7rem;
	}

	.home-content-tablecell h1 {
		font-size: 3.8rem;
	}

	.scroll-icon {
		right: 10px;
	}

}

@media only screen and (max-width:500px) {
	.home-content-tablecell .home-bottom-text {
		padding-right: 5%;
	}

	.home-content-tablecell h3 {
		font-size: 1.5rem;
	}

	.home-content-tablecell h1 {
		font-size: 3.4rem;
	}

}

@media only screen and (max-width:400px) {
	#home {
		min-height: 654px;
	}

	.home-content-tablecell .home-bottom-text {
		padding-right: 0;
	}

	.home-content-tablecell h3 {
		font-size: 1.4rem;
	}

	.home-content-tablecell h1 {
		font-size: 3.2rem;
	}

	.home-content-tablecell .home-section-links {
		margin: 1.5rem 0 0 0;
	}

}

/* ===================================================================
 *  10. news - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#news {
	position: relative;
	padding: 10.8rem 0 0 0;
	background-color: #D1D4CB;
	min-height: 700px;
	font-family: "montserrat-bold", sans-serif;
}

#news .youtubeIframe {
	min-height: 400px;
}

#news .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-color: rgba(0, 187, 231, 0.20);
}

#news h3 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.6rem;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: .15rem;
	margin: 0 0 0 .3rem;
}

#news h1 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 3.3rem;
	line-height: 1.455;
	color: #FFFFFF;
}

#news .card {
	margin-top: 2rem;
}

#news .card-img-top {
	margin-top: 1rem;
}

.news-article-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EBEBEB;
	width: 50%;
	background-image: url(../images/profile-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	opacity: .35;
}

.news-wrap {
	width: 94%;
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.news-wrap:before,
.news-wrap:after {
	content: "";
	display: table;
}

.news-wrap:after {
	clear: both;
}

.newsVideo {
	height: 35rem;
	width: 100%;
}

.news-article {
	float: left;
	width: 33%;
	padding: 5rem;
	height: 600px;
}

.news-article {
	padding-right: 9rem;
	position: relative;
	z-index: 2;
}

.news-article p.lead {
	color: #636363;
}

.news-article .news-article-bg {
	display: none;
}

#news .news-article .card {
	height: 525px;
}

#news .card {
	border: none;
}

#news .card-body {
	border-top: #00BBE7;
    border-top-style: solid;
    border-top-width: 5px;
}

#news .card-title {
	font-size: 2.5rem;
}

#news .button-primary {
	background: #FFFFFF;
    color: #00BBE7;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}

#news .button-primary:hover {
	background: #00BBE7;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}

#news .button-secondary {
	background: #FFFFFF;
    color: #00BBE7;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
	max-width: 20rem;
}

#news .button-secondary:hover {
	background: #00BBE7;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * news 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1024px) {
	.news-article {
		padding-right: 5rem;
	}
}

@media only screen and (max-width:900px) {
	.news-article {
		padding-right: 4rem;
	}
}

@media only screen and (max-width:768px) {
	#news {
		padding-top: 0;
	}

	.news-wrap {
		padding-top: 10rem;
		width: 100%;
	}

	.news-article-bg {
		display: none;
	}

	.news-article {
		float: none;
		width: 100%;
		padding-top: 10.8rem;
		padding-left: 45px;
		padding-right: 45px;
	}

	.news-article .intro {
		text-align: center;
	}

	.news-article {
		padding-bottom: 9rem;
	}

	.news-article .news-article-bg {
		display: block;
		width: 100%;
	}

}

@media only screen and (max-width:600px) {
	.news-article {
		padding-left: 35px;
		padding-right: 35px;
	}

}

@media only screen and (max-width:400px) {
	.news-article {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* ===================================================================
 *  11. agenda - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#agenda {
	background-image: url(../images/tourdates-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	min-height: 800px;
	position: relative;
	padding: 12rem 0 9.6rem;
	color: #fff;
}

#agenda .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-color: #ACAEA7;
}

#agenda .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: -moz-linear-gradient(left, black 0%, black 20%, transparent 100%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(left, black 0%, black 20%, transparent 100%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, black 0%, black 20%, transparent 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);  /* IE6-9 */
}

#agenda .row {
	position: relative;
}

#agenda [class="col-agenda"] {
	width: 50%;
	padding-right: 0;
}

#agenda .section-intro {
	text-align: left;
}

#agenda .section-intro h3 {
	color: #FFFFFF;
}

#agenda .section-intro h1 {
	color: #FFFFFF;
}

#agenda .agenda-bars {
	margin-top: 8.4rem;
}

#agenda .agenda-bars li {
	background: #FFFFFF;
	margin-bottom: 7.2rem;
}

#agenda .agenda-bars li strong {
	color: #FFFFFF;
}

#agenda .agenda-bars li .progress {
	background: #FFFFFF;
}


#agenda .button-secondary {
	background: #FFFFFF;
    color: #00BBE7;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
	max-width: 20rem;
}

#agenda .button-secondary:hover {
	background: #00BBE7;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}

#agenda .card a {
	font-family: "montserrat-bold", sans-serif;
	background: #00BBE7;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    line-height: 25px;
	width: 100%;
    font-size: 1.4rem;
    text-transform: uppercase;
	cursor: pointer;
}

#agenda .card a:hover {
	background: #FFFFFF;
    color: #00BBE7;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * agenda
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1024px) {
	#agenda [class="col-agenda"] {
		width: 75%;
	}

}

@media only screen and (max-width:768px) {
	#agenda .section-intro {
		text-align: center;
	}

	#agenda [class="col-agenda"] {
		width: 100%;
		padding-right: 15px;
	}

}

@media only screen and (max-width:600px) {
	#agenda [class="col-agenda"] {
		padding-right: 10px;
	}

}

@media only screen and (max-width:400px) {
	#agenda [class="col-agenda"] {
		padding-right: 0;
	}

}

/* ===================================================================
 *  12. socials - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
 #socialsTop {
	background-color: white;
	position: relative;
	padding: 6rem 0 6rem;
}

#socialsTop .socials {
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.04);
}

#socialsTop .socials:last-child {
	border: none;
}

#socialsTop .socials .icon-part {
	color: #00BBE7;
}

#socialsTop .socials .icon-part i {
	font-size: 8rem;
}

.fa-spotify:hover {
	cursor: pointer;
	color: #1ed760;
}

.fa-apple:hover {
	cursor: pointer;
	color: #E8729F;
}

.fa-soundcloud:hover {
	cursor: pointer;
	color: #ff5500;
}

.fa-deezer:hover {
	cursor: pointer;
	color: #ffd100;
}

.fa-youtube:hover {
	cursor: pointer;
	color: #ff0000;
}

#socialsTop .socials .fa-play-circle {
	font-size: 4rem!important;
    padding: 3px;
    border: 1.5rem solid;
    border-radius: 50%;
}

.fa-play-circle:hover {
	cursor: pointer;
	color: #ff0000;
}

#socialsTop .socials h5 {
	color: #FFFFFF;
	margin-top: 1.5rem;
	font-size: 1.4rem;
}

#socialsTop .socials h3 {
	font-size: 6rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
	margin: 1.5rem 0 0 0;
	padding-top: 1.5rem;
	line-height: 1;
	font-family: "montserrat-bold", sans-serif;
	position: relative;
	text-align: center;
}

#socialsTop .socials h3::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 3px;
	background-color: rgba(5, 100, 139, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * socials
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	#socialsTop .socials:nth-child(n) {
		border: none;
		padding-bottom: 2.4rem;
	}

}

 #socialsBottom {
	background-color: #00BBE7;
	position: relative;
	padding: 6rem 0 6rem;
	color: #FFFFFF;
}

#socialsBottom .socials {
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.04);
	color: #FFFFFF;
}

#socialsBottom .socials:last-child {
	border: none;
}

#socialsBottom .socials .icon-part {
	color: #FFFFFF;
}

#socialsBottom .socials .icon-part a {
	color: #FFFFFF;
}

#socialsBottom .socials .icon-part i {
	font-size: 8rem;
}

.fa-facebook-square:hover {
	cursor: pointer;
	color: #1877f2;
}

.fa-facebook:hover {
	cursor: pointer;
	color: #1877f2;
}

.fa-instagram:hover {
	cursor: pointer;
	color: #c32aa3;
}

.fa-linkedin:hover {
	cursor: pointer;
	color: #0a66c2;
}

.fa-tiktok:hover {
	cursor: pointer;
	color: #c20a9a;
}

#socialsBottom .socials h5 {
	color: #FFFFFF;
	margin-top: 1.5rem;
	font-size: 1.4rem;
}

#socialsBottom .socials h3 {
	color: #FFFFFF;
	font-size: 6rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
	margin: 1.5rem 0 0 0;
	padding-top: 1.5rem;
	line-height: 1;
	font-family: "montserrat-bold", sans-serif;
	position: relative;
	text-align: center;
}

#socialsBottom .socials h3::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 3px;
	background-color: rgba(5, 100, 139, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * socials
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	#socialsBottom .socials:nth-child(n) {
		border: none;
		padding-bottom: 2.4rem;
	}

}

/* ===================================================================
 *  12. bookings - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#bookings {
	background: #FFFFFF;
	position: relative;
	padding: 12rem 0 9rem;
}

#bookings .bookings-content h2 {
	margin-bottom: 4.8rem;
	color: #00BBE7;
	padding-left: 8rem;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .15rem;
	position: relative;
}

#bookings .bookings-content h2::before {
	display: block;
	content: "";
	height: 3px;
	width: 4rem;
	background-color: #00BBE7;
	position: absolute;
	top: 50%;
	left: 2rem;
	margin-top: -3px;
}

#bookings .left {
	padding-right: 40px;
}

#bookings .right {
	padding-left: 40px;
}

#bookings .timeline-wrap {
	position: relative;
	text-align: left;
}

#bookings .timeline-block {
	position: relative;
	padding-left: 8rem;
	margin-bottom: 4.2rem;
}

#bookings .timeline-ico {
	height: 4.8rem;
	width: 4.8rem;
	line-height: 4.8rem;
	background: #00BBE7;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 2rem;
	top: 0;
	margin-left: -2.4rem;
}

#bookings .timeline-header .timeframe {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.6rem;
	color: #333;
	margin-bottom: 0;
}

#bookings .timeline-header h3 {
	font-size: 2.4rem;
	line-height: 1.25;
	margin-bottom: 0;
}

#bookings .button-primary {
	background: #FFFFFF;
    color: #00BBE7;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}

#bookings .button-primary:hover {
	background: #00BBE7;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * bookings
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1024px) {
	#bookings .left {
		padding-right: 20px;
	}

	#bookings .right {
		padding-left: 20px;
	}

}

@media only screen and (max-width:768px) {
	#bookings .bookings-content h2 {
		padding: 0;
		text-align: center;
	}

	#bookings .bookings-content h2::before {
		display: none;
	}

	#bookings .left {
		padding-right: 10px;
	}

	#bookings .right {
		padding-left: 10px;
	}

}

@media only screen and (max-width:600px) {
	#bookings .timeline-block {
		padding-left: 7rem;
	}

}

@media only screen and (max-width:400px) {
	#bookings .timeline-header .timeframe {
		font-size: 1.5rem;
	}

	#bookings .timeline-header h3 {
		font-size: 2.2rem;
	}

	#bookings .timeline-block {
		padding-left: 6rem;
	}

}

/* ===================================================================
 *  13. portfolio - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#portfolio {
	background: #EBEBEB;
	min-height: 800px;
	position: relative;
	padding: 12rem 0 15rem;
}

#portfolio .bricks-wrapper:before,
#portfolio .bricks-wrapper:after {
	content: "";
	display: table;
}

#portfolio .bricks-wrapper:after {
	clear: both;
}

#portfolio .bricks-wrapper .brick {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
}

#portfolio .bricks-wrapper .brick:nth-child(2n+1) {
	clear: both;
}

/* ------------------------------------------------------------------- 
 * masonry entries - (_layout.css) 
 * ------------------------------------------------------------------- */
.bricks-wrapper .item-wrap {
	position: relative;
	overflow: hidden;
}

.bricks-wrapper .item-wrap .overlay {
	cursor: zoom-in;
}

.bricks-wrapper .item-wrap .overlay img {
	vertical-align: bottom;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bricks-wrapper .item-wrap .overlay::before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.bricks-wrapper .item-wrap .overlay::after {
	content: "+";
	font-family: sans-serif;
	font-size: 2.4rem;
	z-index: 1;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.bricks-wrapper .item-wrap .item-text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3rem 0 0 3rem;
	margin-right: 5rem;
	z-index: 3;
}

.bricks-wrapper .item-wrap .item-text .folio-title {
	color: #FFFFFF;
	font-size: 2.2rem;
	line-height: 1.364;
}

.bricks-wrapper .item-wrap .item-text .folio-types {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: rgba(255, 255, 255, 0.7);
}

.bricks-wrapper .item-wrap .details-link {
	display: block;
	background-color: #FFFFFF;
	height: 4.6rem;
	width: 4.6rem;
	line-height: 4.6rem;
	color: #000000;
	text-align: center;
	z-index: 2;
	position: absolute;
	top: 3.6rem;
	right: 0;
}

.bricks-wrapper .item-wrap .details-link i {
	font-size: 2rem;
	line-height: 4.6rem;
}

.bricks-wrapper .item-wrap .details-link:hover,
.bricks-wrapper .item-wrap .details-link:focus {
	background-color: #000000;
	color: #FFFFFF;
}

.bricks-wrapper .item-wrap .item-text,
.bricks-wrapper .item-wrap .details-link {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bricks-wrapper .item-wrap:hover .overlay::before {
	opacity: 1;
	visibility: visible;
}

.bricks-wrapper .item-wrap:hover .overlay::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.bricks-wrapper .item-wrap:hover .overlay img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.bricks-wrapper .item-wrap:hover .item-text,
.bricks-wrapper .item-wrap:hover .details-link {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* ------------------------------------------------------------------- 
 * Light Gallery Overrides - (_layout.css) 
 * ------------------------------------------------------------------- */
.lg-sub-html {
	padding: 12px 20% 15px;
}

.lg-sub-html a:hover,
.lg-sub-html a:focus {
	color: #FFFFFF;
}

@media only screen and (max-width:1024px) {
	.lg-sub-html {
		padding: 12px 15% 15px;
	}

}

@media only screen and (max-width:768px) {
	.lg-sub-html {
		padding: 12px 40px 15px;
	}

}

.lg-sub-html h4 {
	color: #FFFFFF;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.8rem;
	line-height: 1.333;
}

.lg-sub-html p {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.3rem;
	line-height: 2.4rem;
	margin: .6rem 0 0;
	color: rgba(255, 255, 255, 0.6);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #FFFFFF;
}

.lg-progress-bar .lg-progress {
	background-color: #FFFFFF;
}

#lg-counter {
	font-family: "montserrat-bold", sans-serif;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * portfolio
 * ------------------------------------------------------------------- */
@media only screen and (max-width:600px) {
	#portfolio .bricks-wrapper .brick {
		float: none;
		width: 100%;
	}

}


/* ===================================================================
 *  14. stats - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#stats {
	background-color: #111111;
	position: relative;
	padding: 6rem 0 6rem;
}

#stats .stat {
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.04);
}

#stats .stat:last-child {
	border: none;
}

#stats .stat .icon-part {
	color: #333;
}

#stats .stat .icon-part i {
	font-size: 6rem;
}

#stats .stat h5 {
	color: #FFFFFF;
	margin-top: 1.5rem;
	font-size: 1.4rem;
}

#stats .stat h3 {
	color: #FFFFFF;
	font-size: 4.8rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
	margin: 1.5rem 0 0 0;
	padding-top: 1.5rem;
	line-height: 1;
	font-family: "montserrat-bold", sans-serif;
	position: relative;
	text-align: center;
}

#stats .stat h3::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 3px;
	background-color: rgba(5, 100, 139, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * stats
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	#stats .stat:nth-child(n) {
		border: none;
		padding-bottom: 2.4rem;
	}

}


/* ===================================================================
 *  15. contact - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#contact {
	color: #FFFFFF;
	background-color: #00BBE7;
	background-image: url(../images/profile-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding-top: 10.2rem;
	padding-bottom: 6rem;
	position: relative;
}

#contact .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-color: #000000;
}

#contact .section-intro h1 {
	color: white;
}

#contact .section-intro h3 {
	margin-top: 1.5rem;
	color: #FFFFFF;
}

#contact h4 {
	margin-bottom: 0px;
	margin-top: 1.5rem;
	color: #00BBE7;
	font-size: 2rem;
}

#contact .section-intro p.lead {
	color: rgba(255, 255, 255, 0.3);
}

#contact a {
	color: #FFFFFF;
}

/* contact form */
.contact-form {
	max-width: 740px;
	margin-top: 4.2rem;
	position: relative;

}

.contact-form::-webkit-input-placeholder {
	color: rgba(0, 187, 231, 0.8);
}

.contact-form:-moz-placeholder {
	color: rgba(0, 187, 231, 0.8);  /* Firefox 18- */
}

.contact-form::-moz-placeholder {
	color: rgba(0, 187, 231, 0.8);  /* Firefox 19+ */
}

.contact-form:-ms-input-placeholder {
	color: rgba(0, 187, 231, 0.8);
}

.contact-form .placeholder {
	color: rgba(0, 187, 231, 0.8) !important;
}

#contact form {
    margin-top: 2rem;
	margin-bottom: 3rem;
	background-color: rgba(255, 255, 255, 0.1);
}

#contact form .form-field {
	position: relative;
}

#contact form .form-field:before,
#contact form .form-field:after {
	content: "";
	display: table;
}

#contact form .form-field:after {
	clear: both;
}

#contact form .form-field label {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.1rem;
	line-height: 2.4rem;
	position: absolute;
	bottom: -1.2rem;
	right: .6rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	padding: 0 2rem;
	margin: 0;
	color: #FFFFFF;
	background: #00BBE7;
}

#contact form .form-field label::after {
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -6px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #00BBE7;
	content: "";
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact textarea {
	width: 100%;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"] {
	height: 6.6rem;
	padding: 1.8rem 2rem;
}

#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus {
	border-color: #00BBE7;
	color: #FFFFFF;
}

#contact textarea {
	min-height: 20rem;
	padding: 1.8rem 2rem;
}

#contact textarea:focus {
	border-color: #00BBE7;
	color: #FFFFFF;
}

#contact input[type="submit"] {
	background-color: #00BBE7;
	color: #FFFFFF;
	margin: 1rem;
	float: right;
}

#contact input[type="submit"]:hover {
	background-color: #FFFFFF;
	color: #00BBE7;
	border: 2px solid #00BBE7;
}

#contact button.submitform {
	font-size: 1.5rem;
	display: block;
	letter-spacing: .2rem;
	height: 6.6rem;
	line-height: 6.6rem;
	padding: 0 3rem;
	margin-top: 4.8rem;
	width: 100%;
	background: #00BBE7;
	color: #FFFFFF;
}

#contact button.submitform:hover,
#contact button.submitform:focus {
	background: #FFFFFF;
	color: #00BBE7;
}

#contact-message-warning,
#newsletter-message-warning,
#contact-message-success,
#newsletter-message-success {
	display: none;
	background: #1ed760;
	color: #000000;
	padding: 3rem;
	margin-bottom: 3.6rem;
	width: 100%;
}

#contact-message-warning,
#newsletter-message-warning {
	background-color: #D32B2E;
	color: #FFFFFF;
}

#contact-message-warning i,
#newsletter-message-warning i,
#contact-message-success i,
#newsletter-message-success i {
	margin-right: 10px;
}

/* form loader */
#submit-loader {
	display: none;
	position: relative;
	left: 0;
	top: 1.8rem;
	width: 100%;
	text-align: center;
	margin-bottom: 4.2rem;
}

#submit-loader .text-loader {
	display: none;
	font-family: "montserrat-bold", sans-serif;
	color: #FFFFFF;
	letter-spacing: .2rem;
	text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
	display: none;
}

.oldie #submit-loader .text-loader {
	display: block;
}

.contact-info {
	margin: 4.8rem auto 0;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.6rem;
	text-align: center;
	position: relative;
}

.contact-info p {
	color: #555;
}

.contact-info .collapse {
	padding: 0;
}

.contact-info .icon {
	margin-bottom: 2.1rem;
}

.contact-info .icon i {
	font-size: 4.2rem;
	color: #FFFFFF;
}

.contact-info h5 {
	color: #FFFFFF;
}

/* --------------------------------------------------------------- 
 * loader animation - (_layout.scss)
 * --------------------------------------------------------------- */
.s-loader {
	margin: 1.2rem auto 3rem;
	width: 70px;
	text-align: center;
	-webkit-transform: translateX(0.45rem);
	-ms-transform: translateX(0.45rem);
	transform: translateX(0.45rem);
}

.s-loader > div {
	width: .6rem;
	height: .6rem;
	background-color: #FFFFFF;
	border-radius: 100%;
	display: inline-block;
	margin-right: .9rem;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.s-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

}

/* ===================================================================
 *  16. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
footer {
	padding-top: 4.2rem;
	padding-bottom: 4.2rem;
	text-align: center;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.6rem;
	position: relative;
}

footer .footer-social {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 9rem;
}

footer .footer-social li {
	display: inline-block;
	padding-left: 0;
	margin: 0 8px 1.5rem 8px;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.8rem;
}

footer .footer-social li a,
footer .footer-social li a:visited {
	color: rgba(255, 255, 255, 0.5);
}

footer .footer-social li a:hover,
footer .footer-social li a:focus {
	color: #FFFFFF;
}

footer .footer-social li:last-child {
	margin-right: 0;
}

footer .fa-play-circle:hover {
	cursor: pointer;
	color: #ff0000;
}

#go-top {
	position: fixed;
	bottom: 42px;
	right: 30px;
	z-index: 700;
	display: none;
}

#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 63px;
	width: 60px;
	line-height: 63px;
	text-align: center;
	background-color: #00BBE7;
	color: white;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#go-top a i {
	font-size: 21px;
	line-height: inherit;
}

#go-top a:visited {
	background: #00BBE7;
	color: white;
}

#go-top a:hover,
#go-top a:focus {
	background: white;
	color: #00BBE7;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	#go-top {
		bottom: 0;
		right: 0;
	}

}


/*

 Custom CSS

*/

.liButton {
	padding: 10px;
	background-color: #000;
	border: 3px solid #00BBE7;
}

.video-container {
	margin-top: 5em;
	height: 600px;
    width: 100%;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}

.responsiveFrame {
	width: 100%;
	height: 100%;
}

.spotifyFrame {
	width: 100%;
	height: 80px;
}

/* ===================================================================
 *  17. tourdates - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
 #tourdates {
	background: #00BBE7;
	width: 100%;
	background-image: url(../images/intro-bg-mobile.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 804px;
	position: relative;
	font-family: "montserrat-bold", sans-serif;
	min-height: -webkit-fill-available;
}


#tourdates .tourdates-text {
	padding-top: 3rem;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.80);
	color: #00BBE7;
}

#tourdates .tourdates-text h3{
	color: #00BBE7;
}

#tourdates .tourdates-social {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	padding-top: 3rem;
}

#tourdates .tourdates-social li {
	display: inline-block;
	padding-left: 0;
	margin: 0 8px 0 8px;
	font-family: "montserrat-bold", sans-serif;
	font-size: 4rem;
	color: #000000;
}

#tourdates .tourdates-social li a,
#tourdates .tourdates-social li a:visited {
	color: #000000;
}

#tourdates .tourdates-social li a:hover,
#tourdates .tourdates-social li a:focus {
	color: #000000;
}

#tourdates .tourdates-social li:last-child {
	margin-right: 0;
}

#tourdates .button-primary {
	background: #FFFFFF;
    color: #00BBE7;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
	margin-right: 1rem;
}

#tourdates .button-primary:hover {
	background: #00BBE7;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}

#tourdates table {
	font-family: "montserrat-bold", sans-serif;
}

#tourdates tr {
    height: 70px;
}

#tourdates .table-hover thead tr:hover th, .table-hover tbody tr:hover td {
    background-color: rgba(0, 187, 231, 0.20);
}

#tourdates .button-primary:hover {
	background: #00BBE7;
	color: #FFFFFF;
}

#tourdates .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: -moz-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, black 0%, black 5%, transparent 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);  /* IE6-9 */
}

#tourdates .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	/*background-color: #000000;*/
}

#tourdates .tourdates-social {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	padding-top: 3rem;
}

#tourdates .tourdates-social li {
	display: inline-block;
	padding-left: 0;
	margin: 0 8px 0 8px;
	font-family: "montserrat-bold", sans-serif;
	font-size: 4rem;
	color: #000000;
}

#tourdates .tourdates-social li a,
#tourdates .tourdates-social li a:visited {
	color: #000000;
}

#tourdates .tourdates-social li a:hover,
#tourdates .tourdates-social li a:focus {
	color: #000000;
}

#tourdates .tourdates-social li:last-child {
	margin-right: 0;
}

.tourdates-content-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}

.tourdates-content-tablecell {
	display: table-cell;
	vertical-align: bottom;
	z-index: 500;
}

.tourdates-content-tablecell .row {
	position: relative;
	padding-top: 4.2rem;
}

.tourdates-content-tablecell .row .footer {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.80);
	text-align: center;
	vertical-align: middle;
}

.tourdates-content-tablecell .row .footer .copyright {
	padding-bottom: 10px;
}

.tourdates-content-tablecell .table {
	background-color: rgba(255, 255, 255, 0.80);
}

.tourdates-content-tablecell .table td {
	text-align: center;
	vertical-align: middle;
	border: none;
}

.tourdates-content-tablecell h3 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 2.2rem;
	color: rgba(255, 255, 255, 0.35);
	text-transform: uppercase;
	letter-spacing: .15rem;
	margin: 0 0 0 .3rem;
}

.tourdates-content-tablecell h1 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 5.2rem;
	line-height: 1.5;
	color: #FFFFFF;
}

.tourdates-content-tablecell .tourdates-section-links {
	display: inline-block;
	list-style: none;
	margin: 4.8rem 0 0 0;
}

.tourdates-content-tablecell .tourdates-section-links li {
	display: inline-block;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: rgba(255, 255, 255, 0.35);
	margin-right: 1.5rem;
	margin-bottom: .6rem;
}

.tourdates-content-tablecell .tourdates-section-links li:last-child {
	margin-right: 0;
}

.tourdates-content-tablecell .tourdates-section-links a {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.8rem;
	text-transform: none;
	letter-spacing: 0;
	color: #FFFFFF;
	margin-left: .3rem;
}

.scroll-icon {
	position: absolute;
	width: 60px;
	height: 48px;
	font-size: 3.3rem;
	bottom: 30px;
	right: 20px;
	color: #00BBE7 !important;
	-webkit-animation: vertical 3s ease infinite;
	animation: vertical 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

@keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

/* ------------------------------------------------------------------- 
 * responsive:
 * tourdates section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
	.tourdates-content-tablecell h3 {
		font-size: 2.1rem;
	}

	.tourdates-content-tablecell h1 {
		font-size: 5rem;
	}

	.tourdates-content-tablecell .paddingTop {
		padding-top: 10rem;
	}
}

@media only screen and (max-width:1024px) {
	.tourdates-content-tablecell h3 {
		font-size: 2rem;
	}

	.tourdates-content-tablecell h1 {
		font-size: 4.8rem;
	}

	.tourdates-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 11.4rem;
	}
	td {
		display: block;
	  }

	  tr {
		  border-bottom: 3rem solid rgba(255, 255, 255, 0);
		  ;
	  }
}

@media only screen and (max-width:768px) {
	.tourdates-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 11.4rem;
	}

	.tourdates-content-tablecell .tourdates-bottom-text {
		padding-right: 15%;
	}

	.tourdates-content-tablecell h3 {
		font-size: 1.8rem;
	}

	.tourdates-content-tablecell h1 {
		font-size: 4rem;
	}

	.tourdates-content-tablecell h1 br {
		display: none;
	}

	.tourdates-content-tablecell .tourdates-section-links {
		margin: 4.2rem 0 0 0;
	}

	.tourdates-content-tablecell .tourdates-section-links li {
		font-size: 1.3rem;
	}

	.tourdates-content-tablecell .tourdates-section-links a {
		font-size: 1.6rem;
	}

	.scroll-icon {
		right: 15px;
	}
	td {
		display: block;
	  }

}

@media only screen and (max-width:600px) {

	.tourdates-content-tablecell {
		vertical-align: middle;
	}

	.tourdates-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 3rem;
	}

	.tourdates-content-tablecell .tourdates-bottom-text {
		padding-right: 10%;
	}

	.tourdates-content-tablecell h3 {
		font-size: 1.7rem;
	}

	.tourdates-content-tablecell h1 {
		font-size: 3.8rem;
	}

	.scroll-icon {
		right: 10px;
	}

	td {
		display: block;
	  }

	  tr {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width:500px) {

	.tourdates-content-tablecell .tourdates-bottom-text {
		padding-right: 5%;
	}

	.tourdates-content-tablecell h3 {
		font-size: 1.5rem;
	}

	.tourdates-content-tablecell h1 {
		font-size: 3.4rem;
	}

	td {
		display: block;
	  }

	  tr {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width:400px) {


	.tourdates-content-tablecell .tourdates-bottom-text {
		padding-right: 0;
	}

	.tourdates-content-tablecell h3 {
		font-size: 1.4rem;
	}

	.tourdates-content-tablecell h1 {
		font-size: 3.2rem;
	}

	.tourdates-content-tablecell .tourdates-section-links {
		margin: 1.5rem 0 0 0;
	}

	td {
		display: block;
	  }

	  tr {
		  margin-top: 2rem;
		  margin-bottom: 2rem;
	  }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* ===================================================================
 *  18. privacyPolicy - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
 #privacyPolicy {
	background: #00BBE7;
	width: 100%;
	background-image: url(../images/intro-bg-mobile.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 804px;
	position: relative;
	font-family: "montserrat-bold", sans-serif;
}

#privacyPolicy .button-primary {
	background: #FFFFFF;
	color: #00BBE7;
	width: 100%;
	border: none;
	height: 50px;
}

#privacyPolicy table {
	font-family: "montserrat-bold", sans-serif;
}

#privacyPolicy tr {
    height: 70px;
}

#privacyPolicy .table-hover thead tr:hover th, .table-hover tbody tr:hover td {
    background-color: rgba(0, 187, 231, 0.20);
}

#privacyPolicy .button-primary:hover {
	background: #00BBE7;
	color: #FFFFFF;
}

#privacyPolicy .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: -moz-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, black 0%, black 5%, transparent 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);  /* IE6-9 */
}

#privacyPolicy .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	/*background-color: #000000;*/
}

#privacyPolicy .privacyPolicy-social {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	padding-top: 3rem;
}

#privacyPolicy .privacyPolicy-social li {
	display: inline-block;
	padding-left: 0;
	margin: 0 8px 0 8px;
	font-family: "montserrat-bold", sans-serif;
	font-size: 4rem;
	color: #000000;
}

#privacyPolicy .privacyPolicy-social li a,
#privacyPolicy .privacyPolicy-social li a:visited {
	color: #000000;
}

#privacyPolicy .privacyPolicy-social li a:hover,
#privacyPolicy .privacyPolicy-social li a:focus {
	color: #000000;
}

#privacyPolicy .privacyPolicy-social li:last-child {
	margin-right: 0;
}

.privacyPolicy-content-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}

.privacyPolicy-content-tablecell {
	display: table-cell;
	vertical-align: bottom;
	z-index: 500;
}

.privacyPolicy-content-tablecell .row {
	position: relative;
	padding-top: 4.2rem;
	background: rgba(255, 255, 255, 0.80);
	padding: 5rem;
}

.privacyPolicy-content-tablecell .row .footer {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.80);
	text-align: center;
	vertical-align: middle;
}

.privacyPolicy-content-tablecell .row .footer .copyright {
	padding-bottom: 10px;
}

.privacyPolicy-content-tablecell .table {
	background-color: rgba(255, 255, 255, 0.80);
}

.privacyPolicy-content-tablecell .table td {
	text-align: center;
	vertical-align: middle;
}

.privacyPolicy-content-tablecell h3 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 2.2rem;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: .15rem;
	margin: 0 0 0 .3rem;
}

.privacyPolicy-content-tablecell h1 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 5.2rem;
	line-height: 1.5;
	color: #FFFFFF;
}

.privacyPolicy-content-tablecell .privacyPolicy-section-links {
	display: inline-block;
	list-style: none;
	margin: 4.8rem 0 0 0;
}

.privacyPolicy-content-tablecell .privacyPolicy-section-links li {
	display: inline-block;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: rgba(255, 255, 255, 0.35);
	margin-right: 1.5rem;
	margin-bottom: .6rem;
}

.privacyPolicy-content-tablecell .privacyPolicy-section-links li:last-child {
	margin-right: 0;
}

.privacyPolicy-content-tablecell .privacyPolicy-section-links a {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.8rem;
	text-transform: none;
	letter-spacing: 0;
	color: #FFFFFF;
	margin-left: .3rem;
}

.scroll-icon {
	position: absolute;
	width: 60px;
	height: 48px;
	font-size: 3.3rem;
	bottom: 30px;
	right: 20px;
	color: #00BBE7 !important;
	-webkit-animation: vertical 3s ease infinite;
	animation: vertical 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

@keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

/* ------------------------------------------------------------------- 
 * responsive:
 * privacyPolicy section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
	.privacyPolicy-content-tablecell h3 {
		font-size: 2.1rem;
	}

	.privacyPolicy-content-tablecell h1 {
		font-size: 5rem;
	}

}

@media only screen and (max-width:1024px) {
	.privacyPolicy-content-tablecell h3 {
		font-size: 2rem;
	}

	.privacyPolicy-content-tablecell h1 {
		font-size: 4.8rem;
	}

	#privacyPolicy {
		width: 100%;
		background-image: url(../images/intro-bg-mobile.webp);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}

	.privacyPolicy-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 11.4rem;
	}
}

@media only screen and (max-width:768px) {
	.privacyPolicy-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 11.4rem;
	}

	.privacyPolicy-content-tablecell .privacyPolicy-bottom-text {
		padding-right: 15%;
	}

	.privacyPolicy-content-tablecell h3 {
		font-size: 1.8rem;
	}

	.privacyPolicy-content-tablecell h1 {
		font-size: 4rem;
	}

	.privacyPolicy-content-tablecell h1 br {
		display: none;
	}

	.privacyPolicy-content-tablecell .privacyPolicy-section-links {
		margin: 4.2rem 0 0 0;
	}

	.privacyPolicy-content-tablecell .privacyPolicy-section-links li {
		font-size: 1.3rem;
	}

	.privacyPolicy-content-tablecell .privacyPolicy-section-links a {
		font-size: 1.6rem;
	}

	.scroll-icon {
		right: 15px;
	}

}

@media only screen and (max-width:600px) {
	#privacyPolicy {
		width: 100%;
		background-image: url(../images/intro-bg-mobile.webp);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		min-height: 702px;
	}

	.privacyPolicy-content-tablecell {
		vertical-align: middle;
	}

	.privacyPolicy-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 3rem;
	}

	.privacyPolicy-content-tablecell .privacyPolicy-bottom-text {
		padding-right: 10%;
	}

	.privacyPolicy-content-tablecell h3 {
		font-size: 1.7rem;
	}

	.privacyPolicy-content-tablecell h1 {
		font-size: 3.8rem;
	}

	.scroll-icon {
		right: 10px;
	}

}

@media only screen and (max-width:500px) {
	#privacyPolicy {
		width: 100%;
		background-image: url(../images/intro-bg-mobile.webp);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		min-height: 600px;
	}

	.privacyPolicy-content-tablecell .privacyPolicy-bottom-text {
		padding-right: 5%;
	}

	.privacyPolicy-content-tablecell h3 {
		font-size: 1.5rem;
	}

	.privacyPolicy-content-tablecell h1 {
		font-size: 3.4rem;
	}

}

@media only screen and (max-width:400px) {
	#privacyPolicy {
		width: 100%;
		background-image: url(../images/intro-bg-mobile.webp);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		min-height: 500px;
	}

	.privacyPolicy-content-tablecell .privacyPolicy-bottom-text {
		padding-right: 0;
	}

	.privacyPolicy-content-tablecell h3 {
		font-size: 1.4rem;
	}

	.privacyPolicy-content-tablecell h1 {
		font-size: 3.2rem;
	}

	.privacyPolicy-content-tablecell .privacyPolicy-section-links {
		margin: 1.5rem 0 0 0;
	}

	
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* ===================================================================
 *  19. articles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
 #articles {
	background: #00BBE7;
	width: 100%;
	background-image: url(../images/intro-bg-mobile.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 804px;
	position: relative;
	font-family: "montserrat-bold", sans-serif;
}

#articles .button-primary {
	background: #FFFFFF;
    color: #00BBE7;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}

#articles .button-primary:hover {
	background: #00BBE7;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}

#articles .alignBottom {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#articles .articles-text {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.80);
}

#articles .button-primary {
	background: #FFFFFF;
	color: #00BBE7;
	width: 100%;
	border: none;
	height: 50px;
}

#articles table {
	font-family: "montserrat-bold", sans-serif;
}

#articles tr {
    height: 70px;
}

#articles .table-hover thead tr:hover th, .table-hover tbody tr:hover td {
    background-color: rgba(0, 187, 231, 0.20);
}

#articles .button-primary:hover {
	background: #00BBE7;
	color: #FFFFFF;
}

#articles .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: -moz-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, black 0%, black 5%, transparent 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);  /* IE6-9 */
}

#articles .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	/*background-color: #000000;*/
}

#articles .articles-social {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	padding-top: 3rem;
}

#articles .articles-social li {
	display: inline-block;
	padding-left: 0;
	margin: 0 8px 0 8px;
	font-family: "montserrat-bold", sans-serif;
	font-size: 4rem;
	color: #000000;
}

#articles .articles-social li a,
#articles .articles-social li a:visited {
	color: #000000;
}

#articles .articles-social li a:hover,
#articles .articles-social li a:focus {
	color: #000000;
}

#articles .articles-social li:last-child {
	margin-right: 0;
}

#articles .card {
	margin: 1rem;
}

#articles .card-body {
	height: 320px;
}

.articles-content-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}

.articles-content-tablecell {
	display: table-cell;
	vertical-align: bottom;
	z-index: 500;
}

.articles-content-tablecell .row {
	position: relative;
	padding-top: 4.2rem;
}

.articles-content-tablecell .row .footer {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.80);
	text-align: center;
	vertical-align: middle;
}

.articles-content-tablecell .row .footer .copyright {
	padding-bottom: 10px;
}

.articles-content-tablecell .table {
	background-color: rgba(255, 255, 255, 0.80);
}

.articles-content-tablecell .table td {
	text-align: center;
	vertical-align: middle;
}

.articles-content-tablecell h3 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 2.2rem;
	color: rgba(255, 255, 255, 0.35);
	text-transform: uppercase;
	letter-spacing: .15rem;
	margin: 0 0 0 .3rem;
}

.articles-content-tablecell h1 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 5.2rem;
	line-height: 1.5;
	color: #FFFFFF;
}

.articles-content-tablecell .articles-section-links {
	display: inline-block;
	list-style: none;
	margin: 4.8rem 0 0 0;
}

.articles-content-tablecell .articles-section-links li {
	display: inline-block;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: rgba(255, 255, 255, 0.35);
	margin-right: 1.5rem;
	margin-bottom: .6rem;
}

.articles-content-tablecell .articles-section-links li:last-child {
	margin-right: 0;
}

.articles-content-tablecell .articles-section-links a {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.8rem;
	text-transform: none;
	letter-spacing: 0;
	color: #FFFFFF;
	margin-left: .3rem;
}

.scroll-icon {
	position: absolute;
	width: 60px;
	height: 48px;
	font-size: 3.3rem;
	bottom: 30px;
	right: 20px;
	color: #00BBE7 !important;
	-webkit-animation: vertical 3s ease infinite;
	animation: vertical 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

@keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

/* ------------------------------------------------------------------- 
 * responsive:
 * articles section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
	.articles-content-tablecell h3 {
		font-size: 2.1rem;
	}

	.articles-content-tablecell h1 {
		font-size: 5rem;
	}

	.articles-content-tablecell .paddingTop {
		padding-top: 10rem;
	}

}

@media only screen and (max-width:1024px) {
	.articles-content-tablecell h3 {
		font-size: 2rem;
	}

	.articles-content-tablecell h1 {
		font-size: 4.8rem;
	}

	#articles {
		width: 100%;
		background-image: url(../images/intro-bg-mobile.webp);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}

	.articles-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 11.4rem;
	}
}

@media only screen and (max-width:768px) {
	.articles-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 11.4rem;
	}

	.articles-content-tablecell .articles-bottom-text {
		padding-right: 15%;
	}

	.articles-content-tablecell h3 {
		font-size: 1.8rem;
	}

	.articles-content-tablecell h1 {
		font-size: 4rem;
	}

	.articles-content-tablecell h1 br {
		display: none;
	}

	.articles-content-tablecell .articles-section-links {
		margin: 4.2rem 0 0 0;
	}

	.articles-content-tablecell .articles-section-links li {
		font-size: 1.3rem;
	}

	.articles-content-tablecell .articles-section-links a {
		font-size: 1.6rem;
	}

	.scroll-icon {
		right: 15px;
	}

}

@media only screen and (max-width:600px) {
	#articles {
		width: 100%;
		background-image: url(../images/intro-bg-mobile.webp);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		min-height: 702px;
	}

	.articles-content-tablecell {
		vertical-align: middle;
	}

	.articles-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 3rem;
	}

	.articles-content-tablecell .articles-bottom-text {
		padding-right: 10%;
	}

	.articles-content-tablecell h3 {
		font-size: 1.7rem;
	}

	.articles-content-tablecell h1 {
		font-size: 3.8rem;
	}

	.scroll-icon {
		right: 10px;
	}

}

@media only screen and (max-width:500px) {
	#articles {
		width: 100%;
		background-image: url(../images/intro-bg-mobile.webp);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		min-height: 600px;
	}

	.articles-content-tablecell .articles-bottom-text {
		padding-right: 5%;
	}

	.articles-content-tablecell h3 {
		font-size: 1.5rem;
	}

	.articles-content-tablecell h1 {
		font-size: 3.4rem;
	}

}

@media only screen and (max-width:400px) {
	#articles {
		width: 100%;
		background-image: url(../images/intro-bg-mobile.webp);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		min-height: 500px;
	}

	.articles-content-tablecell .articles-bottom-text {
		padding-right: 0;
	}

	.articles-content-tablecell h3 {
		font-size: 1.4rem;
	}

	.articles-content-tablecell h1 {
		font-size: 3.2rem;
	}

	.articles-content-tablecell .articles-section-links {
		margin: 1.5rem 0 0 0;
	}

	
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	#articles {
		width: 100%;
		background-image: url(../images/intro-bg-mobile.webp);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		min-height: 702px;
	}

	.row:before {
		display: inline-block;
	}

	.row:after {
		display: inline-block;
	}
}

/* ===================================================================
 *  20. music - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
 #music {
	background-color: #D1D4CB;
	position: relative;
	padding: 12rem 0 9rem;
}

#music .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-color: rgba(0, 187, 231, 0.20);
}

#music h1 {
	color: #FFFFFF;
}

#music p {
	margin-top: 1rem;
}

#music .music-content h2 {
	margin-bottom: 4.8rem;
	color: #FFFFFF;
	padding-left: 8rem;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .15rem;
	position: relative;
}

#music .music-content h2::before {
	display: block;
	content: "";
	height: 3px;
	width: 4rem;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 2rem;
	margin-top: -3px;
}

#music .music-topsongs {
	margin-top: 3rem;
	text-align: center;
}

#music .left {
	padding-right: 40px;
	z-index: 650;
}

#music .right {
	padding-left: 40px;
	z-index: 650;
	background: rgba(0,0,0,0.1);
    color: #FFFFFF;
}

#music .card {
	background: none;
	border: none;
	margin-top: 1rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * music
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1024px) {
	#music .left {
		padding-right: 20px;
	}

	#music .right {
		padding-left: 20px;
	}

}

@media only screen and (max-width:768px) {
	#music .music-content h2 {
		padding: 0;
		text-align: center;
	}

	#music .music-content h2::before {
		display: none;
	}

	#music .left {
		padding-right: 10px;
	}

	#music .right {
		padding-left: 10px;
	}

}

@media only screen and (max-width:600px) {
	#music .timeline-block {
		padding-left: 7rem;
	}

}

@media only screen and (max-width:400px) {
	#music .timeline-header .timeframe {
		font-size: 1.5rem;
	}

	#music .timeline-header h3 {
		font-size: 2.2rem;
	}

	#music .timeline-block {
		padding-left: 6rem;
	}

}

/* ===================================================================
 *  21. single page - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
 #single-page {
	background: #00BBE7;
	width: 100%;
	background-image: url(../../images/intro-bg-mobile.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 1000px;
	position: relative;
	font-family: "montserrat-bold", sans-serif;
}

#single-page .normalText {
	font-family: "montserrat", sans-serif;
}

#single-page h3 {
	text-align: center;
	padding: 1em;
}

#single-page h4 {
	text-align: center;
	color: #000000;
	padding: 1em;
}

#single-page .imageDiv {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 1em;
}

#single-page .alignH {
	margin-top: 1rem;
    height: 5rem;
}

#single-page .responsiveFrame {
	width: 100%;
	height: 50rem;
}

#single-page .responsiveFrameVideo {
	width: 100%;
	height: 25rem;
}

#single-page #portfolio {
	background: none;
	padding: 0;
}

#single-page .item{
	margin: 3px;
  }
  #single-page .item img{
	display: block;
	width: 100%;
	height: auto;
  }

#single-page .button-primary {
	background: #FFFFFF;
    color: #00BBE7;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
	margin: 1rem;
}

#single-page .button-primary:hover {
	background: #00BBE7;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
	cursor: pointer;
}

#single-page table {
	font-family: "montserrat-bold", sans-serif;
}

#single-page tr {
    height: 70px;
}

#single-page .table-hover thead tr:hover th, .table-hover tbody tr:hover td {
    background-color: rgba(0, 187, 231, 0.20);
}

#single-page .button-primary:hover {
	background: #00BBE7;
	color: #FFFFFF;
}

#single-page .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: -moz-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, black 0%, black 5%, transparent 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);  /* IE6-9 */
}

#single-page .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	/*background-color: #000000;*/
}

#single-page .single-page-social {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	padding-top: 3rem;
}

#single-page .single-page-social li {
	display: inline-block;
	padding-left: 0;
	margin: 0 8px 0 8px;
	font-family: "montserrat-bold", sans-serif;
	font-size: 4rem;
	color: #000000;
}

#single-page .single-page-social li a,
#single-page .single-page-social li a:visited {
	color: #000000;
}

#single-page .single-page-social li a:hover,
#single-page .single-page-social li a:focus {
	color: #000000;
}

#single-page .single-page-social li:last-child {
	margin-right: 0;
}

#single-page .card {
	margin: 1rem;
	height: 35rem;
}

#single-page .photoCard {
	height: 5rem;
}

#single-page .card-title {
	text-align: center;
}

#single-page .noPaddingRight {
	padding-right: 0px;
}

#single-page .noPaddingLeft {
	padding-left: 0px;
}

#single-page .mediaLarge {
	width: 100%;
	height: 100%;
	background-image: url(../images/media/overviewPhoto.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#single-page .mediaLarge:hover {
	transform: scale(1.05);
	cursor: pointer;
}

#single-page .mediaLeft {
	width: 100%;
	height: 100%;
	background-image: url(../images/media/overviewPressInterviews.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#single-page .mediaLeft:hover {
	transform: scale(1.05);
	cursor: pointer;
}

#single-page .mediaRight {
	width: 100%;
	height: 100%;
	background-image: url(../images/media/overviewVideo.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#single-page .mediaRight:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.single-page-content-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}

.single-page-content-tablecell {
	display: table-cell;
	vertical-align: bottom;
	z-index: 500;
}

.single-page-content-tablecell .row {
	position: relative;
	padding-top: 4.2rem;
	padding-bottom: 4.2rem;
}

.single-page-content-tablecell .row .footer {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.80);
	text-align: center;
	vertical-align: middle;
}

.single-page-content-tablecell .row .footer .copyright {
	padding-bottom: 10px;
}

.single-page-content-tablecell .table {
	background-color: rgba(255, 255, 255, 0.80);
}

.single-page-content-tablecell .table td {
	text-align: center;
	vertical-align: middle;
	border: none;
}

.single-page-content-tablecell h3 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 2.2rem;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: .15rem;
	margin: 0 0 0 .3rem;
}

.single-page-content-tablecell h1 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 5.2rem;
	line-height: 1.5;
	color: #00BBE7;
}

.single-page-content-tablecell .single-page-section-links {
	display: inline-block;
	list-style: none;
	margin: 4.8rem 0 0 0;
}

.single-page-content-tablecell .single-page-section-links li {
	display: inline-block;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: rgba(255, 255, 255, 0.35);
	margin-right: 1.5rem;
	margin-bottom: .6rem;
}

.single-page-content-tablecell .single-page-section-links li:last-child {
	margin-right: 0;
}

.single-page-content-tablecell .single-page-section-links a {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.8rem;
	text-transform: none;
	letter-spacing: 0;
	color: #FFFFFF;
	margin-left: .3rem;
}

.scroll-icon {
	position: absolute;
	width: 60px;
	height: 48px;
	font-size: 3.3rem;
	bottom: 30px;
	right: 20px;
	color: #00BBE7 !important;
	-webkit-animation: vertical 3s ease infinite;
	animation: vertical 3s ease infinite;
}

.single-page-text {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.80);
}

.single-page-text h1 {
	text-align: center;
    margin-top: 2rem;
}

/* vertical animation */
@-webkit-keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

@keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

/* ------------------------------------------------------------------- 
 * responsive:
 * single-page section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
	.single-page-content-tablecell h3 {
		font-size: 2.1rem;
	}

	.single-page-content-tablecell h1 {
		font-size: 5rem;
	}

	.single-page-content-tablecell .paddingTop {
		padding-top: 10rem;
	}
}

@media only screen and (max-width:1024px) {
	.single-page-content-tablecell h3 {
		font-size: 2rem;
	}

	.single-page-content-tablecell h1 {
		font-size: 4.8rem;
	}

	.single-page-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 11.4rem;
	}
	td {
		display: block;
	  }

	  tr {
		  border-bottom: 3rem solid rgba(255, 255, 255, 0);
		  ;
	  }


	#single-page .imageDiv {
		max-width: 400px;
	}
	
}

@media only screen and (max-width:768px) {
	.single-page-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 11.4rem;
	}

	.single-page-content-tablecell .single-page-bottom-text {
		padding-right: 15%;
	}

	.single-page-content-tablecell h3 {
		font-size: 1.8rem;
	}

	.single-page-content-tablecell h1 {
		font-size: 4rem;
	}

	.single-page-content-tablecell h1 br {
		display: none;
	}

	.single-page-content-tablecell .single-page-section-links {
		margin: 4.2rem 0 0 0;
	}

	.single-page-content-tablecell .single-page-section-links li {
		font-size: 1.3rem;
	}

	.single-page-content-tablecell .single-page-section-links a {
		font-size: 1.6rem;
	}

	.scroll-icon {
		right: 15px;
	}
	td {
		display: block;
	  }

}

@media only screen and (max-width:600px) {

	.single-page-content-tablecell {
		vertical-align: middle;
	}

	.single-page-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 3rem;
	}

	.single-page-content-tablecell .single-page-bottom-text {
		padding-right: 10%;
	}

	.single-page-content-tablecell h3 {
		font-size: 1.7rem;
	}

	.single-page-content-tablecell h1 {
		font-size: 3.8rem;
	}

	.scroll-icon {
		right: 10px;
	}

	td {
		display: block;
	  }

	  tr {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	#single-page .imageDiv {
		max-width: 250px;
	}
}

@media only screen and (max-width:500px) {

	.single-page-content-tablecell .single-page-bottom-text {
		padding-right: 5%;
	}

	.single-page-content-tablecell h3 {
		font-size: 1.5rem;
	}

	.single-page-content-tablecell h1 {
		font-size: 3.4rem;
	}

	td {
		display: block;
	  }

	  tr {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width:400px) {


	.single-page-content-tablecell .single-page-bottom-text {
		padding-right: 0;
	}

	.single-page-content-tablecell h3 {
		font-size: 1.4rem;
	}

	.single-page-content-tablecell h1 {
		font-size: 3.2rem;
	}

	.single-page-content-tablecell .single-page-section-links {
		margin: 1.5rem 0 0 0;
	}

	td {
		display: block;
	  }

	  tr {
		  margin-top: 2rem;
		  margin-bottom: 2rem;
	  }

	#single-page .imageDiv {
		max-width: 150px;
	}
}

/* ===================================================================
 *  22. shop - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
 #shop {
	background: #00BBE7;
	width: 100%;
	background-image: url(../images/intro-bg-mobile.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 804px;
	position: relative;
	font-family: "montserrat-bold", sans-serif;
}

#shop h3 {
	color: #00BBE7;
}

#shop .shop-social {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	padding-top: 3rem;
}

#shop .shop-social li {
	display: inline-block;
	padding-left: 0;
	margin: 0 8px 0 8px;
	font-family: "montserrat-bold", sans-serif;
	font-size: 4rem;
	color: #000000;
}

#shop .shop-social li a,
#shop .shop-social li a:visited {
	color: #000000;
}

#shop .shop-social li a:hover,
#shop .shop-social li a:focus {
	color: #000000;
}

#shop .shop-social li:last-child {
	margin-right: 0;
}

#shop .button-primary {
	background: #FFFFFF;
    color: #00BBE7;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
	margin-right: 1rem;
}

#shop .button-primary:hover {
	background: #00BBE7;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}

#shop table {
	font-family: "montserrat-bold", sans-serif;
}

#shop tr {
    height: 70px;
	width: 100%;
}

#shop .table-hover thead tr:hover th, .table-hover tbody tr:hover td {
    background-color: rgba(0, 187, 231, 0.20);
	color: #000000!important;
}

#shop .button-primary:hover {
	background: #00BBE7;
	color: #FFFFFF;
}

#shop .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: -moz-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(left, black 0%, black 5%, transparent 100%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, black 0%, black 5%, transparent 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);  /* IE6-9 */
}

#shop .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	/*background-color: #000000;*/
}

#shop .shopProduct {
	max-width: 250px;
}

#shop .productTitle {
	font-size: 1.5rem;
	color: #00BBE7;
}

#shop .productExplanation {
	font-size: 1rem;
    text-align: center;
	color: #00BBE7;
}

#shop .productPrice {
	font-size: 1.5rem;
}

#shop .shop-social {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	padding-top: 3rem;
}

#shop .shop-social li {
	display: inline-block;
	padding-left: 0;
	margin: 0 8px 0 8px;
	font-family: "montserrat-bold", sans-serif;
	font-size: 4rem;
	color: #000000;
}

#shop .shop-social li a,
#shop .shop-social li a:visited {
	color: #000000;
}

#shop .shop-social li a:hover,
#shop .shop-social li a:focus {
	color: #000000;
}

#shop .shop-social li:last-child {
	margin-right: 0;
}

.shop-content-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}

.shop-content-tablecell {
	display: table-cell;
	vertical-align: bottom;
	z-index: 500;
}

.shop-content-tablecell .row {
	position: relative;
	padding-top: 4.2rem;
}

.shop-content-tablecell .row .footer {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.80);
	text-align: center;
	vertical-align: middle;
}

.shop-content-tablecell .row .footer .copyright {
	padding-bottom: 10px;
}

.shop-content-tablecell .table {
	background-color: rgba(255, 255, 255, 0.80);
}

.shop-content-tablecell .table td {
	text-align: center;
	vertical-align: middle;
	border: none;
}

.shop-content-tablecell h3 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 2.2rem;
	color: rgba(255, 255, 255, 0.35);
	text-transform: uppercase;
	letter-spacing: .15rem;
	margin: 0 0 0 .3rem;
}

.shop-content-tablecell h1 {
	font-family: "montserrat-bold", sans-serif;
	font-size: 5.2rem;
	line-height: 1.5;
	color: #00BBE7;
}

.shop-content-tablecell .shop-section-links {
	display: inline-block;
	list-style: none;
	margin: 4.8rem 0 0 0;
}

.shop-content-tablecell .shop-section-links li {
	display: inline-block;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: rgba(255, 255, 255, 0.35);
	margin-right: 1.5rem;
	margin-bottom: .6rem;
}

.shop-content-tablecell .shop-section-links li:last-child {
	margin-right: 0;
}

.shop-content-tablecell .shop-section-links a {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.8rem;
	text-transform: none;
	letter-spacing: 0;
	color: #FFFFFF;
	margin-left: .3rem;
}

.scroll-icon {
	position: absolute;
	width: 60px;
	height: 48px;
	font-size: 3.3rem;
	bottom: 30px;
	right: 20px;
	color: #00BBE7 !important;
	-webkit-animation: vertical 3s ease infinite;
	animation: vertical 3s ease infinite;
}

#shop input[type="text"],
#shop input[type="password"],
#shop input[type="email"],
#shop textarea {
	width: 100%;
	color: #000000;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#shop input[type="text"],
#shop input[type="password"],
#shop input[type="email"] {
	height: 6.6rem;
	padding: 1.8rem 2rem;
}

#shop input[type="text"]:focus,
#shop input[type="password"]:focus,
#shop input[type="email"]:focus {
	border-color: #00BBE7;
	color: #000000;
}

#shop textarea {
	min-height: 20rem;
	padding: 1.8rem 2rem;
}

#shop textarea:focus {
	border-color: #00BBE7;
	color: #000000;
}

#shop input[type="submit"] {
	background-color: #00BBE7;
	color: #FFFFFF;
	margin: 1rem;
	float: right;
}

#shop input[type="submit"]:hover {
	background-color: #FFFFFF;
	color: #00BBE7;
}

#shop button.submitform {
	font-size: 1.5rem;
	display: block;
	letter-spacing: .2rem;
	height: 6.6rem;
	line-height: 6.6rem;
	padding: 0 3rem;
	margin-top: 4.8rem;
	width: 100%;
	background: #00BBE7;
	color: #FFFFFF;
}

#shop button.submitform:hover,
#shop button.submitform:focus {
	background: #FFFFFF;
	color: #00BBE7;
}

#shop-message-warning,
#shop-message-success {
	display: none;
	background: #1ed760;
	color: #000000;
	padding: 3rem;
	margin-bottom: 3.6rem;
	width: 100%;
}

#shop-message-warning {
	background-color: #D32B2E;
	color: #FFFFFF;
}

#shop-message-warning i,
#shop-message-success i {
	margin-right: 10px;
}

/* form loader */
#submit-loader {
	display: none;
	position: relative;
	left: 0;
	top: 1.8rem;
	width: 100%;
	text-align: center;
	margin-bottom: 4.2rem;
}

#submit-loader .text-loader {
	display: none;
	font-family: "montserrat-bold", sans-serif;
	color: #FFFFFF;
	letter-spacing: .2rem;
	text-transform: uppercase;
}

/* vertical animation */
@-webkit-keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

@keyframes vertical {
	0%,
	60%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-5px);
	}

	40% {
		-webkit-transform: translateY(20px);
	}

}

/* ------------------------------------------------------------------- 
 * responsive:
 * shop section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
	.shop-content-tablecell h3 {
		font-size: 2.1rem;
	}

	.shop-content-tablecell h1 {
		font-size: 5rem;
	}

	.shop-content-tablecell .paddingTop {
		padding-top: 10rem;
	}
}

@media only screen and (max-width:1024px) {
	.shop-content-tablecell h3 {
		font-size: 2rem;
	}

	.shop-content-tablecell h1 {
		font-size: 4.8rem;
	}

	.shop-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 11.4rem;
	}
	td {
		display: block;
	  }

	  tr {
		  border-bottom: 3rem solid rgba(255, 255, 255, 0);
		  ;
	  }
}

@media only screen and (max-width:768px) {
	.shop-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 11.4rem;
	}

	.shop-content-tablecell .shop-bottom-text {
		padding-right: 15%;
	}

	.shop-content-tablecell h3 {
		font-size: 1.8rem;
	}

	.shop-content-tablecell h1 {
		font-size: 4rem;
	}

	.shop-content-tablecell h1 br {
		display: none;
	}

	.shop-content-tablecell .shop-section-links {
		margin: 4.2rem 0 0 0;
	}

	.shop-content-tablecell .shop-section-links li {
		font-size: 1.3rem;
	}

	.shop-content-tablecell .shop-section-links a {
		font-size: 1.6rem;
	}

	.scroll-icon {
		right: 15px;
	}
	td {
		display: block;
	  }

}

@media only screen and (max-width:600px) {

	.shop-content-tablecell {
		vertical-align: middle;
	}

	.shop-content-tablecell .row {
		padding-top: 10rem;
		padding-bottom: 3rem;
	}

	.shop-content-tablecell .shop-bottom-text {
		padding-right: 10%;
	}

	.shop-content-tablecell h3 {
		font-size: 1.7rem;
	}

	.shop-content-tablecell h1 {
		font-size: 3.8rem;
	}

	.scroll-icon {
		right: 10px;
	}

	td {
		display: block;
	  }

	  tr {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width:500px) {

	.shop-content-tablecell .shop-bottom-text {
		padding-right: 5%;
	}

	.shop-content-tablecell h3 {
		font-size: 1.5rem;
	}

	.shop-content-tablecell h1 {
		font-size: 3.4rem;
	}

	td {
		display: block;
	  }

	  tr {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width:400px) {


	.shop-content-tablecell .shop-bottom-text {
		padding-right: 0;
	}

	.shop-content-tablecell h3 {
		font-size: 1.4rem;
	}

	.shop-content-tablecell h1 {
		font-size: 3.2rem;
	}

	.shop-content-tablecell .shop-section-links {
		margin: 1.5rem 0 0 0;
	}

	#shop .productTitle {
		min-width: 350px;
	}

	td {
		display: block;
	  }

	  tr {
		  margin-top: 2rem;
		  margin-bottom: 2rem;
	  }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

#shop ::-webkit-input-placeholder {
	color: #000000;
}

#shop :-moz-placeholder {
	color: #000000;  /* Firefox 18- */
}

#shop ::-moz-placeholder {
	color: #000000;  /* Firefox 19+ */
}

#shop :-ms-input-placeholder {
	color: #000000;
}

#shop .placeholder {
	color: #000000 !important;
}

#shop input:-webkit-autofill,
#shop input:-webkit-autofill:hover,
#shop input:-webkit-autofill:focus
#shop input:-webkit-autofill,
#shop textarea:-webkit-autofill,
#shop textarea:-webkit-autofill:hover
#shop textarea:-webkit-autofill:focus,
#shop select:-webkit-autofill,
#shop select:-webkit-autofill:hover,
#shop select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: #000000;
	transition: background-color 5000s ease-in-out 0s;
}

#shop .card {
	height: 41rem;
    margin: 1rem;
}

/*tooltip Box*/
#shop .con-tooltip {

	position: relative;
	background: #FFFFFF;
	
	border-radius: 9px;
	
	display: inline-block;
	
	transition: all 0.3s ease-in-out;
	cursor: default;
  
  }
  
  /*tooltip */
#shop .tooltip {
	visibility: hidden;
	z-index: 1;
	opacity: .40;
	
	width: 30rem;
	padding: 0px 20px;
	font-size: 1.5rem;
  
	background: #FFFFFF;
	color: #00BBE7;
	
	position: absolute;
	top:-140%;
	left: -25%;
	
  
	border-radius: 9px;
	font: 16px;
  
	transform: translateY(9px);
	transition: all 0.3s ease-in-out;
	
	box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
  }
  
  
  /* tooltip  after*/
#shop .tooltip::after {
	content: " ";
	width: 0;
	height: 0;
	
	border-style: solid;
	border-width: 12px 12.5px 0 12.5px;
	border-color: #00BBE7 transparent transparent transparent;
  
	position: absolute;
	left: 40%;
  
  }
  
  #shop .con-tooltip:hover .tooltip{
	visibility: visible;
	transform: translateY(-10px);
	opacity: 1;
	  transition: .3s linear;
	animation: odsoky 1s ease-in-out infinite  alternate;
  
  }
  @keyframes odsoky {
	0%{
	  transform: translateY(6px);	
	}
  
	100%{
	  transform: translateY(1px);	
	}
  
  }
  
  /*hover ToolTip*/
  #shop .top:hover {transform: translateY(-6px);  }