@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,300,100);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Special+Elite);
@import url(https://fonts.googleapis.com/css?family=Poiret+One);

@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Syncopate:400,700);
@import url(https://fonts.googleapis.com/css?family=Michroma);
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

.fonts {
font-family: 'Syncopate', sans-serif;
font-family: 'Michroma', sans-serif;
font-family: 'Julius Sans One', sans-serif;
font-family: 'Lora', serif;
}



.redBorder {border: 1px solid red;}
.greenBorder {border: 1px solid green;}

/*

My Custom CSS
=============

*/

.color {color: #9c93ff;}
.color2	{color: #0b0062;}
.color3	{color: #b89136;}


/* --------------------------------------
   Layout
   -------------------------------------- */


#inputMessage {
	margin-bottom: 15px;
}

footer {
	color: #e6e6e6;
	font-size: 11px;
	padding: 60px 20px 20px;
	border-top: 0px solid black;
}

footer h6 {color: #fff;}


/* --------------------------------------
   Typography
   -------------------------------------- */

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	background-color: black;
	background-image: url("/images/wartherBack.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font: 14px/180% 'Lora', serif;
	font-family: arial, helvetica, 'Open Sans Condensed', sans-serif;
}

p { 
	font: 14px/100%  'Lora', serif; 
	margin: 0px 0px 10px 0px;
	line-height: 1.8em;
	}

.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
  
}
	
a {
  color:  #1d1579; 
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b5b5b5;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
	
	
	
h1, h2, h3, h4, h5 {
	font-weight: 400;	
	}

h1 {
	font-size: 35px;
	color: #000;
	font-family: 'Josefin Sans', cursive;
	text-transform: uppercase;}
		
h2 { 
	font-size: 32px; 
	color: #0b0062;
	font-family: 'Syncopate', sans-serif;
	font-family: 'Josefin Sans', cursive;
	text-transform: uppercase;
	}

.whiteShadow {color: #fff; text-shadow: 1px 1px 6px black}

h3 {
	color:  #0b0062; 
	margin: 20px 0px 10px; 
	padding:3px 0; 

	border-bottom: 2px solid #b89136;
	font:17px/190% 'Syncopate', sans-serif;
	font-family: 'Josefin Sans', cursive;
	text-transform: uppercase;
	}
	
h4 { 
	font:17px; 
	color: #b89136; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	text-align: left;
	
	font-family: arial, helvetica, 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	}

h5 {
	color:  #0b0062; 
	margin-top: 0px; 
	margin-bottom: 5px; 
	text-align: left;
	font:14px/190% 'Syncopate', sans-serif;
	
	font-family: arial, helvetica, 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	}

h6 { 
	font-size: 15px; 
	color: #000; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	text-align: left;
		font-family: arial, helvetica, 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	}
	
	
	
	
li {
		font: 14px/100%  'Lora', serif; 
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
}
	
.gray {color: #bdbcc1; font-style: italic;}


.well .page-header {
	margin-top: 0;
}

.well .page-header h1 {
	margin-top: 0;
}

ul.unstyled {
	list-style: none;
	padding: 0;
}


/* --------------------------------------
   Navbar
   -------------------------------------- */

/* set navbar background */
.navbar {
	font-size: 15px;
	text-transform: uppercase;
	padding: 90px 0 0;
	margin-bottom: 0px;
	background-color: rgba(0, 0, 0, 0.55);
	background-image: url("/images/header.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
	
	font-family: 'Josefin Sans', cursive;
	font-weight: 600;
}


.navbar ul {margin-bottom: -15px;}
.navbar li {
	font-family: 'Josefin Sans', cursive;
	font-weight: 600;
}




/*Logo Background */
.navbar-brand {
  display: block;
  max-width: 320px;
  padding: 12px 15px;
  margin-right: 25px;
  margin-left: auto;
  margin-top: -75px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #777777;
  text-align: center;
  
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: red;
  text-decoration: none;
  background-color: rgba(161, 97, 0, 0.8);
}

	
#searchInput {
	width: 200px;
}

.navbar-brand {
	padding: 13px 15px;
}


/* --------------------------------------
   Containers
   -------------------------------------- */
 
	.topMargin {margin-top: 50px;}

	#red {background-color: red;}
	#white {background-color: #fff;}
	#light {background-color: #e0e0e0;}
	#blue {background-color: rgba(9, 0, 96, 0.6);}
		#blue h4 {line-height: 2em;}
	#tan {background-color: rgba(204, 189, 131, 0.15);}
	#black{background-color: #000;}
	.colorWhite {color: #fff;}
	#blackBar {
		background-color: #000;
		color: #fff;
		}
	
	#darkGrey {background-color: rgba(239, 239, 239, 0.95); padding: 35px 0; }
	
	#blogBody {background-color: rgba(255, 255, 255, 0.85);; padding: 35px 0; margin-top: 0px;}
	
	#bigCallout a {
		color: #b89136;
	}
	#bigCallout p {

	}
	
   
 .separator {height: 100px; width: 100%; }
 .galleryContainer {
	background-color:  none;
	padding: 0px;
	margin-top: 20px;
	
}

  .topSpace {height: 120px; width: 100%; }
 


/*This container makes space at top for menu - also change in 1200, 980, 760 and 480*/ 
.containerPadTop { 
	padding-top: 125px;
	height: 600px;
	}
	


.noPhotoContainer {
	margin-top: 130px;	
	padding: 25px 0;
}

.mainContainer {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0px 0 10px;
	margin-top: 120px;
	
}
   
.wideLight, .wideDark, wideTransparent, .wideWhite {
	width: 100%;
	padding: 20px 20px 45px 20px;
}
   
.wideDark {
	background-color: rgba(91, 91, 91, 0.7);
}

   
.black{
	background-color: rgba(0, 0, 0, .7);
}

.wideJournal {
	background: url('../../images/grad80.png') repeat-x ;
	background-color: rgba(108, 108, 108, 0.7);
	padding-bottom: 50px;
	
}


.wideGallery{
	background-color: rgba(192, 192, 192, 0.64);
	padding: 150px 0 75px 0;
	margin: 0;
	text-align: center;
}
   
.wideLight{
	background-color: rgba(247, 247, 247, 0.6);
}

.wideWhite{
	background-color: rgba(255, 255, 255, 0.85);
}

.wideTransparent{
	padding-bottom: 75px;
	margin: 0;
}

.widePad {
	padding: 40px 0;
	margin: 0;
}

.mailing{
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 50px 0 50px 0;
	margin: 0;
	text-align: center;
}

.titleDiv{
	background-color: rgba(206, 204, 232, 0.95);
	padding: 30px 0;
	margin: 0;
	text-align: center;
}

.photoDiv{
	padding: 50px 0 30px 0;
	margin: 0;
	text-align: center;
	background-image: url("/images/museumBack2.jpg");
	background-attachment: scroll;
	background-position: center top;	
}


.tourCopy {
	font-size: 16px;
	margin-top: 25px;
	line-height: 2em;
}


.blogTitle{
	background-color: rgba(149, 150, 127, 0.57);
	padding: 30px 0 ;
	margin: 0;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
}


.whiteType{
	background: none;
	padding: 50px 0 75px 0;
	margin: 0;
	text-align: center;
	color: white;
}

.whiteText{
	color: white;
}

.whiteText h3, .whiteText h4 {
	color: #d3cfff;
}
.center {
	margin: 0px auto;
	text-align: center;
}
  
   
/* --------------------------------------
   Carousel
   -------------------------------------- */
#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 1200px;
	max-height:800px;
	margin:50px auto 0px;
	padding: 0px 0;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}

.slider {
	
}


/* --------------------------------------
   Global Styles
   -------------------------------------- */

.alert {
	margin-top: 20px;
	display: none;
}

.well {
	margin: 20px 0;
}

.tabbable img.thumbnail {
	margin: 0 20px 10px 0;
}


/* set background color for moreCourses boxes  */
.thumbnail,
.img-thumbnail {
  padding: 8px;
  line-height: 1.428571429;
  background-color: rgba(244, 244, 244, 0.8);
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
         /* box-shadow: 4px 4px 9px black*/
}


.thumbnails {
	margin: 20px 0;
}

.thumbnail {
	position: relative;
}

.thumbnail h3 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 20px;
}

.thumbnail .price {
	font-size: 22px;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
}

.thumbnail .price sup {
	font-weight: normal;
	font-size: 12px;
}

.thumbnail span.glyphicon {
	margin-right: 5px;
}


.panel {
	padding: 5px 20px 0px 20px;
	border: 1px solid #2e2e2e;
	margin-top: 10px;
    overflow: hidden;
    background-color: white;

}

.panel a {
	color: #0b0062;
	font-size: 13px;
	}


.panel img {
	width: 100%;
	border-top: 2px solid #95967f;
}


.panel-heading {
  text-align: center;
  
}

.pageImage {
	width: 100%;
	margin-bottom: 5px;
}
.pagImageCaption {
	margin-bottom: 25px;
}
.pageImagePad {
	padding: 25px 0 0 40px;
}
.pageImagePadRight {
	padding: 25px 40px 0 0px;
}



.find {
	font-size: 1.9em;
	font-family: arial, helvetica, 'Open Sans Condensed', sans-serif;	
}
.homeInfo {
	min-height: 60px; 
}

.padIcon {
	padding: 10px 30px 0 0;
}
.iconText {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;

}



#features {
	text-align: center;
}

#features img {
	margin: 0 0 20px;
}




