html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size:2em;
	margin:15px;
	margin-left:3px;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #428bca;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
img {
	vertical-align: middle;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 708px) {
.container {
	width: 750px;
}
}
@media (min-width: 902px) {
.container {
	width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-xs-2, .col-sm-2, .col-md-2, .col-xs-3, .col-sm-3, .col-md-3, .col-xs-4, .col-sm-4, .col-md-4, .col-xs-5, .col-sm-5, .col-md-5, .col-xs-6, .col-sm-6, .col-md-6, .col-xs-7, .col-sm-7, .col-md-7, .col-xs-8, .col-sm-8, .col-md-8, .col-xs-9, .col-sm-9, .col-md-9, .col-xs-10, .col-sm-10, .col-md-10, .col-xs-11, .col-sm-11, .col-md-11, .col-xs-12, .col-sm-12, .col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 6px;
	padding-right: 6px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width: 708px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
}
@media (min-width: 902px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
}
table {
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none;
	visibility: hidden;
}
.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@media (max-width:707px) {
.hidden-xs {
	display: none;
}
.nomobile {
	display:none;
}
}
@media (min-width: 708px) {
.hidden-sm {
	display: none;
}
}

body a {
	color: #333333;
}

html, body, th, td, input, textarea, button, select {
	font-family: 'Karla', Helvetica, Arial, sans-serif;
}

a:hover {
	text-decoration: none;
}

a:active, a:hover {
	outline: 0;
} 

.clear, .ci-clear {
	display: block;
	clear: both;
}

/*header css*/

header{
	background-image: none;
	background: #ededed none 0 0 repeat;
}

.extended-header-wrap {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.extended-header-wrap{
	padding: 4px 0;
	border-bottom: 1px solid #666666;
	border-color: #ffffff;
}

.extended-header-wrap, .extended-header-wrap span, .extended-header-wrap a {
	line-height: 30px;
}

header li.widget ul {
	margin: 0;
}

.widget_nav_menu ul {
	padding: 0;
}

header li.widget li {
	display: inline;
}

.widget_nav_menu li {
	padding: 8px 0 0 10px;
	font-weight: bold;
}

.extended-header-wrap li.menu-item {
	position: relative;
}

.extended-header-wrap a {
	padding-bottom: 15px;
}

header .widget_nav_menu li, header .widget_nav_menu li a {
	font-weight: normal;
}

.default-header-wrap {
	padding: 25px 0 25px;
}

#branding a {
	display: block;
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

.cart-container {
	/*position: relative;*/
	padding-right:5px;
}

.default-header-nav, .header-nav, .search-container, .cart-container {
	float: right;
}

.cart-button {
	display: inline-block;
}

.search-btn, .cartlayer-btn, .dropdown-trigger {
	display: block;
	font-size: 26px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #5c4439;
}

.cartlayer-btn {
	position: relative;
}

.cartlayer-btn {
	background: #ed4700;
	border-radius: 2px;
}

a.cartlayer-btn, a:hover.cartlayer-btn, a#dropdown-trigger, a#dropdown-trigger-sticky {
	display: block;
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
	border: 0;
}

.stickymenu-content #cart-container .cartlayer-btn {
	border: 1px solid #ed4700;
}

.icon-cart, .cartbtn-quickcontent {
	float: left;
}

.cartbtn-quickcontent {
	padding-right: 5px;
}

.cartbtn-quickcontent, .cartbtn-quickcontent * {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

#mainmenu {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: square;
}

ul#mainmenu li {
	display: inline;
}

#mainmenu li {
	text-align: right;
	float: left;
	position: relative;
	list-style-position: outside;
}

#mainmenu li.active a, #mainmenu li.current_page_ancestor a, #mainmenu li.current_page_ancestor li.current-menu-item a, #mainmenu a:hover {
	color: #ed4700;
}

#mainmenu ul li a:hover {
	transition: all .2s;
}

ul#mainmenu li a, ul#mainmenu li .sub-menu a {
	line-height: 30px;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

ul#mainmenu li a {
	margin-right: 18px;
}

#mainmenu li {
	float: left;
	position: relative;
}

.sub-menu{
	left: 30em; 
	float: none; 
	width: 25em; 
	display: none; 
	visibility: hidden;
}

li.has-children:hover ul.sub-menu{
	display: block;
	opacity: 1;
	visibility: visible;
}

