@import  "../twentyfourteen/style.css";
/*
 Theme Name:   Mercer
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/
/* =Theme customization starts here
--------------------------------------------------------------- */
/* Main CSS Start */
body {
	margin: 0;
	color: #383939;
	font: 18px/28px 'PT Serif',Arial,Helvetica,sans-serif;
	background: #fff;
	min-width: 980px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 100000px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #6E91FF;
}

.hentry {
	max-width: 100%;
	margin-bottom: 0;
}

input,textarea,select {
	font: 100% 'PT Serif',Arial,Helvetica,sans-serif;
	vertical-align: middle;
	color: #000;
}

input[type="text"],input[type="password"],input[type="file"],input[type="submit"],input[type="search"],input[type="email"],textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.twocolumn .column {max-height:none !important}
hr {
	background-color: rgba(0,0,0,0.25);
	height: 2px;
}

.entry-content table,.comment-content table {
	font-size: 1em;
}

.gform_wrapper input[type=text],.gform_wrapper input[type=url],.gform_wrapper input[type=email],.gform_wrapper input[type=tel],.gform_wrapper input[type=number],.gform_wrapper input[type=password] {
	font-size: 1em !important;
}

.gform_wrapper .gfield_description {
	font-family: inherit !important;
}

.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit] {
	background: #88b279;
	color: #fff;
	padding: 15px;
	font: 700 16px/1.4em Raleway,sans-serif;
	-webkit-transition: background .6s ease;
	-moz-transition: background .6s ease;
	-ms-transition: background .6s ease;
	-o-transition: background .6s ease;
	transition: background .6s ease;
}

.gform_wrapper .gform_footer input.button:hover,.gform_wrapper .gform_footer input[type=submit]:hover {
	background: #7A90B2;
}

::-webkit-input-placeholder {
/* WebKit browsers */
	color: #12497e;
}

:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
	color: #12497e;
}

::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #12497e;
	opacity: 1;
}

:-ms-input-placeholder {
/* Internet Explorer 10+ */
	color: #12497e;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#header {
	position: fixed;
	width: 100%;
	padding: 0;
	border-bottom: 7px solid #154880;
	z-index: 100;
	background: #fff;
	top: 0;
	height: 118px;
}

#header.bigger {
	height: 80px;
}

#header.bigger .logo {
	top: -4px;
}

#header.bigger .topbar {
	height: 20px;
}

#header.bigger #nav .topnav {
	top: -20px;
}

#header.bigger #nav .topnav > li {
	padding: 2px 10px 3px;
	font-size: 11px;
}

#header.bigger #menu-top_nav_1-1 > li > .sub-menu {
	top: 19px;
}

#header.bigger form#searchform input[type="text"] {
	position: relative;
	top: -7px;
	height: 20px;
	background-position: 102px 0;
}

#header.bigger #nav .sec-nav > li > a {
	padding: 20px 17px;
}

#header.bigger #menu-top_nav_2-1 > li > .sub-menu {
	top: 60px;
}

#header .topnav ul.sub-menu {
	top: 38px;
	z-index: 50;
}

#header.bigger .topnav ul.sub-menu {
	top: 20px;
}

#header .topnav ul.sub-menu ul.sub-menu {
	top: 0;
}

.logged-in #header {
	top: 32px;
}

#header *,#header {
	transition: all .5s linear;
}

#header a[href$='.pdf'] {
	background: transparent url(images/icon_pdf-grey.gif) no-repeat 165px; center;
}

.container {
	max-width: 980px;
	margin: 0 auto;
}

.container:after {
	display: block;
	clear: both;
	content: "";
}

.topbar {
	background: #7a90b2;
	height: 38px;
}

.topbar .container {
	position: relative;
}

.search-form {
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
}

.search-form .opener,form#searchform input[type="text"] {
	padding: 10px 35px 10px 10px;
	width: 133px;
	display: inline-block;
	line-height: 14px;
	color: #fff;
	background: url(images/sprite.png) no-repeat 102px 8px #7ab295;
	font-family: 'Raleway',Arial;
	height: 38px;
	margin-right: -33px;
	text-align: left;
	font-size: 13px;
	position: relative;
	transition: width .2s ease-in,background .2s ease-in,height .5s linear,top .5s linear;
}

form#searchform input[type="text"]:focus {
	width: 156px;
	background: url(images/sprite.png) no-repeat 124px 8px #7ab295;
}

#field_9_6 span, #nav #menu-item-2529 {
	display: none;
}

#searchform ::-webkit-input-placeholder {
	color: #fff;
}

#searchform :-moz-placeholder {
/* Firefox 18- */
	color: #fff;
}

#searchform ::-moz-placeholder {
/* Firefox 19+ */
	color: #fff;
}

#searchform :-ms-input-placeholder {
	color: #fff;
}

.sea-form {
	z-index: 9999;
}

.sea-form input[type="text"] {
	background: none;
	border: none;
	font-size: 12px;
	line-height: 18px;
	padding: 6px 12px;
	height: 17px;
}

.sea-form input[type="submit"] {
	float: right;
	border: none;
	background: none;
	width: 30px;
	height: 38px;
	padding: 0;
	position: relative;
	z-index: 999999999;
}

.logo {
	position: relative;
	margin: -19px 0 0;
	float: left;
	position: relative;
	left: 0;
	width: 283px;
	height: 83px;
}

#header .logo .icon,.mercer #header .logo .icon-mercer:hover + a + a,.fonthill #header .logo .icon-fonthill:hover + a {
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/logo-icon.jpg) no-repeat;
	width: 71px;
	height: 83px;
	background-position: -71px 0;
	overflow: hidden;
}

#header .logo .icon:hover span {
	bottom: 0;
}

#header .logo .icon-mercer,#header .logo .icon-fonthill,.mercer #header .logo .icon-mercer:hover {
	display: block;
	position: absolute;
	left: 78px;
	top: 32px;
	width: 199px;
	height: 21px;
	background: url(images/logo-text.jpg) no-repeat;
	transition: none;
}

#header .logo .icon-mercer:hover,.mercer #header .logo .icon-mercer {
	background-position: 0 -40px;
}

#header .logo .icon-mercer:hover + a + a,.mercer #header .logo .icon-mercer + a + a {
	background-position: 0 0;
}

#header .logo .icon-fonthill,.fonthill #header .logo .icon-fonthill:hover {
	top: 55px;
	background-position: 0 -20px;
}

#header .logo .icon-fonthill:hover,.fonthill #header .logo .icon-fonthill {
	background-position: 0 -60px;
}

#header .logo .icon-fonthill:hover + a,.fonthill #header .logo .icon-fonthill + a {
	background-position: -142px 0;
}

#header .logo span {
	position: absolute;
	bottom: -22px;
	font-size: 11px;
	letter-spacing: 3px;
	display: block;
	background: rgba(0,0,0,0.68);
	color: #fff;
	text-align: center;
	width: 100%;
	line-height: 2em;
}

#nav {
	float: right;
	width: 60%;
	text-align: right;
	position: relative;
}

#nav .topnav {
	position: absolute;
	top: -38px;
	right: 148px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130%;
	font: 700 12px/15px Raleway,sans-serif;
}

#nav .topnav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 8px;
	text-transform: uppercase;
	padding: 12px 10px 11px;
	box-sizing: border-box;
}

#nav .topnav li:hover {
	background: #9baac8;
}

#nav .topnav ul.sub-menu li:hover,
#nav .topnav li.current-menu-item,
#nav .topnav li.current-menu-ancestor,
#nav .topnav ul.sub-menu ul.sub-menu {
	background: #476d9a
}

#nav .topnav li a {
	color: #fff;
	display: block;
	-webkit-font-smoothing: antialiased;
}

#nav .sec-nav {
	margin: 0;
	padding: 0;
	text-align: right;
	letter-spacing: 1px;
	list-style: none;
	font: 700 16px/20px Raleway,sans-serif;
}

#nav .sec-nav li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}

#nav .sec-nav li a {
	color: #8ca3c6;
	display: block;
	padding: 30px 17px;
}

#nav .sec-nav li:hover {
	color: #154880;
	background: #ecf6fd;
}

#nav .sec-nav li:hover ul li a {
	color: #E0EAF9 !important;
}

#nav .sec-nav li ul.sub-menu li:hover, #nav .sec-nav li ul.sub-menu ul.sub-menu, #nav .topnav ul.sub-menu ul.sub-menu {
	background: #476d9a;
}

