/* GLOBAL -------------------------------------------------------------------------------------*/
.bold {
	font-weight: bold;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  background-color: white;
  z-index:1;

}

td.itemNameTD {
text-align:left;
}

img {
    max-width: 100%;
}

.imgoutline {
    max-width: 99%;
    height: auto;
	border:2px solid #999;
	margin: 25px;
}


body {
	background-color: #FFFFFF;
	color: #160D07;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1em; 
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	line-height: 1.5em;
	
	
/* For deviceser than 400px: ---------------------------------------------------------------*/
    background-image: url('/i/sidepalms.jpg'); 
	background-repeat:no-repeat;

}

	
/* For devices 400px and larger: ---------------------------------------------------------------*/
@media only screen and (min-device-width: 500px) 
{

body {
	background-color: #FFFFFF;
	background-image: url('/i/sidepalms.jpg');
	background-repeat:no-repeat;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	line-height: 1.50em;
    }
}


.bodybox{
   margin:0 auto;
	padding: 1em;
}

.rightalignheadline {
	margin-top: 0em;
	margin-right: 1.5em;
	margin-bottom: 0em;
	margin-left: 1em;
	text-align:right;

}
	

.footerdiv {
	background-color: #F9D493;
	padding: 5px;
	margin: 0;
	background-image: url('/i/footer.png');
	background-repeat:no-repeat;
	width: auto;
    }

a:link {
	color: #06C;
}
a:visited {
	color: #06C;
}
a:hover {
	color: #06C;
}
a:active {
	color: #06C;
}

/* START NAVIGATION */ 

#menu,
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;

}

#menu {
  width: 99%;
  margin: 10px auto 5 px auto;
  border: 1px solid #6C4617;
  background: #111;
  background: linear-gradient(#996633, #6C4617);
  border-radius: 6px;
  box-shadow: 0 2px 2px #ccc;
  line-height: .55em;


}

#menu:before,
#menu:after {
  content: "";
  display: block;
}

#menu:after { clear: both; }

#menu li {
  float: left;
  position: relative;
}
#menudiv {
    margin: auto;
    width: 100%;
	display: block;
	 text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

#menu a {
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: bold;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}

#menu ul {
  margin: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 1;
  background: linear-gradient(#996633, #6C4617);
  box-shadow: 0 -1px 0 rgba(255,255,255,.3);
  border-radius: 3px;
  transition: all .2s ease-in-out;
}

#menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#menu ul ul {
  top: 0;
  left: 150px;
  margin: 0 0 0 20px;
  box-shadow: 0 -1px 0 rgba(255,255,255,.3);
}

#menu ul a {
  padding: 10px;
  width: 300px;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#menu ul a:hover { background: linear-gradient(#996633, #6C4617); }

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #996633;
}

#menu ul ul li:first-child > a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #6C4617;
  border-bottom: 6px solid transparent;
}


#menu-trigger { /* Hide Initially */ display: none; }
 @media(max-width: 800px) {

#menu-wrap { position: relative; }

#menu-wrap * { box-sizing: border-box; }

#menu-trigger {
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 0 0 35px;
  border: 1px solid #6C4617;
  color: #fff;
  font-weight: bold;
  background-color: #111;
  background: no-repeat 10px center, linear-gradient(#996633, #6C4617);
  border-radius: 6px;
  text-align: center;
}

#menu {
  margin: 0;
  padding: 10px;
  position: absolute;
    line-height: 1.5em;
  top: 40px;
  width: 100%;
  z-index: 1;
  display: none;
  box-shadow: none;
}

#menu:after {
  content: '';
  position: absolute;
  left: 25px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #6C4617;
}

#menu ul {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  background: none;
  box-shadow: none;
}

#menu ul ul {
  margin: 0 0 0 20px;
  box-shadow: none;
}

#menu li {
  position: static;
  display: block;
  float: none;
  border: 0;
  margin: 5px;
  box-shadow: none;
  background: none !important;
}

#menu ul li {
  margin-left: 20px;
  box-shadow: none;
}

#menu a {
  display: block;
  float: none;
  padding: 0;
  color: #fff;
}

