@import "reset.css";


/* -------------------------------------------------------------- 
-----------------------------------------------------------------

  DEFINITIONS:    Layout
  AUTHOR:         Level91
  VERSION:        24.05.2011
  
  CONTENTS:
    

-----------------------------------------------------------------
-------------------------------------------------------------- */


	body{
		font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
		background: url('../img/le-sorelle-background.jpg') no-repeat top right;
		height:100%;
	}
	p {
		font-size:13px;
		line-height:20px;
		color:rgb(64,56,54);
		margin:0 0 15px;
	}
	p.intro {
		font-size:14px;
	}
	p.contacts {
		margin:0 0 5px;
	}
	p.distribution {
		margin:25px 0 5px ;
	}
.distribution-sub {
    font-size: 12px;
}
	a,
	a:visited,
	a:active,
	a:link {
		color:rgb(64,56,54);
		text-decoration:underline;
	}
	a:hover {
		color: #1e1c1c;
		text-decoration:underline;
	}
	a.buy-now,
	a.buy-now:visited,
	a.buy-now:active,
	a.buy-now:link {
		width:109px;
		height:35px;
		display:block;
		background: url('../img/button-buy-now.png') no-repeat;
		margin:0 0 30px;
	}
	a.buy-now:hover {
		background-position: 0 -35px;
	}
	#left-border{
		display:block;
		height:100%;
		position:fixed;
		background:rgb(64,56,54);
		width:100px;
	}
	#container {	
		width:660px;
		margin:0 0 0 100px;
		height:auto;
	}
		#container #logo {
			width:600px;
			display:block;
			padding: 50px 30px 0;
			height:210px;
			background: url('../img/white-opacity-60.png') repeat;
			clear:both;
			margin:0 0 6px 0;
		}
			#container #logo h1 {
				width:260px;
				height:137px;
				background: url('../img/le-sorelle-logo.png') no-repeat;
			}
		#container #main {
			padding:25px 0 25px 30px;
			display:block;
			background: url('../img/white-opacity-60.png') repeat;
			float:left;
			clear:both;
			width:630px;
		}
			#container #main #content {
				float:left;
				width:300px;
				display:block;
				margin:0 30px 0 0;
			}
			#container #main #information {
				float:left;
				width:300px;
				display:block;
			}


/*//////////////////MISC///////////////////////
/////////////////////////////////////////////*/



.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


.button {
    border: 1px solid #000;
    padding: 10px 60px;
    text-decoration: none !important;
    text-transform: uppercase;
    background: #000;
    color: #fff !important;
        transition: all .5s;
}

.button:hover {
    background: #fff;
    color: #000 !important;
}

a.tasting-notes {
    color: #ab0808;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
}

.btn-container {
    padding: 10px 0 20px;
}

i.fa.fa-download, i.fa.fa-shopping-cart {
    padding: 0 5px 0 0;
}


a.social-icon {
    font-size: 20px;
    padding: 0 10px 0 0;
    color: #000;
}

.social-container {
    padding: 0px 0 10px 0;
}

.social-icon:hover {
    color: #555 !important;
    transition: all .5s;
}