/* Minification failed. Returning unminified contents.
(2894,1): run-time error CSS1019: Unexpected token, found '}'
(7999,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8000,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8007,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8008,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
* {
margin:0;
padding:0;
outline:none;
}

body {
font-family:'Verdana',sans-serif;
overflow-y:scroll; 
}

html { scroll-behavior: smooth; }
html.noscroll, body.noscroll { overflow-y:hidden; }

.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.center { margin:0 auto; }

a {
text-decoration:none;
}

a, label, input[type=radio], input[type=checkbox] {
cursor:pointer;
}

img { border:none; }

ul { list-style:none; }

table { border-collapse:collapse; }

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }

.placeholder { color:#aaa !important; }

at:before { content:"@"; }

.roundbox {
border:1px solid transparent;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.sysinfo { display:none; background-color:#000; color:#ccc; }

div.ajax_overlay {
position:fixed;
width:100%;
height:100%;
z-index:10000;
}

#announcement {
padding:10px;
background:#ff0000;
color:#fff;
font-weight:300;
font-size:14px;
text-align:center;
}
#announcement a {
color:#fff;
text-decoration:underline;
}
#announcement a:hover {
text-decoration:none;
}

#loggedAsAdmin {
position:fixed;
left:0;
top:0;
z-index:100000;
background:#404040;
color:#fff;
font-size:12px;
opacity:0.8;
padding:5px;
border-radius:0 0 10px 0  !important;
overflow:hidden;
}

/* container
------------------------*/
#container {
width:990px;
margin:0 auto;
}


/* General Tooltips
---------------*/

[data-tooltip] { /*:link, a[data-tooltip]:visited*/
text-decoration: none;
display:inline-block;
position:relative;
/*z-index:999;*/
}

[data-tooltip]:before {
content:"";
position:absolute;
border-top:8px solid #202020;
border-left:8px outset transparent;
border-right:8px outset transparent;
visibility:hidden;
top:-60%;
right:0%;
opacity:0.8;
}
  
[data-tooltip]:after {
content:attr(data-tooltip);
position:absolute;
color:#fff;
bottom:160%;
right:-10px;
background:#202020;
border:1px solid #202020;
padding: 15px;
font-size:12px;
line-height:18px;
font-weight:normal;
text-align:left;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
white-space:normal;
visibility:hidden;
width:300px;
opacity:0.8;
text-shadow:none;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
visibility:visible;
-moz-transition:visibility 0s linear .3s;
-webkit-transition:visibility 0s linear .3s;
}


/* header
------------------------*/
header {
margin:15px 0 0;
}

#header-image {
width:990px;
height:154px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position:relative;
}

header a#homelink {
width:300px;
height:154px;
display:block;
position:absolute;
left:0px;
}

header>nav {
width:990px;
margin:0 0 15px;
height:50px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

header nav>ul {
float:left;
}

header nav>ul>li {
float:left;
padding:12px 10px 0;
}

header nav>ul>li>a {
font-size:12px;
font-weight:bold;
color:#ccc;
text-decoration:none;
line-height:24px;
}

header nav>ul>li>a:hover {
color:#fff;
}

header #header-login {
white-space:nowrap;
}

/* header search
------------------------*/
#search {
width:385px;
height:48px;
background:rgba(255,255,255,0.6);
background:#ccc\9;
float:left;
margin:50px 0 0 350px;
border-color:#fff;
position:relative;
}

#search input[type='text'] {
width:270px;
background:none;
height:48px;
border:none;
padding:0 15px;
border-radius:5px 0 0 5px;
-moz-border-radius:5px 0 0 5px;
-webkit-border-radius:5px 0 0 5px;
color:#404040;
}

#search>a {
height:36px;
position:absolute;
right:0;
border-radius:0 5px 5px 0;
-moz-border-radius:0 5px 5px 0;
-webkit-border-radius:0 5px 5px 0;
padding:12px 20px 0;
line-height:24px;
font-size:14px;
font-weight:bold;
color:#fff;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; font-size:14px; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; background-color:#f0f0f0; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.autocomplete-suggestion div:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f002";
color:#ccc;
margin-right:10px;
line-height:20px;
width:20px;
height:20px;
}
.autocomplete-suggestion div { cursor:pointer; }
.autocomplete-suggestion div.keyword:before { content:"\f002"; }
.autocomplete-suggestion div.product:before { content:"\f02b"; }
.autocomplete-suggestion div.category:before { content:"\f5fd"; }
.autocomplete-suggestion div.brand:before { content:"\f1f9"; }
.autocomplete-suggestion div.more { font-style:italic; color:#aaa; }


/* footer
------------------------*/
footer {
width:988px;/*990px - border*/
border-color:#909090 !important;
background:#eee;
margin:15px auto;
}    
    
footer p {
text-align:center;
color:#404040;
padding:10px;
font-size:10px;
}


/* cookies
-------------------------*/
.cookiewrapper {
position:fixed;
bottom:0;
width:100%;
margin:0 auto;
z-index:9999;
background:rgba(0,0,0,0.8);
border-top: solid 1px #fff;
}
.cookiebox {
color:#fff;
font:12px "Arial";
padding:40px;
}
.cookiebox h3 {
margin-bottom:15px;
font-weight: normal;
font-size: 22px;
}
.cookiebox a {
display:inline-block;
color:#fff;
margin-top:15px;
}
.cookiebox a:hover {
text-decoration:underline;
}
.cookiebox input[type=button] {
background-color:#50C24E;
color:#000;
border:none;
border-radius:5px;
display:inline-block;
cursor:pointer;
margin: 20px 20px 0px 0px;
padding:10px 15px;
font-size:13px;
}
.cookiebox input[type=button]:hover {
text-decoration:none;
background-color:#fff;
color:#50C24E;
}
.cookiebox input[type=button]#btnCookieDisagree {
background-color:#a0a0a0;
}


/* basket
------------------------*/
#basket p>b {
font-weight:normal;
}

#basketList {
position:relative;
z-index:9999;
}
#basketList>div { /*perko*/
display:none;
position:absolute;
top:0;
right:0;
padding:10px 10px 35px;
border:solid 1px #ccc;
background:rgba(255,255,255,0.9);
width:260px;
color:#404040;
}

#basketSumQty, #basketSumRegular, #basketSumDiscount, #basketSumWeight, #basketPostage, #basketPackaging, #basketTotalSum, #basketTotalSumWithoutPostage, #basketSumCoupons, #basketSumCouponsPreview, #basketSumBonus, #basketSumBonusPreview, #basketSumBonusObtained, #basketTotalSumWithoutPostageVatValue, #basketTotalSumWithoutPostageWithVat  {
display:none !important;
}

#basketList a.hide {
font-size:10px;
position:absolute;
bottom:0;
right:0;
display:block;
color:#404040;
width:100%; /*280px;*/
text-align:center;
border-top:1px solid #ccc;
}

#basketList a:hover.hide {
text-decoration:underline;
background:#f8f8f8;
}

#basketList a.checkout {
background-color:#404040;
padding:10px 20px;
color:#fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
display:block;
border:1px solid #101010;
text-align:center;
font-weight:bold;
margin:0 10px;
-webkit-box-shadow: 0px 1px 2px 0px #666;
-moz-box-shadow: 0px 1px 2px 0px #666;
box-shadow: 0px 1px 2px 0px #666;
}
#basketList a:hover.checkout {
background-color:#505050;
}

#basketList>div>h3 {
margin:0 0 10px;
font-size:16px;
}

#basketList>div>p {
margin:10px 5px 20px;
font-size:14px;
font-weight:bold;
text-align:right;
}

#basketList>div>span {
font-size:16px;
color:#808080;
padding:10px;
display:block;
margin: 0 0 -10px;
text-align:center;
background:#f5f5f5;
border:1px solid #ccc;
}

#basketList>div>ul {
border-bottom:1px dashed #aaa;
margin:0 0 5px; 
padding:0 0 5px;
}

#basketList>div>ul>li {
font-size:12px;
line-height:22px;
padding:10px 5px;
}

#basketList>div>ul>li:hover {
background:#f6f6f6;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

#basketList>div>ul>li>a,
#basketList>div>ul>li>span,
#basketList>div>ul>li>b {
display:table-cell; 
vertical-align:middle;
}

#basketList>div>ul>li>b {
width:30px; 
}

#basketList>div>ul>li>a {
color:#808080;
}

#basketList>div>ul>li>a>b {
display:inline-block;
font-size:10px;
line-height:10px;
color:#606060;
background:#ddd;
padding:3px;
border:1px solid #ccc;
height:10px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
margin:0 0 0 10px;
}

#basketList>div>ul>li>a>img {
float:left;
padding-right:15px;
}

#basketList>div>ul>li>a>span, .wishlist table td>a>span>span {
color:#606060;
font-size:12px;
line-height:10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:3px;
margin:0 0 8px 8px;
border:1px solid #ccc;
background:#f5f5f5;
white-space:nowrap;
}

#basketList>div>ul>li>a:hover {
text-decoration:underline;
}

#basketList>div>ul>li>a:hover>span {
text-decoration:none !important;
}

#basketList>div>ul>li>a .components {
margin-top:10px;
font-size:12px;
}
#basketList>div>ul>li>a .components b {
font-weight:600;
}

#basketList>div>ul>li>span { 
width:60px; 
text-align:right;
font-weight:bold;
padding-left:0px;
}

#basketList>div>ul>li.active-title,
#basketList>div>ul>li.active {
background-color:#ddd;
border-radius:5px;
margin:0 0 5px;
}

#basketList>div>ul>li.active-title {
text-align:center;
background:none;
margin:0;
}

#basketList>div>ul>li>a.remove-button {
float:right;
opacity:0.5;
}
#basketList>div>ul>li>a.remove-button:hover {
opacity:1;
}
#basketList>div>ul>li>a.remove-button svg {
width:20px;
height:20px;
fill:#444;
}


/* categories
------------------------*/
.categoriesWrapper {
float:left;
}
#container.reservations .categoriesWrapper, #container.reservations .category-path {
display:none;
}

#categories {
width:220px;
margin:14px 13px 0 -1px;
}
#categories h3 {
font-size:15px;
font-weight:bold;
text-align:center;
padding-top:8px;
height:27px;/*35px-padding*/
border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
background-color:#ff0000; /**/
color:#fff; /**/
}
#categories>ul>li {
font-size:13px;
font-weight:bold;
border:1px solid;
border-top:none;
border-color:#968e8e; /**/
}
#categories>ul>li>a {
padding:7px 10px;
background-color:#efefef; /**/
color:#333; /**/
}
#categories>ul>li:last-child, #categories>ul>li:last-child ul:last-child, #categories>ul>li:last-child>a:not(.on) {
border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
}
#categories ul li a {
display:block;
text-decoration:none;
}
#categories ul li a.on {
font-weight:bold;
}
#categories ul li a:hover {
background-color:#e5e6e3 !important; /**/
}
#categories>ul>li>a span {
display:block;
font-weight:normal;
font-size:9px;
}

#categories>ul>li ul {
background-color:#fff; /**/
}

#categories>ul>li li {
font-size:11px;
font-weight:normal;
}
#categories>ul>li li a {
padding:3px 10px;
color:#333; /**/
}
#categories>ul>li>ul { padding:10px 0; }

#categories>ul>li>ul>li ul { padding-bottom:10px; }

#categories>ul>li>ul>li ul li a {
padding-left:15px;
}

#categories>ul>li.extra {
background-color:#fff;
font-weight:normal;
}

#categories ul li {
position:relative;
}
#categories ul li a.link {
position:absolute;
right:0;
top:0;
text-decoration:none;
padding-right:5px;
background-color:transparent !important;
color:#aaa;
}
#categories ul li a.link:hover {
background-color:transparent !important;
color:#666 !important;
}

/* Product filters
--------------------- */
#filtersWrapper {
display:none;
}

#filters {
width:220px;
}

#filters h3 {
font-size:15px;
padding:10px 0;
}

#filters .filterName {
font-size:12px;
font-weight:bold;
}

#filters ul {
font-size:11px;
}

#filters ul li {
padding-top:5px;
position:relative;
height:12px;
}
#filters ul li.autohide,
#filtersTop ul li.autohide {
display:none; 
}

#filters .expand,
#filtersTop .expand {
display:block;
}
#filters .expand:before,
#filtersTop .expand:before {
content:"";
border: solid;
border-width: 0 3px 3px 0;
border-radius:2px;
display: inline-block;
padding: 3px;
margin-right:13px;
transform: rotate(45deg);
}
#filters .expand.expanded:before,
#filtersTop .expand.expanded:before {
transform: rotate(225deg);
}

#filters ul li label {
display:block;
position:absolute;
top:5px;
left:33px;
font-size:12px;
line-height:12px;
}

#filters ul li:hover label {text-decoration:underline;}
#filters ul li:hover .checkbox:not(.checkboxChecked) {border-color:#404040;}

#filters .checkbox {
background:#fff;
display:inline-block;
width:10px;
height:10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #A0A0A0;
position:absolute;
top:5px;
left:15px;
}
#filters div.checkboxChecked {
background:#404040;
border-color:#404040;
}
#filter label.checkboxChecked {
background:none !important;
}

#filters ul.hidden {
display:none;
}
#filters .filterName.collapsable {
cursor:pointer;
}
#filters .filterName.collapsable:after {
color: #ccc;
float:right;
content:"";
border: solid;
border-width: 0 3px 3px 0;
border-radius:2px;
display: inline-block;
padding: 3px;
margin-left:10px;
transform: rotate(-135deg);
}
#filters .filterName.collapsable:hover:after, #filters .filterName.collapsable.hidden:hover:after {
color:#000;
}
#filters .filterName.collapsable.hidden:after {
color:#ccc;
transform:rotate(-315deg);
}

/* product list Grid View
------------------------*/
article {
width:610px;
float:right;
margin:15px 0 0 15px;
}    

#article-title {
background:#fff;
border-radius:5px 5px 0 0;
border:1px solid #ccc;
}

#article-title h1, #article-title h2 {
padding:10px;
font-size:19px;
color:#404040;
}

#article-title .desc {
padding:0 10px 20px;
font-size:11px;
}
#article-title .desc, #article-title .desc a, .descBottom, .descBottom a {
color:#404040;
}
#article-title .desc a, .descBottom a { text-decoration:underline; }
#article-title .desc a:hover, .descBottom a:hover { text-decoration:none; }
#article-title .desc p, .descBottom p {
padding:5px 0;
word-wrap:break-word;
}
#article-title .desc ul, .descBottom ul {
list-style:circle;
padding-left:20px;
padding-bottom:10px;
}
#article-title .desc li, .descBottom li {
padding-top:10px;
}
#article-title .desc.brandurl { display:none; }

.accordion-trigger {
font-weight:600;
cursor:pointer;
margin-top:10px;
}
.accordion-trigger:before {
content:"Prikaži več";
}
.accordion-trigger.on:before {
content:"Prikaži manj";
}
.accordion-trigger:after {
content:"\25BC";
font-size:10px;
padding-left:5px;
}
.accordion-trigger.on:after {
content:"\25B2";
}

ul.no-products li {
border:1px solid #ccc;
border-top:none;
border-bottom:none;
padding:10px;
font-size:11px;
text-shadow:none;
}

ul.no-products li>p {
display:block;
text-align:center;
font-size:22px;
line-height:40px;
color:#404040;
font-weight:normal;
}

ul.no-products li>p a {
width:auto;
display:inline-block;
font-size:24px;
line-height:24px;
color:#fff;
text-align:center;
font-family:'Open Sans',sans-serif;
padding:20px;
border-radius:5px;
background:#404040;
margin-top:60px;
}

ul.no-products li>p a:hover {
opacity:0.8;
}

.show-filters, #products #filters {
display:none;
}

ul.product-list {
border-left:1px solid #ccc;
border-top:1px solid #ccc;
width:100%;
}

ul.product-list>li {
float:left;
display:block;
width:182px;
border:1px solid #ccc;
border-top:none;
border-left:none;
padding:10px;
position:relative;
}


ul.product-list h3 {
color:#404040;
font-size:11px;
font-weight:bold;
line-height:14px;
height:28px;
overflow:hidden;
}

ul.product-list.groups h3 {
text-align:center;
}

ul.product-list>li>a>h3 {
color:#404040;
text-decoration:none;
}

ul.product-list>li h3:hover {
text-decoration:underline !important;
color:#000 !important;
}

ul.product-list p.code {
color:#ccc;
font-size:10px;
line-height:14px;
}

ul.product-list p.subtitle {
color:#606060;
font-size:10px;
font-style:italic;
line-height:14px;
height:28px;
overflow:hidden;
}

ul.product-list .img {
width:180px;
height:180px;
margin:10px 0;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
overflow:hidden;
text-align:center;
display:block; /* table-cell;*/
vertical-align:middle;
}
ul.product-list .img img {
display:block;
margin:0 auto;
}

ul.product-list p.stock {
color:#606060;
font-size:10px;
line-height:14px;
}
ul.product-list .stock a {
color:#404040;
}
ul.product-list .stock a:hover {
text-decoration:underline;
}

ul.product-list .add-basket {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
overflow:hidden;
display:inline-block;
/*margin:-4px 0;*/
}

ul.product-list .add-basket input[type='text'] {
width:25px;
background:#fff;
border:none;
padding:4px;
margin:5px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
color:#606060;
font-size:14px;
font-weight:bold;
text-align:center;
height:12px;
float:left;
box-shadow:inset 0px 0px 3px #606060;
-webkit-box-shadow:inset 0px 0px 3px #606060;
-moz-box-shadow:inset 0px 0px 3px #606060;
font-family:Arial;
}

ul.product-list .add-basket a {
height:25px;
padding:5px 15px 0;
color:#fff;
font-size:12px;
display:block;
float:left;
line-height:18px;
}

ul.product-list .sale, ul.product-list .highlighted {
position:absolute;
background-repeat:no-repeat;
width:46px;
height:46px;
top:0;
right:0;
z-index:50;
}
ul.product-list .highlighted { background-image:url(/img/icon-highlighted.png); }

