@import "reset.css.css";

@import "fancybox.css.css";
body {
    font-family: 'Roboto', sans-serif;
}
#page-wrap {
    padding: 30px 0 216px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
td {
    line-height: 1.5em;
}
p, ol, ul {
    margin-bottom: .8em;
}
p, li, td {
    font-size: 108%;
}
sup, sub {
    line-height: 1em;
    font-size: 7pt;
    padding: 0 1px;
}
/* Normal is 108%. */
.small {
    font-size: 100%;
}
.x-small {
    font-size: 93%;
}
.xx-small {
    font-size: 85%;
}
.large {
    font-size: 116%;
}
.x-large {
    font-size: 123.1%;
}
th, td {
    vertical-align: middle;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
}
h1, .h1 {
    font-size: 200%;
}
h2, .h2 {
    font-size: 167%;
}
h3, .h3 {
    font-size: 116%;
}
h4, .h4 {
    font-size: 116%;
    font-weight: bold;
    margin-bottom: .4em;
    text-transform: none;
}
h5, .h5 {
    font-size: 108%;
    font-weight: normal;
    margin-bottom: .8em;
    text-transform: none;
}
input[type=submit], button[type=submit] {
    font: 9pt 'Roboto' bold;
    color: #050505;
    padding: 4px 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
    border-radius: 4px;
    border: 1px solid #ccc;
    text-shadow: 0px -1px 1px rgba(255, 255, 255, 0);
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font: 10pt "Roboto";
}
.page-center {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
article, .article {
    /*ul, ol {*/

    /*margin-left: 1.5 * @spacing;*/

    /*}*/

}
article header, .article header {
    margin-bottom: 15px;
}
a.button {
    background-image: url("http://jaeder.vecora-test.no/img/button-arrow.png");
    background-position: 290px center;
    background-repeat: no-repeat;
    background-color: #8aa5be;
    background-image: url("http://jaeder.vecora-test.no/img/button-arrow.png");
    color: #fff !important;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
    padding: 12px 60px;
}
a.button:hover, a.button:active {
    color: #fff !important;
    background-color: #3e688f;
}
aside nav {
    margin-bottom: 30px;
    width: 280px;
}
aside nav .submenu {
    margin: 0;
}
aside nav .submenu li {
    margin: 5px 0;
}
aside nav .submenu li:first-child {
    margin-top: 0;
}
aside nav .submenu li:last-child {
    margin-bottom: 0;
}
aside nav .submenu li a {
    display: block;
    padding: 8px 15px;
    background-color: #f7f8fa;
    font-weight: bold;
    color: #444;
    border-radius: 4px;
}
aside nav .submenu li a:hover {
    color: #ef2839;
}
aside nav .submenu li a:hover.here span {
    border-bottom: 2px solid #ef2839;
}
aside nav .submenu li a.here span {
    border-bottom: 2px solid #444;
}
aside nav .submenu li ul {
    margin: 5px 0 15px 0;
}
aside nav .submenu li ul li {
    padding: 2px 30px;
}
aside nav .submenu li ul li a {
    display: inline;
    padding: 0;
    color: #607890;
    font-weight: normal;
    background-color: transparent;
    font-size: 93%;
}
aside nav .submenu li ul li a:hover {
    color: #036;
}
aside nav .submenu li ul li a:hover.here span {
    border-bottom: 2px solid #003366;
}
aside nav .submenu li ul li a.here span {
    border-bottom: 2px solid #607890;
}
/* search box for footer */
.footer-search #cse-search-box fieldset {
    position: relative;
}
.footer-search #cse-search-box fieldset input {
    background: none repeat scroll 0 0 transparent;
    width: 96%;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
}
.footer-search #cse-search-box fieldset button {
    background: url(http://jaeder.vecora-test.no/img/search.png);
    background-repeat: no-repeat;
    width: 20px;
    border-width: 0px;
    font-size: 0;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}
#header {
    background: #0b1f3e;
    padding-top: 18px;
}
#header .page-center {
    height: 147px;
}
#header .menu-strip {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
#header .menu-strip .page-center {
    height: 40px;
}
#header #logo {
    width: 182px;
    height: 127px;
    background: url('http://jaeder.vecora-test.no/img/logo.png');
    margin: auto;
}
#header .search-box {
    position: absolute;
    bottom: 25px;
    right: 0;
}
#header .search-box #keywords {
    background: #243652;
    border-color: #1b4269;
    color: #fff;
    font-size: 20px;
    padding: 5px 8px 5px 30px;
    width: 194px;
    font-weight: normal;
    color: #d4ccc0;
    border-radius: 7px;
}
#header .search-box #keywords::-webkit-input-placeholder {
    color: #d4ccc0;
}
#header .search-box #keywords:-moz-placeholder {
    /* Firefox 18- */

    color: #d4ccc0;
}
#header .search-box #keywords::-moz-placeholder {
    /* Firefox 19+ */

    color: #d4ccc0;
}
#header .search-box #keywords:-ms-input-placeholder {
    color: #d4ccc0;
}
#header .search-box button {
    background: url(http://jaeder.vecora-test.no/img/search.png);
    border-color: transparent;
    cursor: pointer;
    font-size: 0;
    height: 20px;
    left: 7px;
    padding: 0;
    position: absolute;
    top: 7px;
    width: 20px;
}
#header #menu {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
#header #menu li {
    display: inline-block;
    padding: 0 40px;
}
#header #menu li:hover a, #header #menu li.here a {
    border-bottom: 5px solid #0b8ee8;
    line-height: 30px;
}
#header #menu li.first {
    padding-left: 0px !important;
}
#header #menu a {
    display: block;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
}
#header #menu .here {
    background: url('http://jaeder.vecora-test.no/img/menu-here-background.png'), url('http://jaeder.vecora-test.no/img/menu-here-background-left.png') left no-repeat, url('http://jaeder.vecora-test.no/img/menu-here-background-right.png') right no-repeat;
}
#header #submenu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
    height: 35px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0 0 4px 4px;
    text-align: center;
}
#header #submenu li {
    display: inline-block;
    height: 35px;
}
#header #submenu a {
    display: block;
    padding: 0 10px;
    color: #444657 !important;
    font-size: 93%;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 white;
}
#header #submenu a:hover {
    background-color: white;
}
/* filp desktop and ipad */
.desktop {
    display: block;
}
.ipad {
    display: none;
}
/* jvector map */
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}
.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    display: none;
}
.jvectormap-zoomin {
    top: 10px;
}
.jvectormap-zoomout {
    top: 30px;
}
/* jvector map */
/* common slider */
.slider {
    position: relative;
    height: 365px;
    margin-bottom: 25px;
}
.slider img {
    border-radius: 0px;
}
.slider .bullets {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    pointer-events: none;
}
.slider .bullets div {
    display: inline;
}
.slider .bullets a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    pointer-events: all;
    width: 14px;
    cursor: pointer;
    box-shadow: 0 0 2px #888;
    opacity: 0.8;
}
.slider .bullets a.current {
    background: #fff;
    opacity: 1;
}
.slider .bullets a.prev {
    background-image: url("http://jaeder.vecora-test.no/img/arrows.svg");
    background-position: -12px -8px;
    display: inline-block;
    height: 30px;
    opacity: 0.8;
    width: 18px;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: -8px;
    box-shadow: none;
}
.slider .bullets a.next {
    background-image: url("http://jaeder.vecora-test.no/img/arrows.svg");
    background-position: -72px -8px;
    display: inline-block;
    height: 30px;
    opacity: 0.8;
    width: 18px;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: -8px;
    box-shadow: none;
}
.slider .description p {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 0px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 2px #000;
    top: 190px;
    width: 100%;
    z-index: 9999;
    display: none;
}
/* end common slider */
.breadcrumb {
    border-bottom: 1px solid #bfbfbf;
    color: #cdcdcd;
    margin-bottom: 60px;
    margin-top: -6px;
    padding-bottom: 8px;
}
.breadcrumb a {
    color: #bfbfbf;
}
.gloabal-page-title-elem h3 {
    color: #0b4478;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 65px;
    text-transform: capitalize;
}
.pagination {
    display: block;
    float: left;
    padding-bottom: 83px;
    padding-top: 93px;
    text-align: center;
    width: 100%;
}
.pagination a {
    background: none repeat scroll 0 0 #8aa5be;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 60px;
    opacity: 0.8;
    cursor: pointer;
}
.pagination a.pagination-info {
    padding: 20px 70px;
}
.pagination a.pagination-info, .pagination a.not-disable {
    opacity: 1;
}
.pagination a.pagination-info:hover, .pagination a.not-disable:hover {
    background: #617486;
}
#footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0b1f3e;
}
#footer .page-center .footer-content {
    padding: 40px 25px;
    overflow: hidden;
}
#footer .page-center .footer-content h3 {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-transform: capitalize;
}
#footer .page-center .footer-content p {
    font-size: 100%;
    margin: 0;
    color: white !important;
}
#footer .page-center .footer-content p a {
    color: white;
}
#footer .page-center .footer-content .footer-box-first {
    float: left;
    width: 445px;
}
#footer .page-center .footer-content .footer-box-first .inner-box {
    float: left;
    margin-right: 80px;
}
#footer .page-center .footer-content .footer-box-second, #footer .page-center .footer-content .footer-box-third {
    float: left;
    margin-left: 25px;
    overflow: hidden;
    width: 325px;
}
.google-cse .gsc-control-cse .gsc-modal-background-image-visible {
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    display: none !important;
}
.google-cse .gsc-control-cse .gsc-modal-background-image {
    position: absolute !important;
}
.google-cse .gsc-control-cse .gsc-results-wrapper-overlay {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    min-height: 100% !important;
    width: 100% !important;
    overflow: visible !important;
}
.google-cse .gsc-control-cse .gsc-thumbnail-inside {
    padding: 0 !important;
}
.documents {
    list-style-type: none;
    margin: 0 0 -15px 0 !important;
}
.documents li {
    border-radius: 4px;
    padding: 15px;
    margin: 0 0 15px 0;
    background: #f7f8fa url("http://jaeder.vecora-test.no/../img/icons/icon-unknown.png") no-repeat 15px 15px;
    min-height: 64px;
}
.documents li.pdf {
    background-image: url("http://jaeder.vecora-test.no/../img/icons/icon-pdf.png");
}
.documents li.pages {
    background-image: url("http://jaeder.vecora-test.no/../img/icons/icon-pages.png");
}
.documents li.doc {
    background-image: url("http://jaeder.vecora-test.no/../img/icons/icon-doc.png");
}
.documents li.docx {
    background-image: url("http://jaeder.vecora-test.no/../img/icons/icon-docx.png");
}
.documents li.odt {
    background-image: url("http://jaeder.vecora-test.no/../img/icons/icon-odt.png");
}
.documents li h4 {
    font-size: 100%;
    margin-left: 79px;
}
.documents li p {
    font-size: 85%;
    margin-left: 79px;
}
.boxes .box {
    float: left;
    width: 33.33333%;
    height: 200px;
    padding: 10px;
    margin: -10px;
    text-align: center;
}
/**
 * Template specific styles
 */
