/* Part based on Reflex v1.5.0 - https://github.com/leejordan/reflex */
/*--------------------INITIAKISE-----------------------------*/
.clear {
	clear: both
}
.footer {
	clear: both
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
html,
body,
p,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
div.paragraph,
pre,
form,
blockquote,
fieldset,
input {
	margin: 0;
	padding: 0;
}
/*--------------------BASICS----------------------------*/
html {
	height: 100%;
	box-sizing: border-box;
}
body {
	font-family: 'Cabin', sans-serif;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background-color: #ffffff;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}
.wrapper {
	background: #ffffff;
	box-sizing: border-box;
}
.content-wrap {
	background: #ffffff;
}
.content-wrap .container {
	padding: 0 15px;
	box-sizing: border-box;
}
.container {
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
/*--------------------TEXT----------------------------*/
p,
div.paragraph,
.paragraph {
	line-height: 1.7;
	margin-bottom: 10px;
	word-wrap: break-word;
}
div.paragraph ul,
div.paragraph ol {
	padding-left: 3em !important;
	margin: 5px 0 !important;
}
div.paragraph li {
	padding-left: 5px !important;
	margin: 3px 0 0 !important;
}
div.paragraph ul,
div.paragraph ul li {
	list-style: disc outside !important;
}
div.paragraph ol,
div.paragraph ol li {
	list-style: decimal outside !important;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: #3f3f3f;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 20px;
}
.indent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	list-style: none;
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.hide {
	display: none
}
.show {
	display: block
}
.invisible {
	visibility: hidden
}
.quote {
	margin: 10px 0 10px 0;
	font-style: italic;
	font-size:17px;
}
a {
	color: rgba(0,0,175,1);
	transition: color 300ms ease;
	text-decoration: none;
}
a:hover {
	color: #b55d40;
}
a img {
	border: 0;
}
em {
	position: relative
}
select {
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
.burger-style {
	display: block;
	width: 20px;
	height: 3px;
	background-color: #626262;
}
.caption-style {
	font-size: 13px;
	color: #666666;
}
.captionEditorSelectHolder {
	margin-top: 5px
}
.category-text-style {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	text-align: center;
	color: #a4a4a4;
}
.header-section {
	position: relative;
	background-size: cover;
	background-position: center center;
}
.header-section h2 .header-section .formlist,
.header-section blockquote {
	text-align: left
}
hr.styled-hr {
	background-color: #eee;
	background-color: rgba(0,0,0,0.13);
	border: 0pt none;
	color: #eee;
	color: rgba(0,0,0,0.13);
	height: 1px;
	margin: 0 auto;
	text-align: center
}
input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	resize: none;
	box-shadow: none;
	appearance: none;
	text-shadow: none;
}
#links_rias{
	position:relative;
	top:-33%;
	text-align: center;
}
#link_rkc{
	position: relative;
	top:-10%;
}
.linklist-style {
	font-family: 'Karla', sans-serif;
	text-decoration: none;
}
.no-header-page .section-wrap:first-child .container {
	padding-top: 20px;
}

.multicol {
	position: relative;
	direction: ltr
}
.multicol-table {
	position: relative;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important
}
.multicol-col {
	vertical-align: top;
	margin: 0 !important;
	border: 0 !important;
	padding: 0;
}
.pln {
	color: #4d4d4c;
}
.section-effect-reveal .section-content>* {
	visibility: hidden
}
.section {
	display: table-cell;
	width: 100%;
	height: 230px
}
.section-bg-color:before {
	display: none;
}
.section-wrap {
	display: table;
	table-layout: fixed;
	width: 100%
}
.section-wrap .section {
	vertical-align: middle
}
.section-wrap:only-child .body-section {
	height: 400px;
	vertical-align: top
}
#template {
	display: block;
	margin: 0 auto;
	padding: 0 20%;
}
.textarea:focus {
	border: 1px solid #777777;
}
.thumbnail-sizer {
	padding-right: 0;
	width: 40px;
	display: inline-block;
	vertical-align: middle
}
#webhost,
#copyright{
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	color:rgba(0,0,0,1);
}