ul#mainmenu .sub-menu {
	width: 220px;
	padding: 15px 0 20px 0;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background: #ffffff;
	position: absolute;
	top: -999px;
}
ul#mainmenu .sub-menu li {
	padding-top: 5px;
	text-transform: none;
	white-space: normal;
	float: left;
	width: 100%;
	text-align: left;
}
ul#mainmenu li .sub-menu a {
	display: block;
	padding: 0 20px;
	font-size: 15px;
	font-weight: normal;
	float: none;
	width: auto;
}
#mainmenu ul li a {
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	transition: all .2s;
	background: transparent;
}
#mainmenu li:hover {
	visibility: inherit;
}
#mainmenu ul li a:hover {
	color: #ed4700;
	background-color: rgba(237,71,0,.1);
}
#mainmenu li:hover ul, #mainmenu li ul {
	left: 0;
	top: 30px; /* match top ul list item height */
	z-index: 99;
	zoom: 1;
	display: block;
	position: absolute;
}
ul#mainmenu li li:hover li ul{
	top: -999px;
}
ul#mainmenu li li li:hover ul{
	left: 10px; /* match ul width */
	top: 0;
}

/* content css*/
.ci-wrapper-fullwidth {
	width: 96%;
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.content-wrapper {
	padding-top: 20px;
}

.pdlr0{
	padding-left: 0;
	padding-right: 0;
}
.pad0, #ci-widgetarea-footer ul {
	padding: 0;
	margin: 0;
}

.vc_column_container>.vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.bnr{
	padding: 20px 50px 100px 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left:6px;
	margin-right:6px;
	font-size: 16px;
	line-height: 22px;
}

.vc-button {
	display: inline-block;
	margin-top: 10px;
	padding: 10px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	border: 1px solid #333;
	border-radius: 2px;
}

.vc_separator {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.vc_separator .vc_sep_holder {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
}

body .vc_separator .vc_sep_holder .vc_sep_line {
	border-top: 1px dashed #282828;
}

.vc_separator .vc_sep_holder .vc_sep_line {
	height: 1px;
	border-top: 1px solid #EBEBEB;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}

.vc_separator h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 100%;
	margin: 0;
	word-wrap: break-word;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0 .8em;
}

.vc_separator h4, body .ci-cartlayer-container .min-cart-btn, body .widget_shopping_cart_content .ci-view-cart {
	color: #565656;
}

.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom:20px;
}

.nordpost .products ul, .nordpost ul.products {
	margin:0;
	padding:0;
	list-style: none;
	clear:both;
}

.nordpost .products ul li, .nordpost ul.products li {
	list-style: none;
}

li .ci-product {
	position: relative;
	margin-bottom:30px;
}

.ci-product {
	background: #ffffff;
	margin:0 6px 0 6px;
}

.nordpost ul.products li.xproduct a {
	text-decoration: none;
	line-height:15px;
}

.icon-sale-flash-right {
	right: 0;
	font-size: 60px;
}

.icon-sale-flash-right, .icon-sale-flash-left {
	position: absolute;
	top: 0;
	z-index: 10;
}

.nordpost ul.products li.xproduct a img {
	display: block;
}

.ci-second-thumbnail {
	position: absolute;
	top: 0;
	left: 100%;
	transition: all .2s ease-in-out;
}

.ci-product-meta {
	height: 45px;
	display: block;
	text-align:center;
}

.ci-action-container {
	position: relative;
}

.ci-action-container, .ci-action-price-container, .ci-action-cartlink-container, .ci-action-cartlink-container a, .ci-action-cartlink-container a.button {
	width: 100px;
	height: 40px;
	overflow: hidden;
}

.ci-price {
	float: right;
	margin-right: 0;
	margin-top: 10px;
	text-align: center;
}

.ci-action-price-container, .ci-action-cartlink-container {
	position: absolute;
	top: 2px;
	right: 0;
	transition: all .2s ease-in-out;
	text-align: center;
}

#content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box>p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
	margin-bottom: 0;
}

.ci-action-cartlink-container, .ci-action-cartlink-container a, .ci-action-cartlink-container a.button {
	text-align: center;
	background: transparent;
}

.ci-action-cartlink-container {
	right: -90px;
}

.nordpost ul.products li.xproduct .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em;
}

.nordpost ul.products li.xproduct .price .from {
	font-size: .67em;
	margin: -2px 0 0;
	text-transform: uppercase;
	color: rgba(132,132,132,.5);
}

.ci-price .from, .product_list_widget .from, .ci-price del .amount, .product_list_widget del .amount {
	display: block;
	font-size: 9px;
	line-height: 12px;
	opacity: .8;
}

