<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("basic.css");
/* rgba(0,166,160,1.0)*/
/* #00a6a0 */
.wrapper {
	width:100%;
	height:auto;
	margin:auto;
	min-width:1100px;
}
.wrapper_content { /* == hides content for fade effect */
	width:100%;
	height:auto;
	margin:auto;
	display:none;
}
.abs {
	position:absolute;
}
/* =====gallery / list / all================ */
.grid {
	float:right; /* ========== */
	height:auto;
	padding:10px;
}
.grid .box {
	width:100%;
	height:auto;
	border:solid 1px #ddd;
}
.grid .fit_img100 img {
width:100%;
height:auto;
margin:auto;
}
.grid .fit_img90 img {
width:90%;
height:auto;
margin:auto;
}
.grid .fit_img80 img {
width:80%;
height:auto;
margin:auto;
}
.grid .fit_img75 img {
width:75%;
height:auto;
margin:auto;
}
.grid .fit_img70 img {
width:70%;
height:auto;
margin:auto;
}
.grid .fit_img60 img {
width:60%;
height:auto;
margin:auto;
}
.grid .fit_img50 img {
width:50%;
height:auto;
margin:auto;
}
.grid .fit_img40 img {
width:40%;
height:auto;
margin:auto;
}
.grid .fit_img30 img {
width:30%;
height:auto;
margin:auto;
}
.grid .fit_img20 img {
width:20%;
height:auto;
margin:auto;
}
.grid .fit_img10 img {
width:10%;
height:auto;
margin:auto;
}
.grid .fit_img img {
max-height:100%;
max-width:100%;
margin:auto;
}
.grid .ajax_spinner{
display:none;
}
/* ==========elements============ */
.grid .header_holder {
	background-color:#fff;
	height:auto; /* =========== */
}
.grid .header_holder .header {
	margin:0 auto 0 auto;
	height:auto; /* =========== */
	text-align:center;
}

.grid .phone {
	color:#000;
	font-size:2.0em;
	line-height:1.5em;
	}
	
.grid .phone a {
	color:#000;
	font-size:2.2em;
	display:block;
	direction:ltr;
	}

.grid .social img {
	width:auto;
	opacity:0.85;
}
.grid .social img:hover {
	width:auto;
	opacity:1.0;
}

.grid .logo {
text-align:right;
}

.grid .logo img {
max-width:100%;
max-height: 100%;
}
@keyframes logo_scale {
from {
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(1); /* Safari */
transform: scale(1); /* Standard syntax */
}
to {
-ms-transform: scale(1.05); /* IE 9 */
-webkit-transform: scale(1.05); /* Safari */
transform: scale(1.05); /* Standard syntax */
}
}
.grid .logo img:hover {
-webkit-animation-name:logo_scale;
animation-name: logo_scale;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}

.grid .align_right {
	text-align:right;
}
.grid .align_center {
	text-align:center;
}
.grid .align_left {
	text-align:left;
}
.grid .argil{
background-color:rgba(138,138,138,1.0);
}
/* nav */
.nav_holder_show {
	display:none;
}
.grid .nav_holder {
	border-top:none;
	border-left:none;
	border-right:none;
	display:block;
	font-size:1.1em;
	font-weight:500;
	background-color:#fff;
	border-bottom: solid 3px #fff;
	box-shadow: 0px -15px 30px -5px rgba(0, 0, 0, 0.3) inset;
}

