@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* @import url(https://fonts.googleapis.com/css?family=PT+Sans:700,400); */

body {
	color: #000;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 400;
	background: #4B4B4B;
	/* font-family: 'PT Sans', sans-serif;  */
	font-family: 'Lato', sans-serif;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	padding-left: 0;
	padding-right: 0;
}
p {
  margin: 0 0 10px;
}
.blog-items {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
  margin-left: -.5em;
  margin-right: -.5em;
  padding: 0;
  display: flex;
}
.blog-item {
  flex-direction: column;
  padding: 0 .5em 1em;
  display: flex;
  overflow: hidden;
}
@media (width >= 992px) {
  .blog-items.columns-2 > div {
    width: 50%;
  }

  .blog-items.columns-3 > div {
    width: 33.3333%;
  }

  .blog-items.columns-4 > div {
    width: 25%;
  }
}
@supports (display: grid) {
  .blog-items {
    grid-gap: 1em;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin: 0 0 1em;
    display: grid;
  }

  .blog-items .blog-item {
    padding: 0;
  }

  .blog-items[class^="columns-"] > div, .blog-items[class*=" columns-"] > div {
    flex: 0 auto;
    width: auto;
    max-width: none;
  }

  @media (width >= 992px) {
    .blog-items.columns-2 {
      grid-template-columns: 1fr 1fr;
    }

    .blog-items.columns-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .blog-items.columns-4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
}
.com-content-category-blog__items.blog-items .com-content-category-blog__item.blog-item {
  margin-left: 5.564%;
}
.com-content-category-blog__items.blog-items .com-content-category-blog__item.blog-item:first-child {
  margin-left: 0;
}
.blog .nav.nav-tabs.nav-stacked {
  display: block;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #fff;
  *zoom: 1;
}
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: inherit;
  border-width: inherit;
}
.moduletable .nav.nav-tabs.nav-stacked {
  display: inherit;
}
.nav-tabs::before, .nav-pills::before, .nav-tabs::after, .nav-pills::after {
  display: table;
  line-height: 0;
  content: "";
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}
.nav > li > a {
  display: block;
}
.moduletable ol.nav {

  border: none;
}
a {
  color: #08c;
  
}
a:hover, a:focus {
  color: #005580;
  text-decoration: underline;
}
.moduletable-contact .container {
  width: auto;
}
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
li {
  line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 40px;
  color: inherit;
  text-rendering: optimizelegibility;
}
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.row-fluid {
  display: flex;
}
.span8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.span4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* Bootstrap 2 -> 5 quick grid shim */
.row-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row-fluid > [class*="span"] {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
  max-width: 100%;
}

.span1  { width: 8.333333%; }
.span2  { width: 16.666667%; }
.span3  { width: 25%; }
.span4  { width: 33.333333%; }
.span5  { width: 41.666667%; }
.span6  { width: 50%; }
.span7  { width: 58.333333%; }
.span8  { width: 66.666667%; }
.span9  { width: 75%; }
.span10 { width: 83.333333%; }
.span11 { width: 91.666667%; }
.span12 { width: 100%; }
.row-fluid [class*="span"]:first-child {
  margin-left:0;
}
@media (min-width: 1200px) {
.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }

}
.view-cart img {
  width:auto\9;
  height:auto;
  max-width:100%;
  vertical-align:middle;
  border:0;
  -ms-interpolation-mode:bicubic
}
.container::before, .container::after {
  display: table;
  line-height: 0;
  content: "";
}
.container::after {
  clear: both;
}
.com_virtuemart.view-thankyou .vpct-products-container {
  display: none !important;
}
body.modal{
background:#FFFFFF;
}
.hidden-xs {
	display: block;
}
a { text-decoration: none; }
img { image-rendering: optimizequality; -ms-interpolation-mode: bicubic; }
.article-info { margin: 0 0 35px 0; }
.article-info dd { margin: 0; color: #8B8B8B; }
iframe { border: none; }
.jcepopup {
    float: left;
    margin-right: 10px;
    width: 45%;
}
/*.row-fluid .span9 { width: 70.359%; }*/
.category-module { margin: 50px 0 0 0; padding: 0; }
.category-module > li { float: left; list-style: none; width: 50%; display: inline-block; line-height: 50px; }
.category-module > li a {
    color: #323232;
    font-weight: 700;
    font-size: 21px;
    padding-right: 15px;
    background: url("../images/product-title.png") no-repeat right 8px;
}
/*.jcepopup { float: left; margin-right: 30px; width: 45%; }*/
a[rel="lightbox"] { float: left; margin-right: 30px; width: 45%; display: inline-block; position: relative; padding-bottom: 25px; }
a[rel="lightbox"]:last-child { margin-right: 0; }
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#content h1 {
	color: #323232;
	font-size: 32px;
    margin: 30px 0;
    font-weight: 700;
	padding-bottom:12px;
}
.header {
	color: #FFF;
	height: 100%;
	background: #343434;
}
.brand {
	margin-top: 25px;
	display: inline-block;
}
.clear {
	clear: both;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.pull-left ul.menu-top, .pull-left .mod-languages {
	display: none;
}
.top-menu {
	z-index: 9999;
	position: relative;
}
ul.menu-top {
	margin: 0;
	padding: 0;
	float: right;
}
ul.menu-top li {
	height: 27px;
	float: left;
	
}
ul.menu-top li a {
	color: #BEBEBE;
	height: 22px;
	font-size: 13px;
	padding: 0 12px;
	padding-top: 5px;
	display: inline-block;
	border-right: solid 1px #484848;
}
ul.menu-top li.last a {
	border-right: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}
.mod-languages {
	position: relative;
	/* float: right; ThienVN - 11/22/2016 */
	float: left;
	padding: 0px;
}
.mod-languages:hover, .mod-languages:hover ul {
	background: #262626;
}
.mod-languages:hover {
	border-left: solid 1px #262626;
}
.languages {
	margin-bottom: 0;
}
.mod-languages li {
	list-style: none;
	padding-bottom: 10px;
}
.mod-languages ul.lang-block {
	top: 25px;
	right: 0;
	position: absolute;
	margin: 0;
	z-index: 999999;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.mod-languages ul.lang-block li {
	list-style: none;
	text-align: left;
	padding: 5px 0;
}
.mod-languages ul.lang-block li a {
	font-size: 16px;
	color: #BDBDBD;
	text-decoration: none;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	width: 114px;
	padding: 0 7px;
}
.mod-languages ul.lang-block li.lang-active a,.mod-languages ul.lang-block li a:hover {
	font-weight: bold;
}
.pretext {
	color: #BEBEBE;
	font-size: 13px;
	padding: 5px 16px 3px 7px;
	cursor: pointer;
	margin: 0;
	background: url(../images/lang-arrow.png) no-repeat right 14px;
}
.custom-social {
	float: right;
	margin-top: 12px;
}
.custom-social img {
	margin-left: 10px;
}
.custom-social p {
	margin: 0;
}
ul.menu-main {
	padding: 0;
	margin: 35px 0 0 0;
}

ul.menu-main > li.last {
	background: none !important;
	border-right: none;
}
ul.menu-main li {
	float: left;
	padding: 0px 10px;
	position: relative;
	background: url(../images/li_bg.png) no-repeat bottom right !important;
	line-height: 20px;
}
ul.menu-main li a {
	height: 39px;
	vertical-align: top;
	color: #DADADA;
	padding-top: 3px;
	display: inline-block;
}
ul.menu-main li.active a, ul.menu-main li a:hover {
	background: url(../images/mainmenu_bg.jpg) no-repeat bottom center;
}

ul.menu-main > li.item-105, ul.menu-main > li.item-186  {
	padding-left: 0;
}
/*

ul.menu-main > li.first:hover {
    margin-left: -10px;
    padding-left: 10px;
}*/

ul.menu-main li > ul {
	left: 0;
	top: 35px;
	width: 208px;
	background: #262626;
	position: absolute;
	padding-bottom: 20px;
	padding-top: 10px;
	display: none;
	z-index: 9999;
	padding-left: 0;
}
ul.menu-main li > ul li {
	float: none;
	display: block;
	padding: 0 18px;
	background: none;
}
ul.menu-main li > ul li.first {
	padding-left: 18px;
}
ul.menu-main li > ul li a {
	border: none;
	height: auto;
	padding: 10px 0;
}
ul.menu-main li > ul li a:hover {
	background: none;
}
ul.menu-main li ul ul {
	top: auto;
	margin-left: 10px;
	padding: 0;
	position: relative;
	width: 180px;
}
ul.menu-main li ul ul li {
	padding-left: 6px;
	padding-right: 10px;
	background: url(../images/li-square.jpg) no-repeat center left;
}
ul.menu-main ul ul a { color: #ACACAC }
ul.menu-main li ul ul li.first {
	padding-left: 6px;
	background: url(../images/li-square.jpg) no-repeat center left;
}
ul.menu-main a {
	text-decoration: none;
}
ul.menu-main > li.parent:hover {
	background: #262626;
}
ul.menu-main > li.parent:hover a {
	background: none;
}
ul.menu-main > li.parent:hover ul {
	display: block;
}
.search {
	width: 190px;
	height: 27px;
	margin-top: 30px;
	border: solid 1px #5C5C5C;
}
#content .search { border: none; width: auto; height: auto; }
input.search-query {
	float: left;
	border: none;
	border-radius: 0;
	background: #444444;
	padding: 2px 10px;
	padding-right: 0;
	height: 25px;
	line-height: 25px;
	width: 155px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #343434;
	box-shadow: none;
	color: #333;
}
.btn-search {
	float: left;
	width: 33px;
	height: 25px;
	border: none;
	text-shadow: none;
	text-indent: -9999px;
	background: url(../images/search.jpg) no-repeat;
}
.flexslider {
	margin: 0!important;
	background: #cfcfcf!important;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.flexslider .slides {
	margin: 0 auto;
	text-align: left;
}
.flexslider .flex-caption {
	width: 359px;
	font-weight: 400;
	bottom: 55px!important;
	padding: 20px 18px 15px 18px;
	background: #FFF!important;
	color: #323232!important;
	font-size: 30px!important;
	line-height: 1.2!important;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	text-shadow: none!important;
}
.flex-caption span.readmore {
	text-align: right;
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	padding-right: 35px;
	display: block;
	margin-top: 5px;
	background: url(../images/slider-readmore.png) no-repeat right center;
}
.footer {
	color: #CCCCCC;
	font-size: 14px;
	margin-bottom:50px;
}
.footer a {
	color: #CCCCCC;
	text-decoration: none;
}
.footer h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 40px;
}
.bottom-logo {
	padding: 10px 0;
	background: #FFF;
	border-top: solid 1px #E4E4E4;
}
.bottom-logo .container {
	height: 42px;
	text-align: right;
}
.bottom-logo .container img {
	margin-top: 5px;
}
.news {
	background: #FFF;
}
.moduletable-news h3 {
	color: #ABABAB;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 0;
	border-bottom: solid 1px #E4E4E4;
}
.moduletable-news h3 a {
	color: #ABABAB;
	text-decoration: none;
}
ul.latestnews-news {
	margin: 0;
	position: relative;
	text-align: center;
	padding: 10px 0 15px 0;
}
.moduletable-news li {
	text-align: left;
	list-style: none;
	padding-left: 15px;
	font-size: 17px;
	color: #323232;
	display: inline-block;
	margin: 0 45px;
	max-width: 225px;
	vertical-align: top;
	background: url(../images/news-item.png) no-repeat left 11px;
}
.moduletable-news li div a {
	color: #323232;
	font-size: 17px;
}
.moduletable-news li a {
	color: #3F7999;
	font-size: 14px;
	margin-top: 8px;
	display: inline-block;
	text-decoration: none;
}
.com_content .product-frontpage {
	padding-bottom: 20px;
	background: #CFCFCF;
	padding-top: 60px;
}
.product-frontpage h3 {
	color: #323232;
	font-size: 26px;
	font-weight: 400;
	display: inline-block;
	padding-right: 15px;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 10px;
	background: url(../images/product-title.png) no-repeat right center;
}
.product-frontpage h3 a {
	color: #323232;
	text-decoration: none;
}
.product-frontpage .p-details {
	color: #407A99;
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
}
.content {
	font-size: 15px;
	background: #FFF;
}
.view-featured .content {
	padding: 50px 0 20px 0;
}
.blog-featured {
	width: 652px;
}
.featured-content {
	float: left;
	width: 370px;
}
.blog-featured .pull-left {
	margin-right: 30px;
}
#content .blog-featured h2.item-title {
	color: #323232;
	font-size: 24px;
	margin: 0 0 10px 0;
	line-height: 1.2;
}
.readmore .btn {
	background: none;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	padding: 0;
	color: #407A99;
	font-size: 14px;
}
.readmore .btn .icon-chevron-right {
	display: none;
}
#right {
	/*float: right;*/
}
.page-header {
	border: none;
	margin-bottom: 0;
	margin-top: 15px;
	padding-bottom: 0px;
}
#content .page-header h2 {
	color: #323232;
	font-size: 21px;
	padding-right: 15px;
	display: inline-block;
	line-height: 1.5;
}
.blog .page-header h2 {
	background: url(../images/product-title.png) no-repeat right center;
}
.custom-map a {
	color: #3F7999;
	font-size: 14px;
	text-decoration: none;
}
.blog {
	margin-bottom: 40px;
}
#content h2 {
	font-weight: 700;
	font-size: 25px;
}
#content h2 a {
	color: #323232;
	text-decoration: none;
}
.blog .item-image {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.cate-img {
	width: 100%;
	background: #FFF;
	display: inline-block;
}
.cate-img img {
	width: 100%;
	text-align: center;
}
.cate-img h1 {
	font-size: 32px;
	color: #323232;
	font-weight: 700;
	padding: 15px 0;
}
.category-desc {
	padding: 15px 0;
}
.blog h1.page-title {
	font-size: 30px;
	color: #323232;
	margin-bottom: 0;
	margin-top: 30px;
	line-height: 1;
}
.view-article #content {
	margin-bottom: 40px;
}
.page-header h1 {
	font-size: 32px;
	margin: 30px 0 10px 0!important;
}
.item-page-contact h3 {
	color: #CC2211;
	font-size: 20px;
	font-weight: 400;
}
.item-page-contact a {
	color: #000;
}
.item-page-contact .contact-details {
	padding: 5% 0;
	width: 80%;
	margin-bottom: 30px;
}
.item-page-contact .span4 > img {
	width: 100%;
}
.moduletable-contact {
	margin-top: 40px;
}
.moduletable-contact h3 a{
color: #CC2211;
text-decoration:none;
}
.moduletable-contact h3 {
	height: 35px;
	line-height: 1;
	vertical-align: top;
	padding-bottom: 2px;
	color: #CC2211;
	font-size: 18px;
	font-weight: 700;
	padding-left: 15px;
	border-left: solid 3px #CC2311;
}
.moduletable-rightnews {
	margin-top: 50px;
	margin-bottom: 20px;
}
.moduletable-rightnews h3 {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	border-bottom: solid 1px #CBCBCB;
}
.moduletable-rightnews ul {
	margin: 0;
}
.moduletable-rightnews li {
	list-style: none;
	font-weight: 700;
	padding: 15px 0;
	padding-left: 14px;
	border-bottom: solid 1px #CBCBCB;
	background: url(../images/newsright-arrow.png) no-repeat left 18px;
}
.moduletable-rightnews li div a {
	font-weight: 700;
	color: #323232;
}
.moduletable-rightnews li a {
	font-weight: normal;
	font-size: 14px;
}
.item-page-document ul {
	margin: 0;
}
.item-page-document li {
	line-height: 2;
	list-style: none;
	padding-left: 15px;
	background: url(../images/li-arrow.png) no-repeat left center;
}
.item-page-document li a {
	color: #333;
	text-decoration: none;
}
span.jcemediabox-zoom-span {
	padding-bottom: 25px!important;
}
span.jcemediabox-zoom-image {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background:url(../images/zoom-img.png) no-repeat bottom left!important;
}
.flexslider .container {
	left: 50%;
	margin-left: -480px;
}
.flexslider .flex-control-nav {
	text-align: left;
	bottom: 8px;
}
.flexslider .flex-control-nav li {
	margin: 0 10px 0 0;
}
.flexslider .flex-control-nav a {
	height: 13px;
	width: 13px;
	box-shadow: none;
	border-radius: 0;
	background: url(../images/dot.png) no-repeat;
}
.flexslider .flex-control-nav a.flex-active, .flex-control-paging li a:hover {
		background: url(../images/dot_active.png) no-repeat!important;
}
.custom-logo2 {
	display: none;
}
.moduletable-footer {
	float: left;
}
.footer .custom-social {
	margin-top: 30px;
	display: none;
}
.custom-footer .span4 {
  width: 170px;
  margin-left: 0;
  float: left;
}
.custom-footer .last {
	width: 200px;
	padding-left: 70px;
}
.brand p {
	margin: 0;
}