#nav .sec-nav li ul.sub-menu ul.sub-menu li:hover, #nav .topnav li ul.sub-menu ul.sub-menu li:hover {
	background: #154880;
}

#nav .sec-nav li:hover ul li:hover a {
	color: #fff !important;
}

#nav .sec-nav li:hover a {
	color: #154880;
}

#nav .sec-nav > li > a:hover,#nav .sec-nav > li.current-menu-item > a,#nav .sec-nav > li.menu-active-item > a,#nav .sec-nav > li.current-menu-ancestor > a {
	color: #154880;
	background: #ecf6fd;
}

li.menu-item-has-children {
	position: relative;
}

ul.sub-menu {
	display: none;
	position: absolute;
	width: 200px;
	background: #7a90b2;
	right: 0;
}

ul.sub-menu ul.sub-menu {
	left: 180px;
	top: 0;
}

#menu-item-59 ul.sub-menu {
	left: initial;
	right: 0;
}

ul.sub-menu ul.sub-menu ul.sub-menu, #menu-item-59 ul.sub-menu ul.sub-menu {
	left: -220px;
}

li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}

ul.sub-menu li {
	width: 100%;
}

#nav .sec-nav ul.sub-menu li a {
	padding: 8px 27px 8px 15px;
	text-align: left;
}

.slideshow {
	position: relative;
	margin: 0 0 40px;
	overflow: hidden;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
}

blockquote {
	color: #fff !important;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow.not-enough-slides a.btn-prev,.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}

.slideshow .slide img {
	width: 100%;
	height: auto;
	display: block;
}

.slideshow .caption {
	position: absolute;
	top: 86px;
	left: 0;
	right: 0;
	z-index: 9;
	font-size: 30px;
	line-height: 34px;
	color: #c3d4ee;
	font-style: italic;
}

.slideshow .caption h1 {
	font-weight: 400;
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	font-style: normal;
}

.slideshow .controls {
	position: absolute;
	bottom: 85px;
	left: 0;
	right: 0;
	z-index: 99;
}

.slideshow .controls .btn {
	padding: 15px 21px;
	display: inline-block;
	background: #88b279;
	color: #fff;
	text-transform: uppercase;
	font: 700 16px/20px Raleway,sans-serif;
	margin: 0 4px 0 0;
}

.slideshow .controls .btn:hover {
	background: #7A90B2;
}

.slideshow .btn-prev,.slideshow .btn-next {
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/sprite.png) no-repeat -144px 0;
	width: 51px;
	height: 51px;
	margin: 0 4px 0 0;
}

.slideshow .btn-prev {
	background-position: -86px 0;
}

.section1 {
	overflow: hidden;
}

.bradcrumbs-area {
	background: url(images/bg-detail.jpg);
	min-height: 60px;
}

#breadcrumbs {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	text-align: right;
	font: 700 16px/20px Raleway,sans-serif;
	color: #16487f;
	text-transform: uppercase;
	line-height: 1.8em;
}

.bradcrumbs.add {
	color: #bf5c5b;
}

#breadcrumbs span span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 8px;
}

#breadcrumbs span span span:after {
	position: absolute;
	top: 2px;
	bottom: 2px;
	width: 2px;
	background: #8ca0be;
	content: "";
	right: 0;
}

#breadcrumbs span.breadcrumb_last {
	padding-right: 37px;
}

.mercer #breadcrumbs span.breadcrumb_last:after {
	background-position: -45px -36px;
	width: 29px;
}

.fonthill #breadcrumbs span.breadcrumb_last:after {
	background-position: -4px -36px;
	width: 29px;
}

#breadcrumbs span.breadcrumb_last:after {
	background: url(images/sprite.png) no-repeat -224px -69px;
	width: 28px;
	height: 28px;
	top: -4px;
}

#breadcrumbs.add span:first-child:after {
	background-position: -46px -76px;
	width: 33px;
	left: -6px;
	top: -7px;
	height: 32px;
}

.breadcrumb_last {
	padding-left: 0;
}

#breadcrumbs span a {
	color: #7a90b3;
}

#breadcrumbs span a:hover {
	color: #16487f;
}

#main h1,#main h2,#main h3,#main h4 {
	color: #16477f;
	margin: 0;
	font-size: 2.3em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: -1px;
}

#main h2 {
	font-size: 1.75em;
	margin: 1em 0 .75em;
}

#main h3 {
	font-size: 1.6em;
	margin: 1em 0 0;
}

#main h4 {
	font-size: 1.3em;
	margin: .5em 0;
}

.section1 .heading {
	margin: 0 0 55px;
}

#main .section1 h1 {
	margin-top: 0;
}

.section1 .heading p {
	margin: 0;
	font-size: 24px;
	line-height: 26px;
	font-style: italic;
	color: #858585;
	font-family: 'PT Sans',sans-serif;
	word-spacing: -2px;
}

article + .twocolumn {
	margin-top: 0;
}

.twocolumn .column:first-child {
	float: left;
}

.twocolumn .column {
	width: 46%;
	float: right;
	border-bottom: 1px solid #9bbd8d;
	margin: 0 0 45px;
	line-height: 30px;
}

.page .twocolumn .column {
	margin-bottom: 20px;
	min-height: 320px;
}

.page .column .img-holder {
	margin-bottom: 20px;
}

.column .img-holder {
	position: relative;
	border-bottom: 5px solid #89b279;
	margin: 0 0 33px;
}

.column .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.column .img-holder img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* Firefox 3.5+ */
	filter: gray;
/* IE6-9 */
	-webkit-filter: grayscale(100%);
/* Chrome 19+ & Safari 6+ */
	transition: filter .3s linear;
	-webkit-transition: -webkit-filter .3s linear;
}

.column .img-holder:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.column .img-holder .capt {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.img-holder .capt .capt-holder {
	display: table;
	width: 100%;
	height: 100%;
}

.img-holder .capt .capt-frame {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0 0 46px;
}

#main .img-holder .capt h2 {
	color: #f3f3f3;
	font-weight: 400;
	margin: 0 0 33px;
	font-size: 40px;
	line-height: 44px;
}

.more {
	display: inline-block;
	padding: 13px 21px;
	text-transform: uppercase;
	color: #fff;
	background: #89b279;
	font: 700 16px/25px Raleway,sans-serif;
	transition: background .3s linear;
}

.more:hover,.column .img-holder:hover .more {
	background: #7A90B2;
}

.twocolumn .column p {
	margin: 0 0 38px;
	padding: 0 33px;
}

.home .section2 {
	top: 0 !important;
}

.section2 {
	position: relative;
	background: url(images/bg-features.jpg) no-repeat;
	background-size: cover;
	padding: 0 10px 38px;
	top: 25px;
}

.section2 .section-holder {
	overflow: hidden;
	margin: 0;
}

.section-holder {
	position: relative;
}

.calendarviewbutton {
	position: absolute;
	right: 0;
	top: 0;
	background: #88b279;
	padding: 12px;
	font: 700 16px/1.4em Raleway,sans-serif;
	color: #fff;
	text-align: right;
}

.calendarviewbutton:hover {
	background: #7A90B2;
}

#main .section2 h1 {
	color: #fff;
	margin: 1em 0 .5em;
}

#main .section2 .entry-header h1 {
	margin-top: 0;
}

#main .section2 h1
.threecolumn {
	background: #fff;
	padding: 20px 20px 0;
	margin: 0 0 29px;
	overflow: hidden;
	font-family: "proxima-nova";
}

.threecolumn .column {
	float: left;
	width: 32%;
	margin: 0 2% 30px 0;
}

.threecolumn .column.last {
	margin: 0;
}

.threecolumn .column.last + .column {
	clear: both;
}

.threecolumn:after {
	content: "";
	clear: both;
}

.home .threecolumn {
	overflow: hidden;
	background: #fff;
	padding: 2%;
	margin-bottom: 1em;
}

.threecolumn .column .image-holder {
	position: relative;
	border-bottom: 6px solid #12497e;
	background: none;
	padding-bottom: 6px;
	margin-bottom: 15px;
	background: #12497e;
	width: 100%;
	height: 134px;
	overflow: hidden;
}

.threecolumn .column .image-holder img {
	display: block;
	width: 100%;
	display: block;
	transition: all .6s ease-in-out;
}

