/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {outline:none}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
.clearfix::before, .clearfix::after,
.container::before, .container::after,
.row::before, .row::after {
	content: " ";
	display: table;
}
.clearfix::after,
.container::after,
.row::after {
	clear: both;
}
.row {
  margin:0 -15px;
}
.col-md-12 {
  float:left;
  width:100%;
  padding:0 15px;
}
.col-md-9 {
  float:left;
  width:75%;
  padding:0 15px;
}
.col-sm-8,
.col-md-8 {
  float:left;
  width:66.6666%;
  padding:0 15px;
}
.col-md-6 {
  float:left;
  width:50%;
  padding:0 15px;
}
.col-sm-4,
.col-md-4 {
  float:left;
  width:33.3333%;
  padding:0 15px;
}
.col-md-3 {
  float:left;
  width:25%;
  padding:0 15px;
}
div, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/*
  Normalize End
*/
::-moz-selection { background: #111; color:#fff; }
::selection { background: #111; color:#fff; }
body, button, input, select, textarea {
  color:#333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background:#fff;
}
body {
  background:#f8f8f8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color:#af8553;
  text-decoration:underline;
}
a:hover,
a:focus {
  color:#7c5e3b;
  text-decoration:none; 
  outline:0;
}
iframe {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
  color:#111111;
  margin:40px 0 10px 0;
  line-height:1.2;
  font-weight:bold;
}
h1, h2 {
  margin:60px 0 10px 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top:0;
}
h1 {
  font-size:44px;
}
h2 {
  font-size: 30px;
  font-weight: 500;
}
h3 {
  font-size:18px;
  line-height:1.3;
}
h4 {
  font-size:16px;
  line-height:1.5;
}
h5, h6 {
  font-size:14px;
  line-height:1.5;
}
h1 a, h2 a, h3 a {
  color:#333333;
  text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  color:#af8553;
  text-decoration:none;
}
p {
  margin:0 0 20px 0;
}
p:last-child {
  margin:0;
}
ul,
ol {
	margin: 0 0 30px 0;
  padding:0 0 0 17px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
hr {
	border:none;
	border-top: 1px solid #ddd;
	height: 0;
	margin: 45px 0;
}
blockquote {
  margin: 0 0 20px;
  font-size: 24px;
  font-style:italic;
}
img {
  max-width:100%;
  height:auto;
  margin:0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
select,
textarea { 
  height:40px;
  line-height:40px;
  padding:0 10px;
  border: 1px solid #ccc;
  width:100%;
  display:block;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  background:#fff;
  margin:0;
  color:#333333;
  font-family: 'Roboto', sans-serif;
  font-weight:normal;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
  border-radius:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;  
  font-size:14px;
}
input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="number"].error,
input[type="date"].error,
select.error,
textarea.error {
  border: 1px solid #a94442 !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding:0 32px 0 6px;
  cursor:pointer;
  background:#fff url('../img/select.png') no-repeat right center;
  background-size:19px 6px;
}
select::-ms-expand {
  display: none;
}
textarea {
  padding:7px 10px;
  line-height:1.7;
  resize:none;
  height:auto;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="date"]:hover,
input[type="search"]:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #aaa;
  outline: none;
}
input[type="submit"],
input[type="button"],
button[type="submit"],
a.btn,
span.btn,
header .headermenuouter ul li.btn a {
  background: rgb(184,147,103); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(184,147,103,1) 0%, rgba(179,139,92,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(184,147,103,1) 0%,rgba(179,139,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(184,147,103,1) 0%,rgba(179,139,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b89367', endColorstr='#b38b5c',GradientType=0 ); /* IE6-9 */
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position:relative;
  z-index:1;
  line-height: 50px;
  height: 50px;
  padding: 0px 40px 0px 40px;
  border-radius:10px;
  text-transform:uppercase;
	font-size: 14px;
  letter-spacing:1px;
  display:inline-block;
  text-decoration:none;
  border:1px solid #b38b5c;
  text-shadow: 0 1px 1px #96754d;
  outline:none;
  box-shadow:none;
  cursor:pointer;
  white-space: nowrap;
}
header .headermenuouter ul li.btn.current_page_item a {
  font-weight:normal;
  color:#fff;
}  
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover,
a.btn:hover,
header .headermenuouter ul li.btn a:hover,
span.btn:hover {
  text-decoration:none;
	color: #fff;
	background: #af8553;
  background: -moz-linear-gradient(top,  rgba(175,133,83,1) 0%, rgba(175,133,83,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(175,133,83,1) 0%,rgba(175,133,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(175,133,83,1) 0%,rgba(175,133,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8553', endColorstr='#af8553',GradientType=0 ); /* IE6-9 */
}
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="button"]:focus,
button[type="submit"]:active,
button[type="submit"]:focus,
a.btn:active,
a.btn:focus,
header .headermenuouter ul li.btn a:active,
header .headermenuouter ul li.btn a:focus,
span.btn:active,
span.btn:focus {
  text-decoration:none;
	color: #fff;
  border-color:#9d774b;
  text-shadow: 0 1px 1px #9d774b;
  background: #9d774b;
  background: -moz-linear-gradient(top,  rgba(157,119,75,1) 0%, rgba(157,119,75,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(157,119,75,1) 0%,rgba(157,119,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(157,119,75,1) 0%,rgba(157,119,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d774b', endColorstr='#9d774b',GradientType=0 ); /* IE6-9 */
}
input[type="submit"].btn-lg,
input[type="button"].btn-lg,
button[type="submit"].btn-lg,
a.btn.btn-lg,
span.btn.btn-lg {
  line-height: 60px;
  height: 60px;
  padding: 0px 60px 0px 60px;
  border-radius:10px;
}
input[type="submit"].btn-sm,
input[type="button"].btn-sm,
button[type="submit"].btn-sm,
a.btn.btn-sm,
span.btn.btn-sm {
  line-height:37px;
  height: 37px;
  padding:0 20px;
  font-size:12px;
  border-radius:5px;
} 
input[type="submit"].primary,
input[type="button"].primary,
button[type="submit"].primary,
a.btn.primary,
span.btn.primary {
  border-color:#00695b;
  text-shadow: 0 1px 1px #055a4e;
  background: rgb(18,124,110); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(18,124,110,1) 0%, rgba(0,105,91,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(18,124,110,1) 0%,rgba(0,105,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(18,124,110,1) 0%,rgba(0,105,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127c6e', endColorstr='#00695b',GradientType=0 ); /* IE6-9 */
}
input[type="submit"].primary:hover,
input[type="button"].primary:hover,
button[type="submit"].primary:hover,
a.btn.primary:hover,
span.btn.primary:hover {
  text-decoration:none;
	color: #fff;
  background: rgb(0,105,91); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,105,91,1) 0%, rgba(0,105,91,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,105,91,1) 0%,rgba(0,105,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,105,91,1) 0%,rgba(0,105,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00695b', endColorstr='#00695b',GradientType=0 ); /* IE6-9 */
}
input[type="submit"].primary:active,
input[type="button"].primary:active,
button[type="submit"].primary:active,
a.btn.primary:active,
span.btn.primary:active,
input[type="submit"].primary:focus,
input[type="button"].primary:focus,
button[type="submit"].primary:focus,
a.btn.primary:focus,
span.btn.primary:focus {
  text-decoration:none;
	color: #fff;
  border-color:#005e52;
  text-shadow: 0 1px 1px #005e52;
  background: #005e52;
  background: -moz-linear-gradient(top,  rgba(0,94,82,1) 0%, rgba(0,94,82,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,94,82,1) 0%,rgba(0,94,82,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,94,82,1) 0%,rgba(0,94,82,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e52', endColorstr='#005e52',GradientType=0 ); /* IE6-9 */
}
input[type="submit"].secondary,
input[type="button"].secondary,
button[type="submit"].secondary,
a.btn.secondary,
span.btn.secondary,
header .headermenuouter ul li.btn.btnlogin a {
  color:rgba(17,17,17,0.8);
  border-color:#ddd;
  text-shadow: none;
  background: none;
}
input[type="submit"].secondary:hover,
input[type="button"].secondary:hover,
button[type="submit"].secondary:hover,
a.btn.secondary:hover,
span.btn.secondary:hover,
header .headermenuouter ul li.btn.btnlogin a:hover {
	color: rgba(17,17,17,1);
  background: none;
  border-color:#ccc;
}
input[type="submit"].secondary:active,
input[type="button"].secondary:active,
button[type="submit"].secondary:active,
a.btn.secondary:active,
span.btn.secondary:active,
header .headermenuouter ul li.btn.btnlogin a:active,
input[type="submit"].secondary:focus,
input[type="button"].secondary:focus,
button[type="submit"].secondary:focus,
a.btn.secondary:focus,
span.btn.secondary:focus,
header .headermenuouter ul li.btn.btnlogin a:focus {
  color: rgba(17,17,17,1);
  background: #f8f8f8;
  border-color:#bbb;
  text-shadow: 0 1px 1px #fff;
}
table {
  width:100%;
  margin:0 0 30px 0;
}
table thead tr th {
  background:#f8f8f8;
}
table thead tr th,
table tbody tr td,
table tbody tr th {
  border-top:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
  padding:9px;
  vertical-align:top;
}
table tbody tr td {
  background:#fff;
}
table tbody tr:nth-child(2n+1) td {
  background:#f7f7f7;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  margin-bottom:60px;
  margin-top:60px;
}
.alignleft {
  float:left;
  margin:0 30px 30px 0;
}
.alignright {
  float:right;
  margin:0 0 30px 30px;
}
img.aligncenter,
img.alignleft,
img.alignright {
	background:#f3f3f3;
	border:1px solid #e3e3e3;
	padding:5px;
}
.wp-caption {
	max-width:100%;
	padding:5px;
	text-align:center;
	background:#f3f3f3;
	border:1px solid #e3e3e3;
}
.wp-caption img,
.wp-caption p {
	margin:0;
}
.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 1.3;
    margin: 10px 0 5px;
    padding: 0 10px;
    color:#555;
}
.container,
.kingcomposer.search .wrap .container  {
  margin-right: auto;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1530px;
}
.kingcomposer .kc-container {
	max-width: 1530px;
	padding-left: 60px;
	padding-right: 60px;
}
body.kingcomposer section[data-kc-equalheight="true"] .kc-container {
	padding-left: 45px;
	padding-right: 45px;
}
.kingcomposer .wrap .container {
  padding-left: 0;
  padding-right: 0;
  max-width:100%;
}
section#main,
.kingcomposer.search .wrap section#main {
  padding:60px 0 60px 0;
  min-height:calc(100vh - 206px)
}
.kingcomposer .wrap section#main {
  padding:0;
}
.kingcomposer.page-template-page-press .wrap section#main,
.kingcomposer.page-template-page-presssub .wrap section#main {
	padding: 60px 0 ;
}
.kingcomposer.page-template-page-press .wrap .container,
.kingcomposer.page-template-page-presssub .wrap .container {
  padding-left: 60px;
  padding-right: 60px;
  max-width:1530px;
}
.kingcomposer.page-template-page-press .kc-container,
.kingcomposer.page-template-page-presssub .kc-container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
/* HEADER ########################################################################################################################################################################################## */
.wrap {
  padding: 0;
}
header {
  margin:0; 
  padding:0;
  width:100%;
  background:#fff;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index:10000;
  position:relative;
  width:100%;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.05);
}
header .container {
  position:relative;
}
header ul.langswitch {
  list-style:none;
  margin:0;
  padding:0;
  position:absolute;
  top:36px;
  right:15px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index:10;
}
header ul.langswitch li {
  float:left;
  margin:0 0 0 8px;
}
header ul.langswitch li:first-child {
  margin:0;
}
header ul.langswitch li a {
  float:left;  
}
header ul.langswitch li a img {
  width:21px;
  float:left;
  height:15px;
  opacity:0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header ul.langswitch li a:hover img,
header ul.langswitch li.current-lang a img {
  opacity:1;
  filter: alpha(opacity=100);
}
header .logoouter {
  margin:0;
  position:absolute;
  top:0;
  left:60px;
}
header .logoouter img {
  margin:20px 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header .menutrigger {
  font-size: 25px;
  position: absolute;
  right: 30px;
  top: 35px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index:10;
  display:none;
}
header .menutrigger div {
  cursor:pointer;
  width:22px;
  float:left;
  height:16px;
} 
.swipebox-html header .menutrigger {
  right:-50px;
}
header .menutrigger div span {
  background:rgba(8,8,8,0.8);
  display:block;
  height:2px;
  width:100%;
  margin:2px 0 2px 0;
  float:left;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position:absolute;
  top:0;
  left:0;
}
header .menutrigger div span:nth-child(2),
header .menutrigger div span:nth-child(3)  {
  top:6px;
  background:rgba(8,8,8,0.5);
}
header .menutrigger div span:nth-child(4)  {
  top:12px;
}
header .menutrigger div:hover span {
  background:rgba(8,8,8,1);
}
header ul#headermenu {
  padding:0;
  margin:0;
  list-style:none;
  position:relative;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header .headermenuouter {
  float:left;
  width:100%;
  padding-left:120px;
}
header .headermenuouter ul li {
  position:relative;
  display:inline-block;
}
header .headermenuouter ul li.btn {
  float:right;
  margin:0 0 0 5px;
}
header .headermenuouter ul li.btn a {
  height:37px;
  line-height:37px;
  padding:0 15px;
  border-radius:5px;
  margin:24px 0 0 0;
}
header .headermenuouter ul li a {
  color:rgba(17,17,17,0.8);
  height:87px;
  line-height:87px;
  padding:0;
  display:block;
  text-decoration:none;
  margin:0 0 0 20px;
  font-size:14px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  text-transform:uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
}
header .headermenuouter ul li a:hover,
header .headermenuouter ul li.locationmenulink > a.opened,
header .headermenuouter ul li.menu-item-has-children.opened > a {
  color:rgba(17,17,17,1);
  text-decoration:none;
}
header .headermenuouter ul li.locationmenulink a,
header .headermenuouter ul li.menu-item-has-children > a {
  margin:0 0 0 30px;
  padding-right:14px;
  cursor:default;
}
header .headermenuouter ul li.locationmenulink > a:after,
header .headermenuouter ul li.menu-item-has-children > a:after {
	content:"";
  border: solid #333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px; 
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position:absolute;
  top:37px;
  right:0px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center center;
	transform-origin: center center;
}
header .headermenuouter ul li.locationmenulink > a.opened:after,
header .headermenuouter ul li.menu-item-has-children.opened > a:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top:40px;
  border: solid #111;
  border-width: 0 1px 1px 0;
}           
header .headermenuouter ul li.current_page_item a {
  font-weight:bold;
  color:rgba(17,17,17,1);
}
header .headermenuouter ul li ul {
  position:absolute;
  top:87px;
  left:15px;
  padding:0;
  margin:0;
  min-width:150px;
	background: #f8f8f8;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: inset 0px 10px 15px -15px rgba(0, 0, 0, 0.05);
  opacity: 0;
	filter: alpha(opacity=0);
	height: 0 !important;
	overflow: hidden;
}
header .headermenuouter ul li.opened ul {
	opacity: 1;
	filter: alpha(opacity=100);
	height: auto !important;
	padding: 15px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header .headermenuouter ul li ul li a {
  margin:0;
	height: auto;
	line-height: 1.5;
	text-transform: none;
	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
  font-size:16px;
  padding:0 30px 0 15px;
  color:#333;
  position:relative;
  -webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
header .headermenuouter ul li ul li a::before {
	content: "";
	border: solid #af8553;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 9px;
	left: -3px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
  z-index:2;
}
header .headermenuouter ul li ul li a:hover::before {
	opacity: 1;
  left:12px;
}
header .headermenuouter ul li ul li a:hover {
  color:#af8553;
  padding:0 15px 0 30px;
}
.chooselocationoverlay {
  position:fixed;
  background:rgba(0, 0, 0, 0.5);
  top:0;
  left:0;
  width:100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity:0;
  filter: alpha(opacity=0);
  height:100vh;
  z-index:-1;
}
.chooselocation {
  background:#f8f8f8;
  padding:0;
  z-index:99;
  position:absolute;
  top:87px;
  left:0;
  width:100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:0;
  filter: alpha(opacity=0);
  height:0!important;
  -webkit-transform: translate(0,-50px);
	-moz-transform: translate(0,-50px);
	transform: translate(0,-50px);
  overflow:hidden;
}
.chooselocation .row {
  margin:0 100px;
}
.chooselocation .row .col-md-4 {
  padding: 0 50px;
}
.chooselocationoverlay.opened {
  opacity:1;
  filter: alpha(opacity=100);
  z-index:98;
}
.chooselocation.opened {
  -webkit-transform: translate(0,0px);
	-moz-transform: translate(0,0px);
	transform: translate(0,0px); 
  opacity:1;
  filter: alpha(opacity=100);
  height:auto!important;
  padding:60px 0 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.chooselocation .countryselect_widget {
  opacity:0;
  height:0!important;
  overflow:hidden;
  filter: alpha(opacity=0);
}
.chooselocation.opened .countryselect_widget {
  margin:0 0 30px 0;
  opacity:1;
  filter: alpha(opacity=100);
  height:auto!important;
}
.chooselocation .countryselect_widget .countrytitle {
	position:relative;
  padding:0 0 0 40px;
  margin: 0 0 10px 0;
}
.chooselocation .countryselect_widget .countrytitle img {
	position:absolute;
  top:0;
  left:0;
}
.chooselocation .countryselect_widget b {
	display: block;
	margin: 0;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
  height:17px;
  line-height:17px;
  color:#111;
}
.chooselocation .countryselect_widget ul {
  padding:0;
  margin:0;
  list-style:none;
}
.chooselocation .countryselect_widget ul li {
	margin: 0 0 5px 0;
}
.chooselocation .countryselect_widget ul li a {
	color: #333;
	text-decoration: none;
	position: relative;
	padding: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	display: block;
}
.chooselocation .countryselect_widget ul li a span.city {
	background: #f8f8f8;
	position: relative;
	z-index: 1;
	padding-right: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.chooselocation .countryselect_widget ul li a:hover {
	color: #af8553;
}
.chooselocation .countryselect_widget ul li a:hover span.city {
	padding: 0 10px 0 15px;
}
.chooselocation .countryselect_widget ul li a span.count {
	position: absolute;
	top: 0;
	right: 0;
	background: #af8553;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	line-height: 22px;
	font-size: 12px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
  width:22px;
  height:22px;
  text-align:center;
}
.chooselocation .countryselect_widget ul li a::before {
	content: "";
	border: solid #af8553;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 9px;
	left: -18px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
  z-index:2;
}
.chooselocation .countryselect_widget ul li a:hover::before {
	opacity: 1;
  left:-3px;
}
.chooselocation .countryselect_widget ul li a::after {
	content: "";
	width: calc(100% - 28px);
	height: 1px;
	background: #e3e3e3;
	position: absolute;
	bottom: 7px;
	left: 0;
}
/* HEADER ########################################################################################################################################################################################## */
.breadcrumbs ul {
  list-style:none;
  margin:4px 0 10px 0;
  padding:0;
  line-height:1;
}
.breadcrumbs ul li {
  display:inline-block;
  position:relative;
  padding-right:9px;
  line-height:1;
  margin-right:8px;
}
.breadcrumbs ul li:after {
  content:"";
  background: #555;
  width:1px;
  height:9px;
  position:absolute;
  top:5px;
  right:0;
}
.breadcrumbs ul li:last-child {
  padding-right:0;
  margin-right:0;
}
.breadcrumbs ul li:last-child:after {
  display:none;
}
.breadcrumbs ul li a {
  text-decoration:none;
  color:#555;
  font-size:12px;
}
.breadcrumbs ul li a:hover {
  text-decoration:underline;
}
/* SLIDER -------------------------------------- -------------------------------------- --------------------------------------*/
.slick-slider { position: relative;  display: block;  -moz-box-sizing: border-box; box-sizing: border-box;  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative;  display: block; overflow: hidden;  margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0;  display: block; }
.slick-track:before, .slick-track:after { display: table;  content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left;  height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block;  height: auto;  border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.homeouter,
.heroouter {
  padding:0;
  overflow:hidden;
  position:relative;
  background:#111;
}
.kingcomposer .wrap .homeouter .hometext .container  {
  padding: 0 60px;
  margin:140px auto;
  max-width: 810px;
  text-align:center;
}
.homeouter .hometext,
.heroouter .herotext {
  position:relative;
  z-index:2;
}
.heroouter .herotext {
  padding:255px 0 25px 0;
}
.heroouter.herobusiness .herotext {
  padding:90px 0;
}
.heroouter.herobusiness .herotext h1 {
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.heroouter.herobusiness .herotext p {
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	color: #fff;
	width: 75%;
	padding-right: 90px;
	margin: 0 0 30px 0;
}
.heroouter.herobusiness .herotext ul.businessul {
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	color: #fff;
	width: 75%;
	margin: 0;
	font-size: 20px;
	list-style:none;
	padding:0 90px 0 0;
}
.heroouter.herobusiness .herotext ul.businessul li {
	margin:5px 0 0 0;
	position:relative;
	padding:0 0 0 20px;
}
.heroouter.herobusiness .herotext ul.businessul li:first-child {
	margin:0;
}
.heroouter.herobusiness .herotext ul.businessul li::before {
	content: "";
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 12px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.heroouter.herobusiness .herotext ul.businessul li:last-child {
	font-weight:bold;
	color: #af8553;
}
.heroouter.herobusiness .herotext ul.businessul li:last-child::before {
	border: solid #af8553;
	border-width: 0 1px 1px 0;
}
.heroouter.herobusiness .imgcontainer .imgbox .imageouter {
	opacity:0.3;
}
.heroouter.herobusiness .herotext .breadcrumbs {
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.heroouter .herotext .breadcrumbs ul li a {
	color: #dedede;
}
.heroouter .herotext .breadcrumbs ul li::after {
	background: #dedede;
}
.kingcomposer .wrap .heroouter .herotext .container {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1530px;
}
.homeouter .slickprevious,
.homeouter .slicknext {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	height: 100%;
	width: calc((100vw - 710px) / 2);
  cursor: url("../img/slider-left.png") 0 0,pointer;
}
.homeouter .slicknext {
  left:inherit;
  right:0;
  cursor: url("../img/slider-right.png") 0 0,pointer;
}
.homeouter .hometext h1,
.heroouter .herotext h1 {
  margin:0 0 15px 0;
  padding:0;
  color:#fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.heroouter .herotext h1 {
  width:75%;
  padding-right:90px;
}
.homeouter .hometext p {
  margin:0 0 30px 0;         
  padding:0;
  color:#fff;
  font-size:18px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.homeouter .hometext form {
  margin:0 0 20px 0;
}
.homeouter .hometext form .select-outer {
  float:left;
  width:70%;
  padding:0 10px 0 0;
  position:relative;
}
.homeouter .hometext form .select-outer:after {
  width:11px;
  height:18px;
  position:absolute;
  top:50%;
  margin-top:-9px;
  left:20px;
  background:url("../img/location-icon.png") no-repeat;
  background-size:cover;
  content:"";
}
.homeouter .hometext form .select-outer select {
  height:60px;
  line-height:60px;
  border-radius:10px;
  font-size:16px;
  padding:0 45px 0 35px;
  background:#fff url('../img/select-big.png') no-repeat right center;
  background-size:29px 6px;
}
.homeouter .hometext form .select-outer select optgroup {
  color:#333;
  background:#f8f8f8;
  font-style:normal;
  font-size:14px;
}
.homeouter .hometext form .select-outer select option {
  color:#333;
  font-size:14px;
}
.homeouter .hometext form .select-outer select option:checked,
.homeouter .hometext form .select-outer select option:hover,
.homeouter .hometext form .select-outer select option[selected] {
  background: #111;
  color:#fff;
}
.homeouter .hometext form input[type=submit] {
  float:left;
  width:30%;
  height:60px;
  line-height:60px;
  font-size:16px;
}
.homeouter .sliderouter,
.heroouter .imgcontainer {
  position:absolute;
  width:100%;
  height:100%;
  padding:0;
  top:0;
  left:0;
  z-index:1;
}
.homeouter .sliderouter .homeslider {
  height:100%;
  width:100%;
}
.homeouter .sliderouter .homeslider .slick-list,
.homeouter .sliderouter .homeslider .slick-list .slick-track {
  height:100%;
}
.homeouter .sliderouter .homeslider .item {
  height:100%;
  width:100%;
}
.homeouter .sliderouter .homeslider .item .imgbox,
.heroouter .imgcontainer .imgbox {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.homeouter .sliderouter .homeslider .item .imgbox .imageouter,
.heroouter .imgcontainer .imgbox .imageouter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
  opacity:0.9;
} 
.homeouter .sliderouter .homeslider .item .imgbox .imageouter img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
  -webkit-transition: all 8s ease-in-out;
  -o-transition: all 8s ease-in-out;
  -moz-transition: all 8s ease-in-out;
  transition: all 8s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.homeouter .sliderouter .homeslider .item.works .imgbox .imageouter img {
	-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.heroouter .imgcontainer .imgbox .imageouter img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
} 
.homeouter .sliderouter .homeslider ul.slick-dots {
  margin:0;
  list-style:none;
  position:absolute;
  bottom:3px;
  left:0;
  right:0;
  text-align:center;
  z-index:3;
}
.homeouter .sliderouter .homeslider ul.slick-dots li {
  display:inline-block;
  margin:0 4px;
  line-height:1;
}
.homeouter .sliderouter .homeslider ul.slick-dots li button {
	background: rgba(255,255,255,1);
	border-radius: 50%;
	box-shadow: none;
	display: inline-block;
	height: 6px;
	width: 6px;
	border: none;
	text-indent: -9999px;
	padding: 0;
  margin:0;
  cursor:pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border:1px solid rgba(255,255,255,0);
}
.homeouter .sliderouter .homeslider ul.slick-dots li button:hover,
.homeouter .sliderouter .homeslider ul.slick-dots li.slick-active button {
	background: rgba(255,255,255,0);
	-webkit-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
  border:1px solid rgba(255,255,255,1);
}
.heroouter.comingsoonhero .herotext {
  padding:60px 0 25px 0;
}
.heroouter.comingsoonhero .herotext .container .containerinner {
  padding-left: 150px;
  padding-right: 150px;
}
.heroouter.comingsoonhero .imgcontainer .imgbox .imageouter {
	opacity: 0.3;
}
.heroouter.comingsoonhero .herotext h1 {
	width: 100%;
	padding-right: 0;
  text-align:center;
}
.heroouter.comingsoonhero .formouter h2 {
	text-align:center;
}
.heroouter.comingsoonhero .formouter {
  position:relative;
  padding:60px;
  margin:0 0 60px 0;
  top:0;
}
.heroouter.comingsoonhero .breadcrumbs ul,
.heroouter.comingsoonhero .formouter strong.title,
.heroouter.comingsoonhero .formouter p {
	text-align:center;
}
.heroouter.comingsoonhero .formouter p {
	padding:0 120px;
  margin: 0 0 30px 0;
}
.heroouter.comingsoonhero .badgeouter { 
  text-align:center;
  width:100%;
  margin:0 0 40px 0;
}
.heroouter.comingsoonhero .badgeouter .badge.comingsoon { 
  background:#a94442;
  color:#fff;
  font-size:20px;
  text-transform:uppercase;
  letter-spacing: 1px;
  line-height:1;
  padding:5px 15px 5px 15px;
  font-family: 'Roboto Condensed', sans-serif;
  display:inline-block;
  margin:0;
}
.heroouter.comingsoonhero .formouter .row {
	margin:0 -8px;
}
.heroouter.comingsoonhero .formouter .row .col-md-4,
.heroouter.comingsoonhero .formouter .row .col-md-6,
.heroouter.comingsoonhero .formouter .row .col-md-8 {
	padding-left:8px;
  padding-right:8px;
}
.heroouter.comingsoonhero .formouter select,
.heroouter.comingsoonhero .formouter input[type="text"],
.heroouter.comingsoonhero .formouter input[type="email"],
.heroouter.comingsoonhero .formouter input[type="number"] {
	margin: 0 0 16px 0;
  height:50px;
  line-height:50px;
  padding: 0 15px;
}
.heroouter.comingsoonhero .formouter textarea {
	margin: 0 0 16px 0;
	padding: 12px 15px;
	height:150px;
}
.heroouter.comingsoonhero .formouter label.privacycheck {
	margin: 0 0 16px 0;
}
.heroouter.comingsoonhero .formouter .phone {
	font-size: 16px;
}
/* SLIDER -------------------------------------- -------------------------------------- --------------------------------------*/
.contentboxouter {
  margin:0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contentboxouter .contentcolumn {
  width:50%;
  padding:0 15px;
  display:flex;
  float:left;
}
.contentboxouter .contentcolumn.col-3 {
  width:33.3333%;
}
.contentboxouter .contentcolumn.col-4 {
  width:25%;
}
.contentboxouter.priceboxes .contentcolumn {
  width:100%;
  text-align:center;
}
.contentboxouter.priceboxes .contentcolumn h2,
.contentboxouter.priceboxes .contentcolumn h3 {
  margin-bottom:20px;
}
.contentboxouter.priceboxes .contentcolumn ul {
  list-style:none;
  border-top:1px solid #ccc;
  padding:0;
}
.contentboxouter.priceboxes .contentcolumn ul li {
  border-bottom:1px solid #ccc;
  padding:10px 0;
}
.contentboxouter.priceboxes .contentcolumn .price {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
  color:#af8553;
}
.contentboxouter .contentcolumn div.contentbox,
.contentboxouter .contentcolumn a.contentbox,
.cityouter .cityitem a.city,
.cityouter .cityitem div.city,
.locationouter .locationitem a.location {
  display:block;
  background:#fff;
  text-decoration:none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin:0 0 30px 0;
  width: 100%;
  position:relative;
}
.contentboxouter .contentcolumn .contentbox .imageouter,
.cityouter .cityitem a.city .imageouter,
.cityouter .cityitem div.city .imageouter {
  overflow:hidden;
}
.locationouter .locationitem a.location .imageouter {
  overflow:hidden;
  height:100%;
  width:100%;
  text-align:center;
}
.locationouter .locationitem a.location .imageouter img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
} 
.cityouter .cityitem a.city .imageouter {
  position:relative;
}
.cityouter .cityitem a.city .imageouter .countryflag {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  padding:40px 30px 15px 30px;
}
.contentboxouter .contentcolumn .contentbox img,
.cityouter .cityitem a.city img.mainimg,
.locationouter .locationitem a.location img.mainimg  {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cityouter.eventsouter .cityitem a.city img.mainimg {
  width:100%;
}
.contentboxouter .contentcolumn .contentbox .innerbox {
  padding:43px 30px 30px 30px;
}
.cityouter .cityitem a.city .innerbox {
  padding:26px 30px 27px 30px;
  position:relative;
}
.cityouter .cityitem a.city .innerbox:before {
	content:"";
  border: solid #af8553;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 6px; 
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top:50%;
  right:45px;
  position:absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:0;
  margin:-6px 0 0 0;
}
.cityouter .cityitem a.city:hover .innerbox:before {
	opacity:1;
  right:30px;
}
.cityouter.eventsouter .cityitem a.city .innerbox h2 {
  margin:0;
  font-size:24px;
}
.cityouter .cityitem a.city .innerbox h3 {
  margin:0 0 5px 0;
}
.cityouter .cityitem a.city .innerbox .countspace {
  color:#333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentboxouter .contentcolumn .contentbox.withicon {
  position:relative;
  padding:43px 30px 30px 110px;
}
.contentboxouter .contentcolumn .contentbox.withicon .imageouter {
  width:60px;
  position:absolute;
  top:25px;
  left:25px;
}
.contentboxouter .contentcolumn .contentbox.withicon .innerbox {
  padding:0;
}
.contentboxouter .contentcolumn .contentbox.textcenter .innerbox {
  text-align:center;
}
.contentboxouter .contentcolumn .contentbox.withicon.textcenter {
  padding:0;
}
.contentboxouter .contentcolumn .contentbox.withicon img {
  width:60px;
  height:60px;
}
.contentboxouter .contentcolumn .contentbox.withicon.textcenter .innerbox {
  padding:0 30px 30px 30px;
}
.contentboxouter .contentcolumn .contentbox.withicon.textcenter .imageouter {
  text-align:center;
  padding:26px 30px 12px 30px;
  width:auto;
  position:static;
  top:inherit;
  left:inherit;
}
.contentboxouter .contentcolumn .contentbox .innerbox p {
  color:#333;
  margin:0 0 30px 0;
}
.contentboxouter .contentcolumn .contentbox .innerbox p:last-child {
  margin:0 0 13px 0;
}
.contentboxouter .contentcolumn .contentbox .innerbox span {
  text-transform:uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position:relative;
}
.contentboxouter .contentcolumn .contentbox .innerbox span:before {
	content:"";
  border: solid #7c5e3b;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px; 
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top:5px;
  left:-18px;
  position:absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:0;
}
.contentboxouter .contentcolumn a.contentbox:hover,
.cityouter .cityitem a.city:hover,
.locationouter .locationitem a.location:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
} 
.contentboxouter .contentcolumn a.contentbox:hover img,
.cityouter .cityitem a.city:hover img.mainimg,
.locationouter .locationitem a.location:hover img.mainimg {
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
} 
.contentboxouter .contentcolumn a.contentbox:hover .innerbox span {
  margin-left:18px;
}
.contentboxouter .contentcolumn .contentbox:hover .innerbox span:before {
	opacity:1;
}
.locationouter .locationitem a.location {
  height:225px;
}
.locationouter .locationitem a.location .imagebox {
  height:225px;
  width:300px;
  position:absolute;
  top:0;
  left:0;
}
.locationouter .locationitem a.location {
  padding:30px 30px 30px 330px;
}
.locationouter .locationitem a.location .date { 
  color:#5a5a5a;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing: 1px;
  line-height:1;
  font-family: 'Roboto Condensed', sans-serif;
  margin:0 0 5px 0;
}
.locationouter .locationitem a.location .badge.comingsoon { 
  position:absolute;
  top:0;
  left:0;
  background:#a94442;
  color:#fff;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing: 1px;
  line-height:1;
  padding:4px 7px 3px 7px;
  font-family: 'Roboto Condensed', sans-serif;
}
.locationouter .locationitem a.location h2 {
	margin: 0 0 8px 0;
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.locationouter .locationitem a.location p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  margin: 0 0 27px 0;
}
.locationouter .locationitem a.location:hover span.btn {
  text-decoration:none;
	color: #fff;
	background: #af8553;
  padding-left:30px;
  background: -moz-linear-gradient(top,  rgba(175,133,83,1) 0%, rgba(175,133,83,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(175,133,83,1) 0%,rgba(175,133,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(175,133,83,1) 0%,rgba(175,133,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8553', endColorstr='#af8553',GradientType=0 ); /* IE6-9 */
}
.locationouter .locationitem a.location span.btn {
  position:relative;
}
.locationouter .locationitem a.location span:before {
	content: "";
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	left: 0;
	top: 50%;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	margin: -3px 0 0 0;
}
.locationouter .locationitem a.location:hover span:before {
	opacity: 1;
	left: 10px;
}
.gallery {
	margin-left:-10px;
	margin-right:-10px;
  margin-bottom:40px;
  margin-top:60px;
}
.article-content div.gallery:first-child {
  margin-top:0px;  
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
  clear:both;
}
.gallery .gallery-item {
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin:0 0 20px 0;
	position:relative;
}
.gallery .gallery-item a:after {
	font-family:FontAwesome;
	content:"\f002";
	color:#fff;
	font-size:16px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	background:#af8553;
  opacity:0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gallery .gallery-item:hover a:after {
	opacity:1;
  filter: alpha(opacity=100);
}
.gallery .gallery-item img {
	transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gallery .gallery-item:hover img {
	opacity:0.5;
  filter: alpha(opacity=50);
}
.gallery.gallery-columns-6 .gallery-item {
	width:16.6667%;
}
.gallery.gallery-columns-5 .gallery-item {
	width:20%;
}
.gallery.gallery-columns-4 .gallery-item {
	width:25%;
}
.gallery.gallery-columns-3 .gallery-item {
	width:33.3333%;
}
.gallery.gallery-columns-2 .gallery-item {
	width:50%;
}
.gallery.gallery-columns-1 .gallery-item {
	width:100%;
}
.gallery .gallery-item .gallery-icon {
	background:#fff;
	padding:5px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.05);
	text-align:center;
}
#pagination {
	margin:40px 0 0 0;
}
#pagination span,
#pagination a {
	width:50px;
	line-height:50px;
	text-align:center;
	display:inline-block;
	margin:0 5px 5px 0;
	text-decoration:none;
	background:#ddd;
	color:#333333;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius:50%;
}
#pagination a:hover {
	background: #ccc;
  color:#333333;
}
#pagination span.current {
	background: #333;
	color: #fff;
}
.filterouter {
  position:relative;
  margin: 0 0 30px 0;
  background: #f3f3f3;
  padding: 10px 10px 7px 10px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}
.filterouter::before, .filterouter::after {
	content: " ";
	display: table;
}
.filterouter::after {
	clear: both;
}
.filterouter ul {
  list-style:none;
  padding:0 210px 0 0;
  margin:0;
  float:left;
  width:100%;
}
.filterouter input {
  position:absolute;
  top:10px;
  right:10px;
  width:200px;
  background: #fff url('../img/search-icon.png') no-repeat 10px center;
  background-size:17px 17px;
  padding-left:35px;
}
.filterouter ul.filters li {
  float:left;
  margin:0 3px 3px 0;
}
.filterouter ul.filters li span {
  background:#ddd;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor:pointer;
  height:40px;
  line-height:40px;
  display:inline-block;
  padding:0 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.filterouter ul.filters li span:hover {
  background:#ccc;
}
.filterouter ul.filters li span.active,
.filterouter ul.filters li span.active:hover {
  background:#333;
  color:#fff;
  cursor:default;
}
.filterouter span.list-view,
.filterouter span.map-view {
  background-color:#ddd;
  background-position:10px 14px;
  background-repeat:no-repeat;
  background-size:11px 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor:pointer;
  height:40px;
  line-height:40px;
  display:inline-block;
  padding:0 12px 0 29px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float:left;
  margin:0 3px 3px 0;
}
.filterouter span.list-view {
  background-image:url('../img/listview.png');
}
.filterouter span.map-view {
  background-image:url('../img/mapview.png');
}
.filterouter span.list-view:hover,
.filterouter span.map-view:hover {
  background-color:#ccc;
}
.filterouter span.list-view.active,
.filterouter span.list-view.active:hover,
.filterouter span.map-view.active,
.filterouter span.map-view.active:hover {
  background-color:#333;
  color:#fff;
  cursor:default;
}
.filterouter span.list-view.active {
  background-image:url('../img/listview-active.png');
}
.filterouter span.map-view.active {
  background-image:url('../img/mapview-active.png');
}
.filterouter ul.filters > li > ul {
  display:none;
  padding:0;
}
.filterouter ul.filters > li.hidepar {
  display:none;
}
.filterouter ul.filters > li.activepar.hidepar {
  display:inline;
  margin:0;
}
.filterouter ul.filters > li.activepar.hidepar > ul {
  display:inline;
}
.filterouter ul.filters > li.activepar.hidepar .continent {
  display:none;
}
.filterouter #sel-cat {
  display:none;
}
.filterouter .selectouter {
  float:left;
  position:relative;
  display:flex;
  border-right:1px solid #ddd;
  padding:0 15px;
}
.filterouter .selectouter.first {
  padding-left:0;
}
.filterouter .selectouter.last {
  border-right:none;
}
.filterouter .selectouter label {
  padding-right:10px;
  height:40px;
  line-height:40px;
}
.filterouter .selectouter select {
  max-width:220px;
}
.sharecontainer {
  float:right;
}
.sharecontainer .sharetitle {
  float:left;
  height:40px;
  line-height:40px;
  margin-right:10px;
}
.sharecontainer .shariff {
  float:left;
  clear:none;
  height:40px;
  overflow:hidden;
}
.sharecontainer .shariff ul.shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li.shariff-button {
  margin: 7px 5px 3px 0 !important;
}
.cityouter,
.locationouter {
  margin:0 -15px;
  display: flex;
  flex-wrap: wrap;
}
body.home .cityouter {
  justify-content: center;
}
.cityouter .cityitem {
  width: 50%;
  max-width: 50%;
  padding: 0 15px;
  flex-grow: 1;
  display:flex;
  float:left;
}
.locationouter .locationitem {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  flex-grow: 1;
  display:flex;
  float:left;
}
.locationouter .meetingroomitem,
.cityouter.eventsouter .cityitem.eventitem {
  width: 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
  flex-grow: 1;
  display:flex;
  float:left;
}
.cityouter.eventsouter .cityitem.eventitem a.city .innerbox {
	padding: 26px 60px 27px 30px;
  margin:0 0 53px 0;
  min-height:150px;
}
.cityouter.eventsouter .cityitem.eventitem a.city .zip {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  margin:0;
  font-size:14px;
  width:100%;
  padding:15px 30px 15px 45px;
  bottom:0;
  left:0;
  position:absolute;
  border-top:1px solid #e3e3e3;
	background: url('../img/location-icon.png') no-repeat;
  background-size:9px 15px;
  background-position:30px 18px;
}
.cityouter.eventsouter .cityitem.eventitem a.city .time {
	color: #af8553;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  margin:0;
}
.locationouter .meetingroomitem a.location {
	display: block;
	background: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	margin: 0 0 30px 0;
	width: 100%;
	position: relative;
}
.locationouter .meetingroomitem a.location:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.locationouter .meetingroomitem a.location .imagebox {
  position:relative;
  overflow: hidden;
}
.locationouter .meetingroomitem a.location .imagebox img {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.locationouter .meetingroomitem a.location:hover .imagebox img {
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.locationouter .meetingroomitem a.location .imagebox .priceouter {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  padding:40px 20px 15px 20px;
  text-align:right;
  color:#fff;
  line-height:1;
  font-size:12px;
}
.locationouter .meetingroomitem a.location .imagebox .priceouter b {
  font-size:30px;
}
.locationouter .meetingroomitem a.location .imagebox .guestsouter {
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	padding: 4px 7px 3px 7px;
	font-family: 'Roboto Condensed',sans-serif;
}
.locationouter .meetingroomitem a.location .textouter {
  padding:27px 45px 25px 20px;
  position:relative;
}
.locationouter .meetingroomitem a.location .textouter::before {
	content: "";
	border: solid #af8553;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 50%;
	right: 35px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	margin: -6px 0 0 0;
}
.locationouter .meetingroomitem a.location:hover .textouter::before {
	opacity: 1;
	right: 20px;
}
.locationouter .meetingroomitem a.location .textouter h2 {
  font-size: 18px;
  line-height: 1.3;
  font-weight:bold;
  margin:0 0 3px 0;
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.locationouter .meetingroomitem a.location .textouter .zip {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.home .cityouter .cityitem,
.cityouter .cityitem.cityitemmeeting {
  width: 33.3333%;
  max-width: 33.3333%;
}
.cityouter .cityitem.cityitemmeeting a.city,
.cityouter .cityitem.cityitemmeeting div.city {
  padding-left:90px;
}
.cityouter .cityitem.cityitemmeeting a.city .imageouter,
.cityouter .cityitem.cityitemmeeting div.city .imageouter {
  position:absolute;
  width:90px;
  height:90px;
  overflow:hidden;
  top:0;
  left:0;
}
.cityouter .cityitem.cityitemmeeting a.city .innerbox,
.cityouter .cityitem.cityitemmeeting div.city .innerbox {
	padding: 23px 20px 20px 20px;
}
.cityouter .cityitem.cityitemmeeting a.city .innerbox .countryflag {
  position:absolute;
  top:26px;
  left:20px;
}
.cityouter .cityitem.cityitemmeeting a.city .innerbox .countryflag img {
  display:block;
}
.cityouter .cityitem.cityitemmeeting a.city .innerbox h3,
.cityouter .cityitem.cityitemmeeting div.city .innerbox h3 {
	margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left:36px;
}
.cityouter .cityitem.cityitemmeeting div.city .innerbox h3,
.cityouter .cityitem.cityitemmeeting a.city .innerbox h3.nopadding {
  padding-left:0;
}
.cityouter .cityitem.cityitemmeeting a.city .innerbox::before {
	right: 35px;
}
.cityouter .cityitem.cityitemmeeting a.city:hover .innerbox::before {
	right: 20px;
}
.cityouter .cityitem.hide,
.cityouter .alert.hide { 
    display:none;
}
.cityouter .alert,
.locationouter .alert {
	padding: 115px 15px 116px 15px;
	width: calc(100% - 30px);
  margin:0 auto;
}
.outerpagenav {
  position: -webkit-sticky;
  position: sticky;
  top: 0; 
  z-index:1;
  background:#f8f8f8;
  width:100%;
  margin:0 -10px 30px -10px;
  width: calc(100% + 20px);
  padding:0 10px;
  list-style:none;
}
.outerpagenav .pagenavinner {
  position:relative;
  border-bottom:1px solid #ccc;
  width:100%;
}

.outerpagenav .scrollableouter {
  float:left;
  width: calc(100% - 200px);
  height:71px;
  overflow:hidden;
  overflow-x:auto;
  

			background:
				linear-gradient(90deg, #f8f8f8 0%, rgba(248,248,248,0)),
				linear-gradient(-90deg, #f8f8f8 0%, rgba(248,248,248,0)) 100% 0,
				radial-gradient(
					farthest-side at 0% 50%,
					rgba(0,0,0,.2),
					rgba(0,0,0,0)
				),
				radial-gradient(
					farthest-side at 100% 50%,
					rgba(0,0,0,.2),
					rgba(0,0,0,0)
				) 100% 0%;
			background-repeat: no-repeat;
			background-color: #f8f8f8;
			background-size: 100px 100%, 100px 100%, 14px 100%, 14px 100%;
			background-attachment: local, local, scroll, scroll;
  
}
.outerpagenav ul#scrollable {
  list-style:none;
  padding:0;
  margin:0;
  float:left;
  display:flex;  
}
.outerpagenav ul#scrollable li {
  display:inline-block;
  margin:0 20px 0 0;
  position:relative;
  float:left;
  white-space:nowrap;
}
.outerpagenav ul#scrollable li::after {
  content:"";
  font-weight:normal;
  width:2px;
  height:2px;
  background:#666;
  position:absolute;
  right:-11px;
  top:34px;
  border-radius:50%;
}
.outerpagenav ul#scrollable li:last-child::after {
  display:none;
}
.outerpagenav ul#scrollable li a {
	color: rgba(17,17,17,0.8);
	padding: 25px 0;
	display: block;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
}
.outerpagenav ul#scrollable li a:hover,
.outerpagenav ul#scrollable li a:active {
	color: rgba(17,17,17,1);
}
.outerpagenav ul#scrollable li.current a {
	font-weight:bold;
  color: rgba(17,17,17,1);
}
.outerpagenav .pagenavinner .sharecontainer {
  margin-top:16px;
  max-width:200px;  
}
.formouter {
  position: -webkit-sticky;
  position: sticky;
  top: 30px; 
  padding:30px; 
  z-index:10;
  background:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin:0 0 30px 0;
  width: 100%;
}
.formouter.notfixed {
  position: relative;
  top: inherit; 
}
.formouter strong.title {
  color:#111111;
  margin:0 0 5px 0;
  line-height:1.3;
  font-weight:bold;
  font-size:18px;
  display:block;
}
.formouter .placemove {
  position:relative;
}
.formouter .placemove .floating-label {
  position:absolute;
  top:10px;
  left:11px;
  font-size:14px;
  transition: 0.2s ease all;
  pointer-events: none;
  color:#919191; 
}
.formouter .placemove.moreright .floating-label {
  left:53px;
}
.formouter .placemove.moreselect .floating-label {
  opacity:0;
}
.formouter .placemove input:focus + .floating-label,
.formouter .placemove input:not(:placeholder-shown) + .floating-label,
.formouter .placemove textarea:focus + .floating-label,
.formouter .placemove textarea:not(:placeholder-shown) + .floating-label,
.formouter .placemove.opened .floating-label {
  opacity:1;
  font-size: 11px;
  background:#fff;
  top: -7px;
  left: 6px;
  padding: 0 5px;
  z-index:2; 
}  
.formouter select,
.formouter input,
.formouter textarea {
  margin:0 0 10px 0;
}
.formouter .locationchoose {
	position: relative;
}
.formouter .locationchoose::after {
	width: 9px;
	height: 14px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 11px;
	background: url("../img/location-icon.png") no-repeat;
	background-size: cover;
	content: "";
}
.formouter .locationchoose select {
	padding-left:22px;
}
.formouter label.privacycheck {
  font-weight:normal;
  position:relative;
  font-size:11px;
  text-align:left;
  font-family: "Roboto Condensed",sans-serif;
  line-height: 1.3;
  padding:10px 10px 10px 30px;
  margin:0 0 10px 0;
  border:1px solid #ccc;
  background:#f8f8f8;
  display:block;
  text-transform:none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.formouter label.privacycheck input {
  position:absolute;
  top:11px;
  left:10px;
  margin:0;
}
.formouter label.privacycheck.error {
  border: 1px solid #a94442 !important;
}
.formouter label.privacycheck.error input.error {
  border: 1px solid #a94442 !important;
}
.formouter input[type="submit"] {
  width:100%;
  padding:0;
}
.formouter .phone {
  text-align: center;
  margin: 5px 0 0 0;
  font-size: 14px;
}
.formouter .phone a {
  text-decoration:none;
  position:relative;
  padding-left:17px;
}
.formouter .phone a::before {
  position:absolute;
  top:2px;
  left:5px;
  width:9px;
  height:12px;
  background:url('../img/phone-icon.png') no-repeat;
  background-size:9px 12px;
  content:"";
}
.formouter .phone a:hover {
  text-decoration:underline;
  color:#af8553;
}
.formouter .contactbox {
  line-height:1.2;
  font-size:14px;
  margin:10px 0 0 0;
  position:relative;
  padding: 7px 0 0 60px;
  height: 50px;
}
.formouter .contactbox img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius:50%;
}
.hidden {
	display: none !important;
}
.alert {
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.alert p {
  line-height: 1.4;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
  text-align:center;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.formouter .ajax_msgs .alert {
  margin:0 0 10px 0;
  text-align: center;
}
.formouter .ajax_msgs p,
.heroouter.comingsoonhero .formouter .ajax_msgs p {
  margin:0;
  margin: 0;
	line-height: 1.4;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.mobileformlink {
  display:none;
}
.locationtab {
  position:relative;
  min-height:510px;
}
.locationtab #map {
  width: 100%;
  height: 480px;
  /*opacity:0;*/
  position:absolute;
  top:0;
  left:0;
  margin:0 0 30px 0;
  z-index:1;
}
.locationtab .locationouter {
  position:relative;
  z-index:2;
}
.singlebox {
  background:#fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin:0 0 30px 0;
}
.singlebox iframe {
	margin:20px 0;
}
.singlebox .coworkicons span {
  display:block;
  position:relative;
  padding-left:30px;
  margin-bottom:10px;
}
.singlebox .coworkicons span img {
  position:absolute;
  width:20px;
  height:20px;
  top:3px;
  left:0;
  overflow:hidden;
}
.singlebox .outerpagenav {
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
}
.singlebox .outerpagenav .scrollableouter {
  background:
  	linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0)),
  	linear-gradient(-90deg, #ffffff 0%, rgba(255,255,255,0)) 100% 0,
  	radial-gradient(
  		farthest-side at 0% 50%,
  		rgba(0,0,0,.2),
  		rgba(0,0,0,0)
  	),
  	radial-gradient(
  		farthest-side at 100% 50%,
  		rgba(0,0,0,.2),
  		rgba(0,0,0,0)
  	) 100% 0%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100px 100%, 100px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
  width: calc(100% - 220px);  
}
.singlebox .outerpagenav ul#scrollable {
	padding: 0 10px 0 30px;
}
.singlebox .outerpagenav .pagenavinner .sharecontainer {
	margin-right: 25px;
}
.singlebox .detailicons {
  margin:0 -15px;
}
.singlebox .detailicons .detailicon {
  padding:0 15px;
  float:left;
  width:25%;
}
.singlebox .detailicons .detailicon .detailiconinner {
  padding:10px 0 0 70px;
  position:relative;
  line-height:1.2;
  margin:0 0 15px 0;
}
.singlebox .detailicons .detailicon .detailiconinner img {
  top:0;
  left:0;
  position:absolute;
}
.singlebox .detailicons .detailicon .detailiconinner strong {
  display:block;
  color:#111;
  font-size:20px;
}
.singlebox .detailicons .detailicon .detailiconinner span {
  display:block;
  font-size:14px;
  color:#5a5a5a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.singleimageouter .bigimg {
  width:calc(75% - 5px);
  float:left;
  border-right:1px solid #ccc;
  height:510px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor:pointer;
}
.singleimageouter .bigimg.row-one {
	width: 100%;
	border-right: none;
}
.singleimageouter .bigimg.row-two,
.singleimageouter .bigimg.row-three {
	width: 50%;
}
.singleimageouter .smallouter {
  width:calc(25% + 5px);
  float:left;
  height: 510px;
  overflow:hidden;
}
.singleimageouter .smallouter.row-two,
.singleimageouter .smallouter.row-three {
	width: 50%;
}
.singleimageouter .smallouter .smallimg {
  width:100%;
  height:33.3333%;
  border-bottom:1px solid #ccc;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor:pointer;
}
.singleimageouter .smallouter.row-two .smallimg {
	width: 100%;
	height: 100%;
	border-bottom: none;
}
.singleimageouter .smallouter.row-three .smallimg {
	height: 50%;
}
.singleimageouter .smallouter.row-three .smallimg:last-child {
	border-bottom:none;
}
.singleimageouter .smallouter .smallimg.lastimg {
  height:33.3334%;
  border-bottom:none;
  background:#111;
  position: relative;
}
.singleimageouter .imageouter {
	height: 100%;
  overflow:hidden;
	width: 100%;
}
.singleimageouter .imageouter img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
} 
.singleimageouter .smallouter .smallimg:hover img,
.singleimageouter .bigimg:hover img {
	-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
} 
.singleimageouter .smallouter .smallimg.lastimg img {
  opacity:0.3;
}
.singleimageouter .smallouter .smallimg.lastimg .overlayimg {
  position:absolute;
  top:50%;
  left:50%;
  z-index:2;
  color:#fff;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background:url('../img/camera.png') no-repeat center top;
  background-size:48px 32px;
  padding:37px 0 0 0;
  min-width:48px;
  text-align:center;
}
.divider_line .divider_inner {
  display:blocK;
}
.seocontent h2 {
  font-size:24px;
}
.seocontent p {
  font-size:14px;
}
.seocontent h3 {
  margin-top:30px;
  font-size:16px;
}
html.detailopened {
 max-width:100%;
 max-height:100%;
 overflow:hidden;
}
html.detailopened body {
	overflow:hidden;
  background:#fff;
}
.singleimgoverlay {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#fff;
  z-index: 10000;
  display:none;
  overflow-y: auto;
}
.kingcomposer .wrap .singleimgoverlay .container {
  padding: 60px;
  max-width: 100%;
}
.singleimgoverlay .box-left {
  width:75%;
  padding-right:60px;
  float:left;
}
.singleimgoverlay .box-left .imgsinglebig .slick-arrow {
  position:absolute;
  top:0;
  left:0;
  width:40px;
  height:100%;
  background:#fff;
  border:none;
  outline:0;
  box-shadow:none;
  text-shadow:none;
  cursor:pointer;
  font-size:20px;
  color:#666;
  z-index:10;
  padding:0;
}
.singleimgoverlay .box-left .imgsinglebig .slick-arrow.slick-next {
  left:inherit;
  right:0;
}
.singleimgoverlay .box-left .imgsinglebig .slick-arrow:hover {
  color:#111;
}
.singleimgoverlay .box-left .imgsinglebig .slick-track{
  display: flex;
}
.singleimgoverlay .box-left .imgsinglebig .slick-slide{
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
.singleimgoverlay .box-left .imgsinglebig .itembig {
  padding:0 60px;
  text-align:center; 
  width:100%; 
  position:relative;
}
.singleimgoverlay .box-left .imgsinglebig .itembig img {
  display:inline-block;
  max-height: calc(100vh - 120px);
  height: auto;
  width: auto;
  max-width: 100%;
}
.singleimgoverlay .box-right {
  width:25%;
  float:left;
  padding-top:60px;
}
.singleimgoverlay .overlayclose {
  position: absolute;
  top: 10px;
  right: 10px;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  cursor:pointer;
  color:#666;
  font-size:20px;
}
.singleimgoverlay .overlayclose:hover {
  color:#111;
}
.singleimgoverlay .box-right .imgsinglesmall::before {
  content:"";
  height:100%;
  width:50px;
  top:0;
  left:0;
  position:absolute;
  z-index:10;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.singleimgoverlay .box-right .imgsinglesmall::after {
  content:"";
  height:100%;
  width:50px;
  top:0;
  right:0;
  position:absolute;
  z-index:10;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.singleimgoverlay .box-right .imgsinglesmall .itemsmall {
  padding:0 3px;
}
.singleimgoverlay .box-right .imgsinglesmall .itemsmall img {
  cursor:pointer;
}
.singleimgoverlay .slick-center img {
  border: 2px solid #111;
}
.singleimgoverlay .imgs-count{
  margin-top: 40px;
  font-weight: bold;
}
.otherlocationouter {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
.otherlocationouter .otherlocationitem {
	width: 50%;
	max-width: 50%;
	padding: 0 15px;
	flex-grow: 1;
	display: flex;
	float: left;
}
.otherlocationouter .otherlocationitem a {
	display: block;
	background: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	margin: 0 0 30px 0;
	width: 100%;
	position: relative;
  height: 140px;
  padding: 30px 60px 30px 217px;
}
.otherlocationouter .otherlocationitem a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.otherlocationouter .otherlocationitem.leftother a {
  padding: 30px 217px 30px 30px;
  text-align:right;
}
.otherlocationouter .otherlocationitem a .imagebox {
	height: 140px;
	width: 187px;
	position: absolute;
	top: 0;
	left: 0;
}
.otherlocationouter .otherlocationitem.leftother a .imagebox {
	left: inherit;
  right:0;
}
.otherlocationouter .otherlocationitem a .imageouter {
	overflow: hidden;
	height: 100%;
	width: 100%;
	text-align: center;
}
.otherlocationouter .otherlocationitem a .imageouter img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.otherlocationouter .otherlocationitem a:hover .imageouter img {
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.otherlocationouter .otherlocationitem a .date {
	color: #5a5a5a;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 17px 0 5px 0;
}
.otherlocationouter .otherlocationitem a h3 {
	margin: 0;
  font-size: 24px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
.otherlocationouter .otherlocationitem a::before {
	content: "";
	border: solid #af8553;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 50%;
	right: 45px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	margin: -6px 0 0 0;
}
.otherlocationouter .otherlocationitem a:hover::before {
	opacity: 1;
	right: 30px;
}
.gm-style .gm-style-iw-c {
	border-radius: 0px !important;
	padding: 15px !important;
}
.gm-style .gm-style-iw-c .markerouter {
  position:relative;
  height:70px;
  padding:7px 0 0 80px; 
  display:block;
  text-decoration:none;
  overflow:hidden; 
}
.gm-style .gm-style-iw-c .markerouter img {
  position:absolute;
  top:0;
  left:0; 
}
.gm-style .gm-style-iw-c .markerouter .markerzip {
	color: #5a5a5a;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 2px 0;
  white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.gm-style .gm-style-iw-c .markerouter .markertitle {
	margin: 0 0 12px 0;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
  font-weight: 500;
  color: #111111;
}
.gm-style .gm-style-iw-c .markerouter .markerlink {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
  color:#af8553;
  white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.gm-style .gm-style-iw-c .markerouter .markerlink::before {
	content: "";
	border: solid #7c5e3b;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 4px;
	left: -10px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.gm-style .gm-style-iw-c .markerouter:hover .markerlink {
	padding-left: 10px;
}
.gm-style .gm-style-iw-c .markerouter:hover .markerlink::before {
	opacity: 1;
  left: 0px;
}
.footer {
  background: #f3f3f3;
  padding: 60px 0;
  border-top: 1px solid #dcdcdc;
  margin-top:60px;
}
.footer .footerleft {
  float:left;
  width:38%;
  line-height:38px;
  color:#5a5a5a;
}
.footer .socialouter {
  float:left;
  width:24%;
  height: 38px;
  text-align:center;
}
.footer .socialouter a {
  background: #333;
  padding:10px;
  border-radius:50%;
  display:inline-block;
  color:#5a5a5a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .socialouter a:hover {
  background: #111;
}
.footer .socialouter a img {
  width:18px;
  height:18px;
  display:block;
}
.footer .footerbottommenu {
  float:left;
  width:38%;
  text-align:right;
  line-height:38px;
}
.footer .footerbottommenu span {
  margin:0 5px;
}
.footer .footerbottommenu a {
  text-decoration:none;
  color:#5a5a5a;
}
.footer .footerbottommenu a:hover {
  text-decoration:underline;
}
/*
.footerbottom {
  background: #e3e3e3;
  padding: 30px 0;  
} */
.footerbottom {
  background: #111;
  padding: 30px 0;  
}
.kc_image_gallery {
	margin:0 -8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width:auto !important;
}
.kc_image_gallery.kc-grid .item-grid.grid-3 {
	width: 33.3333% !important;
}
.kc_image_gallery.kc-grid .item-grid.grid-6,
.kc_image_gallery.kc-grid .item-grid.grid-3 {
	padding:0 8px;
  margin-top:16px;
  display:flex;
}
.kc_image_gallery.kc-grid .item-grid.grid-6 a,
.kc_image_gallery.kc-grid .item-grid.grid-3 a {
	border:5px solid #fff;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.05);
  position:relative;
  display:block;
  width:100%;
}
.pp_pic_holder a {
  text-decoration:none;
}
body.page-id-3685 .formouter {
	background: none;
	box-shadow: none;
	padding-left:0;
  padding-right:0;
}
body.page-id-3685 .formouter .phone {
	display:none;
}
.jobsouter {
  box-shadow: none;
  padding: 0;  
}
h1.pagetitle {
  margin-top:0;
}
.row.rowpress .col-md-9 {
  padding-right:45px;
}
.row.rowpress .col-md-9 .releases {
	margin: 30px 0 0 0;
  border-top:1px solid #ccc;
}
.row.rowpress .col-md-9 .catlinks {
	color: #5a5a5a;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	margin: 35px 0 38px 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position:relative;
}
.row.rowpress .col-md-9 .catlinks .sharecontainer {
	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	position: absolute;
	right: -5px;
	top: 7px;
}
.row.rowpress .col-md-9 .catlinks a.pdflink {
	text-decoration: none;
  background:url('../img/pdf.png') no-repeat left center;
  background-size:12px 16px;
  padding-left:20px;
}
.row.rowpress .col-md-9 .catlinks a.pdflink:hover {
	text-decoration: underline;
}
.articleouter {
	background: #ffffff;
	padding: 60px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin:0;
}
.row.rowpress .col-md-9 .releases a.pressbox {
	display: block;
	border-bottom:1px solid #ccc;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
	width: 100%;
	position: relative;
  padding: 30px 55px 30px 0px;
}
.row.rowpress .col-md-9 .releases a.pressbox::before {
	content: "";
	border: solid #af8553;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 50%;
	right: 30px;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	margin: -6px 0 0 0;
}
.row.rowpress .col-md-9 .releases a.pressbox:hover {
	padding-left:15px;
  padding-right:40px;
  background:#fef9f3;
}
.row.rowpress .col-md-9 .releases a.pressbox:hover::before {
	opacity: 1;
	right: 15px;
}
.row.rowpress .col-md-9 .releases a.pressbox .date {
	color: #5a5a5a;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 5px 0 5px 0;
}
.row.rowpress .col-md-9 .releases a.pressbox .date .sep,
.row.rowpress .col-md-9 .catlinks .sep {
	margin: 0 5px;
}
.row.rowpress .col-md-9 .releases a.pressbox .date .pdflink {
	color:#af8553;
  cursor:pointer;
  background:url('../img/pdf.png') no-repeat left center;
  background-size:12px 16px;
  padding-left:20px;
}
.row.rowpress .col-md-9 .releases a.pressbox .date .pdflink:hover {
	color:#7c5e3b;
  text-decoration:underline;
}
.row.rowpress .col-md-9 .releases a.pressbox h2 {
	margin: 0;
	font-size: 24px;
}
.row.rowpress .col-md-9 .releases a.pressbox.pressboxlinks {
  padding-right: 55px;
  padding-left:110px;
}
.row.rowpress .col-md-9 .releases a.pressbox.pressboxlinks:hover {
	padding-left:125px;
  padding-right:40px;
}
.row.rowpress .col-md-9 .releases a.pressbox.pressboxlinks .imageouter {
  position:absolute;
  top:50%;
  left:0;
  width:100px;
  height:100px;
  -webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  margin-top:-50px;
}
.row.rowpress .col-md-9 .releases a.pressbox.pressboxlinks:hover .imageouter {
  left:15px;
}
.row.rowpress .col-md-9 .releases a.pressbox.pressboxlinks h2 {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.row.rowpress .col-md-9 .releases a.pressbox.pressboxlinks p {
  margin:0 0 5px 0;
  color:#333333;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.row.rowpress .col-md-9 .releases a.pressbox.pressboxlinks .link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  display:block;
}
.row.rowpress .col-md-3 {
  position: sticky;
  top: 30px;
}
.row.rowpress .col-md-3 .pressidebar {
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	margin: 0 0 30px 0;
	width: 100%;
}
.row.rowpress .col-md-3 .pressidebar strong.title {
	color: #111;
	margin: 0 0 20px 0;
	line-height: 1.3;
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.termssub,
#pressmenu {
  margin:0;
  padding:0;
  list-style:none;
}
.termssub li,
#pressmenu li {
	margin: 0 0 5px 0;
}
.termssub li:last-child,
#pressmenu li:last-child {
	margin: 0;
}
.termssub li a,
#pressmenu li a {
	color: #333;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	display: block;
  padding:0 15px 0 0;
}
.termssub li a::before,
#pressmenu li a::before {
	content: "";
	border: solid #af8553;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 9px;
	left: -18px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 2;
}
.termssub li a:hover,
#pressmenu li a:hover {
	color: #af8553;
  padding:0 0 0 15px;
}
.termssub li a:hover::before,
#pressmenu li a:hover::before {
	opacity: 1;
	left: -3px;
}
#pressmenu li.current-menu-item a {
  font-weight:bold;
}
.detailsection .featuretable {
  font-family: 'Roboto Condensed',sans-serif;
  font-size:16px;
  text-transform:uppercase;
  line-height:1.2;
  border-top:1px solid #eee;
}
.detailsection .featuretable .pseudotableline {
  padding:20px 25px;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  margin:0 0 -1px 0;
  background:#f8f8f8;
}
.detailsection .featuretable .pseudotableline .star {
  color:#999;
}
.detailsection .featuretable .pseudotableline i {
  color:#af8553;
}
.detailsection .featuretable .pseudotableline:nth-child(2n+1) {
  background:#fff;
}
.detailsection .featuretable .pseudotableline:first-child {
  border-top:none;
}
.detailsection .featuretable .pseudotableline .col-sm-4 {
  text-align:right;
  font-weight:bold;
  text-transform:none;
}
.locationmeetinginfo {
  padding:20px 20px 20px 130px;
  border:1px solid #eee;
  margin:0 0 15px 0;
  background:#f8f8f8;
  position:relative;
}
.locationmeetinginfo img {
  position:absolute;
  top:20px;
  left:20px;
  border-radius:50%;
}
.locationmeetinginfo .meetinginfocontent {
  height:90px;
  padding:10px 0 0 0;
}
.locationmeetinginfo .date {
	color: #5a5a5a;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
} 
.locationmeetinginfo h3 {
	margin: 0 0 15px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height:1;
  white-space: nowrap;
}
.locationmeetinginfo a {
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	display: inline-block;
  padding:0 15px 0 0;
  text-decoration:none;
}
.locationmeetinginfo a::before {
	content: "";
	border: solid #af8553;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 9px;
	left: -18px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 2;
} 
.locationmeetinginfo a:hover {
  padding:0 0 0 15px;
}
.locationmeetinginfo a:hover::before {
	opacity: 1;
	left: -3px;
}
.timelineouter {
  position:relative;
  overflow: hidden;
}
.timelineouter .startenddescouter {
	text-align:center;
}
.timelineouter .startenddesc {
	position: relative;
	background: #333;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	padding: 4px 7px 3px 7px;
	font-family: 'Roboto Condensed',sans-serif;
  display:inline-block;
}
.timelineouter .startenddesc:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #333333;
	border-width: 5px;
	margin-left: -5px;
}
.timelineouter .startenddesc.last {
	font-size: 20px;
  padding: 7px 20px;
  letter-spacing:2px;
}
.timelineouter .startenddesc.last::after {
	top: -20px;
	border-width: 15px;
	margin-left: -15px;
}
.timeline {
  list-style: none;
  padding: 20px 0;
  position: relative;
  margin:10px 0 20px 0;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: rgba(0,0,0,0.2);
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: -51px;
  position: relative;
}
.timeline > li:last-child {
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  background:#fff;
  padding: 30px 30px 30px 110px;
  position: relative;
  border:1px solid rgba(0,0,0,0.1);
  text-align:right;
  color:#000;
  position:relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.timeline > li > .timeline-panel:before,
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 50%;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid rgba(0,0,0,0.1);
  border-right: 0 solid rgba(0,0,0,0.1);
  border-bottom: 15px solid transparent;
  content: " ";
  -webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.timeline > li > .timeline-panel:after {
  right: -14px;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  border: 5px solid #af8553;
  border-radius:50%;
  background-color: #fff;
  -webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.timeline > li:nth-child(even) > .timeline-panel {
  float: right;
  text-align:left;
  padding: 30px 110px 30px 30px;
}
.timeline > li:nth-child(even) > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li:nth-child(even) > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li > .timeline-panel img {
  position:absolute;
  left:25px;
  top:50%;
  width: 60px;
  height: 60px;
  margin-top:-30px;
}
.timeline > li:nth-child(even) > .timeline-panel img {
  right:25px;
  left:inherit;
}
.timeline > li > .timeline-panel h3 {
  margin:0 0 5px 0;
}
.timeline > li > .timeline-panel p {
  margin-bottom: 0;
  color:#333333;
  line-height:1.3;
}
#main .kc_accordion_section.group {
	margin-bottom: 10px;
  padding:0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
#main .kc_accordion_section.group .kc_accordion_header > a {
	padding: 30px;
}
#main .kc_accordion_header > span.ui-accordion-header-icon {
	margin: 37px 30px 0 0;
	color: #af8553;
}
#main .kc_accordion_content {
	color: #333333;
}
body.page-template-page-landing .container,
body.page-template-page-landing.kingcomposer.search .wrap .container,
body.page-template-page-landing.kingcomposer .kc-container {
	max-width: 1340px;
}
body.page-template-page-landing  .kingcomposer .wrap .container {
	max-width: 100%;
}
body.page-template-page-landing .footer {
  margin-top:0;
}
body.page-template-page-landing #landingtop .pricetext,
body.page-template-page-landing #landingtop .locationline {
  text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed',sans-serif;  
}
body.page-template-page-landing #landingtop .formouter strong.title,
body.page-template-page-landing #landingtop .formouter p {
	text-align:center;
}
body.page-template-page-landing #landingtop .mobileformlink {
	display:none !important;
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: calc(100% - 30px);
  background: white;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  max-width:600px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.modal-box .modalheader {
  padding: 20px;
  border-bottom: 1px solid #dae2e5;
}
.modal-box .modalheader a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 22px;
  font-weight:bold;
  right: 20px;
  text-decoration: none;
  color: #bbb;
}
.modal-box .modalheader a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.modal-box .modal-body {
  padding: 20px;
  font-size:15px;
  max-height:70vh;
  overflow-y:scroll;
}
.modal-box .modal-body .formouter {
	position: static;
	position: static;
	top: inherit;
	box-shadow: none;
	margin:0;
}
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
}
body.overbody {
  overflow:hidden;
}


body.page-id-3685 .mobileformlink {
	display: none !important;
}
.pressidebar ul.langswitch {
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  background:#fff;
  width:100%;
  height:40px;
  padding-top:40px;
}
.pressidebar ul.langswitch li {
  display:none;
  border:1px solid #ccc;
  margin-top:-1px;
}
.pressidebar ul.langswitch li.opened {
  display:block;
}
.pressidebar ul.langswitch li.current-lang {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  margin:0;
}
.pressidebar ul.langswitch li a {
  display:block;
  line-height:1;
  text-decoration:none;
  padding:0 10px;
  color:#333;
  font-size:14px;
  background:#f8f8f8;
  height:38px;
  line-height:38px;
}
.pressidebar ul.langswitch li a:hover {
  color:#111;
  background:#ffffff;
}
.pressidebar ul.langswitch li.current-lang a {
  background:#fff;
}
.pressidebar ul.langswitch:hover li.current-lang a,
.pressidebar ul.langswitch li.current-lang a:hover {
  color:#333;
  background-color:#f8f8f8;
}
.pressidebar ul.langswitch li.current-lang a {
	background:#f8f8f8 url('../img/select.png') no-repeat right center;
  background-size: 19px 6px;
}
.pressidebar ul.langswitch li a img {
  float:left;
  margin:13px 5px 0 0;
}
/*Event BANNER*/
.eventbanner {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:30px 0 30px 110px;
	background:#111;
	z-index:1001;
	opacity:0.9;
	color:#fff;
}
.eventbanner .closebtn {
	position:absolute;
	top:-15px;
	right:30px;
	cursor:pointer;
	width:30px;
	height:30px;
	line-height:30px;
	background:#fff;
	border-radius:50%;
	text-align:center;
	color:#000;
}
.eventbanner img {
	position:absolute;
	top:50%;
	left:30px;
	transform: translate(0, -50%);
}
.eventbanner a.btn {
	position:absolute;
	top:50%;
	right:30px;
	transform: translate(0, -50%);
	padding: 0 30px;
	height:50px;
	line-height:50px;
}
.eventbanner .title {
	font-weight:bold;
	font-size:30px;
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.pricelinetable {
	background: #fff;
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.pricelinetable .pseudotableline {
	border-top:1px solid rgba(0,0,0,0.1);
	padding:20px;
}
.pricelinetable .pseudotableline:first-child {
	border-top:none;
}
.pricelinetable .pseudotableline b {
	display:block;
	font-size:18px;
	color:#111;
}
.pricelinetable .pseudotableline .col-sm-4 {
	color:#af8553;
	text-align:right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
}
.pricelinestar {
	padding:20px;
	margin:0 0 10px 0;
	font-style:italic;
	color:#5a5a5a;
}
.pricelinetable.businesscolthree .pseudotableline.first {
	height:100px;
}
.pricelinetable.businesscolthree .pseudotableline {
	height:140px;
	display: flex;
	justify-content: center;
	text-align:center;
}
.pricelinetable.businesscolthree.firstbox .pseudotableline {
	text-align:left;
}
.pricelinetable.businesscolthree .pseudotableline div {
	width:100%;
	display: flex;
	align-items: center;
}
.pricelinetable.businesscolthree .pseudotableline div div {
	width:100%;
	display: block;
}
.pricelinetable.businesscolthree .pseudotableline div b,
.pricelinetable.businesscolthree .pseudotableline div span {
	width:100%;
	display: block;
}
.pricelinetable.businesscolthree.firstbox .pseudotableline div span {
	font-size:14px;
	color:#888;
}
.pricelinetable.businesscolthree .pseudotableline div b.tabledesc {
	display: none;
}
.pricelinetable.businesscolthree .pseudotableline.first h3 {
	color:#af8553;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:normal;
	margin:0;
	font-size:20px;
}
@media (max-width: 1420px) {
	.footer .footerleft {
    width:100%;
    text-align:center;
    line-height:1;
  }
  .footer .socialouter {
    width:100%;
    margin:15px 0;
  }
  .footer .footerbottommenu {
    width:100%;
    text-align:center;
    line-height:1;
  }
}
@media (max-width: 1366px) {
  .container,
  .kingcomposer.search .wrap .container,
  .kingcomposer .kc-container,
  .kingcomposer .wrap .heroouter .herotext .container,
  .kingcomposer .wrap .singleimgoverlay .container  {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.kingcomposer section[data-kc-equalheight="true"] .kc-container {
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .kingcomposer.page-template-page-press .wrap .container,
  .kingcomposer.page-template-page-presssub .wrap .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .heroouter .herotext {
  	padding: 200px 0 25px 0;
  }
	.heroouter .herotext h1,
	.heroouter.herobusiness .herotext p,
	.heroouter.herobusiness .herotext ul.businessul  {
  	padding-right: 60px;
  }
  .heroouter.herobusiness .herotext h1  {
  	padding-right: 0px;
  }
  header .logoouter {
  	left: 30px;
  }
  body.home .cityouter .cityitem,
  .cityouter .cityitem.cityitemmeeting {
  	width: 50%;
  	max-width: 50%;
  }
  .kingcomposer .wrap .homeouter .hometext .container {
  	margin: 120px auto;
  }
  .locationouter .locationitem a.location {
  	height: 225px;
    padding: 30px 30px 30px 300px;
  }
  .locationouter .locationitem a.location .imagebox {
  	height: 225px;
  	width: 270px;
  }
  .filterouter ul.filters li span {
  	letter-spacing: 0px;
    font-size:13px;
    padding:0 10px;
  }
  .singleimageouter .bigimg,
  .singleimageouter .smallouter {
  	height: 450px;
  }
  .formouter {
  	padding: 30px 25px;
  }
  .heroouter.comingsoonhero .formouter p {
  	padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  header .headermenuouter ul li.locationmenulink a {
  	margin: 0 0 0 30px;
    padding-right: 11px;
  }
  header .headermenuouter ul li a,
  header .headermenuouter ul li.menu-item-has-children > a {
  	margin: 0 0 0 15px;
    letter-spacing:0.5px;
  }
  header .headermenuouter ul li ul {
  	left: 0;
  }
  header .headermenuouter ul li.btn {
  	margin: 0 0 0 3px;
  }
  header .headermenuouter ul li.btn a {
  	padding: 0 10px;
    letter-spacing:0.5px;
  } 
  .chooselocation .row {
  	margin: 0 120px;
  }
  .chooselocation .row .col-md-4 {
  	padding: 0 30px;
  }
  .filterouter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.single-coworking .filterouter {
  	display: block;
  	flex-wrap: inherit;
  	justify-content: inherit;
  }
  .filterouter ul.filters {
    display:none;
  }
  .filterouter input {
  	position: static;
  	top: inherit;
  	right: inherit;
  	width: calc(50% - 5px);
    display: inline-block;
    margin:0 0 5px 2px;
  }
  .filterouter #sel-cat {
  	display: inline-block;
    width: calc(50% - 5px);
    margin:0 2px 5px 0;
  }
  .filterouter.filteroutermeeting {
  	display: block;
  	flex-wrap: inherit;
  	justify-content: inherit;
  }
  .locationouter .locationitem a.location {
  	height: 249px;
  	padding: 30px 30px 30px 330px;
  }
  .locationouter .locationitem a.location .imagebox {
  	height: 249px;
  	width: 300px;
  }
  .locationouter .locationitem a.location p {
  	height: 69px;
  	-webkit-line-clamp: 3;
  }
  .mobileformlink {
    width:100%;
    bottom:-1px !important;
    top:inherit !important;
    left:0;
    position:fixed !important;
    z-index:1000;
    margin:0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding:15px 30px;
    background:#fff;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.05);
    cursor:pointer;
    display:block;
  }
  .mobileformlink .mobilehead {
  	color: #fff;
  	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position:relative;
    z-index:1;
    line-height: 60px;
    height: 60px;
    padding: 0px 0px 0px 0px;
    border-radius:10px;
    text-transform:uppercase;
  	font-size: 14px;
    letter-spacing:1px;
    text-decoration:none;
    border:1px solid #00695b;
    text-shadow: 0 1px 1px #055a4e;
    background: rgb(18,124,110); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(18,124,110,1) 0%, rgba(0,105,91,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(18,124,110,1) 0%,rgba(0,105,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(18,124,110,1) 0%,rgba(0,105,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127c6e', endColorstr='#00695b',GradientType=0 ); /* IE6-9 */
    outline:none;
    box-shadow:none;
    cursor:pointer;
    white-space: nowrap;
    width:100%;
    text-align:center;
  }
  .mobileformlink:hover .mobilehead {
    text-decoration:none;
  	color: #fff;
  	background: rgb(0,105,91); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,105,91,1) 0%, rgba(0,105,91,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,105,91,1) 0%,rgba(0,105,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,105,91,1) 0%,rgba(0,105,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00695b', endColorstr='#00695b',GradientType=0 ); /* IE6-9 */
  }
  .outerpagenav .pagenavinner {
  	width: calc(100% + 60px);
  	margin: 0 -30px;
  }
  .outerpagenav ul#scrollable li:first-child {
  	margin-left: 30px;
  }
  .outerpagenav .pagenavinner .sharecontainer {
  	margin-right: 25px;
  }
	.heroouter .herotext h1,
	.heroouter.herobusiness .herotext p,
	.heroouter.herobusiness .herotext ul.businessul   {
  	padding-right: 0px;
    width:100%;
  }
  .singlebox .outerpagenav .pagenavinner {
    width: 100%;
    margin: 0;
  }
  .singlebox .outerpagenav ul#scrollable li:first-child {
  	margin-left: 0;
  }
  .singlebox .detailicons .detailicon .detailiconinner {
  	padding: 5px 0 0 60px;
  }
  .singlebox .detailicons .detailicon .detailiconinner img {
  	width:50px;
    height:50px;
  }
  .otherlocationouter .otherlocationitem a {
    height: 120px;
    padding: 30px 60px 30px 177px;
  }
  .otherlocationouter .otherlocationitem a .imagebox {
  	height: 120px;
  	width: 147px;
  }
  .otherlocationouter .otherlocationitem a .date {
  	margin: 8px 0 5px 0;
  }
  .otherlocationouter .otherlocationitem a h3 {
  	font-size: 20px;
  }
	.eventbanner .title {
		font-size:24px;
	}
	.heroouter.herobusiness .herotext {
		padding: 60px 0;
	}
}
@media (max-width: 1140px) {
  header .headermenuouter ul li a,
  header .headermenuouter ul li.menu-item-has-children > a {
  	margin: 0 0 0 10px;
  }
  header .headermenuouter ul li ul {
  	left: -5px;
  }
  header .headermenuouter ul li a,
  header .headermenuouter ul li.btn a,
  header .headermenuouter ul li.menu-item-has-children > a {
    letter-spacing:0;
  }
  .chooselocation .row {
  	margin: 0 130px;
  }
  .chooselocation .row .col-md-4 {
  	padding: 0 20px;
  }
  .kingcomposer .wrap .homeouter .hometext .container {
  	margin: 100px auto;
  }
  .singlebox .detailicons {
  	margin: 0 -8px;
  }
  .singlebox .detailicons .detailicon {
    padding: 0 8px;
  }
  .singlebox .detailicons .detailicon .detailiconinner {
  	padding: 0 0 0 50px;
  }
  .singlebox .detailicons .detailicon .detailiconinner img {
  	width:40px;
    height:40px;
  }
  .heroouter.comingsoonhero .herotext .container .containerinner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .heroouter.comingsoonhero .formouter p {
  	padding: 0;
  }
}
@media (max-width: 999px) {
	.pricelinetable.businesscolthree .pseudotableline div b.tabledesc {
		display: block;
	}
	.pricelinetable.businesscolthree .pseudotableline {
	height: auto;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.pricelinetable.businesscolthree .pseudotableline b {
		display: block;
		font-size: 14px;
		color: #111;
	}
}
@media (max-width: 991px) {
  header,
  .wrap {
  	padding: 0;
  }
  header .container {
    width:100%;
  }
  header .logoouter {
  	position: relative;
  	top: inherit;
  	left: inherit;
    z-index:1;
  }
  header .headermenuouter ul li a {
    margin: 0 10px;
  }
  header .headerlinkouter {
    margin: 25px 0 0 0;
  }
  header .menutrigger {
  	display: block;
  }
  header .menutrigger div {
    position:relative;
    z-index:1;
  }
  html.opened {
   max-width:100%;
   max-height:100%;
   overflow:hidden;
  }
	html.opened body {
		overflow:hidden;
    background:#fff;
	}
  html.opened body header {
    height:100%;
    padding:0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	}
  html.opened body .wrap {
    opacity:0;
    filter: alpha(opacity=0);
  }
  body header .headermenuouter {
    background: #fff;
    height: 0;
    margin-left: -30px;
    margin-right: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    float:none;
    width:auto;
    padding:0;
  }
  html.opened body header .headermenuouter {
    height:calc(100vh - 87px);
    opacity:1;
    filter: alpha(opacity=100);
	}
	header ul#headermenu {
		overflow-y:scroll;
    height:100%;
		float: left;
		width: 100%;
		margin:0;   
    text-align:left;
    border-top:1px solid rgba(0,0,0,0.1); 
	}  
	header .headermenuouter ul li {
		float:none;
		display:block;
	}
	header .headermenuouter ul li a,
  header .headermenuouter ul li.menu-item-has-children > a {
		margin:0;
		padding:0 30px;
		border-bottom:1px solid rgba(0,0,0,0.1);
    height: 66px;
    line-height: 66px;
	}
  header .headermenuouter ul li.locationmenulink a,
  header .headermenuouter ul li.menu-item-has-children > a {
  	margin: 0;
  	padding:0 30px;
    cursor:pointer;
  }
  header .headermenuouter ul li.locationmenulink > a::after,
  header .headermenuouter ul li.locationmenulink > a.opened::after,
  header .headermenuouter ul li.menu-item-has-children > a::after,
  header .headermenuouter ul li.menu-item-has-children.opened > a::after {
  	top: 27px;
  	right:30px;
  }
  header .headermenuouter ul li.locationmenulink > a.opened::after,
  header .headermenuouter ul li.menu-item-has-children.opened > a::after {
  	top: 30px;
  }
  header .headermenuouter ul li.btn {
    width:calc(50% - 33px);
    margin: 0 30px 0 3px;
  }
  header .headermenuouter ul li.btn.btnlogin {
    margin: 0 3px 0 30px;
  }
  header .headermenuouter ul li.btn a {
  	text-align:center;
  	display: block;
    margin:30px 0;
    height: 50px;
    line-height: 50px;
  }
  header .headermenuouter ul li.btn.btnlogin a {
  	color: #fff;
  	border-color: #333;
  	background: #333;
  }
  header .headermenuouter ul li.btn.btnlogin a:hover {
  	color: #fff;
  	background: #222;
  	border-color: #222;
  }
  header .headermenuouter ul li.btn.btnlogin a:active,
  header .headermenuouter ul li.btn.btnlogin a:focus {
  	color: #fff;
  	background: #111;
  	border-color: #111;
    text-shadow:none;
  }
  header .headermenuouter ul li ul {
  	left: inherit;
    top:inherit;
    position:static;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto !important;
    display:none;
    box-shadow:none;
  }
  header .headermenuouter ul li.opened ul {
    display:block;
    padding:30px 0 25px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin:0 0 -1px 0;
  }
  header .headermenuouter ul li ul li a {
  	margin: 0 0 5px 0;
  	padding: 0 45px 0 30px;
  	border-bottom: none;
  }
  header .headermenuouter ul li ul li a:hover {
  	padding: 0 30px 0 45px;
  }
  header .headermenuouter ul li ul li a::before {
  	left: 12px;
  }
  header .headermenuouter ul li ul li a:hover::before {
  	left: 27px;
  }
  html.opened body header .menutrigger div span:nth-child(1) {
    opacity:0;
    filter: alpha(opacity=0);
  }
  html.opened body header .menutrigger div span:nth-child(4)  {
    opacity:0;
    filter: alpha(opacity=0);
  }
  html.opened body header .menutrigger div span:nth-child(2) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background:rgba(8,8,8,1);
  }
  html.opened body header .menutrigger div span:nth-child(3) {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background:rgba(8,8,8,1);
  }
  .col-md-3,
  .col-md-9 {
  	width: 100%;
  }
  .row.rowpress .col-md-9 {
  	padding-right: 15px;
  }
  .articleouter {
    margin:0 0 60px 0;
  }
  html.opened body header .headermenuouter ul li.locationmenulink > a {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
  }
  html.opened body header .headermenuouter ul li.locationmenulink > a.opened {
  	position: fixed;
    top: 88px;
    left: 0;
    background: #fff; 
    width: 100%;
    z-index: 1; 
  }
  html.opened body .chooselocation {
  	position: fixed;
  	top: 154px;
  	left: 0;
  	width: 100%;
  	-webkit-transform: translate(0,0);
  	-moz-transform: translate(0,0);
  	transform: translate(0,0);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    overflow-y: scroll; 
    padding:30px 0 0 0;
  }
  html.opened body .chooselocation.opened {
    z-index: 10001;
    height:calc(100vh - 154px)!important;
  }
  .chooselocation .row {
  	margin: 0;
  }
  .chooselocation .row .col-md-4 {
  	padding: 0;
    width:100%;
  }
  .contentboxouter .contentcolumn .contentbox .innerbox span {
  	letter-spacing: 0px;
  }
  .contentboxouter .contentcolumn .contentbox.withicon {
  	padding: 0;
    text-align:center;
  }
  .contentboxouter .contentcolumn .contentbox.withicon .innerbox {
    padding:0 30px 30px 30px;
  }
  .contentboxouter .contentcolumn .contentbox.withicon .imageouter {
    text-align:center;
    padding:26px 30px 12px 30px;
    width:auto;
    position:static;
    top:inherit;
    left:inherit;
  }
  .locationouter .locationitem a.location {
  	height: 225px;
  	padding: 30px 30px 30px 300px;
  }
  .locationouter .locationitem a.location .imagebox {
  	height: 225px;
  	width: 270px;
  }
  .locationouter .locationitem a.location p {
  	height: 46px;
  	-webkit-line-clamp: 2;
  }
  .heroouter .herotext {
  	padding: 150px 0 25px 0;
  }
  .singlebox .detailicons .detailicon {
  	width: 50%;
  }
  .singleimageouter .bigimg,
  .singleimageouter .smallouter {
  	height: 400px;
  }
  .singleimgoverlay .box-left {
    width:100%;
    padding:0;
  }
  .singleimgoverlay .box-right {
    width:100%;
    padding: 30px 60px 0;
  }
  .heroouter.comingsoonhero .formouter {
  	padding: 40px 30px;
    margin: 0 0 30px 0;
  }
  .heroouter.comingsoonhero .badgeouter .badge.comingsoon {
  	font-size: 16px;
  }
  .otherlocationouter .otherlocationitem a {
    height: 100px;
    padding: 30px 60px 30px 140px;
  }
  .otherlocationouter .otherlocationitem a .imagebox {
  	height: 100px;
  	width: 117px;
  }
  .otherlocationouter .otherlocationitem a .date {
  	margin: 0 0 5px 0;
  }
  .otherlocationouter .otherlocationitem a h3 {
  	font-size: 18px;
  }
  .footer {
  	padding: 40px 0;
    margin-top:40px;
  }
  .locationouter .meetingroomitem,
  .cityouter.eventsouter .cityitem.eventitem {
  	width: 50%;
  	max-width: 50%;
  }
  .cityouter.eventsouter {
    margin:0 -8px;
  }
  .cityouter.eventsouter .cityitem.eventitem {
  	padding: 0 8px;
  }
  .cityouter.eventsouter .cityitem.eventitem a.city {
    margin: 0 0 16px 0;
  }
  #roomsfilter.filterouter {
  	padding: 10px;
  }
  #roomsfilter.filterouter .selectouter {
  	width:100%;
    border:none;
    padding:0;
    margin:0 0 5px 0;
  }
  #roomsfilter.filterouter .selectouter label {
  	width:100px;
    margin:0;
  }
  #roomsfilter.filterouter .selectouter select {
  	max-width: none;
  }
  #roomsfilter.filterouter .selectouter.last {
  	margin: 0;
  }
   #roomsfilter.filterouter .sharecontainer {
    display: none;
  }
	.eventbanner .title {
		font-size:20px;
	}
	.eventbanner a.btn {
		padding: 0 20px;
		height:40px;
		line-height:40px;
	}
}
@media (max-width: 767px) {
  .col-md-6,
  .col-md-4,
  .col-md-8 {
  	width: 100%;
  }
  header .menutrigger {
  	right: 15px;
    top: 20px;
  }
  .container,
  .kingcomposer.search .wrap .container,
  .kingcomposer .kc-container,
  .homeouter .sliderouter .slidernav .container,
  .kingcomposer .wrap .heroouter .herotext .container,
  .kingcomposer .wrap .singleimgoverlay .container {
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .kingcomposer.page-template-page-press .wrap .container,
  .kingcomposer.page-template-page-presssub .wrap .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.kingcomposer section[data-kc-equalheight="true"] .kc-container {
  	padding-left: 0;
  	padding-right: 0;
  }
  header .logoouter img {
  	width: 92px;
  	height: 36px;
    margin:10px 0;
  }
  html.opened body header .headermenuouter {
  	height: calc(100vh - 56px);
  }
  html.opened body header .headermenuouter ul li.locationmenulink > a.opened {
  	top: 57px;
  }
  body header .headermenuouter {
  	margin-left: -15px;
  	margin-right: -15px;
  }
  header .headermenuouter ul li a,
  header .headermenuouter ul li.locationmenulink a,
  header .headermenuouter ul li.menu-item-has-children > a {
  	padding: 0 15px;
  }
  header .headermenuouter ul li.locationmenulink > a::after,
  header .headermenuouter ul li.locationmenulink > a.opened::after,
  header .headermenuouter ul li.menu-item-has-children > a::after,
  header .headermenuouter ul li.menu-item-has-children.opened > a::after {
  	right: 15px;
    top: 22px;
  }
  header .headermenuouter ul li.locationmenulink > a.opened::after,
  header .headermenuouter ul li.menu-item-has-children.opened > a::after {
  	top: 25px;
  }
  header .headermenuouter ul li a,
  header .headermenuouter ul li.menu-item-has-children > a {
  	height: 56px;
  	line-height: 56px;
  }
  header .headermenuouter ul li.opened ul {
    padding:20px 0 15px 0;
  }
  header .headermenuouter ul li ul li a {
  	padding: 0 30px 0 15px;
  }
  header .headermenuouter ul li ul li a:hover {
  	padding: 0 15px 0 30px;
  }
  header .headermenuouter ul li ul li a::before {
  	left: -3px;
  }
  header .headermenuouter ul li ul li a:hover::before {
  	left: 12px;
  }
  html.opened body .chooselocation {
  	top: 113px;
    padding: 20px 0 0 0;
  }
  .chooselocation.opened .countryselect_widget {
  	margin: 0 0 20px 0;
  }
  html.opened body .chooselocation.opened {
  	height: calc(100vh - 113px) !important;
  }
  header .headermenuouter ul li.btn {
  	width: calc(50% - 18px);
  	margin: 0 15px 0 3px;
  }
  header .headermenuouter ul li.btn.btnlogin {
  	margin: 0 3px 0 15px;
  }
  header .headermenuouter ul li.btn a {
  	margin: 15px 0;
    height: 40px;
    line-height: 40px;
  }
  .kingcomposer .wrap .homeouter .hometext .container {
  	margin: 60px auto;
  }
  h1 {
  	font-size: 36px;
  }
  h2 {
  	font-size: 26px;
  }
  h3 {
  	font-size: 18px;
  	line-height: 1.3;
  }
  .homeouter .hometext h1 {
  	margin: 0 0 10px 0;
  } 
  .homeouter .hometext p {
  	font-size: 16px;
    margin: 0 0 15px 0;
  }
  .homeouter .hometext form {
  	margin: 0 0 10px 0;
  }
  .homeouter .hometext form .select-outer {
  	width: 100%;
  	padding: 0;
    margin:0 0 5px 0;
  }
  .homeouter .hometext form .select-outer select {
  	height: 50px;
  	line-height: 50px;
    font-size:14px;
  }
  .homeouter .hometext form input[type="submit"] {
  	height: 50px;
  	line-height: 50px;
    font-size:14px;
    width:100%;
  }
  .contentboxouter,
  .cityouter {
  	margin: 0 -8px;
  }
  .contentboxouter .contentcolumn,
  .cityouter .cityitem,
  body.home .cityouter .cityitem,
  .cityouter .cityitem.cityitemmeeting  {
  	padding: 0 8px;
    width:100%;
  }
  .cityouter .cityitem,
  body.home .cityouter .cityitem,
  .cityouter .cityitem.cityitemmeeting {
  	width: 100%;
  	max-width: 100%;
  }
  .contentboxouter .contentcolumn div.contentbox,
  .contentboxouter .contentcolumn a.contentbox,
  .cityouter .cityitem a.city,
  .cityouter .cityitem.cityitemmeeting div.city {
  	margin: 0 0 16px 0;
  }
  .contentboxouter .contentcolumn.col-3,
  .contentboxouter .contentcolumn.col-4 {
  	width: 50%;
  }
  .contentboxouter .contentcolumn .contentbox .innerbox {
  	padding: 33px 20px 20px 20px;
  }
  .contentboxouter .contentcolumn .contentbox .innerbox p {
  	margin: 0 0 20px 0;
  }
  .contentboxouter .contentcolumn .contentbox.withicon .innerbox,
  .contentboxouter .contentcolumn .contentbox.withicon.textcenter .innerbox {
    padding:0 20px 20px 20px;
  }
  .contentboxouter .contentcolumn .contentbox.withicon .imageouter,
  .contentboxouter .contentcolumn .contentbox.withicon.textcenter .imageouter {
    padding:16px 20px 7px 20px;
  }
  .contentboxouter .contentcolumn .contentbox.withicon .innerbox h3,
  .contentboxouter .contentcolumn .contentbox.withicon.textcenter .innerbox h3 {
    margin:0 0 5px 0;
  }
  .cityouter .cityitem a.city .imageouter .countryflag {
  	padding: 20px 20px 10px 20px;
  }
  .cityouter .cityitem a.city .innerbox {
  	padding: 18px 20px 17px 20px;
  }
  .cityouter .cityitem a.city .innerbox h3 {
  	margin:0;
  }
  .cityouter .cityitem a.city .innerbox:before {
    right:35px;
  }
  .cityouter .cityitem a.city:hover .innerbox:before {
    right:20px;
  }
  .locationouter .locationitem a.location {
  	padding: 25px 25px 25px 219px;
    height: 194px;
  }
  .locationouter .locationitem a.location .imagebox {
  	width: 194px;
    height: 194px;
  }
  .locationouter .locationitem a.location h2 {
  	margin: 0 0 3px 0;
  	font-size: 20px;
  }
  .row.rowpress .col-md-9 .releases a.pressbox h2 {
  	font-size: 20px;
  }
  .locationouter .locationitem a.location p {
  	margin: 0 0 17px 0;
  }
  .locationouter .locationitem a.location span.btn {
  	position: relative;
    line-height: 32px;
    height: 32px;
  }
  .mobileformlink {
    padding:10px 15px;
  }
  .outerpagenav .scrollableouter,
  .singlebox .outerpagenav .scrollableouter {
  	width: calc(100% - 140px);
    height: 51px;
  }
  .outerpagenav .pagenavinner {
  	width: calc(100% + 30px);
  	margin: 0 -15px;
  }
  .outerpagenav ul#scrollable li,
  .outerpagenav ul#scrollable li:first-child {
  	margin: 0 0 0 14px;
  }
  .outerpagenav ul#scrollable li::after {
  	right: -8px;
  }
  .outerpagenav ul#scrollable li a {
  	letter-spacing: 0px;
    font-size: 12px;
    padding: 17px 0 16px;
  }
  .outerpagenav ul#scrollable li::after {
  	top: 24px;
  }
  .outerpagenav .pagenavinner .sharecontainer {
  	margin-right: 13px;
    max-width:115px;
    margin-top: 6px;
  }
  .sharecontainer .sharetitle {
  	display:none;
  }
  .sharecontainer .shariff ul.shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li.shariff-button {
  	margin: 7px 2px 3px 0 !important;
  }
  .heroouter .herotext {
  	padding: 120px 0 5px 0;
  }
  .mobileformlink .mobilehead {
  	line-height: 45px;
  	height: 45px;
  }
  .singleimageouter .bigimg,
  .singleimageouter .smallouter {
  	height: 350px;
  }
  .singleimageouter .smallouter .smallimg.lastimg .overlayimg {
  	font-size: 11px;
  	background-size: 36px 24px;
  	padding: 30px 0 0 0;
  }
  .gm-style .gm-style-iw-c {
  	padding: 10px !important;
  }
  .gm-style .gm-style-iw-c .markerouter {
    height:55px;
    padding:4px 0 0 65px; 
  }
  .gm-style .gm-style-iw-c .markerouter img {
    width:55px;
    height:55px; 
  }
  .gm-style .gm-style-iw-c .markerouter .markerzip {
  	font-size: 10px;
  }
  .gm-style .gm-style-iw-c .markerouter .markertitle {
  	margin: 0 0 5px 0;
  	font-size: 14px;
  }
  .heroouter.comingsoonhero .herotext {
  	padding: 40px 0 0 0;
  }
  .heroouter.comingsoonhero .badgeouter {
  	margin: 0 0 30px 0;
  }
  .heroouter.comingsoonhero .formouter select,
  .heroouter.comingsoonhero .formouter input[type="text"],
  .heroouter.comingsoonhero .formouter input[type="email"],
  .heroouter.comingsoonhero .formouter input[type="number"] {
  	margin: 0 0 10px 0;
  	height: 40px;
  	line-height: 40px;
  	padding: 0 10px;
  }
  .heroouter.comingsoonhero .formouter textarea {
  	margin: 0 0 10px 0;
  	padding: 4px 10px;
  	height: auto;
  }
  .heroouter.comingsoonhero .formouter label.privacycheck {
  	margin: 0 0 10px 0;
  }
  .heroouter.comingsoonhero .formouter p {
  	margin: 0 0 20px 0;
  }
  .kc_image_gallery.kc-grid .item-grid.grid-6 {
  	width:25% !important;
  }
  .singleimgoverlay .box-left .imgsinglebig .slick-arrow {
  	width: 30px;
  }
  .singleimgoverlay .box-left .imgsinglebig .itembig {
  	padding: 0 15px;
  }
  .singleimgoverlay .box-right {
  	padding: 30px 15px 0;
  }
  .otherlocationouter .otherlocationitem {
  	width: 100%;
  	max-width: 100%;
  }
  .otherlocationouter .otherlocationitem a {
  	margin:0 0 10px 0;
  }
  .otherlocationouter .otherlocationitem a {
  	height: 80px;
  	padding: 20px 60px 20px 120px;
  }
  .otherlocationouter .otherlocationitem a .imagebox {
  	height: 80px;
  	width: 100px;
  }
  .otherlocationouter .otherlocationitem a h3 {
  	font-size: 16px;
  }
  .otherlocationouter .otherlocationitem a .date {
  	margin: 3px 0;
    font-size:12px;
  }
  .singleimgoverlay .box-left .imgsinglebig .itembig img {
    max-height: 100vh;
  }
  .articleouter {
  	padding: 30px;
  }
  section#main,
  .kingcomposer.search .wrap section#main {
  	padding-top: 40px;
  }
  .kingcomposer.page-template-page-press .wrap section#main,
  .kingcomposer.page-template-page-presssub .wrap section#main {
  	padding-top: 40px;
  }
  .row.rowpress .col-md-9 .releases a.pressbox {
    padding-top:20px;
    padding-bottom:20px;
  }
  .row.rowpress .col-md-9 .catlinks {
  	margin: 25px 0 28px 0;
  }
  .row.rowpress .col-md-9 .catlinks {
  	letter-spacing: 0;
  }
  #pagination span, #pagination a {
  	width: 40px;
  	line-height: 40px;
  	margin: 0 3px 3px 0;
  }
  .detailsection .featuretable .pseudotableline {
  	padding: 15px;
  }
  .locationmeetinginfo {
  	padding: 15px 15px 15px 120px;
  }
  .locationmeetinginfo img {
  	top: 15px;
  	left: 15px;
  }
  .detailsection .featuretable .pseudotableline .col-sm-8,
  .detailsection .featuretable .pseudotableline .col-sm-4 {
    text-align:left;
    width:100%;
  }
  .locationouter .meetingroomitem {
  	width: 100%;
  	max-width: 100%;
  }
  .locationouter .meetingroomitem a.location {
  	margin: 0 0 15px 0;
  }
  .locationouter .meetingroomitem a.location .textouter {
  	padding: 22px 40px 20px 15px;
  }
  .locationouter .meetingroomitem a.location .textouter::before {
  	right: 30px;
  }
  .locationouter .meetingroomitem a.location:hover .textouter::before {
  	right: 15px;
  }
  ul.timeline:before {
      left: 15px;
  }
  .timeline > li {
  	margin-bottom: 15px;
  }
  ul.timeline > li > .timeline-panel {
      width: calc(100% - 50px);
      width: -moz-calc(100% - 50px);
      width: -webkit-calc(100% - 50px);
  }
  ul.timeline > li > .timeline-badge {
      left: 0;
      margin-left: 0;
  }
  ul.timeline > li > .timeline-panel,
  .timeline > li:nth-child(even) > .timeline-panel {
      float: right;
      text-align:left;
      padding:20px 90px 20px 20px;
  }
  .timeline > li > .timeline-panel img,
  .timeline > li:nth-child(even) > .timeline-panel img {
  	right: 15px;
    left:inherit;
  }
  ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }
  .timelineouter .startenddescouter {
  	text-align: left;
  }
  .timelineouter .startenddesc::after {
  	left: 16px;
  }
  .timelineouter .startenddesc.last {
  	font-size: 16px;
  	letter-spacing: 1px;
  }
  .cityouter.eventsouter .cityitem a.city .innerbox h2 {
    font-size:18px;
  }
    .eventbanner {
	padding:20px;
	text-align:center;
}
.eventbanner img {
	position:static;
	top:inherit;
	left:inherit;
	transform: translate(0, 0);
	margin:0 auto 5px auto;
	width:30px;
	height:auto;
}
.eventbanner a.btn {
	position:static;
	top:inherit;
	right:inherit;
	transform: translate(0, 0);
	padding: 0 15px;
	height:36px;
	line-height:36px;
	margin:10px 0 0 0;
}
.eventbanner .title {
	font-size:18px;
}
}
@media (max-width: 600px) {
  .cityouter.eventsouter .cityitem.eventitem {
  	width: 100%;
  	max-width: 100%;
  }
  .cityouter.eventsouter .cityitem.eventitem a.city .innerbox {
    min-height:10px;
  }
  .row.rowpress .col-md-9 .releases a.pressbox.pressboxlinks {
    padding-right: 0;
    padding-left:90px;
  }
  .row.rowpress .col-md-9 .releases a.pressbox.pressboxlinks:hover {
  	padding-left:90px;
    padding-right:0;
  }
  .row.rowpress .col-md-9 .releases a.pressbox.pressboxlinks .imageouter {
    width:80px;
    height:80px;
    margin-top:-40px;
    left:0 !important;
  }
	.pricelinetable .pseudotableline .col-sm-4,
	.pricelinetable .pseudotableline .col-sm-8  {
		width:100%;
		text-align:left;
	}
	.pricelinetable .pseudotableline .col-sm-4  {
		margin-top:5px;
	}
	.heroouter.herobusiness .herotext {
		padding: 45px 0;
	}
	.heroouter.herobusiness .herotext ul.businessul {
		font-size:16px;
	}
	.heroouter.herobusiness .herotext ul.businessul li::before {
		top: 7px;
	}
}
@media (max-width: 480px) {
  body, button, input, select, textarea {
  	font-size: 14px;
  }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="date"],
  input[type="search"],
  select,
  textarea { 
    font-size:14px;
  }
  h1 {
  	font-size: 28px;
  }
  h2 {
  	font-size: 22px;
  }
  h3 {
  	font-size: 16px;
  } 
  .kingcomposer .wrap .homeouter .hometext .container {
  	padding: 0 15px;
  }
  .contentboxouter .contentcolumn.col-3,
  .contentboxouter .contentcolumn.col-4 {
  	width: 100%;
  }
  .filterouter input,
  .filterouter #sel-cat {
  	width: 100%;
    margin:0 0 5px 0;
  }
  .singlebox .detailicons .detailicon .detailiconinner {
  	padding: 0 0 0 35px;
  }
  .singlebox .detailicons .detailicon .detailiconinner img {
  	width: 30px;
  	height: 30px;
    top:3px;
  }
  .singlebox .detailicons .detailicon .detailiconinner strong {
  	font-size: 16px;
  }
  .singlebox .detailicons .detailicon .detailiconinner span {
  	font-size: 12px;
  }
  .singleimageouter .bigimg {
  	height: auto;
    width:100%;
    border-right:none;
    border-bottom:1px solid #ccc;
  }
  .singleimageouter .bigimg.row-one {
  	border-bottom:none;
  }
  .singleimageouter .bigimg.row-two,
  .singleimageouter .bigimg.row-three {
  	width:100%;
  }
  .singleimageouter .bigimg, 
  .singleimageouter .smallouter {
  	height: auto;
    width:100%;
  }
  .singleimageouter .smallouter .smallimg {
  	width: 33.3333%;
  	height: 100px;
  	border-bottom: none;
    border-right: 1px solid #ccc;
    float:left;
  }
  .singleimageouter .smallouter.row-two {
  	height:auto;
    width: 100%;
  }
  .singleimageouter .smallouter.row-two .smallimg {
  	width: 100%;
  	height: auto;
  	border-bottom: none;
  	border-right: none;
  }
  .singleimageouter .smallouter.row-three {
  	width: 100%;
  }
  .singleimageouter .smallouter.row-three .smallimg {
  	width: 50%;
  	height: auto;
  	border-bottom: none;
  	border-right: 1px solid #ccc;
  }
  .singleimageouter .smallouter.row-three .smallimg:last-child {
  	border-right: none;
  }
  .singleimageouter .smallouter .smallimg.lastimg {
    width: 33.3334%;
  	height: 100px;
  	border-bottom: none;
    border-right: none;
  }
  .singlebox .outerpagenav ul#scrollable {
  	padding: 0 10px 0 15px;
  }
  .singlebox .outerpagenav .pagenavinner .sharecontainer {
  	margin-right: 15px;
  }
  .filterouter span.list-view,
  .filterouter span.map-view {
  	letter-spacing: 0px;
  	font-size: 12px;
  	padding: 0 12px 0 25px;
  }
  .locationouter .locationitem a.location {
  	padding: 20px 20px 30px 20px;
  	height: auto;
  }
  .locationouter .locationitem a.location .imagebox {
  	height: 300px;
  	width: calc(100% + 40px);
  	position: relative;
  	top: inherit;
  	left: inherit;
    margin:-20px -20px 30px -20px;
  }
  .locationouter .locationitem a.location .date {
  	font-size: 12px;
  }
  .locationouter .locationitem a.location h2 {
  	margin: 0 0 8px 0;
  	font-size: 18px;
  }
  .row.rowpress .col-md-9 .releases a.pressbox h2 {
  	font-size: 18px;
  }
  .locationouter .locationitem a.location p {
  	height: auto;
  	-webkit-line-clamp: none;
    -webkit-box-orient: inherit;
    display:block;
  }
  .breadcrumbs ul li::after {
  	top: 3px;
  }
  .chooselocation .countryselect_widget ul li a::before {
  	top: 7px;
  }
  .heroouter.comingsoonhero .herotext {
  	padding: 30px 0 0 0;
  }
  .heroouter.comingsoonhero .badgeouter {
  	margin: 0 0 20px 0;
  }
  .heroouter.comingsoonhero .badgeouter .badge.comingsoon {
  	font-size: 14px;
  }
  .heroouter.comingsoonhero .formouter {
  	padding: 30px 20px;
    margin: 0 0 20px 0;
  }
  .heroouter.comingsoonhero .formouter .phone {
  	font-size: 14px;
  }
  .kc_image_gallery.kc-grid .item-grid.grid-6 {
  	width:33.3333% !important;
  }
  section#main,
  .kingcomposer.search .wrap section#main {
  	padding-top: 30px;
  }
  .kingcomposer.page-template-page-press .wrap section#main,
  .kingcomposer.page-template-page-presssub .wrap section#main {
  	padding-top: 30px;
  }
  .row.rowpress .col-md-9 .catlinks {
  	margin: 15px 0 18px 0;
    padding:15px 0;
  }
  .row.rowpress .col-md-9 .releases a.pressbox .date,
  .row.rowpress .col-md-9 .catlinks {
  	font-size: 12px;
  }
  .row.rowpress .col-md-9 .releases a.pressbox .date span,
  .row.rowpress .col-md-9 .catlinks span {
  	display:block;
  }
  .row.rowpress .col-md-9 .releases a.pressbox .date .pdflink,
  .row.rowpress .col-md-9 .catlinks span .pdflink {
  	background-size: 9px 12px;
  	padding-left: 14px;
    margin:5px 0;
    display:block;
  }
  .row.rowpress .col-md-9 .catlinks span .pdflink {
    margin:5px 0 0 0;
  }
  .row.rowpress .col-md-9 .releases a.pressbox .date span.sep,
  .row.rowpress .col-md-9 .catlinks span.sep,
  .row.rowpress .col-md-9 .catlinks .sharecontainer .sharetitle{
  	display:none;
  }
  .row.rowpress .col-md-9 .releases a.pressbox,
  .row.rowpress .col-md-9 .releases a.pressbox:hover {
  	padding: 20px 0;
  }
  .row.rowpress .col-md-9 .releases a.pressbox::before {
  	display:none;
  }
  .row.rowpress .col-md-9 .catlinks .sharecontainer {
  	top: 10px;
  }
  #pagination span, #pagination a {
  	width: 30px;
  	line-height: 30px;
  	margin: 0 2px 2px 0;
  }
  .cityouter .cityitem.cityitemmeeting a.city,
  .cityouter .cityitem.cityitemmeeting div.city {
  	padding-left: 85px;
  }
  .cityouter .cityitem.cityitemmeeting a.city .imageouter,
  .cityouter .cityitem.cityitemmeeting div.city .imageouter {
  	width: 85px;
  	height: 85px;
  } 
}
@media (max-width: 440px) {
  .locationouter .locationitem a.location .imagebox {
  	height: 275px;
  }  
}
@media (max-width: 400px) {
  .locationouter .locationitem a.location .imagebox {
  	height: 250px;
  }  
}
@media (max-width: 360px) {
  .locationouter .locationitem a.location .imagebox {
  	height: 225px;
  }  
}
.ajax-loading{
  bottom: 0;
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.65;
  filter: alpha(opacity=65);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/* HIDE RECAPTCHA BADGE */
.grecaptcha-badge{
  visibility: collapse !important;  
}

/* AJAX LOADING */
.ajax-loading i.fa-spinner {
  font-size: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  color: #af8553;
}
.ajax-loading i.medium.fa-spinner {
  font-size: 90px;
  margin-left: -45px;
  margin-top: -45px;
}
.ajax-loading i.small.fa-spinner {
  font-size: 60px;
  margin-left: -30px;
  margin-top: -30px;
}
@media (max-width: 480px) {
  .ajax-loading i.fa-spinner {
    font-size: 90px !important;
    margin-left: -45px !important;
    margin-top: -45px !important;
  }
  .ajax-loading{
    position: fixed !important;
  }
}
#cookie-notice {
  opacity:0.95;
  z-index: 1001;
  font-family: 'Roboto Condensed', sans-serif;
}
#cookie-notice a.btn.btn-sm.cn-button {
	line-height: 17px;
	font-size: 10px;
	padding: 0 10px;
  margin-left: 5px;
  border:1px solid #af8553;
  letter-spacing:1px;
  height: 19px;
  border-radius: 3px;
}
#cookie-notice a.btn.btn-sm.cn-button.cn-set-cookie {
  margin-left: 15px;
}
@media (max-width: 991px) {
  #cookie-notice #cn-notice-text {
    display:block;
    margin:0 0 5px 0;
  }
  #cookie-notice a.btn.btn-sm.cn-button,
  #cookie-notice a.btn.btn-sm.cn-button.cn-set-cookie {
    margin: 0 3px;
  }
}

