/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body{
    font-family: 'open_sansregular';
    color:#555;
    background-color: #ffffff;
/*background-image: url('http://dreamlifewp.designforlifeden.com/wp-content/themes/dreamlife/assets/images/pattern/pattern.png');
background-repeat: repeat;
background-position: top center;
background-attachment: scroll;*/
}
.chdresses{
    margin:0px!important;margin-right: 1px!important;
}
.customers{
    margin-left: 0px!important;
    margin-right: 6px!important;
}
#carousel img{

}
.globalContainer{
    box-shadow: 0px -4px 7px rgba(0,0,0,.2);
    background:white;

}
.blogpost{
margin-top:10px !important;
margin-left:0px!important;

margin-bottom:10px!important;
background: white;
border-radius: 5px;
margin-right: 30px!important;
}
.container .blogpost:last-child {
    margin-right:auto!important;
}
.blogpost li{box-shadow: 0px 1px 5px 5px rgba(228, 228, 228, 0.63);
    padding: 15px!important;
}
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
	@media only screen and (min-width: 1500px)  {
	  #subheaderSearch{
        /*height: 600px!important;*/
      }
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 1290px) and (max-width: 1499px) {
	  #subheaderSearch{
        height: 555px!important;
      }
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	   
.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
    margin: 0px!important;
}
      .selectBox, .submitButton{
        display: inline-block;
      }
          #subheaderSearch{
        height: 355px!important;
      }

	}
        

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	   

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	         #shopping-cart{
        margin-top:0px!important;
      }
	   #gmdLargeLogo{
        width:420px;
      }
      .bx-wrapper{
        display:none;
      }
      .searchWrapper{
        background-image: url('../03.jpg');
background-position: center;
      }

 

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	        
	   .headerInfo{
	       text-align:left!important;
	   }
       
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	   .headerInfo{
	       text-align:center!important;
	   }
	   #subheaderSearchForm{
	       margin-left:0px!important;
	   }
	   .megamenu_wrapper .megamenu .levels li {
float: left;
width: 270px!important;
}
.elastislide-carousel ul li a img {
	height:auto!important;

}
 #gmdLargeLogo{
        width:300px;
      }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/