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

/*

Pink #c3077f
Purple #2e1e3a

New Logo Colour #512166

-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);

*/


body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family: 'Open Sans', 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 #512166;	
	margin: 20px 0 20px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
	background-color: white;
	border-bottom: 2px solid black;
	z-index: 1000;
    position: relative;
}

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

#logo { 
	float: left;
	margin: 0 0 20px 0;
	position: absolute;
	z-index: 2000;
}

#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;	
}

/*										Nav								*/


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

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

#headerBackground nav li {
	display: inline;
	color: black;
	font-size: 110%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 100;
}

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

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

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

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


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: right;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
	float: right;
}

.accordionContent {
	float: right;
	background-color: #512166;
	padding: 10px;
	position: relative;
	right: 0;
	z-index: 2000;
}

.accordionContent ul {
	float: right;
	list-style-type: none;
	padding: 0;
	text-align: right;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align: right;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: right;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #512166;
}

#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;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color:#512166;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: 100;
	z-index: 1000;
    position: relative;
}

#footerBackground footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
	border-top: 1px solid white;
}

#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;
}

/*	Bottom Bar   */

#bottomBarBackground {
	float: left;
	width: 100%;	
	background-color: #512166;
	border-top: 2px solid black;
	z-index: 1000;
    position: relative;
}

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

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

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

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


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

#contactInfo li {
	display: inline;
	color: white;
	font-size: 100%;
	text-align: right;
	padding: 0 15px 0 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: center;
}	



/*										Banner								*/

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

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


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

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

#innerTopSectionArtists {
	float: left;
	width: 100%;	
	height: 175px;
	background: url(http://www.royspeopleartfair.com/images/artistsheader.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: 96%;
	padding-right: 2%;
	padding-left: 2%;
	background-color: white;
	padding-bottom: 10px;
	z-index: 1000;
    position: relative;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	margin-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: 120%;
	color: #512166;
	font-weight: normal;
	text-transform: uppercase;
}

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


#mainBody h2 {
	font-size: 100%;
	color: #512166;
	text-transform: uppercase;
}

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

#mainBody p {
	font-size: 90%;
	line-height: 26px;
	color: black;
}

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

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

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


#mainBody p i {
	color: #512166;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: black;
}

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

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

#mainBody li a:hover {
	color: #512166;
	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;
}	

#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: #512166;
	color: white;
	text-decoration:none;
	padding: 10px;
	text-transform: uppercase;
}

#mainBody p#contactUsLink a:hover {
	background-color: #512166;
	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: #512166;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

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

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

#contactFormArea #submit.formButton:hover {
	background-color: #512166;
	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: 450px;
	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: 420px;
	margin-bottom: 15px;
}

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

#contactFormPageArea #submit.formButton {
	float: left;
	width: 120px;
	height: 50px;	
	background-color: #512166;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormPageArea #submit.formButton:hover {
	background-color: #512166;
	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: 95%;
	color: black;
	border: none;
	height: 50px;
	background-color: white;
	border: 1px solid black;
}

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


/*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: #512166;
	padding: 8px;
	margin-top: 0;
	font-weight: normal;
	font-size: 95%;
	text-align: center;
}/*

#applyBox p { 
	color: white;
}

#applyBox li { 
	color: white;
}*/


/*Mail Chimp*/

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

#mc_embed_signup h2 { 
	color: white;
	background-color: #512166;
	padding: 8px;
	margin-top: 0;
	font-weight: normal;
	font-size: 95%;
}

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


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

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

.mc-field-group input {
	border: 1px solid black;	
	padding: 5px;
	width :70%;
}

#mc-embedded-subscribe  {
	background-color: #512166;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	margin-top: 7px;
	font-family: 'Ubuntu', sans-serif;
}


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

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

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




/*Visit Box*/

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

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



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: #512166;
	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: 9999;
	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: 50%;
    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: #512166;
    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: 23%;
	margin-right: 2.5%;
	text-align: justify;
	min-height: 650px;
}

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





/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
#headerBackground header {
	width: 100%;	
}

#bottomBar {
	width: 100%;	
}

#innerTop {
	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;
}*/

#footerBackground footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}

#bottomInner {
	width: 100%;	
}


#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;
}	

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

#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%;
}	


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

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



}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
	
#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;
}
		
#mainBody {
	width: 95%;	
	padding: 1%;
}

#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;
}	

#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;	
}

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


#homeBannerHeight {
	height: 500px;
	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;
}

					 
#innerTop h2 {	 
 	font-size: 70%;
}


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

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

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



	
}