@keyframes nav_slide {
from {
top: -50px;
}
to {
top: 0px;
}
}
.grid .nav_holder_fixed {
position:fixed;
top:0;
right:0;
background-color:#fff;
border-bottom: solid 1px #333;
box-shadow: 0px -15px 30px -5px rgba(0, 0, 0, 0.3) inset;
z-index:10000;
-webkit-animation-name:nav_slide;
animation-name: nav_slide;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.grid .nav_side_holder_fixed {
position:fixed;
margin-right:-10px;
background-color:#fff;
z-index:10000;
}


.grid .nav {
	margin:auto;
	height:40px; /* =========== */
	min-width:1024px;
	
}
.grid .nav .nav_link {
	text-align:center;
	height:100%;
	white-space: nowrap;
}

.grid .nav .nav_link:hover {
background-color:rgba(255,255,255,0.2);
}
.grid .nav .nav_link:first-child a {
	border-left:solid 1px rgba(255, 255, 255, 0.3); /* ============== */
}
.grid .nav .nav_link a {
	display:block;
	width:100%;
	height:auto;
	color:#000; /* ============== */
	border-right:solid 1px rgba(0, 0, 0, 0.3); /* ============== */
	line-height:40px; /* =========== */
	font-size:0.95em;
}
.grid .nav .nav_link:last-child a {
	display:block;
	width:100%;
	height:auto;
	color:#000; /* ============== */
	border-left:solid 1px rgba(0, 0, 0, 0.3); /* ============== */
	line-height:40px; /* =========== */
	font-size:0.95em;
}
.grid .nav .nav_link .selected {
	font-weight:bold;
	background-color:rgba(255,255,255,1.0);
	color:#000;
	font-size:0.9em;
}

/* nav_side */
.nav_sub_holder_show {
	display:none;
}
.nav_holder_show img {
	width:15%;
}
.nav_sub_holder {
	display:block;
	background-color:rgba(255, 255, 255, 0.0);
	min-height:450px;
}
.nav_l2 {
	font-weight:bold;
	padding:5px 0!important;
	border-bottom:dotted 1px rgba(70, 105, 0, 1.0);
; /* ======== */
}
.nav_l3 {
	font-weight:normal;
	line-height:2em;
	border-bottom:dotted 1px rgba(70, 105, 0, 1.0); /* ======== */
	padding:0 5% 0 0;
}
.nav_l4 {
	font-weight:normal;
	line-height:2em;
	border-bottom:dotted 1px #ddd; /* ======== */
	padding:0 10% 0 0;
}
.nav_l2 a, .nav_l3 a, .nav_l4 a {
	display:block;
}
.nav_l2 .selected_side{
	color:#a7242b;
}
.nav_l3 .selected_side {
	color:rgba(0, 0, 0, 1.0);
	font-weight:bold;
}
.nav_l4 .selected_side {
	color:rgba(0, 0, 0, 1.0);
	font-weight:bold;
}
/* home jq */
.grid .jq_holder {
	z-index:100;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	height:auto; /* =========== */
	max-height:550px;
	background-color:rgba(255, 255, 255, 0.6);
	overflow:hidden;
	border-bottom:solid 3px #ddd;
	border-left:none;
	border-right:none;
	border-top:none;
}
.grid .jq {
	margin:auto;
	direction:ltr;
	height:auto; /* =========== */
	box-shadow: 0px 0px 150px 0px rgba(255, 255, 255, 0.6);
	border-top:none;
	border-bottom:none;
	border-left:solid 1px rgba(255, 255, 255, 0.6);
	border-right:solid 1px rgba(255, 255, 255, 0.6);
}
/*
.grid .jq img {
	height:100%;
	border-right:solid 1px #333;
	border-left:solid 1px #fff;
	box-shadow: 0px 50px 80px -25px rgba(0, 0, 0, 0.5);
}
*/
 /* ============= */
.grid .jq_inner {
 margin:auto;
 direction:ltr;
 height:auto; /* =========== */
}
.grid .jq_inner div .jq_image {
	width:auto;
	height:400px;
	padding:0 3px 0 3px;
	overflow:hidden;
}
.grid .jq_inner div .jq_image img {
	height:400px;
	width:auto;
	margin:auto;
}
.grid .jq_inner_thumbs {
	margin:auto;
	direction:ltr;
	height:80px; /* =========== */
	background-color:#fff;
}
.grid .jq_inner_thumbs div .jq_image {
	width:110px; /* required - percentage sometimes doesnt show thumb */
	height:80px;
	border:solid 1px #ddd;
}
.grid .jq_inner_thumbs div .jq_image img {
	
	cursor:pointer;
	max-height:100%;
	max-width:100%;
	margin:auto;
}
/* === */
.grid .jq_gallery {
	margin:auto;
	direction:ltr;
	height:600px; /* =========== */
	background-color:#fff;
}
.grid .jq_gallery div .jq_image {
	width:auto;
	height:600px;
	padding:1%;
}
.grid .jq_gallery div .jq_image img {
	height:100%;
	border:solid 1px #aaa;
}
.grid .slick_gallery div .jq_image img, .grid .slick_inner div .jq_image img {
	margin:auto;
}
.grid .jq_thumbs_gallery {
	margin:auto;
	direction:ltr;
	height:80px; /* =========== */
	background-color:#333;
}
.grid .jq_thumbs_gallery div .jq_image {
	width:100%;
	height:80px;
	padding:2% 5%;
}
.grid .jq_thumbs_gallery div .jq_image img {
	height:100%;
	border:none;
	cursor:pointer;
}
/* home text - home1 */
.home1_wrapper {
	background-color:rgba(255, 255, 255, 0.5);
	margin-bottom:2%;
}
.home1_wrapper .home1 {
	margin:auto;
}
/* gallery */
.grid .gallery {
	background-color:rgba(255, 255, 255, 1.0);/* ====settings========= */
	border:solid 1px #ccc; /* =====settings====== */
	width:100%;
	height:auto;
	overflow:hidden;
	box-shadow: 0px 20px 30px -25px rgba(0, 0, 0, 0.15);
}
.grid .gallery4 {
border-right:none;
border-left:none;
border-top:none;
border-bottom:solid 4px #aaa;
}

.grid .gallery_title {
	line-height:1.8em;
}

.grid .gallery_title a {
	color:#fff;
	display:block;
	z-index:1000;
}


.grid .gallery_img {
	width:100%;
	padding:0;
	text-align:center;
}
.grid .gallery_img img {
	max-width:100%;
	max-height:100%;
	margin:auto;
}

.grid .gallery .gallery_title_rel {
	text-align:center;
	font-size:0.9em;
	line-height:1.5em;
	padding:2% 0;
	width:100%;
	height:auto;
	color:#fff; /* =========== */
	background-color:rgba(0, 166, 160, 1.0); /* =========== */
}
/* ==== enlarge gallery image */
.grid .gallery .gallery_img .box_overlay {
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:100%;
	height:auto;
	padding:4%;
	z-index:1;
	background-color:rgba(0, 0, 0, 0.1);
	text-align:center;
	display:none;
}
.grid .gallery .gallery_img .box_overlay .box_overlay_link {
	display:block;
	width:30px;
	height:auto;
	margin:auto;
	
}
.grid .gallery .gallery_img:hover &gt; .box_overlay {
	display:block;
}
/* ==== end enlage gallery image */
.grid .gallery .gallery_text {
	width:100%;
	padding:0px 10px;
	overflow:hidden;
}
.grid .gallery .gallery_text p {
	padding:0;
	margin:0;
}

.grid .gallery .gallery_footer {
	width:100%;
	height:auto;	
	/*background-color:rgba(0, 0, 0, 0.05);*/
}

.info_icon img{
width:25px;
vertical-align:top;
}
.grid .font_size08 {font-size:0.8em;}
.grid .font_size085{font-size:0.85em;}
.grid .font_size09 {font-size:0.9em;}
.grid .font_size095{font-size:0.95em;}
.grid .font_size10 {font-size:1.0em;}
.grid .font_size11 {font-size:1.1em;}
.grid .font_size12 {font-size:1.2em;}
.grid .font_size13 {font-size:1.3em;}
.grid .font_size14 {font-size:1.4em;}
.grid .font_size15 {font-size:1.5em;}
.grid .font_size16 {font-size:1.6em;}
.grid .font_size17 {font-size:1.7em;}
.grid .font_size18 {font-size:1.8em;}
.grid .font_size19 {font-size:1.9em;}
.grid .font_size20 {font-size:2.0em;}

.grid .h30, .h30{ height:30px;}
.grid .h40, .h40{ height:40px;}
.grid .h50, .h50{ height:50px;}
.grid .h60, .h60{ height:60px;}
.grid .h70, .h70{ height:70px;}
.grid .h80, .h80{ height:80px;}
.grid .h90, .h90{ height:90px;}
.grid .h100, .h100{ height:100px;}
.grid .h110, .h110{ height:110px;}
.grid .h120, .h120{ height:120px;}
.grid .h130, .h130{ height:130px;}
.grid .h140, .h140{ height:140px;}
.grid .h150, .h150{ height:150px;}
.grid .h160, .h160{ height:160px;}
.grid .h170, .h170{ height:170px;}
.grid .h180, .h180{ height:180px;}
.grid .h190, .h190{ height:190px;}
.grid .h200, .h200{ height:200px;}
.grid .h210, .h210{ height:210px;}
.grid .h220, .h220{ height:220px;}
.grid .h230, .h230{ height:230px;}
.grid .h240, .h240{ height:240px;}
.grid .h250, .h250{ height:250px;}
.grid .h260, .h260{ height:260px;}
.grid .h270, .h270{ height:270px;}

.grid .h290, .h290{ height:290px;}

.grid .color_white {
color: rgba(255,255,255,1.0);
}
.grid .color_red {
color: #a7242b;
}
.grid .bg_image {
background-image:url(../images/bg.jpg);
background-size:100% 100%;
}
.grid .bg_eco {
background-image:url(../images/bg_eco.jpg);
background-size:100% 100%;
}
.grid .bg_white {
background-color:#fff;
}
.grid .bg_gray {
background-color:#ddd;
}
.grid .bg_black {
background-color:#000;
}
.grid .bg_gray_dark {
background-color:#616362;
}
.grid .bg_red {
background-color:#a7242b;
}
.pointer {
cursor:pointer;
}
.shadow_inner{
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25) inset;
}
.shadow_inner:hover{
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.35) inset;
}
/* footer */
.footer_holder {
	background-color:#616362; /* =========== */
	
	color:#f3f3f3; /* =========== */
}
.footer_holder .footer {
	margin:auto;
	padding-bottom:1%;
}
.grid .nav_link_footer {
white-space:nowrap;
border-top:none;
border-bottom:none;
border-left:none;
}
.grid .nav_link_footer a {
	display:block;
	color:#fff;
	padding:0;
	margin:0;
	width:100%;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	text-decoration:underline;
}
/* ==========helpers============ */
.padding3 {
	padding:3px;
}
.no_padding {
	padding:0;
}
.no_padding_horizontal {
	padding:10px 0;
}
.no_padding_horizontal5 {
	padding:5px 0;
}
.no_padding_vertical {
	padding:0 10px;
}
.padding_special{
	padding:5px 20px;
}
.grid .padding_inner {
	padding:10px;
}
.grid .padding_inner3 {
	padding:3px;
}
.grid .padding_inner5 {
	padding:5px;
}
.grid .padding_inner10 {
	padding:10px;
}
.grid .padding_inner15 {
	padding:15px;
}
.grid .padding_inner20 {
	padding:20px;
}

