.t-c p {
	font-size: 16px;
}

#cookie-notice .cn-button {
	background-color: #c60e6b !important;
}


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Hide top bar details for now */
ul.art-hmenux {
	visibility: hidden !important;
}

@media screen and (max-width: 1100px) {
	.custommenu {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.art-post {
		position: relative;
		top: 20px;
	}
}

/* Hide contact details on contact page for now */
#nf-field-106-container {
	display: none !important;
}

#post-93 #nf-field-1-wrap {
	margin-top: 0 !important;
}




/*
Theme Name: Areca WP Theme
Theme URI: http://www.arecadesign.co.uk
Description: Web Design by Areca Design
Version: 1.0
Author: Areca Design
Author URI: http://www.arecadesign.co.uk
Tags: fixed-layout, responsive-layout, three-columns, valid HTML5, widgets
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Pure Grid Overriding */

.pure-u-1, .pure-u-1-1, .pure-u-1-12, .pure-u-1-2, .pure-u-1-24, .pure-u-1-3, .pure-u-1-4, .pure-u-1-5, .pure-u-1-6, .pure-u-1-8, .pure-u-10-24, .pure-u-11-12, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-2-24, .pure-u-2-3, .pure-u-2-5, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24, .pure-u-3-24, .pure-u-3-4, .pure-u-3-5, .pure-u-3-8, .pure-u-4-24, .pure-u-4-5, .pure-u-5-12, .pure-u-5-24, .pure-u-5-5, .pure-u-5-6, .pure-u-5-8, .pure-u-6-24, .pure-u-7-12, .pure-u-7-24, .pure-u-7-8, .pure-u-8-24, .pure-u-9-24 {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

#loader {
	display: none !important;
}


/* Hide box office address (until set up) */
/* (Evesham Live Chris) also requested to hide Find Us page for now - put into draft */
.menu-item-99 {
	display: none !important;
}


.nf-input-limit {
	display: none;
}

#nf-field-88, #nf-field-151 {
	text-transform: uppercase;
}


/* Base Classes */

html, body {
	height: -webkit-fit-content !important;
	height: -moz-fit-content !important;
	height: fit-content !important;
}

body {
	min-height: 100vh;
	position: relative;
}

#art-main, .art-sheet {
    min-height: 100% !important;
}

#art-main {
	padding-bottom: 150px !important;
	position: relative !important;
}

.art-footer {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100%;
}

.hidden {
	display: none !important;
}

.display-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.display-block {
	display: block !important;
}


/* Begin Additional CSS Styles */

* {
	font-family: 'Exo', sans-serif;
}

h1 {
	font-family: 'Vollkorn', serif;
}

.customlogo {
	background: #e0e0e0;
    padding: 13px;
    display: inline-block;
    margin: 8px;
    margin-top: 16px;
    border-radius: 5px;
    text-decoration: none;
    color: grey;
    width: 114px;
	
}

.mysliderarea {
	
	max-width: 1330px;
    margin: 0 auto;
    margin-top: 21px;
}

.art-postheader {
	display: none;	
	margin-top: 150px !important;
	margin-bottom: 0 !important;
    font-size: 50px !important;
	text-align: center !important;
	color: #c60e6b !important;
	font-weight: 500;
	text-transform: uppercase;
}

.primary-button a:hover{
	-webkit-transition: 0.2s all ease !important;
	-o-transition: 0.2s all ease !important;
	transition: 0.2s all ease !important;
    background-color: #db0d75 !important;
    cursor: pointer !important;
}

/* Custom Menu */

table, ul.art-hmenux
{
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
}

ul.art-hmenux a, ul.art-hmenux a:link, ul.art-hmenux a:visited, ul.art-hmenux a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.art-hmenux, ul.art-hmenux ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.art-hmenux li
{
	position: relative;
	z-index: 5;
	display: block;
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right: 60px;
}

ul.art-hmenux li:hover
{
   z-index: 10000;
   white-space: normal;
}


ul.art-hmenux, ul.art-hmenux ul 
{
   min-height: 0;
}

ul.art-hmenux a {
	border: none !important;
}

ul.art-hmenux
{
	width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

ul.art-hmenux>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
   margin-left: 0;
}
ul.art-hmenux>li:first-child {
   margin-left: 0;
}
ul.art-hmenux>li:last-child, ul.art-hmenux>li.last-child {
   margin-right: 0;
}

ul.art-hmenux>li>a
{
   
   
   padding:0 13px;
   margin:0 auto;
   position: relative;
   display: block;
   height: 26px;
   cursor: pointer;
   text-decoration: none;
   color: #262626;
   text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

ul.art-hmenux>li:hover {
	text-decoration: underline;
}

.art-hmenux>li>a, 
.art-hmenux>li>a:link, 
.art-hmenux>li>a:visited, 
.art-hmenux>li>a.active, 
.art-hmenux>li>a:hover
{
	color: white;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	text-align: left;
    padding: 0 13px;
    margin: 0 auto;
}

ul.art-hmenux>li>a.active
{
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    padding: 0 13px;
    margin: 0 auto;
    border-color: #b7b7b7 !important;
}

ul.art-hmenux>li>a:visited, 
ul.art-hmenux>li>a:hover, 
ul.art-hmenux>li:hover>a {
	
	text-decoration: none;
}

ul.art-hmenux>li>a:hover, .desktop ul.art-hmenux>li:hover>a
{
}
ul.art-hmenux>li>a:hover, 
.desktop ul.art-hmenux>li:hover>a {
	
}

ul.art-hmenux li li a
{
   background: #CCCCCC;
   padding:0 8px;
   margin:0 auto;
}
ul.art-hmenux li li 
{
   float: none;
   width: auto;
   margin-top: 2px;
   margin-bottom: 2px;
}

.desktop ul.art-hmenux li li ul>li:first-child 
{
   margin-top: 0;
}

ul.art-hmenux li li ul>li:last-child 
{
   margin-bottom: 0;
}

.art-hmenux ul a
{
   display: block;
   white-space: nowrap;
   height: 26px;
   min-width: 7em;
   border: 0 solid transparent;
   text-align: left;
   line-height: 26px;
   color: #383838;
   font-size: 14px;
   text-decoration: none;
   margin:0;
}

.art-hmenux ul a:link, 
.art-hmenux ul a:visited, 
.art-hmenux ul a.active, 
.art-hmenux ul a:hover
{
   text-align: left;
   line-height: 26px;
   color: #383838;
   font-size: 14px;
   text-decoration: none;
   margin:0;
}

ul.art-hmenux ul li a:hover, .desktop ul.art-hmenux ul li:hover>a
{
   background: #BF1E2E;
   margin:0 auto;
}
.art-hmenux ul a:hover
{
   text-decoration: none;
   color: #FFFFFF;
}

.desktop .art-hmenux ul li:hover>a
{
   color: #FFFFFF;
}

ul.art-hmenux ul:before
{
   margin:0 auto;
   display: block;
   position: absolute;
   content: ' ';
   z-index: 1;
}
.desktop ul.art-hmenux li:hover>ul {
   visibility: visible;
   top: 100%;
}
.desktop ul.art-hmenux li li:hover>ul {
   top: 0;
   left: 100%;
}

ul.art-hmenux ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   background-image: url('images/spacer.gif');
}

.desktop ul.art-hmenux>li>ul
{
   padding: 11px 31px 31px 31px;
   margin: -10px 0 0 -30px;
}

.desktop ul.art-hmenux ul ul
{
   padding: 31px 31px 31px 11px;
   margin: -31px 0 0 -9px;
}

.desktop ul.art-hmenux ul.art-hmenu-left-to-right 
{
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}

.desktop ul.art-hmenux ul.art-hmenu-right-to-left 
{
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

.desktop ul.art-hmenux li li:hover>ul.art-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
.desktop ul.art-hmenux li li:hover>ul.art-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

.desktop ul.art-hmenux ul ul.art-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 31px 31px 31px 11px;
   margin: -31px 0 0 -9px;
}

.desktop ul.art-hmenux ul ul.art-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 31px 11px 31px 31px;
   margin: -31px -9px 0 0;
}

.desktop ul.art-hmenux li ul>li:first-child {
   margin-top: 0;
}
.desktop ul.art-hmenux li ul>li:last-child {
   margin-bottom: 0;
}

.desktop ul.art-hmenux ul ul:before
{
   border-radius: 0;
   top: 30px;
   bottom: 30px;
   right: 30px;
   left: 10px;
}

.desktop ul.art-hmenux>li>ul:before
{
   top: 10px;
   right: 30px;
   bottom: 30px;
   left: 30px;
}

.desktop ul.art-hmenux>li>ul.art-hmenu-left-to-right:before {
   right: 30px;
   left: 30px;
}
.desktop ul.art-hmenux>li>ul.art-hmenu-right-to-left:before {
   right: 30px;
   left: 30px;
}
.desktop ul.art-hmenux ul ul.art-hmenu-left-to-right:before {
   right: 30px;
   left: 10px;
}
.desktop ul.art-hmenux ul ul.art-hmenu-right-to-left:before {
   right: 10px;
   left: 30px;
}


/* product Search */

.prod-search-input {
	
	padding: 8px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #d4d4d4;
	width: 48% !important;
	font-size: 12px;
    color: grey;
	height: 16px;
}

.prod-search-select {
	
	padding: 8px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #d4d4d4;
	font-size: 12px;
    color: grey;
	width: 24%;
	
}

.prod-search-button {
	
    padding: 8px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #d4d4d4;
    background: #499bdd;
    font-size: 12px;
    color: white;
    width: 24%;
	cursor: pointer;
}


.header-search-form {
	

	width: 100%;
    height: 42px;
    margin: 0 auto;
    max-width: 1000px;
	margin-top: 21px;
}


/* TOP BAR */

.custommenu {
	background-color: #0368a4;
	width: 100%;
    font-size: 10px;
    color: black;
    padding-top: 4px;
    padding-bottom: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 9999;
}

