html, body {
	font-family: 'Roboto', sans-serif;
	height: 100%;
}

body {
	background-color: white;	
}

a.mail {
	color: #009fda
}

a.mail:hover {
	color: #009fda
}

a.mail:active {
	color: #009fda
}



/*
 * -- LAYOUT STYLES --
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}


/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}
    .content-subhead i {
        margin-right: 7px;
    }

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

/* This is the class used for the footer */
.footer {
    background: #111;
    height: 45px;
 	line-height: 45px;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {
    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}


.search-box:not(:valid) ~ .close-icon {
	display: none;
}



#searchAdditionalInfosContainer {
	text-align:left;
	display: flex;
	justify-content: space-between;	
}

@media (max-width: 768px) {
	#searchAdditionalInfosContainer {
		display: inline-grid;
	}
}


.mobile-page-title-container {
	text-align:center;
	width:100%;
	display:block;
	
}

.mobile-page-title-container h2 {
	margin: 0px;
}




.msg_info, .msg_success, .msg_warning, .msg_error, .msg_validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.msg_info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/site/msg_info.png');
}
.msg_success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/images/site/msg_success.png');
}
.msg_warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.msg_error {
color: #D8000C;
background-color: #FFBABA;
background-image:url('/images/site/msg_error.png');
}


.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-seperator {
    border-top: 1px solid #DCDCDC;
    display: inline-block;
    width: 100%;
}

img.img_icon {
    width: 16px;
    vertical-align: text-bottom;
	display:block;
}

#main-header {
	position: relative;
	padding:0;
	margin:0;
	overflow: hidden;
}

.category-header {
  width:800px;
  margin: 0 auto;
  padding-top: 5px;
}

.top-image-container {
	width:100%;
	 text-align: center;
}

.top-image-wrapper {
  margin-top: 30px;
  //max-width: 400px;
  display:inline-block;
}

.topimage {
	height: auto;
	max-height: 500px;
    width: auto;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5),inset 5px 5px 8px rgba(0,0,0,0.5);
}

@media 
only screen and (max-height: 500px) {
	.top-image-wrapper {
	  max-height: 380px;
	}

	.topimage {
		max-height: 380px;
	}
	
}

#contact_emaillink {
	display: inline-block;
	vertical-align: text-bottom;
}

#contact_emaillink img {
	display: block;
	cursor: pointer;
}

.contact-card {
  background: #fff;
  border-radius: 2px;
  margin-top: 10px;
  //display: inline-block;
  //margin: 0 auto;
  position: relative;
  padding: 15px;
  //width:85%;
}

.home-card {
  background: #fff;
  border-radius: 2px;
  margin-top: 10px;
  position: relative;
  padding: 15px;
  max-width: 100%;
  max-width: 800px;
}

@media screen and (min-width: 1400px) {
	.home-card {
		max-width: 28%;
		//float: left;
		display: inline-grid;
		//min-height: calc(100% - 40px);
		min-height: 450px;
		//height: 100%;
	}
}
	
	


.home-card-link {
	color: inherit;
	text-decoration: none;
}

.home-card-mobile {
  background: #fff;
  border-radius: 2px;
  margin-top: 10px;
  position: relative;
  padding: 15px;
}

@media screen and (min-width: 48em) {
	.home-card {
		margin: 15px;
	}

	.contact-card {
		margin: 1rem;
	}
}

.contact-card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.contact-card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.home-card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  cursor: pointer;
  text-decoration: none; 
}

.home-card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


/*.home-card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}*/


.contact-card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.contact-card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.contact-card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.contact-card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.contact-card-inner {
}

.contact-card-inner > .contact-card-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #900;
	line-height:32px;
}

.contact-card-inner > .contact-card-content {
	min-height: 200px;
	min-width: 150px;
	width:100%;
	height:100%;
}


.home-card-title h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-decoration: none;	
}

@media (max-width: 767px) {
	.home-card-title h2 {
		font-size: 14px;
	}
}	

.home-card-inner > .home-card-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #900;
	line-height:32px;
	white-space: nowrap;
}

.home-card-inner {
}

.home-card-inner > .home-card-content {
	/*min-height: 200px;
	min-width: 150px;
	width:100%;
	height:100%;
	overflow:hidden;
	display: block;*/
}

.home-card-content h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	padding-top: 10px;
}


#canvas-slideshow {
}

#container-canvas-slideshow {
	width:100%;
	display: block;
	overflow: hidden;
}


.tdheader {
	font-weight: bold;
    text-align: -internal-center;
}

.tdheader_name {
	text-align:left;
}


.td_products_id {
	white-space: nowrap; 
	text-align: right;
}
.td_products_name {
	text-align:left;
	font-weight:bold;
}

.td_products_img {
	width: 25px;
}

.td_products_info {
	width: 25px;
}


.td_products_cl {
	white-space: nowrap;
}

.td_products_procent {
	white-space: nowrap;
	text-align: center;
}

.td_products_price {
	color: #990000;
	font-weight: bold;
	white-space: nowrap; 
	text-align: right;
}

#mobileLangOtherList li a, #mobileLangCurrentList li a {
	background-color: white;
}

#mobileLangOtherList li a:hover, #mobileLangOtherList li a:focus {
	background-color: grey;
}


.tdheader_abv {
	text-align: center;
}

.tdheader_price {
	text-align: right;
}

.tdheader_id {
	text-align: right;
}


.img_clickable {
	cursor: pointer;
}

// http://cssdeck.com/labs/css3-webkit-vertical-scrollbars/
.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#side-menu-title {
    font-size: 110%;
    color: white;
    margin: 0;
	display: block;
    text-decoration: none;
    white-space: nowrap;
	background-color: #990000;
	
}

.force-overflow
{
	min-height: 450px;
}

