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

/* styling for Content */

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

/* styling for Content */

.content {
	width: 64%;
	margin: 0;
	position: relative;
	float: left;
	top: 0;
	background-color: transparent;
}

.content a:link {
	color: #000000;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	list-style-image: url(../travel/artwork/pointer.png);
	text-decoration: none;
	}
	
.content a:hover {  
	color: #666666;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 2px;
	text-decoration: none ! important
	}
	
.content a:visited {
	color: #000000;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	list-style-image: url(../travel/artwork/pointer.png);
	text-decoration: none;
	}

.content p {
	width: 100%;
	padding-right: 20%;
	font-size: 1.9em;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #333333;
	text-align:justify;
	margin-top: 0;
	margin-bottom: 2.5%;
}


.content h1 {
	margin-top: 0;
}

.content img {
	margin-bottom: 0.6%;
}

/* hover */

figure {
	width: 295px;
	height: 160px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	overflow: hidden;
}

/* Zoom In */
.hover figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .5s ease-in-out;
}
.hover figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* END hover */

/* styling for Content Boxes */

/* left */

.contentboxl {
	width: 48%;
	border-top: thin;
	border-top-color: #bababa;
	border-top-style: solid;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 18px;
	background-color: #fff;
	overflow: hidden;
	margin-right: 3%;
	position: relative;
	float: left;
}

.contentboxl img {
	max-width: 100%;
}

.contentboxl h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	color: #999999;
	width: 100%;
	margin-top: 2%;
	padding-top: 3%;
}

.contentboxl h2 {
	display: inline-block;
	background-color: #fd0000;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	color: #ffffff;
	margin-top: -4px;
}

.contentboxl p {
	font-size: 1.3em;
	font-weight:600;
	line-height: 1.2;
	text-align:left;
	color: #000000;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 0;
}

.contentboxl a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
	}
	
.contentboxl a:hover {
	border: 0;
	text-decoration: none ! important
	}


/* right */
	
.contentboxr {
	width: 48%;
	border-top: thin;
	border-top-color: #bababa;
	border-top-style: solid;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 18px;
	background-color: #fff;
	position: relative;
	float: left;
}

.contentboxr img {
	max-width: 100%;
}

.contentboxr h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	color: #999999;
	width: 100%;
	margin-top: 2%;
	padding-top: 3%;
}

.contentboxr h2 {
	display: inline-block;
	background-color: #fd0000;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 7px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	color: #ffffff;
	margin-top: -4px;
}

.contentboxr p {
	font-size: 1.3em;
	font-weight:600;
	line-height: 1.2;
	text-align:left;
	color: #000000;
	width: 100%;
	padding-top: 3%;
}

.contentboxr a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
	}
	
.contentboxr a:hover {
	border: 0;
	text-decoration: none ! important
	}


/* wide */

#contentboxwide {
	width: 95%;
	margin-top: 2.0833%;
	margin-bottom: 2.0833%;
	margin-right: 3.125%;
	position: relative;
	float: left;
}

#contentboxwide p {
	font-size: 2.85em;
	text-align:left;
	color: #333;
	margin-top: 1%;
}

#contentboxwide h2 {
	display: inline-block;
	background-color: #999999;
	color: #ffffff;
	width: 100%;
	padding-top: 5px;
	padding-left: 24px;
	padding-bottom: 4px;
	padding-right: 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	margin-top: -4px;
}

#contentboxwide h2 a:link {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	}
	
#contentboxwide h2 a:hover {
	color: #000000;
	border: 0;
	text-decoration: none ! important
	}

#contentboxwide h2 a:visited {
	color: #ffffff ! important;
	text-decoration: none;
	border: 0;
	}


/* video */

#videobox {
	width: 95%;
	margin-top: 2.0833%;
	margin-bottom: 2.0833%;
	margin-right: 3.125%;
	position: relative;
	float: left;
}


/* pinterest */

#pinterest-widget {
	margin-bottom: 3.5%;
}

#pinterest-widget span {
	width: 100%; overflow: hidden;
}
#pinterest-widget span span {
	width: 95%;
}

/* end pinterest */


/* styling for Sidebar */

