/* 
	Dark Rimmed 
	[Part of Colorbox Themes Pack on CodeCanyon]
	
	Desc: Rounded outer and inner, dark outline
*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{ background:#202020; } 
#cboxWrapper { overflow:visible; }
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight {
	background:#090909;
}
#colorbox {
	outline:0;
	background:#090909;
	overflow:visible;
}
    #cboxTopLeft{width:3px; height:3px; -webkit-border-radius: 3px 0 0 0; border-radius: 3px 0 0 0; }
    #cboxTopCenter{height:3px; }
    #cboxTopRight{width:3px; height:3px; -webkit-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0; }
    #cboxBottomLeft{width:3px; height:3px;  -webkit-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px; }
    #cboxBottomCenter{height:3px; }
    #cboxBottomRight{width:3px; height:3px; -webkit-border-radius: 0 0 3px 0; border-radius: 0 0 3px 0; }
    #cboxMiddleLeft{width:3px; }
    #cboxMiddleRight{width:3px; }
	
    #cboxContent{ 
		background:#090909; 
		-webkit-border-radius: 3px; 
		border-radius: 3px; 
		overflow:visible;
	}
        .cboxIframe {background:#fff;}
		.cboxPhoto { margin-bottom:0px;}
		.cboxPhoto.withLongCaption { margin-bottom:0px; }
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{
			margin-bottom:0px; 	
			background:#fff; 
			-webkit-border-radius: 3px; 
			border-radius: 3px; 
		}
        #cboxTitle{ 
			position:absolute; left:0; bottom:0; clear:both; text-align:center; width:100%; overflow:hidden;
			/*min-height:16px;  */
			background:#333333;
			background:rgba(0,0,0,0.7);
			/*padding:10px 0;*/
			line-height: 45px;
			color:#fefefe; 
		}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;  text-transform:capitalize; display:inline-block; padding-left:1.5em; }
        #cboxLoadingOverlay{background:#fff url(https://www.woodica.sk/js/venustheme/ves_tempcp/jquery/colorbox/images/loading.gif) no-repeat 50% 50%;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; text-transform:capitalize; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:none;}
		button:focus{ outline:1px dotted #000; }
		
		/* Image Button Styles */
		#cboxPrevious, #cboxNext, #cboxClose {
			display:block; background:url(https://www.woodica.sk/js/venustheme/ves_tempcp/jquery/colorbox/images/colorbox_darkrimmed.png) 0 0 no-repeat;
			transition:opacity 0.35s ease; color:#e5e5e5;
		}
		#cboxPrevious, #cboxNext {
			/* -9999px replacement */
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			/*box-shadow: 0px 0px 10px #000;*/
			border-radius: 30px;
			border: 1px solid rgba(0,0,0,0.3);
		}
		#cboxPrevious, #cboxNext { width:64px; height:64px; }
		#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover { opacity:0.75; }
        #cboxPrevious{position:absolute; bottom:46%; left:8px; color:#444; background-position:0 -64px; }
        #cboxNext{position:absolute; bottom:46%; right:8px; color:#444; background-position:0 0; }
        #cboxClose{
			position:absolute; top:0; right:0; display:block; color:#444; background-image:none; 
			color:#fefefe;
			background-position:right -1px;
			font-size:12px;
			background-color:#090909; font-weight:bold; text-transform:uppercase; text-align:left;
			width:auto; height:28px; padding:0 8px; line-height:28px;
			 -webkit-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px;
		}

		#cboxCurrent { left:0; bottom:-28px; font-size:10px; width:100%; margin:0; text-align:left; color:#555555; }
		
        #cboxSlideshow{position:absolute; top:32px; right:-6px; color:#444;}
		#cboxSlideshow {
			color: #f9f9f9;
			font-size:10px; line-height:12px;
			background-color: #000000;
			padding: 4px 8px;
		}
		#cboxSlideshow:hover {
			background-color: #111111; color:#ffffff;
		}
		
		/* ----- start/stop slideshow icons. remove the next few lines to use text version instead */
		#cboxSlideshow { 
			width:32px; height:32px; top:auto; bottom:-48px; left:48%;  background:url(https://www.woodica.sk/js/venustheme/ves_tempcp/jquery/colorbox/images/colorbox_darkrimmed.png) no-repeat -16px -148px; 
			display:block; 
			transition:opacity 0.35s ease;
			/* -9999px replacement */
			text-indent: 150%;
			white-space: nowrap;
			overflow: hidden;
		}
		#cboxSlideshow:hover { background-color:transparent; opacity:0.75; }
		.cboxSlideshow_off  #cboxSlideshow { background-position:-16px -207px; }
		.cboxSlideshow_on  #cboxSlideshow { background-position:-16px -148px; }
		/* ------------- */

		#colorbox {  border-radius: 3px; }

		@media (max-width: 480px) {
			#cboxPrevious, #cboxNext { width:40px; height:40px; }
			#cboxPrevious{background-position:0 -34px;background-size: 95%;}	
			#cboxNext{background-position:0 0;background-size: 95%;}	

		}
/*
 IE7 and IE8. This style is not applied to IE9.
*/
/*.cboxIE #colorbox {} */

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/* RIGHT TO LEFT */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

:focus {
outline: none;
outline-color: transparent;
outline-style: solid;
outline-width: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    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;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    color: #999999;
    background-color: #f3f3f3;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #9c9c9c;
    text-decoration: none;
}
a:hover, a:focus {
    color: #3a3d41;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 33px;
}

h2, .h2 {
    font-size: 27px;
}

h3, .h3 {
    font-size: 23px;
}

h4, .h4 {
    font-size: 17px;
}

h5, .h5 {
    font-size: 13px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 9px;
}

.lead {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 19.5px;
    }
}

small,
.small {
    font-size: 92%;
}

cite {
    font-style: normal;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #999999;
}

.golden {
    color: #d6b469;
}

.text-primary {
    color: #9c9c9c;
}

a.text-primary:hover {
    color: #838383;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #9c9c9c;
}

a.bg-primary:hover {
    background-color: #838383;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 9px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 18px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .dl-horizontal dd:after {
        display: block;
        content: ".";
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: white;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: whitesmoke;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 988px;
    }
}
@media (min-width: 1100px) {
    .container {
        width: 1096px;
    }
}
@media (min-width: 1150px) {
    .container {
        width: 1150px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 20px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #f3f3f3;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: whitesmoke;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: #545759;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #545759;
    background-color: white;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #e7e7e7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 232, 148, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 232, 148, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 38px;
    /*line-height: 1.42857 \0;*/
}
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px;
}
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 45px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 17px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 47.5px;
}

.form-control-feedback {
    position: absolute;
    top: 23px;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #d9d9d9;
}

@media (min-width: 768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group, .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio, .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 28px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 10px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: white;
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #ffffff;
    background-color: #d6b469;
    border-color: #d6b469;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: white;
    background-color: #31363d;
    border-color: #282c32;
}
.open .btn-default.dropdown-toggle {
    color: white;
    background-color: #31363d;
    border-color: #282c32;
}
.btn-default:active, .btn-default.active {
    background-image: none;
}
.open .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #434a54;
    border-color: #434a54;
}
.btn-default .badge {
    color: #434a54;
    background-color: white;
}

.btn-primary {
    color: white;
    background-color: #9c9c9c;
    border-color: #8f8f8f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #888888;
    border-color: #717171;
}
.open .btn-primary.dropdown-toggle {
    color: white;
    background-color: #888888;
    border-color: #717171;
}
.btn-primary:active, .btn-primary.active {
    background-image: none;
}
.open .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #9c9c9c;
    border-color: #8f8f8f;
}
.btn-primary .badge {
    color: #9c9c9c;
    background-color: white;
}

.btn-success {
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: white;
    background-color: #47a447;
    border-color: #398439;
}
.open .btn-success.dropdown-toggle {
    color: white;
    background-color: #47a447;
    border-color: #398439;
}
.btn-success:active, .btn-success.active {
    background-image: none;
}
.open .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: white;
}

.btn-info {
    color: white;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: white;
    background-color: #39b3d7;
    border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
    color: white;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-info:active, .btn-info.active {
    background-image: none;
}
.open .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: white;
}

.btn-warning {
    color: white;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
    background-image: none;
}
.open .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: white;
}

.btn-danger {
    color: white;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
    background-image: none;
}
.open .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: white;
}

.btn-link {
    color: #9c9c9c;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #3a3d41;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/fonts/glyphicons-halflings-regular.eot");
    src: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: whitesmoke;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: #9c9c9c;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999999;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 9px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #545759;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ebebeb;
    border-radius: 0px;
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 17px;
    font-size: 17px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #9c9c9c;
}
.nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 0px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #9c9c9c;
}

.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0px 0px 0 0;
    }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f3f3f3;
    }
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid transparent;
}
.navbar:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-header:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 16px 15px;
    font-size: 17px;
    line-height: 18px;
    height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 8px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 6px;
    margin-bottom: 6px;
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 16px;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777777;
}
.navbar-default .navbar-nav > li > a {
    color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777777;
}
.navbar-default .navbar-link:hover {
    color: #333333;
}
.navbar-default .btn-link {
    color: #777777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: white;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
    color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: white;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #3a3d41;
    background-color: #3a3d41;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #d6b469;
    border-color: #b79446;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: white;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #999999;
}
.navbar-inverse .navbar-link:hover {
    color: white;
}
.navbar-inverse .btn-link {
    color: #999999;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: white;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}

.breadcrumb {
    list-style: none;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #999999;
}
.breadcrumb > li strong {
    font-weight: 400;
    text-transform: uppercase;
}
.breadcrumb > .active {
    color: #D6B469;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 9px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #9c9c9c;
    background-color: white;
    border: 1px solid #dbdbdb;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #3a3d41;
    background-color: white;
    border-color: #dbdbdb;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: white;
    background-color: #3a3d41;
    border-color: #3a3d41;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: white;
    border-color: #dbdbdb;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 17px;
    font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center;
}
.pager:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: white;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: white;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: white;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: gray;
}

.label-primary {
    background-color: #9c9c9c;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #838383;
}

.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #9c9c9c;
    background-color: white;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 58.5px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.42857;
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #999999;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #9c9c9c;
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: whitesmoke;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 18px;
    color: white;
    text-align: center;
    background-color: #9c9c9c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
    color: #999999;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #dddddd;
}
.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555555;
}
a.list-group-item .list-group-item-heading {
    color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: whitesmoke;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #9c9c9c;
    border-color: #9c9c9c;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active .list-group-item-heading > small,
a.list-group-item.active .list-group-item-heading > .small, a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading > small,
a.list-group-item.active:hover .list-group-item-heading > .small, a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading > small,
a.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: white;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 18px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}
.panel-body:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: whitesmoke;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 18px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #9c9c9c;
}
.panel-primary > .panel-heading {
    color: white;
    background-color: #9c9c9c;
    border-color: #9c9c9c;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #9c9c9c;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #9c9c9c;
}

.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: white;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: black;
    border-radius: 0px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: white;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #f47172;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}



/* CUSTOM STYLES */

.m-top-0, .std .m-top-0, .m-xs-top-0, .std .m-xs-top-0 {margin-top: 0px;}
.m-top-5, .std .m-top-5, .m-xs-top-5, .std .m-xs-top-5 {margin-top: 5px;}
.m-top-15, .std .m-top-15, .m-xs-top-15, .std .m-xs-top-15 {margin-top: 15px;}
.m-top-24, .std .m-top-24, .m-xs-top-24, .std .m-xs-top-24 {margin-top: 24px;}
.m-top-39, .std .m-top-39, .m-xs-top-39, .std .m-xs-top-39 {margin-top: 39px;}
.m-top-63, .std .m-top-63, .m-xs-top-63, .std .m-xs-top-63 {margin-top: 63px;}

.m-bottom-0, .std .m-bottom-0, .m-xs-bottom-0, .std .m-xs-bottom-0 {margin-bottom: 0px;}
.m-bottom-5, .std .m-bottom-5, .m-xs-bottom-5, .std .m-xs-bottom-5 {margin-bottom: 5px;}
.m-bottom-15, .std .m-bottom-15, .m-xs-bottom-15, .std .m-xs-bottom-15 {margin-bottom: 15px;}
.m-bottom-24, .std .m-bottom-24, .m-xs-bottom-24, .std .m-xs-bottom-24 {margin-bottom: 24px;}
.m-bottom-39, .std .m-bottom-39, .m-xs-bottom-39, .std .m-xs-bottom-39 {margin-bottom: 39px;}
.m-bottom-63, .std .m-bottom-63, .m-xs-bottom-63, .std .m-xs-bottom-63 {margin-bottom: 63px;}

.p-top-0, .std .p-top-0, .p-xs-top-0, .std .p-xs-top-0 {padding-top: 0px;}
.p-top-5, .std .p-top-5, .p-xs-top-5, .std .p-xs-top-5 {padding-top: 5px;}
.p-top-15, .std .p-top-15, .p-xs-top-15, .std .p-xs-top-15 {padding-top: 15px;}
.p-top-24, .std .p-top-24, .p-xs-top-24, .std .p-xs-top-24 {padding-top: 24px;}
.p-top-39, .std .p-top-39, .p-xs-top-39, .std .p-xs-top-39 {padding-top: 39px;}
.p-top-63, .std .p-top-63, .p-xs-top-63, .std .p-xs-top-63 {padding-top: 63px;}

.p-bottom-0, .std .p-bottom-0, .p-xs-bottom-0, .std .p-xs-bottom-0 {padding-bottom: 0px;}
.p-bottom-5, .std .p-bottom-5, .p-xs-bottom-5, .std .p-xs-bottom-5 {padding-bottom: 5px;}
.p-bottom-15, .std .p-bottom-15, .p-xs-bottom-15, .std .p-xs-bottom-15 {padding-bottom: 15px;}
.p-bottom-24, .std .p-bottom-24, .p-xs-bottom-24, .std .p-xs-bottom-24 {padding-bottom: 24px;}
.p-bottom-39, .std .p-bottom-39, .p-xs-bottom-39, .std .p-xs-bottom-39 {padding-bottom: 39px;}
.p-bottom-63, .std .p-bottom-63, .p-xs-bottom-63, .std .p-xs-bottom-63 {padding-bottom: 63px;}

.text-xs-left {text-align: left;}
.text-xs-center {text-align: center;}
.text-xs-right {text-align: right;}

@media (max-width: 480px) {
    .col-xxs-12 {width: 100%;}

    .text-xxs-left {text-align: left;}
    .text-xxs-center {text-align: center;}
    .text-xxs-right {text-align: right;}
}

@media (min-width: 768px) {
    .m-sm-top-0, .std .m-sm-top-0 {margin-top: 0px;}
    .m-sm-top-5, .std .m-sm-top-5 {margin-top: 5px;}
    .m-sm-top-15, .std .m-sm-top-15 {margin-top: 15px;}
    .m-sm-top-24, .std .m-sm-top-24 {margin-top: 24px;}
    .m-sm-top-39, .std .m-sm-top-39 {margin-top: 39px;}
    .m-sm-top-63, .std .m-sm-top-63 {margin-top: 63px;}

    .m-sm-bottom-0, .std .m-sm-bottom-0 {margin-bottom: 0px;}
    .m-sm-bottom-5, .std .m-sm-bottom-5 {margin-bottom: 5px;}
    .m-sm-bottom-15, .std .m-sm-bottom-15 {margin-bottom: 15px;}
    .m-sm-bottom-24, .std .m-sm-bottom-24 {margin-bottom: 24px;}
    .m-sm-bottom-39, .std .m-sm-bottom-39 {margin-bottom: 39px;}
    .m-sm-bottom-63, .std .m-sm-bottom-63 {margin-bottom: 63px;}

    .p-sm-top-0, .std .p-sm-top-0 {padding-top: 0px;}
    .p-sm-top-5, .std .p-sm-top-5 {padding-top: 5px;}
    .p-sm-top-15, .std .p-sm-top-15 {padding-top: 15px;}
    .p-sm-top-24, .std .p-sm-top-24 {padding-top: 24px;}
    .p-sm-top-39, .std .p-sm-top-39 {padding-top: 39px;}
    .p-sm-top-63, .std .p-sm-top-63 {padding-top: 63px;}

    .p-sm-bottom-0, .std .p-sm-bottom-0 {padding-bottom: 0px;}
    .p-sm-bottom-5, .std .p-sm-bottom-5 {padding-bottom: 5px;}
    .p-sm-bottom-15, .std .p-sm-bottom-15 {padding-bottom: 15px;}
    .p-sm-bottom-24, .std .p-sm-bottom-24 {padding-bottom: 24px;}
    .p-sm-bottom-39, .std .p-sm-bottom-39 {padding-bottom: 39px;}
    .p-sm-bottom-63, .std .p-sm-bottom-63 {padding-bottom: 63px;}

    .text-sm-left {text-align: left;}
    .text-sm-center {text-align: center;}
    .text-sm-right {text-align: right;}
}

@media (min-width: 992px) {
    .m-md-top-0, .std .m-md-top-0 {margin-top: 0px;}
    .m-md-top-5, .std .m-md-top-5 {margin-top: 5px;}
    .m-md-top-15, .std .m-md-top-15 {margin-top: 15px;}
    .m-md-top-24, .std .m-md-top-24 {margin-top: 24px;}
    .m-md-top-39, .std .m-md-top-39 {margin-top: 39px;}
    .m-md-top-63, .std .m-md-top-63 {margin-top: 63px;}

    .m-md-bottom-0, .std .m-md-bottom-0 {margin-bottom: 0px;}
    .m-md-bottom-5, .std .m-md-bottom-5 {margin-bottom: 5px;}
    .m-md-bottom-15, .std .m-md-bottom-15 {margin-bottom: 15px;}
    .m-md-bottom-24, .std .m-md-bottom-24 {margin-bottom: 24px;}
    .m-md-bottom-39, .std .m-md-bottom-39 {margin-bottom: 39px;}
    .m-md-bottom-63, .std .m-md-bottom-63 {margin-bottom: 63px;}

    .p-md-top-0, .std .p-md-top-0 {padding-top: 0px;}
    .p-md-top-5, .std .p-md-top-5 {padding-top: 5px;}
    .p-md-top-15, .std .p-md-top-15 {padding-top: 15px;}
    .p-md-top-24, .std .p-md-top-24 {padding-top: 24px;}
    .p-md-top-39, .std .p-md-top-39 {padding-top: 39px;}
    .p-md-top-63, .std .p-md-top-63 {padding-top: 63px;}

    .p-md-bottom-0, .std .p-md-bottom-0 {padding-bottom: 0px;}
    .p-md-bottom-5, .std .p-md-bottom-5 {padding-bottom: 5px;}
    .p-md-bottom-15, .std .p-md-bottom-15 {padding-bottom: 15px;}
    .p-md-bottom-24, .std .p-md-bottom-24 {padding-bottom: 24px;}
    .p-md-bottom-39, .std .p-md-bottom-39 {padding-bottom: 39px;}
    .p-md-bottom-63, .std .p-md-bottom-63 {padding-bottom: 63px;}

    .text-md-left {text-align: left;}
    .text-md-center {text-align: center;}
    .text-md-right {text-align: right;}
}

@media (min-width: 1200px) {
    .m-lg-top-0, .std .m-lg-top-0 {margin-top: 0px;}
    .m-lg-top-5, .std .m-lg-top-5 {margin-top: 5px;}
    .m-lg-top-15, .std .m-lg-top-15 {margin-top: 15px;}
    .m-lg-top-24, .std .m-lg-top-24 {margin-top: 24px;}
    .m-lg-top-39, .std .m-lg-top-39 {margin-top: 39px;}
    .m-lg-top-63, .std .m-lg-top-63 {margin-top: 63px;}

    .m-lg-bottom-0, .std .m-lg-bottom-0 {margin-bottom: 0px;}
    .m-lg-bottom-5, .std .m-lg-bottom-5 {margin-bottom: 5px;}
    .m-lg-bottom-15, .std .m-lg-bottom-15 {margin-bottom: 15px;}
    .m-lg-bottom-24, .std .m-lg-bottom-24 {margin-bottom: 24px;}
    .m-lg-bottom-39, .std .m-lg-bottom-39 {margin-bottom: 39px;}
    .m-lg-bottom-63, .std .m-lg-bottom-63 {margin-bottom: 63px;}

    .p-lg-top-0, .std .p-lg-top-0 {padding-top: 0px;}
    .p-lg-top-5, .std .p-lg-top-5 {padding-top: 5px;}
    .p-lg-top-15, .std .p-lg-top-15 {padding-top: 15px;}
    .p-lg-top-24, .std .p-lg-top-24 {padding-top: 24px;}
    .p-lg-top-39, .std .p-lg-top-39 {padding-top: 39px;}
    .p-lg-top-63, .std .p-lg-top-63 {padding-top: 63px;}

    .p-lg-bottom-0, .std .p-lg-bottom-0 {padding-bottom: 0px;}
    .p-lg-bottom-5, .std .p-lg-bottom-5 {padding-bottom: 5px;}
    .p-lg-bottom-15, .std .p-lg-bottom-15 {padding-bottom: 15px;}
    .p-lg-bottom-24, .std .p-lg-bottom-24 {padding-bottom: 24px;}
    .p-lg-bottom-39, .std .p-lg-bottom-39 {padding-bottom: 39px;}
    .p-lg-bottom-63, .std .p-lg-bottom-63 {padding-bottom: 63px;}

    .text-lg-left {text-align: left;}
    .text-lg-center {text-align: center;}
    .text-lg-right {text-align: right;}
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/* Import ================================================================================ */
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
*   Blocks Layout Selectors
*/
/**
* Product Item Selectors
*/
/***********************************************************************/
/*
* LAYOUT VARIABLES
*/
/*
* Default Menu
*/
/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <$emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/*------------------ User ------------------*/
/*
* product block
*/
/* Icons */
/* buttons */
/*
* Block Modules
*/
/*
* LAYOUT VARIABLES
*/
/*
* Default Menu
*/
/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/* RIGHT TO LEFT */
/**
/**
*  BASE CSS STYLES
*/
* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #454444;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none!important;
}

a:hover, a:focus {
    outline: 0!important;
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}
ul li, ol li {
    list-style: none;
}

ul.bullet li {
    padding: -2px 0;
    position: relative;
}
ul.bullet li a {
    padding-left: 13px;
}
.rtl ul.bullet li a {
    padding-right: 13px;
    padding-left: inherit;
}
ul.bullet li a:before {
    display: block;
    content: "\f064";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 6px;
}
.rtl ul.bullet li a:before {
    right: 0;
    left: auto;
}
ul.bullet li a:hover:before {
    color: #f46d71;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/css/images/wooodica-logo.png);

}

/* links style */
ul.links {
    margin: 0;
    padding: 0;
}
ul.links li {
    display: inline;
    line-height: normal;
    list-style: none;
}
ul.links li a {
    margin: 0 9px;
}
ul.links li a:hover {
    color: #eb5767;
}
ul.links li .fa, ul.links li .icon {
    margin-right: 10px;
}
ul.list li {
    list-style: none;
    padding: 6px 0;
}
ul.my-account li {
    padding: 6px 0;
    list-style: disc;
    margin-left: 14px;
}
ul.inline li {
    float: left;
}
.rtl ul.inline li {
    float: right !important;
}

.tree-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.tree-menu > ul > li {
    width: 100%;
    height: auto;
    position: relative;
}
.tree-menu > ul > li .caret, .tree-menu > ul > li .head a {
    position: absolute;
    right: 18px;
    top: 13px;
    background-color: #9c9c9c;
    color: #FFF;
    padding: 0 6px;
    margin-right: -20px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
}
.tree-menu > ul > li:last-child a {
    border: none;
}
.tree-menu > ul > li > a {
    display: block;
    color: #3a3d41;
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.tree-menu > ul > li ul {
    display: none;
}
.tree-menu > ul > li a.active {
    font-weight: bold;
    color: #E02673;
}
.tree-menu > ul > li a.active + ul {
    display: block;
    padding: 0 0 10px 10px;
}
.tree-menu > ul > li ul > li {
    padding-left: 30px;
}
.tree-menu > ul > li ul > li > a {
    text-decoration: none;
    display: block;
    padding: 8px 0;
    color: black;
}
.tree-menu > ul > li ul > li > a.active {
    font-weight: bold;
    color: #eb5767;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left {
    float: left !important;
}

.f-right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

/* ======================================================================================= */
/* tab style */
.htabs ul li {
    margin: 0;
    float: left;
    display: inline-block;
}
.rtl .htabs ul li {
    float: right !important;
}
.htabs ul li a {
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    margin-right: 0;
    font-weight: 400;
    font-family: "RobotoMedium", sans-serif;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    margin-right: 5px;
    color: #3a3d41;
}
.rtl .htabs ul li a {
    margin-left: 5px;
    margin-right: inherit;
}
.htabs ul li a.selected, .htabs ul li a:hover {
    color: white;
    display: block;
    background: #eb5767;
    border-color: #eb5767;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
table.form tr td:first-child {
    width: 170px;
}

table.radio {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    display: table;
}
table.radio td {
    padding: 5px;
}
table.radio td label {
    display: block;
}
table.radio td input[type="radio"] {
    margin: 0;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: #f4f4f4;
    cursor: pointer;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Firefox */
}

#colorbox .tabs-group .tab-contents {
    padding: 0;
    border: 0;
    background: #fff;
}

.validation-advice {
    color: #c83a3a;
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/i_asc_arrow.gif") no-repeat left 15px;
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
}
.rtl .validation-advice {
    padding-right: 15px;
    padding-left: inherit;
}
.rtl .validation-advice {
    text-align: right !important;
}

.tempcp-quickview-view .zoomContainer,
.tempcp-quickview-view .ves-colorbox,
.tempcp-quickview-view .product-zoom {
    display: none !important;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 3.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/* Page Heading */
.page-title h1,
.category-title h1,
.blog-title {
    font-size: 24px;
    font-family: "RobotoLight", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 36px;
    color: #3a3d41;
}

.page-title h1 {
    padding: 0 0 10px;
}

.category-title {
   /* display: none;*/
}

.category-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Collection menu */
img[src$=".gif"], img[src$=".png"], img[src$=".jpg"], img[src$=".webp"] {
    image-rendering: auto;         /* Firefox */
    image-rendering: auto;         /* Opera */
    image-rendering: auto;/* Webkit (non-standard naming) */
    image-rendering: auto;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
  }
img[src$=".gif"], img[src$=".png"], img[src$=".jpg"], img[src$=".webp"] {
    image-rendering: high-quality;        /* Firefox */
    image-rendering: high-quality;       /* Opera */
    image-rendering: high-quality;/* Webkit (non-standard naming) */
    image-rendering: high-quality;
  }  

.ves-megamenu .dropdown-menu .menu-content > p {
	display: none;
}

@media (max-width: 767px) {
    div.clmn {
      width: 100%;
    }

    div.top-collection-menu .izoom, div.top-collection-menu .dscp, div.top-collection-menu div.nbtn {
      display: none;
    }

    .bckg {
      width: 100%;
      padding: 0 20px;
    }
    .bckg a h3 {
      color: #3a3d41;
      border-bottom: 1px solid #e7e7e7;
      padding: 3px 0 3px 0;
      line-height: 30px;
      font-size: 13px;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      display: block;
    }

    .bckg a:hover h3 {
    -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      color: #d6b469;
      text-decoration: none;
    }
}

@media (min-width: 768px) {
    .bckg{
        box-sizing: border-box;
        width: 640px;
        height: 400px;
        background: rgba(22,22,22,0.9);
        text-align: center;
        padding-top: 15px;
        padding-bottom:15px;
        overflow: hidden;
        position: relative;
    }
    div.nbtn{
        display:block;
        width:15px;
        height:370px;
        line-height: 370px;
        position: absolute;
        left: 5px;
        top: 0;
    }
    div.nbtn a{
        color: #D6B372;
        text-decoration: none;
        display: block;
        text-indent: -9999px;
    }
    div.nbtn.lft a{
        background: url(/images/btn_left.png) center no-repeat;
    }
    div.nbtn.rgt a{
        background: url(/images/btn_right.png) center no-repeat;
    }

    div.nbtn.rgt {
        right: 5px;
        left: auto;
    }
    div.clmn{
        margin-top: 15px;
        display: inline-block;
        width: 200px;
        vertical-align: top;
    }
    .izoom{
        width: 175px;
        height: 175px;
        border: 1px solid #FFFFFF;
        overflow:hidden;
        display:inline-block;
    }
    .izoom:hover img.thmb {
        transform: scale(1.5,1.5);
        -webkit-transform: scale(1.5,1.5);
        filter: none;
         -webkit-filter: blur(0px);
         -moz-filter: blur(0px);
         -ms-filter: blur(0px);

    }

    img.thmb{
        width: 175px;
        height: 175px;
        transition:all ease-in-out .35s;
        -webkit-transition:all ease-in-out .35s;
    }
    h3.hdtxt{
        color: #D6B372;
        text-align: left;
        text-transform: uppercase;
        font-size: 18px;
        font-family: "RobotoLight", sans-serif;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 8px;
    }

    p.dscp{
        color: #FFFFFF;
        text-align: left;
        font-size: 11px;
        font-family: "RobotoLight", sans-serif;
        line-height: 15px;
        padding: 0 8px;
        height: 122px;
        overflow: hidden;
    }

    .menuc-slide {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
    }

    .menuc-slide > * {
        white-space: normal;
    }

    .menuc-outside {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 0;
        bottom: 0;
        overflow: hidden;
    }
}

/* Pager */
.pager {
    margin: 0;
    text-align: center;
    border-left: 1px solid #e7e7e7;
}
.rtl .pager {
    border-right: 1px solid #e7e7e7;
    border-left: inherit;
}
.pager .amount {
    float: left;
    margin: 0;
}
.rtl .pager .amount {
    float: right !important;
}
.pager .limiter {
    float: right;
}
.rtl .pager .limiter {
    float: left !important;
}
.pager .limiter label {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.pager .limiter select {
    vertical-align: middle;
    width: 95px;
    height: 30px;
    padding: 4px 9px;
    line-height: 30px;
}
.pager .pages {
    float: left;
}
.rtl .pager .pages {
    float: right !important;
}
.pager .pages ol {
    display: inline;
}
.pager .pages li {
    display: inline;
    margin: 0 2px;
}
.pager .pages .current {
    background: #d6b469;
    padding: 5px 10px !important;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.box-reviews .pager,
.my-account .pager {
    border: 0;
}

/* Sorter */
.sorter .view-mode {
    float: left;
    margin: 0;
}
.rtl .sorter .view-mode {
    float: right !important;
}
.sorter .view-mode label {
    float: left;
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
    font-size: 13px;
}
.rtl .sorter .view-mode label {
    float: right !important;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
    display: block;
    width: 22px;
    height: 40px;
    text-indent: 9999em;
    overflow: hidden;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/view-mode.png) 0 0 no-repeat;
    float: left;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
    float: right !important;
}
.sorter .view-mode strong.grid {
    background-position: -40px 18px;
}
.sorter .view-mode strong.list {
    background-position: 6px 18px;
}
.sorter .view-mode a.grid {
    background-position: -40px -26px;
}
.sorter .view-mode a.list {
    background-position: 6px -26px;
}
.sorter .view-mode a.grid:hover {
    background-position: -40px 18px;
}
.sorter .view-mode a.list:hover {
    background-position: 6px 18px;
}
.sorter .sort-by {
    float: right;
    padding: 0;
    margin: 0;
}
.rtl .sorter .sort-by {
    float: left !important;
}
.sorter .sort-by label {
    vertical-align: middle;
    margin: 0;
}
.sorter .sort-by select {
    vertical-align: middle;
    padding: 4px;
    width: auto;
    background: #fff;
    border-color: #e7e7e7;
}

/* Toolbar */
.toolbar {
    margin: 20px 0 !important;
    border: 1px solid #e7e7e7;
    min-height: 50px;
}
.toolbar label {
    margin-bottom: 0;
    padding: 0;
    color: #3a3d41;
}
.toolbar .sorter {
    line-height: 50px;
}
.toolbar .pager {
    padding-left: 20px;
    line-height: 50px;
}
.rtl .toolbar .pager {
    padding-right: 20px;
    padding-left: inherit;
}
.toolbar .pager .amount {
    display: none;
}
.toolbar .pager li > a, .toolbar .pager li > span {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}
.toolbar .pager li > a, .toolbar .pager li > span, .toolbar .pager .pages li.current {
    padding: 0 5px;
}
.toolbar .sort-by {
    border-left: 1px solid #e7e7e7;
    text-align: right;
    line-height: 52px;
}
.rtl .toolbar .sort-by {
    border-right: 1px solid #e7e7e7;
    border-left: inherit;
}
.rtl .toolbar .sort-by {
    text-align: left !important;
}
.toolbar .sort-by select {
    width: 120px;
    height: 30px;
    padding: 4px 9px;
    line-height: 30px;
}

.toolbar-bottom {
    margin-top: 20px;
    color: #999999;
}
.toolbar-bottom .toolbar {
    margin-top: 0;
}
.toolbar-bottom .pager {
    display: block;
    font-family: "RobotoLight", Arial, sans-serif;
}
.toolbar-bottom .pager strong {
    display: inline-block;
    font-weight: 400;
}
.toolbar-bottom .amount {
    float: right;
}
.rtl .toolbar-bottom .amount {
    float: left !important;
}

/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
    float: left;
    clear: none;
}
.rtl .advanced-search .form-list .input-box, .rtl .advanced-search .form-list .input-range {
    float: right !important;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}
.advanced-search-summary ul {
    float: left;
    width: 49%;
}
.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}

/* CMS Home Page */

.cms-home #ves-breadcrumbs {
    display: none;
}

#home-intro h1 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 39px;
    font-family: 'RobotoBold', sans-serif;
    font-weight: 500;
    color: #232323;
}

#home-intro h2.home_h2tag_promocje {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 39px;
    font-family: 'RobotoBold', sans-serif;
    font-weight: 500;
    color: #232323;
}
#home-intro h2.home_h2tag_promocje span {
    color: #c68738;
}

#home-intro h4 {
    color: #022222;
    margin-top: 30px;
}

#home-intro .btn {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 24px;
}

#home-intro p {
    margin-top: 24px;
    margin-bottom: 15px;
}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}
.page-sitemap a {
    text-decoration: none;
    position: relative;
}
.page-sitemap a:hover {
    text-decoration: underline;
}
.page-sitemap .sitemap {
    margin: 12px;
}
.page-sitemap .sitemap a {
    color: #1b2d3b;
}
.page-sitemap .sitemap li {
    margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

/* Shopping Cart ========================================================================= */
.cart {
    background: white;
    margin-bottom: 20px;
}
.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}
.cart .page-title h1 {
    margin: 10px 0 0;
}
.cart button {
    margin-left: 5px;
}
.rtl .cart button {
    margin-right: 5px;
    margin-left: inherit;
}

.crosssell {
    margin-top: 40px;
}
.crosssell .carousel-inner {
    overflow: visible;
}
.crosssell .carousel-inner .products-row {
    margin: 0;
}

.cart-price .price {
    color: #eb5767;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Checkout Types */
.cart {
    /* Shopping Cart Collateral boxes */
    /* Discount Codes & Estimate Shipping and Tax Boxes */
    /* Shopping Cart Totals */
}
.cart .product-name a {
    font-size: 14px;
}
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
    display: none;
    float: right;
}
.rtl .cart .title-buttons .checkout-types {
    float: left !important;
}
.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}
.rtl .cart .title-buttons .checkout-types li {
    float: right !important;
}
.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}
.cart .cart-collaterals h2 {
    font-size: 18px;
    color: #333;
}
.cart .crosssell .product-image {
    margin-right: 10px;
}
.cart .crosssell li.item {
    margin: 10px 0;
}
.cart .discount, .cart .shipping {
    border: 1px solid #e7e7e7;
    padding: 12px 15px;
    margin: 0 0 18px;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}
.rtl .cart .discount .buttons-set, .rtl .cart .shipping .buttons-set {
    text-align: right !important;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}
.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}
.cart .discount input.input-text {
    width: 254px;
}
.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bkg_divider1.gif) 0 0 repeat-x;
}
.cart .totals {
    color: #333;
}
.cart .totals table {
    margin: 7px 0;
    border: none;
}
.cart .totals td {
    padding: 5px 0px 10px 35px;
    border: none;
    font-size: 18px;
}
.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
    font-size: 24px;
}
.cart .totals .checkout-types {
    border-top: 1px solid #e7e7e7;
    font-size: 13px;
    padding: 5px 0 0;
    text-align: right;
}
.rtl .cart .totals .checkout-types {
    text-align: left !important;
}
.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: italic;
}
.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated {
    cursor: help;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.truncated a.dots {
    cursor: help;
}
.truncated a.details {
    cursor: help;
}
.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}
.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}
.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px;
}
.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}
.sp-methods dd li {
    margin: 5px 0;
}
.sp-methods label {
    font-weight: bold;
    color: #999999;
}
.sp-methods .price {
    font-weight: bold;
}
.sp-methods .form-list {
    padding-left: 20px;
}
.sp-methods .form-list li {
    margin: 0 0 8px;
}
.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}
.sp-methods select.year {
    width: 96px;
}
.sp-methods input.cvv {
    width: 3em !important;
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}
.rtl .sp-methods .checkmo-list label {
    text-align: left !important;
}
.sp-methods .checkmo-list address {
    float: left;
}
.rtl .sp-methods .checkmo-list address {
    float: right !important;
}
.sp-methods .centinel-logos a {
    margin-right: 3px;
}
.sp-methods .centinel-logos img {
    vertical-align: middle;
}
.sp-methods .release-amounts {
    margin: 0.5em 0;
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}
.rtl .sp-methods .release-amounts button {
    float: right !important;
}
.sp-methods input[type="checkbox"],
.sp-methods input[type="radio"] {
    height: 26px;
}

.please-wait {
    float: right;
}
.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
    line-height: 34px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}
.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}
.rtl .tool-tip .btn-close {
    text-align: left !important;
}
.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}
.rtl .tool-tip .btn-close a {
    text-align: right !important;
}
.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}
.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}
.gift-messages-form label {
    float: none !important;
    position: static !important;
}
.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}
.gift-messages-form .whole-order {
    margin: 0 0 25px;
}
.gift-messages-form .item {
    margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}
.rtl .gift-messages-form .item .product-img-box {
    float: right !important;
}
.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}
.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}
.gift-messages-form .item .details {
    margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
    font-size: 13px;
    margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
    width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}
.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}
.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}
.rtl .gift-message-row .btn-close {
    float: left !important;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0;
}
.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}
.checkout-agreements .agree label {
    font-weight: bold;
    color: #999999;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}
.opc .checkout-agreements li {
    margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}
.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */
.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}
.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6 url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
    /********** Common Checkout Styles > */
}
.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.info-set .box {
    margin: 0 0 15px;
}
.info-set .box h2 {
    color: #eb5767;
}
.info-set .data-table .product-name {
    font-size: 1em !important;
}
.info-set .data-table .product-name a {
    font-weight: bold !important;
}
.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/* One Page Checkout */
.checkout-onepage-index #content,
.checkout-onepage-success #content {
    background: white;
    margin: 0;
}

.block-progress {
    border: 0;
    margin: 0;
}
.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}
.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c;
}
.block-progress .block-content {
    background: none;
}
.block-progress dt {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #e7e7e7;
    color: #444444;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 6px;
    padding: 10px;
}
.block-progress dt.complete {
    margin: 0;
}
.block-progress dd {
    background: #F5F5F5;
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 10px;
}
.block-progress p {
    margin: 0;
}
.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}
.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.block-progress .cards-list .info-table th {
    font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
* should be placed in .css file */
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
    display: inline;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
    display: none;
}

.opc {
    position: relative;
}
.opc .buttons-set button.button {
    float: right;
}
.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button {
    display: none;
}
.opc .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}
.opc .ul {
    list-style: disc outside none;
    padding-left: 18px;
}
.opc .section {
    margin: 0 0 10px;
    padding: 0;
    clear: both;
}
.opc .section:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.opc .step-title {
    background-color: #EFEFEF;
    border: 1px solid #e0e0e0;
    padding: 8px;
    text-align: right;
    overflow: hidden;
}
.rtl .opc .step-title {
    text-align: left !important;
}
.opc .step-title .number {
    background-color: #fff;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin: 0 8px 0 0;
    padding: 3px 10px 6px;
}
.rtl .opc .step-title .number {
    float: right !important;
}
.opc .step-title h2 {
    color: #999;
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.rtl .opc .step-title h2 {
    float: right !important;
}
.opc .step-title a {
    display: none;
    float: right;
    margin-top: 6px;
}
.rtl .opc .step-title a {
    float: left !important;
}
.opc .section.allow {
    cursor: pointer;
}
.opc .section.allow.active {
    cursor: auto;
}
.opc .allow .step-title {
    background: none repeat scroll 0 0 #F5F5F5;
}
.opc .allow .step-title:hover {
    background-color: #E5E5E5;
}
.opc .allow .step-title h2 {
    color: #333333;
}
.opc .allow .step-title a {
    display: block;
}
.opc .active .step-title {
    background-color: #E5E5E5;
    cursor: default;
}
.opc .active .step-title .number {
    background-color: #333333;
    color: #FFFFFF;
}
.opc .active .step-title a {
    display: none;
}
.opc .step {
    padding: 10px;
    position: relative;
}
.opc .step .tool-tip {
    right: 30px;
}
.opc .gift-messages-form {
    border-color: #E5E5E5;
    border-style: solid;
    border-width: 1px 0;
}
.opc .gift-messages-form .inner-box {
    overflow: visible;
}

#opc-review .step {
    padding: 0;
}
#opc-review .item-options {
    margin: 5px 0 0;
}
#opc-review .buttons-set {
    border: 0 none;
    padding: 15px 30px;
}
#opc-review .buttons-set p {
    line-height: 28px;
    margin: 0;
}
#opc-review .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}
#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}
#opc-review .warning-message {
    color: #222222;
    font-weight: bold;
    padding: 10px 10px 0;
    text-align: center;
}
#opc-review tfoot {
    border-top: 1px solid #ccc;
}

/* Multiple Addresses Checkout */
.checkout-multishipping-address-newshipping #columns #content,
.checkout-multishipping-addresses #columns #content,
.checkout-multishipping-shipping #columns #content,
.checkout-multishipping-billing #columns #content,
.checkout-multishipping-overview #columns #content,
.checkout-multishipping-succes #columns #content {
    background: white;
    margin: 0px 0 40px;
}

.checkout-progress {
    padding: 0;
    margin: 0 0 40px;
    width: 100%;
}
.checkout-progress li {
    float: left;
    width: 20%;
    margin: 0;
    border-top: 10px solid #999999;
    padding: 5px 0 0;
    font-weight: bold;
    font-family: "RobotoLight", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #abb5ba;
}
.rtl .checkout-progress li {
    float: right !important;
}
.checkout-progress li.active {
    border-top-color: #eb5767;
    color: #eb5767;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}
.rtl .multiple-checkout .tool-tip {
    left: 20px;
    right: auto;
}
.multiple-checkout .box {
    margin: 0 0 15px;
}
.multiple-checkout .box h2 {
    color: #eb5767;
}
.multiple-checkout .place-order {
    text-align: right;
}
.rtl .multiple-checkout .place-order {
    text-align: left !important;
}
.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}
.rtl .multiple-checkout .place-order .please-wait {
    float: left !important;
}
.multiple-checkout .place-order .grand-total {
    font-size: 1.5em;
}
.multiple-checkout .place-order .grand-total .inner {
    padding: 14px 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}
.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
    color: #eb5767;
}
.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

/* Step 1 */
#multiship-addresses-table td {
    padding: 10px;
}
#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #e7e7e7;
    padding: 13px;
    position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}
.rtl .checkout-multishipping-shipping .box-sp-methods .pointer {
    left: -40px;
    right: auto;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}
.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}
.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}
.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
    position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account {
    background: white;
}
.my-account .box-reviews,
.my-account .box-tags {
    margin-bottom: 20px;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.block-account li {
    padding: 5px 0;
}
.block-account li.current strong {
    color: #eb5767;
}

/* Address Book */
.addresses-list address {
    margin: 0 0 3px;
}
.addresses-list p {
    margin: 0;
}
.addresses-list a {
    font-weight: bold;
}
.addresses-list .link-remove {
    color: #646464;
}
.addresses-list .separator {
    margin: 0 3px;
}
.addresses-list li.item {
    background: white url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bkg_account_box.gif) 0 0 repeat-x;
    border: 1px solid #ccc;
    padding: 10px 13px;
    margin: 0 0 10px;
}
.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}
.addresses-list li.empty p {
    font-weight: bold;
}
.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.order-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
    display: inline;
}
.order-info .current {
    font-weight: bold;
}
.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    background: white url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}
.order-info-box .box-payment p {
    margin: 0 0 3px;
}
.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}
.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}
.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}
.order-items .order-links {
    text-align: right;
}
.rtl .order-items .order-links {
    text-align: left !important;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #999999;
}
.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}
.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}
.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}
.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print {
    /* Price Rewrites */
}
.page-print .print-head {
    margin: 15px 0;
    float: left;
    width: 100%;
}
.page-print .print-head .logo {
    float: left;
}
.page-print .print-head address {
    float: left;
    margin-left: 15px;
}
.page-print .order-date {
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.page-print .gift-message-link {
    display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
#wishlist-table {
    margin-bottom: 20px;
}
#wishlist-table .btn-cart {
    margin-top: 10px;
    min-width: 140px;
}
#wishlist-table .cart-cell {
    text-align: center;
}
#wishlist-table .cart-cell .add-to-cart-alt {
    padding: 10px 0;
}
#wishlist-table .description {
    padding: 0 0 10px;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}
.my-tag-edit .btn-remove,
.my-tag-edit .btn-remove:hover {
    float: right;
    margin: 4px 0 0 10px;
    line-height: auto;
    height: auto;
    background-color: transparent;
    border: 0;
}
.rtl .my-tag-edit .btn-remove, .rtl
.my-tag-edit .btn-remove:hover {
    float: left !important;
}

#my-tags-table {
    clear: both;
}
#my-tags-table td {
    padding: 10px;
}
#my-tags-table .add-to-links {
    white-space: nowrap;
}
#my-tags-table .last {
    text-align: center;
}
#my-tags-table .last .button.btn-cart {
    height: auto;
    padding: 10px 20px;
    width: 150px;
    margin-bottom: 10px;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}
.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}
.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}
.product-review .product-details {
    margin-left: 150px;
}
.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
.product-review .ratings-table {
    margin: 0 0 10px;
}
.product-review dt {
    font-weight: bold;
}
.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}
.billing-agreements .form-list li select {
    float: left;
}
.rtl .billing-agreements .form-list li select {
    float: right !important;
}
.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}
.rtl .billing-agreements .form-list li button.button {
    float: right !important;
}
.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: #c83a3a;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}
.rtl .cart-msrp-totals {
    text-align: left !important;
}

.map-cart-sidebar-total {
    color: #c83a3a;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}
.rtl .map-cart-sidebar-total {
    text-align: right !important;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}
.rtl .map-popup {
    text-align: right !important;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}
.rtl .map-popup-heading h2 {
    text-align: right !important;
}

.map-popup-arrow {
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}
.rtl .map-popup-content {
    text-align: right !important;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}
.rtl .map-popup-checkout {
    float: left !important;
}
.rtl .map-popup-checkout {
    text-align: left !important;
}
.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}
.rtl .map-popup-checkout span {
    padding-left: 30px;
    padding-right: inherit;
}
.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}
.rtl .map-popup-text {
    text-align: right !important;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}
.home-callout img {
    display: block;
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}
.best-selling table {
    border-top: 1px solid #ccc;
}
.best-selling tr.odd {
    background: #eeeeee url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
    background: white url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}
.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}
.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

/* ======================================================================================= */
/* Class: std - styles for admin-controlled content */
.short-description {
    color: #999999;
}

.std {
    font-size: 14px;
    line-height: 24px;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b, .std strong {
    font-family: 'RobotoRegular', sans-serif;
    font-weight: 500;
    color: #022222;
}

.std i,
.std em {
    font-style: italic;
}

/* Misc */
.links li {
    display: inline;
}
.links li.first {
    padding-left: 0 !important;
}
.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-print {
    /*background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
    font-weight: bold;
    color: #dc6809;
}

.link-rss {
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    float: right;
    float: right;
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.rtl .btn-remove {
    float: left !important;
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}
.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}
.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}
.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    /* IE8 */
}

/* Noscript Notice */
/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}
.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}
.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

/* RSS */
.rss-title h1 {
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

/* ======================================================================================= */
/********** < Dashboard */
.dashboard h2 {
    text-transform: uppercase;
    font-family: "RobotoLight", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.dashboard .box {
    margin-bottom: 20px;
}
.dashboard .box .box-title {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 10px;
    padding: 0 0 2px;
    text-align: right;
    overflow: hidden;
}
.rtl .dashboard .box .box-title {
    text-align: left !important;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-family: "RobotoLight", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.rtl .dashboard .box .box-title h3, .rtl .dashboard .box .box-title h4 {
    float: right !important;
}
.dashboard .box .box-title a {
    color: #999999;
    line-height: 38px;
}
.dashboard .box-info h4 {
    font-weight: normal;
    text-transform: uppercase;
}
.dashboard .box-reviews .box-head a, .dashboard .box-tags .box-head a {
    float: right;
    text-align: right;
    margin-top: -10px;
    color: #999999;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
    float: left !important;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
    text-align: left !important;
}
.dashboard .box-reviews .number, .dashboard .box-tags .number {
    float: left;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    margin-top: 5px;
    background: #999999;
    color: white;
}
.rtl .dashboard .box-reviews .number, .rtl .dashboard .box-tags .number {
    float: right !important;
}
.dashboard .box-reviews .details, .dashboard .box-tags .details {
    margin-left: 38px;
}
.dashboard .box-reviews li.item, .dashboard .box-tags li.item {
    margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last, .dashboard .box-tags li.item.last {
    margin: 0;
}
.dashboard .box-reviews .rating-box, .dashboard .box-tags .rating-box {
    display: inline-block;
}
.dashboard .box-reviews .ratings {
    margin: 5px 0 0;
}
.dashboard .box-tags .tags {
    margin: 5px 0 0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */
p.required, .product-options dt label.required em, .form-list label.required em {
    color: #EE001C;
    margin: 0 3px 0 0;
}

.v-fix {
    float: left;
}
.rtl .v-fix {
    float: right !important;
}

/* Custommer */
.form-list li {
    overflow: hidden;
    padding: 5px 0;
}
.form-list label {
    margin-bottom: 2px;
    color: #999999;
}

.content h2 {
    color: #333;
}

.buttons-set #send2 {
    float: left;
}
.rtl .buttons-set #send2 {
    float: right !important;
}

.form-list .input-text {
    width: 98%;
    min-height: 32px;
}

.account-login,
.account-create {
    margin: 0 0 40px;
    background: white;
}
.account-login .page-title,
.account-create .page-title {
    padding: 0;
}
.account-login .content h2,
.account-create .content h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: "RobotoLight", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.account-login .content,
.account-login .buttons-set,
.account-create .content,
.account-create .buttons-set {
    padding: 20px 0;
}
.account-login .buttons-set,
.account-create .buttons-set {
    border-top: 1px solid #e7e7e7;
}

.account-create .buttons-set {
    margin-top: 40px;
}

/* crosssell-products-list */
.crosssell #crosssell-products-list:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.crosssell #crosssell-products-list .product-image {
    float: left;
}
.rtl .crosssell #crosssell-products-list .product-image {
    float: right !important;
}

.block-poll li {
    width: 100%;
    float: left;
}
.rtl .block-poll li {
    float: right !important;
}
.block-poll li span.label {
    font-size: 13px;
    line-height: 24px;
}

.sendfriend-product-send .send-friend {
    background: white;
    padding: 20px;
}
.sendfriend-product-send .send-friend .buttons-set button {
    margin-bottom: 20px;
}

.customer-account-login .new-users .content,
.customer-account-login .registered-users .content {
    min-height: 300px;
}

.send-friend .btn-remove {
    float: none;
    margin-top: 40px;
}

.zoomWindow {
    left: 468px;
}
.rtl .zoomWindow {
    right: 468px;
    left: auto;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 3.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
.paneltool {
    position: fixed;
    top: 05px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    left: -322px;
    border: solid 1px #CCC;
    z-index: 9999;
    -webkit-box-shadow: 2px -1px 2px #888888;
    box-shadow: 2px -1px 2px #888888;
    background: #fff;
}
.rtl .paneltool {
    right: -322px;
    left: auto;
}

.paneltool.active {
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.rtl .paneltool.active {
    right: 0;
    left: auto;
}

.paneltool.active .panelbutton {
    color: red;
}

.paneltool.themetool {
    top: 70px;
    background: #fff;
}

.paneltool .panelcontent {
    background: #FFF;
    width: 320px;
}

.paneltool .panelcontent > div {
    padding: 15px;
}

.panelbutton {
    border: solid 1px #CCC;
    background: #FFF;
    padding: 9px 11px;
    position: absolute;
    right: -35px;
    top: 10px;
    border-left: none;
    cursor: pointer;
    -webkit-box-shadow: 2px -1px 2px #888888;
    box-shadow: 2px -1px 2px #888888;
}
.rtl .panelbutton {
    left: -35px;
    right: auto;
}

.editortool .panelbutton {
    top: 517px;
}

#ves-paneltool.panel-open .panel-inner {
    right: 0;
}
.rtl #ves-paneltool.panel-open .panel-inner {
    left: 0;
    right: auto;
}

#ves-paneltool h4 {
    margin-bottom: 10px;
}

#ves-paneltool .accordion-group {
    margin-bottom: 5px;
}

#ves-paneltool form > * {
    float: left;
}

#ves-paneltool form .group-input {
    margin-right: 5px;
}

#ves-paneltool select {
    padding: 5px;
}

.box-patterns div {
    display: block;
    width: 38px;
    height: 38px;
    float: left;
    cursor: hand;
    cursor: pointer;
    border: solid 1px #f3f3f3;
    margin: 6px;
    border: 1px solid #ccc;
}

.box-patterns div.active {
    border: solid 1px red;
}

#ves-paneltool .nav-tabs > li:before,
#ves-paneltool .nav-tabs > li:after {
    display: none;
}

#customize-form {
    position: relative;
}

#main-preview {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 300px;
    transition-duration: 0.2s;
    transition-property: left, right, top, bottom, width, margin;
}

#main-preview iframe {
    height: 100%;
    width: 100%;
}

.colorpicker {
    z-index: 99999;
}

#ves-customize {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 3;
    box-shadow: 0 1px 3px #999;
    transition-duration: 0.2s;
    transition-property: left, right, top, bottom, width, margin;
    background: none repeat scroll 0 0 #F5F5F5;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#ves-customize .wrapper {
    padding: 12px;
}

#customize-body input[type="text"], #customize-body select {
    border: 1px solid #f9f8f8;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0 5px 0 0;
    padding: 2px 3px;
    width: 65px;
}

#customize-body select {
    color: #888;
}

#customize-body .accordion-group label {
    color: #888;
    font-size: 11px;
    font-weight: normal;
}

#customize-body .panel-heading {
    padding: 5px 6px;
    font-weight: bold;
    font-size: 11px;
}

.form-group {
    margin-right: 6px;
}

.accordion-group label, .form-group label {
    display: block;
    font-size: 11px;
}

.accordion-group label {
    float: left;
    min-width: 100px;
    margin-right: 10px;
    margin-top: 5px;
}

#ves-customize .btn {
    padding: 4px 12px;
    font-size: 11px;
    font-weight: bold;
}

#ves-customize .btn-show {
    position: absolute;
    top: 39px;
    padding: 6px 18px;
    background: #CCC;
    right: 11px;
    z-index: 99;
    transition: all 1.2s;
    cursor: hand;
    cursor: pointer;
}

#customize-body .nav-tabs {
    border-bottom: 1px solid #d7d7d7;
}

#customize-body .nav-tabs a {
    border: none;
}

#customize-body .nav-tabs a {
    font-weight: bold;
    font-size: 11px;
    padding: 6px 12px;
}

#customize-body .nav-tabs .active a {
    background: #7DB641;
    border-top: none;
    border-right: none;
    border-left: none;
    color: white;
}

.accordion-heading .accordion-toggle {
    font-size: 11px;
}

#customize-body .form-group {
    margin-bottom: 6px;
    clear: both;
}

.clear-bg {
    padding: 3px 6px;
    margin-left: 5px;
}

/* .tab-content > .tab-pane, .pill-content > .pill-pane {
background: none repeat scroll 0 0 #FFFFFF;
padding: 13px;
} */
.bi-wrapper > div {
    float: left;
    width: 20px;
    height: 20px;
    margin: 3px 4px;
    border: solid 1px #999;
    cursor: hand;
    cursor: pointer;
}

.bi-wrapper > div.active {
    border-color: red;
}

.btn-small {
    border-radius: 0;
    background-color: #7DB641;
    color: #fff;
    padding: 3px 6px;
}

.btn-small:hover {
    background-color: #C83A3A;
    color: #fff;
}

.editortool .label-customize {
    position: absolute;
    right: -155px;
    top: 250px;
    width: 115px;
    height: 74px;
    padding: 0;
    background-image: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/label_customize.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
}

.editortool .label-customize:hover {
    background-position: 0 -111px;
}

.paneltool.active .label-customize {
    display: none;
}

.paneltool .panelcontent {
    text-align: left;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/* RESPONSIVE */
#menu-offcanvas .button-close-menu {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/btn_window_close.gif") no-repeat;
    width: 15px;
    height: 15px;
}
.rtl #menu-offcanvas .button-close-menu {
    left: 10px;
    right: auto;
}
#menu-offcanvas .button-close-menu i {
    display: none;
}
#menu-offcanvas .dropdown .dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: block;
    float: none;
    position: relative;
    width: 100% !important;
    min-width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
    padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li {
    border-bottom: 1px solid #e7e7e7;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
    color: #3a3d41;
    padding: 3px 0 3px 0;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #eb5767;
    text-decoration: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li .level2 li {
    border-bottom: 0;
}
#menu-offcanvas .mega-col {
    width: 100% !important;
}
#menu-offcanvas .mega-col div.menu-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
#menu-offcanvas .home {
    background: #3a3d41;
}

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
    overflow-x: hidden;
}

.offcanvas-content {
    overflow-y: scroll;
    background: #f3efe0;
}

.offcanvas-pusher {
    left: 0;
    left: 0;
    z-index: 99;
}
.rtl .offcanvas-pusher {
    right: 0;
    left: auto;
}

.offcanvas-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 99;
}

.offcanvas-menu-open .offcanvas-pusher::after {
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.offcanvas-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    width: 300px;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #3a3d41;
}
.rtl .offcanvas-menu {
    right: 0;
    left: auto;
}

.offcanvas-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.offcanvas-menu-open .offcanvas-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.offcanvas-menu ul {
    margin: 0;
    padding: 0;
}

.offcanvas-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.offcanvas-menu ul.megamenu > li > a {
    color: #3a3d41;
    display: block;
    padding: 0.8em 1em 0.8em 1.2em;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rtl .offcanvas-menu ul.megamenu > li > a {
    padding: 0.8em 1.2em 0.8em 1em;
}

.offcanvas-menu ul li:firoffcanvas-child a {
    -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.offcanvas-menu ul.megamenu > li > a {
    background: #3a3d41;
    color: white;
    border-bottom: 1px solid #53585f;
}

/* Individual effects */
/* Effect 1: Slide in on top */
.offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu::after {
    display: none;
}

/* Effect 2: Reveal */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-2.offcanvas-menu {
    z-index: 1;
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    position: fixed;
}
.rtl .offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 1;
}
.rtl .offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-sidebars-buttons .btn-danger {
    margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    #ves-mainnav .navbar-collapse.collapse {
        display: none !important;
    }
    #ves-mainnav .navbar-toggle {
        display: block;
    }

    /*** OFFCANVAS SIDEBAR ***/
    #ves-paneltool {
        display: none;
    }

    .offcanvas-siderbars {
        position: relative;
    }
    .offcanvas-siderbars .offcanvas-sidebar {
        display: none;
        width: 100%;
    }
    .offcanvas-siderbars.column-left-active #ves-columns-left {
        display: block;
    }
    .offcanvas-siderbars.column-right-active #ves-columns-right {
        display: block;
    }
    .offcanvas-siderbars.column-left-active .main-column, .offcanvas-siderbars.column-right-active .main-column {
        display: none;
    }
}
.offcanvas-menu .widget-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: inherit;
}

h1 {
    font-size: 28px;
    line-height: 38px;
}

h2 {
    font-size: 24px;
    line-height: 38px;
    text-transform: uppercase;
    color: #332f2a;
    font-weight: normal;
}

h3 {
    font-size: 15px;
    line-height: 38px;
}

h4 {
    font-size: 14px;
    line-height: 30px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
    line-height: 38px;
}

.success {
    color: #3d6611;
    font-weight: bold;
    background: white;
    padding: 10px;
    margin-top: 20px;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages li {
    margin: 0 0 10px !important;
}
.messages li li {
    margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/i_msg-error.gif);
    color: #df280a;
}

.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/i_msg-success.gif);
    color: #3d6611;
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/i_msg-note.gif);
    color: #3d6611;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    width: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
.rtl caption, .rtl th, .rtl td {
    text-align: right !important;
}

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    font-size: 13px;
    color: #545759;
    background-color: white;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.button, input {
    height: 38px;
    line-height: 1.42857;
}

input, select, textarea {
    width: 100%;
}

.button, input.button {
    background-color: #d6b469;
    border: 1px solid #d6b469;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: white;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 0.4px;
    font-family: "RobotoRegular", sans-serif;
    font-weight: 400;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
}
.button:hover, input.button:hover {
    background-color: #3a3d41;
    border: 1px solid #3a3d41;
    color: white;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

select, textarea {
    padding: 9px;
}

option {
    padding-right: 10px;
}
.rtl option {
    padding-left: 10px;
    padding-right: inherit;
}

input.qty, input[title="Qty"] {
    display: inline;
    text-align: center;
    width: 60px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

input[type="radio"], input[type="checkbox"] {
    float: left;
    margin: 0;
    width: auto;
    border: 0;
}
.rtl input[type="radio"], .rtl input[type="checkbox"] {
    float: right !important;
}

select[multiple], select[size] {
    width: 300px;
}

label {
    padding: 4px;
    font-weight: normal;
    color: #555555;
}
label em {
    padding-right: 5px;
}
.rtl label em {
    padding-left: 5px;
    padding-right: inherit;
}

.label {
    display: table-cell;
    font-size: 100%!important;
}

/* Data Table */
table {
    width: 100%;
    border: 1px solid #d9dde3;
    margin: 10px 0;
    /* Bundle products tables */
}
table td.last, table th.last {
    border-right: 1px solid #d9dde3 !important;
}
table th {
    padding: 3px 8px;
    font-weight: bold;
    border-right: 1px solid #d9dde3;
}
.rtl table th {
    border-left: 1px solid #d9dde3;
    border-right: inherit;
}
table td {
    padding: 10px;
}
table tbody th, table tbody td {
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3;
}
.rtl table tbody th, .rtl table tbody td {
    border-right: 1px solid #d9dde3;
    border-left: inherit;
}
table tbody.odd tr td,
table tbody.even tr td {
    border-bottom: 0;
}
table tbody.odd tr.border td,
table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}
table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}
table tbody td .option-value {
    padding-left: 10px;
}
.rtl table tbody td .option-value {
    padding-right: 10px;
    padding-left: inherit;
}

.data-table {
    width: 100%;
}
.data-table h2.product-name {
    font-size: 14px;
    line-height: normal;
}
.data-table th, .data-table td {
    padding: 10px;
}
.data-table thead {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E5E5E5;
}
.data-table thead th {
    font-weight: bold;
    vertical-align: bottom;
}
.data-table thead th.wrap {
    white-space: normal;
}
.data-table tr.even td, .data-table tr.even th,
.data-table tr.odd td, .data-table tr.odd th {
    border-right: 1px solid #d9dde3;
    color: #777;
    padding: 10px;
}
.rtl .data-table tr.even td, .rtl .data-table tr.even th, .rtl
.data-table tr.odd td, .rtl .data-table tr.odd th {
    border-left: 1px solid #d9dde3;
    border-right: inherit;
}
.data-table tr.even td.last,
.data-table tr.odd td.last {
    border-right: medium none;
}
.rtl .data-table tr.even td.last, .rtl
.data-table tr.odd td.last {
    border-left: medium none;
    border-right: inherit;
}
.data-table tr.odd.last {
    border-bottom: 1px solid #EEEEEE;
}
.data-table tbody tr.product-shop-row:hover {
    background-color: #FFFFFF;
}
.data-table tbody.odd td {
    border-width: 0 1px;
}
.data-table tbody.odd tr.last {
    border-bottom: 1px solid #E5E5E5;
}
.data-table tbody.even {
    background-color: #fff;
}
.data-table tbody.even td {
    border-width: 0 1px;
}
.data-table th .tax-flag {
    font-weight: normal;
}
.data-table .cell-label {
    display: none;
}
.data-table .value input {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.form-list .field {
    width: 300px;
    margin-right: 10px;
    float: left;
}
.rtl .form-list .field {
    margin-left: 10px;
    margin-right: inherit;
}
.rtl .form-list .field {
    float: right !important;
}
.form-list input.input-text {
    width: 300px;
}

.back-link {
    margin-top: 10px;
    float: right;
}
.rtl .back-link {
    float: left !important;
}

.cart .shipping input.input-text, .cart .shipping select {
    width: 100%;
}

.multiple-checkout select {
    width: auto;
}

.box-sp-methods .radio,
.box-sp-methods .checkbox {
    height: 51px !important;
}

.control .radio,
.control .checkbox {
    height: 31px;
    border: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}

/* block */
.block {
    margin-bottom: 40px;
    /* block styles */
}
.block .block-title {
    font-family: "RobotoLight", sans-serif;
    font-size: 24px;
    color: #3a3d41;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.block .block-title strong {
    font-weight: 400;
}
.block .block-title strong span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    background: white;
}
.block .block-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: white;
    padding: 0;
}
.block .block-content:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.block.nopadding .block-content {
    padding: 0 !important;
    margin: 0 !important;
}

.block-default {
    border-color: #dddddd;
}
.block-default .block-title {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd;
}
.block-default .block-title + .block-collapse .block-content {
    border-top-color: #dddddd;
}
.block-default > .block-footer + .block-collapse .block-body {
    border-bottom-color: #dddddd;
}

.block-primary {
    border-color: #9c9c9c;
}
.block-primary .block-title {
    color: white;
    background-color: #9c9c9c;
    border-color: #9c9c9c;
}
.block-primary .block-title + .block-collapse .block-content {
    border-top-color: #9c9c9c;
}
.block-primary > .block-footer + .block-collapse .block-body {
    border-bottom-color: #9c9c9c;
}

.block-success {
    border-color: #d6e9c6;
}
.block-success .block-title {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.block-success .block-title + .block-collapse .block-content {
    border-top-color: #d6e9c6;
}
.block-success > .block-footer + .block-collapse .block-body {
    border-bottom-color: #d6e9c6;
}

.block-info {
    border-color: #bce8f1;
}
.block-info .block-title {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.block-info .block-title + .block-collapse .block-content {
    border-top-color: #bce8f1;
}
.block-info > .block-footer + .block-collapse .block-body {
    border-bottom-color: #bce8f1;
}

.block-warning {
    border-color: #faebcc;
}
.block-warning .block-title {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.block-warning .block-title + .block-collapse .block-content {
    border-top-color: #faebcc;
}
.block-warning > .block-footer + .block-collapse .block-body {
    border-bottom-color: #faebcc;
}

.block-danger {
    border-color: #ebccd1;
}
.block-danger .block-title {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.block-danger .block-title + .block-collapse .block-content {
    border-top-color: #ebccd1;
}
.block-danger > .block-footer + .block-collapse .block-body {
    border-bottom-color: #ebccd1;
}

.block-highlighted {
    border-color: #eb5767;
}
.block-highlighted .block-title {
    color: white;
    background-color: #eb5767;
    border-color: #eb5767;
}
.block-highlighted .block-title + .block-collapse .block-content {
    border-top-color: #eb5767;
}
.block-highlighted > .block-footer + .block-collapse .block-body {
    border-bottom-color: #eb5767;
}
.block-highlighted .block-content {
    border-color: #eb5767;
    border-width: 2px;
}

.carousel {
    position: relative;
}
.carousel .carousel-control {
    left: auto;
    bottom: auto;
    z-index: 99999999;
    top: 45%;
    background: rgba(255,255,255,0.7) !important;
    line-height: 50px;
    border: 0;
    text-align: center;
    color: #737373;
    text-shadow: none;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 45px !important;
    box-shadow: 0px 0px 3px #000;
}
@media (max-width: 768px) {
.carousel .carousel-control {
    opacity: 1;
    filter: alpha(opacity=1);
}
}
.carousel .carousel-control:hover {
    color: #eb5767;
}
.carousel .carousel-control.right {
    right: 0px;
}
.carousel:hover .carousel-control, .carousel:focus .carousel-control, .carousel.active .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* block inline style */
.block-inline .icon {
    font-size: 35px;
}
.block-inline .explain {
    font-size: 11px;
}
.block-inline .block-content {
    color: white;
    position: relative;
    text-transform: uppercase;
    font-family: "RobotoLight", sans-serif;
    font-size: 16px;
}
.block-inline .input-group {
    width: 98%;
}

.sidebar {
    margin-top: 20px;
}
.sidebar .block .block-title {
    position: relative;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.sidebar .block .block-title span {
    background: white;
    margin-top: -20px;
    position: absolute;
    padding-right: 25px;
    left: 0;
}
.rtl .sidebar .block .block-title span {
    padding-left: 25px;
    padding-right: inherit;
}
.rtl .sidebar .block .block-title span {
    right: 0;
    left: auto;
}
.sidebar .block-subscribe .input-box {
    margin-top: 10px;
}
.sidebar .block-subscribe .actions {
    float: left;
    margin-top: 10px;
}
.rtl .sidebar .block-subscribe .actions {
    float: right !important;
}
.sidebar .block-subscribe .actions button.button {
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    background: #3a3d41;
    border-color: #3a3d41;
}

/* block style in main content */
#content .ves-custom .block-content {
    border: none;
    background: none;
    color: white;
}
#content .ves-custom .block-content {
    border: none;
}
#content .block-content {
    padding: 0;
    margin: 0;
}

/* block style in footer */
#ves-footer {
    background-color: #f9f8f8;
    padding-bottom: 30px;
}
#ves-footer .block {
    margin-bottom: 0;
    border: none;
}
#ves-footer .block .block-title {
    border: none;
    background: none;
    padding-left: 0;
    font-size: 18px!important;
    min-height: 50px;
}
#ves-footer .block .block-content {
    border: none;
    padding: 0;
    background: transparent;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
.buttons {
    padding: 20px 0;
}
.buttons:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.buttons .left {
    float: left;
}
.buttons .right {
    float: right;
}

.btn-outline-inverse {
    color: white;
    background-color: #eb5767;
    border-color: #eb5767;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
    color: white;
    background-color: #eb5767;
    border-color: #eb5767;
}
.open .btn-outline-inverse.dropdown-toggle {
    color: white;
    background-color: #eb5767;
    border-color: #eb5767;
}
.btn-outline-inverse:active, .btn-outline-inverse.active {
    background-image: none;
}
.open .btn-outline-inverse.dropdown-toggle {
    background-image: none;
}
.btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
    background-color: #eb5767;
    border-color: #eb5767;
}
.btn-outline-inverse .badge {
    color: #eb5767;
    background-color: white;
}

.btn-outline {
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0;
    color: white;
    font-size: 13px;
    letter-spacing: 0.4px;
    font-family: "RobotoRegular", sans-serif;
    font-weight: 400;
    margin: 0 !important;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 20px;
    background-color: #d6b469;
}
.btn-outline:hover {
    background: rgba(58, 61, 65, 0.9);
    border: 0!important;
    color: white;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

/******************************************************
* $package Ves Magento Theme Framework for Opencart 1.5.x
* $version 1.1
* $author http://www.venustheme.com
* $copyright   Copyright (C) Augus 2013 venustheme.com <$email:venustheme$gmail.com>.All rights reserved.
* $license     GNU General Public License version 2
*******************************************************/
body.layout-boxed-md {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/pattern/pattern19.png");
}
body.layout-boxed-md #page {
    max-width: 990px;
    -webkit-box-shadow: 0 0 5px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    background: white;
    overflow: hidden;
}
body.layout-boxed-md #page .container {
    width: auto;
}
body.layout-boxed-lg {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/pattern/pattern18.png");
}
body.layout-boxed-lg #page {
    max-width: 1220px;
    -webkit-box-shadow: 0 0 5px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    background: white;
}

#page {
    padding-top: 150px;
}
.cms-home #page {
    padding-top: 0;
}
#ves-wrapper {
    width: auto;
    margin: 0 auto;
    background: #fff;
}

/*
* HEADER
*/
#header.navbar-fixed-top {
    position: relative;
}

#header.hide-bar {
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
    margin-top: -41px;
    z-index: 9999 !important;
    background: #fff;
    position: fixed;
}

#header {
    border: medium none;
    margin: 0 auto;
    transition: all 0.35s ease 0s;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}


.top-search {
    position: relative!important;
}
.top-search .form-search button.button-search:before {
    display: none;
}

.top-search .form-search {
    position: relative;
}
.top-search .form-search input {
    padding-left: 10px;
    border: 1px solid transparent;
    font-size: 13px;
    width: 100%;
    height: 30px !important;
    background: transparent;
    border-color: #e7e7e7;
    color: #7f8081;
    border-radius: 15px;
}
.rtl .top-search .form-search input {
    padding-right: 10px;
    padding-left: inherit;
}
.top-search .form-search input:hover, .top-search .form-search input:focus {
    border-color: #d6b469;
}
.top-search .form-search input:focus, .top-search .form-search button.button-search:focus {
    outline: none !important;
}
.top-search .form-search button.button-search {
    color: #999999;
    cursor: pointer;
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: 0;
    background: transparent url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/icon-search.png') center center no-repeat;
    margin-top: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
}
.rtl .top-search .form-search button.button-search {
    left: 0;
    right: auto;
}
.top-search .form-search .search-autocomplete {
    z-index: 999;
    left: 40px;
    top: 22px !important;
}
.rtl .top-search .form-search .search-autocomplete {
    right: 40px;
    left: auto;
}
.top-search .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
    background-color: #f9f5f0;
}
.top-search .form-search .search-autocomplete ul li {
    cursor: pointer;
    border-bottom: 1px solid #f4eee7;
    text-align: left;
    padding: 2px 8px 1px 8px;
}
.rtl .top-search .form-search .search-autocomplete ul li {
    text-align: right !important;
}
.rtl .top-search .form-search .search-autocomplete ul li {
    padding: 2px 8px 1px 8px;
}
.top-search .form-search .search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}
.rtl .top-search .form-search .search-autocomplete ul li .amount {
    float: left !important;
}
.top-search .form-search .search-autocomplete ul li.odd {
    background-color: #fffefb;
}
.top-search .form-search .search-autocomplete ul li.selected {
    background-color: #f7e8dd;
}

@media (min-width: 768px) {
    .top-search {
        max-width: 200px;
        float: left;
    }
    .top-search .form-search {
        margin-top: 0;
    }
}

#header-main {
    color: #ccc;
    background-color: #161616;
    background-color: rgba(22,22,22,0.9);
    min-height: 95px;
    padding-top: 15px;
}
#header-main .header-wrap {
    margin: 0;
}
#header-main .inner {
    text-align: left;
}
.rtl #header-main .inner {
    text-align: right !important;
}
#header-main .inner > * {
    display: table-cell;
    vertical-align: middle;
}

#logo-theme {
    display: block;
    background: transparent;
}
#logo-theme strong.logo-title {
    display: none;
}

.logo {
    display: block;
    background: transparent;
    line-height: 34px;
    margin-bottom: 10px;
}
.logo strong.logo-title {
    display: none;
}

#header .show-mobile {
    text-align: right;
}
#header .show-mobile:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.rtl #header .show-mobile {
    text-align: left !important;
}
#header .show-mobile > div {
    margin: 0;
    padding: 0;
    position: relative;
    float: none !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#header .show-mobile > div:hover .inner-toggle {
    display: block;
}
#header .show-mobile .quickaccess-toggle {
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dcdcdc;
}
#header .show-mobile .quickaccess-toggle .fa {
    margin: 0;
    font-size: 13px;
}
#header .show-mobile .quickaccess-toggle:hover, #header .show-mobile .quickaccess-toggle:focus, #header .show-mobile .quickaccess-toggle:active {
    background-color: white;
}
#header .show-mobile .inner-toggle {
    color: #8c8c8c;
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    min-width: 160px;
    z-index: 9999;
    border: 1px solid #dcdcdc;
    background: white;
    padding: 15px;
    text-align: left;
}
.rtl #header .show-mobile .inner-toggle {
    text-align: right !important;
}

#ves-masshead .inner {
    background: #eb5767;
    color: #999999;
    padding: 8px 0;
}
#ves-masshead .inner a {
    color: #999999;
}
#ves-masshead .inner a:hover {
    color: #a6a6a6;
}

/*
* NAVIGATION
*
*/



/*
* NEWS PANEL
*
*/

#news-toggle {
    position: absolute;
    display: block;
    top: 0;
    left: -50px;
    right: 100%;
    bottom: 50%;
    min-height: 160px;
    background-color: #d6b469;
    cursor: pointer;
}

#news-toggle span {
    font-size: 0;
}

#news-panel {
    position: absolute;
    display: block;
    top: 170px;
    background-color: #161616;
    background-color: rgba(22,22,22,0.9);
    width: 400px;

    min-height: 220px;
    z-index: 99;
    padding: 24px 15px;
}

#news-panel h2 {
    font-size: 42px;
    font-family: 'RobotoRegular', sans-serif;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px;
}

#news-panel h3 {
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
}

#news-panel h4 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    margin-bottom: 24px;
    font-family: "RobotoLight", sans-serif;
}

#news-panel a {
    color: #d6b469;
    text-decoration: underline;
}

#news-panel strong {
    font-weight: bold;
    font-family: 'RobotoRegular', sans-serif;
}

#news-panel.news-mobile {
    left: 0;
    width: 100%;
    background-color: rgba(22,22,22,0.4);
}

#news-panel.news-mobile > *{
    text-align: center !important;
}

#news-panel.news-mobile #news-toggle {
    display: none;
}

#news-panel.news-mobile a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 12px 20px;
    background-color: #D6B469;
}


/*
* SLIDESHOW
*/
#ves-slideshow {
    position: relative;
    z-index: 1;
}
#ves-slideshow .tp-button {
    color: white;
    border-radius: 0;
    background-color: #eb5767;
    border: 1px solid #eb5767;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px !important;
    font-family: "RobotoRegular", sans-serif;
    padding: 8px 25px !important;
    letter-spacing: 0;
    font-weight: 400;
    height: auto!important;
    line-height: 19px;
    width: auto !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#ves-slideshow .tp-button:hover {
    text-decoration: none;
    background-color: #3a3d41;
    border: 1px solid #3a3d41 !important;
    color: white;
}


/*
* SLIDESHOW PRODUCTS
*/
.bottom-products {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    bottom: -200px;
    background-color: #ffffff;
    -webkit-box-shadow: inset hoff voff blur color;
    -moz-box-shadow: inset hoff voff blur color;
    box-shadow: inset 0 2px 10px #000;
    padding: 10px;
    text-align: center;
}
.bottom-products h4{
	font-family: "RobotoLight", sans-serif;
	color: #D6B469;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 120%;
}

.bottom-products > a {
    float: left;
    display: block;
    margin-right: 20px;
    margin-top: -10px;
    width: 100px;
}

.bottom-products > a > span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #000000;
}


.tp-bgimg {
    cursor: pointer;
}

/*
.tp-leftarrow.default, .tp-rightarrow.default, .tp-bullets {
transition: all 0.2s;
transition-timing-function: linear;
}

.banner-collapse .tp-leftarrow.default, .banner-collapse .tp-rightarrow.default, .banner-collapse .tp-bullets {
bottom: 235px !important;
}
*/

.rev_slider, .tp-revslider-mainul, .tp-revslider-slidesli {
    overflow: visible !important;
}

.bannercontainer {
    overflow: hidden !important;
}

/*
* SHOWCASE PŁATNOŚCI
*/
#ves-showcase .block {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
#ves-showcase .block .block-content {
    background: transparent;
}
#ves-showcase .custom-block div {
    float: left;
}
.rtl #ves-showcase .custom-block div {
    float: right !important;
}

#ves-showcase {
    padding: 70px 0;
}

#ves-showcase h2 {
    line-height: 19px;
}

#ves-showcase img {
    margin-right: 20px;
}

/*
* PROMOTION TOP
*/
/*
* Breadcrumbs
*/
#ves-breadcrumbs {
    font-family: "RobotoLight", sans-serif;
    background: #f9f8f8;
    margin-bottom: 40px;
}
#ves-breadcrumbs .breadcrumbs {
    min-height: 77px;
    line-height: 77px;
    font-size: 14px;
}
#ves-breadcrumbs .breadcrumbs a {
    color: #999;
}
#ves-breadcrumbs .breadcrumbs a:hover {
    color: #eb5767;
    text-decoration: none;
}

/*
* MAIN CONTENT
*/
#content {
    min-height: 400px;
}

#content > .fullP {
    padding-top: 30px;
}

#ves-brandcarousel .carousel-inner > .item a {
    display: block;
}
#ves-brandcarousel .carousel-inner > .item a img {
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transition: all 600ms ease-in-out 0s;
}
#ves-brandcarousel .carousel-inner > .item a:hover img {
    transform: rotateY(-360deg);
}

#ves-masstop1 {
    background: #4d4c4a;
    overflow: hidden;
}

#ves-masstop1 .column-one {
    padding-top: 50px;
    padding-bottom: 50px;
}

#ves-masstop1 .column-one h2 {
    font-family: "RobotoLight", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 23px;
    line-height: 22px;
    margin-bottom: 18px;
}

#ves-masstop1 .column-one h2 .bigger {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 15px;
}

#ves-masstop1 .column-one h2 .golden {
    font-size: 18px;
    color: #d6b469;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 12px;
}

#ves-masstop1 .column-one a {
    color: #fff;
    text-transform: uppercase;
}

#ves-masstop1 .golden-box {
    position: relative;
    padding-top: 55px;
}

#ves-masstop1 .golden-box * {
    position: relative;
}

#ves-masstop1 .golden-box .golden-box-inner {
    position: absolute;
    top: 0;
    bottom: -500px;
    left: 0;
    right: -1000px;
    background-color: #d6b469;
}

#ves-masstop1 .golden-box h2 {
    color: #022222;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}

#ves-masstop1 .golden-box p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 24px;
}

#ves-masstop1 .golden-box a {
    color: #ffffff;
}


#ves-masstop2 {
    /*Piotr Morawski MOD*/
    /*background: #f9f8f8;*/
}
#ves-masstop2 .block {
    padding: 40px 0;
}
#ves-masstop3 {
    background: #fff;
    padding: 90px 0;
}
#ves-masstop3 .custom-subscribe {
    font-size: 14px;
    text-align: center;
}
.rtl #ves-masstop3 .custom-subscribe {
    background-position: left 45px;
}
.rtl #ves-masstop3 .custom-subscribe {
    padding-right: 170px;
    padding-left: inherit;
}
#ves-masstop3 .custom-subscribe label {
    padding-bottom: 30px;
}
#ves-masstop3 .custom-subscribe .input-box {
    width: 73%;
    float: left;
}
.rtl #ves-masstop3 .custom-subscribe .input-box {
    float: right !important;
}
#ves-masstop3 .custom-subscribe .input-box input {
    text-transform: uppercase;
    color: #444;
    font-size: 13px;
    padding: 12px 10px;
    line-height: 20px;
    height: 48px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#ves-masstop3 .custom-subscribe .actions {
    width: 27%;
    float: left;
}
.rtl #ves-masstop3 .custom-subscribe .actions {
    float: left !important;
}
#ves-masstop3 .custom-subscribe .actions button.button {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
/*
    background: #d5384d;
    border-color: #d5384d;
*/
	background: #d6b469;
	background: #d6b469;
    margin-left: -5px;
    height: 48px;
}
.rtl #ves-masstop3 .custom-subscribe .actions button.button {
    margin-right: -5px;
    margin-left: inherit;
}
#ves-masstop3 .custom-subscribe .actions button.button:hover {

/*
    background: #eb5767;
    border-color: #eb5767;
*/
	background: #31363d;
	border-color: #282c32;


}

#ves-massbottom1 {
    /*Piotr Morawski MOD*/
    /*background: #f9f8f8;*/
}
#ves-massbottom1 .block-content {
    background: transparent;
}
#ves-massbottom1 .block-content .post-block {
    background: white;
    float: left;
}
.rtl #ves-massbottom1 .block-content .post-block {
    float: right !important;
}
#ves-massbottom1 .block-content .post-block .blog-descriptons {
    padding: 30px 20px;
}
#ves-massbottom1 .block-content .post-block h4 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 20px;
}
#ves-massbottom1 .block-content .post-block h4 a {
    color: #3a3d41;
}
#ves-massbottom1 .block-content .post-block h4 a:hover {
    color: #eb5767;
    text-decoration: none;
}
#ves-massbottom1 .block-content .post-block .blog-updated {
    font-size: 12px;
    color: #eb5767;
    margin-bottom: 20px;
}

#ves-massbottom {
    border-top: 1px solid #e7e7e7;
    position: relative;
    z-index: 99;
}
#ves-massbottom .block {
    display: block;
}
#ves-massbottom .block .block-content {
    z-index: 3;
    padding: 48px 20px;
    background: transparent;
}
#ves-massbottom .block .block-content .custem-brand h2 {
    font-family: "RobotoLight", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3a3d41;
    margin-bottom: 10px;
}
#ves-massbottom .block .block-content .custem-brand span {
    font-size: 14px;
}

.cms-home #ves-massbottom {
    border-top: 0;
}

/*end*/
/* FOOTER */
#ves-footer ul, #ves-footer ol {
    list-style: none;
}
#ves-footer ul li, #ves-footer ol li {
    padding: 6px 0px;
}

.footer-top {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bg_footertop.jpg") repeat-y left top;
}
.footer-top .inner {
    padding: 0;
}
.footer-top .block-ft {
    padding: 43px 0;
}
.footer-top .block-ft .icon-ft {
    color: #fff;
    float: left;
    font-size: 40px;
}
.rtl .footer-top .block-ft .icon-ft {
    float: right !important;
}
.footer-top .block-ft .content-ft {
    color: #fff;
}
.footer-top .block-ft .content-ft .main-content-ft {
    text-transform: uppercase;
    font-size: 20px;
}

.footer-center .inner {
    color: #818181;
    padding: 40px 0;
}
.footer-center .inner a {
    color: #818181;
}
.footer-center .inner a:hover {
    color: #d6b469;
}
.footer-center li,
.footer-center a {
    font-size: 14px;
}
.footer-center a:hover {
    color: #d6b469 !important;
    text-decoration: none;
}
.footer-center em {
    padding-right: 10px;
    padding-right: 10px;
}
.rtl .footer-center em {
    padding-left: 10px;
    padding-right: inherit;
}
.footer-center .aboutus em,
.footer-center .locations em,
.footer-center .locations .media em {
    background: #333;
    margin-right: 5px;
    text-align: center;
    line-height: 26px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 26px;
    height: 26px;
    padding-right: 0;
}
.rtl .footer-center .aboutus em, .rtl
.footer-center .locations em, .rtl
.footer-center .locations .media em {
    padding-left: 0;
    padding-right: inherit;
}
.footer-center .locations .media > .pull-left {
    margin-right: 10px;
}
.rtl .footer-center .locations .media > .pull-left {
    margin-left: 10px;
    margin-right: inherit;
}
.footer-center .locations .media:hover {
    color: #eb5767;
}

.footer-bottom {
    display: none;
    background: #eb5767;
}
.footer-bottom .inner {
    background: #eb5767;
    color: #999999;
    padding: 30px 0;
}
.footer-bottom .inner a {
    color: #999999;
}
.footer-bottom .inner a:hover {
    color: #a6a6a6;
}

/* POWER BY */
#powered {
    position: relative;
    color: #cdcdcc;
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 13px;
}
#powered .container {
    padding: 45px 0;
    background-color: #4d4c4a;
}
#powered a {
    color: #cdcdcc;
}
#powered address {
    zoom: 1;
    margin-bottom: 0;
}

#copy-note {
    line-height: 23px;
    color: #bfbfbf;
    margin-bottom: 0;
    display: block;
}

.iconpay-custom {
    padding-top: 15px;
}

.cms-index-index .contentTop {
    overflow: hidden;
    margin: -15px;
    padding: 0 15px;
}

.contact-info i.fa-home {
    margin-top: 20px;
    margin-right: 10px;
}

.contact-customhtml li {
    padding-bottom: 10px;
}
.contact-customhtml li em {
    margin-right: 10px;
}

#ves-mainnav {
    background: transparent;
    float: left !important;
}

.ves-megamenu {
    background: transparent;
    font-family: "RobotoLight", sans-serif;
    padding-top: 0;
    /* menu level 1 */
    /* level 2 */
    /* level > 3 */
}
.ves-megamenu .ves-colorbox {
    display: none !important;
}
.ves-megamenu .navbar-inverse {
    background: transparent;
}
.ves-megamenu .navbar {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.ves-megamenu .navbar-nav > li {
    float: left;
}
.rtl .ves-megamenu .navbar-nav > li {
    float: right !important;
}
.ves-megamenu .navbar-nav > li.aligned-fullwidth {
    position: static;
}
.ves-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    width: 100%!important;
}
.ves-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
    right: 0;
    left: auto;
}
.ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
    left: 0;
    right: auto;
}
.ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
    right: 0;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
    left: 0;
    right: auto;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
    -webkit-transform: translate(-150%, 0);
    -ms-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
}
.ves-megamenu .navbar-nav > li.custom .dropdown-menu {
    -webkit-transform: translate(-18%, 0);
    -ms-transform: translate(-18%, 0);
    transform: translate(-18%, 0);
}
.rtl .ves-megamenu .navbar-nav > li.custom .dropdown-menu {
    -webkit-transform: translate(-82%, 0);
    -ms-transform: translate(-82%, 0);
    transform: translate(-82%, 0);
}
.ves-megamenu .navbar-nav > li.active a,
.ves-megamenu .navbar-nav > li.active a:hover,
.ves-megamenu .navbar-nav > li.active a:active {
    background: transparent !important;
    color: #999;
}
div.nbtn.rgt a{
background: transparent url("/media/wysiwyg/btn_right.png") no-repeat scroll center center;
}
div.nbtn.lft a {
    background: transparent url("/media/wysiwyg/btn_left.png") no-repeat scroll center center;
}
.ves-megamenu .navbar-nav > li.active a span,
.ves-megamenu .navbar-nav > li.active a:hover span,
.ves-megamenu .navbar-nav > li.active a:active span {
    color: #d6b469;
}
.ves-megamenu .navbar-nav > li.active .dropdown-menu span {
    color: #3a3d41 !important;
}
.ves-megamenu .navbar-nav > li > a {
    line-height: 60px;
    padding: 0;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}
.ves-megamenu .navbar-nav > li > a span {
    padding: 12px 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: transparent!important;
    font-weight: 400;
}
.ves-megamenu .navbar-nav > li > a:hover span, .ves-megamenu .navbar-nav > li > a:focus span, .ves-megamenu .navbar-nav > li > a:active span {
    color: #d6b469;
}
.ves-megamenu .navbar-nav > li > a .caret {
    position: relative;
    font-size: 12px;
    margin-left: -9px;
}
.rtl .ves-megamenu .navbar-nav > li > a .caret {
    margin-right: -9px;
    margin-left: inherit;
}
.ves-megamenu .navbar-nav > li:hover > a .caret, .ves-megamenu .navbar-nav > li:active > a .caret {
    color: #d6b469;
}
.ves-megamenu .dropdown-menu {
    height: auto;
    font-weight: 400;
    color: #999999;
    border: 0;
    min-width: 185px;
    background-color: white;
    margin-top: 0 !important;
    padding: 15px;
    min-height: 200px;
    background-color: rgba(255,255,255,0.9);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ves-megamenu .dropdown-menu li {
    line-height: 28px;
}
.ves-megamenu .dropdown-menu li a {
    color: black;
    text-align: left;
    padding: 0;
    font-weight: 300;
    font-size: 12px;
}
.rtl .ves-megamenu .dropdown-menu li a {
    text-align: right !important;
}
.ves-megamenu .dropdown-menu li a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #d6b469 !important;
}
.ves-megamenu .dropdown-menu li a:hover .fa {
    color: #eb5767;
}
.ves-megamenu .dropdown-menu .mega-col {
    border-right: 1px solid #e7e7e7;
    padding-bottom: 10px;
}
.rtl .ves-megamenu .dropdown-menu .mega-col {
    border-left: 1px solid #e7e7e7;
    border-right: inherit;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner {
    padding: 0 5px;
    border-right: 1px solid #ccc;
}
.ves-megamenu .dropdown-menu .mega-col:last-child  .mega-col-inner{
    border: none;
}
.ves-megamenu .dropdown-menu .mega-col .level2 .mega-col {
    border: 0;
    padding-bottom: 0;
}
.ves-megamenu .dropdown-menu .mega-col .level2 .mega-col .mega-col-inner {
    padding: 0;
}
.ves-megamenu .dropdown-menu .mega-col:last-child {
    border-right: 0;
}
.rtl .ves-megamenu .dropdown-menu .mega-col:last-child {
    border-left: 0;
    border-right: inherit;
}
.ves-megamenu .dropdown-menu .mega-col:last-child .mega-col {
    border: 0;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col {
    border: 0;
    padding-bottom: 0;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col .widget-image {
    margin-top: -20px;
    margin-left: -25px;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col .widget-image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ves-megamenu .dropdown-menu .menu-title {
    margin-bottom: 25px;
    font-size: 15px;
}
.ves-megamenu .dropdown {
    display: block;
}
.ves-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    right: 0px;
}
.ves-megamenu .dropdown:hover > a {
    color: #d6b469;
}
.ves-megamenu .dropdown:hover > a .fa {
    color: #d6b469;
}
.ves-megamenu .dropdown-submenu {
    position: relative;
}
.ves-megamenu .dropdown-submenu .dropdown-menu {
    top: 0;
    right: -100%;
    left: auto;
    position: absolute;
}
.ves-megamenu .dropdown-submenu:hover > .dropdown-menu {
    left: 100%;
    display: block;
    left: auto;
    top: 0;
}
.ves-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    text-transform: uppercase;
    font-family: "RobotoLight", sans-serif;
    color: white;
    margin-bottom: 20px;
}
.ves-megamenu .mega-group > .dropdown-toggle .fa {
    color: white;
}
.ves-megamenu .widget-title {
    color: black;
}
.ves-megamenu .megamenu .cols1 {
    min-width: 200px;
}
.ves-megamenu .megamenu .cols2 {
    min-width: 500px;
}
.ves-megamenu .megamenu .cols3 {
    min-width: 740px;
}
.ves-megamenu .dropdown-mega .menu-title {
    font-size: 13px;
    font-family: "RobotoLight", sans-serif;
    position: relative;
    padding-left: 10px;
    padding-left: 10px;
}
.rtl .ves-megamenu .dropdown-mega .menu-title {
    padding-right: 10px;
    padding-left: inherit;
}
.ves-megamenu .dropdown-mega .menu-title:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    display: inline-block;
    *display: inline;
    zoom: 1;
    left: 0;
}
.rtl .ves-megamenu .dropdown-mega .menu-title:before {
    right: 0;
    left: auto;
}
.ves-megamenu .dropdown-mega .mega-col-inner {
    border-right: 0;
}

/*
*
* Vertical menu
*/
div.verticalmenu {
    z-index: 100;
}
div.verticalmenu .navbar-collapse, div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0;
}
div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%;
}
div.verticalmenu .navbar-nav > li {
    width: 100%;
    height: auto;
    position: static;
}
div.verticalmenu .navbar-nav > li > a {
    display: block;
    color: #3a3d41;
    font-size: 13px;
    padding: 16px 10px 15px 20px;
    border-bottom: 1px solid #e0e0e0;
}
div.verticalmenu .navbar-nav > li > a .menu-icon {
    display: block;
    height: 20px;
}
div.verticalmenu .navbar-nav > li > a .menu-icon span {
    display: block;
    margin-left: 35px;
    line-height: normal;
    font-size: 13px;
}
div.verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
    display: none;
}
div.verticalmenu .navbar-nav > li > a:hover, div.verticalmenu .navbar-nav > li > a:focus {
    color: white;
}
div.verticalmenu .navbar-nav > li > a .caret {
    position: absolute;
    right: 18px;
    top: 50%;
    margin: -5px 0;
    border-left: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid red;
}
div.verticalmenu .navbar-nav > li.last a, div.verticalmenu .navbar-nav > li:last-child a {
    border: 0;
}
div.verticalmenu .navbar-nav > li:hover > a {
    color: #eb5767;
}
div.verticalmenu .navbar-nav > li:hover > a .menu-icon {
    background-position: left bottom !important;
}
div.verticalmenu .navbar-nav > li:hover > a .caret {
    border-left-color: #eb5767;
}
div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    left: 100%;
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}
div.verticalmenu .navbar-nav > li .parent {
    position: relative;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
    text-transform: none;
    font-weight: normal;
    color: #3a3d41;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
    color: #eb5767;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-menu {
    min-height: 100px;
    height: 100px;
    height: auto !important;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}
div.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
    left: 100%;
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}
div.verticalmenu .navbar-nav > li.parent:hover > a:after {
    position: absolute;
    content: "";
    right: -5px;
    top: 0;
    width: 0;
    height: 100%;
    border: 5px solid white;
    z-index: 9999;
}
div.verticalmenu .verticalmenu li a:hover {
    color: #d6b469;
}
div.verticalmenu .verticalmenu li a:hover .caret {
    border-right-color: white;
}
div.verticalmenu .dropdown-menu {
    left: -9999px;
    top: -9999px;
    right: auto;
    border: 0;
    display: block;
    min-height: 100%;
    height: 100%;
    height: auto !important;
    min-width: 215px;
    padding: 20px 28px;
    background: white;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
div.verticalmenu .dropdown-menu ul li {
    border: 0;
    padding: 4px 0;
    line-height: normal;
    list-style: none;
}
div.verticalmenu .dropdown-menu ul li a {
    color: #3a3d41;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    text-align: left;
}
.rtl div.verticalmenu .dropdown-menu ul li a {
    text-align: right !important;
}
div.verticalmenu .dropdown-menu p {
    line-height: 18px;
    font-size: 12px;
}
div.verticalmenu .dropdown-menu .ves-menu-video {
    width: 100%;
}
div.verticalmenu .dropdown-menu .ves-menu-video iframe {
    margin-bottom: 10px;
}
div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
    color: black;
}
div.verticalmenu .dropdown-menu .dropdown-toggle {
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    color: black;
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 12px;
    text-align: left;
}
.rtl div.verticalmenu .dropdown-menu .dropdown-toggle {
    text-align: right !important;
}
div.verticalmenu .dropdown-menu .action {
    display: none;
}

/*Navigation default*/
#ves-mainnav .nav-container #nav li {
    float: left;
    padding: 0;
    position: relative;
}
.rtl #ves-mainnav .nav-container #nav li {
    float: right !important;
}
#ves-mainnav .nav-container #nav li a {
    line-height: 95px;
    padding: 0;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    text-transform: uppercase;
    font-family: "RobotoLight", sans-serif;
}
#ves-mainnav .nav-container #nav li a span {
    padding: 12px 17px;
    text-transform: uppercase;
    font-size: 16px;
    color: #3a3d41;
    background-color: transparent!important;
    font-weight: 400;
    border: 2px solid white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#ves-mainnav .nav-container #nav li a:hover span, #ves-mainnav .nav-container #nav li a:focus span, #ves-mainnav .nav-container #nav li a:active span {
    color: #d6b469 !important;
    border: 2px solid #f0f0f0;
}
#ves-mainnav .nav-container #nav li > a.over {
    background-color: white;
    text-decoration: none;
}
#ves-mainnav .nav-container #nav li:hover > a {
    background-color: white;
}
#ves-mainnav .nav-container #nav li:hover > a .caret {
    border-bottom-color: #999999 !important;
    border-top-color: #999999 !important;
}
#ves-mainnav .nav-container #nav li.parent:hover > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #e7e7e7;
    bottom: 0;
    content: "";
    display: inline-block;
    *display: inline;
    zoom: 1;
    left: 40%;
    position: absolute;
    z-index: 2222;
}
#ves-mainnav .nav-container #nav li div {
    position: absolute;
    width: 15em;
    top: 100%;
    left: -10000px;
}
.rtl #ves-mainnav .nav-container #nav li div {
    right: -10000px;
    left: auto;
}
#ves-mainnav .nav-container #nav li div ul {
    position: static;
    width: auto;
    border: none;
}
#ves-mainnav .nav-container #nav li ul {
    position: absolute;
    width: 15em;
    top: 100%;
    left: -10000px;
    background-color: white;
    -webkit-box-shadow: 0 1px 3px lightgrey;
    box-shadow: 0 1px 3px lightgrey;
    padding: 0 10px;
}
.rtl #ves-mainnav .nav-container #nav li ul {
    right: -10000px;
    left: auto;
}
#ves-mainnav .nav-container #nav li ul li {
    float: none;
}
#ves-mainnav .nav-container #nav li ul li a {
    font-family: "RobotoLight", sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    padding: 0;
    line-height: 36px;
}
#ves-mainnav .nav-container #nav li ul li a span {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
#ves-mainnav .nav-container #nav li ul li a:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #eb5767;
}
#ves-mainnav .nav-container #nav li ul li.active a {
    padding-left: 20px;
}
.rtl #ves-mainnav .nav-container #nav li ul li.active a {
    padding-right: 20px;
    padding-left: inherit;
}
#ves-mainnav .nav-container #nav li ul li:last-child > a {
    border-bottom: none;
}
#ves-mainnav .nav-container #nav li ul.shown-sub,
#ves-mainnav .nav-container #nav li div.shown-sub {
    left: 0;
    z-index: 999;
}
.rtl #ves-mainnav .nav-container #nav li ul.shown-sub, .rtl
#ves-mainnav .nav-container #nav li div.shown-sub {
    right: 0;
    left: auto;
}
#ves-mainnav .nav-container #nav li .shown-sub ul.shown-sub,
#ves-mainnav .nav-container #nav li .shown-sub li div.shown-sub {
    left: 0px;
}
.rtl #ves-mainnav .nav-container #nav li .shown-sub ul.shown-sub, .rtl
#ves-mainnav .nav-container #nav li .shown-sub li div.shown-sub {
    right: 0px;
    left: auto;
}

/*Tree menu RTL  */
#ves-accordion ul {
    float: left;
}
.rtl #ves-accordion ul {
    float: right !important;
}
#ves-accordion li a {
    float: left;
}
.rtl #ves-accordion li a {
    float: right !important;
}
#ves-accordion .head {
    float: right;
    display: none;
}
.rtl #ves-accordion .head {
    float: left !important;
}
#ves-accordion li.parent .head {
    display: block;
}
#ves-accordion ul li a {
    background-position: left center;
    padding-left: 15px;
}
.rtl #ves-accordion ul li a {
    background-position: right center;
}
.rtl #ves-accordion ul li a {
    padding-right: 15px;
    padding-left: inherit;
}
#ves-accordion ul ul li {
    padding-left: 30px;
}
.rtl #ves-accordion ul ul li {
    padding-right: 30px;
    padding-left: inherit;
}

/* Topbar */

.top-icons {
    float: right;
}

.store-language {
    float: left;
}
.store-language .caret {
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-top: 14px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.form-language.dropdown a, .quick-access a {
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    width: 40px;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 30px;
    margin-left: 15px;
}
.cart-top {
    /*float: left;*/
}
.quick-access {
    float: left;
}


#topbar {
    font-weight: 300;
    border-bottom: 1px solid #e8e8e8;
    font-size: 11px;
    font-family: "RobotoLight", sans-serif;
}
#topbar a {
    font-size: 11px;
}
#topbar a:hover {
    text-decoration: none;
    color: #eb5767 !important;
}
#topbar .links, #topbar .toplinks-wrap {
    float: left;
}
#topbar .links-outline a {
    color: #eb5767;
}
#topbar .dropdown {
    position: relative;
    display: block!important;
}
#topbar .dropdown .dropdown-toggle {
    width: auto;
    line-height: 40px;
    height: 40px;
    color: #999999;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #303030;
    padding: 0 10px;
    text-transform: uppercase;
}
#topbar .dropdown:hover .dropdown-toggle {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background: #eb5767;
}
#topbar .dropdown > .dropdown-menu {
    right: 0;
    left: 0;
    top: 40px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.rtl #topbar .dropdown > .dropdown-menu {
    right: 0;
    left: auto;
}
#topbar .dropdown:hover .dropdown-menu {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}
#topbar .topLinks {
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.rtl #topbar .topLinks {
    float: right !important;
}
#topbar .topLinks .links li > a {
    color: #999;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding: 0px 6px;
    line-height: 40px;
}
#topbar .topLinks .dropdown-menu {
    display: block;
    box-shadow: none;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    left: 0;
}
.rtl #topbar .topLinks .dropdown-menu {
    right: 0;
    left: auto;
}
#topbar .top-currency,
#topbar .store-language {
    margin-left: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    height: 30px;
}
.rtl #topbar .top-currency, .rtl
#topbar .store-language {
    margin-right: 20px;
    margin-left: inherit;
}
#topbar .form-language label,
#topbar .form-language strong,
#topbar .currency label,
#topbar .currency strong {
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
}
#topbar .form-language a,
#topbar .currency a {
    text-transform: uppercase;
    color: #3a3d41;
}
#topbar .form-language a .caret,
#topbar .currency a .caret {
    color: #999;
}
#topbar .form-language li,
#topbar .currency li {
    display: block;
    padding: 2px 5px;
}
#topbar .form-language li a,
#topbar .currency li a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
    text-align: left;
}
.rtl #topbar .form-language li a, .rtl
#topbar .currency li a {
    background-position: right center;
}
.rtl #topbar .form-language li a, .rtl
#topbar .currency li a {
    padding-right: 22px;
    padding-left: inherit;
}
.rtl #topbar .form-language li a, .rtl
#topbar .currency li a {
    text-align: right !important;
}
#topbar .form-language label + a,
#topbar .currency label + a {
    background: none !important;
}
#topbar .cart-top {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 121px;
    margin-left: 20px;
}
.rtl #topbar .cart-top {
    margin-right: 20px;
    margin-left: inherit;
}
#topbar .cart-top .heading .cart-inner {
    position: relative;
}
#topbar .cart-top .heading .cart-inner .shopping-cart-icon {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/icon_minicart.png") no-repeat left center;
    float: left;
    margin-right: 9px;
    width: 18px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.rtl #topbar .cart-top .heading .cart-inner .shopping-cart-icon {
    float: right !important;
}
.rtl #topbar .cart-top .heading .cart-inner .shopping-cart-icon {
    margin-left: 9px;
    margin-right: inherit;
}
#topbar .cart-top .heading .cart-inner h4 {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "RobotoMedium", sans-serif;
    font-weight: 400;
    line-height: 40px;
}
#topbar .cart-top .heading .cart-inner h4 a {
    color: #eb5767;
    font-size: 13px;
}
#topbar .cart-top .content {
    width: 260px;
    position: absolute;
    visibility: hidden;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    right: 0;
    top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.rtl #topbar .cart-top .content {
    left: 0;
    right: auto;
}
#topbar .cart-top .content .block-cart {
    background-color: white;
    margin-bottom: 0;
    padding: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#topbar .cart-top .content .block-cart li {
    float: left;
    margin-bottom: 20px;
}
.rtl #topbar .cart-top .content .block-cart li {
    float: right !important;
}
#topbar .cart-top .content .block-cart .product-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
#topbar .cart-top .content .block-cart .block-content {
    border-top: none;
    color: #222;
}
#topbar .cart-top .content .block-cart .block-content .image {
    margin: 0;
}
#topbar .cart-top .content .block-cart .block-content .product-meta {
    padding: 0;
    width: 140px;
    text-align: left;
}
.rtl #topbar .cart-top .content .block-cart .block-content .product-meta {
    text-align: right !important;
}
#topbar .cart-top .content .block-cart .block-content .product-meta .product-name a {
    font-family: "RobotoLight", sans-serif;
    text-transform: uppercase;
    color: #3a3d41;
    font-size: 13px;
    font-weight: 400;
}
#topbar .cart-top .content .block-cart .block-content .product-meta strong {
    font-size: 15px;
}
#topbar .cart-top .content .block-cart .block-content .summary {
    border-top: 1px solid #e7e7e7;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.rtl #topbar .cart-top .content .block-cart .block-content .summary {
    float: right !important;
}
#topbar .cart-top .content .block-cart .block-content .summary .label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #999999;
    font-size: 13px;
    padding: 0;
    font-weight: 400;
}
#topbar .cart-top .content .block-cart .block-content .summary .price {
    color: #eb5767;
    font-size: 15px;
}
#topbar .cart-top .content .block-cart .block-content .summary a {
    color: #222;
    text-decoration: underline;
}
#topbar .cart-top .content .block-cart .block-subtitle {
    display: none;
}
#topbar .cart-top .content .block-cart .btn-remove {
    position: absolute;
    right: -10px;
    top: 5px;
}
.rtl #topbar .cart-top .content .block-cart .btn-remove {
    left: -10px;
    right: auto;
}
#topbar .cart-top .content .block-cart .btn-edit {
    display: none;
}
#topbar .cart-top .active .content {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
#topbar .cart-top:hover .heading .cart-inner > span {
    color: white;
}
#topbar .cart-top .view-cart {
    padding-left: 5px;
    color: #222;
}

.mutilestore .store-switcher label {
    display: inline;
    color: #aab2bd;
}
.mutilestore .store-switcher select {
    float: right;
    width: 185px;
    border: 0;
    background: #333;
    margin-top: -10px;
    color: #aab2bd;
}
.rtl .mutilestore .store-switcher select {
    float: left !important;
}

/** apply general product block **/
.sidebar .products-row {
    margin: 0;
}
.sidebar .products-row .product-col {
    width: 100%;
    border-right: none;
    padding: 0 !important;
}
.sidebar .product-block {
    border: 0 !important;
    box-shadow: none!important;
    text-align: left;
}
.sidebar .product-block:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.rtl .sidebar .product-block {
    text-align: right !important;
}
.sidebar .product-block .image {
    float: left;
}
.rtl .sidebar .product-block .image {
    float: right !important;
}
.sidebar .product-block .action,
.sidebar .product-block .ves-colorbox,
.sidebar .product-block .colorbox, .sidebar .product-block .image-gallery,
.sidebar .product-block .add-to-links {
    display: none !important;
}
.sidebar .product-block .product-meta {
    float: right;
    width: 62%;
    padding: 0 20px 20px;
}
.rtl .sidebar .product-block .product-meta {
    float: left !important;
}
.sidebar .product-label {
    display: none;
}
.sidebar .onsale,
.sidebar .new-icon {
    display: none !important;
}

/* Block: Layered Navigation */
.block-layered-nav dt {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/menu_down.gif") no-repeat right center;
    background-position: right center;
}
.rtl .block-layered-nav dt {
    background-position: left center;
}

.block-layered-nav dt.active {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/menu_up.gif") no-repeat right center;
    background-position: right center;
}
.rtl .block-layered-nav dt.active {
    background-position: left center;
}

/* social internal module */
.social {
    margin-top: 20px;
}
.social li {
    float: left;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    color: white;
}
.rtl .social li {
    float: right !important;
}
.rtl .social li {
    margin-left: 10px;
    margin-right: inherit;
}
.social li a {
    display: none;
}
.social li:hover {
    background: #333;
    color: #eb5767;
}
.social .fa-facebook {
    background-color: #346da6;
}
.social .fa-twitter {
    background-color: #4c91d7;
}
.social .fa-rss {
    background-color: #f05423;
}
.social .fa-google-plus {
    background-color: #c9242d;
}
.social .fa-pinterest {
    background-color: #fb9e3a;
}

/* back to top */
.scrollup {
    background: #d6b469;
    bottom: 82px;
    display: none;
    position: fixed;
    right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 13px;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px;
    cursor: pointer;
    z-index: 9999;
}
.rtl .scrollup {
    left: 10px;
    right: auto;
}
.scrollup .fa {
    display: block;
}
.scrollup:hover {
    text-decoration: none;
    background: #3a3d41;
}

.call-online {
    line-height: 40px;
    color: #eb5767;
    text-transform: uppercase;
}
.call-online span {
    color: white;
    padding-right: 5px;
}

.quick-access {
    float: left;
}
.rtl .quick-access {
    float: right !important;
}
.quick-access .welcome-msg {
    line-height: 38px;
    text-transform: uppercase;
}
.quick-access a {
    color: white;
}
.quick-access a:hover {
    color: #eb5767;
}

#top-search .btn-toggle {
    display: none;
}
#top-search .inner-toggle {
    display: block;
    top: 0;
    left: 0;
    position: relative;
    min-width: 250px;
}
#top-search div {
    width: 100%;
}
#top-search label {
    display: none;
}
#top-search button {
    background: transparent;
    position: absolute;
    right: 0;
    border: 0;
}
#top-search button span {
    display: none;
}
#top-search button:focus {
    background: transparent;
}
#top-search input {
    width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #333333;
    border: 0;
    padding: 3px 12px;
}
#top-search input:focus, #top-search input:hover {
    background: #fff !important;
    border-color: #fff!important;
}

.block-layered-nav .block-content {
    padding: 0;
}
.block-layered-nav .block-subtitle {
    font-weight: 700;
}
.block-layered-nav .currently {
    padding: 5px 10px 5px 0;
}
.block-layered-nav .currently li {
    position: relative;
    padding-bottom: 10px;
}
.block-layered-nav .currently .label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #323232;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    position: 0;
}
.block-layered-nav .currently .value {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: 700;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    margin: 0;
    position: absolute;
    right: 4px;
    top: 9px;
}
.block-layered-nav .currently .btn-previous {
    right: 17px;
}
.block-layered-nav .actions {
    padding: 5px 15px 10px;
    text-align: right;
}
.rtl .block-layered-nav .actions {
    text-align: left !important;
}
.block-layered-nav .actions a {
    float: none;
}
.block-layered-nav dt {
    cursor: pointer;
    text-transform: uppercase;
    line-height: 100%;
    padding: 10px 0;
    text-align: left;
}
.rtl .block-layered-nav dt {
    text-align: right !important;
}
.block-layered-nav dt:focus, .block-layered-nav dt.active, .block-layered-nav dt:hover {
    border-bottom: 0 none;
}
.block-layered-nav dd {
    margin: 0;
    padding: 0;
}
.block-layered-nav dd.last {
    border-bottom: 0 none;
}
.block-layered-nav dd li {
    color: #333;
    line-height: 100%;
    margin: 0 0 20px 0;
    text-align: left;
    width: 100%;
}
.rtl .block-layered-nav dd li {
    text-align: right !important;
}
.block-layered-nav dd li a {
    color: #999999;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.block-layered-nav dd li a:hover {
    color: #eb5767;
    text-decoration: none;
}
.block-layered-nav dd .price {
    background: 0;
    color: #151515;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 100%;
    padding: 0;
    font-weight: 400;
    font-family: "RobotoLight", Arial, sans-serif;
}
.block-layered-nav dd.inactive {
    border-bottom: 0 none;
    padding: 0;
}
.block-layered-nav li {
    list-style: none;
}

.block.carosel1 .block-title {
    text-align: center;
}
.block.carosel1 .block-title strong {
    position: relative;
    padding: 0 70px;
}
.block.carosel1 .block-title strong:before {
    background: #e7e7e7;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.block.carosel1 .block-title strong span {
    padding: 0 8px;
    background: #f9f8f8;
}

.block.carosel2 .block-title {
    text-align: center;
}
.block.carosel2 .block-title strong {
    position: relative;
    padding: 0 70px;
}
.block.carosel2 .block-title strong:before {
    background: #ccc;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.block.carosel2 .block-title strong span {
    padding: 0 8px;
    background: #f9f8f8;
}
.block.carosel2 .product-grid,
.block.carosel2 .block-content {
    background: transparent;
}
.block.carosel2 .product-block {
    border: 1px solid #f9f8f8;
    min-height: 395px;
}
.block.carosel2 .product-block .image {
    background: #f4f4f4;
}
.block.carosel2 .product-block .action {
    top: 47%;
}

.block.venus-latest-block {
    padding: 50px 0 20px;
}
.block.venus-latest-block .block-title {
    text-align: center;
}
.block.venus-latest-block .block-title strong {
    position: relative;
    padding: 0 70px;
}
.block.venus-latest-block .block-title strong:before {
    background: #ccc;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.block.venus-latest-block .block-title strong span {
    padding: 0 8px;
    background: #f9f8f8;
}
.block.venus-latest-block .block-content {
    padding: 20px 0 0;
}
.block.venus-latest-block .post-image {
    float: left;
    padding-right: 25px;
}
.rtl .block.venus-latest-block .post-image {
    float: right !important;
}
.rtl .block.venus-latest-block .post-image {
    padding-left: 25px;
    padding-right: inherit;
}

.block.venus-deal .block-title {
    text-align: center;
}
.block.venus-deal .block-title strong {
    position: relative;
    padding: 0 70px;
}
.block.venus-deal .block-title strong:before {
    background: #ccc;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.block.venus-deal .block-title strong span {
    padding: 0 8px;
    background: #f9f8f8;
}
.block.venus-deal .block-content {
    position: relative;
}
.block.venus-deal .block-content:before {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bg_hot_deals.png") no-repeat;
    width: 72px;
    height: 71px;
    position: absolute;
    right: -10px;
    top: -10px;
    content: "";
    z-index: 999;
}
.block.venus-deal .product-block {
    min-height: 395px;
    border: 0 !important;
    z-index: 9;
}
.block.venus-deal .product-block .image {
    float: left;
    margin: 0;
    background: #f4f4f4;
}
.rtl .block.venus-deal .product-block .image {
    float: right !important;
}
.block.venus-deal .product-block .product-meta {
    float: right;
    width: 200px;
    padding: 40px 20px 0;
}
.rtl .block.venus-deal .product-block .product-meta {
    float: left !important;
}
.block.venus-deal .product-block .action {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block !important;
    visibility: visible;
    margin: 5px 0;
    position: relative;
}
.block.venus-deal .product-block .price {
    margin-top: 11px;
}
.block.venus-deal .product-block .onsale,
.block.venus-deal .product-block .new-icon {
    right: 20px;
    top: 20px;
    background-size: 71px 65px;
    width: 71px;
    height: 66px;
    line-height: 18px;
    font-size: 16px;
    padding-top: 15px;
}
.rtl .block.venus-deal .product-block .onsale, .rtl
.block.venus-deal .product-block .new-icon {
    left: 20px;
    right: auto;
}
.block.venus-deal .product-block:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.block.venus-deal .productdeals {
    position: absolute;
    left: 15%;
    top: 81%;
}
.rtl .block.venus-deal .productdeals {
    right: 15%;
    left: auto;
}
.block.venus-deal .productdeals .timeleft h3 {
    font-size: 19px;
}
.block.venus-deal .deal_detail,
.block.venus-deal .productdeals {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}
.block.venus-deal .deal_detail ul li {
    width: 100%;
}

.deal-products {
    margin-top: 20px;
}
.deal-products .product-block .onsale,
.deal-products .product-block .new-icon {
    line-height: 13px !important;
    padding-top: 9px;
}

.deal_detail_num {
    padding-left: 5px;
    color: #eb5767;
    font-size: 15px;
    font-weight: 600;
}
.deal_detail_num .price {
    color: #eb5767 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.block-compare li,
.block-reorder li {
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0;
}
.block-compare .actions,
.block-reorder .actions {
    margin-top: 10px;
}
.block-compare .actions button,
.block-reorder .actions button {
    float: right;
}
.rtl .block-compare .actions button, .rtl
.block-reorder .actions button {
    float: left !important;
}

.block-reorder input[type="checkbox"] {
    float: right;
    padding-right: 10px;
}
.rtl .block-reorder input[type="checkbox"] {
    float: left !important;
}
.rtl .block-reorder input[type="checkbox"] {
    padding-left: 10px;
    padding-right: inherit;
}

.tags-list a {
    font-size: 100% !important;
}

#at4-share.atss a {
    margin-bottom: 5px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 43px;
    padding: 5px 0;
}

.gallery-carousel {
    position: relative;
}

.price {
    color: #3a3d41;
    font-size: 24px;
    font-family: "RobotoLight", sans-serif;
    font-weight: 400;
}
.price .price-label {
    display: none;
}
.price .price-old, .price .old-price {
    color: #eb5767;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.price .price-old .price, .price .old-price .price {
    color: #eb5767;
    font-size: 15px;
    font-weight: 400 !important;
}

.minimal-price-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    opacity: 0;
}

.minimal-price-link {
    display: none;
}

.product-block .product-meta {
    width: 100%;
}

.minimal-price-link .label {
    display: none;
}

.special-price {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.product-pricing,
.block-deal-info {
    font-size: 13px;
    font-weight: 400;
    font-family: "RobotoLight", sans-serif;
    color: #999999;
    padding-top: 20px;
}

.block-deal-info {
    margin-bottom: 0;
}
.block-deal-info .block-title {
    display: none;
}
.block-deal-info .block-content {
    background: transparent;
}
.block-deal-info .deal_detail {
    padding: 20px 0;
}

/* product style */
.product-block {
    position: relative;
    background-color: white;
    margin: 0;
    text-align: center;
    border: 1px solid #fff;
    float: left;
    width: 100%;
}
.rtl .product-block {
    float: right !important;
}
.product-block a:hover {
    color: #f46d71;
}
.product-block .price {
    margin: 10px 0;
}
.product-block .price .price-label {
    font-size: 13px -1 !important;
    color: #3a3d41;
    font-weight: 300;
    display: none !important;
}
.product-block .price .price-from,
.product-block .price .price-to {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.product-block .price p {
    margin-bottom: 0;
}
.product-block .action {
    width: 100%;
    z-index: 5;
}
.product-block .action:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-block .action > div {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.product-block .action > div a span {
    display: none;
}
.product-block .action > div > * {
    width: 100%;
}
.product-block .action .btn-shopping-cart {
    width: auto;
}
.product-block .link-wishlist,
.product-block .link-compare {
    padding: 8px 5px 0;
    font-size: 13px;
}
.product-block .link-wishlist a,
.product-block .link-compare a {
    color: #999999;
}
.product-block .link-wishlist a:hover,
.product-block .link-compare a:hover {
    color: #eb5767;
}
.product-block .cart {
    padding: 0;
    background: none;
}
.product-block .description {
    display: none;
    font-size: 14px;
}
.product-block .product-rating, .product-block .norating {
    line-height: 22px;
    min-height: 25px;
    height: 25px;
    height: auto !important;
    font-size: 12px;
}
.product-block .name {
    margin: 0;
    height: auto !important;
    line-height: 18px;
}
.product-block .name a {
    color: #3a3d41;
    font-size: 15px;
    font-family: "RobotoLight", sans-serif;
    font-weight: 400;
    min-height: 50px;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.product-block .name a:hover {
    color: #f46d71;
}
.product-block .image-gallery {
    border: solid 4px #b4b4b4;
    position: absolute;
    top: 0;
    left: -80px;
    display: none;
}
.product-block .image-gallery .product-image {
    width: 75px;
    overflow: hidden;
    cursor: hand;
    cursor: pointer;
}
.product-block .image-gallery .arrow {
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #b4b4b4;
    border-top: 5px solid rgba(0, 0, 0, 0);
    margin: -5px 0;
    position: absolute;
    right: -9px;
    top: 50%;
}
.product-block .image {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    float: left;
    /*swap image*/
}
.rtl .product-block .image {
    float: right !important;
}
.product-block .image .product-image {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.product-block .image .product-image img {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.product-block .image .hover-image {
    position: absolute;
    padding: 10px 0 0;
    text-align: center;
    top: 0;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.product-block .image:hover .hover-image {
    visibility: visible;
    transform: translateX(0);
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-block .image .onsale,
.product-block .image .new-icon {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/label_sale.png") no-repeat;
    width: 46px;
    height: 41px;
    line-height: 41px;
    text-transform: uppercase;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 700;
    font-size: 12px;
    z-index: 99;
}
.rtl .product-block .image .onsale, .rtl
.product-block .image .new-icon {
    left: 10px;
    right: auto;
}
.product-block .image .new-icon {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/label_new.png") no-repeat;
}
.product-block .image .onsale + .new-icon {
    right: 65px;
}
.product-block .product-meta {
    padding: 0 20px 20px;
    position: relative;
    float: left;
}
.rtl .product-block .product-meta {
    float: right !important;
}
.product-block .product-zoom, .product-block .ves-colorbox {
    background: rgba(213, 56, 77, 0.7);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0;
    color: white;
    font-size: 13px;
    letter-spacing: 0.4px;
    font-family: "RobotoRegular", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 10px 25px;
    width: auto;
    position: absolute;
    z-index: 99;
}
.product-block .product-zoom:hover, .product-block .ves-colorbox:hover {
    background: rgba(213, 56, 77, 1);
    color: white;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.product-block .product-zoom {
    top: 39%;
    left: 23%;
}
.product-block .ves-colorbox {
    top: 48%;
    left: 26%;
}
.product-block .add-to-links {
    border-top: 1px solid #e7e7e7;
    margin: 0 auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
    z-index: 99;
}
.product-block .add-to-links li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-top: 10px;
    padding-right: 10px;
}
.product-block .add-to-links .link-wishlist {
    border-right: 1px solid #e7e7e7;
}
.rtl .product-block .add-to-links .link-wishlist {
    border-left: 1px solid #e7e7e7;
    border-right: inherit;
}
.product-block .availability span.available-now {
    background: red;
    border: 1px solid #cc0000;
    color: white;
}
.product-block .availability span.out-of-stock {
    background: blue;
    border: 1px solid #0000cc;
    color: white;
}
.product-block .product-flags {
    opacity: 0;
    filter: alpha(opacity=0);
}

.availability .out-of-stock {
    font-size: 11px;
    background: #5bc0de;
    color: white;
}
.availability .available-now {
    font-size: 11px;
    background: #f0ad4e;
    color: white;
}

.product-label {
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    z-index: 3;
    position: absolute;
    left: 2px;
}
.product-label span {
    padding: 6px 12px;
}
.product-label.product-label-new, .product-label.new-box {
    background-color: #d9534f;
    top: 2px;
}
.product-label.product-label-new[href]:hover, .product-label.product-label-new[href]:focus, .product-label.new-box[href]:hover, .product-label.new-box[href]:focus {
    background-color: #c9302c;
}
.product-label.product-label-special, .product-label.sale-box {
    top: 20px;
    background-color: #d6b469;
}
.product-label.product-label-special[href]:hover, .product-label.product-label-special[href]:focus, .product-label.sale-box[href]:hover, .product-label.sale-box[href]:focus {
    background-color: #bc283a;
}
.product-label.sale-percent-box {
    background-color: #d6b469;
    right: 0;
    left: inherit;
    bottom: 0;
}
.product-label.sale-percent-box[href]:hover, .product-label.sale-percent-box[href]:focus {
    background-color: #bc283a;
}

.rating-box {
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/rating-blank-star.png) repeat-x;
    clear: right;
    margin: 0 10px 0 0;
    position: relative;
    width: 63px;
    height: 11px;
}
.rating-box .rating {
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/rating-full-star.png) repeat-x;
    height: 11px;
    left: 0;
    position: absolute;
    top: 0;
}

#products-grid.products-block .ratings,
.product-grid .ratings,
.products-grid .ratings {
    display: none;
}

.productcarousel .carousel-controls {
    right: 62px;
}
.rtl .productcarousel .carousel-controls {
    left: 62px;
    right: auto;
}

/* product list mode  */
.products-list .products-row {
    border: none;
}
.products-list .products-row .col-fullwidth {
    width: 100% !important;
    float: left;
    margin: 0;
}
.rtl .products-list .products-row .col-fullwidth {
    float: right !important;
}
.products-list .products-row .product-col {
    border-right: none;
    padding-bottom: 20px;
    border-right: 0;
}
.rtl .products-list .products-row .product-col {
    border-left: 0;
    border-right: inherit;
}
.products-list .products-row .product-col:last-child {
    border-right: 0;
}
.rtl .products-list .products-row .product-col:last-child {
    border-left: 0;
    border-right: inherit;
}
.products-list .product-block {
    padding: 20px 0;
    text-align: left;
}
.rtl .products-list .product-block {
    text-align: right !important;
}
.products-list .product-block .action {
    opacity: 1;
    filter: alpha(opacity=100);
    position: inherit;
    display: block !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.products-list .product-block .product-meta {
    padding: 0;
}
.products-list .product-block .name a {
    min-height: 30px !important;
}
.products-list .product-block:hover .action {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.products-list .product-block .deal_detail,
.products-list .product-block .productdeals {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}
.products-list .product-block .add-to-links {
    position: absolute;
}
.products-list .description {
    display: block;
}
.products-list .price-tax {
    display: block;
}
.products-list .name {
    min-height: 20px;
}
.products-list .image {
    float: left;
    margin: 0 20px 0 0;
    margin-right: 20px;
    text-align: center;
}
.rtl .products-list .image {
    float: right !important;
}
.rtl .products-list .image {
    margin-left: 20px;
    margin-right: inherit;
}
.products-list .image img {
    padding: 0;
    border: 0;
}
.products-list .image:hover .info-view {
    opacity: 1;
    filter: alpha(opacity=100);
}
.products-list .cart {
    float: left;
    padding: 0;
}
.rtl .products-list .cart {
    float: right !important;
}
.products-list .wishlist, .products-list .compare {
    float: left;
    margin: 30px 0 0 10px;
}
.rtl .products-list .wishlist, .rtl .products-list .compare {
    float: right !important;
}
.products-list .rating-box {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.rtl .products-list .rating-box {
    float: right !important;
}
.rtl .products-list .rating-box {
    margin-left: 10px;
    margin-right: inherit;
}
.products-list .product-icon {
    padding: 9px 17px;
    line-height: 1;
    border-left: 1px solid white;
    text-align: center;
}
.products-list .product-icon span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: "RobotoLight", sans-serif;
}
.products-list .toolbar-bottom {
    margin-top: 0;
}

.carousel3 .image,
.mini-products-list .image {
    margin-top: 10px;
}
.carousel3 .price,
.mini-products-list .price {
    margin: 0 0 10px;
}

/* product grid mode */
.product-grid {
    position: relative;
    background-color: white;
}
.product-grid.last {
    border: 0;
}
.product-grid .description, .product-grid .price-tax {
    display: none;
}

.deals-index-index .products-block .product-block .deal_detail {
    display: none;
}
.deals-index-index .products-block .product-block .action {
    top: 41%;
}

.deals-index-index .products-list .product-block .image {
    width: 270px;
}
.deals-index-index .products-list .product-block .product-meta {
    float: left;
}
.rtl .deals-index-index .products-list .product-block .product-meta {
    float: right !important;
}
.deals-index-index .products-list .product-block .product-meta .deal_detail {
    display: block!important;
}
.deals-index-index .products-list .product-block .product-meta .add-to-links {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
}

/*
* PRODUCT INFORMATION PAGE
*/
.product-detail {
    background-color: white;
}

.product-detail.vesquickview {
    background: #fff;
    padding: 20px;
}
.product-detail.vesquickview .tabs-group .tab-contents {
    padding: 0;
    border: 0;
    background: #fff;
}
.product-detail.vesquickview .product-info .carousel-control {
    width: 25px;
    height: 25px;
    line-height: 15px;
    top: 30%;
}

.product-info {
    margin-bottom: 20px;
}
.product-info .carousel-control {
    top: 45%;
    font-size: 14px;
    color: #75716c;
    text-align: center;
    border: 1px solid #e7e7e7;
    margin: -6px 0 -6px 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    width: 20px;
    height: 25px;
    padding-top: 4px;
    background-color: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.product-info .left,
.product-info .right {
    width: 30px;
    height: 30px;
    line-height: 22px;
}
.product-info .left:hover,
.product-info .right:hover {
    background: #eb5767 !important;
    border-color: #eb5767;
    color: #fff;
}
.product-info .left {
    left: 0;
}
.rtl .product-info .left {
    right: 0;
    left: auto;
}
.product-info .right {
    right: 0;
}
.rtl .product-info .right {
    left: 0;
    right: auto;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
}
.product-info .cart .links {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.product-info h1 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    font-weight: 400;
    font-family: "RobotoLight", sans-serif;
    margin-bottom: 20px;
    color: #3a3d41;
}
.product-info ul, .product-info ol {
    list-style: none;
    width: 100%;
    float: left;
}
.rtl .product-info ul, .rtl .product-info ol {
    float: right !important;
}
.product-info ul li, .product-info ol li {
    display: inline;
}
.product-info .price-tax {
    font-weight: normal;
}
.product-info .image {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    background: white;
    border: 1px solid #e7e7e7;
}
.product-info .image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.product-info .image-additional {
    overflow: hidden;
}
.product-info .image-additional .carousel-control {
    display: none;
}
.product-info .image-additional:hover .carousel-control {
    display: block;
}
.product-info .share {
    padding: 20px 0;
}
.product-info .share:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-info .price {
    padding: 10px 0;
    font-size: 28px;
}
.product-info .price .availability {
    font-size: 13px;
    color: #eb5767;
    font-weight: 400;
    font-family: "RobotoLight", sans-serif;
}
.product-info .price .text-price {
    display: none;
}
.product-info .price .price-gruop, .product-info .price .price-old {
    font-size: 16px;
    font-family: "RobotoLight", sans-serif;
    text-transform: uppercase;
    color: #eb5767;
}
.product-info .price .other-price {
    margin-top: 9px;
}
.product-info .price .reward {
    font-weight: normal;
}
.product-info .price .discount {
    font-weight: normal;
    margin-top: 9px;
}
.product-info .custom-bg {
    background: #82b965;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
    padding: 5px;
    font-family: "FontAwesome" !important;
}
.product-info .availability {
    font-family: "RobotoRegular", sans-serif;
    color: #3a3d41;
}
.product-info .availability span {
    font-family: "RobotoLight", sans-serif;
}
.product-info .price-box {
    padding-bottom: 20px;
}
.product-info .price-group:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-info .rating-box {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.rtl .product-info .rating-box {
    float: right !important;
}
.rtl .product-info .rating-box {
    margin-left: 10px;
    margin-right: inherit;
}
.product-info .description {
    border: 0;
    margin-bottom: 9px;
    padding: 0;
    font-size: 13px;
    color: #999999;
}
.product-info .description h2 {
    display: none;
}
.product-info .description a {
    text-decoration: none;
}
.product-info .description b {
    margin-right: 5px;
    margin-left: 0;
}
.product-info .description .fa {
    color: white;
}
.product-info .description dd input, .product-info .description dd select, .product-info .description dd textarea, .product-info .description dd button {
    width: auto;
}
.product-info .description dl {
    margin-bottom: 0 !important;
}
.product-info .description label {
    font-size: 18px;
    color: #3a3d41;
}
.product-info .product-extra label {
    font-size: 18px;
    color: #3a3d41;
}
.product-info .onsale,
.product-info .new-icon {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/label_sale.png") no-repeat;
    width: 46px;
    height: 41px;
    line-height: 41px;
    text-transform: uppercase;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 700;
    font-size: 12px;
    z-index: 999;
}
.rtl .product-info .onsale, .rtl
.product-info .new-icon {
    left: 10px;
    right: auto;
}
.product-info .new-icon {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/label_new.png") no-repeat;
}
.product-info .carousel-inner {
    clear: both;
}
.product-info .carousel-inner .item {
    text-align: center;
}
.product-info .carousel-inner .item img {
    border: 1px solid #e7e7e7;
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.product-info .options {
    margin-bottom: 20px;
}
.product-info .review .share {
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none;
}
.product-info .review > div {
    padding: 0;
    border: 0;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .product-options-bottom .price-box {
    /*display: none;*/
}
.product-info .product-extra,
.product-info .product-options-bottom {
    padding: 10px 0;
}
.product-info .product-extra:after,
.product-info .product-options-bottom:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-info .product-extra .quantity-adder,
.product-info .product-options-bottom .quantity-adder {
    margin-bottom: 20px;
    width: 100%;
}
.product-info .product-extra .quantity-adder input,
.product-info .product-options-bottom .quantity-adder input {
    border: 1px solid #e7e7e7;
}
.product-info .product-extra .quantity-adder label,
.product-info .product-options-bottom .quantity-adder label {
    float: left;
    width: 100%;
}
.rtl .product-info .product-extra .quantity-adder label, .rtl
.product-info .product-options-bottom .quantity-adder label {
    float: right !important;
}
.product-info .product-extra .cart,
.product-info .product-options-bottom .cart {
    margin-left: 10px;
    margin-right: 10px;
}
.product-info .product-extra .add-action,
.product-info .product-options-bottom .add-action {
    display: block;
    width: 20px;
    height: 19px;
    position: relative;
    cursor: pointer;
    font-size: 6.5px;
    line-height: 19px;
    text-align: center;
    color: #999;
    background: transparent;
    border: 1px solid #e7e7e7;
    margin-left: 5px;
}
.product-info .product-extra .add-action:hover,
.product-info .product-options-bottom .add-action:hover {
    color: #eb5767;
}
.product-info .product-extra .add-up,
.product-info .product-options-bottom .add-up {
    border-bottom: 0;
}
.product-info .product-extra .add-to-icon,
.product-info .product-options-bottom .add-to-icon {
    font-size: 18px;
    padding: 6px;
    background: #e6293e;
}
.product-info .product-extra .quantity-number label,
.product-info .product-options-bottom .quantity-number label {
    font-size: font-size-base1;
    font-weight: 400;
}
.product-info .product-extra .quantity-number input,
.product-info .product-options-bottom .quantity-number input {
    min-width: 140px;
    width: 140px!important;
    height: 38px;
    text-align: center;
}
.product-info .product-extra .add-to-cart,
.product-info .product-options-bottom .add-to-cart {
    width: 165px;
}
.product-info .product-extra .add-to-links,
.product-info .product-options-bottom .add-to-links {
    margin-top: 110px;
}
.product-info .product-extra .add-to-links > div,
.product-info .product-options-bottom .add-to-links > div {
    float: left;
}
.rtl .product-info .product-extra .add-to-links > div, .rtl
.product-info .product-options-bottom .add-to-links > div {
    float: right !important;
}
.product-info .product-extra .add-to-links a,
.product-info .product-options-bottom .add-to-links a {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}
.product-info .product-extra .add-to-links a:hover,
.product-info .product-options-bottom .add-to-links a:hover {
    color: #eb5767;
}
.product-info .product-extra .add-review,
.product-info .product-options-bottom .add-review {
    text-transform: uppercase;
}
.product-info .action:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-info .action > div {
    margin-right: 10px;
    margin-left: 0;
}

.tabs-group {
    overflow: hidden;
}
.tabs-group .htabs {
    padding: 0;
}
.tabs-group .htabs .nav-tabs {
    border: none;
}
.tabs-group .tab-contents {
    padding: 20px;
    background: white;
    border: 1px solid #e7e7e7;
}
.tabs-group .tab-contents .input-box {
    margin: 10px 0;
}
.tabs-group .tab-contents h2 {
    border-bottom: 1px solid #e7e7e7;
    font-family: "RobotoRegular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #3a3d41;
}
.tabs-group .tab-contents .box-tags .note {
    margin-top: 10px;
}
.tabs-group .tab-contents .box-tags .product-tags li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 10px;
}

.block-up-sell .block-title,
.box-up-sell .block-title {
    text-align: center;
}
.block-up-sell .block-title strong,
.box-up-sell .block-title strong {
    position: relative;
    padding: 0 70px;
}
.block-up-sell .block-title strong:before,
.box-up-sell .block-title strong:before {
    background: #e7e7e7;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.block-up-sell .block-title strong span,
.box-up-sell .block-title strong span {
    padding: 0 8px;
}
.block-up-sell .carousel-inner,
.box-up-sell .carousel-inner {
    overflow: visible;
}
.block-up-sell .carousel-inner .products-row,
.box-up-sell .carousel-inner .products-row {
    margin: 0;
}

.block-tags .actions {
    padding-top: 10px;
    font-size: 12px;
}

/*
*  LISTING PRODUCTS PAGE
*/
.product-filter {
    background-color: white;
    font-size: 13px;
    margin-bottom: 20px;
}
.product-filter .filter-right > div {
    padding-left: 5px;
}
.product-filter .display {
    float: left;
    line-height: 30px;
}
.rtl .product-filter .display {
    float: right !important;
}
.product-filter .display span {
    margin-right: 5px;
}
.product-filter .display a {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/icon-grid-list.png") no-repeat 0 0 #fafafa scroll;
    width: 32px;
    height: 30px;
    display: block;
    border: 1px solid #e7e7e7;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}
.rtl .product-filter .display a {
    float: right !important;
}
.product-filter .display a > span {
    margin: 0 3px;
}
.product-filter .display a > em {
    display: none;
}
.product-filter .display a.grid {
    background-position: 10px 9px;
}
.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
    background-color: #eb5767;
    background-position: 9px -30px;
}
.product-filter .display a.list {
    background-position: -30px 11px;
}
.product-filter .display a.list.active, .product-filter .display a.list:hover {
    background-color: #eb5767;
    background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
    background-color: #eb5767;
    border: 1px solid #eb5767;
}
.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
    color: white;
}
.product-filter .display i {
    font-size: 12px;
    color: #9c9b9b;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.product-filter .form-control {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: auto;
}
.product-filter .product-compare {
    float: right;
}
.rtl .product-filter .product-compare {
    float: left !important;
}

.global_messages .container {
    width: 100% !important;
}

/*** widgets using inside megamenu ***/
.ves-widget .menu-title {
    display: none;
}
.ves-widget .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "RobotoLight", sans-serif;
    font-weight: 700;
}
.ves-widget .products-row {
    margin: 0;
}
.ves-widget .products-row .product-col {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
}
.ves-widget .product-block:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.ves-widget .product-block .image {
    float: left;
    overflow: inherit;
    width: 40%;
}
.ves-widget .product-block .action, .ves-widget .product-block .ves-colorbox, .ves-widget .product-block .colorbox, .ves-widget .product-block .image-gallery {
    display: none;
}
.ves-widget .product-meta {
    width: 59.5%;
    float: left;
}
.ves-widget .widget-product {
    text-align: center;
}
.ves-widget .widget-product .name {
    color: #3a3d41;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: "RobotoLight", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.ves-widget .widget-product .name a {
    color: #3a3d41;
}
.ves-widget .widget-product .name a:hover {
    color: #eb5767;
}
.ves-widget .widget-product .price {
    margin: 5px 0;
    color: #eb5767;
}
.ves-widget .widget-product .rating-links {
    display: none;
}
.ves-widget .widget-product .ratings {
    margin: 0 auto 10px;
    text-align: center;
    width: 33%;
}
.ves-widget .widget-product .cart {
    margin: 0;
    padding: 0 0 5px;
}
.ves-widget .widget-product .cart button {
    margin: 0;
}
.ves-widget .widget-html .title-widget-html {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "RobotoLight", sans-serif;
    margin-bottom: 20px;
    color: #999999;
    text-align: left;
}
.rtl .ves-widget .widget-html .title-widget-html {
    text-align: right !important;
}
.ves-widget .widget-html .content-wight-html li {
    float: left;
    float: left;
    text-align: left;
    padding-bottom: 30px;
}
.rtl .ves-widget .widget-html .content-wight-html li {
    float: right !important;
}
.rtl .ves-widget .widget-html .content-wight-html li {
    text-align: right !important;
}
.ves-widget .widget-html .content-wight-html li .name-widget-html {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "RobotoLight", sans-serif;
    margin-bottom: 14px;
    cursor: pointer;
}
.ves-widget .widget-html .content-wight-html li .decs-widget-html {
    font-family: "RobotoLight", sans-serif;
    float: left;
    line-height: 20px;
    color: #777;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/* RESPONSIVE */
#menu-offcanvas .button-close-menu {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/btn_window_close.gif") no-repeat;
    width: 15px;
    height: 15px;
}
.rtl #menu-offcanvas .button-close-menu {
    left: 10px;
    right: auto;
}
#menu-offcanvas .button-close-menu i {
    display: none;
}
#menu-offcanvas .dropdown .dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: block;
    float: none;
    position: relative;
    width: 100% !important;
    min-width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
    padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li {
    border-bottom: 1px solid #e7e7e7;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
    color: #3a3d41;
    padding: 3px 0 3px 0;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #d6b469;
    text-decoration: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li .level2 li {
    border-bottom: 0;
}
#menu-offcanvas .mega-col {
    width: 100% !important;
}
#menu-offcanvas .mega-col div.menu-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
#menu-offcanvas .home {
    background: #3a3d41;
}

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
    overflow-x: hidden;
}

.offcanvas-content {
    overflow-y: scroll;
    background: #f3efe0;
}

.offcanvas-pusher {
    left: 0;
    left: 0;
    z-index: 99;
}
.rtl .offcanvas-pusher {
    right: 0;
    left: auto;
}

.offcanvas-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 99;
}

.offcanvas-menu-open .offcanvas-pusher::after {
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.offcanvas-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    width: 300px;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #3a3d41;
}
.rtl .offcanvas-menu {
    right: 0;
    left: auto;
}

.offcanvas-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.offcanvas-menu-open .offcanvas-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.offcanvas-menu ul {
    margin: 0;
    padding: 0;
}

.offcanvas-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.offcanvas-menu ul.megamenu > li > a {
    color: #3a3d41;
    display: block;
    padding: 0.8em 1em 0.8em 1.2em;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rtl .offcanvas-menu ul.megamenu > li > a {
    padding: 0.8em 1.2em 0.8em 1em;
}

.offcanvas-menu ul li:firoffcanvas-child a {
    -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.offcanvas-menu ul.megamenu > li > a {
    background: #3a3d41;
    color: white;
    border-bottom: 1px solid #53585f;
}

/* Individual effects */
/* Effect 1: Slide in on top */
.offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu::after {
    display: none;
}

/* Effect 2: Reveal */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-2.offcanvas-menu {
    z-index: 1;
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    position: fixed;
}
.rtl .offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 1;
}
.rtl .offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-sidebars-buttons .btn-danger {
    margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #header {
        position: absolute;
    }
    #ves-mainnav .navbar-collapse.collapse {
        display: none !important;
    }
    #ves-mainnav .navbar-toggle {
        display: block;
    }

    /*** OFFCANVAS SIDEBAR ***/
    #ves-paneltool {
        display: none;
    }

    .offcanvas-siderbars {
        position: relative;
    }
    .offcanvas-siderbars .offcanvas-sidebar {
        display: none;
        width: 100%;
    }
    .offcanvas-siderbars.column-left-active #ves-columns-left {
        display: block;
    }
    .offcanvas-siderbars.column-right-active #ves-columns-right {
        display: block;
    }
    .offcanvas-siderbars.column-left-active .main-column, .offcanvas-siderbars.column-right-active .main-column {
        display: none;
    }
}



@media (max-width: 991px) {
    /*** OFFCANVAS SIDEBAR Piotr Morawski MOD ukrycie Menu bocznego do momentu pojawienia się dwóch kolumn w layoucie strony ***/
    #ves-paneltool {
        display: none;
    }

    .offcanvas-siderbars {
        position: relative;
    }
    .offcanvas-siderbars .offcanvas-sidebar {
        display: none;
        width: 100%;
    }
    .offcanvas-siderbars.column-left-active #ves-columns-left {
        display: block;
    }
    .offcanvas-siderbars.column-right-active #ves-columns-right {
        display: block;
    }
    .offcanvas-siderbars.column-left-active .main-column, .offcanvas-siderbars.column-right-active .main-column {
        display: none;
    }
}



.offcanvas-menu .widget-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-block .action,
.product-block .productdeals {
    visibility: hidden;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-block .product-zoom,
.product-block .ves-colorbox {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
/*Piotr Morawski MOD*/
.product-block:hover.disable-hover-on-mobile {
    z-index: 999;
    border-color: #e8e8e8;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.product-block:hover .action,
.product-block:hover .productdeals,
.product-block:hover .product-zoom,
.product-block:hover .ves-colorbox {
    visibility: visible;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-block:hover .product-image {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carosel1 .carousel-inner:hover,
.carosel2 .carousel-inner:hover {
    overflow: visible;
}

.carosel1 .product-col .wrap-item,
.carosel2 .product-col .wrap-item,
#products-grid.products-block .wrap-item,
.block-up-sell .wrap-item,
.box-up-sell .wrap-item {
    height: 400px;
    position: relative;
    float: left;
}
.rtl .carosel1 .product-col .wrap-item, .rtl
.carosel2 .product-col .wrap-item, .rtl
#products-grid.products-block .wrap-item, .rtl
.block-up-sell .wrap-item, .rtl
.box-up-sell .wrap-item {
    float: right !important;
}

.effect {
    position: relative;
    overflow: hidden;
}
.effect .overlay {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.effect .overlay:before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    left: 0;
}
.rtl .effect .overlay:before {
    right: 0;
    left: auto;
}
.effect .overlay:after {
    background-color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    right: 0;
}
.rtl .effect .overlay:after {
    left: 0;
    right: auto;
}
.effect .overlay:hover:before, .effect .overlay:hover:after {
    width: 100%;
    height: 100%;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
@media (min-width: 1200px) {
    .product-list .action {
        width: 50%;
    }

    .ves-verticalmenu .dropdown-menu {
        min-width: 279px;
        right: -1px;
    }
    .rtl .ves-verticalmenu .dropdown-menu {
        left: -1px;
        right: auto;
    }

    /*
    #ves-wrapper {
    width: 1370px;
}
    */
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    #topbar .topLinks .links li > a {
        padding: 0 5px;
    }

    .ves-megamenu .navbar-nav > li > a .caret:before {
        right: 0;
    }

    #ves-showcase .custom-block div {
        width: 33.3%;
    }

    .product-block .ves-colorbox {
        left: 20%;
    }

    .product-block .action {
        top: 46%;
    }

    .custem-brand {
        padding-bottom: 20px;
    }

    #ves-massbottom1 .block-content .post-block .blog-descriptons {
        padding: 30px 20px 0;
    }

    .footer-top {
        background-size: 100%;
    }

    .toolbar .sort-by select {
        width: 80px;
    }

    .pager .limiter select {
        width: 55px;
    }

    .sidebar .product-block .product-meta {
        padding: 0 0 20px;
        width: 52%;
    }

    .social > span {
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }

    #ves-slideshow .lush-slider .lush-nav .lush-prev,
    #ves-slideshow .lush-slider .lush-nav .lush-next {
        top: -160px !important;
    }

    .vescontentslider .carousel-indicators {
        left: 75% !important;
    }

    .footer-top .note-blog {
        padding: 10px !important;
        margin-right: 0!important;
    }
    .footer-top .note-blog .description {
        width: 160px !important;
    }
    .footer-top .note-blog .description blockquote {
        font-size: 12px;
    }

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 10px;
    }

    .block.venus-deal .product-block .image {
        width: 60%;
    }
    .block.venus-deal .product-block .product-meta {
        width: 40% !important;
    }
    .block.venus-deal .product-block .product-meta .desc {
        display: none;
    }
    .block.venus-deal .product-block .productdeals {
        left: 22px;
    }
    .block.venus-deal .product-block .productdeals .item-countdown ul li {
        padding: 8px !important;
    }
    .block.venus-deal .action {
        margin: 0 !important;
    }

    .deals-index-index .product-block:hover .ves-colorbox {
        left: 31% !important;
    }
    .deals-index-index .product-block:hover .colorbox {
        right: 31% !important;
    }
    .deals-index-index .product-block .item-countdown {
        margin: 0 -20px;
    }
    .deals-index-index .product-block .item-countdown ul li {
        padding: 8px!important;
    }
    .deals-index-index .products-list .item-countdown {
        margin: 0;
    }

    .mutilestore .store-switcher select {
        width: 136px !important;
    }
}
/*$media (min-width: 768px) and (max-width: 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    #topbar .topLinks .links li > a {
        padding: 0 5px;
    }

    #topbar .top-currency,
    #topbar .store-language {
        line-height: 40px;
    }
    #topbar .top-currency label,
    #topbar .store-language label {
        display: none;
    }

    .top-currency + .quick-access {
        display: none;
    }

    #topbar .cart-top {
        /*        margin-left: 10px;*/
    }

    .ves-megamenu .navbar {
        /*        margin: 20px 0 0;*/
    }
    .ves-megamenu .navbar .navbar-toggle {
        margin-right: 0;
    }

    #ves-showcase .custom-block div {
        width: 33.3%;
    }

    #ves-masstop3 .custom-subscribe {
        background-position: left 45px;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .venus-latest-block div.post-image {
        padding-right: 0 !important;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #ves-massbottom1 .block-content .post-block .blog-descriptons {
        padding: 0 20px;
    }

    .footer-top {
        background-size: 100%;
    }

    .footer-top .block-ft .icon-ft {
        text-align: center;
        width: 100%;
    }

    .box-search {
        width: 20% !important;
        position: absolute;
        right: 0;
    }

    .box-accountlink {
        width: 40% !important;
    }

    .quickaccess-toggle,
    .quickaccess-toggle i {
        display: none !important;
    }

    .ves-megamenu {
        border: none;
    }
    .ves-megamenu .navbar {
        background-color: transparent;
    }
    .ves-megamenu .navbar-default {
        background-color: transparent;
    }

    .breadcrumb {
        margin-top: 0!important;
    }

    #ves-slideshow .lush-slider .lush-nav .lush-prev,
    #ves-slideshow .lush-slider .lush-nav .lush-next {
        top: -110px !important;
    }

    #ves-slideshow .lush-slider .lush a {
        margin-left: -6px !important;
    }

    .vescontentslider .carousel-indicators {
        margin-left: 55% !important;
    }

    .product-info .product-view {
        padding-left: 0;
        padding-left: 10px !important;
        padding-top: 20px;
    }
    .rtl .product-info .product-view {
        padding-right: 0;
        padding-left: inherit;
    }

    .product-info .product-extra .add-to-links,
    .product-info .product-options-bottom .add-to-links {
        margin-left: 20px;
    }

    .zoomContainer, .ves-colorbox, .product-zoom {
        display: none!important;
    }

    .child-menu .dropdown-menu {
        width: 493px !important;
    }

    .product-block .cart {
        padding: 0;
    }
    .product-block .cart button {
        margin-left: 0;
        padding: 9px 14px !important;
    }

    .product-block .action .btn-shopping-cart {
        padding: 9px 14px;
    }

    .product-info .image img {
        display: inline !important;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .footer-top .note-blog .description {
        width: 174px !important;
    }

    .aboutus {
        border-bottom: 1px solid #333!important;
        padding-bottom: 40px !important;
        margin-bottom: 40px !important;
    }

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 10px;
    }

    .cart .discount input.input-text {
        width: 185px;
    }

    /*Navigation default*/
    #ves-mainnav .nav-container {
        position: relative;
        background: white;
    }
    #ves-mainnav .nav-container:before {
        font-family: "FontAwesome";
        content: "\f0c9";
        font-size: 24px;
        color: #fff;
        background: #222;
        position: absolute;
        right: 9px;
        right: 9px;
        top: 15px;
        padding: 8px 15px;
        cursor: pointer;
    }
    .rtl #ves-mainnav .nav-container:before {
        left: 9px;
        right: auto;
    }
    #ves-mainnav .nav-container ul#nav {
        position: absolute;
        top: 69px;
        right: 0;
        right: 0;
        visibility: hidden;
        background: white;
        z-index: 999;
        width: 300px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .rtl #ves-mainnav .nav-container ul#nav {
        left: 0;
        right: auto;
    }
    #ves-mainnav .nav-container ul#nav li {
        width: 100%;
    }
    #ves-mainnav .nav-container ul#nav li.parent:hover > a:after {
        display: none;
    }
    #ves-mainnav .nav-container ul#nav li a {
        line-height: 40px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #ves-mainnav .nav-container ul#nav li a span {
        border: 0 !important;
    }
    #ves-mainnav .nav-container ul#nav li ul,
    #ves-mainnav .nav-container ul#nav li ul ul {
        margin-left: 30px;
        margin-left: 30px;
        position: relative;
        left: 0 !important;
        left: 0;
        box-shadow: none;
    }
    .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
    #ves-mainnav .nav-container ul#nav li ul ul {
        margin-right: 30px;
        margin-left: inherit;
    }
    .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
    #ves-mainnav .nav-container ul#nav li ul ul {
        right: 0;
        left: auto;
    }
    #ves-mainnav .nav-container:hover ul#nav, #ves-mainnav .nav-container:focus ul#nav {
        visibility: visible;
    }

    .block.venus-deal .block-content {
        min-height: 300px !important;
    }
    .block.venus-deal .product-block .image {
        width: 52%;
    }
    .block.venus-deal .product-block .product-meta {
        width: 48% !important;
    }
    .block.venus-deal .product-block .productdeals {
        position: static;
    }
    .block.venus-deal .product-block .productdeals .item-countdown ul li {
        padding: 8px 10px !important;
    }
    .block.venus-deal .action {
        margin: 0 !important;
    }

    .deals-index-index .product-block:hover .ves-colorbox {
        left: 31% !important;
    }
    .deals-index-index .product-block:hover .colorbox {
        right: 31% !important;
    }
    .deals-index-index .product-block .item-countdown {
        margin: 0 -20px;
    }
    .deals-index-index .product-block .item-countdown ul li {
        padding: 8px!important;
    }
    .deals-index-index .products-list .item-countdown {
        margin: 0;
    }

    .customer-account-login .new-users .content,
    .customer-account-login .registered-users .content {
        min-height: auto;
    }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
    #header-main .header-wrap {
        text-align: center;
    }
    #header-main .header-wrap .logo {
        float: none;
        display: inline-block;
    }

    #topbar .top-currency label,
    #topbar .store-language label,
    #topbar .cart-top .heading .cart-inner h4,
    .top-currency + .quick-access {
        display: none;
    }

    #topbar .cart-top {
        width: 30px;
    }

    .topLinks .quick-access .quickaccess-toggle {
        display: block;
        font-size: 14px;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
    }
    .topLinks .quick-access .inner-toggle {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        position: absolute;
        top: 40px;
        left: 10px;
        background: white !important;
        min-width: 120px;
        border-top: 0;
        border: 1px solid #e7e7e7 !important;
    }
    .topLinks .quick-access .inner-toggle li {
        width: 100%;
        float: left;
    }
    .topLinks .quick-access:hover .inner-toggle {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        display: block;
    }

    #topbar .top-currency, #topbar .store-language {
        height: 40px;
        line-height: 40px;
    }

    #topbar .dropdown > .dropdown-menu {
        min-width: 115px;
    }

    .box-search {
        margin-bottom: 20px;
    }

    .top-icons {
        width: 100%;
        text-align: right;
        margin-bottom: 24px;
    }

    .top-icons a:first-of-type {
        margin-left: 0;
        margin-right: 10px;
    }

    .top-search {
        width: 50%;
        clear: both;
        float: right;
    }

    #ves-mainnav {
        float: right !important;
    }

    .ves-megamenu {
        padding-top: 0;
    }

    #ves-slideshow .lush-slider .lush-nav .lush-prev,
    #ves-slideshow .lush-slider .lush-nav .lush-next {
        top: -100px;
    }

    #ves-slideshow .lush-slider .lush-nav .lush-prev {
        left: 10px;
    }

    #ves-slideshow .lush-slider .lush-nav .lush-next {
        right: 10px;
    }

    #ves-showcase .custom-block div {
        width: 33.3%;
    }

    .producttabs .nav-tabs li {
        float: none;
        text-align: left;
    }
    .producttabs .nav-tabs li a {
        border-width: 1px !important;
        border-color: #e7e7e7;
    }

    .zoomContainer,
    #cboxOverlay,
    #colorbox {
/*        display: none !important;*/
    }

    #search .category_filter select {
        width: 123px !important;
    }

    .product-block .action {
        opacity: 1!important;
        visibility: visible!important;
    }

    .zoomContainer, .ves-colorbox, .product-zoom, .quick-cart {
        display: none!important;
    }

    .product-info .image-container {
        padding-left: 9px;
    }
    .rtl .product-info .image-container {
        padding-right: 9px;
        padding-left: inherit;
    }

    .product-block .action .btn-shopping-cart {
        padding: 9px 14px;
    }

    /*Navigation default*/
    #ves-mainnav .nav-container {
        position: relative;
        background: white;
    }
    #ves-mainnav .nav-container:before {
        font-family: "FontAwesome";
        content: "\f0c9";
        font-size: 24px;
        color: #fff;
        background: #222;
        position: absolute;
        right: 9px;
        right: 9px;
        top: 15px;
        padding: 8px 15px;
        cursor: pointer;
    }
    .rtl #ves-mainnav .nav-container:before {
        left: 9px;
        right: auto;
    }
    #ves-mainnav .nav-container ul#nav {
        position: absolute;
        top: 69px;
        right: 0;
        right: 0;
        visibility: hidden;
        background: white;
        z-index: 999;
        width: 300px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .rtl #ves-mainnav .nav-container ul#nav {
        left: 0;
        right: auto;
    }
    #ves-mainnav .nav-container ul#nav li {
        width: 100%;
    }
    #ves-mainnav .nav-container ul#nav li.parent:hover > a:after {
        display: none;
    }
    #ves-mainnav .nav-container ul#nav li a {
        line-height: 40px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #ves-mainnav .nav-container ul#nav li a span {
        border: 0 !important;
    }
    #ves-mainnav .nav-container ul#nav li ul,
    #ves-mainnav .nav-container ul#nav li ul ul {
        margin-left: 30px;
        margin-left: 30px;
        position: relative;
        left: 0 !important;
        left: 0;
        box-shadow: none;
    }
    .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
    #ves-mainnav .nav-container ul#nav li ul ul {
        margin-right: 30px;
        margin-left: inherit;
    }
    .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
    #ves-mainnav .nav-container ul#nav li ul ul {
        right: 0;
        left: auto;
    }
    #ves-mainnav .nav-container:hover ul#nav, #ves-mainnav .nav-container:focus ul#nav {
        visibility: visible;
    }

    .block.venus-deal .product-block .image,
    .block.venus-deal .product-block .product-meta {
        width: 100%;
    }
    .block.venus-deal .product-block .productdeals {
        left: 0;
        position: static;
    }
    .block.venus-deal .product-block .productdeals .item-countdown ul li {
        padding: 8px 20px !important;
    }
    .block.venus-deal .action {
        margin: 0 !important;
    }

    .products-list .image {
        width: 100%;
    }

    #ves-accordion li {
        width: 100%;
    }

    .customer-account-login .new-users .content,
    .customer-account-login .registered-users .content {
        min-height: auto;
    }

    .products-list .product-block .product-meta {
        clear: both;
        padding: 0;
        width: 100%;
    }
}

/*$media menu FIX */
@media (min-width:768px) and (max-width:850px) {
    .ves-megamenu .navbar-nav > li > a span {
        padding: 12px 0 12px 20px;
        text-transform: uppercase;
        font-size: 13px;
    }

    .ves-megamenu .navbar-nav > li:nth-child(1) > a span {
        padding-left: 40px;
    }
}

@media (min-width: 768px) {
    .logo {
        max-width: 260px;
    }

    #content > .fullP {
        padding-top: 90px;
    }
}

#select-language {
    min-width: 50px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 0px;
    text-align: left;
    background-color: transparent;
    border: 0;
}

#select-language li {
    background-color: transparent;
    border: 0;
}

#select-language li a {
    background-color: #cccccc;
    background-color: rgba(255,255,255, 0.3);
}

#select-language li a:hover {
    background-color: white;
    background-color: rgba(255,255,255, 0.8);
}

/*$media (max-width: 480px) */
@media (max-width: 767px) {
    #header-main .inner {
        text-align: center;
    }
    #header-main .inner > * {
        display: inline-block;
    }

    #topbar .top-currency label,
    #topbar .store-language label,
    #topbar .cart-top .heading .cart-inner h4,
    .top-currency + .quick-access {
        display: none;
    }

    #topbar .cart-top {
        width: 30px;
    }

    .topLinks .quick-access .quickaccess-toggle {
        display: block;
        font-size: 14px;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
    }
    .topLinks .quick-access .inner-toggle {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        position: absolute;
        top: 40px;
        left: 10px;
        background: white !important;
        min-width: 120px;
        border-top: 0;
        border: 1px solid #e7e7e7 !important;
    }
    .topLinks .quick-access .inner-toggle li {
        width: 100%;
        float: left;
    }
    .topLinks .quick-access:hover .inner-toggle {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        display: block;
    }

    #topbar .top-currency, #topbar .store-language {
        height: 40px;
        line-height: 40px;
    }

    #topbar .dropdown > .dropdown-menu {
        min-width: 115px;
    }

    .navbar-inverse .navbar-toggle {
        /*        margin-top: 21px;*/
        margin-right: 0;
    }

    .top-search .form-search {
        margin-top: 0;
    }

    .ves-slideshow,
    .ves-showcase,
    .vescontentslider,
    .venus-latest-block,
    .ves-massbottom,
    .ves-masstop1 {
        /*        display: none;*/
    }

    .block .block-title {
        font-size: 20px;
    }

    .block.venus-deal .product-block .product-meta {
        padding-top: 0;
    }

    #ves-masstop3 .custom-subscribe {
        padding-left: 0;
        background-size: 100%;
    }

    .footer-top {
        background-color: #3a3d41;
        background-image: none;
    }

    .breadcrumb {
        margin-top: 0 !important;
    }

    .sorter .sort-by {
        display: none;
    }

    .productcarousel img {
        display: inline;
    }

    .product-info .action > div {
        margin-bottom: 10px;
    }

    .product-info .image {
        background: transparent !important;
    }
    .product-info .image img {
        display: inline !important;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .product-info .product-view {
        padding-left: 10px !important;
        padding-top: 40px;
    }

    .product-list .product-meta {
        overflow: visible;
    }
    .product-list .product-block .action {
        position: absolute;
        top: -63px;
    }
    .product-list .image {
        float: none;
        display: block;
    }

    .box-inline .box-left, .box-inline .box-right {
        width: 100%;
    }

    .input-group {
        text-align: center;
    }
    .input-group > * {
        clear: both;
        display: inline;
    }

    .social > span {
        width: 100%;
    }

    .quick-cart {
        display: block!important;
    }

    .footer-center .inner {
        border-top: 0 !important;
        padding-top: 0 !important;
    }
    .footer-center .row .block {
        padding-top: 20px;
    }

    .form-list input.input-text {
        width: 260px !important;
    }

    #checkout-payment-method-load input.input-text {
        width: 230px;
    }

    .product-block:hover .product-zoom {
        right: 45%;
    }

    .customer-account-login .new-users .content, .customer-account-login .registered-users .content {
        min-height: 50px;
    }

    .checkout-progress li {
        width: 100%;
    }

    /*Navigation default*/
    #ves-mainnav .nav-container {
        position: relative;
        background: white;
    }
    #ves-mainnav .nav-container:before {
        font-family: "FontAwesome";
        content: "\f0c9";
        font-size: 24px;
        color: #fff;
        background: #222;
        position: absolute;
        right: 9px;
        right: 9px;
        top: 15px;
        padding: 8px 15px;
        cursor: pointer;
    }
    .rtl #ves-mainnav .nav-container:before {
        left: 9px;
        right: auto;
    }
    #ves-mainnav .nav-container ul#nav {
        position: absolute;
        top: 69px;
        right: 0;
        right: 0;
        visibility: hidden;
        background: white;
        z-index: 999;
        width: 300px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .rtl #ves-mainnav .nav-container ul#nav {
        left: 0;
        right: auto;
    }
    #ves-mainnav .nav-container ul#nav li {
        width: 100%;
    }
    #ves-mainnav .nav-container ul#nav li.parent:hover > a:after {
        display: none;
    }
    #ves-mainnav .nav-container ul#nav li a {
        line-height: 40px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #ves-mainnav .nav-container ul#nav li a span {
        border: 0 !important;
    }
    #ves-mainnav .nav-container ul#nav li ul,
    #ves-mainnav .nav-container ul#nav li ul ul {
        margin-left: 30px;
        margin-left: 30px;
        position: relative;
        left: 0 !important;
        left: 0;
        box-shadow: none;
    }
    .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
    #ves-mainnav .nav-container ul#nav li ul ul {
        margin-right: 30px;
        margin-left: inherit;
    }
    .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
    #ves-mainnav .nav-container ul#nav li ul ul {
        right: 0;
        left: auto;
    }
    #ves-mainnav .nav-container:hover ul#nav, #ves-mainnav .nav-container:focus ul#nav {
        visibility: visible;
    }

    .block.venus-deal .product-block .image,
    .block.venus-deal .product-block .product-meta {
        width: 100% !important;
        border: 0;
    }
    .block.venus-deal .product-block .productdeals {
        left: 0;
        position: static;
    }
    .block.venus-deal .product-block .productdeals .item-countdown ul li {
        padding: 8px 10px !important;
    }
    .block.venus-deal .action {
        margin: 0 !important;
    }

    .tabs-group .form-list input.input-text,
    .tabs-group .form-list textarea {
        width: 258px;
    }

    .my-wishlist {
        overflow-x: auto;
    }
    .my-wishlist .buttons-set button {
        margin-bottom: 20px;
    }

    .customer-account-login .new-users .content,
    .customer-account-login .registered-users .content {
        min-height: auto;
    }

    .products-list .product-block .product-meta {
        clear: both;
        padding: 0;
        width: 100%;
    }

    .pager .limiter {
        display: none;
    }

    #ves-breadcrumbs {
        display: none;
    }

    .htabs ul li a {
        padding: 10px;
    }

    /*New style Table responsive $screen-xs-max */
    table#wishlist-table,
    table#shopping-cart-table,
    table#checkout-review-table,
    table#my-orders-table,
    table#multiship-addresses-table,
    #review-order-form table {
        border: 0;
        border-top: 1px solid #ddd;
        outline: none;
    }
    table#wishlist-table th, table#wishlist-table td,
    table#shopping-cart-table th,
    table#shopping-cart-table td,
    table#checkout-review-table th,
    table#checkout-review-table td,
    table#my-orders-table th,
    table#my-orders-table td,
    table#multiship-addresses-table th,
    table#multiship-addresses-table td,
    #review-order-form table th,
    #review-order-form table td {
        display: block;
        text-align: center;
    }
    table#wishlist-table colgroup,
    table#shopping-cart-table colgroup,
    table#checkout-review-table colgroup,
    table#my-orders-table colgroup,
    table#multiship-addresses-table colgroup,
    #review-order-form table colgroup {
        display: none;
    }
    table#wishlist-table .a-right,
    table#shopping-cart-table .a-right,
    table#checkout-review-table .a-right,
    table#my-orders-table .a-right,
    table#multiship-addresses-table .a-right,
    #review-order-form table .a-right {
        text-align: center !important;
    }
    table#wishlist-table .button,
    table#shopping-cart-table .button,
    table#checkout-review-table .button,
    table#my-orders-table .button,
    table#multiship-addresses-table .button,
    #review-order-form table .button {
        margin-bottom: 15px;
    }
    table#wishlist-table .btn-remove,
    table#shopping-cart-table .btn-remove,
    table#checkout-review-table .btn-remove,
    table#my-orders-table .btn-remove,
    table#multiship-addresses-table .btn-remove,
    #review-order-form table .btn-remove {
        float: none;
        margin: 0 auto;
    }

    .box-reviews .data-table th, .box-reviews .data-table td {
        font-size: 10px;
        padding: 3px !important;
    }

    .multiple-checkout select {
        width: 270px;
    }

    .data-table tr.even td.last, .data-table tr.odd td.last {
        border-right: 1px solid #ddd;
    }

    table th,
    table td,
    table td.last {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    table tfoot td.last {
        border-bottom: 1px solid #ddd;
    }

    /*new style shopping cart  mobile responsive */
    .cart table th {
        display: none !important;
    }
    .cart table tbody td {
        border: 0 !important;
        padding: 5px 0;
    }
    .cart table .bgcolol-td {
        background: #e7e7e7;
    }
    .cart table tbody td span {
        float: left;
        text-align: left;
        width: 50%;
    }
    .rtl .cart table tbody td span {
        float: right !important;
    }
    .rtl .cart table tbody td span {
        text-align: right !important;
    }
    .cart table tbody td span.lable-price {
        text-align: right;
        padding-right: 10px;
        line-height: 33px;
    }
    .rtl .cart table tbody td span.lable-price {
        text-align: left !important;
    }
}
/*$media (max-width: 320px) */
@media (max-width: 320px) {
    .nav-tabs > li {
        width: 100%;
        margin-bottom: 0;
    }
    .nav-tabs > li:active a {
        border: 0 !important;
    }

    .block.carosel1 .block-title strong,
    .block.venus-deal .block-title strong {
        padding: 0 30px;
    }

    .block.carosel2 .block-title strong {
        padding: 0 10px;
    }
    .block.carosel2 .product-block {
        margin-bottom: 20px;
    }

    .block-up-sell .block-title strong,
    .box-up-sell .block-title strong {
        padding: 0 20px;
    }

    #ves-masstop3 .custom-subscribe {
        padding-left: 0;
        background-size: 100%;
        padding-top: 155px;
    }

    .customer-account-login .new-users .content,
    .customer-account-login .registered-users .content {
        min-height: auto;
    }

    .products-list .product-block .product-meta {
        clear: both;
        padding: 0;
        width: 100%;
    }
}
.pull-left {
    float: left;
}
.rtl .pull-left {
    float: right !important;
}

.pull-right {
    float: right;
}
.rtl .pull-right {
    float: left !important;
}







.last dd {
 margin-bottom: 24px;
}

.last dd select {
  min-width: 50%;
}

@media (max-width: 991px) {
  /*width: 100%;*/
}

#product_addtocart_form > div.col-lg-7.col-md-6.col-sm-12.col-xs-12.product-shop.product-view > div.description > div.product-options-bottom > div.add-to-cart.pull-left > div.add-cart.pull-left > button {
  display: block;
  clear: both;
  float: none;
}

.product-info .product-extra .add-to-cart, .product-info .product-options-bottom .add-to-cart {
  width: 190px !important;
}

.htabs ul li a.selected {
color: white;
display: block;
background: #3a3d41;
border-color: #3a3d41;
}

.htabs ul li a:hover {
color: white;
display: block;
background: #d6b469;
border-color: #d6b469;
}

.std {
  font-size: 14px;
  line-height: 24px;
}


.std > p {
  padding: 15px;
  border: 1px solid #e7e7e7;
}

.std > p:empty {
  display: none;
}

dl.last + .row > div {
  height: 60px;
  margin-bottom: 30px;
}

dl.last + .row > div select {
  width: 100%;
}

.product-img-box {
  overflow: hidden;
}



#ucss-code-wrapper {
  background-color: #fff;
  color: #000;
}
/* labele kolorów */
.swatches-container div label {
  font-size: 105%!important;
  color: #999!important;
  line-height: 30px;
  padding-left: 4em;
}
/* menu fix*/
.ves-megamenu {
	width: 100%;
}
span.menu-icon span.menu-title{
	padding: 0 !important;
}



/* MODKK */

.description.invisiblea .product-options-bottom,
.description.invisiblea .shipping_price {
    display: none;
}

.description.invisiblec #product-options-wrapper > *,
.description.invisiblec .product-options-bottom,
.description.invisiblec .short-description,
.description.invisiblec .shipping_price {
    display: none;
}

.description.invisiblec #product-options-wrapper > dl:first-of-type {
    display: block;
}

#co-shipping-method-form label {
    margin-bottom: 0;
}

.catprice {
    font-size: 15px;
    padding-top:5px;
}

.rabprice {
    font-size: 15px;
    color: #e7352b;
}

.cartpricepromo{
    font-size: 15px;
}

.cartpricepromo_block{
    display: grid
}

.cartpricepromo .cartpricepromo_black{
    font-weight: 700;
    color: #e7352b;
}

#co-shipping-method-form .sp-methods input[type="checkbox"],
#co-shipping-method-form .sp-methods input[type="radio"] {
    margin-top: 8px;
    margin-right: 10px;
}

.catalog-category-view .product-block .product-meta {
    width: auto;
}

#product-review-table input[type="radio"] {
  opacity: 1;
  position: relative;
}

.wzornik-link {
    margin-top: 20px;
    font-size: 15px;
    /*margin-left: 25%;*/
    padding-left: 10px;
}




/** Module my cart**/
#menu_right_m{
width:330px!important;
}
.cart-top {
  float: left;
  margin-top: 0px;
}
.rtl .cart-top {
  float: right !important;
}
.cart-top #cart {
  position: relative;
}
.cart-top #cart .shopping-cart-icon {
  background: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0px;
  float: left;
  margin-right: 6px;
}
.rtl .cart-top #cart .shopping-cart-icon {
  float: right !important;
}
.rtl .cart-top #cart .shopping-cart-icon {
  margin-left: 6px;
  margin-right: inherit;
}
.cart-top #cart .shopping-cart-icon .number-total {
  /*background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/icon_minicart.png") no-repeat center center; */
  min-height: 0px;
  min-width: 0px;
  float: left;
  position: relative;
}
.rtl .cart-top #cart .shopping-cart-icon .number-total {
  float: right !important;
}
.cart-top #cart .shopping-cart-icon .number-total .number-items {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: -5px;
  right: -16px;
  font-family: 'RobotoRegular', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  padding: 2px 6px;
}
.rtl .cart-top #cart .shopping-cart-icon .number-total .number-items {
  left: -16px;
  right: auto;
}
.cart-top #cart .shopping-cart-text {
  float: left;
}
.rtl .cart-top #cart .shopping-cart-text {
  float: right !important;
}
.cart-top #cart .inner-toggle .product-block:hover {
  box-shadow: none;
}
.cart-top #cart .heading h3 {
  line-height: 37px;
  color: #d64153;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'RobotoRegular', sans-serif;
  font-weight:normal;
}
.cart-top #cart .heading a {
  cursor: pointer;
  color: #d64153;
}
.cart-top #cart .heading a span {
  color: #fff;
}
.cart-top #cart .heading a:hover {
  text-decoration: none;
}
.cart-top #cart .heading h3 + a {
  font-size: 11px;
}
.cart-top #cart .content {
  min-width: 335px;
  position: absolute;
  right: 0px;
  top: 120%;
  z-index: 999100;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
  border: 1px solid #e6e6e6;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  overflow-y: auto;
  max-height: 600px;  
}

@media (max-width: 1199px) { 
.cart-top #cart .content {
left: -50%;
min-width: 275px;
text-align:left;
max-height: none; 
}

}

.rtl .cart-top #cart .content {
  left: 0;
  right: auto;
}
.cart-top #cart .content .block-cart {
  background-color: white;
  margin-bottom: 0;
  padding: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*overflow: scroll;
  height:90%;*/
}
.cart-top #cart .content .block-cart li {
  float: left;
  margin-bottom: 20px;
}
.rtl .cart-top #cart .content .block-cart li {
  float: right !important;
}
.cart-top #cart .content .block-cart .block-content {
  border-top: none;
  color: #222;
}
.cart-top #cart .content .block-cart .block-content .image {
  margin: 0;
}
.cart-top #cart .content .block-cart .block-content .product-meta {
  padding: 0 0 0 10px;
  width: 140px;
  text-align: left;
}
.rtl .cart-top #cart .content .block-cart .block-content .product-meta {
  text-align: right !important;
}
.cart-top #cart .content .block-cart .block-content .product-meta .product-name a {
  font-family: 'RobotoRegular', sans-serif;
  text-transform: uppercase;
  color: #3a3d41;
  font-size: 13px;
  font-weight: 400;
}
.cart-top #cart .content .block-cart .block-content .product-meta strong {
  font-size: 15px;
}
.cart-top #cart .content .block-cart .block-content .summary {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
  float: left;
  width: 100%;
}
.rtl .cart-top #cart .content .block-cart .block-content .summary {
  float: right !important;
}
.cart-top #cart .content .block-cart .block-content .summary .label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #999999;
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.cart-top #cart .content .block-cart .block-content .summary .price {
  color: #b29a71;
}
.cart-top #cart .content .block-cart .block-content .summary a {
  color: #222;
  text-decoration: underline;
}
.cart-top #cart .content .block-cart .block-subtitle {
  display: none;
}
.cart-top #cart .content .block-cart .btn-remove {
  position: absolute;
  right: -25px;
  top: 5px;
}
.rtl .cart-top #cart .content .block-cart .btn-remove {
  left: -25px;
  right: auto;
}
.cart-top #cart .content .block-cart .btn-edit {
  display: block;
}
.cart-top #cart.active .content {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mutilestore .store-switcher label {
  display: inline;
  color: #aab2bd;
}
.mutilestore .store-switcher select {
  float: right;
  width: 185px;
  border: 0;
  background: #333;
  margin-top: -10px;
  color: #aab2bd;
}
.rtl .mutilestore .store-switcher select {
  float: left !important;
}

#header-main .box-header {
  background: white;
  position: relative;
}
#header-main .box-header:before {
  background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/bg-header_top.jpg") no-repeat;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
}
.rtl #header-main .box-header:before {
  left: 0;
  right: auto;
}       
.btn-edit{
background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/edit-icon.png) 0 0 no-repeat;
width:18px;
height:18px;
}
.view-cart.button{
padding-left: 15px;
padding-right: 15px;
}





/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: normal;
}
.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated1 {
    cursor: help;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.truncated1 a.dots {
    cursor: help;
}
.truncated1 a.details {
    cursor: help;
    background-color: #e3e3e3;
    border:none;
}  
.truncated1 a.details:hover {
    color: #fff;
}
.truncated1 .truncated_full_value1 {
    position: relative;
    z-index: 999;
}
.truncated1 .truncated_full_value1 .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 150px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}
.truncated1 .truncated_full_value1 .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}
.truncated1 .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated1 .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated1 .show .item-options {
    left: -240px;
    top: 7px;
}
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

.product-view .product-options#product-options-wrapper{
opacity: 0;
}

label[for="postcode"], input#postcode, .shipping-form .buttons-set button[title="Otrzymaj wycenę"]{
display:none;
}
div.nbtn.rgt a{
background: transparent url("/media/wysiwyg/btn_right.png") no-repeat scroll center center;
}
div.nbtn.lft a{
background: transparent url("/media/wysiwyg/btn_left.png") no-repeat scroll center center;
}
.ves-megamenu .dropdown-menu li a{
padding:5px;
}
#logo-theme{
display:block;
width: auto;
float:left;
}

#logo-theme img{
width: auto;
height: 32px;
}

@media (max-width: 480px) {
#logo-theme{
width: auto;
}
}
@media (max-width: 768px) {
#logo-theme img{
width: auto;
height: 32px;
}
}
#menu_inner_m{
width:100%;
/*position:absolute;*/
}
@media (min-width: 768px) and (max-width: 1470px) {
#menu_right_m{
position:static;
float: right !important;
}
#logo-theme{
width: auto;
}
#logo-theme img{
width: auto;
height: 32px;
}
.ves-megamenu .navbar-nav > li:nth-child(1) > a span {
    padding-left: 10px;
}
}
#menu_right_m {
width: 337px!important;
padding-left: 5px;
}
@media (min-width: 1180px) {
#menu_right_m{
position:absolute;
right: 25px;
z-index:200;
}
#header-main{
min-height: 75px;
}
}
.ves-megamenu{
position:static;
}
.navbar{
position:static;
}
.dropdown-menu{
left:0px;
right:0px;
width:auto;
}
.megamenu{
position:static;
}
.ves-megamenu .dropdown{
position:static;
}
#header-main{
background-color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 767px) {
.top-icons{
margin-bottom:7px;
}
}
@media (min-width: 768px){ 
.flip-it {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}
}
.ves-megamenu .kolekcje_id1 .dropdown-menu li{
max-width:137px;
}
.ves-megamenu .kolekcje_id20 .dropdown-menu li{
max-width:180px;
}
.ves-megamenu .kolekcje_id1 .dropdown-menu .menu_dziecieca_kolekcja{
max-width:none;
}
@media (max-width: 768px){ 
.hidden-phone{
visibility:hidden;
}
}
.ves-megamenu .dropdown-menu .menu-content > p{
display:block;
color:#555;
}
.ves-megamenu .dropdown-menu .menu-content > p strong{
text-transform: uppercase;
/*border-bottom: 1px solid gray;*/
}
@media (max-width: 767px) {
#news-panel{
display:none;
}
}

.quick-access a{
margin-left:10px;
font-family: 'RobotoRegular', sans-serif;
font-size: 13px;
text-align: center;
line-height: 32px;
position: relative;
background-position: top;
height: 32px;
margin-right: 0px;
text-indent: 0;
}

.quick-access a img{
vertical-align: middle;
margin-bottom: 2px;
width: 24px;
}

.quick-access a{
width: auto;
}

.quick-access{
margin-left: 10px;
position: relative;
top: 6px;
}

.inner_of_quickaccess{
position: absolute;
bottom: 0;
left:0;
}

.inner_of_quickaccess.wyloguj{
left: -7px;
}

.cart-top a{
margin-left:0px;
}
#news-panel{
width:715px;
top:150px;
}
div #home-intro p{
text-align:justify !important;
}


.ves-accordion-pm11 .head-pm1 a 
	{ 
		background: #f6f6f6 url(/img/menu_down.gif) no-repeat !important; 
		color:#333333;
		display:block;
		height:15px;
		margin-top:5px;
		padding:0;
		width:15px;
	}
.ves-accordion-pm11 .head-pm1 a:hover 
	{ 
		color: #000;
		background: #f6f6f6 url(/img/menu_down.gif) no-repeat !important; 
		background-position: 98% 50%;		
	}
.ves-accordion-pm11 .selected a 
	{ 
		background:  url(/img/menu_up.gif) no-repeat !important; 
		background-position:98% 50%;
		color: #fff;
		padding:0px;
	}
.ves-accordion-pm11 .selected a:hover 
	{ 
		background: #69c url(/img/menu_up.gif) no-repeat !important; 
		background-position:98% 50%;
		color: #36a;
	}

.product-zoom{
bottom:auto !important;
}

.product-block .image .onsale, .product-info .onsale{
font-size:10px;
font-weight:normal;
text-transform:none;
}
span[id^="old-price"]{
text-decoration: line-through;
color: #000;
}

.blog-readmore{
margin-top: 10px !important;
margin-bottom: 25px !important;
}

.block-deal-info{
/*background-color: rgba(0,0,0,0.8);*/
max-width: 390px;
text-align: center;
color: #e7352b;
padding-top: 0px;
margin-top: 20px;
/*border: 3px solid red;*/
/*padding:15px;*/
/*position: fixed;*/
right:0;
top:60%;
z-index: 9999999343434343343434;
padding-bottom:15px;
}
.product-pricing, .block-deal-info{
font-size:17px !important;
}
.deal_detail ul li:first-child {
color: #fff;
background-color: #e7352b;
padding-left: 10px;
margin-left: 0px;
margin-right:20px;
}
.deal_detail ul li{
line-height: 1.42857 !important;
}
.deal_detail ul li:first-child::after  {
width: 0;
height: 0;
border-style: solid;
border-width: 18px 0 18px 20px;
border-color: transparent transparent transparent #e7342b;
vertical-align: bottom;
position:absolute;
content:'';
}
.timer_deal_product_page, #close_timer_product_page{
display:none;
}
.deal_detail_num{
color: #fff;
font-size:25px !important;
font-family: 'RobotoBold', sans-serif !important;
font-weight: 900 !important;
}
.deal_detail ul{
/*padding: 5px !important;*/
background-color: #fff;
/*padding-top:7px !important;*/
/*padding-bottom:4px !important;*/
border: 2px solid #e7352b;
}
.deal_detail_num .price{
color: #e7352b !important;
font-size: 25px !important;
font-family: 'RobotoBold', sans-serif !important;
font-weight: 900 !important;
}

.block-deal-info .block-content .productdeals{
height: 88px;
}

.productdeals .item-countdown ul li:first-child div.countdown_num span,
.productdeals .item-countdown ul li:first-child div { 
color: #e7352b !important;
/*font-weight: bold !important;*/
    font-weight: 900 !important;
    font-family: 'RobotoBold', sans-serif !important;
}

.productdeals .item-countdown ul li div.countdown_num span{
    /*font-weight: bold !important;*/
    font-weight: 900 !important;
    font-family: 'RobotoBold', sans-serif !important;
    color: #e7352b !important;

}
.productdeals .item-countdown ul li div.countdown_num{
position:relative;
}
.productdeals .item-countdown ul li div.countdown_num:before {
        border-bottom: 2px solid #fff;
        position: absolute;
        content: "";
        width: 100%;
        height: 54%;
    }
.block-deal-info .block-title{
display: block !important;
font-size: 15px;
/*color: #fff;*/
color:#e7352b;
margin-bottom: 0px;
text-align: left;
padding-left: 4px;
text-transform: uppercase !important;
font-family: 'RobotoRegular', sans-serif;
font-weight: 400;
line-height:26px;
border-bottom: 10px solid #e7352b;
height: 35px;
}

.block .block-title strong span{
background: none;
}
@media (min-width: 768px) {
#news-panel{
position: fixed !important;
z-index: 2346;
}
}


@media (max-width: 767px) {
#news-panel{
position: static !important;
z-index: 234634553;
}
#latetwo_wood{
position: static !important;
}
}


@media (min-width: 400px) {
.productdeals .item-countdown ul li{
    display: inline-block; 
    margin: 0px 5px 0 0;
    line-height: normal;
    border-radius:0% !important;
    height: 81px !important;
    width: 73px !important;
    /*background:transparent url(/images/timer.png) !important;*/
    background: none;
    font-size: 46px !important;
    border:none !important;
    font-weight:bold !important;
}

.productdeals .item-countdown ul li div.countdown_num span{
    display: inline-block; 
    font-size: 46px  !important; 
    font-weight: bold; 
    /*color: #3a3d41;*/
    color: #e7352b;

}
.productdeals .item-countdown ul li:not(:last-child) div.countdown_num:after {
    content: ":";
    font-size: 46px; 
    font-weight: 900;
    font-family: 'RobotoBold', sans-serif;
    vertical-align: super;
}
}


@media (max-width: 399px) {
.productdeals .item-countdown ul li{
    display: inline-block; 
    margin: 0px 5px 0 0;
    line-height: normal;
    border-radius:0% !important;
    height: 60px !important;
    width: 60px !important;
    /*background:transparent url(/images/timer.png) !important;*/
    background: none;
    background-size:100% 100% !important;
    font-size: 40px !important;
    border:none !important;
    font-weight: 900 !important;
    font-family: 'RobotoBold', sans-serif !important;
}

.productdeals .item-countdown ul li div.countdown_num span{
    display: inline-block; 
    font-size: 40px  !important; 
    /*font-weight: bold !important; */
    /*color: #3a3d41;*/
    color: #e7352b;
    font-weight: 900 !important;
    font-family: 'RobotoBold', sans-serif !important;

}
.productdeals .item-countdown ul li:not(:last-child) div.countdown_num:after {
    content: ":";
    font-size: 40px; 
    font-weight: 900;
    font-family: 'RobotoBold', sans-serif;
}
.block-deal-info .block-title{
font-size:12px;
font-weight:900;
}
}

.productdeals .item-countdown ul li div{
    text-transform: uppercase !important; 
    clear: both;
    text-align:center;
    width:100%;
    font-size:12px !important; 
    /*color:#000 !important;*/
    color: #e7352b !important;
    font-family: 'RobotoBold', sans-serif !important;
    font-weight: 900 !important;

}

.productdeals .item-countdown ul li div.countdown_num{
text-align:left !important;
}
.productdeals .item-countdown{
padding: 0 !important;
}

.block-deal-info .deal_detail {
    text-align: left !important;
    padding-left: 0px !important;
    font-family: 'RobotoBold', sans-serif !important;
    font-weight: 900 !important;
    padding:0px !important;
}
.productdeals .item-countdown ul li div.countdown_num{
padding-top:0px !important;
}


.product-block .name a {
    font-size: 14px !important;
    font-weight:normal !important;
    min-height: 15px !important;
    margin-top: 30px;
    font-family: 'Roboto';
    color: #000;
}
.product-block .name a:hover{
   color: #c08939;
}
.product-block{
    text-align: left;
    padding: 0;
}


 @media (min-width: 927px) and (max-width: 1075px) {
      .ves-megamenu .navbar-nav > li > a span {
      font-size:10px !important;
      }
      #logo-theme{
      width: auto !important;
      }
      }
 @media (min-width: 768px) and (max-width: 926px) {
      .ves-megamenu .navbar-nav > li > a span {
      font-size:9px !important;
      }
      #logo-theme{
      width: auto !important;
      }
      #logo-theme img{
      width: auto  !important;
      height: 32px  !important;
      }
      }

.opc .buttons-set button.button {
    float: none;
}
.radio, .checkout-agreements .agree input.checkbox{
height:20px !important;
width: 20px !important;
}
@media (max-width: 767px) {
.cart table tbody td span{
float: none !important;
}
}

.swatches-container div label{
padding-left: 4px;
color: #000 !important;
font-size: 12px !important;
padding-bottom: 0;
}

#products-grid.products-block .wrap-item{
/*height:600px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}

.price .old-price{
display: inline-block;
}

#products-grid .product-block .product-meta{
width:100%;
padding-bottom:0px;
}

.desc.std{
font-size: 11px;
}

@media (min-width: 769px) {
.menu-desc{
padding: 0px !important;
margin-bottom: 0px !important;
font-size: 10px !important;
position: absolute;
top: 13px;
left: 12px;
}
}
@media (max-width: 768px) {
.menu-desc{
padding-left: 5px !important;
}
}

@media (min-width: 788px) and (max-width: 1010px) {
     .ves-megamenu .navbar-nav > li > a span.menu-desc {
      font-size:8px !important;
     position: absolute;
     top: 12px;
     left: 12px;
      }
      }
 @media (min-width: 768px) and (max-width: 787px) {
      .ves-megamenu .navbar-nav > li > a span.menu-desc {
      font-size:7px !important;
     position: absolute;
     top: 12px;
     left: 12px;
      }
      }

@media (min-width: 1601px) {
.ves-megamenu .navbar-nav > li > a span.menu-desc{
left: 18px;
}
}


/*-----------------------------*/

@media (min-width: 768px) and (max-width: 1199px)  {
.container{
/*width: 95%;*/
width: 100%;
/*padding-left: 5px;
padding-right: 5px;*/
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 1200px) {
.container{
/*width: 95%;*/
width: 100%;
}
}
@media (min-width: 1310px) {
.container{
/*width: 95%;*/
width: 100%;
}
}
@media (min-width: 1380px) {
.container{
/*width: 1380px;*/
width: 100%;
}
}
@media (min-width: 1480px) {
.container{
/*width: 1480px;*/
width: 100%;
}
}
@media (min-width: 1580px) {
.container{
/*width: 1580px;*/
width: 100%;
}
}


.container{
display: flex;
justify-content: center;
flex-direction: column;
}

#lb-search-element #ves-breadcrumbs .container{
justify-content: flex-start;
}

@media (min-width: 769px) {
.container{
flex-direction: row;
}

.container > .inner {
max-width: 1580px;
padding: 0 10px;
width: 100%;
}

.container > .inner .block.block-related, .container > .inner #crosssell, .container > .inner #upsell{
width: 100vw;
margin-left: calc((100% - (100vw + 12px)) / 2);
}
}

.footer-center .inner{
padding: 40px 0;
}

/*-----------------------------*/




.block.venus-latest-block .post-image{
float:none;
}


.price{
font-size: 20px;
}
.extended_sku_magento{
color:#000;
font-size:10px;
white-space: nowrap;
}
.product-view .extended_sku_magento{
font-size:11px;
}
.extended_sku_magento.extended_sku_list{
display:block;
}
.desc.std:not(.my_extended_grid){
display:inline-table;
}
.product-block .price{
margin: 4px 0;
}

.product-info h1{
margin-bottom:0px;
}
.product-shop.product-view .old-price{
float:left;
}
.product-info .price-box {
 margin-bottom: 0px;
 border-bottom: 0;
 padding-bottom:20px;
}

.additional_woodica_info{
padding: 5px 0 0px 0;
text-align: center;
}

.product-info .description dd select{
min-width:65%;
max-width:65%;
}
.product-options dl:not(.last) dt{
float:left;
min-width:35%;
}
.product-options dl:not(.last) dd:not(.last){
/*float:left;szerokość*/
float:none;
}
.product-options dl:not(.last) dd{
margin-bottom:10px;
}
.product-options dl.last .wersja-extended-custom-option{
min-width: 65%;
}

.product-options dl.last dt:not(:last-of-type){
float:left;
min-width:35%;
}
.product-options dl.last dd:not(:last-of-type){
/*float:left;*/
}
.product-options dl.last dt:last-of-type{
padding-top:25px;
float:left;
min-width: 35%;
}
.product-options dl.last dd{
margin-bottom:10px;
}
.product-options dl.last dd.last{
margin-bottom:0px;
}

.product-options dl.last + .row > div dt{
float:left;
}
.product-options dl.last + .row > div dd{
float:left;
}
.product-options dl.last + .row > div{
height:auto;
margin-bottom: 0px;
margin-top:  0px;
}
@media (max-width: 570px) {
.product-options dl.last + .row > div{
margin-bottom: 0px;
margin-top:  0px;
clear:both;
height:60px;
}
}
.product-options dl.last + .row{
padding: 20px 0 20px 0;
}
@media (max-width: 768px) {
.product-options dl.last .wersja-extended-custom-option{
min-width: 100%;
}
.product-info .description dd select{
min-width:100%;
max-width:100%;
}
}


.product-info .product-options-bottom .quantity-number input{
width:90px !important;
min-width:auto;
border: 1px solid #000;
color: #000;
font-size:15px;
}
.product-info .product-options-bottom .add-to-cart{
width: 100% !important;
display: flex;
flex-direction: row;
}
.product-info .product-options-bottom .quantity-adder label{
float:left;
width: auto;
margin-bottom: 0;
line-height: 30px;
}

.product-info .product-extra .add-action, .product-info .product-options-bottom .add-action{
color: #000;
border: 1px solid #000;
margin-left: -1px;
}

.product-info .product-options-bottom .quantity-adder{
width: auto;
margin-right: 20px;
margin-bottom: 0;
flex: none;
}
.product-info .product-options-bottom .add-cart{
width: 100%;
}
.product-info .product-options-bottom .add-cart .btn.button.btn-cart{
width: 100%;
font-size: 15px !important;
}
@media (max-width: 768px) {
.product-info .product-options-bottom .add-cart{
width: 100%;
}
.product-info .product-options-bottom .quantity-adder{
width: auto;
margin-right: 10px;
}
.product-info .product-options-bottom .quantity-adder .quantity-number{
width: auto%;
}
.product-info .product-options-bottom .quantity-adder .quantity-number input{
width: 30px !important;
padding-left:0;
padding-right:0;
font-size: 12px;
}
.product-info .product-options-bottom .quantity-adder label{
padding-left: 0;
}
.product-options-bottom #amstockstatus-status{
/*display: none;*/
}
}
.product-info .product-options-bottom .add-to-links{
display:none;
}
.product-info .product-options-bottom{
padding: 20px;
border: 0;
border-top: 0;
background-color: #dadada;
}
.product-options{
padding: 50px 0 20px 0;
border-bottom: 1px solid #000;
margin-bottom: 50px;
}
.product-info .product-extra{
padding:0;
}
.product-options-bottom .button{
background-color: #e7352b;
border: 1px solid #e7352b;
}
.product-options .product-options-title {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
}
.right-divider {
    margin-top: 0px;
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
}
.product-options .product-options-title h2{
display:block;
font-size: 15px;
line-height: 30px;
}
.image-additional a{
padding-left:3px;
padding-right:3px;
}
.image-additional #image-gallery-zoom div.item.row{
margin-left:0px;
}
.extended_bottom_product_images{
border-top: solid 1px #ddd;
margin: 20px 0 0 0;
padding-top: 10px;
}
.additional_info_product_page{
clear:both;
margin-bottom:10px;
}
.additional_info_product_page div{
border-top: 1px solid #e5e5e5;
padding-top:20px;
padding-bottom:10px;
font-weight:normal;
font-family: 'Roboto';
text-align:justify;
padding: 15px 30px 0px 30px;
}

#time_cookie_checkbox{
vertical-align: middle;
float:none;
margin:0px;
padding:0px;
height:auto;
}
label[for=time_cookie_checkbox]{
font-size: 11px;
color:#ccc;
margin: 0px;
padding: 0px 0px 0px 7px;
}
.timer_deal_product_page{
text-align:left;
padding-left:10px;
}

.crosssell .box-up-sell .block-title strong::before, .crosssell .add-to-links{
display:none;
}
.crosssell .product-meta.product-shop{
padding: 0 20px 0px;
}
#upsell .block-up-sell .block-title strong::before, #upsell  .add-to-links{
display:none;
}
#upsell .block-collateral{
/*margin-bottom:170px;*/
}
#block-related .product-details.product-meta .link-wishlist{
display:none;
}
.crosssell .product-block .product-zoom{
left:39%;
top:30%
}
.block-related .block-title{
text-align:center;
}
.block-related .product-block .image{
width: 100%;
}
.block-up-sell .product-block .product-meta{
padding: 0 0 0 5px;
}
.box-up-sell .wrap-item, .block-up-sell .wrap-item{
/*height: 560px;*/
   height: auto;
   margin-bottom: 30px;
}
.box-up-sell .block-title strong{
padding:0px;
}
.carousel-control.left{
left:0;
}
.crosssell .box-collateral.box-up-sell.block{
margin-bottom:5px;
}
.produkt_linkw{
font-weight:bold;
color: #d6b469;
}
#image-gallery-zoom .next{
width: auto !important;
height: auto !important;
line-height: normal !important;
position: static !important;
}
.product-info .left:hover,
.product-info .right:hover {
    background-color: transparent !important;
    border: none !important;
}
.uklad_szaf_a{
display:inline-block;
float:left;
text-align:center;
font-weight: bold;
}

.menu_additional_flag_nowosc{
    margin-left: 0px;
    top: 27%;
    right: 0px;
    vertical-align: middle;
    position: absolute;
    width: max-content;
    line-height: normal;
    height: auto;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: #c08939;
    padding: 4px 8px;
    font-weight: normal;
    font-family: 'RobotoMedium';
}
.menu_additional_flag_nowosc.left{
top:-3px;
}
.menu_additional_flag_dzieci{
margin-left:5px;
vertical-align:bottom;
}

.tp-leftarrow.default, .tp-rightarrow.default{
top: 50% !important;
}

.popup_avaiable .btn-viewcart{
display: inline-block;
line-height: 2.4;
margin-top: 2px;
}

.videoWrapperYT {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapperYT iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
label[for="is_subscribed"]{
width: 85%;
}
.klauzule_informacyjne{
font-size: 13px;
}
#ves-massbottom{
border: none;
}
#ves-massbottom .block .block-content{
padding: 20px 0px;
padding-top:35px;
}
#v-cookielaw.v-dark-clean .v-button{
margin: 5px;
}
.product-block .onsale, .product-block .new-icon{
background: url("/skin/frontend/ves_sunstyle/default/images/label_sale.png") no-repeat;
line-height: 41px;
color: white;
position: absolute;
font-weight: 700;
font-size: 12px;
z-index: 99;
width: 75px !important;
height: 35px !important;
top: 15px !important;
right: -10px !important;
}
.product-info .onsale{
width: 75px !important;
height: 35px !important;
top: 0px !important;
right: 0px !important;
}
.product-block .new-icon{
background: url("/skin/frontend/ves_sunstyle/default/images/label_new.png") no-repeat;
width: 70px !important;
height: 52px !important;
top: -15px !important;
right: 10px !important;
}
.tp-rightarrow.default, .tp-leftarrow.default{
background-color: rgba(25,25,25,.5) !important;
border: 2px solid #fff;
}
.product-block .price{
margin: 15px 0 4px 0;
}


#colorbox{
z-index: 99999999 !important;
}
#page {
padding-top: 75px !important;
}
.cms-home #page{
padding-top: 0px !important;
}
@media (min-width: 769px) and (max-width: 1370px) {
.ves-megamenu .navbar-nav > li > a {
/*line-height: 40px !important;*/
}
}
.ves-megamenu .navbar-nav > li > a {
top: -10px;
}
.addons_icon_list{
position:absolute;
bottom:2px;
/*right:50%;
margin-right:-200px;
width:280px;*/
right:1px;
z-index:999;
text-align:center;
transition: transform .3s;
}
.addons_icon_list img{
max-width:150px;
/*box-shadow: 0 0 2px #575757;*/
}
.addons_icon_list:hover{
transform-origin:bottom center;
/*transform: scale(1.36) translateX(-32px);
transform: scale(1.36);*/
transform: none;
}
.addons_icon_list img:hover{
box-shadow: none;
}

div.blueTable {
  border: 1px solid #C6C6C6;
  background-color: #F9F9F9;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #D3D3D3;
  padding: 3px 2px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
  text-wrap: nowrap;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #FAF8E5;
}
.divTable.blueTable .divTableHeading {
  background: #D6BA7B;
  background: -moz-linear-gradient(top, #e0cb9c 0%, #dac188 66%, #D6BA7B 100%);
  background: -webkit-linear-gradient(top, #e0cb9c 0%, #dac188 66%, #D6BA7B 100%);
  background: linear-gradient(to bottom, #e0cb9c 0%, #dac188 66%, #D6BA7B 100%);
  border-bottom: 2px solid #848484;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: normal;
  font-family: 'RobotoMedium';
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #B7B7B7;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.tabs-group .tab-contents h2{
font-size: 20px;
border-bottom: 2px solid #e7e7e7;
}
.ves-megamenu .navbar-nav > li > a:active span{
color:#fff;
}

.ves-megamenu .navbar-nav > li > a span{
font-family: 'RobotoMedium', sans-serif;
}
.ves-megamenu{
/*margin-top: -10px !important;*/
}
 .menu_promo_page .menu-icon {
position: relative !important;
top: 10px !important;
background-position: center bottom !important;
}
.menu_promo_page .menu-title {
position: static !important;
color: #C68738 !important;
top: 0 !important;
}

@media (max-width: 768px) {
.menu_promo_page .menu-icon {
position: static !important;
background-position: center right !important;
padding: 5px 30px 5px 0px !important;
}
.menu_promo_page .menu-title {
position: static !important;
color: #C68738 !important;
top: 0 !important;
}
}


#product-options-wrapper select{
    
    color: #000;
    background-color: white;
    border: 1px solid #000;
    border-radius: 2px;
    font-weight: normal;
    font-family: 'RobotoRegular', sans-serif;
    background: url('/img/select_arrow_down.png') no-repeat right center;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    cursor: pointer;
    background-position: right 5px center; 
    padding: 7px;
    padding-left:9px;
}  

#product-options-wrapper  .product-options-title{
color: #000;
}

.product-info .description label {
    font-family: 'RobotoRegular', sans-serif;
    color: #000;
    font-size: 15px;
} 

.product-options .product-options-title h2 {
    font-family: 'RobotoBold', sans-serif;
    color: #000;
}
#product-options-wrapper p.required, .product-options dt label.required em{
display:none !important;
}
.product-options dl.last + .row{
padding: 0px;
}
.product-options dl.last dt:last-of-type {
    padding-top: 0px;
}
@media (min-width: 769px) {
.product-options dl.last dd.last .swatches-container{
display: flow-root;
}
}
.product-options dl dd .swatches-container .row .col-md-12{
padding-left: 0;
padding-right: 0;
}
.rating-box{
width: 124px;
height: 21px;
margin-top: -1px;
}
.rating-box .rating{
height: 21px;
}

.ratyPayu_info img{
margin: 10px 0 10px 0;
}

.cart .discount input.input-text {
    width: 220px;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set{
margin: 20px 0 0;
}
.btn-proceed-checkout{
background-color: #e7352b;
font-family: "RobotoBold", sans-serif;
height: 46px;
font-size: 15px;
}
.cart .shipping {
background-color: #ebe9df;
}
.cart .cart-collaterals h2{
font-weight: bold;
}
.ratyPayu_block{
text-align: right;
margin-top: 40px;
}
#ves-accordion ul li a, #ves-accordion li a{
    font-family: 'RobotoRegular', sans-serif;
}

.product-info h1{
    font-family: 'RobotoBold', sans-serif;
    font-size: 15px;
    color: #000;
}
@media (max-width: 768px) {
.swatches-container.wersja{
clear:both;
}
}
.cart-top #cart .shopping-cart-icon{
margin-left: 0px;
margin-right: 0px;
}
.top-search{
max-width: 170px;
width: 170px;
}
.rev_slider .bottom-products a img{
max-width:100px;
}

@media (max-width: 568px) {
.mikolaj_mt_promo_v2{
width:300px;
}
}
.mikolaj_mt_bottom{
position:relative;
padding-bottom: 20px;
}
.mikolaj_mt_bottom:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 10px;
    border-radius: 10px;
}
#amstockstatus-status{
display: block;
padding-top:5px;
padding-bottom: 0px;
padding-left: 0 !important;
}
.mobile_expand_plus, .mobile_expand_plus0{
position: absolute;
right: 4%;
top:0px;
cursor: pointer;
}
#menu-offcanvas .kolekcje_id20 ul li, #menu-offcanvas .kolekcje_id1 ul li{
position: relative;
}



.looper{
line-height: 1.2 !important;
}
.availability-tooltip span{
font-family: Roboto !important;
font-weight: 500 !important;
}
.availability-tooltip{
display: none;
z-index: 293234435345345;
padding:20px;
position: fixed;
left:20px;
bottom: 20px;
background-color: #e7352b;
font-weight: 500;
font-family:Roboto !important;
color:#fff !important;
text-align:center;
animation: fadeinpm 2s;
    -moz-animation: fadeinpm 2s; /* Firefox */
    -webkit-animation: fadeinpm 2s; /* Safari and Chrome */
    -o-animation: fadeinpm 2s; /* Opera */
border-radius: 10px 30px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
min-width: 650px;
min-height:110px;
}
.hurry_up_img{
margin-right: 10px;
}
.close_hurry_up{
width: 20px;
margin-left:10px;
position:absolute;
top: 10px;
right: 15px;
display:none;
}
@media (max-width: 768px) {
.availability-tooltip{
left:0;
bottom:0;
width: 100%;
margin:0;
min-width: auto;
border-radius: 10px 10px 0 0;
}
}
@keyframes fadeinpm {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadeinpm { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadeinpm { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadeinpm { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.menu_produkty_piktogramy .menu-icon, .ves_menu_pos_relative.pik .menu-icon{
display: block;
line-height:35px;
padding-left: 40px;
}
.cart-top #cart .heading h3 {
line-height:25px;
text-align: center;
text-transform: none;
}
.cart-top #cart .heading a{
color: #fff;
}
.cart-top #cart .heading a span:hover{
color: #eb5050;
}
@media (max-width: 1199px){
.cart-top #cart .content {
    right: 0;
    left: auto;
    min-width: 315px;
    text-align: left;
    max-height: none;
}
}
@media (max-width: 767px){
.cart-top #cart .content {
    left: -50%;
    min-width: 315px;
    text-align: left;
    max-height: none;
}
#header-main{
padding-top:5px;
}
#page {
padding-top: 102px !important;
}
.kontakt_icon_top_quickicon{
display: inline-block !important;
}
#menu_right_m {
width: 100%!important;
}
.top-search{
width: 40%;
}
.top-search .form-search {
margin-top: 10px !important;
}
}
.auto-grid-filters-container{
overflow: visible !important;
}
.media-boxes-filter.auto_grid_filter_grid{
font-family: 'RobotoBold', sans-serif;
}
.media-box-content .media-box-text{
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-size:12px;
}
.media-box-content .media-box-title{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
#home-intro h3{
font-size: 22px;
}
#home-intro h3 span{
font-family: 'RobotoBold', sans-serif;
}
.media-boxes-no-more-entries{
display:none;
}
.block.venus-latest-block .block-title strong span, .block.carosel1 .block-title strong span, .block.carosel2 .block-title strong span{
font-family: 'RobotoBold', sans-serif;
background-color: #fff;
}
.blog-title{
font-family:  'Roboto', sans-serif;
}
.post-block .blog-descriptons h4{
color: #545454;
font-family: 'RobotoRegular', sans-serif;
padding-top: 10px;
padding-bottom: 20px;
line-height: 22px;
}
.post-block .blog-descriptons h4 a{
color: #545454;
}
.post-block .blog-descriptons .blog-meta{
padding-bottom:20px;
}
.post-block .blog-descriptons .latest-description{
font-size: 13px;
text-align: justify;
}


.description .product-options.product-options-wrapper .col-md-6{
width: 100% !important;
}
.description .product-options#product-options-wrapper ul.options-list li{
float:left;
text-align: center;
}
.description .product-options#product-options-wrapper ul.options-list{
display: flex;
float: none;
width: auto;
}
@media (max-width: 767px){
.description .product-options#product-options-wrapper ul.options-list{
clear: both;
}
}
.description .product-options#product-options-wrapper dd input{
margin-left: auto;
margin-right: auto;
float: none;
}
.description .product-options#product-options-wrapper .options-list .price{
font-size: 13px; 
color: gray;
}
.description .product-options#product-options-wrapper .options-list label{
font-size: 13px; 
color: gray;
white-space: normal;
}

.description .product-options#product-options-wrapper .options-list label .price-notice{
display: block;
}

.description .product-options#product-options-wrapper ul.options-list input{
height: 20px;
width: 15px;
}



.first_image_info_ico2{
transition: transform .1s;
transform-origin: right bottom;
}
.first_image_info_ico2:hover{
transform: scale(2);
}

.blog_menu_item .menu-title{
    font-weight: 900;
    text-transform: uppercase;
    font-family: RobotoBold;
}

.cartspecialpricelinethrough .price{
text-decoration: line-through;
color: #eb5767;
font-family: RobotoBold;
}
.cartspecialpricelinethrough{
display: block;
}
.cartspecialpricelinethrough .price:first-child{
font-family: RobotoBold;
}
.finalpricecart{
display: block;
}
.qty_cartspecialpricelinethrough{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    font-family: RobotoBold;
    padding: 0px 0px 0px 10px;
    background-color: #e7352b;
    vertical-align: middle;
    line-height: 30px;
    width: 131px;
   position: relative;
}
.qty_cartspecialpricelinethrough .price{
color: #fff;
font-size: 12px;
font-family: RobotoBold;
}
.qty_cartspecialpricelinethrough::after{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #e7352b;
    vertical-align: middle;
    content: '';
    position: absolute;
    left: 131px;
}

.totalssavecartprice .price{
font-family: RobotoBold;;
}

@media (max-width: 767px){
.cartspecialpricelinethrough{
display: inline;
width: auto !important;
}
.finalpricecart{
display: inline-block;
width: auto !important;
}
.qty_cartspecialpricelinethrough{
width: 131px !important;
margin-left: 10px;
}
.qty_cartspecialpricelinethrough::after{
   margin-left: 0px;
}
}

.product-options-bottom .button{
font-family: "RobotoBold", sans-serif;
height: 38px;
font-size: 15px;
}
.opc .buttons-set button.button{
font-family: "RobotoBold", sans-serif;
height: 46px;
font-size: 15px;
background-color: #e7352b;
border: 1px solid #e7352b;
padding: 2px 15px 2px;
}
#opc-review .buttons-set{
padding: 0px;
}

.opc .checkout-agreements{
border: none;
padding: 0;
}
.opc #checkout-review-submit .checkout-agreements .agreement-content{
display: none;
}
.banktransfer-instructions-content.agreement-content{
height: 13em;
}
.opc .checkout-agreements .agree{
padding: 0px;
}
.ves-megamenu .navbar-nav > li > a .caret{
margin-left: -5px;
display: none;
}
.productcarousel .carousel-controls{
top: -15px !important;
}
.productcarousel .carousel-controls a::before{
font-size:25px;
font-weight: bold;
}
#ves-showcase img{
margin-right: 10px;
}
#shopping-cart-table .button.btn-continue, #shopping-cart-table .button.btn-update, #shopping-cart-table .button.btn-empty{
padding-left: 10px;
padding-right: 10px;
}
.sloganbezpiecznyklient-left{
border-right: none !important;
font-family: 'RobotoBold', sans-serif;
font-size:13px;
}
.sloganbezpiecznyklient-right{
border-left: none !important;
}
#slogan_inner_text_long{
display:none;
text-align: justify;
display: block;
}
#slogan_inner_text_short{
display: block;
}

#shopping-cart-table thead th {
white-space: nowrap;
padding: 25px;
}

.product_page_gwarancja .timer_h3_title.hand_write{
               font-family: 'RobotoRegular'; 
		font-size:25px; 
		font-weight: 700;
	}
.product_page_gwarancja{
		display: block;
		text-align: center;
		clear:right;
		height: 170px;
		padding: 20px 10px 0 40px;
		margin-top:20px;
		color: #e7352b;
	}
.timer_h3_title.hand_write{
        display: table-caption;
        float: left;
        max-width: 130px;
        padding-left:10px;
}
.mikolaj_timer_h3_hand_write{
diaplay: block;
margin-top: 15px;
width: 120px;
}
@media (max-width:1315px) {
.product_page_gwarancja{
        display: block;
		text-align: left;
		clear:both;
		height: auto;
		padding: 20px 10px 0 0px;
}
.timer_h3_title.hand_write{
        display: block;
        float: left;
        max-width: none;
       font-size: 20px !important;
       padding-left: 0px;
}
.mikolaj_timer_h3_hand_write{
diaplay: block;
width: 60px;
margin-top: -15px;
margin-left: 10px;
}
}
@media (max-width:1120px) {
.mikolaj_timer_h3_hand_write{
width: 40px;
margin-top: -5px;
}
}
@media (max-width:450px) {
.timer_h3_title.hand_write{
font-size: 17px !important;
}
}

ul.whay_we_list li{
list-style: disc;
font-size:14px;
font-family: RobotoRegular;
}

#checkout-payment-method-load label{
max-width: 90%;
}

.promo_grid_gallery{
display: block;
font-family: 'RobotoBold', sans-serif;
clear: both;
color: #e5322b;
}



@media (max-width:768px) {
.scrolling_product_sizes{
overflow-x: auto;
text-wrap-mode: nowrap;
max-width: none;
}
.scrolling_product_sizes::-webkit-scrollbar {
/*height: 15px;*/
}
}

@media (max-width:768px) {
.short_desc_dimensions_with_price{
font-size: 14px;
}
}

.tables_with_dimensions_product_page{
overflow-x: auto;
}

@media (max-width:600px) {
.kontakt_menu_h3_salony{
background-color: #000;
color: #fff;
padding-left: 6px !important;
margin-top: 20px;
}
}
.menu_raty_page .menu-icon{
display: block;
width: 68px;
height: 50px; 
margin:0 !important;
padding:0;
}
@media (min-width: 768px) and (max-width: 1130px) {
.menu_raty_page{
display: none !important;
}
}
#koszty_dostawy_strona_produktu{
color: #000;
font-size: 15px;
font-family: RobotoRegular;
padding: 5px 10px;
display: block;
border: 10px solid #eeeeee;
line-height: 30px;
vertical-align: middle;
border-width: 0;
margin-top: 30px;
background-color: #dadada;
}
#koszty_dostawy_strona_produktu i.fa{
color: #000;
vertical-align: middle;
font-size: 2.2em;
}
#koszty_dostawy_strona_produktu #krzesla_additional_shipping_info{
line-height: normal;
}
.tooltip_shipping{
cursor: pointer !important;
}


.menu_jestesmyonline_page .menu-icon{
display: block;
width: 165px;
height: 55px; 
margin:0 !important;
padding:0;
background-size: contain !important;
}

.top-search{
position: relative;
top: 0px;
}

@media (min-width: 769px) and (max-width: 1399px) {
.menu_jestesmyonline_page .menu-icon{
display: none;
}
.top-search{
position: relative;
top: 0px;
}
.top-icons{
position: relative;
top: 0px;
}
}

@media (min-width: 769px) and (max-width: 1600px) {
.ves-megamenu .navbar-nav > li > a span{
padding: 12px 12px;
}
}
.telephone_in_searchbox{
position: absolute;
display: block;
right:5px;
width: 200px;
font-family: RobotoBold;
text-align: right;
}

@media (min-width: 1362px) and (max-width: 1556px) {
.telephone_in_searchbox span{
display: block;
}
.top-icons{
position: relative;
top: 0px;
}
}

@media (max-width: 450px) {
.telephone_in_searchbox span.last{
display: none;
}
}

@media (max-width: 400px) {
.first_image_info_ico1, .first_image_info_ico2{
max-height: 50px;
}
.first_image_info_ico2{
right: max(0px, calc(var(--right2) - 20px)) !important;
}
.first_image_info_ico3{
right: max(0px, calc(var(--right3) - 20px)) !important;
}
}

@media (min-width: 401px) and (max-width: 440px) {
.first_image_info_ico1, .first_image_info_ico2{
max-height: 60px;
}
.first_image_info_ico2{
right: max(0px, calc(var(--right2) - 10px)) !important;
}
.first_image_info_ico3{
right: max(0px, calc(var(--right3) - 10px)) !important;
}
}

.sp-methods label, label[for="p_method_paypal_express"] a{
color: #454444;
}

.additionaloption_info a {
color: #75c05f;
font-weight: bold;
}
.additionaloption_info a:hover, .additionaloption_info a:focus {
color: #95df80;
font-weight: bold;
}
.product-info .availability{
color: #3abc15;
}
.materac_opcje_transport{
font-size: 13px;
color: #3abc15;
}
.productcarousel .carousel-controls{
left:0;
}
.productcarousel .carousel-control{
z-index: 9999 !important;
}
.productcarousel .carousel-control.left{
left:0;
}
.box-up-sell .carousel-inner{
overflow: hidden;
}
.block-up-sell .carousel-inner{
overflow: hidden;
}
#header .logo{
margin-bottom: 0px;
}








.siedzisko_premium_krzesla{
width:100px;
transition: transform .1s;
}
.siedzisko_premium_krzesla:hover{
transform: scale(4);
}
.spec_krzesla_tapicerowane strong{
/*text-transform: uppercase;*/
}

.spec_krzesla_tapicerowane div.blueTable {
  border: none;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.spec_krzesla_tapicerowane .divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: none;
  padding: 10px 4px;
}
.spec_krzesla_tapicerowane .divTable.blueTable .divTableBody .divTableCell {
  font-size: 15px;
}
.spec_krzesla_tapicerowane .divTable.blueTable .divTableRow:nth-child(even) {
  background: #ffffff;
}
.spec_krzesla_tapicerowane .divTable.blueTable .divTableHeading {
  background: #D6BA7B;
  background: -moz-linear-gradient(top, #e0cb9c 0%, #dac188 66%, #D6BA7B 100%);
  background: -webkit-linear-gradient(top, #e0cb9c 0%, #dac188 66%, #D6BA7B 100%);
  background: linear-gradient(to bottom, #e0cb9c 0%, #dac188 66%, #D6BA7B 100%);
  border-bottom: none;
}
.spec_krzesla_tapicerowane .divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: none;
}
.spec_krzesla_tapicerowane .divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.spec_krzesla_tapicerowane .blueTable .tableFootStyle {
  font-size: 15px;
}
.spec_krzesla_tapicerowane .blueTable .tableFootStyle .links {
	 text-align: right;
}
.spec_krzesla_tapicerowane .blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.spec_krzesla_tapicerowane.tables_with_dimensions_product_page{
overflow: hidden;
overflow-x: auto;
}

.spec_krzesla_tapicerowane .divTable.blueTable .divTableRow .divTableCell:first-child {
width: 30%;
}

@media (max-width: 768px) {
.spec_krzesla_tapicerowane .divTable.blueTable .divTableRow .divTableCell:first-child {
width: 40%;
}
.spec_krzesla_tapicerowane .divTable.blueTable .divTableRow .divTableCell:last-child {
text-align: center;
}
.spec_krzesla_tapicerowane .divTable.blueTable .divTableBody .divTableCell {
font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 1362px){
#page {
padding-top: 102px !important;
}
}

table#payuplpro-info {
width: auto;
}
table#payuplpro-info .label{
background-color: #000;
vertical-align: middle;
}
#payupro_link, table#payuplpro-info strong{
color: #aac22d;
}

.materace_tooltipster_promo{
color: red;
text-decoration: line-through;
}

.materace_stelaze_avail_icons_block{
display: block;
float: left;
height: 90px;
}

.product_image_avail_icons_block{
display: block;
float: left;
height: 150px;
}

.product_image_avail_icons_block img{
border: 2px solid #8b8b8b;
border-radius: 7px;
}

.hidden_megamenu_position{
display: none;
}

.level1.nav-kolekcie-klasicka, .level1.nav-kolekcie-milano, .level1.nav-kolekcie-rodan, .level1.nav-kolekcie-roma, .level1.nav-kolekcie-siena, .level1.nav-kolekcie-torino, .level1.nav-kolekcie-romantik{
display: none;
}

.popup_avaiable{
padding: 15px;
}

@media (min-width: 769px){
.product-options dl dd .swatches-container.wersja{
display: flow-root;
}
}

label[for="p_method_payuplpro"]{
margin-top: -12px;
}

@media (min-width: 769px){
.ves_menu_pos_relative{
position: relative !important;
}
}

@media (min-width: 769px) and (max-width: 804px){
.ves_menu_pos_relative .dropdown-menu{
left: auto;
right: 0;
margin-right: -180px;
}
}
@media (min-width: 805px) and (max-width: 1320px){
.ves_menu_pos_relative .dropdown-menu{
left: auto;
right: 0;
margin-right: -120px;
}
}
@media (min-width: 1321px){
.ves_menu_pos_relative .dropdown-menu{
left: 50%;
margin-left: -300px;
}
}
.ves-megamenu .dropdown{
z-index: 100;
}
@media (min-width: 769px) and (max-width: 890px) {
.menu_jestesmyonline_page{
display: none !important;
}
}
.product-options-bottom #amstockstatus-status{
color: #819800;
font-weight: bold;
}
.gwarancja_top_fullwidth_info{
font-size:16px;
font-family: 'RobotoBold', sans-serif;
}
.gwarancja_top_fullwidth_info{
font-size:16px;
font-family: 'RobotoBold', sans-serif;
}



.dropdown-submenu.ves_menu_submenu_dab .dropdown-menu{
right: auto;
}
.empty_html_menu{
border-bottom: none !important;
}


.kontakt_menu_h3_salony{
font-family: 'RobotoBold', sans-serif;
text-transform: uppercase;
color: #3a3a3a;
}

@media (max-width: 768px) {
.kontakt_menu_h3_salony{
background-color: #000;
color: #fff;
padding-left: 6px !important;
margin-top: 20px;
text-transform: none;
font-weight: normal !important;
font-family: 'RobotoRegular', sans-serif;
margin-left: -10px !important;
margin-right: -10px !important;
}
.kontakt_menu_h3_salony.kolekcje_menu_class{
margin-left: -10px;
}
}

#menu-offcanvas .menu_produkty_piktogramy ul li{
position: relative;
}

.menu_produkty_piktogramy .menu-icon, .ves_menu_pos_relative.pik .menu-icon{
display: inline-block;
line-height:35px;
padding-left: 40px;
}

.ves-megamenu .menu_produkty_piktogramy .dropdown-menu li{
max-width:180px;
}

.menu_raty_page .menu-desc{
top: 0;
}

.ves-megamenu .dropdown-menu{
background-color: rgba(255,255,255,0.95);
}

.swieta_info_megamenu > div{
margin: 0;
}

.sp-methods label[for="p_method_paypal_express"] img:not(.payment_info_icon), .sp-methods label[for="p_method_payuplpro"] img:not(.payment_info_icon), .sp-methods label[for="p_method_payu_account"] img:not(.payment_info_icon){
display: none !important;
}

label[for="p_method_payuplpro"]{
margin-top: 0px;
}

.firecheckout-section #checkout-payment-method-load{
padding: 0 !important;
}
.firecheckout-section #checkout-payment-method-load .sp-methods dt{
    min-height: 90px;
    border-top: 1px solid #ccc;
    width: 100%;
    padding: 20px 15px 20px 15px;
    margin: 0;
}
.firecheckout-section #checkout-payment-method-load .sp-methods dt:last-of-type{
padding-bottom:20px;
}
.firecheckout-section #checkout-payment-method-load .sp-methods dd:last-of-type{
border-bottom: 1px solid #ccc;
}
.firecheckout-section .sp-methods dd ul{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.firecheckout-section .payment_info_icon{
max-width: 100%;
}
.firecheckout-section .sp-methods dd ul#payment_form_payuplpro, .firecheckout-section .sp-methods dd ul#payment_form_paypal_express {
display: none;
}

.firecheckout-section .sp-methods dd ul#payment_form_payu_account li:first-of-type{
display: none;
}

.firecheckout-section .sp-methods dd ul#payment_form_payu_account .payMethod {
    height: 95px;
    width: 31%;
    vertical-align: middle;
    /*display: table;*/
    font-family: 'RobotoBold';
    margin: 3px;
    border: 2px solid #ddd;
}

.firecheckout-section .sp-methods .payMethodActive{
border: 2px solid #000 !important;
margin: 3px;
}

.firecheckout-section .sp-methods .payMethodLabel{
color: #757575;
}
.firecheckout-section .sp-methods dd ul#payment_form_payu_account input[type="radio"] + label{
padding: 0;
}


.firecheckout-section .sp-methods  label[for="p_method_payu_account"] img:not(.payment_info_icon){
display: block;
height: auto;
}

.firecheckout-section .sp-methods .payuConditions{
display: none;
}

.firecheckout-section .sp-methods #payMethods{
margin-top: 5px;
}
.firecheckout-section .sp-methods #payment_form_payu_account{
padding: 5px;
}

.firecheckout-section .sp-methods .payMethodImage{
height: 50px;
max-width: 100%;
width: 100%;
}

.firecheckout-section .sp-methods dd ul#payment_form_payu_account input[type="radio"]+label{
width: 100%;
height: 100%;
}


@media (max-width: 768px) {
.firecheckout-section .sp-methods dd ul#payment_form_payu_account .payMethod {
    width: 30%;
}
.firecheckout-section .sp-methods .payMethodImage{
height: 40px;
}
}


@media (max-width: 768px) {
#logo-theme{
float: right;
width: auto;
}
#ves-mainnav{
float: left !important;
}
}

.ves-accordion-pm10.level0 > a > span{
font-family: 'RobotoBold';
text-transform: uppercase;
}
.ves-accordion-pm10.level0 > ul.level0{
padding: 10px 0 15px 20px !important;
}



.hidedisplay{
display: none;
}

.block-subtitle-customer-register{
    font-size: 15px;
    font-weight: normal;
    font-family: 'RobotoRegular';
    text-transform: uppercase;
    padding: 20px 0 5px 0;
    color: #332f2a;
}
#regulamin_colorbox_show{
cursor: pointer;
}
.account-create .form-list label {
    color: #3a3d41;
}
.account-create h2.legend{
padding-top: 30px;
padding-bottom: 15px;
}

.account-create #regulamin_colorbox_show #regulamin_sklepu_colorbox{
text-decoration: underline;
}

.klauzule_informacyjne{
font-size: 14px;
padding-left: 10px;
}

.account-create .agreement_checkout_checkbox{
width: 20px;
height: 20px;
}

.account-create .input-box input[type="checkbox"]{
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: grayscale(100%);
    margin-top:4px;
}

.account-create .input-box input[type="checkbox"]:checked {
    box-shadow: 0 0 0 10px #000 inset !important;
}

.account-create .input-box input[type="checkbox"]::after{
    content: ' ';
    background-image: url(https://www.woodica.pl/skin/frontend/base/default/tm/firecheckout/images/checkmark.png);
    background-size: 12px 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    transform: scale(0.2);
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
}
.account-create .input-box input[type="checkbox"]:checked::after{
    transform: scale(1);
    opacity: 1;
}

.klauzula_customer_register_info{
font-size: 11px;
padding-top: 10px;
}

.left_menu_kolekcje_header{
font-family: 'RobotoBold';
text-decoration: underline;
}
.left_menu_kolekcje_header.part2{
padding-top: 25px;
}
#shopping-cart-totals-table td.a-right .price, #checkout-review-table td.a-right .price, #checkout-review-table span.cart-price .price{
display: block;
width: max-content;
margin-left: auto;
margin-right: auto;
}
video{
max-width: 100%;
}
#all-reviews-table .review-body img{
width: auto;
}
.product-block .image{
width: 100%;
}
.product-block .image .hover-image{
padding-top: 2px;
}




.product-block.hovered{
z-index: 999;
}

.expand_product_info_on_mobile{
position: absolute;
z-index: 99;
left:0;
}

.expand_product_info_on_mobile.hover_effect{
z-index: 9999;
}

.expand_product_info_on_mobile img{
width: 35px;
height: 35px;
margin: 5px;
}

@media (max-width: 768px) {
.product-block:hover .product-zoom, .product-block.hovered .product-zoom{
right: 0;
left:0;
visibility: visible;
opacity: 1;
transform: scale(1);
}
}
@media (min-width: 769px) {
.expand_product_info_on_mobile{
display: none;
}
}

.toolbar.product-filter .sort-by{
width: max-content;
line-height: auto;
}
.rev_slider.boxedbanner.revslider-initialised.tp-simpleresponsive{
/*height: max-content !important;*/
}
.toolbar .pager{
display: none;
}
.toolbar-bottom .toolbar .pager{
display: block;
}
.op_hide, #op_less{
display:none;
}
.product-info .image#main-image-box-container{
margin-bottom: 0;
}

#op_more_pp, #op_less_pp, #slogan_inner_text_short_pp, #slogan_inner_text_long_pp{
display: block;
}

@media (max-width: 768px) {
#slogan_inner_text_long_pp.op_long_pp{
display: none;
}
#op_less_pp{
display: none;
}
}
@media (min-width: 769px) {
#slogan_inner_text_short_pp.op_short_pp{
display: none;
}
#op_more_pp{
display: none;
}
}

.level1.parent.ves-accordion-pm11 .head-pm1, .level0.parent.ves-accordion-pm10 .head{
cursor: pointer;
}

.layerslider-wrapper ul{
padding-left: 0;
}

.payU_raty0_widget_first, .payU_raty0_widget_second{
height: 25px;
}
.block.block-deal-info{
height: 176px;
}

.sidebar .block.block-layered-nav{
display: none;
}
.ves-categoriesmenu li.level2[class*="nav-"]{
width: 200px !important;
}
.block.block-list.block-compare{
display: none;
}


.payuinfo_max_height_block{
display: inline-block;
}
.payuinfo_max_height_block img{
max-height: 40px;
}
.cart_icon_payment img{
max-height: 30px;
}

@media (max-width: 768px) {
.payuinfo_max_height_block img{
max-height: none;
max-width: 100%;
}
.cart_icon_payment img{
max-height: none;
max-width: 100%;
}
}

.sharethis-inline-share-buttons{
margin-top: 30px;
}
.cart_icon_payment, .payuinfo_max_height_block{
margin-top: 15px;
}

.top-icons .cart-top{
width: auto
}
@media (max-width: 768px) {
.top-icons .cart-top{
width: auto;
}
}

.level0.ves-accordion-pm10 ul.level0{
display: none;
}

.block.ves-categoriesmenu{
margin-bottom: 50px;
}

.top-search .form-search .search-autocomplete{
    left: -170px !important;
    top: 30px !important;
    width: 300px !important;
    border-radius: 10px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    color: #000;
    border-color: #7a7a7a;
    box-shadow: 0px 0px 5px #242424;
    max-height: 92vh;
}

.top-search .form-search .search-autocomplete ul li.selected{
background-color: #d1d1d1;
}
.top-search .form-search .search-autocomplete ul li:hover{
background-color: #d1d1d1;
}
.top-search .form-search .search-autocomplete ul li.even{
background-color: #f1f1f1;
}
.top-search .form-search .search-autocomplete ul li{
padding: 12px 20px 12px 45px;
border-bottom: #575757;
background-image: url('/images/icon-search.png');
background-repeat: no-repeat;
background-position: 10px center;
}
.top-search .form-search .search-autocomplete ul li.odd{
background-color: #fff;
}
.top-search .form-search .search-autocomplete ul{
border: none;
}


::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #dbdbdb;
}

::-webkit-scrollbar
{
  width: 12px;
  background-color: #b8b8b8;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #454545;
}

#search_autocomplete::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #f2f2f2;
}

@media (min-width: 769px) {
.menu_raty_page {
float: right !important;
}
}

div.category-description.std > div:last-child{
margin-top: 30px;
border-top: 1px solid #d7d7d7;
padding-top: 20px;
}

#ves-showcase{
padding: 30px 0;
}

.product-block.extended-product-block-magento .price {
    margin: 10px 0px 0px 0px;
}





.dostepnosc_info_list:not(.red) {
    color: #fff;
    font-size: 11px;
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
    margin-left: 0px;
    background: #829600;
    font-family: 'RobotoMedium', sans-serif;
    padding: 4px 5px;
    width: max-content;
    border-radius: 0px;
    left: auto!important;
    right: auto!important;
    font-weight: normal;
    text-transform: none;
}

.category-products .dostepnosc_info_list:not(.red), .product-block.extended-product-block-magento .dostepnosc_info_list:not(.red) {
font-size: 9px;
text-transform: none;
/*border-left: 1px solid #fff;*/
}

.category-products .flex_container_master_grid2 .dostepnosc_info_list:not(.red){
font-size: 8px;
text-transform: none;
}

.category-products .flex_container_master_grid2 .dostepnosc_info_list:not(.red) .transport_vehicle_availability{
width: 15px;
}

.category-products .dostepnosc_info_list:nth-child(n+2), .product-block.extended-product-block-magento .dostepnosc_info_list:nth-child(n+2){
border-left: 2px solid #fff;
}

.product-info .availability span{
    font-family: "RobotoMedium", sans-serif;
}

.dostepnosc_info_list.red{
font-family: 'RobotoRegular', sans-serif;
font-weight: normal;
line-height: 25px;
/*color: #000;*/
}
.dostepnosc_info_list{
left: 0!important;
right: 0!important;
}
.availability.in-stock .dostepnosc_info_list{
margin-top: 0px;
margin-left: 0px !important;
}

.dostepnosc_info_list{
color: #63ba49;
font-size:11px;
font-weight:600;
/*margin: 0px 3px 3px 3px;*/
margin: 0;
position: relative;
transform: none;
float: left;
}

@media (max-width: 768px) {
.availability.in-stock .dostepnosc_info_list:nth-child(n+2):not(:first-child){
margin-left: 3px !important;
}
.availability.in-stock .dostepnosc_info_list{
margin-top: 3px;
}
}

@media (min-width: 769px) {
.availability.in-stock .dostepnosc_info_list:nth-child(n+3){
margin-left: 3px !important;
}
.availability.in-stock .dostepnosc_info_list:last-child{
margin-top: 0;
}
}

.dostepnosc_info_list.red{
color: #e5332a;
}

.amstockstatus bred, #amstockstatus-status bred{
color: #e5332a;
}
.availability.in-stock.root-container{
display: inline-flex;
flex-wrap: wrap;
}
@media (max-width: 768px) {
.dostepnosc_info_list:not(.red) {
    font-size: 10px;
}
}





.quick-access-in-cart a.top-class{
margin-left:10px;
font-family: 'RobotoRegular', sans-serif;
font-size: 13px;
text-align: center;
line-height: 32px;
position: relative;
background-position: top;
height: 32px;
margin-right: 0px;
text-indent: 0;
background-repeat: no-repeat;
}

.quick-access-in-cart a img{
width: 24px;
}

.quick-access-in-cart a.top-class{
width: auto;
display: block;
}
.quick-access-in-cart{
position: relative;
top: 6px;
}


#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn){
background-color: #000000 !important;
border-color: #000000 !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler{
background-color: #000000 !important;
border-color: #000000 !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link{
color: #000000 !important;
border-color: #000000 !important;
}
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{
background-color: #cdf2d2 !important;
border: 1px solid #59be38 !important;
}
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{
background-color: #2fb33f !important;
border-color: #0d641b !important;
}

@media (max-width: 991px) {
#never_div_blog_absolute{
position: relative !important;
display: block !important;
}
}

#___ratingbadge_0{
vertical-align: middle !important;
}
#firecheckout-form #checkout-shipping-method-load .sp-methods .no-display{
display: inline;
padding-left: 25px;
}
#firecheckout-form #checkout-shipping-method-load .sp-methods .no-display #s_method_tablerate_bestway{
top: 10px;
}
.ves-megamenu .navbar-nav > li.active a{
color: #000;
}

.checkForColorSwatches{
position: absolute;
}
.checkForColorSwatches::before{
color: #3f9525;
position: absolute;
top: 1px;
left: 2px;
font-size: 15px;
text-shadow: 0 0 2px #000;
display: none;
}
.CenaZostatnich30dni_container{
display: block; 
color: #8d8d8d;
margin-bottom: 10px; 
font-size: 12px;
}
.InfoOpinieRODO{
display: block;
margin-bottom: 30px;
font-size: 12px;
}

.deal_detail_num .yousave_deal_detail_num{
color: #e7352b !important;
font-size: 25px !important;
font-family: 'RobotoBold', sans-serif !important;
font-weight: 900 !important;
}

#shopping-cart-table .cart-price .price{
padding: 0 5px;
}



@media (max-width: 768px) {
.cart .button.btn-proceed-checkout.btn-checkout{
width: 100%;
font-size: 13px !important;
}
.firecheckout-set button.btn-checkout{
width: 99% !important;
margin:2px !important;
}
.firecheckout-set button.btn-checkout span span{
font-size: 14px !important;
}
.product-info .product-options-bottom .price{
font-size: 18px;
}
}

#tm_secure_order{
    font-size: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px;
    background-color: #3f9525;
    color: #fff;
    margin-top: 5px;
    border-radius: 3px;
}
@media (max-width: 768px) {
#tm_secure_order{
    font-size: 11px;
    padding: 5px; 
}
}

.shop_boottom_zahlung_systeme img{
max-width: 100%;
height: auto !important;
max-height: 40px;
}

.iconpay-custom{
padding-top: 0px;
padding-bottom: 20px;
}

.product-options-bottom #amstockstatus-status{
padding-bottom: 0px;
}

.bottom_product_czas_przygotowania{
color: #819800;
font-family: 'RobotoBold';
text-transform: uppercase;
}

.bottom_product_czas_przygotowania .smallfontFilter{
font-size:12px;
font-family: 'Roboto';
text-transform: none;
}

.product_page_fa_circle_info{
color: #000 !important;
font-size:16px;
cursor: pointer;
margin-left:5px;
}

.product-options-bottom #amstockstatus-status{
display: inline-block;
font-family: 'RobotoBold';
text-transform: uppercase;
font-weight: normal;
}

#tab-description.block-description div.std img#zoom_01, #tab-description.block-description div.std img#zoom_02, #tab-description.block-description div.std img#zoom_03{
margin-left: auto;
margin-right: auto;
}
#tab-description.block-description #dodatkowe_tapicerki_section_after img#zoom_01{
margin-left: auto;
margin-right: auto;
}
#tab-description.block-description div.std a.colorbox{
float:none !important;
}

.link_wzornik_tapicerek_premium{
margin-left:5px;
font-size:10px;
border-color:#9c9c9c;
border-radius:100px;
border-style:solid;
border-width:1px;
padding:5px 10px;
}

.post-block .blog-descriptons .latest-description{
min-height: 220px;
}

#all-reviews .all-reviews-summary p{
padding: 0;
margin: 0;
}

#all-reviews #all-reviews-table div.review-body p{
font-style: italic;
}

#all-reviews #all-reviews-table .review-body a.product-image{
padding-right: 25px;
}

#all-reviews #all-reviews-table td.first{
padding-right: 40px;
}

#all-reviews #all-reviews-table td:not(.first){
padding-left: 40px;
}

@media (max-width: 991px) {
#all-reviews #all-reviews-table td.first{
padding-right: 10px;
}

#all-reviews #all-reviews-table td:not(.first){
padding-left: 10px;
}
}

#all-reviews table td.last, #all-reviews table th.last{
border: none !important;
}

#all-reviews-table div.review-heading strong, #all-reviews-table div.review-heading em {
color: #000;
font-weight: normal;
font-family: 'RobotoMedium';
}

#all-reviews #all-reviews-table div.review-heading{
color: #000;
}

#all-reviews .all-reviews-summary-text{
font-size: 14px;
font-family: 'Roboto';
line-height: 30px;
padding-bottom: 10px;
}

#all-reviews .average-rating{
font-size: 14px;
font-family: 'RobotoLight';
line-height: 50px;
}

@media (max-width: 768px) {
#all-reviews .all-reviews-summary-text{
font-size: 14px;
font-family: 'Roboto';
line-height: 30px;
padding-bottom: 10px;
}

#all-reviews .average-rating{
font-size: 14px;
font-family:  'RobotoLight';
line-height: 50px;
}
#all-reviews{
text-align: center;
}
}




#ves-breadcrumbs .breadcrumbs{
min-height: 20px;
line-height: 20px;
font-size: 10px;
}
#ves-breadcrumbs{
margin-bottom: 8px;
margin-top:8px;
font-family: "Roboto", sans-serif;
}
.MagicScroll .mcs-item {
margin: 5px 5px;
/*border: 3px solid #fff;*/
border: none;
box-shadow: 0px 0px 2px 0px;
}
.MagicThumb-expanded .mgt-caption {
color: #fff !important;
background-color: #000000 !important;
font: normal 11pt/1.5 'RobotoLight', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue',Helvetica !important;
}

div.MagicToolboxMainContainer{
display: flex;
align-items: center;
justify-content: flex-start;
}
.MagicScroll.MagicScroll-arrows-inside .mcs-vertical.mcs-button-arrow{
width: 50px;
height: 50px;
opacity: 0.8;
background-color: rgba(255,255,255,0.9);
border: 1px solid #707070;
}
.MagicScroll.MagicScroll-arrows-inside .mcs-horizontal.mcs-button-arrow{
width: 40px;
height: 40px;
opacity: 0.8;
background-color: rgba(255,255,255,0.9);
border: 1px solid #707070;
}
div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer{
padding-left: 0px !important;
margin-left: 40px !important;
}

@media (max-width: 768px) {
div.MagicToolboxMainContainer{
justify-content: flex-start;
}
div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer{
padding-left: 0px !important;
margin-left: 0px !important;
}
.MagicScroll .mcs-item {
/*height: 95% !important;*/
width: 49% !important;
height: auto !important;
}
}
@media (min-width: 769px) {
.MagicScroll:not(.ProductDescriptionThumb) .mcs-item {
/*width: 95% !important;*/
width: auto !important;
height: auto !important;
}
.MagicScroll.ProductDescriptionThumb .mcs-item {
/*height: 95% !important;*/
width: auto !important;
height: auto !important;
}
.MagicScroll-vertical{
width: auto !important;
}
}
.MagicToolboxContainer .MagicScroll-horizontal{
min-height: 230px !important;
height: 230px !important;
margin: 0 !important;
}
div.MagicToolboxMainContainer{
overflow: hidden;
}
.product-info .image-container{
padding: 0;
}
.product-view.product-info .product-essential.row .col-sm-12, .product-view.product-info .product-essential.row .col-xs-12{
padding-left: 30px;
padding-right: 30px;
}
.product-view.product-info .product-essential.row .col-sm-12.grid-product-firstcolumn, .product-view.product-info .product-essential.row .col-xs-12.grid-product-firstcolumn{
padding-left: 10px;
}
.product-view.product-info .product-essential.row .col-sm-12.product-shop.product-view, .product-view.product-info .product-essential.row .col-xs-12.product-shop.product-view{
padding-right: 10px;
}
@media (max-width: 768px) {
.product-view.product-info .product-essential.row .col-sm-12, .product-view.product-info .product-essential.row .col-xs-12,
.product-view.product-info .product-essential.row .col-sm-12.grid-product-firstcolumn, .product-view.product-info .product-essential.row .col-xs-12.grid-product-firstcolumn,
.product-view.product-info .product-essential.row .col-sm-12.product-shop.product-view, .product-view.product-info .product-essential.row .col-xs-12.product-shop.product-view{
padding-left: 0px;
padding-right: 0px;
}
.MagicToolboxSelectorsContainer{
height: 230px !important;
min-height: 230px !important;
max-height: 230px !important;
display: flex !important;
margin-bottom:0px !important;
}
}
.MagicThumb#dostawki_magicthumb img{
max-width: 100%;
height: auto;
}

.MagicToolboxMainContainer .MagicThumbsArrow .mcs-button.mcs-button-arrow{
  border-radius: 25px !important;
}

.MagicToolboxMainContainer .MagicThumbsArrow .mcs-button.mcs-button-arrow.mcs-button-arrow-prev:before{
  left: 55% !important;
}

.MagicToolboxMainContainer .MagicThumbsArrow .mcs-button.mcs-button-arrow.mcs-button-arrow-next:before{
  left: 45% !important;
}
.MagicThumb img{
  animation: fadeInRight ease 1s;
}





 .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInRight {
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
  }
  @keyframes fadeInRight {
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
  }


.MagicThumbsArrow .mcs-button-arrow-prev {
    left: 15px;
    right: auto;
    top: 0;
    bottom: 0;
}

.MagicThumbsArrow .mcs-button-arrow-next {
    left: auto;
    right: 15px;
    top: 0;
    bottom: 0;
}

.MagicThumbsArrow .mcs-button-arrow {
    width: 50px;
    height: 50px;
    top: 0;
    opacity: 0.8;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #707070;
}

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow{
   border-radius: 25px !important;
}

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before{
   width: 12px !important;
   height: 12px !important;
}
.MagicScroll-vertical .mcs-button-arrow-next:before{
   top: 45% !important;
}

.MagicScroll-vertical .mcs-button-arrow-prev:before {
   top: 55% !important;
}

.MagicScroll-horizontal .mcs-button-arrow-prev:before{
   left: 55% !important;
}

.MagicScroll-horizontal .mcs-button-arrow-next:before{
   left: 45% !important;
}

.MagicThumbsArrow .mcs-button-arrow-prev:before {
    left: 62%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg);
}

.MagicThumbsArrow .mcs-button-arrow-next:before {
    left: 40%;
    -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
    transform: translate(-50%, -50%) rotateZ(135deg);
}

.MagicThumbsArrow .mcs-button-arrow-prev:before, .MagicThumbsArrow .mcs-button-arrow-next:before{
    content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    border-width: 3px;
    border-color: rgba(49,51,61,0.6);
    border-style: solid;
    border-right: none;
    border-bottom: none;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

@media (min-width: 769px) {
.MagicThumbsArrow .mcs-button-arrow-prev {
   left: 325px;
}
.MagicThumbsArrow .mcs-button-arrow-next {
   right: 35px;
}
}







.tm-checkoutsuccess-bottom .checkoutsuccess-block-wrapper .order-items.order-details .data-table col{
width: fit-content !important;
}

.tp-leftarrow.tparrows.default.round, .tp-rightarrow.tparrows.default.round{
display: block!important;
margin-top: 10px !important;
}

.product-options#product-options-wrapper dd.last .swatches-container .row{
clear: left;
}

@media (max-width: 768px) {
#ves-slideshow.fullP .tp-bullets{
display: none;
}
}




#products-grid.products-block .wrap-item {
    /*height: 850px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}
.box-up-sell .wrap-item, .block-up-sell .wrap-item{
   /*height: 700px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}

.product-block .image .product-image img, .product-block .image .hover-image img{
    width: 100%;
    max-width: 600px;
    height: auto;
}
.owl-wrapper .product-block .image .product-image img, .owl-wrapper .product-block .image .hover-image img,
#cart-sidebar .product-block .image .product-image img, #cart-sidebar .product-block .image .hover-image img{
    width: auto;
    max-width: 97%;
    height: auto;
}
.extended-product-block-magento:hover.disable-hover-on-mobile, .extended-product-block-magento.hovered{
left: 0px;
width: 100%;
}
@media (min-width: 769px) and (max-width: 1199px) {
#products-grid.products-block .wrap-item {
   /*height: 650px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}
.box-up-sell .wrap-item, .block-up-sell .wrap-item{
   /*height: 600px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}
.extended-product-block-magento:hover.disable-hover-on-mobile, .extended-product-block-magento.hovered{
left: 0px;
width: 100%;
}
}
@media (max-width: 768px) {
.extended-product-block-magento:hover.disable-hover-on-mobile, .extended-product-block-magento.hovered{
left: 0px;
width: 100%;
}
}

@media (min-width: 500px) and (max-width: 768px) {
#products-grid.products-block .wrap-item {
   /*height: 830px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}
.box-up-sell .wrap-item, .block-up-sell .wrap-item{
   /*height: 800px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}
}
@media (min-width: 400px) and (max-width: 499px) {
#products-grid.products-block .wrap-item, .box-up-sell .wrap-item, .block-up-sell .wrap-item {
   /*height: 750px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}
.box-up-sell .wrap-item, .block-up-sell .wrap-item{
   /*height: 700px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}
}
@media (max-width: 399px) {
#products-grid.products-block .wrap-item {
   /*height: 650px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}
.box-up-sell .wrap-item, .block-up-sell .wrap-item{
   /*height: 600px;*/
   height: auto;
   margin-bottom: 25px;
   margin-top: 25px;
}
}

.row.visible-sm.visible-xs .container .offcanvas-sidebars-buttons{
display: none;
}

#home-intro h1.home_h1tag_promocje span{
color: #c68738;
}

#home-intro h1.home_h1tag_promocje {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: 'RobotoBold',sans-serif;
    font-weight: 500;
    color: #232323;
}

#home-intro .separateline {
    width: 100px;
    display: block;
    border-bottom: solid 1px #000000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

#home-intro .home_h2tag_first{
font-family: 'RobotoLight';
font-size:17px;
margin-bottom:39px;
}

#home-intro h2.home_h2tag_promocje{
margin-bottom: 15px;
}

@media (min-width: 769px) {
.hidedesktop{
display: none;
}
}


#content>.fullP{
padding-top: 0;
}
@media (min-width: 768px) {
#content>.fullP{
padding-top: 0;
}
}







/* START Wyłączamy w layoucie rozwijalny blok z produktem (pokazywane dodatkowe rozmiary i ikonki z dostępnością) po najechaniu myszą na dany produkt - strona kategorii */


.product-block:hover.disable-hover-on-mobile .my_extended_grid, .product-block.hovered .my_extended_grid{
/*white-space: nowrap;*/
}


.product-block:hover.disable-hover-on-mobile .my_extended_grid, .product-block.hovered .my_extended_grid{
    /*visibility: visible;
    display: inline-block;
    margin-top:2px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-top:1px solid #d6b469;*/
    
    visibility: hidden;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

.product-block .my_extended_grid{
    visibility: hidden;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);

}
.extended-product-block-magento{
/*border-bottom: 1px solid rgba(192,137,57,0.3);*/
border-bottom: 1px solid #fff;
}
.extended-product-block-magento:hover.disable-hover-on-mobile, .extended-product-block-magento.hovered{
/*width:120%;
left:-10%;
-webkit-transition: none;
transition: none;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
border: solid 1px #c08939;*/

/*width: 100%;
left: 0;
-webkit-transition: none;
transition: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: none;*/
-webkit-box-shadow: 0px 0px 2px 0px rgba(192,137,57,0.3);
box-shadow: 0px 0px 2px 0px rgba(192,137,57,0.3);
border: solid 1px rgba(192,137,57,0.3);
/*border: none;*/
}
.extended-product-block-magento:hover.disable-hover-on-mobile .image img{
/*width:100%;
height:100%;
-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);*/



-moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
.extended-product-block-magento:hover.disable-hover-on-mobile .image{
/*width:100%;*/
/*height:100%;*/

}
.extended-product-block-magento .ves-colorbox{
left: calc(50% - 78px);
}



/* KONIEC Wyłączamy w layoucie rozwijalny blok z produktem (pokazywane dodatkowe rozmiary i ikonki z dostępnością) po najechaniu myszą na dany produkt - strona kategorii */



.row.products-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  grid-gap: 0 30px;
}
.row.products-row .layerslider-wrapper{
grid-column: span 4;
}
.box-up-sell .row.products-row, .block-up-sell .row.products-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 30px;
}


.btncols.btn3col, .btncols.btn4col, .btncols.btn5col{
display: inline-block;
}
.btncols.btn1col, .btncols.btn2col{
display: none;
}

@media (max-width: 1560px) {
.row.products-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 30px;
}
.row.products-row .layerslider-wrapper{
grid-column: span 3;
}
.box-up-sell .row.products-row, .block-up-sell .row.products-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 30px;
}
}


@media (max-width: 1160px) {
.row.products-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 30px;
}
.row.products-row .layerslider-wrapper{
grid-column: span 2;
}
.box-up-sell .row.products-row, .block-up-sell .row.products-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 30px;
}
}


@media (max-width: 768px) {
.row.products-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0 10px;
}
.row.products-row .layerslider-wrapper{
grid-column: span 1;
}
.box-up-sell .row.products-row, .block-up-sell .row.products-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0 10px;
}
.btncols.btn3col, .btncols.btn4col, .btncols.btn5col{
display: none;
}
.btncols.btn1col, .btncols.btn2col{
display: inline-block;
}
}

.row.products-row ._item.product-col{
padding-left: 0px;
padding-right: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.products-block#products-grid{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#columns .container{
   padding-left:0;
   padding-right: 0;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
/*padding-left: 5px;
padding-right: 5px;*/
padding-left: 0;
padding-right: 0;
}

.btncols{
border: none;
border-radius: unset;
padding-left: 0px;
padding-right: 0px;
margin: 0 5px;
}

.btncols img{
width: 30px;
height: auto;
opacity: 0.5;
}

.btncols img:hover{
opacity: 1;
}

.btncols img.active{
opacity: 1;
}

.toolbar {
    margin: 40px 0 !important;
    border: none;
}

.toolbar .sorter {
   line-height: 45px;
}

.block_container_for_sticky{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.toolbar .sort-by {
    border: none;
    padding-right: 10px;
    width: auto !important;
    line-height: 45px;
}

.toolbar label {
    color: #000;
    font-family: 'RobotoRegular';
    font-size: 14px;
}

.toolbar .sort-by select {
    width: auto;
    height: auto;
    padding: 4px 2px 4px 6px;
    line-height: 30px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'RobotoBold';
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.toolbar .sort-by .sortarrow{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.dostepnosc_info_list.discount_on_category_page, .dostepnosc_info_list.discount_on_product_page{
    background-color: #c08939;
    padding: 4px 8px;
}

.dostepnosc_info_list.discount_on_category_page{
margin-left: auto;
padding: 4px 4px;
}

.dostepnosc_info_list.discount_on_product_page{
    position: absolute;
    right: 30px !important;
    z-index: 10;
}

@media (max-width: 768px){
.dostepnosc_info_list.discount_on_product_page{
    right: 0px !important;
}
}

.product-view .short-description1 .std .extended_bottom_product_images{
   display: none;
}

.product-block .image .hover-image{
   transform: none;
   opacity: 0;
   padding-top: 0;
}
.product-block .image:hover .hover-image{
   transform: none;
   opacity: 1;
}
.row.products-row .layerslider-wrapper{
   margin-bottom: 25px;
   margin-top: 25px;
}

@media (max-width: 768px){
.product-info .product-view {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 40px;
}

.product-info .product-options{
   /*padding: 10px;*/
}
.block-description .MagicScroll .mcs-item{
   width: auto !important;
   margin: 3px;
}
.addons_icon_list img{
   max-height: 25px !important;
}
}

.transport_vehicle_availability{
    width: 18px; 
    transform: rotateY(180deg); 
    margin-right: 2px;
}

.container-fluid{
   padding-left: 25px;
   padding-right: 25px;
}

@media (max-width: 768px){
.container-fluid{
   padding-left: 5px;
   padding-right: 5px;
}
}
.ves-megamenu .navbar-nav > li > a span{
padding: 12px 12px;
font-weight: normal !important;
text-transform: none;
}

.ves-megamenu .navbar-nav>li>a{
top: -8px;
}

.top-search .form-search input {
    padding: 6px 12px;
    border: 1px solid transparent;
    font-size: 12px;
    width: 100%;
    height: auto !important;
    background: transparent;
    border-color: #fff;
    color: #fff;
    border-radius: 3px;
    padding-left: 25px;
}

.top-search{
   top: 6px;
}

.offcanvas-menu ul.megamenu>li>a{
   text-transform: none;
   font-family: 'RobotoMedium';
}

.offcanvas-menu ul.megamenu>li>a .caret{
display: none;
}

.top-search .form-search button.button-search{
   background: transparent url(/img/icons/search_18px.svg) center center no-repeat;
   padding-right: 5px;
   padding-left:5px;
}

.cart-top #cart .shopping-cart-icon .number-total .number-items {
    border-radius: 50%;
    background: #fff;
    top: -1px;
    right: -13px;
    font-size: 8px;
    font-weight: normal;
    color: #000;
    padding: 2px 5px;
}

@media (max-width: 767px) {
    .top-icons a:first-of-type {
        margin-left: 0;
        margin-right: 0;
    }
   .quick-access-in-cart a.top-class{
       margin-left: 10px;
   }
   .top-icons {
        margin-bottom: 15px;
    }
   .top-search .form-search{
    margin-top: 0px !important;
    }
}

#bannercontainertopcontainer1 .rev_slider.fullscreenbanner ul li > img{
    display: none;
}
html{
    min-width: 100vw;
}

.ves-megamenu .dropdown-menu li a{
padding: 10px;
position: relative;
}

.ves-megamenu .menu_produkty_piktogramy .dropdown-menu li{
max-width: none;
}

.ves-megamenu .dropdown-menu .menu-title, #menu-offcanvas .dropdown-menu .menu-title{
margin-bottom: 0;
font-family: 'Roboto';
color: #000;
}

.menu_produkty_piktogramy .menu-icon, .ves_menu_pos_relative.pik .menu-icon {
    display: inline-block;
    line-height: 50px;
    padding-left: 60px;
    width: auto;
    height: 50px;
    background-position: left center !important;
}

.ves-megamenu .mega-col .mega-col-inner>ul>li>a {
    clear: both;
    color: #555;
    display: block;
    line-height: 50px !important;
    width: auto !important;
}

.ves-megamenu .kolekcje_id20 .dropdown-menu li{
max-width: none;
}

.mobile_expand_plus, .mobile_expand_plus0{
right: 50px;
top: 0px;
line-height: 51px;
}

.mobile_expand_plus img, .mobile_expand_plus0 img{
width: 24px;
}
.menu_additional_flag_nowosc{
    top: 27%;
    right: 0px;
    position: absolute;
}

#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner .menu-title{
line-height: 50px;
}

#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner{
padding: 0 15px;
}

.ves-megamenu .dropdown-menu .menu-content>p.piktogram-megamenu-title, #menu-offcanvas .dropdown-menu .menu-content>p.piktogram-megamenu-title{
    font-family: 'RobotoBold';
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #000;
}

@media (max-width: 767px) {
#menu-offcanvas .dropdown-menu .menu-content>p.piktogram-megamenu-title{
margin-top: 30px;
}
}

.pricebrutto_display_on_product_page{
font-size: 12px;
}

#koszty_dostawy_strona_produktu{
font-size: 13px;
}

#koszty_dostawy_strona_produktu span:first-child{
font-family: 'RobotoRegular';
}

@media (max-width: 767px) {
#koszty_dostawy_strona_produktu span:first-child{
font-size: 12px;
}
#koszty_dostawy_strona_produktu span:nth-child(2){
font-size: 11px;
}
#koszty_dostawy_strona_produktu i.fa{
font-size:1.7em;
}
}

#koszty_dostawy_strona_produktu i.fa{
font-size: 16px;
}

.excluded_island{
font-size: 10px;
}

.extended_sku_magento{
font-weight: normal;
}

.product-block .product-meta{
padding: 0 0 0 5px;
}

.price{
    color: #c08939;
    font-size: 15px;
    font-family: "RobotoMedium", sans-serif;
    font-weight: normal;
    line-height: 20px;
}

.price .price-old .price, .price .old-price .price {
    color: #000;
    font-size: 15px;
    font-weight: normal !important;
}
.price .price-old, .price .old-price{
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

.product-block .price p.special-price{
   /*padding-left: 8px;*/
}

.price_clock_icon{
margin-left: 8px;
vertical-align: unset;
position: relative;
top:3px;
}

.product-info .price {
font-size: 18px;
}

.product-info .review>div{
margin-bottom: 20px;
}

.price-box .price-label{
display: none;
}

.price-box .old-price{
margin-right: 10px;
}

.product-info .description{
color: #000;
}

body{
color: #000;
}

.product-options-bottom .button, .btn-proceed-checkout{
background-color: #c68738;
border: #c68738;
}

.firecheckout-set button.btn-checkout, .firecheckout-set button.btn-primary, .firecheckout-window button.button{
background-color: #c68738 !important;
border: #c68738 !important;
}

.owl-carousel .price-box .old-price{
display: inline-block;
}

.owl-carousel .owl-item p.product-name a{
color: #000;
font-family: "Roboto", sans-serif;
}
.product-info .rating-box{
margin-top: 0px;
}
.rating-box{
width: 80px;
height: 18px;
background: url(/skin/frontend/ves_sunstyle/default/images/rating-blank-star.svg) no-repeat;
}
.rating-box .rating {
background: url(/skin/frontend/ves_sunstyle/default/images/rating-full-star.svg) no-repeat;
height: 18px;
}
.review .ratings .rating-links a, .review .ratings .rating-links .separator{
color: #c08939;
font-size: 12px;
font-family: "Roboto", sans-serif;
}
.review .ratings .rating-links a:hover{
text-decoration: underline;
}

#menu-offcanvas .button-close-menu{
background: url('/images/close_24dp_white.svg') no-repeat;
width: 24px;
height: 24px;
}

#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li{
border-bottom: 1px solid #cfcfcf;
}

.swatches-container .swatch-img.current{
border: 3px solid #819800 !important;
box-shadow: 0 0 3px 0px #819800 !important;
}




#ves-footer .footer-center .container{
    background-color: #58675c;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

#ves-footer .footer-center .inner, #ves-footer .footer-center .inner a{
color: #fff !important;
font-family: "Roboto", sans-serif;
font-weight: normal;
}

#ves-footer .block .block-title{
color: #fff;
font-size: 15px !important;
font-family: "RobotoMedium", sans-serif;
font-weight: normal;
}

#ves-footer .footer-center img{
filter: grayscale(1) brightness(1.5);
}

#ves-footer .footer-center .inner{
padding-top: 80px !important;
}


#ves-footer .col-xs-1, #ves-footer .col-sm-1, #ves-footer .col-md-1, #ves-footer .col-lg-1, #ves-footer .col-xs-3, #ves-footer .col-sm-3, #ves-footer .col-md-3, #ves-footer .col-lg-3, #ves-footer .col-xs-4, #ves-footer .col-sm-4, #ves-footer .col-md-4, #ves-footer .col-lg-4, #ves-footer .col-xs-5, #ves-footer .col-sm-5, #ves-footer .col-md-5, #ves-footer .col-lg-5, #ves-footer .col-xs-6, #ves-footer .col-sm-6, #ves-footer .col-md-6, #ves-footer .col-lg-6, #ves-footer .col-xs-7, #ves-footer .col-sm-7, #ves-footer .col-md-7, #ves-footer .col-lg-7, #ves-footer .col-xs-8, #ves-footer .col-sm-8, #ves-footer .col-md-8, #ves-footer .col-lg-8, #ves-footer .col-xs-9, #ves-footer .col-sm-9, #ves-footer .col-md-9, #ves-footer .col-lg-9, #ves-footer .col-xs-10, #ves-footer .col-sm-10, #ves-footer .col-md-10, #ves-footer .col-lg-10, #ves-footer .col-xs-11, #ves-footer .col-sm-11, #ves-footer .col-md-11, #ves-footer .col-lg-11, #ves-footer .col-xs-12, #ves-footer .col-sm-12, #ves-footer .col-md-12, #ves-footer .col-lg-12{
padding-left: 15px;
padding-right: 15px;
}

#ves-footer .col-xs-2, #ves-footer .col-sm-2, #ves-footer .col-md-2, #ves-footer .col-lg-2{
/*padding-left: 5px;
padding-right: 5px;*/
padding-left: 0;
padding-right: 0;
}


@media (max-width: 991px) {
#ves-footer .col-xs-1, #ves-footer .col-sm-1, #ves-footer .col-md-1, #ves-footer .col-lg-1, #ves-footer .col-xs-3, #ves-footer .col-sm-3, #ves-footer .col-md-3, #ves-footer .col-lg-3, #ves-footer .col-xs-4, #ves-footer .col-sm-4, #ves-footer .col-md-4, #ves-footer .col-lg-4, #ves-footer .col-xs-5, #ves-footer .col-sm-5, #ves-footer .col-md-5, #ves-footer .col-lg-5, #ves-footer .col-xs-6, #ves-footer .col-sm-6, #ves-footer .col-md-6, #ves-footer .col-lg-6, #ves-footer .col-xs-7, #ves-footer .col-sm-7, #ves-footer .col-md-7, #ves-footer .col-lg-7, #ves-footer .col-xs-8, #ves-footer .col-sm-8, #ves-footer .col-md-8, #ves-footer .col-lg-8, #ves-footer .col-xs-9, #ves-footer .col-sm-9, #ves-footer .col-md-9, #ves-footer .col-lg-9, #ves-footer .col-xs-10, #ves-footer .col-sm-10, #ves-footer .col-md-10, #ves-footer .col-lg-10, #ves-footer .col-xs-11, #ves-footer .col-sm-11, #ves-footer .col-md-11, #ves-footer .col-lg-11, #ves-footer .col-xs-12, #ves-footer .col-sm-12, #ves-footer .col-md-12, #ves-footer .col-lg-12{
padding-left: 0px;
padding-right: 0px;
}

#ves-footer .col-xs-2, #ves-footer .col-sm-2, #ves-footer .col-md-2, #ves-footer .col-lg-2{
padding-left: 0px;
padding-right: 0px;
}
#ves-footer .footer-center .container{
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 1200px) {
#ves-footer .col-lg-offset-10{
padding: 0;
}
}
@media (min-width: 992px) {
#ves-footer .col-md-offset-10{
padding: 0;
}
}

#ves-footer .footer-nostyle .container{
background-color: #fff;
}

#ves-footer .block.venus-latest-block{
padding: 0;
height: 60px;
overflow: hidden;
}

#ves-footer .block.venus-latest-block .shop_boottom_zahlung_systeme{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    height: 60px;
    padding: 0 50px;
}
#ves-footer .block.venus-latest-block .showcase_rewievs_img{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    height: 60px;
    padding: 0 50px;
}
#ves-footer .block.venus-latest-block .showcase_rewievs_img .flexcenter{
    display: flex;
    justify-content: flex-end;
}
.showcase_rewievs_img img{
height: 50px;
max-width:100%;
}

@media (max-width: 991px) {
#ves-footer .block.venus-latest-block .shop_boottom_zahlung_systeme, #ves-footer .block.venus-latest-block .showcase_rewievs_img{
    padding: 0px;
    justify-content: center;
}
#ves-footer .block.venus-latest-block{
    height: 170px;
}
.showcase_rewievs_img img{
height: auto;
max-height: 60px;
margin: 0 10px;
}
#ves-footer .block.venus-latest-block .showcase_rewievs_img{
margin-top: 30px;
}
#ves-footer .block.venus-latest-block .showcase_rewievs_img .flexcenter{
    justify-content: center;
    box-sizing: border-box;
    padding: 0em;
}
}

#powered .container{
padding: 50px 30px;
background-color: #323a47;
font-size:11px;
}

#powered #copy-note a{
font-family: 'RobotoMedium', sans-serif;
}

#powered #copy-note{
padding-bottom: 15px;
}

#ves-footer{
padding-bottom:0;
}

#ves-footer .icon-pay .iconpay-custom{
padding: 0 15px;
position: relative;
top: -25px;
}

#ves-footer .icon-pay .iconpay-custom a{
margin-right: 30px;
}
#ves-footer .icon-pay .iconpay-custom a:last-child {
margin-right: 0px;
}

@media (max-width: 991px) {
#ves-footer .icon-pay .iconpay-custom{
position: static;
padding: 50px 0px;
}
}

#ves-footer .block.venus-latest-block img{
width: auto;
}

#ves-showcase {
    padding: 50px 0 50px 0;
}

#ves-showcase .container{
    background-color: #58675c;
    display: flex;
    align-items: center;
    min-height: 300px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px;
}

#ves-showcase .whywefooterinfo{
padding: 30px;
}

#ves-showcase .whywefooterinfo h3{
padding-bottom: 30px;
padding-top: 10px;
font-family: 'RobotoMedium', sans-serif;
font-weight: normal;
}

#ves-massbottom .block.module_1 .block-title, #ves-massbottom .block.module_0 .block-title, .block.venus-latest-block .block-title strong span, .block.carosel1 .block-title strong span, .block.carosel2 .block-title strong span{
text-align: center;
font-family: "EB Garamond", serif;
font-size: 30px;
font-weight: normal;
color: #000;
}

#ves-massbottom .block.module_1 .block-title, #ves-massbottom .block.module_0 .block-title{
margin-bottom: 50px;
}

.block.venus-latest-block .block-title strong:before{
content: none;
}

#ves-massbottom .block .block-content{
padding: 0;
}

.checkout-agreements .agreement-content{
height: auto;
}
.info-set{
background: none;
}
/*
#lbx-wrapper .breadcrumbs{
visibility: hidden;
}

#lbx-wrapper .lb-facet--weight{
display: none;
}

#lbx-wrapper .wrap-item .extended_sku_magento{
display: none;
}

#lbx-wrapper .wrap-item .extended_sku_magento + br{
display: none;
}
*/

#lbx-wrapper .infinite-wrap-single-item.item-tile{
padding-left: 5px;
padding-right: 5px;
}

body:not(.cms-home) #lbx-wrapper{
min-height: 900px !important;
}

.block.venus-latest-block .block-title strong{
padding:0;
}


.gmb_notghls .gmb_title{
background-color: #000; 
color: #fff; 
text-align: center; 
font-size: 14px; 
padding: 3px; 
text-transform: none; 
line-height: normal; 
font-family: RobotoLight; 
font-weight: normal;
}

.gmb_notghls .gmb_availability{
font-family: RobotoMedium; 
color: #70ab2a; 
text-transform: none; 
font-weight: normal; 
font-size: 13px; 
padding-left:5px;
}

.gmb_notghls .gmb_outer{
color: #000; 
margin: 25px 0; 
font-size: 13px;
}

.gmb_notghls .gmb_fa{
width: 20px; 
float: left;
}

.gmb_notghls .gmb_padding{
padding-left: 20px;
}

.gmb_notghls .gmb_hours{
float: left; 
width: 100px;
}

.gmb_notghls.gmb_pricetitle{
margin-bottom: 5px; 
display: block; 
font-size: 13px;
}

.gmb_noghls_buttons{
position: absolute;
right: 10px;
margin-top: 10px;
transition: opacity 0.5s ease-in-out;
}

.gmb_noghls_buttons .button{
display: block;
width: 170px;
height: 22px;
text-transform: none;
font-size: 12px;
text-align: center;
}

@media (max-width: 768px) {
.gmb_noghls_buttons .button{
width: 120px;
height: 20px;
font-size: 11px;
padding-left: 0;
padding-right: 0;
}
}

.gmb_noghls_other {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 1s ease, max-height 1s ease;
  clear: left;
}

.gmb_noghls_other.shown {
  opacity: 1;
  max-height: 800px;
}

@media (max-width: 768px) {
.product-block{
border: none;
}

.container .inner .category-info .page-title
{
padding: 15px;
}

.container .inner .category-info .category-description > div:not(.layerslider-wrapper)
{
padding: 20px 15px 0;
}

.container .inner .category-products .toolbar,
.container .inner .products-block .product-meta.product-shop
{
padding: 0 15px;
}
}

.wild_pure_oak_wood:nth-child(even) img {
  padding-left:10px;
}
.wild_pure_oak_wood:nth-child(odd) img{
  padding-right:10px;
}

@media (max-width: 768px) {
.wild_pure_oak_wood{
padding-top: 20px;
padding-bottom: 20px;
}
}

.block-description div[itemprop="description"] h2{
padding-top: 50px;
margin-bottom: 30px;
}

.flex_container_master_grid2 .dostepnosc_info_list.gwarancja_plakietka, .flex_container_master_grid5 .dostepnosc_info_list.gwarancja_plakietka{
display: none;
}

.introDescriptionOnProductPage{
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    color: #000;
    font-weight: normal;
    font-family: 'Roboto';
    margin: 20px 0 30px;
}

.swatches-container span b{
font-weight: normal;
}

.swatches-container .swatch-img[src*="szafkanocna_japandi_01_2"],  .swatches-container .swatch-img[src*="notte_collection_oak_night_stand_51_s_woodica_ 02"]{
margin-left: 62px;
clear: left;
}

.swatches-container.wersja:has(img[src*="szafkanocna_japandi"]) img, .swatches-container.wersja:has(img[src*="notte_collection_oak_night_stand"]) img {
float: left;
}

.product-options dl.last dt:not(:last-of-type){
clear:left;
}

.materace_stelaze_avail_icons_block .optionadditional_imgdost{
display: none;
}

.clearboth{
clear: both;
display: block;
height:25px;
width:100%;
}

.rightpaddingblock{
text-align: justify;
}

@media (min-width: 992px) {
.rightpaddingblock{
padding-right: 50px;
}
}

@media (min-width:769px) and (max-width: 992px) {
.rightpaddingblock{
padding-bottom: 25px;
}
}

.tooltipster-sidetip .tooltipster-content{
width: fit-content;
}


.type_of_wood_text{
    padding: 40px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.typy_of_wood_title{
    text-align: center;
    font-family: "EB Garamond", serif;
    font-size: 25px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 30px;
    line-height: 35px;
}
@media (min-width: 1199px) {
  .type_of_wood_text{
    min-height: 330px;
  }
}

.slot_slider{
   width: 100%;
}

.type_of_wood_sliderpadding{
  padding: 75px 0 50px 0;  
}

.type_of_wood_slidernopadding{
  padding: 50px 0 20px 0;  
}

@media (max-width: 768px) {
.type_of_wood_slidernopadding{
  padding: 0;  
}
.type_of_wood_sliderpadding {
  padding: 0;  
}
.type_of_wood_text{
padding: 0 40px;
}
.clearboth{
height: 2px;
}
}

img-comparison-slider {
    --divider-width: 3px;
    --divider-color: #fff;
    --default-handle-color: #fff;
    --default-handle-shadow: #000;
    --default-handle-width: clamp(40px, 10vw, 100px);
  }

.type_of_wood_outer_frame{
   padding-top: 50px;
}

img-comparison-slider .handle .default-handle path{
vector-effect: none !important;
}

.type_of_wood_container{
display: block;
margin-left: auto;
margin-right: auto;
max-width: 1190px;
}

.type_of_wood_sliderpadding svg{
/*position: absolute;*/
}

body.lb-search-initialized #parallaxImage video{
display: none;
}

.homepagevideo{
max-width: 100%;
}

@media (max-width: 768px) {
.homepagevideo{
height: 100vh;
max-width: none;
}
}

.tabs-group .tab-contents h2{
color: #000;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.woodica.sk/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.woodica.sk/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.woodica.sk/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.woodica.sk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.woodica.sk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.woodica.sk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.woodica.sk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.woodica.sk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.woodica.sk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
	z-index: 2147483646;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	/*overflow: auto;*/
	overflow: hidden;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 26px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 35px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}


/*Woodica stylize*/
.woodica-tooltip .tooltipster-content {
	font-size: 14px;
	font-family: RobotoRegular;
	line-height: 19px;
	padding: 18px 20px;
}
.woodica-tooltip .tooltipster-content b {
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 3px solid #8b8b8b;
	font-family: RobotoBold;
	line-height: 24px;
	padding-top: 3px;
	display: block;
	padding-bottom:5px;
}
.woodica-tooltip .tooltipster-content b span {
	text-transform: none;
}
.woodica-tooltip .tooltipster-content k {
	font-size: 22px;
	font-family: RobotoBold;
	line-height: 28px;
	color: #fff;
	float: right;
	padding-top:8px;
}
.woodica-tooltip .tooltipster-content img.optionadditional_imgdost{
	/*filter: hue-rotate(110deg);*/
}


.tooltipster-sidetip.woodica-tooltip .tooltipster-box {
	border-radius: 12px;
	border: 1px solid rgb(0, 0, 0);
	background: rgba(78,78,78,0.9);
	box-shadow: 0px 0px 2px #000000;
	/*position: relative;*/
}

.tooltipster-sidetip.woodica-tooltip .tooltipster-content {
	color: #fff
}

.tooltipster-sidetip.woodica-tooltip .tooltipster-arrow {
	height: 36px;
	margin-left: -18px;
	width: 36px
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.woodica-tooltip.tooltipster-right .tooltipster-arrow {
	height: 18px;
	margin-left: 0;
	margin-top: -9px;
	width: 9px
}

.tooltipster-sidetip.woodica-tooltip .tooltipster-box:after {
	/*content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 32px solid transparent;
	border-top-color: #4e4e4e;
	border-bottom: 0;
	border-left: 0;
	margin-left: -16px;
	margin-bottom: -32px;
	z-index: 2147483646;
	*/
}


.tooltipster-sidetip.woodica-tooltip .tooltipster-arrow-background {
	border: 18px solid transparent;
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #4e4e4e;
	top: 1px
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #4e4e4e;
	left: -1px
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #4e4e4e;
	left: 1px
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #4e4e4e;
	top: -1px
}

.tooltipster-sidetip.woodica-tooltip .tooltipster-arrow-border {
	border: 18px solid transparent
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #000
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #000
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #000
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -9px
}

.tooltipster-sidetip.woodica-tooltip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -9px
}




#all-reviews{padding: 0 10%;}

#all-reviews table{border: none;}

#all-reviews .rich-snippet-markup{ display: none; }

#all-reviews-table .clear{ clear: both; }
#all-reviews-table td{ border-bottom: 1px dashed #E2E2E2; padding: 10px; padding-bottom: 30px; border-left: 1px dashed #E2E2E2; border: none;}
#all-reviews-table td.first{ border-left: none !important; }

#all-reviews-table .review-body a.product-image{ float: left; padding-right: 15px; }
#all-reviews-table .review-body p{ padding-top: 10px; }
#all-reviews-table .review-heading{ padding-bottom: 10px; }

#all-reviews-table  .rating-box{ float: left; margin-right: 10px; }

#all-reviews-table  .individual-review{ padding: 12px; border-bottom: 1px solid #F2F2F2; border: none;}	
	
#all-reviews-table  .odd{ background: #faf9f9; }

#all-reviews-table  div.review-heading{ color: #777; margin-bottom: 5px; }
#all-reviews-table  div.review-heading strong{ color: #000 }

#all-reviews-table  div.review-body p{ margin: 0px; }

#all-reviews-table  div.form-add{ margin-top: 12px; }

#all-reviews-table .box-review-form h3{ font-size: 14px; font-weight: normal;}

#all-reviews-table .box-review-form h4{ font-size: 12px; display: none; }

#all-reviews-table .box-review-form .form-add .data-table{ margin: 15px 0px; }

.all-reviews-summary{ margin-bottom: 15px; }	
.all-reviews-summary p{ text-align: center; padding-top: 5px; padding-bottom: 30px; }	
.all-reviews-stars{ height: 37px; width: 165px; background: url(https://www.woodica.sk/skin/frontend/base/default/ekoim/allreviews/rating-blank-star.svg) no-repeat; margin: 0 auto; margin-bottom: 40px; background-size: contain;}	
.all-reviews-stars span{ display: block; height: 37px; background: url(https://www.woodica.sk/skin/frontend/base/default/ekoim/allreviews/rating-full-star.svg) no-repeat; background-size: contain;}
.mteo-theme-default #mteo_msg_error,
.mteo-theme-default #mteo_subscription_success_with_coupon,
.mteo-theme-default #mteo_subscription_success {
    display: none;
}

#mteo_popup_bg_layer {
    position: absolute;
    z-index: 2147483647;
    background: url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/mt/exitoffer/mteo_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: none;
}

#mteo_popup_content {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

/* Default theme */


/*Piotr Morawski MOD
@font-face {
    font-family: "Roboto";
    src: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/font/mt/exitoffer/roboto/Roboto-Light.woff2") format("woff2"), url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/font/mt/exitoffer/roboto/Roboto-Light.woff") format("woff"), url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/font/mt/exitoffer/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/font/mt/exitoffer/roboto/Roboto-Regular.woff2") format("woff2"), url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/font/mt/exitoffer/roboto/Roboto-Regular.woff") format("woff"), url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/font/mt/exitoffer/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/font/mt/exitoffer/roboto/Roboto-Bold.woff2") format("woff2"), url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/font/mt/exitoffer/roboto/Roboto-Bold.woff") format("woff"), url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/font/mt/exitoffer/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
}
*/
.mteo-theme-default select,
.mteo-theme-default label,
.mteo-theme-default input,
.mteo-theme-default a,
.mteo-theme-default {
    font-family: "Roboto", Arial, sans-serif;
}

.mteo-theme-default {
    width: 760px;
    height: auto;
    min-height: 480px;
    display: block;
    overflow: hidden;
}

.mteo-theme-default .mteo-text-row-1 {
    margin-top: 70px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

.mteo-theme-default .mteo-text-row-2 {
    margin: 14px 0 0 0;
    font-size: 100px;
    line-height: 90px;
    height: auto;
    overflow: hidden;
}

.mteo-text-row-3 {
    margin: 0px 0 0px 0;
    font-size: 32px;
    line-height: 38px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
}

 .mteo-theme-default .mteo-text-row-4 {
    margin: 0px 0 17px 0;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
}
.mteo-theme-default #mteo_subcription_form {
    height: auto;
    overflow: hidden;
    margin-bottom: 55px;
}
.mteo-theme-default .mteo-subscribe {
    margin: 50px 20% 0px;

    width: 60%;
    display: inline-block;
}

.mteo-theme-default .mteo-subscribe input#mteo_email {
    display: inline-block;
    float: left;
    width: 70%;
    height: 40px;
    background-color: #ffffff;
    border: 0;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #3d3d3d;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.mteo-theme-default .mteo-subscribe a#mteo_contact_submit,
.mteo-theme-default .mteo-subscribe a#mteo_submit {
    font-size: 16px;
    width: 30%;
    height: 40px;
    line-height: 36px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-weight: 300;

    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.mteo-theme-default .mteo-popup-close  {
    background: url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/mt/exitoffer/mteo-close.png') no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 16px;
    display: inline-block;
}

.mteo-theme-default #mteo_msg_error {
    margin: 15px 0 0 0;
    padding: 0 0 0 55px;
    background: url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/mt/exitoffer/mteo-error.png') no-repeat left top;
    font-size: 16px;
    display: none;
    text-align: center;
    min-height: 24px;
    line-height: 24px;
    max-width: 65%;
    height: auto;
    overflow: hidden;
}

.mteo-theme-default #mteo_subscription_success_with_coupon {
    margin: 100px 0 0 0;
    height: auto;
    overflow: hidden;
}

.mteo-theme-default .mteo-success-msg,
.mteo-theme-default #mteo_msg_success {
    font-size: 24px;
    font-weight: 300;
}


.mteo-theme-default .mteo-box-shop-now-button {
    padding: 40px 0;
}

.mteo-theme-default .mteo-box-shop-now-button a{
    padding: 25px 45px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    clear: both;
    text-decoration: none;
}
.mteo-theme-default #mteo_coupon_code {
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    padding: 20px 40px;
    margin: 30px 0 0 0;
    width: auto;
    border-style: dashed;
    border-width: 5px;
}

.mteo-theme-default .mteo-success-msg{
    margin: 140px 0 0 ;
    padding: 100px 0 0 0;
    background: url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/mt/exitoffer/mteo-success.png') no-repeat center top;
    height: auto;
    overflow: hidden;
}
.mteo-theme-default .mteo-success-msg span ,
.mteo-theme-default #mteo_msg_success span{
    font-size: 16px;
    display: block;
}

/* with additional fields */

.mteo-theme-default .mteo-form-with-additional#mteo_subcription_form {
    padding: 40px 0;
    height: auto;
    overflow: hidden;
}

.mteo-theme-default .mteo-form-with-additional .mteo-text-row-1 {
    margin-top: 0px;
}

.mteo-theme-default .mteo-form-with-additional .mteo-subscribe {
    margin-top: 35px;
}

.mteo-theme-default .mteo-form-with-additional input#mteo_email,
.mteo-theme-default .mteo-form-with-additional .mteo-additional-field {
    width: 70%;
    height: 30px;
    line-height: 28px;
    clear: both;
    margin: 0 auto 8px;
    border: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    color: #3d3d3d;
    float: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.mteo-theme-default .mteo-form-with-additional select.mteo-additional-field {
    padding: 0 15px 0 12px;
}
.mteo-theme-default .mteo-checkbox-after-form .checkbox-field input,
.mteo-theme-default .mteo-form-with-additional .checkbox-field input {
    width: auto!important;
    margin: 0 15px 0 0;
    float: left;

}
.mteo-theme-default .mteo-checkbox-after-form .checkbox-field label,
.mteo-theme-default .mteo-form-with-additional .checkbox-field label {
    float: left;
    font-size: 14px;

}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field,
.mteo-theme-default .mteo-form-with-additional .checkbox-field {
    width: 70%;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    display: block;
    float: left;
    margin: 0 15%;
    text-align: left;
}

.mteo-theme-default .mteo-form-with-additional textarea.mteo-additional-field {
    height: 57px;
    resize: none;
    line-height: 18px;
    padding: 10px 15px;
}


.mteo-theme-default .mteo-form-with-additional .mteo-subscribe a#mteo_contact_submit,
.mteo-theme-default .mteo-form-with-additional .mteo-subscribe a#mteo_submit {
    height: 40px;
    line-height: 40px;
    clear: both;
    margin: 20px auto 0;
    display: inline-block;
    float: none;
}

.mteo-theme-default .mteo-form-with-additional  .mteo-subscribe {
    margin: 15px 20% 0;
    height: auto;
    overflow: hidden;
}

/* YES NO buttons */
.mteo_buttons {
    margin: 15px 20% 0;
}

.mteo_yes,
.mteo_no {
    display: inline-block;
    padding: 18px 50px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    margin: 40px 10px 30px;
}

a.mteo_yes:hover,
a.mteo_no:hover {
    text-decoration: none;
}

.mteo_yes span,
.mteo_no span{
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.mteo-theme-default.mteo_content_yes_no {
    min-height: 460px;
}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field {
    position: relative;
    width: 100%;
    margin: 15px 0 15px;

}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field input {
    position: absolute;
    top:3px;
}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field label a,
.mteo-theme-default .mteo-checkbox-after-form .checkbox-field label a:hover{
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field label {
    padding-left: 30px;
    line-height: normal;
    height:auto;
    overflow: hidden;
    font-weight: normal;
}


.mteo-theme-default .mteo-checkbox-after-form .mteo-form-fields {
    position: relative;
    height:auto;
    overflow: hidden;
}
.mteo-theme-default .mteo-checkbox-after-form .mteo-subscribe a#mteo_submit {
    position: absolute;
    right: 0;
    top: 0
}


    /* contact form */



.mteo-theme-default.mteo_content_contact_form .mteo-text-row-1 {
    background: url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/mt/exitoffer/mteo-wait.png') no-repeat left center;
    margin-top: 0px;
    font-size: 100px;
    line-height: 110px;
    height: 110px;
    overflow: hidden;
    display: inline-block;
    padding-left: 110px;
    width: auto;
}

.mteo-theme-default.mteo_content_contact_form  .mteo-text-row-2 {
    margin: 0px 5%;
    font-size: 32px;
    line-height: 38px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
}

.mteo-theme-default.mteo_content_contact_form .mteo-text-row-3 {
    margin: 30px 0 15px 0;
    font-size: 17px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
    line-height: 20px;

}



@media only screen and (max-width: 790px) {
    #mteo_popup_content,
    #mteo_popup_content .mteo-theme-default {
        width: 100%;
    }

    #mteo_popup_bg_layer {
        width:100%;
        padding: 0 2%;
    }

    .mteo-theme-default .mteo_buttons {
        width: 80%;
        margin: 0px 10%;
    }
    .mteo-theme-default .mteo-subscribe {
        width: 60%;
    }

    .mteo-theme-default .mteo-subscribe,
    .mteo-theme-default .mteo-form-with-additional .mteo-subscribe {
        margin: 50px 10% 0;
    }

    .mteo-theme-default .mteo-text-row-2 {
        font-size: 80px;
        line-height: 80px;
    }

    .mteo-theme-default .mteo-text-row-3 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 650px) {

}
@media only screen and (max-width: 560px) {
    .mteo-theme-default .mteo-text-row-2 {
        font-size: 60px;
        line-height: 60px;
    }

    .mteo-theme-default .mteo-text-row-3 {
        font-size: 26px;
    }

    .mteo-theme-default .mteo_buttons,
    .mteo-theme-default .mteo-subscribe {
        width: 80%;
    }
}

@media only screen and (max-width: 520px) {
    .mteo-theme-default .mteo_no {
        margin-top: 0px;
    }
    .mteo-theme-default .mteo_yes {
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 460px) {


    .mteo-theme-default .mteo-subscribe {
        width: 90%;
    }

    .mteo-theme-default .mteo-subscribe,
    .mteo-theme-default .mteo-form-with-additional .mteo-subscribe {
        margin: 30px 5% 0;
    }

    .mteo-theme-default .mteo-text-row-2 {
        line-height: 50px;
    }

    .mteo-theme-default .mteo-subscribe a#mteo_contact_submit, .mteo-theme-default .mteo-subscribe a#mteo_submit {
        width: 40%;
    }

    .mteo-theme-default .mteo-form-with-additional input#mteo_email,
    .mteo-theme-default .mteo-form-with-additional .mteo-additional-field,
    .mteo-theme-default .mteo-checkbox-after-form .checkbox-field,
    .mteo-theme-default .mteo-form-with-additional .checkbox-field {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .mteo-theme-default .mteo-subscribe input#mteo_email {
        width: 100%;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    .mteo-theme-default .mteo-subscribe a#mteo_contact_submit,
    .mteo-theme-default .mteo-subscribe a#mteo_submit {
        display: inline-block;
        margin: 20px auto;
        float: none;
        clear: both;
    }
    .mteo-theme-default {
        min-height: 350px;
    }

    .mteo-theme-default .mteo-text-row-1 {
        margin-top: 40px;
    }

    .mteo-theme-default.mteo_content_contact_form .mteo-text-row-1 {
        font-size: 70px;
        line-height: 70px;
        height: 70px;
        padding-left: 80px;
        margin: 0 5%;
        background: url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/images/mt/exitoffer/mteo-wait-small.png') no-repeat left center;

    }

    .mteo-theme-default #mteo_msg_error {
        max-width: 90%;
        background: none;
        padding-left: 0;
    }

    .mteo-theme-default .mteo-checkbox-after-form .mteo-subscribe a#mteo_submit {
        position: relative;
    }

}
/**
 * Copyright 2016 The Valdecode Cookie Law Compliance Authors. All rights reserved.
 * Use of this source code is governed by a MIT-style
 * license that can be found in the LICENSE.txt file.
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; text-shadow: 1px 1px 0 #fff; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }


/*Piotr Morawski MOD*/
#v-cookielaw.v-box{
    max-width: 400px;
}



/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }


/*Piotr Morawski MOD*/

#v-cookielaw.v-dark-clean .v-button {
    border-color: #292929;
    border-bottom-color: #292929;
    background-color: #292929;
    background-image: linear-gradient(#505050, #383838);
}

#v-cookielaw.v-dark-clean .v-button:hover, #v-cookielaw.v-dark-clean .v-button:focus {
    background-color: #383838;
    background-image: linear-gradient(#444444,#383838);
}
#v-cookielaw.v-box .v-actions{
    width: 100%;
}
.vesclear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.vesclear {
	display: block;
}
 
html[xmlns] .vesclear {
	display: block;
}
 
* html .vesclear {
	height: 1%;
}

/**/
.colswrapper .itemcol{
	float:left;
    padding: 20px 0 40px;
	background:#FFF;
	width:100%;
    margin-bottom:20px;
    border-bottom: 1px solid #ddd;
}

.colswrapper .itemcol .blog-image img { min-width: 100%;}

.cols2 .itemcol{	width:45.2%;}
.cols3 .itemcol{	width:28%;}
.cols4 .itemcol{	width:22%;}
.cols5 .itemcol{	width:18%;}

.ves-description{	margin:10px 0; }

/* CATEGORY PAGE */
.blog-list .blog-childrent{	padding-bottom:16px;}

.blog-meta ul {
    margin:  10px 0;
    text-align: right;
    color: #909090;
    font-size: 12px;
}
.blog-meta ul li {
    padding-bottom: 5px;
    margin-bottom: 2px;
}
.blog-meta ul li span  { 
    font-size: 12px;
}

#colorbox, #cboxContent, #cboxLoadedContent{
	-moz-box-sizing: content-box;
}

.blog-image {
    text-align: center;
    margin-bottom: 20px;
}
.blog-item img {
    margin-bottom:  20px;
}
.blog-item {
    margin-bottom: 20px;
}
.blog-item .description {
    margin-bottom: 10px;
}

.blog-title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-readmore {margin-top: 20px;}

.blog-readmore a { padding: 10px 20px;}

/* DETAIL BLOG */
.blog-post .blog-meta ul {text-align: left;}
.blog-post .blog-meta ul li { display: inline-block; margin-right: 10px;}

.blog-post .blog-container{
	position:relative;
	padding-bottom:12px;
}

.blog-post div.blog-description {}


.blog-post .blog-social,
.blog-post .blog-comment, .blog-post .comment-form{ border-top:1px solid #DDD; padding:8px 0px; margin:16px 0 }

.blog-post .above-inputs input{ width:100%;}
.blog-post .above-inputs .input-box{ width:98%}
.blog-post .above-inputs li{ width:48%; float:left; clear:none }
.blog-post .above-inputs  li.email{float:right}
.blog-post .mid-inputs textarea{ width:99%;height:160px;}
.blog-post input:focus,.blog-post textarea:focus{background:#FFF}

.blog-post .blog-social  .social-sharing > div{ float:left}

.blog-extra {padding:8px 0 }
.blog-extra > div{ width:100%; float:left; }

.pages > div{ float:left; }

.below-inputs { margin-top: 20px;}
.comments-list .comment-date { color:#eb5767; padding-right: 10px;}


.comments-list li{ display:block; position:relative; min-height:80px; padding:8px 12px; }
.comments-list li:hover{}
.comments-list li.odd{ background:#F5F5F5 }
.comments-list .comment-link{	float:right;	font-size:11px; display:none; }
.comments-list li:hover .comment-link{ display:block}
.post-comments .pager{ padding:12px 0px }


/** MODULES STYLES ***/
	/* LATEST BLOG */
.venus-latest-block{
	position:relative;
}
	.venus-latest-block .post-item{
		margin:8px 6px;
	}
	.venus-latest-block img{
		float:left;
		width:100%;
	}
	.venus-latest-block div.post-image{
		overflow:hidden;
		float:left;
		padding-right:25px;
	}
	.venus-latest-block  .latest-description{	
		line-height:1.6em;
		overflow:hidden;
		font-size: 14px;
	}
.comment-author span { padding-right: 5px;}

/** CATEGORY MENU **/
.venus-blog-menu li { line-height: 30px; border-bottom: 1px solid #ddd}
.venus-blog-menu .parent > ul { padding-left:12px; }
.venus-blog-menu .parent .head a {
	
   background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/ves_blog/menu_down.gif") no-repeat scroll 0 0 #F6F6F6;
    color: #333333;
    display: block;
    height: 15px;
    margin-top: 5px;
    padding: 0;
    width: 15px;
}
.vescarousel{
	margin:0;
}
.vescarousel .carousel-control{
	top: 50%;
	margin: -10px 0;	
	background: transparent;
}
.vescarousel .carousel-control.left{
	left: -40px;
}
.vescarousel .carousel-control.right{
	right: -40px;
}

.block.ves-brandcarousel {
	margin-bottom: 0;
}
/** CAPTION */

.ves-caption.big-caption{	
	font-size: 48px;	
	color: #000000;
}

.ves-caption.big-caption{
	font-weight: bold;	
}

.ves-caption.normal-caption {
	font-weight: 300;
}

.typo-small{
	font-size: 24px;
	font-weight: 300;
}

.typo-big{
	font-size: 36px;
	font-weight: bold;	
}

.green{
	color: #58cbab;	
}

.orange{
	color: #e69268;
	font-size: 24px;
	font-weight: 300;
}

.black{
	color: #000000;
}

.gray{
	color: #737783;
}

.white{
	color: #FFFFFF;
}

.typo-small-white{
	color: #FFFFFF;
}

.typo-big-black{
	font-size: 48px;	
}

.vescontentslider {
	position:relative;
	margin-left: -30px;	
}
.vescontentslider .carousel-control {
 	font-size: 20px;
    height: 36px;
    line-height: 32px;
    width: 36px;
    top: 50%;
	margin-top: -15px;
    z-index: 1;
    opacity:0;
    color: #CCCCCC;
    transition:opacity 300ms ease-out;
    -webkit-transition:opacity 300ms ease-out;
    -moz-transition:opacity 300ms ease-out;
    -ms-transition:opacity 300ms ease-out;
    -o-transition:opacity 300ms ease-out;
}

.vescontentslider .carousel-control:hover{
	color: #000000;
}

.vescontentslider:hover .carousel-control{
	opacity:1;
}

.vescontentslider .carousel-control.left{
	left: 20px;
}

.vescontentslider .carousel-control.right{
	right: 20px;
}

.vescontentslider .carousel-indicators li.active {    
    cursor: default;	
    background-color: #ffffff;
    border-width: 3px;
}
.vescontentslider .carousel-indicators li {
    cursor: pointer;
    display: block;
    height: 15px;
    text-indent: -9999px;
    width: 15px;
	float:right;	
	margin: 0 3px 0 0;
}
.vescontentslider .carousel-inner{
	position:relative;
}

.vescontentslider .ves-caption{
	position:absolute;	
	z-index:4;
 	display: block;  	
    margin-left: auto;
    margin-right: auto;
    visibility: hidden; 	    
    margin: 0;
    padding:0;
    text-transform: uppercase;
 	line-height: normal;
}

.vescontentslider .top10{ top:10%; }
.vescontentslider .top15{ top:15%; }
.vescontentslider .top20{ top:20%; }
.vescontentslider .top25{ top:25%; }
.vescontentslider .top40{ top:45%; }

.vescontentslider .banner-info h3{
	color: #676767;
	background: #FFF;
	padding:8px 12px;
}
.vescontentslider .banner-info p{
	line-height: 20px;
	margin: 4px 0;
	background: #FFF;
	padding:8px 12px;
}
.vescontentslider:hover .banner-info{
	display: block;

}
.vescontentslider .carousel-indicators{
	position:absolute;
	bottom:10px;
	left: 50%;
	margin: 0 -350px;
}
.vescontentslider  .thumb-indicators li {
	text-indent:0; 
	display: block;
    float: left;
    height: 97px;
    margin: 3px;
    padding: 3px;
    width: 23%;
    z-index: 20;
}

.vescontentslider .caption-position-center {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.vescontentslider .caption-position-bottom {
	bottom:0px;
}
.vescontentslider .caption-position-left {
	left: 0px;
}
.vescontentslider .caption-position-right {
	right: 0px;
}
.bounce, .pulse, .floating, .tossing, .pullUp, .pullDown, .stretchLeft, .stretchRight{
	visibility: visible !important;	
}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/


.active .slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideUp
==============================================
*/


.active .slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideLeft
==============================================
*/


.active  .slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}			
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideRight
==============================================
*/


.active  .slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}			
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideExpandUp
==============================================
*/


.active  .slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;	
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}

/*
==============================================
expandUp
==============================================
*/


.active  .expandUp{
	animation-name: expandUp;
	-webkit-animation-name: expandUp;	

	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;		

	visibility: visible !important;	
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		transform: translateY(3%);
	}	
	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}	
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		-webkit-transform: translateY(3%);
	}	
	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}	
}

/*
==============================================
fadeIn
==============================================
*/

.active  .fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

/*
==============================================
expandOpen
==============================================
*/


.active  .expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.2s;	
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);		
	}
	50% {
		transform: scale(0.95);
	}	
	80% {
		transform: scale(1.05);
	}
	90% {
		transform: scale(0.98);
	}	
	100% {
		transform: scale(1);
	}			
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);		
	}
	50% {
		-webkit-transform: scale(0.95);
	}	
	80% {
		-webkit-transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(0.98);
	}	
	100% {
		-webkit-transform: scale(1);
	}					
}

/*
==============================================
bigEntrance
==============================================
*/


.active  .bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;			
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}		
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}				
}

/*
==============================================
hatch
==============================================
*/

.active  .hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}	
	65% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}	
	65% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}


/*
==============================================
bounce
==============================================
*/


.active  .bounce{
	animation-name: bounce;
	-webkit-animation-name: bounce;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 	
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(0.6);
	}
	60%{
		transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}	
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(0.6);
	}
	60%{
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}		
}


/*
==============================================
pulse
==============================================
*/

.active  .pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

/*
==============================================
floating
==============================================
*/

.active  .floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*
==============================================
tossing
==============================================
*/

.active  .tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}

/*
==============================================
pullUp
==============================================
*/

.active  .pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
pullDown
==============================================
*/

.active  .pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
stretchLeft
==============================================
*/

.active  .stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

/*
==============================================
stretchRight
==============================================
*/

.active  .stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}
.ves-megamenu{
	/*position: relative;*/	
}

.ves-megamenu .dropdown-menu { 
  /*background:#fff url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/ves_megamenu/img_menu.jpg) no-repeat left top;
  padding-left: 151px;*/
  min-height: 200px;
}

.ves-megamenu .dropdown-menu > .dropdown-menu-inner {
  padding: 0px;
}
.ves-megamenu .mega-group .caret {
  display: none;
}
.ves-megamenu .mega-group > .dropdown-toggle {
  display: block;
  padding: 0px 5px;
}
.ves-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
.ves-megamenu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.ves-megamenu .mega-col .mega-col-inner > ul > li {
  list-style: none;
  margin-left: 0;
}
.ves-megamenu .mega-col .mega-col-inner > ul > li > a {
  clear: both;
  color: #555555;
  display: block;
  line-height: 30px;
}
.ves-megamenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.ves-megamenu .dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px 6px;
  left: 100%;
  margin-left: -6px;
  margin-top: -6px;
  top: 0;
}

.widget-product-list img{
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 12px;
}

.widget-banner .w-banner{
 margin: 6px 10px; 
	float: left;
}

#mainmenutop .dropdown:hover > .dropdown-menu, #mainmenutop .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}


.ves-megamenu .aligned-center .dropdown-menu{
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}



.ves-megamenu .aligned-right .dropdown-menu{
    left: auto;
    right: 0;
}
.ves-megamenu .aligned-left .dropdown-menu{

}

.ves-megamenu .megamenu .aligned-fullwidth {
  position: inherit!important;
}

.ves-megamenu .aligned-fullwidth .dropdown-menu{
  width: 100%!important;
  left: 0;
}


/* CSS Document */

.clearfix{
    clear:both;
}
#toolspanelcontent > div:hover {
    color:#285151
}
#toolspanelcontent #bottombox input{
    clear: both;
    margin-left: 0px;
    padding: 5px 10px;
}
#toolspanelcontent #bottombox input[type="submit"]{padding: 5px 10px;}
#toolspanel {
    position:fixed;
    top:100px;
    left:0;
    background:red;
    z-index:999;
    height:0;
}
#toolspanelcontent {
    position:fixed;
    top:100px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 0 3px #cecece;
    -moz-box-shadow: 0 0 3px #cecece;
    box-shadow: 0 0 3px #cecece;
    background: #fff;
    color: #000;
    font-size: 90%;
    z-index: 999;
    border-bottom: 1px solid #DBDDD8;
    border-right: 1px solid #DBDDD8;
    border-top: 1px solid #DBDDD8;
}
#toolspanelcontent > div {
    padding:12px
}
#toolspanel .pn-button {
    cursor: pointer;
    right:-38px;
    height:20px;
    width:14px;
    position: absolute;
    top: 86px;
    z-index: 999;
    border-bottom: 1px solid #DBDDD8;
    border-right: 1px solid #DBDDD8;
    border-top: 1px solid #DBDDD8;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 3px 0 4px #cecece;
    -moz-box-shadow: 3px 0 4px #cecece;
    box-shadow: 3px 0 4px #cecece;
    background: #fff;
}
#toolspanel .pn-button {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/ves_tempcp/img/icon.png") no-repeat scroll 12px 13px #FFFFFF;
}
#toolspanel .open {
    background: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/ves_tempcp/img/icon.png") no-repeat scroll 12px -27px #FFFFFF;
}
#pnpartterns a {
    border: 1px solid #BBBBBB;
    display: block;
    float: left;
    height: 14px;
    margin: 0 5px 5px 0;
    padding: 6px;
    width: 14px;
}
#pnpartterns a.active{ border-color:red; -moz-transition:border-color 0.8s}

#toolspanel {
    text-align: left
}
#toolspanel a:hover,
#toolspanel a:active,
#toolspanel a:focus{color: #000;}
#cpanel-form select{ 
	min-width: 160px;
    padding: 4px 2px}
/* Patterns */
#pattern1{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern1.png);}
#pattern2{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern2.png);}
#pattern3{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern3.png);}
#pattern4{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern4.png);}
#pattern5{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern5.png);}
#pattern6{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern6.png);}
#pattern7{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern7.png);}
#pattern8{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern8.png);}
#pattern9{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern9.png);}
#pattern10{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern10.png);}
#pattern11{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern11.png);}
#pattern12{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern12.png);}
#pattern13{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern13.png);}
#pattern14{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern14.png);}
#pattern15{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern15.png);}
#pattern16{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern16.png);}
#pattern17{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern17.png);}
#pattern18{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern18.png);}
#pattern19{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern19.png);}
#pattern20{background:url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/venustheme/images/patterns/pattern20.png);}

#ves-tree
	{
		padding-left:10px;
	}
#ves-tree li
	{
		line-height:22px;					
	}
#ves-tree li a
	{
		text-decoration:none;
	}
#ves-tree a:hover
	{
		color:#000;
		font-weight:bold !important;
	}
#ves-tree ul li a 
	{
		background:url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/ves_treemenu/default/images/menu_bg_li1.gif") no-repeat scroll 0 14px transparent;
		font-weight:normal;
		padding-left:15px;
		color:#8c8c8c;
	}
#ves-tree ul ul li a 
	{
		background:url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/ves_treemenu/default/images/menu_bg_li2.gif") no-repeat scroll 0 4px transparent;
		color:#444444;
		padding-left:15px;
	}
#ves-tree li a
	{
		text-transform:uppercase;
		color:#444444;
		font-weight:bold;
	} 
#ves-tree li ul li a
	{

		text-transform:none;
	}
#ves-treeli.active a 
	{
		font-weight:bold;
	}
#ves-tree li.active ul li a 
	{
		font-weight:normal;
	}
#ves-tree li.active ul li.active ul li.active a 
	{
		font-weight:bold;
	}
#ves-tree li.active ul li.active ul li a {
		font-weight:normal;
	}
#ves-tree li.active ul li.active a 
	{
		font-weight:bold;
	}
#ves-tree ul
	{
		padding-left:10px;
	}
	
	
/*-----------------------------------
* Dropdown
*------------------------------------/

#ves-dropdown { padding:0; font-size:1.1em;}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#ves-dropdown li { position:relative; text-align:left; width:100%;line-height:25px; height:25px; float:left;}
#ves-dropdown li.over { z-index:999;}
#ves-dropdown a{ display:block; line-height:25px; text-decoration:none; }
#ves-dropdown a:hover { display:block; line-height:25px; color:#D96708; }
#ves-dropdown span { display:block; cursor:pointer; white-space:nowrap;
text-transform:none; }
#ves-dropdown li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#ves-dropdown li {border-bottom:1px dotted #d8d8d8; }
#ves-dropdown li.active a { color:#D96708;  }
#ves-dropdown li.active li a{text-decoration:none;}
#ves-dropdown li.active li a:hover{color:#D96708;}
#ves-dropdown a {  padding:0 15px 0px 15px; color:#000; font-weight:normal; }
#ves-dropdown li.over a{color:#D96708;}
#ves-dropdown a:hover { color:#D96708; }

/************ 1ST LEVEL ************/
#ves-dropdown ul li,
#ves-dropdown ul li.active { float:left; margin:0; }
#ves-dropdown ul li.last { background:#fff; padding-bottom:0; }

#ves-dropdown ul a,
#ves-dropdown ul li a:hover { float:left; padding:0; background:fff; color:#D96708; }
#ves-dropdown ul li a { font-weight:normal !important;}
#ves-dropdown ul{background:#FFF !important;}

/************ 2ND LEVEL ************/
#ves-dropdown ul { position:absolute; width:170px; top:25px; left:-10000px; border:1px solid #d8d8d8;  }

/* Show menu */
#ves-dropdown li.over > ul { left:120px;top:-1px; }
#ves-dropdown li.over > ul li.over > ul { left:120px; }
#ves-dropdown li.over ul ul { left:-10000px; }

#ves-dropdown ul li a { background:#fff; }
#ves-dropdown ul li a:hover { background:#fff;color:#D96708 !important; }
#ves-dropdown ul li a{ color:#000 !important; }
#ves-dropdown ul span, #ves-dropdown ul li.last li span { padding:0px 15px 0px 15px;}
#ves-dropdown li.last{border:none !important;}
/************ 3RD+ LEVEL ************/
#ves-dropdown ul ul { background:#fff; }
#ves-dropdown ul li{}


/*-------------------------------------------
* accordion
--------------------------------------------*/
#ves-accordion 
	{ 
		margin:0; 
		padding:0 0 10px;
	}
.side-col .box
	{
		clear:both;
	}
#ves-accordion li
	{
		line-height:35px;
		font-weight:normal;
		list-style:none;
	}
/* Some list and link styling */
#ves-accordion ul li
	{
		padding-left:10px;
	}
#ves-accordion ul ul li 
	{ 
		border:none !important; 
		padding: 0; margin-bottom: 0
		; 
	}
#ves-accordion ul ul
	{
		/*display:block !important;*/
    display:block;
	}
#ves-accordion ul ul li a,#ves-accordion ul li a
	{
		background:url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/ves_treemenu/default/images/menu_bg_li1.gif") no-repeat scroll 0 14px transparent;
		padding-left:15px;
		font-weight:normal;
	}
#ves-accordion ul  li a 
	{ 
		text-decoration:none;
		text-transform:none;
		color:#444444;   
	}


/* For the xtra menu */

#ves-accordion ul ul li 
	{   
		margin-bottom: 0; 
	}
#ves-accordion ul ul li
	{
		padding-left:10px;
	}
#ves-accordion ul ul li a 
	{
		background:url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/ves_treemenu/default/images/menu_bg_li2.gif") no-repeat scroll 0 9px transparent; 
		color: #444444;
		padding-left:15px;
	}
#ves-accordion ul ul li 
	{
		border:none;
	}
#ves-accordion span  a
	{
		width:16px;
	}
#ves-accordion li a
	{
		color:#3a3d41;
		text-decoration:none; 
		font-size:14px;
	}
#ves-accordion li a:hover{ color: #d6b469}
#ves-accordion ul
	{
		padding:0px;
	}
#ves-accordion ul ul 
	{
		float:left;
		padding:0px;
		width:100%;
	}
#ves-accordion ul,#ves-accordion ul ul,#ves-accordion ul ul ul , #ves-accordionul ul ul ul
	{
		padding:0;
		margin:0;
	}
/* Header links styling */
#ves-accordion span.head a 
	{ 
		background: #f6f6f6 url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/ves_treemenu/default/images/menu_down.gif) no-repeat; 
		color:#333333;
		display:block;
		height:15px;
		margin-top:5px;
		padding:0;
		width:15px;
	}
#ves-accordion span.head a:hover 
	{ 
		color: #000;
		background: #f6f6f6 url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/ves_treemenu/default/images/menu_down.gif) no-repeat; 
		background-position: 98% 50%;		
	}
#ves-accordion span.selected a 
	{ 
		background:  url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/ves_treemenu/default/images/menu_up.gif) no-repeat; 
		background-position:98% 50%;
		color: #fff;
		padding:0px;
	}
#ves-accordion span.selected a:hover 
	{ 
		background: #69c url(https://www.woodica.sk/skin/frontend/ves_sunstyle/default/ves_treemenu/default/images/menu_up.gif) no-repeat; 
		background-position:98% 50%;
		color: #36a;
	}
#ves-accordion li.active a,
#ves-accordion li.active ul li a:hover { color: #d6b469; }

#ves-accordion li.active ul li a {
		font-weight:normal;
		color: #3a3d41;
	}
#ves-accordion li.active ul li.active ul li.active a {
		font-weight:bold;
	}
#ves-accordion li.active ul li.active ul li a {
		font-weight:normal;
	}
#ves-accordion li.active ul li.active a {
		font-weight:bold;
}
#ves-accordion li a
	{
		float:left;
	}
#ves-accordion ul
	{
		float:left;
		clear:both;
	}			
#ves-accordion li
	{
		float:left;
		width:100%;
		clear:both;
	}	
	
#ves-accordion ul li
	{
		width:165px;
	}
#ves-accordion ul ul li
	{
		width:155px;
	}
.aw-shipping-price-box {
    clear: both;
}

.aw-shipping-price {
}
.swatches-container .swatch-img,
.swatches-container .swatch-span { margin:0 2px 2px 0; }
.swatches-container .swatch-img { border:3px solid #fff; width: 60px; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.swatches-container .swatch-img.current { border:3px solid #3f9525;box-shadow: 0 0 3px 0px #3f9525; }
.swatches-container .swatch-span { }
.swatches-container .swatch-img:hover{transform: scale(2); -webkit-transform: scale(2); cursor: pointer; z-index:9999499;position:relative;}
#productdeals{
    padding: 0;
    margin-top: 30px;
}
.productdeals {
    position: relative;
}
.productdeals .product-filter{
    margin-top: 20px;
}
.group-deals > *,.group-deals .deal_detail{
    padding-top: 10px;
}
.group-deals .item-countdown{
    /*text-align: center;*/
}
.sidebar .is-hidden{
    display: none;
}

.sidebar .productdeals .product-block{
    padding:0;
    border-bottom: 1px solid #ebebeb;
}

.productdeals .last .product-block{
    border: 0;
}

.sidebar .productdeals .name{
    padding: 10px 0;
}

.sidebar .productdeals .name a{
    padding: 0;    
}

.sidebar .productdeals .name a:after{
    display: none;
}

.sidebar .productdeals .image{
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.sidebar .productdeals .price{
    margin: 0;
    display: none;
}

.sidebar .deal{
    padding-top: 5px;
}

.sidebar .deal_detail .price {
    display: inline;
}

.deal_detail {
    clear: both;
    font-style: normal;
    padding: 15px 0;
    /*text-align: center;*/
}
.productdeals .deal_detail {
    margin: 0;    
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;    
}
.deal_detail ul {
    padding:0px;
}
.deal_detail ul li {
    display: inline-table;
    margin: 0 3px;
    border: 0;
    line-height: 20px;
}
.deal{font-size: 12px;padding-top: 8px;}
.deal ul li span {
    display: block; 
    font-size: 12px;
    color: #858585;
}
.deal_detail ul li .price{
    color: #000000;
    min-height: 20px;
}
.deal-qty-box {
    clear: both;    
    text-align: center;
}

.item-detail{
   display: none;
}

.productdeals .product-block .deal_detail_num{
    margin: 0 10px 0 0;
}

.productdeals .product-block .deal_detail_num .price{
    margin:0px;
}
/* Countdown */
.productdeals .timeleft {
    background-color: #3b5871;
    background-image: linear-gradient(to bottom, #3b5871, #0A263D);
    background-image: -webkit-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:    -moz-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:     -ms-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:      -o-linear-gradient(to bottom, #3b5871, #0A263D);
    min-height: 40px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.productdeals .timeleft h3{
    color: #FFFFFF!important;
    padding:0; 
    margin:0; 
    line-height:40px;
    font-family: verdana,arial;
    font-size: 19px;
    font-weight: normal;
}
.productdeals .item-countdown{
    padding: 10px 0;
}
.productdeals .item-countdown ul{
    /*text-align: center;*/
}
.productdeals .item-countdown ul li{
    display: inline-block; 
    margin: 0px 5px 0 0;
    line-height: normal;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background:#fff;
}
.productdeals .item-countdown ul li.first{}
.productdeals .item-countdown ul li.last{ 
    margin: 0px;
}
.productdeals .item-countdown ul li div{
    text-transform: lowercase; 
    clear: both;
    text-align:center;
    width:100%;
    font-size:12px;
}
.productdeals .item-countdown ul li div.countdown_num{ padding-top: 5px;}
.productdeals .item-countdown ul li div.countdown_num span.mw_dld_detail_num{}
.productdeals .timeleft{
    background-color: #6B9E1B; 
    background-image: linear-gradient(to bottom, #7aa832, #4b6f13);
}
.productdeals .item-countdown ul li div.countdown_num span{
    display: inline-block; 
    font-size: 14px; 
    font-weight: bold; 
    color: #3a3d41;

}

.productdeals .item-countdown ul li:first-child div.countdown_num span,
.productdeals .item-countdown ul li:first-child div { color: #eb5767}


.productdeals .item-countdown ul li div.countdown_num span + span{

}

/*Carousel css*/

.productdeals .product-block .group-item {
    display: inline-block;
}

.productdeals .group-action .cart {
    float: none;
}
.productdeals .group-action .cart input {
    background-color: #7eac22;
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-indent: 0;
    width: auto;
}
.productdeals .group-action .group-action-inner {
    background-color: #7eac22;
    bottom: 30px;
    height: 33px;
    margin: 0 ;
    position: absolute;
    width: 100%;
    right: -100%;
    opacity:0;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.productdeals .product-block:hover .group-action .group-action-inner {
    right: 0;
    opacity:1;
    transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.productdeals .group-action .wishlist, 
.productdeals .group-action .compare {
    float: left;
    width: 19.5%;
    border-left: 1px solid #8cbc2b;
    border-right: 1px solid #6d951d;
}
.productdeals .group-action .cart {
    float: left;
    border-left: 1px solid #8cbc2b;
    width: 56%;
}
.productdeals .group-action .wishlist:hover, 
.productdeals .group-action .compare:hover, 
.productdeals .group-action .cart:hover {
}
.productdeals .group-action .wishlist a,
.productdeals .group-action .compare a, 
.productdeals .group-action .cart .button {
    background-image: url("https://www.woodica.sk/skin/frontend/ves_sunstyle/default/image/default/icon-action.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
}
.productdeals .group-action .wishlist a, 
.productdeals .group-action .compare a {
    overflow: hidden;
    text-indent: -9999em;
    padding: 0;
}
.productdeals .group-action .wishlist a {
    background-position: 55% 12px;
}
.productdeals .group-action .compare a {
    background-position: 58% -52px;
}
.productdeals .group-action .cart .button {
    background-position: 14% -125px;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 30px;
}
.productdeals .group-action .icon-plus {
    background-color: #F2711F;
    bottom: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}

.productdeals .product-block:hover .group-action .icon-plus {
    background-color: #7eac22;
}

.productdeals .product-block .rating {
     display: none;
}

.productdeals .carousel-controls {
    position: absolute;
    right: 0;
    top: 10px;
    width: 80px;
}
.productdeals .carousel-control {
    border-radius: 15px;
    font-size: 24px;
    height: 20px;
    line-height: 15px;
    margin-top: 0;
    width: 20px;
    opacity: 0.5;
}


/* #1 start edit code */
/* css filter */
.productdeals .limit{
    float: right;
    margin-left: 15px;
}
.productdeals .sort{
    float: right;
    margin-left: 15px;
}
.productdeals .category{
    float: right;
    margin-left: 15px;
}
/* css row-fluid */
.product-grid .row-fluid {
    width: 100%;
}

.product-lst {
    margin-top: 15px;
    text-align: center;
}

.productdeals .product-lst .product-inner .name {
    background-color: #42442;
    margin: 0px 0px 0px;
    line-height: 30px;
    position: relative;
}

.product-empty {
    color: red;
    margin: 20px 0;    
    text-align: center;
}

/* #1 end edit code */


.box-products {
	position:relative;
}
.productcarousel .carousel-control{
	z-index:10
}

.productcarousel .nav{
	padding:0;
	margin:0
}
.productcarousel .carousel-controls{
	position: absolute;
	right: 0;
	top: -35px;
}

.productcarousel .left{
	left: -49px;	
}
	
.productcarousel .tab-content, .producttabs .box-product{
	overflow:inherit
}

.productcarousel {
	background:#FFF;
	margin-bottom:12px;
	clear:both;
}
.productcarousel img {
    height: auto;
    max-width: 100%;
} 

.productcarousel .block-heading {
    color: #6E6662;
    font-size: 28px;
    margin-bottom: 0;
    padding: 8px 10px 10px;
    text-align: center;
}
.productcarousel .block-heading  .pretext{
	   clear: both;
		color: #808181;
		display: block;
		font-size: 11px;
 }

 .carousel-control {
  cursor: pointer;
  border: 2px solid #e2e2e2;
  height: 24px;
  font-size: 19px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: color 600ms linear;
  transition: color 600ms linear;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #000000;
  border-color: #000000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left,
.carousel-control.right {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0) 0%),color-stop(rgba(0,0,0,0) 100%));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control {
  background-image: none;
  background-color: transparent;
}

.product-block .image {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.product-block .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  border-width: 0;
  border-style: solid;
  border-color: #505050;
  border-color: rgba(79,79,79,0.5);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f4f4f4f, endColorstr=#7f4f4f4f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f4f4f4f, endColorstr=#7f4f4f4f);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);

}
.product-block .colorbox {
  background: #FFFFFF;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 33px;
  overflow: auto;
  display: block !important;
  z-index: 10;
  color: #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 100px;
  height: 33px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  position: absolute;
  display: none;
  text-align: center;
}
.product-block .colorbox span {
  margin-right: 5px;
}
.product-block .colorbox .icon-eye {
  margin: 0 5px 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.product-block:hover .colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* vertical start*/

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}
/*


   Magic Thumb v3.0.20
   Copyright 2023 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magicthumb/
   License agreement: https://www.magictoolbox.com/license/


*/
.MagicThumb > span {
    display: none;
}

.mgt-hint,
.mgt-loading {
    color: #eee;
    direction: ltr;
    text-align: center;
    text-decoration: none;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.mgt-hint {
    left: 0;
    right: 0;
    bottom: 8px;
    padding: 0 10%;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}

.mgt-hint-message {
    border-radius: 2em;
    padding: .7em 1.1em;
    background: rgba(49,51,61,0.7);
}

.mgt-hint-message:before {
    speak: none;
    font-size: 1.5em;
    content: '\02295';
    margin-right: 6px;
    font-family: serif;
    text-align: center;
    vertical-align: -2px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mobile-magic .mgt-hint-message:before {
    display: none;
}

.mgt-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}

.mgt-loading {
    top: 50%;
    left: 50%;
    padding: 0;
    width: 36px;
    height: 36px;
    font-size: 0;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.mgt-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;

    -webkit-animation: thumb-loading .9s infinite linear;
            animation: thumb-loading .9s infinite linear;
}

@-webkit-keyframes thumb-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes thumb-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Style of the small image link */
.MagicThumb, .MagicThumb:hover {
    z-index: 1;
    direction: ltr;
    max-width: 100%;
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: inline-block;
    position: relative;
}

/* Style of the small image */
.MagicThumb img {
    height: auto;
}

.MagicThumb > img {
    display: inline-block !important;
    width: 100%;
}

td > .MagicThumb > img,
td > .MagicThumb.magic-for-ie8 > img {
    max-width: none;
    width: auto;
}


/* Style of the expanded image */
.MagicThumb-expanded {
    outline: 0;
    padding: 0;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    background-color: transparent;
    background-color: #f2f2f2;
    border: 0px solid #f2f2f2;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}

.MagicThumb-expanded.mgt-video {
    cursor: default;
}

/* Style of the caption for the expanded image */
.mgt-caption {
    color: #333;
    padding: 8px;
    text-align: left;
    line-height: 18px;
    background-color: transparent;
    background-color: #f2f2f2;
    font: normal 10pt/1.5 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Helvetica;
}

.mgt-caption-right {
    padding-right: 300px;
}

.mgt-caption-right .mgt-caption {
    max-width: 300px;
}

.mgt-caption-bottom .mgt-caption {
    height: 54px;
}

.MagicThumb-expanded .mgt-caption {
    transition: color .25s ease !important;
    opacity: 1;
}

.mgt-expand-stage .MagicThumb-buttons .mgt-button {
    opacity: .6;
    width: 44px;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.25);
    -webkit-transition: background-color .25s, border-radius 0.5s, opacity 0.5s !important;
            transition: background-color .25s, border-radius 0.5s, opacity 0.5s !important;
}

.MagicThumb-buttons .mgt-button:before,
.MagicThumb-buttons .mgt-button[rel=close]:after {
    content: "";
    top: 50%;
    width: 40%;
    height: 40%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}

:root:not(.mobile-magic) .MagicThumb-buttons:not(.compact-buttons) .mgt-button:hover,
:root.mobile-magic .MagicThumb-buttons:not(.compact-buttons) .mgt-button:active {
    opacity: 1;
    border-radius: 0;
    background-color: rgba(255,255,255,0.1);
}

.MagicThumb-buttons .mgt-button[rel=prev],
.MagicThumb-buttons .mgt-button[rel=next] {
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
    margin: auto 10px;
    z-index: 90;
}
.MagicThumb-buttons .mgt-button[rel=prev] {
    left: 0 !important;
}
.MagicThumb-buttons .mgt-button[rel=next] {
    right: 0 !important;
}

.MagicThumb-buttons .mgt-button[rel=prev]:before {
    left: 40%;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

.MagicThumb-buttons .mgt-button[rel=next]:before {
    left: 15%;
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.MagicThumb-buttons .mgt-button[rel=close] {
    top: 0 !important;
    right: 0 !important;
    margin: 10px !important;
    z-index: 95;
}

.MagicThumb-buttons .mgt-button[rel=close]:before,
.MagicThumb-buttons .mgt-button[rel=close]:after {
    left: 50%;
    width: 80%;
    height: 1px;
    background-color: white;
}

.MagicThumb-buttons .mgt-button[rel=close]:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.MagicThumb-buttons .mgt-button[rel=close]:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mac-magic .MagicThumb-buttons .mgt-button[rel=close] {
    left: 0 !important;
    right: auto !important;
}

.MagicThumb-buttons.compact-buttons {
    position: absolute;
}
.MagicThumb-buttons.tl {
    top: 5px;
    left: 5px;
}
.MagicThumb-buttons.tr {
    top: 5px;
    right: 5px;
}
.MagicThumb-buttons.bl {
    bottom: 5px;
    left: 5px;
}
.MagicThumb-buttons.br {
    bottom: 5px;
    right: 5px;
}

.MagicThumb-buttons.compact-buttons .mgt-button {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 !important;
    background-color: rgba(0,0,0,.75);
    border: 1px solid rgba(255,255,255,0.1);
}
.MagicThumb-buttons.compact-buttons .mgt-button:hover {
    background-color: rgba(0,0,0,1);
    border-radius: 0;
}
.MagicThumb-buttons.compact-buttons .mgt-button+.mgt-button {
    margin-left: 2px !important;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=prev]:before {
    background-position: -48px 0px;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=next]:before {
    background-position: -72px 0px;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=close]:before {
    background-position: -24px 0px;
}

@media screen and (max-device-width: 767px) {
    .mobile-magic.mgt-expand-open .MagicThumb-expanded,
    .mobile-magic.mgt-expand-open .MagicThumb-expanded .mgt-figure {
        overflow: visible !important;
    }
}

.lt-ie9-magic .MagicThumb-expanded { filter: none !important; }
.lt-ie9-magic .MagicThumb-buttons a {
    background-color: #000;
    filter: alpha(opacity=60);
}
.lt-ie9-magic .MagicThumb-buttons a:hover {
    filter: alpha(opacity=100);
}

.mgt-bg {
    opacity: 0;
    background-color: #000;
}

.mgt-bg.onexpand {
    opacity: .8;
}

.mgt-selector, .mgt-selector:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

.mgt-visible {
    opacity: 1;
}

/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
    cursor: default;
}

/* Style of the small images which swap the main image */
.MagicThumb-swap {
}

/* Style to hide caption on page. Only needed for #id method. */
.MagicThumb-external-caption {
    display: none;
}

.mgt-selector:hover img {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

.mgt-selector.mgt-active img {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.mgt-video-icon {
    position: relative;
    display: inline-block;
}

.mgt-video-icon:before,
.mgt-video-icon:after {
    content: '' !important;
    top: 50% !important;
    left: 50% !important;
    position: absolute !important;
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
            transform: translateY(-50%) translateX(-50%) !important;
}

.mgt-video-icon:before {
    color: #fff;
    text-shadow: 0px 1px 10px #000;
    display: block !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-color: rgba(0,0,0,0.5);
    background-size: 50%;
    background-position: center center !important;
    z-index: 1 !important;
}

.mgt-video-icon:after {
    width: 12px !important;
    height: 16px !important;
    border-style: solid !important;
    border-top-width: 8px !important;
    border-top-color: transparent !important;
    border-left-width: 12px !important;
    border-left-color: rgba(255,255,255,0.8);
    border-bottom-width: 8px !important;
    border-bottom-color: transparent !important;
    border-right-width: 0px !important;
    margin-left: 1px !important;
    z-index: 2 !important;
}

.mgt-video-reset:before,
.mgt-video-reset:after {
    content: none !important;
}







/*Piotr Morawski MOD*/

.MagicSlideshow > span[style*="z-index: 9999; padding: 3px; position: absolute; line-height: 16px; opacity: 1; top: 5px; left: 5px; font-weight: normal; color: red;"] {
    display: none !important;
    }
.MagicSlideshow > div[style*="z-index: 9999; padding: 3px; position: absolute; line-height: 16px; opacity: 1; top: 5px; left: 5px; font-weight: normal; color: red;"] {
    display: none !important;
    }
.MagicToolboxContainer div[style*="z-index: 2147483647; padding: 3px; position: absolute; line-height: 2em; font-family: sans-serif; font-size: 11px; visibility: visible; color: red;"] {
    display: none !important;
    }
.MagicToolboxContainer span[style*="z-index: 2147483647;"] {
    display: none !important;
    }
.MagicToolboxContainer div[style*="z-index: 2147483647;"] {
    display: none !important;
    }   
figure div[style*="z-index: 2147483647;"] {
    display: none !important;
    }       
figure span[style*="z-index: 2147483647;"] {
    display: none !important;
    }  

/* NOTE: contaner with main image and selector's container */
div.MagicToolboxContainer {
    text-align: center;
}

/*
div.MagicToolboxContainer.minWidth {
    min-width: 250px;
}
*/



/* NOTE: main image styles */
div.MagicToolboxContainer > a {
    margin: 0 auto;
}

/* NOTE: container with selectors */
div.MagicToolboxSelectorsContainer {
    clear: both;
}

/* NOTE: selectors styles */
div.MagicToolboxSelectorsContainer a {
    display: inline-block;
    margin: 4px;
}

/* NOTE: contaner with message under Magic Thumb */
div.MagicToolboxMessage {
    text-align: center;
}

/* NOTE: styles for templates */
div.MagicToolboxMainContainer {
    max-width: 100%;
}
div.MagicToolboxSelectorsContainer img {
    max-width: 100%;
}

/* NOTE: selectors on the bottom */
div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer {
    padding-top: 5px;
}

/* NOTE: selectors on the top */
div.MagicToolboxContainer.selectorsTop .MagicToolboxSelectorsContainer {
    padding-bottom: 5px;
}




/* NOTE: magicscroll makes the image smaller if there is a margin */
/*
.MagicScrollItem a {
    margin: 0 !important;
}
*/


div.MagicToolboxContainer.selectorsLeft,
div.MagicToolboxContainer.selectorsRight {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    min-height: 300px;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
    flex-grow: 1;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
    /*font-size:0px;*/
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer a {
    margin:0 0 10px 0;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer {

}
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
    width: auto;
    padding-left: 10px;
}
div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
    width: auto;
    padding-right: 10px;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll {
        height: 100%;
        flex:1;
    }
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll a,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll a {
    margin: 0;
}

@media only screen and (max-width: 767px) {


    div.MagicToolboxContainer.selectorsLeft,
    div.MagicToolboxContainer.selectorsRight {
        flex-direction: column;
    }
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
        order:2;
        width: 100% !important;
        margin-bottom:10px;
        min-height: 0px;
        flex:auto;
        flex-basis: auto !important;
        display: block !important;
    }

    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer a {
        margin:10px 5px;
    }

    div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
        order:1;
        padding:0px;
    }
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer:after,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer:after {
        content: none;
    }
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll {
        height: auto;
    }
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll {
        margin: 10px 0 0 0;
    }
}
.invisible,
.hidden-selector {
    display: none !important;
}
.ignore-magento-css {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
/* NOTE: styles for selectors in original template */
.more-views {
    text-align: left;
}
.more-views a {
    text-align: center;
    line-height: 100%;
}
.more-views a img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.more-views a:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.more-views .product-image-thumbs a {
    height: 66px;
    width: 66px;
}
.more-views .product-image-thumbs a img {
    display: inline-block;
}

/* NOTE: fixed an isssue with not visible borders in 'List' view mode on category page */
.products-list .product-image {
    padding-right: 1px;
}
/* NOTE: fixed an isssue with not visible borders in 'Grid' view mode on category page */
.products-grid .product-image {
    padding: 1px;
}
/* NOTE: fixed an isssue with height in 'Grid' view mode on category page */
.products-grid .product-image .MagicZoom {
    max-height: 100%;
}
/* NOTE: some styles for Recently Viewed Products block */
.widget .mini-products-images-list li.item {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
}

.MagicToolboxSelectorsContainer img {
    display: inline;
}

.magic-slide {
    display: none;
}
.magic-slide.mt-active {
    display: block;
}


/* NOTE: to highlight thumbnails (magicthumb + magic360 + videos) */
[data-magic-slide-id].mgt-active img {
    -webkit-filter: none;
    filter: none;
}
[data-magic-slide-id].mgt-selector:hover:not(.active-selector) img,
[data-magic-slide-id].m360-selector:hover:not(.active-selector) img,
[data-magic-slide-id].video-selector:hover:not(.active-selector) img {
    -webkit-filter: brightness(75%) !important;
    filter: brightness(75%) !important;
}
[data-magic-slide-id].active-selector img {
    -webkit-filter: brightness(60%) !important;
    filter: brightness(60%) !important;
}

/* NOTE: to add 'play' icon over video thumbnails */

a[data-magic-slide-id^=video] {
    position: relative;
}
a[data-magic-slide-id^=video]:before {
    content: '';
    position: absolute;
    color: #fff;
    text-shadow: 0px 1px 10px #000;
    top: 50% !important;
    left: 50% !important;
    display: inline-block;
    transform: translateY(-50%) translateX(-50%) !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    z-index: 100;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.3) !important;
    background-size: 50%;
    background-position: center center;
}
a[data-magic-slide-id^=video]:after {
    content: '';
    width: 12px;
    height: 16px !important;
    border-top: 8px solid transparent;
    border-left: 12px solid rgba(255,255,255,0.7);
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin-left: 1px;
    box-sizing: border-box !important;
    z-index: 101;
}
a[data-magic-slide-id^=video]:hover:before {
    background-color: rgba(0,0,0,0.7) !important;
}
a[data-magic-slide-id^=video]:hover:after {
    border-left-color: rgba(255,255,255,1);
}

/*NOTE: for video frame */
div[data-magic-slide^="video"] {
   position: relative;
   overflow: hidden;
   max-width: 100%;
   padding-bottom: 56.25%;
   height: 0;
   height: auto;
}
div[data-magic-slide^="video"] iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100% !important;
   height: 100% !important;
}

/*


   Magic Scroll v2.0.55
   Copyright 2023 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magicscroll/
   License agreement: https://www.magictoolbox.com/license/


*/
.MagicScroll,
.mcs-caption,
.mcs-button,
.mcs-item,
.mcs-item img,
.mcs-item > *,
.mcs-bullet,
.mcs-bullet:before,
.mcs-bullet:after,
.mcs-wrapper,
.mcs-items-container {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.MagicScroll,
.mcs-item,
.mcs-item a,
.mcs-item img,
.mcs-items-container {
    position: relative;
}
.MagicScroll,
.mcs-item,
.mcs-wrapper,
.mcs-items-container {
    overflow: hidden;
    direction: ltr;
}
.mcs-wrapper,
.mcs-item img {
    line-height: 100%;
}

.MagicScroll {
    z-index: 1;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.MagicScroll.mcs-height-auto .mcs-item > a {
    width: 100%;
}

.MagicScroll > a {
    height: 100%;
}

.MagicScroll > a > img {
    max-height: 100%;
}

.MagicScroll.mcs-height-auto {
    height: auto !important;
}

.MagicScroll.MagicScroll-horizontal {
    -moz-touch-action: pan-y;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.MagicScroll.MagicScroll-vertical {
    -moz-touch-action: pan-x;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

body.mcs-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
body.mcs-dragging .MagicScroll,
body.mcs-dragging button.mcs-button.mcs-horizontal.mcs-button-arrow {
    cursor: inherit;
}

.mcs-item,
.MagicScroll figure,
/*.mcs-item img,*/
.mcs-item .mcs-caption {
    display: inline-block;
}

.MagicScroll .mcs-item img {
    pointer-events: none;
}

.mcs-item img {
    display: inline-block !important;
}

.MagicScroll > * {
    display: inline-block;
    max-width: 100%;
}
.MagicScroll > *:first-child {
    visibility: hidden;
}
.MagicScroll > *:nth-child(n+2) {
    display: none;
}

.MagicScroll > a {
    line-height: 100%;
}

.MagicScroll img {
    visibility: hidden;
}
.MagicScroll .mcs-item img {
    visibility: visible;
    float: none !important;
}

.mcs-button,
.mcs-bullets,
.mcs-wrapper {
    position: absolute;
}

.MagicScroll:before,
.MagicScroll figcaption:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 0;
}
.mcs-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    z-index: 100;
}

.mcs-items-container {
    text-align: center;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.mcs-item {
    top: 0;
    left: 0;
    zoom: 1;
    /*font-size: 9pt !important;*/
    font-size: 0;
    line-height: 100%;
    max-width: 100%;
}

.mcs-item:after,
.mcs-item > a:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.MagicScroll-horizontal .mcs-item {
    height: 100%;
}

.MagicScroll-vertical .mcs-item {
    display: block;
    width: 100%;
}

.mcs-item > a,
.MagicScroll-horizontal .mcs-items-container > * {
    display: inline-block;
}
.mcs-item a,
.mcs-item img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}
.mcs-item a {
    height: 100%;
}

.mcs-item img {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.MagicScroll figure {
    position: relative;
    vertical-align: middle;
    font-size: 0;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    line-height: normal;
}

.lt-ie9-magic .mcs-item > a > img {
    position: static;
}
.lt-ie9-magic figcaption {
    display: block;
}
.lt-ie10-magic .mcs-item a img {
    border: none;
}

.ie7-magic .mcs-item img,
.ie7-magic .MagicScroll-vertical .mcs-item a {
    display: inline-block;
}

.ie7-magic .MagicScroll-horizontal .mcs-item  {
    display: inline;
}

.mcs-button {
    display: block;
}

.MagicScroll .mcs-hidden {
    display: none !important;
    visibility: hidden !important;
}

.ie11-magic .MagicScroll[data-mode="scroll"] .mcs-items-container,
.MagicScroll[data-mode="carousel"] .mcs-items-container,
.MagicScroll[data-mode="cover-flow"] .mcs-items-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;

    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
}
.MagicScroll[data-mode="carousel"] .mcs-item,
.MagicScroll[data-mode="cover-flow"] .mcs-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.MagicScroll figcaption {
    display: inline-block;
    position: relative;
    left: 0;
    float: left;
    width: 100%;
    line-height: 100%;
    clear: both;
    z-index: 150;
}
.MagicScroll figcaption,
.MagicScroll[data-mode="carousel"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="cover-flow"] .mcs-item .mcs-caption {
    left: 50%;
    -webkit-transform: translateZ(1px) translateX(-50%);
    transform: translateZ(1px) translateX(-50%);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.lt-ie9-magic .MagicScroll figcaption,
.lt-ie9-magic .MagicScroll figure img {
    float: right;
}
.MagicScroll .mcs-reflection {
    -webkit-transform: translateZ(-1px);
    position: absolute;
    display: inline-block;
    left: 0px;
    z-index: 1;
}

.MagicScroll .mcs-item.mcs-noimg {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAGB0lEQVRIS5WXa2wUVRTH/3dmn2136b5a2u2LsoogEiGGBGnlYUJMiEpi1MSYGNHvoAjfNEQ/iaL4XTAmxkQSE3zFaESQrZIQIxHlaVtK22273Udhtt3nPDx3Zmc7u9ttdZLN7s6ce37nf885995h+G8X+yXUMSho4l4wbTtjiADMZwzV5jQNw0xjvylM+XZHYjrKb67kli1ncBQQHg+GDzKRHW/u74F3QwTNa7rhDPogNrn0oUo2j0JyDgu3JyFd+wcLo+PQFO3Q2WTsBI1XG/lvCI6GOl9mgnjKv3UT2h7fBpudZKSTUKW70HJZaHJJ98noAXM3QfC2gvmD4Ldnz15E+tIVaKqyfzAx9clS8CXBF9rCb7v8vjd7XnwaTocKZWJUh9EUG7AaT+a80pTrQYjd/SgUBYx/9hXy6bl3HpuNvVULrwNHQ+ETnkjvge5n9wBjN6Fm7ulAVsY1mqIKnNLLAxA8q4C+dRg//QPmR8Y/GkzEDlrhVX6iwa53vev6jvTs2wHlxp+AXKwDmqprFXCYXmrlB4QHbA6I6x/G+JnzyNwYe28gOXnEHFcB85y62gKn+l94Asr1ywTUdGjt9K6suBwAcTmcexHXb8Ho598jP5uq5Fz3cxoQw6u75f6XnoIYuwGmyBVoOplERpJ0b16vF4Fg0MhzOSLNlEr3UmQrlW09ZOsLBA24aIMSfgCjn36N2MyE7TlqBh0cDYZfDzzy4PFQ2AEtcxdCWWk6nUYmk0H7lxd1WPyZbfB6PAgGAnWFmkylINXYesjW5/NTT5FuTysSsSJSv189NJiMfcDBbKi9S408vxtC7JahVFcE3JmMVaAmSYe3tCDka63AE3N3Ic3PL2nbEw7reefK1fB9GP7iHAbikwK7EFy9w7Om53w44gaoZYQylMPHpuN1zirKm5sQWuVF4p4EaSHb0K63o12vcn0loVaLDeeQuT2+k/FKXj340BGvHDeUWsDpzAIyuVxjuNsNaZnnHrcLPk+LDjZUA5KtHTPRv44x6tto3+6NAw5pSocKes8u9m06m4OULzSEm/m3Jp2nw+N0ItDsLlc2KS7DC95OjP98NcqG2sIza7f3tQsLcxaoATZbKZXLQyqU0HnmUl1R1d6Y2rcVXqcdAVJrKNU7Wv9wuNrsw8ivY3ECdxUiW/wOFPNVas0p11uHtwqBpZKM3u8uN4Tf2bsZXrsNfgLza3GKDTgHw+HC8B/pog5eu8HlYJq6LJg7SpUUSLKKyI9/18GH92yE1yYgYBcXV69KbhfBGhMwci3PweGZ7vud7TaBes2S31rFcyUV84qK9eduNlR8fdc6tIgCWu28N+oV8xmQVYaJW4W4XlxtkeYBp61UDbbsRFxljqCbhkZXzPGVgX64Ce4h9Yvwcp4JXJDtSAxnqbiCXce8fd7DTS5j2zPXYrO4sgTNU3I2X7xTB728rbfhfSe1RxMFYCDL7UQ/s3k37o1ljukLiCu46rzHX6hqJx5CgfJeXAbKnReWeW4nJS6yMQuLf2fSTuST93YaS2Zbl+rpESFSMS7mmRayFZya4BIlr9GMmGCeX4VOJ5kJFT/FJ8TKJuEIOI47fIpFNcNSDvn08lE2y8Ysk1eFHNfCua2NbM3FozgnopgqVjYJfVvsbO+WHR0MgnNRtZlU0yF3ZKxu1buyvkAQnH9bba25VQtAcVrDVNyyLXIDOgjsF9z2k2IbLedUkOaUi/TDxJgr0JKlzc9bluLkm4LCg9ETTL9nqdBypVcHElMn+fiq0HmFo4UdBt/ruZOaKq8bYImg6shjqWJ9GpL0mdeWPvqYPvhhD03CASVIC4rRivplbbOlFFvbxnxOTQExSSOz6vKHPXMAV645cbjkJ3cOQ7n1qvlb99qgH3OLgD1NaSqgSmmtkDoRQ6HOV0jyx3IzUPLQ6cFWH0DtIP1YKxMww2Bb4POtVnJaa1sbfNXzo8YrzGtMYO/LVO2yS4PsMILQzCW1DLMVCZanD1Wvpmpv0CvMhzT+/7/CWCPgAewKdQwwTXySMe1Rmvq1NS9tIxq9tGlM+eZcYnpoOaDp91/hrs4Y2r7FDQAAAABJRU5ErkJggg==") center center no-repeat;
}


/*
 * Caption
 */
.mcs-item .mcs-caption {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    z-index: 150;
}

.MagicScroll[data-mode="cover-flow"] .mcs-item figcaption.mcs-caption,
.MagicScroll[data-mode="carousel"] .mcs-item figcaption.mcs-caption {
    top: 100%;
}

.MagicScroll[data-mode="scroll"] .mcs-item figure,
.MagicScroll[data-mode="animation"] .mcs-item figure {
    overflow: hidden;
}

.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-transition: -webkit-transform .25s;
            transition: transform .25s;
    -webkit-transform: translateY(150%);
            -ms-transform: translate(0, 150%);
            transform: translateY(150%);
}

.MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {
    -webkit-transform: translateY(0%);
        -ms-transform: translate(0, 0%);
            transform: translateY(0%);
}

.MagicScroll[data-mode="scroll"].caption-below .mcs-caption,
.MagicScroll[data-mode="animation"].caption-below .mcs-caption {
    -webkit-transition: none;
            transition: none;
    -webkit-transform: none;
            -ms-transform: none;
            transform: none;
}

.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    bottom: -150%;
}
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {
    bottom: 0%;
}

/**
 * Buttons & Arrows
 */
.mcs-button {
    cursor: pointer;
    z-index: 1000;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.MagicScroll:hover > .mcs-button:hover {
    opacity: 1;
}

.mcs-button-arrow {
    z-index: 120;
}
.MagicScroll-horizontal .mcs-button-arrow {
    width: 40px;
    height: 100%;
    top: 0;
}
.MagicScroll-vertical .mcs-button-arrow {
    width: 100%;
    height: 40px;
    left: 0;
}

.MagicScroll-horizontal .mcs-button-arrow-prev { left: 0; right: auto; top: 0; bottom: 0; }
.MagicScroll-horizontal .mcs-button-arrow-next { left: auto; right: 0; top: 0; bottom: 0; }
.MagicScroll-vertical .mcs-button-arrow-prev { top: 0; bottom: auto; left: 0; right: 0; }
.MagicScroll-vertical .mcs-button-arrow-next { top: auto; bottom: 0; left: 0; right: 0; }


.MagicScroll[data-mode="carousel"] .mcs-item,
.MagicScroll[data-mode="cover-flow"] .mcs-item {
    overflow: visible;
}

/*
 * Bullets
 */
.mcs-bullets {
    text-align: center;
    display: inline-block !important;
    opacity: 0;
    top: 100%;
}
.mcs-bullets.show {
    opacity: 1.0;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.MagicScroll-horizontal .mcs-bullets {
    width: 100%;
    left: 0;
}
.MagicScroll-vertical .mcs-bullets {
    top: 0;
    left: 100%;
    display: inline-block;
    vertical-align: middle;
}
.mcs-bullet {
    border-radius: 50%;
    margin: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-indent: 9999px;
    vertical-align: middle;
    font: 0/0 a;
    color: transparent;
    outline: none;
}
.mcs-bullet.active {
    cursor: default;
}


/**
 * Animation mode
 */
[data-mode="animation"] div[data-action="exit"],
[data-mode="animation"] div[data-action="enter"] {
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
[data-mode="animation"] div[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1);
            animation-timing-function: cubic-bezier(.12,.37,.25,1);
}
[data-mode="animation"] .mcs-item {
    -webkit-animation-duration: 0;
    -webkit-transform: none;
            animation-name: none;
            animation-duration: 0;
}

[data-mode="animation"] .mcs-item[data-animation-nth="1"] {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="2"] {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="3"] {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="4"] {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="5"] {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="6"] {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="7"] {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="8"] {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="9"] {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="10"] {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}

.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-entering],
.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateX(100000px);
            transform: translateX(100000px);
}
.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-entering],
.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-exited] {
    -webkit-transform: translateX(-100000px);
            transform: translateX(-100000px);
}
.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering],
.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateY(100000px);
            transform: translateY(100000px);
}
.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-entering],
.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-exited] {
    -webkit-transform: translateY(-100000px);
            transform: translateY(-100000px);
}
/**
 * SlideIn animation
 */
[data-mode="animation"] .mcs-item[data-action="exit"],
.mcs-slidein[data-mode="animation"] .mcs-item[data-action="exit"] {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
}
[data-mode="animation"] .mcs-item[data-action="enter"],
.mcs-slidein[data-mode="animation"] .mcs-item[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1);
            animation-timing-function: cubic-bezier(.12,.37,.25,1);
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
}

/* Horizontal Forward */
.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-forward-exit-slidein;
            animation-name: h-forward-exit-slidein;
}
.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-forward-enter-slidein;
            animation-name: h-forward-enter-slidein;
}
@-webkit-keyframes h-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-600px);
                transform: translateX(-600px);
    }
}
@keyframes h-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-600px);
                transform: translateX(-600px);
    }
}
@-webkit-keyframes h-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(180px);
                transform: translateX(180px);
    }
    100%   {
        opacity: 1;
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}
@keyframes h-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(180px);
                transform: translateX(180px);
    }
    100%   {
        opacity: 1;
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}

/* Horizontal Backward */
.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-backward-exit-slidein;
            animation-name: h-backward-exit-slidein;
}
.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-backward-enter-slidein;
            animation-name: h-backward-enter-slidein;
}
@-webkit-keyframes h-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(600px);
                transform: translateX(600px);
    }
}
@keyframes h-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(600px);
                transform: translateX(600px);
    }
}
@-webkit-keyframes h-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-180px);
                transform: translateX(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
@keyframes h-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-180px);
                transform: translateX(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}

/* Vertical Forward */
.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: v-forward-exit-slidein;
            animation-name: v-forward-exit-slidein;
}
.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: v-forward-enter-slidein;
            animation-name: v-forward-enter-slidein;
}
@-webkit-keyframes v-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-600px);
                transform: translateY(-600px);
    }
}
@keyframes v-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-600px);
                transform: translateY(-600px);
    }
}
@-webkit-keyframes v-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(180px);
                transform: translateY(180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes v-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(180px);
                transform: translateY(180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

/* Vertical Backward */
.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: v-backward-exit-slidein;
            animation-name: v-backward-exit-slidein;
}
.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: v-backward-enter-slidein;
            animation-name: v-backward-enter-slidein;
}
@-webkit-keyframes v-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(600px);
                transform: translateY(600px);
    }
}
@keyframes v-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(600px);
                transform: translateY(600px);
    }
}
@-webkit-keyframes v-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-180px);
                transform: translateY(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes v-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-180px);
                transform: translateY(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
/**
 * Bounce animation
 */
.mcs-bounce[data-mode="animation"] .mcs-item[data-action="exit"] {
    -webkit-animation-timing-function: cubic-bezier(.84,0,1,1);
            animation-timing-function: cubic-bezier(.84,0,1,1);
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    /*-webkit-animation-delay: 0s;
            animation-delay: 0s;*/
}

.mcs-bounce[data-mode="animation"] .mcs-item[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1);
            animation-timing-function: cubic-bezier(.12,.37,.25,1);
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
}

/* Horizontal Forward */
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-forward-exit-bounce;
            animation-name: h-forward-exit-bounce;
}
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-forward-enter-bounce;
            animation-name: h-forward-enter-bounce;
}

@-webkit-keyframes h-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
                transform: translateX(-2000px) translateZ(-1px);
    }
}
@keyframes h-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
                transform: translateX(-2000px) translateZ(-1px);
    }
}
@-webkit-keyframes h-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
    }
    75% {
        -webkit-transform:translateX(10px);
                transform:translateX(10px);
    }
    90% {
        -webkit-transform:translateX(-5px);
                transform:translateX(-5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}
@keyframes h-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
    }
    75% {
        -webkit-transform:translateX(10px);
                transform:translateX(10px);
    }
    90% {
        -webkit-transform:translateX(-5px);
                transform:translateX(-5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}

/* Horizontal Backward */
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-backward-exit-bounce;
            animation-name: h-backward-exit-bounce;
}
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-backward-enter-bounce;
            animation-name: h-backward-enter-bounce;
}
@-webkit-keyframes h-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
                transform: translateX(2000px) translateZ(-1px);
    }
}
@keyframes h-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
                transform: translateX(2000px) translateZ(-1px);
    }
}
@-webkit-keyframes h-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
                transform: translateX(30px);
    }
    75% {
        -webkit-transform:translateX(-10px);
                transform:translateX(-10px);
    }
    90% {
        -webkit-transform:translateX(5px);
                transform:translateX(5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}
@keyframes h-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
                transform: translateX(30px);
    }
    75% {
        -webkit-transform:translateX(-10px);
                transform:translateX(-10px);
    }
    90% {
        -webkit-transform:translateX(5px);
                transform:translateX(5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}

/* Vertical Forward */
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="exit"] {
    -webkit-animation-name: v-forward-exit-bounce;
            animation-name: v-forward-exit-bounce;
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="enter"] {
    -webkit-animation-name: v-forward-enter-bounce;
            animation-name: v-forward-enter-bounce;
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering] {
    -webkit-transform: translateY(100000px);
            transform: translateY(100000px);
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateY(100000px);
            transform: translateY(100000px);
}
@-webkit-keyframes v-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
                transform: translateY(-2000px);
    }
}
@keyframes v-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
                transform: translateY(-2000px);
    }
}
@-webkit-keyframes v-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(3000px);
                transform: translateY(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
    75% {
        -webkit-transform:translateY(10px);
                transform:translateY(10px);
    }
    90% {
        -webkit-transform:translateY(-5px);
                transform:translateY(-5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
@keyframes v-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(3000px);
                transform: translateY(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
    75% {
        -webkit-transform:translateY(10px);
                transform:translateY(10px);
    }
    90% {
        -webkit-transform:translateY(-5px);
                transform:translateY(-5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}

/* Vertical Backward */
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="exit"] {
    -webkit-animation-name: v-backward-exit-bounce;
            animation-name: v-backward-exit-bounce;
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="enter"] {
    -webkit-animation-name: v-backward-enter-bounce;
            animation-name: v-backward-enter-bounce;
}
@-webkit-keyframes v-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
                transform: translateY(2000px);
    }
}
@keyframes v-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
                transform: translateY(2000px);
    }
}
@-webkit-keyframes v-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-3000px);
                transform: translateY(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
    }
    75% {
        -webkit-transform:translateY(-10px);
                transform:translateY(-10px);
    }
    90% {
        -webkit-transform:translateY(5px);
                transform:translateY(5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
@keyframes v-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-3000px);
                transform: translateY(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
    }
    75% {
        -webkit-transform:translateY(-10px);
                transform:translateY(-10px);
    }
    90% {
        -webkit-transform:translateY(5px);
                transform:translateY(5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
/*
 * Arrows
 */
.MagicScroll-horizontal .mcs-button-arrow-prev:before,
.MagicScroll-horizontal .mcs-button-arrow-next:before,
.MagicScroll-vertical .mcs-button-arrow-prev:before,
.MagicScroll-vertical .mcs-button-arrow-next:before {
    content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    border-width: 3px;
    border-color: rgba(49,51,61,0.6);
    border-style: solid;
    border-right: none;
    border-bottom: none;
    -webkit-transition: border-color .15s linear;
            transition: border-color .15s linear;
}

.MagicScroll-horizontal .mcs-button-arrow-prev:before {
    left: 62%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
            transform: translate(-50%, -50%) rotateZ(-45deg);
}

.MagicScroll-horizontal .mcs-button-arrow-next:before {
    left: 40%;
    -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
            transform: translate(-50%, -50%) rotateZ(135deg);

}
.MagicScroll-vertical .mcs-button-arrow-prev:before {
    top: 62%;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
            transform: translate(-50%, -50%) rotateZ(45deg);
}
.MagicScroll-vertical .mcs-button-arrow-next:before {
    top: 40%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-135deg);
            transform: translate(-50%, -50%) rotateZ(-135deg);
}
.mcs-button-arrow.mcs-disabled {
    opacity: 0.01 !important;
}
.MagicScroll > .mcs-button-arrow {
    /*font-size: 20px;*/
    width: 30px;
    height: 30px;
    margin: auto;
    opacity: 0.6;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.MagicScroll-horizontal .mcs-button-arrow-prev { left: 0; right: auto; top: 0; bottom: 0; }
.MagicScroll-horizontal .mcs-button-arrow-next { left: auto; right: 0; top: 0; bottom: 0; }
.MagicScroll-vertical .mcs-button-arrow-prev { top: 0; bottom: auto; left: 0; right: 0; }
.MagicScroll-vertical .mcs-button-arrow-next { top: auto; bottom: 0; left: 0; right: 0; }

.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
    opacity: 1;
}

.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled):before {
    border-color: rgba(49,51,61,1);
}

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 0 1px rgba(153, 153, 153, .5);
    -webkit-transition: background-color .15s linear;
            transition: background-color .15s linear;
}

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
    width: 8px;
    height: 8px;
}

.MagicScroll-horizontal.MagicScroll-arrows-inside:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
    background-color: rgba(255, 255, 255, .96);
}
.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    left: 5px;
}
.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
    right: 5px;
}
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    top: 5px;
}
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
    bottom: 5px;
}

.lt-ie10-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    border: 1px solid rgba(153, 153, 153, .5);
}
.lt-ie9-magic .mcs-button-arrow:before {
    border-color: #83858B;
}
.lt-ie9-magic .MagicScroll:hover > .mcs-button-arrow:hover:before {
    border-color: #31333D;
}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
    border-color: #31333D;
}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    background: #fff;
    border: 1px solid #999;
    filter: alpha(opacity = 60);
}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {
    filter: alpha(opacity = 96);
}
.lt-ie9-magic .mcs-button-arrow.mcs-disabled {
    filter: alpha(opacity = 0.01) !important;
}

/*
 * Bullets
 */
.MagicScroll-horizontal .mcs-bullets {
    margin-top: 10px;
}
.MagicScroll-horizontal.MagicScroll-bullets {
    margin-bottom: 35px;
}
.MagicScroll-vertical .mcs-bullets {
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.MagicScroll-vertical.MagicScroll-bullets {
    margin-right: 35px;
}

.mcs-bullet {
    width: 10px;
    height: 10px;
    background-color: #83858B;
}
.mcs-bullet:hover {
    background-color: #5a5a5a;
}
.mcs-bullet.active {
    background-color: transparent;
    border: 1px solid #5a5a5a;
}


/* Caption */
.mcs-item .mcs-caption {
    color: white;
    padding: 5px 0;
    font: normal 9pt/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
    text-rendering: geometricPrecision;
}
.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    background-color: #31333D;
    background-color: rgba(49,51,61,0.7);
}
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    filter: alpha(opacity=60);
}

/* Carousel & Cover Flow */
.MagicScroll[data-mode="carousel"],
.MagicScroll[data-mode="cover-flow"] {
    background: #4f4f4f;
}
.MagicScroll[data-mode="carousel"] img,
.MagicScroll[data-mode="cover-flow"] img {
    box-shadow: 0px 15px 30px -10px #000;
}
.MagicScroll[data-mode="carousel"] figcaption,
.MagicScroll[data-mode="cover-flow"] figcaption {
    padding: 4px 0 0;
    font-size: 10pt;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}


/* Misc */
.MagicScroll.mcs-shadows {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15);
}

.MagicScroll.mcs-border .mcs-item {
    background: #fff;
    border: 1px solid #efefef;
}
.MagicScroll-horizontal.mcs-border .mcs-item {
    margin: 0 3px;
}
.MagicScroll-vertical.mcs-border .mcs-item {
    margin: 3px 0;
}
/*
 * Loader
 */
.mcs-loader {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.mcs-loader .mcs-loader-text {
    position:absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -35px;

    width:70px;
    height:20px;
}

.mcs-loader-circles {
    position:absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width:60px;
    height:60px;
    opacity: 1;
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}

.mcs-loader-circle {
    position:absolute;
    background-color:#ffffff;
    height:11px;
    width:11px;
    border-radius:50%;

    -webkit-animation-name:MagicCircle;
    -webkit-animation-duration:0.48s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;

    animation-name:MagicCircle;
    animation-duration:0.48s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

.mcs-loader-circle_01 {
    left:0;
    top:25px;
    -webkit-animation-delay:0.18s;
    animation-delay:0.18s;
}

.mcs-loader-circle_02 {
    left:7px;
    top:7px;
    -webkit-animation-delay:0.24s;
    animation-delay:0.24s;
}

.mcs-loader-circle_03{
    left:25px;
    top:0;
    -webkit-animation-delay:0.3s;
    animation-delay:0.3s;
}

.mcs-loader-circle_04 {
    right:7px;
    top:7px;
    -webkit-animation-delay:0.36s;
    animation-delay:0.36s;
}

.mcs-loader-circle_05 {
    right:0;
    top:25px;
    -webkit-animation-delay:0.42s;
    animation-delay:0.42s;
}

.mcs-loader-circle_06 {
    right:7px;
    bottom:7px;
    -webkit-animation-delay:0.48s;
    animation-delay:0.48s;
}

.mcs-loader-circle_07{
    left:25px;
    bottom:0;
    -webkit-animation-delay:0.54s;
    animation-delay:0.54s;
}

.mcs-loader-circle_08 {
    left:7px;
    bottom:7px;
    -webkit-animation-delay:0.6s;
    animation-delay:0.6s;
}

@-webkit-keyframes MagicCircle {
    0%{background-color:#000000}
    100%{background-color:#ffffff}
}


@keyframes MagicCircle {
    0%{background-color:#000000}
    100%{background-color:#ffffff}
}

.mcs-item-loader {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url('data:image/gif;base64,R0lGODlhKgAqAOZyAFlWV/X09ERAQS0pKt7d3rKwscjHyJyam3BtboaDhOfm5vf399XV1XNwcdbW1rW0tIOBgcXExGJfYJSSkj46O/b29pGPj+Pj48jHx/39/eDf39vb26Sio7u6uqyqq8rJyfHx8fn5+a2rrO3s7c/Oz+rq6qinp0dEReLi4ltYWbq4ufDw8JCOj/v7+/Pz825sbOjo6IKAgZWTlPj4+NDP0Obl5vX19fz8/Pr6+vz7+9fW1+Hg4Ozs7Le2tuTk5GdlZY2LjNrZ2djX18vKyujn556cnaGgoJaUlb28vMLBwjAsLe/v7+/u7sTDw87Nze7t7eXl5cG/wNLR0d3d3dnY2HVzc398fW9tbdTT06OhorCvrzo3OLSys7a1tWRhYlBNTuLh4dHQ0KKhofLy8rm4uJ2bnMzLy8nIyXl2d5iWlp+dnaakpXx6eoqIiMHAwdzc3M7OziIeH////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgByACwAAAAAKgAqAAAH/4BygoOEhYaHiImKhipxcSqLkZKCAI4Ak5gMPywghZVxl4U4MxmYhRSOLJ6WogEBFaaESo5xF4SfoYIZrgE2sYNFtLlyuIQLvC2/g6iOGIPFgje8sMqCGLQUz6yCFbw31drNggwUFAzRvAuYOidbWYUXtOeHu66lhCsaKCGGVwP/Jz4QUlHFg6IWIXIQqoCCgEMYho78mygBSrUWChxqZGJojMSJ/5D8CqBx4z1DUCSAZPOrREkFyRZ9OPFPyy8XDlFQm/RBR7UQO8EJHUpUTpMGSJM22CA0gIOnUB08ESSgqtWqKYSSMMC1K1eqV61mBbfVa1dBR5UiZQrOadSnU9aLyp2bSUO1FTxMMXgBAECUX2AKFOiQd1EJCH37pvn1QbDgCL4OBfCQOPGQXwocOxaCwxDlyhBKVLMRQXMBIYaAJH4xT5CUMmcUBXFjdxCPDo4FFtLwwkuXQiMQCPeBaMSB4y4KTenRYQWmCcIRsC2hRo1oOTWOH3gwdEP0GINEWLAgYpAJ7TWExojOVo548oOyHzcBLkr0CYTelx/0QDuWamhEN0J+4+0niAvaiVHNegj0UIh+hTgxXzU+lNFDUO4VWEgITnQwIF0Q0pXIG+O9IeKJggQCACH5BAUKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGKnFxKouRkoIAjgCTmDpXR2OFlXGXhCAsPwyYhScDA0eeloUsjhSnhFuqA1CEn6GCF45xSrODWbYSua6Dn3FFwYOpqh/Ix3IYvrLMgh+2J9GggxS+GNeDErbQcgwUFKbTvruRGylfIoVQtjqIDL4XhS02FRmGrAgYmIIGISRstCjyUAXSoBsVAkicYcjIwIsNiFzLsECiRxyGXFi8OLBJsBwePyYi0oBkm2AhUi4AuIhGioFkgrWQWOHGKRobNvoUR7So0UFDIChdCkED0RAKokpVEIASgKtYAbwgioKA169erWa9ulVcV7BfBSVlqtSpOKhT2qNWPUq3LqYNPq4FAHFqQwwECM4EK2HAAAm+i0ZMAAx4TbAghQs7oHioQg/GjKUEexI58oUchi5jnjDi2gwHnQ3sK1SGcYygg6h4CKMIDAkFokhEDmLIRww0UQotSUAcBqIVBZLbKKTADIm5kjgQT7BD0AgTJkrL4ZG8QISiO6bLGPTgwIEHgzp050FUxvTqgsqfH8Q9eQdxH6ZzICQf/aAI3U1xDRDTLcGfef4JYkN3PVzjXgJJFNJfIULYdw0MHiSxgIQIFoKDEB+sYJccE46IiAbmuWXiiIEAACH5BAkKAHIALAEAAQAoACgAAAf/gHKCg4SFg0gDA0iGjI2OhhKJEo+UhhtWRi6FkQOTlZ9yKQICRpuSoJ9fowJEhJyeqI8iqw2up7GUoqM0g6+4lDSrKb23v44Nq7xyOicnOsZyGi9eXYVEqxu/RUoUDIRAAOEv3oNNbWS4GBRx7D+EHuHxECXQFwDs+CyEAfDx4UO/VODLB8JQCQj+0vyqMhDAhUcMXoSL8ssDOwoYQDHQAI1BRmggQ4qUI2WCyZMTfITMsKClywU5EMicKTNGyAoBcurMSZOmTZA4d+osidKkSpAsX7bMMbKp0087YEALUQHUDhkJEoT55YIAARRVHS3hkDUrl18wvHpV0MLQgiRlpstS+RVArVomGQjBjcthCbQWCuwSYPKurIwdhDR0CPKoxJQnhCqgUCt1EAwZQD4UcnGg84hGAQyInlFohQYUIT496HyghqAVHTqsEARCtAEHIGuwNjEoQoECEQaRsF3QmAnWrgX5Bj6otmgSxrCwfkBoefBBDmwr+CWGtabev68LmmHbzK/jB5wUsl7owvNfIzo4SV09fKEcF4IEeMr+aSMFv22HSyAAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZNAgJNi5GSgg2ODZOYGkAeAYWVApeEY0dXOpiFLwAAHp6WhUcDAyenhF6qACWEn6GCULEDW7SDXbcQuq6DEr9ZwoOpqgyDu4Mfv7PNggy3L9LIcie/H9iDELfRchspKRuC1bESmD4xaFGFJbcaiDq/UIVFShTOESqDoGAMdoOGpKmXSAsbJIQwUIhD8YehHgUzThiB7QIAiiBZGKqAMWNBKcJUgAwJAtGICSbXCKuyEsCFSBtiFDwjzANFChhObfCBjUHQcUiTKh1EhYPTpxxgINV265YKQQmyas0qA+nElSCxbtXaddxXsHEENYXqVOo4qlXXAVxdSrcuphocm2W4caqGiQMHgghrESBABb6LXDwADNiNsBmFCy/IgCiEE8aM89HKETkyjkOXMT9wgS3Dgs4BPhfqwNhEDUIKPoBR5KJEp0E3KkSeYWiECTFYCtkoQHxFZQLIWxRqYaMC5UkRiBfgISgACRK3KyAnoCApD+kdBjkwYMDBIBTbKyDtIJ26oPHlB2lHjmLcFOkRCME3P0jBduPN9CCdDfqRx58gLWynmTDsFSBEIfsVwgR92KzwgRCqiWdgIRkwAUMIdskRYYiIPEHeEySmGAgAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZDAABDi5GSghCOEJOYPmU9FYWVAJeELkZWG5iFMQgIPZ6WhUYCAimnhGiqCCOEn6GCRLECX7SDUbcTuq6DDb8iwoOpqqaUyHI0v7PNghu3MYO7gym/NNiDE7fRGi8vGoLVsQ2YMDJAH4Ujtz6IG79EhVlbJzoMeUhAUMYOQlLWnFFEpk0TQh9ODJh4xVASghg5LMEGRcLEj0cMLbiIkSAVYUg+ghyDaAmHklyEsVEpAUqkHTIIhhGmZeIJeph2wMCmA+i4o0iTCtLwoKnTB7nGMXBE1ZEKQQeyas1q4iiFOGDDgsW6VWvXcV/Fhl361GlUbFPTq1pVSrfuKR4r4GK426FAATDCPIClsHeRjQh+/ZIQ9kMsgAuIcAhJnFiBMBVq47AAYWgy5Qg2sF0AoJaFoQ+JO/Ag9CRICUUtQuQghCFtnB+GVnToMaXQDAPAAyDKEKB4hkJFlFBggMkBcAOc5YRAgSKEoBvFAyxACuL5YkEKCBCwLKhC9htHSTyPLif8+EHYi3fCpuC5A0LuyQtakL0FNjPPzYCfePrJQVxxoTWjngGQDfgeITjIh00AQVwwm4MFCoLDDMfZlZ9digQgnnAglihHIAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYNSCAhShoyNjoYTiROPlIYwHkkLhZEIk4QBHkAalYYyCQlJm5KFHgAAL6SFQKcJS4ScnoIlrgBesYQftBy3q4MQvF2/hKanO4O4gwy8sMqDO7Qyz8VyL7wM1YQctM5yPjExPoLSrhCkIyZiWIVLtDCNGrwlhSJfKRuEHQ4INFGDEBUuYR5FSTOEEI0UAiJaIeREoMUHLsAJItIgokcjhEJUtChwVLUmHj9mLOTiAUk34NqkbEDkUQ0TAoOAIxMxBY1YNUZolLPh59CjSJPKURChqdMIK5DqkEC1qgQkBbJqzdoB6YkBYMOC3bq169GvYsMyfdo06tGpVq6pIlFKty4pEAHsOgJBwoABfXoJzXDg1++UwIJyXChc+AliOYsZO5jxWE6QwiRAfIKxspGHKipiBSBhRkGhFgRSh2jEII7rC0gVpCZQQVCGChUyCMLgOg6AoxVmoxi0IEAATYIo9MYwFMXs2oKKHx/E2zUFjStmmyZuHLkgAL2LgNMwuwUh6d4h91YCzjkBJoXQF2JhHVwIGEx0n+9eCASLH9/UJV9lg+RgXA7gBAIAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZUCQlUi5GSghyOHJOYIx1OIYWVCZeEFT1lPpiFJgcHTp6WhT0ICDGnhGKqBy6En6GCI7EIaLSDWLcPuq6DE79RwoOpqjWDu4Mbv7PNgjW3JtLIcjG/G9iDD7fRcjAyMjCC1bETmCsdPVOFLrcjiD6/+YRdXi80GPpQoGAHHoQ0uAmi6MwaKYQYvABAEYghIQUzRrCBrQQEiiA9GMKBMWNBBcKGgAwZAJGNCCZJCEuzEkKJSDw6FAQjLArFFwxO8ViBTUPQcUiTKh30xIHTpw5ajtvQoKrVBk0EGdjKdavMcSkEiB0rVmtXrl+xhSU7VlBTqE7apWKjerVq1qV482Kq0KmZjg+nKqAgQCAXLS0DBpwAvKiFAsKEb9K6kjixBCiIMjCBDFkuJiSVKx8ZY2gzZwUtsEGREHrAEUMwIKOoQCjHjNSJPFRRQejDicpXDIVAoYEooQwBkmdAxCCO8wuFsmw5oQPTguQBbghiQIHCUQzO4wBIegM7bUEAnI8XRCE8BqQVsGtHr34QeOcUxrXAvoBQevH+hVcENjZgt9wg/60nyAXhKYFNfAHgUEiChbCAHzYZzCDhhPURAgILPxyVF4V6JaKCc7yVqKIcgQAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYaBwcai5GSgg+OD5OYKx9COIWVB5eEC0keMJiFHQUFQp6WhUkJCTKnhD2qBTaEn6GCS7EJQLSDU7cRuq6DHL8fwoOpqjyDu4M7v7PNgjy3HdLIcjK/O9iDEbfRciMmJiOC1bEcmAEkZgqFNrcriDC/S4VRaDF8GApioCAJEIQUkACjKAwXKoQ2xEBAsYyhCwUzOpiBbcQEiiB7GMqBMWPBJ8KkgAxZAdEMByanCFuzcgK7RSBIFCwh7AzFGBtOgQiAzUfQcUiTKh0UQIHTpwpCINUAoapVCEMEEdjKdSsKpC8AiB0rVmtXrl/HhSU7VlBTqE7cpY6jerVq1qV482K6kQHbBhqnblQIEKCFMDICBKQAvCjDAsKE5Z6ykjhxAyKJcECGnENYk8qVjbgwpHnzgr7NiDQALcCIoRmQK9wgpOKHB0Va2CAhRCNFZSuGMlSwYZjQhTjIGSDSMaA5lEIivqQ4KgkA8jgYBDGgQEG5nA/NB0hIiuE6hUHW4wAYdCI8s3EUrmcXlH69IPDNT4wrct0+feT+ySFBeFlgo8R1FxBSHyFQhLcFNvHFwUIhCxJyRH7YMPADCwgpCGAhYxxxhQ56yVFhiYeogJwKKLYYCAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYMKBQUKhoyNjoYRiRGPlIYBQRc5hZEFk4QhTh0jlYYkBgYXm5KFTgcHJqSFZqcGM4ScnoIurgdisYQKtA63q4MPvFi/hKanIIO4gzW8sMqDILQkz8VyJrw11YQOtM5yKx0dK4LSrg+kISga6YQztAGNI7wuhR9AMjCEMAgIRFGB0JMpJR4FcaOB0A4ZCSJ6IMREoEUFLcAJWsIhosckhDJUtCjQXjUqHj8uMNRCAcmE1bik5LDkUQUUAvVVCxNRxo5YFUJolAPj59CjSJPKybGgqdMFGZD6mEC16gQpAbJqzVrwaAwEYMOC3bq169CvYsMyfdo06tGpVqapSlFKty4pDAyGash7l0KcOBOrRQEA4AXfRhcA/P1bBRwQwoQhwCQEgsXixSrADYEM2YNJQZYvA0ilsQQEzgACC/qxmAKGamTaNCHE4AVkILQpKCkCboOA30QKdfHyoqFGHSdO6BBE47eABnYFSRgwQMKgFM5pRJ9efVDz3ym2U7c+qIFzEXa5kxdExPmX9OMLGQEPvzshF0asbKi/PnohJNQhAU4gACH5BAkKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGTwYGT4uRkoIOjg6TmCEwTBmFlQaXhDhCHyuYhSgEBEyeloVCBQUdp4QaqgQthJ+hgjaxBT20gyu3CrqugxG/U8KDqaoVg7uDPL+zzYIVtyjSyHIdvzzYgwq30XIBJCQBgtWxEZgZFTa5hC23IYgrvzaFWGImRhiaEaBghRuEApRwoQgMCWODapg4QPGaqIIYF3Rq5uIBxY9ODuHAiDGHMA0fQeY7lGEByZWn3KR8wHDRjQoF650KQtFEjVM3Ngob8XOc0aNIB6kAwLQpAAZGS4iYSlXEG0FxsmrNSsGoGgtgw4LFulVr13FfxYYVtNQpU6jj06RWnXo1qd27mDDAFVbiwikMFLJ6EMYArBq/iy4A2FpFGBexIkAgAsGibBwVwt6otYBhhqHKWwEgFgZChFoMhn6YRT0IyRUtiqKkGULoQloLXAwxoKCkSCEoA4LrQKShaYlCcNKoOT5JQvABHwRtSJFigyAGTSEc/fD8xKAGAgQ0GPSi6d5mJ55HFwRe/CDsTF+My/JcAqH24wdBaNoF25bnUNwXXn6ClNCUF9ikN8ARheBXiAfxYaPDFUeM0eCAhQTgARAa4CWHgx4i0kR4TYRoYiAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYBBAQBi5GSggqOCpOYGTM4hpUEl4Q5F0GQmIQVAQGchJ6ggxcGBiSmhDapARmsloQzsQZmtIMttwu6n4QOvq7BqKk3g62DIL6zwYM3txXQu4IkviDWhAu3z3IhKCghgtOxDpgMFEpFhRm3uYcBvjOFUz0dK4Z+xBlIAUOoEC0UlZjyhBCPDgUifjDEYqBFABfC2YgQsaMQQyAqWhyoIpiCjh5XGboAYGSVYCRQRrARCQOFgR6CgYnYgYcpDAzCrfAZrqjRo4dUAFjKFEDQoiMeSJ36QIOgkSMpGDVxoKvXrlexEtz69asgpU2XPg0XlapUq0jV48oN9kFHOBg7TH04MWCAlmBhEiSQkXcRFAl9+7IJ5kGwYA5LEI05kjgxkmBUHDtOUqwQ5coSoIRbwkFzgiSGriQ+MXFQEytkFJ1ZI4XQDhmOcxbScWJLlkJEBAjfgMgHguMjCn0AIgMGpgbCBdAQpOHFC7gbjiOYcJRG9BSDICyFMCiGduJFU0SfLkg8APKCsh+PUVRE9AaE3MMXNEF7lHBfREdEfuMRMoJ2aISjngBGFKJfIT3MF84GVhjhgoMFntJDGT7M1V6GHiIyxFJDhGiiIIEAACH5BAUKAHIALAEAAQAoACgAAAf/gHKCg4SFgzkBATmGjI2OhguJC4+Uhgw/LCCFkQGThBlMMCGVhhRxcSybkoVMBAQopIVKp3EXhJyegi2uBBqxhEW0ALergwq8K7+EpqcYg7iDFbywyoMYtBTPxXIovBXVhAC0znIZFRUZgtKuCuCEF7QMjSG8LYUKZiQBsSpVHo8uSuwbBIKEgYNB3JGa4eCgQ1sKHz1x+HBRREdTKDqYcZFSiYMkNHWsFEDkyJMoKSGRwLKlBB0XV0SYSTOCggE4c+I8cbFDgZ9Af+rUyTOiz6BAV7pkCTOizJoz26WcSnUQjQ0KR9SIRSOFAAFkwAU5cMDEVkdEGnz92gZcB7JkrR+4MOTCyNq1TcBpgAvXyahBdu82IKLQxQO+B5wQsrI2BQ1CQ4BEeRSGCxVCNUzA7UBoQ4ovIgqVAEDaFyMYCVIvKYRFjIkRpCCQBiBPjo8YMXwI2pE6AYeIDGa/GDQBAYIJg2T03qHwxezacoofH8Q7tQx3XWZDICQd+SAOvT+A8zK7BHfj3gUt6Q0EnHMA/85PJ5TEul4gHgYSR78piQcYKXVXlSFSGCcFOIEAADs=') no-repeat center center;
}

.MagicScroll.mcs-rounded {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden !important;
}
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside {
    overflow: hidden !important;
}
.MagicScroll.mcs-rounded.MagicScroll-arrows-outside {
    overflow: visible !important;
}
.MagicScroll.mcs-rounded .mcs-button-arrow {
    color: rgba(49,51,61,0.6);
    -webkit-transition: color .15s linear, background-color .15s linear;
    transition: color .15s linear, background-color .15s linear;
}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow {
    width: 30px;
    height: 100%;
}
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow {
    width: 100%;
    height: 30px;
}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-prev {
    left: 0;
    border-radius: 10px 0 0 10px;
}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-next {
    right: 0;
    border-radius: 0 10px 10px 0;
}

.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-prev {
    top: 0;
    border-radius: 10px 10px 0 0;
}
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-next {
    bottom: 0;
    border-radius: 0 0 10px 10px;
}
.MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {
    opacity: 1 !important;
    color: rgba(49,51,61,.1);
    text-shadow: none !important;
}

.MagicScroll.mcs-rounded.MagicScroll-arrows-outside .mcs-button-arrow {
    background: #efefef;
    opacity: 1;
    box-shadow: 0 0 1px rgba(153, 153, 153, .5);
}

.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow:hover:not(.mcs-disabled) {
    background-color: rgba(255, 255, 255, .96);
    color: rgba(49,51,61,1);
}
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow {
    background-color: rgba(255, 255, 255, .75);
    box-shadow: 0 0 1px rgba(153, 153, 153, .5);
}

.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    border-width: 0 1px 0 0;
}
.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
    border-width: 0 0 0 1px;
}
.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    border-width: 0 0 1px 0;
}
.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
    border-width: 1px 0 0 0;
}
.lt-ie9-magic .mcs-rounded.MagicScroll .mcs-button-arrow {
    color: #83858B;
}
.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    background: #fff;
    filter: alpha(opacity = 75);
}
.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {
    filter: alpha(opacity = 96);
}
.lt-ie9-magic .MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {
    filter: alpha(opacity = 75) !important;
    color: #ccc;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';font-display: swap;src:url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://www.woodica.sk/skin/frontend/ves_sunstyle/default/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
