@charset "utf-8";
/*
cholor scheme

green 002c26
lighter green 006565
light green 35db9f
    font-family: 'Bangers', cursive;

    font-family: 'Merriweather', serif;
 
*/
.seasonals
{
    width:100%;
    background-color: #FFE53B;
background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);

}
.outerGreenBand{
    width:100%;
    background-color:#006565;
    color:#ffffff;
}
.greenBand p{
    text-align:center;
    color:#ffffff;
    font-family: 'Bangers', cursive;
    padding:30px 0px;
    font-size:2em;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:25.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.bandReview
{
    background-image: linear-gradient( 106.9deg,  rgba(148,14,60,1) 60.9%, rgba(3,22,27,1) 122.3% );
    padding-top:30px;
    padding-bottom:30px;
}
.myButton {
    margin-top:5px;
	/*box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	background-color:#fe1a00;
	border-radius:6px;
	border:1px solid #d83526;
    */
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family: 'Merriweather', serif; 
	font-size:22px;
	 padding-top:320px;
	 
	text-decoration:none;
	 
}
 a.myButton:link
{text-decoration:none;}
a.myButton:hover {
	text-decoration:underline;
}
.myButton:active {
	position:relative;
	top:1px;
}

.bandAboutUs
{
    width:100%;
    background-color:#d8dae7;
    background-image:url("../image-press/background-about-us.jpg");
    background-repeat:no-repeat;
    background-position-x: right; 
    background-size: contain;
    
}
.bandAboutUs h1.h1AboutUs
{
    font-family: 'Merriweather', serif;
    font-size:3.5em;
    margin-bottom:30px;
    color:#000;
}
.leftColumnAboutUs
{
    max-width:600px;
    padding-bottom:30px;
}
.gradient-background {
  background: linear-gradient(300deg,deepskyblue,darkviolet,blue);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.messageGradient
{
    padding-top:150px;
    padding-bottom:150px;
     
}
.messageGradient p
{
    color:#fff;
  font-family: 'Bangers', cursive;
    font-size:3em;
}
ul.whyUsUl
{
    list-style:none;
    max-width:732px;
    margin:0 auto;
    font-size:18px;
    margin-bottom:50px;
  
}
ul.whyUsUl li:before{
     
     
}
ul.whyUsUl li
{
    
      margin-top:19px;
   
    background-image: url("../image-press/check-mark-home.jpg");
background-repeat: no-repeat;
padding-left: 35px;
padding-top: 6px;
}
.optionsWineCellarServices .optionServices
{
	width:47%;
 
float: left;
text-align: center;
margin-left: 8px;
background-repeat: no-repeat;
background-position: 0px 70px;
padding-top: 290px;
margin-bottom: 40px;
}


ul.ulWhyUs
{
	margin-left:80px;
	padding-top:10px;
	padding-bottom:60px;
	
}
ul.ulWhyUs li
{
	list-style:none;
	background-image: url("../image-press/check-mark.jpg");
	background-repeat:no-repeat;
	padding-left:50px;
	padding-top:30px;
	background-position:10px 30px;
	font-size:1.5em;
	font-family:'Baskerville', sans-serif;
	
}
.announcementTop
{
	width:100%;
	background-color:rgba(124, 28, 89, 1);
	padding:15px 3px;
	color:#fff;
	text-align:center;
	font-family: 'Dosis', sans-serif;
	font-size:1em;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 999;
	 
}
.btn {
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: 'Dosis', sans-serif;
  color: #7C1C59;
  font-size: 20px;
  background: #edf2f5;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	margin-left:30px;
}
.announcementTop .btn a 
{
	color:#fff !important;
}
.btn a:active, .btn a:visited
{
	color:#7C1C59 !important;
}


.btn:hover {
  background: #949292;
  text-decoration: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
.bah
{
	font-family: 'Playfair Display', serif;
	font-family: 'Libre Baskerville', serif;	
}
body{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	 
}
.imageTop
{
	background:#fff url("../image-press/pimento-cheese.jpg") center center no-repeat;
	background-size:cover;
	 
	/*padding-bottom:1100px;*/
	 height:900px; 
}
 
 
.sloganMain
{
	
		font-family: 'IBM Plex Sans', sans-serif;
		color:#fff;
		max-width:960px;
		text-transform:uppercase;
		font-size:2em;
		font-weight:500;
		text-align:center;
		padding-left:0px;
		margin-top:50px;
		margin-left:10px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}
.sloganMain ul
{
	margin-left:50px;
	
	
}
.sloganMain ul li
{ 
	text-align:left;
	list-style: none;
background-image: url("../image-press/check-mark-home.png");
background-repeat: no-repeat;
padding-left: 50px;
padding-top: 10px;
background-position: 0px 15px;
}
img.aabcCustomWineCellarsLogoMobile
	
	{
		display:none;	
		
	}
hr
{
	 border: 0; height: 1px; background: #ad8295; background-image: linear-gradient(to right, #ccc, #ad8295, #ccc);
	 margin-top:50px;
	 margin-bottom:50px;	
    width:50%;
}
.homeMainPicture
{
	
	background:url(../image-press/homePage-main-picture.jpg) no-repeat;  
	background-size:cover;
	height:530px;
	background-position:center;
	width:100%;
	  

}
.homeMainPictureGlass
{
	
	background:url(../image-press/glass-wine-cellars.jpg) no-repeat;  
	background-size:cover;
	height:530px;
	background-position:center;
	width:100%;
	  

}
.homeMainPictureHomes
{
	
	background:url(../wine-cellars-for-home/homePage-main-picture-glass.jpg) no-repeat;  
	background-size:cover;
	height:530px;
	background-position:center;
	width:100%;
	  

}


.mainSlogan
{
  padding-top: 185px;
	
}
.mainSlogan h1.h1MainSlogan
{
	color:#82BD45;
	text-align:center;
	font-family: 'Libre Baskerville', serif;
	font-size:3.5em;
	width:700px;
	margin:0 auto;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	background-color:rgba(0, 0, 0, 0.7);
	 
}
.mainSlogan p
{
	text-align:center;
	color:#fff; 
	font-family: 'Libre Baskerville', serif;
	padding-top: 0px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	font-size:2em;

}
.band
{
	width:100%;
	height:400px;
	margin-top:20px;	
}
.messageInBand
{
	text-align:center;
	font-family: 'Dosis', sans-serif;	
	color:#FFF;
	font-size:3em;
	text-transform:capitalize;
	text-shadow: 2px 0px 4px #000000;
	width:66%;
	margin:0 auto;
	position:relative;
	top:50%;
	transform: translateY(-50%);
}
.middle
{
	background: url(../image-press/homepage-middleSlogan.jpg) no-repeat;
	background-size:100% auto;
}
.kitchenDesign
{
	background: url(../image-press/kitchen-image-band.jpg) no-repeat;
	background-size:100% auto;
}
.kitchenDesign p
{
	
	color:#000;
	text-align:center;
	font-family: 'Dosis', sans-serif;
	font-size:2.5em;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
	background-color:rgba(255,255,255,0.32);
	padding-top:30px;
}
.cigarHumidors
{
	background: url( ../images/custom-cigar-humidors-houston.jpg) no-repeat;
	background-size:100% auto;
}
.middleSloganContainer
{
	padding-top:80px;
	max-width:1200px;
	margin:0 auto;
	margin-bottom:0px;
	padding-bottom:0px;
}
.middle p
{
	
	color:#fff;
	text-align:center;
	font-family: 'Dosis', sans-serif;
	font-size:2.5em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.about
{
	background:url(../about-wine-soho-foods/images/about-soho-foods.jpg) no-repeat;
	   background-size:100% auto;
	   margin-top:0px;	
}
.googleBand
{
	
	padding:10px 0px;
	
	margin-top:40px;
	
	height:50px;
	background-color:rgba(255,255,255,0.61);
	
}
.googleBandinner
{
	max-width:960px;
	margin:0 auto;	
	position:relative;
}
.googleBand img
{
	position:absolute;
	left:250px;
	top:10px;
}
.googleBand a
{
	color:#fff !important;	
	margin-left:90px;
}
span.review
{
	
	position:absolute;
	left:290px;
	top:18px;
	
		
}

.contactBand
{
	background:url("../image-press/contactUs-band-SOHO.jpg") no-repeat;
	background-size:100% auto;	
	color:#000;
	 
    height:auto;
}
.contactBand.contactBulk
{
	background:none;	
	color:#000;
	 
    height:auto;
}
.contactBulk label
{
   padding-top:-10px;
    
}

.contactBand input, .contactBand select
{
	width:100%;	
	height:50px;
	 
	 
	color: rgba(0,0,0,1.00);
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	padding-left:0px;
    border:1px solid 000;
}
.contactBand textarea
{
	 
	width:100%;
	border:1px solid 000;
	font-size:1.2em;
	color: rgba(0,0,0,1.00);
	padding-left:0px;
	display:block;
	font-family: 'Roboto', sans-serif;
	
}
input[type=checkbox] 
{
    width:20%;
    height:25px;
    margin:0px;padding:0px;
    margin-right:-30px;
    
}
input[type=number] 
{
    width:10%;
    height:25px;
    margin-left:30px;
}
input[type=submit]{
	width:40%;	
}

header, section, footer, aside, article, figure {
	display: block;
}
header {
	background: transparent;
	max-width:960px;
	margin:0 auto;
		height:220px;
	position:relative;
	padding:0px;
	 
}
.headerHomeAnnouncement
{
	margin-top:-900px;
	margin-bottom:680px;
}
header .telephone
{
	position:absolute;
	top:1.7em;
	right:0;
	 
	font-size:0.8em;
	font-family: 'Dosis', sans-serif;
	text-align:right;
	color: #000000;
}
header .telephone a
{
	color: #000000;
	
}
header .telephoneHome
{
	position:absolute;
	top:1.7em;
	right:0;
	color:#fff;
	font-size:0.8em;
	font-family: 'Dosis', sans-serif;
	text-align:right;
	 
}header .telephoneHome a
{
	color: #ffffff;
	
}
header h1.pageTitle
{
	position:absolute;
	right:0px;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	padding:0;
	margin:0;	
}
header h1.telephone a
{
	color:#fffbf4;
}




img.facebookIcon
{
	margin-right:10px;
}

a img { 
	border: none;
}

.sidebar1 {
	float: left;
	width: 220px;
	background-color: #F9F9F9;
	padding-bottom: 10px;
	padding-top:10px;
}
.content {
	padding: 10px 0;
	max-width: 740px;
	float: left;
}


.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}


nav ul{
	list-style: none; 
	
	margin-bottom: 15px; 
}
nav li {

}
nav a, nav a:visited { 
color: #EF0D10;
	padding: 5px 5px 5px 15px;
	display: block; 
	max-width: 220px;  
	text-decoration: none;
	background-color: transparent;
	padding:10px;
	
}
nav a:hover, nav a:active, nav a:focus { 
	background-color: #EF0D10;
	color: #FFF;
}






ul, ol, dl { 
	padding: 0;
	margin: 0;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
    font-family: 'Libre Baskerville', serif;
	
}
/* =p */
.container p
{
	font-family: 'Roboto', sans-serif;
	color:#3f3b3b;	
	font-weight:400;
	text-align:justify;
	
	font-size:1em;
	line-height: 220%;
}
.container ol
{
	font-family: 'Roboto', sans-serif;
	color:#3f3b3b;	
	font-weight:400;
	text-align:justify;
	
	font-size:1em;
	line-height: 220%;
	margin-bottom:30px;
	margin-top:30px;
}
.container p.messageCenterHomepage, .container h1
{
	text-align:center;
	font-size:2em;
	padding:8px;
	font-family: 'Libre Baskerville', serif;
	color:#00000;	
	padding-top:30px;
	font-weight:normal;
}
.container p.messageCenterHomepage
{
	margin:0px;
	padding:0px;
}
.container p.ContactMessage
{
	text-align:center;
	font-size:1.8em;
	padding:8px;
	font-family: 'Merriweather', serif;
	color:#000;	
	padding-top:50px;
}


.innerFooter p{
	font-size:14px;
	text-align:center;
	color:#000;
	
}
.innerFooter
{
	max-width:960px;
	margin:0 auto;	
	padding-top:30px;
	color:#000;
}

/****************

button for click

*******************/
.buttonClickHere {
  background: #9d387b;
  background-image: -webkit-linear-gradient(top, #9d387b, #70295e);
  background-image: -moz-linear-gradient(top, #9d387b, #70295e);
  background-image: -ms-linear-gradient(top, #9d387b, #70295e);
  background-image: -o-linear-gradient(top, #9d387b, #70295e);
  background-image: linear-gradient(to bottom, #9d387b, #70295e);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
   
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	  text-align:center;
	margin-top:30px;
	 
}

.buttonClickHere:hover {
  background: #9D387C;
  text-decoration: none;
}
footer {
	
	position: relative;
	clear: both; 
	padding: 0px 0;
	text-align:center;
	padding-bottom:0px;
}


footer p a:visited, footer p a:link, footer p a:active
{
	
	color:#a92475;
}
footer p.webDesignBy
{
	font-size:0.7em;
	font-style:normal;	
}
.innerFooter h2
{
	color:#000;
	font-size:16px;
}
a img { 
	border: none;
}

a:link {
	 color:#000;
	text-decoration: underline; 
}
a:visited {
	color:rgba(40,37,116,1.00);
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	max-width: 960px;
	background: transparent;
	margin: 0 auto; 
	padding-top:10px;
}




.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#featuredSheds
{
	background-color:#D4D4D4;
	text-align:center;
	margin-bottom:15px;
}
table.sheds td, tr
{
	padding:2px;
	margin:1px;
}
table.sheds ul
{
	list-style:none;
}
table.sheds ul li a
{
	font-size:12px;
}

table.sheds td.headerTable
{
	background-color:#4C5769;
	color:#fff;
}
table.sheds td.headerTableHome
{
	background-color:#EF0D10;
	color:#fff;
	text-align:center;
}
table.sheds td.headerTableHome a
{
	font-size:18px;
	color:#fff;
}
table.sheds td.headerTable h2
{
	text-align:center;	
	padding:0;margin:0;
}
table.sheds td.headerTable a
{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	
}
h3
{
	font-family: 'Merriweather', serif;	
	color:#000;
	background-color:transparent;
	padding-top:30px;
	padding-bottom:5px;
	margin-bottom:10px;
	text-align:left;
	font-weight:normal;
	text-transform: capitalize;
}
h2
{
	font-family: 'Merriweather', serif;	
	color:#000;
	background-color:transparent;
	padding-top:40px;
	padding-bottom:5px;
	margin-bottom:-19px;
	text-align:left;
    font-weight:normal;
	text-transform: capitalize;
}
h4
{
	color:#9F8D6E;
}
span.price
{
	color:#F00;
	font-weight:bold;
}
table.prices
{
	width:100%;
}
ol
{
	margin-left:50px;
}
a#various3, a#pricesSizesCabins, a#gablesPrices
{
	
	color:#fff;	
}
span.off
{
	color:red;	
}
span.messageInline
{
	font-size:44px;
	font-weight:bold;	
}
h1.h1Announcement
{
	color:red;
	font-family: 'Poppins', sans-serif;
	font-size:44px;
	text-decoration:underline;
}
div.santa
{
	position:relative;
		
}
div.santa img
{
	position:absolute;
	top:-3000px;
	left:-230px;	
}

a.iframe
{
	font-size:20px;	
}

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



/****************
CLEAR THE FLOATS FIXING
*************************/
.clearfix:after{visibility:hidden; display:block; font-size:0;content:"";clear:both;height:0;}
.clearfix{display:inline-block;}
.clearfix{display:block;zoom:1;}
/************************************
the options columns 
****************************************/
.optionsServices a{color:rgba(54,51,51,1.00); font-family: 'Dosis', sans-serif; text-decoration:none;}
.optionsServices{background-color:transparent; background-repeat:no-repeat; margin-left:0px; margin-top:30px;  }
.optionsGallery
{
	margin-top:90px;	
}
.optionsServices .gallery
{
	width:49%; /*height:301px;*/ float:left;   text-align:center; margin-left:8px; background-repeat:no-repeat; /*background-position:0px 70px; */padding-top:4px;	
}
.optionsServices .option{width:32.3%; /*height:301px;*/ float:left;   text-align:center; margin-left:10px; background-repeat:no-repeat; /*background-position:0px 70px; */padding-top:320px; margin-bottom:80px;}

.optionsTypesOfWineCellars .option{width:32%; float:left;   text-align:center; margin-left:8px; background-repeat:no-repeat; /*background-position:0px 70px; padding-top:286px; */margin-bottom:30px;} 



/***********************services ******************************/

.optionsWineCellarServices .option{width:30%; float:left;   text-align:center; margin-left:8px; background-repeat:no-repeat; /*background-position:0px 70px; */padding-top:290px; margin-bottom:40px;} 


/********images*******************************************/



.option.wineCellarConstructionHouston
{
	background:url(../houstonWineCellarsServices/images/icons/wine-cellar-construction-services.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.option.kitchenDesign
{
	background:url(../houstonWineCellarsServices/images/icons/kitchen-design-houston.jpg);
	 background-position:center center;
	background-repeat:no-repeat;
}

 .option.cigarHumidorConstruction
{
	background:url(../houstonWineCellarsServices/images/icons/cigar-humidor-contruction.jpg);
	 background-position:center center;
	background-repeat:no-repeat;
}

.option.wineCellarDoors
{
	background:url(../houstonWineCellarsServices/images/icons/wine-cellar-doors.jpg);
	 background-position:center center;
	background-repeat:no-repeat;
}
.option.wineCellarRepairs
{
	background:url(../houstonWineCellarsServices/images/icons/wine-celar-reparis.jpg);
	 background-position:center center;
	background-repeat:no-repeat;
}
.option.glassWineCellarsBuilder
{
	background:url(../houstonWineCellarsServices/images/icons/glass-walls-wine-cellars.jpg);
	 background-position:center center;
	background-repeat:no-repeat;
}
/*********************end services*************************************/

.option.glassWineCellars a, .option.traditionalWineCellars a, .option.comercialWineCellars a{ position:relative; top:20px;}

.optionsServices .option p.pPrice{color:#3598DB; font-size:1.7em; font-weight:bold;padding-top:20px;}

.optionsServices .option p.pCategory{color:#000; font-size:1.7em; font-weight:bold;padding-top:28px; text-indent:-9000px;}

.optionsServices .optionShedsBoxes{width:32.3%; height:480px; float:left; text-align:center; margin-left:8px; background-repeat:no-repeat; background-position:0px 70px; padding-top:20px; padding-bottom:50px;}
.contentShedsBoxes{color:#000; font-size:1.2em; padding-top:220px;}
.optionsServices .optionShedsBoxes ul{list-style:none; text-align:left;}
.optionsServices .optionShedsBoxes ul li
{
		padding-top:10px;
}
.optionsServices .optionShedsBoxes ul li a
{
		padding-top:10px;
		display:block;
		padding-bottom:10px;
}
.optionsServices .optionShedsBoxes ul li a
{
	color:#fff;	
}
.option.one
{
	background-image:url(../image-press/recent-wine-cellar-projects/saks-fifth-avenue-wine-cellar.jpg);	background-position:top center;
}
.option.two
{
	background-image:url(../image-press/recent-wine-cellar-projects/winecellar2.jpg);background-position:top center;	
}
.option.three
{
	background-image:url(../image-press/recent-wine-cellar-projects/winecellar3.jpg);	background-position:top center;
}
.option.four
{
	background-image:url(../image-press/recent-wine-cellar-projects/wine-cellar-sept-8.jpg);	background-position:top center;
}
.option.five
{
	background-image:url(../image-press/recent-wine-cellar-projects/wine-cellar-october-Richmond-House.jpg);background-position:top center;	
}

.option.six
{
	background-image:url(../image-press/recent-wine-cellar-projects/galleria-woodlands.jpg);	background-position:top center;
}
.option.seven
{
	background-image:url(../image-press/recent-wine-cellar-projects/woodlandsV2.jpg);	background-position:top center;
}
.option.eight
{
	background-image:url(../image-press/recent-wine-cellar-projects/spring-texas.jpg);	background-position:top center;
}
.option.nine
{
	background-image:url(../image-press/recent-wine-cellar-projects/wine-cellar-woodlands.jpg);	background-position:top center;
}
.option.ten
{
	background-image:url(../image-press/recent-wine-cellar-projects/richmond-winecellar.jpg);	background-position:top center;
}
.option.eleven
{
	background-image:url(../image-press/recent-wine-cellar-projects/david-weekley-homes-wine-cellar.jpg);background-position:top center;	
}
.option.twelve
{
	background-image:url(../image-press/recent-wine-cellar-projects/may-new-wine-cellar-installation.jpg);	background-position:top center;
}
.option.thirteen
{
	background-image:url(../image-press/recent-wine-cellar-projects/march-2018--new-wine-cellar-installation.jpg);background-position:top center;	
}
.option.fourthteen
{
	background-image:url(../image-press/recent-wine-cellar-projects/colquitt-wine-cellar-construction.jpg);	background-position:top center;
}
.option.fiftheen
{
	background-image:url(../image-press/recent-wine-cellar-projects/ella-lee-wine-cellar-installation.jpg);background-position:top center;	
}
.option.sixteen
{
	background-image:url(../image-press/recent-wine-cellar-projects/espinoza-wine-cellar-installation.jpg);background-position:top center;	
}
.option.seventeen
{
	background-image:url( ../image-press/recent-wine-cellar-projects/timberloch-wine-cellar-installation.jpg);background-position:top center;	
}

.option.eighteen
{
	background-image:url(../image-press/recent-wine-cellar-projects/reebrook.jpg);	background-position:top center;
}
.option.nineteen
{
	background-image:url(../image-press/recent-wine-cellar-projects/cinco-ranch.jpg);	background-position:top center;
}
.option.twenty
{
	background-image:url(../image-press/recent-wine-cellar-projects/arlington-heights.jpg);	background-position:top center;
}
/* commercial wine cellar */
.option.sacksFifthAvenue
{
	background-image:url(../picture-gallery-custom-wine-cellars/commercial-wine-cellars-images/sacks-fifth-avenue/cover-sacks-fifth-avenue.jpg);	background-position:top center;
}

.option.casadobrazil
{
	background-image:url(../picture-gallery-custom-wine-cellars/commercial-wine-cellars-images/casa-do-brazil/cover-casa-do-brazil.jpg);	background-position:top center;
}
.option.bellaire
{
	background-image:url( ../image-press/recent-wine-cellar-projects/bellaire-wine-cellar.jpg);	background-position:top center;
}

.option.sanAntonio
{
	background-image:url( "../image-press/recent-wine-cellar-projects/sanAntonio.jpg");	background-position:top center;
}
.option.memorial
{
	background-image:url( "../image-press/recent-wine-cellar-projects/memorial.jpg");	background-position:top center;
}
.option.inverness
{
	background-image:url( "../image-press/recent-wine-cellar-projects/inverness.jpg");	background-position:top center;
}
.option.riveroaks
{
	background-image:url( "../image-press/recent-wine-cellar-projects/river-oaks.jpg");	background-position:top center;
}
.option.i10
{
	background-image:url( "../image-press/recent-wine-cellar-projects/i10-winecellar.jpg");	background-position:top center;
}
.option.lionswinecellar
{
	background-image:url( "../image-press/recent-wine-cellar-projects/lions-wine-cellar.jpg");	background-position:top center;
}
.option.katywinecellar
{
	background-image:url( "../image-press/recent-wine-cellar-projects/katywinecellar.jpg");	background-position:top center;
}


.option.northhouston
{
	background-image:url( "../image-press/recent-wine-cellar-projects/northhouston-winecellar.jpg");background-position:top center;	
}
.option.montrose
{
	background-image:url( "../image-press/recent-wine-cellar-projects/montrose.jpg");	
    background-position:top center;
}
.option.oak
{
	background-image:url( "../image-press/recent-wine-cellar-projects/oak.jpg");	
}

/* kitchen types */

.option.dune
{
	background-image:url(../kitchen-design/kitchen-types/kitchen-types_0005_dune.jpg);	
}

 
.option.integra
{
	background-image:url(../kitchen-design/kitchen-types/kitchen-types_0004_integra.jpg);	
}
.option.artika
{
	background-image:url(../kitchen-design/kitchen-types/kitchen-types_0003_artika.jpg);	
}
.option.q
{
	background-image:url(../kitchen-design/kitchen-types/kitchen-types_0002_q2.jpg);	
}
.option.outline
{
	background-image:url(../kitchen-design/kitchen-types/kitchen-types_0001_outline.jpg);	
}
.option.magica
{
	background-image:url(../kitchen-design/kitchen-types/kitchen-types_0000_magica.jpg);	
}






.option.pimento-cheese
{
	background-image:url("../image-press/soho-products/pimento-cheese.png");	
	background-position:center;
}
.option.egg-and-dill-salad
{
	background-image:url(../image-press/soho-products/egg-and-dill-salad.png);
	background-position:center;
}
.option.ginger-coconut-soup
{
	background-image:url(../image-press/soho-products/ginger-coconut-soup.png);	
	background-position:center;
}
.option.chicken-spagetthi-salad
{
    background-image:url(../image-press/soho-products/chicken-spagetthi-salad.png);	
	background-position:center;
}
.option.green-chicken-salad
{
    background-image:url(../image-press/soho-products/green-chicken-salad.png);	
	background-position:center;
}
.option.lemon-basil-chicken-salad
{
    background-image:url("../image-press/soho-products/lemon-basil-salad.png");	
	background-position:center;
}
.option.gazpacho
{
    background-image:url(../image-press/soho-products/gazpacho.png);	
	background-position:center;
}
.option.cold-cucumber
{
    background-image:url(../image-press/soho-products/cold-cucumber.png);	
	background-position:center;
}


table.tableSheds
{
	width:100%;	
}
.standardFeaturesPhone
{
	display:none;	
}
.sidebar1 h3
{
	background-color:#FECB02;
	color:#000;	
}
.christmas{
	
	position:relative;
	
	}
.christmas img
{
	position:absolute;
	left:-230px;
	top:0px;	
}
ul.ulSitemap
{
	margin-left:60px;
	margin-bottom:30px;
}
.lpage {
	font-size:14px;
}

video
{
	max-width:720px;
	height:auto;
	
}
iframe.youtube
{
	width:720px;
	height:405px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0; 
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: -2px;
	width: 100%;
	height: 100%;
	
}
/*///////////

RESPONSIVE

*/

@media screen and (min-width:480px) and (max-width:800px) {
  /* Target landscape smartphones, portrait tablets, narrow desktops
*/
    
	video
{
	max-width:600px;
	height:auto;
	
}
	
#wowslider-container1
{
	
	margin-top:-80px;	
}
.megamenu > li.showhide span.title{
	margin: 15px 0 0 50px;
	float: left;
	
}
#wowslider-container1
{
	height:100px;	
}
.middle
{
	background-size:cover;	
	background-position:center center;
}
.about
{
	background-size:cover;	
}
.contactBand
{
	background-size:cover;	
}

}
/* Target portrait smartphones */
@media screen and (max-width:480px) {
    .bandAboutUs 
    {background-image:none;}
    .grid-section{
        padding-bottom:0px;
    }
  
	 .option.glassWineCellars, .option.traditionalWineCellars, .option, .option.comercialWineCellars
	{
		margin-bottom:40px;
	}
	
	.optionsWineCellarServices .option
	{
		float:none;
		text-align:center;
		width:100%;
		
	}
	 .option
	{
		background-position:center;
	}
	input[type="text"]
	{
		display:block;
		width:100%;
		margin-bottom:20px;
	}
	
 
	.announcementTop
{
	font-size:0.8em;
	width:100%;
	 
}
	.btn
	{
		display:block;
		font-size:0.98em;
		margin-left:0px;
	}
	.imageTop
{
	background:#FFF;
	 height:871px;
	 margin-bottom:26px;
	padding: 0px 0px;
	  
 
	 	
}
 .headerHomeAnnouncement{
		
		
		 	padding-top:0px;
	 margin-bottom:575px;
	  
	}
    .outerGreenBand
    {
        margin-top:-63px;
    }
	.sloganMain
	{
		 font-size:1em;
	}
	
	
	header.telephoneHome
	{
		text-align:center;
		color:#000;
		left:10px;
		margin-top:220px;
	}
	header .telephoneHome a
	{
		color:#fff;
	}
  video
{
	max-width:100%;
	height:auto;
	 
}
  body
  {
		background: transparent; 
		padding-top:0px;
  }
  .about
  {
	background-size:cover;  
	background-position:center center;
  }
	.mainSlogan h1.h1MainSlogan
{
	color:#82BD45;
	text-align:center;
	font-family: 'Libre Baskerville', serif;
	font-size:1.9em;
	width:250px;
	margin:0 auto;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	background-color:rgba(0, 0, 0, 0.7);
	 
}
	.optionsTypesOfWineCellars .option
	{
		width:100%;
	}
  p.messageInBand
  {
	font-size:2em;  
	top:55%;
  }
  header
  {
	
	padding-bottom:140px; 
	text-align:center; 
  }
  header .telephone
  {
	margin-top:150px; 
	text-align:center; 
	left:20px;
	  
  }
  img.aabcCustomWineCellarsLogo
{
	display:none;	
	
}
	img.aabcCustomWineCellarsLogoMobile
	
	{
		display:block;
		display:inline-block;	
		margin-bottom:-10px;
		
		margin-top:30px;
		
	}
img.theProcess
{
	
}
.navbar
{
	
	margin-top:10px;
}
 

.content{
	width:auto;	
	float:none;
	
}
.middle
{
	display:none;	
}
.contactBand
{
	/*background:#791a54;*/
	/*padding-bottom:780px;*/
    background-size: cover;
    background-position:center center;
		
}

form{
	
}

.googleBand
{
	padding-bottom:40px;
	width:100%;
}
.googleBand img
{
	position:relative;
	left:0px;
}
.googleBand a
{
	color:#fff !important;	
	margin-left:0px;
	font-size:11px;
	
}
span.review
{
	
	position:absolute;
	left:0px;
	top:58px;
	
		
}
.sidebar1
{
	width:auto;
	display:block;
	float:none;
		
}

.megamenu{
	margin-top:80px;
}
h1.h1Announcement
{
	font-size:28px;	
}
h1.h1AnnouncementTwo{font-size:22px;}
a.linkSmallSize
{
	font-size:18px;	
}
.optionsServices .option{
	float:none;
	width:auto;	
}
.optionsServices .gallery
{
	float:none;
	width:auto;
}	
footer
{
	background:transparent;
	
	
}
.innerFooter
{
	max-width:305px;
	margin:0 auto;	
	padding-top:30px;
}
footer p
{
	text-align:center;	
}
footer p a
{
	
	color:#bfbfbf;
}
footer p a:visited, footer p a:link, footer p a:active
{
	
	color:#bfbfbf;
}
table.tableSheds
{
		
	display:none;
}
.standardFeaturesPhone
{
	display:block;	
}
.christmas img
{
	display:none;	
}

}
 
 
/* iphone 6*/
@media only screen and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) {
	
.megamenu > li.showhide span.title{
	margin: 15px 0 0 140px;
	float: left;
	
}

}

/* iphone 6plus */
@media screen and (min-device-width : 414px) and (-webkit-device-pixel-ratio: 3){
	.megamenu > li.showhide span.title{
	margin: 15px 0 0 188px;
	float: left;
	
}
		
}


/* IPAD PORTRAIT */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
   
	 .announcementTop
	{
		  padding:0px;
	}
	.btn
	{
		display:block;
		width:300px;
		margin:0 auto;
	}
	.band
	{
		height:300px;
	
	}
	
}/*for IPAD portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
   .optionsWineCellarServices .option 
	{
		  width:48%;
	}
	.optionsServices .option
	{
		width:48%;
		background-position:center;
	}
	.middleSloganContainer p
	{
		font-size:1.2em;
	}
	.middleSloganContainer p a
	{
		color:#fff;
	}
	.announcementTop
	{
		padding-bottom:10px;
		 
	}
	.headerHomeAnnouncement
	{
		margin-top:90px;
	}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:portrait) {
   
	 .announcementTop
	{
		  padding:120px;
	}
	.btn
	{
		display:block;
		width:300px;
		margin:0 auto;
	}
	
	
	
}/*for IPAD */

/* IPAD landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {  
	.middleSloganContainer p
	{
		font-size:1.2em;
	}
	
.btn
	{
		display:block;
		width:300px;
		margin:0 auto;
	}
	.announcementTop
	{
		  padding:0px;
	}
	.band
	{
		height:400px;
	
	}

}