.search-icon, .menu-icon {
	float: right;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 20px;
	margin-top: 25px;
	display: none;
}
.menu-icon {
	margin-right: 25px;
}
.moduletable-listcate h3 {
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	margin-top: 24px;
	padding-bottom: 0;
}
.moduletable-listcate ul {
	margin: 0;
}
.moduletable-listcate h4 {
	font-weight: normal;
}
.moduletable-listcate li {
	list-style: none;
}
.moduletable-listcate li a {
	display: inline-block;
	line-height: 26px;
	width: 97%;
	color: #3F7999;
	font-size: 14px;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/newsright-arrow.png) no-repeat 5px center;
}
.moduletable-listcate li.active a {
	background: #EEE url(../images/newsright-arrow.png) no-repeat 5px center;
	color: #323232;
	font-weight: bold;
}
.blog-news .page-header {
	padding-bottom: 0!important;
}
.blog-news .page-header h1 {
	font-weight: 400!important;
	margin-bottom: 0!important;
}
.blog-news .page-title {
	margin: 0!important;
	font-size: 17px!important;
	font-weight: 400!important;
}
.nav-tabs.nav-stacked > li > a {
	padding: 8px 0 0 15px!important;
	border: none!important;
	color: #323232;
	background: url(../images/product-title.png) no-repeat left 10px;
}
.datetime {
	color: #8B8B8B;
	font-size: 14px;
}
.all-menu {
	z-index: 999999;
	position: relative;
}
.page-header h1 time { display: block; font-size: 14px; color: #8B8B8B; font-weight: 300; line-height: 1; margin-top: 8px; }
.item-page h4 { font-size: 20px; line-height: 1.5; }
.category-desc { font-size: 17px; }
.view-featured #content { margin-left: 0; }
/*.row-fluid .span6 { width: 46.718%; margin-left: 5.564%; }*/
.mod-languages-responsive {
	display: none;
}

.vm-categories-wall-catwrapper {
	width: 31.8%;
	float: left;
	text-align: left;
	margin-right: 10px;
}

.vm-categories-wall-catname {
	color: #000;
	margin-bottom: 10px;
}

.vm-categories-wall-catname img {
	height: 15px;
    width: auto;
	margin-left: 5px;
}
.vm-categories-wall-catname {
  font-size: 14px;
}
.vm-categories-wall-spacer a {
	color: #FFF;
	text-decoration: none;
}

.vm-categories-wall-catname span {
	color: #000;
}

.cat_img {
	width: 100%;
	height: auto;
}

.subtitle {
	font-size: 15px;
	color: #868686;
	font-weight: 700;
	display: inline-block;	
}

.item {
	margin-bottom: 20px;
}

#content .page-header h2 {
	margin: 0;
	line-height: 1.3;
}