ul.product-list .sale  { background-image:url(/img/icon-sale.png); }
ul.product-list .sale b {
display:block;
font-family:'Arial',sans-serif;
color:#fff;
text-align:right;
font-size:11px;
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

ul.product-list p.price span {
font-size:10px;
/*text-decoration:line-through;*/
color:#808080;
font-weight:normal;
}

ul.product-list p.price {
color:#404040;
font-size:12px;
font-weight:bold;
line-height:14px;
text-align:right;
float:right;
margin-top:-1px;
}

/* Best price */
div.bestprice {
color:#888;
font-size:10px;
}
.product-list.grid .bestprice {
text-align:center;
display:block;
font-size:9px;
}
.product-detail-rightcol>ul>li.bestprice {
text-align:right;
}
/* */

ul.no-products {
background:#eee;
margin:20px 0;
padding:40px;
text-align:center;
font-size:40px;
font-weight:bold;
color:#ccc;
display:block;
border:1px dashed #ddd;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
background:#f5f5f5;
}

ul.no-products>li {
border:none;
font-size:40px;
font-weight:bold;
}

/* Product list - List view */

ul.product-list.list {
width:100%;
margin:0;
border-bottom:1px solid #eee;
}

ul.product-list.list>li {
width:100%;
box-sizing:border-box;
margin:0;
padding:0 0 0 130px;
height:110px;
border-top:1px solid #eee;
}

ul.product-list.list li .img {
width:auto;
height:100%;
padding:0;
}

ul.product-list.list li h3 {
padding:20px 0 10px;
font-size:16px;
color:#333;
line-height:20px;
width:50%;
}

ul.product-list.list li .price {
position:absolute;
top:20px;
right:0;
margin:0;
display:inline-block;
}

/* Product list - Table view */

.product-list.table table {
width:100%;
}
.product-list.table table tr {
border-bottom:1px solid #ddd;
}
.product-list.table table tr.highlighted {
background-color:#ffff88;
}
.product-list.table table tr:hover {
background-color:#fafafa;
}
.product-list.table table tr:first-child {
border-bottom:none;
}

.product-list.table table td, .product-list.table table th  {
/*padding:5px 3px 1px 3px;*/
font-size:13px;
line-height:20px;
color:#333;
vertical-align:middle;
}
.product-list.table table td:first-child {
padding-left:5px;
}
/*.product-list.table table td a {
color:#333;
}
.product-list.table table td a:not(.product-inquiry) {
color:#333;
text-decoration:underline;
}
.product-list.table table td a:not(.product-inquiry):hover {
text-decoration:none;
}*/
.product-list.table table th {
padding:10px;
color:#666;
background:#f5f5f5;
text-align:left;
font-weight:400;
}
.product-list.table table th a {
color:#666;
}
.product-list.table table th a:hover {
text-decoration:underline;
}
.product-list.table table th a.on {
font-weight:600;
}

.product-list.table table td span:not(.highlight) {
font-weight:600;
}

.product-list.table table td.basket {
width:107px;
padding-right:0;
padding-left:0;
white-space:nowrap;
}

.product-list.table table td {
position:relative;
}
.product-list.table table td img {
width:60px;
height:60px;
}
.product-list.table table td div.saleflag {
position:absolute;
top:0;
right:0;
font-size:8px;
line-height:8px;
color:#fff;
display:block;
padding:5px;
background-color:#ccc;
white-space:nowrap;
}
.product-list.table table td div.saleflag.id60 { background-color: #0099cc; }
.product-list.table table td div.saleflag.id104 { background-color: #cc0000; }

.product-list.table table th.c, .product-list.table table td.c {
text-align:center;}
.product-list.table table th.r, .product-list.table table td.r {
text-align:right;}
.product-list.table table td.r {
white-space:nowrap;}


.product-list.table table td.basket {
height:49px;
}
.product-list.table table a.add, .product-list.table table a.inquiry {
background-color:#333;
display:inline-block;
width:50px;
height:35px;
border-radius:3px;
margin:15px 0 0 10px;
}

.product-list.table table a.add, .product-list.table table a.inquiry,
.profile-wishlist table a.add, .profile-wishlist table a.inquiry {
background-image:none;
position:relative;
}
.product-list.table table a.inquiry {
position:absolute;
right:0;
top:0;
}
.product-list.table table a.add:before, .product-list.table table a.inquiry:before, 
.profile-wishlist table a.add:before, .profile-wishlist table a.inquiry:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f291";
color:#fff;
line-height:35px;
font-size:18px;
text-align:center;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}
.product-list.table table a.inquiry:before,
.profile-wishlist table a.inquiry:before {
content:"\f0e0";
}

.product-list.table table a.product-inquiry span {
display:none;
}
.product-list.table table a.product-inquiry:before  {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f0e0";
color:#333;
margin-right:10px;
font-size:17px;
position:relative;
bottom:-2px;
}
.product-list.table table a.product-inquiry:hover  {
background-color:#fff;
}

.product-list.table table .quantity {
display:inline-block;
}
.product-list.table table .quantity input {
background:#fff;
border-radius:3px;
display:inline-block;
border:1px solid #ddd;
width:15px;
padding:10px;
line-height:13px;
text-align:right;
top:-13px;
position:relative;
margin:0 0 0 10px;
}



/* paging
------------------------*/
#container-sorting, .pagination {
background:#ccc;
min-height:30px;
}

.pagination:not(.bottom) {
border-top:1px solid #ddd;
}

#sorting label, #pagesize label, #brandfilter label, #onlyInStock label {
float:right;
font-size:10px;
margin:11px 5px;
color:#606060;
cursor:default;
}
#onlyInStock label {
cursor:pointer;
margin:8px 0;
}

#sorting select, #pagesize select, #brandfilter select, #onlyInStock input[type=checkbox] {
margin:4px 5px 5px;
float:right;
border-radius:3px;
border:none;
font-size:12px;
padding:3px;
height:25px;
}

#sorting {
float:right;
}

#pagesize label, #brandfilter label, #onlyInStock label {
float:left;
}

#pagesize select, #brandfilter select, #onlyInStock input[type=checkbox] {
float:left;
}

.pagination {
width:600px;
padding:0 5px;
font-size:10px;
float:left;
}

.pagination span {
margin:10px 0;
color:#606060;
float:left;
}

.pagination .page-select {
float:right;
color:#606060;
}

.pagination .page-select a {
display:inline-block;
padding:5px;
margin:5px 0;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
color:#606060;
}

.pagination .page-select a:hover {
background-color:#909090;
color:#fff;
}
.pagination .page-select a.off {
cursor:default;
color:#ededed;
background-color:transparent;
}

.pagination .page-select input {
width:25px;
height:18px;
margin:4px 5px 5px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:none;
font-size:12px;
font-weight:bold;
padding:3px;
text-align:center;
}

.pagination.bottom {
border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
}


div.loading { 
width:100%; 
padding:40px; 
text-align:center; 
box-sizing: border-box;
}

div.loading .loadingContainer { 
display:inline-block;
margin:0 auto;
padding:15px 30px;
background:#f5f5f5;
border-radius:2px;
}

div.loading p { 
color:#222;
font-size:15px;
line-height:15px;
display:inline-block;
vertical-align:middle;
}

div.loading i { 
color:#000;
line-height:20px;
font-size:20px;
text-align:center;
vertical-align:middle;
margin-right:20px;
}

/* viewtype toggle */

#viewtype {
float:left;
}

#viewtype a {
font-size:20px;
line-height:40px;
color:#ccc;
margin-right:10px;
}

#viewtype a.on {
color:#333;
}

#viewtype a:hover {
color:#888;
}

/* Izdelek podrobno
--------------------- */
article.normal-width {
width:740px;
}

.category-path {
font-size:12px;
padding:0 0 10px;
color:#606060;
max-width:70%;
}

.category-path>b {
display:inline-block;
width: 0px !important;
height: 0px !important;
border-top: 5px outset transparent !important;
border-bottom: 5px outset transparent !important;
background-image:none  !important;
margin:0 10px;
border-left: 5px solid #404040 !important;
border-right: none !important;
}

.category-path i {
font-weight:bold;
font-style:normal;
}

.category-path a {
color:#404040;
}

.product-detail-title {
background:#f5f5f5;
padding:10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:0px 0px 3px #aaa;
-webkit-box-shadow:0px 0px 3px #aaa;
-moz-box-shadow:0px 0px 3px #aaa;
color:#606060;
font-weight:bold;
}

.product-detail-title h1 {
color:#606060;
font-size:24px;
}

.product-detail-title h1 span {
color:#606060;
font-size:10px;
line-height:10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:3px;
margin:0 0 0 8px;
border:1px solid #ccc;
background:#f5f5f5;
top:-6px;
position:relative;
white-space:nowrap;
}

.product-detail-title h2 {
font-weight:normal;
font-size:12px;
font-style:italic;
color:#808080;
}

/* desni stolpec
------------------------*/
/*aside {
width:130px;
margin:15px 0 15px 13px;
float:right;
}*/



/*.progress {
border: 1px solid #DDDDDD;
border-radius: 3px 3px 3px 3px;
position: relative;
width: 398px;
margin:10px 0 0;
font-size:10px;
}

.bar {
background-color: #B4F5B4;
border-radius: 3px 3px 3px 3px;
height: 20px;
width: 0;
}

.percent {
display: inline-block;
left: 48%;
position: absolute;
top: 3px;
}*/


/*warning*/

/*p.warning {
text-align:right;
font-size:12px;
color:#808080;
}*/




/* jQueryUI slider */
/*.filterSlider {
text-align:center;
width:180px;
}

.filterSlider .slider {
margin:10px;
}

.ui-slider {
position: relative;
text-align: left;
}

.ui-slider .ui-slider-handle {
background:#e0e0e0;
position: absolute;
z-index: 2;
width: 17px;
height: 17px;
cursor: default;
}

.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 12px;
display: block;
border: 0;
}

.ui-slider-horizontal {
background:#e0e0e0;
height: 1px;
}

.ui-slider-horizontal .ui-slider-handle {
top: -8px;
margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}*/

/*https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/*/
div.filterSlider {
position:relative;
width:180px;
text-align:center;
margin-bottom:23px;
}

div.filterSlider input {
pointer-events: none;
position: absolute;
overflow: hidden;
left: 0;
top: 15px;
width: 100%;
outline: none;
height: 18px;
margin: 0;
padding: 0;
margin-top:5px;
}

div.filterSlider input::-webkit-slider-thumb {
pointer-events: all;
position: relative;
z-index: 1;
outline: 0;
}

div.filterSlider input::-moz-range-thumb {
pointer-events: all;
position: relative;
z-index: 10;
-moz-appearance: none;
width: 9px;
}

/* slider handle */
input[type=range] {
-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
width: 100%; /* Specific width is required for Firefox. */
background: transparent; /* Otherwise white in Chrome */
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}
input[type=range]:focus {
outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
input[type=range]::-ms-track {
width: 100%;
cursor: pointer;
/* Hides the slider so custom styles can be added */
background: transparent; 
border-color: transparent;
color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
height: 15px;
width: 15px;
border-radius: 2px;
background-color: #404040;
cursor: pointer;
top:-7px;
}
/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
height: 15px;
width: 15px;
border-radius: 2px;
background-color: #404040;
cursor: pointer;
top:-7px;
}
/* All the same stuff for IE */
input[type=range]::-ms-thumb {
height: 15px;
width: 15px;
border-radius: 2px;
background-color: #404040;
cursor: pointer;
top:-7px;
}

/* slider track */
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 1px;
cursor: pointer;
background: #ccc;
border-radius: 1px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #ccc;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 1px;
cursor: pointer;
background: #ccc;
border-radius: 1px;
}


/* Brands list 
--------------------- */

.indexBrands {
text-align:center;
margin:0 0 40px;
}

.indexBrands a {
color:#888;
font-size:20px;
line-height:20px;
display:inline-block;
margin:0 7px;
}

.indexBrands a:hover {
color:#333;
}

article.brands>ul {
float:left;
width:103%;
padding:0;
margin:0 0 0 -3%;
}


article.brands>ul>li:not(.initial) {
padding:0;
text-align:center;
width:22%;
height:150px;
margin:0 0 20px 3%;
box-sizing:border-box;
border:1px solid #ddd;
float:left;
background:#fff;
}

article.brands>ul>li.initial {
padding:30px 0;
font-size:30px;
line-height:30px;
font-weight:300;
text-align:left;
border-bottom:1px solid #ddd;
width:97%;
margin:20px 0 30px 3%;
}

article.brands>ul>li a {
display:block;
position:relative;
width:100%;
font-weight:300;
font-size:20px;
height:100%;
}

article.brands>ul>li a img {
display:block;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
height:auto;
max-width :70%;
max-height:65%;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

article.brands>ul>li a:hover img {
-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
filter: grayscale(0);
}


/* Hamburger menu */
.nav-trigger {
position: absolute;
clip: rect(0, 0, 0, 0);
-webkit-touch-callout: none;
}
label[for="toggleSidebar"] {
position: absolute;
left: 22px; top: 22px;
z-index:9999;
display: none;
}
.nav-trigger + label {
transition:opacity 0.5s, left 0.1s;
}
.nav-trigger.hide + label.hide {
transition:opacity 0.3s;
opacity:0;
}
label[for="toggleSidebar"] span {
display:block;
width: 22px;
height: 4px;
margin-bottom: 4px;
position: relative;
background-color:#333;
border-radius: 1px;
transform-origin: 0% 100%;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;
}

label[for="toggleSidebar"] span:nth-last-child(3) {
transform-origin: 0% 0%;
}
label[for="toggleSidebar"] span:first-child {
transform-origin: 4px 0px;
}
.nav-trigger:checked ~ label span {
opacity: 1;
transform: rotate(-45deg) translate(0px, 5px);
width: 26px;
}
.nav-trigger:checked ~ label span:nth-last-child(3) {
opacity: 1;
transform: rotate(45deg) translate(6px, 2px);
width: 26px;
}
.nav-trigger:checked ~ label span:nth-last-child(2) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}

@media only screen and (min-height : 300px) and (max-width : 1020px) and (min-device-height : 300px) {
label[for="toggleSidebar"] { display:block; }
}

nav#sidebar ul li {
position:relative;
}
nav#sidebar>ul>li a.expandable {
position:absolute;
padding-right:15px;
right:0;
top:0;
background-color:transparent;
}
nav#sidebar>ul>li a.expandable::after {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\2b";
font-size:24px;
}
nav#sidebar>ul>li a.expandable.on::after {
content:"\2212";
}
nav#sidebar ul li a.selected {
font-weight:bold;
}
nav#sidebar ul li a.link {
display:none;
}
nav#sidebar ul {
float:none;
}
/* bottom bar */
.contentOverlay {
visibility:hidden;
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:10000;
transition:background-color 0.2s;
}
.contentOverlay.on {
visibility:visible;
background-color:rgba(0,0,0,0.5);
}

#bottombar {
width:70%;
height:100%;
background-color:#fff;
position:fixed;
bottom:0;
right:-100%;
overflow:hidden;
transition:right 0.2s;
z-index:100001;
border-radius:8px 0 0 8px;
}
#bottombar.on {
right:0;
transition:right 0.3s cubic-bezier(0.000, 0.000, 0.000, 1.000);
}
#bottombar.contact {
width:450px;
right:-450px;
}
#bottombar.contact.on {
right:0;
}

#bottombar .top {
width:100%;
height:80px;
}
#bottombar .top .close { 
height:25px;
padding:13px;
width:25px;
position:absolute;
top:20px;
right:20px;
cursor:pointer; 
}
#bottombar .top .close:hover {
background:#efefef;
border-radius:50%;
}
#bottombar .top .close:before, #bottombar .top .close:after {
position: absolute;
left: 22.5px;
content: ' ';
height: 23px;
width: 3px;
border-radius:1px;
background-color: #000;
}
#bottombar .top .close:before {
transform: rotate(45deg);
}
#bottombar .top .close:after {
transform: rotate(-45deg);
}

#bottombar .bottom {
margin-top:60px;
padding:0 40px;
height:80px;
}
#bottombar .bottom input[type=submit], 
#bottombar .bottom a {
width:100%;
display:block;
box-sizing: border-box;
padding:20px;
font-size:15px;
font-weight:600;
text-align:center;
border-radius:30px;
background-color:#1b1b1b;
color:#fff;
border:none;
cursor:pointer;
}
#bottombar .bottom input[type=submit]:not([disabled]):hover,
#bottombar .bottom a:not([disabled]):hover{
opacity:0.9;
}
#bottombar .bottom input[type=submit][disabled],
#bottombar .bottom a[disabled]{
background-color:#eee;
color:#aaa;
cursor:default;
}

#bottombar h3 {
font-weight:600;
font-size:24px;
padding:0 40px 40px;
}
#bottombar .content {
overflow-y:auto;
/*margin-bottom: calc(100% - 80px);
height:600px;
max-height:calc(100%-160px);*/
}
#bottombar .content>p {
padding:0 40px 10px;
font-size:15px;
line-height:24px;
}

#bottombar .form {
padding:0 40px;
}
#bottombar .form input[type=text], #bottombar .form input[type=email], #bottombar .form input[type=password], #bottombar .form select, #bottombar .form textarea {
-webkit-appearance:none;
width:100%;
padding:11px 15px;
font-size:18px;
line-height:22px;
color:#444;
border:1px solid #ccc;
border-radius:5px;
box-sizing:border-box;
position:relative;
z-index:10;
}
#bottombar .form input[type=text]:focus, #bottombar .form input[type=email]:focus, #bottombar .form input[type=password]:focus, #bottombar .form select:focus {
border-color:#aaa;
}
#bottombar .form label {
margin-bottom:4px;
font-size:15px;
}
#bottombar .form label, #bottombar .form p.inline {
margin-top:30px;
}
#bottombar .form .input-wrap .error {
background:#fff;
font-size:13px;
padding:0;
top: calc(100% + 2px);
}
#bottombar .form .input-wrap .error, #bottombar .form .input-wrap .error a {
color:#e52828 !important;
}
#bottombar .form .input-wrap .error:before {
content:"\25cf";
margin-right:5px;
font-size:16px;
}




/****************** Mobile site ****************/

