/*
Theme Name: Flyt v2
Theme URI: 
Author: K
Author URI: http://www.ninepoint.cc
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Fonts */
@font-face {
  font-family: 'FlamaRegular';
  src: url('fonts/FlamaRegular.woff') format('woff'),
       url('fonts/FlamaRegular.ttf')  format('truetype');
}
@font-face {
  font-family: 'FlamaBold';
  src: url('fonts/FlamaBold.woff') format('woff'),
       url('fonts/FlamaBold.ttf')  format('truetype');
}
@font-face {
  font-family: 'FlamaBoldItalic';
  src: url('fonts/FlamaBoldItalic.woff') format('woff'),
       url('fonts/FlamaBoldItalic.ttf')  format('truetype');
}
@font-face {
  font-family: 'FlamaItalic';
  src: url('fonts/FlamaItalic.woff') format('woff'),
       url('fonts/FlamaItalic.ttf')  format('truetype');
}
@font-face {
  font-family: 'FlamaLight';
  src: url('fonts/FlamaLight.woff') format('woff'),
       url('fonts/FlamaLight.ttf')  format('truetype');
}
@font-face {
  font-family: 'Socicon';
  src: url('fonts/socicon.ttf') format('truetype'), url('fonts/socicon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="socicon-"],
[class*=" socicon-"] {
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ----------------------------- 
Theme Basics 
----------------------------- */

/* =Structure */
html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
}
#page {
	background: #fff;
	min-height: 100%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global */
body, input, textarea {
	color: #373737;
	font-size: 19px; 
	font-family: 'FlamaLight', sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 5px;
}

/* Media */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Text elements */
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong, b {
	font-family: 'FlamaBold';
}
cite, em, i {
	font-family: 'FlamaItalic';
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}

/* Links */
a {
	color: #849698;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Menu */
.hmenu {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1200;
	background-color: #373b3f;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	overflow-y: scroll;
}
.hmenu::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.mainmenu {
	display: inline-block;
	vertical-align: middle;
}
.mainmenu li {
	display: block;
	position: relative;
	padding: 15px 0;
}
.mainmenu a:link, .mainmenu a:visited {
	display: inline-block;
	font-size: 46px;
	line-height: 50px;
	color: #FFF;
	text-decoration: none;
	font-family: 'FlamaRegular';
	padding-bottom: 20px;
	border-bottom: 3px solid #373b3f;
}
.mainmenu a:hover {
	border-bottom: 3px solid #ffee27;
}
.mainmenu ul {
	display: none;
}


/* 404 */
.result-404 { text-align: center; height: 60vh; }
.result-404 .entry-title { padding-top: 15vh; font-size: 30px; }
.result-404 .entry-content { padding: 50px 0 0; font-size: 17px; }

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	line-height: 27px;
	margin-bottom: 20px;
}
.ibvtop {
	display: inline-block;
	vertical-align: top;
}
.ibvmid {
	display: inline-block;
	vertical-align: middle;
}
.ibvbtm {
	display: inline-block;
	vertical-align: bottom;
}
.stdlink a {
	color: inherit;
	text-decoration: none;
}
.socicon-instagram:before {
	content: "\e044";
}
.socicon-facebook:before {
	content: "\e028";
}
.socicon-linkedin:before {
	content: "\e04c";
}
.socicon-twitter:before {
	content: "\e08d";
}
#page {
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	background-position: 0% 0%;
}
.stdh {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 1100;
	background-color: #393c41;
	text-align: justify;
	padding: 30px 3% 5px;
	height: 134px;
}
.stdh:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.hlogo {
}
.hlogo img, .mlogo img {
	height: 78px;
}
.hmtog {
	cursor: pointer;
}
.hmtog div {
	width: 45px;
	height: 4px;
	background-color: #FFF;
	margin-bottom: 6px;
}
.mlogo {
	position: absolute;
	left: 60px;
	top: 60px;
	z-index: 2;
}
.hmclose {
	position: absolute;
	top: 60px;
	right: 60px;
	height: 38px;
	width: 38px;
	cursor: pointer;
	z-index: 2;
}
.hmclose:before, .hmclose:after {
	content: '';
	display: block;
	background-color: #FFF;
	width: 38px;
	height: 3px;
	position: absolute;
	top: 18px;
}
.hmclose:before {
	left: 0px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.hmclose:after {
	right: 0px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.contentinner ul {
	margin: 0 0 20px 18px;
}
.contentinner ul li {
	line-height: 27px;
}
.contentouter {
	padding-top: 150px;
}


/* home */
.hsection {
	position: relative;
}
.hsection img {
	width: 100%;
}
.hline {
	position: relative;
	height: 2px;
	background-color: #CE8900;
}
.htitle {
	display: inline-block;
	position: relative;
	font-size: 74px;
	line-height: 90px;
	padding-bottom: 30px;
	z-index: 3;
}
.htitle b, .htitle strong {
	font-family: 'FlamaRegular';
}
.htxt {
	position: relative;
	z-index: 3;
}
.hdesc {
	font-family: 'FlamaRegular';
	font-size: 19px;
	line-height: 30px;
	padding-bottom: 40px;
}
.himg {
	position: absolute;
	z-index: 2;
	background-size: cover;
	background-position: 50% 50%;
}
.himgs div {
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
}
.hdesc p {
	line-height: 30px;
}
.hlink a {
	font-family: 'FlamaRegular';
	display: inline-block;
	border: 2px solid #CE8900;
	font-size: 20px;
	line-height: 24px;
	padding: 10px 18px;
}
.hlink.hlink--fixed {
	position: fixed;
	top: 50%;
	transform: translateX(22%) rotateZ(-90deg) translateY(50%);
	right: 0;
	transform-origin: center;
	background: #fff;
	z-index: 3;
}
.hquote {
	height: 100vh;
	background-color: rgba(57, 60, 65, 1);
	color: #FFF;
	padding: 0 20%;
	overflow-x: hidden;
}
.hquote:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.hquoteinner {
	width: calc(100% - 0.25em);
	display: inline-block;
	vertical-align: middle;
	font-size: 64px;
	line-height: 72px;
	position: relative;
	opacity: 0;
}
.hquoteinner:before {
	content: '“';
	display: block;
	color: #CE8900;
	font-size: 200px;
	line-height: 1px;
	position: absolute;
	top: 48px;
	left: -90px;
}
.hquoteinner .hline {
	position: absolute;
	bottom: -40px;
	width: 150%;
	/*left: 0%;*/
	left: 150%;
}
#h1 {
	position: relative;
	padding-top: 10vh;
	top: 20vh;
	opacity: 0;
}
#h1 .hheadline {
	overflow-x: hidden;
}
#h1 .hline {
	position: absolute;
	bottom: 45px;
	width: 150%;
	left: 75%;
}
#h1 .htitle {
	left: 20%;
}
#h1 .htxt {
	width: 30%;
	left: 50%;
}
#h2 {
	padding-top: 30px;
	overflow-x: hidden;
}
#h2 .himgs {	
}
#h2 .himgs .himgs-left {
	width: calc(20% + 345px);
	height: 575px;
	position: relative;
	z-index: 2;
}
#h2 .himgs .himgs-right {
	width: calc(80% - 345px - 14px);
	margin-left: 14px;
	height: 575px;
	position: relative;
	z-index: 2;
}
#h2 .himgtl {
	width: 345px;
	height: 368px;
	right: 110%;
	top: 0;
}
#h2 .himgbl {
	width: 274px;
	height: 348px;
	right: 110%;
	top: calc(368px + 14px);
}
#h2 .himgr {
	width: 408px;
	height: 435px;
	left: 110%;
	top: 94px;
}
#h2 .hline {
	top: -50px;
	/*width: 47%;*/
	width: 0%;
}
#h2 .htitle {
	/*left: 48%;*/
	left: 100%;
}
#h2 .htxt {
	width: 40%;
	left: 48%;
	opacity: 0;
}
#h3 {
	padding: 60px 0 30vh;
	overflow-x: hidden;
}
#h3 .hheadline {
	overflow-x: hidden;
}
#h3 .hline {
	display: none;
	position: absolute;
	bottom: 45px;
	width: 190%;
	/*left: 103%;*/
	left: 300%;
}
#h3 .htitle {
	/*left: 20%;*/
	left: -100%;
}
#h3 .htxt {
	width: 40%;
	left: 20%;
	opacity: 0;
}
#h3 .himg {
	width: 625px;
	height: 365px;
	/*left: 50%;*/
	left: 100%;
	bottom: 8vh;
}
#h4 {
	padding: 60px 0 200px;
	overflow-x: hidden;
}
#h4 .hline {
	top: -50px;
	/*width: 47%;*/
	width: 0%;
}
#h4 .htitle {
	left: 100%;
	/*left: 48%;*/
	width: 50%;
}
#h4 .htxt {
	opacity: 0;
	width: 40%;
	left: 48%;
}
#h4 .himg {
	width: 450px;
	height: 508px;
	top: 22vh;
	/*left: 10%;*/
	left: -100%;
}
#h5 {
	padding: 0 0 10vh;
}
#h5 .hheadline {
	overflow-x: hidden;
}
#h5 .hline {
	position: absolute;
	bottom: 45px;
	width: 190%;
	/*left: 102%;*/
	left: 300%;
	display: none;
}
#h5 .htitle {
	/*left: 20%;*/
	left: -100%;
}
#h5 .htxt {
	opacity: 0;
	width: 30%;
	left: 60%;
	padding-bottom: 100px;
}

