/* ==========================================================================
	 Bottled Liquids- developed by alex hitchcock (alex@youmeokay.com)
	 ========================================================================== */

	 html {height: 100%; min-height: 100%; }
	 body {width: 100%; height: 100%; font-family: font-family: 'Open Sans', sans-serif; font-size: 16px;}
	 body {background: url('../img/bg.jpg') center center repeat; color:#50514f;}
	 body {-webkit-font-smoothing: antialiased; margin-left: 0px; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

	 ul, ol, ul ul, figure, nav {margin:0; padding:0;}
	 a {-webkit-transition: all 100ms ease-in-out;-moz-transition: all 100ms ease-in-out;-o-transition: all 100ms ease-in-out;transition: all 100ms ease-in-out;}
	 a {color:#50514f;}
	 a:hover {color:#50514f; border-bottom: 2px solid #50514f;}
	 * {outline: 0 none;}
	 .no-padding {padding:0;}

	 h1, h2, h3 {font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; text-transform: uppercase; color: #565656;}
	 h1 {text-transform: uppercase; font-size: 17px; font-weight: 700; margin-bottom: 60px; display: inline-block; padding: 30px 0 0 0; width: 100%;}

	 /* ==========================================================================
	 architecture
	 ========================================================================== */

	 #bottled-liquids .row {text-align: center;}
	 #bottled-liquids figure#logo img {position: relative; width: 200px;}

	 header#nrml {height: 250px; line-height: 250px;}
	 footer {background: url(../img/bg-footer_black.jpg) repeat; margin-top: 90px;}
	 footer .row {padding: 60px 0 45px 0; color: white !important;}
	 footer p { font-size: 14px; padding: 0 7%;}
	 footer a {color: white;}
	 footer a:hover {color: white;border-bottom: 2px solid white;}
	 footer a.big {text-transform: none; font-size: 19px; font-weight: 700; margin-bottom: 20px; display: inline-block; border-bottom: 2px solid transparent; color: white;}
	 footer a.big:hover {border-bottom: 2px solid white;}

	 #content a:hover, #nrml a:hover {border: none;}
	 #content a:hover img, #nrml a:hover img {opacity: .7;}
