@charset "UTF-8";
/* CSS Document */

/*

New Logo Colour #000000

Black #000000

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

;17~;A#jY&z+
font-family: raleway,sans-serif;
font-weight: 400;
font-style: normal;

*/


body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: "Oswald", sans-serif;
}
/*
html, body {
      margin: 0;
      width: 100%;
      height: 100%;
    }

main {
    position: absolute;
	z-index: 1;
}*/
/*
#wrapper {
    position: relative;
	z-index: 1000;
}
*/
#homeBannerHeight {
	height: 850px;
	width: 100%;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #000000;	
	margin: 20px 0 20px 0;
}

/*#headerBackground {
	float: left;
	width: 100%;	
	background-color: white;
	border-bottom: 3px solid #000000;
	margin-bottom: 20px;
}

#headerBackground header {
	margin: 0 auto;
	width: 1200px;	
}*/

#headerBackground {
  float: left;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #000000;
}

#headerBackground header {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  min-height: 120px;
}

/*#headerBackground header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200vw;
  height: 3px;
  background: #000000;
}*/

#headerBorder {
  float: left;
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
  overflow: hidden;
}

#headerBorder #headerBorderInner {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  min-height: 5px;
}

/*#headerBorder #headerBorderInner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200vw;
  height: 3px;
  background: #000000;
}
*/
#logo { 
	float: left;
	margin: 25px 0 25px 0;
}

#logo img { 
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height: auto;
}

#logo:hover {
	cursor: pointer;	
}

.artRepublic {
	float: left;
	margin-left: 205px;	
	margin-top: 15px;
}

#innerTopSection {
	float: left;
	width: 100%;	
	height: 150px;
	background: url(images/banner.jpg);
}

#innerTop {
	margin: 0 auto;
	width: 1200px;	
}


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background-color: #000000;
	padding: 2px 0 2px 0;
}

#topBar {
	margin: 0 auto;
	width: 1200px;	
}

#topBar ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topBar li {
	color: white;
	line-height: 28px;
	display: inline;
	margin-left: 7px;
	padding-top: 3px;
}

#topBar li a {
	color: white;
	text-decoration: none;
	border: none;
}

#topBar li a:hover {
	color: black;
	text-decoration: underline;
}

#topBar li i.fab {
	font-size: 140%;
	padding-top: 5px;
	color: white;
	text-decoration: none;
}

#topBar li i.fab:hover {
	color: black;
}

#topBar p {
	float: left;
	color: white;
	font-size: 95%;
	padding: 3px 0 3px 0;
	margin: 0;
}




/*										Nav								*/


#headerBackground nav {
	float: right;
	padding: 0;
}

#headerBackground nav ul {
	list-style-type: none;
	padding: 0;
	margin: 50px 0 0 0;
	text-align: center;
}

#headerBackground nav li {
	display: inline;
	color: black;
	font-size: 220%;
	margin: 0;
	padding: 0;
	font-weight: 100;
	position: relative; 
}

#headerBackground nav li a {
	color: black;
	text-decoration: none;
	margin: 0 0 0 35px;
}

#headerBackground nav li:first-child a {
	margin-left: 0;
}

#headerBackground nav li a:hover {
	color: #000000;
	text-decoration: none;
}

#headerBackground nav li a.active {
	color: #000000;
	text-decoration: none;
}


#headerBackground nav li a.ticketsNav {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 25px 20px 25px;
	margin: 0 0 0 40px;
	font-size: 60%;
	border: 3px solid #000000;
}

#headerBackground nav li a.ticketsNav:hover {
	background-color: #000000;
	color: white;
	text-decoration: none;
}


nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -10px; 
	left: 0; 
	text-align: left !important;
	background-color: #000000;
	min-width: 345px;
	padding: 10px 10px 15px 10px !important;
	margin: 0;
	z-index: 1000;
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-right: 0;
	color: white;
	line-height: 30px;
	text-transform: none;
	font-size: 65% !important;
	text-align: left !important
}


nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white !important;
	text-decoration: none;
	border-radius: 0;
}

nav ul.dropdown ul li a:hover {
	color: white !important;
	text-decoration: underline !important;
	border: none;
	border-radius: 0;
}


p.ticketButton {
	position: fixed;
	float: none;
	right: 0;
	top: 100px;
	z-index: 1000;
}


/*p.ticketButton a {
	background-color: #2e1e3a;
	color: white;
	padding: 12px;
	font-size: 110%;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid white;
	border-right: 0;
-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);
}

p.ticketButton a:hover {
	background-color: white;
	color: #2e1e3a; 
}*/


p.ticketButton a {
	background-color: red;
	color: white; 
	padding: 13px;
	font-size: 115%;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #2e1e3a; 
	border-right: 0;
-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);
}

p.ticketButton a:hover {
	background-color: #2e1e3a;
	color: white;
}


/*Mobile Menu*/

#accordionSection {
	float: right;
	display: none;
	text-align: left;
	margin-top: 45px;
}