/*--------------------HEADER-----------------------------*/
#sitename {
	display:inline-block;
	position: relative;
	vertical-align:top;
	z-index: 1;
	padding-right: 15px;
	font-size: 36px;
	font-weight: 700;
	color: rgba(0,0,175,1);
	text-decoration: none;
	line-height: normal;
	overflow: hidden;
	min-height: 80px;
}
body.header-sticky {
	padding-top: 50px;
}
body.header-compressed .myheader {
	padding-top: 4px;
	padding-bottom: 4px;
}
body.header-compressed .myheader .search {
	padding-top: 5px;
}
body.header-sticky .myheader {
	position: fixed;
}
body.header-sticky-up .myheader {
	position: fixed;
}
body.header-sticky-up .myheader.is-sticky {
	transform: translate3d(0, -100%, 0);
	transition: transform 0.2s ease-out;
}
body.header-sticky-up .myheader.is-visible {
	transform: translate3d(0, 0, 0);
}
body.nav-open.header-sticky-up .myheader {
	transform: translate3d(0, 0, 0);
}
body.reveal-content .myheader .header-inner-wrap {
	opacity: 1;
}
body.utils-hidden.logo-hidden .myheader .nav-wrap {
	max-width: 100%;
	flex: 1;
}
.logo-hidden .myheader .logo {
	display: none;
}
.myheader {
	transition: padding 0.3s ease;
	position: relative;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	background: #ffffff;
	padding: 19px 0;
}
.myheader .container {
	height: 100%;
}
.myheader .header-inner-wrap {
	transition: opacity 0.6s ease-in 0.3s;
	height: 100%;
	opacity: 0;
}
.myheader .nav-wrap {
	overflow: hidden;
	max-width: 80%;
	padding: 10px 0;
	background: #ffffff;
	text-align: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.myheader .site-utils {
	white-space: nowrap;
	text-align: right;
}
/*--------------------BANNER-----------------------------*/
.banner-wrap {
	width: 100%;
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
/*
.banner-wrap .header-section {
     text-align: center;
     vertical-align: bottom;
     height: 400px;
}
.banner-wrap .header-section .content-title {
     margin-bottom: 15px;
     font-size: 6.5vmin;
     line-height: 1.1;
     color: rgba(0,0,175,1);
}
*/
.banner-wrap .header-section .paragraph {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #3f3f3f;
}
/*
body.banner-overlay-on .header-section:before {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     min-height: 100%;
     height: inherit;
     background-color: #ffffff;
     opacity: 0.2;
     content: "";

}
*/
body.banner-overlay-on .section-content {
	position: relative;
}
/*--------------------CONTENT------------------------------*/
.content-title {
     margin-bottom: 15px;
/*     font-size: 6.5vmin;
*/     line-height: 1.1;
     color: rgba(0,0,175,1);
}

/*--------------------FOOTER------------------------------*/
.footer-wrap {
	background-color: #a1a1a1;
}
.footer-wrap h2 {
	margin-bottom: 0.888em;
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
}
.footer-wrap div.paragraph,
.footer-wrap .paragraph {
	font-size: 16px;
}
.footer-wrap p,
.footer-wrap .paragraph {
	font-size: 16px;
}
.footer-wrap a {
	transition: opacity 0.3s ease;
	text-decoration: none;
	color: #ffffff;
}
.footer-wrap a:hover {
	opacity: 0.75;
}
.footer-wrap .footer {
	font-family: 'Karla', sans-serif;
	padding: 15px 0;
	color: #ffffff;
}
/*---------------------MENUS------------------------------*/
.dummy-menu {
	display: none;
}
.menu-wrap {
	display: none;
}
.menu-wrap.animating,
.menu-wrap.visible {
	display: block !important;
}
.menu-wrap.animating-in,
.menu-wrap.animating-out {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.menu-wrap.visible {
	opacity: 1;
}
.menu-default {
	font-family: 'Karla', sans-serif;
	text-align: center;
	font-size: 16px;
}
.menu-item,
.menu-subitem {
	-webkit-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
	display: block;
	color: #a4a4a4;
	text-decoration: none;
}
#menus .menu-arrow {
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	font-family: Courier;
	height: 15px;
	line-height: 15px;
	margin-top: -7px
}
.menu-item:hover,
#active > .menu-item,
.current .menu-item,
.menu-subitem:hover,
#active > .menu-subitem,
.current .menu-subitem {
	color: #2f2f2f;
}
.has-submenu > .menu-item::after,
.has-submenu > .menu-subitem::after {
	display: inline-block;
	width: 9px;
	content: "+";
}
.dropdown-open > .menu-item,
.dropdown-open > .menu-subitem {
	color: #2f2f2f;
}
.dropdown-open > .menu-item::after,
.dropdown-open > .menu-subitem::after {
	content: "-";
}
/*------------------DESKTOP-NAV---------------------------*/
.desktop-nav .menu {
	font-family: 'Karla', sans-serif;
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
.desktop-nav li {
	display: inline-block;
	padding: 0 5px;
}
.desktop-nav a {
	cursor: pointer;
}
.desktop-nav .menu-title {
	display: inline-block;
}
.desktop-nav .menu-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	background: #ffffff;
}
.desktop-nav .menu-subitem-wrap {
	display: inline-block;
	padding: 12px 5px 18px;
}
.desktop-nav .menu-item {
	padding: 5px;
}
.desktop-nav .menu-subitem {
	padding: 10px 5px;
}
.desktop-nav .icon-caret {
	display: none;
}
.header-multiline .desktop-nav .menu-default li:first-child {
	padding-left: 0;
}
.header-multiline .desktop-nav .menu-default li:first-child a {
	padding-left: 0;
}
.header-multiline .desktop-nav .menu-default li:last-child {
	padding-right: 10px;
}
.header-multiline .desktop-nav .menu-default li:last-child a {
	padding-right: 10px;
}
body.utils-hidden:not(.logo-hidden) .desktop-nav .menu-default {
	text-align: right;
}
body.utils-hidden:not(.logo-hidden) .desktop-nav .menu {
	text-align: right;
}
.logo-hidden .desktop-nav .menu {
	text-align: left;
}
/*------------- -----MOBILE-NAV---------------------------*/
.mobile-nav {
	position: fixed;
	top: 110px;
	left: 0;
	z-index: 9;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-height: calc(100% - 50px);
	padding: 30px 0;
	background-color: #ffffff;
}
.mobile-nav.animating,
.mobile-nav.visible {
	display: block;
}
.mobile-nav.animating-in,
.mobile-nav.animating-out {
	opacity: 0;
	transition: all 0.3s ease;
}
.mobile-nav.visible {
	opacity: 1;
}
.mobile-nav .menu-item {
	padding: 15px;
	color: #606060;
}
.mobile-nav .menu-subitem {
	padding: 8px;
}
.mobile-nav .search-toggle {
	color: #606060;
}
/* -------------------NAVPANE-----------------------------*/
.w-navpane-is-forced .w-navpane-trigger {
	display: block
}
.w-navpane-is-forced .w-navlist {
	display: none
}
.w-navpane-trigger {
	display: none
}
.w-navlist {
	display: block
}
.w-navpane {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
	width: 300px;
	overflow-y: scroll;
	transition: .3s ease;
	-webkit-transition: .3s ease
}
.w-navpane-covering {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	opacity: 0
}
#icontent_container .w-navpane-covering {
	position: absolute
}
.w-navpane-covering-dark {
	background: rgba(0,0,0,0.63);
	opacity: 1
}
.w-navpane-fullscreen {
	width: 100%;
	left: 0;
	opacity: 0;
	display: none
}
.w-navpane-close {
	cursor: pointer
}
.w-navpane-is-open {
	overflow: hidden
}
.w-navpane-is-open .w-navlist {
	display: none
}
.w-navpane-is-open .w-navpane-trigger {
	display: block
}
.w-navpane-is-open .w-navpane {
	overflow-y: auto;
	display: block
}
.w-navpane-is-open .w-navpane-fullscreen {
	overflow-y: hidden
}
.w-navpane-is-open .w-navpane-covering-dark {
	opacity: 1
}
.w-navpane-is-open .w-navpane-covering {
	z-index: 998;
	display: block
}
.w-navpane-is-open .w-editor-cover {
	visibility: visible
}
.w-navpane-slide {
	position: relative;
	left: 0;
	right: 0
}
.w-navpane-slide.w-navpane {
	position: fixed
}
/*------------------HAMBURGER-----------------------------*/
.hamburger {
	height: 15px;
	padding: 0;
	margin-left: 20px;
	border: 0;
	background-color: transparent;
}
.hamburger i {
	display: block;
	width: 20px;
	height: 3px;
	background-color: #626262;
	position: relative;
	transition: background-color 0.2s ease-out;
}
.nav-open .hamburger i {
	background-color: transparent;
}
.hamburger i::before,
.hamburger i::after {
	display: block;
	width: 20px;
	height: 3px;
	background-color: #626262;
	position: absolute;
	content: "";
	transition: top 0.2s ease-out 0.2s, transform 0.2s ease-out;
}
.nav-open .hamburger i::before,
.nav-open .hamburger i::after {
	transition: top 0.2s ease-out, transform 0.2s ease-out 0.2s;
	top: 0;
}
.hamburger i::before {
	top: -200%;
}
.nav-open .hamburger i::before {
	transform: rotate(45deg);
}
.hamburger i::after {
	top: 200%;
}
.nav-open .hamburger i::after {
	transform: rotate(-45deg);
}
/*--------------------SEARCH------------------------------*/
.search-toggle {
	font-family: 'Karla', sans-serif;
	display: none;
	padding: 5px 0;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}
.has-site-search .search-toggle {
	display: inline-block;
}
.search {
	position: relative;
	display: inline-block;
	white-space: nowrap
}
.search-input {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	border-right-width: 0
}
.search-input:focus {
	outline: none
}
.search-button {
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 26px;
	background: url(/images/common/search-light.png) no-repeat;
	cursor: pointer
}
.search-element-align-center .search-element {
	margin: auto
}
.search-element-align-right {
	overflow: hidden
}
.search-element-align-right .search-element {
	float: right
}
.search-element {
	position: relative;
	width: 100%;
	max-width: 300px;
}
.search-element-input {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	font-size: 15px
}
.search-element-submit {
	background: url(/images/common/search-light.png) left;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 8px;
	cursor: pointer
}
.search-element-submit:hover {
	background-position: center
}
.search-element-submit:active {
	background-position: right
}
.search-input {
	background: none;
	box-shadow: none;
	border-radius: 0;
	font-size: 14px;
	color: #666666;
	margin: -2px 0;
	box-sizing: border-box;
}
.search-wrap .search-input {
	width: 100%;
	height: auto;
	border-color: #dddddd;
}
.search-wrap .search-input:focus {
	border-color: #dddddd;
}
.search-wrap .search-button {
	display: none;
}
.search-wrap {
	text-align: center;
}
#search-header {
	border-bottom: 1px solid #e6e5e5;
	padding-bottom: 28px;
	padding-top: 5px
}
#search-header h2 {
	border: 0 !important;
	float: left;
	font-size: 2.4em;
	font-weight: 200;
	padding: 0;
	margin: 0;
	width: 20%
}
#search-form-container {
	float: right;
	width: 75%
}
#search-form {
	float: left;
	position: relative;
	width: 100%
}
#search-query {
	background: url(/images/util/inputs/search-input-bg.jpg) repeat-x top #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	font-size: 1.75em;
	min-height: 40px;
	padding: 6px 10px;
	width: 100%;
	box-sizing: border-box
}
#search-submit {
	background: url(/images/common/magnifying-glass.png) no-repeat 10px center;
	border: 0;
	border-left: 1px solid #a8a8a8;
	cursor: pointer;
	display: block;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 0;
	width: 38px
}
#search-results {
	float: right;
	padding-top: 22px;
	padding-bottom: 60px;
	position: relative;
	width: 75%
}
#search-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}
#search-list li {
	margin-bottom: 38px
}
#search-list h3 {
	border-bottom: 0;
	color: inherit;
	font-size: 1.5em;
	font-weight: 400;
	overflow: hidden;
	padding: 0 5px 0 0;
	margin: 0;
	text-decoration: underline;
	text-overflow: ellipsis;
	white-space: nowrap
}
#search-list p {
	clear: both;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 5px 0 0 0
}
#search-list .highlight {
	font-weight: bold
}
#search-product-result-section h3 {
	font-size: 1.25em;
	line-height: 1;
	text-decoration: none
}
#search-product-results {
	list-style: none;
	padding: 0;
	margin: 0
}
#search-product-results .search-product-image-container {
	background-position: center;
	background-size: cover;
	border-radius: 3px;
	height: 240px;
	width: 100%;
	display: block;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset
}
#search-product-results .search-product-result {
	display: inline-block;
	float: left;
	font-size: 1.1em;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 19px;
	padding: 0 3% 0 0;
	width: 30%
}
#search-sidebar .close-btn {
	display: none;
}
#header-search-form {
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
body .search {
	top: 0 !important;
	display: none;
	width: 100%;
	padding: 12px 0;
	background-color: #ffffff;
}
body .search.animating,
 body .search.visible {
	display: block;
}
body .search.animating-in,
 body .search.animating-out {
	opacity: 0;
	transition: opacity 0.3s ease;
}
body .search.visible {
	opacity: 1;
}
#search-product-results .search-product-result:nth-child(3n+2),
#search-product-results .search-product-result:nth-child(3n+1) {
	padding-right: 5%
}
#search-product-results .search-product-result:nth-child(3n+3) {
	padding-right: 0
}
#search-product-results .search-product-result .search-product-image-container {
	position: relative
}
#search-product-results .search-product-result .search-product-image-container .search__image-sale-banner {
	padding: 2px 5px;
	margin: 0;
	text-align: center;
	color: white !important;
	font-weight: 400 !important
}
#search-product-results .search-product-result .search-product-image-container .search__image-sale-banner.visible {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%
}
#search-product-results .search-product-result .search-product-image-container .search__image-sale-banner-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: red;
	opacity: 0.75
}
#search-product-results .search-product-result .search-product-image-container .search__image-sale-banner-wrapper .search__image-sale-banner.placeholder {
	visibility: hidden
}
#search-product-results .search-product-result .search__low-stock-badge,
#search-product-results .search-product-result .search__out-of-stock-badge {
	font-weight: 400 !important;
	font-style: italic !important;
	color: red !important
}
#search-product-results .search-product-name {
	display: block;
	margin-top: 10px;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}