.threecolumn .column .image-holder a:hover img {
	transform: scale(1.1);
}

.column .image-holder .date-box {
	position: absolute;
	color: #fff;
	top: 20px;
	left: 20px;
	pointer-events: none;
	transition: background .3s ease-in-out;
	font-size: 13px;
	line-height: 17px;
	width: 66px;
	height: 66px;
	margin: -15px 0 0 -13px;
}

.column .image-holder .date-frame > span.dateblob {
	width: 50px;
	height: 50px;
	background: #12497e;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	padding-top: 5px;
	box-sizing: border-box;
}

.timerangeseparator {
/*position: absolute; font-size: 52px; z-index: 15; padding-top: 40px; margin-left: 85px;*/
	display: none;
}

.column .image-holder .date-frame > span.dateblob.start {
	z-index: 10;
}

.column .image-holder .date-frame > span.dateblob.end {
	margin-left: 55px;
	background: #13224c;
}

.image-holder a:hover + .date-box {
	background: #7A90B2;
}

.column .image-holder .date-holder {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.column .image-holder .date-frame {
	display: table-cell;
	vertical-align: middle;
	font-family: 'PT Serif',Arial,Helvetica,sans-serif;
}

.column .image-holder .date-box .date {
	display: block;
	font-size: 46px;
	line-height: 46px;
	font-family: "proxima-nova";
}

.column .image-holder .date-box .date {
	font-size: 22px;
	line-height: 26px;
}

.threecolumn .column .description {
	padding: 0 20px 0 0;
	color: #174780;
}

.threecolumn .column .description p {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5em;
}

.threecolumn .column .description a:hover {
	opacity: .8;
}

.threecolumn .column .description .time {
	font-size: 16px;
	display: block;
	margin: 0 0 5px;
}

.castle {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #93509f;
	padding: 0 0 0 40px;
	font-family: "proxima-nova";
	font-weight: 700;
}

.castle:before {
	position: absolute;
	top: -6px;
	left: 0;
	background: url(images/sprite.png) no-repeat 0 -76px;
	width: 32px;
	height: 32px;
	content: "";
}

.museum div,.castle div {
	display: inline-block;
	font-size: 16px;
}

.museum {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #be5c5a;
	padding: 0 0 0 40px;
	font-family: "proxima-nova";
	font-weight: 700;
}

.museum:before {
	position: absolute;
	top: -5px;
	left: 0;
	background: url(images/sprite.png) no-repeat -46px -76px;
	width: 33px;
	height: 32px;
	content: "";
}

.section2 .museum {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #be5c5a;
	padding: 0 0 0 40px;
	font-family: "proxima-nova";
	font-weight: 700;
}

.section2 .museum:before {
	position: absolute;
	top: -5px;
	left: 0;
	background: url(images/sprite.png) no-repeat -46px -76px;
	width: 33px;
	height: 32px;
	content: "";
}

a[href$='.pdf'] {
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
	padding-right: 20px;
}

.entry-content a,.entry-summary a,.page-content a,.comment-content a {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	-webkit-transition: color .2s,border-color .2s,background-color .2s;
}

.entry-content a:hover,.entry-summary a:hover,.page-content a:hover,.comment-content a:hover {
	border-bottom: 1px solid;
	color: #BDCDFF;
	border-bottom-color: #BDCDFF;
}

#main .entry-content h2:first-child {
	margin-top: 0;
}

.entry-title a:hover {
	color: #7a90b2;
}

.view-all,a[title="button"],.collapseomatic {
	float: right;
	width: 250px;
	background: #88b279;
	position: relative;
	text-align: right;
	color: #fff;
	padding: 15px 20px 15px 28px;
	font: 700 16px/1.4em Raleway,sans-serif;
}

#gform_wrapper_1 {
	padding: 1% 2%;
	background: #ECECEC;
}

#post-516 a[title="button"],#post-446 a[title="button"] {
	background-image: url(images/ext-icon.png);
	background-repeat: no-repeat;
	background-position: 260px center;
}

.collapseomatic {
	float: none;
	display: block;
	text-align: left;
	padding-left: 45px;
	line-height: 1em;
	margin-top: 1em;
}

.collapseomatic:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 15px;
	height: 15px;
	background: url(images/arrows.png) no-repeat;
}

.collapseomatic.colomat-close:before {
	background-position: bottom left;
	height: 13px;
}

a[title="button"] {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.content-column a[title="button"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.content-column img {
	width: 100%;
	height: auto;
}

.tickets {
	width: 355px;
	text-transform: uppercase;
	margin-left: 1em;
}

.one_third {
	width: 31.3% !important;
	margin-right: 3%;
}

.one_third.last_column {
	margin-right: 0;
}

/*Map CSS*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#post-10 .one_half {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 2%;
}

#post-10 .last_column {
	padding-right: 0;
}

/*Map end*/
/*Responsive youtube*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.view-all:hover,a[title="button"]:hover {
	background: #7A90B2;
}

.calendarviewbutton {
	padding-left: 70px;
}

.calendarviewbutton:after {
	position: absolute;
	top: 10px;
	left: 15px;
	background: url(images/sprite.png) no-repeat -98px -76px;
	width: 29px;
	height: 29px;
	content: "";
}

.view-all.add:after {
	background-position: -144px -69px;
	width: 33px;
	height: 33px;
}

.view-all {
	width: auto;
}

.address-box,.tickets-container {
	overflow: hidden;
	background: #fff;
	padding: 26px 30px;
	margin: 0 0 30px;
	font-family: "proxima-nova";
}

.address-box .box:first-child,.tickets-container .ticket-wrapper:first-child {
	float: left;
	width: 48.5%;
}

.address-box .box,.tickets-container .ticket-wrapper {
	float: right;
	width: 48%;
}

.ticket-wrapper a.tickets {
	display: block;
	float: none;
	text-align: center;
}

.address-box .box .castle {
	display: block;
	font-size: 18px;
	padding: 12px 10px 31px 67px;
	border-bottom: 1px solid #174780;
	margin: 0 0 20px;
	text-align: left;
	font-family: "proxima-nova";
	font-weight: 700;
}

.address-box .box .castle:before {
	background: url(images/ico1.jpg) no-repeat;
	width: 40px;
	height: 40px;
	left: 15px;
	top: 0;
}

.address-box .box .museum:before {
	background: url(images/ico2.jpg) no-repeat;
	width: 40px;
	height: 40px;
	left: 15px;
	top: 0;
}

.address-box .box .museum {
	display: block;
	font-size: 18px;
	padding: 12px 10px 31px 67px;
	border-bottom: 1px solid #174780;
	margin: 0 0 16px;
	text-align: left;
	font-family: "proxima-nova";
	font-weight: 700;
}

.address-box .box .title {
	font-size: 18px;
	display: block;
	line-height: 22px;
	color: #174780;
	font-weight: 700;
	padding: 0 0 0 13px;
}

.address-box .box address {
	font-style: normal;
	color: #174780;
	font-size: 16px;
	line-height: 31px;
	display: block;
	padding: 0 0 0 13px;
	margin: 0 0 28px;
}

.address-box .box address.add {
	margin-bottom: 24px;
}

.tickets-container {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.map-box {
	position: relative;
	border: 1px solid #15477f;
	border-radius: 1px;
	margin: 0 0 5px;
	overflow: hidden;
	height: 115px;
}

.map-box img {
	display: block;
	width: 180%;
	height: auto;
	margin-top: -40px;
	transition: all .6s ease-in-out;
}

.map-box .btn {
	padding: 5px 17px;
	display: inline-block;
	background: #88b279;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.map-box:hover .btn {
	background: #7A90B2;
}

.map-box:hover img {
	transform: scale(1.1);
}

.search-results article {
	border-bottom: 3px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.search-results #main article h1 {
	font-size: 2em;
}

.search-results #main .section2 h1 {
	margin-top: 0;
	margin-bottom: .5em;
}

.search-results .entry-meta {
	display: none;
}

.search-results article .post-thumbnail {
	display: none;
}

#gform_wrapper_4 #field_4_1,#gform_wrapper_4 #field_4_2 {
	float: left;
	width: 50%;
	clear: none;
}

#gform_wrapper_4 input#input_4_1,#gform_wrapper_4 input#input_4_2 {
	width: 94%;
}

.visibleNearbyZoom .rsGCaption span {
	padding: 0 1em;
}

/******************* calendar events page ******************/
.archive .visual {
	display: none;
}

.page .section2,.error404 .section2,.search-results .section2,.tag .section2,.archive .section2 {
	background: none;
}

.error404 .col2 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 2%;
}

.error404 .col2 img {
	width: 100%;
}

.tag .visual img,.archive .visual img {
	width: auto !important;
	margin: 20px auto;
	display: table;
}

.page #main .section2 h1 {
	color: #164880;
}