.page-header {
	margin-top: 5px;
	margin-bottom: 15px;
}

.view-article .page-header h1 {
	margin-bottom: 0!important;
}

.view-article .subtitle {
	display: block;
	font-weight: 400;
	margin-bottom: 15px;
}

#content .item-page-404 h2 {
	font-size: 32px;
	color: #323232;
	font-weight: 400;
}

.item-page-404 .btn-search {
	display: none;
}

.item-page-404 input.search-query {
	color: #AAAAAA;
	font-size: 17px;
	height: 48px;
	width: 495px;
	background: #EEEEEE;
	border: solid 1px #BBBBBB;
}

.item-page-404 .search {
	margin-top: 15px;
}

@media (min-width: 1160px) {
	.flexslider .slides img {
		height: 493px;
	}
}

/* Large desktop */
@media (min-width: 980px) {
	.intranet-link {
		margin-top: -20px;
		float: right;
	}
	.featured-content h2 { font-size: 24px; }
	.flexslider .slides img {
		height: auto;
		margin: 0 auto;
	}
	.container {
		width: 960px;
	}
	.row-fluid .blog .span4 {
		width: 284px;
	}
	.row-fluid .blog .span4 .pull-left {
		float: none;
	}
	.row-fluid .blog .span4 .pull-left img {
		width: 100%;
	}
	.row-fluid .blog .span4 {
		margin-left: 5.564%;
	}
	.row-fluid .blog .span4:first-child {
		margin-left: 0;
	}
}

@media (min-width: 895px) and (max-width: 979px) {
	.jcepopup { width: 40%; }
	.featured-content h2 { font-size: 24px; }
	.product-frontpage h3 { font-size: 18px; }
	.flexslider .flex-caption { font-size: 25px!important; width: 50%!important; }
	.cate-img h1 {
		font-size: 28px;
		padding: 3px 0;
	}
	#content .page-header h2 { font-size: 18px; }
	.container {
		width: 855px;
	}
	.flexslider .slides img {
	}
	.product-frontpage {
		margin: auto;
	}
	.product-frontpage img {
		max-width: 256px;
	}
	.flex-caption {
		font-size: 25px !important;
	}
	.product-frontpage {
		padding-top: 26px;
	}
	.blog-featured .pull-left {
		margin-right: 20px;
	}
	.featured-content {
		width: 350px;
	}
	.flexslider .container {
		left: 50%;
		margin-left: -427px;
	}
	.blog .item-image {
		float: none;

	}

	#content .blog-featured h2.item-title { font-size: 19px; }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 894px) {
	#content .blog-featured h2.item-title {
		font-size: 19px;
	}
	.jcepopup { width: 40%; }
	ul.menu-main > li.first:hover {
	    margin-left: 0px;
	    padding-left: 10px;
	}
	.featured-content h2 { font-size: 19px; }
	.product-frontpage h3 { font-size: 18px; }
	.flexslider .flex-caption {
		font-size: 25px!important;
		width: 50%!important;
		font-weight: 400;
	}
	.cate-img h1 {
		font-size: 28px;
		padding: 3px 0;
	}
	#content .page-header h2 { font-size: 18px; }
	.blog .item-image {
		width: 100%;
	}
	body {
		padding: 0;
	}
	.content .container {
		width: 96%;
		padding: 0 2%;
	}
	.container {
		padding: 0 22px;
	}
	.product-frontpage .container {
		padding: 0;
	}
	.flex-caption {
		font-size: 25px !important;
	}
	.flexslider .slides img {
	}
/*	.content .row-fluid .span9 {
		width: 65%;
		float: left;
	} */
	#right {
		float: right;
		width: 30%;
	}
	.product-frontpage {
		margin: auto;
		padding-top: 26px;
	}
	.product-frontpage .span4 {
		width: 30%;
	}
	.product-frontpage img {
		max-width: 218px;
	}
	.custom-logo2 {
		display: block;
	}
	.custom-logo {
		display: none;
	}
	.footer .custom-social {
		display: block;
	}
	.custom-social {
		display: none;
	}
	.top-menu {
		display: none;
	}
	.header {
		height: auto;
	}
	.header .container {
		padding: 0;
		width: 100%;
	}
	.header .brand {
		padding-left: 22px;
	}
	.brand {
		margin: 20px 0;
	}
	.search-box {
		padding-top: 18px;
		display: inline-table;
		display: none;
		background: #4B4B4B;
		position: relative;
		height: 60px;
		float: none;
		width: 100%;
		z-index: 9999;
	}
	.search-box .search {
		width: 405px;
		height: 39px;
		margin: 0 auto;
		background: #666;
		border: solid 1px #999999;
	}
	input.search-query {
		height: 35px;
		width: 351px;
	}
	.btn-search {
		height: 39px;
		width: 44px;
		border-left: solid 1px #999999;
		background: url(../images/search_res.png) no-repeat center center;
	}
	.btn-primary:hover {
		background: url(../images/search_res.png) no-repeat center center;
	}
	.search-icon, .menu-icon {
		display: block;
	}
	.pull-left ul.menu-top, .pull-left .mod-languages {
		display: block;
	}
	.all-menu {
		float: none;
		width: 100%;
		display: none;
		background: #515151;
	}
	.all-menu ul, .all-menu .mod-languages {
		width: 100%;
		margin-top: 0;
		display: inline-block;
	}
	.all-menu li {
		width: 100%;
		height: auto!important;
		display: inline-block;
		background: none!important;
		padding: 0!important;
	}
	.all-menu li a {
		width: 100%;
		color: #FFF!important;
		font-size: 16px!important;
		height: 44px!important;
		line-height: 44px;
		vertical-align: middle!important;
		padding: 0!important;
		background: #4B4B4B;
		border-bottom: solid 1px #5B5B5B!important;
	}
	.all-menu li a span {
		padding: 0 25px!important;
	}
	ul.menu-main li ul ul {
		margin: 0;
		width: 100%;
	}
	.pull-left ul.menu-top {
		margin-top: 8px;
		border-top: solid 1px #5B5B5B!important;
	}
	.all-menu li a:hover {
		background: none!important;
	}
	.all-menu .mod-languages {
		border: none;
		padding: 0;
		background: #4B4B4B;
	}
	.all-menu .mod-languages span {
		padding: 0 25px;
		color: #FFF!important;
		font-size: 16px!important;
		height: 44px!important;
		line-height: 44px;
	}
	ul.menu-main li > ul {
		display: none;
		position: relative;
		background: #5D5D5D;
		width: 100%;
		top: 0;
		padding: 0;
	}
	ul.menu-main li > ul li a {
		width: 100%;
		background: #5D5D5D;
		border-bottom: solid 1px #999!important;
	}
	ul.menu-main li.parent:hover ul {
		display: block;
	}
	ul.menu-main ul ul a span {
		padding-left: 35px!important;
		color: #ACACAC!important;
		background: url(../images/dot2.png) no-repeat 30px center!important;
		height: 44px;
		line-height: 44px;
		display: inline-block;
	}
	ul.menu-main > li.parent > span.subitem {
		width: 40px;
		right: 20px;
		height: 44px;
		cursor: pointer;
		position: absolute;
		z-index: 9999;
		display: inline-block;
		background: url(../images/arrow_down.png) no-repeat center center!important;
	}
	.all-menu .mod-languages .pretext {
		background: none;
		padding: 0;
	}
	.all-menu .mod-languages, .all-menu ul.menu-top {
		float: none;
	}
	ul.menu-main > li.active a, ul.menu-main > li a:hover {
		background: transparent!important;
	}
	.mod-languages ul.lang-block {
		padding: 0;
		top: 0;
		position: relative;
		width: 100%;
	}
	.mod-languages ul.lang-block li {
		padding: 0;
		margin: 0;
	}
	.mod-languages ul.lang-block li a {
		width: 100%;
		line-height: 40px;
		padding: 0 25px!important;
		background: #5D5D5D!important;
		border-bottom: 1px solid #999 !important;
	}
	.mod-languages:hover, .mod-languages:hover ul {
		background: none;
		border-left: none;
	}
	.flexslider .container {
		left: 50%;
		margin-left: -48%;
	}
	.page-header h1, .page-header h2 {
		margin-bottom: 0!important;
	}
	.page-header h2 {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.blog .item-image {
		float: none;
	}
	.custom-footer .last {
		display: none;
	}
	.blog-featured .pull-left {
		display: none;
	}
	.item-page-contact .row-fluid .first {
		width: 100%;
		margin-bottom: 20px;
	}
	.item-page-contact .row-fluid .second {
		width: 48%;
		margin-left: 0;
	}
	.item-page-contact .row-fluid .last {
		width: 48%;
	}
	#content .category-desc h2 { font-size: 19px; line-height: 1.2; margin-bottom: 15px; }
	ul.menu-main li:hover ul { display: block; }
	.all-menu .mod-languages .pretext { background-position: 93%; }
	#content
	#content .blog-featured h2.item-title { font-size: 19px; }
}