.accordionButton {
	padding: 0;
}

.accordionButton i {
	font-size: 210%;
	float: right;
}

.accordionContent {
	float: left;
	width: 100%;
	background-color: #000000;
	padding: 10px;
	position: absolute;
	z-index: 4000;
	top: 120px;
	right: 0;
}

.accordionContent ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 130%;
	margin: 0;
	padding: 7px 0 7px 0;
	line-height: 35px;
	color: white;
	float: left;
	text-align: left;
	width: 100%;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	margin: 0;
	padding: 0;
}

#accordionSection .accordionContent li a:hover {
	border-bottom: 1px solid white;
	text-decoration: none;
	color: white;
}

#accordionSection .accordionContent li a.active {
	border-bottom: 1px solid white;
	text-decoration: none;
	color: white;
}



#accordionSection .accordionContent li a.ticketsNav {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px 15px 20px;
	margin: 20px 0 0 0;
	font-size: 70%;
	border: 3px solid white;
	font-weight: bold;
}

#accordionSection .accordionContent li a.ticketsNav:hover {
	background-color: white;
	color: #000000;
	text-decoration: none;
}


/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color:#000000;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: 100;
	font-family: raleway,sans-serif;
	border-top: 1px solid white;
}

#footerBackground footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

#footerBackground footer p {
	color: white;
	font-size: 85%;
	margin: 5px 0 5px 0;
}
	
#footerBackground footer p a {
	text-decoration: none;
	color: white;
}

#footerBackground footer p a:hover {
	text-decoration: underline;
	color: white;
}

#copyRight {
	float: right;	
	margin-right: 5px;
}

#copyLeft {
	float: left;	
	margin-left: 0;
}

p#copyLeft span {
	font-size: 60%;
}


/*	Bottom Bar   */

#bottomBarBackground {
	float: left;
	width: 100%;	
	background-color: white;
	border-top: 1px solid #efefef;
	padding: 35px 0 20px 0;
}

#bottomBar {
	margin: 0 auto;
	width: 1200px;	
}

#contactInfo {
	float: left;	
	width: 100%;
	text-align: center;
}

#contactInfo p a {
	color: #000000;
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 120%;
}	

#contactInfo ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#contactInfo li {
	display: inline;
	padding: 0 5px 0 5px;
	text-align: center;
}	

#contactInfo li a i {
	color: #000000;
	font-size: 280%;
	margin: 0;
}

#contactInfo li a i:hover {
	color: black;
	text-decoration: none;
}




/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #000000;
	padding: 20px 0 20px 0;
	text-align: left;
}

#contactInner {
	margin: 0 auto;
	width: 1200px;	
}

.contactBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	padding: 15px 0 15px 0;
}

.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
}

#contactInner h2 {
	color: white;
	font-size: 130%;
	margin-top: 0;
	padding-bottom: 6px;
	border-bottom: 2px solid white;
}

#contactInner h2.headerTwo {
	color: white;
	font-size: 115%;
	margin-top: 0;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}

#contactInner p {
	color: white; 
	line-height: 12px;
	font-size: 100%;
	font-family: raleway,sans-serif;
}

#contactInner p a {
	color: #d7892d; 
	text-decoration: none;
	background-color: white;
	padding: 7px;
	border-radius: 5px;
}

#contactInner p a:hover {
	color: #d7892d; 
	background-color: #414042;
	text-decoration: none;
}


#contactInner ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	color: white;
}

#contactInner li {
	color: white; 
	line-height: 32px;
	font-size: 100%;
	font-weight: 300;
	font-family: raleway,sans-serif;
}

#contactInner li i.fas {
	color: #b2c548; 
}

#contactInner i.fab {
	color: #b2c548; 
	font-size: 270%;
	text-decoration: none;
	border: none;
	margin-right: 5px;
}

#contactInner i.fab:hover {
	color: white; 
	text-decoration: none;
	border: none;
}

#contactInner a {
	text-decoration: none;
	border: none;
}

#contactInner li.phone {
	background-image: url(images/phone.png);
	background-size: 25px 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}	

#contactInner li.email {
	background-image: url(images/email.png);
	background-size: 30px 17px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

#contactInner li a {
	color: white; 
	text-decoration: none;
}

#contactInner li a:hover {
	color: white; 
	text-decoration: underline;
}

#contactInner img {
	margin-right: 10px;
	border-radius: 5px;
}


.contactBox.lastContactBox img {
	border: 5px;
	padding: 5px;
	background-color: white;
}












/*										Banner								*/

#bannerOuter {
   float: left;
   width: 100%;
   margin-bottom: 30px;
}

#bannerInner {
    margin: 0 auto;
	width: 1200px;
}

#bannerLeft {
	width: 49%;
	float: left;
	background-color: #000000;
	position: relative;
	height: auto;
}

#bannerRight {
	width: 49%;
	float: right;
	background-color: #000000;
	position: relative;
	height: auto;
}

#bannerInner img {
    width: 100%;
	height: auto;
}