@media only screen and (min-height : 300px) and (max-width : 1020px) and (min-device-height : 300px) {

    .noty_bar {
    position:fixed !important;
    left:50% !important;
    width:90% !important;
    margin-left:0 !important;
    transform:translateX(-50%) !important;
    }

    #bottombar {
    width:100%;
    height:70%;
    bottom:-70%;
    right:0;
    transition:bottom 0.2s;
    border-radius:8px 8px 0 0;
    }
    #bottombar.on {
    bottom:0;
    transition: bottom 0.3s cubic-bezier(0.000, 0.000, 0.000, 1.000);
    }
    #bottombar.contact {
    width:100%;
    height:95%;
    bottom:-95%;
    }
    #bottombar.contact.on {
    bottom:0;
    }

    section.contactForm {
    overflow-y: scroll;
    height: calc(100% - 80px);
    }
}
body {
font-family:'Roboto',sans-serif;
}

 #basketList div, article.home, .footerContainer, .headerContainer, #container, 
article.normal-width, article.contentpage, nav#headerCategories, #contentWrapper, article.categoryempty {
width:1140px;
}
header, footer, #bannerWrapper, #banner, #banner a, #banner a img {
width:100%;
}

article, article.brands, article.normal-width {
width:880px;
}
 
#container {
padding: 0 0 60px;
position:relative;
background:#fff;
}

#container.home {
padding: 0;
}

#contentWrapper {
position:relative;
background:#fff;
padding:0;
margin:0 auto;
}

.roundbox {border:none;}


/* header 
---------------------- */
header {
margin:0 auto;
background: rgb(8,65,79);
background: linear-gradient(90deg, rgba(8,65,79,1) 0%, rgba(204,215,218,1) 100%); 
height: 226px;
position:relative;
padding:0;
}

.headerContainer {
margin:0 auto;
position:relative;
padding:0;
}

.headerContainer {
margin:0 auto;
position:relative;
padding:0;
}

.headerContainer.main {
height:120px;
}

header a#homelink {
width:400px;
height:80px;
top:20px;
left:0;
background:url(/skin/semenic/logo-white.svg) no-repeat center left;
background-size: contain;
position:absolute;
z-index:100;
box-sizing:border-box;
}

header .headerBar {
display:block;
width:100%;
height:45px;
background:#003b49;
}

header nav {
background:#003b49;
display:block;
padding:0;
}

header nav ul {
float:left;
}        

header nav ul li {
padding:0;
} 

header nav ul li a {
padding:0 13px;
display:block;
color:#fff;
font-weight:400;
font-size:14px;
line-height:45px;
} 

header nav ul li a i {
font-size:16px !important;
color:#fff;
display:inline-block;
margin-right:10px;
}        

header nav ul li a i svg {
vertical-align: middle;
}   

header nav ul li a i svg path, header nav ul li a i svg polygon {
fill: #fff;
}

header nav ul li a:hover, header nav ul li a:hover i svg path, header nav ul li a:hover i svg polygon, header nav ul li a:hover i {
color:#ff7c44;
fill:#ff7c44;
transition: all 0.3s ease;
}        

header .language {
float:right;
margin-left:10px;
border-left:1px solid rgba(255,255,255,0.2);
}

header .language div {
padding:0 13px;
display:block;
color:#fff;
font-weight:400;
font-size:14px;
line-height:45px;
}
header .language div a {
color:#fff;
}
header .language div a.on {
font-weight:bold;
}

header .language div i {
display: inline-block;
transition: all .3s ease;
margin-left:5px;
}

header .language div i path {
fill:#fff;
}

header .language div i svg {
vertical-align:middle;
}

label[for="toggleSidebar"] span {
background-color: #fff;
}

/* Categories */

.headerCategoriesWrapper {
width:100%;
height:60px;
border-top:1px solid rgba(255,255,255,0.2);
}

nav#headerCategories {
margin:0 auto;
position:relative;
}
nav#headerCategories ul li a {
line-height:60px;
font-size: 14px;
font-weight:400;
color:#fff;
padding:0 11px;
}
nav#headerCategories ul>li>a {
text-transform: uppercase;
}

nav#headerCategories ul li.action a {
text-transform:uppercase;
font-weight:700;
}

nav#headerCategories ul li a:hover {
color:#ff7c44;
}        

nav#headerCategories ul li div {
display:none;
position:absolute;
width:100%;
top:60px;
left:0;
background:#eee;
z-index:9900;
padding:20px 10px;
box-sizing:border-box;
}

nav#headerCategories ul li div ul {
float:none;
margin:0 0 20px;
}

nav#headerCategories ul li div>ul {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
}

nav#headerCategories ul li div ul {
float:none;
}

nav#headerCategories ul li div > ul > li > a {
line-height:30px;
font-size: 13px;
font-weight:400;
color:#003b49;
}


nav#headerCategories ul li div > ul > li > a:hover {
background:none;
color:#003b49;
}

/* Categories all */


nav#headerCategories ul li.all i {
margin-left:10px;
}

nav#headerCategories ul li.all div>ul {
-webkit-column-count: 4; /* Chrome, Safari, Opera */
-moz-column-count: 4; /* Firefox */
column-count: 4;
}

nav#headerCategories ul li.all div > ul > li > a {
line-height:20px;
font-weight:600;
color:#003b49;
font-size: 14px;
margin:0 0 20px;
}

nav#headerCategories ul li.all div > ul > li > a:hover {
background:none;
color:#ff7c44;
}


nav#headerCategories ul li.all div > ul > li > ul > li > a {
font-size: 13px;
line-height: 20px;
}

nav#headerCategories ul li.all div > ul > li > ul > li > a:hover {
background:none;
color:#888;
}

/* User Nav / Login
---------------------*/

#user-nav {
position:relative;
float:right;
}

#user-nav>ul {
float:left;
}

#user-nav>ul>li {
float:left;
padding:0 13px;
font-weight:400;
font-size:14px;
line-height:45px;
}

#user-nav>ul>li>p {
color:#fff;
font-weight:400;
font-size:14px;
line-height:45px;
padding:0 133px;
display:block;
}

#user-nav>ul>li>a {
font-weight:400 !important;
display:block;
color:#fff !important;
padding:0;
}


#user-nav>ul>li>a:hover {
color:#ff7c44;
}

header a#header-login {
padding:0 13px;
font-weight:400;
font-size:14px;
line-height:45px;
height:auto;
float:none;
width:auto;
border:none;
margin:0;
text-decoration:none;
color:#fff;
font-weight:400 !important;
display:block;
border-radius:0; 
}

header a#header-login:hover {
color:#ff7c44;
}


#freeShipping {
color:#fff;
display:none;
line-height:30px;
font-size:14px;
text-align:center;
position:absolute;
left:calc(50% - 160px);
width:320px;
top:20px;
}

/* info */

ul.headerInfo {
position:absolute;
top:20px;
right:150px;
color:#003b49;
line-height:26px;
font-size:14px;
font-weight:400;
}

ul.headerInfo i {
margin-right:10px;
color:#003b49;
}

ul.headerInfo a {
color:#003b49;
}

ul.headerInfo a:hover {
color:#003b49;
}

ul.headerInfo i.fa-mobile {
font-size: 25px;
top: 3px;
position: relative;
}


/* Search
------------------------------ */
#search {
height:auto;
position:absolute;
float:none;
left:50%;
transform:translateX(-50%);
top:40px;
padding:0;
margin:0;
background:none;
box-sizing:border-box;
width:350px;
}


#search input[type='text'] {
width:100%;
background:#f5f5f5;
height:auto;
font-size:15px;
font-weight:400;
line-height:40px;
padding:0 50px 0 15px;
color:#003b49;
margin:0;
box-sizing:border-box;
border-radius:0;
}

#search a {
background:no-repeat;
height:45px;
width:45px;
position:absolute;
top:0;
right:-5px;
padding:0;
margin:0;
color:#ccc;
font-size:20px;
line-height:40px;
text-align:center;
}

#search a i {
width:100%;
}

#search a:hover {
color:#ff7c44;
}

.autocomplete-suggestions strong { color: #003b49; }

/* basket
------------------------*/



#basket {
width:auto;
height:auto;
margin:0 0 0 10px;
position:absolute;
top:40px;
right:10px;
padding:0 10px 0 40px;
display:block;
height:auto;
width:auto;
box-sizing:border-box;
}

#basket>a:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f07a";
color:#fff;
margin-left:10px;
line-height:40px;
}

#basket>a {
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
padding:0;
margin:0;
z-index:100;
}

#basket>p.sum {
position:relative;
font-size:16px;
line-height:40px;
font-weight:400;
display:block;
color:#fff;
}

#basket>p.sum b {
font-weight:400;
}
#basket>p.qty {
position:absolute;
font-size:14px;
min-width:20px;
height:20px;
line-height:20px;
border-radius:10px;
text-align:center;
overflow:hidden;
font-weight:600;
display:block;
color:#fff;
top:-8px;
right:-7px;
background:#ff7c44;
padding:0 3px;
box-sizing:border-box;
}


#basket span, #basket br {
display:none;
}




#basketList div {
top: 40px;
right: -20px;
padding:20px 20px 55px;
border:none;
background:#333;
color:#fff;
box-sizing:border-box;
border-bottom:6px solid #222;
}
#basketList a.hide {
font-size:12px;
color:#808080;
border:none;
background:#444;
padding:10px 0;
}

#basketList a:hover.hide {
background:#333;
text-decoration:none;
color:#fff;
}

#basketList a.checkout {
border:none;
background:#ff7c44;
text-shadow:none;
box-shadow: none;
border-radius:4px;
text-align:center;
margin:0;
float:left;
color:#fff;
font-size:24px;
font-weight:300;
padding:20px 40px;
}
#basketList a:hover.checkout {
opacity:0.8;
color:#fff;
}

#basketList>div>p {
text-shadow:none;
margin:10px 0;
font-size:16px;
line-height:24px;
font-weight:400;
float:right;
text-align:right;
display:block;
}

#basketList>div>p span {
font-size:24px;
color:#fff;
display:inline-block;
padding:10px 15px;
background:#505050;
top:2px;
position:relative;
margin-left:10px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

#basketList>div> span {
font-size:30px;
color:#fff;
padding:20px 15px 30px;
border:none;
background:none;
text-shadow:none;
font-weight:300;
}

#basketList>div>ul {
border-bottom:1px solid #404040;
margin:0 0 20px; 
padding:0 0 20px;
}

#basketList>div>ul>li {
font-size:18px;
line-height:18px;
padding:15px;
text-shadow:none;
font-weight:300;
position: relative;
display: table;
width: 100%;
box-sizing: border-box;
}

#basketList>div>ul>li:hover {
background:#404040;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

#basketList>div>ul>li>b {
width:8%; 
}

#basketList>div>ul>li>a {
color:#fff;
width:74%;
}

#basketList>div>ul>li>a:hover {
color:#ccc !important;
}

#basketList>div>ul>li>span { 
width:18%; 
padding-right:60px;
text-align:right;
font-weight:400;
padding-left:0px;
}

#basketList>div>ul>li.active-title,
#basketList>div>ul>li.active {
background-color:#404040;
border-radius:0 0 3px 3px;
-moz-border-radius:0 0 3px 3px;
-webkit-border-radius:0 0 3px 3px;
text-shadow:none;
margin:0;
}


#basketList>div>ul>li.active-title {
background:#505050;
position:relative;
color:#fff;
border-radius:3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
}

#basketList>div>ul>li.active-title:before {
content:"";
position:absolute;
bottom:-8px;
left:50%;
display:block;
width: 0px !important;
height: 0px !important;
border-left: 10px outset transparent !important;
border-right: 10px outset transparent !important;
background-image:none  !important;
margin:0 0 0 -5px;
border-top: 10px solid #505050 !important;
border-bottom: none !important;
position:absolute;
z-index:100;
}


#basketList>div>ul>li>a.remove-button {
color:#808080;
font-size:21px;
line-height:20px;
right:35px;
position:absolute;
display:block;
width:20px;
}

#basketList>div>ul>li>a.remove-button:hover i {
color:#ff7c44;
text-decoration:none;
}



/* categories
------------------------*/
#categories {
margin:30px 0 0;
border:none;/**/
padding:0;
}
#categories.home {
display:none;
}
 #categories ul li a.link  {display:none}

 
#categories h3 {
padding:10px 0;
background:#fff;
color:#003b49;
font-weight:900;
font-size:22px;
margin:0 0 0px;
border-radius:0;
text-transform:uppercase;
text-align:left;
border-bottom:1px solid #e8e8e8;

}

#categories>ul {
background:none;
padding:0;
}

#categories>ul>li {
border:none;
margin:0;
border-bottom:1px solid #e8e8e8;
}

#categories>ul>li>a {
color:#003b49;
font-size:14px;
padding:10px 0;
font-weight:400;
background:#fff;
margin:0 0 0px;
border-radius:0;
}

#categories>ul>li>a.on {
color:#003b49;
font-weight:400;
font-size:14px;
background:#fff
}

#categories>ul>li>a:hover {
background:#fff !important;
color:#ff7c44;
}

#categories>ul>li>ul a:hover {
background:#fff !important;
color:#ff7c44;


}

#categories>ul>li ul {
background:#fff;
padding:0;
border-radius:0;
}

#categories>ul>li li a {
color:#003b49;
font-size:14px;
padding:10px 0;
}

#categories>ul>li>ul>li {
border-top:1px solid #ddd;
}
#categories>ul>li>ul>li>ul {
padding:0;
}

#categories>ul>li>ul>li>a {
padding:10px;
padding-left:0;
}
#categories>ul>li>ul>li>ul>li>a {
padding-left:10px;
}

#categories>ul>li>ul>li>ul>li>a:before {
}

#categories>ul>li>ul>li>ul>li>ul>li>a {
padding-left:40px;
}
#categories>ul>li>ul>li>ul>li>ul>li>ul>li>a {
padding-left:50px;
}

#categories>ul>li li a.on {
background:#fff;
color:#003b49;
}

#categories>ul>li li a.on:hover {
color:#ff7c44;
}

#categories > ul > li:last-child, #categories > ul > li:last-child ul:last-child, #categories > ul > li:last-child > a:not(.on) {
border-radius: 0;
}

}


/* Filters 
-----------------------------*/

#filters {
padding:20px 0;
}

#filters h3 {
color:#003b49;
font-size:16px;
padding:0 0 10px;
display:block;
width:100%;
box-sizing:border-box;
margin:40px 0 20px;
text-align:left;
border-bottom:1px solid #ddd;
}

#filters .filterName {
font-weight:400;
font-size:14px;
color:#003b49;
padding:10px 0;
}

#filters .filterSlider {
color:#003b49;
font-weight:400;
font-size:13px;
width:100%
}

#filters .filterSlider span {
font-weight:600;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
background:#003b49;
}
/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
background:#003b49;
}
/* All the same stuff for IE */
input[type=range]::-ms-thumb {
background:#003b49;
}

#filters .filterName.collapsable::after {
margin-top:6px;
}
#filters .filterName.collapsable.hidden::after {
margin-top:5px;
}


#filters ul {
padding:0 0 20px;
}

#filters ul li label {
font-size:13px;
line-height:20px;
color:#003b49;
font-weight:400;
top:auto;
left:auto;
position:relative;
display:inline-block;
margin-left:10px;
vertical-align:middle;
text-overflow:ellipsis;
max-width:86%;
}

#filters ul li {
padding:5px 0;
height:auto;
}

#filters .checkbox {
width: 15px;
height: 15px;
border-radius: 2px;
border:0;
position: relative;
top:auto;
left:auto;
cursor:pointer;
vertical-align:middle;
background:#eee;
}

#filters .checkbox input {
margin: 2px;
display: block;
z-index:200;
position:relative;
}

#filters ul li:hover .checkbox:not(.checkboxChecked) {
background:#ccc;
}

#filters div.checkboxChecked {
background:#ff7c44;
}

#filters ul li:hover label {
color:#003b49;
text-decoration:none;
}




/*-------------------*/
.creditCards  {
text-align:center;
width:220px;
padding:20px 0 60px;
}

.creditCards h3 {
background:#f5f5f5;
color:#003b49;
margin:5px 0;
border-radius:4px;
font-size:13px;
padding:10px;
display:block;
width:200px;
margin:10px 0 0;
text-align:left;
}

.creditCards p {
color:#003b49;
font-size:13px;
padding:10px 0;
}

.creditCards>a {
display:inline-block;
margin:6px;
}

.creditCards>a:hover {opacity:0.8;}

.creditCards>a img {display:block;}



/* product list
------------------------*/
article {
margin:0;
padding:0;
}    


#article-title {
border:none;
padding:0;
border-radius:0; 
margin:8px 0 40px;
border-bottom:1px solid #eee;
line-height:30px;
position:relative;
}

#article-title h1 {
font-size:30px;
line-height:30px;
font-weight:600;
color:#003b49; 
padding:30px 0;
margin:0;
}

#viewtype {
float:none;
position:absolute;
bottom:20px;
right:0;
}
#viewtype #list { display:none; }



#article-title .desc, .descBottom {
color:#777; 
font-size:13px;
line-height:23px;
padding:0 0 30px;
}

ul.product-list {
border:none;
margin-left:-2%;
width:102%;
}

ul.product-list li {
width:23%;
height:150px;
padding:220px 0 0;
margin:0 0 0 2%;
border:none;
}

article.home ul.product-list li {
width:18%;
}

ul.product-list.groups li {
height:70px;
}

article.categoryempty ul.product-list li {
width:18%;
}

ul.product-list .img {
position:absolute;
top:0;
left:0;
height:205px;
width:100%;
margin:0 auto;
padding:22px 0;
border-radius:0;
box-sizing:border-box;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;

}

ul.product-list li:hover .img {
box-shadow:none;
}

ul.product-list .img img {
margin:0 auto;
}

ul.product-list > li > a > h3 {
font-size:14px;
line-height:20px;
font-weight:400;
color:#003b49;
display:block;
text-align:left;
padding:0;
height:auto;
}

ul.product-list li h3:hover {
color:#003b49 !important;
text-decoration:none !important;
}