#search-product-results .search-product-price {
	display: block;
	margin-top: 5px
}
#search-product-results .search-product-price-high {
	padding-left: 15px;
}
#search-loading {
	background-color: rgba(51,51,51,0.85);
	border-radius: 5px;
	box-shadow: 0 4px 15px 2px rgba(0,0,0,0.21), 0 2px 6px rgba(0,0,0,0.21);
	color: #fff;
	font-size: 1.25em;
	display: none;
	left: 50%;
	padding: 15px 40px;
	position: absolute;
	top: 75px;
	z-index: 1
}
#search-sidebar {
	float: left;
	list-style: none;
	margin: 0;
	padding: 22px 0 0 0;
	width: 20%
}
#search-sidebar h3 {
	color: inherit;
	font-size: 1.25em;
	font-weight: 400;
	padding: 0;
	margin: 0 0 16px 0
}
#search-sidebar li {
	line-height: 1
}
#search-sidebar a {
	font-weight: 200;
	display: inline-block;
	line-height: 1
}
#search-sidebar a.active {
	font-weight: 600;
	position: relative
}
#search-sidebar .search-filter-entries,
#search-sidebar .search-facet-entries,
#search-sidebar .search-facet-price form {
	list-style: none;
	margin: 0 0 22px 0;
	padding: 0
}
#search-sidebar .search-filter-entries a,
#search-sidebar .search-facet-entries a,
#search-sidebar .search-facet-price form a {
	line-height: 1.5
}
#search-sidebar .search-filter-entries li,
#search-sidebar .search-facet-entries li,
#search-sidebar .search-facet-price form li {
	font-size: 1.1em;
	padding: 3px 0 4px 0
}
#search-sidebar .search-filter-entries li:first-child,
#search-sidebar .search-facet-entries li:first-child,
#search-sidebar .search-facet-price form li:first-child {
	padding-top: 0
}
#search-sidebar .search-filter-entries li:last-child,
#search-sidebar .search-facet-entries li:last-child,
#search-sidebar .search-facet-price form li:last-child {
	padding-bottom: 0
}
#search-sidebar .search-facet-price input {
	width: 40%;
	box-sizing: border-box
}
#search-sidebar .search-facet-price span {
	display: inline-block;
	width: 15%;
	opacity: 0.75;
	text-align: center;
	box-sizing: border-box
}
#search-sidebar .search-facet-availability a,
#search-sidebar .search-facet-checkbox a {
	display: inline;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#search-sidebar .search-facet-availability input[type=checkbox],
