@font-face{ 
	font-family: 'Roboto-Slab-Regular';
	src: url('../fonts/robotoslab-regular-webfont.eot');
	src: url('../fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/robotoslab-regular-webfont.woff') format('woff'),
	     url('../fonts/robotoslab-regular-webfont.ttf') format('truetype'),
	     url('../fonts/robotoslab-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
}

@font-face{ 
	font-family: 'Roboto-Slab-Light';
	src: url('../fonts/robotoslab-light-webfont.eot');
	src: url('../fonts/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/robotoslab-light-webfont.woff') format('woff'),
	     url('../fonts/robotoslab-light-webfont.ttf') format('truetype'),
	     url('../fonts/robotoslab-light-webfont.svg#webfont') format('svg');
	font-weight: normal;
}

@font-face{ 
	font-family: 'Corporate-Demi';
	src: url('../fonts/corporates-demi-webfont.eot');
	src: url('../fonts/corporates-demi-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/corporates-demi-webfont.woff') format('woff'),
	     url('../fonts/corporates-demi-webfont.ttf') format('truetype'),
	     url('../fonts/corporates-demi-webfont.svg#webfont') format('svg');
	font-weight: normal;
}

@font-face{ 
	font-family: 'Roboto-Slab-Bold';
	src: url('../fonts/robotoslab-bold-webfont.eot');
	src: url('../fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/robotoslab-bold-webfont.woff') format('woff'),
	     url('../fonts/robotoslab-bold-webfont.ttf') format('truetype'),
	     url('../fonts/robotoslab-bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
}

@font-face{ 
	font-family: 'Satisfy-Regular';
	src: url('../fonts/Satisfy-Regular.eot');
	src: url('../fonts/Satisfy-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Satisfy-Regular.woff') format('woff'),
	     url('../fonts/Satisfy-Regular.ttf') format('truetype'),
	     url('../fonts/Satisfy-Regular.svg#webfont') format('svg');
	font-weight: normal;
}


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

* {
	font-family: "Roboto-Slab-Regular";
	color: #231f20;
}

b {
	font-family: "Roboto-Slab-Bold";
	font-weight: normal;
	font-size: inherit;
	color: inherit;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


.font-light {
	font-family: "Roboto-Slab-Light";
}


a {
	text-decoration: none;
}

body {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 100%;

	

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-ms-transition: all 0.5s ; /* IE10 is actually unprefixed */
	-o-transition: all 0.5s;
	transition: all 0.5s;

	overflow: hidden;

}

.body-load {
	background: url('../img/bg.gif') 50% 0% repeat-y #ffffff;
}


#ct {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}

#divider {
	z-index: 2000;
	left: 50%;
	width: 15px;
	height: 100%;
	position: absolute;
	background: url('../img/divider.png') no-repeat;
}

#whiskey {
	z-index: 1000;
	width: 50%;
	height: 100%;
	position: absolute;
	background: url('../img/whiskey.jpg') no-repeat #000000 fixed;
	background-position: 50% 0%;
	/*
	
	*/

}
#whiskey .items {
	left: 50%;
	width: 510px;
	position: absolute;
	border: 0px solid white;
}
#whiskey #link-whiskey {
	position: absolute;
	left: 58px;
	top: 410px;
	display: block;
	color: #ffffff;
}
#whiskey #logo-whiskey {
	display: block;
	position: absolute;
	left: 137px;
	top: 41px;
}
#whiskey .text {
	display: block;
	position: absolute;
	left: 50px;
	top: 294px;
}

#patio {
	z-index: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../img/patio.jpg') no-repeat #ffffff;
	background-position: 50% 0%;
	border: 0px solid green;
}
#patio .items {
	left: 50%;
	width: 510px;
	position: absolute;
}
#patio #logo-patio {
	display: block;
	position: absolute;
	left: 143px;
	top: 21px;
}
#patio .text {
	display: block;
	position: absolute;
	left: 256px;
	top: 294px;
}
#patio #link-patio {
	position: absolute;
	left: 344px;
	top: 410px;
	display: block;
	color: #ffffff;
}



@media (max-width: 360px) {

	#divider {
		display: none;
	}

	#whiskey {
	
		background: none;
	
	}

	body {
		background: url('../img/fundo.jpg') no-repeat #ffffff 50% 0%;
	}


	#whiskey .items {
		left: 0px;
		width: 100%;
		position: absolute;
		border: 0px solid white;
	}
	#whiskey #link-whiskey {
		position: absolute;
		left: 20px;
		top: 250px;
		display: block;
		color: #ffffff;
	}
	#whiskey #logo-whiskey {
		display: block;
		position: absolute;
		left: 10px;
		top: 80px;
	}
	#whiskey #logo-whiskey img {
		display: block;
		width: 150px;
	}
	#whiskey .text {
		display: none;
	}


	#patio {
	
		background: none;
	
	}

	#patio #logo-patio {
		display: block;
		position: absolute;
		left: 10px;
		top: 80px;
	}
	#patio #logo-patio img {
		display: block;
		width: 150px;
	}
	#patio .text {
		display: none;
	}
	#patio #link-patio {
		position: absolute;
		left: 20px;
		top: 250px;
		display: block;
		color: #ffffff;
	}

}