ul.product-list p.code {
font-size: 13px;
margin-top:10px;

}

ul.product-list p.price {
display:block;
color:#003b49;
font-size:16px;
font-weight:700;
line-height:30px;
margin:5px 0 0;
float:none;
position:relative;
width:auto;
padding:0;
text-align:left;
box-sizing:border-box;
}


ul.product-list p.price span {
font-size:13px;
font-weight:400;
color:#aaa;
padding:0;
position:absolute;
top:0;
line-height:30px;
right:0;
}

ul.product-list p.price span del {
color:#aaa;
text-align:right;
}

ul.product-list li .basket a {
height:30px;
width:30px;
float:right;
margin-top:-30px;
display:inline-block;
text-align:center;
background:#003b49 url(/skin/semenic/icon-basket-add.png) no-repeat center;
border-radius:4px;
color:#fff;
box-sizing:border-box;
font-size:12px;
z-index:100;
position:relative;
}

ul.product-list li .basket a:hover {
opacity:0.8;
}

.product-detail-image {
position:relative;
}

ul.product-list li .brand, .product-detail-image .brand {
position:absolute;
right:15px;
top:175px;
display:block;
}
.product-detail-image .brand {
top:15px;
}

ul.product-list .stock {
height:25px;
right:5px;
top:180px;
z-index:1;
position:absolute;
font-family:'Quicksand',sans-serif;
font-weight:700;
font-size:14px;
line-height:25px;
color:#49b400;
text-transform:uppercase;
}

ul.product-list .stock.yes:after {
display:block;
content:"Na zalogi";
}

.product-list.table .stock.yes:after {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f058";
color:#49b400;
font-size:24px;
margin-left:10px;
}
.product-list .stock.no { display:none; }
.product-list.table .stock.no { display:inline-block; }
.product-list .stock.no:after {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f057";
color:#ccc;
font-size:24px;
margin-left:10px;
}

div.product-list .stock {
display:inline-block;
text-indent:-9999px;
}
div.product-list .stock:after {
text-indent:0;
float:left;
margin:0 !important;
}


ul.product-list .sale, ul.product-list .action, 
.product-detail-image .sale, .product-detail-image .action {
width:100%;
height:24px;
top:0;
left:0;
border-radius:0;
}

ul.product-list .sale  { 
background:none;
}

ul.product-list .sale:after  { 
position:absolute;
display:block;
content:"Akcija";
font-weight:900;
background:#ff7c44;
color:#fff;
top:0;
left:0;
line-height:24px;
padding:0 10px;
font-size:12px;
border-radius:12px;
}


ul.product-list .sale b, ul.product-list .action b,
.product-detail-image .sale b, .product-detail-image .action b {
top:0;
right:0;
border-radius:12px;
position:absolute;
margin:0;
font-size:13px;
font-weight:900;
-moz-transform: none;
transform: none;
-ms-transform: none;
-o-transform: none;
-webkit-transform: none;
width:auto;
line-height:24px;
text-align:center;
padding:0 10px;
letter-spacing:1px;
background:#eee;
color:#ff7c44;
}
.product-detail-image .sale b {
right:10px;
}


.highlightedText {
left:0;
transform: translate(-29.29%, -100%) rotate(-45deg);
transform-origin: bottom right;
position: absolute;
top: 0;
color: #fff;
font-size:12px;
text-align: center;
width:140px;
padding:5px 0 5px;
background:linear-gradient(rgba(0,0,0,0.6) 0 0) bottom/100% 0px no-repeat #003b49;
clip-path:polygon(0 100%,0 calc(100%),50% calc(100% - 140px/2),100% calc(100%),100% 100%,calc(100%) calc(100%), 0px calc(100%));
z-index:10;
}

ul.product-list .highlighted {
background-image: url(/skin/semenic/icon-highlighted.png);
width: 24px;
height: 24px;
top: 5px;
right: 5px;
display:none;
}

ul.product-list .topquality {
background: url(/skin/semenic/icon-topquality.png) no-repeat center;
width: 24px;
height: 24px;
top: 5px;
left: 5px;
position:absolute;
display:block
}


ul.no-products {
margin:20px 0;
padding:40px;
text-align:center;
text-shadow:none;
color:#ddd;
display:block;
border:1px solid #ddd;
border-radius:4px;
background:none;
}

ul.no-products>li {
font-size:40px;
font-weight:300;
}

/* Home 
----------------------*/


article.home {
margin-bottom:40px;
}

article.home ul.product-list {
margin-top:40px;
}

article.home .product-detail-title {
margin-bottom:10px;
}

article.home .product-detail-title>a {
font-size:26px;
font-weight:300;
color:#003b49; 
padding:0;
}

article.home .product-detail-title>a:hover {
color:#9a9a9a;}

#bannerWrapper {
position:relative;
margin:0 0 0;
padding:0;
z-index:12;
margin:0  0 40px;
}

.bannerContainer {
position:relative;
margin:0 auto;
}

#banner {
box-sizing:border-box;
background:#f5f5f5;
overflow:hidden;
}


#banner>a {
position:relative;
width:100%;
height:100%;
display:block;
}

#banner>a>img {
position:absolute;
display:block;
width:100%;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}


#bannerWrapper span.bannerNav {
position: absolute;
display: block;
bottom: 40px;
left: 20px;
height: 30px;
width: 30px;
background-color: #f5f5f5;
cursor: pointer;
border-radius: 3px;
color: #ccc;
text-align: center;
text-indent: -2px;
z-index:100;
font-size: 26px;
line-height: 26px;
}

#bannerWrapper span.bannerNav.next {
right:20px;
left:auto;
text-indent:2px;}

#bannerWrapper span:hover {
background-color:#003b49;
color:#fff;
}

#bannerWrapper #bannerNavWrapper {
display:block;
width:100%;
position:absolute;
bottom:34px;
z-index:100;
}

#bannerNav {    
height:40px;
text-align:center;
position:relative;
z-index:110;
}

#bannerNav span {    
display:inline-block;
margin:14px 5px;
text-indent:-9999px;
width:12px;
height:12px;
background:#f5f5f5;
border-radius:6px;
cursor:pointer;
position:relative;
}

#bannerNav span.cycle-pager-active { 
background: #003b49; 
}

#bannerNav span:hover { 
background: #ccc; 
}

.bannerSmall {
width:102%;
transform:translateX(-2%);
margin:10px 0 50px;
}

.bannerSmall a {
width:31.33333%;
margin-left:2%;
display:block;
height:300px;
float:left;
 background: rgb(245,245,245);
background: radial-gradient(circle, rgba(245,245,245,1) 0%, rgba(204,204,204,1) 100%); 
position:relative;
}

.bannerSmall a i {
display:block;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-60%);
font-size:130px;
line-height:150px;
color:#003b49
}
.bannerSmall a b {
display:block;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-60%);
font-size:16px;
line-height:150px;
color:#fff;
font-weight:900;
}

.bannerSmall a span  {
width:100%;
box-sizing:border-box;
display:block;
height:auto;
background:#f5f5f5;
color:#003b49;
font-size:18px;
font-weight:600;
line-height:40px;
padding:0 10px;
text-align:center;
display:block;
position:absolute;
bottom:0;

}

.homeTitle {
text-align:center;
position:relative;
}
.homeTitle h3 {
display:block;
font-size:22px;
line-height:50px;
font-weight:600;
color:#003b49;
text-transform:uppercase;
margin:0;
}
.homeTitle a.more {
float:right;
color:#fff;
line-height:50px;
font-size:14px;
position:absolute;
right:20px;
top:0;
}
.homeTitle a.more:hover {
opacity:0.8;
}

ul.homeCategories  {
margin-left:-2%;
width:102%;
padding:20px 0 40px;
float:left;
}

ul.homeCategories li {
width:23%;
margin:0 0 25px 2%;
display:block;
float:left;
height:220px;
box-shadow:1px 1px 6px 0 #ddd;
}

ul.homeCategories li a {
width:100%;
height:100%;
display:block;
}


ul.homeCategories li a img {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
display:block;
width:80%;
position:relative;
top:50%;
left:50%;
transform:translate(-50%,-50%);
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}

ul.homeCategories li:hover a img {
-webkit-filter: none; /* Safari 6.0 - 9.0 */
filter: none;
}






/* aside
-------------------- */

aside{
display:none;
}

/* paging
------------------------*/
#container-sorting {
display:none;
text-align:center;
margin-bottom: -35px;
background:none;
}

#container-sorting #sorting {
display:inline-block;
}

#sorting select, #pagesize select {
background:#fff;
color:#808080;
font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
font-size:14px;
border:1px solid #ddd;
padding:5px;
height:auto;
}

.pagination {
border:none !important;
box-sizing:border-box;
width:100%;
padding:10px 0;
margin:-20px 0 0;
background:none;
color:#9a9a9a;
font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
}

.pagination:not(.bottom) {
}

.pagination.bottom {
width:100%;
padding:0 0 10px;
margin:0;
}

.pagination .page-select a.off {
color:#ccc !important;
}

.pagination span b {
font-weight:400;
}

.pagination span, .pagination .page-select a {
color:#9a9a9a;
font-size:14px;
font-weight:400;
}

.pagination .page-select a:hover {
background:none;
color:#404040;
}


.pagination .page-select {
font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
font-size:14px;
color:#808080;
}

.pagination .page-select b {
font-weight:400;
}

.pagination .page-select input {
background:#fff;
color:#808080;
font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
font-size:14px;
border:1px solid #ddd;
padding:5px;
height:auto;
}

.pagination .page-select input:hover {
border-color:#aaa;
}

#pagesize select {
background:#fff;
color:#808080;
font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
font-size:14px;
border:1px solid #ddd;
height:auto;
padding:5px;
}

#pagesize select:hover {
border-color:#aaa;
}

#pagesize label,#sorting label {
font-weight:400;
font-size:14px;
color:#808080;
font-family: 'Source Sans Pro', sans-serif;
}


/* Izdelek podrobno
-----------------------*/

article.full-width {
width:100%;
margin-right:0;
}


/*end*/

.product-detail-container {
border:none;
padding:0;
}

.category-path {
width:100%;
padding:30px 0 0;
position:relative;
}

.category-path>b {
border:none !important;
width:auto !important;
height:auto !important;
margin:0 5px;
top:0;
position:relative;
display:inline-block;
}

.category-path>b:After {
content:"»";
font-weight:400;
}

.category-path a {
font-size:12px;
line-height:40px;
color:#888;
}

.category-path a:hover,
.category-path a.on {
color:#003b49;
}

.category-path a.on {
font-weight:600;
}

.category-path #sorting {
position:absolute;
top:25px;
right:0;
}

.category-path #sorting select {
margin:0;
}

.category-path #sorting label {
margin-top:6px;
}

.product-detail-title {
background:none;
box-shadow:none;
font-size:30px;
font-weight:600;
color:#003b49; 
padding:25px 0;
margin:0 0 10px;
border-bottom:none;
border-radius:0;
width:100%;
float:right;
}

.product-detail-title h1 {
font-size:30px;
line-height:36px;
font-weight:600;
color:#003b49; 
word-break:break-word;
/*overflow:hidden;*/
}

.product-detail-title h2 {
font-weight:normal;
font-size:14px;
font-style:normal;
color:#666;
margin:20px 0 0;}

.product-detail-image {
max-width:40%;
margin:40px auto;
overflow:inherit;
background:none;
padding:0;
/*float:none;*/
}

.product-detail-image>a {
width:100%;
height:auto;
border:none;
border-radius:10px;
}

.product-detail-image>a:hover {
width:100%;
height:auto;
border:none !important;
background:none;
}


.product-detail-image>a>img {
padding:20px;
background:none;
width:100%;
height:auto;
box-sizing:border-box;
}

.product-detail-image>ul>li {
width:66px;
height:66px;
box-shadow: 0 0 5px 0 #ccc;
}

.product-detail-image>ul>li>a {
border:none;
padding:3px;
}


.product-detail-rightcol {
/*width:100%;*/
width:60%;
}

.product-detail-rightcol ul {
width:100%;
}

.product-detail-rightcol .product-detail-shortdesc ul {
list-style: disc;
margin-left: 15px;
margin-top: 10px;
}

.product-detail-rightcol>ul>li {
border-bottom:none;
padding:8px 0;
display:block;
margin:0;
font-size:13px;
line-height:13px;
font-weight:400;
color:#888;
}

.product-detail-rightcol>ul>li.price p {
font-weight:400;
color:#003b49;
font-size:26px;
}

.product-detail-rightcol>ul>li.price {
padding:25px 0;
font-weight:600;
color:#003b49;
}

.product-detail-rightcol>ul>li>p {
color:#003b49;
}

.product-detail-rightcol>ul>li>p b {
font-weight:600;
}

.product-detail-rightcol .packaging { display:none; }

#stock-info p {
color:#888;
font-size:14px;
font-weight:400;
}



.product-detail-shortdesc {
width:100%;
color:#003b49;
margin:0;
background:#fff;
padding:10px 0 20px;
border-radius:5px;
width:100%;
}

.product-detail-shortdesc>div {
font-size:13px;
line-height:20px;
text-align:justify;
}

div.options {
border: none !important;
border-radius: 5px;
margin: 10px 0 20px;
width: 100%;
box-sizing: border-box;
padding:0;
overflow:hidden;
}

div.options table {
border:none;
}

div.options table td, div.options table th {
padding:6px;
font-size:13px;
}

div.options table td img {
max-width:60px;
max-height:60px;
}
div.options table td.name {
position:relative;
}
div.options table td.name .code {
position:absolute;
top:5px;
left:6px;
color:#888;
}

div.options table td.code {
white-space:nowrap;
}

div.options table td.price {
position:relative;
}
div.options table td.price del {
padding-right:5px;
}
div.options table td.price .discount {
width:100%;
height:20px;
top:0;
left:0;
border-radius:0;
}
div.options table td.price .discount:after {
position:absolute;
display:block;
content:"AKCIJA!";
font-weight:700;
background:#003b49;
color:#fff;
top:0;
left:0;
line-height:20px;
padding:0 5px;
}
div.options table td.price .discount b {
top:0;
right:0;
position:absolute;
margin:0;
font-weight:700;
-moz-transform: none;
transform: none;
-ms-transform: none;
-o-transform: none;
-webkit-transform: none;
width:auto;
line-height:20px;
text-align:center;
padding:0 10px;
letter-spacing:1px;
background:#003b49;
color:#fff;
}

.product-detail-rightcol .quantity {
margin:20px 0 0 0;
width:27%;
box-sizing:border-box;
border:none;
background:none;
padding:0;
}

.product-detail-rightcol .quantity input {
width:60%;
box-sizing:border-box;
line-height: 35px;
}

.product-detail-container a#product-add /*, .product-detail-container a#product-contact*/ {
display:block;
width:50%;
padding:24px 0;
float:right;
color:#fff;
font-size:20px;
font-weight:300;
margin:10px 0 10px 0;
text-align:center;
border:none;
background:#003b49;
box-shadow: none;
border-radius:4px;
text-shadow:none;
box-sizing:border-box;
}
.product-detail-container a#product-add {
background:#ff7c44;
}
.product-detail-container a#product-add:after, .product-detail-container a#product-contact:after {
content:" »";
}

.product-detail-container a:hover#product-add /*, .product-detail-container a:hover#product-contact*/ {
background:#003b49;
opacity:0.8;
}
/*.product-detail-container a#product-contact {
margin: 10px 0;
}*/
.product-detail-container a#product-contact {
display:block;
width:100%;
padding:10px;
margin-bottom:10px;
color: #888;
font-size: 16px;
font-weight: 400;
text-align: center;
border:solid 1px #ccc;
border-radius:4px;
box-shadow: none;
text-shadow: none;
box-sizing: border-box;
}
.product-detail-container a:hover#product-contact {
background:#1b1b1b;
color:#fff;
}

.product-detail-desc {
box-shadow: none;
margin:20px 0 60px;
border-radius:0;
padding:0;
background:#fff;
}

.product-detail-desc div {
padding:20px 0 0;
font-size:13px;
line-height:24px;
font-weight:400;
color:#003b49;
text-align:justify;
}

.product-detail-desc div a {
color:#003b49;
}

.product-detail-desc h3 {
font-size:20px;
font-weight:300;
line-height:50px;
color:#003b49;
border:none;
padding:20px 0;
}

.product-detail-desc h3 span {
display:inline-block;
border-bottom:5px solid #003b49;
}

.product-detail-desc iframe {
width: 100%;
height: 480px;
border:none;
}

/* product details extra
------------------------*/
article.extra>h3 {
font-size:20px;
font-weight:300;
line-height:50px;
color:#003b49;
border:none;
margin:0px 0 50px;
}

article.extra>h3 span {
display:inline-block;
border-bottom:5px solid #003b49;
}


article.extra ul.product-list li {
margin-bottom:0;
}


/* dodatna vsebina
--------------------------*/

#map {
width:100%;
height:500px;    
box-sizing:border-box;
}

article img.imgFloatLeft,
article img.imgFloatRight {
max-width:40% !important;
height:auto;
}
article img.imgFloatLeft {
padding:0 50px 50px 0;
float:left;
}

article img.imgFloatRight {
padding:0 0 50px 50px;
float:right;
}


article.contentpage iframe {
width:100%;
height:500px;
border:none;
margin:40px 0 0;
}

article.contentpage .product-detail-title {
margin:20px 0 60px;
width:100%;
position:relative;
text-align:center;
font-weight:300;
}

article.contentpage .product-detail-title:after {
content:"";
position:absolute;
bottom:0;
left:calc(50% - 50px);
width:100px;
height:5px;
background:#003b49;
display:block;
}

article.contentpage>div p {
color:#003b49;
font-size:14px;
line-height:24px;
font-weight:400;
margin:0 0 20px;
text-align:justify;
}


article.contentpage>div p b,article.contentpage>div ul b {
font-weight:600;}

article.contentpage>div p>span.company-profile {
font-weight:600;
color:#003b49;
}

article.contentpage>div a {
color:#ff7c44;
}
article.contentpage>div a:hover {
text-decoration:underline;
}

article.contentpage>div p>a img {
display:block;
margin:20px 0;
}