#hospitality #h1 {
	position: relative;
	padding-top: 10vh;
	top: 20vh;
	opacity: 0;
}
#hospitality #h1 .hheadline {
	overflow-x: hidden;
}
#hospitality #h1 .hline {
	position: absolute;
	bottom: 45px;
	width: 190%;
	left: 94%;
}
#hospitality #h1 .htitle {
	left: 20%;
}
#hospitality #h1 .htxt {
	width: 40%;
	left: 48%;
}

#hospitality .img-cont {
	position: absolute;
	top: 50%;
	left: -110%;
	width: 100%;
	transform: translateY(-50%);
}
#hospitality .img-cont.right {
	left: auto;
	right: -110%;
}
#hospitality .img-cont img {
	width: 0;
	margin: 0 auto;
	display: block;
}
#hospitality .img-cont iframe {
	width: 0;
	margin: 0 auto;
	display: block;
}
#hospitality .img-cont .caption {
	font-size: 16px;
	line-height: 20px;
	vertical-align: top;
	text-align: center;
	height: 30px;
	opacity: 0;
	height: 0;
}

#hospitality .htxt,
#hospitality .hdesc {
	padding: 0;
}
#hospitality #h2,
#hospitality #h4,
#hospitality #h6 {
	overflow: hidden;
}
#hospitality #h2 .hline,
#hospitality #h4 .hline,
#hospitality #h6 .hline {
	top: -50px;
	width: 0;
}
#hospitality #h2 .htitle,
#hospitality #h4 .htitle,
#hospitality #h6 .htitle {
	left: 100%;
}
#hospitality #h2 .htxt,
#hospitality #h4 .htxt,
#hospitality #h6 .htxt {
	width: 40%;
	left: 48%;
	opacity: 0;
}
#hospitality #h3,
#hospitality #h5 {
	overflow: hidden;
}
#hospitality #h3 .hheadline,
#hospitality #h5 .hheadline {
	overflow: hidden;
}
#hospitality #h3 .hline,
#hospitality #h5 .hline {
	display: none;
	position: absolute;
	bottom: 45px;
	width: 390%;
	left: 300%;
}
#hospitality #h3 .htitle,
#hospitality #h5 .htitle {
	left: -200%;
}
#hospitality #h3 .htxt,
#hospitality #h5 .htxt {
	width: 40%;
	left: 10%;
	opacity: 0;
}
/*#hospitality #h1, #h2, #h3, #h4, #h5, #h6 {*/
/*	padding: 40px 0;*/
/*}*/