#bannerLeft:hover img {
	opacity: .4;
	cursor: pointer;
}

#bannerRight:hover img {
	opacity: .4;
	cursor: pointer;
}



.bannerText {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	text-align: center;
}
/*
.bannerText h2 {
	color: white;
	font-size: 380%;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 35px;
	text-transform: uppercase;
	text-align: center;
}*/



.bannerText h2 {
	color: white;
	font-size:380%;
	text-transform: uppercase;
	text-align: center;
}

.bannerText h2 a {
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 20px 35px 20px 35px;
	border: 3px solid white;
}

.bannerText h2 a:hover {
	background-color: white;
	color: #000000;
	text-decoration: none;
}

.bannerText p.findMore a {
	color: white;
	background-color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 20px 35px 20px 35px;
	border: 3px solid white;
	font-size: 150%;
	text-transform: uppercase;
}

.bannerText p.findMore a:hover {
	background-color: white;
	color: #000000;
	text-decoration: none;
}





#slides {
   margin: 0 auto;
   height: 800px;
}


#innerTopSection {
	float: left;
	width: 100%;	
	height: 175px;
	background: url("images/visit-roys-art-fair.jpg") center;
}

#innerTopSectionAbout {
	float: left;
	width: 100%;	
	height: 175px;
	background: url(images/aboutus.jpg);
}

#innerTopSectionArtists {
	float: left;
	width: 100%;	
	height: 175px;
	background: url(images/artistsheader2.jpg);
}

#innerTopSectionApply {
	float: left;
	width: 100%;	
	height: 175px;
	background: url(images/applyheader.jpg);
}

#innerTopSectionContact {
	float: left;
	width: 100%;	
	height: 175px;
	background: url(images/contactheader.jpg);
}



/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	background-color: white;
	padding: 30px 0 30px 0;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	padding-top: 10px;
}

#mainBodyOuterTwo {
	float: left;
	width: 100%;
	min-height: 750px;
	margin-top: 10px;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
	padding-bottom: 10px;
}

#mainBody h1 {
	font-size: 140%;
	color: #000000;
	margin-bottom: 25px;
	line-height: 35px;
}

#mainBody h1 span {
	border-bottom: 3px solid #000000;
	padding: 0 40px 5px 0;
}

#mainBody h1.aboutPageH {
	font-size: 120%;
	color: white;
	background-color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 0 8px 0;
}


#mainBody h2 {
	font-size: 120%;
	color: #000000;
	text-transform: uppercase;
}

#mainBody h2.aboutPageH {
	font-size: 100%;
	color: white;
	background-color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 0 8px 0;
}

#mainBody p {
	font-size: 100%;
	line-height: 26px;
	color: black;
	text-align: justify;
	font-family: raleway,sans-serif;
}

#mainBody p b {
	color: #000000;
	font-weight: bold;
}	

#mainBody p a {
	color: #000000;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #000000;
	text-decoration: none;
}


#mainBody p i {
	color: #000000;
}

#mainBody li {
	font-size: 100%;
	line-height: 30px;
	color: black;
	font-family: raleway,sans-serif;
}

#mainBody li b {
	font-weight: bold;
	color: #000000;
}

#mainBody li a {
	color: #000000;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #000000;
	text-decoration: underline;
}

#mainBody img {
	margin: 10px 0 10px 0;
	max-width: 100%;
	height: auto;
}	

#mainBody img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
	border: 2px solid white;
}	

img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
}	


#mainBody p.findMore a {
	color: #000000;
	background-color: white;
	text-decoration: none;
	text-align: center;
	padding: 18px 32px 18px 32px;
	border: 3px solid #000000;
	font-size: 140%;
	text-transform: uppercase;
}

#mainBody p.findMore a:hover {
	background-color: #000000;
	color: white;
	text-decoration: none;
}


#mainBody p.findMoreRight a {
	float: right;
	color: #000000;
	background-color: white;
	text-decoration: none;
	text-align: center;
	padding: 18px 32px 18px 32px;
	border: 3px solid #000000;
	font-size: 140%;
	text-transform: uppercase;
	margin: 0 0 20px 20px;
}

#mainBody p.findMoreRight a:hover {
	background-color: #000000;
	color: white;
	text-decoration: none;
}




p.findMore a {
	color: #000000;
	background-color: white;
	text-decoration: none !important;
	text-align: center;
	padding: 18px 32px 18px 32px;
	border: 3px solid #000000;
	font-size: 140%;
	text-transform: uppercase;
}

p.findMore a:hover {
	background-color: #000000 !important;
	color: white !important;
	text-decoration: none;
}


p.findMoreRight a {
	float: right;
	color: #000000;
	background-color: white;
	text-decoration: none;
	text-align: center;
	padding: 18px 32px 18px 32px;
	border: 3px solid #000000;
	font-size: 140%;
	text-transform: uppercase;
	margin: 0 0 20px 20px;
}

p.findMoreRight a:hover {
	background-color: #000000;
	color: white;
	text-decoration: none;
}