.ci-price .amount, .ci-single-product .upsells span.amount {
	font-size: 20px;
	font-weight: normal;
}

a:hover, #mobile-menu-wrap a:hover, #mobile-menu-sticky-wrap a:hover, .ci-price .amount, .icon-sale-flash-right, .icon-sale-flash-left, .ci-price .from, .product_list_widget .from, .ci-action-cartlink-container .icon-cart, .ci-cartlayer-container .product_price, del {
	color: #ed4700;
}

.nordpost ul.products li.xproduct .ci-action-cartlink-container .button {
	margin-top: 0;
}

.products li:hover .hover-set .ci-second-image-exists .small-image{
	left: -100%;
	transition: all .2s ease-in-out;
}

.products li:hover .hover-set .ci-second-image-exists .ci-second-thumbnail{
	left: 0;
	transition: all .2s ease-in-out;
}

.nordpost ul.products li.xproduct .price ins {
	background: 0 0;
	font-weight: 700;
	color: transparent;
}

.nordpost ul.products li.xproduct h3 {
	padding: .5em 0;
	margin:0;
	font-size: 1em;
}

.ci-action-container:hover .ci-action-price-container {
	right: 90px;
}

.ci-action-container:hover .ci-action-cartlink-container {
	right: 0;
}

.ci-action-cartlink-container .icon-cart {
	float: none;
	font-size: 30px;
}

.ci-shortdesc-container, ul.products.list .ci-action-cartlink-container p {
	display: none;
}

footer{
	clear:both;
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat;
}

.ci-footer-widget-container {
	padding:15px 0 0;
	margin-left:5px;
}

#footer-widgets {
	font-size: 13px;
	line-height: 18px;
}

#footer-widgets, #footer-widgets a, #footer-widgets .tagcloud a:hover {
	color: #bababa;
}

#footer-widgets .widget {
	padding-bottom: 15px;
}

.widget-title {
	padding-left: 6px;
}

#footer-widgets .widget-title {
	padding-left: 6px;
	font-size: 14px;
	text-transform: uppercase;
	border-left: 4px solid #000;
	border-color: #f20000;
	color: #ffffff;
}

p {
	margin: 5px 0 5px;
}

#footer-widgets ul {
	padding-left:5px;
}

#footer-widgets .widget_recent_entries li {
	list-style-type: none;
	padding-bottom:5px;
}

#ci-widgetarea-footer ul li {
	padding-bottom: 8px;
	list-style-type: disc;
}

#ci-widgetarea-footer ul li {
	padding-bottom: 8px;
	list-style-type: disc;
}
h2 {
	font-size: 30px;
	line-height: 36px;
	margin: 10px 0;
}
.sm-shipping{
	margin-top:20px;
	padding:0;
	padding-bottom: 20px;
	background-color: #343843;
	font-size: 16px;
	line-height: 22px;
}
.hotline {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #3ae3c4;
	font-size: 16px;
	line-height: 22px;
}
.quick_delivery{
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #ff3d67;
	font-size: 16px;
	line-height: 22px;
}
.quick_delivery a {
	color: #ffffff;
}
.quick_delivery a:visited {
	color: #ffffff;
}
.quick_delivery a:hover {
	text-decoration: underline;
}
.ci-extended-footer-widget-container {
	padding:0;
}
.ci-extended-footer-widget-container {
	background-color: #f8f8f8;
}
.nordpost ul.cart_list, .nordpost ul.product_list_widget {
	list-style:none;
	padding:0;
	margin:0;
}
.nordpost ul.product_list_widget li {
	padding:5px;
	margin:0;
	list-style: none;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #ffffff;
}
.nordpost ul.product_list_widget li div{
	float: left;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.nordpost ul.product_list_widget li a {
	display: block;
	font-weight: 700;
	margin:0;
}
.icon-sale-flash-left {
	top: -10px;
	left: 0;
	font-size: 50px;
}
.product_list_widget li a {
	height: 90px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}
.small-image {
	width:90px;
	height:90px;
	margin-right:4px;
	overflow:hidden;
}
.header-search input.insearch {
	float: left;
	width: 100%;
	width:200px;
	height: 26px;
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 0;
	padding-left: 5px;
	border-radius: 2px;
}

.header-search input.insearch:focus{
	box-shadow:none;
	outline:none;
}
.header-search input.search_sbmt {
	float: right;
	margin-top:-26px;
	background:#ed4700 url(images/icon-search.svg) center center;
	height: 26px;
	width: 26px;
	border: 0;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	border-radius: 2px;
}
.centercol {
	text-align: center;
	max-width:365px;
	margin-left:auto;
	margin-right:auto;
}
.infopage a {
	font-weight: bold;
}
@media (max-width:901px){
.ci-wrapper-fullwidth {
	width: 100%;
}
.default-header-wrap {
	padding: 30px 0 2px 0;
}
.product_list_widget li a {
	height:70px;
}
.small-image {
	width:70px;
	height:70px;
}
.product_list_widget li a {
	font-size: 13px;
	line-height: 18px;
}
}
.product_list_widget del .amount {
	display: inline;
	padding-right: 5px;
	line-height: 30px;
	float: none;
	font-weight: normal;
	font-size: 12px;
	color: #ed4700;
	float: right;
	padding: 0 15px 5px 0;
	font-size: 18px;
	font-weight: normal;
}
.ci-copyright-container {
	padding: 25px;
	font-size: 12px;
	color: #e8e8e8;
	background-color: #1e1e1e;
	height:70px;
	line-height:15px;
}
.ci-copyright-container a {
	color: #ffffff;
}
.ci-copyright-container a:hover,#footer-widgets section li a:hover {
	color: #f20000;
}
.ci-socialmedia-wrap span {
	font-size: 24px;
	float: right;
}
#scroll-to-top {
	font-size: 20px;
	padding: 6px;
	color: #fff;
	text-decoration: none;
	bottom: 80px;
	right: 10px;
	display: none;
	background: 000;
	width: 50px;
	height: 50px;
	padding:10px;
	z-index: 9999;
	border-radius: 4px;
	outline: 0;
	background: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	position: fixed;
	text-align: center;
}
#original-menu input#toggle, input#toggleSearch {
	display: none;
}