.front-page #slider {
    position: relative;
}
.front-page #banner {
    height: 486px;
    position: relative;
    margin: -30px 0 70px -30px;
    overflow: hidden;
}
.front-page #banner a {
    position: absolute;
    height: auto;
    width: 100%;
}
.front-page #banner a img {
    width: 100%;
    height: auto;
    min-height: 486px;
}
.front-page .description p {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 0px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 2px #000;
    top: 258px;
    width: 100%;
    z-index: 9999;
    display: none;
}
.front-page .bullets {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    pointer-events: none;
}
.front-page .bullets div {
    display: inline;
}
.front-page .bullets a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    pointer-events: all;
    width: 14px;
    cursor: pointer;
    box-shadow: 0 0 2px #888;
    opacity: 0.8;
}
.front-page .bullets a.current {
    background: #fff;
    opacity: 1;
}
.front-page .bullets a.prev {
    background-image: url("http://jaeder.vecora-test.no/img/arrows.svg");
    background-position: -12px -8px;
    display: inline-block;
    height: 30px;
    opacity: 0.8;
    width: 18px;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: -8px;
    box-shadow: none;
}
.front-page .bullets a.next {
    background-image: url("http://jaeder.vecora-test.no/img/arrows.svg");
    background-position: -72px -8px;
    display: inline-block;
    height: 30px;
    opacity: 0.8;
    width: 18px;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: -8px;
    box-shadow: none;
}
.front-page section.ads .item {
    display: inline-block;
    float: left;
    margin-right: 22px;
    width: 283px;
}
.front-page section.ads .item a span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 3px;
    margin-top: 5px;
    color: #0c4478;
}
.front-page section.ads .item .cell-excerpt {
    color: #4a4a4a;
}
.front-page section.ads .item .hover-eff figure figcaption div {
    margin: 75px auto auto;
}
.front-page section.ads .item.fth-item {
    margin-right: 0;
}
.front-page #paper-fold {
    overflow: hidden;
    height: 372px;
}
.front-page #paper-fold .item-image {
    display: inline-block;
    float: left;
    height: 372px;
    overflow: hidden;
    width: 600px;
}
.front-page #paper-fold .item-content {
    float: left;
    width: 600px;
}
.front-page #paper-fold .item-content .handle {
    list-style: none;
    margin: 0;
    padding: 0;
}
.front-page #paper-fold .item-content .handle li {
    background-color: #e0e8ee;
    color: #49749b;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 66px;
    margin-bottom: 10px;
    padding-left: 45px;
    cursor: pointer;
}
.front-page #paper-fold .item-content .handle li:last-child {
    margin-bottom: 0px;
}
.front-page #paper-fold .item-content .handle li p:empty {
    display: none;
}
.front-page #paper-fold .item-content .handle li div.excerpt {
    display: none;
}
.front-page #paper-fold .item-content .handle li.active {
    background-color: #eef2f6;
    min-height: 145px;
    padding-left: 45px;
    padding-right: 120px;
}
.front-page #paper-fold .item-content .handle li.active i {
    background-image: url("http://jaeder.vecora-test.no/img/paper-fold-arrow.png");
    display: block;
    height: 140px;
    margin-left: -58px;
    position: absolute;
    width: 16px;
}
.front-page #paper-fold .item-content .handle li.active p:empty {
    display: none;
}
.front-page #paper-fold .item-content .handle li.active div.excerpt {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: -18px;
    width: 100%;
}
.front-page #paper-fold .item-content .handle li.active div.excerpt a {
    background: none repeat scroll 0 0 #0a203e;
    border-radius: 9px;
    clear: both;
    color: #fff;
    display: block;
    float: right;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0;
    margin-right: -106px;
    margin-top: -26px;
    padding: 8px 12px;
}
.front-page #paper-fold .item-content .handle li.active span {
    color: #000;
    font-weight: 500;
    line-height: 1px;
    font-size: 16px;
}
.front-page .orphan-link {
    color: #767676 !important;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    margin-top: 5px;
}
.front-page .page-box {
    margin-bottom: 95px;
}
.front-page .page-box:first-child {
    margin-bottom: 80px;
}
.product-news section {
    margin-right: -30px;
}
.product-news article {
    position: relative;
    float: left;
    width: 280px;
    min-height: 275px;
    margin-bottom: 25px;
    margin-right: 26px;
}
.product-news article img {
    float: left;
    border-radius: 0px;
}
.product-news article h2 {
    font-size: 18px !important;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0;
}
.product-news article h2 a {
    color: #0b4478;
    display: block;
    width: 180px;
}
.product-news article p {
    font-size: 13px;
}
.product-news article .date {
    background: none repeat scroll 0 0 #0b1f3e;
    border-radius: 8px;
    color: #fff;
    padding: 8px 20px;
    position: absolute;
    right: -15px;
    top: 5px;
    z-index: 2;
}
.product-news article .hover-eff figure figcaption div {
    margin: 50px auto auto;
}
.article-listing article {
    float: left;
    width: 32.2%;
    margin-bottom: 30px;
    margin-right: 20px;
}
.article-listing article:nth-child(3n) {
    margin-right: 0 !important;
}
.article-listing article h2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
}
.article-listing article h2 a {
    color: #0b4478;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 18px;
}
.article-listing article p:empty {
    display: none;
    height: 0;
    width: 0;
    visibility: hidden;
}
.article-listing article p {
    font-size: 15px;
}
.article-listing article a {
    font-size: 15px;
}
.article-listing article span {
    color: #777;
}
/* This class is shared between the different article pages. */
.article #page-wrap {
    padding-top: 10px;
}
.article figure {
    position: relative;
    margin-bottom: 25px;
}
.article figure.image {
    max-height: 380px;
}
.article figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
}
.article figure img {
    height: 380px;
}
.article aside #gallery {
    list-style-type: none;
    margin: 5px 0 -5px -5px;
}
.article aside #gallery li {
    float: left;
    margin: 0 0 5px 5px;
    height: 90px;
}
.article #article {
    float: right;
    width: 930px;
}
.article #article .left {
    float: left;
    width: 325px;
}
.article #article .left header {
    margin-bottom: 0;
}
.article #article .left header h1 {
    color: #0c4478;
    font-size: 40px;
    letter-spacing: 0px;
    margin: -10px 0 0;
    padding: 0;
    text-transform: capitalize;
}
.article #article .left .doc-wrap {
    display: block;
    margin-top: 30px;
}
.article #article .left .doc-wrap span {
    border-bottom: 2px solid #dcdcdc;
    display: block;
    font-size: 15px;
    padding-bottom: 3px;
    width: 100%;
}
.article #article .left .doc-wrap .documents li {
    background: url(http://jaeder.vecora-test.no/img/pdf.png);
    background-repeat: no-repeat;
    background-position: 0 15px;
    margin-bottom: 0;
    padding-bottom: 0px;
    min-height: 80px;
}
.article #article .left .doc-wrap .documents li h4 {
    margin-left: 65px;
    margin-top: 5px;
}
.article #article .left .doc-wrap .documents li h4 a {
    color: #4d779d;
    font-size: 19px;
    font-weight: 400;
}
.article #article .left .doc-wrap .documents li p {
    font-size: 15px;
    line-height: 18px;
    margin-left: 65px;
    color: #404040;
}
.article #article .left .doc-wrap .documents li p:empty {
    display: none;
}
.article #article .right {
    float: right;
    overflow: hidden;
    width: 585px;
}
.article #article .right .gallery-wraper {
    padding-top: 30px;
}
.article #article .right .gallery-wraper span {
    border-bottom: 2px solid #dcdcdc;
    color: #404040;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.article #article .right .video-gallery-wraper {
    padding-bottom: 80px;
    padding-top: 30px;
}
.article #article .right .video-gallery-wraper span {
    border-bottom: 2px solid #dcdcdc;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.article #article #gallery {
    list-style-type: none;
    margin: 0px;
}
.article #article #gallery li {
    float: left;
    margin: 0 10px 10px 0;
    height: 106px;
}
.article aside {
    background: none repeat scroll 0 0 #eef2f6;
    float: left;
    width: 240px;
}
.article aside section {
    padding: 25px 20px;
}
.article aside section ul#nav-sub {
    list-style: none outside none;
    margin: 0;
}
.article aside section ul#nav-sub li {
    padding-bottom: 8px;
    padding-left: 6px;
    padding-top: 8px;
}
.article aside section ul#nav-sub li a, .article aside section ul#nav-sub li a:active {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}
.article aside section ul#nav-sub li:hover {
    background: none repeat scroll 0 0 #a7bcce;
}
.article aside section ul#nav-sub li:hover a {
    color: #fff;
}
.article aside section a.button {
    margin-top: 30px;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}
