
/* GENERAL */
body {
    font-family: "quicksand", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
	line-height: 18px;
    color: #000000;
    text-align:center;
    margin:0;
    padding: 0;
}

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


a {
    font-weight: normal;
    color: #ffce0a;
    text-decoration: none;
}

.button_link {
    display: inline-block;
    background-color: #ffce0a;
    color: #000;
    padding: 15px 25px;
    margin: 5px 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.button_link:hover {
	color: #fff;
}

img { 
    border: 0; 
}

#main_menu a {
    font-weight: normal;
    color: #bbbbbb;
    text-decoration: none;
}

h3 {
    font-size: 20px;
}

h4 {
    margin-bottom: 1px;
}

h1 {
    margin: 0;
    padding: 0;
    font-family: "Lombriz";
    font-size: 56px;
    font-weight: 100;
    padding-top: 50px;
    padding-bottom: 15px;
    color: #f13220;
}

.container {
    text-align: center;
	width: 100%;
}

#header {
    width: 100%;
    background-color: #212121;
}

#logo {
    margin-top: 10px;
    float: left;
}

#header_container {
	width: 960px;
	height: 62px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}


#main_menu{
    display: inline-block;
    *display: inline-block;
    zoom: 1;
    margin-top: 25px;
}

#main_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main_menu ul li{
    float: left;
    margin-left: 30px;
}

#main_menu ul li a{
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: color .1s ease-in;
    -webkit-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

#main_menu ul li a:hover,
#main_menu ul li .current,
#content .side_bar ul li #current{
	color: #ffce0a;
}


.content {
    width: 100%;
}

.inner_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#home #slide_image {
    background-color: #eb412a;
}

#home #slide_image .inner_content {
    background-image: url("../images/woman.jpg");
    height: 304px;
}

#slide_info .inner_content {
    position: relative;
}

#sangria_bottle {
    position: absolute;
    bottom: 20px;
    right: -60px;
}

#logo_brand {
    margin-top: 10px;
}

#slide_info {
    text-align: left;
}

#slide_info p {
    width: 450px;
}

#slide_feed {
    background-color: #efbf00;
}

#slide_feed .inner_content {
    background-image: url(../images/slide-feed.jpg);
    height: 380px;
}

#slide_recipe {
    background-color: #437a11;
    color: #fff;
    text-align: left;
}

#slide_recipe .inner_content {
    background-image: url(../images/slide-recipe.jpg);
    height: 550px;
}

#slide_recipe .inner_content img {
    margin-top: 120px;
    float: left;
} 

#slide_recipe .inner_content h1 {
    display:inline-block;
    margin-top: 80px;
    color: #d0ff7f;
}

#slide_recipe .inner_content p {
    width: 480px;
    display:inline-block;
    clear: both;
}

#slide_find_store {
    background-color: #e94212;
    color: #fff;
    text-align: left;
}

#slide_find_store .inner_content {
    background-image: url(../images/slide-find-store.jpg);
    height: 400px;
}

#slide_find_store .inner_content img {
    float: left;
} 

#slide_find_store h1 {
    color: #ffe67f;
    display:inline-block;
    margin-top: 160px;
}

#slide_find_store .button_link {
    margin-left: 150px;
}

.module {
    display: inline-block;
	width: 300px;
	height: 300px;
	text-align: left;
	padding: 10px;
    margin-top: 50px;
}

#twitter_module {
    margin-left: 140px;
}

#news_module h1 {
	display: inline-block;
    *display: inline;
    zoom: 1;
}

#news_module div {
	margin: 10px 0 0 0;
	border-bottom: solid #e3e3e3 1px;
    padding: 0;
}

#news_module div:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#news_module div img {
	float: left;
	padding: 2px;
	border: solid #e3e3e3 1px;
	margin: 2px 8px 0 0;
}

#news_module div a {
	clear: both;
}

#main_footer {
	clear: both;
	height: 112px;
	text-align: left;
	background-color: #2e2e2e;
}

#footer_container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	color: #8b8b8b;
	font-size: 11px;
}

#main_footer ul {
    list-style:none;
    margin: 0;
    padding: 0;
}

#main_footer ul li {
    float: left;
    padding: 0 10px;
	border-right: solid 1px #8b8b8b;
	
}

#main_footer ul li a {
	color: #8b8b8b;
}

#main_footer ul li a:hover {
	color: #bbb;
}

#main_footer ul li:last-child {
	border-right: none;
}

#social {
	float: right;
	vertical-align: top;
}

#social img {
	margin-top: -8px;
	margin-left: 5px;
}

#social a {
	opacity: 0.8;
}

#social a:hover {
	opacity: 1;
}


/* ABOUT */

#about .inner_content {
    text-align: left;
    height: 445px;
    color: #fff;
}

#about .inner_content h3 {
    padding-top: 40px;
}

#slide_one {
    background-color: #f4f4f4;
}

#slide_one .inner_content {
    background-image: url(../images/about-section-01.jpg);
    height: 614px;
    color: #000000;
}


#about .inner_content img {
    float: left;
    margin: 40px 10px 0 0;
}

#about .inner_content h3 {
    display: inline-block;
    
}

#slide_one .inner_content p {
    width: 450px;
}

#recipe_one {
    background-color: #efbf00;
    padding: 0;
    margin: 0;
}

#recipe_two {
    background-color: #437a11;
}

#recipe_three {
    background-color: #e94212;
}


/* SECTIONS */