.tag .post-thumbnail,.tag .post-thumbnail:hover {
	background: none;
	width: auto !important;
}

.archive .post-thumbnail,.archive .post-thumbnail:hover {
	background: none;
	width: auto !important;
}

.tag #main .section2 h1 {
	color: #16477f;
}

.archive-header {
	max-width: 100%;
	padding-top: 1em;
}

.archive .post-thumbnail {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 50%;
}

.archive article h1 {
	margin-top: 0;
}

.archive .entry-meta {
	clear: initial;
}

.events-area {
	overflow: hidden;
	margin: 0 0 70px;
}

.page .threecolumn {
	overflow: hidden;
}

.two-col {
	overflow: hidden;
}

.two-col .col {
	overflow: hidden;
}

.two-col .col:first-child {
	float: left;
	width: 345px;
	margin: 0 7% 0 0;
}

.events-gridview .two-col .col:first-child {
	display: none;
}

.two-col .col .box {
	background: #edf7fd;
	border-top: 5px solid #2b4f83;
	padding: 38px 45px 15px;
	margin: 0 0 28px;
}

.two-col .col .block:first-child {
	border: none;
	padding-top: 0;
}

.two-col .col .box .date-btn {
	float: right;
	background: url(images/sprite.png) no-repeat -272px 0;
	width: 52px;
	height: 51px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
}

.two-col .col .box .row {
	overflow: hidden;
	margin: 0 0 36px;
	background: #fff;
}

.two-col .col .box .input-holder {
	overflow: hidden;
}

.two-col .col .box .input-holder input[type="text"] {
	background: none;
	border: none;
	width: 100%;
	height: 50px;
	padding: 9px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 26px/32px proxima-nova,sans-serif;
}

.red-holder {
	font: 18px/28px proxima-nova,sans-serif;
	color: #12497e;
	margin: 0 0 22px;
}

.tribe-events-event-meta .tribe-events-meta-group,.tribe-events-event-meta .column {
	width: 100%;
	margin: 0;
}

ul.tribe-events-sub-nav a {
	font-weight: 700;
	background: #88b279;
	position: relative;
	color: #fff;
	padding: 6px;
	font: 700 15px Raleway,sans-serif;
	line-height: 2em;
}

.two-col .col .box .title {
	display: block;
	font: 18px/21px proxima-nova,sans-serif;
	margin: 0 0 15px 15px;
	color: #12497e;
}

.two-col .col .block {
	overflow: hidden;
	font-size: 16px;
	line-height: 21px;
	color: #11487e;
	padding: 60px 0 0;
	border-top: 1px solid #12497e;
}

.two-col .col .block p {
	margin: 0 0 20px;
}

.two-col .col .block .more {
	float: right;
}

.tribe-events-list .vevent.hentry {
	border-bottom: 1px solid #12497e;
	padding: 2em 0;
}

.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form,.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-label,.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_reset {
	display: block !important;
}

.tribe_events_filter_item input[type="checkbox"] {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

#main .type-tribe_events h2 {
	margin-bottom: .25em;
	line-height: 1.2em;
}

.type-tribe_events h6 {
	font-weight: 700;
	float: left;
	margin-right: 1em;
	margin-right: 5px;
	font-size: 18px;
	line-height: 1.4em;
}

.type-tribe_events a:hover,.type-tribe_events a:hover .title {
	opacity: .8;
}

.type-tribe_events .category_span {
	font-style: italic;
}

.two-col .col .about-area {
	overflow: hidden;
	margin: 0 0 15px;
}

.two-col .col .about-area .img-holder {
	float: left;
	margin: 0 23px 0 0;
}

.two-col .col .about-area .info {
	overflow: hidden;
	font-size: 18px;
	line-height: 22px;
	color: #11487e;
}

.two-col .col .about-area .info span {
	text-transform: capitalize;
}

.two-col .col .about-area .info h2 {
	margin-top: 0 !important;
	text-transform: capitalize !important;
}

.about-area .info .title {
	display: block;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px;
	font-family: 'PT Serif',Arial,Helvetica,sans-serif;
}

.section2 .about-area .info .castle:before {
	top: 0;
}

.about-area .info .date {
	font-size: 24px;
	line-height: 28px;
	display: block;
	color: #11487e;
	margin: 0 0 3px;
}

.about-area .info h2 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
	margin: 0 0 15px;
}

.rollo-area {
	background: #11497e;
	overflow: hidden;
}

.rollo-area .img-holder {
	float: right;
	width: 51%;
	margin: 0 0 0 10px;
	position: relative;
}

.rollo-area .img-holder img {
	max-width: 100%;
	height: auto;
	display: block;
}

.rollo-area .img-holder .view-all {
	position: absolute;
	bottom: 79px;
	right: 0;
}

.rollo-area .img-holder .view-all:after {
	background-position: -341px 0;
	width: 32px;
}

.rollo-area .description {
	float: left;
	width: 45%;
	padding: 10px 0 20px;
	color: #fff;
}

.rollo-area .description p {
	font: 16px/25px proxima-nova,sans-serif;
	margin: 0 0 30px;
}

.rollo-area .description h1 {
	color: #fff !important;
	margin: 0 0 33px !important;
}

/************************ Detail page ***************************/
.slideshow1 {
	position: relative;
}

.slideshow1.ad22 {
	position: relative;
	margin: 0 0 15px;
}

.slideshow1.ad22 .slideset {
	position: relative;
	margin: 0 0 11px;
}

.slideshow1 .slideset {
	position: relative;
}

.slideshow1 .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow1 .slide.active {
	z-index: 2;
}

.slideshow1.not-enough-slides a.btn-prev,.slideshow1.not-enough-slides a.btn-next {
	visibility: hidden;
}

.slideshow1.ad22 .slide img {
	margin: 0 0 18px;
}

.slideshow1 .slide img {
	display: block;
	width: 100%;
	height: auto;
}

.slideshow1 .pagination {
	overflow: hidden;
}

.slideshow1 .pagination ul {
	margin: 0 0 38px;
	list-style: none;
	padding: 0;
}

.slideshow1 .pagination ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 13px !important;
	position: relative;
}

.slideshow1 .pagination ul li a img {
	display: block;
	width: 100%;
	height: auto;
}

.slideshow1 .pagination ul li:first-child {
	margin: 0 !important;
}

.slideshow1 .pagination ul li.active:after {
	border: 3px solid #20a5a4;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	left: 0;
}

#popup1 {
	font: 16px/26px proxima-nova,sans-serif;
	color: #fff;
}

#popup1 p {
	margin: 0;
	padding: 0 150px 0 0;
}

#popup1 h3 {
	color: #fff;
	font: 700 18px/23px proxima-nova,sans-serif;
	margin: 0 0 15px;
}

.slideshow1 .btn-prev,.slideshow1 .btn-next {
	width: 28px;
	height: 55px;
	top: 50%;
	margin: -28px 0 0;
	right: 30px;
	background: url(images/arrow.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	z-index: 99;
}

.slideshow1 .btn-prev {
	right: auto;
	background-position: 0 100%;
	left: 30px;
}

.detail-area {
	color: #174780;
	font-size: 24px;
	line-height: 41px;
	padding: 0 0 1.5em;
}

.page-id-132 .detail-area {
	line-height: 1em;
}

.btn-holder {
	overflow: hidden;
}

.btn-holder .view-all {
	margin: 0 0 0 19px;
}

.detail-area .btn-holder .view-all.add2:after {
	background: url(images/sprite.png) no-repeat -341px -40px;
	width: 32px;
	height: 32px;
}

.detail-area .slogan-text {
	font-family: 'PT Sans',sans-serif;
	color: #858585;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
	margin: 0 0 41px;
}

.detail-area {
	font-size: 20px;
}

.detail-area p {
	margin: 1em 0 0;
	font-size: inherit;
}

.detail-area p:first-child {
	margin-top: 0;
}

.detail-area ul {
	margin: 1em 0 0 2em;
	font-size: inherit;
}

.detail-area ul ul {
	margin-top: 0;
}

.detail-area .one_third {
	margin-top: 2em;
}

.detail-area small p {
	line-height: 1.8em;
}

#post-132 ul {
	margin: 0 0 0 1em;
	font-size: 16px;
}