/* projects */
#index, #category {
	padding: 120px 0;
}
.index-title {
	position: relative;
}
.index-title span {
	display: inline-block;
	vertical-align: bottom;
	font-size: 70px;
	line-height: 80px;
	width: 30%;
	text-align: right;
}
.index-title .hline {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	height: 2px;
	background-color: #CE8900;
	width: calc(70% - 40px);
	margin-left: 40px;
}
.index-items {
	padding: 80px 4% 0;
}
.postitem, .postitemblog {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 24px);
	margin: 0 10px 20px;
	position: relative;
}
.posti-img {
	padding-top: 58.3%;
	background-size: cover;
	background-position: 50% 50%;
}
.posti-block {
	background-color: #f7f7f8;
	padding: 30px 30px 40px;
	position: relative;
}
.posti-yellow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #CE8900;
	opacity: 0;
}
.posti-wrap {
	position: relative;
	z-index: 2;
}
.posti-title {
	font-family: 'FlamaBold';
	font-size: 23px;
	line-height: 28px;
	padding-bottom: 25px;
}
.posti-title::after {
	content: '';
	display: block;
	width: 130px;
	height: 1px;
	margin-top: 25px;
	background-color: #4a4e51;
}
.posti-addr {
	font-size: 19px;
	line-height: 23px;
	font-family: 'FlamaRegular';
}
.posti-atxt {
	display: none;
}
.posti-desc {
	font-size: 17px;
	line-height: 23px;
	font-family: 'FlamaRegular';
	padding: 20px 0;
}
.postitemblog .posti-desc {
	padding: 0 0 20px;
}
.posti-view {
	font-size: 17px;
	line-height: 21px;
	font-family: 'FlamaBold';
}
.navigation {
	text-align: center;
	padding-bottom: 40px;
	font-size: 16px;
}
.navigation .wp-paginate .current {
	color: #CE8900;
    background: #373b3f;
	border: 1px solid #373b3f;
}