ul.ls-view{
	margin-bottom: 15px;
	display: block;
	float: left;
	padding-left: 10px;
	list-style: none;
	width: 100%;
}

ul.ls-view>li{
	font-size: 14px;
	font-weight: bold;
	word-wrap: inherit;
	display: block;
	overflow: hidden;
	margin-right: 1%;	
	white-space: nowrap;
	float: left;
	margin-bottom: 15px;
	width: 24%;
}
.img-m-auto {
	text-align: center;
}
.img-m-auto img{
	max-width: 100%;
	height: auto;
	padding: 20px;
}
.img-m-auto>div{
	margin-bottom: 15px;
}
.img-m-auto>div:before{
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0px;
	bottom: 0px;
	background-color: #eee;
	z-index: -1;

} 
@media (max-width:901px){
#branding{
	width:100%;
	text-align: center;
	padding-bottom: 30px;
}
#original-menu{
	width:100%;
	background: #e2e2e2;
	padding: 15px;
}
#mainmenu-navigation{
	float:left;
}
}

.sm-row{
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width:707px) {
ul.ls-view>li{
	width: 49%;
}
#original-menu{
	padding:4px;
}
#original-menu .button i{
	font-size: 40px;
	margin:0;
	padding:0;
	vertical-align: middle;
	cursor:pointer;
}
#original-menu .button i:hover,#toggle:checked ~ .button i{
	background: #ed4700;
	color: #FFF;
}
.cart-quickcontents {
	margin-top:5px;
}
#mainmenu-navigation{
	position: absolute;
	left: 0;
	right: 0;
	top: 48px;
	background: #d3d3d3;
	border-top: 2px solid #ed4700;
	z-index: 9;
	transition: all 0.5s ease-in-out;
}
#mainmenu {
	float: left;
	width:100%;
	padding: 15px;
}
ul#mainmenu li {
	display: block;
	float: none;
	text-align: left;
	padding: 5px 15px;
}
ul#mainmenu>li:hover{
	background: rgba(237,71,0,.1);
}
#toggle:checked ~ #mainmenu-navigation {
	display: block !important;
}
.cartlayer-container, .cartbtn-quickcontent, .cartlayer-btn .clear {
	display: none !important;
}
.icon-cart {
	float: none;
}
.search-button{
		cursor: pointer;
}
#toggleSearch:checked ~ .sm-searchform {
	display: block !important;
}
.sm-searchform{
	float: none;
	width: 100%;
	position: absolute;
	top: 45px;
	left: 0px;
	padding: 15px;
	right: 0px;
	display: none;
	background: #d3d3d3;
	z-index: 2;
}
.sm-searchform .header-search input.insearch {
	float: left;
	width: 100%;
	width: 100%;
	/* margin-top: -26px; */
	height: 36px;
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 0;
	background:white;
	padding-left: 5px;
	border-radius: 2px;
	border: 1px solid;
}
.sm-searchform .header-search input.search_sbmt {
	float: right;
	margin-top: -36px;
	background: #666 url(images/icon-search.svg) center center;
	height: 36px;
	width: 36px;
	border: 0;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	border-radius: 2px;
}
}

