﻿/*
 Theme Name:     TAV Subsite
 Theme URI:      http://turnavisual.com
 Description:    Juhlsen master child theme
 Author:         René Skou
 Author URI:     http://juhlsen.com
 Template:       juhlsen-master
 Version:        1.0.0
*/

@import url("../juhlsen-master/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Artfully masterminded by René Skou  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Foundation overrides
:: Theme main styles
:: Buttons
:: Navigation
:: Footer
:: woocommerce shop
:: Div tabels
:: Private libraries
:: Media queries
/*

/* -----------------------------------------
   Foundation overrides
----------------------------------------- */
body { background:#fff; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 1; color: #404040;height:100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; }
p { font-family: inherit; font-weight: normal; font-size: 14px; line-height:1.5; margin-bottom: 20px; }
p.lead { font-size: 17.5px; line-height: 1.6; margin-bottom: 17px; }
aside p { font-size: 13px; line-height: 1.35; font-style: italic; }
h1, h2, h3, h4, h5, h6 { font-family:inherit; font-weight: bold; font-style: normal; color:inherit; line-height: 1.1;margin:10px 0px;}
h1.page-title,h1.pagetitle {margin: 0px 0px 10px;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color:inherit; line-height: 0; }
h1 { font-size: 38.5px; }
h2 { font-size: 24px; }
h3 { font-size: 20px;}
h4 { font-size: 17px; }
h5 { font-size: 15px; font-weight:bold;}
h6 { font-size: 14px; font-weight:bold; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }
label {cursor:default; }
a {
    color:#005580;
    line-height: inherit;
    text-decoration:none;
}
a:hover,a:focus {text-decoration:underline;color:#005580;}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {line-height:2.2em; font-size:12px;border:1px solid #a5a5a5; color:#333333; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px;height:30px;margin:0px 0px 20px}
/*.row {width:1030px;}*/
table { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd; width:100%;margin:10px 0px;}

select {height:30px;-webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px;padding:4px;border:1px solid #a5a5a5; color:#333333;}
textarea {height:100px;}
.post_content .gform_body ul,.gform_body ul {margin-left:0px;list-style:none;}

/* Lists ---------------------- */
ul, ol, dl { font-size: 14px; line-height: 1.6; margin-bottom: 17px; list-style-position: outside; }

ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
ul.square, ul.circle, ul.disc { margin-left: 17px; }
ul.square { list-style-type: square; }
ul.square li ul { list-style: inherit; }
ul.circle { list-style-type: circle; }
ul.circle li ul { list-style: inherit; }
ul.disc { list-style-type: disc; }
ul.disc li ul { list-style: inherit; }
ul.no-bullet { list-style: none; }
ul.large li { line-height: 21px; }

ol { margin-left: 20px; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }

.post_content ol, .post_content ul {margin-left: 40px;}

.search input[type=text] {
-webkit-border-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius: 6px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-radius: 6px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;}

/* -----------------------------------------
   Theme main styles
----------------------------------------- */

/* Main navigation */
/*.juhlsen-top {border-bottom:4px solid #000000;}*/
.juhlsen-top img.logo {padding: 0px 0px 8px;}
.main h3,.main p {padding:10px 0px;}
.main h3 {text-align:center;}


/* clears float left */
.clear {clear:both;}


/* -----------------------------------------
   Buttons
----------------------------------------- */
.button {
    margin:10px 5px 10px 0px;
}
.button.big {
    color: #fff; /* text color */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 2px 1px rgba(0,0,1,.1); /* drop shadow */
    padding: 15px 40px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; /* border radius */
}
.button.gform_button,.button.radius {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.button.search {
    margin:0px;
    border: 1px solid #989aa1; /* stroke */
    padding:0px;
    background-color: #989aa1; /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    height:30px;
-webkit-border-radius: 0px;
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius: 0px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-radius: 0px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;


}
.button.orange {
    border: 1px solid #b2d505; /* stroke */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #b2d505; /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
}
.button.orange:hover {
    text-decoration:none;
    background-position:0px;
    color:#ffffff;
     border: 1px solid #b2d505; /* stroke */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #b2d505; /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
}
.button.green {
    border: 1px solid #8ab705; /* stroke */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #a9cb00; /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
}
.button.green:hover {
    text-decoration:none;
    background-position:0px;
    color:#ffffff;
     border: 1px solid #8ab705; /* stroke */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #b1d505; /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
}
.button.gform_button,.button.blue {
    border: 1px solid #079fdc; /* stroke */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #00adf1; /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
}
#main .post_content .woocommerce a.button,#main .post_content .woocommerce input.button {
        border: 1px solid #079fdc; /* stroke */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #00adf1; /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    color:white;
     border-radius:6px;
     text-shadow:none;
     padding:10px 20px 11px;
}
.button.gform_button:hover,.button.blue:hover {
    text-decoration:none;
    background-position:0px;
    border: 1px solid #079fdc; /* stroke */
    color:#ffffff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #05b4fa; /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
}
.button.product {
 
  background: -moz-linear-gradient(top,  #00aeef 0%, #009bd3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeef), color-stop(100%,#009bd3));
  background: -webkit-linear-gradient(top,  #00aeef 0%,#009bd3 100%);
  background: -o-linear-gradient(top,  #00aeef 0%,#009bd3 100%);
  background: -ms-linear-gradient(top,  #00aeef 0%,#009bd3 100%);
  background: linear-gradient(to bottom,  #00aeef 0%,#009bd3 100%);
    border-radius: .5em;
    border: 1px solid #D6D6D6;
    position: relative;
      background:#00aeef url(images/download-icon.png) 20px center no-repeat;
  color:#fff;
  font: 900 12px "Helvetica neue", Arial, sans-serif;
    width: 230px;
    height: 25px;
    display: block;
    text-align: left;
    padding: 15px 0 0 53px;
    text-decoration: none;
    border:none;
    height:40px;
}

/* -----------------------------------------
   Navigation
----------------------------------------- */

/* Main navigation */
#menu-main {list-style:none;}
#menu-main li {float:left;position:relative;line-height: 31px;border-right:1px solid #e1e1e1;}
#menu-main li a {display:inline-block;color:#000000;padding:3px 25px 3px;font-size:14px;}
#menu-main li a:hover {text-decoration:none;}
/*#menu-main li.current-menu-item {border-bottom:4px solid #b2d505;}*/
#menu-main li.last a {padding:5px 0px 6px 20px; border-right: none;}
#menu-main li.last {border-right: none;}
.row .nav-buttons {margin-top:40px;float:right;}
nav.mainmenu {float:left;position:relative;}

/* sidebar navigation */
.leftside ul {list-style:none;}
.leftside ul li {padding:10px 15px;border-top:1px solid #efefef;background-color:#ffffff;border-right:1px solid #efefef;border-left:1px solid #efefef;}
.leftside ul li:first-child {
    border: 1px solid #efefef;
    border-bottom:none;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 15px;
}
.leftside ul li.current-menu-item {background-color:#f0f0f0;}
.leftside ul li a {color:#000000;font-weight:bold;}
.leftside ul li:last-child {
    border: 1px solid #efefef;
    border-radius: 0px 0px 15px 15px;
    padding: 10px 15px;
}

/* Sidebar (used on many templates and showing different widgets depending on conditions) */
#sidebar .widget {
    border:1px solid #dadada;
    border-radius:15px 15px 15px 15px;
    background-color:#ffffff;
    border-top:none;
    margin:0px 0px 20px;
}
#sidebar .widget .textwidget {padding:0px 10px 20px;}
#sidebar .widget h4 {
    color:#ffffff;
    border-radius:15px 15px 0px 0px;
    
    padding: 10px 10px 10px;
    border-top:1px solid #dadada;
   -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #b2d505; /* layer fill content */
-moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
-webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1); /* drop shadow and inner shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
background-image: linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
    text-align:center;
    vertical-align:middle;
}
#sidebar .widget ul {margin:0px;list-style:none;}
#sidebar .widget ul li {border-top:1px solid #dadada;padding:10px 10px;}
#sidebar .widget ul li:first-child {border-top:none;}
#sidebar .widget ul li:last-child {padding-bottom:10px;}
#sidebar .widget ul li a {color:#000000; font-weight:bold;}
#filter.widget select {margin:5px 0px;;}



/* -----------------------------------------
   Footer
----------------------------------------- */
#juhlsen-footer {
    padding:20px 0px;
    min-height:250px;
    margin:20px 0px 0px;
    border-bottom:10px solid #b2d505;
    background-color:#c0c0c0; /* layer fill content */
    background: #424145; /* Old browsers */
    background: -moz-linear-gradient(top, #424145 0%, #989aa1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424145), color-stop(100%,#989aa1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #424145 0%,#989aa1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #424145 0%,#989aa1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #424145 0%,#989aa1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #424145 0%,#989aa1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424145', endColorstr='#989aa1',GradientType=0 ); /* IE6-9 */
}
#juhlsen-footer h3 {color:#FFFFFF;}
.footer {padding:10px 20px 20px;}
.footer h3,.footer h5 {color:#ffffff;}
.footer ul {list-style-type:none;margin:0px 0px 10px 10px;list-style-image:url('images/right_thin_arrow.png'); }
.footer ul li {margin:10px 0px;}
.footer ul li a {color:#ffffff;font-weight:bold;}

/* -----------------------------------------
   Validation
----------------------------------------- */

/* -----------------------------------------
   Woocommerce shop
----------------------------------------- */
ul.products {
  list-style:none;
  display:block;
  margin:0 0 0 -6px;
  padding:0;
}

.products li.product {float:left;margin:0px 10px 5px;}

ul.products li {
  list-style: none;
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 140px;
  height: 200px;
  margin: 10px;
  
}
ul.products li.not-product {
      list-style: none;
  position: relative;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 10px 0px;
}

ul.products li .product-hover .product-inner{
  width: 140px;
  height: auto;
  position: absolute;
  top: -15px;
  left: 0;
  padding: 0;
  transition: .1s ease;
  -o-transition: .1s ease;
  -ms-transition: .1s ease;
  -moz-transition: .1s ease;
  -webkit-transition: .1s ease;
}
ul.products li .product-hover .product-inner .product-sku{
  margin: 0;
  padding: 0;
  font: 400 11px 'Helvetica Neue', Arial, sans-serif;
  height: auto;
  float: left;
  display: block;
  color: #555555;
  width: 100%;
  padding: 0 0 0 10px;
}
ul.products li a:hover{
  text-decoration:none;
}
ul.products li .product-hover .product-inner .product-image{
  /*background: url(images/famac_images/teku_product.png) no-repeat #999999;*/
  background: #999;
  background-position: center bottom;
  display: block;
  float: left;
  padding: 10px;
  margin: 0;
  width: 140px;
  height: 140px;
  text-align: center;
  position: relative;
  /*border-radius: 1em;*/
  transition: .1s ease;
  -o-transition: .1s ease;
  -ms-transition: .1s ease;
  -moz-transition: .1s ease;
  -webkit-transition: .1s ease;
}
ul.products li .product-hover .product-inner .product-image img{
    width: auto;
    height: 120px;
}
ul.products li .product-hover .product-inner .product-title{
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  font: 400 10px 'Helvetica Neue', Arial, sans-serif;
  width: 100%;
  height: 15px;
  float: left;
  display: block;
  color: #555555;
  overflow: hidden;
  transition: .1s ease;
  -o-transition: .1s ease;
  -ms-transition: .1s ease;
  -moz-transition: .1s ease;
  -webkit-transition: .1s ease;
}
ul.products li .product-hover .product-inner .product-author{
  margin: 0 0 3px 0;
  padding: 0 0 0 10px;
  font: 400 10px 'Helvetica Neue', Arial, sans-serif;
  width: 100%;
  height: auto;
  float: left;
  display: block;
  color: #555555;
  overflow: hidden;
  transition: .1s ease;
  -o-transition: .1s ease;
  -ms-transition: .1s ease;
  -moz-transition: .1s ease;
  -webkit-transition: .1s ease;
}
#main .product .images{

  background:#a7a7a7;
  padding:20px;
  border-radius: 0;
  margin:0px 0px 10px;
  /*background: url(images/famac_images/teku_product_main.png) no-repeat #999999;*/
  /*background-position: center bottom;*/
  background: #999;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
}
.wp-pagenavi a, .wp-pagenavi span.pages {
    margin-right: 1px;
}
.wp-pagenavi {
    margin:10px 0px;
}

/* -----------------------------------------
   Div tabels
----------------------------------------- */
#user-profile label {margin:10px 0px;}
#user-profile textarea {height:100px;}

/* -----------------------------------------
   Private libraries
----------------------------------------- */
.action { display:none;}
.warning.panel {min-height:30px; background-color:#e5d339;opacity:0.7;border:1px solid #e5d339;color:#000000;margin:10px; padding:15px;border-radius:6px;display:none;}
.success.panel {min-height:30px; background-color:#a2dda2;opacity:0.7;border:1px solid #a2dda2;color:#000000;margin:10px; padding:15px;border-radius:6px;display:none;}
.success.panel.show {min-height:30px; background-color:#a2dda2;opacity:0.7;border:1px solid #a2dda2;color:#000000;margin:10px; padding:15px;border-radius:6px;display:block;}
.trash img {cursor:pointer;position: relative;
/*top: -95px;*/
/*left: 55px;*/
}
.hand { cursor:pointer;}
.warning.panel a {color:red;text-decoration:underline;}
.remove-from-array { display:none;cursor:pointer;}
.products { list-style:none;}
.products li {float:left;}
.is-in-library {display:none;}
.add-to-library,.remove-from-library {cursor:pointer;}
.create-library {display:none;}
/*.products li .pl-library {margin:10px 5px;padding:25px 25px 0px;}*/
.products li .pl-library {margin:30px 0px;padding:0;}
.products li .pl-library p {text-align:left;font-size:10px;padding:0px;margin:0px;line-height:12px;}
.image-button {cursor:pointer;
}

.related.products ul.products li .product-hover .product-inner .product-image img.add-to-library,
.related.products ul.products li .product-hover .product-inner .product-image img.is-in-library,
.related.products ul.products li .product-hover .product-inner .product-image img.remove-from-library,
.related.products ul.products li .product-hover .product-inner .product-image img.remove-from-array,
ul.products li .product-hover .product-inner .product-image img.remove-from-library,
ul.products li .product-hover .product-inner .product-image img.remove-from-array,
ul.products li .product-hover .product-inner .product-image img.is-in-library,
ul.products li .product-hover .product-inner .product-image img.add-to-library{
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 2;
  top: 5px;
  left: 105px;
}
ul.products .pl-library img.delete-library {
    position: relative;
    width: 25px;
    height: 25px;
    z-index: 2;
    top: 5px;
    left: 105px;
}
.related.products ul.products li .product-hover .product-inner .product-title,
ul.products li .product-hover .product-inner .product-title{
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  font: 400 10px 'Helvetica Neue', Arial, sans-serif;
  width: 100%;
  height: 13px;
  float: left;
  display: block;
  color: #555555;
  overflow: hidden;
  transition: .1s ease;
  -o-transition: .1s ease;
  -ms-transition: .1s ease;
  -moz-transition: .1s ease;
  -webkit-transition: .1s ease;
}
#main .products li.product {float:left;margin:0px 10px;}


.related.products { margin-top:20px; }
.related.products ul.products,
.products ul.products{
  list-style:none;
  display:block;
  margin:0 0 0 -6px;
  padding:0 !important;
}
.gform_wrapper ul.gform_fields .gchoice_3_1{
float: left;
margin-right: 10px;
}
.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
overflow: hidden;
}
/* -----------------------------------------
   Media queries
----------------------------------------- */

.a2logo{
    float: right;
    margin-top: 25px;
}
.headlogo{
    /*margin: 0 15px;*/
    max-width: 1000px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
    margin: 0 auto;
}
.left-menu{
    float: left;
}

.menu-row{
    height: 39px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
}
.head-logo-row{
    background: #fff;
}
.wrap-nav{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.nav-buttons{
    text-align: right;
}
.nav-buttons a.nav-button-itm:visited,
.nav-buttons a.nav-button-itm:link{
    font-weight: bold;
    margin-left: 50px;
    color: #003a99;
    text-decoration: underline;
    line-height: 38px;
}
.breadcr{
    margin-top: 17px;
    margin-bottom: 22px;
}
#breadcrumbs{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    color: #ccc;
}   
#breadcrumbs a:hover,
#breadcrumbs a:link,
#breadcrumbs a:visited{
    color: #ccc;
    text-decoration: none;
}

body .row-cust-gg{
    max-width: 1000px;
    width: 100%;
}
body .row-cust-gg .columns{
    padding: 0 25px;
}
.leftside .search input[type=text]{
    border-radius: 0;
    -webkit-border-radius:0;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    -webkit-box-shadow:none;
    margin: 0px 0px 30px;
}
.leftside button.search{
    border: none;
    border-radius: 0;
    width: 37px;
    height: 30px;
}

.row-cust-gg .leftside .ten{
    width: 82.33%;
}
.page-header h1,
h1.page-title{
    font-size: 24.9px;
    color: #003399;
    margin-top: 5px;
    margin-bottom: 35px;
}
.pre-title{
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    top: -9px;
}
body .leftside ul.menu li,
body .leftside ul.menu li:last-child,
body .leftside ul.menu li:first-child{
    border-radius: 0;
    -webkit-border-radius:0;
    padding: 0;
    border-left: none;
    border-right: none;
}
body .leftside ul.menu li a{
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: inherit;
    padding: 17px 0;
    padding-left: 10px;
    display: block;
}
body .leftside ul.menu li a:hover{
    text-decoration: none;
}
body .leftside ul.menu li:hover{
    background: #f9f9f9;
}
.virt{
    text-transform: uppercase;
    margin-top: 46px;
    display: block;
    padding-left: 10px;
    padding-right: 60px;
    line-height: 18px;
    margin-bottom: 50px;
}
/*.footer-cust div{
    color: #000;
}*/
#juhlsen-footer-cust{
    border-top: 1px solid #e1e1e1;
    background: #f9f9f9;
    padding-top: 33px;
}
.footer-cust{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.footer-cust .widget-1{
    width: 30%;
    padding-left: 35px;
}
.footer-cust .widget-2{
    width: 31%;
}
.footer-cust .button.expand{
    width: auto;
    border-radius: 0;
    -webkit-border-radius:0;
    border: none;
}
.footer-cust input[type=text]{
    border: 1px solid #e1e1e1;
    border-radius: 0;
    -webkit-border-radius:0;
    box-shadow: none;
    -webkit-box-shadow:none;
}
#main{
    padding-right: 0;
}
#footer-search-2{
    padding-right: 0px;
}
.tabs dd.active a, .tabs li.active a {
    color: #003399;
}
.tabs dd a:focus, .tabs li a:focus {
    color: #003399;
}
p a.not-log-link{
    background: #003399;
    display: block;
    width: 165px;
    height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    float: left;
    line-height: 25px;
    margin-right: 7px;
    margin-bottom: 7px;
}
#main .product .images{
    /*width: 290px;*/
    /*height: 290px;*/
    text-align: center;
    margin-bottom: 50px;
}
#main .product .images img{
    width: auto;
    /*height: 200px;*/
}
.panel{
    border: none;
    background: none;
}
#tab-contact_tab h2,
#tab-description h2{
    font-size: 19px;
    color: #003399;
}
#main h1{
    color: #003399;
    font-size: 27px;
    margin-top: 0;
}
form select,
form textarea,
form input[type=password],
form input[type=text]{
    border: 1px solid #e1e1e1;
    border-radius: 0;
    -webkit-border-radius:0;
    box-shadow: none;
    -webkit-box-shadow:none;
}
.woocommerce form .form-row{
    padding: 0;
}
.button.product{
    border: none;
    border-radius: 0;
    -webkit-border-radius:0;
    background: url(images/download-icon.png) 20px center no-repeat #003399;
}
#main .post_content  .woocommerce a.button,
#main .post_content .woocommerce input.button,
.button.gform_button, .button.blue{
    background: #003399;
    border: none;
    border-radius: 0;
    -webkit-border-radius:0;
    box-shadow: none;
    -webkit-box-shadow:none;
}
.button.gform_button:focus, .button.blue:focus,
.button.gform_button:hover, .button.blue:hover{
    background: #003399;
    text-decoration: underline;
    border: none;
    border-radius: 0;
    -webkit-border-radius:0;
    box-shadow: none;
    -webkit-box-shadow:none;

}
.validation_message,
.validation_error{
    color: red;
}
.hidden{
    display: none;
}
.scrl-dwn{
    height: 25px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    width: 89%;
    margin-top: 5px;
    margin-bottom: 30px;
    display: none;
}
#start_infinite_scroll a{
    color: #fff;
    background: #ff0000;
    line-height: 22px;
    display: inline-block;
    padding-left: 20px;
    padding-right:20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
#start_infinite_scroll{
    display: none;
}
#gg_imgajax{
    margin-bottom: 30px;
}
.nav-buttons{
        /*margin-right: 25px;*/
    }
    .headlogo{
        padding-left: 25px;
        /*padding-right: 25px;*/
    }
    .wp-admin ul li ul, .wp-admin ul li ol{
    margin: 0;
}

.wp-admin #adminmenuback{
    position: fixed;
    z-index: 0;
}

.wp-admin{
    background: transparent;

}
.logo-m{
    display: none;
}
@media only screen and (max-width: 1000px) {
    .nav-buttons{
        margin-right: 25px;
    }
    .headlogo{
        /*padding-left: 25px;*/
        padding-right: 25px;
    }
    #juhlsen-footer-cust .footer-cust{
        padding-right:25px; 
    }
}

@media only screen and (max-width: 815px) {
  

  .a2logo{
    /*display: none;*/
  }
  .headlogo{
    /*text-align: center;*/
  }
  .left-menu{
    float: none;
    display: none;
  }
  .menu-row{
    height: 100%;
  }
  nav.mainmenu {
    float: none;
  }
  #menu-main li{
    float: none;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
  }
  #menu-main li.last a{
    padding: 3px 25px 3px;
  }
  .nav-buttons{
    text-align: center;
    display: none;
    margin-right: 0;
  }
  .nav-buttons a.nav-button-itm:visited, .nav-buttons a.nav-button-itm:link{
    margin-left: 0;
    text-align: center;
    display: block;
  }
  .btn-menu-mobile{
    background: url(images/menu-btn.png) no-repeat center;
    height: 50px;
  }
  #menu-main li:first-of-type{
    border-top: 1px solid #e1e1e1;
  }
  #main{
    padding: 0 25px;
  }
  iframe {
    width: 100%!important;
  }
}


