/*  ================================================
	Author: Codeberry
	Name: Vertical
	URL: https://codeberry.net/downloads/vertical
	Version: 1.0
	================================================ */

/* Import fonts and icons */
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600");

/* 1. Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* 2. Content elements */
::selection {
	color: #000000;
	background: rgba(50, 50, 50, 0.3)
}

::-moz-selection {
	color: #000000;
	background: rgba(50, 50, 50, 0.3)
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

ol,
ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
td,
th {
	text-align: left;
	font-weight: 400;
}

input,
textarea {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
}

button,
input[type=button] {
	background: 0;
}

:required {
	-ms-box-shadow: none;
	 -o-box-shadow: none;
		box-shadow: none;
}

em,
i {
	font-style: italic;
}

b,
strong {
	font-weight: 700;
}

u {
	text-decoration: underline;
}

blockquote, q {
	quotes: "" ""
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

a,
button,
.button,
input[type=button],
input[type=submit],
label[for] {
	cursor: pointer;
}

img {
	-ms-interpolation-mode: bicubic;
}

.c:after,
.c:before {
	content: " ";
	display: table;
}

.c:after {
	clear: both;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

a:hover {
	color: #6b7381;
	border-bottom: 1px dotted #6b7381;
}

p {
	margin-bottom: 30px;
}

@media (max-width: 480px) {
	p {
		margin-bottom: 24px;
	}
}

/* List elements */
ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

@media screen and (max-width: 980px) {
	ul.icons li .icon {
		font-size: 1.25em;
	}
}

ul.icons li .icon:before {
	font-size: 1.5em;
}

.grey {
	color: #bdbfc9;
}

.white {
	color: #000000;
}

.black {
	color: #000000;
}

html {
	position: relative;
}

body {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000000;
	background: #ffffff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	body {
		font-size: 1.15em;
		line-height: 1.45em;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-weight: 400;
	line-height: 1.35em;
	margin: 0 0 .5em 0;
}

header {
	max-width: 1200px;
	margin: 0 auto;
}

header {
	padding: 85px 45px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1020px) {
	header {
		display: flex;
	}
}

@media (max-width: 700px) {
	header {
		padding: 53px 25px 38px;
	}
	
	header br {
		display: block;
	}
}

header h2 {
	color: #000000;
	max-width: 550px;
	margin-left: 344px;
}

@media (max-width: 1020px) {
	header h2 {
		margin: 0;
		padding-top: 66px;
	}
}

@media (max-width: 700px) {
	header h2 {
		padding-top: 30px;
	}
}

.logo {
	background: url('../../assets/images/Raw_Front_Circle.gif') no-repeat;
	background-position: top left, top left;
	background-repeat: no-repeat;
	background-size: 150px, 150px 100%;
	width: 150px;
	height:150px;
	padding: 0;
	margin: 0;
}

@media (max-width: 700px) {
	.logo {
		width: 150px;
		height: 150px;
	}
}

.logo2 {
	background: url('../../assets/images/RawPower_label2.jpg') no-repeat;
	background-position: top left, top left;
	background-repeat: no-repeat;
	background-size: 109px, 150px 100%;
	width: 109px;
	height: 150px;
	padding: 0;
	margin-top: 00px;
	margin-left: 50px;
}

@media (max-width: 700px) {
	.logo2 {
		width: 109px;
		height: 150px;
		margin-left: 25px;
	}
}

/* Image slide elements */
.slides-section {
	position: relative;
}

.slide {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	transition: opacity 400ms;
	opacity: 0;
}

.slide.active {
	opacity: 1;
	position: static;
}
.product{
max-width: 100%;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: flex;
	padding-bottom: 55px;
}

@media (max-width: 1024px) {
	.product {
		max-width: 100%;
		padding-bottom: 55px;
		display: block;
	}
}

@media (max-width: 700px) {
	.product {
		padding-bottom: 55px;
		display: block;
	}
}
.products{
	width: 100%;
	max-width: 1100px;
	padding-right: 20px;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: block;
}

@media (max-width: 1024px) {
	.products {
		max-width: 100%;
		padding-top: 15px;
	}
}

@media (max-width: 700px) {
	.products {
		padding-top: 15px;
	}
}

.slides-info {
	max-width: 100%;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

@media (max-width: 1024px) {
	.slides-info {
		max-width: 100%;
		padding-top: 15px;
	}
}

@media (max-width: 700px) {
	.slides-info {
		padding-top: 15px;
	}
}

.next,
.prev {
	top: 0;
	bottom: 0;
	width: 50%;
	background: 0 0;
	position: absolute;
	z-index: 10000;
	text-indent: -99999px;
}

.next:hover,
.prev:hover {
	border-bottom: none;
}

.next {
	right: 0;
	cursor: url("../images/next.png") 0 0, pointer;
	cursor: -webkit-image-set(url("../images/next.png") 1x,  url("../images/next@2x.png") 2x) 0 0, pointer;
}

.prev {
	left: 0;
	cursor: url("../images/prev.png") 0 0, pointer;
	cursor: -webkit-image-set(url("../images/prev.png") 1x,  url("../images/prev@2x.png") 2x) 0 0, pointer;
}

.bullets {
	line-height: 12px;
	padding: 11px 0 39px;
}

@media (max-width: 700px) {
	.bullets {
		padding: 0 0 32px;
	}
}

.bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #dddddd;
	text-indent: -9999px;
	transition: background 600ms;
	margin: 0 2px;
}

.bullet.active {
	background-color: #6b7381;
}

.bullet:hover {
	border-bottom: none;
}

.slide-client-names-section {
	position: relative;
}

.slide-client-names-section h2 {
	line-height: 1.45em;
}

.client-name {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: opacity 300ms;
	opacity: 0;
	display:none;
}

.client-name.active {
	transition: opacity 300ms 250ms;
	position: static;
	opacity: 2;
	display:block!important;
}

.client-name > .services {
	font-weight: 200;
	color: #000000;
}

/* Content elements */
.content-center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.content-section {
	max-width: 1200px;
	margin: 0 auto;
}

.content-section {
	padding: 70px 45px 37px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

@media (max-width: 1024px) {
	.content-section {
		display: block;
	}
}

@media (max-width: 700px) {
	.content-section {
		padding: 42px 30px 16px;
	}
}

/* Information elements */
.line {
	width: 100%;
	text-align: center;
	border-bottom: dotted 1px #000000;
	margin-top: 2.5em;
	margin-bottom: 1.75em;
}

.information-section {
	max-width: 1100px;
	-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
}

@media (max-width: 1024px) {
	.information-section {
		max-width: 100%;
	}
}

@media (max-width: 700px) {
	.information-section {
	}
}

.information-section h2 {
	font-size: 1.41em;
}

.information-section h3 {
	font-size: 1.20em;
}

@media screen and (min-width: 768px) {
	.break { 
		display: none;
	}
}

/* Icons */
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.icon > .label {
	display: none;
}

/* Footer elements */
#footer {
	background: #ffffff;
	text-align: center;
	width: 100% !important;
	position: relative;
	padding: 2em 0 2em 0;
}

@media screen and (max-width: 1280px) {
	#footer {
		bottom: auto;
		left: auto;
		padding: 2em 0 2em 0;
		position: relative;
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#footer {
		bottom: auto;
		left: auto;
		padding: 2em 0 2em 0;
		position: relative;
		width: 100%;
	}
}

@media screen and (max-width: 980px) {
	#footer {
		bottom: auto;
		left: auto;
		padding: 2em 0 2em 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	#footer {
		padding: 2em 0;
	}
}

#footer .icons {
	margin: 1em 0 0 0;
	font-size: .65em;
}

