
/* Stylesheet Apoma website Template 2016-06-16 */

body, html   {
	margin:0;
	padding:0;
	border:0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1em;
	color: #404040;
	background-color: rgb(250, 250, 250);
	background-image: url("../_images/bg.jpg");
	background-repeat: repeat;
}

p { 
	line-height: 1.5em;
	}

h2	{
	font-family: 'Arial Narrow', Lucida sans Unicode, Helvetica, sans-serif;
	text-align: left;
}
h3	{
	font-family: 'Arial', Lucida sans Unicode, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align:center;
}

h4	{
	font-family: 'Arial Narrow', Lucida sans Unicode, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
}

.note	{
	font-size: 0.8em;
}

.header {
	margin-left: 2.2em;
	margin-right: 2.2em;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* --- Links -------------------------------------------*/
A {
	color: #6060FF;
	font-weight: none;
	font-family: 'Arial', Lucida sans Unicode, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

A:hover {
	color: #606066;
	font-family: 'Arial', Lucida sans Unicode, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

A.h3b {
	color: #505050;
	font-weight: none;
	font-family: 'Arial', Lucida sans Unicode, Helvetica, sans-serif;
	text-decoration: none;
}

A.h3b:hover {
	color: #5585ee;
	font-family: 'Arial', Lucida sans Unicode, Helvetica, sans-serif;
	text-decoration: none;
}

A.whiteletter {
	color: #EEFFFF;
	font-weight: bold;
	font-family: 'Arial', Lucida sans Unicode, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	padding-top: 0.3em;
}

A.whiteletter:hover {
	color: #4040CC;
	font-family: 'Arial', Lucida sans Unicode, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

A.about {
	color: #90c0FF;
	font-family: 'Arial', Lucida sans Unicode, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	padding-top: 0.3em;
}

A.about:hover {
	color: #a0a0CC;
	font-family: 'Arial', Lucida sans Unicode, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

A.footerlink {
	color: #959595;
	COLOR: #959565;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	text-decoration: none;
}

A.footerlink:hover {
	COLOR: #ddeeff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	text-decoration: none;
}

/* --- Navigation Bar -------------------------------------------*/
nav {
	background: rgba(145, 0, 20,0.9);
	width: 100%;
	border-bottom: 0px solid rgba(70, 70, 70,0.7);
	box-shadow: 0px 3px 8px #303030;
	position: relative;
	z-index: 1000;
	height: 2.0em;
	text-align: center;
	padding-top: 0.5em;
	float: left;
}

nav a {
	font-family: 'Arial Narrow',sans-serif;
	font-size: 1.0em;
	font-weight: 400;
	color: black;
	color: #cccccc;
	text-decoration: none;
	padding: 0.7em;
}

nav a:hover {
	font-family: 'Arial Narrow',sans-serif;
	color: #FFFFFF;
	background: rgba(210, 88, 124,0.6);
	text-decoration: underline;
}

.navimg	{
	vertical-align: text-top;
	height: 1.6em;
	margin-top: 0.0em;
}

/* --- Styling the About Popup Window --------------------------------------*/

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.0);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  color: #303030;
  padding: 1.1em;
  background: #fdfdfd;
  border: 1px solid rgb(105, 155, 205);
	box-shadow: 0px 3px 12px #303030;
  border-radius: 8px;
  width: 17em;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #808080;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 0.2em;
  right: 0.5em;
  transition: all 200ms;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  color: #bbbbbb;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  font-size: 0.8em;
  max-height: 30%;
  overflow: auto;
}

.about-image {
	width: 7em;
	float: left;
	margin-right: 0.6em;
	margin-bottom: 0.6em;
	border: 1px solid rgb(100, 100, 120);
}

/* --- Styling About Popup Window end --------------------------------------*/

/* --- Button Bar below Nav bar -------------------------------------------*/
.topbar-button {
	font-family: 'Arial Narrow',sans-serif;
	display: inline-block;
	width: 8.0em;
	border: 1px solid rgb(90, 90, 160);
	border-radius:0.4em;
	padding: 0.2em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #cccccc;
	text-align: center;
	outline: none;
	margin-right: 0.2em;
	margin-bottom: 0.5em;
	text-decoration: none;
	background: rgba(165, 30, 40,0.9);
	background: linear-gradient(rgba(190, 45, 50,0.9), rgba(150, 22, 32,0.9)); /* Standard syntax */
}

.topbar-button:hover,
.topbar-button:active {
	font-family: 'Arial Narrow',sans-serif;
	text-align: center;
	color: rgb(250, 248, 234);
	background: rgba(205, 60, 80,0.9);
	background: linear-gradient(rgba(225, 75, 95,0.9), rgba(190, 53, 73,0.9)); /* Standard syntax */
}

#topbar2 {
	background: rgba(0, 18, 64,1.0);
	background: rgba(145, 0, 20,0.9);
	color: #bbbbbb;
	width: 100%;
	border-bottom: 0px solid rgb(40, 40, 50);
	border: 0px solid rgb(175, 175, 175);
	position: relative;
}

#topbuttonbar {
	position: relative;
	padding-top: 0.5em;
	margin-right: auto;
	margin-left: auto;
	width: 48em;
	max-width:69em;
	}

/* --- Gallery Images -------------------------------------------*/

#gallery-images{
	padding-top:10px;
}
.gallery-image{
	float:left;
	background-image:url(../images/gal-image-holder.jpg);
	width:135px;
	height:135px;
	margin-right:1px;
}
.gallery-image img{
	padding:4px 0 0 4px;
}