#applyLeft {
	float: left;
	width: 48%;/*
	border: 2px solid black;*/
}	


#applyImagesRight {
	float: right;
	width: 48%;/*
	border: 2px solid black;*/
}	

#applyImagesRight img {
	max-width: 98%;
	height: auto;
	padding: 1%;
}	

#applyImagesRight h2 {
	margin-top: 0 !important;	
}

#applyImagesRight p {
	padding: 20px;
	font-size: 100%;
	line-height: 32px;
}


#mainBody p#contactUsLink {
	text-align: center;
	margin: 25px 0 20px 0;/*
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;*/
}

#mainBody p#contactUsLink a {
	text-align: center;
	background-color: #000000;
	color: white;
	text-decoration:none;
	padding: 10px;
	text-transform: uppercase;
}

#mainBody p#contactUsLink a:hover {
	background-color: #000000;
	text-decoration: none;
}


/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 48%;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 130px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButtonSubmit {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #000000;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit.formButtonSubmit:hover {
	background-color: #000000;
	color: white;
	cursor: pointer;
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #000000;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: #000000;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: black;
	font-weight: bold;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid black;
}

#contactFormArea input[type="file"] {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: none;
}

#contactFormArea input[type="checkbox"] {
	color: black;
	border: none;
	float: left;
	height: 20px;
	width: 175px;
	background-color: white;
	border: none;
}


#contactFormArea select {
	float: right;
}

#contactFormArea textarea {
	color: black;
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid black;
}

#contactFormArea h2 {
	float: left;
	width: 100%;
	margin-top: 30px;
}



/*											Contact Form 	 Page								*/

#contactFormPageArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormPageArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 10px;
	display: none;
}	

#contactFormPageArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 15px;
}

#contactFormPageArea .submitField {
	float: left;
	width: 100%;
}

#contactFormPageArea #submit.formButton {
	float: left;
	width: 100%;
	height: 50px;	
	background-color: #000000;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	border-radius: 0;
	font-size: 120%;
	text-transform: uppercase;
}

#contactFormPageArea #submit.formButton:hover {
	background-color: #000000;
	color: white;
	cursor: pointer;
}

#contactFormPageArea label {
	float: left;
	width: 100%;
	font-size: 105%;
	color: black;
	font-weight: bold;
	margin-bottom: 10px;
}	

#contactFormPageArea input {
	float: left;
	width: 100%;
	color: black;
	border: none;
	height: 50px;
	background-color: white;
	border: none;
}

#contactFormPageArea textarea {
	float: left;
	width: 100%;
	color: black;
	height: 120px;
	background-color: white;
	border: none;
}


/*About*/


#aboutTop {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;	
}

#aboutBottom {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;	
}

.aboutLeft {
	float: left;
	width: 47%;
	padding: 0.5%;
	border: 1px solid black;
}

#aboutBottom .topRight p {
	line-height: 30px;	
}

#aboutTop .topLeft p {
	line-height: 30px;	
}

.aboutRight {
	float: right;
	width: 47%;
	padding: 0.5%;
	border: 1px solid black;
}

#aboutBottom .aboutLeft img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#aboutTop .aboutRight img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.topLeft {
	float: left;
	 width: 47%;	
}

.topRight {
	float: right;
	 width: 47%;	
}





#aboutNew {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;	
}

.aboutNewLeft {
	float: left;
	width: 47%;
	padding: 0.5%;
	border: 1px solid black;
}

.aboutNewRight {
	float: right;
	width: 47%;
	padding: 0.5%;
	border: 1px solid black;
}

#aboutNew img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#aboutNew p {
	line-height: 30px;	
}




/*Apply*/

/*#applyBox {
	padding: 10px;
	border: 1px solid black;
}*/

#applyBox h2 { 
	color: white;
	background-color: #000000;
	padding: 8px;
	margin-top: 0;
	font-weight: normal;
	font-size: 95%;
	text-align: center;
}/*

#applyBox p { 
	color: white;
}

#applyBox li { 
	color: white;
}*/




#innerTop h2 {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	margin: 75px 0 0 0;
	padding: 0;
	font-size: 110%;
	line-height: 30px;
	font-weight: bold;
}

#innerTop h2 span {
	background-color: rgba(81,33,102,.8);
	padding: 10px;
}




/*Visit Box*/

.visitBox {
	float: left;
	width: 32%;
	margin-right: 1%;	
}

.visitBox.lastVisitBox {
	float: right;
	margin-right: 0;	
}

.visitBox img {
	float: left;
	width: 100%;
	height: auto;
}


ul.otherLinks {
	width: 100%;
	float: right;
	padding: 0;
	margin: 0;
}

ul.otherLinks li {
	display: inline;
	text-align: right;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
}




