@charset "UTF-8";
/* CSS Document */
/*------------------------------------- Fonts -----------------------------------*/
@import url("https://use.typekit.net/jym5hmy.css");
/*------------------------------------- Page Defaults -----------------------------------*/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; 
}
.clearfix:after { clear: both; 
}
/* Animate.css */
.os-animation { opacity: 0; } .os-animation.animated { opacity: 1; }
body {
	background: #FFF;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
img { width:100%; display:block;
}
.clear {clear:both;}
a,
a:link,
a:visited,
a:hover { text-decoration:none; color:inherit;
}
/*------------------------------------- Text Spans -----------------------------------*/
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.centred {
	text-align: center;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
/* Tisa Sans */
.regular {
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bold {
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.black {
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 900;
    font-style: normal;
}
/*---------- Colours ---------*/
.white {
	color: #FFF;
}
.grey {
	color: #797979;
}
.red {
    color: #811619;
}
.burgandy {
    color: #341211;
}
.gold {
    color: #caa975;
}
/* Standard Colours */
.ota-orange {
	color: #f58220;
}
.invis {
	color: rgba(0,0,0,0);
}
/* -- Offset -- */
:target:before {
  content: "";
  display: block;
  height: auto; /* fixed header height */
  padding: 0px 0px 0px 0px;
  margin: 0px 0 0 0; /* negative fixed header height */
}
/*----------------------------------- Navigation ----------------------------------------*/
/* Header */
#header {
	width: 100%;
    background: #341211;
}
#header .header-inner {
    position: relative;
    width: 1200px;
	margin: 0 auto;
    padding: 20px 0px 20px 0px;
}
#header .header-inner p {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0;
    margin: 0;
}
#header .header-inner .social {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 15px;
    height: 25px;
    width: 25px;
    float: right;
}
#header .header-inner #main-facebook {
    background: url('../gfx/icons/main-facebook.png') no-repeat;
    background-size: contain;
}
#header .header-inner #main-google {
    background: url('../gfx/icons/main-google.png') no-repeat;
    background-size: contain;
}
#header .header-inner #main-tripadvisor {
	background: url('../gfx/icons/main-tripadvisor.png') no-repeat;
    background-size: contain;
}
/* Main Navigation */
#main {
	width: 1200px;
	margin: 0 auto;
    padding: 10px 0px 10px 0px;
}
#main .main-inner {
    position: relative;
    list-style: none;
	padding: 20px 0px 20px 0px;
    margin: 0;
    width: 100%;
}
#main .main-inner li {
    position: relative;
	display: block;
	height: auto;
	padding: 10px;
	margin: 0px 0px 0px 30px;
	font-size: 1.2em;
    color: #797979;
	float: right;
    border: 2px solid transparent;
    cursor: pointer;
}
#main .main-inner .current {
    border-bottom: 2px solid #caa975;
}
#main .main-inner li:hover,
#main .main-inner li:focus {
	color: #caa975;
    border-bottom: 2px solid #811619;
    transition: 0.2s all;
}
#main .main-inner .highlight {
    position: relative;
    background: #811619;
    color: #FFF;
    border-radius: 3px;
    padding: 10px 10px 10px 35px;
}
#main .main-inner .highlight::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: url('../gfx/icons/phone.png') no-repeat;
    background-size: contain;
}
#main .main-inner .highlight:hover,
#main .main-inner .highlight:focus {
    background: #caa975;
    border-bottom: 2px solid #caa975;
    color: #FFF;
    transition: 0.2s all;
}
#main .main-inner #logo-main {
    position: absolute;
    z-index: 2;
    top: 0px;
	left: 0;
	width: 200px;
	height: 140px;
	background: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#main .main-inner #logo-main::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    height: 110px;
    width: 150px;
    background: url('../gfx/logos/logo-colour.png') no-repeat;
    background-size: contain;
}
/* -------- Banners ------- */
.banner {
    position: relative;
	display: block;
	width: 100%;
	height: 800px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.banner .banner-inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1200px;
    height: auto;
    padding: 0px 550px 0px 0px;
}
.banner .banner-inner h1 {
    position: relative;
    font-size: 4em;
    line-height: 1.1em;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    max-width: 500px;
    width: 100%;
}
.banner .banner-inner h1::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -140px;
    height: 110px;
    width: 110px;
    background: url('../gfx/icons/olives.png') no-repeat;
    background-size: contain;
}
.banner .banner-inner p {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0px 0px 20px 0px;
    max-width: 500px;
    width: 100%;
}
/*------------------------------------- Banner Images ------------------------------------------*/
#home-bg {
	background: url('../gfx/banners/home.jpg') no-repeat;
    background-size: cover;
    background-position: center right;
}
#headlines-bg {
    background: url('../gfx/banners/headlines.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
}
/*------------------------------------- Backgrounds ------------------------------------------*/
.white-bg {
	background: #FFF;
	position: relative;
}
.grey-bg {
	background: #F4F4F4;
	position: relative;
}
/*------------------------------------- Wrapper ------------------------------------------*/
.wrapper {
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0px 100px 0px;
}
.wrapper .narrow {
    width: 70%;
    margin: 0 auto;
}
.wrapper h1,
.md-modal .md-content .right .right-contain h1 {
    position: relative;
    font-size: 4em;
    line-height: 1.1em;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}