/* --- Button Bar end -------------------------------------------*/

#banner1 {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

#banner1 img{
	width: 100%;
	}

.ghostbtn {
	display: inline-block;
	width: 6.5em;
	padding: 0.5em;
	color: #404040;
	color: #4040CC;
	border: 2px solid rgba(145, 0, 20,0.9);
	text-align: center;
	outline: none;
	text-decoration: none;
}

.ghostbtn:hover,
.ghostbtn:active {
	background-color: rgba(100, 160, 230,0.9);
	background: linear-gradient(rgba(225, 75, 95,0.9), rgba(190, 53, 73,0.9)); /* Standard syntax */
	color: #eeeeff;
}

#main {
	background: rgba(240, 240, 245,0.05);
	max-width: 75em;
	width: 100%;
	border-bottom: 2px solid rgba(120, 120, 120,0.3);
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#maintop {
	padding: 1em;
}

#band {
	max-width: 75em;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

#mainbottom {
	background: rgba(133, 133, 143,0.2);
	max-width: 75em;
	width: 100%;
	border-bottom: 2px solid rgba(30, 40, 40,0.1);
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.box1	{
	text-align: center;
	font-size: 1.0em;
	width:16%;
	height: 13.0em;
	padding-top: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.5em;
	margin-left: 1.3em;
	margin-bottom: 1em;
	border: 1px solid rgb(130, 130, 130);
	float: left;
	background-color: rgba(240, 240, 245,0.8);
}

.box1img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.box2	{
	padding-top: 0.0em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1.0em;
	margin-left: 2.2em;
	margin-bottom: 2.2em;
	background-color: rgba(225, 225, 245,0.9);
}

.box2d	{
	width: 97%;
	margin: 1.0em;
	font-size: 0.9em;
	color:  rgb(45, 45, 45);
	border-radius: 1em;
	float: left;
	background-color: rgb(250, 250, 250);
}

.box2e	{
	width: 50em;
	margin: 0.5em;
	font-size: 0.9em;
	color:  rgb(25, 25, 25);
	border-radius: 1em;
	float: left;
	background-color: rgb(255, 255, 255);
}

.box2f	{
	width: 97%;
	margin: 0.5em;
	font-size: 0.9em;
	color:  rgb(25, 25, 25);
	border: 1px solid rgb(230, 230, 230);
	float: left;
	background-color: rgb(250, 255, 255);
}