#submitMessage p {
	font-size: 130%;
	color: #000000;
	font-weight: bold;
}
.au_pop_up_bg {
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
	display:none;
}
.au_pop_up_box{display:none;}
.au_pop_up_container {
    position: absolute;
    z-index: 9999999;
    background: #fff;
    max-width: 420px;
    padding: 15px;
	left: 50%;
    top: 300px;
    transform: translate(-50%,-50%);
	min-width:280px;
	
}
.au_pop_up_content{text-align:center;}
.au_pop_up_content img{max-width:100%;}
.au_pop_up_btn a {
	cursor:pointer;
    text-align: center;
    background-color: #000000;
    color: white;
    text-decoration: none;
    padding: 10px;
    text-transform: lowercase;
    display: inline-block;
    margin: 10px 0;
}
.au_pop_up_close {
    position: relative;
    float: right;
    margin: -42px -14px 0px 0px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
	cursor:pointer;
}


#aboutBoxes {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.aboutBox {
	float: left;
	width: 43%;
	margin-right: 2%;
	margin-right: 0;
	text-align: justify;
	min-height: 650px;
	margin-bottom: 4%;
}

.aboutBox img {
	width: 100%;
	height: auto;
}

.aboutBox.lastAboutBox {
	float: right;
	width: 43%;
	margin-right: 0;
}



#visitBoxes {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.visitBox {
	float: left;
	width: 31%;	
	margin-right: 3%;
	text-align: justify;
	min-height: 300px;
	/*min-height: 750px;*/
}

.visitBox.lastVisitBox {
	float: right;
	width: 31%;	
	margin-right: 0;
}



/* Events Banner */

#eventsBanner {
	float: left;
	width: 100%;
	position: absolute;	
	z-index: 999;
}

#eventsBannerInner {
	margin: 0 auto;
	width: 1200px;
	margin-top: 25%;
	text-align: center;
	background-color: rgba(255,255,255,.4);
	padding: 2%;
	box-sizing: border-box;
}

#eventsBannerInner h2 {
	color: #000000;
	font-size: 220%;
	text-transform: uppercase;
	margin: 0;
	padding:0;
}

#eventsBannerInner h3 {
	color: #000000;
	font-size: 130%;
	margin: 0;
	padding:0;
}

#eventsLeft {
	float: left;
	width: 43%;
	padding: 2%;/*
	background-color: #000000;*/
	text-align: center;
	background-color: rgba(255,255,255,.6);
}

#eventsLeft:hover {
	cursor:pointer;
	opacity: 1;
	background-color: rgba(255,255,255,1);
}

#eventsRight {
	float: right;
	width: 43%;
	padding: 2%;/*
	background-color: #000000;*/
	text-align: center;
	background-color: rgba(255,255,255,.6);
}

#eventsRight:hover {
	cursor:pointer;
	background-color: rgba(255,255,255,1);
}



#breadcrumbs {
	width: 100%;	
	margin-bottom: 10px;
}

#breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#breadcrumbs li {
	display: inline;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	color: black;
}

#breadcrumbs li a {
	color: black;
	text-decoration: none;
}

#breadcrumbs li span {
	margin-right: 5px;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #000000;
}






#wrapper{
    width: 100%; 
	height: 100vh;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}



* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}


#controlBar_bgndVideo {
	display: none !important;	
}






#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #000000;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 3000;
	border: 1px solid white;
}

#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: black;
}

#return-to-top:hover i {
    color: white;
    top: 5px;
}



/*Wide Ticket Box*/

#wideTicketBox {
	float: left;
	width: 100%;
	padding: 50px 0 50px 0;
	background-color: #000000;	
	text-align: center !important;
}

#wideTicketBox p {
	text-align: center !important;
}

p a.wideTicketsButton {
	color: white !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	padding: 23px 35px 23px 35px !important;
	margin: 0 !important;
	font-size: 160% !important;
	border: 3px solid white !important;
	text-align: center !important;
}

p a.wideTicketsButton:hover {
	background-color: white !important;
	color: #000000 !important;
	text-decoration: none !important;
}


p a.wideTicketsButtonPurple {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 23px 35px 23px 35px;
	margin: 0;
	font-size: 160%;
	border: 3px solid #000000;
	text-align: center !important;
}

p a.wideTicketsButtonPurple:hover {
	background-color: #000000;
	color: white;
	text-decoration: none;
}


#outerWideTicketButton {
	float: left; 
	width: 100%;	
	text-align: center;
}




/*Artists Section Home Page*/


#artistsSection {
	float: left;
	width: 100%;
	padding: 30px 0 60px 0;
}

#artistsSectionInner {
	margin: 0 auto;
	width: 1200px;
}

#artistsSection h2 {
	font-size: 120%;
	color: #000000;
	margin-bottom: 25px;
	line-height: 35px;
}

#artistsSection h2 span {
	border-bottom: 3px solid #000000;
	padding: 0 40px 5px 0;
}

#homeBoxes {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
}

.homeBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 2%;
	text-align:center;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;
}

#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
}

#homeBoxes .homeBox p {
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0 0 0 0;
	color: black;
	font-size: 90%;
	text-transform: uppercase;
} 


