article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
 display:block
}


html, body {
	margin: 0;
	padding: 0; 
	height: 100%;
	font-family: "Arial";
}

/*body {position: relative; min-height: 100%; margin: 0; font-family: Arial;}
*/

/* STARO */
a:link, a:visited {
  	font-family:arial;
	/* text-decoration:none; */
	/* font-weight:bold; */
	/*color:#393939; */
	color:#a72920;
	text-decoration: none;
	
  }
a:hover {
	color:#000000;
	text-decoration:none;
	background-color: none;
}
.btn {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 1.3em;
    background: #a72920;
    color: #fff !important;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 123%;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    -webkit-transition: all .1s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: all .1s ease-in-out 0s;
}

.ts-rating {padding-top: 80px; display: inline-block;}
.ts-rating ul {padding: 0; margin: 0;}
.ts-rating ul li {display: inline-block; position: relative; list-style: none; width: 36px; height: 36px; margin-left: 8px; margin-right: 8px; margin-bottom: 20px;}
.ts-rating ul li.red {background: url(Red_Hover.svg) url(Red_Hover.svg) no-repeat center center}
.ts-rating ul li.red:hover {background: url(Red_Hover.svg)}
.ts-rating ul li a {float: left; position: relative; width: 36px; height: 36px; /*padding-top: 8px;*/ overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; text-decoration: none; font-weight: bold; font-size: 16px; color: #111; background: #f3f3f3; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.ts-rating ul li:first-child {margin-left: 0;}
.ts-rating ul li.red:hover a::after {position: absolute; left: 0; top: 0; background: url(Red_Hover.svg) no-repeat center center; width: 100%; height: 100%; content:"";}
.ts-rating ul li.red.active a::after {position: absolute; left: 0; top: 0; background: url(Red_Hover.svg) no-repeat center center; width: 100%; height: 100%; content:"";}
.ts-rating ul li.yellow:hover a::after {position: absolute; left: 0; top: 0; background: url(Yellow_Hover.svg) no-repeat center center; width: 100%; height: 100%; content:"";}
.ts-rating ul li.yellow.active a::after {position: absolute; left: 0; top: 0; background: url(Yellow_Hover.svg) no-repeat center center; width: 100%; height: 100%; content:"";}
.ts-rating ul li.green:hover a::after {position: absolute; left: 0; top: 0; background: url(Green_Hover.svg) no-repeat center center; width: 100%; height: 100%; content:"";}
.ts-rating ul li.green.active a::after {position: absolute; left: 0; top: 0; background: url(Green_Hover.svg) no-repeat center center; width: 100%; height: 100%; content:"";}

.cloud-left {position: absolute; width: 125px; padding: 10px 15px; font-size: 14px; line-height: 19px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; left: 0; top: -76px; background: #fff; -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.cloud-left::before {display: block; position: absolute; width: 0; height: 0; border: inset 0.35rem; left: 13px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #fff transparent transparent; top: 100%; bottom: auto;}
.cloud-right {position: absolute; width: 125px; padding: 10px 15px; text-align: center; font-size: 14px; line-height: 19px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; right: 0; top: -76px; background: #fff; -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.cloud-right::before {display: block; position: absolute; width: 0; height: 0; border: inset 0.35rem; right: 13px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #fff transparent transparent; top: 100%; bottom: auto;}

.ts-rating-center-oc {display: inline-block; width: 100%; text-align: center;}
.ts-rating-center {display: inline-block; width: 100%; text-align: center;}
.ts-rating-result {display: inline-block; width: 190px;; margin-bottom: 20px; text-align: left; margin-top: 40px;}
.ts-rating-result img {height: 50px;}
.ts-rating-result-nmr {position:relative;float: left; width: 50px; height: 50px; margin-right: 10px; /*padding-top: 15px;*/ overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; text-decoration: none; font-weight: bold; font-size: 16px; color: #111; background: #f3f3f3; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.ts-rating-result-nmr span {position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);};
.ts-rating-result p {margin: 7px 0;}



.button, .button-small {
	position: relative; 
	font-family: Arial !important; 
	display: inline-block; 
	margin: 0 0 1rem 1rem; 
	padding: 0.625rem; ; 
	border-radius: 2px; 
	color: #fff !important; 
	background-color: #a72920;
	text-align: center; 
	text-decoration: none; 
	text-transform: uppercase; 
	letter-spacing: 0.08rem; 
	font-weight: 500; 
	font-size: 1rem; 
	line-height: 23px; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;}

.button:hover, .button-small:hover {; text-decoration: none;}

.button-hollow{position: relative; font-family: Arial !important; display: inline-block; margin: 0 0 1rem 1rem; padding: 0.625rem;  border-radius: 2px; background-color: #FFF;  text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: 0.08rem; font-weight: 500; font-size: 1rem; line-height: 23px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}

.button-hollow:hover {; background: none; color: #000 !important;}
.button-small {padding: 0.25rem 0.8125rem 0.1875rem; letter-spacing: 0.07125rem; font-size: 0.875rem;}
.button-small:hover {padding: 0.25rem 0.8125rem 0.1875rem; letter-spacing: 0.07125rem; font-size: 0.875rem;}




.glTABLE {
	width: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding: 20px;
}

.edTABLE {
	width:95%;
	border-style: solid;
	border-color: #000000;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.glTABLEin {
	/* width:900px; */
	width: 100%;
	border:1px;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.tdT {
	display: inline-block;
	width: 100%;
}

TD {
  	text-align: left;
  	vertical-align: top;
  }  
.TDmiddle {
  	text-align: left;
  	vertical-align: bottom;
  }
.glava{
  	background:#E5E5E5;
  	font-weight:bold;
  }
.glava_mala{
  	background:#E5E5E5;
  	font-weight:bold;
  	font-size:90%;
  }
.tabela_podatki{
	border:0px;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-spacing:1; 
  }
.podatki_soda{
    background:#EFEFFF;
  	font-weight:normal;
  	font-size:90%;
  }
.podatki_liha{
  	font-weight:normal;
  	font-size:90%;
  }
.bar {
  	  background:#111155;
  	  color:#EEEEEE;
  	  font-size:80%;
  	  text-align:left;
  	  border:0;
  	  padding: 1px 1px 1px 1px; 
  }
.bar0 {
  	  font-size:80%;
  	  text-align:left;
  	  border:0;
  	  padding: 1px 1px 1px 1px; 
  }
.bar_vec {
  	  background:#551111;
  	  color:#EEEEEE;
  	  font-size:80%;
  	  text-align:left;
  	  border:0;
  	  padding: 1px 1px 1px 1px; 
  }
.bar0_vec {
  	  font-size:80%;
  	  text-align:left;
  	  border:0;
  	  padding: 1px 1px 1px 1px;  
  }
.bar_teza {
  	  background:#115511;
  	  color:#EEEEEE;
  	  font-size:80%;
  	  text-align:left;
  	  border:0;
  	  padding: 1px 1px 1px 1px;  
  }
.bar0_teza {
  	  font-size:80%;
  	  text-align:left;
  	  border:0;
  	  padding: 1px 1px 1px 1px;  
  }
.bar_predlog {
  	  background:#115555;
  	  color:#EEEEEE;
  	  font-size:80%;
  	  text-align:left;
  	  border:0;
  	  padding: 1px 1px 1px 1px;  
  }
.bar0_predlog {
  	  font-size:80%;
  	  text-align:left;
  	  border:0;
  	  padding: 1px 1px 1px 1px;  
  }
.vpr{
  	background-color : #71A8C1;
  	
	text-align : center;
	
  }
.TRliha{
	/*background-color : #91C8E1;*/
	background-color : #A1D8F1;
	vertical-align : top;
	
	
}
.TRsoda{
	background-color : #91C8E1;
	border-color : #91C8E1;
	vertical-align : top;
	
}
.TDLihaBrezOkvirja{
	/*background-color : #91C8E1;*/
	background-color : #A1D8F1;
	border-color : #A1D8F1;
	vertical-align : top;
	
	
}
.TDSodaBrezOkvirja{
	/*background-color : #71A8C1;*/
	background-color : #91C8E1;
	
}
.brez{
	background-color : #F5F5F5;
}
.vprLiha{
  	/*background:#E5E5E5;*/
}

.tokvirLiha{
        background-color : #91C8E1;
        border-color: #91C8E1 #91C8E1 #111111 #91C8E1;
        border-bottom-width: 2px;
        vertical-align : middle;
}

.tokvirSoda{
        background-color : #A1D8F1;
        border-color: #A1D8F1 #A1D8F1 #111111 #A1D8F1;
        border-bottom-width: 2px;
        vertical-align : middle;
}
.stil1{
	background-color : #A1D8F1;
	border-color : #A1D8F1;
	vertical-align : top;	
}
.stil2{
	background-color : #91C8E1;
	border-color : #91C8E1;
	vertical-align : top;	
}

.naziv {
    	
}
.poodgovoru {
   display: none;
}
/*
@media (max-width: 768px) {
	.heading {font-size: 25px;}
	textarea {width: 100%;}
}
*/

/* ZA TABLICE */
@media (max-width: 595px) {
    .ts-rating-center-oc{
	margin-top: 40px;
    }  
    .naziv {
    	display: none;
    }
    .poodgovoru {
    	display: block;
    }
    .cloud-right {top: 60px; right: -91px; -webkit-box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.3);}
    .cloud-right::before {display: block; width: 0; height: 0; top: -6px; right: initial; left: 15px !important; border: inset 0.35rem; content: ''; border-top-width: 0; border-bottom-style: solid; border-color: transparent transparent #fff; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%);}
		
}
/* ZA TELEFONE */ 
@media (max-width: 387px) {
    .naziv {
    //	display: none;
    }
    .poodgovoru {
    	display: block;
    }
    .cloud-right  {right: 0;}
    .cloud-right::before {left: initial !important; right: 7px !important;}
    .btnWrap{justify-content: space-between;}
    #btnLeft{order:2;}
    #btnRight{order:1;}
}

blockquote {
	color: #333 !important;
}

.header{
	width: 100%;
	background-color: #a72920;
	padding: 20px;
}

#container {
	min-height: 100%;
	position: relative;
}

.conWrap {
	padding-bottom: 85px;
	max-width: 1300px;
  	margin: auto auto;
}

.naslov {
	width: 95%;
	color: #a72920;
}

.body {
	/*padding-left: 30px;
	padding-right: 30px;*/
	width: 95%;
	/*padding-bottom: 85px;*/
}

.btnWrap {
	display: flex;
	flex-wrap: wrap;
}

#btnLeft {
	position: relative;
}

#btnRight {
	position: relative;
}

footer {
	bottom: 0;
	left: 0;
	position: absolute;
	height: 85px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	background: #222;
}

footer div {
	margin: 0 auto;
	padding: 30px  15px;
	max-width: 100%;
}

/* Lightbox */
.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.lightbox .lightbox-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: scroll;
	width: 100%;
	height: 100%;	
}

.lightbox .lightbox-item {
	position: relative;
	z-index: 10000;
	margin: auto !important;
	padding: 1.25rem;
	width: 41.5625rem;
	border-radius: 2px;
	background: #fff;
}

.lightbox .lightbox-item .close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	width: 1.0625rem;
	height: 1.0625rem;
	background: url(x-17x17.svg) no-repeat;
}

.lightbox .btn {
	position: relative !important;
	font-family: Arial;
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
	border: none;
	border-radius: 2px;
	background-color: #a72920;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.25rem 0.8125rem 0.1875rem;
	letter-spacing: 0.07125rem;
	font-size: 0.875rem;
	font-weight: 500;
	font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
	line-height: 23px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*
#VPR {
	color: #888888;
}
*/
.VPRn {
	float: left;
	width: 40px;
}

.VPRnn {
	float: left;
	width: 60px;
}

.VPRv {
	margin-left: 40px;
	width: auto;
}

.VPRvv {
	margin-left: 60px;
	width: auto;
}

.VPRv p {
	margin-top: 0px;
	margin-bottom: 0px
}

.VPRvv p {
	margin-top: 0px;
	margin-bottom: 0px
}
.spanVPR {
	display: inline-block;
	color: #333 !important;
	/*font-size: 24px;
	line-height: 32px;*/
	WIDTH: 100%;
}

.align-center {
	text-align: center !important;
	align-content: center !important;
}

input[type='submit'] {
	text-align: center;
	padding: 10px 30px;
	background-color: #a72920;
	color: white;
}

/* Checkbox itd. */ 
input[type='checkbox'],
input[type='radio'] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 10;
  border: 0;
}

input[type='checkbox'] ~ label,
input[type='radio'] ~ label {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  min-height: 30px;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

input[type='checkbox'] ~ label::before, 
input[type='checkbox'] ~ label::after,
input[type='radio'] ~ label::before,
input[type='radio'] ~ label::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
}

input[type='checkbox'] ~ label::before,
input[type='radio'] ~ label::before {
  border: 1px solid #d0d0d0;
  background: white;
  color: #a72920;
}

input[type='checkbox'] ~ label:hover::before,
input[type='radio'] ~ label:hover::before {
  border-color: rgba(17, 17, 17, 0.4);
}

input[type='checkbox']:checked ~ label,
input[type='radio']:checked ~ label {
  color: #a72920;
  font-weight: 400;
}

input[type='checkbox']:checked ~ label a,
input[type='radio']:checked ~ label a {
  font-weight: 400;
}

input[type='checkbox']:checked ~ label.no-bold,
input[type='radio']:checked ~ label.no-bold {
  font-weight: 400;
  color: #0a0a0a;
}

input[type='checkbox']:checked ~ label.no-bold a,
input[type='radio']:checked ~ label.no-bold a {
  font-weight: 400;
}

.error input[type='checkbox'] ~ label, .error
input[type='radio'] ~ label {
  color: red !important;
}

input[type='checkbox']:disabled ~ label,
input[type='radio']:disabled ~ label {
  color: #a5a5a5;
}

input[type='checkbox']:disabled ~ label::before,
input[type='radio']:disabled ~ label::before {
  border-color: #a5a5a5 !important;
}

input[type='checkbox']:disabled ~ label::after,
input[type='radio']:disabled ~ label::after {
  color: #a5a5a5 !important;
}

input[type='checkbox'] ~ label::before {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

.error input[type='checkbox'] ~ label::before {
  border-color: red !important;
}

input[type='checkbox'] ~ label::after {
  width: 0;
  height: 10px;
  background: url("check-12x10.svg") 0 0/12px 10px no-repeat;
  left: 5px;
  top: 5px;
}

.error input[type='checkbox'] ~ label::after {
  background-image: url("check-12x10-red.svg");
}

input[type='checkbox']:checked ~ label::before {
  border-color: silver;
}

input[type='checkbox']:checked ~ label::after {
  transition: width 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 12px;
}

input[type='checkbox']:disabled ~ label::after {
  background-image: url("check-12x10-grey.svg");
}

input[type='radio'] ~ label::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -2px;
}

.error input[type='radio'] ~ label::before {
  border-color: red !important;
}

input[type='radio'] ~ label::after {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #a72920;
  left: 10px;
  top: 10px;
  margin-left: -5px;
  margin-top: -7px;
  transform: scale(0);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.error input[type='radio'] ~ label::after {
  background-color: red !important;
}

input[type='radio']:checked ~ label::before {
  border-color: silver;
}

input[type='radio']:checked ~ label::after {
  transform: scale(1);
}

input[type='radio']:disabled ~ label::after {
  background-color: #a5a5a5 !important;
}

input[type='radio'].square ~ label {
  text-align: center;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
}

input[type='radio'].square ~ label::before {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: transparent;
}

.error input[type='radio'].square ~ label::before {
  border-color: red !important;
}

input[type='radio'].square ~ label::after {
  display: none;
}

input[type='radio'].square:checked ~ label::before {
  border-color: #a72920;
}

input[type='radio'].square:disabled ~ label::after {
  background-color: #a5a5a5 !important;
}

input[type='radio'].swatch ~ label {
  padding: 10;
  width: 40px;
  height: 40px;
  text-indent: -999em;
  overflow: hidden;
  border-radius: 2px;
}

input[type='radio'].swatch ~ label::before {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: transparent;
}

.error input[type='radio'].swatch ~ label::before {
  border-color: red !important;
}

input[type='radio'].swatch ~ label span {
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover !important;
}

input[type='radio'].swatch ~ label::after {
  display: none;
}

input[type='radio'].swatch:checked ~ label::before {
  border-color: #a72920;
}

input[type='radio'].swatch:disabled ~ label::after {
  background-color: #a5a5a5 !important;
}

input, textarea {-webkit-box-sizing: border-box; box-sizing: border-box; 
  padding: 0.875rem 1.25rem 0.6875rem; height: 2.5rem; 
  outline: none; border: 1px solid rgba(17, 17, 17, 0.2); 
  border-radius: 2px; background: #fff; color: #111; 
  text-align: left; letter-spacing: 0.02125rem; font-weight: normal; 
  font-size: 0.875rem; font-family: Arial; 
  -webkit-appearance: none; -moz-appearance: none; appearance: none;}
textarea {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: auto; width:100%;  height: auto; vertical-align: top; resize: vertical;}
label input {height: auto; padding: 5px 15px;}

.textDiv {
	max-width: 650px; 
}