/* single */
.posth {
	padding-top: 43.5%;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
.posthb {
	padding-top: 35%;
	background-size: cover;
	background-position: 50% 50%;
}
.posth-block {
	font-family: 'FlamaRegular';
	position: absolute;
	bottom: 44px;
	left: 8%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px 40px;
	min-width: 24%;
	max-width: 60%;
}
.post-title {
	font-size: 52px;
	line-height: 56px;
	padding-bottom: 20px;
}
.post-title::after {
	content: '';
	display: block;
	height: 1px;
	width: 130px;
	background-color: #CE8900;
	margin-top: 18px;
}
.postb-date {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 50px;
}
.postb-socialtop {
	padding: 0 0 20px;
	text-align: right;
}
.postb-social {
	padding: 60px 0;
	text-align: right;
}
.post-addr {
	font-size: 20px;
	line-height: 24px;
}
.postb {
	padding: 100px 8% 60px;
}
.postbl {
	width: 30%;
	box-sizing: border-box;
	padding: 0 6% 0 0;
	color: #747276;
	font-size: 16px;
	line-height: 22px;
}
.postb-logo {
	padding-bottom: 50px;
}
.postb-logo img {
	max-height: 130px;
	max-width: 100%;
}
.postb-web {
	padding-bottom: 20px;
	font-family: 'FlamaBold';
	color: #373737;
	font-size: 14px;
	line-height: 20px;
}
.postb-nforow {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #747276;
}
.postb-nforow:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.postbnfo-label {
	font-family: 'FlamaBold';
	padding-bottom: 2px;
}
.postbnfo-val {
}
.postbr {
	width: 70%;
}
.postb-intro {
	font-size: 34px;
	line-height: 42px;
	padding-bottom: 30px;
	font-family: 'FlamaRegular';
}
.postb-desc {
	font-family: 'FlamaRegular';
	font-size: 19px;
	line-height: 27px;
	padding-bottom: 30px;
}
.postb-desc::after {
	content: '';
	display: block;
	height: 2px;
	background-color: #CE8900;
	margin-top: 30px;
}
.postbcl {
	width: 60%;
	box-sizing: border-box;
	padding: 0 50px 50px 0;
}
.postbcr {
	width: 40%;
	padding-bottom: 50px;
}
.postb-dtitle {
	font-family: 'FlamaBold';
	padding-bottom: 30px;
}
.postb-details {
	font-size: 14px;
	line-height: 24px;
}
.postb-details ul {
	list-style: none;
	margin: 0;
}
.postb-details ul li {
	padding: 0 0 5px 15px;
}
.postb-details ul li::before {
	content: '•';
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	margin-right: -4px;
	position: relative;
	left: -15px;
}
.postb-contact {
	margin: 0px 0 40px;
	background-color: #ffee27;
	padding: 26px 70px 10px 26px;
	display: inline-block;
}
.postb-contact div {
	color: #000;
	font-family: 'FlamaBold';
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 25px;
}
.postb-contact span {
	font-family: 'FlamaRegular';
	font-size: 17px;
	line-height: 22px;
}
.postb-titem {
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
}
.postbt-title {
	font-family: 'FlamaBold';
	width: 50%;
}
.postbt-name {
	width: 50%;
}
.postg {
	overflow-x: hidden;
}
.postgwrap {
	width: calc(100.02% + 10px);
	position: relative;
	left: -5px;
}
.featg-img {
	width: calc(33.33% - 10px);
	margin: 0 5px;
}
.featg-img div {
	padding-top: 98.5%;
	background-size: cover;
	background-position: 50% 50%;
}
.gallerynav {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.0);
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	cursor: pointer;
}
.gallerynav span {
	position: absolute;
	top: calc(50% - 12px);
	display: inline-block;
	border-bottom: 2px solid #FFF;
	width: 30px;
	height: 30px;
}
#gprev {
	left: 0;
}
#gnext {
	right: 0;
}
#gprev span {
	border-left: 2px solid #FFF;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: calc(70% - 15px);
}
#gnext span {
	border-right: 2px solid #FFF;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: calc(70% - 15px);
}
.postg img {width: auto; height: auto}
.postf {
	text-align: center;
	padding: 80px 20px 100px;
}
.postf a {
	display: inline-block;
	font-family: 'FlamaBold';
	font-size: 19px;
	line-height: 19px;
	border: 2px solid #CE8900;
	padding: 12px 50px;
}


/* standard */
.stdpg {
	padding: 20px 10% 80px;
}
.stdpg .entry-title {
	font-size: 40px;
	line-height: 44px;
	padding-bottom: 50px;
}