.box2g	{
	width: 48%;
	height: 19.0em;
	margin: 0.5em;
	font-size: 0.9em;
	color:  rgb(25, 25, 25);
	border-radius: 0em;
	float: left;
	background-color: rgba(255, 255, 255,0.7);
	border: 1px solid rgba(145, 0, 20,0.9);
	border-bottom: 20px solid rgba(145, 0, 20,0.9);
	background-color: rgba(240, 240, 245,0.8);
}

.box2g img {
	width: 8em;
	margin-top: 0.7em;
	font-size: 0.9em;
	border-radius: 0.4em;
	float: right;
}

.box2gb	{
	width: 71%;
	margin: 0.5em;
	font-size: 0.9em;
	color:  rgb(25, 25, 25);
	border-radius: 1em;
	border: 1px solid rgb(230, 230, 230);
	float: left;
	background-color: rgba(235, 235, 245,0.9);
}

.box2h	{
	width: 100%;
	margin: 0.0em;
	margin-top: 1.0em;
	font-size: 1.0em;
	color:  rgb(25, 25, 25);
	border: 1px solid rgb(230, 230, 230);
	background-color: rgb(245, 245, 245);
}

.box2h-right {
	float: right;
	margin-left: 0.6em;
}

.box2h-right img {
	width: 15em;
}

.box2-catalogue {
	width: 50em;
}

.box2i	{
	width: 100%;
	margin-top: 1.0em;
	font-size: 0.9em;
	border-radius: 1em;
	color:  rgb(25, 25, 25);
	background-color: rgb(250, 255, 255);
}

.box2inner {
	margin: 1.3em;
}

.box3	{
	width: 100%;
	padding-top: 0.0em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	margin-left: 0.0em;
	margin-right: 0.0em;
	margin-bottom: 1em;
	border: 1px solid rgb(220, 220, 220);
	float: left;
	background-color: rgba(245, 245, 245,0.9);
}

.box3img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.box4	{

	padding-top: 0.0em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	margin-left: 0.0em;
	margin-right: 0.0em;
	margin-bottom: 1em;
	border: 1px solid rgb(220, 220, 220);
	float: left;
	background-color: rgba(245, 245, 245,0.9);
}

.box4img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#column-left {
	width: 73%;
	float: left;
	align: center;
}

#column-right {
	width: 15em;
	padding: 1.0em;
	float: right;
	background-color: rgba(225, 225, 245,0.9);
}

/* --- Catalogue ------------------------------------------------------*/

.cat-photo{
	box-shadow: 2px 2px 15px #707070;

}

/* --- Tour Schedule --------------------------------------------------*/

.tour-date-dark{
	background:#E5E5E5 url(../_images/tour-icon1.jpg) no-repeat 36px 9px;
	width:89%;
	min-height:34px;
	height:auto !important;
	height:34px;
	padding:7px 7px 7px 106px;
}
.tour-date-light{
	background:#EEEEEE url(../_images/tour-icon2.jpg) no-repeat 36px 9px;
	width:89%;
	min-height:34px;
	height:auto !important;
	height:34px;
	padding:7px 7px 7px 106px;
}
.tour-heading{
	font-size:14px;
	font-weight:bold;
	line-height:17px;
}

.marone{
	color:#580000;
	font-size: 1.1em;
}

/* --- Tour Schedule End ----------------------------------------------*/

/* --- Contact form --------------------------------------------------*/

.contactleft {
	margin-right: 3em;
	width: 22.0em;
	float: left;
}

.contactright {
	margin-left: 1em;
	width: 48em;
}

/* --- Contact form End --------------------------------------------------*/

.contactmgtleft {
	width: 45%;
	float: left;
}

.contactmgtright {
	width: 45%;
	float: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clearboth {
	clear: both;
}

/* --- Footer -----------------------------------------------------*/
#footer {
	background: rgba(40, 40, 40,1.0);
	color: white;
	width: 100%;
	padding-top: 0.5em;
	border-bottom: 2px solid rgba(30, 40, 150,0.7);
	position: relative;
	z-index: 500;
	height: 13em;
	text-align: center;
}

#footerbox1	{
	max-width:75em;
	padding-top: 0.5em;

	padding-bottom: 0.5em;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(40, 40, 40,1.0);
}

