/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

tbody {
    line-height: 2;
}
img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
}

/* set html5 elements to block */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #87913b; /* #cbd388; */
/*	font: .81em/150% Arial, Helvetica, sans-serif; */
    font-size: 1em/150%;
    font-family: 'Merriweather Sans', sans-serif;
	color: #17330d; /* was #666; */
}
/* Contact page adjustments */
.ui-overlay-a, .ui-page-theme-a {
	background-color: #87913b;
} 
.ui-page-theme-a a:visited {
	color:#FFF;
}
.ui-page-theme-a {
	text-shadow:none;
}
/* end of contact page adjustments */

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

.slide-caption {
    font-size: 2em;
    line-height: 2em;
    color: lightgrey;
    text-align: center;
}
.times {
    font-family: times new roman, times, serif;
}
.ubuntu {
    font-family: 'Ubuntu Condensed', sans-serif;
}
.top-pic {
    line-height: 0;
}
.top-p {
    padding-top: 10%;
}
.nowrap {
    white-space: nowrap;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
/*	width: 90%; /* was 980px; */
	margin: 0 auto;
	background-color:#FFF; 
    max-width: 1920px;
}

/************************************************************************************
HEADER
*************************************************************************************/
.phone {
    padding: 3% 2% 7%;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
}
.phone a {
    font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
    font-size: 2em;
}
.deskphone {
    font: bold 2em Arial, Helvetica, sans-serif;
}
.greenline {
    background-color: #cbd387;
    height: 5px;
}
.head-title {
    color: white;
    font-size: 4em;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.5;
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

/************************************************************************************
CONTENT
*************************************************************************************/

.desktop {
    display:none;
}
.mobile {
    display:block;
}

.home-title {
    font-size: 3.6rem;
    padding-bottom: 2.5rem;
}
.page-content {
    background-color: white;
    text-align: center;
}
.page-title {
    font-size: 3.6rem;
    padding: 2rem;
}
.page-text {
    line-height: 1.5rem;
    padding: 0 3%;
}
.message-sent-text {
    color: green;
    font-size: 1.5em;
    padding-bottom: 20px;
}
.alpha {
    font-size: 0.5em;
    letter-spacing: .2em;
}
.alpha a  {
    color: #87913b;
}
.toggle-price-button {
    padding: 2% 0;
}
.toggle-prices {
    display: none;
}
.welcome {
    font-size: 2.6rem;
    padding: 7% 0 1%;
}
.whitebg {
	background: #fff;
	padding: 20px 35px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.blackbg {
	background: #000;
}
.darkgreenbg {
    background: #17330d;
}
.darkgreen {
    color: #17330d;
}
.medgreen {
    color: #87913b;
}
.lightgreen {
    color: #cbd388;
}
.lightgreenbg {
    background: #cbd388;
}
.col-container {
    display: table;
    width: 100%;
    background-color: white;
}
.servicebg {
    background-color: #17330d;
}
.col {
    display: table-cell;
    vertical-align: middle; 
}
.col1 {
    background-color: white;
    text-align: center;
    padding: 0 2%;
}
.col2 {
    background-color: #17330d;
    padding: 0 2%;
}
.col2-top {
    padding-top: 2%;
}
.subcol1 {
    width: 100%;
    padding: 5% 0 10%;
}
.subcol2 {
/*    width: 80%;
    float: left;
    padding: 3% 0 8% 3%; */
    padding-bottom: 10%;
}
/*.subcol2 a {
    color:black;
    text-decoration: none;
} */
    .pic-name {
        color: white;
        font-size: 0.8rem;
        text-align: center;
        margin-top: 2.5%;
    }
    .ital {
        font-style: italic;
    }
    .pic-tech-name {
        color: #cbd387;
    }
    .search-box {
        padding-bottom: 3%;
}
.colpic {
   width: 20%;
    padding-top: 2%; 
    padding-left: 5%;
    float: left;
    text-align: center;
    font-size: 1em;
}
.bg-spacer {
    float: left;
}
table {
    width: 100%;
}
.prices {
    width: 100%;
    background-color: beige;
    border-top: 1px solid #cbd388;
    border-bottom: 3px dashed #a83e3e;
    border-width: 4px;
    float: left;
    text-align: center;
}
.hideprices {
    display: none;
}
.subject {
    padding-top: 1%;
}
.priceupdate {
    display: block;
}
.priceupdatecolor {
    color:#026acb;
    padding-left: 1%;
}
.TF {
        padding: 1% 0 0;
}
.picblock {
    display:block;
}
.picspacing {
    width: 18%;
    padding-left: 1.7%;
    padding-top: 0;
}
.prices-last {
    border-bottom: 3px dashed #a83e3e;
}
<h1><span style="background-color:white;"> Horizontally Tiled </span></h1>
</div>


.price1, .price2, .price3 {
    width: 9vw;
    text-align: center;
}
.col4 {
    color: white;
    text-align: left;
    background-color: #17330d;
    padding: 2% 10%;
}
.service-top {
    padding: 0 2%;
}
.service-title {
    font-size: 2em;
}
.contact-info {
    font-size: 1.5em;
    padding: 2%;
}

/*** MAGNIFIC POPUP ***/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/************************************************************************************
CONTACT FORM
*************************************************************************************/
.ui-panel {
    width: 25em !important;
    border-radius: 25px;
    min-height: 300px;
    max-width: 95%;
}
.ui-panel-dismiss-position-right.ui-panel-dismiss-open {
left: -25em!important;
right: 25em!important; }
.ui-panel-inner {
    border-radius: 25px;
    border: #35A014 4px solid;
}
.ui-panel-inner img {
    width: 100%;
}
.ui-panel h1 {
    color:#35A014;
    text-align: center;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #FFF;
	font-size: 1em;
    text-align: center;
    line-height: 1.5em;
}
#footer p {
    padding-top: 2em;
    padding-bottom: 2em;
    margin: 0;
}
#footer a {
	color: #FFF;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/*.clearfix { display: block; zoom: 1; } */

/************************************************************************************
RESPONSIVE DESIGN SECTION
*************************************************************************************/
@media screen and (max-width: 420px) {
    .head-title {
        font-size: 3em;
    }
}
    
@media screen and (max-width: 1000px) {
    .col, .TF {
        display: block;
    }
    .contact-pic {
        text-align: center;
        padding: 20px 0;
    }
    .mobile-center {
        text-align: center;
    }
}
@media screen and (min-width: 601px) {
    .footer-menu {
        position: relative;
        top: -75px;
    }
}
/************************************************************************************
MENU
*************************************************************************************/
@media screen and (min-width: 1001px) {

#menu {
	height: 4em;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    z-index: 99999;
}
#menu  ul {
    float: right;
  list-style-type: none;
  margin: 0;
  padding: 1em 2em 0 0;
/*  overflow: hidden;
  background-color: #333; */
}