#post-132 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: -1em;
	line-height: 1.4em;
}

#post-132 p:empty {
	display: none;
}

.article-area {
	overflow: hidden;
	background: url(images/bg-detail.jpg);
	position: relative;
	padding: 36px 10px 38px;
	transition: background .5s linear;
}

.article-wrapper:hover .detail-article {
	background: rgba(255,255,255,0.8);
}

.article-wrapper:hover .detail-article .img-holder {
	margin: 0 3% 0 2%;
}

#main .article-area h3 {
	margin-top: 0;
}

.detail-article p {
	color: #383939;
}

.article-area a:first-child .detail-article {
	border: none;
}

.detail-article {
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #7a90b3;
}

.detail-article .img-holder {
	float: left;
	margin: 0 5% 0 0;
	width: 22%;
	transition: margin .5s linear;
}

.detail-article .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.detail-article .description {
	overflow: hidden;
	font: 16px/30px proxima-nova,sans-serif;
}

.detail-article .description h3 {
	margin: 0;
	color: #174780;
	font: 30px/34px 'PT Serif',Arial,Helvetica,sans-serif;
}

.rsFullscreen .rsGCaption {
	position: absolute !important;
	padding-left: 1em !important;
	padding-right: 1em !important;
	bottom: 0 !important;
	width: 97% !important;
}

/* Sidebar */
.page-template-page-fonthill-sidebar-php .container > aside {
	float: left;
	width: 30%;
	margin-right: 2%;
	background: #ecf6fd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 2%;
}

.page-template-page-fonthill-sidebar-php .detail-area {
	float: left;
	width: 68%;
}

.page-template-page-fonthill-sidebar-php .widget a {
	color: #333;
	border-bottom: 1px solid #ADADAD;
	font-size: 18px;
}

.page-template-page-fonthill-sidebar-php .widget a:hover {
	opacity: .5;
}

.page-template-page-fonthill-sidebar-php .widget-title {
	margin-top: 0 !important;
	font-size: 20px !important;
	border-bottom: 2px solid #fff;
	font-family: "Raleway";
	padding-bottom: 10px;
	font-weight: 700 !important;
}

.page-template-page-fonthill-sidebar-php .container li.menu-item-58,.page-template-page-fonthill-sidebar-php .container li.menu-item-59,.page-template-page-fonthill-sidebar-php .container li.menu-item-1183 {
	display: none;
}

.detail-area #post-106 p {
	line-height: 1.2em;
}

/***************** rollo ********************/
.rollo .section2 {
	background: none !important;
}

.rollo #main h1 {
	color: #16477F;
}

.rollo .detail-area {
	font-size: 20px;
	line-height: 29px;
	padding-bottom: 20px;
}

.more-link {
	font-weight: 700;
	color: #174780;
}

.more-link:hover {
	color: #333;
}

.btn-holder.membtn {
	margin: 0 0 50px;
}

.btn-holder.membtn .view-all.add:after {
	background-position: -387px -2px;
	width: 31px;
	height: 31px;
}

.btn-holder.membtn .view-all.add2:after {
	background-position: -341px -87px;
	width: 34px;
	height: 30px;
}

.info-block {
	background: url(images/bg-info.jpg);
	padding: 70px 0 88px;
}

#main .info-block h2 {
	color: #fff;
	font-size: 29px;
	text-transform: capitalize;
	line-height: 34px;
	font-weight: 400;
	margin: 0 0 16px;
	font-family: 'PT Serif',Arial,Helvetica,sans-serif;
}

.info-block .col:first-child {
	float: left;
	width: 45%;
}

.info-block .col {
	color: #fff;
	font: 12px/15px Raleway,sans-serif;
	width: 46%;
	float: right;
}

.info-block .col p {
	margin: 0 0 22px;
	font-size: 14px;
	line-height: 1.4em;
}

/* FORM STYLE */
/*.signup-form {
	background:#fff;
}*/
.gform_wrapper .gform_footer {
	clear: none !important;
	padding: 0 !important;
	margin: 0 !important;
	float: right;
}

.signup-form .gform_body {
	float: left;
	width: 70%;
}

.gform_wrapper form {
	width: 100%;
	display: table;
}

.signup-from .ginput_container {
	margin: 0 !important;
}

#gform_fields_2 label {
	display: none;
}

.signup-form input[type="text"] {
	background: none;
	border: none;
	width: 100% !important;
	height: 40px;
	padding: 7px 15px;
	font-size: 13px;
	line-height: 15px;
	color: #555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.signup-form input[type="submit"] {
	padding: 0 30px;
	border: none;
	background: #646464;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	float: right;
	height: 40px;
	margin: 0;
	font: 13px/40px Raleway,sans-serif;
}

.signup-form input[type="submit"]:hover {
	opacity: .8;
}

#input_3_2 li {
	width: 33%;
	float: left;
}

.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-networks li {
	float: left;
	margin: 0 16px 0 0;
}

.social-networks li a {
	background: url(images/social-networks.png) no-repeat -2px -2px;
	width: 38px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.social-networks li a:hover {
	opacity: .8;
}

.social-networks li.insta a {
	background-position: -56px -2px;
}

.social-networks li.twitter a {
	background-position: -110px -2px;
}

.social-networks li.youtube a {
	background-position: -164px -2px;
}

#footer {
	background: #777;
	padding: 78px 0;
}

.ticketsfooter {
	width: 100%;
	display: none;
}

.ticketsfooter a {
	display: block;
	color: #FFF;
	padding: 15px 20px 15px 28px;
	font: 700 16px/1.4em Raleway,sans-serif;
}

.ticketsfooter a.mercertickets {
	background: #be5c5b;
}

.ticketsfooter a.fonthilltickets {
	background: #93509f;
}

.footer-nav {
	padding: 0 0 44px;
	margin: 0 0 35px;
	background: url(images/separator.jpg) repeat-x 0 100%;
	overflow: hidden;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 13px/16px Raleway,sans-serif;
	text-transform: uppercase;
}

.footer-nav ul li {
	margin: 0 26px 0 0;
	float: left;
}

.footer-nav ul li a {
	color: #fff;
}

.footer-nav ul li a:hover {
	color: #000;
}

.footer-address {
	text-transform: capitalize;
	font: 13px/16px Raleway,sans-serif;
	color: #fff;
	margin: 0 0 13px;
	float: left;
	width: 23%;
	margin-right: 2%;
}

.footer-address h2 {
	font-size: 15px;
	text-transform: uppercase;
}

.footer-address .ticket-link {
	color: #fff;
	text-decoration: underline;
	opacity: .7;
}

.footer-address .ticket-link:hover {
	opacity: .4;
}

.phone {
	font: 12px/16px Raleway,sans-serif;
	color: #fff;
	font-size: 14px;
	clear: both;
}

.phone .tell {
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: 14px;
}

.phone p {
	float: right;
	margin: 0;
}

.opener2 {
	display: none;
}

.footer-nav .js-slide-hidden {
	display: block !important;
	left: -9999px !important;
	position: static !important;
	top: -9999px !important;
}

#nav .js-slide-hidden {
	display: block !important;
	left: -9999px !important;
	position: static !important;
	top: -9999px !important;
}

.search-form .js-slide-hidden {
	display: block !important;
	left: initial !important;
	position: static !important;
	top: initial !important;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],.tribe-events-calendar div[id*="tribe-events-daynum-"] a,.tribe-events-calendar thead th {
	background-color: #242424;
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a {
	background-color: #9D9A9A;
}

#menu-top_nav_1-1 li,#menu-top_nav_2-1 li {
	position: relative;
}

#menu-top_nav_1-1 .sub-menu,#menu-top_nav_2-1 .sub-menu {
	display: none;
	background: #5F6F88;
	position: absolute;
	left: 0;
	z-index: 100000;
	text-align: left;
}

#menu-top_nav_1-1 li:hover > .sub-menu,#menu-top_nav_2-1 li:hover > .sub-menu {
	display: block;
}

#menu-top_nav_1-1 .sub-menu {
	top: 38px;
	width: 200px;
}

