/*
Theme Name: Ace Arts
Author: Lollystick
Author URI: https://www.lollystick.co.uk
Description: The custom template used for the Ace Arts website.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Roboto');

/* FONTS */
@font-face {
  font-family: 'passion';
  src: url('fonts/PassionOne-Regular.eot');
  src: url('fonts/PassionOne-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/PassionOne-Regular.woff2') format('woff2'),
    url('fonts/PassionOne-Regular.woff') format('woff'),
    url('fonts/PassionOne-Regular.ttf') format('truetype'),
    url('fonts/PassionOne-Regular.svg#PassionOne-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* PAGE LAYOUT */
* {
	outline: none;	
}
html,body {
	height: 100%;
	color: #022A68;
	font-family: 'Roboto', sans-serif;
}
body {
	margin: 0;
	padding: 0;
}
.page-id-1038 .post-password-form input{
	margin-bottom: 20px;
}
main {
	scroll-behavior: smooth !important;
}
#cookie-law-info-bar {
    font-size: 10pt !important;
	font-family: 'Raleway', sans-serif;
}
.page-id-970 table {
	width: 100% !important;
	min-width: 600px;
	overflow: auto;
}
.page-id-970 table td{
	font-family: 'Raleway', sans-serif !important;
	font-size: 85%  !important;
}
.page-id-970 table td{
	width:20% !important;
	padding: 5px !important;
}
.page-id-970 table, th, td{
	border: 1px solid #333 !important;
	vertical-align: top;
	color: #000;
}
/* MAILCHIMP */
#mc_embed_signup #mce-success-response {
    color: #fff !important;
    display: none !important;
    width: 200px !important;
    padding: 0 !important;
}
form#mc-embedded-subscribe-form {
    padding-left: 0 !important;
}
p.brandingLogo {
    display: none;
}
.mc-field-group label{
	font-family: 'Raleway', sans-serif;
    color: #000 !important;
    font-weight: bold;
    letter-spacing: normal !important;
    font-size: 110%;
}
.indicates-required {
    display: none;
}
.content-column-left p {
	margin-bottom: 0;
}
#mc_embed_signup .mc-field-group input {
    padding: 2px 0;
}
.content-column-left #mc_embed_signup .button {
    background-color: #fff;
	color: #E84E0E;
}
.content-column-left #mc_embed_signup .button:hover {
    background-color: 	color: rgba(0, 152, 156, 1.0);
	color: #fff;
}
.soc_icons {
    display: block;
    width: 100%;
    transform: translate(25px, 43px);
}
/* HEADER */

header {
	border-bottom: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 2;
}
header .logo-banner {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	height: 112px;
	position: relative;
}
header .logo-banner form {
    position: absolute;
    right: 7px;
    top: 24%;
    transform: translateY(-50%);
}
header .logo-banner img {
	margin: 18px 0 0 0;
	height: 90px;
}
header h1 {
}
.donate {
	max-width: 200px;
	display: block;
	height: 100%;
	padding: 10px;
	magin-left: 10px;
	
}
.content-text h3 {
	margin-top: 0;
}
.dynamic-col-1 h3 {
	margin-top: 0;	
}
.dynamic-col-2 h3 {
	margin-top: 0;
}

