/*
Theme Name: Creative Tourist v3
Theme URI: http://ohdigital.co.uk
Author: OH Digital
Author URI: http://ohdigital.co.uk
Description: The 2016 custom theme for Creative Tourist
Version: 1.0
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *		without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *		Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *		and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *		`input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.screen-reader-text{
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.social-networks,
.nav-drop .main-link .link,
.nav-drop .other-links .link-list,
.black-block .footer-link ul,
.steps-wrapper .inner-container,
.destination-guide .four-columns .link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
#wrapper:after,
.top-block:after,
.inner-container:after,
.main-nav .opener-hold:after,
.brown-block .three-cols:after,
.form-sign-up .form-group:after,
#footer .gform_wrapper:after,
.top-block .description:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.social-networks,
.black-block .footer-link ul {
	font-size: 0;
	letter-spacing: -4px;
	line-height: 0;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body,
.ui-widget {
	color: #333;
	background: #fff;
	font: 22px/1.4545 "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	font-weight: 300;
    padding-top: 42px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #333;
	-webkit-transition: color .3s linear, opacity .3s linear, background .3s linear, border .3s linear;
	transition: color .3s linear, opacity .3s linear, background .3s linear, border .3s linear;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
.form-control,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
	width: 100%;
	color: #333;
	font: 300 16px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	outline: none;
	box-shadow: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
.form-control::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
.form-control:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
.form-control.placeholder,
textarea.placeholder {
	color: #333;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
.form-control:focus,
textarea:focus {
	border-color: #333;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

ul.gform_fields,
ul.gform_fields ul,
ul.gform_fields li,
li.gfield {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.description ul.gform_fields > li.gfield{
	margin-bottom: 1em;
}

.description .gform_wrapper {
	margin-bottom: 1em;
}

.description .validation_error {
	font-weight: bold;
}

.email_signup .gfield_label,
.email_signup .validation_message {
	display: none;
}

.email_signup {
	position: relative;
}

.email_signup .gform_body {
	margin-right: 130px;
}

.email_signup .gform_footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 130px;
}

.email_signup input[type="email"] {
	border: 0 none;
	background: #ededed;
	font: inherit;
	padding: 2px .5em;
}

.email_signup .gform_footer .gform_button {
	width: 100%;
	padding: 1px 10px;
	font: inherit;
}

@font-face {
	font-family: "NewParisSkyline-Regular-WebS";
	src: url("fonts/NewParisSkyline-Regular-WebS.eot");
	src: url("fonts/NewParisSkyline-Regular-WebS.eot?#iefix") format("embedded-opentype"), url("fonts/NewParisSkyline-Regular-WebS.svg") format("svg"), url("fonts/NewParisSkyline-Regular-WebS.ttf") format("truetype"), url("fonts/NewParisSkyline-Regular-WebS.woff") format("woff"), url("fonts/NewParisSkyline-Regular-WebS.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fontello';
	src: url('fonts/fontello.eot?3214536');
	src: url('fonts/fontello.eot?3214536#iefix') format('embedded-opentype'),
	     url('fonts/fontello.woff?3214536') format('woff'),
	     url('fonts/fontello.ttf?3214536') format('truetype'),
	     url('fonts/fontello.svg?3214536#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.fontello,
.destination-guide .four-columns .link-list li a:after,
.ui-selectmenu-button-open:after,
.ui-selectmenu-button-closed:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-left-open-big:before {
	content: "\e800";
}

.icon-right-open-big:before {
	content: "\e801";
}

.icon-arrow-up:before {
	content: "\e802";
}

.icon-arrow-right:before {
	content: "\e80d";
}

.icon-right:before {
	content: "\e803";
}

.icon-facebook:before {
	content: "\e804";
}

.icon-twitter:before {
	content: "\e805";
}

.icon-instagram:before {
	content: "\e806";
}

.icon-mail-alt:before {
	content: "\e807";
}

.icon-right-open:before {
	content: "\e808";
}

.icon-left-open:before {
	content: "\e809";
}

#wrapper {
	position: relative;
}

.container {
	max-width: 1225px;
	padding: 0 10px;
	margin: 0 auto;
}

.inner-container {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 808px;
}

.btn {
	padding: 5px 10px;
	font: 300 19px/22px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none !important;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.btn.btn-success,
.description .gform_button {
	background: #5ab5ad url('images//ajax-spinner.gif') no-repeat right -50px center;
	font: 300 19px/25px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	padding: 9px 20px;
	border: 1px solid #5ab5ad;
}
.load-more.alt .btn.btn-success{
	background: #5b6d75 url('images//ajax-spinner.gif') no-repeat right -50px center;
	border: 1px solid #5b6d75;
}
.btn.btn-success.btn-small {
	font-size: 15px;
	line-height: 20px;
	padding: 6px 20px;
}

.btn.btn-success.btn-load-more {
	font-size: 21px;
	line-height: 25px;
	padding: 4px 20px;
	min-width: 233px;
}
.load-more{
	text-align: center;
}
.btn.btn-success:hover,
.load-more.alt .btn.btn-success:hover {
	background: #34756f url('images//ajax-spinner.gif') no-repeat right -20px center;
	border-color: #34756f;
}
.btn.btn-success.btn-load-more.active,
.load-more.alt .btn.btn-success.active {
	background: #34756f url('images//ajax-spinner.gif') no-repeat right 10px center;
	border-color: #34756f;
}
.btn.btn-info {
	background: #f78f1e;
	font: 300 15px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 5px 15px;
	color: #fff;
	border-color: #f78f1e;
}
.district-guide-wrapper .btn.btn-info,
.visitor-guide-wrapper .btn.btn-info {
	background: #5b6d75;
	border-color: #5b6d75;
}

.btn.btn-info:hover {
	background: #da7508;
	border-color: #da7508;
}

#main {
	padding-top: 62px;
}

.title-page,
.category-bar-container h2{
	text-align: center;
	position: relative;
	padding: 6px 0 7px;
	border-bottom: 1px solid #bfbfbf;
}

.title-page h1,
.title-page h2,
.category-bar-container h2 {
	font: bold 32px/40px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.title-page h1 a,
.title-page h2 a{
	text-decoration: none;
}

.social-networks {
	margin: 0 -6px;
}

.social-networks li {
	font: 12px/15px "Arial,Helvetica Neue, Helvetica, sans-serif";
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 6px 10px;
}

.social-networks a {
	display: block;
	font-size: 30px;
	text-decoration: none;
	color: #6d6e71;
}

.social-networks a:hover {
	color: #000;
}

.ct-masonry.viewport-section.in-viewport .grid-item,
.js-masonry.viewport-section.in-viewport .grid-item {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ct-masonry .grid-item,
.js-masonry .grid-item {
	-webkit-transition: -webkit-transform 200ms linear, opacity 200ms linear;
	transition: transform 200ms linear, opacity 200ms linear;
}

.ct-masonry .grid-item figure,
.js-masonry .grid-item figure {
	margin: 0 0 19px;
}

.ct-masonry .grid-item figure a,
.js-masonry .grid-item figure a {
	position: relative;
	display: block;
}

.ct-masonry .grid-item figure a:hover:after,
.js-masonry .grid-item figure a:hover:after {
	opacity: 1;
	visibility: visible;
}

.ct-masonry .grid-item figure a:after,
.js-masonry .grid-item figure a:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .3s linear, opacity .3s linear;
	transition: visibility .3s linear, opacity .3s linear;
}

.circle {
	width: 289px;
	height: 289px;
	border-radius: 300px;
	white-space: nowrap;
	display: block;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	background: #333;
}

.circle:hover {
	background: #000;
}

.circle:after {
	height: 100%;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	content: "";
}

.circle .wrap {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding-bottom: 16px;
}

.circle .title-txt {
	font: bold 30px/27px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 5px;
}

.circle.more-inbox {
	background: #333;
}

.circle.more-inbox .icon {
	margin-bottom: 22px;
}

.circle.more-inbox:hover {
	background: #000;
}

.circle.social {
	background: #5ab5ad;
}

.circle.social .wrap {
	padding-bottom: 0;
}

.circle.social .title-txt {
	line-height: 31px;
	margin-bottom: 15px;
}

.circle.social:hover {
	background: #25514e;
}

.circle.social .icon {
	font-size: 100px;
	line-height: 1;
}

.circle.social .icon .ico {
	line-height: .8;
}

.circle.social .icon .ico.icon-twitter {
	font-size: 109px;
}

.circle.social .icon .ico.icon-facebook {
	font-size: 96px;
}

.circle.red-circle {
	margin-top: -45px;
	width: 288px;
	height: 334px;
	border-radius: 0;
	background: url(images//icon03.png) no-repeat;
}

.circle.red-circle:hover {
	opacity: .8;
}

.circle.red-circle .take-me-title {
	padding: 85px 0 5px;
	font: bold 30px/31px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
}

.circle.red-circle .arrow {
	font-weight: normal;
	font-size: 20px;
}

.custom-cta .item-frame{
	text-align: center;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 320px;
	background: #fff;
	z-index: 1000;
}

#header > .container {
	position: relative;
	padding-bottom: 11px;
	padding-top: 20px;
}

#header > .container.category-bar-container {
	font-size: 15px;
	line-height: 39px;
	padding-top: 0;
	padding-bottom: 0;
}

#header > .container.category-bar-container ul {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}

#header > .container.category-bar-container li {
	display: inline-block;
	padding: 0 10px;
}

#header > .container.category-bar-container li.current-menu-item{
	font-weight:bold;
}

#header > .container.category-bar-container a {
	text-decoration: none;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

#header > .container.category-bar-container a:hover {
	opacity: .6;
}

#header > .logo-container {
	margin-top: 0;
	-webkit-transition: margin-top 0.5s ease-in-out;
	-moz-transition: margin-top 0.5s ease-in-out;
	transition: margin-top 0.5s ease-in-out;
}

#header > .container:after {
	left: 10px;
	right: 10px;
	bottom: 0;
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background: #808080;
	z-index: 1000;
}

#header > .container.category-bar-container:after {
	z-index: 500;
	background: #B3B3B3;
}

#header .logo {
	margin: 0 auto;
	width: 231px;
	position: relative;
	z-index: 1000;
}
#header .logo img{
	margin-top: -3px;
}
#header .logo:after {
	left: 0;
	right: 0;
	top: -28px;
	margin: 0 -9999px;
	padding: 0 9999px;
	height: 70px;
	background: #fff;
	content: "";
	position: absolute;
	z-index: -1;
}

.main-nav {
	margin-top: -44px;
	float: right;
}

.main-nav .opener-hold {
	position: relative;
	z-index: 1100;
}

.nav-opener {
	padding: 25px 0 12px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	width: 32px;
	color: #000;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: top .15s linear .15s;
	transition: top .15s linear .15s;
}

.nav-opener:hover {
	opacity: .6;
}

.nav-opener span {
	height: 2px;
	width: 32px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #808080;
	-webkit-transition: width .15s linear .15s;
	transition: width .15s linear .15s;
}

.nav-opener span:before,
.nav-opener span:after {
	width: 32px;
	height: 2px;
	position: absolute;
	content: "";
	background: #808080;
	opacity: 1;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: top .15s linear .15s, bottom .15s linear .15s, width .15s linear .15s, -webkit-transform .15s linear 0s;
	transition: top .15s linear .15s, bottom .15s linear .15s, width .15s linear .15s, transform .15s linear 0s;
	left: 0;
}

.nav-opener span:before {
	bottom: 7px;
}

.nav-opener span:after {
	top: 8px;
}

.nav-active {
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.nav-active .nav-opener span {
	background: transparent;
}

.nav-active .nav-opener span:before,
.nav-active .nav-opener span:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0;
	width: 32px;
	-webkit-transition: top .15s linear 0s, bottom .15s linear 0s, -webkit-transform .15s linear .15s;
	transition: top .15s linear 0s, bottom .15s linear 0s, transform .15s linear .15s;
}

.nav-active .nav-opener span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

.nav-active .nav-drop {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.nav-drop {
	top: 62px;
	bottom: 0;
	left: 0;
	overflow:hidden;
	right: 0;
	position: fixed;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: linear 300ms -webkit-transform;
	transition: linear 300ms transform;
	background: #fff;
	z-index: 600;
}
.nav-active .nav-drop{
	overflow: initial;
}
.nav-active .scroll-box{
	overflow-y: auto;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.nav-drop a {
	text-decoration: none;
}
.nav-drop ul {
	list-style-type: none;
	padding: 0 0 0 22px;
	margin: 0px;
}
.follow-block{
	margin-top: 40px;
}
.nav-drop .main-link ul {
	padding:0px;
}
.nav-drop #menu-main-link {
	padding-left: 0;
}
.nav-drop .container {
	padding-top: 53px;
	padding-bottom: 10px;
}

.nav-drop .main-link {
	float: left;
	width: 32%;
}

.nav-drop .main-link .link {
	margin-bottom: 49px;
}

.nav-drop .main-link .link li {
	margin: 0 0 9px;
	font: 300 22px/26px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav-drop .main-link .link a {
	color: #333;
	text-decoration: none;
}

.nav-drop .main-link .link a:hover {
	text-decoration: underline;
	color: #000;
}

.nav-drop .main-link .follow-block .title {
	font: 300 22px/26px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 19px;
}

.nav-drop .main-link .follow-block .social-networks {
	margin: 0 -13px;
}

.nav-drop .main-link .follow-block .social-networks li {
	padding: 0 13px 10px;
}

.nav-drop .main-link .follow-block .social-networks a {
	color: #333;
	text-decoration: none;
	font-size: 35px;
}

.nav-drop .main-link .follow-block .social-networks a.icon-twitter {
	font-size: 42px;
	margin-top: -2px;
}

.nav-drop .main-link .follow-block .social-networks a.icon-facebook {
	margin-top: 2px;
}

.nav-drop .main-link .follow-block .social-networks a:hover {
	color: #999;
}

.nav-drop .other-links {
	overflow: hidden;
	padding: 0 0 0 9px;
}

.nav-drop .other-links .col {
	float: left;
	width: 50%;
}

.nav-drop .other-links .col.col-left {
	padding-right: 10px;
}

.nav-drop .other-links .col.col-right {
	padding-left: 10px;
}

.nav-drop .other-links .col.col-right .block {
	margin-bottom: 38px;
}

.nav-drop .other-links .block {
	font: 300 22px/26px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 54px;
}

.nav-drop .other-links .block .title {
	color: #999;
	display: block;
	margin: 0 0 8px;
	font-weight: 300;
}

.nav-drop .other-links .link-list {
	padding-left: 23px;
}

.nav-drop .other-links .link-list li {
	margin: 0 0 9px;
}

.nav-drop .other-links .link-list li a {
	color: #333;
	text-decoration: none;
}

.nav-drop .other-links .link-list li a:hover {
	text-decoration: underline;
	color: #000;
}

.form-search {
	padding: 84px 55px 0 30px;
}

.form-search .search-wrap {
	position: relative;
	padding: 14px 45px 0 0;
}

.form-search .search-wrap:after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	content: "";
	background: #333;
	position: absolute;
}

.form-search .form-control1 {
	border: 0;
	width: 100%;
	padding: 0 0 10px;
	font: 300 22px/26px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.form-search .btn {
	position: absolute;
	bottom: 12px;
	right: 0;
	padding: 0;
	background: none;
	border: 0;
	width: 30px;
}

.form-search .btn:hover {
	opacity: .8;
}

#footer {
	overflow: hidden;
}

.brown-block {
	background: #c2b49c;
	padding: 8px 0 4px;
	color: #fff;
}

.brown-block.padding-left .container {
	padding-left: 65px;
}

.brown-block .three-cols {
	text-align: center;
}

.brown-block .three-cols .col {
	float: left;
}

.brown-block .three-cols .col.left-img {
	width: 40%;
	margin-left: -28px;
}

.brown-block .three-cols .col.right-img {
	float: right;
	width: 40%;
	margin: -5px -18px 0 0;
}

.brown-block .three-cols .col.text-col {
	width: 20%;
	padding: 17px 0 0;
	text-align: center;
}

.brown-block .three-cols .col.text-col .txt-wrap {
	margin: 0 -38px 0 18px;
	position: relative;
	z-index: 10;
}

.brown-block .three-cols h3 {
	font: bold 30px/35px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 40px;
	color: #fff;
}

.brown-block .three-cols .social-networks {
	margin: 0 -30px;
}

.brown-block .three-cols .social-networks li {
	padding: 0 30px 10px;
	line-height: 1;
}

.brown-block .three-cols .social-networks a {
	font-size: 51px;
	line-height: 1;
	color: #fff;
}

.brown-block .three-cols .social-networks a.icon-twitter {
	font-size: 56px;
}

.brown-block .three-cols .social-networks a:hover {
	color: #ddd;
}

.grey-block {
	color: #fff;
	background: #333;
	text-align: center;
	padding: 52px 0 64px;
}

.grey-block.padding-left .container {
	padding-left: 55px;
}

.grey-block .title-head {
	font: 300 21px/25px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 9px;
}

.grey-block h3 {
	font: bold 30px/35px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 34px;
}

.form-sign-up,
#footer .gform_wrapper {
	max-width: 472px;
	margin: 0 auto;
}

.form-sign-up .form-group .btn-hold,
#footer .gform_footer {
	float: right;
	width: 97px;
	position: relative;
}

.form-sign-up .form-group .btn-hold .btn,
#footer .gform_footer .gform_button {
	padding: 5px 10px;
	width: 100%;
	height: 30px;
	font: 300 16px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	border: 1px solid #5ab5ad;
	background: #5ab5ad;
}

#footer .loading .gform_footer .gform_button {
	background: #34756f;
	border-color: #34756f;
	color: #34756f;
}

.form-sign-up .form-group .input-wrap,
#footer .ginput_container_email {
	float: left;
	width: calc(472px - 97px);
}

.form-sign-up .form-group .form-control,
#footer .ginput_container_email input {
	border-color: #b2b2b2;
	border-width: 1px 0	1px	1px;
	height: 30px;
	display: block;
	padding: 5px 10px;
}

#footer .gform_body .gfield_label{
	display: none;
}
#footer .gform_body ul,
#footer .gform_body li {
	display: block;
	margin: 0;
	padding: 0;
}

#footer .gfield .validation_message {
	display: none;
}

#footer .gform_ajax_spinner {
	position: absolute;
	top: 5px;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container {
	position: absolute !important;
	left: -9000px;
}

.black-block {
	color: #fff;
	background: #000;
	padding: 36px 0 90px;
}

.black-block .footer-link {
	float: left;
	width: 65%;
}

.black-block .footer-link ul {
	margin: 0 -18px;
}

.black-block .footer-link ul li {
	font: 14px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 14px 10px;
	font-weight: 300;
}

.black-block .footer-link ul a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.black-block .footer-link ul a:hover {
	color: #ccc;
}

.black-block .footer-power-by {
	overflow: hidden;
	text-align: right;
	font: 300 12px/15px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 2px 0 0 10px;
}



.black-block .footer-power-by .power-by{
	display: inline-block;
}

.black-block .footer-power-by .power-logo {
	display: inline-block;
	vertical-align: top;
	margin: -2px 0 0;
}

.black-block .footer-power-by .power-logo:hover {
	opacity: .7;
}

.black-block .footer-here-for{
	display: inline-block;
	margin-right: 103px;
	max-width: 55px;
	text-align: right;
}

@media (max-width: 1000px) {
	.black-block .footer-here-for{
		/* display: block; */
		margin-right: 15px;
	}

}
@media (max-width: 768px) {
	.black-block .footer-power-by .power-by{
		display: block;
		margin-top: 10px;
	}
}