/*Great Art*/


#greatArtWide {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

#greatArtWide img {
	max-width: 100%;
	height: auto;
	text-align: center;
	float:none;
	margin: 0 auto;
	display: block;
}



/*Youtube Home Page*/


#youtubeSection {
	float: left;
	width: 100%;
	padding: 30px 0 60px 0;
}

#youtubeSectionInner {
	margin: 0 auto;
	width: 1200px;
}

#youtubeSection h2 {
	font-size: 120%;
	color: #000000;
	margin-bottom: 25px;
	line-height: 35px;
}

#youtubeSection h2 span {
	border-bottom: 3px solid #000000;
	padding: 0 40px 5px 0;
}



/*Newsletter Home Page*/


#newsletterSection {
	float: left;
	width: 100%;
	padding: 30px 0 50px 0;
	background-color: #efefef;
	text-align: center;
}

#newsletterSectionInner {
	margin: 0 auto;
	width: 1200px;
}

#newsletterSection h2 {
	font-size: 120%;
	color: #000000;
	margin-bottom: 25px;
	line-height: 35px;
}

/*Mail Chimp*/

#mc_embed_signup {
	text-align: center;	
	padding: 0;
	margin: 0;
}

#mc_embed_signup h2 { 
	font-size: 170%;
	color: #000000;
	margin-bottom: 25px;
	line-height: 35px;
	text-transform: uppercase;
}

#mc_embed_signup p { 
	font-size: 90%;
	color: black;
}

#mc_embed_signup_scroll label {
	color: black;	
	font-weight: normal;
}

.mc-field-group {
	margin-top: 5px;	
	float: left;
	width: 100%;
}

.mc-field-group input {
	border: none;
	padding: 10px;
	width:50%;
	font-size: 100%;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}

#mc-embedded-subscribe  {
	background-color: #000000;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 7px;
	border-radius: 0;
	padding: 10px;
	font-size: 110%;
}


#mc-embedded-subscribe:hover  {
	background-color: black;
	color: white;
	cursor: pointer;
}






/*New About Page*/

#aboutOuterSection {
	float: left;
	width: 100%;	
}

.aboutGreySection {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 30px 0 30px 0;
}

.aboutWhiteSection {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #efefef;
}

.aboutTextArea {
	margin: 0 auto;
	width: 1200px;	
}

#aboutOuterSection h2 {
	font-size: 120%;
	color: #000000;
	text-transform: uppercase;
}

#aboutOuterSection p {
	font-size: 90%;
	line-height: 26px;
	color: black;
	text-align: justify;
	font-family: raleway,sans-serif;
}

#aboutOuterSection p b {
	color: #000000;
	font-weight: bold;
}	

#aboutOuterSection p a {
	color: #000000;
	text-decoration: underline;
}

#aboutOuterSection p a:hover {
	color: #000000;
	text-decoration: none;
}

#aboutOuterSection p i {
	color: #000000;
}

#aboutOuterSection li {
	font-size: 90%;
	line-height: 30px;
	color: black;
	font-family: raleway,sans-serif;
}

#aboutOuterSection li b {
	font-weight: bold;
	color: #000000;
}

#aboutOuterSection li a {
	color: #000000;
	text-decoration: none;
}

#aboutOuterSection li a:hover {
	color: #000000;
	text-decoration: underline;
}

#aboutOuterSection img {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 100%;
	height: auto;
}	

#aboutOuterSection img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
	border: 2px solid white;
}	

#aboutOuterSection ul.wideList {
	list-style-type: none;
	padding-left: 0;
	width: 100%;
}

#aboutOuterSection ul.wideList li {
	float: left;
	width: 100%;
	padding-left: 10px;
	border-top: 1px solid white;
	line-height: 40px;
	font-weight: bold;
}

#aboutOuterSection ul.wideList li:nth-child(even) {
	color: #000000;
}


#aboutOuterSection ul#testimonials {
	list-style-type: none; 
	padding-left:0;
	text-align: justify;
}


.threeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	margin-top: 15px;
}

.threeBox.lastThreeBox {
	float: right;
	margin-right: 0;
}

.threeBox img {
	margin: 0 !important;	
	padding: 0 !important;
	max-width: 100%;
	height: auto;
}

.threeBox:hover {
	cursor: pointer;
}

/*options*/

#optionSection {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}

#optionSection h2 {
	padding: 15px 0 15px 0;
	margin: 0;
	color: black;
	font-weight: normal;
	font-size: 100%;
}	

#optionSection h2 span {
	font-style: italic;
	font-size: 130%;
}	

.optionButton {
	float: left;
	width: 100%;	
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

/*.optionButton.on {
	cursor: pointer;
	background-color: #000000;
	color: white;
}

.optionButton.over {
	cursor: pointer;
	background-color: #000000;
	color: white;
}


.optionButton:hover {
	cursor: pointer;
	background-color: #000000;
	color: white;
}*/

.optionButton:hover {
	cursor: pointer;
}

.optionContent {
	float: left;
	width: 98%;
	padding: 1%;
	padding-top: 0;
}


#optionSection .optionContent h2 {
	color: white;
	margin: 0;
	padding: 0;
}