article.contentpage>div h3 {
color:#003b49;
padding:25px 0 15px;
font-size:18px;
font-weight:normal;
}

article.contentpage>div ul, article.contentpage>div ol {
font-size:14px;
line-height:22px;
list-style-type:disc;
color:#003b49;
margin:0 0 10px 15px;
padding:0;
}

 article.contentpage>div ol {
list-style-type:decimal;
}

article.contentpage>div ul>li, article.contentpage>div ol>li {
padding:5px 0;
}

article.contentpage>div ul>li>span {
color:#003b49;
}

article.contentpage>div ul>li>a, article.contentpage>div ol>li>a  {
color:#003b49;
}

/* about */

article.contentpage ul.about {
list-style:none;
float:left;
width:102%;
margin-left:-2%;
margin-top:40px;
margin-bottom:40px;
}

article.contentpage ul.about li {
float:left;
width:31.33333333%;
display:inline-block;
margin:0 0 40px 2%;
background:#003b49;
border-radius:6px;
position:relative;
font-size:16px;
line-height:24px;
color:#fff;
height:130px;
padding:30px 20px 20px;
box-sizing:border-box;
}

article.contentpage ul.about li a {
color:#fff;
text-decoration:underline;
}

article.contentpage ul.about li a:hover {
text-decoration:none;
}


article.contentpage ul.about li:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f0e7";
display:block;
position:absolute;
top:-20px;
font-size:30px;
color:#003b49;
left:50%;
transform:translate(-50%);
background:#fff;
width:40px;
line-height:38px;
height:40px;
border-radius:50%;
text-align:center;
}

article.contentpage .companyInfo {
padding:20px;
background:#f5f5f5;
border-radius:6px;
float:left;
width:100%;
}

article.contentpage .companyInfo div {
float:left;
width:50%;

}

article.contentpage .companyInfo div i.fa {
color:#003b49;
margin-right:15px;
width:20px;
text-align:center;
}


article.contentpage .companyInfo div i.fa-mobile {
    font-size: 25px;
    top: 3px;
    position: relative;
}

/*kontakt*/


article.contentpage .form label {
margin-top:10px;
}

article.contentpage .form {
width:45%;
float:right;
background:#f5f5f5;
padding:30px;
margin-left:60px;

}

article.contentpage .form p {
color:#003b49;
font-size:14px;
line-height:24px;
margin:0 0 20px;
}

article.contentpage .form textarea,
article.contentpage .form input[type=text] {
padding:10px;
font-size:12px;
color:#003b49;
}


article.contentpage .form textarea {
font-family:'Arial', sans-serif;
height:200px;
}


article.contentpage .form input[type=submit] {
padding:10px 30px;
margin-top:10px;
font-size:14px;
color:#fff;
border-radius:2px;
border:none;
cursor:pointer;
background:#003b49;
}


article.contentpage .cert {
margin-left:-2%;
width:102%;
float:left;
}


article.contentpage .cert  img{
float:left;
display:block;
margin-left:2%;
width:48%;
}

article.contentpage img.servis  {
width:45%;
height:auto;
margin-left:60px;
float:right;
}


.servisWrapper {
display:flex;
flex-wrap:wrap;
box-sizing:border-box;
gap:80px;
align-content:stretch;
}

.servisWrapper .serviceItem {
flex-grow:1;
}

/* katalogi */
article.contentpage .katf {
float: left;
width: 200px;
height:auto;
min-height: 321px;
margin-left: 26px;
margin-top: 26px;
position: relative;
border: 1px solid #eee;
}

article.contentpage .katf table td {
padding:0 5px;
}


/* Poslovalnice */

ul.shops {
margin:40px 0 !important;
list-style:none;
}

ul.shops li {
list-style:none;
margin:0 0 40px;
}

ul.shops li .shopThird {
float:left;
width:33.333333%;
box-sizing:border-box;
padding: 30px 0 0 80px;
}

ul.shops li .shopThird:first-child {
padding:0;
}

ul.shops li h3 {
margin: 0 0 20px !important;
padding:0;
}
ul.shops li p {
line-height:26px;
margin:0;

}

ul.shops li i.fa {
margin-right:15px;
font-size:18px;
color:#003b49;
width:20px;
text-align:center;
}

ul.shops li i.fa-mobile {
font-size:24px;
top:3px;
position:relative;
}

ul.shops li a {
color:#003b49;
}

ul.shops li img {
width:100%;
height:auto;
display:block;
}

/* catalogs */

ul.catalogs  {
margin:0 0 0 -2% !important;
width:102%;
padding:20px 0 40px;
float:left;
}

ul.catalogs li {
width:18%;
margin:0 0 30px 2%;
display:block;
float:left;
height:auto;
box-shadow:1px 1px 6px 0 #ddd;
padding:0 !important;
}

ul.catalogs li i {
padding:0 10px;
display:block;
line-height:25px;
font-size:12px;
float:right;
color:#ccc;
}

ul.catalogs li a {
padding:5px 10px;
display:block;
line-height:25px;
font-size:14px;
font-weight:600;
color:#003b49;
}

ul.catalogs li a:hover {
background:#003b49;
color:#fff;
text-decoration:none;
}

ul.catalogs li a:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f019";
color:#ccc;
margin-right:10px;
}

ul.catalogs li a:hover i, ul.catalogs li a:hover:before {
color:#fff;
}

ul.catalogs li h3 {
padding:10px 10px 5px;
margin:0;
display:block;
max-height:50px;
min-height:50px;
line-height:25px;
font-size:14px;
color:#003b49;
}


ul.catalogs li  img {
display:block;
width:100%;
height:auto;
}

article.contentpage hr {
border:none;
border-top: 1px solid #ddd;
margin-bottom:100px;
}

article.contentpage img.logo {
max-height: 70px;
max-width: 120px;
}


/* News */

.newsHome {
margin:0 0 60px;
}

ul.newsList {
width:102%;
float:left;
display:block;
margin:30px 0 0 -2% !important;
}

ul.newsList>li {
width:31.333333%;
height:440px;
float:left;
display:block;
box-sizing:border-box;
margin:0 0 20px 2%;
padding:290px 15px 15px !important;
position:relative;
background:#f5f5f5;
border-radius:4px;
}

ul.newsList>li h3 {
color:#003b49;
font-weight:600;
font-size:15px;
line-height:20px;
margin:0 0 15px;
padding:0;
}

ul.newsList > li > a > h3 span {
display:block;
position:absolute;
bottom:15px;
right:15px;
border:none;
padding:0;
}

ul.newsList>li img {
position:absolute;
top:0;
right:0;
border-radius:4px 4px 0 0;
width:100%;
height:auto;
}

ul.newsList>li .more {
position:absolute;
bottom:20px;
color:#003b49;

}

a#newsArchive {
border:none;
}

a#newsArchive:hover {
}

a#newsArchive:after {content:" »";}


/* Login.css
----------------*/
#login.form #forgot-password {
margin-top:-38px;
}

#container .form h1 {
color:#259baf;/***/
}

#container #register.form #hiddenFields .remark p {
font-size:13px;
}


#container .form input[type=button] {
border:none;/***/
background:#259baf;/***/
text-shadow:none;/***/
box-shadow: none;/***/
}

#container .form input[type=button]:hover, #container .form input[type=button].on {
background:#2dc0d3;/***/
}



/* Footer
--------------------- */

.footerWrapper {
background-color: rgba(0, 59, 73, 0.65);
z-index: 2;
position:relative;
}

footer {
border:none;
margin:0;
position:relative;
}

.footerBackground {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-user-select: none;
user-select: none;
}
.footerBackground div {
background-image: url(/skin/semenic/bg-footer.jpg);
opacity: 1;
transition: opacity .3s;
-webkit-filter: blur(5px);
filter: blur(5px);
background-size: cover;
background-attachment: fixed;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}

.footerContainer {
display:block;
margin:0 auto; 
position:relative;}

.footerNav {
display:flex;
gap:40px;
padding:80px 0;
justify-content:space-between;
}

.footerNav ul {
width:25%;
display:block;
float:left;
box-sizing:border-box;
}

.footerNav ul li  {
margin:0 0 15px;
color:#fff;
font-size:14px;
}

.footerNav ul li p {
color:#fff;
padding: 0;
font-size:14px;
line-height:26px;
text-align:left;
}

.footerNav ul li p.companyFooter a {
color:#ff7c44;
font-weight:600;
display:block;
}


.footerNav ul li i.fas {
color:#888;
margin-right:10px;
}

.footerNav ul li.social i.fas {
color:#003b49;
font-size:24px;
margin-right:10px;
}
.footerNav ul li.social a:hover i.fas {
color:#003b49 !important;
opacity:0.8;
}
.footerNav ul li.social a:hover i.fas {
color:#fff !important;
}

.footerNav ul li span  {
width:40%;
float:left;
display:block;
}

.footerNav ul li h3  {
color:#fff;
font-size:22px;
font-weight:900;
padding:0 0 30px;
}

.footerNav ul li a {
color:#fff;
font-size:14px;
}

.footerNav ul li a:hover {
color:#ccc;
}


.newsletterWrapper {
padding:0 30px 0 0;
}

.newsletterWrapper .form {
position:relative;
}

.newsletterWrapper p {
font-size:14px;
line-height:24px;
font-weight:400;
text-align:left;
padding:0;
color:#ccc;
}

.newsletterWrapper p.inline {
margin-top:10px;
}

.newsletterWrapper li .input-wrap {
position:relative;
width:100%;
height:38px;
background:#fff;
border-radius:3px;
box-sizing:border-box;
}

#newsletter input[type=email] {
width:100%;
height:38px;
padding:0 0 0 10px;
font-size:14px;
color:#003b49;
font-family:'Open Sans',sans-serif;
border:none;
box-shadow:none;
height:38px;
background:#fff;
border-radius:3px;
box-sizing:border-box;
}
#newsletter input[type=email]::-moz-focus-inner { border:0; }

#newsletter a.send {
width:38px;
height:38px;
font-size:26px;
padding:0;
position:absolute;
text-align:center;
right:0;
top:0;
border:none;
cursor:pointer;
}

#newsletter a.send i {
color:#003b49;
line-height:35px;
margin:0;
}

#newsletter a:hover i {
color:#003b49;
}

span#txtNewsletter-error, span#txtNewsletter-success {
top:36px !important;
width:100% !important;
}


#footerBrandsWrapper {
width:100%;
border-top:1px solid #ddd;
padding:20px 0;
background-color:#fff;
}

#footerBrands {
width:100%;
max-width:1140px;
margin:0 auto;
position:relative;
overflow:hidden;
box-sizing:border-box;
padding:0 20px;
}

#footerBrands h3 {
padding:20px 0 0;
font-size:30px;
font-weight:300;
}

#footerBrands #brandsNav {
position:absolute;
top:15px;
right:0;
}

#footerBrands #brandsNav a {
width:10px;
height:16px;
display:inline-block;
margin-left:20px;
opacity:0.7;
color:#777;
}
#footerBrands #brandsNav a.disabled {
opacity:0.2;
cursor:default;
}
#footerBrands #brandsNav a:not(.disabled):hover {
opacity:1;
}

#brandsCarousel {
width:100%;
margin:40px 0;
margin-left:0;
box-sizing:border-box;
}

#footerBrands ul {
overflow:hidden;
height:40px;
margin:0;
width:104%;
margin-left:-4%;
}

#footerBrands ul li {
float:left;
width:10.28%;
margin:0 0 0 4%;
}

#footerBrands ul li a {
display:block;
width:100%;
height:40px;
text-align:center;
background-repeat:no-repeat;
background-position:center;
text-indent:-9999px;
font-size:5px;
position:relative;
}

#footerBrands ul li a:hover {
opacity:0.7;
}

#footerBrands ul li a img {
display:block;
position:absolute;
max-width:100%;
max-height:100%;
height:auto;
top:50%;
left:50%;
transform:translate(-50%,-50%);
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}
#footerBrands ul li a:hover img {
-webkit-filter: none; /* Safari 6.0 - 9.0 */
filter: none;
}


footer a.dpd {
width:100%;
}

footer a.dpd img {
width:100%;
height:auto;
display:block;
}

.footerCTA {
text-align:center;
background:rgba(255,124,68,0.8);
padding:60px;
}

.footerCTA span {
font-size:24px;
color:#fff;
display:block;
margin:0 0 40px;
font-weight:900;
}


.footerCTA a {
padding:15px 60px;
font-size:18px;
line-height:50px;
color:#ff7c44;
border:none;
border-radius:25px;
font-weight:400;
background:#fff;
}


.lowerfooter {
position:relative;
padding:20px 0;
color:#aaa;
text-align:center;
font-size:13px;
border-top:1px solid rgba(255,255,255,0.2);
}

a.netit {
position:absolute;
right:0;
bottom:18px;
display:block;
width:76px;
height:24px;
background:url(/skin/semenic/netit.png) no-repeat;
}

a.netit:hover {
background-position:0 -29px; 
}


/* profile, login, basket,... 
--------------------------------- */

#login, #forgot, #register {
padding: 0 0 30px !important;
width:100%;
}


#register>h1, #login>h1, #forgot>h1 {
font-size:30px;
font-weight:600;
color:#003b49 !important; 
padding:20px 0;
margin:0 0 20px;
border-bottom:1px solid #ddd;
}

article.basket #article-title h1,
article.profile #article-title h1 {
font-size:30px;
font-weight:600;
color:#003b49 !important; 
padding:20px 0;
}

#container .form input[type=text], #container .form input[type=email], #container .form input[type=password], #container .form select, #container .form textarea {
padding:15px;
font-family: 'Source Sans Pro', sans-serif;
font-size:18px;
color:#003b49;
font-weight:400;
border:1px solid #ddd;
box-shadow: none;
border-radius:3px;
}


#container .form input[type=button] {
font-family: 'Source Sans Pro', sans-serif;
margin-top:20px;
border:none;
background:#003b49;
color:#fff;
text-shadow:none;
padding:20px 30px;
font-size:24px;
font-weight:300;
border-radius:5px;
cursor:pointer;
box-shadow: none;
display:block;
}

#container .form input[type=button]:hover, #container .form input[type=button].on {
background:#003b49;
color:#fff;
}

#container .form label {
font-weight:400;
color:#aaa;
margin-top:30px;
}

#login.form #chkShowPassword {
margin:0 5px 0 0;
}


.form .rightcol {
border-radius:5px;
}

.form .rightcol h3 {
font-size:26px;
font-weight:400;
color:#003b49 !important; 
border-bottom:1px solid #ddd;
text-shadow:none;
text-align:center;
padding:0 30px 30px;
}
.form .rightcol p {
font-weight:400;
font-size:16px;
line-height:26px;
padding:30px 0 10px;
border-top:none;
text-shadow:none;
text-align:justify;
color:#808080;

}

/* checkout
------------------------ */

#basket-progress {
padding:30px 0 0;
}

#basket-progress>b {
border:none !important;
background:none !important;
width:auto !important;
height:auto !important;
margin:0 5px;
top:1px;
position:relative;
}
#basket-progress>b:before {
content:"»";
font-size:20px;
line-height:12px;
font-weight:400;
color:#ddd;
}

#basket-progress a {
font-size:12px;
font-weight:400;
line-height:12px;
color:#808080;
background:#fff;
display:inline-block;
padding:10px 15px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
border:1px solid #eee;
}

#basket-progress a.on {
color:#808080;
background:#f5f5f5;
border:1px solid #eee;
}

#basket-progress a.off {
color:#ccc;
}

#basket-progress a.on:hover,
#basket-progress a:hover {
text-decoration:none;
background:#f5f5f5;
}

#basket-progress a.off:hover {
background:none;
}

.total h3 {
line-height:26px;
font-size:26px;
font-weight:300;
}

.total p {
line-height:26px;
color:#808080;
font-weight:400;
}

.subtotal p {
font-size:14px;
font-weight:400;
}


.subtotal b {
font-weight:400;
font-size:14px;
color:#808080;
}

input[type=submit]#basket-next {
font-family: 'Source Sans Pro', sans-serif;
border:none;
background:#003b49;
color:#fff;
text-shadow:none;
padding:20px 30px;
font-size:24px;
font-weight:300;
border-radius:5px;
cursor:pointer;
box-shadow: none;
display:block;
}

input[type=submit]:hover#basket-next {
background:#003b49;
color:#fff;
}

article.basket>div>h3, #new-delivery-address h3 {
font-size:26px;
font-weight:300;
color:#003b49 !important; 
padding:0 20px 10px;
}

.confirmed>b, .preview-order h3 {
font-size:26px;
font-weight:300;
}

.confirmed>b {
font-size:36px;
}

.subtotal.weight {
display:none !important;
}


/* profile
-------------- */
article.basket {
padding-bottom:30px;
}

article.profile {
margin:0;
padding-bottom:40px;
}

/************************************  1024px   ***************************************/
 
@media screen and (max-width: 1250px) {
#container, article.categoryempty, article.contentpage, #basketList div,  header, footer, article.home, #contentWrapper, .headerContainer, nav#headerCategories, .headerBarContainer, .footerContainer, #shops>h3 {
width:960px;
}
footer {
width:1000px;
}

article.normal-width, article {
width:700px;
}

header nav ul li a {
font-size: 13px;
padding: 0 11px;
}

nav#headerCategories ul li a {
font-size: 13px;
padding:0 8px;
}

ul.product-list li {
width:31.33333%;
}
.product-detail-image {
margin:40px 0 0 0px;
}

#container-sorting {
margin-left: -150px;
}


article.home ul.product-list li {
width: 23%;
}

.product-detail-desc iframe {
height: 390px;
}

ul.headerInfo {
right: 125px;
}

header a#homelink {
width: 320px;
}
.product-detail-rightcol .quantity input {
width: 56%;
}

/*.product-detail-container a#product-contact {
padding: 25px 0;
letter-spacing: -1px;
}*/
/*.product-detail-container a#product-add,.product-detail-container a#product-contact {
font-size:16px;
}*/

ul.catalogs li {
width:23%;
}

}

/* responsive */