#menu-top_nav_2-1 .sub-menu {
	top: 80px;
	width: 200px;
	left: initial;
	right: 0;
}

#menu-top_nav_1-1 .sub-menu li,#menu-top_nav_2-1 .sub-menu li {
	padding: 10px 10px 10px 15px;
	display: block;
}

#nav .topnav ul li {
	margin: 0;
	text-align: left;
}

#nav .topnav ul li.menu-item-has-children:after,#nav .sec-nav ul li.menu-item-has-children:after {
	content: "";
	position: absolute;
	top: 11px;
	right: 8px;
	height: 0;
	width: 0;
	border-left: 7px solid rgba(255,255,255,0.9);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

#nav .sec-nav #menu-item-59 ul li.menu-item-has-children:after {
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 7px solid rgba(255,255,255,0.9);
}

#menu-top_nav_1-1 .sub-menu .sub-menu,#menu-top_nav_2-1 .sub-menu .sub-menu {
	left: 200px;
	width: 200px;
	top: 0;
	background: #434E5F;
}

#menu-top_nav_1-1 #menu-item-55 .sub-menu .sub-menu,#menu-top_nav_2-1 #menu-item-58 .sub-menu .sub-menu,#menu-top_nav_2-1 #menu-item-59 .sub-menu .sub-menu {
	left: -200px;
}

#menu-top_nav_1-1 .sub-menu li:hover,#menu-top_nav_2-1 .sub-menu li:hover {
	background: #BECDEA;
}

#menu-top_nav_2-1 .sub-menu li a {
	padding: 0;
}

.alert {
	position: relative;
	top: 125px;
}

.alert .inner {
	max-width: 980px;
	padding: 0 10px;
	color: #fff;
	margin: 0 auto;
}

.alert .inner a {
	color: #fff;
	text-decoration: underline;
}

.alert .inner a:hover {
	text-decoration: none;
}

.visual {
	max-width: 1910px;
	margin: 125px auto 0;
}

.page .visual {
	max-height: 400px;
	overflow: hidden;
	background-image: url(images/bg-detail.jpg);
	background-color: #f5fbff;
}

.visual img.wp-post-image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1050px;
	margin: 0 auto;
}

/*.rsUni,.rsUni .rsOverflow,.rsUni .rsSlide,.rsUni .rsVideoFrameHolder,.rsUni .rsThumbs {
	min-height: 250px !important;
}*/

a,li {
	-webkit-transition: background .6s ease;
	-moz-transition: background .6s ease;
	-ms-transition: background .6s ease;
	-o-transition: background .6s ease;
	transition: background .6s ease;
}

#gform_fields_2 input.medium {
	font-size: 15px !important;
	padding-left: 10px;
	background: #fff;
}

#gform_wrapper_2 .gform_footer {
	width: 30%;
}

#gform_wrapper_2 .signup-form input[type="submit"] {
	width: 100%;
}

.gform_confirmation_message_2 .signup-form {
	background: transparent;
}

.gallery {
	margin: 20px auto 0;
}

.gform_wrapper .ginput_complex label,.gform_wrapper .gfield_time_hour label,.gform_wrapper .gfield_time_minute label,.gform_wrapper .gfield_date_month label,.gform_wrapper .gfield_date_day label,.gform_wrapper .gfield_date_year label,.gform_wrapper .instruction {
	font-size: .8em !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	margin-top: .5em !important;
}

.gform_wrapper ul li.gfield {
	margin-bottom: 1em !important;
}

#gform_wrapper_2.gform_wrapper ul li.gfield {
	margin-bottom: 0 !important;
}

#gform_wrapper_2.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 0;
	padding: 0 !important;
	background: none;
	border: 0;
}

#gform_wrapper_2.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0;
}

/* Shorter Fields */
.gform_wrapper .shorter ul li.gfield {
	margin-bottom: 0 !important;
}

.gform_wrapper .shorter .top_label .gfield_label {
	margin: 0;
}

.gform_wrapper .shorter input[type=text] {
	padding: 0;
}

.gform_wrapper .shorter .ginput_complex label {
	line-height: 1em;
}

.search-no-results .page-header,.search-no-results .page-content {
	max-width: 100%;
	margin: 0;
}

.search-no-results .page-content .search-form {
	position: relative;
	right: initial;
}

.mobile_nav {
	display: none;
}

.drop ul li {
	position: relative !important;
}

.drop ul li.menu-item-has-children:after {
	content: "";
	display: block;
	width: 15px;
	height: 9px;
	background: url(images/menu-arrow.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 15px;
	top: 18px;
}

.drop ul li.menu-item-has-children:hover:after {
	background-position: left bottom;
}

.drop ul li a {
	font-family: "Raleway",Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 15px 10px;
	width: 90% !important;
	text-align: left !important;
}

.drop ul li.menu-item-has-children > a {
	max-width: 100%;
	text-align: left;
}

.drop ul li ul li ul.menu-item-has-children:hover:after {
	content: none !important;
}

.drop ul.sub-menu li {
	border-bottom: 0;
}

.drop ul li ul {
	display: none !important;
}

.drop ul li:hover a {
	color: #154880 !important;
}

.drop ul li:hover > a {
	color: #333 !important;
}

.drop ul li:hover ul {
	display: block !important;
	top: 0 !important;
	background: #9BAAC8 !important;
}

.drop ul li ul li {
	background: none !important;
}

.drop ul li ul li:after {
	content: none !important;
}

.drop ul li ul li a {
	color: #fff !important;
}

.drop ul li ul li a:hover {
	text-decoration: underline !important;
}

.drop ul li:hover ul li {
	padding: 3px 10px !important;
}

.drop ul li:hover ul li a {
	color: #000 !important;
	font-size: 11px !important;
}

.drop ul li.current-menu-item a,.drop ul li.current-menu-ancestor a {
	color: #fff !important;
}

.wrap2.side-push.active .drop {
	overflow: scroll;
}

.drop ul {
	top: 40px !important;
}

.mobileInfo {
	display: none;
}

.testimonials-widget-testimonial div.credit {
	display: none;
}

.search-me {
	padding-bottom: 54px;
}

.search-me form {
	width: 100%;
}

.sidr li a,.sidr .menu-item a {
	width: auto !important;
}

.supersideme.widget-area .widget {
	padding: 0;
}

.supersideme.widget-area .topnav {
	background: rgba(0,0,0,0.25);
}

/*#new-royalslider-1 {
	max-height: 541px;
	min-height: 400px;
}*/

img.rsImg {
	margin-top: 0 !important
}

@media screen and (max-width: 1300px) {
	.slideshow .controls {
		bottom: 10px;
	}
}

@media screen and ( max-width:999px ) {
	body {
		min-width: 300px;
	}

	.container {
		padding: 0 10px;
	}

	.slideshow .caption {
		top: 30px;
	}

	.slideshow .controls {
		bottom: 20px;
	}

	.slideshow {
		margin: 0 0 20px;
	}

	.section1 .heading {
		margin: 0 0 20px;
	}

	.twocolumn .column p {
		padding: 0 10px;
	}

	.twocolumn .column {
		margin: 0 0 20px;
	}

	.section2 {
		padding: 0 10px 38px;
	}

	.section2 .section-holder {
		margin: 0 0 20px;
	}

	.info-block {
		padding: 30px 0;
	}

	.info-block .col {
		font-size: 11px;
	}

	.footer-nav ul li {
		margin-right: 20px;
	}

	#footer {
		padding: 30px 0;
	}

	.gallery .slideshow1 {
		width: 700px !important;
	}

	.rollo-area .description {
		padding: 30px 0 20px;
	}

	.rollo-area .description p {
		font-size: 14px;
		line-height: 18px;
	}

	.rollo-area {
		min-height: inherit;
	}

	#main h1 {
		font-size: 36px;
		line-height: 40px;
	}

	.two-col .col .box {
		padding: 15px 10px;
	}

	.red-holder {
		font-size: 14px;
	}

	.two-col .col:first-child {
		width: 250px;
		margin: 0 2% 0 0;
	}

	.events-area {
		margin-bottom: 0;
	}

	.detail-area {
		font-size: 16px;
		line-height: 2em;
		padding-bottom: 10px;
	}

	.lightbox-holder .slideshow1.ad22,.lightbox1 {
		width: 700px !important;
	}

	.about-area .info h2 {
		font-size: 24px;
	}

	.about-area .info .date {
		font-size: 16px;
	}

	.slideshow .caption.exhibits h1 {
		font-size: 36px;
		line-height: 1em;
	}
}