/* Landscape phones and down */
@media (min-width: 470px) and (max-width: 767px) {
	.jcepopup { width: 40%; }
	ul.menu-main > li.first:hover {
	    margin-left: 0px;
	    padding-left: 10px;
	}
	.featured-content h2 { font-size: 19px; }
	.product-frontpage h3 { font-size: 16px; }
	.content { font-size: 17px; }
	.cate-img h1 {
		font-size: 28px;
		padding: 3px 0;
	}
	#content .category-desc h2 { font-size: 19px; line-height: 1.2; margin-bottom: 15px; }
	#content .page-header h2 { font-size: 18px; margin-bottom: 10px; }
	.item-page-contact .row-fluid .first {
		width: 100%;
		margin-bottom: 20px;
	}
	.item-page-contact .row-fluid .second {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.item-page-contact .row-fluid .last {
		width: 100%;
		margin-left: 0;
	}
	.blog-featured .pull-left {
		display: none;
	}
/*	.row-fluid .span6 {
		float: left;
	    margin-left: 5.564%;
	    width: 46.718%;
   	}*/
/*	.row-fluid .span4 {
		width: 47%;
		float: left;
		margin-left: 5.128%;
	}*/
	.view-article #content {
		margin-bottom: 0;
	}
	.moduletable-contact {
		margin-top: 0;
	}
	body {
		padding: 0;
	}
	.container {
		padding: 0 22px;
	}
	.flexslider .slides img {
	}
	.flexslider .slides { padding-bottom: 95px; }
	.flexslider .flex-caption {
		padding-left: 15px!important;
		position: absolute;
		background: #FFF;
		border-radius: 0;
		width: 100% !important;
		font-size: 25px!important;
		bottom: -95px!important;
	}
	.flex-caption a.readmore {
		margin-top: 15px;
	}
	.product-frontpage {
		padding-top: 0;
		margin: auto;
	}
	.product-frontpage h3 {
		font-size: 16px;
		padding-right: 15px;
		margin-top: 26px;
		background-position: center right;
	}
	.product-frontpage .span4 {
		width: 47%;
		float: left;
		margin-left: 0%;
		margin-right: 3%;

	}
	.product-frontpage img {
		display: block;
		width: 100%;
	}
	.custom-logo2 {
		display: block;
	}
	.custom-logo {
		display: none;
	}
	.footer .custom-social {
		display: block;
	}
	.custom-social {
		display: none;
	}
	.custom-footer .last {
		display: none;
	}
	.view-featured .content {
		padding-top: 20px;
		border-top: solid 1px #999999;
	}
	.featured-content, .blog-featured {
		width: auto;
	}
	.moduletable-map {
		width: 230px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.top-menu {
		display: none;
	}
	.all-menu {
		display: none;
	}
	.header {
		height: 67px;
	}
	.header .container {
		padding: 0;
		width: 100%;
	}
	.header .brand {
		padding-left: 22px;
	}
	.brand {
		margin: 20px 0;
	}
	.search-box {
		padding-top: 18px;
		display: inline-table;
		display: none;
		background: #4B4B4B;
		position: relative;
		height: 60px;
		float: none;
		width: 100%;
		z-index: 9999;
	}
	.search-box .search {
		width: 405px;
		height: 39px;
		margin: 0 auto;
		background: #666;
		border: solid 1px #999999;
	}
	input.search-query {
		height: 35px;
		width: 351px;
	}
	.btn-search {
		height: 39px;
		width: 44px;
		border-left: solid 1px #999999;
		background: url(../images/search_res.png) no-repeat center center;
	}
	.btn-primary:hover {
		background: url(../images/search_res.png) no-repeat center center;
	}
	.search-icon, .menu-icon {
		display: block;
	}
	.pull-left ul.menu-top, .pull-left .mod-languages {
		display: block;
	}
	.all-menu {
		float: none;
		width: 100%;
		background: #515151;
	}
	.all-menu ul, .all-menu .mod-languages {
		width: 100%;
		margin-top: 0;
		display: inline-block;
	}
	.all-menu li {
		width: 100%;
		height: auto!important;
		display: inline-block;
		background: none!important;
		padding: 0!important;
	}
	.all-menu li a {
		width: 100%;
		color: #FFF!important;
		font-size: 16px!important;
		height: 44px!important;
		line-height: 44px;
		vertical-align: middle!important;
		padding: 0!important;
		background: #4B4B4B;
		border-bottom: solid 1px #5B5B5B!important;
	}
	.all-menu li a span {
		padding: 0 25px!important;
	}
	ul.menu-main li ul ul {
		margin: 0;
		width: 100%;
	}
	.pull-left ul.menu-top {
		margin-top: 10px;
		border-top: solid 1px #5B5B5B!important;
	}
	.all-menu li a:hover {
		background: none!important;
	}
	.all-menu .mod-languages {
		border: none;
		padding: 0;
		background: #4B4B4B;
	}
	.all-menu .mod-languages span {
		padding-left: 25px;
		color: #FFF!important;
		font-size: 16px!important;
		height: 44px!important;
		line-height: 44px;
		width: 90%;
		display: inline-block;
		background: url(../images/arrow_down.png) no-repeat center right;
	}
	ul.menu-main li > ul {
		display: none;
		position: relative;
		background: #5D5D5D;
		width: 100%;
		top: 0;
		padding: 0;
	}
	ul.menu-main li > ul li a {
		width: 100%;
		background: #5D5D5D;
		border-bottom: solid 1px #999!important;
	}
	ul.menu-main li.parent:hover ul {
		display: none;
	}
	ul.menu-main ul ul a span {
		padding-left: 35px!important;
		color: #ACACAC!important;
		background: url(../images/dot2.png) no-repeat 30px center!important;
		height: 44px;
		line-height: 44px;
		display: inline-block;
	}
	ul.menu-main > li.parent > span.subitem {
		width: 40px;
		right: 20px;
		height: 44px;
		cursor: pointer;
		position: absolute;
		z-index: 9999;
		display: inline-block;
		background: url(../images/arrow_down.png) no-repeat center center!important;
	}
	.all-menu .mod-languages .pretext {
		background: none;
		padding: 0;
	}
	.all-menu .mod-languages, .all-menu ul.menu-top {
		float: none;
	}
	ul.menu-main li.active a, ul.menu-main li a:hover {
		background: #4b4b4b!important;
	}
	.mod-languages ul.lang-block {
		padding: 0;
		top: 0;
		position: relative;
		width: 100%;
	}
	.mod-languages ul.lang-block li {
		padding: 0;
		margin: 0;
	}
	.mod-languages ul.lang-block li a {
		line-height: 44px;
		width: 100%;
		padding: 0 25px!important;
		background: #5D5D5D!important;
		border-bottom: 1px solid #999 !important;
	}
	.mod-languages:hover, .mod-languages:hover ul {
		background: none;
		border-left: none;
	}
	.flexslider .flex-control-nav {
		left: 50%;
		margin-left: -48%;
		position: absolute;
		z-index: 99999;
		bottom: 130px;
	}
	.page-header h2 {
		font-size: 25px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.moduletable-rightnews h3 {
		margin-bottom: 0;
	}
	.blog .item-image {
		float: none;



	}
	.blog .span4 .page-header {
		padding-bottom: 0;
		margin-top: 20px;
	}
	.item-page-contact .row-fluid .span4, .item-page-services-kontaktpersoner .span4 {
		width: 100%;
		margin-left: 0;
		padding-bottom: 15px;
	}
	.item-page-contact .row-fluid .span4 img, .item-page-services-kontaktpersoner .span4 img {
		display: none;
	}
	.item-page-contact .contact-details {
		background: none;
		margin: 0;
		padding: 0;
	}
	.item-page-contact .contact-details p, .item-page-services-kontaktpersoner .span4 p {
		margin-bottom: 0;
	}
	.row-fluid .span6 p { display: none; }
	#right { padding-top: 10px; margin-top: 10px; }
	ul.menu-main li:hover ul { display: block; }
	.all-menu .mod-languages .pretext { background-position: 93%; }
	#content .blog-featured h2.item-title { font-size: 19px; }
	.content { font-size: 16px; }
	/*.row-fluid .span9 { width: 100%; }*/
}

@media (max-width: 469px) {
	/*.row-fluid .span9 { width: 100%; }*/
	.content { font-size: 16px; }
	/*.row-fluid .span9 { width: 100%; }*/
	.jcepopup { width: 38%; }
	ul.menu-main > li.first:hover {
	    margin-left: 0px;
	    padding-left: 10px;
	}
	#right { padding-top: 10px; margin-top: 10px; }
	/*.row-fluid .span6 { width: 100%; margin-left: 0; }*/
	.row-fluid .span6 p { display: none; }
	.featured-content h2 { font-size: 19px; }
	.product-frontpage h3 { font-size: 14px; }
	.cate-img h1 {
		font-size: 24px;
		padding: 3px 0;
	}
	#content .category-desc h2 { font-size: 17px; line-height: 1.2; margin-bottom: 15px; }
	#content .page-header h2 { font-size: 14px; }
	.item-page-contact .row-fluid .span4, .item-page-services-kontaktpersoner .span4 {
		width: 100%;
		margin-left: 0;
		padding-bottom: 15px;
	}
	.item-page-contact .contact-details {
		background: none;
		margin: 0;
		padding: 0;
	}
	.item-page-contact .contact-details p, .item-page-services-kontaktpersoner .span4 p {
		margin-bottom: 0;
	}
	/*.row-fluid .span4 {
		width: 46%;
		float: left;
		margin-left: 6.128%;
	}*/
	.blog .span4 .page-header {
		padding-bottom: 0;
		margin-top: 0px;
	}
	.blog .item-image {
		float: none;
	}
	.view-article #content {
		margin-bottom: 0;
	}
	.moduletable-contact {
		margin-top: 0;
	}
	.moduletable-rightnews h3 {
		margin-bottom: 0;
	}
	body {
		padding: 0;
	}
	.container {
		padding: 0 10px;
	}
	.flexslider .slides img {
	}
	.flexslider .flex-caption {
		position: static;
		background: #FFF;
		border-radius: 0;
		padding-left: 15px!important;
		width: 100% !important;
	}
	.flex-caption a.readmore {
		margin-top: 10px;
	}
	.product-frontpage {
		margin: auto;
		padding-top: 0;
	}
	.product-frontpage .span4 {
		margin-left: 0%;
		margin-right: 3%;
	}
	.product-frontpage img {
		display: block;
		width: 90%;
	}
	.product-frontpage h3 {
		font-size: 14px;
		padding-right: 15px;
		margin-top: 26px;
		background-position: center right;
	}

	.moduletable-news li {
		padding: 0 0 0 15px;
		margin: 0;
		display: block;
		margin-bottom: 20px;
	}
	.moduletable-news li a {
		margin-top: 0;
	}
	.custom-logo2 {
		display: block;
	}
	.custom-logo {
		display: none;
	}
	.footer .custom-social {
		display: block;
	}
	.custom-social {
		display: none;
	}
	.custom-footer .last {
		display: none;
	}
	.view-featured .content {
		padding-top: 20px;
		border-top: solid 1px #999999;
	}
	.featured-content, .blog-featured {
		width: auto;
	}
	.moduletable-map {
		width: 230px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.top-menu {
		display: none;
	}
	.all-menu {
		display: none;
	}
	.header {
		height: 67px;
	}
	.header .container {
		padding: 0;
		width: 100%;
	}
	.header .brand {
		padding-left: 18px;
	}
	.brand {
		margin: 20px 0;
	}
	.search-box {
		padding-top: 18px;
		display: inline-table;
		display: none;
		background: #4B4B4B;
		position: relative;
		height: 60px;
		float: none;
		width: 100%;
		z-index: 9999;
	}



	.search-box .search {
		width: 270px;
		height: 39px;
		margin: 0 auto;
		background: #666;
		border: solid 1px #999999;
	}
	input.search-query {
		height: 35px;
		width: 216px;
	}
	.btn-search {
		height: 39px;
		width: 44px;
		border-left: solid 1px #999999;
		background: url(../images/search_res.png) no-repeat center center;
	}
	.btn-primary:hover {
		background: url(../images/search_res.png) no-repeat center center;
	}
	.custom-logo2 {
		width: 195px;
	}
	.search-icon, .menu-icon {
		margin-right: 10px;
	}
	.menu-icon {
		margin-right: 15px;
	}
	.search-icon, .menu-icon {
		display: block;
	}
	.pull-left ul.menu-top, .pull-left .mod-languages {
		display: block;
	}
	.all-menu {
		float: none;
		width: 100%;
		background: #515151;
	}
	.all-menu ul, .all-menu .mod-languages {
		width: 100%;
		margin-top: 0;
		display: inline-block;
	}
	.all-menu li {
		width: 100%;
		height: auto!important;
		display: inline-block;
		background: none!important;
		padding: 0!important;
	}
	.all-menu li a {
		width: 100%;
		color: #FFF!important;
		font-size: 16px!important;
		height: 44px!important;
		line-height: 44px;
		vertical-align: middle!important;
		padding: 0!important;
		background: #4B4B4B;
		border-bottom: solid 1px #5B5B5B!important;
	}
	.all-menu li a span {
		padding: 0 25px!important;
	}
	ul.menu-main li ul ul {
		margin: 0;
		width: 100%;
	}
	.pull-left ul.menu-top {
		margin-top: 8px;
		border-top: solid 1px #5B5B5B!important;
	}
	.all-menu li a:hover {
		background: none!important;
	}
	.all-menu .mod-languages {
		border: none;
		padding: 0;
		background: #4B4B4B;
	}
	.all-menu .mod-languages span {
		padding: 0 25px;
		color: #FFF!important;
		font-size: 16px!important;
		height: 44px!important;
		line-height: 44px;
	}
	ul.menu-main li > ul {
		display: none;
		position: relative;
		background: #5D5D5D;
		width: 100%;
		top: 0;
		padding: 0;
	}
	ul.menu-main li > ul li a {
		width: 100%;
		background: #5D5D5D;
		border-bottom: solid 1px #999!important;
	}
	ul.menu-main ul ul a span {
		padding-left: 35px!important;
		color: #ACACAC!important;
		background: url(../images/dot2.png) no-repeat 30px center!important;
		height: 44px;
		line-height: 44px;
		display: inline-block;
	}
	ul.menu-main > li.parent > span.subitem {
		width: 40px;
		right: 20px;
		height: 44px;
		cursor: pointer;
		position: absolute;
		z-index: 9999;
		display: inline-block;
		background: url(../images/arrow_down.png) no-repeat center center!important;
	}
	.all-menu .mod-languages .pretext {
		padding: 0;
	}
	.all-menu .mod-languages, .all-menu ul.menu-top {
		float: none;
	}
	ul.menu-main li.active a, ul.menu-main li a:hover {
		background: #4b4b4b!important;
	}
	.mod-languages ul.lang-block {
		padding: 0;
		top: 0;
		position: relative;
		width: 100%;
	}
	.mod-languages ul.lang-block li {
		padding: 0;
		margin: 0;
	}
	.mod-languages ul.lang-block li a {
		width: 100%;
		line-height: 40px;
		padding: 0 25px!important;
		background: #5D5D5D!important;
		border-bottom: 1px solid #999 !important;
	}
	.mod-languages:hover, .mod-languages:hover ul {
		background: none;
		border-left: none;
	}
	.flexslider .flex-control-nav {
		left: 50%;
		margin-left: -48%;
		position: absolute;
		top: 68px;
		bottom:: auto;
	}
	.blog .page-header h2 {
		font-size: 17px!important;
		margin-top: 0;
		padding-right: 10px!important;
	}
	.blog .span4 .page-header {
		padding-bottom: 5px;
	}
	.blog-featured .pull-left {
		display: none;
	}
	.item-page-contact .row-fluid .first {
		width: 100%;
		margin-bottom: 20px;
	}
	.item-page-contact .row-fluid .second {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.item-page-contact .row-fluid .last {
		width: 100%;
		margin-left: 0;
	}
	ul.menu-main li:hover ul { display: block; }
	.all-menu .mod-languages .pretext { background-position: 93%; }
	#content .blog-featured h2.item-title { font-size: 19px; }
   .browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
    height: auto;
    width: 100%;
   }
   .product .spacer, .product-related-products .spacer {
    margin-bottom: 20px;
   }
   .productmedia{
   margin-bottom: 20px;
   }
}

#mbCloseLink {
	color: #000!important;
}
.moduletable ol.nav{
margin-bottom: 60px;
}


/*virtuemart*/
div.vm-details-button a, div.vm-details-button a:hover {
background: #ededed;
border: 1px solid #bbbbbb;
padding: 5px 10px 10px;
text-align:center;
}
div.vm-details-button a:hover {
	background: #f5f5f5;
}
div.vm-details-button a:after {
    background: #ededed url("../images/slider-readmore.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 18px;
    position: relative;
    right: -5px;
    top: 5px;
    width: 14px;
}

div.vm-details-button{
text-align:left;
}
.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer{
	 padding: 0px;
}
#content .spacer h2{
text-align: left;
}
.browseProductImage, .main-image img{
max-height: 100%;
max-width: 100%;
}
.moduletable .custom .jcepopup {
float: none;
margin-right: 0;
}
#content .vm-product-details-container h1{
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 16px;
}
.product-field-type-R .product-field-display .spacer{
    border: 1px solid #d4d7df;
}
.com_virtuemart div.product{
border:none;
}
.moduletableheaderlogin, .login-greeting, .logout-button{
display:inline;
float: left;
padding-right: 20px;
}
.moduletable{
clear:both;
}
.vm-price-desc{
display:none;
}
.blockproduct{
position:relative;
left: 12px; /* old left: 10px;*/
bottom: 16px; /* old bottom: 20px;*/
width: 90%;
}
.vm-product-media-container{
margin-bottom: 30px;
}
.vm-product-media-container img{
width: 100%;
}
span.PricesalesPrice{
font-weight:600;
}
.login-description{
padding-bottom: 10px;
}
.login .login-description span.logindescription{
    font-size: 20px;
    font-weight: 400;
	position:relative;
	left:10px;
}
.login fieldset{
border:none;
}
.controls input{
width: 90%;
height: 25px;
}