.carvingListing {
	min-height: 110px;
	width: 100%;
}

a.shipTitle {
	color: white;
	font-family: arial, helvetica, 'Open Sans Condensed', sans-serif;	
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	}


	.galleryImage {
		max-width: 100%; 
		height: 260px;
		overflow: hidden; 
		padding: 2em; 
		text-align: center; 
		vertical-align: middle;

		 }
		
	.galleryImage img {
		mwidth: 100%;  
		max-width: 320px; 
		margin-bottom: 20px; 
		vertical-align: middle; 
		}
		
	.galleryCaption {
		width: 80%;
		border-bottom: 1px dotted silver; 
		border-top: 1px dotted silver; 
		text-align: center;
		margin: 0 auto;
		font-size: 1.1em;
	}
	
	
	.marginBottom {margin-bottom: 35px;}


.galleryThumb {
	height: 260px;
	overflow: hidden;
	}
	
.galleryImageThumb {
	height: 150px;
	overflow: hidden;
	vertical-align: middle;
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    margin-bottom: 5px;
	}
	
.galleryImageThumb img {
    vertical-align: middle;
    max-height: 150px;
    max-width: 100%;
	}
.galleryThumbTitle {
	font-size: 12px;
	color: #6c6c6c;
	font-family: 'Josefin Sans', cursive;
	text-align: center;
}