#menu li {
  float: left;
  border-left: 1px solid #cbd387;
  position: relative;
}
#menu  li:first-child {
  border-left: none;
}
#menu:hover li {
  border: none;
}

#menu li a {
  display: block;
  font-size: 1vw;
  font-weight: bold;
  letter-spacing: 0.3vw;
  color: #cbd387;
  text-align: center;
  padding: 5px 20px;
  text-decoration: none;
}

#menu a.h_link {
        color: white;
    }
/* Change the link color to #999 (grey) on hover */
#menu li a:hover {
    color: white;
  background-color: #87913b;
}
#menu ul li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul li ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 2em;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#menu ul li:hover ul {
        display:block;
        z-index: 10;
    }
   #menu ul li:hover ul li {
        float:none;
    }
#menu ul li ul a {
    padding: 10px;
    height: 10px;
/*    width: 235px; */
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    color: #ccc;
    font-size: 0.8vw;
}
#menu ul li ul li:first-child > a::after {
/*    content: ''; displays up triangle */
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

/************************************************************************************
CONTENT
*************************************************************************************/
    
.desktop {
    display:block;
}
.mobile {
    display: none;
}
.col1, .col2 {
    width: 46%;
}
.col4, .col4-contact {
    float: left;
    width: 21%;
    padding: 2%;
}