.controlsbutton{
text-align: center;
padding-top:10px;
}
.login{
margin: 10px auto;
padding-left: 10px;
}
div.loginreset ul{
list-style: none;
padding: 0px;
margin: 0px;
}
div.loginreset ul.nav-tabs.nav-stacked li a {
    background: none;
    border: medium none !important;
    color: #08c;
    padding: 8px 0 0 15px !important;
}
.buttonblue, .buttonblue:hover{
    background: #338dbf none repeat scroll 0 0;
    border: 1px solid #338dbf;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
	width: 180px !important;
    text-align: center;
	font-family: 'Lato', sans-serif;
}
.continue-shopping{
margin: 29px 0;/*old margin: 40px 0;*/
}
.ordertotal{
 background: #e6e6e6;
 padding: 1px 25px 10px;
}
.ordertotal div{
margin: 10px 0;
}
.continue-shopping a, .continue-shopping a:hover{
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
	color: #323232;
    cursor: pointer;
    font-size: 16px;
    margin: 8px auto;
    padding: 8px 60px 8px 25px;/* old padding: 8px 25px;*/
    text-align: center;
    width: 180px !important;
	text-decoration: none;
}
.general-bg, input.custom-attribute, input.quantity-input, .manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default{
border-radius: 4px;
}
.continue-shopping a:before{
color: #338dbf;
content:"<";
padding-right: 5px;
font-weight:600;
}
.separatetop{
border-top: 1px solid #e4e4e4;
padding-top: 20px;
padding-bottom: 20px;
}
.vm2-remove_from_cart{
background: url(../images/close.jpg) no-repeat center center;
}
.vm2-add_quantity_cart{
background: url(../images/reload.jpg) no-repeat center center;
}
.vm-cart-item-quantity{
display:inline;
float: left;
text-align: left;
}
.chzn-container {
min-width: 140px;
max-width: 140px;
}