.custommenuwrap {
	vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.custommenu a {
	color: white;
}

.custommenu li:before {
    color: white;
    position: absolute;
    top: 5px;
    left: -9px;
    font-size: 17px;
}

.sign-in {
    border: none;
    background-color: white;
    padding: 6px 15px;
    border-radius: 4px;
	font-size: 13px;
    color: #0368a4 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

.sign-in:hover {
	background-color: #c60e6b;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	color: white !important;
	cursor: pointer;
}

.fa-phone:before {
	-webkit-transform: rotate(100deg);
	    -ms-transform: rotate(100deg);
	        transform: rotate(100deg);
}

.customright {float: right;}

.customleft {float: left; display: contents;}

/* End Additional CSS Styles */

#art-main
{
   background: #FFFFFF;
   margin:0 auto;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   position: relative;
   width: 100%;
	min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}
table, ul.art-hmenu
{
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
   padding: 0;
}

/* Reset buttons border. It's important for input and button tags. 
 * border-collapse should be separate for shadow in IE. 
 */
.art-button
{
   border: 0;
   border-collapse: separate;
   background-origin: border-box !important;
   background: #CCCCCC;
   border-radius:4px;
   -webkit-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
   box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
   border-width: 0;
   padding:0 10px;
   margin:0 auto;
   height:28px;
}

.art-postcontent,
.art-postheadericons,
.art-postfootericons,
.art-blockcontent,
ul.art-vmenu a 
{
   text-align: left;
}

.art-postcontent h1, .art-postcontent h1 a, .art-postcontent h1 a:link, .art-postcontent h1 a:visited, .art-postcontent h1 a:hover,
.art-postcontent h2, .art-postcontent h2 a, .art-postcontent h2 a:link, .art-postcontent h2 a:visited, .art-postcontent h2 a:hover,
.art-postcontent h3, .art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:visited, .art-postcontent h3 a:hover,
.art-postcontent h4, .art-postcontent h4 a, .art-postcontent h4 a:link, .art-postcontent h4 a:visited, .art-postcontent h4 a:hover,
.art-postcontent h5, .art-postcontent h5 a, .art-postcontent h5 a:link, .art-postcontent h5 a:visited, .art-postcontent h5 a:hover,
.art-postcontent h6, .art-postcontent h6 a, .art-postcontent h6 a:link, .art-postcontent h6 a:visited, .art-postcontent h6 a:hover,
.art-blockheader .t, .art-blockheader .t a, .art-blockheader .t a:link, .art-blockheader .t a:visited, .art-blockheader .t a:hover,
.art-vmenublockheader .t, .art-vmenublockheader .t a, .art-vmenublockheader .t a:link, .art-vmenublockheader .t a:visited, .art-vmenublockheader .t a:hover,
.art-headline, .art-headline a, .art-headline a:link, .art-headline a:visited, .art-headline a:hover,
.art-slogan, .art-slogan a, .art-slogan a:link, .art-slogan a:visited, .art-slogan a:hover,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover
{
   font-size: 24px;
   font-weight: normal;
   font-style: normal;
   line-height: 120%;
}

.art-postcontent a, .art-postcontent a:link
{
   text-decoration: none;
}

.art-postcontent a:visited, .art-postcontent a.visited
{
   text-decoration: none;
}

.art-postcontent  a:hover, .art-postcontent a.hover
{
   text-decoration: underline;
}

.art-postcontent h1
{
   color: #333333;
   margin: 10px 0 0;
   font-size: 29px;
}

.art-blockcontent h1
{
   margin: 10px 0 0;
   font-size: 29px;
}

.art-postcontent h1 a, .art-postcontent h1 a:link, .art-postcontent h1 a:hover, .art-postcontent h1 a:visited, .art-blockcontent h1 a, .art-blockcontent h1 a:link, .art-blockcontent h1 a:hover, .art-blockcontent h1 a:visited 
{
   font-size: 29px;
}

.art-postcontent h2
{
   color: #333333;
   margin: 10px 0 0;
   font-size: 24px;
}

.art-blockcontent h2
{
   margin: 10px 0 0;
   font-size: 24px;
}

.art-postcontent h2 a, .art-postcontent h2 a:link, .art-postcontent h2 a:hover, .art-postcontent h2 a:visited, .art-blockcontent h2 a, .art-blockcontent h2 a:link, .art-blockcontent h2 a:hover, .art-blockcontent h2 a:visited 
{
   font-size: 24px;
}

.art-postcontent h3
{
   color: #333333;
   margin: 10px 0 0;
   font-size: 22px;
}

.art-blockcontent h3
{
   margin: 10px 0 0;
   font-size: 22px;
}

.art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:hover, .art-postcontent h3 a:visited, .art-blockcontent h3 a, .art-blockcontent h3 a:link, .art-blockcontent h3 a:hover, .art-blockcontent h3 a:visited 
{
   font-size: 22px;
}

.art-postcontent h4
{
   color: #292929;
   margin: 10px 0 0;
   font-size: 20px;
}

.art-blockcontent h4
{
   margin: 10px 0 0;
   font-size: 20px;
}

.art-postcontent h4 a, .art-postcontent h4 a:link, .art-postcontent h4 a:hover, .art-postcontent h4 a:visited, .art-blockcontent h4 a, .art-blockcontent h4 a:link, .art-blockcontent h4 a:hover, .art-blockcontent h4 a:visited 
{
   font-size: 20px;
}

.art-postcontent h5
{
   color: #292929;
   margin: 10px 0 0;
   font-size: 17px;
}

.art-blockcontent h5
{
   margin: 10px 0 0;
   font-size: 17px;
}

.art-postcontent h5 a, .art-postcontent h5 a:link, .art-postcontent h5 a:hover, .art-postcontent h5 a:visited, .art-blockcontent h5 a, .art-blockcontent h5 a:link, .art-blockcontent h5 a:hover, .art-blockcontent h5 a:visited 
{
   font-size: 17px;
}

.art-postcontent h6
{
   color: #333333;
   margin: 10px 0 0;
   font-size: 14px;
}

.art-blockcontent h6
{
   margin: 10px 0 0;
   font-size: 14px;
}

.art-postcontent h6 a, .art-postcontent h6 a:link, .art-postcontent h6 a:hover, .art-postcontent h6 a:visited, .art-blockcontent h6 a, .art-blockcontent h6 a:link, .art-blockcontent h6 a:hover, .art-blockcontent h6 a:visited 
{
   font-size: 14px;
}

header, footer, article, nav, #art-hmenu-bg, .art-sheet, .art-hmenu a, .art-vmenu a, .art-slidenavigator > a, .art-checkbox:before, .art-radiobutton:before
{
   background-origin: border-box !important;
}

header, footer, article, nav, #art-hmenu-bg, .art-sheet, .art-slidenavigator > a, .art-checkbox:before, .art-radiobutton:before
{
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

ul
{
   list-style-type: none;
}

ol
{
   list-style-position: inside;
}

html, body
{
   height: 100%;
}

/**
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * https://github.com/necolas/normalize.css
 */

html {
   -ms-text-size-adjust: 100%;
   /* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */}

body
{
   padding: 0;
   margin:0;
   min-width: 1100px;
   color: #0A0A0A;
}

form
{
   padding: 0;
   margin: 0;
}

table.position
{
   position: relative;
   width: 100%;
   table-layout: fixed;
}

li h1, .art-postcontent li h1, .art-blockcontent li h1 
{
   margin:1px;
} 
li h2, .art-postcontent li h2, .art-blockcontent li h2 
{
   margin:1px;
} 
li h3, .art-postcontent li h3, .art-blockcontent li h3 
{
   margin:1px;
} 
li h4, .art-postcontent li h4, .art-blockcontent li h4 
{
   margin:1px;
} 
li h5, .art-postcontent li h5, .art-blockcontent li h5 
{
   margin:1px;
} 
li h6, .art-postcontent li h6, .art-blockcontent li h6 
{
   margin:1px;
} 
li p, .art-postcontent li p, .art-blockcontent li p 
{
   margin:1px;
}


.art-shapes
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   overflow: hidden;
   z-index: 0;
}

.art-slider-inner {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
}

.art-slidenavigator > a {
   display: inline-block;
   vertical-align: middle;
   outline-style: none;
   font-size: 1px;
}

.art-slidenavigator > a:last-child {
   margin-right: 0 !important;
}

.art-positioncontrol
{
}

.art-positioncontrol-440487604
{
	
	display: block;
    position: absolute;
    z-index: 101;
    top: 0px !important;

    }
.art-positioncontrol
{
}

.art-positioncontrol-780670307
{
    display: block;
    left: 100%;
    margin-left: -329px;
    position: absolute;
    top: 5px;
    width: 334px;
    height: 89px;
    z-index: 102;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);

    }






.art-header
{

	padding: 13px;
	height: 75px;
}

.custom-responsive .art-header
{

}

.default-responsive .art-header,
.default-responsive #art-header-bg
{

}

.art-header-inner{
   position: relative;
   width: 1100px;
   z-index: auto !important;
   margin: 0 auto;
}

.art-header>.widget 
{
   position:absolute;
   z-index:101;
}

/*
.art-nav {
   margin: 0 auto;
   position: relative;
   z-index: 499;
}
*/

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.art-hmenu, ul.art-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.art-hmenu li
{
   position: relative;
   z-index: 5;
   /*display: block;*/
   float: left;
   background: none;
   margin: 0;
   padding: 0;
   border: 0;
}

ul.art-hmenu li:hover
{
   z-index: 10000;
   white-space: normal;
}
ul.art-hmenu, ul.art-hmenu ul 
{
   min-height: 0;
}

ul.art-hmenu 
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    width: 80%;
	max-width: 1315px;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
}

.art-nav-inner{
   text-align: center;
   margin:0 auto;
}

.desktop  .art-nav-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.desktop .art-nav
{
   padding-left: 0;
   padding-right: 0;
	position: relative;
	z-index: 10;
}

.art-hmenu-extra1
{
   position: relative;
   display: block;
   float: left;
   width: auto;
   height: auto;
   background-position: center;
}

.art-hmenu-extra2
{
   position: relative;
   display: block;
   float: right;
   width: auto;
   height: auto;
   background-position: center;
}

.art-menuitemcontainer
{
   margin:0 auto;
}
ul.art-hmenu>li {
	min-width: 75px;
   	margin-left: 0;
	padding: 15px 0;
}
ul.art-hmenu>li:first-child {
   margin-left: 0;
}
ul.art-hmenu>li:last-child, ul.art-hmenu>li.last-child {
   margin-right: 0;
}

ul.art-hmenu>li>a.active, ul.art-hmenu>li>a.active, ul.art-hmenu>li>a
{
	padding: 30px 0;
	margin:0 auto;
	position: relative;
	display: block;
	height: 26px;
	cursor: pointer;
	text-decoration: none;
	color: #b0b0b0;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}

ul.art-hmenu>li>a.active {
	color: #0368a4;
	border-bottom: 2px solid #0368a4;
}

ul.art-hmenu>li>a.active:hover, ul.art-hmenu>li>a.active:hover, ul.art-hmenu>li>a:hover {
	color: #0368a4;
	border-bottom: 2px solid #0368a4;
}

ul.art-hmenu>li>a:visited, 
ul.art-hmenu>li>a:hover, 
ul.art-hmenu>li:hover>a {
   text-decoration: none;
}


ul.art-hmenu li li a
{
   background: #CCCCCC;
   padding:0 8px;
   margin:0 auto;
}
ul.art-hmenu li li 
{
   float: none;
   width: auto;
   margin-top: 2px;
   margin-bottom: 2px;
}

.desktop ul.art-hmenu li li ul>li:first-child 
{
   margin-top: 0;
}

ul.art-hmenu li li ul>li:last-child 
{
   margin-bottom: 0;
}

.art-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 26px;
   min-width: 7em;
   border: 0 solid transparent;
   text-align: left;
   line-height: 26px;
   color: #383838;
   font-size: 14px;
   text-decoration: none;
   margin:0;
}

.art-hmenu ul a:link, 
.art-hmenu ul a:visited, 
.art-hmenu ul a.active, 
.art-hmenu ul a:hover
{
   text-align: left;
   line-height: 26px;
   color: #383838;
   font-size: 14px;
   text-decoration: none;
   margin:0;
}

ul.art-hmenu ul li a:hover, .desktop ul.art-hmenu ul li:hover>a
{
   background: #BF1E2E;
   margin:0 auto;
}
.art-hmenu ul a:hover
{
   text-decoration: none;
   color: #FFFFFF;
}

.desktop .art-hmenu ul li:hover>a
{
   color: #FFFFFF;
}