.aboutTextArea iframe {
	float: right;
	width: 49%;	
}






/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
					 
#topBar {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}				 
					 
#headerBackground header {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

#headerBackground nav li {
	font-size: 170%;
}

#headerBackground nav li a {
	margin: 0 0 0 25px;
}


#headerBackground nav li a.ticketsNav {
	margin: 0 0 0 30px;
}					 
					 
#bottomBar {
	width: 100%;	
}

#innerTop {
	width: 100%;	
}

#eventsBannerInner {
	width: 100%;	
}					 
					 
/*#headerBackground nav {
	float: right;
	padding: 0;
	height: 38px;
}

#headerBackground nav ul {
	list-style-type: none;
	padding: 0;
	margin: 7px 0 0 0;
	text-align: center;
}	

#headerBackground nav li a {
	font-size: 90%;	
	padding: 10px 15px 10px 15px;
}*/
					 
#bannerInner {
   width: 100%;
}					 
					

#footerBackground footer {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

#mainBody {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
					 
#artistsSectionInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
					 
#youtubeSectionInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}	
					 
#newsletterSectionInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}					

#bottomInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
					 
#contactInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}				 
	
.aboutTextArea {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}				 
					 
#banner {
	width: 100%;	
}
				 			 
#banner img {
	max-width: 100%;	
	height: auto;
}
			 
#headerBackground nav li a {
	margin: 0 0 0 20px;
}
					 

}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			

#accordionSection {
	display: block;
	margin-left: 10px;
}

#headerBackground nav ul.mainNav {
	display: none;
}	

#headerBackground nav {
	float: right;
	margin-top: 0;
	padding: 0;
	margin: 0;
}	
					
#headerBackground nav ul {
	margin: 0;
}	


#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

#footerBackground footer {
	width: 95%;	
	padding: 1%;
}


#copyright {
	width: 95%;	
	padding: 1%;
}

#slides {
   height: 600px;
}


#innerTop h2 {
 text-align: right;	
 margin-right: 10px;
}
					 
					 

						 
}





/* 800*/
@media only screen 
and (max-width : 800px) 
				 {

#applyImagesRight {
	float: left;
	width: 100%;
}	

#applyLeft {
	float: left;
	width: 100%;
}	


.aboutBox {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.aboutBox.lastAboutBox {
	float: left;
	width: 48%;
	margin-right: 0;
}

.visitBox {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.visitBox.lastVisitBox {
	float: left;
	width: 48%;
	margin-right: 0;
}
					 
#eventsBannerInner h2 {
	font-size: 180%;
}

#eventsBannerInner h3 {
	font-size: 110%;
}

#eventsLeft {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 93%;
	padding: 2%;
	margin-bottom: 25px;
}

#eventsRight {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 93%;
	padding: 2%;
}

}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {

#topBar ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}				 
	
#topBar p {
	font-size: 90%;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 100%;
}					 
					 
#logo img { 
	max-width: 135px;
	height: auto;
}

.artRepublic {
	float: left;
	margin-left: 140px;	
	margin-top: 0;
}
	
				
#contactInfo {
	float: left;	
	width: 100%;
}

#contactInfo ul {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0 5px 0;
}

#contactInfo li {
	margin: 0;
	float:none;
	line-height: 26px;
	text-align: center;
}
		

#copyright {
	width: 95%;	
	padding: 1%;
}

#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea select {
	float: left;
	width: 100%;
}


#contactFormArea textarea {
	float: left;
	width: 100%;
}
					 
					 
#contactFormPageArea fieldset {
	width: 100%;
}

#contactFormPageArea .error {
	margin: 10px 0 0 0;
}	

#contactFormPageArea .field {
	width: 95%;
}

#contactFormPageArea .submitField {
	width: 100%;	
}

#contactFormPageArea input {
	float: left;
	width: 100%;
}

#contactFormPageArea textarea {
	float: left;
	width: 100%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}
					 
img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}					 

#aboutOuterSection img {
	float: none;
	clear: both;
	margin-left: 0;
}	
					 
#aboutOuterSection img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}					 
				 
					 
					 
#slides {
   height: 500px;
}

.mc-field-group {
	width: 100%;
}

.mc-field-group.first {
	margin-left: 0;	
}

#mc-embedded-subscribe  {
	float: none;
}

	

#innerTop h2 {	 
	text-align: center;
	margin-top: 140px;
	line-height: 18px;
 	font-size: 80%;
	margin-right: 0;
}
	
#innerTop h2 span {
	padding: 5px;	
}
	
.visitBox {
	float: left;
	width: 100%;
	margin-right: 0;	
	min-height: auto !important;
}

.visitBox.lastVisitBox {
	float: left;
	width: 100%
}


#homeBannerHeight {
	height: 500px;
	width: 150%;
}
	
					 

