* { padding: 0; margin: 0; }

body {
 font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 1366px;

}
#header {
 color: #000;
 width: 1344px;
 float: left;
 padding: 10px;
 border-radius: 4px;
 height: 150px;
 margin: 20px 0px 20px 0px;
 background-image: url(../packagingimages/mf-head-bg.jpg);
}

#leftcolumn { 
 color: #333;
 margin: -50px 0px 0px 0px;
 padding: 10px;
 height: 900px;
 width: 1024px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 900px;
 width: 298px;
 display: inline;
}

#leftcolumna { 
 color: #333;
 margin: -50px 0px 0px 0px;
 padding: 10px;
 height: 900px;
 width: 1024px;
 float: left;
}
#rightcolumna { 
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 900px;
 width: 298px;
 display: inline;
}
h1 {
	font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
	font-size:23px;
	color: #000;
	padding-top: 10px;
}
h2 {
	font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
	font-size: 21px;
}
h3 {
	font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height:1.3;
	font-weight:400;
	color: #fff;
	
	}
p {
	font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #fff;
}
a:link {text-decoration:none; color: #fff;}
a:visited {text-decoration:none; color: #fff;}
a:hover {text-decoration:none; color: #fff;}
a:active {text-decoration:none; color: #fff;}
/*Viewer*/

html {
	background-image: url(../drinksimages/bg5.png);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
}

div.uniqueFrame {
	position: relative;
	margin: 50px auto;
	width: 1024px;
	min-height: 768px;
	overflow: hidden;
	
	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.8);
}

div.uniqueFrame div.mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	background: url(../img/img_spinner_dark.gif) no-repeat scroll center center rgb(37,37,37);
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	background-color: #f2f2f2;
	
}
/* side images */
.logo { padding-bottom:8px; float:right; }
.sponsor { padding-bottom:8px; float:right;  }
.howtouse { padding-bottom:8px; float:right;  }
/* side images end */

/* archive page */
.text { padding-left:20px; padding-bottom:16px; }
.twitterfeed { float:right; padding-bottom:13px; }
/* archive page end */

button {
    display: block;
    font-size: 1.3em;
	font-family: "Roboto Condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-weight:700;
    text-transform: uppercase;
    padding: 12px 14px;
    margin: 0 auto 14px auto;
    color: #e2e2e2;
    background-color: #3D3D3D;
    border-bottom:1px solid #3d3d3d;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius: 2px;
    cursor: pointer;
	box-shadow: 0 3px 0 #3D3D3D, 0 3px 0 #0F0909, 0 6px 6px rgba(0,0,0,0.4);
	width: 280px;
	height: 44px;
	float: right;
}

a button {
	-webkit-transition-duration: 0.5s; 
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s; }
	
a:hover button { color:#1fabe2; 
	-webkit-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s; }
	
.linkedin {
	 background-image: url(http://www.nridigital.com/drinksimages/linkedin.png);
	 background-repeat:no-repeat;
	 background-position: 7px 6px;
	 background-size:36px;
	 font-size: 1.3em;
	 text-align: left;
	 padding-left: 70px;
	 }

.twitter {
	 background-image: url(http://www.nridigital.com/drinksimages/twitter.png);
	 background-repeat:no-repeat;
	 background-position: 7px 6px;
	 background-size:36px;
	 font-size: 1.3em;
	 text-align: left;
	 padding-left: 70px; 
		}

.subscribe {
	float: right; 
	padding-bottom: 20px;
	display: none;
	}
.thumb {
    position: relative;
    width: 500px;
    height: 335px;
    overflow: hidden;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.thumb img {
    width: 100%;
    padding: 0;
}
.thumb > div {
    background-color: rgba(0,0,0,0.88);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s linear;
    text-shadow: #000 1px 1px 0;
    color: #ccc;
}
.thumb:hover > div {
    display: block;
    opacity: 1.0;
}
.thumb > div div {
    padding: 20px 40px;
}
.thumb h2 {
    font-size: 1.2em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.thumb p {
    margin-bottom: 10px;
}
	

	
@media screen and (max-width: 1370px) {

#leftcolumn {
	-webkit-transform:scale(0.75);
	-moz-transform:scale(0.75);
	-o-transform: scale(0.75);
    transform: scale(0.75);
	margin-top: -124px;
	margin-left: -80px;
	width: 1100px;
	height: 680px;
	}
#rightcolumn { 
 width: 150px;
 float: left;
 height: 680px;
}
.hidesmall {
	display: none;
	}	
.twitter {
	display: block;
	margin-top: 0px;
	}
.linkedin {
	margin-top: 10px;
	}
#wrapper {
	width: 1335px;
	}
.subscribe {
	display: block;
	}
#rightcolumna {
	width: 270px;
	}
.text { padding-left:0px; }
.paddingsmall {
	margin-top: 15px;
	}
#header {
	width: 1300px;
	margin-left: 5px;
	}
}


@media screen and (max-height: 780px) {

#leftcolumn {
	-webkit-transform:scale(0.75);
	-moz-transform:scale(0.75);
	-o-transform: scale(0.75);
    transform: scale(0.75);
	margin-top: -124px;
	margin-left: -80px;
	width: 1100px;
	height: 680px;
	}
#rightcolumn { 

 width: 150px;
 float: left;
 height: 680px;
}
.hidesmall {
	display: none;
	}
	
.twitter {
	display: block;
	}
.linkedin {
	display: block;
	}
#wrapper {
	width: 1335px;
	}
.subscribe {
	display: block;
	}
#rightcolumna {
	width: 270px;
	}
.text { padding-left:0px; }
.paddingsmall {
	margin-top: 15px;
	}
#header {
	width: 1300px;
	margin-left: 5px;
	}
}