.concepts .breadcrumb {
    margin-bottom: 40px;
}
.concepts #concepts {
    margin: 0;
    list-style: none;
}
.concepts #concepts li {
    display: inline-block;
    width: 380px;
    min-height: 365px;
    margin-right: 26px;
}
.concepts #concepts li:nth-child(3n) {
    margin-right: 0px;
}
.concepts #concepts li a {
    color: #0b4478;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.concepts #concepts li a img {
    border-radius: 0px !important;
}
.concepts #concepts li div {
    color: #414141;
}
.concepts #concepts li .hover-eff figure figcaption div {
    margin: 100px auto auto;
}
.concepts #concepts li .hover-eff figure figcaption div h3 {
    color: #fff;
}
.sales-page .breadcrumb {
    margin-bottom: 40px;
}
.sales-page article {
    overflow: hidden;
    padding-bottom: 40px;
}
.sales-page article .map {
    position: relative;
    float: left;
}
.sales-page article .map .map-overlay {
    position: absolute;
    right: 25px;
    top: 475px;
    width: 300px;
    z-index: 99;
}
.sales-page article .map .title {
    color: #00336d;
    display: block;
    font-size: 20px;
    font-weight: 300;
}
.sales-page article .map .location {
    color: #0b4478;
    display: block;
    font-size: 15px;
}
.sales-page article .content {
    float: right;
    width: 580px;
}
.sales-page article .content header {
    margin-bottom: 10px;
}
.sales-page article .content header h1 {
    color: #404040;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0;
    text-transform: none;
}
.sales-page article .content .content-inner {
    color: #404040;
}
.sales-page article .content #contact-assets {
    padding-top: 8px;
    border-bottom: 2px solid #eeeeee;
}
.sales-page article .content #contact-assets .contact-items {
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
}
.sales-page article .content #contact-assets .contact-items ul {
    list-style: none outside none;
    margin: 0;
    padding: 22px 16px;
}
.sales-page article .content #contact-assets .contact-items ul li:first-child {
    color: #404040;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sales-page article .content #contact-assets .contact-items:last-child {
    border-bottom: 2px solid #eeeeee;
}
.sales-page article .content #contact-assets .contact-items-details {
    min-height: 283px;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
    clear: both;
    overflow: hidden;
    padding: 25px;
    color: #404040;
}
.sales-page article .content #contact-assets .contact-items-details .head {
    margin-bottom: 40px;
}
.sales-page article .content #contact-assets .contact-items-details .head h3 {
    color: #404040;
}
.sales-page article .content #contact-assets .contact-items-details .contact-image {
    float: left;
    margin-right: 25px;
}
.sales-page article .content #contact-assets .contact-items-details .contact-image img {
    border-radius: 0px;
}
.sales-page article .content #contact-assets .contact-items-details ul {
    list-style: none;
    margin: 0;
}
.sales-page article .content #contact-assets .contact-items-details ul li:first-child {
    font-weight: bold;
}
.sales-page article .content #contact-assets .contact-items-details ul li:nth-child(2) {
    margin-bottom: 10px;
}
.sales-page article .content .sales-buttons .button {
    float: left;
    margin-top: 15px;
    padding: 12px 53px;
}
.sales-page article .content .sales-buttons .button.back-to-list {
    margin-right: 15px;
}
.people .people-list {
    margin-bottom: -30px;
}
.people .person {
    float: left;
    width: 360px;
    height: 105px;
    padding: 30px 30px 30px 165px;
    background-color: #f7f8fa;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 1px #ccc;
}
.people .person img {
    float: left;
    margin: -30px 0 0 -165px;
    border-radius: 4px 0 0 4px;
}
.people .person:nth-child(odd) {
    margin-right: 30px;
}
.multiple-maps #map_canvas {
    float: left;
    position: relative;
    height: 400px;
    width: 280px;
    z-index: 30 !important;
}
.multiple-maps #locations {
    list-style: none;
    width: 280px;
    float: left;
    margin: 0 30px 0 0;
}
.multiple-maps #locations li {
    width: 870px;
    padding: 15px;
    float: left;
    position: relative;
    z-index: 20;
}
.multiple-maps #locations li h3, .multiple-maps #locations li p {
    width: 265px;
}
.multiple-maps #locations li p {
    font-size: 10pt;
    margin: 0;
}
.multiple-maps h1 {
    margin: 0 0 15px 0;
}
.multiple-maps h2 {
    margin: 0 0 15px 0;
}
.multiple-maps h3 {
    margin: 0 0  1px 0;
}
.multiple-maps #locations li:hover, .multiple-maps #locations li.hover {
    background: #f7f8fa url(http://jaeder.vecora-test.no/../img/multiple-maps-background.png) center top repeat-y;
}
.multiple-maps #locations li:hover h3, .multiple-maps #locations li.hover h3 {
    color: #ef2839;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.3);
}
.multiple-maps #more-info {
    width: 250px;
    float: right;
    background: #f7f8fa;
    padding: 15px;
    height: 370px;
}
.multiple-maps #more-info * {
    position: relative;
    z-index: 40;
}
.multiple-maps .longdesc {
    display: none;
}
.multiple-maps .information {
    margin-bottom: 30px;
}
.multiple-maps .information img {
    float: right;
    margin-left: 30px;
}
.contact .breadcrumb {
    margin-bottom: 40px;
}
.contact #contact-form input[type="text"], .contact #contact-form input[type="email"], .contact #contact-form textarea {
    background: none repeat scroll 0 0 #eef2f6;
    border-radius: 0;
    border-width: 0;
    color: #35648f;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    width: 89%;
}
.contact #contact-form textarea {
    max-width: 100%;
    min-height: 130px;
}
.contact #contact-form input[type="submit"], .contact #contact-form button[type="submit"] {
    background: none repeat scroll 0 0 #8aa5be;
    border: medium none;
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
    border-radius: 0;
}
.contact #contact-form input[type="submit"]:hover, .contact #contact-form button[type="submit"]:hover {
    background: #3e688f;
}
.contact .contact-top {
    overflow: hidden;
}
.contact .contact-top .left {
    float: left;
    width: 705px;
    height: 365px;
}
.contact .contact-top .right {
    float: right;
    width: 470px;
}
.contact .contact-top .right #map-canvas {
    width: 470px;
    height: 365px;
}
.contact .contact-top .right p {
    float: right;
}
.contact .contact-top .right p a {
    color: #404040;
    font-weight: 300;
}
.contact .contact-main {
    clear: both;
    margin-top: -5px;
    overflow: hidden;
    padding-bottom: 100px;
}
.contact .contact-main .sidebar {
    float: left;
    width: 358px;
}
.contact .contact-main .sidebar a.button {
    width: 238px;
    text-align: center;
    background-position: 295px center;
}
.contact .contact-main .sidebar .contact-info {
    margin-top: 95px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #404040;
}
.contact .contact-main .main {
    float: right;
    width: 788px;
}
.contact .contact-main .main .contact-assets h3 {
    border-bottom: 1px solid #cbcbcb;
    color: #404040;
    font-weight: 400;
    text-transform: capitalize;
}
.contact .contact-main .main .contact-assets .item {
    display: inline-block;
    margin-bottom: 45px;
    width: 260px;
}
.contact .contact-main .main .contact-assets .item img {
    float: left;
    margin-right: 15px;
}
.contact .contact-main .main .contact-assets .item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact .contact-main .main .contact-assets .item ul li {
    margin-bottom: 2px;
}
.contact .contact-main .main .contact-assets .item ul li::first-child {
    font-weight: bold;
}
.contact .contact-main .main .contact-assets .item ul li a {
    color: #409cff;
    text-decoration: underline;
}
.custom-template .breadcrumb {
    margin-bottom: 40px;
}
.custom-template .slider {
    overflow: hidden;
}
.custom-template aside {
    background: none repeat scroll 0 0 #eef2f6;
    float: left;
    width: 240px;
}
.custom-template aside section {
    padding: 25px 20px;
}
.custom-template aside section ul#nav-sub {
    list-style: none;
    margin: 0px;
}
.custom-template aside section ul#nav-sub li {
    padding-left: 6px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.custom-template aside section ul#nav-sub li.first.overview {
    border-bottom: 1px solid #c3c3c4;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 0px;
}
.custom-template aside section ul#nav-sub li.first.overview a {
    color: #194f80;
    font-size: 14px;
    font-weight: 400;
}
.custom-template aside section ul#nav-sub li.first.overview:hover {
    background: inherit;
    padding-bottom: 5px;
    padding-top: 0px;
}
.custom-template aside section ul#nav-sub li.first.overview:hover a {
    color: #194f80;
}
.custom-template aside section ul#nav-sub li a, .custom-template aside section ul#nav-sub li a:visited, .custom-template aside section ul#nav-sub li a:active {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}
.custom-template aside section ul#nav-sub li.here, .custom-template aside section ul#nav-sub li:hover {
    background: none repeat scroll 0 0 #a7bcce;
}
.custom-template aside section ul#nav-sub li.here a, .custom-template aside section ul#nav-sub li:hover a {
    color: #fff;
}
.custom-template article {
    float: right;
    width: 935px;
}
.custom-template article #left {
    float: left;
    width: 325px;
}
.custom-template article #left header {
    margin-bottom: 0px;
}
.custom-template article #left header h1 {
    color: #0c4478;
    font-size: 40px;
    letter-spacing: 0px;
    margin: -10px 0 0px;
    padding: 0;
    text-transform: capitalize;
}
.custom-template article #left .content p {
    color: #6085a7;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 33px;
}
.custom-template article #left .doc-wrap {
    display: block;
    margin-top: 60px;
}
.custom-template article #left .doc-wrap span {
    border-bottom: 2px solid #dcdcdc;
    display: block;
    font-size: 15px;
    padding-bottom: 3px;
    width: 100%;
}
.custom-template article #left .doc-wrap .documents li {
    background: url(http://jaeder.vecora-test.no/img/pdf.png);
    background-repeat: no-repeat;
    background-position: 0 15px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.custom-template article #left .doc-wrap .documents li h4 {
    margin-left: 65px;
    margin-top: 5px;
}
.custom-template article #left .doc-wrap .documents li h4 a {
    color: #4d779d;
    font-size: 19px;
    font-weight: 400;
}
.custom-template article #left .doc-wrap .documents li p {
    font-size: 15px;
    line-height: 18px;
    margin-left: 65px;
    color: #404040;
}
.custom-template article #left .doc-wrap .documents li p:empty {
    display: none;
}
.custom-template article #right {
    float: right;
    overflow: hidden;
    width: 585px;
}
.custom-template article #right p {
    color: #404040;
    font-size: 14.5px;
}
.custom-template article #right p:empty {
    display: none;
}
.custom-template article #right .gallery-wraper {
    padding-top: 30px;
}
.custom-template article #right .gallery-wraper span {
    border-bottom: 2px solid #dcdcdc;
    color: #404040;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.custom-template article #right .gallery-wraper ul#gallery {
    margin: 0;
    padding: 0;
}
.custom-template article #right .gallery-wraper ul#gallery li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
}
.custom-template article #right .gallery-wraper ul#gallery li a img {
    border-radius: 0;
}
.custom-template article #right .video-gallery-wraper {
    padding-top: 30px;
    padding-bottom: 80px;
}
.custom-template article #right .video-gallery-wraper span {
    border-bottom: 2px solid #dcdcdc;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.custom-template.two-sidebar article {
    float: none;
    width: 100%;
}
.custom-template.two-sidebar article #left header h1 {
    -moz-hyphens: auto;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: none;
    width: 266px;
    word-wrap: break-word;
}
.custom-template.two-sidebar article .center {
    float: left;
    margin-left: 25px;
    width: 562px;
}
.custom-template.two-sidebar article .center .video-gallery-wraper {
    padding-top: 30px;
    padding-bottom: 80px;
}
.custom-template.two-sidebar article .center .video-gallery-wraper span {
    border-bottom: 2px solid #dcdcdc;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.custom-template.two-sidebar article .center p {
    color: #404040;
    font-size: 14.5px;
}
.custom-template.two-sidebar article .center p:empty {
    display: none;
}
.custom-template.two-sidebar article #right {
    float: left;
    margin-left: 25px;
    overflow: hidden;
    width: 262px;
}
.custom-template.two-sidebar article #right .gallery-wraper {
    padding-top: 0px;
}
.product-listing .breadcrumb {
    margin-bottom: 40px;
}
.product-listing #products.icons ul {
    list-style: none;
}
.product-listing .date {
    background: none repeat scroll 0 0 #0a203e;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px 8px;
    position: absolute;
    right: -10px;
    text-transform: capitalize;
    top: 5px;
    width: auto !important;
    z-index: 2;
}
.product-listing #page-wrap header {
    margin-bottom: 30px;
}
.product-listing #products.list ul {
    margin-left: 0px;
}
.product-listing #products.list ul li {
    position: relative;
    display: inline-block;
    margin-right: 26px;
    width: 380px;
    height: 350px;
}
.product-listing #products.list ul li:nth-child(3n) {
    margin-right: 0px;
}
.product-listing #products.list ul li a {
    color: #0b4478;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