.grid .padding_inner_vert3 {
	padding:3px 0;
}
.grid .padding_inner_vert5 {
	padding:5px 0;
}
.grid .padding_inner_vert10 {
	padding:10px 0;
}
.grid .padding_inner_vert15 {
	padding:15px 0;
}
.grid .padding_inner_vert20 {
	padding:20px 0;
}
.limit_width, .grid .limit_width {
	width:85% !important;
	margin:auto;
	height:auto;
	max-width:1280px;
}
.grid .no_border {
	border:none;
}
.grid .display_none {
	display:none;
}
.grid .masonry_height {
	height:100%;
}
.float_left {
	float:left;
}
.no_image_opacity {
	opacity:0.5;
	text-align:center;
}
.grid .box .no_image_opacity img {
	width:50%;
}
.grid .back_button_holder {
	font-weight:normal;
	background-color:#ddd;
	line-height:1.8em;
}
.grid .content_level p{
margin:0 0 8px 0;
}
.grid .back_button_holder a {
	display:block;
	color:#fff;
	font-size:1.0em;
}
.grid .content_wide p{
margin:10px;
}
.grid .news_container ul {
	list-style:none;
	padding:0;
}
.grid .min_height {
	min-height:700px;
}
.send_order {
	display:block;
	font-weight:bold;
	font-size:1.1em;
	background-color:orange;
	width:30%;
	margin:auto;
}
.grid .order_confirm {
	font-size:2.0em;
	font-weight:bold;
}
.grid .window {
	border:solid 1px #aaa;
	background-color:rgba(255,255,255,0.5);
}
.grid .window .window_title {
	text-align:center;
	line-height:30px;
	font-size:1.2em;
	color:#fff;
	background-color:rgba(0, 0, 0, 1.0);
}
.grid .img100 div .jq_image {
	width:100%;
	text-align:center;
	background-color:rgba(255,255,255,0.5);
}
.grid .img100 div .jq_image img {
	max-width:95%;
	max-height:95%;
	margin:auto;
}
.grid .search input[type=text] {
	width:100%;
	font-size:1.3em;
	border:none !important;
}
.search_submit {
	background-color:#666;
}
.search_submit input[type=image] {
	padding:0px;
	height:28px;
	padding:5px 0 0 0;
}