.alignleft {
	float: left;
	padding-right: 80px;
	padding-bottom: 20px;
}
.alignright {
	float: left;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.dynamic-col-1 {
	width: calc(50% - 20px);	
	margin-top: 20px;
	float: left;
	padding-right: 20px;
}
.dynamic-col-2 {
	width: calc(50% - 20px);
	float: left;
	margin-topL: 20px;
	padding: 20px 0 0 20px !important; 
}
input, textarea {
	width: calc(100% - 18px);
	font-family: inherit !important;
	font-size: 110% !important;
	padding: 5px 5px;
	color: #A4A4A4;
}
textarea {
	width: calc(100% - 16px);
}
.wpcf7-form-control-wrap {
	color: #E84E0E !important;
	font-size: 75%;
	font-weight: lighter;
	border: none !important;
}
.page-id-48 h5 {
	margin-top: -20px;
}
.page-id-7 input {
	height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
}
input {
	height: 30px;
}
textarea {
	height: 90px;
}
span.wpcf7-not-valid-tip {
	color: #E84E0E !important;
}
.wpcf7-response-output {
	border: none !important;
	margin: 0 !important;
	color: #E84E0E !important;
	padding: 0px !important;
}
input[type="submit"] {
	width: 25%;
	background-color: rgba(0, 152, 156, 1.0);
	color:#fff;
	height: 35px;
	border: none;
	text-transform:  uppercase;
	
}

/* NAVIGATION */

#nav1 {
    background-color: rgba(0, 152, 156, 1.0);
    width: calc(100% - 40px);
    height: 50px;
    max-width: 1920px;
    padding: 0 40px;
	padding-left: 0px;
}
#nav1 ul {
    z-index: 100;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    text-align: right;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    white-space: nowrap;
	max-width: 1920px;
	margin: 0 auto;
    position: relative;
    list-style: none;
	padding: 0;
	height: 50px;
}
#nav1 ul li {
    position: relative;
    display: inline;
    float: left;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 120%;
}
#nav1 ul li:first-child {
	padding: 0 0 0 0;
}
#nav1 ul li:last-child {
	border-right: none;
}
#nav1 ul li a, #nav1 ul li span {
    display: block;
    position: relative;
	width: 100%;
	padding: 0 20px;
    text-decoration: none;
	height: 50px;
	line-height: 50px;
}
#nav1 ul li a:link, #nav1 ul li a:visited {
    color: #fff;
}
#nav1 ul li:hover > a {
	color: #000;
}
#nav1 ul li ul {
	z-index: 100;
	max-width: 1920px;
	margin: 0 auto;
    list-style: none;
	padding: 0;
	height: 50px;
    position: absolute;
    left: -5000px;
	top: auto;
    opacity: 0;
    width: 100%;
	display: block;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 0s .3s, left 0s .3s;
    transition: opacity .3s, visibility 0s .3s, left 0s .3s;
	border: none;
}
#nav1 ul li:hover > ul {
    visibility: visible;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
#nav1 ul li ul li {
	position: relative;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
    display: list-item;
    float: none;
	width: 100%;
	list-style-type: none;
	border: none;
	font-size: 90%;
}
#nav1 ul li ul li:first-child {
	border: none;
}
#nav1 ul li ul li ul {
    top: 0;
    left: 100%;
}
#nav1 ul ul li:hover > a {
    background: #E84E0E;
	color: #fff!important;
}
#nav1 ul ul li:hover > ul {
    left: 100%;
}
#nav1 ul li ul li a {
    margin: 0;
    background: #fff;
	color: #333!important;
	text-transform: none;
	font-weight: lighter;
	line-height: normal;
	height: auto;
	padding: 15px 20px;
}
#nav1 ul li > a {
}
#nav1 ul li > a:only-child {
}
#nav1 ul li > a:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    right: 8px;
}
#nav1 ul li > a:only-child:after {
    display: none;
}
#nav1 ul li ul li > a:after {
    /* change arrow to right arrow inside sub UL LIs */
    top: 40%;
    right: 8px;
}
.nav1 input[type="checkbox"] {
	display: none;
}
#footer-container form {
	width: 200px;
	float: left;
	height: 40px;
}

