body {
	font-family: 'Livvic', sans-serif;
	font-size: 16px;
	background-color: #fff;
}
html::-webkit-scrollbar {
  display: none;
}
html, body {
  height: 100%;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
header {
	background-color: #fff;
}

.flag-icon,
.flag-icon-background{background-repeat:no-repeat;background-size:contain;background-position:50%}
.flag-icon {
  position:relative;
  display:inline-block;
  width:1.33333333em;
  line-height:1em;
  font-size: 25px;
  left: 50%;
  transform: translateX(-50%);
  filter: grayscale(100%);
  transition: filter 0.4s;
}
.flag-icon:before{content:"\00a0"}
.flag-icon.flag-icon-squared{width:1em}
.flag-icon-hr{background-image:url(../flags/4x3/hr.svg)}
.flag-icon-gb{background-image:url(../flags/4x3/gb.svg)}
.flag-icon-de{background-image:url(../flags/4x3/de.svg)}
.flag-icon-it{background-image:url(../flags/4x3/it.svg)}
.flag-icon-cz{background-image:url(../flags/4x3/cz.svg)}

.lang-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.flag-icon.incolor,
.flag-icon:hover {
  filter: grayscale(0%);
}



.bold {
     font-weight:bold;
}
.italic {
	font-style: italic;
}
.pull-center {
	text-align: center;
}
/*====================================================================*/

.display-sm,
.display-md,
.display-xs {
  display: none !important;
}
.menubgd-1 {
  background-color: #E6E8F3;
  width: 100%;
}
.menubgd-2 {
  background-image: linear-gradient(to right, #173D82, #2A6FBB);
}
.section-head .header-logo img {
  /* width: 85%; */
  height: auto;
  margin: auto;
  max-height: 150px;
}
.head-row {
  height: 140px;
}
.section-head {
  padding: 10px 0;
  text-align: center;
}
.search-wrap {
  display: flex;
  padding: 0 15px;
  margin: auto;
}
.search-wrap>div>input {
  height: 38px;
}
.search-input {
  width: 70%;
  float: left;
  text-align: right;
}
.search-btn {
  /* width: 30%; */
  float: left;
  text-align: left;
}
.mobile-search-wrap {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.13);
}
.mobile-search .search-input {
  width: 80%;
}
.mobile-search .search-btn {
  width: 20%;
}
.logograd {
	display: flex;
	margin-top: 15px;
}
.logograd a {
	float: left;
margin-right: 5px;
}
.logograd img {
	margin-bottom: 15px;
}
.logograd2 {
	display: grid;
	width: 100%;
	text-align: center;
}
.logograd2 a {
  margin-right: 20px;
}
.logograd2 img {
	max-width: 210px;
	/* max-height: 85px; */
	margin-bottom: 15px;
}
.logograd3 {
	display: block;
	width: 100%;
	text-align: center;
}
.logograd3 img {
	max-height: 140px;
}
.logograd3 a {
	float: none;
}
.logograd4 {
	display: block;
	width: 100%;
	text-align: center;
}
.logograd4 a {
	float: none;
margin-right: 5px;
}
.logograd4 img {
	width: 215px;
}
.logograd5 {
	display: block;
	width: 100%;
	text-align: center;
}
.logograd5 a {
	float: none;
margin-right: 5px;
}
.logograd5 img {
	width: 160px;
	margin-bottom: 20px;
}
.logo-lag {
	width: 95%;
}
.languages {
  margin-right: 30px;
}
.languages>a {
  padding: 0 3px;
}
.languages>a.lang:hover {
  text-decoration: none;
}

.full-height-2,
.full-height {
  height: 100%;
}
.middle-search,
.middle {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.right {
  text-align: right;
}
.float-left {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.uppercase {
  text-transform: uppercase;
}
.no-padding {
  padding: 0;
}
.languages img {
  width: 25px;
}

.social a {
	color: #999;
	transition: all 0.5s ease 0s;
	margin: 0 10px;
}
.social a:hover {
	color: #3b5998;
	text-decoration: none;
}
.section-1 h2 {
  padding: 30px 0 10px;
  color: #262626;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
  font-weight: 700;
}
.title-wrap {
  width: max-content;
  display: block;
  margin: auto;
  margin-top: 70px;
}
.title-underline {
  height: 35px;
  width: 28px;
  margin: auto;
  border-top: 3px solid #064c89;
  transition: 0.5s;
}
a:hover .title-underline {
  width: 90%;
}
.section-1 a:hover {
  text-decoration: none;
}
.newsbox {
  display: block;
  border: 1px #ddd solid;
  height: 410px;
  margin-bottom: 30px;
  background-color: white;
  box-shadow: 1px 1px 11px rgba(0,0,0,0.2);
}
.newsbox :hover {

}
.newsimg {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.newsimg img {
  width: 100%;
}
.newstext {
  padding: 15px;
}
.col-cam,
.width20 {
  width: 20%;
}

.stillbox {
  background-repeat: no-repeat;
  background-size: cover;
}
.stilloverlay {
  background-color:rgba(32, 86, 158, 0.8);
  transition: 0.6s;
  position: relative;
  width: 100%;
  height: 360px;
  text-align: center;
}
.stillcontent {
  position: relative;
}
.infobox {
  border: 1px solid #ddd;
  margin: 70px 0;
  padding: 46px;
  box-shadow: 1px 1px 12px rgba(0,0,0,0.1);
  transition: 0.6s;
  position: relative;
  left: -40px;
}
.infobox:hover {
  box-shadow: 1px 1px 12px rgba(0,0,0,0.3);
}
.infobox a:hover {
  color: inherit;
  text-decoration: none;
}
.section-5 {
  padding-top: 25px;
}

.infotext {
  padding-left: 40px;
  border-left: 6px solid #064C89;
}
.infotext h2 {
  color: #262626;
  margin-top: 0;
}
.infotext div {
  color: #595959;
}
.infobox2 {
  margin: 84px 0 50px;
}
.infotext2 {
  padding: 15px;
  background: #f4f4f4;
  overflow: hidden;
  margin-top: 15px;
  box-shadow: 1px 1px 12px rgba(0,0,0,0.02);
  border: 1px solid transparent;
  transition: 0.6s;
}
.infotext2 img {
  float: left;
  width: 80px;
  margin-right: 15px;
}
.colorhead {
  background-image: linear-gradient(to right, #173D82, #2A6FBB);
  box-shadow: 1px 1px 12px rgba(0,0,0,0.02);
  color: white;
  padding-left: 24px;
  transition: 0.6s;
  border: 2px solid transparent;
}
.colorhead h3 {
  font-size: 18px;
  line-height: 54px;
  margin: 0;
}
.infobox2 a:hover .colorhead {
  box-shadow: 1px 1px 12px rgba(0,0,0,0.3);
  border-color: white;
}
.infobox2 a:hover .infotext2 {
  box-shadow: 1px 1px 12px rgba(0,0,0,0.3);
  background-color: white;
  border-color: white;
}
.etc {
  text-align: right;
  font-size: 80px;
  height: 25px;
}
.etc span {
  position: relative;
  bottom: 60px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0);
}
.etc a:hover {
  text-decoration: none;
}
.etc a:hover span {
  bottom: 61px;
  right: 1px;
  text-shadow: 1px 1px 4px rgba(0, 69, 148, 0.6);
  color: #59aef8;
}
.footer-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-icon {
  position: absolute;
  left: -14px;
}
.footer-ul li {
  line-height: 32px;
}

#footer h4 {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#footer .copyright {
  font-size: 14px;
}
#footer .nivagoweb {
  text-align: right;
}
.footer-banner {
  text-align: right;
}
.footer-banner img,
#footer .icon1 {
  height: 160px;
}
.footer-banner a {
  display: inline-block;
}
.bannerframe {
  border: 1px solid #ddd;
  height: 150px;
  display: block;
  margin: 30px;
  box-shadow: 1px 1px 11px #ddd;
  overflow: hidden;
}
.bannerbox {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  margin: auto;
  padding: 15px;
}
.bannerbox img {
  width: 100%;
}
.search-btn .btn.btn-default {
  background: #20569E;
  color: white;
  border-radius: 2px;
  border: 1px solid #20569E;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  text-shadow: none;
  font-size: 15px;
}
.search-input .form-control.search {
  border-radius: 2px;
  border-right: 0px;
  width: 100%;
}
.yt-wrap {
  background-color: #20569E;
}
.yt-wrap>div.carousel {
  opacity: 0.7;
  transition: 0.4s;
}
.yt-wrap .item.active,
.yt-wrap div.flex {
  display: flex;
}
.yt-wrap div.flex {
  overflow: hidden;
  height: 400px;
}
.yt-wrap>div.carousel:hover {
  opacity: 1;
}
.pan-bgd {
  background: url(../images/360_bgd.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
.pan-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(32,86,158,0.4);
  transition: 0.4s;
}
.pan-overlay:hover {
  background-color: rgba(32,86,158,0.7);
}
.pan-front {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pan-bgd>a {
  width: 100%;
  color: white !important;
}
.pan-overlay h2 {
  font-weight: bold;
}
img.pan-icon {
  width: 82px;
  height: auto;
}
.modal-content iframe{
  margin: 0 auto;
  display: block;
}
.webcambox {
  width: 100%;
  /* max-width: 355px; */
  position: relative;
  margin-bottom: 0.3em;
  margin-left: auto;
  margin-right: auto;
}
.webcambox .block-title {
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255,255,255,0.7);
  padding: .5em;
  width: 100%;
  color: #000;
  margin-bottom: 25px;
}

.webcambox .block-title h2 {
  font-size: 22px;
  color: #4D4D4D;
}
.webcambox img {
  width: 100%;
  max-height: 200px;
}
.webcamframe {
  position: relative;
}
.webcam-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(32,86,158,0.4);
  transition: 0.6s;
  text-align: center;
}
.webcam-cover:hover {
  background-color: rgba(32,86,158,0.7);
}
.webcam-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  margin: auto;
}
.thumb {
  display: block;
  width: 100%;
  margin: 0;
  max-height: 175px;
  height: 100%;
}
.modal-header {
  background-color: #20569E;
  color: white;
  border: 1px solid #20569E;
  border-radius: 5px 5px 0 0;
}
.modal-header>button.close {
  color: white;
  text-shadow: 0 1px 0 black;
  font-size: 28px;
  opacity: 0.7;
}
.modal-header>button.close:hover {
  opacity: 1;
}
.modal-body {
  background-color: rgba(32, 86, 158, 0.2);
  height: 360px;
}
.catimg-wrap {
  border: 1px solid #ddd;
  padding: 6px;
}
.catimg-wrap a.jackbox {
  margin: 0 !important;
}
.catimg-wrap img {
  width: 100%;
  height: auto;
}
.thumb-view-wrap {
  margin: auto;
}
.gdpr {
	height: 60px;
}
table.strip {
  border: none;
  margin: auto;
}
table.strip td {
  padding: 8px 0 8px 16px;
}
table.strip tr:nth-child(odd) {
  background-color: #eee;
}
table.strip h1 {
  margin-bottom: 13px;
}
.text-img {
  max-width: 45%;
}