@media screen and ( max-width:767px ) {
	.mobile_nav,.ticketsfooter {
		display: block;
	}

	.main_nav,#tribe_events_filter_item_venues,#tribe_events_filter_item_eventcategory {
		display: none;
	}

	.entry-content {
		font-size: 14px;
	}

	.gform_wrapper ul li.gfield {
		margin-bottom: .25em !important;
	}

	.gform_wrapper .top_label .gfield_label {
		margin: .25em 0 !important;
	}

	body .gform_wrapper label.gfield_label+div.ginput_container {
		margin-top: 0 !important;
	}

	.section2 {
		padding-top: 0;
	}

	.slideshow .slide img {
		width: 1400px;
		left: 50%;
		margin: 0 0 0 -700px;
		position: relative;
	}

	.alert {
		top: 0;
	}

	.mobileInfo {
		display: block;
		height: 40px;
		background: #7a90b2;
		font-size: 12px;
		padding: 0 15px;
		border-bottom: 1px solid #a3a3a3;
	}

	.mobileInfo a {
		color: #fff;
		display: block;
		float: left;
		padding: 6px 0;
		line-height: 2em;
		font-weight: 700;
		font-family: "Raleway";
		font-size: 14px;
	}

	.mobileInfo a:nth-child(3) {
		margin-right: 2em;
	}

	.mobileInfo a + a {
		float: right;
	}

	.error404 .col2 {
		width: 100%;
		margin-bottom: 1em;
	}

	.wrap2.side-push {
		overflow: hidden;
		position: relative;
	}

	.wrap2.side-push .drop {
		position: fixed;
	/* change to fixed */
		top: 0;
		left: -240px;
		width: 240px;
		bottom: 0;
		border: 1px solid #000;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		background: #494949 !important;
		z-index: 9999;
	}

	.wrap2.side-push .hold {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	.wrap2.side-push.active .hold {
		margin: 0 0 0 240px;
		min-width: 480px;
	}

	.wrap2.side-push.active .drop {
		left: 0;
		background: #fff;
	}

	.wrap2.side-push .drop .opener {
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 999;
	}

	.search-form .opener,form#searchform input[type="text"],form#searchform input[type="text"]:focus {
		width: 100%;
		background: url(images/sprite.png) no-repeat 194px 8px #7ab295;
	}

	.sea-form input[type="submit"] {
		top: -38px;
		margin-bottom: -38px;
	}

	.opener {
		display: block;
		width: 31px;
		height: 31px;
		background: #000;
		background: rgba(0,0,0,.5);
		position: relative;
		border-radius: 3px;
		text-indent: -9999px;
		overflow: hidden;
	}

	.opener:before,.opener:after,.opener span {
		background: #fff;
		border-radius: 4px;
		position: absolute;
		top: 16px;
		left: 25%;
		right: 25%;
		height: 3px;
		margin-top: -2px;
	/* height/2 */
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

	.opener:before,.opener:after {
		content: '';
		top: 10px;
	}

	.opener:after {
		top: 22px;
	}

	/* close button transition */
	.close-btn span,.active .opener span {
		opacity: 0;
	}

	.opener:hover {
		opacity: .9;
	}

	.close-btn:after,.close-btn:before,.active .opener:after,.active .opener:before {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 16px;
		left: 15%;
		right: 15%;
	}

	.close-btn:after,.active .opener:after {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.visual {
		margin-top: 0;
	}

	/*#nav ul li ul{ display:none !important}*/
	#nav .topnav li {
		padding: 0 !important;
	}

	.home .slideshow .slide img {
		margin: 0 !important;
		left: auto !important;
	}

	#header {
		padding-bottom: 10px;
		position: initial;
	}

	#nav .topnav li {
		padding: 12px 7px 11px;
	}

	.footer-nav {
		background: none;
	}

	.footer-nav .opener2 {
		top: 0;
		position: relative;
		display: block;
		left: 0;
		margin: 0 auto;
	}

	.footer-nav ul {
		padding: 20px 0 0;
		text-align: center;
	}

	.footer-nav ul li {
		float: none;
		margin: 0 0 10px;
	}

	#nav {
		width: 100%;
	}

	.bradcrumbs-area {
		display: none;
	}

	.footer-nav {
		padding: 0 0 10px;
		margin: 0 0 10px;
	}

	#nav .slide2 {
		padding: 30px 0 0;
	}

	.footer-address {
		text-align: center;
	}

	.footer-address span br {
		display: none;
	}

	#nav ul,#nav .topnav {
		position: relative !important;
		width: 100%;
		right: 0;
		top: 0;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		float: none;
	}

	#nav .topnav li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #272727;
		border-top: 1px solid #626262;
	}

	#nav .topnav li.menu-item-has-children > a {
		width: 75% !important;
	}

	#nav .topnav li .sub-menu li {
		border-bottom: 0;
	}

	#nav .topnav li a {
		color: #fff;
		padding: 10px;
		display: block;
	}

	#nav .topnav li a:hover {
		background: transparent;
		color: #154880;
	}

	#nav .sec-nav {
		padding: 0;
		text-align: center;
	}

	#nav .sec-nav li {
		display: block;
		margin: 0;
	}

	#nav .sec-nav li a {
		padding: 10px;
	}

	.twocolumn .column {
		width: 100%;
	}

	.threecolumn .column {
		float: none;
		width: 100%;
		margin: 0 0 20px !important;
		text-align: center;
	}

	.map-box {
		overflow: hidden;
	}

	.map-box img {
		position: relative;
		left: 50%;
		margin: 0 0 0 -225px;
		width: 455px;
	}

	.column .image-holder .date-box {
		pointer-events: none;
		transform: scale(0.7);
	}

	.timerangeseparator {
		padding-top: 0;
		margin-left: 29px;
	}

	.address-box .box,.tickets-container .ticket-wrapper {
		width: 100% !important;
		margin: 0 0 20px;
		text-align: center;
	}

	.info-block .col {
		width: 100% !important;
		margin: 0 0 10px;
		text-align: center;
	}

	.social-networks {
		text-align: center;
	}

	.social-networks li {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.slideshow .caption h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.slideshow .caption {
		font-size: 20px;
		line-height: 24px;
		background: rgba(0,0,0,0.65);
		padding: 1em 0;
		top: 15px;
	}

	#main h1 {
		font-size: 30px;
		line-height: 34px;
	}

	.section1 .heading p {
		font-size: 18px;
	}

	.view-all {
		float: none;
		width: 100%;
		display: block;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#main .section2 h1 {
		margin: 1em 0 20px;
	}

	.phone {
		display: table;
		text-align: center;
		width: 100%;
	}

	.phone .tell {
		margin: 0 0 10px;
		display: inline-block;
	}

	.phone p {
		float: none;
		text-align: center;
		width: 100%;
		display: table-footer-group;
	}

	.threecolumn .column .description {
		padding: 0 10px;
	}

	.address-box .box address {
		font-size: 13px;
		line-height: 19px;
		margin: 0 0 15px;
	}

	.footer-nav .js-slide-hidden {
		display: block !important;
		left: -9999px !important;
		position: absolute !important;
		top: -9999px !important;
	}

	#nav .js-slide-hidden {
		display: block !important;
		left: -9999px !important;
		position: absolute !important;
		top: -9999px !important;
	}

	/*.visual img {
			width:768px !important;
			left:50%;
			position:relative;
			margin:0 0 0 -384px;
		} */
	.detail-area .slogan-text {
		font-size: 13px;
		line-height: 16px;
	}

	.rollo .detail-area {
		font-size: 12px;
		line-height: 15px;
	}

	.detail-area p {
		margin-bottom: 20px;
	}

	.view-all {
		width: 100% !important;
		float: none !important;
		margin: 0 0 10px !important;
		padding: 12px;
	}

	.article-area {
		padding: 30px 0 10px;
	}

	.detail-article .img-holder {
		width: 28%;
	}

	.detail-article {
		padding: 25px 0;
	}

	.detail-article .description h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.detail-article .description {
		font-size: 12px;
		line-height: 15px;
	}

	.rollo-area .description {
		width: 100%;
		float: none;
	}

	.rollo-area .img-holder {
		float: none;
		width: 100%;
	}

	.two-col .col .about-area .img-holder {
		float: none;
		width: 100%;
	}

	.two-col .col .about-area .img-holder img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 15px;
	}

	.events-area {
		margin-bottom: 15px;
	}

	.two-col .col:first-child {
		width: 100%;
		float: none;
		margin: 0;
	}

	.popup-holder,.fancybox-wrap,.lightbox1,#fancybox-overlay,#fancybox-close,#fancybox-content {
		display: none !important;
		background-color: none !important;
		opacity: 1;
		cursor: default !important;
	}

	.lightbox {
		pointer-event: none !important;
	}

	.detail-area {
		font-size: 12px;
		line-height: 2em;
	}

	.topbar {
		display: none;
	}

	.logo {
		margin: 10px 0 0 !important;
	}

	.opener2 {
		display: block;
	}

	.caption-wrapper {
		bottom: -45px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		text-align: center;
		background: #F3F3F3;
		padding-bottom: 25px;
	}

	.caption-wrapper div {
		position: static !important;
	}

	.rsUni,.rsUni .rsOverflow,.rsUni .rsSlide,.rsUni .rsVideoFrameHolder,.rsUni .rsThumbs {
		background: none !important;
	}

	.rsOverflow {
		overflow: visible !important;
	}

	.slideshow .caption {
		background: none !important;
	}

	.slideshow .caption h1 {
		font-size: 24px !important;
		color: #124A7D;
		line-height: 30px !important;
	}

	.slideshow .caption span {
		color: #696969;
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.slideshow .controls .btn {
		background: #B8504F !important;
		color: #fff !important;
		padding: 10px 20px !important;
	}

	.slideshow .controls .btn:hover {
		background: #000 !important;
	}

	.caption-wrapper br {
		display: none;
	}
	#slide-menu{ background:none;
    color: #647991;
    float: right;
    left: auto;
    position: absolute !important;
    right: 10px !important;
    top: 75px;
    width: 110px;}