#sidebar {
	width: 31.25%;
	margin: 0 auto;
	position: relative;
	float: right;
	top: 0;
	background-color: #ffffff;
}

#sidebar p {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	font-size: 0.9em;
	font-family:"Avenir", sans-serif;
	letter-spacing: 0;
	line-height: 1.8;
	color:#ffffff;
	background-color: transparent;
}

#sidebar a,visited {
	color: #ffffff;
	font-weight: 400;
	text-decoration: underline;
	}

#sidebar a:hover {  
	color: #A4C6FB;
	font-weight: 400;
	text-decoration: none ! important
	}

.greybold {
	color: #a2bdee;
	font-weight: bold;
	text-transform:uppercase;
}

.namedark {
	color: #000000;
	font-weight: bold;
}

#sidebar ul {
	font-size: 0.9em;
	line-height: 1.3;
	margin-bottom: 0px;
	list-style-type: none;
	font-family: "Avenir", sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	list-style-image: url(travel/artwork/pointer.png) !important;
	}
	
#sidebar li {
	margin-bottom: 9px;
	}

/* styling for Sideindex */
	
#sideindex {
	width: 100%;
	background-color: #ffffff;
	margin-top: 0;
	border-bottom: #bababa;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-bottom: 5%;
}

#sideindex p {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	font-size: 0.9em;
	font-family:"Avenir", sans-serif;
	letter-spacing: 0;
	line-height: 1.6;
	color:#666666;
	background-color: transparent;
}

#sideindex h1 {
	font-family: "Avenir", sans-serif;
	font-size: 1.8em;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

#sideindex h2 {
	display: inline-block;
	background-color: #fd0000;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 7px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	color: #ffffff;
	margin-top: -4px;
	margin-bottom: 6%;
}

#sideindex h2 a:link {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	}
	
#sideindex h2 a:hover {
	color: #000000;
	border: 0;
	text-decoration: none ! important
	}

#sideindex h2 a:visited {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	}

#sideindex .name {
	color: #FFFFFF;
	font-weight: 400;
}

#sideindex hr {
	color: #0031ad;
}

#sideindex a {
    color: #000000;
	font-weight: bold;
}

#sideindex a:hover {  
	color: #666666;
	font-weight: bold;
	text-decoration: none ! important
	}

#sideindex img {
	max-width: 100%;
	height: auto;
}

/* END styling for Sideindex */


/* styling for Fieldtrip */
	
#fieldtrip {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	margin-top: 0;
}

#fieldtrip p {
	font-family: "Avenir", sans-serif;
	color: #666666;
}

#fieldtrip a {
    color: #000000;
	font-weight: bold;
}

#fieldtrip a:hover {  
	color: #666666;
	font-weight: bold;
	text-decoration: none ! important
	}

#fieldtrip img {
	max-width: 100%;
	height: auto;
}

/* END styling for Fieldtrip */

/* location boxes */

.locnbox-960 {
	margin-top: 0;
	display:block;
	background-color: #000000;
	/* top-left | top-right | bottom-right | bottom-left */
	border-radius: 15px 0 0 15px;
	padding-top: 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	margin-bottom: 18px;
}

.locnboxpad-960 {
	display:block;
	background-color: transparent;
	height: 24px;
}


	
/* searchboxes */

.searchbox-960 {
	display:block;
}

.searchbox-tablet {
	display:none;
}

.searchbox-mobile {
	display:none;
}

/* end of searchboxes */


/* End main content elements */.content {
	width: 64%;
	margin: 0;
	position: relative;
	float: left;
	top: 0;
	background-color: transparent;
}

.content a:link {
	color: #000000;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	list-style-image: url(../travel/artwork/pointer.png);
	text-decoration: none;
	}
	
.content a:hover {  
	color: #666666;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 2px;
	text-decoration: none ! important
	}
	
.content a:visited {
	color: #000000;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	list-style-image: url(../travel/artwork/pointer.png);
	text-decoration: none;
	}

.content p {
	width: 100%;
	padding-right: 20%;
	font-size: 0.9em;
	line-height: 3.3;
	letter-spacing: 0px;
	color: #333333;
	text-align:justify;
	margin-top: 0;
	margin-bottom: 2.5%;
}