.chzn-container-single .chzn-single {
    background: #d3d3d3 none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    display: block;
    line-height: 1.5;
    padding: 5px 0 8px 10px;
	color: #323232;
	font-weight: normal;
	font-size:16px;
}
.chzn-container-single .chzn-drop {
    border-radius: 0;
}
.chzn-container .chzn-results {
    margin: 0;
}
.chzn-container-single .chzn-single div b {
    background: rgba(0, 0, 0, 0) url(../images/chosen-sprite.png) no-repeat scroll 0 10px;
}
.chzn-container .chzn-results li.highlighted {
    background-color: transparent;
	background-image:none;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-drop {
    background: #d3d3d3 none repeat scroll 0 0;
    border-color: #d3d3d3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
}
select {
   border: 1px solid #d3d3d3;
   border-radius: 0;
  -webkit-appearance: none;
  background: rgba(211, 211, 211, 1) url(../images/chosen-sprite.png) no-repeat scroll 50px 5px;
  line-height: 1.5;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;

}

select::-ms-expand {
  display: none;
}
.cart-quantity-box	.quantity-input{
	font-weight: normal;
    margin-bottom: 0;
	padding-left: 5px;
    text-align: left;
	height: 30px;
	width: 70px;
}
 .quantity-box .quantity-input, .cart-summary .quantity-input {
    width: 220px;
}
.productdetails .chzn-container-single .chzn-search{
	display:none
}
.total_products_mini{
background: url(../images/iconminicard.jpg) no-repeat center center;
width:26px;
text-align:center;
}
.total_products_mini a{
color: #ffffff;
font-size: 12px;
position: relative;
bottom: 2px;
}
.total_products_dropdown span{
display: inline-block;
}
.blockminicard{
background:#FFFFFF;
border-bottom: 1px solid #e4e4e4;
}
.productdetails .row-fluid .span6 p{
display:block;
}
#detailproductname{
margin: 0 !important;
}
.productdetails .product-description h4{
line-height: 40px;
padding-top:20px;
}
p.product_s_desc{
height: 100%;
margin: 10px 0;
font-size:14px;
line-height: 1.3;
}
.product img.browseProductImage{
width:100%;
}
.breadcrumb{
background-color: transparent;
padding: 20px 0 0 0;
margin: 0;
}
.product-field-type-R {
    float: left;
    margin: 0 16px 0 0;
	width:22.8%;
}
.login .control-group{
margin-top: 12px;
}
.redcolor{
color: #cc2311;
margin-top: 30px;
}
.browse-view .redcolor{
	border-bottom:1px solid #E4E4E4;
	padding-bottom:5px;
}
.greycolor p, .greycolor, .vm-order-done p.order-done, .loginreset li{
color:#989898;
}
.greycolor a:hover{
text-decoration:none;
}
.horizontal-separator {
    margin: 5px 0 30px 0;
}
.vertical-separator{
margin-right: 25px;
}
.horizontal-separator-transparent{
  background: transparent;
    height: 1px;
    margin: 10px 0;
}
.category-view .spacer{
    border: 1px solid #d4d7df;
   /*  box-shadow: 0px 0px 10px #eee; */
}
.vm-col-4 {
    width: 22.8%;
}
.product-related-products .product-fields-title strong{
font-weight:normal;
color:#989898;
}
.product-related-products, .product-related-categories {
    border-top: none;
	margin-top: 40px;
	padding-bottom: 25px;
}
.terms{
padding: 17px 0; /* old padding: 20px 0;*/
background:#FFFFFF;
}
a.pathway, a:hover.pathway {
color: #323232;
text-decoration: underline;
}
#content .moduletable h1{
padding-bottom: 0px;
}
span.PricesalesPrice {
    line-height: 2.0;
	font-size:18px ;
}
.blockproduct .product-price {
margin: 0 0 10px 0;
}
.addtocart-area .product-price{
margin: 10px 0;
}
div.addtocart-area div{
text-align:left;
}
#login, .btngrey, .btngrey:hover, .btngrey:focus, .btngrey:active{
    background-color: #b6b6b6;
	border: 1px solid #b6b6b6;
    background-image: none;
    border-image: none;
    border-radius: 4px;
    box-shadow: none;
    font-size: 16px;
    line-height:normal;
    padding: 5px 16px;
    text-align: center;
    text-shadow:none;
	color:#ffffff;
}
.loginreset{
margin-top: 10px;
}
.product-related-products .product-fields-title-wrapper{
width: 100%;
border-bottom: 1px solid #e9e8e8;
margin-bottom: 20px;
}
.category-view h4.productname {
    margin: 10px 0;
}
h4.productname a, h4.productname a:hover, .user_email a, .user_email a:hover {
color:#323232;
text-decoration:none;
}
h4.productname a {
	font-size: 19.5px;
}
.height40{
margin-bottom: 20px;
}
.productremove, .productitogprice{
text-align: right;
display:inline;
float:right;
}
.moduletable-addtocarttext{
	font-size: 12px;
	color: #919191;
margin-top: 10px;
}
span.product-sku, span.pricecart{
margin-left: 20px;
}
div.PricediscountedPriceWithoutTax{
display:inline;
}