@media only screen and (max-width: 640px) {
  
.logo-m{
    display: block;
}
.logo{
    display: none;
}
  .a2logo{
    display: none;
  }
  .headlogo{
    text-align: center;
  }
 /* .left-menu{
    float: none;
    display: none;
  }
  .menu-row{
    height: 100%;
  }
  nav.mainmenu {
    float: none;
  }
  #menu-main li{
    float: none;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
  }
  #menu-main li.last a{
    padding: 3px 25px 3px;
  }
  .nav-buttons{
    text-align: center;
    display: none;
  }
  .nav-buttons a.nav-button-itm:visited, .nav-buttons a.nav-button-itm:link{
    margin-left: 0;
    text-align: center;
    display: block;
  }
  .btn-menu-mobile{
    background: url(images/menu-btn.png) no-repeat center;
    height: 50px;
  }
  #menu-main li:first-of-type{
    border-top: 1px solid #e1e1e1;
  }
  #main{
    padding: 0 25px;
  }
  iframe {
    width: 100%!important;
  }*/
}
.blue-button {
    background: #003399;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
}
ul.products li.image-button {
    float: none;
    height: 0px;
}
.trash img {
    cursor: pointer;
    position: relative;
    top: -160px;
    left: 115px;
}
.lost_reset_password{
    margin-bottom: 20px;
}
.lost_reset_password .button{
    margin-top: 10px;
}
.gvc-widget{
    /*border: 1px solid #dadada;*/
    /*border-radius: 15px 15px 15px 15px;*/
    background-color: #ffffff;
    border-top: none;
    margin: 0px 0px 20px;
}


.gvc-widget h4{

    color: #ffffff;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 10px 10px;
    border-top: 1px solid #dadada;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1);
    box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…Igd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%);
    background-image: linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%);
    text-align: center;
    vertical-align: middle;
    font-size: 17.5px;
}
.gvc-widget button{
    border: 1px solid #ff0000;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ff0000;
    -moz-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1);
    box-shadow: 0 2px 4px rgba(0,0,1,.1), inset 0 2px 2px rgba(255,255,255,.1);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…Igd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%);
    background-image: linear-gradient(bottom, rgba(0,0,1,.1) 0%, rgba(255,255,255,.1) 100%);
    line-height: 28px;
    /*border-radius: 8px;*/
}
.gvc-widget a{
      position: relative;
      display: inline-block;
      top: 1px;
      border: none;
      width: 46%;
      padding: 0;
      text-transform: uppercase;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      line-height: 28px;
      font-size: 14px;
}
.gvc-widget a:hover{
    font-size: 14px;
}
.gvc-widget form{
    /*padding: 0px 10px 20px;*/
}