.top-block {
	padding: 33px 0 1px;
	position: relative;
}

.wide-top-block {
	padding-bottom: 60px;
}

.top-block .half-block {
	float: left;
	width: 50%;
}

.top-block .main-block {
	float: right;
	width: 80%;
	padding: 0 0 0 23px;
}

.top-block .left-block {
	width: 17.5%;
}

.top-block .main-block .frame {
	max-width: 650px;
}

.top-block .main-block .frame .pagination{
	margin-bottom: 4em;
	text-align: center;
}

.opening-meta {
	font-size: 13px;
	padding-top: 1em;
}

.top-block .meta {
	overflow: hidden;
	margin: 0 0 34px;
}

.wide-top-block .meta {
	text-align: center;
}

.top-block .meta h2,
.top-block .meta h1 {
	font: bold 38px/39px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 17px;
}

.top-block .meta h2 a,
.top-block .meta h1 a {
	color: #333;
	text-decoration: none;
}

.top-block .meta h2 a:hover,
.top-block .meta h1 a:hover {
	color: #666;
}

.top-block .meta .by {
	font: 300 22px/28px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 6px;
}

.top-block .meta .posted-date {
	font: 300 14px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #666;
}

.top-block .half-block .description {
	margin-left: 30px;
}

.top-block .description p {
	margin: 0 0 32px;
}