.content h1 {
	margin-top: 0;
}

.content img {
	margin-bottom: 0.6%;
}

/* hover */

figure {
	width: 295px;
	height: 160px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	overflow: hidden;
}

/* Zoom In */
.hover figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .5s ease-in-out;
}
.hover figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* END hover */

/* styling for Content Boxes */

/* left */

.contentboxl {
	width: 48%;
	border-top: thin;
	border-top-color: #bababa;
	border-top-style: solid;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 18px;
	background-color: #fff;
	overflow: hidden;
	margin-right: 3%;
	position: relative;
	float: left;
}

.contentboxl img {
	max-width: 100%;
}

.contentboxl h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	color: #999999;
	width: 100%;
	margin-top: 2%;
	padding-top: 3%;
}

.contentboxl h2 {
	display: inline-block;
	background-color: #fd0000;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	color: #ffffff;
	margin-top: -4px;
}

.contentboxl p {
	font-size: 1.3em;
	font-weight:600;
	line-height: 1.2;
	text-align:left;
	color: #000000;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 0;
}

.contentboxl a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
	}
	
.contentboxl a:hover {
	border: 0;
	text-decoration: none ! important
	}


/* right */
	
.contentboxr {
	width: 48%;
	border-top: thin;
	border-top-color: #bababa;
	border-top-style: solid;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 18px;
	background-color: #fff;
	position: relative;
	float: left;
}

.contentboxr img {
	max-width: 100%;
}

.contentboxr h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	color: #999999;
	width: 100%;
	margin-top: 2%;
	padding-top: 3%;
}

.contentboxr h2 {
	display: inline-block;
	background-color: #fd0000;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 7px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	color: #ffffff;
	margin-top: -4px;
}

.contentboxr p {
	font-size: 1.3em;
	font-weight:600;
	line-height: 1.2;
	text-align:left;
	color: #000000;
	width: 100%;
	padding-top: 3%;
}

.contentboxr a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
	}
	
.contentboxr a:hover {
	border: 0;
	text-decoration: none ! important
	}


/* wide */

#contentboxwide {
	width: 94%;
	margin-top: 2.0833%;
	margin-bottom: 2.0833%;
	margin-right: 3.125%;
	position: relative;
	float: left;
}

#contentboxwide p {
	font-size: 1.85em;
	text-align:left;
	color: #333;
	margin-top: 1%;
}

#contentboxwide h2 {
	display: inline-block;
	background-color: #999999;
	color: #ffffff;
	width: 100%;
	padding-top: 5px;
	padding-left: 24px;
	padding-bottom: 4px;
	padding-right: 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	margin-top: -4px;
}

#contentboxwide h2 a:link {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	}
	
#contentboxwide h2 a:hover {
	color: #000000;
	border: 0;
	text-decoration: none ! important
	}

#contentboxwide h2 a:visited {
	color: #ffffff ! important;
	text-decoration: none;
	border: 0;
	}


/* video */

#videobox {
	width: 95%;
	margin-top: 2.0833%;
	margin-bottom: 2.0833%;
	margin-right: 3.125%;
	position: relative;
	float: left;
}


/* pinterest */

#pinterest-widget {
	margin-bottom: 3.5%;
}

#pinterest-widget span {
	width: 100%; overflow: hidden;
}
#pinterest-widget span span {
	width: 95%;
}

/* end pinterest */


/* styling for Sidebar */

#sidebar {
	width: 31.25%;
	margin: 0 auto;
	position: relative;
	float: right;
	top: 0;
	background-color: #ffffff;
}

#sidebar p {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	font-size: 0.9em;
	font-family:"Avenir", sans-serif;
	letter-spacing: 0;
	line-height: 1.8;
	color:#ffffff;
	background-color: transparent;
}

#sidebar a,visited {
	color: #ffffff;
	font-weight: 400;
	text-decoration: underline;
	}

#sidebar a:hover {  
	color: #A4C6FB;
	font-weight: 400;
	text-decoration: none ! important
	}

.greybold {
	color: #a2bdee;
	font-weight: bold;
	text-transform:uppercase;
}

.namedark {
	color: #000000;
	font-weight: bold;
}