body{ position:relative}
.slide-nav-link .label{float: left !important;
    padding-right: 8px !important;}
#header{height:100px}
}

@media screen and ( max-width:600px ) {
	.one_third {
		width: 100% !important;
	}

	.detail-area .one_third {
		margin: 0 !important;
	}

	.img-holder .capt .capt-frame {
		padding-left: 20px;
	}

	.article-area {
		display: none;
	}
}

@media screen and ( max-width:479px ) {
	.logo {
		width: 85%;
		margin-top: -9px;
		max-width: 240px;
	}

	.logo img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.visual {
		margin-top: 0;
	}

	.opener2 {
		top: -34px;
	}

	#main h1 {
		font-size: 22px;
		line-height: 25px;
	}

	.section1 .heading p {
		font-size: 13px;
	}

	.img-holder .capt h2 {
		font-size: 22px;
		line-height: 25px;
		margin: 0 0 5px;
	}

	.img-holder .capt .more {
		padding: 7px 10px;
	}

	body {
		font-size: 14px;
		line-height: 18px;
	}

	.threecolumn .column .description {
		padding: 0 10px;
	}

	.column .image-holder .date-box {
		font-size: 13px;
		line-height: 17px;
		width: 66px;
		height: 66px;
		margin: -33px 0 0 -33px;
	}

	.column .image-holder .date-frame > span.dateblob {
		width: 75px;
		height: 75px;
	}

	.address-box .box .castle {
		padding-bottom: 16px;
	}

	.address-box {
		padding-bottom: 0;
	}

	.column .image-holder .date-box .date {
		font-size: 22px;
		line-height: 26px;
	}

	.slideshow .caption h1 {
		font-size: 40px;
		line-height: 1em;
	}

	.slideshow .caption.exhibits h1 {
		font-size: 23px;
	}

	.gallery .slideshow1 {
		width: 340px !important;
	}

	.gallery .slideshow1 .pagination ul li a img {
		width: 46px;
	}

	.detail-article .img-holder {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}

	.home #main h1 {
		margin-bottom: 0;
	}

	.column .img-holder,#main .section2 h1 {
		margin-bottom: 1em;
	}

	#main .img-holder .capt h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.calendarviewbutton {
		font-size: 11px;
		padding: 6px;
	}
}

.opener2 span {
	height: 73px;
	display: block;
	position: absolute;
	right: 0;
	top: -93px;
	width: 15%;
	text-align: center;
	background: #8EA5C7;
	padding-top: 30px;
	display: none;
}

/*******CSS For Content Pages********/
.online-exhibits {
	background: #e6f0fa;
	float: left;
	width: 260px;
	display: block;
	margin: 0 20px 20px;
	text-align: center;
	padding: 20px 10px;
}

.online-exhibits img {
	margin-bottom: 10px;
}

.gallery-item {
	margin: 0 25px 25px 0;
}

.error404 .search-form {
	position: relative;
	width: 100%;
}

.tribe-filter-live .threecolumn {
	background: #edf7fd;
	max-height: 4000px;
	transition: max-height .25s ease-in;
	padding: 2%;
}

#viewmoreeventsbutton {
	margin-top: 10px;
}

#main h1 {
	margin: 1em 0 .5em;
	display: block;
}

.at-svc-email span {
	background-color: #21759b;
	color: #fff;
	background-image: none;
	font-size: 11px;
	font-weight: 700;
	padding: 6px 9px;
	text-transform: uppercase;
	font-family: 'PT Serif',Arial,Helvetica,sans-serif;
	border-radius: 3px;
	letter-spacing: 1px;
	cursor: pointer;
}

.block .museum:before,.block .castle:before {
	top: 0 !important;
}

#header .search-form {
	display: block !important;
}

.red-holder label {
	margin-left: 10px;
}

#tribe-bar-dates {
	background: #edf7fd;
	border-top: 5px solid #2b4f83;
	margin: 0 0 28px;
	padding: 38px 45px;
}

#tribe-bar-dates #tribe-bar-dates {
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	background: none !important;
}

#tribe-bar-dates input[type="text"] {
	background-image: url(images/calendar-icon.png);
	background-position: right -7px;
	background-repeat: no-repeat;
}

#tribe-bar-dates label {
	display: block;
	color: #11487e !important;
	margin-bottom: 15px;
}

.single-tribe_events .slideshow1,.tribe-filter-live .slideshow1,.tribe-filter-live .bradcrumbs-area {
	display: none;
}

.tribe-filter-live #main {
	padding-top: 20px;
}

.tribe-events-event-image {
	width: 48%;
	height: auto;
	float: left;
}

#eventbox .tribe-events-event-image,.threecolumn .tribe-events-event-image {
	width: 100%;
}

.tribe-events-event-image img {
	width: 100%;
	height: auto;
}

/*div.tribe_events p img {width: auto; height: auto;}*/
.tribe-events-event-meta {
	float: right;
	width: 48%;
	margin: 0;
}

.single-tribe_events .tribe-events-content {
	clear: both;
	padding-top: 1em;
}

.tribe-events-cal-links {
	width: 290px;
	float: left;
}

.addthis_sharing_toolbox {
	margin-top: 18px;
}

/*25-Nov css edit*/
.event-texter > p:first-child {
	float: left;
	padding-right: 15px;
	max-width: 50%;
	margin: 0 1em 1em 0 !important;
}

.event-texter img {
	width: 100%;
}

.view_counter {
	color: #11487e;
	display: block;
	font-size: 22px;
	text-align: right;
	width: 100%;
}

.tribe-events-back a {
	width: 250px;
	background: #88b279;
	position: relative;
	color: #fff;
	padding: 15px 20px 15px 28px;
	font: 700 16px/1.4em Raleway,sans-serif;
}

.tribe-events-back a:hover,ul.tribe-events-sub-nav a:hover {
	background: #7A90B2;
}

@media print {
	#nav,.topbar,.article-area,.rollo-area,.info-block,footer {
		display: none;
	}

	#header {
		border: 0;
	}

	.logo {
		margin: 0;
		top: 50px;
	}

	.page .entry-content {
		font-size: 17px;
	}

	.detail-area p {
		line-height: 1.8em;
		margin: 1em 0 0;
	}
}
@media screen and ( max-width:400px ) {.icon-mercer, .icon-fonthill{display:none !important}}
.column {
	max-height: 330px;
}
#field_21_17{
	display:none;
}
.tribe_events-template-default .column {
  max-height: inherit !important;
}
#post-7071 .post-thumbnail img {
	width: 100% !important;
}