.contactBox {
	float: left;
	width: 45%;
	margin-right: 2.6%;
	padding: 15px 0 15px 0;
}

.contactBox.lastContactBox {
	float: left;
}		
					 
					 
#bannerLeft {
	width: 100%;
	margin-bottom: 10px;
}

#bannerRight {
	width: 100%;
	float: left;
}					 
			 
					 

#youtubeSectionInner iframe {
	width: 100%;
	margin-bottom: 10px;
}	
					 
					 
.homeBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
}


.homeBox.lastBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
} 					 
					 
#optionSection {
	float: left;
	width: 100%;
}
					 
.aboutTextArea iframe {
	float: left;
	width: 100%;	
}

					 
					 
					 
 }
 



/* 580*/
@media only screen 
and (max-width : 580px) 
				 {


#eventsBanner {
	float: left;
	width: 100%;
	position: relative;	
}

#eventsBannerInner {
	margin-top: 10px;
}
					 
#eventsBannerInner h2 {
	font-size: 150%;
}

#eventsBannerInner h3 {
	font-size: 110%;
}

#eventsLeft {
	margin-bottom: 15px;
	opacity: 1;
	border-bottom: 1px solid #000000;
}

#eventsRight {
	opacity: 1;
	border-bottom: 1px solid #000000;
}
					 
					 
.contactBox {
	float: left;
	width: 100%;
	margin-right: 0;
	padding-bottom: 0;
}

.contactBox.lastContactBox {
	float: left;
	width: 100%;
	margin-right: 0;
	padding-bottom: 0;
}					 
	
.mc-field-group input {
	width:90%;
}
	
.threeBox {
	float: left;
	width: 100%;	
	border: none;
}


.threeBox.lastThreeBox {
	float: left;
	width: 100%;	
} 					 
					 
					 

}







/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

.artRepublic {
	float: left;
	margin-left: 135px;	
	width: 150px;
	height: auto;
}

#slides img {
   height: 400px;
}

#mainBody .midArea ul {
	width: 80%;
	max-width: 80%;	
}

#footerBackground footer {
	text-align: center;	
}

p#copyLeft {
	float: left;	
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}

p#copyRight {
	float: left;	
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}

.aboutLeft {
	float: left;
	width: 99%;
	margin-bottom: 10px;
}

.aboutRight {
	float: left;
	width: 99%;
	margin-bottom: 10px;
}

.topLeft {
	float: left;
	 width: 99%;	
	margin-bottom: 10px;
}

.topRight {
	float: right;
	margin-bottom: 10px;
	 width: 99%;	
}

#aboutBox img {
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#visitBox img {
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
					 
#innerTop h2 {	 
 	font-size: 70%;
}


.aboutBox {
	float: left;
	width: 100%;
	margin-right: 0;
	box-sizing: border-box;
}

.aboutBox.lastAboutBox {
	float: left;
	width: 100%;
	margin-right: 0;
}
					 
.visitBox {
	float: left;
	width: 100%;
	margin-right: 0;
}

.visitBox.lastVisitBox {
	float: left;
	width: 100%;
	margin-right: 0;
}
					 
					 
#mainBody p.findMoreRight a {
	padding: 10px 25px 10px 25px;
	font-size: 120%;
}					 
					 
					 
p.findMoreRight a {
	padding: 10px 25px 10px 25px;
	font-size: 120%;
}	
					 
					 
p a.wideTicketsButtonPurple {
	padding: 10px 25px 10px 25px;
	font-size: 120%;
}					 
					 
					 
p a.wideTicketsButton {
	padding: 10px 25px 10px 25px;
	font-size: 120%;
}						 
					 

.homeBox {
	float: left;
	width: 100%;	
	border: none;
}


.homeBox.lastBox {
	float: left;
	width: 100%;	
} 
					 
	 
}





				

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 380px) {

#innerTopSection {
	background: url(images/visit-roys-art-fair-mobile.jpg) center;
}
	
	
	

p a.wideTicketsButtonPurple {
	padding: 15px;
	font-size: 100%;
}					 
					 
					 
p a.wideTicketsButton {
	padding: 15px;
	font-size: 100%;
}
	
	

}




	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
#slides {
   height: 300px;
}

	
}






/* The Modal (background) */
.modal {
  display: block;
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	box-sizing: border-box;

}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
	  text-align: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #00ff01;
  color: #000000;
}

.modal-body {padding: 20px 0 0 0;}

.modal-body p {line-height: 28px; font-size: 100%; color: black;}

.modal-body p a {color: black; text-decoration: underline;}
.modal-body p a:hover {color: black; text-decoration: none;}

.modal-body img {max-width: 80%; height: auto;}

.modal-footer {
  padding: 2px 16px;
  background-color: black;
  color: white;
}

.modal-footer p a {
  color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.modal-footer p a:hover {
  color: white;
	text-decoration: underline;
}



@media only screen 
and (max-width : 1000px) {

.modal-content {
  width: 80%;
}	
	
	
}