.col2palm img {
    width: 85%;
    padding-left: 7%;
}
.col3 {
    width: 30%;
}
.home-text {
    font-size: 2vw;
    padding: 0 3%;
}
.pic-name {
    margin-right: 7%;
}
.top-p {
    padding-top: 7%;
}
.top-p2 {
    padding-top: 3%;
}
.col1-5 {
    padding-top: 200px;
}
.search-box {
    padding: 2% 0% 2% 7%;
    width: 40%;
    float: left;
}
.subcol1 {
    width: 18%;
    padding: 1% 0 0 7%;
    float: left;
}
.subcol2 {
    width: 18%;
    float: left;
    padding: 1% 0 0 3%;
}
    .prices {
        height: 24vw;
        max-height: 330px;
        width: 70%;
        margin-left: 2%;
        border-top: 3px dashed #a83e3e;
        border-bottom: none;
    }
    .priceupdate {
        padding-left: 17%;
        display:inline;
    }
    .pad-right {
        padding-right: 30%;
    }
.TF {
    padding: 0 0 0 20%;
}

    table {
        padding-top: 9vw;
    }
    th {
        border-right: 2px solid black;
        padding-left: 2px;
        padding-right: 2px;
    }
    th:last-child {
        border-right: none;
    }
    .colpic {
        font-size: 0.7em;
        min-height: 250px;
    }
    .oneblock {
        padding-left: 41.1%;
    }
    .threeblock {
        padding-left: 21.4%;
    }
    .map-frame {
        padding: 20px;
        max-width: 840px;
        max-height: 640px;
    }
    .contact-info {
        padding: 0;
    }

}
@media screen and (min-width: 1101px) {
    #menu ul {
        padding-right: 3em;
    }
    .colpic {
        font-size: 0.8em;
        min-height: 263px;
    }

}
@media screen and (min-width: 1301px) {
#pagewrap {
	width: 90%; 
    }
    .colpic {
        min-height: 270px;
    }

}
@media screen and (min-width: 1301px) and (max-width: 1370px) {
    #menu ul {
        padding-right: 2em;
    }

}
@media screen and (min-width: 1401px) {
    .colpic {
        min-height: 305px;
    }
}
    
@media screen and (min-width: 1901px) {
    .subcol1 {
        width: 19%;
        padding: 1% 1% 4% 8%;
        float: left;
    }
    .subcol2 {
        width: 19%;
        float: left;
        padding: 1% 0 0 6%;
    }



}
@media screen and (min-width: 2101px) {
    #menu li a {
        font-size: 1em;
    }
    .home-text {
        font-size: 1em;
    }

    .news-text {
        max-height: 830px;
    }
    .col1 {
        font-size: 2.5em;
        padding-top: 200px;
    }
table {
    padding-top: 6em;
}
}
@media screen and (min-width: 4001px) {
    #pagewrap {
        max-width: 2500px;
        text-align: center;
    }
}
/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 1001px (max was 760px) and also iPads specifically.
	*/
	@media
	  only screen 
    and (max-width: 1000px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr, col {
			display: block;
		}
        td {
            text-align: right;
			padding-right: 22%;
        }

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

    tr {
      margin: 0 0 1rem 0;
    }
      
    tr:nth-child(odd) {
      background: #ccc;
    }
    
		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 40%;
            font-weight: bold;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			width: 45%;
			white-space: nowrap;
		}

		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		td:nth-of-type(1):before { content: '1-2 GAL'; }
		td:nth-of-type(2):before { content: '3-5 GAL'; }
		td:nth-of-type(3):before { content: '15 GAL'; }
		td:nth-of-type(4):before { content: '24-25 GAL'; }
		td:nth-of-type(5):before { content: '30" BOX'; }
		td:nth-of-type(6):before { content: '36" BOX'; }
		td:nth-of-type(7):before { content: '42" - 48" BOX'; }
        
        .colpic {
            float:none;
            width: 100%;
            padding-left: 0;
            padding-bottom: 1em;
            font-weight: bold;
        }
.price1 {
    background-color: beige;
}
.price2 {
    background-color: #cbd388;
}
.price3 {
    background-color: #87913b;
}    

	}