/****************** Mobile site ****************/
@media only screen and (min-height : 300px) and (max-width : 1020px) and (min-device-height : 300px) {

#scrollTop {
position:absolute;
top:-250px;
left:-250px;
}

#pageBody {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
position:relative;
z-index:1000;
background:#fff;
min-height:100%;
height:100%;
width:100%;
}

#pageBody.toggle {
transform:translateX(250px);
-moz-transform:translateX(250px);
-o-transform:translateX(250px);
-webkit-transform:translateX(250px);
}

nav#sidebar {
display:block;
width:250px;
height:100%;
position:fixed;
top:0;
left:0;
background:#111;
z-index: 0;
overflow-y:scroll;
-webkit-overflow-scrolling:touch;
}
nav#sidebar.toggle {
display:block !important;
}

nav#sidebar ul li a {
color:#eee;
font-size:15px;
line-height:20px;
padding:18px 20px;
display:block;
background:#003b49;
}

nav#sidebar ul li ul li a.on {
background:#888;

}

nav#sidebar ul li ul li a.on {
background:#888;
}


nav#sidebar ul>li>ul>li  {
border-bottom:1px solid #003b49;
}

nav#sidebar ul ul li:last-child>a {
border-bottom:none;
}
nav#sidebar ul ul li a:not(.expandable) {
background:#444;
border-left:5px solid #003b49;
border-right:5px solid #003b49;
}

nav#sidebar ul li a i {
font-size:20px;
width:20px;
margin-right:20px;
text-align:center;
top: 2px;
position: relative;
color:#666;
}

nav#sidebar ul:not(.nav) a {
background:#111;
}

nav#sidebar ul.nav ul a, nav#sidebar ul.headernav ul a {
background:#444;
}

nav#sidebar ul.headernav {
display:none;
}

nav#sidebar ul.headernav ul {
display:none;
float:none;
}

header a#toggleSidebar {
display:block;
color:#000;
position:absolute;
line-height:70px;
width:30px;
text-align:center;
top:0;
left:5%;
font-size:30px;
z-index:9999;
}

nav#sidebar ul>li.special>a  {
background:#111;
}


    html {
        -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
    }

    header, footer {
        min-width: 100%;
    }

    #footerBrandsWrapper {
        display: none;
    }

    #container, footer,  .footerContainer, .bannerContainer,  article, .headerContainer, .headerNav > nav, article.dailyoffer .product-detail-rightcol, .product-detail-desc {
        width: 100% !important;
    }

    #container {
    padding:0;
    box-shadow:none;
    }

    #container>ul#categories, .headerCategoriesWrapper, #headerInfo, header nav ,.headerBar nav, .categoriesWrapper, .category-path, #adminTools  {
    display:none;
    }

    body {
    background:#fff;
    }

    article, article.brands, article.categoryempty, article.home, article.normal-width, #basketList div, .footerContainer, .headerContainer, .headerBarContainer, #container, article.categoryempty, 
    article.normal-width, article.contentpage, #contentWrapper, header {
    width:100%;
    }

    .bannerSmall a i { 
    font-size:80px;
    }


    /* header
    ------------------------*/
    header {
    height:160px;
    border-bottom:none;
    padding:0;
    }

    .headerContainer {
    margin:0 auto;
    position:initial;
    }

    .headerContainer.checkout {
    height:70px;
    border-bottom:1px solid #ddd;
    }

    header a#homelink {
    top: 15px;
    left: 50%;
    transform:translateX(-50%);
    z-index: 1001;
    width: 200px;
    background-size: 100% auto;
    padding:0;
    }

    .headerNav {
    height:5px;
    margin:0 0 0;
    background:#003b49;
    position:inherit;
    z-index:100;
    }

    header a#header-login {