/* PEOPLE NUMBER FORMS */
.guests_nr_box {
  position: relative;
}
.guests_nr_box button {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
  border: none;
  width: 38px;
  height: 38px;
  background-color: #f8f8f8;
  border-left: 1px solid #ccc;
  cursor: pointer;
  font-size: 20px;
}
.guests_nr_box button.number-decrease {
  right: 40px;
  font-size: 24px;
}
.guests_nr_box button.number-increase {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.heroouter.comingsoonhero .formouter .guests_nr_box button {
  width: 48px;
  height: 48px;
}
.heroouter.comingsoonhero .formouter .guests_nr_box button.number-decrease {
  right: 57px;
  font-size: 24px;
}
.heroouter.comingsoonhero .formouter .guests_nr_box button.number-increase {
  right: 9px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 767px) {
  .heroouter.comingsoonhero .formouter .guests_nr_box button {
    width: 38px;
    height: 38px;
  }
  .heroouter.comingsoonhero .formouter .guests_nr_box button.number-decrease {
    right: 48px;
  }
}

/* Tel Flags Input */
.iti {
  display: block;
  margin-bottom: 10px;
}
.iti__flag-container {
  width: 100%;
}
.iti__selected-flag {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50px;
  padding-left:11px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background:none;
}
.iti__country-list {
  width: 100%;
  z-index:3;
  font-size:13px;
  overflow-x: hidden;
}
.iti__country-list li {
  position:relative;
  padding: 5px 50px 5px 38px !important;
  width: 100%;
  line-height:1.5 !important;
}
.iti__country-list li .iti__country-name {
  width:100%;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  display: block;
}
.iti__country-list li .iti__flag-box {
  position:absolute;
  top:9px;
  left:10px;
}
.iti__country-list li .iti__dial-code {
  position:absolute;
  top:5px;
  right:10px;
}
.iti__flag {background-image: url("../img/int-tel-input/flags.png");}
.iti--allow-dropdown input, .iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
	padding-left: 52px !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/int-tel-input/flags@2x.png");}
}