.text-center{
	text-align: center;
}
.a-regular a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
.a-regular a:hover,a:focus {
	text-decoration: underline;
}
.img-bg{
	text-align: center;
	margin-bottom: 15px;
}
.img-bg .thumb{
	padding: 15px;
	position: relative;
}
.img-bg .box-content{
	padding: 15px;
	border:1px solid #eee;
	min-height: 280px;
}
.img-bg .box-content p{
	margin-bottom: 15px;
}
.img-bg>.thumb:before{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #eee;
	z-index: -1;
}

.img-bg .thumb img{
	max-height: 370px;
}
.img-fixed-height img{
	max-height: 185px;
}
ul.ls-view-2 {
	margin-bottom: 15px;
	display: block;
	float: left;
	padding-left: 10px;
	list-style: none;
	width: 100%;
}
ul.ls-view-2>li {
	font-size: 14px;
	font-weight: bold;
	word-wrap: inherit;
	display: block;
	overflow: hidden;
	margin-right: 1%;
	white-space: nowrap;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.mgb-15{
	margin-bottom: 1em;
}
.sm-row{
	margin-left: -15px;
	margin-right: -15px; 
}
.mx-height-360 img{
	max-height: 380px;
	display: block;
}
.mx-height-360 a{
	font-size: 14px;
}
.bg-box{
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	clear: both;
}
.bg-box .boxgrid{
	margin-bottom: 15px;
	word-break: break-word;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	/* display: flex; */
	overflow: hidden;
}
.bg-box .boxgrid:before{
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0px;
	bottom: 0px;
	background-color: #eee;
	z-index: -1;
}
.bg-box .boxgrid>a{
	padding: 1rem;
	width: 100%;
	text-align:center;
	height: 100%; 
}
.bg-box .boxgrid>a span{
	vertical-align: text-bottom;
}
.bg-box .boxgrid img{
	display: block;
	margin: auto;
}

@media(max-width:570px){
.img-bg{
	width:100%;
}
.mx-height-360{
	text-align:center; 
}
}

@media(max-width: 707px){
.mx-height-360 img{
	max-height: 100%;
	display: block;
	margin: auto;
}
}

.equal-box-wrap .equal-box{
	text-align: center;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}
.equal-box-wrap .equal-box .thumb{
	padding: 15px;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	min-height: 205px;
}
.equal-box-wrap .equal-box .box-content {
	padding: 15px;
	border: 1px solid #eee;
	min-height: 80px;
	width: 100%;
}
.equal-box-wrap .equal-box .thumb:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #eee;
	z-index: -1;
}

.equal-box-wrap .equal-box .thumb {
	padding: 15px;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	min-height: 280px;
	max-height: 280px;
	overflow: hidden;
}