/* people */
.pplsection {
	padding: 100px 0 0;
}
.ppls-grpt {
}
.ppltitle {
	display: inline-block;
	font-family: 'FlamaBold';
	font-size: 32px;
	line-height: 36px;
	padding: 0 0 16px 20%;
	position: relative;
}
.ppltitle .pplline {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pplline {
	height: 2px;
	background-color: #CE8900;
}
.ppls-grpt .pplline {
	width: 100%;
}
.ppls-grph {
	padding: 40px 0 0 20%;
	overflow-x: hidden;
}
.pplheadline {
	display: inline-block;
	position: relative;
	font-size: 74px;
	line-height: 90px;
	padding-bottom: 30px;
	z-index: 3;
}
.pplheadline .pplline {
	position: absolute;
	bottom: 45px;
	width: 100%;
	left: 100%;
}
.pplheadline b, .pplheadline strong {
	font-family: 'FlamaRegular';
}
.ppllist {
	padding: 70px 20% 0;
}
.ppll-item {
	font-family: 'FlamaRegular';
	font-size: 21px;
	line-height: 25px;
	width: 50%;
	box-sizing: border-box;
	padding: 0 16% 40px 0;
}
.pplli-num {
	width: 37px;
	height: 37px;
	box-sizing: border-box;
	border: 2px solid #CE8900;
	border-radius: 50%;
	margin-right: 23px;
	text-align: center;
	padding-top: 3px;
}
.pplli-txt {
	width: calc(100% - 60px);
}
.pplitems {
	padding: 100px 0 60px 20%;
}
.ppli-row {
	padding-bottom: 80px;
}
.pplir-headline {
	display: inline-block;
	position: relative;
	font-size: 74px;
	line-height: 90px;
	padding-bottom: 30px;
	z-index: 3;
}
.pplir-headline b, .pplir-headline strong {
	font-family: 'FlamaRegular';
}
.pplir-desc {
	font-family: 'FlamaRegular';
	font-size: 19px;
	line-height: 27px;
	width: 70%;
}
#ppl2 .pplheadline .pplline {
	position: absolute;
	bottom: 45px;
	width: 200%;
	left: 100%;
}
.ppllined {
	width: 100%;
	height: 2px;
	background-color: #CE8900;
	margin-bottom: 30px;
}
.ppltxt h2 {
	padding-left: 20%;
	font-size: 30px;
	line-height: 36px;
	font-family: "FlamaBold", Arial, sans-serif;
}
.ppltxt + .ppltxt {
	padding-top: 60px;
}
.ppltxt:last-child {
	padding-bottom: 20vh;
}
.ppldesc {
	font-family: 'FlamaRegular';
	padding: 0 20px 0 20%;
	max-width: 650px;
	width: 100%;
}
.ppldescimg {
	width: calc(80% - 670px);
}
.ppldescimg img {
	max-width: 100%;
}