#menu a:hover { color: #fafafa; }

#menu ul a {
  padding: 0;
  width: auto;
}

#menu ul a { background: none !important; }
}



h1 {
	font-size: 1.20em;
	font-style: normal;
	color: #160D07;
	font-weight: bold;
  /*   font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif; */
	line-height: 1.2em;
	padding-top:7px;
	padding-bottom:7px;
}


.footerH1 {
	font-size: 1.20em;
	font-style: normal;
	color: #160D07;
	font-weight: bold;
	padding: 0px;
  /*   font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif; */
	line-height: 1.2em;
}

p.italic {
    font-style: italic;
}


.italic {
    font-style: italic;
}

.bold, {
    font-weight: bold;
}

.center {
	text-align: center;
}


#topbox
{
	/*  background: #1D1D1D;*/
	height:55px;
	position:absolute;
	left:0;
	width:100%;
	/* background-color: #1D1D1D;*/
	z-index: 5;
	top: 0px;
}
#topbox .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:25px;
        color: #5e5e5e;
        font-size:.688em;
        position:relative;
}
#topbox .wrapper .social
{
	position:absolute;
	right:0;
	top:5px;
	width: 216px;
}
#topbox .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.75;
        margin-left: 12px;
        display:block;
        float:left;
}
#topbox .wrapper .social a:hover
{
        opacity: 0.95;
}
#topbox .wrapper a
{
        color: #666666;
}

#topbox .wrapper a:hover
{
        color: #fff;
}
		
		

#bottombox
{
	/*  background: #1D1D1D;*/
	height:55px;
	position:absolute;
	left:0;
	width:100%;
	/* background-color: #1D1D1D;*/
	z-index: 5;
	top: 0px;
}
#bottombox .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:25px;
        font-size:.688em;
        position:relative;
}
#bottombox .wrapper .social
{
	position:relative;
}
#bottombox .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.75;
        margin-left: 12px;
        display:block;
        float:center;
}
#bottombox .wrapper .social a:hover
{
        opacity: 0.95;
}
#bottombox .wrapper a
{
        color: #fff;
}

#bottombox .wrapper a:hover
{
        color: #fff;
}
		
.fa {
  padding: 20px;
  font-size: 1.2em;
  width: 50px;
  text-align: center;
  text-decoration: none;
  text-color: white;
  margin: 5px 2px;
  border-radius: 50%;
}


.fa:link {
	color: white;
	
}
.fa:visited {
	color: white;
}
.fa:hover {
    opacity: 0.7;
	color: white;
}
.fa:active {
	color: white;
}

.fa-facebook {
  background: black;
  color: white;
}

.fa-instagram {
  background: black;
  color: white;
}

.fa-pinterest {
  background: black;
  color: white;
}
		
.titlecoco {
	font-size: 1.2em;
	color: #160D07;
	text-align: center;
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	padding: 2px;
	width: 80%;
	display: block;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}

.titledesc {
	font-style: italic;
	color: green;
	text-align: center;
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}

.titledescription  {
	color: #063;
	font-size: 1.2em;
	font-family: 'Satisfy', cursive;
	/* font-optical-sizing: auto;  */
  	font-weight: 700;
	font-style: italic;
	text-align: center;
	display: block;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}

h2 {
		color: #063;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
}

.regularfont {
    font-size: 1.0em; /* 30px/16=1.875em */
	color: #160D07;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0em;
}