#search-sidebar .search-facet-checkbox input[type=checkbox] {
	height: inherit;
	margin: 0 6px 0 0
}
#search-sidebar .search-facet-color li {
	display: block;
	float: left;
	height: 30px;
	margin-bottom: 7px;
	margin-right: 7px;
	padding: 0;
	width: 30px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2)
}
#search-sidebar .search-facet-color label {
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	width: 30px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset
}
#search-sidebar .search-facet-color label.active {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/common/checkmarks/checkmark-mini.png)
}
#search-pagenav {
	list-style: none;
	margin: 0;
	padding: 0
}
#search-pagenav li {
	display: inline;
	margin-right: 5px
}
#search-pagenav a {
	background: url(/images/common/search-pagination-bg.png) repeat-x left -30px;
	border: 1px solid #d4d4d5;
	border-radius: 2px;
	color: #666;
	padding: 6px 9px;
	text-shadow: 1px 1px 0 #fff
}
#search-pagenav a.active {
	background-position: left 0px
}
#search-pagenav a.disabled {
	border-color: #e6e6e6;
	cursor: default;
	color: #d3d3d3
}
#search-content.one-column #search-sidebar {
	display: none
}
#search-content.one-column #search-results {
	width: 100%
}
/*--------------------BUTTON------------------------------*/
.wsite-button {
	padding: 0.9375em 2.5625em;/*	padding:0 15px 0 0; */
}
.langbutton {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	height: auto;
	width: auto;
	text-align: center;
	background-color: transparent;
	border: none;
	font-weight: 400;
	padding: 0 5px;
	font-family: 'Cabin', sans-serif;
	color: #a4a4a4;
	font-size: 15px;
	line-height: 1.7;
	cursor: pointer;
}
.button {
	display: inline-block;
	position: relative;
	height:auto;
/*	height: auto; */
	width: auto;
	outline: none;
	text-align: center;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 0.5em 0.5em;
	margin: 5px 20px;
	color: #fff;
	background-color: #000;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer
}
.button:hover {
	color: #000;
	background-color: #dedede;
	background-position: 100% -173px
}
.langbutton:hover {
	color: #2f2f2f;
}
.button:hover .wsite-button-inner {
	background-position: 0 -44px
}
.button:active {
	background-position: 100% -216px
}
/*--------------------IMAGE-------------------------------*/
body .image-border-hairline a img,
body .image-border-thin a img,
body .image-border-medium a img,
body .image-border-thick a img {
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	border-color: rgba(0,0,0,0.13)
}
body .image-border-black a img {
	border-color: #000 !important
}
img.ifttt {
	max-width: 100%
}
.img_info a img:last-child {
  display: none;  
}
.img_info a:hover img:first-child {
  display: none;  
}
.img_info a:hover img:last-child {
  display: inline-block;  
}
.image-waiting {
	background-color: #fff;
	background-image: url(/images/util/loading-white-w24.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: initial;
	height: 100%;
	width: 100% !important;
	left: 0 !important
}
.imgPusher {
	display: block;
	overflow: hidden
}
.image {
	position: relative;
	font-size: 13px;
	color: #666666;
}
.image div {
	font-size: inherit !important;
}
.image a {
	display: inline-block;
	max-width: 100%
}
.image-border-none img .image-border-none a img {
	border-width: 0 !important
}
.image-border-hairline {
	padding-left: 1px !important;
	padding-right: 1px !important
}
.image-border-hairline img {
	margin-left: -1px !important;
	margin-right: -1px !important
}
.image-border-thin {
	padding-left: 2px !important;
	padding-right: 2px !important
}
.image-border-thin img {
	padding: 1px !important;
	margin-left: -2px !important;
	margin-right: -2px !important
}
.image-border-medium {
	padding-left: 4px !important;
	padding-right: 4px !important
}
.image-border-medium img {
	padding: 3px !important;
	margin-left: -4px !important;
	margin-right: -4px !important
}
.image-border-thick {
	padding-left: 7px !important;
	padding-right: 7px !important
}
.image-border-thick img {
	padding: 6px !important;
	margin-left: -7px !important;
	margin-right: -7px !important
}
/*--------------------ERROR-MSG---------------------------*/
#errorMessage {
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin: 14px 0 0 0
}
.error-message {
	background-color: #000;
	border-radius: 4px;
	border: 1px solid #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1;
	padding: 5px 6px;
	position: absolute;
	z-index: 1;
	user-select: none
}
.error-message.bottom {
	box-shadow: 1px 1px 0 0 rgba(255,255,255,0.5) inset
}
.error-message.top .arrow {
	background: url() center 0px no-repeat;
	top: -10px
}
.error-message .arrow {
	display: block;
	background: url() center -4px no-repeat;
	bottom: -10px;
	height: 10px;
	left: 50%;
	position: absolute;
	width: 25px
}
/*--------------------------------------------------------*/