.border {
	border: 2px solid #d5c1a6;
}

.attractionsThumb {
	height: 130px;
	overflow: hidden;
	margin-bottom: 10px;
}
.attractionsThumb img {
	width: 100%;
		vertical-align: middle;
}

.attractionsList {
	min-height: 230px;

}


.attractionsLinklist {
	height: 40px;
}

.blogHome { 
	font: 14px/100% 'Oxygen', 'Lucida Grande', times, serif; 
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
	}
.blogHomeImg {
	width: 100%;
}

.padMenu {padding: 10px 0 10px 0; text-align: center;}
.auxMenu a {
	font-size: 1.2em;
	color: white;
	font-family: 'Syncopate', sans-serif;
}
	
.alignLeft {text-align: left;}
.pad {padding: 2em 4em;}

.padCallout {padding: 1.5em 2em 4em;}

.padAll {padding: 0px 40px 0 40px;}
.padTop {margin-top: 30px;}
.photoTopPad {padding-top: 100px;}
.paddingTopBottom {padding: 50px 0;}
.padBottom {padding-bottom: 30px;}
.padBoth {padding: 40px 0;}
.marginTop {padding-top: 40px;}
.padTopPage {margin-top: 160px; margin-bottom: 150px;}
.padTopPage2 {margin-top: 100px; margin-bottom: 100px;}
.padRight {margin-right: 30px;}
.padLeft { margin-left: 40px;}

#paypal {padding-left: 15%; color: white; background-color: none;}
#paypal img {margin: 0; padding: 0;}
.paypalText {font-size: 10.5px; width: 65%;}


.paddingLeft {padding-left: 40px;}
.padSides {margin-right: 30px; margin-left: 30px;}
.padPay {padding: 0em 4em 0 100px;}
.padHead {padding: 5em 2em 1em 2em;}
.noPad {border: 0; padding: 0;}

.marginTop {margin-top: 200px;}
.moveUp {margin-top: -15px;}
.hundred {width: 100%;}


.mainCarving {margin-bottom: 20px;}
.leftView {border: 10px solid white; float: left;}

.stroke {
	border: 1px solid silver;
	margin-bottom:5px;
	padding: 10px;
	}

.left {float: left;}
.right { float: right;}

.leftImage {float: left; margin: 0 20px 5px 0;}


.giftImage img {width: 100%; max-width: 200px; margin-top: 40px; }

.clear, .spacer {clear: both;}

.right50 {margin-right: 50px;}
.small {font-size: 9px;}
.smallBlog {font-size: .8em; font-style: italic; color: gray;}
.smallHead {
	font-size: 12px;
	font-style: italic;
	background-color: #60634a;
	padding: 10px;
	color: white;
	
	}