.top-block .description .arrow-link {
	text-decoration: none;
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0 3px;
	font-size: 17px;
}

.top-block .description .arrow-link:hover {
	color: #666;
}

.top-block .left-block {
	padding: 0px;
}

@media (min-width: 768px) {
	.top-block .left-block {
		position: -webkit-sticky;
		position: sticky;
		top: 138px;
	}

	.admin-bar .top-block .left-block {
		top: 170px;
	}
}

.top-block .left-block .title,
.supporters .title {
	color: #666;
	font: 300 14px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 10px;
}
h2.top-5-header{
    display: none;
}
h2.top-5-header,
h2.top-5-header a{
    font: bold 38px/39px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 17px;
    color:#5ab5ad!important;
}
.top-block .left-block h3 {
	font: 25px/30px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	padding-right: 0px;
	position: relative;
	margin: 0 0 57px;
}

.top-block .left-block h3 a {
	color: #000;
	text-decoration: none;
}

.top-block .left-block h3 a:hover {
	color: #ca242c;
}

/*.left-block .share-hold {
	z-index: 1;
	position: fixed;
}

@media (max-width: 767px) {
	.left-block .share-hold{
		display: none;
	}
}*/

.top-block .image-hold{
	margin: 0 -80px 41px -56px;
	text-align: center;
}
.top-block .image-hold picture{
	display: inline-block;
}
.top-block .image-hold figcaption{
	text-align: left;
}
.half-block .image-hold{
	margin: 0 30px 0 0;
	padding: 0;
	text-align: left;
}
.half-block .image-hold img{
	width: 100%;
	height: auto !important;
}
.top-5 img{
	height: 76px;
	display: block;
	margin-bottom: 2px;
}
.top-5 span.title1{
	margin-bottom: 2px;
}
.top-5 a.title1{
	margin-bottom: 13px;
	text-decoration: none;
}
.title1 {
	color: #666;
	font: 300 12px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
    margin: 0 0 5px;
}
/*.supported-by{
	margin-bottom:54px;
}*/
.footer-share{
	display: none;
}
.footer-share .supported-by .supporter-container{
	display: inline-block;
	margin-right: 10px;
}
.footer-share .top-5{
	display: none;
}
@media (max-width: 767px) {
	.footer-share,
	.footer-share .share-hold{
		display: block;
	}
}

.top-block .left-block .supported-by h3{
	display: block;
	margin-bottom: 10px;
}
.share-hold .social-networks {
	margin: 0 -10px;
}

.share-hold .social-networks li {
	padding: 0 10px 10px;
}

.share-hold .social-networks a {
	font-size: 34px;
}

.share-hold .social-networks a.icon-mail-alt {
	font-size: 32px;
}

.share-hold .social-networks a.icon-facebook {
	font-size: 33px;
}

.share-hold .social-networks a.icon-twitter {
	font-size: 37px;
}

/* Post content styling */
.description blockquote{
	font-size: 30px;
	padding: 14px 9%;
	margin: 0px;
	text-align: center;
	line-height: 35px;
}
.description figure,
.description p > img.alignnone{
	margin: 0 -80px 41px -56px;
	max-width: 785px;
	width: auto !important;
}
.description figure img{
	max-width: 100%;
	height: auto !important;
}
.description figure.aligncenter {
	text-align: center;
	margin: auto;
}
.description figure.alignright {
	text-align: right;
	margin: auto;
	float: right;
	display: inline-block;
	margin:10px 0 10px 10px;
}
.steps-wrapper {
	background: #f2f2f2;
	padding: 32px 0 0;
	overflow: hidden;
}
.large-image-container{
	max-height: 599px;
	overflow: hidden;
	margin-top: -1px;
	position: relative;
}
.large-image-figure{
	margin: 0;
}
.large-image-container img{
	width:100%;
	height:auto;
}
.steps-wrapper .inner-container {
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
}

.steps-wrapper .step {
	margin-bottom: 36px;
}

.steps-wrapper h2 {
	font: 300 30px/40px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 30px 55px;
}
.steps-wrapper h2 a {
	text-decoration: none;
}
.steps-wrapper .venue-link {
	text-decoration: underline;
}
.steps-wrapper .venue-link:hover,
.steps-wrapper .venue-link:focus {
	text-decoration: none;
}
.steps-wrapper .carousel {
	margin-bottom: 24px;
}
.steps-wrapper .text-holder {
	padding-left: 55px;
	padding-right: 55px;
	overflow: hidden;
}
.steps-wrapper .text-holder a{
	display: inline-block;
}
.steps-wrapper p {
	margin: 0 0 32px;
}

.steps-wrapper .btn-hold {
	padding: 2px 0 32px;
}

.steps-wrapper .btn-hold .btn {
	padding: 8px 21px;
}

.steps-wrapper .image-hold {
	position: relative;
	margin: 0 0 6px;
}

.steps-wrapper .image-hold.image-hold1 {
	margin: 0 0 24px;
}

.steps-wrapper .image-hold.image-hold1 img {
	display: block;
	margin-bottom: 7px;
}

.steps-wrapper figcaption {
	color: #666;
	font: 300 14px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.more-exhibition {
	padding: 46px 0 14px;
}

.more-exhibition.event-page-exhibition {
	padding-top: 31px;
	padding-bottom: 12px;
	border-top: 1px solid #999;
}
.festival-guide .more-exhibition.event-page-exhibition {
	border:none;
}
.festival-child .more-exhibition.event-page-exhibition {
	border-top: 1px solid #999;
}
/*
.festival-guide .btn.btn-success,
.festival-guide .btn.btn-info,
.festival-guide .circle.social{
	background-color: black;
	border-color:black;
} */
.festival-guide .exhibition-items .desc .meta,
.festival-guide .exhibition-items .desc .meta .category-title a{
	color:black;
}
.festival-guide .exhibition-items .desc .meta .bar-right:after{
	background: black;
}
.more-exhibition.event-page-exhibition .header {
	margin-bottom: 24px;
}

.more-exhibition.place-now .header {
	margin-bottom: 33px;
}

.more-exhibition.margin-left {
	margin-left: 45px;
}

.more-exhibition .header {
	overflow: hidden;
	margin: 0 0 42px;
	text-align: center;
}

.more-exhibition .header.padding-left-header {
	padding-left: 40px;
}

.more-exhibition .header h2,
.ui-selectmenu-button,
.ui-button:hover,
.ui-button:focus {
	font: bold 44px/47px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 14px;
}

.more-exhibition .header .sub-heading {
	color: #000;
	font: 300 24px/25px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.more-exhibition .header .sub-heading .power-host {
	margin: 3px 0 0 3px;
	display: inline-block;
	vertical-align: top;
}

.more-exhibition .header .sub-heading .power-host:hover {
	opacity: .7;
}

.more-exhibition .load-more {
	text-align: center;
	margin-bottom: 58px;
}

.exhibition-items {
	overflow: hidden;
	margin: 0 -25px;
}

.exhibition-items.exhibition-items-margin-left {
	margin-left: 25px;
}

.exhibition-items.un-missable-things .item.big-grid {
	width: 66.66%;
}

.exhibition-items.un-missable-things .item.big-grid h3 {
	font-size: 30px;
	line-height: 31px;
	padding-bottom: 26px;
}

.exhibition-items.un-missable-things .item.big-grid .desc {
	font-size: 18px;
	line-height: 26px;
}

.exhibition-items.un-missable-things .item.big-grid .btn {
	padding: 8px 23px;
}

.exhibition-items.un-missable-things .desc {
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
}

.exhibition-items.un-missable-things .desc.btm-liner {
	padding-bottom: 8px;
	position: relative;
}

.exhibition-items.un-missable-things .desc.btm-liner:after {
	width: 127px;
	height: 1px;
	background: #333;
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
}

.exhibition-items.un-missable-things .desc h3 {
	padding-bottom: 15px;
}

.exhibition-items.un-missable-things .desc h3:after {
	display: none;
}

.exhibition-items.un-missable-things .desc p {
	margin: 0 0 19px;
}

.more-exhibition {
	border-bottom: 1px solid #999;
}

.festival-guide .more-exhibition,
#things-now {
	border-bottom: 0;
}

.exhibition-items.place-now-masonry .item-frame {
	background: #f2f2f2;
}

#additional-listing-ajax .item-frame {
	background-color: #fff;
}


.exhibition-items.place-now-masonry .desc {
	padding-bottom: 35px;
}

.exhibition-items.place-now-masonry figure {
	margin-bottom: 22px;
}

.exhibition-items.place-now-masonry .other-item .item-frame {
	background: none;
}