/* UI Datapicker */
#ui-datepicker-div {
  z-index: 11 !important;
  font-size:13px;
  color:#333333;
  font-family: 'Roboto', sans-serif;
}
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  background-image: none !important;
}

#ui-datepicker-div .ui-datepicker-prev:before,
#ui-datepicker-div .ui-datepicker-next:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #111;
	background: #111;
	font-weight: normal;
	color: #ffffff;
}

#ui-datepicker-div .ui-datepicker-prev:before {
  content: "\f100";
}

#ui-datepicker-div .ui-datepicker-next:before {
  content: "\f101";
}

#ui-datepicker-div .ui-priority-secondary {
  display: none !important;
}

#ui-datepicker-div .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ededed;
  color: #2b2b2b;
}



.slick-lightbox {
	z-index: 999999;
}
.homeouterlanding {
	padding: 0;
	overflow: hidden;
	position: relative;
	background: #fff;
	height:600px;
}
.homeouterlanding .sliderouter {
  position:absolute;
  width:100%;
  height:100%;
  padding:0;
  top:0;
  left:0;
  z-index:1;
}
.homeouterlanding .sliderouter .homesliderlanding {
  height:100%;
  width:calc(100% + 20px);
  margin:0 -10px;
}
.homeouterlanding .sliderouter .homesliderlanding .slick-list,
.homeouterlanding .sliderouter .homesliderlanding .slick-list .slick-track {
  height:100%;
}
.homeouterlanding .sliderouter .homesliderlanding .item {
  height:100%;
  width:100%;
  padding:0 10px;
}
.homeouterlanding .sliderouter .homesliderlanding .item .imgbox {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.homeouterlanding .sliderouter .homesliderlanding .item .imgbox.imgboxhalf {
	height: calc(50% - 10px);
	margin:0 0 20px 0;
}
.homeouterlanding .sliderouter .homesliderlanding .item .imgbox.imgboxhalf.imgboxhalfsecond {
	margin:0;
}
.homeouterlanding .sliderouter .homesliderlanding .item .imgbox .imageouter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
} 
.homeouterlanding .sliderouter .homesliderlanding .item .imgbox .imageouter:hover {
  opacity:0.8;
}
.homeouterlanding .sliderouter .homesliderlanding .item .imgbox .imageouter img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
  -webkit-transition: all 8s ease-in-out;
  -o-transition: all 8s ease-in-out;
  -moz-transition: all 8s ease-in-out;
  transition: all 8s ease-in-out;
}
.homeouterlanding .sliderouter .homesliderlanding .slide-arrow,
.slick-lightbox  .slick-arrow {
  position:absolute;
  top:50%;
  width:40px;
  height:40px;
  line-height:40px;
  margin-top:-20px;
  border:none;
  padding:0;
  text-align:center;
  background:#fff;
  color:#111;
  z-index:2;
  border-radius:50%;
  cursor:pointer;
  box-shadow: 0 0 5px rgba(0,0,0,.15); 
}
.slick-lightbox  .slick-arrow {
  color:transparent;
}
.homeouterlanding .sliderouter .homesliderlanding .slide-arrow.prev-arrow,
.slick-lightbox  .slick-arrow.slick-prev {
  left:30px;
}
.homeouterlanding .sliderouter .homesliderlanding .slide-arrow.next-arrow,
.slick-lightbox  .slick-arrow.slick-next {
  right:30px;
}
.slick-lightbox  .slick-arrow.slick-prev:before,
.slick-lightbox  .slick-arrow.slick-next:before {
    color: #111;
	position:absolute;
	width:40px;
	  height:40px;
	  line-height:40px;
	  top:0;
	  left:0;
	  font-family: "FontAwesome";
}
.slick-lightbox  .slick-arrow.slick-prev:before {
	content: "\f104";
}
.slick-lightbox  .slick-arrow.slick-next:before {
	content: "\f105";
}
.fakecontainerfrankfurt {
margin-right: auto;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1530px;
}
.fakecontainerfrankfurt img {
	top:-570px;
	position:relative;
	z-index:100;
}
@media (max-width: 1366px) {
	.homeouterlanding {
		height:500px;
	}
	.fakecontainerfrankfurt {
	  padding-left: 30px;
	  padding-right: 30px;
	}
	.fakecontainerfrankfurt img {
		top:-470px;
	}
}
@media (max-width: 991px) {
	.homeouterlanding {
		height:400px;
	}
	.fakecontainerfrankfurt {
	  padding-left: 30px;
	  padding-right: 30px;
	}
	.fakecontainerfrankfurt img {
		top:-370px;
		width:100px;
		height:100px;
	}
}
@media (max-width: 767px) {
	.homeouterlanding {
		height:300px;
	}
	.fakecontainerfrankfurt {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.fakecontainerfrankfurt img {
		top:-285px;
	}
}