ul.art-hmenu ul:before
{
   margin:0 auto;
   display: block;
   position: absolute;
   content: ' ';
   z-index: 1;
}
.desktop ul.art-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
}
.desktop ul.art-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}

ul.art-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   background-image: url('images/spacer.gif');
}

.desktop ul.art-hmenu>li>ul
{
   padding: 11px 31px 31px 31px;
   margin: -10px 0 0 -30px;
}

.desktop ul.art-hmenu ul ul
{
   padding: 31px 31px 31px 11px;
   margin: -31px 0 0 -9px;
}

.desktop ul.art-hmenu ul.art-hmenu-left-to-right 
{
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}

.desktop ul.art-hmenu ul.art-hmenu-right-to-left 
{
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

.desktop ul.art-hmenu li li:hover>ul.art-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
.desktop ul.art-hmenu li li:hover>ul.art-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

.desktop ul.art-hmenu ul ul.art-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 31px 31px 31px 11px;
   margin: -31px 0 0 -9px;
}

.desktop ul.art-hmenu ul ul.art-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 31px 11px 31px 31px;
   margin: -31px -9px 0 0;
}

.desktop ul.art-hmenu li ul>li:first-child {
   margin-top: 0;
}
.desktop ul.art-hmenu li ul>li:last-child {
   margin-bottom: 0;
}

.desktop ul.art-hmenu ul ul:before
{
   border-radius: 0;
   top: 30px;
   bottom: 30px;
   right: 30px;
   left: 10px;
}

.desktop ul.art-hmenu>li>ul:before
{
   top: 10px;
   right: 30px;
   bottom: 30px;
   left: 30px;
}

.desktop ul.art-hmenu>li>ul.art-hmenu-left-to-right:before {
   right: 30px;
   left: 30px;
}
.desktop ul.art-hmenu>li>ul.art-hmenu-right-to-left:before {
   right: 30px;
   left: 30px;
}
.desktop ul.art-hmenu ul ul.art-hmenu-left-to-right:before {
   right: 30px;
   left: 10px;
}
.desktop ul.art-hmenu ul ul.art-hmenu-right-to-left:before {
   right: 10px;
   left: 30px;
}

.art-sheet
{
	position:relative;
	cursor:auto;
	width: 1315px !important;
	margin: 0 auto;
}

.art-layout-wrapper
{
   position: relative;
   margin: 0 auto 0 auto;
   z-index: auto !important;
	padding-bottom: 50px;
}

.art-content-layout
{
   display: table;
   width: 100%;
   table-layout: fixed;
}

.art-content-layout-row 
{
   display: table-row;
}

.art-layout-cell
{
   display: table-cell;
   vertical-align: top;
}

	#art-main {
/*		min-height: unset !important;*/
	}
	
	.art-layout-wrapper {
		min-height: unset !important; /* ADDED */
	}
	
	.art-layout-cell {
		height: unset !important; /* ADDED */
	}



/* need only for content layout in post content */ 
.art-postcontent .art-content-layout
{
   border-collapse: collapse;
}

.art-vmenublock
{
   background: #E8E8E8;
   border:1px solid #ABABAB;
   margin:12px;
}
div.art-vmenublock img
{
   margin: 0;
}

.art-vmenublockcontent
{
   margin:0 auto;
}

ul.art-vmenu, ul.art-vmenu ul
{
   list-style: none;
   display: block;
}

ul.art-vmenu, ul.art-vmenu li
{
   display: block;
   margin: 0;
   padding: 0;
   width: auto;
   line-height: 0;
}

ul.art-vmenu
{
   margin-top: 0;
   margin-bottom: 0;
}

ul.art-vmenu ul
{
   display: none;
   margin: 0;
   padding: 0;
   position: relative;
}

ul.art-vmenu ul.active
{
   display: block;
}