.exhibition-items .item {
	float: left;
	width: 33.3%;
	padding: 0 25px 68px;
}

.exhibition-items .item.other-item {
	padding-bottom: 60px;
}

.exhibition-items .item.twitter-other {
	padding-bottom: 52px;
}

.exhibition-items .item.facebook-other {
	padding-bottom: 71px;
}

.exhibition-items .desc {
	overflow: hidden;
	padding: 0 20px;
}

.exhibition-items .desc.more-btn h3:after {
	display: none;
}

.exhibition-items .desc .meta {
	color: #5ab5ad;
	font: 300 14px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 8px;
}
.venue .desc .meta {
	color: #333;
}

.venue .item-frame {
	padding-bottom: 20px;
}

.exhibition-items .desc .meta .bar-right {
	position: relative;
	padding-right: 5px;
}

.exhibition-items .desc .meta .bar-right:after {
	right: 4px;
	top: 4px;
	bottom: 4px;
	content: "";
	position: absolute;
	width: 1px;
	background: #5ab5ad;
}

.exhibition-items .desc .meta .category-title a {
	color: #5ab5ad;
	text-decoration: none;
}

.exhibition-items .desc .meta .category-title a:hover {
	color: #449891;
	text-decoration: underline;
}
.exhibition-items .item-frame img.wp-post-image{
	width: 100%;
}
.exhibition-items .desc h3 {
	font: bold 23px/28px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
	position: relative;
	padding-bottom: 45px;
}

.exhibition-items .desc h3:after {
	bottom: 0;
	left: 0;
	width: 127px;
	height: 1px;
	content: "";
	background: #333;
	position: absolute;
}

.exhibition-items .desc h3 a {
	text-decoration: none;
}

.exhibition-items .desc h3 a:hover {
	text-decoration: underline;
}

.un-missable-wrapper {
	margin: 0 0 23px;
}

.un-missable-wrapper .top-two-col {
	overflow: hidden;
	padding: 30px 0 36px;
}

.un-missable-wrapper .top-two-col .col {
	float: left;
	width: 50%;
}

.un-missable-wrapper .top-two-col .col-desc {
	font-size: 25px;
	line-height: 31px;
	padding: 4px 0 0 26px;
}

.un-missable-wrapper .top-two-col .col-desc p {
	margin: 0 0 31px;
}

.un-missable-wrapper .top-two-col .col-desc .arrow-link {
	text-decoration: none;
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 0 2px;
	font-size: 20px;
}

.un-missable-wrapper .top-two-col .col-desc .arrow-link:hover {
	color: #666;
}

.un-missable-wrapper .top-two-col h2 {
	font: bold 38px/39px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 10px;
}

.culture-guide-wrapper {
	/*background: #ebc5a1;*/
		background-color: rgb(237, 219, 195);
	padding: 53px 0 27px;
}

.district-guide-wrapper {
	background: #b7c2c7;
	padding: 53px 0 27px;
}
.visitor-guide-wrapper {
	background: #dddddd;
	padding: 53px 0 27px;
	margin-top: -1px;
}

.culture-guide-wrapper.padding-left .container,
.district-guide-wrapper.padding-left .container,
.visitor-guide-wrapper.padding-left .container{
	padding-left: 55px;
}

.culture-guide-wrapper h2,
.district-guide-wrapper h2,
.visitor-guide-wrapper h2 {
	font: bold 43px/44px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 50px;
	text-align: center;
}

.culture-guide-masonry,
.district-guide-masonry,
.visitor-guide-masonry {
	overflow: hidden;
	margin: 0 -24px;
}

.culture-guide-masonry .item,
.district-guide-masonry .item,
.visitor-guide-masonry .item {
	float: left;
	width: 33.33%;
	padding: 0 24px 51px;
}

.culture-guide-masonry .item.other-item .item-frame,
.district-guide-masonry .item.other-item .item-frame,
.visitor-guide-masonry .item.other-item .item-frame {
	background: transparent;
}

.culture-guide-masonry .item figure,
.district-guide-masonry .item figure,
.visitor-guide-masonry .item figure {
	margin-bottom: 0;
}

.culture-guide-masonry .item-frame,
.district-guide-masonry .item-frame,
.visitor-guide-masonry .item-frame {
	background: #fff;
}

.culture-guide-masonry .desc,
.district-guide-masonry .desc,
.visitor-guide-masonry .desc {
	overflow: hidden;
	padding: 19px 20px 23px;
	font-size: 15px;
	line-height: 22px;
}

.culture-guide-masonry .desc h3,
.district-guide-masonry .desc h3,
.visitor-guide-masonry .desc h3 {
	font: bold 30px/28px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 37px;
}

.culture-guide-masonry .desc h3 a,
.district-guide-masonry .desc h3 a,
.visitor-guide-masonry .desc h3 a {
	text-decoration: none;
}

.culture-guide-masonry .desc h3 a:hover,
.district-guide-masonry .desc h3 a:hover,
.visitor-guide-masonry .desc h3 a:hover {
	color: #999;
}

.culture-guide-masonry .desc p,
.district-guide-masonry .desc p,
.visitor-guide-masonry .desc p {
	margin-bottom: 14px;
}

.destination-guide {
	padding: 54px 0 34px;
}
.single-guide .destination-guide {
   /* border-bottom: 2px solid #c0c0c0; */
}
.destination-guide h2 {
	font: bold 44px/44px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 53px;
	text-align: center;
}

.destination-guide .four-columns {
	clear:both;
}

.destination-guide .four-columns .col {
	width: 25%;
	float: left;
	margin: 0 0 20px;
}

.destination-guide .four-columns .col + .col {
	border-left: 1px solid #999;
}

.destination-guide .four-columns .col-content {
	padding: 15px 10px 2px;
	max-width: 233px;
	margin: 0 auto;
}

.destination-guide .four-columns .image-hold {
	position: relative;
	margin-bottom: 44px;
	text-align: right;
}

.destination-guide .four-columns .image-hold .radius {
	border-radius: 100%;
}

.destination-guide .four-columns .image-hold .radius img {
	border-radius: 100%;
}

.destination-guide .four-columns .image-hold .stamp {
	position: absolute;
	bottom: -9px;
	left: -38px;
}

.destination-guide .four-columns .image-hold .stamp.stamp1 {
	bottom: -23px;
	left: -30px;
}

.destination-guide .four-columns .image-hold .stamp.stamp2 {
	left: -35px;
	bottom: -16px;
}

.destination-guide .four-columns .image-hold .stamp.stamp3 {
	left: -31px;
	bottom: -26px;
}

.destination-guide .four-columns h3 {
	font: bold 30px/37px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 17px;
}

.destination-guide .four-columns h3 a {
	text-decoration: none;
}

.destination-guide .four-columns h3 a:hover {
	color: #999;
}

.destination-guide .four-columns .link-list li {
	font-size: 18px;
	line-height: 22px;
	border-top: 1px solid #999;
	position: relative;
}

.destination-guide .four-columns .link-list li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 5px 20px 4px 0;
	cursor: pointer;
}
.destination-guide .destination-drop,
.destination-guide .destination-drop li{
	list-style: none;
	padding-left: 0px;
}
.destination-guide .destination-drop{
	position: absolute;
	background: white;
	top: 31px;
	width: 100%;
	opacity: 0;
	z-index: -100;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin: 0px -5%;
	padding: 5px 10px 5px 10px;
	width: 110%;
}
.destination-guide .four-columns .link-list li.clicked .destination-drop{
	display: block;
	opacity: 1;
	z-index: 100;
}
.destination-guide .four-columns .link-list li li a:after{
	display: none;
}
.destination-guide .four-columns .link-list li li {
	font-size: 15px;
	line-height: 19px;
	border-top: 1px solid #cccccc;
}
.more-exhibition .header h2{
	position: relative;
}
.destination-guide .four-columns .link-list li a:hover {
	color: #999;
}
.add-card {
	padding: 28px 0 40px;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
}