.product-listing #products.list ul li span {
    display: block;
    width: 100%;
}
.product-listing #products.list ul li .hover-eff figure figcaption div {
    margin: 30px auto auto;
}
.product-listing #products.list .all-products {
    background: none repeat scroll 0 0 #e0e8ee;
    height: 250px;
    /*margin-top: -362px;
    position: absolute;
    right: 0;
    width: 790px;*/
}
.product-listing #products.list .all-products .inner {
    color: #8f8c8a;
    font-size: 18px;
    font-weight: 300;
    margin-top: 40px;
    padding: 50px;
    text-align: center;
}
.product-listing #products.list .all-products .inner a {
    border-bottom: 1px solid #a3a5a8;
    display: block;
    padding: 0 0 10px;
}
.product-listing #products.list .all-products .inner a span {
    color: #0b1f3e;
    display: block;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
}
.product-listing #products.list ul#product-list li {
    float: left;
    margin-right: 24px;
    width: 282px;
}
.product-listing #products.list ul#product-list li:nth-child(3n) {
    margin-right: 24px;
}
.product-listing #products.list ul#product-list li:nth-child(4n) {
    margin-right: 0;
}
.product-listing #products.list ul#product-list li h3 {
    margin-top: 3px;
    margin-bottom: 5px;
}
.product-listing #products.list ul#product-list li h3 a {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    width: 250px;
    line-height: 22px;
}
.product-listing #products.list ul#product-list li .meta p {
    margin-bottom: 0px;
}
.product-listing #products.list ul#product-list li .meta p span {
    font-weight: bold;
    display: inline;
}
.product-listing #products.list ul#product-list li .hover-eff figure figcaption div {
    margin: 50px auto auto;
}
.product-listing #products.list .categories-presentation figure.effect-chico div {
    max-width: 254px;
}
.product .breadcrumb {
    margin-bottom: 40px;
}
.product .slider {
    margin-bottom: 30px;
}
.product .slider .date {
    background: #0a203e;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 18px;
    left: 25px;
    padding: 6px 20px;
    position: absolute;
    top: 20px;
    z-index: 99;
}
.product .slider .description p {
    top: 130px;
}
.product #product-image {
    display: -webkit-box;
    margin-bottom: 5px;
    width: 280px;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.product #price {
    font-weight: bold;
    font-size: 125%;
}
.product .info {
    padding-bottom: 100px;
}
.product table {
    width: 590px;
}
.product table th {
    text-align: left;
}
.product table th, .product table td {
    width: 50%;
    padding: 5px;
    border: 1px solid #eee;
}
.product table tr.odd th, .product table tr.odd td {
    background-color: #f8f8f8;
}
.product .info {
    float: left;
    width: 938px;
}
.product .info .left-block {
    float: left;
    width: 325px;
}
.product .info .left-block header {
    margin-bottom: 0px;
}
.product .info .left-block header h1 {
    color: #0c4478;
    font-size: 35px;
    letter-spacing: 0px;
    margin: 5px 0 0;
    line-height: 45px;
    padding: 0;
    text-transform: capitalize;
}
.product .info .left-block .epd {
    margin-top: 10px;
}
.product .info .left-block .epd p {
    margin: 0;
    padding: 0;
}
.product .info .left-block .epd p span {
    font-weight: bold;
}
.product .info .left-block .doc-wrap {
    display: block;
    margin-top: 40px;
}
.product .info .left-block .doc-wrap span {
    border-bottom: 2px solid #dcdcdc;
    display: block;
    font-size: 15px;
    padding-bottom: 3px;
    width: 100%;
}
.product .info .left-block .doc-wrap .documents li {
    background: url(http://jaeder.vecora-test.no/img/pdf.png);
    background-repeat: no-repeat;
    background-position: 0 15px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.product .info .left-block .doc-wrap .documents li h4 {
    margin-left: 65px;
    margin-top: 5px;
}
.product .info .left-block .doc-wrap .documents li h4 a {
    color: #4d779d;
    font-size: 19px;
    font-weight: 400;
}
.product .info .left-block .doc-wrap .documents li p {
    font-size: 15px;
    line-height: 18px;
    margin-left: 65px;
    color: #404040;
}
.product .info .left-block .doc-wrap .documents li p:empty {
    display: none;
}
.product .info .left-block .add-to-my-list {
    margin-top: 50px;
    background: #eef2f6;
}
.product .info .left-block .add-to-my-list input[type="submit"], .product .info .left-block .add-to-my-list #epost {
    background: none repeat scroll 0 0 #8aa5be;
    border-radius: 0;
    border-width: 0;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 -1px 1px rgba(255, 255, 255, 0);
}
.product .info .left-block .add-to-my-list #epost {
    float: right;
    margin-left: 4px;
}
.product .info .left-block .add-to-my-list #add-to-my-list {
    width: 100%;
    padding: 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.product .info .left-block .add-to-my-list input[type="submit"]:hover, .product .info .left-block .add-to-my-list #epost:hover {
    background: #3e688f;
}
.product .info .left-block .add-to-my-list .session-item {
    list-style: none;
    margin-bottom: 0px;
}
.product .info .left-block .add-to-my-list .session-item li {
    margin-top: 20px;
}
.product .info .left-block .add-to-my-list .session-item li .inq-delete {
    display: inline-block;
    vertical-align: middle;
}
.product .info .left-block .add-to-my-list .session-item li .inq-delete input[type="submit"] {
    background: url("http://jaeder.vecora-test.no/img/module-fww.png");
    font-size: 0;
    height: 30px;
    margin-right: 10px;
    padding: 0;
    width: 30px;
}
.product .info .left-block .add-to-my-list .session-item li .inq-delete input[type="submit"]:hover {
    background: url("http://jaeder.vecora-test.no/img/module-fww.png");
    background-position: left bottom;
}
.product .info .left-block .add-to-my-list .session-item li span {
    color: #001d5b;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle;
    width: 220px;
}
.product .info .left-block .add-to-my-list .list-footer {
    margin-top: 30px;
    overflow: hidden;
}
.product .info .left-block .add-to-my-list .list-footer .epost, .product .info .left-block .add-to-my-list .list-footer .inq-clear-button {
    display: inline-block;
}
.product .info .left-block .add-to-my-list .list-footer #clear-list {
    padding: 12px;
    width: 140px;
    float: left;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.product .info .left-block .add-to-my-list .list-footer #epost {
    padding: 12px;
    width: 181px;
    float: left;
    height: 50px;
}
.product .info .left-block #add-to-list-epost {
    padding: 10px 0;
}
.product .info .left-block #add-to-list-epost input, .product .info .left-block #add-to-list-epost textarea {
    background: none repeat scroll 0 0 #eef2f6;
    border-radius: 0;
    border-width: 0;
    padding: 8px;
    width: 95%;
    color: #0c4478;
}
.product .info .left-block #add-to-list-epost #send-epost {
    background: none repeat scroll 0 0 #8aa5be;
    color: #fff;
    padding: 12px;
    width: 100%;
    font-size: 20px;
}
.product .info .left-block #add-to-list-epost #send-epost:hover {
    background: #3e688f;
}
.product .info .right-block {
    float: right;
    width: 588px;
    /*.ingredients {
                  float: left;
                  width: 240px;
                  background: #eef2f6;
                  margin-right: 24px;
                  padding:22px 22px 35px;
                  margin-top:24px;
                  min-height: 228px;
                  p{
                      margin:0px;
                      color: #4b4c4b;
                      line-height: 22px;
                  }
                  h3 {
                      color: #295b88;
                      margin-bottom: 8px;
                      text-transform: capitalize;
                  }
              }
              .allergens{
                  float: left;
                  background: #eef2f6;
                  width:236px;
                  padding:22px 22px 35px;
                  margin-top:24px;
                  min-height: 228px;
                  p{
                      margin:0px;
                      color: #4b4c4b;
                      line-height: 22px;
                  }
                  h3 {
                      color: #295b88;
                      margin-bottom: 8px;
                      text-transform: capitalize;
                  }
              } */

}
.product .info .right-block .user-tips {
    background: none repeat scroll 0 0 #f5f5f5;
    margin-top: 30px;
    padding: 22px 22px 35px;
}
.product .info .right-block .user-tips h3 {
    color: #454545;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.product .info .right-block .user-tips p {
    color: #4c4c4c;
}
.product .info .right-block .gallery-wraper {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.product .info .right-block .gallery-wraper span {
    border-bottom: 2px solid #cfcfcf;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}
.product .info .right-block .gallery-wraper #gallery {
    list-style: none outside none;
    margin: 0;
}
.product .info .right-block .gallery-wraper #gallery li {
    display: inline-block;
    margin-right: 10px;
}
.product .info .right-block .gallery-wraper #gallery li:nth-child(5n) {
    margin-right: 0px;
}
.product .info .right-block .bottom-image {
    float: left;
    margin-top: 30px;
    overflow: hidden;
}
.product h1 {
    margin: 0;
}
.product .categories {
    background: none repeat scroll 0 0 #eef2f6;
    float: left;
    width: 235px;
    margin-right: 27px;
    margin-bottom: 25px;
}
.product .categories ul#nav_categories {
    list-style: none;
    margin: 24px 26px;
}
.product .categories ul#nav_categories li {
    line-height: 30px;
    padding-left: 5px;
}
.product .categories ul#nav_categories li a {
    color: #6d8fae;
}
.product .categories ul#nav_categories li a:hover {
    color: #1c5181;
}
.product .categories ul#nav_categories li a.active {
    color: #0a4478;
    display: block;
    padding-bottom: 3px;
}
.product .categories ul#nav_categories li ul {
    /*display: none;*/

    margin: 0 0 5px -5px;
    list-style: none;
    border-bottom: 2px solid #cdced0;
    border-top: 2px solid #cdced0;
}
.product .categories ul#nav_categories li ul li {
    line-height: 20px;
    margin: 5px 0;
    padding: 5px 0 5px 5px;
}
.product .categories ul#nav_categories li ul li a {
    color: #565556;
    font-weight: 300;
}
.product .categories ul#nav_categories li ul li.here {
    background: none repeat scroll 0 0 #a7bcce;
}
.product .categories ul#nav_categories li ul li.here a {
    color: #ffffff;
}
.product .recipe {
    border-top: 2px solid #989697;
    margin-top: 15px;
    padding-top: 15px;
    float: left;
}
.product .print-pdf {
    background: none repeat scroll 0 0 #8aa5be;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
}
.product .print-pdf a {
    color: #fff;
    font-size: 18px;
}
.product .print-pdf:hover {
    background: #3e688f;
}
.search #page-wrap .search-box {
    text-align: center;
    margin-bottom: 30px;
}
.search #page-wrap .search-box input[name=keywords] {
    width: 450px;
}
.search #search-results {
    list-style-type: none;
    margin: 0 0 -30px 0;
}
.search #search-results h3 {
    /* reset */

    text-transform: none;
    margin-bottom: 0;
}
.search #search-results li {
    margin-bottom: 30px;
}
.search #search-results li a.display-url {
    display: block;
}
.search .pagination {
    padding-top: 30px;
    text-align: center;
}
.reference-listing ul#references.list {
    list-style: none;
    margin: 0 0 -30px 0;
}
.reference-listing ul#references.list li {
    margin-bottom: 30px;
}
.reference-listing ul#references.list ul.gallery {
    list-style: none;
    margin: 0 -5px -5px 0;
    width: 285px;
    float: left;
}
.reference-listing ul#references.list ul.gallery li {
    float: left;
    margin: 0 5px 5px 0;
}
.reference-listing ul#references.list ul.gallery li img {
    display: block;
    border-radius: 4px;
}
.reference-listing ul#references.list article {
    margin-left: 310px;
}
.reference-listing ul#references.skim {
    list-style: none;
    margin: 0 -30px -30px 0;
}
.reference-listing ul#references.skim li {
    float: left;
    width: 280px;
    margin: 0 30px 30px 0;
}
.reference-listing ul#references.skim ul.gallery {
    list-style: none;
    margin: 0;
    height: 210px;
}
.reference-listing ul#references.skim ul.gallery img {
    display: block;
    border-radius: 4px;
}
/* ================================== MEDIA QUERY ================================================ */
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    /* global */
    .desktop {
        display: none;
    }
    .ipad {
        display: block !important;
    }
    .page-center {
        width: 94%;
    }
    #page-wrap {
        padding: 30px 0 383px;
    }
    .add-to-my-list.single-buttons.ipad {
        margin-top: 68px !important;
        background: transparent !important;
        float: right;
        width: 52%;
    }
    .add-to-my-list.single-buttons.ipad #add-to-my-list {
        padding: 6px !important;
    }
    .add-to-my-list.single-buttons.ipad .print-pdf {
        height: 38px;
        line-height: 38px;
        margin-top: 5px;
    }
    .add-to-my-list.single-list.ipad {
        float: left;
        width: 100%;
        margin-top: 0 !important;
        background: transparent !important;
    }
    .add-to-my-list.single-list.ipad .session-item li .inq-delete {
        width: 32px !important;
    }
    /* footer */
    #footer .page-center .footer-content {
        padding: 40px 0;
    }
    #footer .page-center .footer-content .footer-box-first {
        width: 100%;
    }
    #footer .page-center .footer-content .footer-box-second, #footer .page-center .footer-content .footer-box-third {
        margin-left: 0;
        margin-top: 25px;
        width: 100%;
    }
    /* header */
    #header .search-box {
        display: none;
    }
    #header .menu-strip {
        display: none;
    }
    #header .menu-strip-mobile {
        display: block !important;
        position: absolute;
        right: 30px;
        top: 94px;
    }
    #header .menu-strip-mobile #mobile-menu {
        display: none;
        position: absolute;
        right: 0;
        z-index: 99999;
        background: #696181;
        list-style: none;
        padding: 15px 30px;
    }
    #header .menu-strip-mobile #mobile-menu li {
        line-height: 30px;
    }
    #header .menu-strip-mobile #mobile-menu li a {
        color: #fff;
    }
    #header .menu-strip-mobile .mobile-toggel:after {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
        content: "";
        height: 5px;
        left: 16%;
        position: absolute;
        top: 10px;
        width: 68%;
    }
    #header .menu-strip-mobile .mobile-toggel {
        background: #696181;
        border: 0 none;
        height: 45px;
        padding: 0;
        width: 48px;
        font-size: 0;
    }
    /*slider */
    .slider {
        height: 320px;
        overflow: hidden;
    }
    .slider .description p {
        top: 90px;
    }
    /* front page */
    .front-page .page-center {
        width: 94%;
        overflow: hidden;
    }
    .front-page #slider .description p {
        top: 140px;
    }
    .front-page #slider #banner {
        height: 350px;
        margin: -30px 0 30px -30px;
    }
    .front-page #slider #banner a img {
        height: 100%;
        min-height: 350px;
        width: auto;
    }
    .front-page .page-box .ads .item {
        display: none;
    }
    .front-page .page-box .ads .item-mobile {
        display: block !important;
    }
    .front-page .page-box .ads .item-mobile a img {
        height: auto;
        width: 100%;
    }
    .front-page .page-box .ads .item-mobile a span {
        color: #0c4478;
        display: block;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 3px;
        margin-top: 5px;
    }
    .front-page .page-box .ads .item-mobile .cell-excerpt {
        color: #4a4a4a;
    }
    .front-page .page-box:first-child {
        margin-bottom: 30px;
    }
    .front-page #paper-fold .item-image {
        display: none;
    }
    .front-page #paper-fold .item-content {
        width: 100%;
    }
    .front-page #paper-fold .item-content .handle li {
        padding-left: 20px;
    }
    .front-page #paper-fold .item-content .handle li.active {
        padding-left: 20px;
    }
    .product-listing #products.list ul li {
        margin-right: 15px;
        width: 348px;
    }
    .product-listing #products.list ul li:nth-child(2n) {
        margin-right: 0px !important;
    }
    .product-listing #products.list ul li:nth-child(3n) {
        margin-right: 15px;
    }
    .product-listing #products.list ul li figure {
        width: 100%;
    }
    .product-listing #products.list .all-products {
        width: 348px;
    }
    .product-listing #products.list ul#product-list li {
        width: 348px;
    }
    .product-listing #products.list ul#product-list li figure {
        width: 100%;
    }
    .product-listing #products.list ul#product-list li figure a img {
        width: 100%;
        height: auto%;
    }
    .product-news article {
        width: 348px;
    }
    .product-news article .hover-eff figure {
        display: block;
    }
    .product-news article .hover-eff figure img {
        height: auto;
        width: 100%;
    }
    .concepts #concepts li {
        width: 348px;
        margin-right: 15px;
    }
    .concepts #concepts li:nth-child(2n) {
        margin-right: 0;
    }
    .concepts #concepts li:nth-child(3n) {
        margin-right: 15px;
    }
    .concepts #concepts li a img {
        width: 100%;
        height: auto;
    }
    .custom-template aside {
        width: 100%;
    }
    .custom-template article {
        width: 100%;
        float: left;
    }
    .custom-template article #left {
        width: 100%;
    }
    .custom-template article #left .doc-wrap {
        display: none;
    }
    .custom-template article #right {
        float: left;
        width: 100%;
    }
    .custom-template article #right .video-gallery-wraper {
        padding-bottom: 30px;
    }
    .custom-template article #right .doc-wrap-mobile {
        display: block !important;
        padding-bottom: 80px;
    }
    .custom-template article #right .doc-wrap-mobile span {
        border-bottom: 2px solid #dcdcdc;
        display: block;
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .custom-template article #right .doc-wrap-mobile ul li {
        background: url(http://jaeder.vecora-test.no/img/pdf.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        margin: 10px 0 0 0;
    }
    .custom-template.two-sidebar article {
        padding-bottom: 80px;
    }
    .custom-template.two-sidebar article #left header h1 {
        width: 100%;
    }
    .custom-template.two-sidebar article .center {
        margin-left: 0;
        width: 100%;
    }
    .custom-template.two-sidebar article .center .video-gallery-wraper {
        padding-bottom: 30px;
    }
    .custom-template.two-sidebar article #right {
        margin-left: 0px;
        padding-bottom: 80px;
        width: 100%;
    }
    .sales-page article .content {
        float: left;
        margin-top: 30px;
        width: 100%;
    }
    .contact .contact-top .left {
        width: 100%;
    }
    .contact .contact-top .left img {
        width: 100%;
    }
    .contact .contact-top .right {
        float: left;
        margin-top: 30px;
        width: 100%;
    }
    .contact .contact-top .right #map-canvas {
        width: 100%;
    }
    .contact .contact-main .sidebar {
        width: 100%;
    }
    .contact .contact-main .sidebar .contact-info {
        width: 100%;
        margin-top: 30px;
    }
    .contact .contact-main .sidebar #contact-form input[type="text"], .contact .contact-main .sidebar #contact-form input[type="email"], .contact .contact-main .sidebar #contact-form textarea {
        width: 100%;
    }
    .contact .contact-main .main {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .contact .contact-main .main .contact-assets .item {
        width: 348px;
    }
    .product .categories {
        display: block;
        width: 100%;
        margin-right: 0px;
    }
    .product .categories ul#nav_categories {
        margin: 0px;
        overflow: hidden;
    }
    .product .categories ul#nav_categories > li {
        display: inline-block;
        float: left;
        padding: 10px 15px;
    }
    .product .categories ul#nav_categories > li ul {
        position: absolute;
        overflow: hidden;
        background: #eef2f6;
        z-index: 999;
        margin-top: 10px;
        padding: 0 10px;
        width: 194px;
        border-width: 0px;
    }
    .product .categories ul#nav_categories > li:last-child ul {
        right: 0;
    }
    .product .categories ul#nav_categories > li:hover {
        display: block !important;
    }
    .product .info {
        width: 100%;
    }
    .product .info .slider {
        height: 282px;
    }
    .product .info .slider .description p {
        top: 50px;
    }
    .product .info .slider #banner img {
        height: auto;
        width: 100%;
    }
    .product .info .left-block {
        width: 100%;
        position: relative;
    }
    .product .info .left-block #product-image {
        float: left;
        margin-top: 0;
        margin-right: 20px;
        width: 325px;
    }
    .product .info .left-block .doc-wrap {
        display: none;
    }
    .product .info .left-block .add-to-my-list form {
        width: 100%;
    }
    .product .info .left-block .add-to-my-list form #clear-list {
        width: 50% !important;
    }
    .product .info .left-block .add-to-my-list form #epost {
        width: 49% !important;
    }
    .product .info .right-block {
        float: left;
        width: 100%;
    }
    .product .info .right-block .ingredients {
        width: 42%;
    }
    .product .info .right-block .allergens {
        width: 42%;
    }
    .product .info .right-block .recipe {
        width: 100%;
    }
    .product .info .right-block .gallery-wraper #gallery li:nth-child(5n) {
        margin-right: 10px;
    }
    .product .info .bottom-image {
        width: 100%;
    }
    .product .info .bottom-image img {
        width: 100%;
    }
    .custom-template.two-sidebar article .center {
        float: left;
        margin-left: 0;
        width: 100%;
    }
    .custom-template.two-sidebar article .center .video-gallery-wraper iframe {
        width: 100%;
    }
    .custom-template.two-sidebar article #right {
        margin-left: 0;
        width: 100%;
    }
    .article .breadcrumb {
        margin: 0 0 40px;
    }
    .article aside {
        text-align: center;
        width: 100%;
    }
    .article #article {
        float: left;
        width: 100%;
    }
    .article #article figure img {
        height: auto;
        width: 100%;
    }
    .article #article .left {
        float: left;
        width: 100%;
    }
    .article #article .right {
        float: left;
        margin-top: 30px;
        overflow: hidden;
        width: 100%;
    }
    .article #article .right .video-gallery-wraper figure iframe {
        width: 100%;
    }
    .article-listing .breadcrumb {
        margin-bottom: 50px;
    }
    .article-listing article {
        width: 100%;
    }
    .article-listing article img {
        width: 100%;
        height: auto;
    }
}
/*============================= Landscape ==============================*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .page-center {
        width: 100%;
    }
    #header .menu-strip {
        display: none;
    }
    #header .search-box {
        display: none;
    }
    #header .menu-strip-mobile {
        display: block !important;
        position: absolute;
        right: 30px;
        top: 94px;
    }
    #header .menu-strip-mobile .mobile-toggel:after {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
        content: "";
        height: 5px;
        left: 16%;
        position: absolute;
        top: 10px;
        width: 68%;
    }
    #header .menu-strip-mobile .mobile-toggel {
        background: none repeat scroll 0 0 #696181;
        border: 0 none;
        font-size: 0;
        height: 45px;
        padding: 0;
        width: 48px;
    }
    #header .menu-strip-mobile #mobile-menu {
        background: none repeat scroll 0 0 #696181;
        display: none;
        list-style: none outside none;
        padding: 15px 30px;
        position: absolute;
        right: 0;
        z-index: 99999;
    }
    #header .menu-strip-mobile #mobile-menu li {
        line-height: 30px;
    }
    #header .menu-strip-mobile #mobile-menu li a {
        color: #fff;
    }
    .breadcrumb {
        margin: 0 30px 30px;
    }
    .page-box {
        padding: 0 30px;
    }
    .contact .contact-top .left {
        width: 49%;
        overflow: hidden;
    }
    .contact .contact-top .right {
        width: 49%;
    }
    .contact .contact-main .sidebar {
        width: 30%;
        overflow: hidden;
    }
    .contact .contact-main .sidebar a.button {
        width: 58%;
    }
    .contact .contact-main .main {
        width: 67%;
    }
    .front-page section.ads .item {
        width: 23.2%;
    }
    .front-page section.ads .item .hover-eff figure {
        display: block;
    }
    .front-page section.ads .item .hover-eff figure img {
        width: 100%;
        height: auto;
    }
    .front-page #paper-fold .item-image {
        width: 50%;
    }
    .front-page #paper-fold .item-content {
        width: 50%;
    }
    .front-page #paper-fold .item-content .handle li.active {
        padding-right: 10px;
    }
    .product-news .gloabal-page-title-elem {
        padding: 0 30px 0;
    }
    .product-news article {
        width: 30.3%;
    }
    .product-listing .slider {
        overflow: hidden;
    }
    .product-listing #products.list ul li {
        width: 31%;
        height: auto;
        margin-bottom: 30px;
    }
    .product-listing #products.list ul li figure {
        width: 100%;
    }
    .product-listing #products.list ul li figure img {
        width: 100%;
        height: auto;
    }
    .product-listing #products.list .all-products {
        margin-top: -269px;
        right: 37px;
        width: 61.5%;
        height: 196px;
    }
    .product-listing #products.list .all-products .inner {
        margin-top: 20px;
    }
    .product-listing #products.list ul#product-list li {
        min-height: 245px;
        width: 23.1%;
    }
    .product .categories {
        margin-bottom: 30px;
        width: 100%;
    }
    .product .info {
        width: 100%;
    }
    .custom-template aside {
        width: 100%;
        margin-bottom: 30px;
    }
    .custom-template article {
        float: left;
        width: 100%;
    }
    .custom-template article .slider #banner a {
        width: 100%;
    }
    .custom-template article .slider #banner a img {
        width: 100%;
        height: auto;
    }
    .sales-page article #map {
        width: 1024px !important;
    }
    .sales-page article .content {
        margin-top: 25px;
        width: 100%;
        float: left;
    }
    .concepts #concepts li {
        width: 31.3%;
    }
    .concepts #concepts li .hover-eff figure {
        display: block;
    }
    .concepts #concepts li .hover-eff figure a img {
        width: 100%;
        height: auto;
    }
    .custom-template.two-sidebar article #right {
        float: right;
        overflow: hidden;
        width: 614px;
    }
    .article .breadcrumb {
        margin: 0 30px 40px;
    }
    .article aside {
        text-align: center;
        width: 100%;
    }
    .article #article {
        float: left;
        width: 100%;
    }
    .article #article figure img {
        width: 100%;
        height: auto;
    }
    .article-listing .breadcrumb {
        margin: 0 30px 40px;
    }
    .article-listing article {
        width: 31.8%;
    }
    .article-listing article img {
        width: 100%;
        height: auto;
    }
}
/*============================= Landscape ==============================*/
/*============================== Mobile ================================= */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .page-center {
        width: 100%;
    }
    .page-box {
        padding: 0 20px;
    }
    #page-wrap {
        padding-bottom: 30px;
    }
    #header .search-box {
        display: none;
    }
    #header .menu-strip {
        display: none;
    }
    #header .menu-strip-mobile {
        display: block !important;
        position: absolute;
        right: 30px;
        top: 94px;
    }
    #header .menu-strip-mobile .mobile-toggel:after {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
        content: "";
        height: 5px;
        left: 16%;
        position: absolute;
        top: 14px;
        width: 68%;
    }
    #header .menu-strip-mobile .mobile-toggel {
        background: none repeat scroll 0 0 #696181;
        border: 0 none;
        font-size: 0;
        height: 45px;
        padding: 0;
        width: 48px;
        margin-top: 4px;
    }
    #header .menu-strip-mobile #mobile-menu {
        background: none repeat scroll 0 0 #696181;
        display: none;
        list-style: none outside none;
        padding: 15px 30px;
        position: absolute;
        right: 0;
        z-index: 99999;
    }
    #header .menu-strip-mobile li {
        line-height: 30px;
    }
    #header .menu-strip-mobile li a {
        color: #fff;
    }
    #footer {
        position: relative;
    }
    #footer .page-center .footer-content .footer-box-first {
        width: 100%;
    }
    #footer .page-center .footer-content .footer-box-second, #footer .page-center .footer-content .footer-box-third {
        margin-top: 25px;
        margin-left: 0px;
        width: 100%;
    }
    /* landing */
    .front-page .page-box:first-child {
        margin-bottom: 25px;
    }
    .front-page #slider .description, .front-page #slider #banner, .front-page #slider .bullets {
        display: none;
    }
    .front-page #slider .mobile-introduction {
        display: block !important;
        color: #000;
        font-size: 42px;
        font-weight: 300;
        letter-spacing: 0px;
        text-align: center;
        text-shadow: 0 0 2px #efefef;
        margin: 20px;
        z-index: 9999;
    }
    .front-page section.ads .item-mobile {
        display: block !important;
    }
    .front-page section.ads .item-mobile img {
        width: 100%;
        height: auto;
    }
    .front-page section.ads .item-mobile a span {
        color: #0c4478;
        display: block;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 3px;
        margin-top: 5px;
    }
    .front-page section.ads .item {
        display: none;
    }
    .front-page #paper-fold {
        height: auto;
    }
    .front-page #paper-fold .item-image {
        display: none;
    }
    .front-page #paper-fold .item-content {
        width: 100%;
    }
    .front-page #paper-fold .item-content .handle li {
        padding-left: 20px;
    }
    .front-page #paper-fold .item-content .handle li.active {
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    .front-page #paper-fold .item-content .handle li.active i {
        display: none;
    }
    .front-page #paper-fold .item-content .handle li.active div.excerpt a {
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .product-news .breadcrumb {
        margin: 0 20px 30px;
    }
    .product-news .gloabal-page-title-elem {
        padding: 0 20px;
    }
    .product-news .gloabal-page-title-elem h3 {
        margin-bottom: 30px;
    }
    .product-news section {
        margin-right: 0px;
    }
    .product-news section article {
        margin-right: 0px;
        min-height: auto;
        width: 100%;
    }
    .product-news section article figure {
        width: 100%;
    }
    .product-news section article figure img {
        width: 100%;
        height: auto;
    }
    .product-news .pagination {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-news .pagination a {
        padding: 15px 0;
        display: block;
        width: 100%;
        border-bottom: 1px dashed #efefef;
    }
    .product-news .pagination a.pagination-info {
        padding: 15px 0;
    }
    .product-news .pagination a:last-child {
        border-width: 0;
    }
    .concepts .breadcrumb {
        margin: -6px 20px 30px;
    }
    .concepts #concepts li {
        width: 100%;
        margin-right: 0px;
    }
    .concepts #concepts li figure {
        display: block;
    }
    .concepts #concepts li figure img {
        width: 100%;
    }
    .custom-template .breadcrumb {
        margin: 0 20px 30px;
    }
    .custom-template aside {
        width: 100%;
    }
    .custom-template article {
        float: left;
        width: 100%;
    }
    .custom-template article .slider {
        display: none;
    }
    .custom-template article #left {
        margin: 30px 0 0;
        width: 100%;
    }
    .custom-template article #left .doc-wrap {
        display: none;
    }
    .custom-template article #right {
        float: left;
        width: 100%;
    }
    .custom-template article #right .video-gallery-wraper iframe {
        height: 280px;
        width: 100%;
    }
    .custom-template article #right .doc-wrap-mobile {
        display: block !important;
        padding-bottom: 80px;
    }
    .custom-template article #right .doc-wrap-mobile span {
        border-bottom: 2px solid #dcdcdc;
        display: block;
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .custom-template article #right .doc-wrap-mobile ul li {
        background: url(http://jaeder.vecora-test.no/img/pdf.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        margin: 10px 0 0 0;
    }
    .sales-page .breadcrumb {
        margin: 0 20px 30px;
    }
    .sales-page article .content {
        float: left;
        width: 100%;
    }
    .contact .breadcrumb {
        margin: 0 20px 30px;
    }
    .contact .contact-top .left {
        width: 100%;
        height: auto;
    }
    .contact .contact-top .left img {
        width: 100%;
        height: auto;
    }
    .contact .contact-top .right {
        float: left;
        width: 100%;
    }
    .contact .contact-top .right #map-canvas {
        width: 100%;
        height: 250px;
    }
    .contact .contact-main .sidebar {
        width: 100%;
    }
    .contact .contact-main .sidebar .contact-info {
        margin-top: 30px;
    }
    .contact .contact-main .main {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .contact .contact-main .main .contact-assets .item {
        width: 100%;
    }
    .product-listing .breadcrumb {
        margin: 0 20px 30px;
    }
    .product-listing figure.effect-chico img {
        width: 100%;
        height: auto;
    }
    .product-listing #products.list ul li {
        height: auto;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .product-listing #products.list .all-products {
        margin-top: 0px;
        padding-top: 1px;
        position: relative;
        width: 100%;
    }
    .product-listing #products.list ul#product-list li {
        width: 100%;
    }
    .product-listing #products.list ul#product-list li figure {
        display: block;
    }
    .product-listing .slider {
        display: none;
    }
    .product .breadcrumb {
        margin: 0 20px 30px;
    }
    .product .categories {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .product .info {
        float: left;
        width: 100%;
    }
    .product .info .slider {
        display: none;
    }
    .product .info .left-block {
        float: left;
        width: 100%;
    }
    .product .info .left-block .add-to-my-list {
        margin-bottom: 5px;
    }
    .product .info .left-block #inq-clear-button {
        display: block;
    }
    .product .info .left-block #inq-clear-button #clear-list {
        width: 49%;
    }
    .product .info .left-block #inq-clear-button #epost {
        width: 49%;
    }
    .product .info .right-block {
        float: left;
        width: 100%;
    }
    .article-listing article {
        width: 100%;
    }
    .article-listing article img {
        width: 100%;
    }
    .article-listing .pagination a {
        padding: 20px 0;
        width: 100%;
        display: block;
        border-bottom: 1px dashed #efefef;
    }
    .article-listing .pagination a:last-child {
        border-width: 0;
    }
    .article .breadcrumb {
        margin: 0 20px 30px;
    }
    .article aside {
        text-align: center;
        width: 100%;
    }
    .article #article {
        float: left;
        width: 100%;
    }
    .article #article figure img {
        height: auto;
        width: 100%;
    }
    .article #article .left {
        float: left;
        width: 100%;
    }
    .article #article .right {
        float: left;
        margin-top: 30px;
        overflow: hidden;
        width: 100%;
    }
    .article #article .right .video-gallery-wraper figure iframe {
        width: 100%;
    }
    .custom-template.two-sidebar article .center {
        float: left;
        margin-left: 0;
        width: 100%;
    }
    .custom-template.two-sidebar article .center .video-gallery-wraper iframe {
        width: 100%;
    }
    .custom-template.two-sidebar article #right {
        margin-left: 0;
        width: 100%;
    }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .page-center {
        width: 100%;
    }
    .page-box {
        padding: 0 20px;
    }
    #page-wrap {
        padding-bottom: 30px;
    }
    #header .search-box {
        display: none;
    }
    #header .menu-strip {
        display: none;
    }
    #header .menu-strip-mobile {
        display: block !important;
        position: absolute;
        right: 30px;
        top: 94px;
    }
    #header .menu-strip-mobile .mobile-toggel:after {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
        content: "";
        height: 5px;
        left: 16%;
        position: absolute;
        top: 14px;
        width: 68%;
    }
    #header .menu-strip-mobile .mobile-toggel {
        background: none repeat scroll 0 0 #696181;
        border: 0 none;
        font-size: 0;
        height: 45px;
        padding: 0;
        width: 48px;
        margin-top: 4px;
    }
    #header .menu-strip-mobile #mobile-menu {
        background: none repeat scroll 0 0 #696181;
        display: none;
        list-style: none outside none;
        padding: 15px 30px;
        position: absolute;
        right: 0;
        z-index: 99999;
    }
    #header .menu-strip-mobile li {
        line-height: 30px;
    }
    #header .menu-strip-mobile li a {
        color: #fff;
    }
    #footer {
        position: relative;
    }
    #footer .page-center .footer-content .footer-box-first {
        width: 100%;
    }
    #footer .page-center .footer-content .footer-box-second, #footer .page-center .footer-content .footer-box-third {
        margin-top: 25px;
        margin-left: 0px;
        width: 100%;
    }
    /* landing */
    .front-page .page-box:first-child {
        margin-bottom: 25px;
    }
    .front-page #slider .description, .front-page #slider #banner, .front-page #slider .bullets {
        display: none;
    }
    .front-page #slider .mobile-introduction {
        display: block !important;
        color: #000;
        font-size: 42px;
        font-weight: 300;
        letter-spacing: 0px;
        text-align: center;
        text-shadow: 0 0 2px #efefef;
        margin: 20px;
        z-index: 9999;
    }
    .front-page section.ads .item-mobile {
        display: block !important;
    }
    .front-page section.ads .item-mobile img {
        width: 100%;
        height: auto;
    }
    .front-page section.ads .item-mobile a span {
        color: #0c4478;
        display: block;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 3px;
        margin-top: 5px;
    }
    .front-page section.ads .item {
        display: none;
    }
    .front-page #paper-fold {
        height: auto;
    }
    .front-page #paper-fold .item-image {
        display: none;
    }
    .front-page #paper-fold .item-content {
        width: 100%;
    }
    .front-page #paper-fold .item-content .handle li {
        padding-left: 20px;
    }
    .front-page #paper-fold .item-content .handle li.active {
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    .front-page #paper-fold .item-content .handle li.active i {
        display: none;
    }
    .front-page #paper-fold .item-content .handle li.active div.excerpt a {
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .product-news .breadcrumb {
        margin: 0 20px 30px;
    }
    .product-news .gloabal-page-title-elem {
        padding: 0 20px;
    }
    .product-news .gloabal-page-title-elem h3 {
        margin-bottom: 30px;
    }
    .product-news section {
        margin-right: 0px;
    }
    .product-news section article {
        margin-right: 0px;
        min-height: auto;
        width: 100%;
    }
    .product-news section article figure {
        width: 100%;
    }
    .product-news section article figure img {
        width: 100%;
        height: auto;
    }
    .product-news .pagination {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-news .pagination a {
        padding: 15px 0;
        display: block;
        width: 100%;
        border-bottom: 1px dashed #efefef;
    }
    .product-news .pagination a.pagination-info {
        padding: 15px 0;
    }
    .product-news .pagination a:last-child {
        border-width: 0;
    }
    .concepts .breadcrumb {
        margin: -6px 20px 30px;
    }
    .concepts #concepts li {
        width: 100%;
        margin-right: 0px;
    }
    .concepts #concepts li figure {
        display: block;
    }
    .concepts #concepts li figure img {
        width: 100%;
        height: auto;
    }
    .custom-template .breadcrumb {
        margin: 0 20px 30px;
    }
    .custom-template aside {
        width: 100%;
    }
    .custom-template article {
        float: left;
        width: 100%;
    }
    .custom-template article .slider {
        display: none;
    }
    .custom-template article #left {
        margin: 30px 0 0;
        width: 100%;
    }
    .custom-template article #left .doc-wrap {
        display: none;
    }
    .custom-template article #right {
        float: left;
        width: 100%;
    }
    .custom-template article #right .video-gallery-wraper iframe {
        height: 280px;
        width: 100%;
    }
    .custom-template article #right .doc-wrap-mobile {
        display: block !important;
        padding-bottom: 80px;
    }
    .custom-template article #right .doc-wrap-mobile span {
        border-bottom: 2px solid #dcdcdc;
        display: block;
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .custom-template article #right .doc-wrap-mobile ul li {
        background: url(http://jaeder.vecora-test.no/img/pdf.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        margin: 10px 0 0 0;
    }
    .sales-page .breadcrumb {
        margin: 0 20px 30px;
    }
    .sales-page article .content {
        float: left;
        width: 100%;
    }
    .contact .breadcrumb {
        margin: 0 20px 30px;
    }
    .contact .contact-top .left {
        width: 100%;
        height: auto;
    }
    .contact .contact-top .left img {
        width: 100%;
        height: auto;
    }
    .contact .contact-top .right {
        float: left;
        width: 100%;
    }
    .contact .contact-top .right #map-canvas {
        width: 100%;
        height: 250px;
    }
    .contact .contact-main .sidebar {
        width: 100%;
    }
    .contact .contact-main .sidebar .contact-info {
        margin-top: 30px;
    }
    .contact .contact-main .main {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .contact .contact-main .main .contact-assets .item {
        width: 100%;
    }
    .product-listing .breadcrumb {
        margin: 0 20px 30px;
    }
    .product-listing figure.effect-chico img {
        width: 100%;
        height: auto;
    }
    .product-listing #products.list ul li {
        height: auto;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .product-listing #products.list .all-products {
        margin-top: 0px;
        padding-top: 1px;
        position: relative;
        width: 100%;
    }
    .product-listing #products.list ul#product-list li {
        width: 100%;
    }
    .product-listing #products.list ul#product-list li figure {
        display: block;
    }
    .product-listing .slider {
        display: none;
    }
    .product .breadcrumb {
        margin: 0 20px 30px;
    }
    .product .categories {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .product .info {
        float: left;
        width: 100%;
    }
    .product .info .slider {
        display: none;
    }
    .product .info .left-block {
        float: left;
        width: 100%;
    }
    .product .info .left-block .add-to-my-list {
        margin-bottom: 5px;
    }
    .product .info .left-block #inq-clear-button {
        display: block;
    }
    .product .info .left-block #inq-clear-button #clear-list {
        width: 49%;
    }
    .product .info .left-block #inq-clear-button #epost {
        width: 49%;
    }
    .product .info .left-block .print-pdf {
        float: left;
        width: 100%;
        margin-top: 5px;
    }
    .product .info .right-block {
        float: left;
        width: 100%;
    }
    .product .info .right-block .bottom-image {
        width: 100%;
    }
    .product .info .right-block .bottom-image img {
        width: 100%;
        height: auto;
    }
    .article-listing article {
        width: 100%;
    }
    .article-listing article img {
        width: 100%;
        height: auto;
    }
    .article-listing .pagination a {
        padding: 20px 0;
        width: 100%;
        display: block;
        border-bottom: 1px dashed #efefef;
    }
    .article-listing .pagination a:last-child {
        border-width: 0;
    }
    .article .breadcrumb {
        margin: 0 20px 30px;
    }
    .article aside {
        text-align: center;
        width: 100%;
    }
    .article #article {
        float: left;
        width: 100%;
    }
    .article #article figure img {
        height: auto;
        width: 100%;
    }
    .article #article .left {
        float: left;
        width: 100%;
    }
    .article #article .right {
        float: left;
        margin-top: 30px;
        overflow: hidden;
        width: 100%;
    }
    .article #article .right .video-gallery-wraper figure iframe {
        width: 100%;
    }
    .custom-template.two-sidebar article .center {
        float: left;
        margin-left: 0;
        width: 100%;
    }
    .custom-template.two-sidebar article .center .video-gallery-wraper iframe {
        width: 100%;
    }
    .custom-template.two-sidebar article #right {
        margin-left: 0;
        width: 100%;
    }
}
.contact .contact-main .main .contact-assets .item img {width: 90px; height: auto;}
.contact .contact-main .main .contact-assets .item ul li {font-size: 88%;}
.contact .contact-main .main .contact-assets .item {display: inline-block; } /*old values = display: block; float: left;*/