display:none;    }

    header a:hover#header-login {
    background-image:url(/skin/semenic/icon-login-2x.png);
    background-size:24px auto;
    background-repeat:no-repeat;
    background-position:center;
    }

    .headerInfo, header .headerSocial {
    display:none;
    }

    .headerContact {
    top: 83px;
    left: auto;
    }

    .headerContact a {
    float:left;
    font-size: 14px;
    }

    .headerContact a i {
    width: auto;
    margin-left:20px;
    }

    .headerContact a i.fa-mobile {
    font-size: 26px;
    }

    .headerContact a i.fa-envelope {
    border:none;
    width:auto;
    }

    .headerBar {
    display:none !important;
    }

    #user-nav {
    position:absolute;
    top:5px;
    bottom:auto;
    left:0;
    z-index:1000;
    width:60px;
    }

    #user-nav>ul {
    float:left;
    padding:0;
    }

    #user-nav>ul>li {
    height:70px;
    width:50px;
    overflow:hidden;
    background-image:url(/skin/semenic/icon-profile-2x.png);
    background-size:24px auto;
    background-repeat:no-repeat;
    background-position:center;
    text-indent:-9999px;
    float:none;
    margin:0;
    padding:0;
    }

    #user-nav>ul>li:last-child {
    display:none;
    }

    #user-nav>ul>li.email {
    display:none;
    }

    #user-nav>ul>li>a {
    height:100%;
    display:block;
    }

    #user-nav>ul>li>a:hover {
    text-decoration:underline;
    }


    /* header search
    ------------------------*/

    #search {
    width:90%;
    top:100px;
    left:50%;
    margin:0;
    position:absolute;
    }

    #search input[type=text] {
    }

    #search>a#searchButton {
    height:100%;
    width:50px;
    border-left:none;
    background-image:url(/skin/semenic/icon-search-2x.png);
    background-size:24px auto;
    }

    /* Basket */

    header .social {
    position:inherit;
    top:auto;
    right: auto;
    }
    
    #basket {
    width:100%;
    padding:0;
    margin:0;
    text-align:right;
    height:70px;
    bottom:auto;
    top:0px;
    right:0;
    z-index:1000;
    background:none;
    }
    #basket > a {
    background: url(/skin/semenic/icon-basket-2x.png) no-repeat  center;
    background-size:35px auto;
    width:40px;
    height:70px;
    right:5%;
    left:auto;
    }

    #basket > p.qty,#basket > p.sum {
    display: none;
    }

    .headerContainer .right {float:none}

    div:hover #basket {
    background-color:transparent;
    }

    #basketList div {
    top:160px;
    right:0;
    width:100%;
    box-sizing:border-box;
    border:none;
    padding:0 0 50px;
    z-index:9999;
    box-shadow:0px 5px 5px 0 rgba(0,0,0,0.2);
    }

    #basketList a.hide {
    font-size:14px;
    padding:10px 0;
    }

    #basket > a::before {
    font-size:30px;
    line-height:70px;
    }

    #basketList a.checkout {
    border:none;
    text-shadow:none;
    box-shadow: none;
    border-radius: 5px !important;
    text-align:center;
    font-size:20px;
    font-weight:400;
    width:80%;
    padding:20px;
    margin:20px auto 40px;
    float:none;
    }

    #basketList>div>p {
    text-shadow:none;
    margin:0;
    font-size:16px;
    line-height:22px;
    font-weight:400;
    text-align:right;
    display:block;
    padding:20px;
    float:none;
    }

    #basketList>div>p span {
    font-size:15px;
    line-height:22px;
    font-weight:400;
    display:inline-block;
    position:relative;
    margin-left:10px;
    padding-right:50px;
   }

    #basketList>div> span {
    font-size:15px;
    line-height:22px;
    padding:20px;
    border:none;
    text-shadow:none;
    font-weight:300;
    }

    #basketList>div>ul {
    border:none;
    margin:0; 
    padding:0;
    float:none;
    }

    #basketList>div>ul>li {
    font-size:15px;
    line-height:22px;
    padding:15px;
    text-shadow:none;
    text-align:left;
    position:relative;
    }


    #basketList>div>ul>li>b {
    width:10%; 
    text-align:right;
    padding-right:10px;
    box-sizing:border-box;
    }

    #basketList>div>ul>li>a {
    width:60%;
    padding-right:10px;
    }
    
    #basketList>div>ul>li>span { 
    width:30%; 
    text-align:right;
    font-weight:400;
    padding-left:0;
    padding-right:50px;
    }

    #basketList>div>ul>li.active-title,
    #basketList>div>ul>li.active {
    border-radius:0;
    text-shadow:none;
    margin:0;
    }

    #basketList>div>ul>li.active-title {
    position:relative;
    border-radius:0;
    font-weight:400;
    border:none;}

    #basketList>div>ul>li.active-title:before {
    }

    #basketList > div > ul > li > a.remove-button {
    padding:0;
    top:calc(50% - 10px);
    right: 15px;
    }


    /* artikli */

    #article-title {
    padding:0 0 0;
    margin:0;
    background:#fff;
    border:none;
    }

    #article-title > a {
    display:none;
    }
   
    #article-title h1 {
    font-size:20px;
    line-height:30px;
    padding:20px;
    text-align:center;
    }
   
    #article-title .desc {
    font-size:14px;
    line-height:22px;
    padding:15px 20px;
    /*border-bottom:1px solid #ddd;*/
    }
   
    #article-title .desc p {
    font-size:14px;
    line-height:22px;
    padding:0 0 20px;
    }

    #article-title .desc a {
    color:#003b49;
    }

    #article-title a#bannerFaq {
    display:none;
    }

    /* product list*/

    ul.product-list, article.categoryempty ul.product-list  {
    border:none;
    margin:10px 0 0;
    width:100%;
    margin-left:0 !important;
    }

    ul.product-list>li, article.categoryempty ul.product-list>li {
    box-sizing:border-box;
    width:50%;
    margin:0 !important;
    border-radius:0;
    overflow:hidden;
    height:auto;
    box-shadow:none;
    padding:260px 0 20px;
    }

    ul.product-list>li .img {
    height:245px;
    border:none;
    width:100%;
    text-align:center;
    box-shadow:none;
    }

    ul.product-list>li .img img {
    height:auto;
    max-height:100%;
    max-width:80%;
    left:10px;    

    }

    ul.product-list h3 {
    width:100% !important;
    box-sizing:border-box;
    font-size:13px;
    line-height:20px;
    padding:0 15px !important;
    text-align:left !important;
    height:40px;
    overflow:hidden;
    }

    ul.product-list:not(.groups) h3 {
    height:40px !important;
    }

    ul.product-list p.code {
    padding:0 15px;
    }

    ul.product-list.groups h3 {
    height:auto !important;
    padding:15px!important;
    }

    ul.product-list p.price {
    background:none;
    width:100%;
    box-sizing:border-box;
    height:16px;
    font-size:16px;
    line-height:16px;
    padding:0 15px;
    text-align:left;
    }

    ul.product-list p.price span {
    position:absolute;
    top:0;
    right:15px;
    line-height:16px;
    font-size:12px;
    }

    ul.product-list .highlighted, ul.product-list .newItem,
    ul.product-list .sale {
    }
        
    ul.no-products {
    margin:0;
    padding: 40px;
    text-shadow:none;
    color: #888;
    border: 1px solid #DDD;
    border-radius:0;
    background:#F5F5F5;
    box-sizing:border-box;
    }
    
    ul.no-products > li {
    font-size: 40px;
    font-weight: 400;
    }

    ul.product-list.groups li { 
    width:100%;
    border-left:none;
    padding: 0;
    height:auto;
    border-top:1px solid #ddd;
    }

    ul.product-list.groups { 
    border-bottom:1px solid #ddd;
    }

    ul.product-list.groups li .img { 
    display:none;
    }


    .carousel ul.product-list li {
    padding: 280px 0 0;

    }
    .carousel .products {
        height: 372px;
    }

    .carousel ul.product-list .img {
    height: 270px;
    }


    .carousel > h3 {
    font-size: 14px;
    border-radius: 0px;
    line-height: 26px;
    }
    .carousel ul.product-list .sale, .carousel ul.product-list .newItem, .carousel ul.product-list .highlighted {
    top: 261px;
}
    #banner a img {
    border-radius: 0;
    }

    /* product detail */

    .product-detail-title.medium-title {
    width:100%;
    box-sizing:border-box;
    float:none;
    background:#fff;
    padding:20px;
    margin:0;
    border:none;
    text-align:center;
    }
    .product-detail-image {
    max-width:100%;
    width:100%;
    border:none;
    float:none;
    position:relative;
    top:auto;
    left:auto;
    }
    
    .product-detail-image>a {
    border-radius:0;
    border:none;
    padding:0;
    width:100%;
    height:260px;
    margin:0 auto 20px;
    }

    .product-detail-image>a:before {
    content:"";
    }

    .product-detail-image>a>img {
    padding:0 50px;
    }

    .product-detail-image > a:hover {
    width:360px;
    height:260px;
    }
    

    .product-detail-image > span {
    padding: 0 20px;
    display: block;
    }
    
    .product-detail-image > ul {
    width:100%;
    margin:0;
    }

    .product-detail-image > ul > li {
    height:auto;
    width:25%;
    float:left;
    box-sizing:border-box;
    margin:0;
    }        

    .product-detail-image > ul > li > a {
    border-radius: 0px;
    width:100%;
    height:auto;
    border:none;
    padding:0;
    }

    .product-detail-image > ul > li > a > img {
    padding: 0;
    box-sizing:border-box;
    width:100%;
    position: relative;
    }

    .product-detail-image > a:hover, .product-detail-image > ul > li > a:hover {
    border:none;
    }

    .product-detail-image > ul > li > a:before {
    content: "";
    }
    .product-detail-rightcol {
    width:100%;
    float:none; 
    }

    .product-detail-shortdesc {
    width:100%;
    padding:20px;
    box-sizing:border-box;
    border-bottom:1px solid #ddd;
    margin:0 0 20px;
    border:none;
    float:none;
    }

    .product-detail-rightcol > ul li > a[data-tooltip]:after, [data-tooltip]:before {
    display:none;
    }

    .product-detail-shortdesc > div {
    font-size:14px;
    line-height:22px;
    border:none;
    width:auto;
    }
    
    .product-detail-rightcol > ul {
    background:#fff;
    border:none;
    width:100%;
    margin:20px 0 0;
    float:none;
    }

    .product-detail-rightcol > ul > li {
    text-align:center;
    border:none;
    padding:0 20px 0;
    margin:20px 0 0;
    font-size:16px;
    line-height:22px;
    }

    .product-detail-rightcol > ul > li > p, #dailyoffer .product-detail-rightcol > ul > li > p  {
    float:none;
    display:inline;
    padding-left:5px;
    }
    
    .product-detail-rightcol > ul li.price {
    padding: 20px;
    line-height: 30px;
    background:#fff;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    }

    .product-detail-rightcol > ul li.price p {
    font-size: 20px;
    }
    .product-detail-rightcol > ul > li > p > b {
    font-size: 16px;
    }

    .product-detail-rightcol .freedelivery, #dailyoffer p.freedelivery {
    padding:20px;
    font-size:13px;
    line-height:22px;
    font-weight: 600;
    text-align:center;
    float:none;
    color:#444;
    }

    .product-detail-rightcol .clear {
    display:inherit;
    }

    .product-detail-rightcol #freedelivery {
    margin:40px 0px 0 !important;
       width: 100%;
       background-position:40px center;
    }


    .product-detail-container #infoWrapper, article.dailyoffer .product-detail-container #infoWrapper {
    width:auto;
    height:auto;
    background:#fff;
    border:none;
    float:none;
    text-align:center;
    font-size:16px;
    line-height:22px;
    padding:0 20px 20px;
    }

    .product-detail-container #infoWrapper .monthly, .product-detail-container #infoWrapper .proformaonly, .product-detail-container #infoWrapper .hotline {
    padding:20px 0 0;
    font-size:16px;
    line-height:22px;
    }

    .product-detail-container #infoWrapper .hotline b {
    font-size:16px;
    line-height:22px;
    }

    #stock-info {
    margin-bottom:0;
    }

     .product-detail-rightcol .freedelivery {
text-align:left;
padding-left:100px;
}
   .product-detail-rightcol #stock, article.dailyoffer .product-detail-rightcol #stock {
    float:none;
    height: auto;
    background:transparent;
    border:none;
    border-top:1px solid #ddd;
    width:100%;
    padding:20px 0;
    font-size:16px;
    line-height:22px;
    }

    .product-detail-rightcol #stock div {
    padding:0;
    background:none;
    }

    
    .product-detail-rightcol .b2b i {

        position: absolute;
        left: 20px;
    }
    
    .product-detail-rightcol .b2b {
    padding-left:80px;
    }

    .product-detail-rightcol #stock div p {
    font-size:16px;
    line-height:22px;
    text-align:center;
    font-weight:400;
    }

    .product-detail-rightcol #stock div span {
    float:none;
    display:inline;
    font-size:16px;
    line-height:22px;
    }

    .product-detail-container a#product-add, .product-detail-container a#product-contact, article.dailyoffer .product-detail-container a#product-add, article.dailyoffer .product-detail-container a#product-contact {
    display: block;
    width:70%;
    height:auto;
    padding:20px;
    margin:20px auto 40px;
    float:none;
    font-weight: 400;
    font-size:20px;
    border-radius: 5px !important;
    }

    article.dailyoffer .product-detail-shortdesc, article.dailyoffer .product-detail-rightcol > ul, article.dailyoffer .product-detail-desc, .product-detail-desc {
    padding:0;
    margin:0;
    }

    .product-detail-rightcol #linkedProducts {
    background:#fff;
    margin:0;

    }
    
    .product-detail-rightcol #linkedProducts h3 {
    padding: 20px;
    font-weight:400;
    border-top:1px solid #ddd;
    background:#f5f5f5;
    font-size:20px;
    line-height:30px;
    text-align:center;
    }

    .product-detail-rightcol #linkedProducts ul li {
    border-bottom: 1px solid #ddd;
    border-top:none;
    font-size: 14px;
    }

    .product-detail-desc h3 {
    border: none;
    text-shadow:none;
    padding: 20px;
    font-weight:400;
    border-top:1px solid #ddd;
    background:none;
    font-size:20px;
    line-height:30px;
    text-align:center;
    }

    .product-detail-desc div {
    padding: 20px;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    }

    #article-title .desc a, .product-detail-shortdesc>div a, .product-detail-desc>div a {
    color:#003b49;
    font-weight: 400;
    }

    div.options {
    border-radius: 0px;
    }

    div.options table td, div.options table th {
    padding: 20px 15px;
    }
    

    /* product details extra
    ------------------------*/
    article.extra {
    width:100%;
    margin:0;
    padding:0;

    }

    article.extra>h3 {
    font-size:20px;
    padding:20px;
    line-height:30px;
    text-align:center;
    /*border-bottom:1px solid #ddd;*/
    /*border-top:1px solid #ddd;*/
    background:#f5f5f5;
    margin:0;
    font-weight:400;
    }

    article.extra>div {
    margin:0;
    }

    article.normal-width.extra ul.product-list {
    width:100% !important;
    margin:0 !important;
    }

    article.extra ul.product-list li {
    width:50%;
    margin:0;
    }

    article.extra ul.product-list li:hover {background:#f5f5f5;}

    article.extra ul.product-list li h3 {
    font-size:14px;
    }

    article.extra ul.product-list p.price {
    font-size:16px;
    width:100%;
    }

    /* Checkout */

    .containerLeft {
    width:100%;
    float:none;
    }

    .containerRight {
    display:none;
    }

    article.basket #article-title,
    article.profile #article-title {
    padding:0;
    margin:0;
    }
    article.basket #article-title h1,
    article.profile #article-title h1 {
    border:none;
    font-weight:400;
    font-size:20px;
    padding:20px;
    line-height:30px;
    text-align:center;
    /*border-bottom:1px solid #ddd;*/
    }


    
    #basket-progress a {
    box-sizing:border-box;
    width:16.66666666666667%;
    min-width:16.66666666666667%;
    text-align:center;
    font-size:9px;
    line-height:12px;
    display:table-cell;
    vertical-align:middle;
    height:50px;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:5px;
    }

    #basket-progress.logged a {
    width:20%;
    min-width:20%;
    }

    #basket-progress a.on {
    background:#003b49;
    border-left:none;
    font-weight:400;
    }

    #basket-progress b 
    {display:none}

    article.basket #new-delivery-address>h3 ,
    article.profile #new-delivery-address>h3 {color:#003b49;}

    /* basket content */
    
    .order-item-desc {width:100%;}
    .order-item.review .order-item-desc {width:100% !important;}
    .order-item-quant {width:10%; right:50%;}
    .order-item-price {width:35%; right:15%}
    .order-item-delete {width:15%; right:0;}
    .order-item.review .order-item-price {right:20px;}

    .order-title {
    display:none;
    }

    .order-item-desc ,
    .order-item-quant ,
    .order-item-delete ,
    .order-item-price {
    height:auto;
    }

    .order-item-quant ,
    .order-item-delete ,
    .order-item-price {
    position:absolute;
    bottom:20px;
    }
    .order-item {
    border-bottom:1px solid #ddd;
    padding:0;
    position:relative;
    }
    
    div:hover.order-item {
    background:#fff;
    }

    .order-item-desc>span {
    height:150px;
    margin-left:0px;
    font-size:14px;
    line-height:20px;
    padding:20px 20px 20px 0;
    display:table-cell;
    vertical-align:top;
    box-sizing:border-box;
    }

    .order-item-desc span.stock, .order-item-price>small {
    font-size:12px;
    padding:0;
    }
    
    .order-item-desc>a>img, .order-item-desc>img {
    width:40%;
    height:auto;
    padding:30px 20px;
    margin:0;
    box-sizing:border-box;
    background:#fff;
    }

    .order-item-quant select, .order-item-quant input {
    -webkit-appearance: none;
    margin:0 auto;
    font-size:16px;
    line-height:26px;
    height:auto;
    padding:0 0 0 5px;
    border:1px solid #ddd;
    box-shadow:none;
    border-radius:3px 0 0 3px!important;
    box-sizing:border-box;
    }

   .order-item-quant span.unit {
    font-size:12px;
    line-height:28px;
    left:100%;
    border:none;
    top:0;
    padding:0 5px;
    height:auto;
    box-sizing:border-box;
    background:none;
    border-radius:0 3px 3px 0 !important;
    background:#ddd;
    color:#444;
    }

    .order-item-price span {
    padding:0;
    font-size:18px;
    line-height:28px;
    color:#444;
    display:block;
    }

    .order-item-delete>a {
    text-align:center;
    display:block;
    width:100%;
    height:26px;
    }

    div.order-item.deleted {
    background-color:#fff;
    padding:0;
    }

    div.order-item.deleted p {
    width:100%;
    padding:20px;
    box-sizing:border-box;
    text-shadow:none;
    font-weight:400;
    color:#003b49;
    }

    .subtotal {
    padding:0 20px 20px;
    border:none;
    border-bottom:1px solid #ddd;
    }

    #bonusObtainedWrapper .subtotal {
    border:none;
    }

    .subtotal b, .total h3 {width:auto;}

    .subtotal p {
    padding:20px 0 0;
    text-align:left;
    font-size:12px;
    }

    .subtotal b {
    color:#404040;
    display:inline-block;
    float:right;
    font-weight:400;
    }

    .total {
    padding:0;
    border-top:none;
    }

    .total h3 {
    font-size:20px;
    line-height:30px;
    margin:20px 20px 20px 0;
    font-weight:600;
    color:#003b49;
    }

    .total p {
    font-size:14px;
    line-height:30px;
    font-weight:400;
    padding:0;
    margin:20px;
    text-shadow:none;
    float:left;
    color:#003b49;
    }

    article.basket #basketListAdvanced > p {
    padding:80px 40px;
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight:400;
    text-shadow:none;
    color:#ccc;
    border:none;
    background:#fff !important;
    }

    input[type=submit]#basket-next {
    -webkit-appearance: none;
    border:none;
    background:#003b49;
    color:#fff;
    text-shadow:none;
    padding:20px;
    font-size:20px;
    border-radius:5px !important;
    cursor:pointer;
    box-shadow:none;
    float:none;
    margin:40px 20%;
    width:60%;
    }

    .order-code {
    padding:0;
    }

    .order-code>p {
    font-size: 14px;
    line-height: 22px;
    }

    .order-code {
    background:#f5f5f5;
    float:none;
    width:100%;
    margin:20px 0 1px;
    box-sizing:border-box;
    }

    .order-code input[type=text] {
    margin:0 !important;    
    }

    .order-code input[type=submit] {
    border-radius: 3px !important;
    background:#003b49;
    color:#fff;
    padding:15px  0;
    }

    a#continue-shopping {
    display:none;
    }

    ul.payment-method,
    ul.delivery-address,
    ul.pickup-location,
    ul.delivery-method {
    /*overflow:hidden;*/
    border:none;
    background:#fff;
    margin:0;
    }

    .vat-company>ul>li,
    ul.payment-method>li,
    ul.delivery-address>li,
    ul.pickup-location>li,
    ul.delivery-method>li {
    padding:0;
    border-bottom:1px solid #ddd !important;
    font-size:14px;
    text-shadow:none;
    box-sizing:border-box;
    width:100%;
    }

    .vat-company>ul>li:last-child {
    border-bottom:none !important;    
    }

    .vat-company>ul>li.on,
    ul.payment-method>li.on,
    ul.delivery-address>li.on,
    ul.pickup-location>li.on,
    ul.delivery-method>li.on {
    background:#fff;
   }

    ul.payment-method>li>p,
    ul.delivery-address>li>p,
    ul.pickup-location>li>p,
    ul.delivery-method>li>p {
    padding-left:23px;
    color:#808080;
    font-size:12px;
    padding-top:0;
    }

    .vat-company>ul>li>b,  ul.payment-method>li>label>b, ul.delivery-method>li>label>b {
    position:absolute;
    top:calc(50% - 7px);
    right:20px;
    display:block;
    font-size:14px;
    line-height:14px;
    font-weight:400;
    }
    

    .vat-company>ul>li>b {
    right:0;
    top:auto;
    bottom:0;
    font-size:10px;
    background:none;
    border:none;
    padding:5px;
    }
    

    .company-terms label.agreement, .vat-company>ul>li> label, .payment-vat > label, ul.pickup-location>li>label, ul>li.expand>label, ul.payment-method>li>label, 
    ul.delivery-address>li>label, ul.delivery-method>li>label {
    padding:20px 60px;
    display:block;
    line-height:22px;
    }
    
    .company-terms input[type="checkbox"], .payment-vat > input[type="checkbox"], ul > li.expand input[type="radio"], 
    .vat-company > ul > li input[type="radio"], ul.payment-method > li input[type="radio"], 
    ul.delivery-method > li input[type="radio"], ul.pickup-location > li input[type="radio"], 
    ul.delivery-address > li input[type="radio"] {
    position:absolute;
    top:calc(50% - 8px);
    left:20px;
    display:block;
    margin:0;
    }
    
    .payment-vat > input[type="checkbox"], ul > li.expand input[type="radio"] {
    top:22px;
    }

    ul.delivery-address > li > b, ul.pickup-location > li > b {
    display: block;
    position: absolute;
    right: 10px;
    top:0;
    text-indent:-9999px;
    overflow:hidden;
    background: url(/skin/semenic/icon-highlighted-2x.png) no-repeat center;
    background-size:24px auto;
    width:30px;
    height:100%;
    border:none;
    border-radius:0;
    padding:0;
    z-index:100;
    }

    ul.pickup-location > li > b {
    background-image: url(/skin/semenic/icon-pickup-2x.png);
    }

    ul.pickup-location > li > b > a {
    display:block;
    width:100%;
    height:100%;
    text-indent:-9999px;
    overflow:hidden;
    }

    .delivery-new-address {
    padding:20px;
    display:none;
    border-top:1px solid #ddd;
    }

    article.basket #pickup-locations, article.basket #new-delivery-address {
    margin:0;
    }
    
    .vat-company > h3, article.basket #pickup-locations h3, article.basket > div > h3, article.basket #new-delivery-address h3 {
    background:#f5f5f5;
    color:#003b49;
    padding:20px;
    text-align:center;
    font-weight:400;
    font-size:20px;
    line-height:30px;
    margin:0;
    text-shadow:none;
    }

    .payment-vat {
    border:none;
    border-bottom:1px solid #ddd ;
    background:#fff;
    text-shadow:none;
    position:relative;
    }

    .company-terms {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
    overflow:hidden;
    }

    .company-terms>div{
    position:relative;
    }

    .company-terms p {
    line-height:22px;
    padding:0 20px;
    }

    .company-terms label.agreement {
    padding:20px 0 20px 60px;
    display:block;
    }

    #freeDelivery {
    font-size: 14px;
    line-height:22px;
    padding: 20px;
    color: #444;
    }

    .vat-company {
    border:none;
    border-top: 1px solid #ddd;
    display: none;
    }

    .vat-company > ul > li {
    border-top: none;
    }

    .vat-company-new {
    border-top: 1px solid #ddd;
    padding:0 20px;
    }   
    .vat-company-new > p {
    display:block;
    float: left;
    padding:20px 0;
}
    #container .vat-company-new input[type="text"] {
    padding: 11px 15px;
    font-size:18px;
    line-height:22px;
    height:46px;
    font-weight: 400;
    color: #444;
    border: 1px solid #CCC;
    box-shadow: none;
    border-radius: 3px !important;
    width:60% !important;
    box-sizing:border-box;
    }

    .vat-company-new input[type="submit"] {
    -webkit-appearance:none;
    margin-left:4%;
    padding:0;
    font-size:18px;
    line-height:44px;
    width:36%;
    height: 46px;
    box-sizing:border-box;
    display:block;
    font-weight: 400;
    background:#003b49;
    border:none;
    border-radius: 3px !important;
    box-shadow:none;
    }

    #container .basket .form .company { width:100%; }
    #container .basket .form .vatyes { width:20%; }
    #container .basket .form .vatnr { width:76%; }
    #container .basket .form .vatyes.margin { margin:0;}

    .vat-company-data {
    border-top: 1px solid #ddd;
    padding: 20px;
    }

    .vat-company-data #sourceinfo {
    font-size: 12px;
    color: #808080;
    text-align:left;
    padding:0 0 20px;
    text-shadow:none;
    }

    /* Login, reg, forgot */

    #login, #forgot, #register {
    padding:0;
    }

    .form h1 {
    font-size:20px;
    padding:20px;
    line-height:20px;
    text-align:center;
    /*border-bottom:1px solid #ddd;*/
    font-weight:400;
    color:#003b49;
    }

    .form .leftcol, .form .rightcol {
    width:100%;
    padding:20px 20px 40px;
    margin:0 !important;
    }

    #container .form label {
    margin:0 0 5px;
    font-size:12px;
    }

    #container .form input[type=text], #container .form input[type=email], #container .form input[type=password], #container .form select, #container .form textarea {
    width:100%; /*455px - 2x10px - 2x(15px+1px)*/
    padding:15px;
    font-size:16px;
    line-height:20px;
    color:#444;
    border-radius:3px !important;
    box-sizing:border-box;
    -webkit-appearance: none;
    margin:0 0 20px;
    }


    #container .form input[type=button], #container #login.form .rightcol a {
    -webkit-appearance: none;
    margin:40px 5% 0;
    box-sizing:border-box;
    border:none;
    background:#003b49;
    text-shadow:none;
    padding:20px 10px;
    height:auto;
    font-size:20px;
    border-radius:5px !important;
    box-shadow:none;
    display:block;
    width:90%;
    text-align:center;
    }

    #login.form #forgot-password {
    position:absolute;
    margin-top:-57px;
    right:40px;
    }
    
    #login .rightcol {
    margin: 0 !important;
    }   

    #login .rightcol h3 {
    margin: 0 !important;
    border-bottom:none !important;
    padding:0 0 20px !important;    
    }   

    .rightcol h3 {
    width:100% !important;
    margin:0;
    padding:0 0 20px;
    border-bottom:none !important;
    text-shadow:none !important;
    text-align: center;
    font-weight:400;
    box-sizing:border-box;
    color:#003b49;
    }

    .form .rightcol p {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    padding:0;
    text-shadow:none;
    border:none;
    }

    .form ul {
    font-size: 14px;
    line-height:22px;
    padding:0 20px 10px;
    border:none;
    text-shadow:none;
    box-sizing:border-box;

    }

    #container .form .halfsize.margin {
    margin-left: 0;
    }
    #container .form .halfsize {
    width: 100%;
    }
    #container .form .zip  { width:30%; }
    #container .form .city { width:66%; }

    #register.form #hiddenFields .remark {
    margin:0 0 20px;
    background-color: #f5f5f5;
    padding: 15px;
    line-height:22px;
    border-radius: 3px;
    text-shadow:none;
    }


    .preview-order, ul.preview-order {
    list-style: none;
    padding:0;
    border:none;
    background: #fff;
    font-size: 14px;
    line-height:22px;
    color: #444;
    text-shadow:none;
    margin:0;
    }

    .preview-order h3, ul.preview-order h3 {
    margin:0;
    background:#f5f5f5;
    color:#003b49;
    font-size:20px;
    line-height:30px;
    padding:20px;
    font-weight:400;
    border-top: 1px solid #ddd;
    }   

    .preview-order.confirmed h3 {
    text-align:center;
    margin:0 0 30px
    }   


    ul.preview-order p, .preview-order p {
    padding:20px;
    background: #fff;
    margin:0;
    border:none;
    line-height: 22px;
    text-shadow:none;
    }

    .preview-order.confirmed p {
    padding-top:0;
    }    
    
    .preview-order.confirmed p:last-child {
    padding-bottom:20px;
    }    
    
    .preview-order span {
    padding:0 20px 5px;
    
    }

    .preview-order textarea {
    -webkit-appearance:none;
    margin:0 20px;
    padding: 11px 15px;
    font-size: 18px;
    line-height:22px;
    font-family: 'Arial', sans-serif;
    color: #444;
    width:calc(100% - 40px);
    height: 200px;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 3px !important;
    box-sizing: border-box;
    }

    .preview-order {
    position:relative;
    }

    .preview-order label {
    display:block;
    padding:20px 20px 20px 50px;
    font-size: 14px;
    line-height:22px;
    border-bottom: 1px solid #ddd;
    }

    .preview-order input[type=checkbox] {
    position:absolute;
    top:calc(50% - 8px);
    left:20px;
    }

    .preview-order>b {
    border-radius: 5px !important;
    padding:20px;
    background: #003b49;
    font-weight:400;
    color:#fff !important;
    margin:0 20px;
    border:none;
    line-height: 30px;
    text-shadow:none;
    font-size: 30px;
    text-align: center;
    font-weight:bold;
    width:calc(100% - 40px);
    box-sizing:border-box;
    }

    .preview-order>b a {
    font-weight:400;
    color:#fff !important;
    }

    .preview-order p i {
    color:#888;
    margin-top:8px;
    display:block;
    }

    article.basket {
    padding: 0;
    }

    nav#profile {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 9988;
    border-top: 1px solid #ddd;
    width:100%;
    }

    ul {
    list-style: none;
    float: left;
    width: 100%;
    }
    nav#profile ul li {
    width: 25%;
    box-sizing:border-box;
    border-right:1px solid #ddd;
    float: left;
    box-sizing:border-box;
    }

    nav#profile.bonus ul li {
    width: 20%;
    }

    nav#profile ul li:last-child {
    border-right:none;
    }
    
    nav#profile ul li a {
    padding:20px 9px 0;    
    font-size:11px;
    line-height:16px;
    text-align:center;
    height: 100px;
    box-sizing:border-box;
    }

    nav#profile ul li a i {
    display:block;
    margin: 0 auto 20px;
    position:inherit;
    }

    article.profile {
    padding-bottom:20px;
    }

    #article-title.profile {
    margin: 0;
    }

    article.profile>h3, .containerLeft>h3, .profile-wishlist h3, 
    .profile-orders h3, .dashboard>ul>li>h3 {
    font-size: 16px;
    line-height: 22px;
    color: #003b49;
    padding: 20px;
    font-weight: 400;
    text-align:left;
    border-top:1px solid #ddd;
    background:#fff;
    }

    .profile-details, .profile-wishlist {
    padding:10px 20px 0;
    }

    .profile p.inline {
    position:relative;
    }

    .profile p.inline label {
    display:block;
    padding:0 20px 0 30px;
    }
    .profile p.inline input[type=checkbox] {
    position:absolute;
    top:calc(50% - 8px);
    left:0;
    }

    .profile-wishlist table th.fixed-width,
    .profile-orders:not(.detail) table th.fixed-width,
    .profile-wishlist table th.image-width {
    width:auto;
    }

    .profile-orders table td,
    .profile-wishlist table td {
    padding-right:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    }
    
    .profile-orders:not(.detail) table th.left-align,
    .profile-wishlist table th.left-align,
    .profile-orders:not(.detail) table td.left-align,
    .profile-wishlist table td.left-align {
    display:none;
    }

    .profile-orders table th,
    .profile-wishlist table th,
    .profile-orders table td,
    .profile-wishlist table td {
    font-size:12px
    }
    .profile-orders table th.order-view, .profile-orders table td.order-view {
    width: 50px;
    }
    .profile.orders .orderDetails p,
    .profile.orders .orderDetails p.halfsize {
    width: 100%;
    }

    .profile-orders table td span {
    display:block;
    height: auto;
    padding:15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    article.profile>h3>a {
    float:none;
    display:block;
    margin-top:10px;
    }

    .profile.orders p {
    font-size: 14px;
    padding: 20px 20px 0;
    line-height: 22px;
    }

    .profile.orders .orderDetails:not(.row) {
    border-top:none;
    padding-bottom: 25px;
    }

    .profile.orders .orderDetails p.halfsize {
    padding: 20px 20px 0;
    }

    .profile-orders table td img, .profile-wishlist table td img {
    display: none;
    }

    .profile-orders.detail table th.left-align {
    padding-left: 0;
    }

    /* footer */

    footer {
    padding:0;
    }

    .footerContainer ul {
    float: none;
    width: 100%;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    }

    a.netit {
    right: 20px;
    }

    #contentWrapper {
     padding:0;

    }

    article.contentpage {
    padding:0 20px 20px;
    box-sizing:border-box;
    }

    article.contentpage .product-detail-title, article.dailyoffer .product-detail-title {
    margin:0 0 30px;
    padding:20px;
    color: #003b49;
    font-size: 20px;
    line-height:30px;
    font-weight: normal;
    border:none;
    text-align:center;    
    box-sizing:border-box;
    }

    catalogs a {
    width: 48%;
    }


    .roundbox {
    border:none;
    }

    article.contentpage h3 {
    font-size: 14px;
    line-height: 22px;
    padding: 20px;
    margin:0;
    }

    article.contentpage img {
    /*width:100%;*/
    margin:20px 0 0;
    }    
    article.contentpage p {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 0;
    text-align:left;}

    article.contentpage p>a, article.contentpage .map a {
    font-size: 14px;
    color:#003b49;
    }
    #container article.contentpage #contactForm {
    width:100%;
    float:none;
    padding: 20px 0;
    background:none;
    margin:0 0 50px;
    box-sizing:border-box;
    }
    #container article.contentpage #contactForm label {
    background:none;
    }
    
    #container article.contentpage #contactForm input[type=text], #container article.contentpage #contactForm textarea {
    padding: 11px 15px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height:22px;
    width: 100%;
    box-sizing:border-box;
    border:1px solid #ddd;
    }

    #container article.contentpage #contactForm input[type=submit] {
    margin: 20px 20%;
    width:60%;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px !important;
    float: none;
    background: #003b49;
    color: #fff;
    }
    .contentpage.privacy table, .contentpage.privacy table {
    max-width:100%;
    box-sizing:border-box;
    }

    .contentpage.privacy label {
    display:inline;
    }

    article.categoryempty #article-title {
    padding:0;
    }

    article.categoryempty #article-title h1 {
    font-weight:400;
    }

    article.categoryempty .pagination, article.categoryempty .pagination.bottom,
    article.categoryempty .pagination span, article.categoryempty .pagination .page-select, article.categoryempty .pagination #pagesize {width:100%;     display:block;