/* ROYAL SLIDER */
#full-width-slider {
	width: 100%;
	color: #000;
	margin-top: -40px;
}
.fullWidth {
	max-width: 1400px;
	margin: 0 auto 24px;
}
body .rsUni, body .rsUni .rsOverflow, body .rsUni .rsSlide, body .rsUni .rsVideoFrameHolder, body .rsUni .rsThumbs {
    background: #fff;
    color: #000;
}
@media screen and (min-width:960px) and (min-height:660px) {
	.heroSlider .rsOverflow,
	.royalSlider.heroSlider {
    	height: 670px !important;
	}
	.home .heroSlider .rsOverflow,
	.home .royalSlider.heroSlider {
    	height: 670px !important;
	}
}
@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 670px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
	.royalSlider.heroSlider,
	.royalSlider.heroSlider .rsOverflow {
		height: 670px !important;
	}
}
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}
.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url('../prototype/css/images/rs-minimal-white.png') transparent;
	
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }
.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }
.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}
.arrow {
	position: relative;
	left: calc(50% - 20px);
	top: -60px;
	background-color: #fff;
    background-color: rgba(255,255,255,0.5);
	width: 50px;
	height: 50px;	
}
.arrow img {
	display: block;
    margin: 0 auto;
    padding-top: 0px;
	position: relative;
	top: 12px;
}
.arrow arrow:hover {
	background-color: rgba(255,255,255,1.0);
}
/* MAIN */
main {
    width: 100%;
    float: left;
	text-align: center;
    position: relative;
	z-index: 1;
	padding: 162px 0 0 0;
}
#content {
	width: 100%;
	max-width: 960px;
	text-align: left;
	margin: 0 auto;
}
#content li:before {
	content: "▪ ";
    color: #E84E0E;
    font-size: 200%;
    line-height: 80%;
    vertical-align: bottom;
    margin: 0 0 1px 0;
}
#content .banner {
	max-width: 960px;
	border: 1px solid #aaa;
	margin-top: 50px;
}
.content-image {
	width: 100%;
	text-align: center !important;
}
.content-image img {
	height: auto;
}
.content-text {
	max-width: 960px;
	margin: 0 auto 100px auto;
	padding: 20px 0 0 0;
}
.content-text-container {
	float: left;
}
.content-text  ul {
	margin: 0 0 15px 0;
	font-size: 110%;
	color: #333;
	line-height: 150%;
	word-spacing: 0.25em;
    padding-left: 20px;
    text-indent: -20px;
}
.content-text  ul li {
	list-style-type: none;
	text-decoration: none;
	padding-left: 20px;
	margin: 0 0 0px 0;
}
.content-text  ul li:before {
	content: "▪ ";
	font-size: 200%;
	vertical-align: bottom;
	margin: 0 0 1px 0;
	color: #89C5CE;
}
.content-text .quote {
	border-top: 1px solid #E84E0E;
	border-bottom: 1px solid #E84E0E;
	font-style: italic;
	margin: 50px 0;
	padding: 30px 0;
	font-size: 140%;
}
.content-column-left {
	width: calc(50% - 20px);
	padding: 0 10px 0 0;
	display: inline-block;
}
.content-column-right {
	width: calc(50% - 20px);
	padding: 96px 0 100px 10px;
	display: inline-block;
	float: right;
}
.content-column-right .label {
	margin: 0;
}
.content-column-right input {
	width: calc(100% - 20px);
	height: 40px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	border: 1px solid #aaa;
}
.content-column-right textarea {
	width: calc(100% - 20px);
	padding: 10px;
	border: 1px solid #aaa;
}
.content-column-right input[type=submit] {
	width: calc(100% - 20px);
	background-color: #fff;
	border: 1px solid #aaa;
	height: 60px;
	margin: 20px 0 0 0;
	color: #333;
}
.content-column-right input[type=submit]:hover {
	color: #fff;
	background-color: #333;
}
.content-text table, .content-text td  {
	border: none;
	padding: 0;
}
footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #E84E0E;
	float: left;
}
#footer-container {
	max-width: 960px;
	margin: 0 auto;
}
footer .content-column-left {
	width: calc(50% - 20px);
	padding: 30px 10px 0 0;
	display: inline-block;
	text-align: left;
	float: left;
}
footer .content-column-right {
	width: calc(50% - 20px);
	padding: 30px 0 0 10px;
	display: inline-block;
	float: left;
}
footer h1 {
	text-align: left;
	color: #000;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 200%;
}
footer p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.04em;
	font-size: 115%;
}
footer p strong {
	color: #000 !important;
	font-size: 80%;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #000;
}
footer .copyright {
	color: #000;
	font-size: 60%;
	margin-top: -5px;
	font-weight: bold;
}
footer .copyright a {
	color: #000;
}
footer .copyright a:hover {
	color: #fff;
}
footer .icon {
	width: 38px;
}

/* TEXT FORMATTING */