/* principles */
#pripg {
	padding-bottom: 140px;
}
.prisection {
	padding: 150px 0 0;
	position: relative;
}
#pri1 {
	padding: 250px 0 0;
}
.pris-image {
	width: 715px;
	height: 330px;
	position: absolute;
	z-index: 2;
	background-size: cover;
	background-position: 50% 50%;
	right: 10%;
	top: 0;
}
.pris-grpt {
	position: relative;
	z-index: 3;
}
.prititle {
	display: inline-block;
	font-family: 'FlamaBold';
	font-size: 32px;
	line-height: 36px;
	padding: 0 0 16px 20%;
	position: relative;
}
.prititle .priline {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.priline {
	height: 2px;
	background-color: #CE8900;
}
.pris-grpt .priline {
	width: 100%;
}
.pris-grph {
	padding: 40px 0 0 20%;
	overflow-x: hidden;
}
.priheadline {
	display: inline-block;
	position: relative;
	font-size: 74px;
	line-height: 90px;
	padding-bottom: 30px;
	z-index: 3;
}
.priheadline .priline {
	position: absolute;
	bottom: 45px;
	width: 300%;
	left: 102%;
}
.priheadline b, .priheadline strong {
	font-family: 'FlamaRegular';
}
.prilist {
	padding: 70px 10% 70px 20%;
}
.pril-item {
	font-family: 'FlamaRegular';
	font-size: 21px;
	line-height: 25px;
	width: 50%;
	box-sizing: border-box;
	padding: 0 40px 40px 0;
}
.prili-num {
	width: 37px;
	height: 37px;
	box-sizing: border-box;
	border: 2px solid #CE8900;
	border-radius: 50%;
	margin-top: 4px;
	margin-right: 23px;
	text-align: center;
	padding-top: 3px;
}
.prili-txt {
	width: calc(100% - 60px);
}
.pritag {
	font-size: 32px;
	line-height: 36px;
	padding: 0 0 0 20%;
	font-family: 'FlamaRegular';
}
.pri-concdesc {
	padding: 0 0 0 20%;
	max-width: 500px;
	font-family: 'FlamaRegular';
}


/* process */
#oppg {
	padding-bottom: 80px;
}
.opsection {
	padding: 100px 0 0;
	position: relative;
}
.optitle {
	display: inline-block;
	font-family: 'FlamaBold';
	font-size: 32px;
	line-height: 36px;
	padding: 0 0 16px 20%;
	position: relative;
}
.optitle .opline {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.opline {
	height: 2px;
	background-color: #CE8900;
}
.ops-grpt .opline {
	width: 100%;
}
.ops-grph {
	padding: 40px 0 0 20%;
	overflow-x: hidden;
}
.opheadline {
	display: inline-block;
	position: relative;
	font-size: 74px;
	line-height: 90px;
	padding-bottom: 30px;
	z-index: 3;
}
.opheadline .opline {
	position: absolute;
	bottom: 45px;
	width: 300%;
	left: 102%;
}
.opheadline b, .opheadline strong {
	font-family: 'FlamaRegular';
}
.op-desc {
	padding: 0 0 0 20%;
	max-width: 650px;
	font-family: 'FlamaRegular';
	position: relative;
	z-index: 3;
}
#op2 .op-desc {
	max-width: 490px;
}
#op2.opsection {
	padding: 100px 0 80px;
}
.opvideowrap {
	margin-top: 120px;
	background-size: cover;
	background-position: 50% 50%;
	padding: 35px 0;
}
.opvidempty {
	height: 480px;
}
.opvideo {
	width: 860px;
	height: 480px;
	background-color: #000;
	margin: 0 auto;
	position: relative;
}
.opvideo iframe {
	height: 100%;
	width: 100%;
}
.opvideo .opvplay {
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
	width: 90px;
	height: 90px;
	background-color: #2d3033;
	border-radius: 50%;
	cursor: pointer;
}
.opvurl {
	display: none;
}
.ops-image {
	width: 625px;
	height: 370px;
	position: absolute;
	z-index: 2;
	background-size: cover;
	background-position: 50% 50%;
	right: 100px;
	bottom: 0;
}


/* media */
#mediapg {
	padding: 40px 0 100px;
}
.mediatitle {
	font-size: 74px;
	line-height: 90px;
	padding-bottom: 70px;
	position: relative;
}
.mediatitle span {
	display: inline-block;
	vertical-align: bottom;
	font-size: 70px;
	line-height: 80px;
	width: 320px;
	padding-left: 15%;
	text-align: left;
}
.mediatitle .hline {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	height: 2px;
	background-color: #CE8900;
	width: calc(85% - 320px);
}
.mediaitems {
	padding: 0 15%;
}
.media-row {
	padding-bottom: 50px;
}
.media-rtitle {
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 15px;
}
.media-rdesc {
}
.media-rlink {
}
.media-rlink a {
	font-family: 'FlamaRegular';
	display: inline-block;
	border: 2px solid #CE8900;
	font-size: 18px;
	line-height: 22px;
	padding: 8px 18px;
}


/* contact */
.contact-inner {
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	padding: 200px 0;
}
.contact-hgrp {
	overflow-x: hidden;
}
.contact-headline {
	display: inline-block;
	position: relative;
	font-size: 74px;
	line-height: 90px;
	padding-bottom: 30px;
	text-align: right;
	width: 60%;
}
.contact-headline b, .contact-headline strong {
	font-family: 'FlamaRegular';
}
.contact-headline .contact-line {
	position: absolute;
	left: 100%;
	bottom: 45px;
	width: 100%;
	height: 2px;
	background-color: #CE8900;
}
.contact-details {
	padding: 0 0 0 60%;
	font-size: 19px;
	line-height: 29px;
}
.contact-details span {
	font-family: 'FlamaRegular';
	color: #CE8900;
}
.contact-details b, .contact-details strong {
	font-family: 'FlamaRegular';
}


/* footer */
#footer {
	background-color: #373b3f;
	padding: 35px 0 25px;
	font-family: 'FlamaRegular';
}
.ftrtop {
	color: #FFF;
	font-size: 28px;
	line-height: 32px;
}
.ftrtop:before {
	content: '';
	display: inline-block;
	height: 2px;
	width: calc(100% - 15px - 280px);
	background-color: #CE8900;
	margin-right: 15px;
}
.ftrbtm {
	padding: 30px 6% 0;
	text-align: justify;
}
.ftrbtm:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.ftrcpyr {
	color: #FFF;
	font-size: 15px;
	line-height: 19px;
}
.ftrcpyr a {
	color: #CE8900;
}
.ftrsocial {
}
.ftrsocial a {
	color: #CE8900;
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
}