div.rowcart  .separatetop:last-child{
border-bottom: 1px solid #e9e8e8;
}
.main-image a:hover{
cursor:zoom-in;
}
#icondrop{
	cursor:pointer;
	position:relative;
	display:inline-block;
}
.dropdown-menu ul.menu{margin:0}
.dropdown-menu ul.menu li{height:26px;padding-left:8px;}
.browse-view, .category-view{
	margin-bottom: 30px;
}
.customterms a, .customaddtocarttext{
	font-size: 12px;
}
.ordertext2{
	font-size: 12px;
	color:#6b6b6b;
}
.ordertext2 ul{
	margin-left: 12px;
}
.ordertext3{
	font-size: 12px;
	color:#6b6b6b;
}
.customkontaktvirtuemart{
	font-size: 13px;
	padding-top: 10px;
}
.customkontaktvirtuemart h3, .customkontakt h3{
    height: 35px;
    line-height: 1;
    vertical-align: top;
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
    border-left: solid 3px #CC2311;
	color:#08c;
}
.customkontaktvirtuemart h3 a, .customkontakt h3 a{
   font-size: 18px;
}
.customkontakt a{
text-decoration:none;
font-size:15px;
}
.moduletablekontakt{
margin-top: 160px;
}
.productdetails-view .breadcrumb{
padding: 30px 0 0; /*old padding: 30px 0 0;*/
}
#content .customheadershop h1{
margin: 30px 0 18px;/*margin: 30px 0 15px;*/
padding-bottom: 0px;
}
#content .customheadershop h4{
margin: 30px 0 5px;
padding-bottom: 0px;
}
#checkoutFormSubmit{
padding: 10px 20px;
font-weight: normal;
font-size:18px;
}
.padding-25{padding:25px;}
.color-green{
	border:1px solid #01B285;
	background:#DAF2EC;
}
.product-details-mobile.product-details,
#content .detailproductnameMobile,
.product-description.product-description-mobile,
.addtocartMobile  {
	display: none;
}
#fancybox-wrap {
	z-index: 999999;
}
#sbox-window {
	padding: 10px 30px ;
}
h1#detailproductname{
	font-size:34px;
}
.warning-info{
	color: #b94a48
}
.vm-alert {
	color: red;
	font-size: small;
	font-style: italic;
	display: none;
	padding-top: 10px;
}
@media (max-width: 767px) {
	.vm-categories-wall-catwrapper {
		width: 100%;
	}
	.item-page-contact .row-fluid .span4 img, .item-page-services-kontaktpersoner .span4 img {
		display: none;
	}
	.item-page-contact .row-fluid .span4 .a9px img, .item-page-services-kontaktpersoner .span4 .a9px img {
		display: inline;
	}
	.hidden-xs {
		display: none!important;
	}
	.vm-categories-wall-catname img {
		width: 6px;
		margin-left: 10px;
	}
	.vm-categories-wall-catwrapper {
		margin-left: 0;
	}
	.item-page-404 input.search-query {
		width: 96%;
		height: 30px;
	}
	.vm-alert {
		display: inline-block;
	}
	.dl-horizontal dd {
		margin-bottom: 10px;
	}
	#content .customheadershop h1 {
		font-size: 24px;
	}
	.redcolor {
		font-size: 18px;
	}
	div[class*="-view"] .row {
		margin: 0 -10px;
	}
	.com_virtuemart div.product {
		border: none;
		width: 49%;
		padding: 5px;
		margin: 0;
		min-width: initial;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.com_virtuemart div.product .spacer{
		position: relative;
		overflow: hidden;
	}
	.browse-view .row .product .spacer .browseProductImage {
		width: 100%;
		max-width: initial;
	}
	h4.productname a {
		font-size: 18.5px;
	}
	.main-image img{
		width: 100%;
	}
	/* .view-productdetails .customheadershop h4:nth-child(1),
	.view-productdetails .customheadershop .greycolor:nth-child(2) {
		display: none;
	} */
	.product-description .row-fluid {
		/*margin: 0 -10px*/
	}
	.product-description .row-fluid .span8{
		width: 65%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		overflow: hidden;
	}
	.product-description .row-fluid .span4{
		width: 35%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		overflow: hidden;
	}
	.product-description .row-fluid .span4 p,
	.product-description .row-fluid .span8 p {
		white-space: nowrap;
	}
	.product-related-products {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-related-products .product-fields-title-wrapper {
		margin-left: 10px;
		margin-right: 10px;
		width: initial;
	}
	.product-field-type-R {
		margin: 0;
		width: 50%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.vm-cart-item-name {
		margin: 0 -10px;
	}
	.vm-cart-item-name .span3{
		padding: 0 10px;
		width: 26%;
		float: left;
	}
	.vm-cart-item-name .span9{
		padding: 0 10px;
		width: 74%;
		float: left;
	}
	.vm-cart-item-name .span9 .height40 span a{
		color: #323232;
		font-weight: bold;
		font-size: 20px;
	}
	.vm-cart-item-name .span9 .height40:nth-child(3) {
		margin-top: 10px;
	}
	.vm-cart-item-name .span9 .height40 {
		margin-bottom: 0;
		clear: both;
		position: relative;
	}
	.productremove {
		position: absolute;
		right: 0;
		top: 0;
	}
	.vm-fieldset-pricelist .quantity-input {
		background: #fff;
		color: #323232;
	}
	.continue-shopping {
		margin: 0 0 20px 0;
	}
	#content h1 {
		font-size: 32px;
		margin: 10px 0 8px 0;
		padding: 0 0 15px;
	}
	#checkoutForm .product-sku {
		width: 100%;
		clear: both;
		display: block;
		margin: 0;
	}
	.cart-view .height40 span.PricesalesPrice {
		font-weight: bold;
	}
	.cart-view .span6.vm-cart-header {
		padding-bottom: 0;
	}
	a.product-details,
	.product-description {
		display: none;
	}
	.product-details-mobile.product-details,
	#content .detailproductnameMobile,
	.product-description.product-description-mobile {
		display: block;
	}
	.moduletable .breadcrumb li span,
	.moduletable .breadcrumb li a span {
		font-weight: normal;
		font-size: 14px;
	}
	.productdetails-view .product-short-description {
		margin-top: 15px;
	}
	.productdetails-view .breadcrumb {
		padding: 20px 0 0;
	}
	.moduletable li:first-child {
		/*width: 100%;*/
	}
	.horizontal-separator {
		margin: 5px 0 10px 0;
	}
	.productdetails .product-description h4 {
		line-height: 1;
		padding-top: 0;
	}
	.moduletablekontakt {
		margin-top: 0;
	}
	.registration #member-registration.well {
		padding: 35px 20px;
	}
	.registration .form-input {
		position: relative;
	}
	.registration #jform_companyuser_cvr {
		max-width: 100%;
	}
	.registration #checkCvr{
	    position: absolute;
		right: 0;
		top: 0;
	}
	div.vm-details-button a,
	div.vm-details-button a:hover {
		padding: 5px 4px 10px;
	}
	span.pricecart {
		margin-left: 6px;
	}
}
@media (max-width: 430px) {
	/*.product .spacer,
	.product-field-type-R .spacer{
		height: 380px;
	}*/
	.vm-product-descr-container-1{
		min-height:140px
	}
	.browse-view .redcolor {
		margin-top: 0px;
	}
	.product-field-display .spacer{
		margin-bottom:0;
	}
	.product-field-type-R{
		padding:5px;
	}
	.product-description-mobile{
		padding-top:20px;
	}
	.mobile-table-spec {
		margin-top:-10px;
	}
	.mobile-table-spec p{
		margin-bottom:5px
	}
}
@media (max-width: 350px) {
	.rowcart .span9 .height40:nth-child(3) {
		position: absolute;
		right: 0;
		width: 100%;
		padding: 0 18px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}
	.rowcart .span9 {
		margin-bottom: 76px;
	}
}
@media (min-width: 768px) and  (max-width: 991px) {
	div[class*="-view"] .row {
		margin: 0 -10px;
		display: block;
	}
	.com_virtuemart div.product {
		border: none;
		width: 33.33333333%;
		padding: 10px;
		margin: auto;
		min-width: initial;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.browse-view .row .product .spacer .browseProductImage {
		width: 100%;
		max-width: initial;
	}
	.productdetails .row-fluid .span6:nth-child(2){
		padding-left: 10px;
	}
	.itemid-102 #right {
		width: 22.92817679558011%;
	}
	.browse-view .clear{
		clear: initial;
	}
	.browse-view .row:before,
	.browse-view .row:after {
		content: initial;
	}
	.browse-view .redcolor {
		clear: both;
	}
}