.add-card .card-frame {
	background: #daabb1;
	background: -webkit-linear-gradient(top, #daabb1 0%, #c1929c 100%);
	background: linear-gradient(to bottom, #daabb1 0%, #c1929c 100%);
	position: relative;
	min-height: 282px;
	color: #fff;
	overflow: hidden;
}

.add-card .txt-hold {
	text-align: center;
	padding: 32px 233px 24px;
	position: relative;
	z-index: 10;
}

.add-card.left-right .txt-hold {
	margin-left: 50%;
	padding: 32px 20px 24px;
	text-align: left;
}

.add-card .txt-hold .heading {
	position: relative;
	padding: 38px 0 27px;
	margin: 0 0 29px;
}

.add-card .txt-hold .heading:before,
.add-card .txt-hold .heading:after {
	position: absolute;
	content: "";
	width: 387px;
	height: 7px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.add-card.left-right .txt-hold .heading:before,
.add-card.left-right .txt-hold .heading:after {
	display: none;
}

.add-card .txt-hold .heading:before {
	top: 0;
	background: url(images//line01.png) no-repeat 0 0;
}

.add-card .txt-hold .heading:after {
	bottom: 0;
	background: url(images//line02.png) no-repeat 0 0;
}

.add-card .txt-hold .heading h2 {
	font: 300 45px/1 "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 10px;
}

.add-card .txt-hold .heading h3 {
	font: 300 45px/1 "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.add-card.left-right .txt-hold .heading h2 {
	font-size: 30px;
}

.add-card.left-right .txt-hold .heading p {
	font-size: 18px;
}

.add-card .img-hold {
	bottom: 0;
	height: 100%;
	position: absolute;
	right: -37px;
	width: 36.333333%;
}

.add-card .take-me a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding-right: 23px;
	text-decoration: none;
	position: relative;
}

.add-card .take-me a:hover {
	color: #ccc;
}

.add-card .take-me a .icon-right {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 17px;
}

.event-post-block {
	padding: 27px 0 44px;
}

.event-post-block .share-hold {
	float: left;
	max-width: 130px;
}

.event-post-block .share-hold.fixed-position {
	float: none;
	margin: 0;
}

.event-post-block .main-content {
	padding-left: 325px;
	padding-right: 92px;
}

.event-post-block .main-content .meta {
	overflow: hidden;
	margin: 0 0 44px 55px;
}

.event-post-block .main-content .meta h2,
.event-post-block .main-content .meta h1 {
	font: bold 38px/39px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 14px;
}

.event-post-block .main-content .meta h2 a,
.event-post-block .main-content .meta h1 a {
	color: #333;
	text-decoration: none;
}

.event-post-block .main-content .meta h2 a:hover,
.event-post-block .main-content .meta h1 a:hover {
	color: #666;
}

.event-post-block .main-content .meta .post-by,
.main-block .post-time {
	font: 300 14px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #666;
}

.main-block .post-time{
	padding-top: 5px;
}

.event-post-block .main-content .image-hold {
	margin: 0 0 36px;
}

.event-post-block .main-content .image-hold img {
	display: block;
	margin: 0 0 8px;
}

.event-post-block .main-content .image-hold figcaption,
.main-block figcaption,
.large-image-figure figcaption,
.half-block figcaption,
.description small {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	padding-top: 6px;
}
.description small {
	display: block;
}
.description small a {
	color: #666;
}

.large-image-figure figcaption {
	padding-top: 12px;
}

.event-post-block .main-content .description {
	padding-left: 55px;
	padding-right: 55px;
}

.event-post-block .main-content .description p {
	margin-bottom: 32px;
}

.event-post-block .main-content .description h3 {
	font: 300 30px/38px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 51px;
	text-align: center;
	padding: 36px 0 0;
}

.event-post-block .main-content .img {
	padding: 7px 0 41px;
}

.description .note {
	padding: 20px 0 20px;
	border-top: 1px solid #a6a6a6;
}

.description .note p{
	margin:0 0 20px;
}
.description .note .btn-hold{
	margin-top: 30px;
}
.event-post-block .main-content .note p {
	margin: 0;
}

.event-post-block .main-content .note .btn-hold {
	padding-top: 27px;
}

.event-post-block .main-content .note .btn-hold .btn {
	min-width: 118px;
}

.carousel {
	position: relative;
}

.carousel.not-enough-slides .btn-control {
	display: none;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .mask .slideset {
	width: 100%;
	float: left;
}

.carousel .mask .slide {
	width: 100%;
	float: left;
}

.carousel .btn-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255, 255, 255, .8);
	color: #000;
	text-decoration: none !important;
	width: 38px;
	height: 38px;
	text-align: center;
	padding-top: 4px;
}

.carousel .btn-control:hover {
	background: #fff;
}

.carousel .btn-control.btn-prev {
	left: 0;
	padding-right: 3px;
}

.carousel .btn-control.btn-next {
	right: 0;
	padding-left: 3px;
}

.carousel .slide-caption {
	color: #666;
	font: 300 14px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	overflow: hidden;
}

.carousel .image-title {
	float: left;
	width: calc(100% - 70px);
	padding-right: 10px;
	font: 300 14px/20px "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.carousel .slide-number {
	text-align: right;
	width: 70px;
	float: right;
}

.top-carousel {
	position: relative;
	border-bottom: 1px solid #000;
	margin-bottom: 17px;
}

.top-carousel.not-enough-slides .btn-control {
	display: none;
}

.top-carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0 60px;
}

.top-carousel .mask .slideset {
	width: 100%;
	float: left;
}

.top-carousel .mask .slide {
	padding: 20px 0 28px;
	width: 100%;
	float: left;
	text-align: center;
}

.top-carousel .btn-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255, 255, 255, .8);
	color: #000;
	text-decoration: none !important;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 4px;
	font-size: 15px;
	border: 1px solid #000;
	border-radius: 30px;
}

.top-carousel .btn-control:hover {
	color: #999;
	border-color: #999;
}

.top-carousel .btn-control.btn-prev {
	left: 0;
	padding-right: 3px;
}

.top-carousel .btn-control.btn-next {
	right: 0;
	padding-left: 3px;
}

.top-carousel h1 {
	font: bold 30px/39px "Dutch 766 W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 20px;
}

.top-carousel .link-block {
	font-size: 25px;
	line-height: 30px;
}

.top-carousel .link-block .arrow-link {
	text-decoration: none;
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 3px;
	font-size: 18px;
}

.top-carousel .link-block .arrow-link:hover {
	color: #666;
}

/* Pages
	 ========================================================================== */
.search article {
	padding: 2em 0;
}



/* jQuery tabs
	 ========================================================================== */
.ui-tabs-vertical p {
	margin: .2em 0 .1em !important;
}
.ui-tabs-vertical {
	border-width: 2px;
	border-top: solid;
	border-color: #eee;
	margin-top: 2em;
}
#tabs {
	max-width: 760px;
	width: 100%;
}
.ui-tabs-vertical .ui-tabs-nav{
	width: 40%;
}
.ui-tabs-vertical .ui-tabs-nav,
.ui-tabs-vertical .inner-list {
	margin: 0;
	padding: .2em .1em 2.2em 0px;
	float: left;
	list-style-type: none;
}
#tabs-1 {
	padding-left: 2em;
}
.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 0 !important;
	margin: 0 -1px .2em 0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
	display:block;
	text-decoration: none;
	border-bottom: 2px solid #eee;
	border-color: #eee;
	border-width: 2px;
	display: block;
	text-decoration: none;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	padding-bottom: 0;
	padding-right: .1em;
	border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-panel {
	float: left;
	width: 60%;
}
.digital-address,
.post-address {
	padding: 0;
	list-style-type: none;
}
.ui-tabs-panel{
	padding: 0 0 20px 48px;
}

.ui-tabs-vertical .ui-tabs-panel {
	padding: 0 0 0 48px;
}
.ui-tabs-nav.ui-widget-header {
	border: none;
	background: transparent;
	color: initial;
	font-weight: bold;
}
#tabs .ui-state-default,
#tabs .ui-widget-content .ui-state-default,
#tabs .ui-widget-header .ui-state-default,
#tabs .ui-button {
	border: none;
	background: transparent;
	color: initial!important;
	margin-bottom: 0px;
}
#tabs .ui-state-active a,
#tabs .ui-state-active a:link,
#tabs .ui-state-active a:visited,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	color: #333!important;
	font: 22px/1.4545 "Proxima Nova W01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0px;
	font-weight: 300;
	width: 100%;
	outline: none;
}
/* Guide filters
	 ========================================================================== */

.ui-selectmenu-menu .ui-widget-content {
   font: bold 30px/47px "Dutch 766 W01","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover, .ui-state-focus,
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
.ui-button:hover, .ui-button:focus {
	background: #fff none repeat scroll 0 0;
	border: none;
}

.ui-selectmenu-button.ui-button {
	width: auto;
	line-height: 66px;
	margin: 0;
}
.ui-button .ui-icon {
	display: none;
}

.ui-selectmenu-text {
	margin-right: 0;
}
.ui-selectmenu-text:hover,
.ui-selectmenu-text:focus {
   text-decoration: underline;
}

.ui-selectmenu-button {
	background-color: transparent;
	border: 0;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: 0 !important;
	outline: 0 !important;
	clear: both;
	display: inline-block;
	position: relative;
	padding: 0 1.4em 0 0;

}

.ui-selectmenu-button-closed::after {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	content: "\e809";
	font-size: 30px;
	color: #333;
	right: 29px;
	position: absolute;
}
.ui-selectmenu-button-open::after {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	content: "\e808";
	font-size: 30px;
	color: #333;
	right: 29px;
	position: absolute;
}
#filters h2 span {
	vertical-align: middle;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
	text-align: center;
	border: none;
}
.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 {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #333;
	font-weight: bold;
}
#tabs.ui-widget.ui-widget-content {
	border: 1px solid #fff;
}
#tabs.ui-widget.ui-widget-content{
	border-width: 2px;
	border-top: solid;
	border-top-color: #eee;
	margin-top: 2em;
	padding: 0px;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 10px 1em 10px 0.4em;
}

.ui-menu .ui-menu-item-wrapper:hover {
	text-decoration:underline;
}
.supporters{
	display: none;
}
.single-guide .supporters{
	display: block;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.supporters h5{
	font-weight: 400;
}
.supporters ul{
	padding:0px;
	margin:0px;
}
.supporters ul li{
	padding-right: 10px;
}
.supporters .inner-container {
	padding: 0;
}

.show-mobile{
	display: none!important;
}
.hide-mobile{
	display: block;
}

/*
 * Announcement box
 */
body > #announcement-overlay {
	display: none;
}

#announcement-overlay {
	text-align: center;
	line-height: 1.4;
}

@media (max-width: 782px) {
	#announcement-overlay {
		font-size: 12px;
	}
}

#announcement-overlay .logo {
	width: 90%;
	max-width: 300px;
	margin: 0 auto 20px;
}

#announcement-overlay .logo  span{
	color:black;
}

#announcement-overlay .logo img {
	width: 100%;
}

.featherlight .featherlight-content {
	max-width: 840px;
}

@media (min-width: 782px) {
	.featherlight .featherlight-content{
		padding: 35px 65px 0;
	}
}


/*
 * WP ADMIN BAR
 */
.admin-bar #header {
	top: 32px;
}

.admin-bar .nav-drop {
	top: 94px;
}

@media (max-width: 1023px) {
	.admin-bar .nav-drop {
		top: 87px;
	}
}

@media (max-width: 782px) {
	.admin-bar #header {
		top: 46px;
	}

	.admin-bar .nav-drop {
		top: 102px;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}

/*
 * COLLAPSIBLE HEADER
 */
@media (max-width: 767px) {
	#header > .container.category-bar-container {
		display: none;
	}
}