.footerbox2	{
	width: 13em;
	font-size: 0.8em;
	color: #959595;
	text-align: left;
	padding-top: 0em;
	padding-left: 1em;
	padding-bottom: 1em;
	margin-left: 2em;
	margin-bottom: 1em;
	border: 1px solid rgb(38, 38, 38);
	float: left;
	background-color: rgba(40, 40, 40,1.0);
}

.footerimg {
	height: 47px;
}

.footerimg2 {
	height: 41px;
}

.clear-both { clear: both; }

/* ---- 4 columns ----------------------------------------------------------- */
@media screen and (max-width: 75em) {

.box1	{
	padding: 0.6em;
	padding-bottom: 0.6em;
	margin-bottom: 1em;
	border: 1px solid rgb(220, 220, 220);
	float: left;
	background-color: rgba(240, 240, 245,0.8);
}

.box2gb	{
	width: 71.5%;

}

#column-left2 {
	width: 65%;
}

}

/* ---- 4 columns ----------------------------------------------------------- */
@media screen and (max-width: 69em) {

.box1	{
	width:15.5%;
	height: 12.0em;
	padding-bottom: 0.5em;
	margin-left: 1.3em;
	margin-bottom: 1em;
	border: 1px solid rgb(220, 220, 220);
	float: left;
	background-color: rgba(240, 240, 245,0.8);
}

.box2gb	{
	width: 75%;
}

.contactleft {
	width: 20em;
}

#column-left2 {
	width: 62%;
}

.tour-date-dark{
	width:88.5%;
}

.tour-date-light{
	width:88.5%;
}

}

/* ---- 4 columns ----------------------------------------------------------- */
@media screen and (max-width: 66em) {

.box1	{
	width:15.0%;
	margin-left: 1.3em;
	margin-bottom: 1em;
}

.box2g	{
	height: 21em;
}

.box2gb	{
	width: 80%;

}

}

/* ---- 4 columns ----------------------------------------------------------- */
@media screen and (max-width: 64em) {

.header {
	margin-left: 1.7em;
	margin-right: 1.7em;
}

.box1	{
	width:15.0%;
	padding-bottom: 0.8em;
	margin-left: 1.3em;
	margin-bottom: 1em;
}

.box2gb	{
	width: 82%;
}

#column-left2 {
	width: 60%;
}

.tour-date-dark{
	width:87%;
}

.tour-date-light{
	width:87%;
}

}

/* ---- 4 columns ----------------------------------------------------------- */
@media screen and (max-width: 60em) {

#topbuttonbar {
	padding-left: 0em;
	width: 47.0em; /* ---- 4 columns ---- */
	}

.box1	{ /* ---- 4 columns ---- */
	width:14.5%;
	font-size: 1.0em;
	height: 12em;
	padding: 0.5em;
	padding-bottom: 0.4em;
	margin-left: 1.3em;
	margin-bottom: 1em;
}

.box2gb	{
	width: 88%;
}

.contactleft {
	width: 20em;
}

.contactright {
	width: 46em;
}

#column-left2 {
	width: 58%;
}

.tour-date-dark{
	width:86%;
}
.tour-date-light{
	width:86%;
}

}

/* ---- 3 columns ----------------------------------------------------------- */
@media screen and (max-width: 55em) {

#topbuttonbar {
	padding-left: 0em;
	width: 46.7em; /* ---- 4 columns ---- */
	}

.box1	{ /* ---- 3 columns ---- */
	width:27%;
	height: 16em;
	padding-bottom: 0.8em;
	margin-left: 1.3em;
	margin-bottom: 1em;
}

.box2e	{
	width: 45em;
}

.box2-catalogue {
	width: 47em;
}

.box2g	{
	width: 47.0%;
	height: 25em;
	margin: 0.5em;
}

.box2gb	{
	width: 90%;
}

.contactleft {
	width: 23em;
}

.contactright {
	width: 23em;
}

#column-left2 {
	width: 53%;
}

.tour-date-dark{
	width:85%;
}
.tour-date-light{
	width:85%;
}

}