.wfadeanim {
  visibility:hidden;
}

.wfade {
    animation-name: wfade;
    -webkit-animation-name: wfade;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes wfade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes wfade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.wfadeout {
  animation-name: wfadeout;
  -webkit-animation-name: wfadeout;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: hidden;
}

@keyframes wfadeout {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
@-webkit-keyframes wfadeout {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

.form-group {
    margin-bottom: 8px;
}
.vertline {
	border-right: 1px solid #f4f4f4;
	height: 30px;
	margin-top:10px;
	margin-left: 10px;
	margin-right: 10px;
}
.boxb {
	background-color: #ffffff;
	}
.well {
	background-color: #3b7fbe;
	color: #ffffff;
	background-image:none;
	border-radius: 0px;
	border: 1px solid #fff;
}
.well h2 {
	color: #fff!important;
	display:block;
	margin-top: 0px;
}
.well h2:hover {
	color: #F30;
}
.well .thumb-img1 {
	color: #333;
	display:block;
	margin-bottom: 0px;
}
.navbar-brand {
	margin-right: 25px;
	margin-bottom: 5px;
	height: auto;
	/* max-width: 83px; */
	max-width: 250px;
	width: 250px;
	padding: 0;
}
.logo{
	color: #FF7300;

}
.logo .temp, .logo .temp a {
	color: #3b7fbe;

}
.logo h4 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 6px;
	text-align: left;
}
.logo h2 {
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 6px;
}
.logo .lang {
	font-size: 14px;
	float: left;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #3b7fbe;
	color: #fff!important;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.logo .lang:hover {
	background-color: #FF7300!important;
	text-decoration: none;
}
#cse-search-box{
	margin-top: 0px;
}
.navbar-header {
	margin-top: 10px;
	}
.space5 { margin-top:5px; }
.space7 { margin-top:7px; }
.space10 { margin-top:10px; }
.space15 { margin-top:15px; }
.space17 { margin-top:17px; }
.space20 { margin-top:20px; }
.space30 { margin-top:30px; }
.space50 { margin-top:50px; }
.space300 { margin-top:300px; }
.vspace30 {
	display: inline-block;
	width: 30px;
}
.opacity {
  opacity: 0.7;  /* Opacity for Modern Browsers */
  filter: alpha(opacity=70);  /* Opacity for IE8 and lower */
  zoom: 1;  /* Fix for IE7 */
}

h1 {
	font-weight: normal;
	text-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin-top: 0px;
	color: #0A589E;
}
h1 a{
	color: #ff0000;
}

.parallax-window {
	padding: 40px;
    min-height: 600px;
	text-align: center;
    background: transparent;
}
.parallax-window h1 {
  text-shadow: 0px 1px 3px #000;
}
.parallax-window p {
	font-size:24px;
  text-shadow: 0px 1px 2px #000;
}
.parallax-window2 {
	top: 120px;
	position: relative;
}
.parallax-window2 .paratext {
	color: #fff;
	background-color:rgba(0,0,0,0.4);
	display: inline-block;
	padding-bottom: 15px;
	padding-top: 12px;
	padding-right: 25px;
	padding-left: 25px;
}
.sr-only {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  float: left;
  height: auto;
  margin: 0px;
  overflow: hidden;
  padding: 0;
  width: auto;
	position:relative;
	font-size:16px;
	color:#FFF;
	margin-left: 30px;
	margin-top: -5px;
}
	#wrap {
  min-height: 100%;
	height: auto !important;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
.main {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	}
.main-container {
	background-color: #F2F2F2;
	color: #000;
	margin-top: 0px;
	padding: 25px;
	display: block;
	font-weight: 300;
}

.main-container a {
	color: #333;
  text-decoration: none;
}
.main-container a:hover {
	color: #ff0000;
  text-decoration: underline;
}
.main-banner {
	background-color: #DEE0DF;
}
.footer-container {
	padding: 15px;
	color: #FFF;
	font-size: 20px;
	line-height:26px;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #f4f4f4;
	margin-top: 15px;
	margin-bottom: 15px;
	}
.footer-container h3{
	color: #ca1f26;
	text-decoration: none;
	margin-top: 0px;
	}
.footer-container span, .footer-container span a {

	line-height: 30px;
	}
.footer-container small{
	font-size: 13px;
	}
.inline {
	display: inline;
	}

.red {
	color: #db3035;
	}
.big {
	font-size: 33px;
	}
a.link_red {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.link_red:hover {
	text-decoration: underline;
}
.breadcrumb > li + li:before {
	content: "// ";
	color: #A9A7D1;
}
.borderless td {
    border: none !important;
}

.navbar-nav {
    color: #ffffff!important;

}
.navbar-custom {
	background-image: none;
	margin-left:0px;
	margin-right:0px;
	border-radius: 0px;
}

.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
    transition: background-color 0.3s ease-in-out 0s;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	background-color: #333;
	outline: 0 none;
	color: #FFF;
}
.navbar-nav > li:first-child  {
  margin-left: -15px;
}
.navbar-nav > li > a {
	text-shadow: none;
}
.navbar-custom li a {
	padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-custom li a:hover {
	background-color: #333 !important;
}
.topnavbar {
	margin-top: 0;
	min-height: 30px;
	border-radius: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	position:relative;
	color: #FFF;
	background-color: #ff7300;
}
.topnavbar li{
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
}
.topnavbar li a{
	padding-left: 12px;
	padding-right: 12px;
}
.topnavbar a{
	color: #FFF;
}
.topnavbar a:hover{
	color: #FF7300;
}
/*.topnavbar .nav li a:hover{
	color: #F00;
	text-decoration: underline;
}*/

.search {
	display: initial;
  color: black;
	width: 30px;
	background-attachment: scroll;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 12px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border: 1px solid #ccc;
	font-size: 15px;
}
.search:focus {
	box-shadow: none;
	color: black;
}
.navbar-nav h3, .navbar-nav h3 a{
  margin-top: 5px;
	color: #fff;
}
.navbar-text {
    margin-top: 8px;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
	background-color: #DDDDDD;
}
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.dropdown-menu > li > a {
	background-color: #DDDDDD;
	background-image: none;
	color: #333!important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-image: none;
	color: #fff !important;
	background-color: #FF7300 !important;
}
.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.nav-pills {
	border-radius: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-top: 20px;
	min-height: 50px;
	background-color: #3B7FBE;
	border-bottom: 1px solid #fff;
}
.nav-pills  li  a {
	color: #fff!important;
	text-shadow: none;
	border-radius: 0;
}
.nav-pills li a:hover {
	background-color: #FF7300!important;
}
.nav-pills .open > a {
	background-color: #FF7300!important;
}
.nav-pills  li  li a {
	color: #333!important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-pills > li {
  display: block;
}
.nav-pills > li:first-child  {
  margin-left: 0px;
}
.vcenter {
  vertical-align: middle;
}
footer {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 35px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #fff;
	background-image: linear-gradient(to right, #173D82, #2A6FBB);
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
footer h3{
	color: #fff;
	font-size: 22px;
	margin-bottom: 27px;
	margin-top: 18px;
	line-height: 36px;
	font-weight: 700;
}
#cookiesdisplay {
	background-color: #000;
	position: fixed;
	z-index: 99999;
	min-height: 80px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	transition: all 1s ease 0s;
	width: 100%;
}
#cookiesdisplay p{
	color: #CCC; font-size: 14px; line-height: 20px; margin: 10px 235px 10px 100px; padding: 10px 0; position: relative; text-align: left;
}
#cookieAgreee{
	border: 2px solid #000;
	border-radius: 4px;
	color: white !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 20px;
	position: absolute;
	right: -140px;
	top: 10px;
	background-color: #20569E;
}
#cookieAgreee:hover {
	color: #20569E !important;
	background-color: #fff;
	text-decoration: none;
}
.link {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.fbicon {
	background-image: url(../images/transparent.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 38px;
	background-position: -410px 0px;
	margin-top: 1em;
	text-align: center;
	display: block;
}
label.error1 {
	font-weight:normal;
	color:#F00 !important;
	text-align:center;
	font-size: 14px;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
form.cmxform label.error1 { display: none; }
.breadcrumb {
	border-radius: 0px;
	color: #777;
	text-align:center;
	background-color:transparent;
	padding: 15px;
  font-size: 14px;
}
.breadcrumb > li {
    display: inline;
}
.breadcrumb a{
	color: #333;
	text-decoration: none;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
.big_img {
	width: 410px;
	overflow: hidden;
	margin-bottom: 0px;
}
.alert {
    display: inline-block;
}
.thumb-img4 {
	width:80px;
	max-height:68px;
	padding:0px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}
.thumb4 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img3a {
	background-color: #000;
	width:auto;
	height: 245px;
	padding:0;
	overflow: hidden;
	margin: 0;
}
.thumb-img3b {
	background-color: #000;
	width:auto;
	height: 475px;
	padding:0;
	overflow: hidden;
	margin: 0;
}
.thumb-img3 {
	background-color: #000;
	width:100%;
	height: 475px;
	padding:0;
	overflow: hidden;
	margin: 0;
}
.thumb3 {

	padding: 0px;
	margin: 0px;
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}
.thumb3:hover {
	opacity: 1;
}
.thumb-img2 {
	width:100%;
	height:200px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	clear:both;
}
.thumb2 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img1 {
	width:100%;
	height:260px;
	padding:0px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}
.thumb1 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
	position: relative;
	z-index: 1;
}

.thumb-img0 {
	width:100%;
	padding:0px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;

}
.thumb0 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
	object-fit: cover;
}
.carousel .thumb-img0 {
	height: 85vh;
}
.thumb-img-gal {
	width:100%;
	height:150px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.thumbgal {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-left {
	width:100%;
	height:195px;
	padding:0px;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 10px;
}
.thumbleft {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-view {
	width:220px;
	height:130px;
	padding:0px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 18px;
}
.thumbview {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.jackbox {
  float: initial;
}
.video {
	display: block;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-bottom: 40px;
	border-radius: 0px;
	position: relative;
	color: #333;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
}
.video h1 {
	font-size: 24px;
	color: #ca1f26;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 20px;
}
.panel {
	border-radius: 0px;
	}
.panel-default > .panel-heading {
	background-image: none;
	background-color: #ff7300;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 0px;
	}
.panel-custom {
	margin-bottom:5px;
	border-radius: 0px;
	}
.panel-heading > .panel-custom {
	padding: 5px;
	border-radius: 0px;
	}
.panel-default > .panel-heading h4 a {
	color: #ffffff;
	text-decoration: none;
	}
.panel-heading h4 a {
	color: #333;
	}

.panel-body{
	background-color: #F5F5F5;
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.panel-body .discount {
    height: auto;
    padding: 10px 8px;
}

.panel-body h4{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	}
.panel-body  a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.panel-body  a:hover {
	font-weight: normal;
	text-decoration: underline;
}
.panel-body:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}

.panel-body .basket-icon {
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:inline-block;
	padding: 5px;
}
.panel-body .basket-icon:hover {
    color: #fff;

}
.product-heading a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/transparent.png);
	background-repeat: repeat-x;
	background-position: 0px -60px;
	background-color: #ff7300;
	display: inline-block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.product-heading a:hover {
	background-image: url(../images/transparent.png);
	background-repeat: repeat-x;
	background-position: 0px -160px;
	background-color: #333;
}
.product-heading hr {
	margin-top: 0px;
}
.producthome .col-lg-1, .producthome .col-lg-10, .producthome .col-lg-11, .producthome .col-lg-12, .producthome .col-lg-2, .producthome .col-lg-3, .producthome .col-lg-4, .producthome .col-lg-5, .producthome .col-lg-6, .producthome .col-lg-7, .producthome .col-lg-8, .producthome .col-lg-9, .producthome .col-md-1, .producthome .col-md-10, .producthome .col-md-11, .producthome .col-md-12, .producthome .col-md-2, .producthome .col-md-3, .producthome .col-md-4, .producthome .col-md-5, .producthome .col-md-6, .producthome .col-md-7, .producthome .col-md-8, .producthome .col-md-9, .producthome .col-sm-1, .producthome .col-sm-10, .producthome .col-sm-11, .producthome .col-sm-12, .producthome .col-sm-2, .producthome .col-sm-3, .producthome .col-sm-4, .producthome .col-sm-5, .producthome .col-sm-6, .producthome .col-sm-7, .producthome .col-sm-8, .producthome .col-sm-9, .producthome .col-xs-1, .producthome .col-xs-10, .producthome .col-xs-11, .producthome .col-xs-12, .producthome .col-xs-2, .producthome .col-xs-3, .producthome .col-xs-4, .producthome .col-xs-5, .producthome .col-xs-6, .producthome .col-xs-7, .producthome .col-xs-8, .producthome .col-xs-9 {
    padding-left: 0px;
}
.producthome {
	background-color: #EEEEEE;
	transition: all 0.5s ease 0s;
	margin-bottom: 25px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-align: left;
	color: #333;
}

.producthome h2{
	text-decoration: none;
	font-weight: 300;
	font-size: 26px;
color: #333;
}
.producthome h3:hover {
	color:#ff7300;
	text-decoration: underline;
}
.producthome .thumb-img0{
	display: inline-block;
	height: 395px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.producthome2 a {
	background-color: rgba(0, 0, 0, 1);
	margin-bottom: 25px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	color: #fff;
}
.producthome2 a:hover {
	opacity: 1;
	color:#ff7300!important;
	text-decoration: none;
}
.producthome2 :hover .stilloverlay {
  background-color:rgba(32, 86, 158, 0.1);
}

.producthome2 a h2 {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 0px 1px 1px  #000;
}
.producthome2 h2:hover {

}
.producthome2 a span {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding:15px;
	display: block;
  width: 100%;
}
.producthome2 .col-lg-1, .producthome2 .col-lg-10, .producthome2 .col-lg-11, .producthome2 .col-lg-12, .producthome2 .col-lg-2, .producthome2 .col-lg-3, .producthome2 .col-lg-4, .producthome2 .col-lg-5, .producthome2 .col-lg-6, .producthome2 .col-lg-7, .producthome2 .col-lg-8, .producthome2 .col-lg-9, .producthome2 .col-md-1, .producthome2 .col-md-10, .producthome2 .col-md-11, .producthome2 .col-md-12, .producthome2 .col-md-2, .producthome2 .col-md-3, .producthome2 .col-md-4, .producthome2 .col-md-5, .producthome2 .col-md-6, .producthome2 .col-md-7, .producthome2 .col-md-8, .producthome2 .col-md-9, .producthome2 .col-sm-1, .producthome2 .col-sm-10, .producthome2 .col-sm-11, .producthome2 .col-sm-12, .producthome2 .col-sm-2, .producthome2 .col-sm-3, .producthome2 .col-sm-4, .producthome2 .col-sm-5, .producthome2 .col-sm-6, .producthome2 .col-sm-7, .producthome2 .col-sm-8, .producthome2 .col-sm-9, .producthome2 .col-xs-1, .producthome2 .col-xs-10, .producthome2 .col-xs-11, .producthome2 .col-xs-12, .producthome2 .col-xs-2, .producthome2 .col-xs-3, .producthome2 .col-xs-4, .producthome2 .col-xs-5, .producthome2 .col-xs-6, .producthome2 .col-xs-7, .producthome2 .col-xs-8, .producthome2 .col-xs-9 {
    padding-left: 1px;
    padding-right: 1px;
	padding-bottom: 1px;
}
.product {
	display: block;
  overflow: hidden;
	text-align: left;
	margin-bottom: 25px;
	color: #676767;
	height: 462px;
	border: 1px solid #F0F0F0;
	background-color: #FAFAFA;
	transition: all 0.5s ease 0s;
	font-size: 15px;
}
.product:hover {
	background: none repeat scroll 0 0 #fff;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border: 1px solid #CCC;
  background-color: white;
	box-shadow: 0px 0px 15px #999;
}
.product h3 {
	color: #000;
	text-decoration: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 22px;
	margin-top: 0px;
}
.product .over{
	position: absolute;
	z-index: 1;
	margin-top: 100px;
	margin-left: 10px;
	font-size: 20px;
	color: #3b7fbe;
	text-shadow: 1px 1px 3px rgba(255,255,255,1);
}
.product h3:hover{
	color: #3b7fbe;
	text-decoration: underline;
}
.product p {
	font-size: 14px;
}
.product:hover a img {
    transform: scale(1.05) rotate(-0.5deg);
}
.orange h2 a{
	color: #ff7300;
	text-decoration: none;
	font-weight: bold;
}
.webcamtitle {
	width: 100%;
	display: block;
	padding-bottom: 12px;
	color: #000;
	text-align: center;
	background-color: #fff;
	margin-bottom:25px;
	position: relative;
}
.webcamtitle img {
	height: 152px;
	width: 100%;
	overflow: hidden;
	margin-bottom:10px;
}
.webcamtitle .over {
	position: absolute;
	background-color: #ff7300;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	bottom:45px;
	left:0;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:12px;
	padding-right:12px;
}
.product-related-header {
	background-color: #E46400;
	background-image: url(../images/transparent.png);
	background-position: 0px -60px;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}
#divporuka1 {
	color: #FFF;
	background-color: #ff7300;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.list-group {
    border-radius: 0px;
    box-shadow: none;
}
.list-group h1 {
	font-size: 18px;
	color: #000;
	display: block;
	margin-bottom: 5px;
	margin-top: 0px;
	border-radius: 0px;
	}
.list-group-item {
	display: inline-block !important;
	width: 100% !important;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-radius: 0px;
	color: #666;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	}
.list-group-item:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.boxw {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.boxd {
	background-color: #494C4A;
	color: #fff;
	padding: 35px;
}
.boxp {
	padding: 15px;
	display: inline-table;
	width: 100%;
}
.boxp h1 {
	margin-bottom: 30px;
	font-weight: 700;
}
.boxp td {
	padding: 4px!important;
}
.well h2 {
	margin-top: 0px;
}
.home {
	display: block;
	margin-bottom: 20px;
	border-radius: 0px;
	position: relative;
	padding-top: 0;
	color: #565656;
	overflow: hidden;
	background-color: #EEEEEE;
}

.home a {
	text-decoration: none !important;
}
.home h2 a, .home h2 {
	font-size: 40px;
	font-weight: 300;
	text-decoration: none !important;
	margin-top: 20px;
	margin-bottom: 30px;
	display:block;
	color: #565656;
}
.home h2 a:hover, .home h2:hover{
	text-decoration: none !important;
	color: #ff0000 !important;
}
.home p {
	font-size: 14px;
}

.home:hover a img {
    transform: scale(1.02) rotate(0deg);
}

.gallery {
	display: block;
	height: 260px;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-bottom: 20px;
}
.gallery:hover {
	box-shadow: 0px 0px 10px #999;
}
.gallery:hover a img {
    transform: scale(1.1) rotate(0deg);
}
.gallery .label{
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color:#20569E;
	border-radius: 0px;
	margin-top: 0px;
	position: absolute;
	display: inline-block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	z-index: 1;
}
.label-default{
	background-color: #333;
	letter-spacing: 0.05em;
	background-image: none;
}
.description {
  margin: 15px;
  max-height: 185px;
  overflow: hidden;
}

.description h3{
	color: #000;
	font-weight: bold;
	font-size: 16px;
}
.description1 h3:hover{
	color: #F60;
	text-decoration: underline;
	font-weight: bold;
}
.menu-wrapper-left {
		width: 250px;
	}
.carousel-control {
    line-height: 20px;
    width: 30px !important;
}

.carousel a {
	background-image: none!important;
	opacity: 0.9;
}
.carousel span {
	background-color: #20569E;
	padding: 15px;
	width: 55px!important;
	margin-left: -20px!important;
	height: auto!important;
	margin-right: -15px!important;
	transform: translateY(-50%);
}
.carousel a img {
    max-width: 100% !important;
}
#carousel-tube span {
  background: transparent;
}

.socialIcon a {
	color: #ffffff;
	display: inline-block;
	font-size: 17px;
	margin-right: 10px;
	padding: 6px 3px;
	text-align: center;
	transition: all 0.15s ease-in-out 0s;
	width: 35px;
	background-attachment: scroll;
	background-color: #ccc;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.socialIcon a:hover {
	color: #fff;
	background-color: #3b7fbe;
}
.plus a {
	padding: 0px;
	margin: 0px;
}
.tabs-group{
	display: block;
}
.nav-tabs > li > a {
	background-color: #333;
	color: #FFF;
}
.tab-content > .active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.btn-custom
{
	background-color: #3b7fbe;
	background-image: none;
	color: #FFF!important;
	font-size:15px;
	margin-top: 10px;
	border-radius: 0px;
	display:inline-block;
	font-weight: bold;
	padding-left:15px;
	padding-right: 15px;
	padding-top:8px;
	padding-bottom:8px;

  transition: 0.5s;
}
.btn-custom.fix {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.btn-custom:hover
{
	background-color: #1f598f;
	background-image: none;
	color: #fff!important;
}
.btn-custom1
{
	background-color: #E46400;
	background-image: url(../images/transparent.png);
	background-position: 0px -200px;
	color: #FFF;
	font-size:20px;
	margin-top: 10px;
	border-radius: 0px;
	display:inline-block;
	font-weight: 400;
	padding-left:30px;
	padding-right: 30px;
	padding-top:20px;
	padding-bottom:20px;
}
.btn-custom1:hover
{
	background-color: #333;
	background-image: none;
	color: #FFF;
}
.btn-custom2
{
	background-color: #0A589E;
	background-image: none;
	color: #FFF;
	font-size:20px;
	margin-top: 10px;
	border-radius: 0px;
	display:inline-block;
	font-weight: 400;
	padding-left:20px;
	padding-right: 20px;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #fff;
}
.btn-custom2:hover
{
	background-color: #333;
	background-image: none;
	color: #FFF;
}
.pagination > li > a,
.pagination > li > span {
	color: #FFF;
	background-color: #0A589E;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #333;
	border-color: #666;
}
label.error1 {
	font-weight:normal;
	color:#F00 !important;
	text-align:center;
	font-size: 14px;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
label.error1 { display: none; }

		.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	display: inline;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
		}

		.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
	color: #000;
	text-decoration: none;
		}
#weatherHeader {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: auto;
	max-width: 125px;
	border: 1px solid #dedede;
	padding: 5px 5px;
	border-radius: 8px;
  margin: auto;
	/* background: rgb(255,129,25);
	background: linear-gradient(16deg, rgba(255,129,25,1) 0%, rgba(230,7,0,1) 100%); */
	/* background: #3b7fbe; */
}

#weatherHeader .weather-row {
	display: flex;
	align-items: center;
	flex-direction: row;
}

#weatherHeader .weather-row .weather-icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	width: 38px;
	font-size: 28px;
	color: #3b7fbe;
}

#weatherHeader .weather-row span:last-of-type {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #3b7fbe;
}

.inline-sm,
.inline-xs {
  display: none;
}

.hover-transparent {
  transition: opacity 0.4s;
}
.hover-transparent:hover {
  opacity: 0;
}




@media (max-width: 767px) {
.gdpr {
	margin: 25px 0 15px 0;
	text-align: center;
}
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none;
  }
  .xs-center {
    text-align: center;
  }
  .logograd {
	display: block;
  }
  .logograd3 {
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
  }
  .logograd3 div {
	display: block;
	width: 100%;
  }
  .lagmobile {
	display: flex!important;
	text-align: center;
	justify-content: center;
  }
  .logo-lag {
	width: 200px;
	}
  .weather-wrap {
    padding-right: 0;
  }
  .social-wrap {
    padding-left: 8px;
  }
  .socialmob {
	float: left;
	margin: 12px;
	position: absolute;
	z-index: 1;
  }
  .socialmob a {
	color: #ccc;
	font-size: 15px;
	margin-right: 7px;
  }
  /*==================================*/

  /* .carousel span {
    top: 42%!important;
  } */
  .search-wrap {
      padding: 0;
  }
  .mobile-search-wrap {
      margin-top: 0;
      padding-bottom: 0;
  }
  .gallery {
  max-width: 310px;
  margin: 0 auto 25px;
  padding-bottom: 25px;
  height: auto;
  }
  .thumb-img-gal {
      height: auto;
  }
  .h1 {
  font-size: 28px;
  }
  .breadcrumb {
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  }
  .text-img {
      max-width: 100%;
    margin-right: 0!important;
    float: none !important;
  }
  .jackbox {
      display: block!important;
  }
  .main {
    padding-top: 0;
    padding-bottom: 0;
  }
  #weatherHeader {
    max-width: 100px;
  }
  .languages {
    margin-right: 0px;
	margin-top: 10px;
  }
  .boxp h1 {
      font-size: 26px;
	  line-height: 32px;
  }
  .boxp {
    padding: 0 5px;
    overflow: hidden;
	display: block;
  }
  .wfadeanim {
    visibility: visible;
  }
  .bannerframe {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .bannerbox {
    text-align: center;
	width: 100%;
  }
  .bannerbox img {
    width: 70%;
    margin: auto;
  }
  .full-height-2 {
    height: auto;
    text-align: right;
  }
  .head-row {
    margin-top: 55px;
	height: 80px;
  }
  .infobox {
    margin-right: -40px;
  }
  .col-cam,
  .width20 {
    width: unset;
  }
  .footer-banner img,
  #footer .icon1 {
    height: 140px;
    margin-top: 15px;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .nivagoweb {
    text-align: center;
    width: 100%;
    padding-top: 30px;
  }
  .navbar-brand {
    padding: 15px 0;
    margin-right: 10px;
    margin-bottom: 0px;
    height: auto;
    margin-left: 0px;
  }
  footer {
    height: auto;
  }

  .inline-sm,
  .inline-xs {
    display: inline !important;
  }
  .thumb-view {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .carousel .thumb-img0 {
	height: 80vh;
  }
  .navbar-header {
    margin-top: 0px;
  }
  .navbar-right{
    float: right;
  }
  .nav > li {
    float: left;
  }

  .navbar-top{
    display: inline-block;
  }
  .navbar-default {
    position: absolute;
  }
  .navbar-custom .nav li a {
    transition: background-color 0.3s ease-in-out 0s;
    padding: 10px;
    float: left;
  }
  .navbar-nav > li:first-child  {
    margin-left: 0px;
  }
  .nav-pills > li {
    display: block !important;
    float:none;
  }
  #slidingbar-area {
    display: none;
  }
  #topbar {
    display: none;
  }
  .navbar-default {
    top: 0 !important;
    height: auto !important;
    float: none !important;
  }
  .navbar-collapse .nav {
    float: none !important;
  }
  .navbar-default .navbar-nav li > a, .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
    border-top-color: #E1E1E1 !important;
    border-top-width: 1px !important;
    border-top-style: solid !important;
    line-height: 20px !important;
    height: auto !important;
    margin: 0;
  }
  .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
    background-color: #007AFF !important;
    color: #FFFFFF !important;
  }
  .navbar-nav, .dropdown-menu {
    margin-top: -1px !important;
    padding-top: 0;
    margin-bottom: 0 !important;
  }
  .navbar-toggle {
    border: medium none;
    border-radius: 0;
    margin: 11px 12px;
    padding: 10px;
    background-color: #007cb2;
  }
  .navbar-toggle .icon-bar {
    background-color: #FFFFFF !important;
  }
  .navbar-default .navbar-nav .menu-search > a:hover, .navbar-default .navbar-nav .menu-search > a:focus {
    background: none !important;
    color: #007AFF !important;
  }
  .search {
  width: 100%;
  }
  .search:focus {
    border-color: #ddd;
  }
  .search-box {
    top: 3px;
    right: 3px;
    bottom: auto;
    margin: 0 !important;
    border: none !important;
    box-shadow: none;
    background: none;
  }
  .search-box .arrow {
    display: none;
  }
  .search-box .popover-content {
      padding: 0 !important;
  }

  .grid-container {
    display: block;
  }
  /* Tabs Left*/
  .tabs-left .nav-tabs li.active a, .tabs-left .nav-tabs li.active a:hover, .tabs-left .nav-tabs li.active a:focus {
    border-right-color: #dddddd;
  }
  .tabs-left .nav-tabs {
    float: none;
  }
  .tabs-left .tab-content {
    border-top: none;
  }
  /* .thumb-img0 {
    height:auto !important;
  } */
  .thumb-img1 {
    height:auto !important;
    max-height:auto !important;
  }
  .thumb-img2 {
    height:auto !important;
    max-height:auto !important;
  }
  .btn-custom.fix,
  .btn-custom {
    margin-top: 15px;
    width: 50%;
    position: initial;
	margin-bottom: 15px;
  }
  .home {
    height: auto !important;
  }
  .product {
    height: auto !important;
    text-align: center;
    max-width: 330px;
    margin: 15px auto;
  }
  .thumb-left {
    max-width: 320px;
	height: auto;
    display: inline-block;
  }
  .menu-wrapper-left {
    width: 100%;
  }
  #cookiesdisplay p{
    color: #CCC;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    }
  #cookieAgreee{
    padding: 10px 20px;
    right: 0px;
    top: 0px;
    clear:both;
    display: inline-block;
    position: relative;
  }
  #weatherHeader {
    justify-content: space-between;
    padding: 2px 15px;
    margin: 0 auto 10px auto;
  }
  .section-head {
	padding: 0;
  }
  #weatherHeader .weather-row .weather-icon-box {
	height: 30px;
	width: 34px;
	font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