ul.art-vmenu>li>a
{
   background: #ABABAB;
   background: -o-linear-gradient(top, #D1D1D1 0, #828282 100%) no-repeat;
   -svg-background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D1D1D1), to(#828282)) no-repeat;
   -svg-background: -o-linear-gradient(top, #D1D1D1 0, #828282 100%) no-repeat;
   -svg-background: linear-gradient(top, #D1D1D1 0, #828282 100%) no-repeat;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D1D1D1), to(#828282)) no-repeat;
   background: linear-gradient(to bottom, #D1D1D1 0, #828282 100%) no-repeat;
   border:1px solid #969696;
   padding:0 15px;
   margin:0 auto;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #212121;
   min-height: 30px;
   line-height: 30px;
}
ul.art-vmenu a 
{
   display: block;
   cursor: pointer;
   z-index: 1;
   position:relative;
}

ul.art-vmenu li{
   position:relative;
}

ul.art-vmenu>li
{
   margin-top: 4px;
}
ul.art-vmenu>li>ul
{
   padding: 0;
   margin-top: 4px;
   margin-bottom: 4px;
}
ul.art-vmenu>li:first-child
{
   margin-top:0;
}

ul.art-vmenu>li>a:before
{
   content:url('images/vmenuitemicon.png');
   margin-right:5px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera ul.art-vmenu>li>a:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

ul.art-vmenu>li>a.active:before
{
   content:url('images/vmenuactiveitemicon.png');
   margin-right:5px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera ul.art-vmenu>li>a.active:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

ul.art-vmenu>li>a:hover:before,  ul.art-vmenu>li>a.active:hover:before,  ul.art-vmenu>li:hover>a:before,  ul.art-vmenu>li:hover>a.active:before
{
   content:url('images/vmenuhovereditemicon.png');
   margin-right:5px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera ul.art-vmenu>li>a:hover:before, .opera   ul.art-vmenu>li>a.active:hover:before, .opera   ul.art-vmenu>li:hover>a:before, .opera   ul.art-vmenu>li:hover>a.active:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

ul.art-vmenu>li>a:hover, ul.art-vmenu>li>a.active:hover
{
   background: #757575;
   background: -o-linear-gradient(top, #9C9C9C 0, #808080 37%, #4F4F4F 100%) no-repeat;
   -svg-background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9C9C9C), color-stop(37%, #808080), to(#4F4F4F)) no-repeat;
   -svg-background: -o-linear-gradient(top, #9C9C9C 0, #808080 37%, #4F4F4F 100%) no-repeat;
   -svg-background: linear-gradient(top, #9C9C9C 0, #808080 37%, #4F4F4F 100%) no-repeat;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9C9C9C), color-stop(37%, #808080), to(#4F4F4F)) no-repeat;
   background: linear-gradient(to bottom, #9C9C9C 0, #808080 37%, #4F4F4F 100%) no-repeat;
   border:1px solid #787878;
   padding:0 15px;
   margin:0 auto;
}
ul.art-vmenu>li>a:hover, ul.art-vmenu>li>a.active:hover
{
   text-decoration: none;
}

ul.art-vmenu a:hover, ul.art-vmenu a.active:hover 
{
   color: #CFCFCF;
}

ul.art-vmenu>li>a.active:hover>span.border-top, ul.art-vmenu>li>a.active:hover>span.border-bottom 
{
   background-color: transparent;
}

ul.art-vmenu>li>a.active
{
   background: #757575;
   background: -o-linear-gradient(top, #9C9C9C 0, #808080 37%, #4F4F4F 100%) no-repeat;
   -svg-background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9C9C9C), color-stop(37%, #808080), to(#4F4F4F)) no-repeat;
   -svg-background: -o-linear-gradient(top, #9C9C9C 0, #808080 37%, #4F4F4F 100%) no-repeat;
   -svg-background: linear-gradient(top, #9C9C9C 0, #808080 37%, #4F4F4F 100%) no-repeat;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9C9C9C), color-stop(37%, #808080), to(#4F4F4F)) no-repeat;
   background: linear-gradient(to bottom, #9C9C9C 0, #808080 37%, #4F4F4F 100%) no-repeat;
   border:1px solid #787878;
   padding:0 15px;
   margin:0 auto;
   text-decoration: none;
   color: #CFCFCF;
}

ul.art-vmenu>li>ul:before
{
   margin:0 auto;
   display: block;
   position: absolute;
   content: ' ';
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

ul.art-vmenu li li a
{
   background: #E3E3E3;
   margin:0 auto;
   position: relative;
}
ul.art-vmenu ul li
{
   margin: 0;
   padding: 0;
}
ul.art-vmenu li li{
   position: relative;
   margin-top: 1px;
}

ul.art-vmenu ul a
{
   display: block;
   position: relative;
   min-height: 24px;
   overflow: visible;
   padding: 0;
   padding-left: 27px;
   padding-right: 27px;
   z-index: 0;
   line-height: 24px;
   color: #595959;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   margin-left: 0;
   margin-right: 0;
}

ul.art-vmenu ul a:visited, ul.art-vmenu ul a.active:hover, ul.art-vmenu ul a:hover, ul.art-vmenu ul a.active
{
   line-height: 24px;
   color: #595959;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   margin-left: 0;
   margin-right: 0;
}

ul.art-vmenu ul ul a
{
   padding-left: 54px;
}
ul.art-vmenu ul ul ul a
{
   padding-left: 81px;
}
ul.art-vmenu ul ul ul ul a
{
   padding-left: 108px;
}
ul.art-vmenu ul ul ul ul ul a
{
   padding-left: 135px;
}

ul.art-vmenu ul>li>a:hover, ul.art-vmenu ul>li>a.active:hover
{
   background: #ABABAB;
   margin:0 auto;
}
ul.art-vmenu ul li a:hover, ul.art-vmenu ul li a.active:hover
{
   text-decoration: none;
   color: #4D4D4D;
}

ul.art-vmenu ul a:hover:after
{
   background-position: center ;
}
ul.art-vmenu ul a.active:hover:after
{
   background-position: center ;
}
ul.art-vmenu ul a.active:after
{
   background-position: bottom ;
}

ul.art-vmenu ul>li>a.active
{
   background: #CCCCCC;
   margin:0 auto;
}
ul.art-vmenu ul a.active, ul.art-vmenu ul a:hover, ul.art-vmenu ul a.active:hover
{
   text-decoration: none;
   color: #525252;
}

ul.art-vmenu li li:after
{
   display: block;
   position: absolute;
   content: ' ';
   height: 0;
   top: -1px;
   left: 0;
   right: 0;
   z-index: 1;
   border-bottom: 1px solid #C4C4C4;
}

ul.art-vmenu li li:before
{
   display: block;
   position: absolute;
   content: ' ';
   left: 0;
   right: 0;
   top: -1px;
   z-index: 0;
   height: 1px;
   background-color: #E3E3E3;
}
ul.art-vmenu>li>ul>li:first-child:before, ul.art-vmenu>li>ul>li:first-child:after 
{
   display: none;
}

div.art-block img
{
   border: none;
   margin: 5px;
}

.art-blockheader
{
 border-radius: 5px 5px 0 0;
    padding: 8px 8px;
    margin: 0 auto;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #eaeaea;
}
.art-blockheader .t,
.art-blockheader .t a,
.art-blockheader .t a:link,
.art-blockheader .t a:visited, 
.art-blockheader .t a:hover
{
	color: #444444;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    margin: 0 5px;
}

.art-blockcontent
{
    border-radius: 0 0 5px 5px;
    padding: 8px;
    margin: 0 auto;
    color: #292929;
    font-size: 14px;
    line-height: 175%;
}
.art-blockcontent table,
.art-blockcontent li, 
.art-blockcontent a,
.art-blockcontent a:link,
.art-blockcontent a:visited,
.art-blockcontent a:hover
{
   color: #292929;
   font-size: 14px;
   line-height: 175%;
}

.art-blockcontent p
{
   margin: 0 5px;
}

.art-blockcontent a, .art-blockcontent a:link
{
}

.art-blockcontent a:visited, .art-blockcontent a.visited
{
   color: #B8B8B8;
   text-decoration: none;
}

.art-blockcontent a:hover, .art-blockcontent a.hover
{
   text-decoration: none;
}
.art-block ul>li:before
{
   content:url('images/blockbullets.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   margin-left: -15px;
}
.opera .art-block ul>li:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-block li
{
   font-size: 14px;
   line-height: 175%;
   color: #141414;
   margin: 5px 0 0 10px;
}

.art-block ul>li, .art-block ol
{
   padding: 0;
}

.art-block ul>li
{
   padding-left: 15px;
}

.art-breadcrumbs
{
   margin:0 auto;
}

a.art-button,
a.art-button:link,
a:link.art-button:link,
body a.art-button:link,
a.art-button:visited,
body a.art-button:visited,
input.art-button,
button.art-button
{
   text-decoration: none;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #383838;
   margin: 0 5px 0 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 28px;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
}

.art-button img
{
   margin: 0;
   vertical-align: middle;
}

.firefox2 .art-button
{
   display: block;
   float: left;
}

input, select, textarea, a.art-search-button span
{

}

.art-block select 
{
   width:96%;
}

input.art-button
{
   float: none !important;
   -webkit-appearance: none;
}

.art-button.active, .art-button.active:hover
{
   background: #5E5E5E;
   border-radius:4px;
   -webkit-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
   box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
   border-width: 0;
   padding:0 10px;
   margin:0 auto;
}
.art-button.active, .art-button.active:hover {
   color: #FFFFFF !important;
}

.art-button.hover, .art-button:hover
{
   background: #BF1E2E;
   border-radius:4px;
   -webkit-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
   box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
   border-width: 0;
   padding:0 10px;
   margin:0 auto;
}
.art-button.hover, .art-button:hover {
   color: #FFFFFF !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{

}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{

}
input.art-error, textarea.art-error
{
   background: #FFFFFF;
   border:1px solid #E2341D;
   margin:0 auto;
}
input.art-error, textarea.art-error {
   color: #292929 !important;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
}
form.art-search input[type="text"]
{
   background: #FFFFFF;
   border-radius:5px;
   border:1px solid #6E6E6E;
   margin:0 auto;
   width: 100%;
   padding: 8px 0;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #292929 !important;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
}
form.art-search 
{
   background-image: none;
   border: 0;
   display:block;
   position:relative;
   top:0;
   padding:0;
   margin:5px;
   left:0;
   line-height: 0;
}

form.art-search input, a.art-search-button
{
   -webkit-appearance: none;
   top:0;
   right:0;
}

form.art-search>input, a.art-search-button{
   bottom:0;
   left:0;
   vertical-align: middle;
}

form.art-search input[type="submit"], input.art-search-button, a.art-search-button
{
   border-radius: 0;
   margin:0 auto;
}
form.art-search input[type="submit"], input.art-search-button, a.art-search-button {
   position:absolute;
   left:auto;
   display:block;
   border:none;
   background:url('images/searchicon.png') center center no-repeat;
   width:24px;
   height: 100%;
   padding:0;
   color: #D1D1D1 !important;
   cursor: pointer;
}

a.art-search-button span.art-search-button-text {
   display: none;
}

label.art-checkbox:before
{
   background: #FFFFFF;
   background: -o-linear-gradient(top, #E8E8E8 0, #EBEBEB 40%, #EBEBEB 85%, #D4D4D4 100%) no-repeat;
   -svg-background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8E8E8), color-stop(40%, #EBEBEB), color-stop(85%, #EBEBEB), to(#D4D4D4)) no-repeat;
   -svg-background: -o-linear-gradient(top, #E8E8E8 0, #EBEBEB 40%, #EBEBEB 85%, #D4D4D4 100%) no-repeat;
   -svg-background: linear-gradient(top, #E8E8E8 0, #EBEBEB 40%, #EBEBEB 85%, #D4D4D4 100%) no-repeat;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8E8E8), color-stop(40%, #EBEBEB), color-stop(85%, #EBEBEB), to(#D4D4D4)) no-repeat;
   background: linear-gradient(to bottom, #E8E8E8 0, #EBEBEB 40%, #EBEBEB 85%, #D4D4D4 100%) no-repeat;
   border-radius:2px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   border:1px solid #919191;
   margin:0 auto;
   width:16px;
   height:16px;
}
label.art-checkbox
{
   cursor: pointer;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   line-height: 16px;
   display: inline-block;
   color: #292929 !important;
}

.art-checkbox>input[type="checkbox"]
{
   margin: 0 5px 0 0;
}

label.art-checkbox.active:before
{
   background: #ABABAB;
   background: -o-linear-gradient(top, #ABABAB 0, #ADADAD 40%, #ADADAD 85%, #9C9C9C 100%) no-repeat;
   -svg-background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ABABAB), color-stop(40%, #ADADAD), color-stop(85%, #ADADAD), to(#9C9C9C)) no-repeat;
   -svg-background: -o-linear-gradient(top, #ABABAB 0, #ADADAD 40%, #ADADAD 85%, #9C9C9C 100%) no-repeat;
   -svg-background: linear-gradient(top, #ABABAB 0, #ADADAD 40%, #ADADAD 85%, #9C9C9C 100%) no-repeat;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ABABAB), color-stop(40%, #ADADAD), color-stop(85%, #ADADAD), to(#9C9C9C)) no-repeat;
   background: linear-gradient(to bottom, #ABABAB 0, #ADADAD 40%, #ADADAD 85%, #9C9C9C 100%) no-repeat;
   border-radius:2px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   border:1px solid #787878;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.art-checkbox.hovered:before
{
   background: #CCCCCC;
   background: -o-linear-gradient(top, #CCCCCC 0, #CFCFCF 40%, #CFCFCF 85%, #BABABA 100%) no-repeat;
   -svg-background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(40%, #CFCFCF), color-stop(85%, #CFCFCF), to(#BABABA)) no-repeat;
   -svg-background: -o-linear-gradient(top, #CCCCCC 0, #CFCFCF 40%, #CFCFCF 85%, #BABABA 100%) no-repeat;
   -svg-background: linear-gradient(top, #CCCCCC 0, #CFCFCF 40%, #CFCFCF 85%, #BABABA 100%) no-repeat;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(40%, #CFCFCF), color-stop(85%, #CFCFCF), to(#BABABA)) no-repeat;
   background: linear-gradient(to bottom, #CCCCCC 0, #CFCFCF 40%, #CFCFCF 85%, #BABABA 100%) no-repeat;
   border-radius:2px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   border:1px solid #787878;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.art-radiobutton:before
{
   background: #FFFFFF;
   background: -o-linear-gradient(top, #E8E8E8 0, #EBEBEB 40%, #EBEBEB 85%, #D4D4D4 100%) no-repeat;
   -svg-background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8E8E8), color-stop(40%, #EBEBEB), color-stop(85%, #EBEBEB), to(#D4D4D4)) no-repeat;
   -svg-background: -o-linear-gradient(top, #E8E8E8 0, #EBEBEB 40%, #EBEBEB 85%, #D4D4D4 100%) no-repeat;
   -svg-background: linear-gradient(top, #E8E8E8 0, #EBEBEB 40%, #EBEBEB 85%, #D4D4D4 100%) no-repeat;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8E8E8), color-stop(40%, #EBEBEB), color-stop(85%, #EBEBEB), to(#D4D4D4)) no-repeat;
   background: linear-gradient(to bottom, #E8E8E8 0, #EBEBEB 40%, #EBEBEB 85%, #D4D4D4 100%) no-repeat;
   border-radius:8px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   border:1px solid #919191;
   margin:0 auto;
   width:16px;
   height:16px;
}
label.art-radiobutton
{
   cursor: pointer;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   line-height: 16px;
   display: inline-block;
   color: #292929 !important;
}

.art-radiobutton>input[type="radio"]
{
   vertical-align: baseline;
   margin: 0 5px 0 0;
}

label.art-radiobutton.active:before
{
   background: #ABABAB;
   background: -o-linear-gradient(top, #ABABAB 0, #ADADAD 40%, #ADADAD 85%, #9C9C9C 100%) no-repeat;
   -svg-background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ABABAB), color-stop(40%, #ADADAD), color-stop(85%, #ADADAD), to(#9C9C9C)) no-repeat;
   -svg-background: -o-linear-gradient(top, #ABABAB 0, #ADADAD 40%, #ADADAD 85%, #9C9C9C 100%) no-repeat;
   -svg-background: linear-gradient(top, #ABABAB 0, #ADADAD 40%, #ADADAD 85%, #9C9C9C 100%) no-repeat;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ABABAB), color-stop(40%, #ADADAD), color-stop(85%, #ADADAD), to(#9C9C9C)) no-repeat;
   background: linear-gradient(to bottom, #ABABAB 0, #ADADAD 40%, #ADADAD 85%, #9C9C9C 100%) no-repeat;
   border-radius:8px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   border:1px solid #787878;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.art-radiobutton.hovered:before
{
   background: #CCCCCC;
   background: -o-linear-gradient(top, #CCCCCC 0, #CFCFCF 40%, #CFCFCF 85%, #BABABA 100%) no-repeat;
   -svg-background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(40%, #CFCFCF), color-stop(85%, #CFCFCF), to(#BABABA)) no-repeat;
   -svg-background: -o-linear-gradient(top, #CCCCCC 0, #CFCFCF 40%, #CFCFCF 85%, #BABABA 100%) no-repeat;
   -svg-background: linear-gradient(top, #CCCCCC 0, #CFCFCF 40%, #CFCFCF 85%, #BABABA 100%) no-repeat;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(40%, #CFCFCF), color-stop(85%, #CFCFCF), to(#BABABA)) no-repeat;
   background: linear-gradient(to bottom, #CCCCCC 0, #CFCFCF 40%, #CFCFCF 85%, #BABABA 100%) no-repeat;
   border-radius:8px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   border:1px solid #787878;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

.art-comments
{
   border-top:1px solid #ABABAB;
   margin:0 auto;
   margin-top: 25px;
}

.art-comments h2
{
   color: #292929;
}

.art-comment
{
   padding:7px;
   margin:0 auto;
   margin-top: 12px;
}
.art-comment-avatar 
{
   float:left;
   width:80px;
   height:80px;
   padding:2px;
   background:#fff;
   border:1px dotted #919191;
}

.art-comment-avatar>img
{
   margin:0 !important;
   border:none !important;
}

.art-comment-content
{
   padding:10px 0;
   color: #292929;
}

#comment-list>li:first-child>.art-comment
{
   margin-top: 0;
}

.art-comment-inner
{
   margin-left: 94px;
}

.art-comment-header
{
   color: #292929;
   line-height: 100%;
}

.art-comment-header a, 
.art-comment-header a:link, 
.art-comment-header a:visited,
.art-comment-header a.visited,
.art-comment-header a:hover,
.art-comment-header a.hovered
{
   line-height: 100%;
}

.art-comment-header a, .art-comment-header a:link
{
   font-weight: bold;
   font-style: normal;
   color: #404040;
}

.art-comment-header a:visited, .art-comment-header a.visited
{
   color: #404040;
}

.art-comment-header a:hover,  .art-comment-header a.hovered
{
   color: #545454;
}

.art-comment-content a, 
.art-comment-content a:link, 
.art-comment-content a:visited,
.art-comment-content a.visited,
.art-comment-content a:hover,
.art-comment-content a.hovered
{
}

.art-comment-content a, .art-comment-content a:link
{
   color: #404040;
}

.art-comment-content a:visited, .art-comment-content a.visited
{
   color: #404040;
}

.art-comment-content a:hover,  .art-comment-content a.hovered
{
   color: #545454;
}

.art-pager
{
   background: #E3E3E3;
   background: transparent;
   border-radius:6px;
   border:1px solid transparent;
   padding:7px;
   margin:2px;
   text-align:center;
}

.art-pager>*:last-child
{
   margin-right:0 !important;
}

.art-pager>span {
   cursor:default;
}

.art-pager>*
{
   background: #CCCCCC;
   background: transparent;
   border-radius:6px;
   border:1px dotted transparent;
   padding:10px;
   margin:0 6px 0 auto;
   line-height: normal;
   position:relative;
   display:inline-block;
   margin-left: 0;
}

.art-pager a:link,
.art-pager a:visited,
.art-pager .active
{
   line-height: normal;
   text-decoration: none;
   color: #292929
;
}

.art-pager .active
{
   background: #ABABAB;
   background: transparent;
   border:1px dotted transparent;
   padding:10px;
   margin:0 6px 0 auto;
   color: #292929
;
}

.art-pager .more
{
   background: #CCCCCC;
   background: transparent;
   border:1px dotted transparent;
   margin:0 6px 0 auto;
}
.art-pager a.more:link,
.art-pager a.more:visited
{
   color: #292929
;
}
.art-pager a:hover
{
   background: #ABABAB;
   border:1px dotted #919191;
   padding:10px;
   margin:0 6px 0 auto;
}
.art-pager  a:hover,
.art-pager  a.more:hover
{
   text-decoration: none;
   color: #141414
;
}
.art-pager>*:after
{
   margin:0 0 0 auto;
   display:inline-block;
   position:absolute;
   content: ' ';
   top:0;
   width:0;
   height:100%;
   right: 0;
   text-decoration:none;
}

.art-pager>*:last-child:after{
   display:none;
}

.art-commentsform
{
   background: #EDEDED;
   background: transparent;
   border-radius:2px;
   border:1px solid #ABABAB;
   padding:7px;
   margin:0 auto;
   margin-top:25px;
   color: #292929;
}

.art-commentsform h2{
   padding-bottom:10px;
   margin: 0;
   color: #292929;
}

.art-commentsform label {
   display: inline-block;
   line-height: 25px;
}

.art-commentsform input:not([type=submit]), .art-commentsform textarea {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   width:100%;
   max-width:100%;
}

.art-commentsform .form-submit
{
   margin-top: 5px;
}
a img
{
   border: 0;
}

.art-article img, img.art-article, .art-block img, .art-footer-text img
{
   margin: 10px 10px 10px 10px;
}

.art-metadata-icons img
{
   border: none;
   vertical-align: middle;
   margin: 2px;
}

.art-article table, table.art-article
{
   border-collapse: collapse;
   margin: 1px;
}

.art-post .art-content-layout-br
{
   height: 0;
}

.art-article th, .art-article td
{
   padding: 2px;
   vertical-align: top;
   text-align: left;
}

.art-article th
{
   text-align: center;
   vertical-align: middle;
   padding: 7px;
}

pre
{
   overflow: auto;
   padding: 0.1em;
}

.preview-cms-logo
{
   border: 0;
   margin: 1em 1em 0 0;
   float: left;
}

.image-caption-wrapper
{
   padding: 10px 10px 10px 10px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper img
{
   margin: 0 !important;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper div.art-collage
{
   margin: 0 !important;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper p
{
   font-size: 80%;
   text-align: right;
   margin: 0;
}

.art-postmetadataheader
{

}

.art-postheader
{
    color: #404040;
    margin: 13px 0px 21px 0px;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
}

.art-postheader a, 
.art-postheader a:link, 
.art-postheader a:visited,
.art-postheader a.visited,
.art-postheader a:hover,
.art-postheader a.hovered
{
   font-size: 26px;
   font-weight: normal;
   font-style: normal;
}

.art-postheader a, .art-postheader a:link
{
   text-decoration: none;
   text-align: left;
   color: #737373;
}

.art-postheader a:visited, .art-postheader a.visited
{
   text-decoration: none;
   text-align: left;
   color: #8C8C8C;
}

.art-postheader a:hover,  .art-postheader a.hovered
{
   text-decoration: none;
   text-align: left;
}

.art-postheadericons,
.art-postheadericons a,
.art-postheadericons a:link,
.art-postheadericons a:visited,
.art-postheadericons a:hover
{
   color: #545454;
}

.art-postheadericons
{
   padding: 1px;
   margin: 0 0 0 10px;
}

.art-postheadericons a, .art-postheadericons a:link
{
   text-decoration: none;
   color: #595959;
}

.art-postheadericons a:visited, .art-postheadericons a.visited
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #757575;
}

.art-postheadericons a:hover, .art-postheadericons a.hover
{
   font-weight: normal;
   font-style: normal;
   text-decoration: underline;
   color: #595959;
}

.art-postdateicon:before
{
   content:url('images/postdateicon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .art-postdateicon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postauthoricon:before
{
   content:url('images/postauthoricon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .art-postauthoricon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postpdficon:before
{
   content:url('images/postpdficon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .art-postpdficon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postprinticon:before
{
   content:url('images/postprinticon.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postprinticon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postemailicon:before
{
   content:url('images/postemailicon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .art-postemailicon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postediticon:before
{
   content:url('images/postediticon.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postediticon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postcontent li, .art-post li, .art-textblock li
{
   color: #404040;
   margin: 3px 0 0 11px;
}

.art-postcontent ol, .art-post ol, .art-textblock ol, .art-postcontent ul, .art-post ul, .art-textblock ul
{
   margin: 1em 0 1em 11px;
}

.art-postcontent li ol, .art-post li ol, .art-textblock li ol, .art-postcontent li ul, .art-post li ul, .art-textblock li ul
{
   margin: 0.5em 0 0.5em 11px;
}

.art-postcontent li, .art-post li, .art-textblock li
{
   margin: 3px 0 0 0;
}

blockquote
{
   background:  url('images/postquote.png') no-repeat scroll;
   padding:10px 10px 10px 43px;
   margin:0 0 0 20px;
   color: #333333;
   font-weight: normal;
   font-style: italic;
   text-align: left;
   /* makes block not to align behind the image if they are in the same line */
  overflow: auto;
   clear:both;
}
blockquote a, .art-postcontent blockquote a, .art-blockcontent blockquote a, .art-footer-text blockquote a,
blockquote a:link, .art-postcontent blockquote a:link, .art-blockcontent blockquote a:link, .art-footer-text blockquote a:link,
blockquote a:visited, .art-postcontent blockquote a:visited, .art-blockcontent blockquote a:visited, .art-footer-text blockquote a:visited,
blockquote a:hover, .art-postcontent blockquote a:hover, .art-blockcontent blockquote a:hover, .art-footer-text blockquote a:hover
{
   color: #333333;
   font-weight: normal;
   font-style: italic;
   text-align: left;
}

/* Override native 'p' margins*/
blockquote p,
.art-postcontent blockquote p,
.art-blockcontent blockquote p,
.art-footer-text blockquote p
{
   margin: 0;
   margin: 5px 0;
}

.art-postdatepickericon:before
{
   content:url('images/postdatepickericon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postdatepickericon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postdatepickerlefticon:before
{
   content:url('images/postdatepickerlefticon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postdatepickerlefticon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postdatepickerrighticon:before
{
   content:url('images/postdatepickerrighticon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postdatepickerrighticon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.Navigator .art-ccs-navigator img, .Navigator img
{
   border: 0;
   margin: 0;
   vertical-align: middle;
}
tr.Navigator td, td span.Navigator
{
   text-align: center;
   vertical-align: middle;
}

.art-postslider1icon:before
{
   content:url('images/postslider1icon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postslider1icon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postslider2icon:before
{
   content:url('images/postslider2icon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postslider2icon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postslider3icon:before
{
   content:url('images/postslider3icon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postslider3icon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postslider4icon:before
{
   content:url('images/postslider4icon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postslider4icon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postslider5icon:before
{
   content:url('images/postslider5icon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postslider5icon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postslider6icon:before
{
   content:url('images/postslider6icon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postslider6icon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postslider7icon:before
{
   content:url('images/postslider7icon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postslider7icon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postsliderscicon:before
{
   content:url('images/postsliderscicon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postsliderscicon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postsliderseicon:before
{
   content:url('images/postsliderseicon.png');
   margin-right:6px;
   bottom: 0;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postsliderseicon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.Sorter img
{
   border:0;
   vertical-align:middle;
   padding:0;
   margin:0;
   position:static;
   z-index:1;
   width: 12px;
   height: 6px;
}

.Sorter a
{
   position:relative;
   color: #757575;
}

.Sorter a:link
{
   color: #757575;
}

.Sorter a:visited, .Sorter a.visited
{
   color: #757575;
}

.Sorter a:hover, .Sorter a.hover
{
   color: #595959;
}

.Sorter
{
   color:#404040;
}

.art-footer
{
   background: #262626;
   border-top:1px solid #ABABAB;
   margin:0 auto;
   position: relative;
   color: #FFFFFF;
   font-size: 14px;
   line-height: 175%;
   text-align: center;
   padding: 0;
}

.art-footer-text a,
.art-footer-text a:link,
.art-footer-text a:visited,
.art-footer-text a:hover,
.art-footer-text td, 
.art-footer-text th,
.art-footer-text caption
{
   color: #FFFFFF;
   font-size: 14px;
   line-height: 175%;
}

.art-footer-text p 
{
   padding:0;
   text-align: center;
}

.art-footer-text a,
.art-footer-text a:link
{
   color: #FFFFFF;
   text-decoration: none;
}

.art-footer-text a:visited
{
   color: #8F8F8F;
   text-decoration: none;
}

.art-footer-text a:hover
{
   color: #BFBFBF;
   text-decoration: underline;
}

.art-footer-text h1
{
   color: #FFFFFF;
}

.art-footer-text h2
{
   color: #FFFFFF;
}

.art-footer-text h3
{
   color: #FFFFFF;
}

.art-footer-text h4
{
   color: #FFFFFF;
}

.art-footer-text h5
{
   color: #FFFFFF;
}

.art-footer-text h6
{
   color: #FFFFFF;
}

.art-footer-text img
{
   border: 1px dotted #ABABAB;
   margin: 7px;
}

.art-footer-inner
{
   margin: 0 auto;
   width:1100px;
   padding:20px;
   padding-right: 20px;
   padding-left: 20px;
}

.art-rss-tag-icon
{
   background:  url('images/footerrssicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:34px;
   min-width:34px;
   display: inline-block;
   text-indent: 37px;
   background-position: left center;
   vertical-align: middle;
}

.art-rss-tag-icon:empty
{
   vertical-align: middle;
}

.art-facebook-tag-icon
{
   background:  url('images/footerfacebookicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.art-facebook-tag-icon:empty
{
   vertical-align: middle;
}

.art-twitter-tag-icon
{
   background:  url('images/footertwittericon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.art-twitter-tag-icon:empty
{
   vertical-align: middle;
}

.art-tumblr-tag-icon
{
   background:  url('images/tumblricon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.art-tumblr-tag-icon:empty
{
   vertical-align: middle;
}

.art-pinterest-tag-icon
{
   background:  url('images/pinteresticon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.art-pinterest-tag-icon:empty
{
   vertical-align: middle;
}

.art-vimeo-tag-icon
{
   background:  url('images/vimeoicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.art-vimeo-tag-icon:empty
{
   vertical-align: middle;
}

.art-youtube-tag-icon
{
   background:  url('images/youtubeicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.art-youtube-tag-icon:empty
{
   vertical-align: middle;
}

.art-linkedin-tag-icon
{
   background:  url('images/linkedinicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.art-linkedin-tag-icon:empty
{
   vertical-align: middle;
}

.art-footer-text ul>li:before
{
   content:url('images/footerbullets.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   margin-left: -14px;
}
.opera .art-footer-text ul>li:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-footer-text li
{
   font-size: 14px;
   color: #ADADAD;
}

.art-footer-text ul>li, .art-footer-text ol
{
   padding: 0;
}

.art-footer-text ul>li
{
   padding-left: 14px;
}

.art-page-footer, 
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover
{
   font-size: 10px;
   letter-spacing: normal;
   word-spacing: normal;
   font-style: normal;
   font-weight: normal;
   text-decoration: underline;
   color: #CCCCCC;
}

.art-page-footer
{
   position: relative;
   z-index: auto !important;
   padding: 1em;
   text-align: center !important;
   text-decoration: none;
   color: #FFFFFF;
}

.art-lightbox-wrapper 
{
   background: #333;
   background: rgba(0, 0, 0, .8);
   bottom: 0;
   left: 0;
   padding: 0 100px;
   position: fixed;
   right: 0;
   text-align: center;
   top: 0;
   z-index: 1000000;
}

.art-lightbox,
.art-lightbox-wrapper .art-lightbox-image
{
   cursor: pointer;
}

.art-lightbox-wrapper .art-lightbox-image
{
   border: 6px solid #fff;
   border-radius: 3px;
   display: none;
   max-width: 100%;
   vertical-align: middle;
}

.art-lightbox-wrapper .art-lightbox-image.active
{
   display: inline-block;
}

.art-lightbox-wrapper .lightbox-error
{
   background: #fff;
   border: 1px solid #b4b4b4;
   border-radius: 10px;
   -webkit-box-shadow: 0 2px 5px #333;
           box-shadow: 0 2px 5px #333;
   height: 80px;
   opacity: .95;
   padding: 20px;
   position: fixed;
   width: 300px;
   z-index: 100;
}

.art-lightbox-wrapper .loading
{
   background: #fff url('images/preloader-01.gif') center center no-repeat;
   border: 1px solid #b4b4b4;
   border-radius: 10px;
   -webkit-box-shadow: 0 2px 5px #333;
           box-shadow: 0 2px 5px #333;
   height: 32px;
   opacity: .5;
   padding: 10px;
   position: fixed;
   width: 32px;
   z-index: 10100;
}

.art-lightbox-wrapper .arrow
{
   cursor: pointer;
   height: 100px;
   opacity: .5;
   filter: alpha(opacity=50);
   position: fixed;
   width: 82px;
   z-index: 10003;
}

.art-lightbox-wrapper .arrow.left
{
   left: 9px;
}

.art-lightbox-wrapper .arrow.right
{
   right: 9px;
}

.art-lightbox-wrapper .arrow:hover
{
   opacity: 1;
   filter: alpha(opacity=100);
}

.art-lightbox-wrapper .arrow.disabled 
{
   display: none;
}

.art-lightbox-wrapper .arrow-t, 
.art-lightbox-wrapper .arrow-b
{
   background-color: #fff;
   border-radius: 3px;
   height: 6px;
   left: 26px;
   position: relative;
   width: 30px;
}

.art-lightbox-wrapper .arrow-t
{
   top: 38px;
}

.art-lightbox-wrapper .arrow-b
{
   top: 50px;
}

.art-lightbox-wrapper .close
{
   cursor: pointer;
   height: 22px;
   opacity: .5;
   filter: alpha(opacity=50);
   position: fixed;
   right: 39px;
   top: 30px;
   width: 22px;
   z-index: 10003;
}

.art-lightbox-wrapper .close:hover 
{
   opacity: 1;
   filter: alpha(opacity=100);
}

.art-lightbox-wrapper .close .cw, 
.art-lightbox-wrapper .close .ccw
{
   background-color: #fff;
   border-radius: 3px;
   height: 6px;
   position: absolute;
   left: -4px;
   top: 8px;
   width: 30px;
}

.art-lightbox-wrapper .cw
{
   transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   /* IE 9 */
    -webkit-transform: rotate(45deg);
   /* Safari and Chrome */
    -o-transform: rotate(45deg);
   /* Opera */
    -moz-transform: rotate(45deg);
/* Firefox */}

.art-lightbox-wrapper .ccw
{
   transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   /* IE 9 */
    -webkit-transform: rotate(-45deg);
   /* Safari and Chrome */
    -o-transform: rotate(-45deg);
   /* Opera */
    -moz-transform: rotate(-45deg);
/* Firefox */}

.art-lightbox-wrapper .close-alt, 
.art-lightbox-wrapper .arrow-right-alt, 
.art-lightbox-wrapper .arrow-left-alt 
{
   color: #fff;
   display: none;
   font-size: 2.5em;
   line-height: 100%;
}

.ie8 .art-lightbox-wrapper .close-alt, 
.ie8 .art-lightbox-wrapper .arrow-right-alt, 
.ie8 .art-lightbox-wrapper .arrow-left-alt 
{
   display: block;
}

.ie8 .art-lightbox-wrapper .cw, 
.ie8 .art-lightbox-wrapper .ccw 
{
   display: none;
}

.art-content-layout .art-sidebar1
{
   background: #F5F5F5;
   margin:0 auto;
   width: 275px;
}

.art-content-layout .art-content
{
   margin:0 auto;
}

.art-content-layout .art-sidebar2
{

   margin:0 auto;
   width: 275px;
}



#comment
{
    width:99%;
}

#comments-list, #comments-list .comment 
{
  background: none;
  padding:0;
  margin:0;
  overflow: visible;
}

#comments-list .comment:before, #comments-list .comment:after
{
  display:none;
}

#comments-list .comment .comment 
{
  margin-left: 20px;
}

span.page-navi-outer, span.page-navi-inner 
{
    position:relative;
    display:block;
    float:left;
    margin:0;
    padding:0;
}

span.page-navi-outer
{
  margin: 1px;
  border: 1px solid #aaa;
}

span.page-navi-inner 
{
  padding: 1px;
  min-width:14px;
  line-height:18px;
  text-align:center;
  border: 2px solid #fff;
  font-weight:bold;
}

a span.page-navi-inner, span.page-navi-caption span.page-navi-inner 
{
    border-width:1px;
    font-weight:normal;
}

a span.page-navi-outer, span.page-navi-caption
{
    margin:2px 1px;
}

ul#comments-list li cite
{
  font-size: 1.2em;
}

#commentform textarea
{
  width: 100%;
}

#commentform
{
  text-align:left;
}

.rtl #commentform
{
  text-align:right;
}

img.wp-smiley
{
  border: none;
  margin: 1px;
  vertical-align:middle;
  padding: 0;
}

.navigation
{
  display: block;
  text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.aligncenter , p.center 
{
   text-align: center; 
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.sticky 
{
}

.bypostauthor  
{
}

.wp-caption
{
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.wp-caption, .wp-caption p
{
    text-align: center;
}

.gallery {
	margin: 0 auto 18px;
    clear:both;
    overflow:hidden;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery img {
	border: 10px solid #f1f1f1;
}

.gallery br+br {
	display: none;
}
/* End */


.hidden
{
  display: none;
}

/* Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

.gallery {
  letter-spacing: normal;
}

.art-content {
  position: relative;
  z-index: 1;   
}

#todays-events{
  position: relative;
  z-index: 11;    
}

#upcoming-events{
  position: relative;
  z-index: 10;    
}

img.wp-post-image 
{
    margin:0 5px 5px 0 !important;
	display: none;
}

ul#comments-list li
{
    list-style-image: none;
    background:none;
    list-style-type:none;
    
}

div.art-footer div.art-content-layout
{
    margin:0 auto;
    width:100%;
}

div.art-layout-cell-size1 
{
    width:100%;
}

div.art-layout-cell-size2 
{
    width:50%;
}
div.art-layout-cell-size3 
{
    width:33%;
}

div.art-layout-cell-size4
{
    width:25%;
}

.art-widget-title
{
    padding:0 0 0 24px;
    margin-bottom:0;
}

div.art-center-wrapper
{
  position: relative;
  float: right;
  right: 50%;

}

div.art-center-inner
{
  position: relative;
  float: left;
  left: 50%;
}

.firefox2 div.art-center-inner
{
  float: none;
}

.art-hmenu-extra1, .art-hmenu-extra2 {
 font-size:12px;
}

div.breadcrumbs h4, 
div.breadcrumbs p, 
li.pingback p, 
#respond p,
h3#reply-title, 
h4#comments, 
h4.box-title
{
    margin:0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

#comments-list #respond {
	/*margin-left: NaNpx !important; TODO NodeJS*/
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	width: auto;
}

.art-footer .art-widget-title 
{
    font-size:1.2em;
    padding: 0;
}

.art-footer .art-widget,
.art-footer .art-widget a,
.art-footer .art-widget a:link,
.art-footer .art-widget a:visited,
.art-footer .art-widget a:hover
{
    text-align: left;
}

DIV[id^="GMPmap"] IMG 
{
    margin: 0px;
}

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}


/* Book Tickets Search */
.nav-search {
	width: 100%;
	padding: 7px 0;
	background-color: #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav-search form {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav-searchbar {
	position: relative;
	width: 80%;
}

.nav-search form input {
	border-radius: 7px;
    border: 2px solid #e6e6e6;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-style: italic;
    width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    padding: 18px 10px;
	outline: none;
	color: #444;
	position: relative;
	z-index: 10;
}

.nav-searchbar button {
	position: absolute !important;
    right: 5px !important;
    bottom: 4.55px !important;
    /*background-color: #c6c6c6 !important;*/
}

.nav-searchbar button:hover {
	/*background-color: #aeaeae !important;*/
}

.nav-search form input::-webkit-input-placeholder {
	color: #b3b3b3;
}

.nav-search form input::-moz-placeholder {
	color: #b3b3b3;
}

.nav-search form input:-ms-input-placeholder {
	color: #b3b3b3;
}

.nav-search form input::-ms-input-placeholder {
	color: #b3b3b3;
}

.nav-search form input::placeholder {
	color: #b3b3b3;
}

.nav-dropdown {
	display: none;
    position: absolute;
    top: 58px;
    width: 100%;
	max-height: 257px;
	overflow: scroll;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    font-size: 17px;
	z-index:10;
	border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.nav-dropdown li {
    padding: 15px 10px;
	background-color: white;
	border-top: 1px solid #e6e6e6;
}

.nav-dropdown li:first-child {
	border-top: 2px solid #e6e6e6;
}

.nav-dropdown li:hover {
	background-color: #f9f9f9;
}

.nav-dropdown a {
	color: black;
	text-decoration: none;
}

.nav-search button:not(.sign-in) {
	height: 50px;
    width: 50px;
    margin-left: 20px;
    background-color: #0368a4;
    color: white;
    border: none;
	outline: none;
    border-radius: 6px;
    font-size: 30px;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	position: relative;
	z-index: 10;
}

.nav-search button:hover:not(.sign-in) {
	background-color: #007ec9;
	cursor: pointer;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

#extraBtn {
	display: none;
}


/* Logo */

.logo-cont {
	position: absolute;
    height: 250px;
	width: fit-content !important;
    top: 0;
    left: 10%;
	z-index: 5;
}

@media screen and (max-width: 1550px) {
	.desktop-logo {
		left: 5%;
	}
}

@media screen and (max-width: 1400px) {
	.desktop-logo {
		left: 3.5%;
	}
}
.header-logo {
	height: 100%;
	z-index: 5;
}


/* Homepage */

.homepage-banner {
	position: relative;
	width: 100%;
	height: 725px;
	background-image: url('http://eveshamlive.co.uk/wp-content/uploads/2020/08/ballet-534358.jpg');
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.banner-overlay {
	position: relative;
    top: 50%;
    width: 1315px;
    margin: 0 auto;
	padding-left: 20px;
    color: white;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.banner-overlay h1 {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	font-size: 34px;
}

.banner-overlay p {
	width: 40%;
    letter-spacing: 0.5px;
    line-height: 20px;
	font-size: 15px;
}

.banner-overlay button {
	width: 140px;
	margin-top: 30px;
    padding: 15px 25px;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    outline: none;
	color: white;
    background-color: #c60e6b;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

.banner-overlay button:hover {
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	background-color: #db0d75;
	cursor: pointer;
}

/* NEW Slider */
.n2-ss-slider .n2-ss-slide-background-image {
	background-position: 50% 35% !important;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
	width: 1315px !important;
    margin: 0 auto !important;
    text-align: left;
}

p.n2-font-b3d570b0671314cfaa36e341ed18d188-paragraph.n2-ow{
	width: 35% !important;
	font-size: 92.5% !important;
	font-weight: 500 !important;
	margin-top: 10px !important;
}

a.n2-style-197a24e0bdf866ed4fdcb7cf0c5f1ab6-heading.n2-ow {
	margin-top: 25px !important;
}

/* Productions Display */

.prod-display {
	width: 100%;
	margin-top: 50px;
}

.production-cont {
    margin-bottom: 1em;
}

.production-cont a {
	width: 100%;
    height: 100%;
}

.production-image {
	position: relative;
    background-position-x: 50%;
    background-position-y: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 96%;
	height: 30em;
    margin: 0 auto;
}

.production-details {
    position: absolute;
    bottom: 0;
    background-color: rgba(252, 252, 252, 0.85);
    width: 100%;
    padding: 17px 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}

.production-details h2 {
	margin: 0 !important;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
}

.production-details span {
	font-weight: bold;
	color: #c60e6b;
}

/* Home - About */

.home-about {
	width: 100%;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.about-left {
	height: 80%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.about-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex !important;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.home-about h2 {
	color: #c60e6b;
	font-size: 23px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.home-about p {
	color: #737373;
	font-size: 15px;
}

.home-about a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 25px;
}

.home-about button {
	width: 165px;
    padding: 19px 25px;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    outline: none;
    color: white;
    background-color: #c60e6b;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.home-about button:hover {
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	background-color: #db0d75;
	cursor: pointer;
}

.home-about img {
	height: 550px !important;
}

@media screen and (max-width: 1024px) {
	.about-left {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.home-about img {
		display: none;
	}
}

header {
	position: relative;
}

/* Loader styling adapted from: https://codepen.io/vineethtrv/pen/NWxZqMM */

#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -48px;
    margin-left: -48px;
	width: 96px;
    height: 96px;
    background: #0368a4;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1.2s linear infinite;
    animation: rotation 1.2s linear infinite;
	visibility: visible;
}

#loader::after {
	content: '';
    position: absolute;
    left: 12px;
    top: 20px;
    width: 24px;
    height: 24px;
    color: white;
    background: currentColor;
    border-radius: 50%;
    -webkit-box-shadow: 50px 4px, 20px 44px;
            box-shadow: 50px 4px, 20px 44px;
}

@-webkit-keyframes rotation {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}

@keyframes rotation {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}

/* Hide content for loader */
/*
#art-main, #custom_html-3, #custom_html-7, #custom_html-9, #custom_html-11 {
	visibility: hidden;
}
*/


/* What's on */

.whats-on-banner {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: url('http://eveshamlive.co.uk/wp-content/uploads/2020/08/auditorium-3514584_1920.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.whats-on-banner::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgb(0 0 0 / 45%);
}

.whats-on-banner h1 {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-transform: uppercase;
    font-size: 70px;
	text-align: center;
    letter-spacing: 1px;
	margin: 0 !important;
}

.whats-on {
	width: 100%;
	margin-top: 50px;
}

.whats-on form, .dashboard-display form {
	position: relative;
    width: 50%;
}

.whats-on form input, .dashboard-display form input {
	position: relative;
    width: 100%;
    font-style: italic;
    font-size: 17px;
    letter-spacing: 0.5px;
    border: 2px solid #0368a4;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}

.whats-on form input::-webkit-input-placeholder, .dashboard-display form input::-webkit-input-placeholder {
    text-transform: uppercase;
}

.whats-on form input::-moz-placeholder, .dashboard-display form input::-moz-placeholder {
    text-transform: uppercase;
}

.whats-on form input:-ms-input-placeholder, .dashboard-display form input:-ms-input-placeholder {
    text-transform: uppercase;
}

.whats-on form input::-ms-input-placeholder, .dashboard-display form input::-ms-input-placeholder {
    text-transform: uppercase;
}

.whats-on form input::placeholder, .dashboard-display form input::placeholder {
    text-transform: uppercase;
}

.whats-on form button, .dashboard-display form button {
	position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    background-color: #0368a4;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
}

.whats-on form button:hover, .dashboard-display form button:hover {
	cursor: pointer;
}

.show-container {
	width: 100% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
	-ms-flex-flow: unset !important;
	    flex-flow: unset !important;
	padding: 90px 0;
	position: relative;
}

.show-container:not(:last-child) .show-bottom {
    width: 55%;
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 29px solid #c60e6b; /* Border size is height of border image */
    -o-border-image: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/http://eveshamlive.co.uk/wp-content/uploads/2020/09/hr.png) 100 0;
       border-image: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/http://eveshamlive.co.uk/wp-content/uploads/2020/09/hr.png) 100 0; /* 100% uncropped 0% reduced width */
}

@media screen and (max-width: 1300px) {
	.show-container:not(:last-child) .show-bottom {
		border-width: 32px !important;
		width: 70% !important;
	}
}

@media screen and (max-width: 1100px) {
	.show-container:not(:last-child) .show-bottom {
		width: 100% !important;	
		border-width: 37px !important;	
	}
}

@media screen and (max-width: 768px) {
	.show-details h2 {
		font-size: 34px !important;
	}
	
	.show-container:not(:last-child) .show-bottom {
		border-width: 26px !important;	
	}
}

@media screen and (max-width: 500px) {
	.show-container:not(:last-child) .show-bottom {
		border-width: 21px !important;	
	}	
}

.show-image-cont {
	height: 30em;
}

.show-image {
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
	height: 100%;
}

.show-details {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-left: 25px;
}

.show-details p {
	margin-right: auto;
}

.show-details * {
	font-family: 'Exo',sans-serif !important;
}

.show-details bold {
	font-weight: 600;
	color: #c60e6b;
}

.show-details a {
	margin-left: auto;
}

.show-details h2 {
	font-size: 27px;
    font-weight: 500;
    color: #c60e6b;
}

.show-info {
	width: 100%;
	font-size: 15px;
	margin: 8px 0;
}

.show-info a {
	margin: 0 !important;
	padding-top: 0 !important;
	color: unset !important;
}

.categories-list {
	text-transform: capitalize;
}

.show-details button {
	width: 140px;
    padding: 15px 25px;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    outline: none;
	color: white;
    background-color: #c60e6b;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.show-details button:hover {
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	background-color: #db0d75;
	cursor: pointer;
}

/* Media Queries */

@media screen and (max-width: 1024px) {
	.whats-on form, .dashboard-display form {
		width: 75%;
		margin: 0 auto;
	}
	
	.art-sheet {
		width: unset !important;
	}
	
	.show-image {
		width: 75% !important;
		margin: 0 auto;
	}
	
	.show-container {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-flow: row wrap !important;
		        flex-flow: row wrap !important;
	}
	
	.show-details {
		padding: 25px !important;
	}
	
	.show-info {
		font-size: 20px;
	    padding: 30px 0;
	}
	
	.show-details a {
		padding-top: 15px;
	}
	
	.custommenuwrap {
		width: 100% !important;
	}
}

@media screen and (max-width: 768px) {
	#art-main {
		min-height: 90vh !important;
	}
	
	.whats-on form, .dashboard-display form {
		width: 100%;
	}
	
	.whats-on-banner h1, .about-banner h1 {
		top: 70% !important;
	}
	
	.banner-text {
		top:  60% !important;
	}
	
	.show-image {
		width: 100% !important;
	}
	
	.show-details {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.show-details a {
		margin: 0 auto;
	}
	
	.whats-on form {
		width: 75%;
	    margin: 0 auto;
	}
	
	.show-info {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.n2-section-smartslider, #custom_html-3, #custom_html-7, #custom_html-9, #custom_html-11 {
		display: none;
	}
	
	.art-postcontent {
		margin-top: 110px !Important;
	}
	
	.whats-on form {
		margin-top: 50px
	}
}

@media screen and (max-width: 450px) {
	.show-info {
		text-align: left;	
	}
}


/* Add Event Styling */



.art-postcontent h3, .nf-form-fields-required {
	text-align: center;
}

.nf-form-title h3 {
	font-weight: 500;
	font-size: 29px;
	text-transform: uppercase;
	color: #c60e6b !important;
}

.nf-form-fields-required {
	padding: 10px 0 25px 0;
}

.nf-form-content h2 {
    font-weight: 400;
    font-size: 21px;
}

.nf-field-label label {
	font-weight: 500 !important;	
}

.nf-progress {
	background-color: #0368a4 !important;
}

.nf-breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nf-breadcrumbs .active a {
	background-color: #c60e6b !important;
}

.nf-breadcrumbs li a:hover {
	background-color: #c60e6b !important;
	text-decoration: none !important;
	-webkit-transition: all 0s !important;
	-o-transition: all 0s !important;
	transition: all 0s !important;
}

.nf-breadcrumbs .errors a {
	background-color: red !important;
}

.nf-breadcrumbs li a {
	background-color: #0368a4 !important;
	color: #f7f7f7 !important;
	text-align: center;
}

.nf-error-msg {
	text-align: center !important;
}

.nf-form-content hr.ninja-forms-field {
	margin: 30px 0;
}

#nf-field-30, #nf-field-4 {
	background-color: #c60e6b !important;
}
#nf-field-30:hover, #nf-field-4:hover {
	background-color: #db0d75 !important;
	color: white !important;
	cursor: pointer !important;
}

.nf-fu-progress {
	margin-top: 10px;
}

#post-93 #nf-field-1-wrap {
	margin-top: 70px;
}

#post-93 .nf-form-fields-required {
	/*
	position: absolute;
    top: 31%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	*/
}

@media screen and (min-width: 600px) and (max-width: 768px) {
	.art-post:not(#post-84):not(#post-81) {
		margin-top: 125px;
	}
}

@media screen and (max-width: 768px) {
	.nf-form-content hr.ninja-forms-field {
		margin: 20px 0 !important;
	}
	
	.nf-breadcrumbs {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	
	.ticketing-popup {
		width: 75% !important;
	}
	
	#nf-field-106-container {
		font-size: 16px !important;
	}
}

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

@media screen and (min-width: 768px) {
	#ticketingPopupLink:hover {
		cursor: pointer;
	}	
}



/* Header Media Queries */

@media screen and (min-width: 1300px) {
	.art-hmenux>li>a {
		font-size: 11px !important;
	}
}

@media screen and (max-width: 1300px) {
	.nav-search {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	
	.desktop-logo {
		left: 2%;
		height: 200px;
		top: 15%;
	}
	
	ul.art-hmenu>li>a {
		padding: 15px 0 !important;
	}
	
	ul.art-hmenux {
		-webkit-box-pack: space-evenly !important;
		    -ms-flex-pack: space-evenly !important;
		        justify-content: space-evenly !important;
	}
	
	.art-nav-inner {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	
	.nav-search form {
		width: 65% !important;
		margin: 0 !important;
	}
	
	.nav-searchbar {
		width: 100% !important;
		position: relative;
	    right: 10%;
	}
}

/* Hide dashboard and sign-out buttons */
.menu-item-288, .menu-item-653, .menu-item-215 {
	display: none !important;
}

.responsive-logo {
	display: none;
}

@media screen and (max-width: 1200px) {
	.desktop-logo {
		left: 1%;
		height: 160px;
		top: 22%;
	}
}

@media screen and (max-width: 1100px) {
	ul.art-hmenu li {
		padding: 5px 0 !important;
	}
	
	.responsive .art-nav ul.art-hmenu a {
		padding: 10px 0 !important;
	}
	
	.custommenu li:before {
		top: 19px !important;
	}
	
	.responsive .art-nav ul.art-hmenu a {
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
		width: fit-content !important;
	}
	
	.nav-search {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	
	.responsive-sign-in {
		display: none;
	}

	.menu-item-288, .menu-item-653, .menu-item-215 {
		display: block !important;
	}
	
	.custommenu .sign-in {
		display: none !important;
	}
	
	ul.art-hmenux {
		width: 100% !important;
	}
	
	.art-hmenux>li>a {
		line-height: 15px !important;
		padding-left: 5px;
	}
	
	.custommenu {
		height: 55px;
	}
	
	.responsive .art-nav ul.art-hmenu {
		width: 100% !important;
	}
	
	.responsive .art-nav ul.art-hmenu {
		width: 100% !important;
	}
	
	ul.art-hmenux li {
		margin-right: 0px !important;
	}
	
	.desktop-logo {
		display: none !important;
	}
	
	.responsive-logo {
		display: block;
		position: relative !important;
		height: 150px !important;
		width: fit-content !important;
		left: -9% !important;
		top: unset !important;
		bottom: unset !important;
	}
	
	/* Close Menu Button Anim */
	.responsive .art-nav .art-menu-btn span {
		transition: 0.3s all ease;
	}
	
	.responsive .art-nav .art-menu-btn.close-btn {
		padding: 24.5px 14px !important;
		top: 5px !important;
	}
	
	.close-btn span:nth-child(1) {
		transform: rotate(45deg);
	    margin: -3px 1px !important;
	}
	.close-btn span:nth-child(2) {
		transform: rotate(-45deg);
	    margin: -3px 1px !important;
	}
	.close-btn span:nth-child(3) {
		display: none !important;
	}
}



@media screen and (max-width: 768px) {
	.menu-item-653 {
		display: block !important;
	}
	
	header {
		position: fixed;
		width: 100vw;
		z-index: 1000000;
	}
	
	.responsive .art-nav .art-menu-btn {
		top: 43.5px !important;
	}
	
	.desktop-nav > .art-sheet {
		margin: 0 !important;
	}
	
	.responsive .art-nav ul.art-hmenu {
		background-color: white !important;
	}
	
	.custommenu {
		display: none !important;
	}
		
	.responsive-logo {
		height: 135px !important;
	}
}

@media screen and (min-width: 600px) {
	.art-postmetadataheader {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.responsive-logo {
		left: -7.5% !important;
	}
}

@media screen and (max-width: 600px) {
	#post-93 .nf-form-fields-required {
		/*top: 10% !important;*/
	}
	
	.art-postheader {
		/*display: block !important;*/
	}
	
	.responsive-sign-in {
		padding: 15px 20px !important;
		margin-left: -35px !important;
	}
	
	.responsive-logo {
		height: 100px !important;
	}
	
	.responsive .art-nav .art-menu-btn {
		top: 26.5px !important;	
	}
}

@media screen and (max-width: 500px) {
	.responsive-logo {
		height: 80px !important;
	}
	
	.responsive .art-nav .art-menu-btn {
		top: 16.5px !important;	
	}
}

@media screen and (max-width: 400px) {
	.responsive .art-nav .art-menu-btn {
		top: 20.5px !important;
		padding: 14px !important;
	}
	
	#searchForm {
		min-width: 200px !important;
	}
	
	.nav-searchbar {
		width: 93% !important;
    	right: 18% !important;
	}
	
	.nav-search form input::placeholder {
		font-size: 17px;
	}
}

@media screen and (max-width: 380px) {
	.responsive-logo {
		height: 70px !important;
	}
	
	.responsive .art-nav .art-menu-btn {
		top: 15.5px !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	.art-sheet {
		width: 1024px !important;
	}
}

.responsive-sign-in {
	display: none;
}



.art-footer-text a {
	color: white !important;
}



/* Login / Register Styling */


.um-misc-ul, .um-misc-ul li {
	text-align: center !important;
}

.um-locked-content {
	display: none !important;
}



/* Dashboard Styling */
@media screen and (min-width: 768px) {
	.dashboard-display form {
		margin-top: 50px;
	}	
}


.dashboard-btn {
	background-color: #c60e6b;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	color: white !important;
}

.dashboard-btn:hover {
	background-color: white;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	color: #0368a4 !important;
	cursor: pointer;
}

.dashboard-banner {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: url('http://eveshamlive.co.uk/wp-content/uploads/2020/08/audience-868074-scaled.jpg');
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.dashboard-banner::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgb(0 0 0 / 40%);
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.dashboard-banner h1 {
	color: white;
	text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.dashboard-banner h2 {
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    font-size: 32px;
	text-align: center;
}

.dashboard-display {
	width: 100%;
}

.event-buttons-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.event-buttons {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
}

.event-remove-cont {
	margin-right: 50px;
}

.event-remove {
	background-color: #ef1313 !important;
}

.event-remove:hover {
	background-color: red !important;
}

.event-status {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    float: left;
}

.event-status h3 {
	margin: 0 !important;
	font-size: 22px;
	font-weight: 500;
	color: #c60e6b;
	text-transform: uppercase;
	text-align: left;
}


@media screen and (max-width: 768px) {
	.event-buttons-container {
		display: block !important;
		margin-top: 25px;
	}
	
	.event-buttons {
		width: 100%;
		padding-top: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: space-evenly;
		    -ms-flex-align: space-evenly;
		        align-items: space-evenly;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
	
	.event-status {
		width: 100% !important;
	}
}



/* About Us Styling */


.about-banner {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: url('http://eveshamlive.co.uk/wp-content/uploads/2020/09/Screenshot-2020-09-03-at-12.14.52.png');
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.about-banner::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgb(0 0 0 / 45%);
}

.about-banner h1 {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-transform: uppercase;
    font-size: 70px;
	text-align: center;
    letter-spacing: 2px;
	margin: 0 !important;
}

.about-display {
	width: 100%;
	margin-top: 50px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-details {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.about-details h1 {
	font-family: 'Exo', sans-serif !important;
	color: #c60e6b;
	text-transform: uppercase;
}

.about-details p {
	margin-top: 23px;
	color: #737373;
}

.about-image {
	height: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.about-image img {
	width: 75%;
}

@media screen and (max-width: 1024px) {
	.about-details h1 {
		margin: 0 auto !important;
	}
	
	.about-image {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
		margin-top: 25px;
	}
	
	.about-image img {
		width: 50% !important;
	}
}



/* Find Us */


.find-display {
	width: 100%;
	margin-top: 70px;
}

.find-display h2 {
	font-size: 29px;
	color: #c60e6b;
	text-transform: uppercase;
    letter-spacing: 0.25px;
	font-weight: 500;
}

.find-where {
	text-align: right;
}

.find-info-container {
	width: 100%;
}

.find-info {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #737373;
}

.find-info-inner {
	margin-top: 25px;
	font-size: 15px;
	min-height: 200px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.find-display iframe {
	margin-top: 50px;
	width: 100% !important;
}

@media screen and (max-width: 768px) {
	.find-where {
		margin-top: 20px !important;
	}
	
	.find-info {
		text-align: center !important;
	}
	
	.find-info-inner {
		padding: 0 15px !important;
	}
	
	div#n2-ss-2 .n2-style-13586a9834f840c6e3b0e8ac4aa4b69c-dot {
		margin: 10px !important;
		padding: 7px !important;
	}
}

@media screen and (max-width: 600px) {
	.find-display {
		margin-top: 0px !important;
	}
}

.nf-response-msg {
	margin-top: 75px;
}

#cookie-notice .cn-button {
	background-color: #0368a4;
}

.n2-ss-slider-2.n2-ow {
	height: 500px !important;
}

.n2-ss-widget.n2-flex.n2-ss-control-bullet.n2-ss-control-bullet-horizontal {
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

/* Hide slider text */
.n2-ss-layer .n2-ow h1, .n2-font-b3d570b0671314cfaa36e341ed18d188-paragraph, div#n2-ss-2 .n2-ss-button-container a div, div#n2-ss-2 .n2-font-d1fcff192d0ca7d7b03a26248a4c9647-link a {
	display: none !important;
}
.capital_text {text-transform:capitalize;}

.nf-response-msg p {
	margin-top: 10px;
}

#nf-form-4-cont {
	margin-top: 50px;
    text-align: center;
}

.page-template-edit-event .each_img {
    width: 25%;
    display: inline-block;
}
.page-template-edit-event .each_img img {
    width: 100%;
    padding: 10px;
}
span.dele_img {
    cursor: POINTER;
    PADDING-LEFT: 10PX;
}
.error_up_image {color: #e80000;}

.t-c {
    font-family: 'Exo', sans-serif;
	margin-top: 50px;
}

.t-c h1 {
	text-transform: uppercase;
}

.p-p {
    font-family: 'Exo', sans-serif;
	margin-top: 50px;
}

.p-p h1 {
	text-transform: uppercase;
}