#sidebar ul {
	font-size: 0.9em;
	line-height: 1.3;
	margin-bottom: 0px;
	list-style-type: none;
	font-family: "Avenir", sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	list-style-image: url(travel/artwork/pointer.png) !important;
	}
	
#sidebar li {
	margin-bottom: 9px;
	}

/* styling for Sideindex */
	
#sideindex {
	width: 100%;
	background-color: #ffffff;
	margin-top: 0;
	border-bottom: #bababa;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-bottom: 5%;
}

#sideindex p {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	font-size: 0.9em;
	font-family:"Avenir", sans-serif;
	letter-spacing: 0;
	line-height: 1.6;
	color:#666666;
	background-color: transparent;
}

#sideindex h1 {
	font-family: "Avenir", sans-serif;
	font-size: 1.8em;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

#sideindex h2 {
	display: inline-block;
	background-color: #fd0000;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 7px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align:left;
	color: #ffffff;
	margin-top: -4px;
	margin-bottom: 6%;
}

#sideindex h2 a:link {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	}
	
#sideindex h2 a:hover {
	color: #000000;
	border: 0;
	text-decoration: none ! important
	}

#sideindex h2 a:visited {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	}

#sideindex .name {
	color: #FFFFFF;
	font-weight: 400;
}

#sideindex hr {
	color: #0031ad;
}

#sideindex a {
    color: #000000;
	font-weight: bold;
}

#sideindex a:hover {  
	color: #666666;
	font-weight: bold;
	text-decoration: none ! important
	}

#sideindex img {
	max-width: 100%;
	height: auto;
}

/* END styling for Sideindex */


/* styling for Fieldtrip */
	
#fieldtrip {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	margin-top: 0;
}

#fieldtrip p {
	font-family: "Avenir", sans-serif;
	color: #666666;
}

#fieldtrip a {
    color: #000000;
	font-weight: bold;
}

#fieldtrip a:hover {  
	color: #666666;
	font-weight: bold;
	text-decoration: none ! important
	}

#fieldtrip img {
	max-width: 100%;
	height: auto;
}

/* END styling for Fieldtrip */

/* location boxes */

.locnbox-960 {
	margin-top: 0;
	display:block;
	background-color: #000000;
	/* top-left | top-right | bottom-right | bottom-left */
	border-radius: 15px 0 0 15px;
	padding-top: 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	margin-bottom: 18px;
}

.locnboxpad-960 {
	display:block;
	background-color: transparent;
	height: 24px;
}

/* styling for Main Image Slider */

.sliderbox {
	width: 100%;
	height: auto;
	background-color: transparent;
	margin-bottom: 1.25%;
	top: 0;
	left: 0;
}

.sliderbox p {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.2em;
	font-family:"Avenir", sans-serif;
	letter-spacing: 0;
	line-height: 1.7;
	color:#666666;
	background-color: transparent;
}

.slides {
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	left:0;
    position:relative; 
}

.slides img {
	max-width:100%;
	height: auto;
}

.slides ul {
	list-style-type: none;
    position:relative;
	margin: 0;
    padding: 0;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 25.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 25.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 5.0s;
    -moz-animation-delay: 5.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 10.0s;
    -moz-animation-delay: 10.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 15.0s;
    -moz-animation-delay: 15.0s;
}
.slides ul  li:nth-child(5), .slides ul  li:nth-child(5) div {
    -webkit-animation-delay: 20.0s;
    -moz-animation-delay: 20.0s;
}
.slides ul li img {
    display:block;
}

/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:66%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:66%;
        opacity:0;
    }
    100% {
        left:66%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:66%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:66%;
        opacity:0;
    }
    100% {
        left:66%;
        opacity:0;
    }
}

.slides ul li div {
    background-color:#000000;
	color:#FFFFFF;
    font-size:15px;
    left:10%;
    margin:0 auto;
    padding:6px;
    position:absolute;
    top:80%;
    width:200px;

    /* css3 animation */
    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 25.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_titles;
    -moz-animation-duration: 25.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}
	
/* searchboxes */

.searchbox-960 {
	display:block;
}

.searchbox-tablet {
	display:none;
}

.searchbox-mobile {
	display:none;
}

/* end of searchboxes */


/* End main content elements */