@media screen and (max-width: 980px) {
	#footer .icons {
		margin: 0 0 1em 0;
		font-size: .55em;
	}
}

#footer .icons a {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#footer .icons a:hover {
	color: #484848;
	border-bottom: none;
}

#footer .company-info {
	padding-top: 1em;
}

#footer .company-info p {
	font-size: 0.8em;
	color: #000000;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

#footer .copyright {
	font-size: 0.7em;
	color: #000000;
	margin: .25em 0 0 0;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 980px) {
	#footer .copyright {
		margin: 0 0 1em 0;
	}
}

#footer .copyright li {
	display: inline-block;
	line-height: 1em;
	margin-left: 0.75em;
	padding-left: 0.75em;
}

@media screen and (max-width: 1280px) {
	#footer .copyright li {
		border-left-width: 0;
		display: block;
		line-height: 2.25em;
		margin-left: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 980px) {
	#footer .copyright li {
		border-left-width: 1px;
		display: inline-block;
		line-height: 1em;
		margin-left: 0.75em;
		padding-left: 0.75em;
	}
}

@media screen and (max-width: 480px) {
	#footer .copyright li {
		border-left-width: 0;
		display: block;
		line-height: 2.25em;
		margin-left: 0;
		padding-left: 0;
	}
}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer .copyright li a {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#footer .copyright li a:hover {
	color: #000000;
	border-bottom: 1px dotted #08152d;
}

.buynowshiraz {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	width: 98px;
	color: #000000;
	background-color: none;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.buynowshiraz:hover {
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
}

.buynowpinot {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	width: 160px;
	color: #000000;
	background-color: #08152d;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.blacktextlink {
	border-bottom: 1px dotted #000000;
}

.bottleshot {
	width: 100px;
	padding-right: 20px;	
	margin-right: 40px;
	
	
}

.outofstock {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	width: 150px;
	color: #000000;
	background-color: #08152d;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.outofstock:hover {
	color: #000000;
	background-color: #394457;
	border-color: #000000;
}
.split{
	max-width: 575px;
	height: auto;
	display: inline-block;
	padding-right: 50px;
	float: left;
}

@media (max-width: 1100px) {
	.split{
		max-width: 100%;
		height: auto;
		display: inline-block;
		padding-right: 0px;
		float: none;
	}
}