float:none; box-sizing:border-box;}

    article.categoryempty .pagination {
    padding:0;
    margin:0;
    font-size:14px;
    text-align:center;
    }

    
    .pagination span {
    margin:0;
    padding:20px;
    background:#fff;
    display:block;
    text-align:center;
    float:none;
    width:100%;
    box-sizing:border-box;
    }

    .pagination #pagesize {
    margin:0;
    padding:5px;
    display:block;
    text-align:center;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    }

    .pagination #pagesize select,.pagination #pagesize label {
    float:none;
    margin:5px 0 0;
    }
    
    .pagination #pagesize label {
    font-size:14px;
    }

    article.categoryempty .pagination .page-select {
    display:block;
    }
    article.categoryempty .pagination .page-select input, .pagination #pagesize select {
    border-radius:3px !important;
    font-size:14px;
    }
    .pagination .page-select a {
    display: inline-block;
    padding: 0 3px;
    margin: 5px 0;
    }

    .pagination .page-select {
    float: none;
    text-align: center;
    display: block;
    }

    .pagination {
    float: none;
    }

    input {
    font-size:16px;
    }

    article.home ul.product-list {
    width:100%;
    height:auto;
    }

    #language {
    position: absolute;
    top: 75px;
    left: 20px;
    }

    .tmRight, .tmLeft {
    width: 100%;
    float: none;
    border: none;
    padding:0;
}

    .tmLeft img {
    display:inline-block !important;
    width: 100px !important;
    max-width: 100px !important;
    text-align:center;
    }

   .tmRight table td img {
    margin: 0 20px 0 0;
    display: none;
    }
   .tmRight p {
    margin: 20px 0 0 !important;
    }

   ul.newsList {
   width:100%; 
   margin:0 !important;
   }
   ul.newsList>li {
   width:100%; 
   height:auto;
   margin:0 !important;
   float:none;
   padding:0 0 50px !important;
   border-bottom:1px solid #fff;
   }

    ul.newsList > li h3 {
    padding: 20px 15px 0;
    }

   ul.newsList > li p {
    height: auto;
    padding:15px 15px 0;
    }

   ul.newsList > li .more {
    margin: 20px 20px 0;
    }
   ul.newsList > li img {
    position:relative;
    top:auto;
    right:auto;
    border-radius:0;
    width: 100%;
    height: auto;
    }

   article.blog {
    width: 100%;
    margin: 0;
    padding:0 40px;
   border-top:1px solid #ddd;
   }

   a#newsArchive {
    
    border: none;
    }

   .aboutHome  {
    padding:60px 40px;
    }

   article.home>h3 {
    font-size:14px;
    line-height:26px;
    }
            

   .aboutHome img {
    width:100%;
    margin:0 0 40px;
    }

    article.contentpage .form.seminar {
    width:100%;
    }
    article img.imgFloatLeft {
    padding:20px 0 !important;
    max-width:100% !important;
    float:none !important;
    }

    article img.imgFloatRight {
    padding:20px 0 !important;
    max-width:100% !important;
    float:none !important;
    }

    .footerObroki span {
    width: 100%;
}


    .footerNav ul li span {
    width: 100%;
    float: none;
    }
    

    article.home ul.product-list li {
    width: 50%;
    }

    .homeTitle {
    padding: 0;
    }

    header .outlet { display:none; }
    ul#attributes {
    padding:0 20px;
    width: 100%;
    float:none;
    box-sizing:border-box;
    }

    .product-detail-rightcol .quantity {
    margin: 0 auto 20px;
    float:none;
    }
    
    #container.home {
    padding: 0;
    }

    article.contentpage .half {
    width:100%;
    float:none;
    }

    .newsletterWrapper {
    padding: 20px;
    }



    article.contentpage ul#help {
    width:100%;
    margin:0;
    }

    article.contentpage ul#help li {
    float:none;
    display:block;
    width:100%;
    margin:0 0 20px;
    }

    ul.shops li .shopThird {
    width:50%;
    padding: 30px 0 0 30px;
    }

    ul.shops li .shopThird:first-child {
    width:100%;
    }

    article.contentpage .cert  img{
    width:98%;
    }

    article.contentpage img.servis  {
    width:100%;
    margin-bottom:30px;
    }
    .footerNav ul li p {
    text-align:center;
    }

    footer a.dpd img {
    width:100%;
    max-width:336px;
    margin:0 auto;
    }


    ul.catalogs li {
    width:48%;
    }
    ul.catalogs li img {
    margin:0;
    }

    ul.catalogs li h3 {
    max-height: 75px;
    min-height: 75px;
    }

    header.sticking {
    height: 70px;
    }

    header.sticking #basket {
    top:0;
    }

    header.sticking #search {
    display:none;
    }

    header.sticking a#homelink {
    top:10px;
    left:50%;
    }

    header.sticking #basketList div {
    top: 70px;
    }

    bannerSmall a {
    width: 98%;
    }

    .home > ul {
    margin-left: 0%;
    width: 100%;
    padding: 20px 0 20px;
    }

    .home > ul li {
    width: 47%;
    margin: 0 0 10px 2%;
    overflow:hidden;
    }

    .footerCTA {
    padding: 60px 10px;
    }

    .footerNav {
    flex-wrap: wrap;
    }
    
}

@media only screen 
and (max-width : 1020px) 
and (max-device-width : 1020px) 
and (orientation : landscape) { 
    ul.product-list>li, article.categoryempty ul.product-list>li {
    width:25%;
    }

    ul.product-list:not(.groups) h3 {
    height: 100px !important;
    }



}

@media only screen 
and (min-width : 500px) 
and (max-width : 1020px) 
{ 

    ul.product-list>li, article.categoryempty ul.product-list>li,article.home ul.product-list li {
    width:25%;
    }

    ul.product-list:not(.groups) h3 {
    height: 100px !important;
    }

    ul.catalogs li {
    width:23%;
    }

}

@media only screen 
and (min-width : 500px) 
and (max-width : 1024px) 
and (min-device-width : 500px) 
and (max-device-width : 1020px) 
and (orientation : portrait) { 


    ul.product-list>li, article.categoryempty ul.product-list>li {
    width:25%;
    }

    ul.product-list:not(.groups) h3 {
    height: 100px !important;
    }
}

@media only screen 
and (min-width : 900px) 
and (max-width : 1024px) 
and (min-device-width : 900px) 
and (max-device-width : 1020px) 
and (orientation : landscape) { 

    article.home #categories li {
    height:240px;
    }
}

@media only screen 
and (min-width : 730px) 
and (max-width : 1024px) 
and (min-device-width : 730px) 
and (max-device-width : 1020px) 
and (orientation : landscape) { 

    ul.product-list:not(.groups) h3 {
    height: 85px !important;
    }
}

@media only screen 
and (min-width : 360px) 
and (max-width : 680px) 
and (min-device-width : 360px) 
and (max-device-width : 680px) 

{ 
    article.home #categories li {
    height:210px;
    }
}

@media only screen 
and (min-width : 320px) 
and (max-width : 360px) 
and (min-device-width : 320px) 
and (max-device-width : 360px) 

{ 
    ul.product-list>li, article.categoryempty ul.product-list>li {
    padding: 215px 0 20px;
    }

    ul.product-list>li .img {
    height:206px;
    }

    ul.product-list .highlighted, ul.product-list .newItem,
    ul.product-list .sale {
    top:197px;
    }
     

}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/js/fontawesome/webfonts/fa-brands-400.eot);
  src: url(/js/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/js/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(/js/fontawesome/webfonts/fa-brands-400.woff) format("woff"), url(/js/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"), url(/js/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/js/fontawesome/webfonts/fa-regular-400.eot);
  src: url(/js/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/js/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(/js/fontawesome/webfonts/fa-regular-400.woff) format("woff"), url(/js/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"), url(/js/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/js/fontawesome/webfonts/fa-solid-900.eot);
  src: url(/js/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/js/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(/js/fontawesome/webfonts/fa-solid-900.woff) format("woff"), url(/js/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"), url(/js/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

div.noty_modal {
position:fixed;
width:100%;
height:100%;
background-color:#000;
z-index:10000;
opacity:0.6;
display:none;
}

.noty_bar {
position:fixed;
display:none;
z-index:9999999;
border:solid 3px;
box-shadow:0px 0px 5px #404040;
-webkit-box-shadow:0px 0px 5px #404040;
-moz-box-shadow:0px 0px 5px #404040;
left:50%;
width:680px;
margin-left:-340px;
}
.noty_bar.top {
border-top:none;
top:0;
border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
}
.noty_bar.bottom {
bottom:0;
border-radius:10px 10px 0 0;
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
}
.noty_bar.center {
top:40%;
padding:5px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.noty_bar .noty_message {
padding:20px;
font-size:16px;
font-weight:bold;
}

.noty_bar .noty_message .noty_buttons {
font-size:13px;
margin-top:10px;
}
.noty_bar .noty_message .noty_buttons button {
margin-left:10px;
cursor:pointer;
}

.noty_bar .noty_close {
position:absolute;
top:20px;
right:10px;
background-image:url(/js/noty/closelabel.png);
width:20px;
height:20px;
cursor:pointer;
}

.noty_bar.alert {
background-color:#202020;
color:#fff;
border-color:#ccc;
}

.noty_bar.error {
background-color:red;
color:#fff;
border-color:darkred;
}

.noty_bar.success {
background-color:lightgreen;
color:darkgreen;
border-color:darkgreen;
}
.noty_bar .noty_message a {
color:#fff;
text-decoration:underline;
}
.noty_bar .noty_message a:hover {
text-decoration:none;
}





.button{
    display: inline-block;
    text-decoration: none;
    font: bold 12px/12px HelveticaNeue, Arial;
    padding: 8px 20px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button.white{
    background: #f5f5f5;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
    border-color: #dedede #d8d8d8 #d3d3d3;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}
.button.white:hover{
    background: #f4f4f4;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    text-shadow: 0 1px 0 #fdfdfd;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}

.button.grey{
    background: #bdbdbd;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cacaca, #aeaeae);
    border-color: #b5b5b5 #a1a1a1 #8f8f8f;
    color: #555;
    text-shadow: 0 1px 0 #d4d4d4;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;    
}
.button.grey:hover{
    background: #c2c2c2;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /*  WebKit */
    background: -moz-linear-gradient(top,  #bcbcbc, #c2c2c2);
    border-color: #989898 #8e8e8e #878787;
    text-shadow: 0 1px 0 #dadada;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

.button.pink{
    background: #f67689;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f78297, #f56778);
    border-color: #df6f8b #da5f75 #d55061;
    color: #913944;
    text-shadow: 0 1px 0 #f89ca9;
    -webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;    
}
.button.pink:hover{
    background: #f67c90;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f56c7e, #f78297);
    border-color: #c36079 #c25669 #c14e5c;
    text-shadow: 0 1px 0 #f9a6b4;
    -webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    -moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;    
}

.button.orange{
    background: #fecc5f;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
    background: -moz-linear-gradient(top,  #feda71, #febb4a);
    border-color: #f5b74e #e5a73e #d6982f;
    color: #996633;
    text-shadow: 0 1px 0 #fedd9b;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;    
}
.button.orange:hover{
    background: #fecb5e;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)); /*  WebKit */
    background: -moz-linear-gradient(top,  #fec354, #fecd61);
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;    
}

.button.green{
    background: #b7d770;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cae285, #9fcb57);
    border-color: #adc671 #98b65b #87aa4a;
    color: #5d7731;
    text-shadow: 0 1px 0 #cfe5a4;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;    
}
.button.green:hover{
    background: #b9d972;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b8d872, #b9d972);
    border-color: #8bb14d #83a648 #7d9e45;
    text-shadow: 0 1px 0 #d5e8aa;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;    
}

.button.blue{
    background: #92dbf6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)); /*  WebKit */
    background: -moz-linear-gradient(top,  #abe4f8, #6fcef3);
    border-color: #8dc5da #76b7cf #63abc7;
    color: #42788e;
    text-shadow: 0 1px 0 #b6e6f9;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;    
}
.button.blue:hover{
    background: #92dbf6;
    border-color: #7caec0 #68a3ba #5a9cb5;
    text-shadow: 0 1px 0 #bee9fa;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;    
}

.button.purple{
    background: #dfaeda;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce)); /*  WebKit */
    background: -moz-linear-gradient(top,  #e8c4e4, #d494ce);
    border-color: #bc9db9 #ad89aa #a1799d;
    color: #7b5777;
    text-shadow: 0 1px 0 #eacae6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;    
}
.button.purple:hover{
    background: #e0b1db;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db)); /*  WebKit */
    background: -moz-linear-gradient(top,  #deabd9, #e0b1db);
    border-color: #a482a0 #9b7897 #947090;
    text-shadow: 0 1px 0 #ecd0e9;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

.button.teal{
    background: #9cedef;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b7f2f4), to(#7ce7ea)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b7f2f4, #7ce7ea);
    border-color: #90c6c8 #78bdc0 #65b6ba;
    color: #437b7d;
    text-shadow: 0 1px 0 #bef3f5;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;    
}
.button.teal:hover{
    background: #9fedf0;
    border-color: #7db9bb #6bb2b5 #5dacaf;
    text-shadow: 0 1px 0 #c5f4f6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;    
}

.button.darkblue{
    background: #a5b8c6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#88a1b4)); /*  WebKit */
    background: -moz-linear-gradient(top,  #becbd6, #88a1b4);
    border-color: #a2afb8 #8696a1 #6f818f;
    color: #515f6a;
    text-shadow: 0 1px 0 #c4d0d9;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;    
}
.button.darkblue:hover{
    background: #adbfcb;
    border-color: #8996a0 #798791 #6c7a85;
    text-shadow: 0 1px 0 #ced9e0;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;    
}

.button.black{
    background: #525252;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); /*  WebKit */
    background: -moz-linear-gradient(top,  #5e5e5e, #434343);
    border-color: #4c4c4c #313131 #1f1f1f;
    color: #fff;
    text-shadow: 0 1px 0 #2e2e2e;
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    -moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;    
}
.button.black:hover{
    background: #5a5a5a;
    border-color: #2c2c2c #1c1c1c #101010;
    text-shadow: 0 1px 0 #363636;
    -webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    -moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;    
}

.button.qty {
font-size:16px;
}