a,a:visited {
	text-decoration: none;
	color: #E84E0E;
}
a:hover {
	color: #000;
}
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.04em;
	line-height: 150%;
}
strong {
	font-family: 'Raleway', sans-serif;
	color: #5A5959 !important;
	font-weight: bold;
	letter-spacing: normal !important;
	font-size: 110%;
}
hr {
	margin: 60px 0;
	border-top: 3px solid #E84E0E;
}
h1 {
	font-size: 250%;
	color: #E84E0E;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-size: 180%;
	color: #00989c;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 55px 0 0 0;
}
h3 {
	font-size: 138.5%;
	color: #E84E0E;
	font-weight: lighter;
}
h4 {
	font-size: 138.5%;
	color: #00989c;
	font-weight: lighter;
}
h5 {
	font-size: 120%;
	color: #000;
}
h6 {
	font-size: 100%;
	color: #000;
	font-weight: strong;
}
blockquote {
	font-size: 90%;
}
blockquote p strong {
	color: #E84E0E!important;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
}
p {
	color: #333;
	line-height: 150%;
	margin: 0 0 20px 0;
	word-spacing: 0.25em;
}
p, label, button, input, textarea, label {
	font-size: 110%;
	font-weight: lighter;
}
p strong {
	color: #000;
}
.security-image {
	width: calc(100% - 20px);
}
.content-column-right img {
	border: 1px solid #aaa;
}
.back-to-top {
	text-align: right;
	width: 100%;
}
	

/* HEADER */

/* NAVIGATION */

/* MAIN CONTENT */

/* CONTACT PAGE */