/* ==========================================
============== order ========================*/
.mobileItem,
.mobileOrdersitems {
	display: none;
}
@media (max-width: 767px) {
	table.table-responsive {
		display: inline-block;
	    vertical-align: top;
	    max-width: 100%;
	    overflow-x: auto;
	    white-space: nowrap;
	    border-collapse: collapse;
	    border-spacing: 0;
		-webkit-overflow-scrolling: touch;
	    /* background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
	    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
	    background-size: 10px 100%, 10px 100%;
	    background-attachment: scroll, scroll;
	    background-repeat: no-repeat; */
	}

	table.table-responsive th, table.table-responsive td {
		padding: 0 10px;
	}
	table.user-details {
		width: 100%;
	}
	table.user-details input {
		width: 95%;
	}
	.adminForm td {
		width: 100%;
		display: inline-block;
	}
	.adminForm td.key {
		padding-top: 10px;
	}
  .width50 {
		width: 100%;
	}
	
	.tableOrder .orders-key {
		width: 50%!important;
	}
	.tableclear {
		display: block;
		clear: both;
		width: 100%;
	}
	.tableclear.nth2 {
		padding-top: 15px;
	}
	.tableclear table td {
		width: 50%!important;
	}
	.tableclear table {
		width: 100%;
	}
	.tableHistory tr:first-child {
		display: block;
		width: 30%;
		float: left;
	}
	.tableHistory tr{
		display: block;
		width: 50%;
		float: left;
	}

	.tableHistory tr td,
	.tableHistory tr th {
		display: block;
		width: 100%;
		padding-left: 0;
		white-space: nowrap;
	}

	.desktopItem,
	.desktopOrdersitems {
		/*display: none;*/
	}
	.tableItems td {
		display: block;
		width: 50%;
		float: left;
		text-align: left;
	}
	.tableItems tr {
		padding-top: 15px;
		display: inline-block;
		width: 100%;
	}
/*	.mobileItem,
	.mobileOrdersitems {
		display: block;
		clear: both;
	}
	.mobileItem .priceCol {
		margin-top: 25px;
	}*/
	.sectiontableentry1 td,
	.mobileCurency td,
	.mobileDetail td {
		width: 100%;
	}

}

.itemid-317 .user-registration {
	display: none;
}

.top-right {
	text-align: right;
}

.logout-link, .logout-link:hover {
	color: #BEBEBE;
	font-size: 13px;
}

.logout-link {
	display: inline-block;
	margin-top: 5px;
	/* padding-right: 15px;
	margin-right: 10px;
	border-right: solid 1px #484848; ThienVN 11/22/2016*/
}

.flexslider .slides {
	background: #cfcfcf;
	overflow: hidden;
}

.profile legend {
	color: #000;
	font-weight: 700;
    font-size: 25px;
    margin: 10px 0;
}
.output-shipto input[type="radio"]  {
	width: 15px;
	height: 15px;
}
.output-shipto .radio input[type="radio"] ,
.output-shipto .checkbox input[type="checkbox"] {
	width: auto;
	height: auto;
}
.output-shipto .last{margin:-10px 0 0}
.output-shipto .last .invisible{ 
	overflow:hidden;
	height:1px; 
}

#shipto_email_field {
	margin-bottom: 12px;
}

.vm-customfields-wrap {
	margin-bottom: 17px;
}

@media (max-width: 894px){
	.mod-languages-responsive {
		display: block;
		margin-top: -8px;
		visibility: hidden;
	}
	.mod-languages-responsive ul {
		margin: 0;
		padding: 0;
	}
	.mod-languages-responsive ul li {
		width: 39%;
		padding: 0 5%!important;
		text-align: right;
		display: inline-block;
	}
	.mod-languages-responsive ul li:last-child {
		text-align: left;
	}
	.mod-languages-responsive ul li a {
		background: none;
		border-bottom: none!important;
	}
	.mod-languages-responsive ul li.lang-active a {
		border-bottom: solid 1px #5B5B5B!important;
	}
}

.page-header.pull-left {
	width: 80%;
}

#content .page-header.pull-left h1 {
	margin-top: 0!important;
	padding-bottom: 5px;
	margin-bottom: 20px!important;
	border-bottom: 1px solid #e4e4e4;
}

.profile .btn-toolbar {
	margin-top: 30px;
}

.com_users.view-profile.layout-edit #content h2 {
	font-size: 32px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #DAF2EC;
    border: 1px solid #01b285;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.alert, .alert h4 {
    color: #000;
}

.alert .close {
	display: none;
}

#content .item-page-404 {
	color: #333333;
	font-size: 17px;
}

.PricesalesPriceShipment {
	text-align: right;
}

.horizontal-separator {
	background: none;
}

.a9px img {
	display: inline;
	padding-bottom: 4px;
	padding-right: 3px;
}

.form-group.extra .form-input input {
	height: 25px;
	line-height: 25px;
	max-width: 172px;
	border: 1px solid #ccc;
}

.form-group.extra .form-input textarea {
	width: 323px;
	height: 78px;
}

.form-group.extra.phone-area {
	margin-top: 50px;
}

#telefone_field {
	margin-bottom: 0;
}

.telefone {
	margin-bottom: 20px!important;
}

.com_virtuemart.view-category .breadcrumb {
	padding-bottom: 0;
}

.com_virtuemart.view-category #content .customheadershop h1 {
	margin-top: 15px;
}

.com_virtuemart.view-productdetails .quantity-box .quantity-input {
	width: 136px;
}

.cart-quantity-box .quantity-input {
	width: 27px;
	text-align: center;
}

.priceColor2 {
	color: #000;
	margin: 10px 0;
}

span.vm-cmv-label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.product-field-display .chzn-container-single .chzn-single {
	background: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.product-field-display .chzn-container .chzn-drop {
	background: #FFF;
}

.product-field-type-C .product-field-display .chzn-container {
	max-width: 220px;
}

.product-field-display .chzn-container .chzn-results li.highlighted {
	color: #000;
}

.from_price {
	float: left;
    margin-top: 4px;
    margin-right: 5px;
    font-weight: bold;
}

.PricesalesPrice.vm-display {
	float: left;
}

body.view-productdetails .product-price .from_price {
	display: none;
}

body.view-productdetails .product-price.product-price-parent .from_price {
	display: inline-block;
}

body.view-productdetails .PricesalesPrice.vm-display {
	margin-top: -6px;
}

.product-field-display select {
	background-color: #fff;
    background-position: 120% 9px;
	padding: 8px 10px;
	height: auto;
	border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
.quantity-controls {
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.cart-quantity-box .quantity-input {
	border-color: #666;
}
@media (max-width: 767px) {
	.vm-customfield-cart br {
		display: none;
	}
	.cart-quantity-box {
		display: block;
		margin-bottom: 5px;
	}
	span.pricecart {
		margin-left: 6px;
		margin-bottom: 10px;
	}
	.pricecart,
	.cart-view .height40 span.PricesalesPrice,
	.vm-customfield-cart {
		font-size: 13px;
	}
	.quantity-controls {
		width: 30px;
		height: 30px;
	}
	.cart-quantity-box .quantity-input {
		padding: 0;
		width: 30px;
		height: 28px;
	}
}


/* UPDATED BY PADZHP */


.certificate-logo{
	height: 120px;
	text-align: center;
	position: relative;
}

.certificate-logo img{
	width: 75px;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.certificate-logo.logo-intertek img{
	width: 95px;
}

.certificate-logo.logo-deft img{
	width: 162px;
}

.certificate-text{
	padding-top: 20px;
	text-align: center;
}

@media (min-width: 1200px){
	.certificate-container .row-fluid .span2{
		width: 14% !important;
	}

	.certificate-container .row-fluid .span2.special{
		width: 17% !important;
	}
}
.video {
	background: #FFFFFF;
}
.video p {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video p iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tos, .tos a, .tos label {
	font-size: 14px;
    color: #6b6b6b;
}
.tos a {
	text-decoration: underline;
}
.tos input[type="checkbox"] {
	margin-top: -3px;
}
.tos label {
	margin-bottom: 0px;
	display: inline-block;
}
#checkoutFormSubmit:disabled {
	opacity: 0.5;
}
span.error {
	color: #FF0000;
	font-size: 12px;
	font-style: italic;
	display: block;
	margin-bottom: 3px;
}

.view-article .row-fluid {
  display: unset;
}