.padold {

	margin: 25px;
	
}
.padcenter {

	margin: auto;
	display: block;
	max-width: 100%;
			height: auto;
}
.padfloatleft {
	float:left;
	display:inline-block;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	max-width: 90%;
	height: auto;
	width: auto;
} 
.padfloatright {

	margin: 25px 5px 25px 25px;
	float:right;
	display:inline-block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
.padfloatleftwithmarginall {

	margin: 25px;
	float:left;
	display:inline-block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.navfloatleft {
	float:left;
	display:inline-block;
	width: 220;
}

.navfloatright {
	float:right;
	display:inline-block;
	width: 220;
}

.pad {

	margin: 25px;
	max-width: 100%;
    height: auto;
	}

h3 {
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color:#160D07;
	letter-spacing:5px;
	text-align:left;
	line-height:65px;
	text-shadow:
	 1px 1px 0 #CCC,
	 2px 2px 0 #CCC,
	 3px 3px 0 #A7E115,
	 4px 4px 0 #A7E115,
	 5px 5px 0 #A7E115,

	 /* The Blur - optional */ 5px 5px 15px #999;
	padding: 0px;
	text-transform: uppercase;

}



h4 {
	font-size: 1.1em;
	color: #160D07;
	font-weight: bold;
	padding: 0px;
	 /* font-family: 'Patrick Hand', Verdana, Geneva, sans-serif; */ 
	line-height: 1.25em;
}

.classh3 {
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	color: #160D07;
	letter-spacing: .2em;
	text-align:left;

	text-shadow:
	 1px 1px 0 #CCC,
	 2px 2px 0 #CCC,
	 3px 3px 0 #A7E115,
	 4px 4px 0 #A7E115,
	 5px 5px 0 #A7E115,


	 /* The Blur - optional */ 5px 5px 15px #999;
	text-transform: none;

}
h5 {
	color: #063;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;

	}
	
	
.itemName {
/* precision cart */
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	font-size: 1.10em;
	color:#160D07;
	letter-spacing:2px;
	text-align:left;

	/* 	line-height:65px;*/
		line-height:1.2;
	text-shadow:
	 1px 1px 0 #CCC,
	 2px 2px 0 #CCC,
	 3px 3px 0 #A7E115,
 /*	 4px 4px 0 #A7E115,
	 5px 5px 0 #A7E115,*/
	 /* The Blur - optional */ 5px 5px 15px #999;
	padding: 0px;
	text-transform: uppercase;
}

.salePrice, .salePriceValue {
/* precision cart */
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	font-size: 1.10em;
	color:#160D07;
	letter-spacing:2px;
	text-align:left;
	line-height:65px;
	text-shadow:
	 1px 1px 0 #CCC,
	 2px 2px 0 #CCC,
	 3px 3px 0 #A7E115,
 /*	 4px 4px 0 #A7E115,
	 5px 5px 0 #A7E115,*/

	 /* The Blur - optional */ 5px 5px 15px #999;
	padding: 0px;
	text-transform: uppercase;

}


.item_option_level {
/* precision cart */
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1 em;

}
.customer_info_table {
/* precision cart */
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1 em;
	line-height: 1.5 em;
}



.customer_info_table {
/* precision cart */
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1 em;
	line-height: 1.5 em;
border-collapse:collapse;
}
.customer_info_table td, .customer_info_table th {
/* precision cart */
font-size:1em;
border:1px solid #160D07;
padding:3px 7px 2px 7px;
}
.customer_info_table th  {
/* precision cart */
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}


.customers
{
border-collapse:collapse;
}
.customers td, .customers th 
{
font-size:1em;
border:1px solid #160D07;
padding:3px 7px 2px 7px;
}
.customers th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
.customers tr.alt td 
{
	color:#000000;
	background-color:#efca8a;
}

.classh3wBOX {
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	color: #160D07;
	letter-spacing:5px;
	text-align:left;
	text-shadow:
	 1px 1px 0 #CCC,
	 2px 2px 0 #CCC,


	 /* The Blur - optional */ 5px 5px 15px #999;
	text-transform: none;
	background-color: #d6efe7;
	border-top-color: #6EB6B3;
	border-right-color: #6EB6B3;
	border-bottom-color: #6EB6B3;
	border-left-color: #6EB6B3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 20px;

}


figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:inline;
}

figcaption
{
	line-height: 25px;
	font-size: 1em /* 14px/16=0.875em */;
	width:275px;
}


.divider {
	height: 1px;
	color: #e5e5e5;
	border: none;
	border-bottom: solid 1px #fff;
}



/* FOUR COLUMNS */

.four_columns, #text_columns, .one_column
{
	clear:both;
	width:99%;
	max-width:100%;
	margin:0 auto;
	padding-top: 15px;
}


.four_columns .img-item
{
	float:left;
	display:inline;
	height:425px;
	width: 425px;
	padding: 8px;
	overflow:hidden;
}


.four_columns .img-item a
{
        position:relative;
        display:inline;

}



/* FOOTER COLUMNS */

.footer_columns
{
        line-height:1.25em;
	    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
        clear:both;
        margin: auto;
		display: block;
    margin: auto;
    width: 650px;

}


.footer_columns .img-item
{

	margin-right:25px;
	margin-bottom:25px;
	display:inline;
	width:300px;
	height: 350px;
	float: left;
}


.footer_columns .img-item a
{
        position:relative;
        display:inline;

}


/* FOOTER ---------------------------------------------------------------

footer
{
	position:relative;
	clear:both;
	height:200px;
	background-color: #28539C;
     background-image: url('/i/used to be footer.png');
    background-size: 100% 200px;
} */



footer .wrapper
{
        line-height: 1em;
        margin: 0 auto;
        padding-top:30px;
        width:auto;
        max-width:900px;
        font-size: 1em;
}

footer .wrapper .column
{
	    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
        color:#ababab;
        float:left;
        width:280px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
        background:url(img/arrowright2.png) left 6px no-repeat;
}
footer .wrapper .column.midlist ul li a
{        color:#FFF;
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#FF0;
		font-weight:bold;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}
footer .wrapper .column.rightlist ul li a
{       color:#FFF;
}

footer .wrapper .column.rightlist ul li a:hover
{       color:#FF0;
		font-weight:bold;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
	font-size: 1em;
	color: #ABABAB;
	border-bottom: 1px solid #444444;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}


/* SKIPLINK ---------------------------------------------------------------*/
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}

/* MISC *---------------------------------------------------------------*/

.myButtonNav {
	background-color:#FF8040;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	padding: 8px;
	color:#000000;
	font-size: 1em; 
	font-weight:normal;
	text-decoration:none;
	background-position: center top;
}

.myButtonNav:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d5eb44), color-stop(1, #e3fd4d) );
	background:-moz-linear-gradient( center top, #d5eb44 5%, #e3fd4d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5eb44', endColorstr='#e3fd4d');
	background-color:#d5eb44;
}

.myButtonNav:active {
	position:relative;
	top:1px;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3fd4d', endColorstr='#d5eb44');
	background-color:#FF8040;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:63x;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000000;
	font-size: 1em; 
	font-weight:normal;
	padding:3px 5px;
	text-decoration:none;
	background-position: center top;
}

.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d5eb44), color-stop(1, #e3fd4d) );
	background:-moz-linear-gradient( center top, #d5eb44 5%, #e3fd4d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5eb44', endColorstr='#e3fd4d');
	background-color:#d5eb44;
}

.myButton:active {
	position:relative;
	top:1px;
}
.myButtonSmallest {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3fd4d', endColorstr='#d5eb44');
    background-color:#33cccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:63x;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000000;

	font-size: 1em; 
	font-weight:normal;
	padding:1px 3px;
	text-decoration:none;
	background-position: center top;
}
.myButtonSmallest:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d5eb44), color-stop(1, #e3fd4d) );
	background:-moz-linear-gradient( center top, #d5eb44 5%, #e3fd4d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5eb44', endColorstr='#e3fd4d');
	background-color:#d5eb44;
}
.myButtonSmallest:active {
	position:relative;
	top:1px;
}

.greytext {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 1em;
}

.orderdate {
	font-size: 1em;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 8px;
	color: #000;
	background-color: #E2FD4D;
	border: thin solid #7D9454;
	line-height:1.5em;
	width:100%;
}

.loadmore {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
	    margin: auto;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    margin: auto;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;


}

.loadmore1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.loadmore1:hover {
    background-color: #4CAF50;
    color: white;
}


.toppricebox {
	font-size: 1em;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	padding: 8px;
	color: #000;
	background-color: #E2FD4D;
	border: medium dashed #7D9454;
	line-height:1.5em;
	clear: both;
}

.small {
	font-size: .85em;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	padding: 8px;
	color: #000;
	width:auto;
	clear: both;
}
.clear
{
        clear:both;
}

.hiddentwo
{
	display: none;

}

.hidden
{
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
	visibility: hidden;
	padding:0;
	font-size: .001em;
	margin: 0px;
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT ---------------------------------------------------------------*/

@media (max-width: 900px)
{
	.titlecoco {
	font-size: 1.15em;
	color: #160D07;
	text-align: center;
	font-weight: bold;
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	padding: 8px;
	margin: auto;
	width: 80%;

}

        .four_columns, .footer_columns, .one_column
        {
	width: auto;
margin-bottom: 25px;
padding-top: 10px;
        }
		

        .four_columns .img-item:nth-of-type(3), .four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
		
        }
							

        #text_columns article.column1, #text_columns .column2
        {
	float:none;
	max-width: 400px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 55px;
	padding-left: 0px;
        }
  
        .column2 .row
        {
	float:none;
        }
        footer .wrapper .column
        {
                font-size: 1.0 em;
                width: 230px;
        }

}
@media (max-width: 805px)
{
	
   .photo-album { 
      display:none;
   }
   
   
   h1 {
	font-size: 1.1em;
	font-style: normal;
	color: #160D07;
	padding-bottom: 10px;
    font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif; 

}

.transparentbox {
    width: 95%;
    padding: 25px;
	margin: 15px;
	background: rgba(167, 255, 21, 0.6) /* white background with 40% opacity */;

}

.transparentboxnocolor {
    width: 95%;
    padding: 5px;
	margin: 5px;
}

   	
.classh3wBOX {
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #160D07;
	text-shadow:
	 1px 1px 0 #CCC,
	 2px 2px 0 #CCC,
}
}
@media (max-width: 765px)
{
	.classh3wBOX {
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #160D07;
	text-shadow:
	 1px 1px 0 #CCC,
	 2px 2px 0 #CCC,

}
        .container
        {
                height:1px;
                top: -1500px;
        }
		
		#imgtop { 
      display:none;
   }
   		#footerdiv { 
      display:none;
   }

   		.photo-album { 
      display:none;
   }

   
        header
        {
                height:120px;
        }
        header nav
        {
                right: auto;
                bottom: auto;
                left: 50%;
                top:100px;
                margin-left: -184px;
        }
   
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 1em;
                width: auto;
        }
}