.table.table--custom td + td {
	padding-left: 40px;
}

/* Tax Calculator */
.calculator * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.calculator {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background: #393C41;
	opacity: 0;
	height: 0;
	z-index: -10;
	transition: opacity .1s linear,
				height .1s linear;
}
.page-template-page-calculator .contentouter {
	padding-top: 134px;
}

.page-template-page-hospitality .calculator.is-shown {
	margin: 40px auto 0;
}
.calculator.is-shown {
	padding: 80px 20px;
	opacity: 1;
	height: 100%;
	z-index: initial;
}
.calculator .calculator__block:first-child {
	flex: 1;
	padding: 20px;
	width: 100%;
	height: auto;
	opacity: 1;
	transform: scale(1);
}

.calculator .calculator__block {
	padding: 20px;
	flex: 1;
	width: 100%;
	height: auto;
	opacity: .1;
	transform: scale(.6);
	transition: opacity .1s linear,
				transform .1s linear;
}
.calculator .calculator__block.is-active {
	opacity: 1;
	transform: scale(1);
}

.calculator__block {
	background: #fff;
	padding: 20px;
	position: relative;
}
.calculator .button {
	text-transform: uppercase;
	border: 1px solid #000;
	min-width: 60px;
	height: 40px;
	padding: 5px 20px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin: 20px 0 auto auto;
	transition: color .1s linear,
				background .1s linear;
	cursor: pointer;
}
.calculator__block .button--next:focus,
.calculator__block .button--next:focus {
	color: #CE8900;
	background: #393C41;
}

.calculator .actions {
	position: relative;
	padding: 20px;
}
.calculator .disclaimer ul {
	list-style: disc;
	color: #fff;
	margin-left: 20px;
}
.calculator .disclaimer li {
	font-size: 14px;
	line-height: 16px;
	height: auto;
}
.calculator .button__wrapper {
	/*position: absolute;*/
	/*bottom: 20px;*/
	/*right: 20px;*/
}
.calculator .button--reset,
.calculator .button--contact {
	display: inline-block;
	color: #fff;
	border-color: #fff;
	width: 48%;
	padding: 5px 0;
}
.calculator .button--reset:hover,
.calculator .button--reset:hover,
.calculator .button--contact:hover,
.calculator .button--contact:hover {
	color: #000;
	background: #CE8900;
}
.calculator__block--item {
	position: relative;
}
.calculator .calculator__block + .calculator__block {
	margin-top: 20px;
}
.calculator label,
.calculator input,
.calculator select {
	display: block;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.calculator .main-title {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 30px;
	line-height: 30px;
	color: #CE8900;
	text-align: center;
}
.calculator .description {
	line-height: 16px;
	font-size: 16px;
	padding: 20px;
	border: 2px red solid;
	width: 100%;
	margin: 40px auto 20px;
	height: auto;
	display: none;
}

.calculator label {
	padding-top: 40px;
	padding-bottom: 5px;
	font-size: 16px;
	position: relative;
	/*text-transform: capitalize;*/
}
/*@media only screen and (max-width: 800px) {*/
/*	.calculator label .info-bubble-icon {*/
/*		display: none;*/
/*	}*/
/*}*/
.calculator label .info-bubble-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	/*position: relative;*/
	/*top: -6px;*/
	/*right: 2px;*/
}
.calculator label .info-bubble-icon svg {
	width: 15px;
	height: 15px;
	display: block;
}
.calculator label .info-bubble-copy {
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	width: calc(100% - 20px);
	padding: 10px;
	top: 0;
	left: 0;
	background: #fff;
	height: auto;
	border: 1px solid #CE8900;
	border-radius: 10px;
	opacity: 0;
	z-index: -1;
}
.calculator input {
	height: 44px;
	border: 0;
	border-bottom: 1px solid #CE8900;
	box-shadow: none;
	background: #393C41;
	text-align: center;
	color: #CE8900;
}
.calculator input:focus {
	color: #CE8900;
}

/*.calculator input[disabled] {
	border-bottom: 0;
	background: transparent;
	color: #393C41;
}*/