.grid .cat {
	max-height:252px;
	overflow:hidden;
}
.grid .header_link {
background-color:rgba(135,137,136,1.0);
}
.grid .header_link a {
display:block;
color:rgba(255,255,255,1.0);
font-size:1.2em;
line-height:1.5em;
}
.grid .header_link:hover {
background-color:rgba(135,137,136,0.8);
}

.grid .contact_link a {
	display:block;
	font-size:1.0em;
	font-weight:bold;
	width:100%;
	height:auto;
	line-height:30px;
	background-color:rgba(156, 130, 47, 0.2);
}
.grid .contact_link a img {
	width:12%;
	margin:0 5px;
	vertical-align:middle;
}
.padding_left {
	padding:0 0 0 20px;
}
.grid .sub_product_head {
	display:block;
}
.grid .paragraph_no_padding p {
padding:0;
margin:0;
}
/* =========== contact form ======= */
.grid .home_form {
	background-color:rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 17px 0px rgba(0, 0, 0, 0.25);
}
.grid .window input[type=text], .grid .window input[type=tel], .grid .window input[type=email], .grid .window textarea {
	width:90%;
	height:auto;
	margin:1.0% auto;
	padding:1%;
	font-size:1.0em;
	border:solid 1px #aaa;
	border-radius:5px;
}
.grid .window textarea {
	height:60px;
}
.grid .form_sent{
display:none;
}