#accessibility_mobile.accessibility {
    right: 65px!important;
}
.gdpr {
	margin: 25px 0 15px 0;
	text-align: center;
}
.socialmob {
  float: left;
  margin: 12px;
  position: absolute;
  z-index: 1;
}
.socialmob a {
  color: #ccc;
  font-size: 15px;
  margin-right: 7px;
}
.btn-custom.fix {
    bottom: 35px;
    left: 30px;
}
.logograd {
	margin-top: 35px;
  }
.social a {
	margin: 0 3px;
	font-size: 13px;
  }
  .wfadeanim {
    visibility: visible;
  }
  .col-cam {
    width: 33.333333%;
  }
  .head-row {
    margin-top: 52px;
  }
  footer {
    height: auto;
  }
  .logograd4 {
  margin-right: 15px;
}
.logograd5 {
  margin-right: 15px;
}
  #footer .copyright {
    text-align: center;
  }
  #footer .nivagoweb {
    text-align: center;
    width: 100%;
    padding-top: 30px;
  }
  .visible-sm {
    display: block !important;
  }
  .inline-sm {
    display: inline !important;
  }

  .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* .carousel .thumb-img0 {
    height: 340px;
  } */
  /* .thumb-img0 {
    height:auto !important;
  } */
  .thumb-img1 {
    height:auto !important;
    max-height:auto !important;
  }
  .thumb-img2 {
    height:auto !important;
    max-height:auto !important;
  }
  .product {
  }
  .home {
    height: auto !important;
  }
  .btn-custom
  {
    margin-top: 15px;
  }
  .menu-wrapper-left {
        width: 100%;
      }
  #cookiesdisplay p{
    color: #CCC;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }
  #cookieAgreee{
    background: #C80A1E;
    border: 2px solid #000;
    border-radius: 4px;
    color: #FFF !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 20px;
    right: 0px;
    top: 0px;
    clear:both;
    display: inline-block;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.wsmenu > .wsmenu-list > li > a {
	    padding: 0 10px!important;
	    font-size: 14px!important;
	}
  .visible-md {
    display: block !important;
  }
  .social a {
	margin: 0 5px;
  }
  /* .carousel .thumb-img0 {
    height: 430px;
  } */
  .footer-banner img,
  #footer .icon1 {
    height: 135px;
  }
  .logograd4 {
  margin-right: 15px;
}
.logograd5 {
  margin-right: 15px;
}

}
@media (max-width: 991px) {
  /* .languages {
    position: fixed;
    top: 5px;
    right: 52px;
  } */
  .header-logo {
    display: none;
  }
  .footer-banner {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .stilloverlay {
    height: 250px;
  }
}

/*
  ====================================
  =     webcam modal-dialog fixes    =
  ====================================
*/
.modal-dialog {
  margin-top: 100px;
}


@media (min-width: 768px) {
  .modal-dialog {
    margin: 90px auto;
  }
}



.showbiz .mediaholder img {
	margin-bottom: 0px !important;
}

.kuk {
	background-image: url(../images/healt-icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 107px;
	height: 110px;
}

.koljeno {
	background-image: url(../images/healt-icons.png);
	background-repeat: no-repeat;
	background-position: -113px 0px;
	width: 107px;
	height: 110px;
}

.lakat {
	background-image: url(../images/healt-icons.png);
	background-repeat: no-repeat;
	background-position: -231px 0px;
	width: 107px;
	height: 110px;
}

.stopalo {
	background-image: url(../images/healt-icons.png);
	background-repeat: no-repeat;
	background-position: -341px 0px;
	width: 107px;
	height: 110px;
}

p.small-white {
	font-size: 75% !important;
	color: #ffffff !important;
}

.sb-retro-skin .mediaholder{
	padding: 0 !important;
}

.sb-retro-skin .detailholder {
	min-height: 115px !important;
}

.navbar-right .dropdown-menu {
	left: auto !important;
	right: auto !important;
}