@media (max-width: 725px)
{  
 .classh3wBOX {
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #160D07;
	text-shadow:
	 1px 1px 0 #CCC,
	 2px 2px 0 #CCC,

}

		#imgtop { 
      display:none;
   }
   
   		#footerdiv { 
      display:none;
   }
   		.photo-album { 
      display:none;
   }
        header
        {
            margin-top: 80px;
            text-align: center;
        }        
     
        .four_columns, .footer_columns, .one_column
        {
                width:auto;

        }
     
    
		
		.four_columns .img-item
        {
	width: 300px;
                float:none;
                margin: 25px auto 25px auto;

        }
        .four_columns h2
        {
                margin: 0 30px;
        }
		
  
		 .box
        {
                height:auto;
                width:auto;
        }

        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }

        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #EDA28C;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
}

@media all and (max-width: 655px)
{   
.classh3wBOX {
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #160D07;
	text-shadow:
	 1px 1px 0 #CCC,
	 2px 2px 0 #CCC,

}

   		#footerdiv { 
      display:none;
   }
   		.photo-album { 
      display:none;
   }
   	body {font-size: 1em; }

		}
@media all and (max-width: 525px)
{   
	.classh3wBOX {
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #160D07;
	text-shadow:
	 1px 1px 0 #CCC,
	 2px 2px 0 #CCC,

}

   		#footerdiv { 
      display:none;
   }
   		.photo-album { 
      display:none;
   }

   	body {font-size: 1em; }
}
/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}

.red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.00em;
	font-style: oblique;
	line-height: normal;
	color: #F00;
	font-weight: bold;
}
.re {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	font-size: 1.35em;
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;


}