/* ---- Menu bar buttons 3 columns ------------------------------------------------ */
@media screen and (max-width: 52em) {

#topbuttonbar {
	width: 28.50em; /* ---- 3 columns ---- */
	}

.tour-date-dark{
	width:84%;
}
.tour-date-light{
	width:84%;
}

.box2-catalogue {
	width: 44em;
}

.box2g	{
	height: 22em;
}

}

/* ---- Menu bar buttons 3 columns ------------------------------------------------ */
@media screen and (max-width: 50em) {

.header {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

.box1	{
	width:26.5%;
	height: 14.5em;
	padding-bottom: 0.8em;
	margin-left: 1.3em;
	margin-bottom: 1em;
}

.box2d	{
	width: 96%;
}

.box2e	{
	width: 40em;
}

.contactleft {
	width: 24em;
}

.contactright {
	width: 24em;
}

#column-left2 {
	width: 90%;
	margin-left: 1.3em;
}

.box2-catalogue {
	width: 42em;
}

#column-right2 {
	width: 90%;
	margin-top: 1.0em;
	margin-right: 1.5em;
}

.tour-date-dark{
	width:82%;
}
.tour-date-light{
	width:82%;
}

}

/* ---- Menu bar buttons 3 columns ------------------------------------------------ */
@media screen and (max-width: 46em) {

.box2g	{
	width: 46%;
	height: 25em;
	margin: 0.5em;
}

.box2gb	{
	width: 85.0%;
}

.tour-date-dark{
	width:81%;
}
.tour-date-light{
	width:81%;
}

.box2-catalogue {
	width: 38em;
}

}

/* ---- manu bar buttons 3 columns ------------------------------------------- */
@media screen and (max-width: 43em) {

.box1	{
	width:40%;
	height: 17.0em;
	padding-bottom: 0.8em;
	margin-left: 1.3em;
	margin-bottom: 1em;
}

.box2g	{
	width: 95.0%;
	height: 23em;
	margin: 0.5em;
}

.box2gb	{
	width: 95.0%;
}

.contactleft {
	width: 25em;
}

.contactright {
	width: 25em;
}

.tour-date-dark{
	width:80%;
}
.tour-date-light{
	width:80%;
}

.box2-catalogue {
	width: 35em;
}

}

/* ---- 3 columns ----------------------------------------------------------- */
@media screen and (max-width: 40em) {

#maintop {
	padding: 0.5em;
}

.header {
	margin-left: 0.8em;
	margin-right: 0.8em;
}



.box1	{
	width:40%;
	height: 17.4em;
	padding-bottom: 0.8em;
	margin-left: 1.2em;
	margin-bottom: 1em;
}

.box2e	{
	width: 97%;
	margin: 0.5em;
	font-size: 0.9em;
	border-radius: 1em;
}

.box2inner {
	margin: 0.9em;
}

.box2-catalogue {
	width: 33em;
}

.box2g	{
	width: 95.0%;
	margin: 0.5em;
}

.box2gb	{
	width: 97%;
}

.contactleft {
	width: 24.5em;
}

.tour-date-dark{
	width:79%;
}
.tour-date-light{
	width:79%;
}

.footerbox2	{
	margin-left: 1em;
}

}

/* ---- 3 columns ----------------------------------------------------------- */
@media screen and (max-width: 37em) {


.tour-date-dark{
	width:80%;
	padding:7px 7px 7px 92px;
}
.tour-date-light{
	width:80%;
	padding:7px 7px 7px 92px;
}

.box2-catalogue {
	width: 31em;
}

}

/* ---- 3 columns ----------------------------------------------------------- */
@media screen and (max-width: 35em) {

#maintop {
	padding: 0.3em;
}

.box1	{
	width:39%;
	height: 17.4em;
	padding-bottom: 0.8em;
	margin-left: 1.0em;
	margin-bottom: 1em;
}

.box2d	{
	width: 94%;
}

.box2g	{
	width: 97%;
}

.box2-catalogue {
	width: 97%;
}

