.nav-tabs { border-bottom: 2px solid #DDD; border-radius:2px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; background:#1a7870;}
.nav-tabs > li > a { border: none; color: #999;background: #f7f7f7;transition: background-color 500ms linear; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #fff !important; background: #1a7870; }
.nav-tabs > li > a::after { content: ""; background: #1a7870; height: 2px; position: absolute; width: 100%; left: 0; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }


.nav-tabs > li.active > div, .nav-tabs > li.active > div:focus, .nav-tabs > li.active > div:hover { border-width: 0;background:#1a7870; }
.nav-tabs > li > div { border: none; color: #1a7870;background: #DAEAE5;min-width:230px; }
.nav-tabs > li.active > div, .nav-tabs > li > div:hover { border: none;   }
.nav-tabs > li > div::after { content: ""; background: #1a7870; height: 2px; position: absolute; width: 100%; left: 0; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > div::after, .nav-tabs > li:hover >div::after { transform: scale(1); }

.small {
	font-size:90%;
}
.nav>li>a.gold {
    background: #e0dbb0;
}

.regform
{
	width:25px;
}
.nobold
{
	font-weight: normal;
}
.text-bold
{
	font-weight: 700;
}
.nav-patients
{
	background:transparent;
	border:none;
}
.col-head {
    color: white;
    font-size: 3em;
    padding: 5px;
    border: none;
    border-radius: 50%;
    background-color: #efefef;
}

#thesite
{
    position: relative;
    top: 3%;
}

#tbl_site_body
{
    padding-top:5px;

}
#overlay_modal
{
	background-color: #ffffff;
    height: 3650px;
    opacity: 0.96;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
    
.tabdiv {
	border: none;  
	color: #fff !important; 
	background: #1a7870;
	border-radius:4px 4px 0 0;
	padding:7px 15px;
	max-width:140px;
}
.panel-default{border-color:#ccc;}

.form-group
{
	margin-bottom:3px;
}
.nav>li>a {
	padding:7px 15px;
}
.questbox {
	background-color: #eef6ef;
	color:#31708f;
	border-color:#daeae5;
	margin-bottom:0px;
}
.answerrow {
	padding:0px 15px;
}
.progress-bar 
{
	background-color: #1a7870;
}
.inforow
{
	padding:10px;
}

.btn-buy {
    background-color: #C1A13B;
    border-color: #C1A13B;
    color: #fff;
    width:100%;
}

.btn-buy:hover {
	background-color: #C1A13B;
    border-color: #C1A13B;
    color: #fff;
	box-shadow:0 1px 3px #666;
}

.btn-buy-list {
    background-color: #C1A13B;
    border-color: #C1A13B;
    color: #fff;
    max-width:250px;
}

.btn-buy-list:hover {
    background-color: #C1A13B;
    border-color: #C1A13B;
    color: #fff;
    box-shadow:0 1px 3px #666;
}

.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-black:hover {
	background-color: #000;
    border-color: #000;
    color: #fff;
	box-shadow:0 1px 3px #666;
}

.btn-grey
{
    background-color:#efefef;
    border: 1px solid #cccccc;
}
.p10
{
	padding:10px;
}
.tabbable-line {
	margin-top:25px;
}

.form-control
{
	padding:6px;

}

.camera {
  width: 420px;
  display:inline-block;
}

.output {
  width: 42px;
  display:inline-block;
}

.video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:400px;
  height:225px;

    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
     transform: scale(-1, 1);

}

.photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:400px;
  height:225px;
}

.photo1 {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    background-color:#efefef;
    max-width:400px;
    height:225px;
}

.canvas {
  display:none;
}

.startbutton {
  display:block;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  bottom:32px;
 
}

.countdown {
    position:absolute;
    top:100px;
    left:150px;
    font-size:46px;
    color:#fff;
    z-index:123;
    font-weight:bold;
}


.alert-grey {
    color: #666;
    background-color: #f5f5f5;
    overflow:hidden;
    border: 1px solid #ececec;
}
    /*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 0.8em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */


img
 {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


iframe
{
	border:none;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */


progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
    display:inline-block;
}

a, span {
    vertical-align: baseline;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 1.4em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
    max-width: 100%;

}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * Its recommended that you don't attempt to style these elements.
 * Firefoxs implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chromes increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people arent caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Dont inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
    padding: 0;
}

.collapse.in {
    display: inline;
}

.fix {
    overflow: hidden;
}

h3
{
	font-size:13px;
}
h4 {
    color: #969003;
    font-size: 14px;
    text-transform: uppercase;
}

/* Back to top */
#totop {
	background: #C1A13B;
	border: medium none;
	border-radius: 2px;
	bottom: 20px;
	cursor: pointer;
	display: none;
	font-size: 20px;
	padding: 5px 10px;
	position: fixed;
	right: 20px;
}

/* ----------------------------
3. Main-Menu-area
------------------------------*/
.status_icons i {
  /*  border: 1px solid #daeae5;
	border-radius:2px; 
	background-color:#daeae5;*/
    color: #1a7870;
    display: block;
    font-size: 18px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    float: left;
    width: 30px;
    margin: 0 5px;
}

.status_icons .separates {
	min-height:35px;
	border-bottom:1px solid #ececec;
}

.status_icons .sheader {
	float:left;
	min-width:180px;
	line-height:30px;

}

.status_icons .sbody {
	display: inline-block;
	white-space: nowrap;
}

.insider
{
    background-color: #666666;
    left: 2%;
    position: absolute;
    top: 8%;
    width: 95%;
    z-index: 3;

}


.footer {
 background:#f6f6f6;
 padding:20px 0;
 border-top:4px solid #daeae5;
    bottom:0;
    margin-top:10%;
    width:100%;
}


.widget h2 {
 cursor:pointer;  
 font-size:1.1em;
 font-weight:bold;
 padding-bottom:5px;
 padding-top: 15px;
}
.footer-bottom {
 background:#daeae5;
 padding:15px 0;
 border-top:1px solid #d9d9d9;
 font-size:11px;
 color:#777;
}

.copyright{
	font-size: 12px;
	color: #fff;
	padding: 10px 0;
}

.best-product-rating
{
 padding:10px 0;
}

.sigle-support-icon{
	float:left;
	margin-right:15px;
	cursor:pointer;
}
.sigle-support-icon p{
	background: #C1A13B none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
	border-radius:2px;
}
.form-header
{
	color: #1A7870;
    font-weight:bold;
	height:34px;
	padding:10px 12px;
	border-radius:2px 2px 0px 0px;
	/*box-shadow:0 1px 3px #666;*/
	text-transform:uppercase;
    background-color:#DAEAE5;
}

.form-header span:after{
    background: #1A7870 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    width: 50%;
}

.promo-corner {
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    color: #ffffff;
    position: absolute;
    top: 0;
    z-index: 100;
}

.promo-corner span.sale {
    background: #4888b9;
    position: absolute;
    top: -15px;
    left: -48px;
    z-index: 10;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-transform: uppercase;
    padding: 29px 42px 1px;
    overflow: hidden;
}

.sigle-support-content h2{
	color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
	cursor:pointer;
}
.sigle-support-content p{
	font-size:14px;
}


.main-menu-area{
	background:#1a7870;
}

.main-menu nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

.main-menu nav ul li{
	float:left;
	position:relative;
	min-width:16%;
}

.main-menu nav ul li a{
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 20px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
    text-align:center;
}


.main-menu nav ul li a i {
    margin-left: 5px;
}
.main-menu nav ul li:hover > a {
    background: #C1A13B none repeat scroll 0 0;
}

.main-menu nav ul li a:hover {
    background: #C1A13B none repeat scroll 0 0;
}

.main-menu nav ul ul {
    background: #1a7870 none repeat scroll 0 0;
    border-top: 2px solid #C1A13B;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
    vertical-align: top;
    visibility: visible;
    z-index: 5000;
}
.main-menu nav ul ul li a {
    font-size: 12px;
    padding: 10px 20px;
	color:#fff;
	white-space:nowrap;
    text-align:left;
}
.main-menu nav ul ul li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #e3b208;
    text-decoration: none;
}
.main-menu nav ul li:hover > ul {
    opacity: 1;
    overflow: visible;
    transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
    z-index: 999;
}
.main-menu nav ul li:hover {
    background-color: #1a7870;
}
.main-menu nav ul .sub-menu {
    padding: 10px 0;
}
.main-menu nav ul .sub-menu li {
    width: 300px;
}
.main-menu nav ul .sub-menu li:hover {
    background-color: #C1A13B;
}
.main-menu nav ul .sub-menu li a:hover {
    color: #fff;
}
.main-menu nav ul .mega-menu {
    background: #DAEAE5 none repeat scroll 0 0;
    position: absolute;
    width: 700px;
}
.main-menu nav ul .mega-menu .single-mega-menu {
    float: left;
    margin-right: 30px;
    padding: 20px 0 20px 15px;
    width: 200px;
}
.main-menu nav ul .mega-menu .single-mega-menu h2 {
    border-bottom: 1px solid #1a7870;
    color: #1a7870;
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    text-transform: uppercase;
}
.main-menu nav ul .mega-menu .single-mega-menu h2 a {
    padding: 5px;
    color: #1a7870;
}

.main-menu nav ul .mega-menu .single-mega-menu ul {
    background:none;
    box-shadow:none;
    transform:none;
    border:none;
    opacity:100;
}

.main-menu nav ul .mega-menu li:hover {
    background:none;
}
.main-menu nav ul .mega-menu .single-mega-menu ul li  {
    width:100%;
}

.main-menu nav ul .mega-menu .single-mega-menu ul li a {
    text-transform: capitalize;
    color:#1a7870;
    font-weight: normal;
}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    z-index: 2;
}
.mean-container .mean-nav {
    background: #C1A13B none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a:hover {
    background: #C1A13B none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a.mean-expand {
    background-color: #e0dbb0;
    height: 24px;
}

.mean-container .mean-nav ul li a.mean-expand:hover{
    background-color: #C1A13B;
    height: 24px;
}
.mean-container .mean-nav ul li li a {
	background-color:#c6c3a5;
}
.mean-container .mean-bar {
    padding: 2px 0;
    position: relative;
}
.mean-bar::before {
    color: #fff;
    content: "Menu";
    font-family: roboto;
    font-size: 20px;
    font-weight: 700;
    left: 10px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 13px;
}

.menu-pic {
    margin-right:10px;
    padding:5px;
    font-size:18px;
}
.mb15 {
	margin-bottom:15px;
}

.mt15 {
	margin-top:15px;
}

.filter-option{
	margin-bottom: 10px;
}
.filter-option p{
	margin-right: 3px;
}
.filter-option select{
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	padding: 5px 13px;
	width: 86%;
    height:34px;
}

.filter-option i {
    border: 1px solid #C1A13B;
    color: #C1A13B;
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    float:left;
    width: 10%;
	margin: 2px;
}

.profile-usermenu {
  width: 100%;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #1a7870;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #1a7870;
  background-color: #f6f9fb;
  border-left: 2px solid #1a7870;
  margin-left: -2px;
}


.price {
    color: #1a7870 !important;
    font-size: 15px;
    font-weight: bold;
	padding:0 15px;
	text-align:right;
}

.product-listing-price {
    font-style: italic;
    line-height: 36px;
    font-size: 16px;
    color: #c5091d;
    text-align:right;

}

.shop-pagination .pagination{
	margin-top: 15px;
	clear:both;
}
.shop-pagination .pagination li a{
	color: #666666;
	margin-left: 5px;
}
.shop-pagination .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.shop-pagination .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.shop-pagination .pagination li a:hover, .shop-pagination .pagination li a:focus{
	background:#C1A13B;
	color:#fff;
}

.single-item-content{
	padding: 10px 5px 0;
}
.single-item-content h2{
	margin-bottom:10px;

}
.single-item-content h2:hover{
	color:#C1A13B;
}
.single-item-content h3{
	clear: both;
	color: #7e7e7e;
	font-size: 16px;
	font-weight: 700;
	margin-bottom:0;
}

.properties
{
    font-size: 92%;
    padding-top:2px;
}
.padding0 
{
	padding:0;
}

.breadcrumb-arrow {
    padding: 0;
    width:100%;
	background: #f5f5f5;
	list-style: none; 
	overflow: hidden;
}
.breadcrumb-arrow>li+li:before {
	padding: 0;

}
.breadcrumb-arrow li { 
	float: left; 
}
.breadcrumb-arrow li.active a {
	background: #1a7870 ; 
}
.breadcrumb-arrow li.completed a {
	color: white;
	background: #1a7870 ; 
}
.breadcrumb-arrow li.active a:after {
	border-left: 20px solid #1a7870 ;
}
.breadcrumb-arrow li.completed a:after {
	border-left: 20px solid #1a7870 ;
} 

.breadcrumb-arrow li a {
	color: #367962;
	text-decoration: none; 
	padding: 10px 0 10px 45px;
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb-arrow li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 20px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 20px solid transparent;
	border-left: 20px solid #f5f5f5;
	position: absolute;
	top: 50%;
	margin-top: -20px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb-arrow li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 20px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 20px solid transparent;
	border-left: 20px solid white;
	position: absolute;
	top: 50%;
	margin-top: -20px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb-arrow li:first-child a {
	padding-left: 15px;
}
.breadcrumb-arrow li a:hover { background: #C1A13B ;color:white; }
.breadcrumb-arrow li a:hover:after { border-left-color: #C1A13B   !important; }

.breadcrumb-tiny {
	text-transform:uppercase;
	font-size:11px;
}


.icon-big
{
	font-size:50px;
}
/* FINISH CUSTOM GLYPHICONS */

/* time line front panels*/

.timeline {
    position: relative;
    padding: 0 0 10px;
    margin-top: 4px;
  /*  margin-bottom: 30px; */
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
   /* background: currentColor;*/
    top: 0;
    bottom: 0;
    margin-left: 30px;
}

.timeline .separator {
    padding: 5px;
    font-style: italic;
    font-size: 1em;
    margin-left: 10px;
}
.timeline .separator {
    /* border-top: 1px solid currentColor; */
    padding: 5px;
    /* padding-left: 40px; */
    font-style: italic;
    font-size: 1em;
    margin-left: 10px;
}

.timeline .line::before { top: -4px; }
.timeline .line::after { bottom: -4px; }
.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    /* background: currentColor; */
}

.timeline .panel {
    position: relative;
    margin: 10px 0 21px 70px;
    clear: both;
}

.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0;
    height: 0;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * { font-size: 20px; vertical-align: middle; line-height: 40px; }
.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    float: left;
	background-color: #1a7870;
	color:#fff;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}


.timeline .panel-outline .panel-body {
    padding: 10px 0;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}

/* FINISH TIMELINE */
.show-usertype
	{
    line-height:28px;
	border-radius:2px;
	color:#367962;
	font-weight:700;
    white-space:nowrap;

}

.borderbottomgrey {
    border-bottom: 1px solid #ebebeb;
}

.callout {
	border-left:6px solid #1a7870;
}
.manufacturer {
    color: #555;
}


input,select,textarea{
	    margin:1px;
}

input{
	    height:28px;
}


input[type="checkbox"]{
    display:inline-block;
    width:22px;
    height:22px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}

select
{
	height:28px;
}

option
{
	padding:3px 15px;
}

optgroup
{
	padding:0 15px;
}


.heading
{
	border-bottom:2px solid #000;
	line-height:28px;
	font-weight:bold;
}
.cur_lnk
{
	border-radius: 5px 5px 0 0;
    border: 1px solid #7c9896;
    background-color: #daeae5;
	padding:3px;
	line-height:28px;
}

.other_lnk
{
	border-radius: 5px 5px 0 0;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
	padding:3px;
	line-height:28px;
}
.shipping-down { padding: 4px; }
.shipping-down h2 { color: #56713F; font-size: 12px; font-weight: bold; line-height: 18px; margin: 0; border-bottom: 1px solid #cccccc; padding: 4px 15px;} 
.shipping-down ul { list-style: none none; padding-left: 5px;padding-right:5px;}
.shipping-down ul:last-child { margin-bottom: 0; }
body{
    text-decoration:none;
	color: #333333;
    font-family: "Raleway",Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
input:focus,select:focus,textarea:focus{outline:none;border:1px solid #279aea;box-shadow:0 0 10px #9ecaed}
a,input,select,textarea{
	color:#0d534d;
	font-size:inherit;
	font-family:inherit;
	transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


a:hover{color:#555;text-decoration:underline}
a{color:#444;text-decoration:none;font-size:inherit;font-family:inherit}
.yyy{background-color:#F1F090}

.text_menu{color:#000}
.text{color:#444}
.text_up{
	color:#4a8610;
	font-weight:700
}
.text_bottom{
	color:#fcc403;
	font-weight:700;
	font-size:10px;
}
a.text_bottom{
	color:#777;
	font-weight:700
}
a:hover.text_bottom{
	color:#777;
	text-decoration:underline;
	font-weight:700
}
.text2{font-size:13px;color:#444}

.select_box{color:#0d534d;padding:2px;border-radius:2px;border:1px solid #7c9896}

.input_box{
    border-radius:2px;
    background-color:transparent;
    border:none;
    padding:4px;
    border-bottom:1px solid #7c9896;
    color:#0d534d
}
label{
	cursor:pointer;
    padding:7px 10px;
    vertical-align:top;
}
.text-bql{color:#FFF}
a.text-bql{color:#FFF;font-weight:700}
a:hover.text-bql{color:#fff;text-decoration:underline}
.text-forms2{color:#0d534d;font-weight:700}
.text-menu-right,a.text-menu-right {
	color:#0d534d;
}
a:hover.text-menu-right{
    color:#56713f;
    text-decoration:underline;
    font-weight:700
}
.text-upmenu{
  color:#fff
}
a:hover.text-upmenu{
    color:#fafefa;
    text-decoration:underline
}
.text-sin{color:#0d534d}
.text-questions{color:#283708}
.text-forms{color:#ffeb18}
a:hover.text-forms{color:#ffeb18;text-decoration:underline}
a:hover.text-sin{color:#0d534d;text-decoration:underline}
a.text-sin{color:#0d534d}
.text-orange{color:#969003}
a:hover.text-orange{color:#969003;text-decoration:underline}
.text-bluegreen{color:#0d534d}
a.text-bluegreen{color:#0d534d;font-weight:bold;}
a:hover.text-bluegreen{color:#969003;text-decoration:underline}
.shop-orange{font-size:larger;color:#df0303}
a:hover.shop-orange{color:#dca40f}
.text-sin-red{color:#367962}
a:hover.text-sin-red{color:#367962;text-decoration:underline}
.text-sin-red2{font-size:12px;color:#376925}
a:hover.text-sin-red2{color:#C00}
.logo{
	font-size:30px;
	color:#b3a64b;
	font-weight:700;
	line-height:80px;
}

.show-article
{
    margin:7px;
	min-height:380px;
    min-width:245px;
    max-width:250px;
	margin-top:12px;
    padding:0;
	border-radius: 2px;
    overflow:hidden;

}

.show-article:hover
{
	border-radius: 2px;
}

.single-item-area
{
    padding:10px;
}
.article-expire
{
	position:absolute;
	top:15px;
	width:100%;
	height:41px;
	z-index:1;
	background:url('/photos/general/watch_33.png') no-repeat scroll 1px 3px #a4021d;
	width:20%;
	border-radius:5px;
	transition:all 2s ease 0s;
}
.show-article-price
{

    z-index:22;
    width:100%;
    padding-top:4px;
    position:absolute;
    background-color:#f5f5f5;

}


.posrelative
{
	position:relative;
}


.article-rating
{
    padding:10px;
    color:#ffba31;
}

.article-rating-num
{
    line-height: 20px;
    padding: 10px 10px 0 5px;
    color: #444;
}

.article-stock-qty
{
	padding:0 10px;
	font-weight:bold;
	font-size:13px;
	font-style:italic;
    color: #4888b9;

}
.product-item-img
{
	text-align:center;
	min-height:100px;
}
.input_btn{
	border-radius:2px;
	border:1px solid #ccc;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:0 1px 1px rgba(0,0,0,.5);
	background-image:linear-gradient(180deg,#eade8e 10%,#B3A127 100%);
	color:#FFF;
	cursor:pointer;
	font-weight:700;
	overflow:visible;
	padding:3px 12px;
	position:relative;
	text-align:center;
	text-shadow:0 -1px 1px rgba(0,0,0,.25);
	width:auto;
	height:32px
}
.input_btn:hover{
	box-shadow:0 0 0;
	background-color:#b7ac5f;
	background-image:none
}
.input_btn:disabled:hover,.input_btn[disabled=disabled]:hover{
	background-image:none
}

.input_btn_green{
	background-image:-moz-linear-gradient(top left,#FFF 0,#9cbca9 100%);
	background-image:linear-gradient(top left,#FFF 0,#9cbca9 100%);
	background-image:-o-linear-gradient(top left,#FFF 0,#9cbca9 100%);
	background-image:-webkit-linear-gradient(top left,#FFF 0,#9cbca9 100%);
	background-image:-ms-linear-gradient(top left,#FFF 0,#9cbca9 100%);
	border:2px none;
	border-radius:2px;
	box-shadow:0 1px 3px #666;
	color:#FFF;
	cursor:pointer;
	font-weight:700;
	overflow:visible;
	padding:5px;
	position:relative;
	text-align:center;
	/*text-shadow:0 -1px 1px rgba(0,0,0,.25);*/
	width:auto
}
.input_box_grey
{
	border-radius:2px;
	box-shadow:0 0 5px #888;
	background-color:#fff;
	border:1px solid #E0E0E0;
	height:225px;
	padding:5px;
	position:absolute;
	width:220px;
	z-index:5
}
.input_btn_green_selected{
	background-image:-moz-linear-gradient(top left,#FFF 0,#9cbca9 100%);
	background-image:linear-gradient(top left,#FFF 0,#9cbca9 100%);
	background-image:-o-linear-gradient(top left,#FFF 0,#9cbca9 100%);
	background-image:-webkit-linear-gradient(top left,#FFF 0,#9cbca9 100%);
	background-image:-ms-linear-gradient(top left,#FFF 0,#9cbca9 100%);
	border-bottom:2px solid #EDE4AA;
	border-right:2px solid #EDE4AA;
	border-radius:2px;
	box-shadow:0 1px 3px #666;
	color:#FFF;
	cursor:pointer;
	font-weight:700;
	overflow:visible;
	padding:5px;
	position:relative;
	text-align:center;
	/*text-shadow:0 -1px 1px rgba(0,0,0,.25);*/
	width:auto
}
	
.input_btn_blue{
	background-image:-moz-linear-gradient(top left,#FFF 0,#56829b 100%);
	background-image:linear-gradient(top left,#FFF 0,#56829b 100%);
	background-image:-o-linear-gradient(top left,#FFF 0,#56829b 100%);
	background-image:-webkit-linear-gradient(top left,#FFF 0,#56829b 100%);
	background-image:-ms-linear-gradient(top left,#FFF 0,#56829b 100%);
	border:2px none;
	border-radius:2px;
	box-shadow:0 1px 3px #666;
	color:#FFF;
	cursor:pointer;
	font-weight:700;
	overflow:visible;
	padding:5px;
	position:relative;
	text-align:center;
	text-decoration:none;
	/*text-shadow:0 -1px 1px rgba(0,0,0,.25);*/
	width:auto
}

.input_btn:disabled,.input_btn[disabled=disabled]{
	background-color:#ececec;
	background-image:none;
	border-radius:2px;
	border:2px outset buttonface;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:0 1px 3px rgba(0,0,0,.25);
	color:#FFF!important;
	cursor:pointer;
	font-weight:700;
	overflow:visible;
	padding:3px 12px;
	position:relative;
	text-align:center;
	text-shadow:0 -1px 1px rgba(0,0,0,.25);
	width:auto
}

.text-ora {
	color:#cf0606;
}
.text-red{
	color:#df0303;
}

.text-darkred
{
	color:#a94442;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #444;
    text-transform: uppercase;
}
h3 {
    margin: 0 0 15px;
}
h2{
    font-weight:700;
    font-size:1em;
    text-transform:none;
    margin:0
}

.text-red1{
	color:#df0303;
	font-weight:700
}

a:hover.text-red{
	color:#900;
	text-decoration:underline

}
.tableHide{
	display:none
}
.tableShow{
	display:block
}
.roundbox_razdelitel{
	background-color:#1A7870;
	margin-top:7px;
	padding:0 6px;
	position:relative;
	width:100%;
	border-radius:2px;
}
.roundbox_gold{
	background-color:#b3a64b;
	margin-top:7px;
	padding:0 6px;
	position:relative;
	width:100%;
	border-radius:2px;
}
.roundbox_white{
	background-color:#fff;
	margin-top:7px;
	padding:6px 10px;
	position:relative;
	width:100%;
	border-radius:2px;
}
.roundbox_lgreen{
	background-color:#DAEAE5;
	margin-top:7px;
	padding:6px 10px;
	position:relative;
	width:100%;
	border-radius:2px;
	/*box-shadow:0 1px 3px #666;*/
}
.roundbox_lgrey{
	opacity:.5;
	filter:alpha(opacity=50);
	background-color:#e7e7e7;
	margin-top:7px;
	padding:6px 10px;
	position:relative;
	width:100%;
	border-radius:2px;
}
.roundbox_menu_green{
	background-color:#1A7870;
	margin-top:7px;
	padding:4px 6px;
	position:relative;
	width:100%;
	border-radius:2px;
}
.roundbox_dgreen{
	background-color:#ede4aa;
	margin-top:7px;
	padding:0 6px;
	position:relative;
	width:100%;
	border-radius:2px;
	border:2px solid #EDE4AA;
}
.roundbox_lgold{
	background-color:#f9f8c3;
	margin-top:7px;
	padding:0 6px;
	position:relative;
	width:100%;
	border-radius:2px;
}
.warning{
	border:1px solid #A4021D;
	background-color:#FCC5CA;
	border-radius:2px;
}
.notification{
	border:1px solid #c2ab0e;
	background:rgba(255, 255, 204);
	background:rgba(255, 255, 204, 0.7);
	border-radius:2px;
}
.row {
	margin:0px;
}

.form-group1
{
	margin-bottom:10px;
}
.welly {
    border-bottom: 1px solid #cccccc;
/*    margin-bottom: 15px; */
    min-height: 20px;
    padding: 4px;
	text-transform:capitalize;
	color:#1a7870;
	font-weight:700;
}
.up-close{
    color:#000;
	cursor:pointer;
	height:30px;
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	z-index:1103;
}
.close{
	background-image:linear-gradient(180deg,#666 10%,#000 100%);
	font-size:12px;
	opacity:1;
}
	
.close:hover{background-color:#222}
.redbtn{background-image:linear-gradient(180deg,#cf5050 10%,#8b0000 100%)}
.redbtn:hover{background-color:#8b0000}
.greenbtn{background-color:#1A7870;color:#fff;}
.greenbtn:hover{background-color:#1A7870}
.greygreen{background-color:#1a7870}
.gradient{
	background:-webkit-gradient(linear,right top,left top,from(#fff),to(#DAEAE5));
	background:-moz-linear-gradient(right,#fff,#DAEAE5);
	background-image:-o-linear-gradient(right,#fff,#DAEAE5)
}
.suggestion_list{
	background:#fff;
	width:370px;
	border-top:0;
	border-radius:0 0 5px 5px
}
.suggestion_list ul{
	padding:0;
	margin:0;
	list-style-type:none
}
.suggestion_list a{
	color:#0d534d;
}


.suggestion_list .selected{
	background-color:#C1A13B;
	color:#fff;
}
.suggestion_list .selected a{
	color:#fff;
    text-decoration:none;
}
#autosuggest{
	display:none;
	background-color:#f7f7f7;
	z-index:10;
	line-height:35px;
    width:100%;
}
#curdiv,#langdiv{
	position:relative
}
#cur-list{
	border-radius:2px;
	font-size:1em;
	font-weight:700;
	height:28px;
	padding:4px;
	width:100%;
	margin:1px
}
#cur-list li{
	display:inline;
	padding:0;
    white-space:nowrap;
}
#cur-list li a{
	display:inline-block;
	cursor:pointer;
	height:21px;
	margin-left:2px;
	width:100%;
}
#cur-list li a:hover{
	text-decoration:none;
}
#metaCur{margin-top:2px}
#metaCur span{display:inline-block!important;padding:0 10px}
#metaCur span.flag{line-height:12px;margin-left:6px;padding:0;width:18px}
#choosecurrency{
	position:absolute;
	background-color:#FFF;
	border:1px solid #E0E0E0;
	border-radius:2px;
	box-shadow:0 0 5px #888;
	width:99%;
	height:590px;
	overflow:auto;
	z-index:3;
    bottom:0;
}
#choosecurrency ul li a
{
	display:inline-block!important;
	line-height:25px;
	margin-left:6px;
	padding:0;
    white-space: nowrap;
	width:99%;
}
#choosecurrency ul li a span.lang{padding:0 10px}
#choosecurrency ul li a span.flag{width:18px}
#chooselanguage{
	position:absolute;
	background-color:#FFF;
	border:1px solid #E0E0E0;
	border-radius:2px;
	box-shadow:0 0 5px #888;
	width:99%;
	height:590px;
	overflow:auto;
	z-index:3;
    bottom:0;
}
#chooselanguage ul li a {
	display:inline-block!important;
	line-height:25px;
	margin-left:6px;
	padding:0;
    white-space: nowrap;
	width:99%;
}
#chooselanguage ul li a span.lang{padding:0 10px}
#chooselanguage ul li a span.flag{width:18px}
#metaLang{margin-top:2px}
#metaLang span{display:inline-block!important;padding:0 10px}
#metaLang span.flag{line-height:12px;margin-left:6px;padding:0;width:18px}
#language-list{
	border-radius:2px;
	font-size:1em;
	font-weight:700;
	height:28px;
	padding:4px;
	width:100%;
	margin:1px
}
#language-list li {
    display:inline;
    padding:0;
    white-space:nowrap;
}
#language-list li a{
	display:inline-block;
	cursor:pointer;
	height:21px;
	margin-left:2px;
	width:100%;
}
#language-list li a:hover{text-decoration:none}
.language-down{padding:4px}
.language-down h2{color:#56713F;font-size:12px;font-weight:700;line-height:18px;margin:0;border-bottom:1px solid #ccc;padding:4px 15px}
.language-down ul{list-style:none none;padding-left:5px;padding-right:5px;}
.language-down ul:last-child{margin-bottom:0;}

.navList li span.separator{color:#0d534d;line-height:11px;font-size:8px;}
.navList li a{color:#0d534d;display:block;padding:0 5px;height:25px;line-height:25px;text-decoration:none;}
.navList li a:hover{color:#000;background-color:#f3f3f3;}
.navList li a.active:hover{color:#000;text-decoration:none;}
.navList li a.active{background-color:#ede4aa;color:#000;cursor:default;}



.flag{
	width:18px;
	height:12px;
	background:url('/photos/langs/xflags.png') no-repeat scroll right -391px transparent;
	display:inline-block;
	line-height:12px;
	white-space:nowrap
}

.flag.flag-af{background-position:-18px 0}
.flag.flag-al{background-position:-36px 0}
.flag.flag-am{background-position:-54px 0}
.flag.flag-an{background-position:-72px 0}
.flag.flag-ao{background-position:-90px 0}
.flag.flag-ar{background-position:-108px 0}
.flag.flag-at{background-position:-126px 0}
.flag.flag-au{background-position:-144px 0}
.flag.flag-aw{background-position:-162px 0}
.flag.flag-az{background-position:-180px 0}
.flag.flag-ba{background-position:-198px 0}
.flag.flag-bb{background-position:-216px 0}
.flag.flag-bd{background-position:0 -12px}
.flag.flag-be{background-position:-18px -12px}
.flag.flag-bf{background-position:-36px -12px}
.flag.flag-bg{background-position:-54px -12px}
.flag.flag-bh{background-position:-72px -12px}
.flag.flag-bi{background-position:-90px -12px}
.flag.flag-bj{background-position:-108px -12px}
.flag.flag-bm{background-position:-126px -12px}
.flag.flag-bn{background-position:-144px -12px}
.flag.flag-bo{background-position:-162px -12px}
.flag.flag-br{background-position:-180px -12px}
.flag.flag-bs{background-position:-198px -12px}
.flag.flag-bt{background-position:-216px -12px}
.flag.flag-bw{background-position:0 -24px}
.flag.flag-by{background-position:-18px -24px}
.flag.flag-bz{background-position:-36px -24px}
.flag.flag-ca{background-position:-54px -24px}
.flag.flag-cf{background-position:-72px -24px}
.flag.flag-cg{background-position:-90px -24px}
.flag.flag-ch{background-position:-108px -24px}
.flag.flag-ci{background-position:-126px -24px}
.flag.flag-ck{background-position:-144px -24px}
.flag.flag-cm{background-position:-162px -24px}
.flag.flag-cn{background-position:-180px -24px}
.flag.flag-co{background-position:-198px -24px}
.flag.flag-cr{background-position:-216px -24px}
.flag.flag-cu{background-position:0 -36px}
.flag.flag-cv{background-position:-18px -36px}
.flag.flag-cy{background-position:-36px -36px}.flag.flag-cz{background-position:-54px -36px}.flag.flag-de{background-position:-72px -36px}.flag.flag-dk{background-position:-90px -36px}.flag.flag-ec{background-position:-126px -36px}.flag.flag-ee{background-position:-144px -36px}.flag.flag-eg{background-position:-162px -36px}.flag.flag-er{background-position:-180px -36px}.flag.flag-es{background-position:-198px -36px}.flag.flag-et{background-position:-216px -36px}.flag.flag-fi{background-position:0 -48px}.flag.flag-fj{background-position:-18px -48px}.flag.flag-fo{background-position:-36px -48px}.flag.flag-fr{background-position:-54px -48px}.flag.flag-ga{background-position:-72px -48px}.flag.flag-gb{background-position:-90px -48px}.flag.flag-ge{background-position:-108px -48px}.flag.flag-gi{background-position:-126px -48px}.flag.flag-gl{background-position:-144px -48px}.flag.flag-gp{background-position:-162px -48px}.flag.flag-gr{background-position:-180px -48px}.flag.flag-gt{background-position:-198px -48px}.flag.flag-gu{background-position:-216px -48px}.flag.flag-gy{background-position:0 -60px}.flag.flag-hk{background-position:-18px -60px}.flag.flag-hr{background-position:-36px -60px}.flag.flag-ht{background-position:-54px -60px}.flag.flag-hu{background-position:-72px -60px}.flag.flag-id{background-position:-90px -60px}.flag.flag-ie{background-position:-108px -60px}.flag.flag-il{background-position:-126px -60px}.flag.flag-in{background-position:-144px -60px}.flag.flag-iq{background-position:-162px -60px}.flag.flag-ir{background-position:-180px -60px}.flag.flag-is{background-position:-198px -60px}.flag.flag-it{background-position:-216px -60px}.flag.flag-jm{background-position:0 -72px}.flag.flag-jo{background-position:-18px -72px}.flag.flag-jp{background-position:-36px -72px}.flag.flag-ke{background-position:-54px -72px}.flag.flag-kg{background-position:-72px -72px}.flag.flag-kh{background-position:-90px -72px}.flag.flag-ki{background-position:-108px -72px}.flag.flag-kp{background-position:-126px -72px}.flag.flag-kr{background-position:-144px -72px}.flag.flag-ky{background-position:-162px -72px}.flag.flag-kz{background-position:-180px -72px}.flag.flag-lb{background-position:-198px -72px}.flag.flag-lc{background-position:-216px -72px}.flag.flag-lk{background-position:0 -84px}.flag.flag-lt{background-position:-18px -84px}.flag.flag-lu{background-position:-36px -84px}.flag.flag-lv{background-position:-54px -84px}.flag.flag-ly{background-position:-72px -84px}.flag.flag-mc{background-position:-90px -84px}.flag.flag-md{background-position:-108px -84px}.flag.flag-mg{background-position:-126px -84px}.flag.flag-mn{background-position:-144px -84px}.flag.flag-mo{background-position:-162px -84px}.flag.flag-mp{background-position:-180px -84px}.flag.flag-ms{background-position:-198px -84px}.flag.flag-mx{background-position:-216px -84px}.flag.flag-my{background-position:0 -96px}.flag.flag-mz{background-position:-18px -96px}.flag.flag-na{background-position:-36px -96px}.flag.flag-nc{background-position:-54px -96px}.flag.flag-nf{background-position:-72px -96px}.flag.flag-nl{background-position:-90px -96px}.flag.flag-no{background-position:-108px -96px}.flag.flag-np{background-position:-126px -96px}.flag.flag-nr{background-position:-144px -96px}.flag.flag-nz{background-position:-162px -96px}.flag.flag-om{background-position:-180px -96px}.flag.flag-pa{background-position:-198px -96px}.flag.flag-pe{background-position:-216px -96px}.flag.flag-pf{background-position:0 -108px}.flag.flag-ph{background-position:-18px -108px}.flag.flag-pk{background-position:-36px -108px}.flag.flag-pl{background-position:-54px -108px}.flag.flag-pm{background-position:-72px -108px}.flag.flag-pr{background-position:-90px -108px}.flag.flag-pt{background-position:-108px -108px}.flag.flag-py{background-position:-126px -108px}.flag.flag-qa{background-position:-144px -108px}.flag.flag-ro{background-position:-162px -108px}.flag.flag-ru{background-position:-180px -108px}.flag.flag-sa{background-position:-198px -108px}.flag.flag-sb{background-position:-216px -108px}.flag.flag-sd{background-position:0 -120px}.flag.flag-se{background-position:-18px -120px}.flag.flag-sg{background-position:-36px -120px}.flag.flag-si{background-position:-54px -120px}.flag.flag-sk{background-position:-72px -120px}.flag.flag-sl{background-position:-90px -120px}.flag.flag-so{background-position:-108px -120px}.flag.flag-tc{background-position:-126px -120px}.flag.flag-tg{background-position:-144px -120px}.flag.flag-th{background-position:-162px -120px}.flag.flag-tn{background-position:-180px -120px}.flag.flag-to{background-position:-198px -120px}.flag.flag-tr{background-position:-216px -120px}
.flag.flag-tt{background-position:0 -132px}.flag.flag-tv{background-position:-18px -132px}
.flag.flag-tw{background-position:-36px -132px}
.flag.flag-tz{background-position:-54px -132px}
.flag.flag-ua{background-position:-72px -132px}
.flag.flag-ug{background-position:-90px -132px}
.flag.flag-us{background-position:-108px -132px}
.flag.flag-uy{background-position:-126px -132px}
.flag.flag-va{background-position:-144px -132px}
.flag.flag-ve{background-position:-162px -132px}
.flag.flag-vg{background-position:-180px -132px}
.flag.flag-vi{background-position:-198px -132px}
.flag.flag-vn{background-position:-216px -132px}
.flag.flag-ws{background-position:0 -144px}
.flag.flag-ye{background-position:-18px -144px}
.flag.flag-za{background-position:-36px -144px}
.flag.flag-zw{background-position:-54px -144px}
.flag.flag-rs{background-position:-72px -144px}
.flag.flag-eu{background-position:-90px -144px}
.flag.flag-mk{background-position:-108px -144px}
.flag.flag-ae{background-position:-126px -144px}
.flag.flag-kw{background-position:-144px -144px}
.flag.flag-cl{background-position:-162px -144px}
.flag.flag-dz{background-position:-180px -144px}
.flag.flag-mu{background-position:-198px -144px}
.flag.flag-pg{background-position:-216px -144px}
.flag.flag-ng {background-position: 0 -156px}
.flag.flag-un{background-position:-18px -156px}
.flag.flag-imf {background-position: -36px -156px}
.flag.flag-yu {background-position: -54px -156px}
.flag.flag-bit {background-position: -72px -156px}

#nav{line-height:100%;margin:0;padding:1px 0 0;}
#nav li{float:left;list-style:none outside none;padding-left:1px;position:relative}
#nav a{display:block;font-weight:700;margin:0;padding:4px 6px;text-decoration:none}
#nav .current a,#nav li:hover>a{color:#fff}
#nav li:hover>table{-moz-transition:background-color .4s linear 0s;background:none repeat scroll 0 0 #b3a64b;border-radius:7px 7px 0 0;border:1px solid #b3a64b;box-shadow:0 1px 0 #FFF inset,0 60px 60px -60px #FFF inset,0 1px 0 0 rgba(21,61,87,.2)}
#nav ul li :hover a{color:#fff!important}
#nav ul a:hover{background-color:#d2cb9a!important;border-radius:0;color:#FFF!important;text-shadow:0 1px 1px rgba(0,0,0,.1)}
#nav ul{background-color:#F2F2F2;border-radius:0 0 10px 10px;box-shadow:0 1px 3px rgba(0,0,0,.3);display:none;text-align:left;left:0;margin-left:1px;padding:1px;position:absolute;top:24px;width:99%;z-index:10}
#nav li:hover>ul{display:block}
#nav ul li{float:none;margin:0;padding:0}
#nav ul a{font-weight:700;line-height:20px}
#nav ul ul{left:210px;top:-3px}
#nav ul li:first-child>a{border-top-left-radius:0;border-top-right-radius:0}
#nav ul li:last-child>a{border-bottom-left-radius:9px;border-bottom-right-radius:9px}
#nav:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}
#nav{display:inline}html[xmlns] #nav{display:block}

* html #nav{height:1%}
.link-block{padding:3px;font-weight:700}
.link-block:hover{
	-moz-transition:background-color .4s linear 0s;
	background:none repeat scroll 0 0 #b3a64b;
	border:1px solid #D7E5ED;
	border-radius:2px;
	box-shadow:0 1px 0 #FFF inset,0 60px 60px -60px #FFF inset,0 1px 0 0 rgba(21,61,87,.2);
	padding:2px;
	color:#fff;
	font-weight:700
}
.span-block{
	padding:3px;
	font-weight:400;
	background-color:#f2f2f2;
	border-radius:2px;
    line-height:26px;
}
.span-block:hover{
	-moz-transition:background-color .4s linear 0s;
	background:none repeat scroll 0 0 #C1A13B;
	border:1px solid #C1A13B;
	border-radius:2px;

	padding:2px;
	color:#fff;
	font-weight:700
}
.span-block:hover>div>div>div>a{color:#0D534D}
.span-block>div>div>div:hover>a{color:#fff}
.span-block a{color:#0D534D;text-decoration:none}
.span-block:hover a{color:#fff;text-decoration:none}

.my-badge
{
	background-color:#d9534f;
    padding: 2px 6px;
	margin:0 7px;
	border: 2px solid #fff;
}

.topbutton{
	background-color:#1A7870;
	border-radius:7px 7px 0 0;
	border:1px solid #1A7870;
	padding:4px;
}
.topbutton:hover{
	-moz-transition:background-color .4s linear 0s;
	background:none repeat scroll 0 0 #a0933f;
	border-radius:7px 7px 0 0;
	border:1px solid #b3a64b;
	box-shadow:0 1px 0 #FFF inset,0 60px 60px -60px #FFF inset,0 1px 0 0 rgba(21,61,87,.2)
}

.text-blue-green{
	color:#0D534D;
	font-weight:700
}
.darkgreen{
	background-color:#1A7870
}

.lightgreen{
	background-color:#DAEAE5
}

.lightred{
	background-color:#FCC5CA
}
.borderred{
	border-bottom:1px solid #8b0000
}
.lightblue{
	background-color:#D8E8EC;//D8E8EC 
	color:#0d3e53
}
.lightergreen{
	background-color:#e6f1ed
}
.white{
	background-color:#fff
}
.bordergreen{
	border:1px solid #7C9896
}
.lightgrey{
	background-color:#EAEAEA
}
.grey{
	background-color:#CACACA
}
.lightergrey{
	background-color:#f2f2f2
}
.lightestgrey{
	background-color:#f7f7f7
}
.affgreen{
	background-color:#37585a
}
.affgrey{
	background-color:#557476
}
.borderaffgreen{
	border:1px solid #aaa
}
.iconDiv{
	text-align:center;
	padding-top:52px;
	width:108px;
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	height:120px;
}
.mainIconDiv{
	align:center;
	left:0;
	margin-left:1px;
	padding:1px;
	position:relative;
	top:20px;
	width:99%;
	z-index:10;
	overflow:hidden;
}
.iconDivDown{
	text-align:center;
	margin-top:15px;
	padding-top:52px;
	width:160px;
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
}

.mainarea h2{
	font-size: 12px;
	line-height: 30px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.mainarea h2:after{
	background: #959595 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	width: 200px;
}

.no-shadow{
	box-shadow:0 0 0
}

.subcategory{
	border-radius:2px;
	margin-top:8px;
	padding:6px 3px
}

.semaforgreen{
	color:#218e69
}

.semafororange{
	color:#e88b00
}
.semaforred{
	color:#8b0000
}
.ongradient{
	background-color:#f5f5f5;
	border:0
}

.arrow-up{
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #2f2f2f;
	font-size:0;
	line-height:0
}
.yellowhover{
	-moz-transition:background-color .4s linear 0s;
	background:none repeat scroll 0 0 #b3a64b;
	border:1px solid #D7E5ED;
	box-shadow:0 1px 0 #FFF inset,0 60px 60px -60px #FFF inset,0 1px 0 0 rgba(21,61,87,.2);
	color:#fff;
	font-weight:700
}

/* ------ START SHOPPING BASKET DIV------
 */

#basket_show
{
    text-transform:none;
}
.search-chart-list{

    width:100%
}

.header-search{

    width:100%;
}
.header-search form{
}
.header-search input{

    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 80%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.header-search button{
    background: #C1A13B none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    padding: 8px 15px 8px;
    transition: all 0.5s ease 0s;
}
.header-search button:hover {

    box-shadow:0 1px 3px #666;

}

.header-chart{
    float: right;
}
.header-chart ul{
    background: #c1a13b none repeat scroll 0 0;
    border-radius: 2px;
}
.header-chart ul li{
    border-right:1px solid #fff;
}
.header-chart ul li a{
    color: #fff;
    display: block;
    font-size: 1em;
    padding: 6px;
}
.header-chart ul li:last-child{
    border-right:0;
}
.header-chart ul li a:hover{}
.header-chart .chart-li{
    text-transform:uppercase;
    font-weight:600;
}
.header-chart ul ul {
    position: relative;
    right: 0;
    top: 100%;
    transform: scaleY(0);
    transition: all .5s ease 0s;
    z-index: 999999;
    background:#fff;
    padding: 0 20px;
}
.dropdown-chart-left a{
    border: 1px solid #ffffff;
}
.header-chart-dropdown-relative{
    background: #fefefe none repeat scroll 0 0;
    border-radius: 2px;
    padding: 10px 20px;
    position: relative;
    top: 0;
    min-width: 350px;
}

.header-chart-dropdown{
    background: #fefefe none repeat scroll 0 0;
    border-radius: 2px;
    padding: 10px 20px;
    position: absolute;
    right: -60px;
    left: -60px;
    top: 0;
    min-width: 350px;
}
.header-chart-dropdown-list{
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
.dropdown-chart-left{
    margin-right:20px;
    min-height:120px;
}
.dropdown-chart-right{}
.dropdown-chart-right h2{
    font-size: 1em;
    margin-top: 0;
    font-weight:700;
    color:#000;
}
.dropdown-chart-right h2 a{
    color: #333 !important;
    font-size: 12px !important;
    padding: 0 !important;
}
.dropdown-chart-right h2 a:hover{
    color: #444 !important;
}
.dropdown-chart-right h3{
    font-size: 12px;
    margin-top:10px;
}
.dropdown-chart-right h4{
    font-size: 14px;
    font-weight:700;
    color:#000;
}
.header-chart ul:hover ul{
    transform: scaleY(1);
}

.chart-checkout div.row{
    background: #efefef none repeat scroll 0 0;
    border-radius: 2px;
    font-weight: 700;
    margin-top: 3px;
    padding: 8px 2px;
    font-size:85%;
}


.chart-checkout div.row-inner{
    background: none;
    font-size:75%;
    color:#444;
    font-weight:400;
}

.chart-checkout div.notification{
    font-size:85%;
    font-weight:400;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin:0 15px;
}


.chart-checkout  .total{
    background: #e2e2e2 none repeat scroll 0 0;
    color: #000;
    padding: 8px;

}

.chart-checkout  button {
    margin-top:20px;
    text-transform:uppercase;
    width:100%;

}

ul {
    list-style: outside none none;
}

/* ------ END SHOPPING BASKET ------
 */
.fa-grey
{
    color:#cccccc;
}

.fa-bigger
{
    font-size: 1.5em;
}

.fa-bigger-minus
{
    font-size: 1.3em;
}

.spacer-top
{
    margin-top:15px;
}

/* input button styling */

.radio-btn {
    display: none;
}
.radio-btn:checked + .label {
    color: #1A7870;

}
.radio-btn:checked + .label::before {
    margin-right: 20px;
    border: 1px solid #fff;
    background: #1A7870;
}

.label {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #666;
    cursor: pointer;
    transition: all 0.25s linear;
}
.label:disabled {
    color: #999900;
    cursor: not-allowed;
}
.label::before {
    display: block;
    height: 1.225rem;
    width: 1.225rem;
    margin-right: 0.625rem;
    content: "";
    border: 0.5rem solid #fff;
    border-radius: 50%;
    background: #efefef; /*the small point inside*/
    transition: all 0.25s linear;
}



/* end input button styling */

.col-head {
    color: #02a388;
    font-size: 6em;
    padding: 25px;
    border: none;
    border-radius: 50%;
    background-color: #efefef;
}

.col-head-blue {
    color: #31708f;
    font-size: 6em;
    padding: 25px;
    border: none;
    border-radius: 50%;
    background-color: #efefef;
}

.resume-subtitle {
    font-size: 11px;
    text-align: left;
    color: #9b9b9b;
    font-weight: 400;
    letter-spacing: .015rem;
    line-height: 1.3;
}


.input-wrapper { position: relative; }

.input-control:focus ~ .floating-label,
.input-control:not(:focus):valid ~ .floating-label{
    top: 3px;
    left: 5px;
    font-size: 85%;
   /* opacity: 0.6; */
}

/* empty and valid*/
.input-control[value=""]:not(:focus):valid ~ .floating-label{
    top: 17px;
    left: 15px;
    font-size: 100%;
    /*opacity: 0.7;*/
}



/* not empty and not valid */
.input-control:not([value=""]):not(:focus)  ~ .floating-label{
    top: 3px;
    left: 5px;
    font-size: 85%;
  /*  opacity: 0.6;*/
}



.input-control:disabled ~ .floating-label{
    top: 3px;
    left: 5px;
    font-size: 82%;
    opacity: 0.7;
}

.input-control:not(:focus):invalid
{
    border-bottom:1px solid #ccc;
}
.input-control {
    max-width:400px;
    border-radius:2px;
    width: 100%;
    height: 44px;
    background-color:#f5f5f5;
    border:none;
    border-bottom:1px solid #ccc;
    padding: 18px 0 0 29px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 17px;
    color:#999;
    transition: 0.3s ease all;
}


.custom-select {
    display: inline-block;
    vertical-align: middle;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-color:#f5f5f5;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.legal-conditions {
    font-size: 10px;
    color: gray;
    letter-spacing: .02rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 8px;
    padding: 10px 20px;
}

.label-available
{
    display: inline;
    padding: 5px 8px;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.span-available
{
    color:#4C9C06;
}

.ongradient-absolute
{
    position:absolute;
    background-color:#f5f5f5;
}

#div_exchange_note
{
    font-size:90%;
    padding:7px;
    margin:10px;
}

.lock-text-horizontal
{
    padding:5px 15px;
    position:absolute;
    display:none;
}

.lock-text {
    position:absolute;
    bottom:22px;
    display:none;
    margin-left:-15px;
}

/* 11.1 PRODUCT IMAGES */
/* BIG IMAGE + ZOOM */
.elevatezoom_big_wrapper {max-width: 370px;padding: 4px;background: #ffffff;text-align:center;margin-bottom:20px}
.elevatezoom_big_clicker {cursor: pointer;
    display: none;
}

.zoomWrapper,
#elevatezoom_big {height: auto !important;position: relative !important;}


#elevatezoom_big ~ #elevatezoom_big {width: 0 !important;height: 0 !important;}

.zoomWrapper {}

.zoomContainer {z-index: 1 !important;}
.zoomLens {z-index: 1 !important;}
.zoomWindow {margin: -5px 0 0 0 !important;}


/* THUMBS */
#elevatezoom_gallery {}
#elevatezoom_gallery a {width: 85px !important;display: block;margin: 0 10px 0 0;padding: 4px;border: 1px solid #dddddd;}
#elevatezoom_gallery a img {background: rgba(0,0,0,.05);}


/* THUMBS NAV */
.product_images .bx-wrapper {max-width: 100% !important;margin: 10px 0 0 0;position: relative;}
.product_images .bx-viewport {height: auto !important;}

.product_images .bx-controls a {width: 25px;height: 40px;display: block;overflow: hidden;margin: -20px 0 0 0;background: rgba(0,0,0,.6);color: #ffffff;text-align: center;position: absolute;top: 50%;
    opacity: .5;

    -webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,.3);
    box-shadow: 0 0 10px 0 rgba(255,255,255,.3);


    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.product_images:hover .bx-controls a {
    opacity: 1;
}
.product_images .bx-controls a:hover {background: rgba(0,0,0,.8);}

.product_images .bx-controls a:before {font: 22px/39px 'Font Awesome\ 5 Pro';}

.product_images .bx-controls a.bx-prev {left: 0;}
.product_images .bx-controls a.bx-prev:before {content: '\f104';}
.product_images .bx-controls a.bx-next {padding: 0 0 0 1px;right: 0;}
.product_images .bx-controls a.bx-next:before {content: '\f105';}




/* 11.2 PRODUCT INFO */
.product_info__wrapper {}
.product_info__wrapper .product_info__left {display: table-cell;padding: 0 20px 0 0;border-right: 1px solid #dddddd;}
.product_info__wrapper .product_info__right {text-align:right; display: table-cell;padding: 0 0 0 20px;}

.product_info__wrapper label {font-weight: normal;font-size: 14px;line-height: 1.5em;color: #3c3c3c;}


.product_info__wrapper .product_name {font-size: 12px;}


/* VARIANTS */
.product_info__wrapper .variants-wrapper {overflow: hidden;margin: 0 -10px;padding: 0 0 5px 0;}
.product_info__wrapper .selector-wrapper {float: left;padding: 15px 10px 0 10px;}
.product_info__wrapper .selector-wrapper label {display: block;}
.product_info__wrapper .selector-wrapper select {width: 99%;height: 37px;margin: 5px 0 0 0;padding: 5px 25px 5px 10px}


/* DETAILS */
.product_info__wrapper .product_details {margin: 15px 0 0 0;padding: 5px 0 0 0;}
.product_info__wrapper .product_details__item {margin: 10px 0 0 0;font-size: 14px;line-height: 1.5em;color: #367962;}
.product_info__wrapper .product_details__item a {color: #367962;text-decoration: underline;}
.product_info__wrapper .product_details__item a:hover {text-decoration: none;}

.product_tags span:before {content: '\f02b';margin: 0 3px 0 7px;font: 13px 'Font Awesome\ 5 Pro';}


/* PRICE */
#product_price {position: relative;}
#product_price .price {margin: 0;padding: 0 60px 0 0;}
#product_price .money {margin: 0 7px 0 0;font-size: 20px;float:left;}
#product_price .money_sale {font-size: 16px;}
#product_price .money_sale_percent {width: 52px;height: 26px;display: block;margin: -13px 0 0 0;background: #000000;font: bold 14px/26px 'Arial';color: #ffffff;text-align: center;position: absolute;right: 0;top: 50%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


/* QUANTITY */
#product_quantity {margin: 15px 0 0 0;}


/* ADD TO CART FORM */
#purchase {margin: 15px 0 0 0;}
#purchase label {display: block;}


/* QUANTITY BOX (GLOBAL STYLES) */
.quantity_box {margin: 10px 10px 20px 0;}

#purchase #add-to-cart {height: 50px;margin: 10px 10px 0 0;padding: 0 20px;font-size: 18px;}


/* ADDTHIS */
.product_info__wrapper .addthis_sharing_toolbox {margin: 20px 0 0 0;padding: 17px 0 0 0;border-top: 1px solid #dddddd;}
.product_info__wrapper .addthis_sharing_toolbox .at-share-btn {vertical-align: top;margin: 3px 3px 0 0 !important;}


/* DESCRIPTION */
.product_wrap .product_description {}
.product_wrap .product_description__title {margin: 40px 0 15px 0;}

.rte h3 {
    font-size: 16px;
}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    margin: 30px 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid rgba(0,0,0,.2);
}

.money_sale, .compare-at-price {
    color: #3c3c3c;
    text-decoration: line-through;
}

.product_wrap label{ padding:0; !important;}

.blurry {
    font-weight: normal;
    color: #cccccc !important;
    text-shadow: 0 0 7px rgba(0,0,0,0.8);
}

 .info_link {
     position:absolute;
     right:10px;
     top:10px;
 }
.info_link_horizontal {
    right:10px;
    top:10px;
}

 .info_link:hover {
     color:#C1A13B;
 }

.product-individual-price {
    font-style: italic;
    font-size: 1.4em;
    color: #c5091d;
    text-align:right;
    padding-top:25px;

}


.thumb {
    position: relative;
    display: inline-block;
}

.thumb:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a7870;
    z-index: 1;
    content: '';
    will-change: opacity;
}

.thumb:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Font Awesome\ 5 Pro',sans-serif;
    font-size: 34px;
    content: "\f065";
    z-index: 1;
    will-change: transform, opacity;
}

.thumb:before, .thumb:after {
    transition: .3s ease;
    opacity: 0;
}

.thumb:hover:before, .thumb:hover:after {
    opacity: 1;
}

.thumb-default {
    max-width: 267px;
    margin-left: auto;
    margin-right: auto;
    min-height:300px;
}

.thumb-image{
    min-height: 140px;
    padding:10px;
}

.thumb-default h4 {
    margin-top:15px;
}

.thumb-default-title {
    position: relative;
    display: flex;
    padding-right: 40px;
    align-items: center;
    font-weight: 400;
}

.thumb-default-title a {
    white-space: nowrap;

    text-overflow: ellipsis;
    width: 100%;
    color: #1a7870;
}

.thumb-default-title:before {
    content: '';
    flex-shrink: 0;
    display: inline-block;
    width: 15%;
    height: 4px;
    margin-right: 9%;
    background-color: #C1A13B;
    transition: .3s ease-out all;
}

.thumb-default-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, white 66%);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, white 66%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, white 66%);
}

.thumb-default:hover .thumb-default-title:before {
    width: 32%;
}

.thumb-products {

}

.thumb-desc {

}

.loaderfrontstart {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #1a7870; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}