@media (min-width: 250px){
	.supporters ul li {
		display: inline-block;
		/*width: 44%;*/
		text-align: left;
	}
	.supporters .title {
		font-size: 12px;
		margin: 0px 0 5px;
	}
}
/*
@media (min-width: 400px){
	.supporters ul li {
		width: 40%;
	}
	.supporters .title {
		font-size: 14px;
	}
}
@media (min-width: 500px){
	.supporters ul li {
		width: 30%;
	}
}
@media (min-width: 600px){
	.supporters ul li {
		width: 23%;
	}
}*/

@media (min-width: 768px) {
	.home #main {
		padding-top: 101px;
	}

	body.header-collapsed #header > .logo-container {
		margin-top: -62px;
	}

	body.header-collapsed .nav-opener {
		top: 47px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	body.header-collapsed #header > .logo-container{
		margin-top: -56px;
	}

	body.header-collapsed .nav-opener {
		top: 47px;
	}

	.home #main {
		padding-top: 95px;
	}
}


@media (max-width: 1249px) {
	.ct-masonry .grid-item figure,
	.js-masonry .grid-item figure {
		margin-bottom: 10px;
	}

	.brown-block .three-cols .col.left-img {
		margin-left: 0;
	}

	.brown-block .three-cols .col.right-img {
		margin: 0;
	}

	.brown-block .three-cols .col.text-col .txt-wrap {
		margin-left: 0;
		margin-right: 0;
	}

	.brown-block .three-cols h3 {
		margin-bottom: 20px;
	}

	.brown-block .three-cols .social-networks {
		margin: 0 -15px;
	}

	.brown-block .three-cols .social-networks li {
		padding: 0 15px 10px;
	}

	.brown-block .three-cols .social-networks a {
		font-size: 45px;
	}

	.brown-block .three-cols .social-networks a.icon-twitter {
		font-size: 50px;
	}

	.exhibition-items {
		margin: 0 -10px;
	}

	.exhibition-items.exhibition-items-margin-left {
		margin-left: 30px;
	}

	.exhibition-items.un-missable-things .desc.btm-liner:after {
		left: 10px;
	}

	.exhibition-items .item {
		padding: 0 10px 40px;
	}

	.exhibition-items .item.other-item {
		padding-bottom: 40px;
	}

	.exhibition-items .item.twitter-other {
		padding-bottom: 40px;
	}

	.exhibition-items .item.facebook-other {
		padding-bottom: 50px;
	}

	.exhibition-items .desc {
		padding: 0 10px;
	}

	.un-missable-wrapper .top-two-col {
		padding-bottom: 10px;
	}

	.un-missable-wrapper .top-two-col .col-desc {
		padding-left: 15px;
	}

	.culture-guide-wrapper {
		padding: 30px 0 20px;
	}

	.culture-guide-wrapper h2 {
		margin-bottom: 30px;
	}

	.culture-guide-masonry,
	.district-guide-masonry,
	.visitor-guide-masonry {
		margin: 0 -10px;
	}

	.culture-guide-masonry .item,
	.district-guide-masonry .item,
	.visitor-guide-masonry .item {
		padding: 0 10px 20px;
	}

	.culture-guide-masonry .desc,
	.district-guide-masonry .desc,
	.visitor-guide-masonry .desc {
		padding: 15px;
	}

	.culture-guide-masonry .desc h3,
	.district-guide-masonry .desc h3,
	.visitor-guide-masonry .desc  h3 {
		margin-bottom: 20px;
	}

	.destination-guide {
		padding: 30px 0 20px;
	}

	.destination-guide h2 {
		margin-bottom: 30px;
	}

	.destination-guide .four-columns .image-hold {
		max-width: 170px;
		margin: 0	auto 30px;
	}

	.destination-guide .four-columns .image-hold .stamp {
		bottom: -5px;
		left: -30px;
	}

	.destination-guide .four-columns .image-hold .stamp img {
		width: 70%;
	}

	.destination-guide .four-columns .image-hold .stamp.stamp1 {
		bottom: -9px;
		left: -20px;
	}

	.destination-guide .four-columns .image-hold .stamp.stamp2 {
		left: -20px;
		bottom: -10px;
	}

	.destination-guide .four-columns .image-hold .stamp.stamp3 {
		left: -35px;
		bottom: -10px;
	}

	.add-card .txt-hold {
		padding: 40px 200px 20px;
	}

	.add-card.left-right .txt-hold {
		margin-left: 0;
	}

	.add-card .txt-hold .heading {
		margin-bottom: 20px;
	}

	.add-card .txt-hold .heading h2 {
		font-size: 40px;
	}

	.add-card .txt-hold .heading h3 {
		font-size: 40px;
	}

	.top-carousel .mask {
		padding: 0 70px;
	}

	.top-carousel .mask .slide {
		padding: 35px 0 30px;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 17px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	input[type="date"],
	.form-control,
	textarea {
		font-size: 13px;
		line-height: 20px;
	}

	.btn.btn-success {
		font-size: 15px;
		line-height: 20px;
	}

	.btn.btn-success.btn-small {
		font-size: 13px;
		line-height: 18px;
	}

	.btn.btn-success.btn-load-more {
		font-size: 17px;
		line-height: 22px;
		min-width: 200px;
	}

	#main {
		padding-top: 57px;
	}

	.title-page h1,
	.title-page h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.social-networks a {
		font-size: 24px;
	}

	.circle {
		width: 200px;
		height: 200px;
	}

	.circle .title-txt {
		font-size: 22px;
		line-height: 20px;
	}

	.circle.more-inbox .icon {
		width: 60px;
		margin: 0 auto 10px;
	}

	.circle.social .title-txt {
		line-height: 20px;
		margin-bottom: 10px;
	}

	.circle.social .icon {
		font-size: 70px;
	}

	.circle.social .icon .ico.icon-twitter {
		font-size: 65px;
	}

	.circle.social .icon .ico.icon-facebook {
		font-size: 55px;
	}

	.circle.red-circle {
		width: 200px;
		height: 233px;
		background-size: cover;
		margin-top: -30px;
	}

	.circle.red-circle .take-me-title {
		font-size: 22px;
		line-height: 1;
		padding-top: 65px;
	}

	.circle.red-circle .arrow {
		font-size: 15px;
	}

	#header > .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header .logo:after {
		height: 55px;
		top: -15px;
	}

	.main-nav {
		margin-top: -39px;
	}

	.nav-drop {
		top: 55px;
	}

	.nav-drop .container {
		padding-top: 30px;
	}

	.nav-drop .main-link .link {
		margin-bottom: 30px;
	}

	.nav-drop .main-link .link li {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.nav-drop .main-link .follow-block .title {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 12px;
	}

	.nav-drop .main-link .follow-block .social-networks {
		margin: 0 -10px;
	}

	.nav-drop .main-link .follow-block .social-networks li {
		padding: 0 10px 10px;
	}

	.nav-drop .main-link .follow-block .social-networks a {
		font-size: 30px;
	}

	.nav-drop .main-link .follow-block .social-networks a.icon-twitter {
		font-size: 35px;
	}

	.nav-drop .other-links .col.col-right .block {
		margin-bottom: 30px;
	}

	.nav-drop .other-links .block {
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 25px;
	}

	.nav-drop .other-links .link-list li {
		margin-bottom: 5px;
	}

	.form-search {
		padding: 27px 30px 0 20px;
	}

	.form-search .search-wrap {
		padding: 0 30px 0 0;
	}

	.form-search .form-control1 {
		font-size: 20px;
		line-height: 25px;
		padding: 5px;
	}

	.form-search .btn {
		width: 25px;
		top: 1px;
		bottom: auto;
	}

	.brown-block.padding-left .container {
		padding-left: 50px;
	}

	.brown-block .three-cols .col.left-img {
		width: 35%;
	}

	.brown-block .three-cols .col.right-img {
		width: 35%;
	}

	.brown-block .three-cols .col.text-col {
		width: 30%;
	}

	.brown-block .three-cols h3 {
		font-size: 23px;
		line-height: 28px;
	}

	.brown-block .three-cols .social-networks a {
		font-size: 32px;
	}

	.brown-block .three-cols .social-networks a.icon-twitter {
		font-size: 38px;
	}

	.grey-block {
		padding: 40px 0 50px;
	}

	.grey-block.padding-left .container {
		padding-left: 45px;
	}

	.grey-block .title-head {
		font-size: 17px;
		line-height: 23px;
		margin-bottom: 5px;
	}

	.grey-block h3 {
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 25px;
	}

	.form-sign-up .form-group .btn-hold .btn,
	#footer .gform_footer .gform_button {
		font-size: 13px;
		line-height: 20px;
		padding-top: 4px;
	}

	.black-block {
		padding: 30px 0 50px;
	}

	.black-block .footer-link ul {
		margin: 0 -10px;
	}

	.black-block .footer-link ul li {
		padding: 0 10px 10px;
		font-size: 13px;
	}

	.top-block {
		padding-top: 25px;
	}

	.top-block .main-block {
		width: 75%;
		padding-left: 15px;
	}

	.top-block .left-block {
		width: 20%;
	}

	.top-block .meta {
		margin-bottom: 20px;
	}

	.top-block .meta h2,
	.top-block .meta h1 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.top-block .meta .by {
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 4px;
	}

	.top-block .meta .posted-date {
		font-size: 13px;
	}

	.top-block .description p {
		margin-bottom: 24px;
	}

	.top-block .description .arrow-link {
		font-size: 12px;
		margin-top: 4px;
	}

	.top-block .left-block .title {
		font-size: 13px;
	}

	.top-block .left-block h3 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 40px;
	}
	/*
	.supported-by{
		display: none;
	}
	*/
	.title1 {
		font-size: 13px;
		margin-bottom: 7px;
	}

	.share-hold .social-networks a {
		font-size: 28px;
	}

	.share-hold .social-networks a.icon-mail-alt {
		font-size: 27px;
	}

	.share-hold .social-networks a.icon-facebook {
		font-size: 28px;
	}

	.share-hold .social-networks a.icon-twitter {
		font-size: 30px;
	}

	.steps-wrapper {
		padding-top: 20px;
		padding-left: 40px;
	}

	.steps-wrapper .step {
		margin-bottom: 25px;
	}

	.steps-wrapper h2 {
		font-size: 23px;
		line-height: 30px;
		margin: 0 0 20px 40px;
	}

	.steps-wrapper .carousel {
		margin-bottom: 20px;
	}

	.steps-wrapper .text-holder {
		padding-left: 40px;
		padding-right: 40px;
	}

	.steps-wrapper p {
		margin-bottom: 24px;
	}

	.steps-wrapper .btn-hold {
		padding-bottom: 20px;
	}

	.more-exhibition {
		padding: 25px 0 10px;
	}

	.more-exhibition.event-page-exhibition {
		padding: 25px 0 10px;
	}

	.more-exhibition.event-page-exhibition .header {
		margin-bottom: 20px;
	}

	.more-exhibition.place-now .header {
		margin-bottom: 25px;
	}

	.more-exhibition.margin-left {
		margin-left: 40px;
	}

	.more-exhibition .header {
		margin-bottom: 30px;
	}

	.more-exhibition .header .sub-heading {
		font-size: 18px;
		line-height: 22px;
	}

	.more-exhibition .header .sub-heading .power-host {
		width: 100px;
		margin-top: 0;
	}

	.more-exhibition .load-more {
		margin-bottom: 40px;
	}

	.exhibition-items.un-missable-things .item.big-grid h3,
	.exhibition-items.un-missable-things .item h3{
		font-size: 23px;
		line-height: 25px;
		padding-bottom: 15px;
	}

	.exhibition-items.un-missable-things .item.big-grid .desc {
		font-size: 17px;
		line-height: 22px;
	}

	.exhibition-items.un-missable-things .desc.btm-liner:after {
		left: 0;
	}

	.exhibition-items.un-missable-things .desc h3 {
		padding-bottom: 12px;
	}

	.exhibition-items.place-now-masonry .desc {
		padding: 0 15px 25px;
	}

	.exhibition-items.place-now-masonry figure {
		margin-bottom: 15px;
	}

	.exhibition-items .item.facebook-other {
		padding-bottom: 40px;
	}

	.exhibition-items .desc {
		padding: 0;
	}

	.exhibition-items .desc .meta {
		font-size: 13px;
	}

	.exhibition-items .desc h3:after {
		width: 110px;
	}

	.un-missable-wrapper .top-two-col .col-desc {
		font-size: 18px;
		line-height: 27px;
	}

	.un-missable-wrapper .top-two-col .col-desc p {
		margin-bottom: 24px;
	}

	.un-missable-wrapper .top-two-col .col-desc .arrow-link {
		font-size: 12px;
		margin-top: 2px;
	}

	.un-missable-wrapper .top-two-col h2 {
		font-size: 28px;
		line-height: 1;
	}

	.culture-guide-wrapper h2 {
		font-size: 30px;
		line-height: 1;
	}

	.culture-guide-masonry .desc,
	.district-guide-masonry .desc,
	.visitor-guide-masonry .desc {
		font-size: 13px;
		line-height: 20px;
	}

	.culture-guide-masonry .desc h3,
	.district-guide-masonry .desc h3,
	.visitor-guide-masonry .desc  h3 {
		font-size: 23px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.destination-guide h2 {
		font-size: 30px;
		line-height: 1;
	}

	.destination-guide .four-columns .image-hold {
		max-width: 120px;
	}

	.destination-guide .four-columns .image-hold .stamp {
		bottom: -1px;
		left: -20px;
	}

	.destination-guide .four-columns .image-hold .stamp img {
		width: 50%;
	}

	.destination-guide .four-columns .image-hold .stamp.stamp1 {
		bottom: -5px;
		left: -15px;
	}

	.destination-guide .four-columns .image-hold .stamp.stamp2 {
		left: -10px;
		bottom: -5px;
	}

	.destination-guide .four-columns .image-hold .stamp.stamp3 {
		left: -20px;
		bottom: -5px;
	}

	.destination-guide .four-columns h3 {
		font-size: 23px;
		line-height: 25px;
		margin: 0 0 10px;
	}

	.destination-guide .four-columns .link-list li {
		font-size: 14px;
		line-height: 20px;
	}

	.destination-guide .four-columns .link-list li a {
		padding: 4px 15px 4px 0;
	}

	.destination-guide .four-columns .link-list li a:after {
		font-size: 12px;
	}

	.add-card {
		padding: 20px 0 25px;
	}

	.add-card .card-frame {
		min-height: 230px;
	}

	.add-card .txt-hold {
		padding: 30px 200px 20px;
	}

	.add-card .txt-hold .heading {
		padding: 25px 0;
	}

	.add-card .txt-hold .heading h2 {
		font-size: 30px;
		line-height: 1;
	}

	.add-card .txt-hold .heading h3 {
		font-size: 30px;
		line-height: 1;
	}

	.add-card .img-hold {
		width: 314px;
	}

	.event-post-block {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.event-post-block .main-content {
		padding-left: 200px;
		padding-right: 0;
	}

	.event-post-block .main-content .meta {
		margin-bottom: 25px;
		margin-left: 30px;
	}

	.event-post-block .main-content .meta h2,
	.event-post-block .main-content .meta h1 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.event-post-block .main-content .meta .post-by {
		font-size: 13px;
	}

	.event-post-block .main-content .image-hold {
		margin-bottom: 25px;
	}

	.event-post-block .main-content .image-hold figcaption {
		font-size: 13px;
	}

	.event-post-block .main-content .description {
		padding-left: 30px;
		padding-right: 30px;
	}

	.event-post-block .main-content .description p {
		margin-bottom: 24px;
	}

	.event-post-block .main-content .description h3 {
		padding: 20px 0 0;
		margin-bottom: 30px;
		font-size: 23px;
		line-height: 30px;
	}

	.event-post-block .main-content .img {
		padding-bottom: 30px;
	}

	.event-post-block .main-content .note .btn-hold {
		padding-top: 20px;
	}

	.event-post-block .main-content .note .btn-hold .btn {
		min-width: 100px;
	}

	.top-carousel .mask {
		padding: 0 50px;
	}

	.top-carousel .mask .slide {
		padding: 10px 0 20px;
	}

	.top-carousel h1 {
		font-size: 28px;
		line-height: 1;
		margin-bottom: 20px;
	}

	.top-carousel .link-block {
		font-size: 20px;
		line-height: 1;
	}

	.top-carousel .link-block .arrow-link {
		font-size: 12px;
		margin-top: 4px;
	}


	.supporters {
		display: block;
		margin-bottom: 40px;
	}
}

@media (max-width: 980px){
	.ui-tabs-vertical .ui-tabs-panel {
		clear: both;
		padding: 0 0 50px 0 !important;
	}
}

@media (max-width: 767px) {
	.show-mobile{
		display: block!important;
	}
	.hide-mobile{
		display: none!important;
	}
	.main-nav {
		font-size: 15px;
	}

	#main {
		padding-top: 24px;
	}

	.title-page h1,
	.title-page h2 {
		font-size: 23px;
		line-height: 28px;
	}

	.ct-masonry .grid-item figure a img,
	.js-masonry .grid-item figure a img {
		width: 100%;
	}

	.circle.red-circle {
		margin-top: 0;
	}

	#header {
		height: 55px;
	}

	#header > .container {
		height: 55px;
	}

	#header .logo {
		width: 180px;
	}

	#header .logo:after {
		height: 55px;
	}

	.main-nav {
		margin: -20px 0 0;
	}

	.nav-opener {
		padding: 8px 0;
		width: 32px;
	}

	.nav-drop {
		top: 55px;
	}

	.nav-drop .container {
		padding-top: 10px;
	}

	.nav-drop .main-link {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 20px;
		border-bottom: 1px solid #000;
	}

	.nav-drop .main-link .link {
		margin-bottom: 15px;
	}

	.nav-drop .main-link .link li {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 3px;
	}

	.nav-drop .main-link .follow-block .title {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 5px;
	}

	.nav-drop .main-link .follow-block .social-networks a {
		font-size: 20px;
	}

	.nav-drop .main-link .follow-block .social-networks a.icon-twitter {
		font-size: 28px;
	}

	.nav-drop .main-link .follow-block .social-networks a.icon-facebook {
		margin-top: 1px;
	}

	.nav-drop .other-links {
		padding-left: 0;
	}

	.nav-drop .other-links .col.col-right .block {
		margin-bottom: 15px;
	}

	.nav-drop .other-links .block {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.nav-drop .other-links .block .title {
		margin-bottom: 5px;
	}

	.nav-drop .other-links .link-list {
		padding-left: 15px;
	}

	.nav-drop .other-links .link-list li {
		margin-bottom: 3px;
	}

	.form-search {
		padding-top: 40px;
	}

	.form-search .search-wrap {
		padding-right: 20px;
	}

	.form-search .form-control1 {
		font-size: 17px;
		line-height: 22px;
	}

	.form-search .btn {
		width: 18px;
		top: 5px;
		bottom: auto;
	}

	.brown-block.padding-left .container {
		padding-left: 40px;
	}

	.brown-block .three-cols .col {
		float: none;
		text-align: center;
	}

	.brown-block .three-cols .col.left-img {
		width: auto;
	}

	.brown-block .three-cols .col.right-img {
		width: auto;
		float: none;
	}

	.brown-block .three-cols .col.text-col {
		width: auto;
	}

	.brown-block .three-cols h3 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}

	.grey-block {
		padding: 15px 0 20px;
	}

	.grey-block.padding-left .container {
		padding-left: 35px;
	}

	.grey-block .title-head {
		font-size: 17px;
		line-height: 22px;
	}

	.grey-block h3 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.form-sign-up .form-group .btn-hold,
	#footer .gform_footer {
		width: 20%;
	}

	.form-sign-up .form-group .input-wrap,
	#footer .gform_footer ,ginput_container_email {
		width: 80%;
	}

	.black-block {
		padding: 15px 0;
	}

	.black-block.padding-left {
		padding-left: 25px;
	}

	.black-block .footer-link {
		float: none;
		width: auto;
		text-align: center;
	}

	.black-block .footer-link ul {
		margin-bottom: 10px;
	}

	.black-block .footer-link ul li {
		padding-bottom: 5px;
	}

	.black-block .footer-power-by {
		text-align: center;
	}

	.top-block {
		padding-top: 10px;
		padding-left: 0;
	}

	.top-block .half-block {
		float: none;
		width: auto;
	}

	.top-block .half-block .description {
		margin-left: 0;
	}

	.top-block .half-block .image-hold{
		margin: 0 0 30px 0;
	}

	.top-block .main-block {
		float: none;
		width: auto;
		padding: 0;
	}

	.top-block .left-block {
		width: auto;
	}

	.top-block .meta h2,
	.top-block .meta h1 {
		font-size: 25px;
		line-height: 30px;
	}

	.top-block .meta .by {
		font-size: 17px;
		line-height: 22px;
	}

	.top-block .meta .posted-date {
		font-size: 12px;
	}

	.top-block .description p {
		margin-bottom: 20px;
	}

	.top-block .left-block h3 {
		margin-bottom: 20px;
	}

	/*.left.share-hold {
		width: 30px;
		left: 5px;
		top: 110px;
		position: absolute;
	}*/

	.top-5{
		display: none;
	}
	/*.share-hold .social-networks li {
		display: block;
		text-align: center;
	}
	.top-5{
		display: none;
	}
	.share-hold .social-networks a.icon-mail-alt {
		font-size: 22px;
	}

	.share-hold .social-networks a.icon-facebook {
		font-size: 25px;
	}

	.share-hold .social-networks a.icon-twitter {
		font-size: 28px;
	}
	*/
	.steps-wrapper {
		padding-left: 0px;
	}

	.steps-wrapper .step {
		margin-bottom: 20px;
	}

	.steps-wrapper h2 {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 10px;
	}

	.steps-wrapper .carousel {
		margin-bottom: 15px;
	}

	.steps-wrapper .text-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.steps-wrapper p {
		margin-bottom: 15px;
	}

	.steps-wrapper .btn-hold {
		padding-bottom: 15px;
	}

	.steps-wrapper .image-hold.image-hold1 {
		margin-bottom: 15px;
	}

	.more-exhibition.margin-left {
		margin-left: 30px;
	}

	.more-exhibition .header h2,
	.ui-selectmenu-button,
	.ui-state-hover,
	.ui-widget-content .ui-state-hover,
	.ui-widget-header .ui-state-hover,
	.ui-state-focus,
	.ui-widget-content .ui-state-focus,
	.ui-widget-header .ui-state-focus,
	.ui-button:hover,
	.ui-button:focus {
		font-size: 23px;
		line-height: 27px;
	}

	.more-exhibition .header .sub-heading {
		font-size: 17px;
		line-height: 22px;
	}

	.exhibition-items.exhibition-items-margin-left {
		margin-left: 25px;
	}

	.exhibition-items.un-missable-things .item.big-grid {
		width: 100%;
	}

	.exhibition-items .item {
		width: 50%;
		padding-bottom: 30px;
	}

	.exhibition-items .item.other-item {
		padding-bottom: 30px;
	}

	.exhibition-items .item.twitter-other {
		padding-bottom: 30px;
	}

	.exhibition-items .item.facebook-other {
		padding-bottom: 30px;
	}

	.un-missable-wrapper .top-two-col .col {
		float: none;
		width: auto;
	}

	.un-missable-wrapper .top-two-col .col-desc {
		font-size: 17px;
		line-height: 24px;
		padding: 0;
	}

	.un-missable-wrapper .top-two-col .col-desc p {
		margin: 0 0 15px;
	}

	.un-missable-wrapper .top-two-col .col-desc .arrow-link {
		font-size: 10px;
	}

	.un-missable-wrapper .top-two-col h2 {
		font-size: 23px;
		line-height: 25px;
	}

	.culture-guide-wrapper {
		padding: 20px 0;
	}

	.culture-guide-wrapper.padding-left .container {
		padding-left: 40px;
	}

	.culture-guide-wrapper h2 {
		font-size: 23px;
		margin-bottom: 20px;
	}

	.culture-guide-masonry .item,
	.district-guide-masonry .item,
	.visitor-guide-masonry .item {
		width: 50%;
	}

	.culture-guide-masonry .desc,
	.district-guide-masonry .desc,
	.visitor-guide-masonry .desc{
		padding: 10px 15px 15px;
	}

	.culture-guide-masonry .desc h3,
	.district-guide-masonry .desc h3,
	.visitor-guide-masonry .desc h3 {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.destination-guide {
		padding: 20px 0;
	}

	.destination-guide h2 {
		font-size: 23px;
		margin-bottom: 20px;
	}

	.destination-guide .four-columns .col {
		width: 50%;
	}

	.destination-guide .four-columns .col:nth-child(3n) {
		border-left: 0;
	}

	.destination-guide .four-columns .col-content {
		max-width: none;
		padding: 10px 15px 0;
	}

	.destination-guide .four-columns h3 {
		font-size: 17px;
		line-height: 22px;
	}

	.add-card .txt-hold {
		padding: 20px 0;
	}

	.add-card .txt-hold .heading h3 {
		font-size: 23px;
	}

	.add-card .img-hold {
		/*position: static;*/
		/*text-align: center;*/
	/*	width: 100%;*/
	}

	.add-card .img-hold img {
		width: 100%;
	}

	.event-post-block {
		padding-top: 13px;
	}

	.event-post-block .main-content {
		padding-left: 30px;
	}

	.event-post-block .main-content .meta {
		margin-left: 0;
		margin-bottom: 15px;
	}

	.event-post-block .main-content .meta h2,
	.event-post-block .main-content .meta h1 {
		font-size: 23px;
		line-height: 23px;
	}

	.event-post-block .main-content .meta .post-by {
		font-size: 12px;
	}

	.event-post-block .main-content .image-hold {
		margin-bottom: 15px;
	}

	.event-post-block .main-content .description {
		padding-left: 0;
		padding-right: 0;
	}

	.event-post-block .main-content .description p {
		margin-bottom: 15px;
	}

	.event-post-block .main-content .description h3 {
		font-size: 20px;
		line-height: 25px;
		padding: 15px 0 0;
		margin-bottom: 20px;
	}

	.event-post-block .main-content .note .btn-hold {
		padding-top: 15px;
	}

	.top-carousel .mask {
		padding: 0 0 45px;
	}

	.top-carousel .mask .slide {
		padding: 15px 0;
	}

	.top-carousel .btn-control {
		top: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-top: -45px;
	}

	.top-carousel .btn-control.btn-prev {
		left: 50%;
		margin-left: -35px;
	}

	.top-carousel .btn-control.btn-next {
		right: 50%;
		margin-right: -35px;
	}

	.top-carousel h1 {
		font-size: 23px;
		line-height: 25px;
	}

	.top-carousel .link-block {
		font-size: 15px;
	}

	.top-carousel .link-block .arrow-link {
		font-size: 10px;
		margin-top: 3px;
	}

	.ui-selectmenu-button-open::after,
	.ui-selectmenu-button-closed::after {
		font-size: 15px;
		right: 15px;
	}
	.ui-menu .ui-menu-item-wrapper {
		font-size: 12px;
		padding: 10px 1em 10px 0.4em;

	}
	.ui-selectmenu-open {
		background-color: #fff !important;
	}
	.ui-selectmenu-button.ui-button {
		width: auto;
		line-height: 66px;
		margin: 0;
	}
	h2.top-5-header{
		display: block;
	}
	.top-block .meta h1.with-top-5{
		margin-bottom: 0px;
	}
	.top-block .image-hold{
		margin: 0px;
	}
}