.left_content {
	text-align: left;
	vertical-align: top;
	display: inline-block;
    *display: inline;
    zoom: 1;
	width: 222px;
	
}

.right_content {
	text-align: left;
	vertical-align: top;
	display: inline-block;
    *display: inline;
    zoom: 1;
	width: 700px;
	
}

.full_content {
	text-align: left;
	vertical-align: top;
	display: inline-block;
    *display: inline;
    zoom: 1;
	width: 960px;
}


/* SIDE MENU */

.side_menu {
    list-style:none;
    margin: 20px 0 0 10px;
    padding: 0;
}

.side_menu li{
}

.side_menu li a{
	color: #666;
    display: block;
    -moz-transition: color .1s ease-in;
    -webkit-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

.side_menu li a:hover,
.side_menu li .current {
	color: #af2283;
}


/* FIND A STORE */

.store {
	margin-top: 20px;
}

.state {
	margin-bottom: 50px;
}

#find_store h3 {
    display: inline-block;
    margin-top: 40px;
}

#find_store img {
    display: inline-block;
}

#find_store #slide_image {
    background-color: #ea4411;
}

#find_store #slide_image .inner_content {
    background-image: url(../images/find-store-image.jpg);
    height: 290px;
}





/* DISTRIBUTORS */

#distributors #slide_image {
    background-color: #437a11;
}

#distributors #slide_image .inner_content {
    background-image: url(../images/distributors-image.jpg);
    height: 290px;
}

#distributors .content {
    min-height: 400px;
}

#distributors h3 {
    display: inline-block;
    margin-top: 40px;
}



/* DISTRIBUTORS TOOLS */

#distributors_tools .inner_content {
    text-align: left;
}

#distributors_tools .product_detail {
    min-height: 340px;
    min-height: 340px;
}

#distributors_tools h3 {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0;
}

#distributors_tools #slide_image {
    background-color: #437a11;
}

#distributors_tools #slide_image .inner_content {
    background-image: url(../images/distributors-tools-image.jpg);
    height: 290px;
}

#distributors_tools .right_content div {
	width: 220px; height: 220px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#distributors_tools .right_content a {
	display: table; 
	width: 220px; 
	height: 220px; 
	vertical-align: middle; 
	text-align: center; 
	position: relative;
	color: #fff;
}

#distributors_tools .right_content .btn_download {
	display: none;
}
	
#distributors_tools .right_content a:hover .btn_download {
	width: 220px; 
	height: 220px; 
	line-height: 220px; 
	position: absolute; 
	left: 0; top: 0; 
	display: block; 
	text-align: center; 
	background: rgba(176,23,128,0.9);
	-webkit-border-radius: 220px;
	-moz-border-radius: 220px;
	border-radius: 220px;
}

.product_detail li:nth-child(1) .icons {
    background: url(../images/button-bottleshot.jpg);
}
.product_detail li:nth-child(2) .icons {
    background: url(../images/button-sell-sheet.jpg);
}
.product_detail li:nth-child(3) .icons {
    background: url(../images/button-tech-sheet.jpg);
}
.product_detail li:nth-child(4) .icons {
    background: url(../images/button-label.jpg);
}
.product_detail li:nth-child(5) .icons {
    background: url(../images/button-shelf-talker.jpg);
}

.product_detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product_detail ul li {
    display: inline-block;
    zoom: 1; *display: inline;
    text-align: center;
    margin-right: 20px;
}

.icons {
    width: 140px;
    height: 140px;
    overflow: hidden;
    display: inline-block;
    zoom: 1; *display: inline;
    cursor:pointer;
}

.product_detail li:hover .icons { 
    background-position: right;
    
}




/* NEWS */

#news #slide_image {
    background-color: #f0d157;
}

#news #slide_image .inner_content {
    background-image: url(../images/news-image.jpg);
    height: 290px;
}

#news .content {
    min-height: 400px;
}

#news h3 {
    display: inline-block;
    margin-top: 40px;
}







/* ARROWS */

#slide_image img {
    position: absolute; 
    bottom: -15px;
    left: 70px;
}

#slide_image .inner_content {
    position: relative;
}



/* CONTACT */ 

#contact #contact_form {
    padding-bottom: 50px;
}

#contact #slide_image {
    background-color: #e9be12;
}


#contact #slide_image .inner_content {
    background-image: url(../images/contact-image.jpg);
    height: 290px;
}

#contact form ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

#contact form ul li {
	margin-bottom: 10px;
}

#contact form ul li:last-child {
	margin-bottom: 0;
}

#contact form input,
#contact form textarea {
	width: 282px;
    /*border: 1px solid #c4c1ba;*/
    border: none;
    color: #666;
    background: #f1f1f1;
    font-size: 12px;
    padding: 0 10px;
}

#contact form input {
    height: 30px;
}

#contact form textarea {
    padding: 10px;
    height: 80px;
}

#contact form .button_link {
    padding: 15px 45px; 
}

/* NEWS */

#news .news_image {
    max-width: 80px;
    background: white;
    float: left;
    margin-right: 20px;
    border: 1px solid #d8d2bd;
}

#news .content ul {
	padding: 0;
}

#news .content ul li {
	list-style: none;
	margin: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #d8d2bd;
	padding-bottom: 15px;
    min-height: 80px;
}







.goto_top{
	
}

#btn_distributors {

}

#btn_gallery {
	
}

.side_menu .no_show {
	display: none;
}

.img_container {
	width: 150px;
	height: 150px;
	overflow: hidden;
}