.grid .form_holder input[type=text], .grid .form_holder input[type=email], .grid .form_holder input[type=number], .grid .form_holder input[type=tel], .grid .form_holder textarea, .grid .form_holder input[type=submit], .grid .form_holder input[type=button]{
	width:100%;
	font-size:1.2em;
	margin:0;
	padding:3px;
}
.grid .form_holder input[type=submit], .grid .form_holder input[type=button]{
cursor:pointer;
background-color:#a7242b;
border:none;
}
.grid .required input {
background-image:url(../images/required.png);
background-repeat:no-repeat;
background-position:left center;
background-size:18px 90%;
}
.grid .form_holder input[type=submit]:hover, .grid .form_holder input[type=button]:hover {
-webkit-animation-name:logo_scale;
animation-name: logo_scale;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.grid .form_holder_horizontal input[type=text], .grid .form_holder_horizontal input[type=tel], .grid .form_holder_horizontal input[type=email] {
	height:auto;
	margin:0.5%;
	font-size:1.2em;
	border:solid 1px #aaa;
	border-radius:5px;
	float:right;
}


.grid .form_element input[type=text], .grid .form_element input[type=email], .grid .form_element input[type=number], .grid .form_element input[type=tel], .grid .form_element textarea, .grid .form_element input[type=submit]{
	width:100%;
	font-size:1.2em;
	margin:0;
	padding:3px 10px;
}
.grid .form_element input[type=submit]{
cursor:pointer;
background-color:#a7242b;
border:none;
}
.grid .form_element input[type=submit]:hover {
-webkit-animation-name:logo_scale;
animation-name: logo_scale;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
/* ============lv========== */
.grid .video, .grid .files {
	background-color:#fff;
	margin-top:10px;
}
.grid .box .window_title {
	text-align:center;
	line-height:30px;
	font-size:1.2em;
	color:#fff;
	background-color:rgba(32,156,119,0.9);
}
.grid .box .video_image {
	width:100%;
}
.grid .file_holder{
	background-color:rgba(0, 0, 0, 0.85);;
}
.grid .box .files_image {
	width:100%;
}
.video_iframe {
width:100%;
height:330px;
border:solid 1px #aaa;
}

/* ============client specific========== */
.url {
	font-size:1.0em;
	background-color:rgba(44, 93, 148, 0.6);
	padding:0.5%;
}
.url:hover {
	background-color:rgba(44, 93, 148, 0.7);
}
.url a {
	color:#fff;
	display:block;
}
.url img {
	width:8%;
}
.grid .no_overflow {
	overflow:hidden;
}
.grid .limit_height_design {
	max-height:500px;
	overflow-y: auto;
}
.prv_design_img {
	background-color:#fff;
	width:100%;
	padding:10px;
}
.prv_design_img img {
	width:100%;
}
.grid .legal {
font-size:0.8em;	
}
.no_display {
display:none;
}
/* ======== drop down ===== */
.nav_link .dd_holder {
	position:absolute;
	width:250%;
	height:auto;
	top:100%;
	right:-15px;
	display:none;
	z-index:1000;
}
.nav_link .dd_holder .dd {
	background-color:#fff;
	text-align:right;
	border-bottom:solid 3px orange; /* =========== */
}
.nav_link .dd_holder .dd a {
	display:block;
	color:#333;
	border-bottom: solid 1px #ddd;
	padding:0;
	margin:0;
	font-size:1em;
}
.nav_link .dd_holder .dd a:hover {
	color:rgba(0, 148, 222, 1.0);
}
.nav_link:hover .dd_holder {
	display:block;
}
.home_side {
	background-color:#fff;
}
.home_side .home_side_box img {
	width:100%;
}
/* ============new end========== */
.fader_in {
-webkit-animation-name:fade_in;
animation-name: fade_in;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@keyframes fade_in {
from {
opacity:0.0;
}
to {
opacity:1.0;
}
}
/* ===== measurements grid level === */
@media (max-width: 800px) {
.w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, .w9, .w10, .w12, .ww35, .ww75, .ww66, .ww60, .ww80, .ww10, .ww40, .ww37, .ww83, .ww85 {
 width:100%;
}
}
@media (min-width: 801px) {
.w1 {
 width:100%;
}
.w2 {
 width:49.9%;
}
.w3 {
 width:33.33333333%;
}
.w4 {
 width:25%;
}
.w5 {
 width:20%;
}
.w6 {
 width:16.66666666666%;
}
.w7 {
 width:14.285714285%;
}
.w7_pers {
 width:14.285714285%;
}
.w8 {
 width:12.5%;
}
.w9 {
 width:11.111111111%;
}
.w10 {
 width:10%;
}
.w12 {
 width:8.333333333%;
}
.ww35 {
 width:35%;
}
.ww75 {
 width:75%;
}
.ww66 {
 width:66.666666%;
}
.ww60 {
 width:60%;
}
.ww80 {
 width:80%;
}
.ww10 {
 width:10%;
}
.ww37 {
 width:37.5%;
}
.ww40 {
 width:40%;
}
.ww83 {
 width:83.33333333333%;
}
.ww85 {
 width:85%;
}
.ww90 {
 width:90%;
}
}
.w7_pers {
 width:14.285714285%;
}
.w10_pers {
	width:10%;
}
/* =========cart======= */
.grid .cart_list {
border-top:none;
border-right:none;
border-left:none;
}
.grid .cart_title {
font-weight:bold;
font-size:1.2em;	
}
.grid .cart_qty {
width:100%;
height:auto;
font-size:1.1em;
padding:2%;
}
.grid .cart_qty_submit input {
width:100%;
font-size:1.0em;
border:solid 1px #aaa;
border-radius:0px;
padding:2%;
}
.grid .delete {
opacity:0.8;
font-weight:bold;
}
.grid .delete:hover {
opacity:1;
font-weight:bold;
}
.grid .delete a{
	display:block;
	color:#bb0000;
}
.grid .delete img {
width:10%;
vertical-align:middle;
}
.grid .cart_img {
height:40px;
background-color:rgba(255,255,255,0.5);
overflow:hidden;
}
.grid .cart_img img {
max-height:100%;
max-width:100%;
}


.grid .cart1_buyer div {
	padding:1%;
	font-size:1.1em;
}
.add_cart {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1.0em;
background-color:rgba(32,156,119,0.9) !important;
box-shadow:none;
border:none;
color:#fff;
border-radius:3px;
padding:2%;
cursor:pointer;
margin:10px auto 0 auto;
width:80%;
}
.add_cart:hover {
background-color:rgba(32,156,119,1.0) !important;
-webkit-animation-name:logo_scale;
animation-name: logo_scale;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.add_cart_true {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1.0em;
background-color:rgba(32,156,119,0.4) !important;
box-shadow:none;
border:none;
color:#fff;
border-radius:3px;
padding:2% 10px;
cursor:pointer;
margin-top:10px;
width:80%;
outline:none;
}
.grid .cart2_details div{
	width:50%;
	padding:1%;
	float:right;
	font-size:1.1em;
}
.tranzila {
display:block;
background-color:rgba(255, 0, 0, 1.0);
background-image:url(../images/pat.png);
box-shadow: 0px -20px 40px -5px rgba(119,178,0,0.5) inset;
color:#fff;
font-weight:bold;
border-radius:3px;
border:none;
cursor:pointer;
width:30%;
padding:0.5%;
margin:auto;
}
.tranzila:hover {
color:#ffcc00;
}
.grid .distributors {
border-top:none;
border-left:none;
border-right:none;	
}
.fixed {
position:fixed!important;
right:0px;
bottom:-50px;
width:100%;
height:auto;
display:none;
}

/* ======added======= */
@media (min-width: 801px) {
.nav_side_placeholder{
display:none;
}
.nav_side_wrap{
position:fixed;
top:50px;
max-width:320px;
}
}
.grid .footer_logo{
background-color:#ddd;
box-shadow: 0px -10px 15px -3px rgba(0,0,0,0.6) inset;

}
.search_distributor{
	display:block;
}
.waze {
	display:none;
}
p a {
color:#bb0000;
text-decoration:underline;
font-weight:bold;	
}
p a:hover {
color:#bb0000;
text-decoration:underline;	
font-weight:bold;	
}</pre></body></html>