.equal-box-wrap .equal-box .thumb img{
	max-height: 260px;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table tr td:first-child{
 text-align: center;
 vertical-align: middle !important;
 background-color:#f5f5f5;
}
.table tr td.bg-white{
 background-color: #fff;
}
.table tr td a{
 font-weight: bold;
}

.posterbody h1 {
	margin:15px;
	margin-left:10px;
	clear:both;
	font-size:24px;
	font-weight:400;
	color:black;
	text-align:left;
	border-bottom:5px solid silver;
	padding:0 0 15px 0;
}
.posterbody h2 {margin:1px;font-family:arial;font-size:20px;font-weight:bold;color:black;text-align:left}
.posterbody h3 {margin:5px;font-family:arial;font-size:12px;color:black;text-align:left;font-weight:normal;}
div.shownext {
	font-family:'Karla',Helvetica,Arial,sans-serif;
	color:#303030;
	font-size:14px;
	margin:10px;
}
.inprice {
	float:left;
	clear:both;
	padding-top:15px;
	padding-bottom:10px;
	font-size:22px;
	color:#ed4700;
	font-weight:400;
}
.ratings {
	float:right;
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	font-size:12px;
	margin-right:15px;
}
.posterbody {
/* 	max-width:2400px;*/
	margin-left:auto;
	margin-right:auto;
}
.inbigposter {
	float:left;
/*	max-width:1830px;*/
	background-color:white;
	margin-bottom:20px;
}
.inbiglobby {
	float:left;
	max-width:1300px;
	background-color:white;
	margin-bottom:20px;
}
.inbigcount {
	float:left;
	clear:both;
	height:28px;
	width:50px;
	text-align:center;
	padding-top:4px;
	font-size:15px;
	border:1px solid lightgrey;
	color:black;
	font-weight:100;
}
.inbigbutton {
	float:left;
	height:28px;
	width:65px;
	text-align:center;
	padding-top:4px;
	background-color:#01c355;
	color:white;
	border-radius:2px;
	font-size:12px;
}
.inbigbutton:hover {
	color:white;
	background-color:#01903f;
}
.inbigsquare {
	float:left;
	background-color:#eaeaea;
	margin-left:12px;
}

.inbigwhite {
	background-color:white;
	max-width:375px;
}
.inbigbottom {
	float:left;
	margin-top:20px;
}
.inbiglager,span.white11 {
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666666;
	padding-bottom:35px;
}
img.bigposter {
	display:block;
	float:none;
	border:8px solid #000;
	padding:1px;
	background-color:#ffffff;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.inbigposter a {
	float:left;
	font-size:16px;
	text-decoration:none;
	margin-left:12px;
}
.inbigposter a:visited {
	text-decoration:none;
}
.inbigposter h1 {
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	border-bottom:0;
	margin:5px 0 5px 0;
	padding:0;
	font-weight:700;
	font-size:22px;
}
.inbigposter h3 {
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	color:#303030;
	font-size:16px;
	margin:0;
	padding:0;
	margin-bottom:4px;
}
.inbigposter h4 {
	font-family:'Karla',Helvetica,Arial,sans-serif;
	color:#303030;
	font-size:16px;
	clear:left;
	padding:0;
	margin:10px 0 0 0;
}

@media (min-width: 600px) and (max-width: 1099px) {
.inbigsquare {
	max-width:47%;
}
}

@media (min-width: 1100px) {
.inbigposter {
	max-width:1100px;
}
}

.soktips {
	clear:both;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:black;
	background-color:white;
	padding:10px;
}
.soktips a {
	color:black;text-decoration:underline;
}
.soktips a:hover {
	color: #ed4700;
	text-decoration: underline;
}
.cart-table {
	width:350px;
	height:195px;
	border-bottom:2px solid silver;
	margin:4px;
	margin-right:6px;
	float:left;
	position:relative;
}
.cart-table .item-image {
	max-width:135px;
	margin-bottom:6px;
	margin-right:8px;
	float:left;
}
.cart-table .item-image img {
	border:2px solid #c8c8c8;
	padding:3px;
	overflow:hidden;
	max-height:175px;
}
.cart-table .item-image img:hover {
	border:2px solid #333333;
}
.cart-table a {
	text-decoration:underline;
}
.cart-table .name {
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
	overflow: hidden;
}
.cart-table .price a {
	text-decoration:none;
}
.cart-table .price {
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.8rem;
	font-weight:bold;
	position:absolute;
	right:8px;
	bottom:10px;
}
.cart-table .descr {
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.8rem;
	margin-top:10px;
}

.intextlist {
	margin-left:10px;
	margin-top:10px;
	font-family:'Karla',Helvetica,Arial,sans-serif;
	font-size:14px;
}
.intextlist a {
	float:left;
	width:350px;
	color:#000;
}
.newflag, .reaflag {
	white-space:nowrap;
	font-weight:700;
	border-radius:2px;
	color:white;
	font-size:12px;
	padding:2px 5px 2px 5px;
	font-family:arial,sans-serif;
}
.newflag {
	background-color:#00c000;
}
.reaflag {
	background-color:#d82000;
}
.flagsmall {
	font-size:10px;
	padding:3px;
}
div.inposter {float:left;position:relative;width:150px;height:265px;background-color:#404040;margin-left:0px;margin-top:0px;margin-bottom:7px;margin-right:7px;overflow:hidden}
.inpricesmall {position:absolute;bottom:5px;right:8px;font-family:Arial;font-size:12px;color:#FFFFFF;}
img.inimage {position:relative;margin-left:6px;margin-top:6px}
.intitle {width:139px;font-family:Arial;font-size:12px;color:#FFFFFF;text-align:left;position:absolute;top:184px;left:8px;}
.intitle a {font-family:Arial;font-size:12px;color:#FFFFFF;text-align:left;}
.intitle a:hover {text-decoration: underline;}