.calculator .block-title {
	text-transform: uppercase;
	font-family: 'FlamaBold', Arial, sans-serif;
	margin-bottom: 20px;
}
.calculator .drop-down {
	height: 44px;
	overflow: hidden;
	transition: height .22s linear;
	position: relative;
	background: #393C41;
	color: #777;
	border-bottom: 1px solid #CE8900;
}
.calculator .drop-down #entity{
	text-align: center;
	display: inherit;
}
.calculator .drop-down svg {
	position: absolute;
	top: 15px;
	height: calc(44px / 3);
	width: calc(44px / 3);
	right: 5px;
}
.calculator .drop-down.is-active {
	height: calc(44px * 4);
}
.calculator .drop-down.is-active svg {
	transform: rotate(180deg);
}
.calculator .drop-down.is-active li {
	transition: background .1s linear;
}
.calculator .drop-down.is-active li:hover {
	background: #CE8900;
}
.calculator .drop-down svg path {
	fill: #CE8900;
}
.calculator ul {
	list-style: none;
	margin: 0;
}
.calculator li,
.calculator span {
	height: 44px;
	font-size: 100%;
	line-height: 44px;
	padding-left: 10px;
}

.form-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height: 100%;
    max-width: 600px;
    padding: 0 20px;
    box-sizing: border-box;
	z-index: -10;
	opacity: 0;
	transition: opacity .11s linear;
	overflow-y: scroll;
}
.form-popup * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.form-popup__block {
    background: #fff;
    padding: 20px;
    width: 100%;
}
.form-popup input,
.form-popup textarea {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 2px solid #CE8900;
    background: #393C41;
    color: #fff;
}
.form-popup input:focus,
.form-popup textarea:focus {
    color: #fff;
}
.form-popup p + p {
    margin-top: 20px;
}
.form-popup input[type=submit] {
    background: #393C41;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    border: 0;
    border-bottom: 2px solid #CE8900;
    transition: all .11s linear;
}
.form-popup input[type=submit]:focus,
.form-popup input[type=submit]:hover {
    background: #CE8900;
    border-color: #CE8900;
    color: #000;
}
.form-popup--bg {
    background: rgba(0,0,0,.7);
    width: 100%;
    top: -50%;
    height: 200%;
    position: fixed;
    z-index: -11;
	opacity: 0;
	transition: opacity .11s linear;
}
.form-popup--close {
    position: absolute;
    top: 10px;
    right: 30px;
	cursor: pointer;
}
.form-popup--close svg {
    width: 20px;
    height: 20px;
}
.form-popup--close svg line {
    stroke: #000;
    stroke-width: 2px;
}
.form-popup.is-active {
	z-index: 1102;
	opacity: 1;
}
.form-popup.is-active + .form-popup--bg {
	z-index: 1101;
	opacity: 1;
}
@media only screen and (min-width: 1024px) {
	.calculator .button--reset,
	.calculator .button--contact {
		margin: 0;
	}
	.form-popup {
		height: auto;
		overflow: visible;
	}
	.form-popup__block {
		padding: 40px;
	}
    .form-popup--close {
        top: -20px;
        right: -20px;
    }
    .form-popup--close svg line {
        stroke: #fff;
    }

	.calculator .disclaimer {
		flex: 2;
		padding-right: 20px;
	}
	.calculator .button__wrapper {
		flex: 1;
	}
	.calculator {
		/*display: flex;*/
		padding: 0;
	}
	.calculator .flex {
		display: flex;
	}
	.calculator .main-title {
		top: 40px;
		font-size: 40px;
		line-height: 40px;
	}
	.calculator.is-shown {
		padding: 120px 80px 80px;
	}
	.calculator__block {
		flex: 1;
		padding: 20px;
		max-width: calc(100% / 3 - 30px);
	}
	.calculator .calculator__block + .calculator__block {
		margin-top: 0;
		margin-left: 40px;
	}
	.calculator input:focus {
		color: #CE8900;
	}
	.calculator label {
		padding-top: 10px;
		padding-bottom: 0;
		padding-right: 5px;
		font-size: 14px;
	}
	.calculator label .info-bubble-copy {
		width: calc(200% - 20px);
	}
}

@media only screen and (min-width: 1280px) {
	.calculator__block--item {
		display: flex;
	}
	.calculator label {
		flex: 1;
		min-width: 115px;
	}
	.calculator input,
	.calculator .drop-down {
		flex: 2;
	}
}
@media only screen and (min-width: 1336px) {
	.calculator label {
		min-width: 120px;
	}
}
@media only screen and (min-width: 1440px) {
	.calculator label {
		min-width: 150px;
	}
}
@media only screen and (min-width: 1920px) {
	.calculator label {
		min-width: 176px;
	}
}
.table.table--custom td + td {
	padding-left: 40px;
}

.grecaptcha-badge {
	z-index: -10;
}
.grecaptcha-badge.is-active {
	z-index: 1103;
}