.wrapper h1::before,
.md-modal .md-content .right .right-contain h1::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -140px;
    height: 110px;
    width: 110px;
    background: url('../gfx/icons/burger.png') no-repeat;
    background-size: contain;
}
.md-modal .md-content .right .right-contain h1::before {
    background: url('../gfx/icons/contact.png') no-repeat;
    background-size: contain;
}
.wrapper h2,
.md-modal .md-content .right .right-contain h2 {
    font-size: 2em;
    line-height: 1.2em;
}
.wrapper h3,
.md-modal .md-content .right .right-contain h3 {
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
}
.wrapper p,
.md-modal .md-content .right .right-contain p {
    font-size: 1.2em;
    line-height: 1.5em;
}
.wrapper p a:link,
.wrapper p a:visited,
.md-modal .md-content .right .right-contain p a:link,
.md-modal .md-content .right .right-contain p a:visited {
	color: inherit;
	text-decoration: underline;
}
.wrapper p a:hover,
.md-modal .md-content .right .right-contain p a:hover {
	color: #811619;
	transition: 0.2s all;
}
/* Buttons */
.banner .banner-inner .btn,
.wrapper .btn,
.md-modal .md-content .right .right-contain .btn {
	position: relative;
	display: inline-block;
	margin: 20px 20px 0px 0px;
	padding: 17px 40px 15px 40px;
	font-size: 1.2em;
    line-height: 1em;
	text-align: center;
    border-radius: 5px;
    background: #caa975;
    color: #FFF;
}
.banner .banner-inner .btn:hover,
.banner .banner-inner .btn:focus,
.wrapper .btn:hover,
.wrapper .btn:focus {
    background: #811619;
    color: #FFF;
	transition: 0.2s all;
}
/* Lists */
.wrapper .list {
	list-style: none;
	padding: 0;
	margin: 10px 0px 0px 0px;
}
.wrapper .list li {
	display: block;
	width: 100%;
	position: relative;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	line-height: 1.5em;
}
.wrapper .list li::before {
	content: '';
    position: absolute;
	top: 7px;
	left: 0px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c6c7ce;
}
/* Floated Text */
.wrapper .floated-text {
    position: relative;
}
.wrapper .floated-text .text {
    width: 60%;
}
.wrapper .floated-text .photo {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30%;
    height: auto;
}
/* Headlines */
.wrapper .headlines {
    width: 100%;
    padding: 50px 30px 50px 30px;
    background: #FFF;
    margin: 50px 0px -100px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wrapper .headlines .article {
    position: relative;
    display: block;
    width: calc(33.3% - 40px);
    margin: 0px 20px 0px 20px;
    padding: 50px;
    background: #811619;
    border-radius: 5px;
    min-height: 340px;
    float: left;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.wrapper .headlines .article .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #341211;
    text-align: left;
    padding: 17px 50px 17px 50px;
}
.wrapper .headlines .article .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    height: 20px;
    width: 20px;
    background: url('../gfx/icons/more.png') no-repeat;
    background-size: contain;
}
/* Full Backgrounds with Text */
.full-bg {
    position: relative;
}
.full-bg .wrapper h1 {
    width: 520px;
    margin: auto auto 30px auto;
    padding: 0px 0px 0px 140px;
}
.full-bg .wrapper h1::before {
    left: 0px;
    background: url('../gfx/icons/coffee.png') no-repeat;
    background-size: contain;
}
/*------------------------------------- Footer ------------------------------------------*/
/* Footer Structure */
footer {
    background: #caa975;
}
footer .wrapper {
    position: relative;
    padding: 70px 0px 50px 0px;
}
footer .wrapper .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px 10px 0px;
    margin: 0px 50px 0px 0px;
    width: auto;
}
footer .wrapper .col .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .wrapper .col .footer-list li {
    position: relative;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.2em;
    color: #FFF;
}
footer .wrapper .col .footer-list a li:hover,
footer .wrapper .col .footer-list a li:focus,
footer .wrapper .col p a:hover,
footer .wrapper .col p a:focus {
    color: rgba(0,0,0,0.6);
    transition: 0.2s all;
}
footer .wrapper .col h3 {
    margin: 0px 0px 20px 0px;
}
footer .wrapper .col p {
    font-size: 0.95em;
    padding: 0px 0px 10px 0px;
    margin: 0;
}
footer .wrapper .col .icon {
    position: relative;
    padding: 0px 0px 10px 30px;
    margin: 0;
}
footer .wrapper .col .icon::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
}
footer .wrapper .col #footer-location::before {
    background: url('../gfx/icons/footer-location.png') no-repeat;
    background-size: contain;
}
footer .wrapper .col #footer-phone::before {
    background: url('../gfx/icons/footer-call.png') no-repeat;
    background-size: contain;
}
footer .wrapper .col #footer-facebook::before {
    background: url('../gfx/icons/footer-facebook.png') no-repeat;
    background-size: contain;
}
footer .wrapper .col #footer-google::before {
    background: url('../gfx/icons/footer-google.png') no-repeat;
    background-size: contain;
}
footer .wrapper .col #footer-tripadvisor::before {
    background: url('../gfx/icons/footer-tripadvisor.png') no-repeat;
    background-size: contain;
}
footer .wrapper #logo-footer {
    position: absolute;
    z-index: 2;
	top: 70px;
	right: 0;
	height: 110px;
    width: 150px;
    background: url('../gfx/logos/logo-white.png') no-repeat;
    background-size: contain;
}
footer .wrapper #flags-footer {
    position: absolute;
    z-index: 2;
	top: 210px;
	right: 35px;
	height: 48px;
    width: 80px;
    background: url('../gfx/icons/flags.png') no-repeat;
    background-size: contain;
}
/* Second Stage Structure */
#secondstage {
    background: #ad894f;
}
#secondstage .wrapper {
    padding: 10px 0px 10px 0px;
}
#secondstage .wrapper #copyright {
    font-size: 0.8em;
}
#secondstage .wrapper #ota {
	font-size: 0.8em;
    position: absolute;
    top: 8px;
    right: 0;
	height: 50px;
	padding: 16px 80px 0px 0px;
    color: #FFF;
}
#secondstage .wrapper #ota::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 0;
	height: 30px;
	width: 60px;
	border-radius: 3px;
	background: #FFF;
}
#secondstage .wrapper #ota::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 15px;
	height: 15px;
	width: 30px;
	background: url('../gfx/logos/ota.png') no-repeat;
	background-size: contain;
}
/*----------------------------------- Mobile Menu Content ----------------------------------------*/
/* ----------- */
/* Mobile Menu */
/* ----------- */
html, 
body, 
.container, 
.content-wrap {
	width: 100%;
}
.content-wrap {
    height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.content-wrap-active {
	overflow-x: hidden;
	overflow-y: hidden;
	max-height: 100vh;
}
/* Content Overlay */
#menu-overlay {
	position: absolute;
	z-index: 998;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.4);
}
.overlay-hidden {
	opacity: 0;
	visibility: hidden;
}
.overlay-vis {
	opacity: 1;
	visibility: visible;
}
.menu-button {
	position: absolute;
	z-index: 1;
	padding: 0px;
	width: 2.25em;
	height: 2em;
	border: none;
	text-indent: 2.25em;
	font-size: 1.25em;
	color: transparent;
	background: transparent;
	top: 0px;
	right: -10px;
}
.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#811619 20%, transparent 20%, transparent 40%, #811619 40%, #811619 60%, transparent 60%, transparent 80%, #811619 80%);
	content: '';
}
.menu-button:hover::before {
	background: linear-gradient(#caa975 20%, transparent 20%, transparent 40%, #caa975 40%, #caa975 60%, transparent 60%, transparent 80%, #caa975 80%);
	transition: 0.2s all;
}
.menu-active {
	left: 0px;
	z-index: 999;
	opacity: 1;
	visibility:visible;
	/* Animations */
	transform-origin: left;
	animation-name: menu-in;
	animation-direction: normal;
	animation-duration: 300ms;
}
.menu-nonactive {
	left: -1000px;
	z-index: -999;
	opacity: 0;
	visibility: hidden;
	/* Animations */
	transform-origin: left;
	animation-name: menu-out;
	animation-direction: normal;
	animation-duration: 100ms;
}
.menu-wrap {
	position: absolute;
	height: 100vh;
	width: 300px;
	overflow: hidden;
	background: #FFF;
	/* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
}
.menu-wrap .menu {
	list-style: none;
	padding: 150px 30px 0px 30px;
	margin: 0;
}
.menu-wrap .menu li {
	display: block;
	width: 100%;
	font-size: 1em;
	color: #797979;
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 10px 0px;
}
.menu-wrap .menu .current {
    position: relative;
    color: #811619;
    padding: 0px 0px 10px 35px;
}
.menu-wrap .menu .current::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 20px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #D9D9D9;
}
.menu-wrap .menu li:hover,
.menu-wrap .menu li:focus {
	color: #811619;
	transition: 0.2s all;
}
.menu-wrap .menu .btn {
	position: relative;
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 15px 20px 15px 50px;
	font-size: 1em;
    border-radius: 5px;
    background: #811619;
    color: #FFF;
}
.menu-wrap .menu .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: url('../gfx/icons/phone.png') no-repeat;
    background-size: contain;
}
.menu-wrap .menu .btn:hover,
.menu-wrap .menu .btn:focus {
    background: #ad894f;
	transition: 0.2s all;
}
.menu-wrap .menu .social-list {
    position: absolute;
    bottom: 30px;
    left: 40px;
}
.menu-wrap .menu .social-list a {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0px 10px 0px 0px;
    border-radius: 50%;
}
.menu-wrap .menu .social-list #mobile-facebook {
    background: url('../gfx/icons/footer-facebook.png') #caa975 no-repeat;
    background-size: contain;
}
.menu-wrap .menu .social-list #mobile-google {
    background: url('../gfx/icons/footer-google.png') #caa975 no-repeat;
    background-size: contain;
}
.menu-wrap .menu .social-list #mobile-tripadvisor {
    background: url('../gfx/icons/footer-tripadvisor.png') #caa975 no-repeat;
    background-size: contain;
}
/* Logo */
.menu-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 115px;
    width: 100%;
    background: rgba(0,0,0,0.05);
}
.menu-wrap #menu-logo {
    position: absolute;
    top: 20px;
    left: 40px;
    height: 80px;
    width: 110px;
    background: url('../gfx/logos/logo-colour.png') no-repeat;
    background-size: contain;
    color: transparent;
}
/* Close */
.close-button {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	text-indent: 16px;
	border: none;
	z-index: 1001;
	color: transparent;
	background: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	top: 14px;
	left: 50%;
	background: #811619;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* Menu Animations */
@keyframes menu-in {
    0% {
        left: -1000px;
    }
    100% {
        left: 0px;
    }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-in {
	0% {
        left: -1000px;
    }
    100% {
        left: 0px;
    }	
}
@keyframes menu-out {
    0% {
        left: 0px;
    }
    100% {
        left: -1000px;
    }	
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-out {
	0% {
        left: 0px
    }
    100% {
        left: -1000px;
    }	
}
/*-------------------------------- Modal // Codrops.com ---------------------------------*/
.no-scroll {
	min-height:100vh;
    height: 100vh; 
	overflow: hidden;
}
.scroll {
    overflow:auto;
	-webkit-overflow-scrolling: touch;
}
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}
.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
.container {
	min-height: 100%;
}
.md-modal {
	position: fixed;
    z-index: 9999;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: auto;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/* Content styles */
.md-modal .md-content {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #fffbf4;
}
.md-modal .md-content .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
}
#modal-contact .md-content .left {
    background: url('../gfx/banners/contact.jpg') no-repeat;
    background-size: cover;
    background-position: left top;
}
.md-modal .md-content .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
}
.md-modal .md-content .right .right-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    max-width: 800px;
    height: auto;
    padding: 50px 0px 50px 0px;
}
/* Close */
.md-modal .md-content .close-button {
    position: absolute;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    background: #811619;
    border-radius: 50%;
}
.md-modal .md-content .close-button::before,
.md-modal .md-content .close-button::after {
	content: '';
    top: 15px;
    background: #FFF;
}
.md-modal .md-content .close-button:hover,
.md-modal .md-content .close-button:focus {
    background: #341211;
    transform: scale(1.1);
    transition: 0.2s all;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
/* Effect 1: Fade in and scale up */
.md-effect .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/*------------------------------------- Contact Form -----------------------------------*/
/* ------------ */
/* Contact Form */
/* ------------ */
.required-wrap {
	position: relative;
}
.required-wrap .arrow {
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	transform: translateY(-50%) rotate(90deg);
	height: 20px;
	width: 20px;
	fill: #CBCBCB;
}
.required-wrap .icon {
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	fill: #CBCBCB;
}
.required-wrap .icon-notes {
	position: absolute;
	top: 30px;
	right: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	fill: #CBCBCB;
}
/* Structure */
.g-recaptcha {
    display: none;
    position: absolute;
    top: -5000px;
    left: -5000px;
}
#form .required-wrap .astrix-t {
	right: 20px;
}
#form {
    position: relative;
	padding: 30px 0px 0px 0px;
	margin: 0;
}
#form p {
    position: absolute;
    bottom: 0;
    right: 0;
	font-size: 0.9em;
    line-height: 1.5em;
}
#form #q4 {
	margin-bottom: 20px;
}
#form #recap {
	position: absolute;
	z-index: 9999;
}
/* ----------- */
/* Form Inputs */
/* ----------- */
#form input[type="text"],
#form input[type="email"],
#form input[type="phone"] {
  	display: inline-block;
  	width: 100%;
	/* Font Styles */
  	font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
	/* Font Styles */
  	color: #811619;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	background: rgba(0,0,0,0.02);
    border: 1px solid #EBEBEB;
  	margin: 0px 0px 20px 0px;
 	padding: 17px 20px 15px 20px;
	border-radius: 3px;
}
#form select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	display: inline-block;
  	width: 100%;
	/* Font Styles */
  	font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
	/* Font Styles */
  	color: #811619;
  	font-size: 1em;
  	box-shadow: none;
  	background: rgba(0,0,0,0.02);
    border: 1px solid #EBEBEB;
  	margin: 0px 1.65% 20px 0px;
  	padding: 17px 20px 15px 20px;
	border-radius: 3px;
}
#form textarea {
	width: 100%;
	height: 100px;
	display: block;
	/* Font Styles */
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
	/* Font Styles */
  	color: #811619;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	background: rgba(0,0,0,0.02);
    border: 1px solid #EBEBEB;
  	margin-bottom: 15px; 
	padding: 17px 20px 15px 20px;
	border-radius: 3px;
}
/* ------------- */
/* Submit Button */
/* ------------- */
#form #submit-btn {
	/* Font Styles */
	font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 900;
    font-style: normal;
	/* Font Styles */
  	appearance: none;
  	box-shadow: none;
  	border: none;
	position: relative;
	display: inline-block;
	margin: 20px 20px 0px 0px;
	padding: 17px 50px 15px 50px;
	font-size: 1.2em;
    line-height: 1em;
	text-align: center;
    border-radius: 5px;
    background: #caa975;
    color: #FFF;
    text-transform: uppercase;
}
#form #submit-btn:hover,
#form #submit-btn:focus {
    background: #811619;
	transition: 0.2s ease;
}
/* ------ */
/* Hovers */
/* ------ */
#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form input[type="phone"]:focus,
#form select:focus,
#form textarea:focus {
    outline: none !important;
    background: rgba(0,0,0,0.03);
    border: 1px solid #811619;
    box-shadow: none;
}
/* ------------ */
/* Placeholders */
/* ------------ */
#form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #8B8B8B; 
}
#form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #8B8B8B; 
    opacity:  1;
}
#form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #8B8B8B; 
    opacity:  1;
}
#form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #8B8B8B; 
}
/*------------------------------------- Media Queries -----------------------------------*/
@media (max-width: 1600px){
	/* Navigation */
	#main,
    #header .header-inner {
	width: 70%;
	}
    /* Banner */
	.banner {
	height: 550px;
	}
	.banner .banner-inner {
    width: 70%;
    padding: 0px 30% 0px 0px;
    }
	.banner .banner-inner h1,
    .wrapper h1,
    .md-modal .md-content .right .right-contain h1 {
    font-size: 3em;
	}
    .wrapper h3,
    .md-modal .md-content .right .right-contain h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    }
    .banner .banner-inner p,
    .wrapper p {
    font-size: 1.2em;
	}
    /* Wrapper */
    .wrapper {
    width: 70%;
    }
}
@media (min-width: 1025px){
	/* Mobile Menu */
	.menu-button {
	display: none;
	}
}
@media (max-width: 1024px){
    .menu-button {
	display: inline;
	}
    /* Icons */
    .banner .banner-inner h1::before,
    .wrapper h1::before,
    .md-modal .md-content .right .right-contain h1::before {
    opacity: 0;
    visibility: hidden;
    display: none;
    }
    /* Navigation */
    #main,
    #header .header-inner {
	width: 80%;
	}
    #main .main-inner li {
	display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Banner */
    .banner {
	height: auto;
    }
	.banner .banner-inner {
	position: relative;
    z-index: 3;
    top: auto;
    left: auto;
    transform: translateX(0%) translateY(0%);
    width: 80%;
    height: auto;
	margin: 0 auto;
	padding: 150px 0px 100px 0px;
	}
    .banner .banner-inner h1,
    .banner .banner-inner p {
    max-width: none;
    }
    /* Wrapper */
    .wrapper {
	width: 80%;
	}
    .wrapper .narrow {
    width: 100%;
    }
    .wrapper h1 br {
    display: none;
    opacity: 0;
    visibility: hidden;
    }
    .wrapper .floated-text .text {
    width: 100%;
    }
    .wrapper .floated-text .photo {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0%);
    width: 100%;
    height: auto;
    margin: 50px 0px 0px 0px;
    }
    .wrapper .headlines {
    padding: 40px 40px 40px 40px;
    }
    .wrapper .headlines .article {
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 30px 30px 60px 30px;
    min-height: 0px;
    float: none;
    }
    .full-bg .wrapper h1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    }
    .full-bg .wrapper p {
    text-align: left;
    }
    /* Footer */
    footer .wrapper .col {
    display: block;
    width: 100%;
    float: none;
    min-height: 0;
    border: none;
    }
    footer .wrapper .col p br {
    display: none;
    opacity: 0;
    visibility: hidden;
    }
    #secondstage .wrapper #copyright {
    position: static;
    bottom: auto;
    right: auto;
    margin: 30px 0px 0px 0px;
    }
    #secondstage .wrapper #ota {
	position: relative;
	top: auto;
    transform: translateY(0%);
	right: auto;
	display: block;
	margin: 10px 0px 20px 0px;
    padding: 16px 0px 0px 80px;
    }
    #secondstage .wrapper #ota::before {
	right: auto;
    left: 0;
    }
    #secondstage .wrapper #ota::after {
	right: auto;
    left: 15px;
    }
    /* Modals */
    .md-modal .md-content .close-button {
    top: 30px;
    }
    .md-modal {
	width: 100%;
    max-width: none;
    height: 100vh;
    }
    .md-modal .md-content {
    height: 100vh;
    }
    .md-modal .md-content .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    }
    .md-modal .md-content .left::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    height: 100px;
    width: 140px;
    background: url('../gfx/logos/logo-white.png') no-repeat;
    background-size: contain;
    }
    .md-modal .md-content .right {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    }
    .md-modal .md-content .right .right-contain {
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0%) translateY(0%);
    width: 80%;
    max-width: 800px;
    height: auto;
    padding: 250px 0px 50px 0px;
    margin: 0 auto;
    }
    /* Forms */
    #form p {
    position: static;
    bottom: auto;
    right: auto;
	margin: 30px 0px 0px 0px;
    }
    #form #submit-btn {
    width: 100%;
    }
}
@media (max-width: 768px){
    /* Navigation */
    #header .header-inner p {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%);
    font-size: 0.9em;
    }
    #header .header-inner .social {
    display: none;
    opacity: 0;
    visibility: hidden;
    }
    /* Wrapper */
    .banner .banner-inner .btn,
    .wrapper .btn,
    .md-modal .md-content .right .btn {
    width: 100%;
    }
    /* Footer */
    footer .wrapper {
    padding: 70px 0px 270px 0px;
    }
    footer .wrapper #logo-footer {
    left: 0;
    bottom: 130px;
	top: auto;
	right: auto;
    }
    footer .wrapper #flags-footer {
    left: 35px;
    bottom: 50px;
    top: auto;
	right: auto;
}
}