/*
 *  STYLE 4
 */

#menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#menu::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#menu::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}


#products-table-container {
	max-width:900px;
	margin: 0 auto;
	height:100%;
	min-height:100%;
	margin-bottom: -45px;
}

#products-table-container table tr td{
	display:table-cell;
}


.gallery-content-item {
	display:block;
	text-align: center;
	margin: 120px auto 0;
}

#website-title-underlay {
    background: rgba(255,255,255,0.96);
    height: 200px;
    width: 400px;
    position: absolute;
    z-index: -1;
	display: inline-block;
	margin-left: -1.5%;
}

a.pure-menu-link:hover {
	background: none;
}

a.pure-menu-link:focus {
	background: none;
}

.module-active {
	font-weight: bold;
}


.header h2 {
	color: #909090;
}

.slideshow {
  position: relative;
  overflow: hidden;
}

.module {
	width:100%;
	margin: 0 auto;
    line-height: 1.6em;
}

.slideshow-images {
  background-position: 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  animation: slideshow 10s linear infinite;
}


#products-table-container tr:not(.notarow) td:nth-of-type(5) {
	white-space: nowrap; 
}

#products-table-container tr.tableheader td:nth-of-type(5) {
	white-space: nowrap; 
}

#products-table-container tr:not(.notarow) td:nth-of-type(7) {
	/*display:none;*/
}

#products-table-container tr.tableheader td:nth-of-type(7) {
	/*display:none;*/
}

#slideshow-container {
	width:100%;
}


.category-anchor {
	display: inline-block;
	visibility: hidden;
	height: 100%;
}

@media (max-width: 767px) {
	.category-anchor {
		margin-top: -45px;
	}
}

.products_table {
	width:100%;
	max-width:900px;
	margin:0 auto;
	justify-content: center;
}

.products_table caption {
	min-height: 55px;
	max-height: 55px;
	height: 55px;
	font-size: 32px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	display: table-caption;
	line-height: 55px;
}

.products_table_header_underlay {
	height: 55px;
	background-color: #ffd6bf;
	width: 16000px;
	margin-left: -8000px;
	margin-bottom: -55px;
}


@media only screen and (min-width: 769px) {
	.products_table tr:hover{
		background-color: #F8F8F8;
	}

}

#products-table-container tbody td:nth-of-type(2) {
	min-width:50%;
	width: 50%;
}



	
@media only screen and (max-width: 767px) {
	
	/* For mobile that have edge displays */
	.content {
		padding: 10px;
	}

	
	#products-table-container tbody tr:not(.theader) td:nth-of-type(2) {
		border-bottom: 1px dotted grey;
	}
	
	#products-table-container tr:not(.notarow) td:nth-of-type(3) {
		text-align: left;
	}
	
	#products-table-container tr.tableheader td:nth-of-type(3) {
		text-align: left;
	}
	
	#products-table-container tr:not(.notarow) td:nth-of-type(6) {
		display:none;
	}
	
	#products-table-container tr.tableheader td:nth-of-type(6) {
		display:none;
	}
	
}


@media 
only screen and (max-width: 320px)  {	
	#products-table-container td:nth-of-type(1) {
		display:none;
	}
		
	#products-table-container td:nth-of-type(6) {
		display:none;
	}
	
	
	#products-table-container td:nth-of-type(7) {
		display:none;
	}
}

.pswp__caption__center {
	text-align: center;
	font-weight:bold;
}

.home-desktop, .home-mobile {
	max-width: 1280px;
	min-height:100%;
	margin: 0 auto;
}

.top-images-slideshow-image-wrap {
	display: none;
}

@media only screen and (min-width: 767px) {
	.for-mobile {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.for-desktop {
		display:table;
	}
}

.top-images-slideshow-image-wrap {
}

.top-images-slideshow-image-wrap img {
	width:100%;
	height: 100%;
}


div.top-image-slideshow-image-active {
	display: inline-block;
}


#modern-image {
	display:block;
}

#modern-image, #modern-image img {
  max-height: calc(450px - 40px);
}


#modern-image {
	margin: 0 auto;
}

#modern-image-container{
	 -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for WebKit */
     word-break: break-word;
}

.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -154px; 
}
.page-wrap:after {
	content: "";
	display: block;
}
.site-footer, .page-wrap:after {
	height: 154px; 
}

.site-footer {
	background-image: url('/images/site/footer.jpg');
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.site-footer {
		background-position-x: 150px;
	}
}

#container-module-product {
	display: block;
	width:100%;
	text-align: center;
}

#container-module-product div {
	display: inline-block;
}


.table-product-details {
	border-spacing: 15px 15px;
    text-align: left;
    border-collapse: separate;
	text-align: left;
	margin: 0 auto;
}

.table-product-details caption {
	font-weight: bold;
	font-size:24px;
	margin-bottom: 15px;
	text-align: left;
	padding-left: 15px;
}

#table-product-details-img {
	max-width:500px;
	float:left;
}

@media (max-width: 767px) {
	#table-product-details-img {
		width: 100%;
	}
}

.product-details-th {
	font-weight: normal;
}


.product-card {
	font-size: 1em;
	background: #fff;
	border-radius: 2px;
	padding: 15px;
	margin: 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#gmap_canvas img {
	max-width:none!important;
	background:none!important;
}

.product-highlight td:nth-of-type(2),
.product-highlight td:nth-of-type(3),
.product-highlight td:nth-of-type(4),
.product-highlight td:nth-of-type(5),
.product-highlight td:nth-of-type(6) {
	/* background-color: lightgoldenrodyellow; */
}

/********************************************************************************
 Loading fullscreen 
 Absolute Center Spinner 
********************************************************************************/
#loading-container {
	display: none;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