.box2h-right {
	width: 95%;
	margin-left: 0.0em;
}

.box2h-left {
	width: 85%;
}

.tour-date-dark{
	width:80%;
	padding:7px 7px 7px 89px;
}
.tour-date-light{
	width:80%;
	padding:7px 7px 7px 89px;
}

.contactleft {
	width: 93%;
}

.contactright {
	margin-left: 0em;
	width: 90%;
}

}

/* ---- 2 columns ----------------------------------------------------------- */
@media screen and (max-width: 33em) {

#topbuttonbar {
	padding-left: 0.5em;
	width: 26.0em; /* ---- 2 columns ---- */
	}

.topbar-button {
	width: 11.5em;
}

.box2-catalogue {
	width: 27em;
}

.tour-date-dark{
	width:78%;
	padding:7px 7px 7px 85px;
}
.tour-date-light{
	width:78%;
	padding:7px 7px 7px 85px;
}

}
/* ---- 2 columns ----------------------------------------------------------- */
@media screen and (max-width: 30em) {

h1	{
	font-size: 1.7em;
}

#topbuttonbar {
	padding-left: 0.5em;
	width: 24.0em; /* ---- 2 columns ---- */
	}

.topbar-button {
	width: 10.3em;
}

.box1	{
	width:40%;
	height: 14.4em;
	padding-bottom: 0.6em;
	margin-left: 0.6em;
	margin-bottom: 1em;
}

.box2-catalogue {
	width: 25em;
}

.box3	{
	padding-top: 0.0em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.8em;
	margin-left: 0.0em;
	margin-right: 0.0em;
	margin-bottom: 1em;
	border: 1px solid rgb(220, 220, 220);
	float: left;
	background-color: rgba(245, 245, 245,0.9);
}

#maintop {
	padding: 0.4em;
}

.tour-date-dark{
	background:#E5E5E5 url(../_images/tour-icon1.jpg) no-repeat 36px 9px;
	width:77%;
	padding:7px 7px 7px 78px;
}
.tour-date-light{
	width:77%;
	padding:7px 7px 7px 78px;
}

}

/* ---- 2 columns ----------------------------------------------------------- */
@media screen and (max-width: 27em) {

#topbuttonbar {
	padding-left: 0.4em;
	width: 21.5em; /* ---- 2 columns ---- */
	}

.topbar-button {
	width: 9.0em;
}

.box1	{
	width:88%;
	height: 22.0em;
	padding-bottom: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 1em;
}

.box2-catalogue {
	width: 22em;
}

.tour-date-dark{
	background:#E5E5E5 url(../_images/tour-icon1.jpg) no-repeat 36px 9px;
	width:75%;
	padding:5px 5px 5px 75px;
}
.tour-date-light{
	width:75%;
	padding:5px 5px 5px 75px;
}

}

/* ---- 1 column ----------------------------------------------------------- */
@media screen and (max-width: 25em) {

h1	{
	font-size: 1.5em;
}

nav a {

	font-size: 0.9em;
	font-weight: 400;
	color: black;
	color: #cccccc;
	text-decoration: none;
	padding: 0.35em;
}

#topbuttonbar {
	padding-left: 1.0em;
	width: 17.5em; /* ---- 1 columns ---- */
	}

.topbar-button {
	width: 15.9em;
}

.box1	{
	width:88%;
	height: 20.0em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

.cat-photo img {
	width: 94%;
}

.tour-date-dark{
	width:74%;
	padding:5px 5px 5px 72px;
}
.tour-date-light{
	width:74%;
	padding:5px 5px 5px 72px;
}

}

/* ---- 1 column ----------------------------------------------------------- */
@media screen and (max-width: 20em) {

h1	{
	font-size: 1.5em;
}

#topbuttonbar {
	padding-left: 0.5em;
	width: 15.5em; /* ---- 1 columns ---- */
	}

.topbar-button {
	width: 14.0em;
}

.tour-date-dark{
	width:72%;
	padding:4px 4px 4px 71px;
}
.tour-date-light{
	width:72%;
	padding:4px 4px 4px 71px;
}

}