@media (max-width: 479px) {
	.nav-drop .other-links {
		text-align: center;
	}

	.nav-drop .other-links .col {
		width: auto;
		float: none;
	}

	.nav-drop .other-links .col.col-left {
		padding-right: 0;
	}

	.nav-drop .other-links .col.col-right {
		padding-left: 0;
	}

	.nav-drop .other-links .link-list {
		padding-left: 0;
	}

	.form-search {
		padding: 20px 10px 30px;
		max-width: 250px;
		margin: 0 auto;
	}

	.form-sign-up .form-group .btn-hold,
	#footer .gform_footer {
		width: 23%;
	}

	.form-sign-up .form-group .input-wrap,
	#footer .ginput_container_email	{
		width: 77%;
	}

	.exhibition-items .item {
		width: 100%;
	}

	.culture-guide-masonry .item,
	.district-guide-masonry .item,
	.visitor-guide-masonry .item {
		width: 100%;
	}

	.destination-guide .four-columns .col {
		width: auto;
		float: none;
	}

	.destination-guide .four-columns .col + .col {
		border-left: 0;
	}

	.destination-guide .four-columns .col-content {
		padding-top: 0;
	}

	.add-card .txt-hold .heading:before,
	.add-card .txt-hold .heading:after {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.add-card .txt-hold .heading:before {
		left: 15px;
		right: 15px;
		width: auto;
	}

	.add-card .txt-hold .heading:after {
		left: 15px;
		right: 15px;
		width: auto;
	}

	.add-card .txt-hold .heading h2 {
		font-size: 23px;
	}
	.nav-drop ul {
		list-style-type: none;
		padding: 0px;
	}
}

@media (max-width: 360px) {
	.ui-tabs-vertical .ui-tabs-panel {
	   padding: 0 0 10px 0 !important;
	   width: 44%;
	}
	.ui-tabs-vertical,
	.ui-helper-clearfix a,
	.ui-tabs-vertical .ui-tabs-nav li a {
		font-size: 17px !important;
	}
}