.icon {
	float: left;
	margin-right: 10px;
}
.icon img {
	width: 40px;
}
.home-hotspot {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.home-hotspot-thumbnail {
	width: calc((100% - 160px) / 3);
	height: 360px;
    text-align: center;
    float: left;
    margin: 35px 20px 0 0;
    background-color: #eee;
    border-radius: 3px;
    padding: 20px;
    border-bottom: 3px solid #E84E0E;
}
.social .home-hotspot-thumbnail {
	height: 100px;
}
.home-hotspot-thumbnail.last {
	margin: 35px 0 0 0;
}
.home-hotspot-thumbnail img {
	height: 38px;
	width: 38px;
}
.home-hotspot-image {
	width: 100% !important;
	height: auto !important;
	max-width: 400px;
	max-height: 200px;
}
.home-hotspot h2 {
	margin-top: 20px;
}
.newsletter {
	float: left;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: #eee;
}
.newsletter h2 {
	margin: 0;
}
.newsletter input[type=email] {
	width: calc(100% - 20px);
}
.newsletter input[type=submit] {
	width: calc(100% - 6px);
}
.wpcf7 input[type=submit] {
	width: calc(100% - 4px);
}

/* FOOTER */

@media (max-width:1030px){
	iframe {
		max-width: 100%;
	}
	.content-text {
		margin-left: 20px;
		margin-right: 20px;
	}
	.content-column-left {
		width: 100%;
	}
	.content-column-right {
		width: 100%;
		padding-top: 0;
	}
}
@media (max-width:1024px){
	#navi ul li a {
		padding: 0 10px;
	}
	.home-hotspot-thumbnail, .home-hotspot-thumbnail.last {
		width: 48%;
		display: block;
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
	}
	footer .content-column-left {
		width: calc(50% - 20px);
		padding: 30px 10px 0 20px;
		display: inline-block;
		text-align: left;
		float: left;
		}
}
@media (max-width: 800px){
	#nav1 ul li {
		font-size: 100%;
	}
	footer p {
		font-size: 95%;
	}
}
@media (max-width: 660px){
	.logo-banner form input {
		height: 20px;
	}
	header .logo-banner form {
		left: 0;
		top: 38%;
		right: unset;
	}
	main {
		padding-top: 70px;
	}
	.page-id-48 img {
		width: 100%;
		padding: 20px 0;
	}
	.alignleft {
		padding: 0 0 20px 0;
		width: 100%;
	}
	header .logo-banner {
	    height: 60px;
	}
	iframe {
		max-width: 100%;
		height: 300px;
	}
	.home-hotspot-thumbnail, .home-hotspot-thumbnail.last  {
    	width: calc(100% - 40px);
	}
	.dynamic-col-1 {
		width: 100%;
		padding: 0 !important;
	}
	.dynamic-col-2 {
		width: 100%;
		padding: 0 !important;
	}
	.dynamic-col-1 img {
		max-width: 100%;
	}
	.dynamic-col-2 img {
		max-width: 100%;
		padding: 0 !important;
	}
	.align-left, .align-right {
		float: none;
		padding: 0;
	}
 
	footer .content-column-right, footer .content-column-left  {
		width: calc(100% - 20px);
		font-size: 85%;
		max-width: 100%;
		padding-top: 100px;
	}
	header .logo-banner img {
		margin: 22px 0 0 0;
		height: 40px;
	}
	/*  MOBILE MENU  */
	.nav1 {
		width: 0 ;
	}
	.nav1, .nav1 * {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.nav1 input[type="checkbox"] {
		position: absolute;
		right: 0;
		top: 0;
		visibility: hidden;
	}
	.nav1 > label {
		z-index: 100;
		display: block;
		position: absolute;
		font-size: 10px;
		width: 3.5em;
		height: 3em;
		top: 20px !important;
		right: 20px;
		text-indent: -1000px;
		border: 0.3em solid #999;
		border-width: 0.3em 0;
		cursor: pointer;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		margin-left: 20px;
	}
	#nav1 ul li:hover > ul {
		visibility: visible;
		left: calc(100% - 0px);
		opacity: 1;
		top: 0;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
	}
	.nav1 > label::before, .nav1 > label::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 0.3em;
		top: 50%;
		margin-top: -0.2em;
		left: 0;
		background: #999;
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}	
	#nav1 ul {
		display: block;
		width: 100%;
	}
	#nav1 ul li a:link, #nav1 ul li a:visited {
    	color: #fff !important;
	}
	#nav1 ul li a:hover {
    	color: #000 !important;
	}
	#nav1 ul li {
		height: auto;
		float: none;
		color: #5A5959 !important;
		letter-spacing: normal !important;
		font-size: 75%;
		display: block;
		border-bottom: 2px solid #fff;
		width: 100%;	
		border-right: none;
	}
	.nav1 #nav1 {
		margin: 0;
		padding: 0;
		position: fixed;
		width: 50%;
		font-size: 100%!important;
		height: 100%;
		left: -50%;
		top: 0;
		z-index: 10000;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		background: #00989C;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.nav1 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	.nav1 ul li {
		display: block;
		margin: 0;
		width: 100%;
	}
	first-child {
    	padding: 30px 0 0 0;
	}
	#nav1 ul li ul li a:link, #nav1 ul li ul li a:visited {
    	color: #333 !important;
	}
	#nav1 ul li ul li:first-child {
    	padding: 0 0 0 0;
		border: none;
		color: #333;
	}
	#nav1 ul li:last-child {
    	padding: 0;
	}
	.nav1 ul li a {
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 0 15px;
		text-align: left;
		font-size: 150%;
		float: none;
		width: 100%;
	}
	.nav1 ul li a:hover {
		color: #fff;
	}
	
	#nav1 ul li ul li a {
		border-top: solid 2px #E84E0E;
	}
	.nav1 #nav1 label {
		cursor: pointer;
		position: absolute;
		text-transform: lowercase;
		right: 0;
		top: 0;
		-moz-border-radius: 0 0 0 40px;
		-webkit-border-radius: 0 0 0 40px;
		border-radius: 0 0 0 40px;
		width: 40px;
		height: 30px;
		background: none;
		text-align: center;
	}
	.nav1 .overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		opacity: .5;
		background: #fff;
		z-index: 1001;
		visibility: hidden;
	}
	.nav1 .overlay label {
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.nav1 #nav1 label:hover::after {
		-moz-transform: rotatey(180deg);
		-ms-transform: rotatey(180deg);
		-webkit-transform: rotatey(180deg);
		transform: rotatey(180deg);
	}
	.nav1 input[type="checkbox"]:checked ~ label {
		border-color: transparent;
	}
	.nav1 input[type="checkbox"]:checked ~ label::before {
		transform: rotate(-45deg);
	}
	.nav1 input[type="checkbox"]:checked ~ label::after {
		transform: rotate(45deg);
	}
	.nav1 input[type="checkbox"]:checked ~ #nav1 {
		left: 0;
	}
	.nav1 input[type="checkbox"]:checked ~ div.overlay {
		visibility: visible;
	}
}
@media (max-width: 530px){
	.royalSlider, .rsOverflow {
		height: 300px !important;
	}
	#navi ul li {
		height: 40px;
		line-height: 40px;
	}
	#navi ul li a {
		padding: 0 10px;
	}
	.content-column-right.about {
		width: 100%;
	}
	.thumbnail {
		width: 100%;
	}
	.nav1 ul li a {
			font-size: 110%!important;
	}
}