.availableIconL {float: left; margin: 5px 5px 10px 0;}
.buttons {
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

.btn-tiny, .btn-little, .btn-white {
  padding: 2px 8px;
  font-size: 12px;
  border: 1px solid #0600a4;
  font-size: 10px;
  color: #0600a4;
}


	

a.btn-menu, a.btn-menu2 {
	color: #fff; 
	width: 95%;
	font-size: 11px;
	padding: 5px 10px 3px 10px;
	border-right: 1px solid #686868;
	font-family: 'Josefin Sans', cursive;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	}
a.btn-menu:hover, a.btn-menu2:hover  {
	background-color: #b89136;
	border: none;
}

a.btn-menu2 {
	border: none;
}




.btn-little, .btn-white {
	padding: 2px 12px 2px 15px;
	font-size: 12px;
	border: 1px solid #000;
	color: #04002f;
	font-size: 14px;
}

a.btn-little  {color: #000;}




a.btn-white  {
	color: #fff; 
	border: none; 
	width: 95%;
	font-size: 12px;
	padding-top: 5px;

	/*box-shadow: 3px 3px 6px black;*/
	border: 1px solid white;
	font-family: 'Josefin Sans', cursive;
	font-weight: 600;
	text-transform: uppercase;
	}
a.btn-white:hover {
	background-color: red;
}


a.btn-clear {
	color: none; 
	border: none; 
	font-size: 20px;
	font-family: arial, helvetica, 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	padding: 5px;
	}
a.btn-clear:hover {
	background-color: #1600ff;
	text-decoration: none;
}



.btn-blue {
  border: 1px solid #1d04ff;
	padding: 2px 12px 2px 15px;
	font-size: 12px;
	color: #1d04ff;
	font-size: 14px;
	font-family: 'Julius Sans One', sans-serif;
}

.btn-blue:hover  {
	background-color: blue;
	color: white;
}

.btn-blue-white {
  border: 1px solid #fff;
  background-color: #1d04ff;
	padding: 2px 12px 2px 15px;
	font-size: 12px;
	color: #fff;
	font-size: 14px;
	font-family: 'Julius Sans One', sans-serif;
}

.btn-blue-white:hover  {
	background-color: white;
	color: blue;
}


a.btn-tiny-white, a.btn-tiny-blue  {
	padding: 2px 8px;
	border: 1px solid #0600a4;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.95);
	}

a.btn-tiny, a.btn-tiny-white {color: #0b0062;}
a.btn-tiny:hover, a.btn-tiny-white:hover, a.btn-little :hover {color: white; background-color: #0600a4; }

a.btn-tiny-blue {color: #b89136; background-color: rgba(12, 0, 98, 0.7); border: 1px solid #b89136; }
a.btn-tiny-blue:hover {color: white; background-color: #1600ff; }

/* Event Listings */

.eventListing {
	min-height: 100px;
	max-height: 400px;
	overflow: hidden;
	border-bottom: 1px dotted #b89136;
	margin: 15px 0;

}

.eventListTitle a {
	font-size: 16px;
}
.currentHours {
	padding: 0px 0px 20px 0;
	margin: 0px 0px 20px 0;
	min-height: 130px;
	}
	
.hours h4 {
	color: red;
}

.currentDayHours {
	font-size: 1.3em;
	color: #b89136;
	margin-top: 20px;
	font-weight: 700;

}
.dateBack {
	background-color: #1600ff;
	min-height: 40px;
	width: 100%;
	padding: 8px 5px 13px 5px;
	font-size: 1em;
	vertical-align: middle;
	text-align: center;
	color: white;
}



.dateList {
	font-size: 2em;
	font-weight: bold;
}
	
.date  {
	color: #d6d6d6; 
	padding: 0; 
	font-size: 11px;
	}
.smallDate {
	font-size: .8em; 
	margin-bottom: -8px;
}



.shadow  {
	box-shadow: 3px 3px 5px black;
	}


.tan  {
	color: #6c6c6c; 
	padding: .2em 2em .2em; 
	background-color:rgba(189, 189, 189, 0.66); 
	font-size: 10px;
	box-shadow: 2px 1px 5px black;
	}

	
.showDate  {
	width: 250px;
	color: #6c6c6c; 
	padding: .2em 2em .2em; 
	background-color:rgba(50, 28, 0, 0.66); 
	font-size: 16px;
	box-shadow: 2px 1px 5px black;
	margin: 25px 0 0px -35px;
	}
	
.pageNumber  {
	color: #6c6c6c; 
	padding: .2em 2em .2em; 
	background-color:rgba(50, 28, 0, 0.66); 
	font-size: 14px;
	box-shadow: 2px 1px 5px black;
	margin: 0 25px;
	}


.prevNext {
	width: 100%;
	text-align: center;
	height: 200px;
	padding: 30px 0 0 0;
}

.prevNext {float: left; margin-left: 20px; color: silver;}

.prevNext a:hover {color: red;}
.dark {color: red;}


.caption {
	font-size: .8em;
	color: gray;
}

.whiteCaption {
	font-size: 1em;
	color: white;
	margin-top: 5px;
}


.highslide-caption {
	color: black;
	background-color: rgba(206, 206, 206, 0.82);
	padding: 10px 20px;
	margin: -55px 0 0 0px;

	}

footer a {
	color:  #fff;
	font-weight: bold; 
	}

.footerMenu {
	border-right: 1px solid gray;
	font-size: 1.1em;
	display: inline;
	padding: 0 10px;
	font-family: arial, helvetica, 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	

	.brenda {
		visibility: hidden;
		display: none;
	}

	
	
	.thumbnail .price {
		font-size: 14px;
	}
	
	.thumbnail .price sup {
		font-size: 10px;
	}
	
	.pad {padding: 1em 1.5em;}
	
	.marginTop {margin-top: 00px;}
	
	footer  {
	color:  #fff; 
	background-image: none;
	}
	
	
}


/* Small Desktop */
@media (max-width: 1200px) {
	
	.containerPadTop { 
	padding-top: 160px;
	height: 600px;
	overflow: hidden;
	}
	
	  .container2 {
    max-width: 900px;
    margin: 0 auto;
  }

#wowslider-container1 { 
	padding: 55px 0 20px 0;
}
	

	
	.brenda {
		margin: 0 0 0 -100px;
		z-index: 500;	
	}
	

	
	.marginTop {margin-top: 00px;}
	
		
	footer  {
	background-image: url("/images/wartherBack.jpg");
	background-image: none;
	}
	
}




/* Large desktop */
@media (min-width: 1200px) {
	
	#wowslider-container1 { 
	max-width: 100%;

	padding: 25px 0 0px 0;
}
	
.container {
    max-width: 1170px;
  }
  
  .container2 {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .containerWide {
	  width: 100%;
  }

	.brenda {
		margin-top: 50px;
		margin-bottom: -250px;
		z-index: 500;	
	}
	

	
	footer  {
	min-height: 800px;
	background-position: center top;
	}
	
		
	.blogTitle, .titleDiv {
	background-position: center top;
	}

}




/* Landscape phone to portrait tablet */
@media (max-width: 980px) {
	

	
	.container2 {
    max-width: 900px;
    margin: 0 auto;
  }
	
	#wowslider-container1 { 
	padding: 90px 0 20px 0;
}
}


/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
	.containerPadTop { 
	padding-top: 105px;
	height: 500px;
	overflow: hidden;
	}

		
.container {
    max-width: 600px;
  }
  
	
	  .container2 {
    max-width: 400px;
    margin: 0 auto;
  }
	
	#wowslider-container1 { 

	padding: 75px 0 20px;
}
	
	
	  .navbar-brand {
    float: none;
    margin-right: 5px;
    margin-left: -15px;
  }
		

	.brenda {
		margin: 100px 0 0 -50px;
		z-index: 500;
		visibility: hidden;
		display: none;
			
	}

	
	.marginTop {margin-top: 00px;}
	
		
	footer  {
	}
	
}




/* Portrait & landscape phone */
@media (max-width: 580px) {
	
	.container {
    max-width: 400px;
  }
	
#wowslider-container1 { 
	padding: 75px 0 20px 0;
}
	
.containerPadTop { 
	padding-top: 125px;
	height: 300px;
	overflow: hidden;
	}

	
	.brenda {
		visibility: hidden;
		display: none;
	}

	.pageImagePad {
	padding: 25px 0 0 0px;
}

	.pageImagePadRight {
	padding: 25px 0 0 0px;
}


	
	.thumbnail .price {
		font-size: 14px;
	}
	
	.thumbnail .price sup {
		font-size: 10px;
	}
	
	.pad {padding: 1em 1em;}
	
	.marginTop {margin-top: 00px;}
	
		
	footer  {
	color:  #60634a; 
	background-image: none;
	}
	
	
}

a.btn:hover {background-color:#a98000;}


