body {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	background-color: #fff;
}

html{
    /*height: 100%;*/
    overflow-x: hidden;
}

:root {
  --dark-blue: #0b1337;
  --yellow-lin: linear-gradient(90deg, rgba(247,204,104,1) 0%, rgba(250,172,123,1) 100%);
  --yellow-main: rgba(250,172,123,1);
  --grey: #f5f4f2;
}

body { color: var(--dark-blue); }

p {
	font-size: 16px;
}

a{ 
	text-decoration: none!important;
}
header {
    color: #333;
}
.headericon {
    color: #EE1350;
	margin-right: 5px;
}
.bold {
     font-weight:bold;
}
.italic {
	font-style: italic;
}
.pull-center {
	text-align: center;
}
.form-group {
    margin-bottom: 8px;
}
.boxb {
	background-color: #ffffff;
	}
.well {
	background-color: #fff;
	background-image:none;
	border-radius: 0px;
	border: 1px solid #ddd;
	font-size: 16px;
}
.well h1 {
	color: #333;
	display:block;
	margin-top: 0px;
}
.well h1:hover {
	color: #EE1350;
}
.well .thumb-img1 {
	color: #333;
	display:block;
	margin-bottom: 0px;
}
.navbar-brand {
	padding: 0 0;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0;
	height: auto;
	margin-left: 0px;
	max-width: 150px;
}
.bwWrapper {
    position:relative;
    display:block;
}
#wrapper {
	list-style:none;
	margin:10px 0;
	float:left;
	padding:0;
}
#wrapper li {
	float:left;
	margin: 15px 30px 15px 0;
	background: url(loader.gif) center center no-repeat;
}
#wrapper li a {
	opacity:0.2;
	filter:alpha(opacity=10);
}
#wrapper li.last {
	float:left;
	margin: 15px 0 15px;
}
.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; }
.space100 { margin-top:100px; }
.space150 { margin-top:150px; }
.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 */
    }

a { color: inherit; }
a:hover { color: var(--yellow-main) }

h1 {
	font-weight: 700;
	text-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 14px;
	color: var(--dark-blue);
}

.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:18px;
	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-container {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	padding:0px;
	display: inline-block;
	background-color: #00AEEF;
	text-align: center;
	font-size: 20px;
	position: relative;
}
.main-container h1 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	display: block;
    margin-bottom: 25px;
	margin-top: 20px;
}
.main {
	padding: 25px 0;
}
.footer-container {
	padding: 15px;
	font-size: 20px;
	line-height:26px;
	font-weight: normal;
	background-color: #FFF;
	border: 0px none #CCC;
	margin-top: 15px;
	margin-bottom: 0px;
	}
.footer-container h3{
	color: #ca1f26;
	text-decoration: none;
	margin-top: 0px;
	}
.footer-container span, .footer-container span a {
	color: #FF6D0A;
	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;
}

.borderless td {
    border: none !important;
}

.navbar {
	margin-bottom: 0px;
	border: 0;
}
.navbar-nav {
    color: #dd353c;
}

.navbar-nav > li:first-child  {
  margin-left: -15px;
}
.navbar-nav > li > a {
	text-shadow: none;
	font-weight: 700;
}
.navbar-custom li li a:hover {
	background-color:  #EE1350 !important;
}
.sticky {
    position:fixed;
    top:0;
    width: 100%;
    z-index: 999999;
	background-color: #333;
	color:#fff!important;
}
.topnavbar {
	margin-top: 0px;
	min-height: 50px;
	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;
	color: #FFF;
	font-size: 15px;
}
.topnavbar li{
	list-style-image: none;
	list-style-type: none;
}

.topnavbar a{
	color: #333;
	padding-top: 10px;
padding-bottom: 10px;
}
.topnavbar a:hover{
	color: #EE1350;
}
.sticky  a {
	color:#fff!important;
}
/*.topnavbar .nav li a:hover{
	color: #F00;
	text-decoration: underline;
}*/

.search {
	color: #000;
	width: 100%;
	background-attachment: scroll;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 0;
	padding-top: 0;
	background-color: #fff !important;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	border: 1px solid #ccc;
	font-size: 15px;
}
.search:focus {
	box-shadow: none;
	color: #000;
	font-weight: 300;
	transition: all 0.3s ease 0s;
	border: 1px solid #EE1350;
}
.navbar-nav h3, .navbar-nav h3 a{
    margin-top: 5px;
	color: #fff;
}
.navbar-text {
    margin-top: 8px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
	background-color: #333;
}
.navbar-custom {
	background-image: none;
	background-color: #EE1350;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 20px;
	border-radius: 0px;
	min-height: 40px;
}

.navbar-custom a {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-custom .nav li a {
    transition: background 0.3s ease-in-out 0s;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	background-color: #fff!important;
	outline: 0 none;
	color: #EE1350!important;
}
.dropdown-menu > li > a {
	background-color: #333;
	background-image: none;
	color: #ffffff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: #EE1350;
	background-image: none;
	color: #FFF;
}
.lang {
	margin-top: 5px;
	border-left: 1px solid #999;
	float: right;
	margin-left: 5px;
	padding-left: 10px;
	/* padding-top: 3px; */
}
.lang a {
	background-color: #00AEEF;
    color: #fff;
	font-size: 14px;
	text-shadow: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	box-shadow: 0px 9px 23px -10px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 9px 23px -10px rgba(0, 0, 0, 0.75);
}
.lang a:hover {
	background-color: #fff;
	color: #00AEEF;
	text-decoration: none;
}
.nav-pills {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 14px;
}
.nav-pills > li {
  display: block;
}
.nav-pills > li:first-child  {
  margin-left: 0px;
}
.nav-pills  a {
	color: #000;
	text-shadow: none;
}
.nav-pills  a:hover {
	color: #EE1350;
}
.nav > li > a:hover {
	color: #fff;
	border-radius:0;
	background-color:#EE1350 !important;
}
.boxfooter {
	background-color: #EE1350;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 20px 10px;
}
.footerpozadina {
	font-size: 12px;
	padding: 15px 10px;;
	position: relative;
	height: auto;
	color: #FFF;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
	font-weight: normal;
	background-color: #000;
}

/* .portfolio_078 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	transition: all 0.5s ease 0s;
	max-width: 85%!important;
}
.portfolio_078 img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
} */
.newsletter_form {
	margin-left: 35px;
    font-weight: 300;
}
.newsletter_form h3 {
	color: #000;
    font-weight: 700;
}
#newsletter_form {
	position: relative;
}
#newsletter_form input {
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 6px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    border: 1px solid lightgrey;
    border-radius: 30px 30px 30px 0;
    padding: 0;
    text-indent: 15px;
    height: 47px;
    outline: none;
    color: #000;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#newsletter_form input[type='checkbox'] {
    float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
}
#newsletter_form .btn-default {
	background: var(--yellow-main);
	background-image: var(--yellow-lin);
	border-radius: 30px 30px 30px 0;
	color: #fff;
	font-weight: 400;
	text-shadow: none;
	position: absolute;
	right: 0;
	top: 0;
	/* width: 150px; */
	padding: 6px 20px;
	line-height: 35px;
	z-index: 1;
	cursor: pointer;
	z-index: 1;
	border: solid 0px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
#newsletter_form .btn-default:hover {
	background-color: #333;
	background-image: none;
}

.contact-list-item {
    padding-left: 0;
}

#cookiesdisplay {
	background: var(--yellow-lin);
	position: fixed;
	z-index: 99999;
	min-height: 80px;
	line-height: 20px;
	font-weight: bold;
	color: var(--dark-blue);
	transition: all 1s ease 0s;
	width: 100%;
}
#cookiesdisplay p{
	color: var(--dark-blue); 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: #FFF !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 20px;
	position: absolute;
	right: -140px;
	top: 10px;
	background-color: var(--dark-blue);
}
#cookieAgreee:hover {
	color: var(--dark-blue) !important;
	background-color: #FFF;
	text-decoration: none;
}
.link {
	color: #007cb2;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.linkkategorije {
	color: #007cb2;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	float: right;
}
.fbicon {
	color: #6181C1;
	margin-right: 15px;
}
.twittericon {
	color: #45BDED;
	margin-right: 15px;
}
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; }

.big_img {
	width: 550px;
	margin-right: 0px;
}
.alert {
    display: inline-block;
}
.thumb-img5 {
	width:100%;
	max-height:750px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 25px;
}
.thumb5 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img4 {
	width:288px;
	max-height:190px;
	padding:0px;
	overflow: hidden;
	float: left;
	/* display: inline-block; */
	/* margin-bottom: 15px; */
}
.thumb4 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img3 {
	width:100%;
	/* height: 100%; */
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	clear:both;
}
.thumb3 {
	width:100%;
	/* height: 100%; */
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img2 {
	width:100%;
	height:250px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumb2 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img1 {
	width:100%;
	height:170px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	position: relative;
}
.thumb1 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
	position: relative;
	z-index: 1;
}

.thumb-img0 {
	width:100%;
	height:215px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumb0 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.carousel .thumb-img0 {
	height:500px;
}
.thumb-img-gal {
	width:100%;
	height:175px;
	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:90px;
	height:68px;
	padding:0px;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 0px;
	display: inline-block;
	float: left;
	margin-top: 10px;
}
.thumbleft {
	width:90px;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
/*.thumb-view {
	width:164px;
	height:105px;
	padding:0px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin: 5px;
}
.thumbview {
	width: 164px;
	padding: 0px;
	margin: 0px;
}*/
.thumb-viewp {
    width: 200px;
    height: 135px;
    padding: 0px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    margin-top: 0px;
}
.thumbviewp {
    width: 200px;
    padding: 0px;
    margin: 0px;
	transition: all 0.5s ease 0s;
}
.list-group-item .thumb-viewp {
	margin-top: 5px!important;
    margin-bottom: 0px!important;
}
.panel {
	border-radius: 0px;
	}
.panel-default > .panel-heading {
	background-image: url(../images/transparent.png);
	background-repeat: repeat-x;
	background-position: 0px -60px;
	background-color: #BC1921;
	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;
	}
.panel-heading h4 a {
	color: #2062AE;
	}

.panel-body{
	background-color: #F5F5F5;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: relative;
}
.panel-body .discount {
    height: auto;
    padding: 10px 8px;
}
.panel-body .text {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.panel-body h4{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	}
.panel-body  a {
	color: #000;
	font-weight: normal;
}
.panel-body  a:hover {
	font-weight: normal;
	color: #E46400;
}
.panel-body:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.panel-body  .cijena {
	color: #E46400;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.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: #BC1921;
	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: #2583C5;
}
.product-heading hr {
	margin-top: 0px;
}
/*.product {
	background-color: #fff;
	display: block;
	height: 430px;
	color: #676767;
	text-align: left;
	transition: all 0.5s ease 0s;
	border: 1px solid #DBDBDB;
	margin-bottom: 20px;
	font-size: 15px;
}
.product:hover {
	background: none repeat scroll 0 0 #f4f4f4;
	-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;
	box-shadow: 0px 0px 10px #999;
}
.product .star{
	position: absolute;
	text-transform: uppercase;
    position: absolute;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
    left: 0;
    right: 0;
    text-decoration: none;
    bottom: 0;
    z-index: 2;
    color: #00AEEF;
    padding: 10px 15px;
    background-image: linear-gradient(0deg, #000, transparent);
}*/
/*.product h4 a{
	color: #333;
	text-decoration: none;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	margin-top: 0px !important;
}*/
/*.product .over{
	position: absolute;
	z-index: 1;
	margin-top: 100px;
	margin-left: 10px;
	font-size: 20px;
	color: #FB7C00;
	text-shadow: 1px 1px 3px rgba(255,255,255,1);
}
.product h4 a:hover{
	color: #00AEEF;
	text-decoration: none;
}
.product p {
	font-size: 14px;
}
.product:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.product .price {
	font-weight: 700;
	color: #EE1350;
	display: inline;
	font-size: 20px;
	margin-left: 7px;
}
.product-related-header {
	background-color: #BC1921;
	background-image: url(../images/transparent.png);
	background-position: 0px -60px;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}*/

.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;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid var(--grey);
	margin-bottom: -4px;
	}
/*.list-group-item:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}*/
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    text-shadow: none;
    background-image: none;
    background-color: #00AEEF;
	font-size: 18px;
	font-weight: 700;
}
.boxw {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
}
.boxw .star{
	position: relative;
    color: #00AEEF;
    font-size: 26px;
	display: inline-block;
}
.boxw h1{
	display: block;
}
.boxblack {
	background-color: #BAC4C9;
	text-align: center;
}

.boxblack .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
		display: inline;
}


.boxp {
	padding: 15px;
}
.boxp h1{
	font-weight: 700;
}
.well h2 {
	margin-top: 0px;
}
.hometop0 {
	background-color: #333;
	border-radius: 0px;
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 30px;
	position: relative;
}
.hometop0:hover {
	/* background-color: #EE1350; */
	transition: all 0.5s ease 0s;
}

.hometop0 h3{
	position: absolute;
	text-transform: uppercase;
    position: absolute;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
    left: 0;
    right: 0;
    text-decoration: none;
    bottom: 0;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    padding: 20px 25px;
    background-image: linear-gradient(0deg, #00AEEF, transparent);
}
	/* line-height: 220px; */
}
.hometop0 h3:hover{
	text-shadow: 0 0 3px  #333;
}
.hometop0:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.naslovna h3 a{
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin-bottom:30px;
	display: block;
}
.boxgalerija {
    padding: 30px;
    background-color: #fff;
    color: #333;
    font-weight: 300;
}
.boxgalerija h2 {
    color: #333;
    font-weight: 300;
    margin-bottom: 20px;
}
.home {
	display: block;
	transition: all 0.5s ease 0s;
	margin-bottom: 20px;
	border-radius: 0px;
	position: relative;
	padding: 0px;
	color: #333;
	/* background-color: #3d3b3b; */
	height: 510px;
	overflow: hidden;
	text-align: center;
}
.home:hover {
	/* background: none repeat scroll 0 0 #333; */
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	box-shadow: 0px 0px 15px #999;
}
.home h4 a, .home h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 10px;
	display:block;
	color: #333;
}
.home h3 a, .home h3 {
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display:block;
	color: #fff;
}
.home h3 a:hover, .home h3:hover{
	text-decoration: none !important;
	color: #EE1350; !important;
}
.home p {
	font-size: 14px;
}

.home:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.home .btn-custom1 {
	/* position: absolute; */
	bottom: 5px;

}
.homebox {
	display: block;
	/*height: 480px;*/
	width: 50%;
	text-align: left;
	border-radius: 0px;
	position: relative;
	padding: 35px 45px;
	color: #fff;
	font-size: 17px;
	overflow: hidden;
	line-height: 29px;
}
.homebox a {
	text-decoration: none !important;
}
.homebox h3 a, .homebox h3 {
	font-size: 26px;
	font-weight: 700;
	text-decoration: none !important;
	margin-top: 0;
	margin-bottom: 20px;
	display:block;
	color: #fff;
	line-height: 38px;
}
.homebox h3 a:hover, .homebox h3:hover{
	text-decoration: none !important;
	color: #000 !important;
}
.homebox p {
	font-size: 14px;
}

.homebox:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.thumb-img10 {
	width:50%;
	height:515px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.thumb10 {
	height:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
	position: relative;
	z-index: 0;
}
.parallax {
  background-color: #333;
  position: relative;
  /* opacity: 0.75; */
  overflow: auto;
  margin-top: 20px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-overlay {
  /* background-color: rgba(153, 153, 153, 0.3); */
  background-color: rgba(0, 0, 0, 0.35);
  min-height: 300px;
  padding-top: 110px;
}
.parallax-overlay1 {
  background-color: rgba(0, 0, 0, 0.45);
  min-height: 200px;
  /* padding-top: 1px; */
}
.parallax h1 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: block;
}
.parallax .caption {
  margin-top: 65px;
  text-align: center;
  color: #fff;
  padding: 0 100px;
}
.parallax .caption span.border {
  color: #fff;
  padding: 15px !important; /* To override .full */
  font-size: 60px;
  /* text-shadow: 0px 2px 2px #000; */
}
.parallax .col-xs-12 {
  position: static;
}
.parallax .caption {
  transform: translateY(-5%);
}

.gallery {
	display: block;
	height: 270px;
	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:#EE1350;
	border-radius: 0px;
	margin-top: 0px;
	position: absolute;
	display: inline-block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.label-default{
	background-color: #333;
	letter-spacing: 0.05em;
	background-image: none;
}
.description {
    margin: 10px 15px;
    min-height: 120px;

}
.description1 {
	margin: 0 8px 0 8px;
	min-height: 85px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.description1 h4{
	color: #007cb2;
	font-weight: bold;
	display: inline-block;
}
.description1 h4:hover{
	color: #F60;
	text-decoration: underline;
	font-weight: bold;
}
.description1 .star{
	display: inline;
	font-size: 20px;
	margin-right: 10px;
}
.promotion {
    border-radius: 4px;
    top: 65px;
    height: 38px;
    left: 0px;
    position: absolute;
    width: auto;
    z-index: 10;
}

.discount {
    background: none repeat scroll 0 0 rgba(255, 0, 48, 0.9) !important;
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 22px;
    font-weight: 300;
    height: 100%;
    padding: 3px 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.menu-wrapper-left {
		width: 250px;
}
.carousel-caption {
    /* background-color: rgba(0,0,0,.8); */
	top: 39%;
	right: 20%;
left: 20%;
bottom: auto;
padding: 30px 40px;
line-height: 33px;
font-size: 18px;
}
.carousel-control {
    /* line-height: 20px; */
    width: 35px !important;
	/* color: rgba(0,0,0,.8); */
}
.carousel-caption h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 67px;
	margin-bottom: 5px;
	color: #fff;
	text-shadow: 0 2px 4px #000;
}

.carousel a img {
    max-width: 100%;
}
.soc {
	margin-top: 45px;
}
.socialIcon {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.socialIcon a {
	color: #333;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	text-align: center;
	transition: all 0.15s ease-in-out 0s;
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.socialIcon a:hover {
	color: #00AEEF;
}
.plus a {
	padding: 0px;
	margin: 0px;
	margin-top: -11px!important;
}
.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: var(--dark-blue);
	color: #FFF;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 0px;
	display:inline-block;
	padding: 5px 20px;
	border-radius: 20px;
    border-bottom-right-radius: 0;
    transition: all ease-in 300ms;
    text-transform: uppercase;
}
.btn-custom:hover
{
	background-color: var(--yellow-main);
	background-image: none !important;
	color: #FFF;
}
.btn-custom1
{
	background-color: #00AEEF;
	color: #FFF;
	font-size:26px;
	margin-top: 3px;
	margin-bottom: 10px;
	border-radius: 0px;
	display:inline-block;
	transition: all 0.3s ease 0s;
	padding: 8px 20px;
}
.btn-custom1:hover
{
	background-color: #E82600;
	background-image: none !important;
	color: #FFF;
}
.btn-custom2 {
	background-color: #E82600;
	border: 2px solid #fff;
	color: #FFF;
	font-size:20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 0px;
	display:inline-block;
	transition: all 0.3s ease 0s;
	padding: 8px 30px;
}
.btn-custom2:hover
{
	background-color: #333;
	background-image: none !important;
	color: #FFF;
}
.pagination > li > a,
.pagination > li > span {
	color: #FFF;
	background-color: #2062ae;
}
.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;
	z-index: 10;
		}

		.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
	color: #000;
	text-decoration: none;
		}

.z-table-links {
	text-align: center;
	vertical-align: middle;
}

.z-table-links img {
	max-height: 100px;
	max-width: 200px;
	width: auto !important;
	height: auto !important;
}

.wsmenucontainer > .container {
	position: relative;
}

.weather-container {
	position: absolute;
	top: 0;
	left: 335px;

}

.temp {
	font-family: inherit;
	font-weight: bold;
	font-size: 1em;
	color: #222;
}

.city-icon-holder {
	height: 100%;
}


.city-name {
	font-family: "inherit";
	font-size: 1em;
	font-weight: bold;
	color: #222;
}

.icon {
	width:50%;
}

.weather-widget{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center
}

.city-icon {
	height: 80%;
	width: 50%;
}

.temperature {
	height: 40%;
	width: 50%;
}

.weather-icon {
	font-size: 2em;
	padding: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.z-info ul {
	list-style-type: none;
	padding: 0;
}

.z-info span {
	font-weight: 700;
}

/* Dario CCS */

header .wsmenu02 { display: none; }
header #wsnavtoggle02 { display: none; }
header .smllogo { margin-top: 0; }
header .smallogo img { width: 100%; height: 100%; object-fit: contain; }
header .wsmenu-list > li > a { text-transform: uppercase; font-size: 14px; color: #fff; transition: all ease-in 300ms; padding: 15px 15px; }
header .wsmenu-list > li > a:hover { background: none; box-shadow: inset 0 -5px 0 0 #fff; }
header .wsmenu-list > li a.lang-select { text-transform: uppercase; }
header .wsmenu-submenu { box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%); top: 75px; }
header .wsmenu-submenu li a { background-color: #fff!important; color: var(--dark-blue); border-color: rgba(250,172,123,0.3); transition: all ease-in 200ms; }
header .wsmenu-submenu > li > a:hover { background-color: var(--yellow-main)!important; color: #fff; }

.cover { height: calc(100vh - 200px) }
.cover .container { height: 100%; }
.cover .container .cover-content { height: 100%; }
.cover::before { content: ''; /*opacity: 0.15;*/ position: absolute; top: 0; width: 100%; height: 100%; z-index: -1; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: rgba(255,255,255, 0.5); }
.cover .cover-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.cover .cover-content .cover-text { padding: 100px 0; flex: 0 0 50%; display: flex; flex-direction: column; justify-content: center; padding-right: 50px; }
.cover .cover-content .cover-text h1 { margin-bottom: 0; text-shadow: 0px 0px 1px #000; color: #fff; text-transform: uppercase; }
.cover .cover-content .cover-text h3 { text-transform: uppercase; margin-top: 0; }
.cover .cover-content .cover-form { flex: 0 0 50%; display: flex; justify-content: center;}

.main-form { box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%); padding: 50px; margin: 50px 0; background: #f5f4f2; border-radius: 50px 50px 50px 0; max-width: 500px; width: 100%; }
.main-form button { transition: all ease 200ms; background: var(--yellow-lin); border-radius: 30px 30px 0px 30px; border: none; color: #fff; padding: 10px 50px; text-transform: uppercase; }
.main-form button:hover { box-shadow: inset 0 -100px 0 0 #01417e; }
.main-form .form-control { border: none; border-radius: 25px; height: 44px; padding-left: 30px; }
.main-form .control-label { font-size: 14px; font-weight: bold;  }
.main-form .control-label.custom-label { padding-left: 30px; margin-bottom: 5px; }
.main-form .checks { margin: 30px 0; padding-left: 30px; display: flex; column-gap: 30px; flex-wrap: wrap; }
.main-form .checks .form-group { display: flex; gap: 10px; }

.part-one { background-color: #fff; padding: 100px 0; background-image: url('../images/krk-bg.png'); background-size: 25%; background-repeat: no-repeat; background-position: top right; }
.part-one .part-one-slider { margin-bottom: 70px; }
.part-one .part-one-slider .owl-item { display: flex; flex-wrap: wrap; }
.part-one .part-one-slider .owl-item .image-part { flex: 0 0 40%; }
.part-one .part-one-slider .owl-item .image-part img { width: 100%; aspect-ratio: 19/20; object-fit: cover; border-radius: 75px 75px 0 75px; }
.part-one .part-one-slider .owl-item .text-part { padding-left: 50px; flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.part-one .part-one-slider .owl-item .text-part h1 { text-align: left; font-weight: bold; margin-bottom: 30px; }
.part-one .part-one-slider .owl-item .text-part h1 a { transition: all ease 200ms; }
.part-one .part-one-slider .owl-nav { text-align: center; font-size: 40px;   }
.part-one .part-one-slider .owl-nav button span { color: #fff; border-radius: 25px; padding: 15px; padding-bottom: 22px; display: block; line-height: 0; background: var(--yellow-lin); }
.part-one .part-one-slider .owl-nav .owl-prev span { margin-right: 5px; border-bottom-right-radius: 0; } 
.part-one .part-one-slider .owl-nav .owl-next span { margin-left: 5px; border-bottom-left-radius: 0; }

.part-one .part-one-slider .owl-nav .owl-prev span,.part-one .part-one-slider .owl-nav .owl-next span { transition: all ease 300ms; }
.part-one .part-one-slider .owl-nav .owl-prev span:hover { box-shadow: inset 0 -100px 0 0 #01417e; }
.part-one .part-one-slider .owl-nav .owl-next span:hover { box-shadow: inset 0 -100px 0 0 #01417e; }

.button-part { margin-top: 30px; }
.button-custom { font-size: 16px; transition: all ease 300ms; background: var(--yellow-lin); border-radius: 30px 30px 0px 30px; border: none; color: #fff; padding: 10px 50px; text-transform: uppercase; }
.button-custom:hover { color: #fff; box-shadow: inset 0 -100px 0 0 var(--dark-blue); }

.part-one h1 { text-align: center; margin-bottom: 50px; display: block; }
.part-one .card { min-height: 335px; margin-bottom: 30px; text-align: center; background: var(--grey); border-radius: 50px 50px 50px 0; padding: 25px; transition: all ease-in-out 300ms; }
.part-one .card:hover { background: var(--yellow-main); color: #fff; }
.part-one .card:hover .logo-base { background-image: url('../images/logo-base-white.png'); }
.part-one .card img { width: 100%; max-width: 150px; }
.part-one .card h3 { font-size: 18px; font-weight: bold; margin-bottom: 20px; margin-top: 0px; }
.part-one .card p { font-size: 14px; }
.part-one .card .logo-base { transition: all ease-in-out 300ms; margin: auto; height: 112px; width: 150px; background-image: url('../images/logo-base.png'); background-size: contain; }

.part-two { padding: 50px 0; text-align: center; background-image: url('../images/part-two-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; }
.part-two .container > p, .part-two .container > h1 { text-transform: uppercase; color: var(--yellow-main); }
.part-two .container > h1 { margin-bottom: 50px; }
.part-two .card { transition: all ease 300ms; margin: 20px; margin-bottom: 30px; background-color: var(--grey); border-radius: 50px; overflow: hidden; border-bottom-right-radius: 0; background: #f2f2f2; }
.part-two .card:hover { background: rgb(248 188 113); color: #fff; }
.part-two .card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: all ease 300ms; }
.part-two .card:hover img { filter: sepia(0.7); }
.part-two .card .text-part { text-align: right; padding-right: 20px; padding-bottom: 20px; }
.part-two .card .text-part h3 {font-size: 20px; margin-bottom: 3px; text-transform: uppercase; font-weight: bold; }
.part-two .card .text-part p { margin-bottom: 0; }
.part-two .card a { color: var(--dark-blue); }
.part-two .card a:hover { color: #fff; }

.part-three { margin-top: 30px; text-align: center; padding: 100px 0; background-image: url('../images/krk-bg.png'); background-size: 200px; background-repeat: no-repeat; background-position: top center}
.part-three h1 { text-transform: uppercase; margin-bottom: 50px; }
.part-three .text-part {  }
.part-three .text-part p { text-align: left; font-size: 14px; }
.part-three .destinations { padding-top: 50px; }
.part-three .destinations .destination-row { display: flex; flex-wrap: wrap; gap: 40px; }
.part-three .destinations .destination-row .item { height: 300px; border-radius: 50px; border-bottom-left-radius: 0; overflow: hidden; }
.part-three .destinations .destination-row .item picture::before { box-shadow: inset 3px 3px 10px 0 #000000; content: ''; display: block; height: 100%; position: absolute; top: 0; width: 100%; }
.part-three .destinations .destination-row .item.fw-65 { flex: 0 0 calc(65% - 20px); }
.part-three .destinations .destination-row .item.fw-35 { flex: 0 0 calc(35% - 20px); }
.part-three .destinations .destination-row .item img { width: 100%; height: 100%; object-fit: cover; }
.part-three .destinations .destination-row .item h2 { margin-top: -75px; margin-bottom: 0; color: #fff; text-transform: uppercase; font-weight: bold; }
.part-three .destinations .destination-row .item p { color: #fff; }
.part-three .destinations .destination-row .item .text { text-shadow: 0px 0px 2px #000000; position: relative; padding-bottom: 10px; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.4) 70%, transparent 100%); }

.part-three .destinations .destination-row .item img,
.part-three .destinations .destination-row .item .text { transition: all ease 300ms; }

.part-three .destinations .destination-row .item:hover img { filter: sepia(0.7); }
.part-three .destinations .destination-row .item:hover .text {  background: linear-gradient(0deg, rgba(250,172,123,1) 0%, rgba(250,172,123,0.7) 40%, rgba(250,172,123,0.4) 70%, transparent 100%); }

.breadcrumb { background: linear-gradient(90deg, rgba(247,204,104,0.3) 0%, rgba(250,172,123,0.3) 100%); border-radius: 25px; border-bottom-right-radius: 0; color: var(--dark-blue); font-size: 14px; padding: 10px 25px; font-weight: bold; }
.breadcrumb>li+li:before{ color: var(--dark-blue); }

.categories-list .item {/*background: var(--yellow-lin);*/ box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%); display: flex; align-items: center; margin-bottom: 20px; border-radius: 20px; border-bottom-right-radius: 0;  }
.categories-list .item .image-cont { width: 75px; height: 75px; flex: 0 0 auto; border-radius: 20px; border-bottom-right-radius: 0; overflow: hidden; }
.categories-list .item .image-cont img { width: 100%; height: 100%; object-fit: cover; }
.categories-list .item h4 { margin-left: 30px; }

.category-content { border-radius: 50px; border-bottom-right-radius: 0;  display: flex; flex-wrap: wrap;  margin-bottom: 50px; box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%); }
.category-content .image-cont { flex: 0 0 50%; border-radius: 50px; border-bottom-right-radius: 0; overflow: hidden; }
.category-content .image-cont img { width: 100%; height: 100%; object-fit: cover; }
.category-content .text { flex: 0 0 50%; align-items: center; padding: 40px 40px; }
.category-content .text h2 { margin-top: 0; }
.category-content .text p { margin-bottom: 0; }

.product { background: #fff; margin-bottom: 30px; border-radius: 50px; border-bottom-right-radius: 0; overflow: hidden; box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%); }
.product .image { position: relative; border-radius: 50px; overflow: hidden; border-bottom-right-radius: 0; }
.product img { width: 100%; aspect-ratio: 5/3; object-fit: cover; }
.product .button-custom { position: absolute; right: 20px; bottom: 20px; display: inline-block; padding: 5px 40px; margin-top: 10px; font-size: 14px; }
.product .description { min-height: 190px; position: relative; text-align: right; padding: 20px; margin: 0;}
.product .description h4 { font-size: 18px; margin-bottom: 15px; margin-top: 0; font-weight: bold; }
.product .description p { margin-bottom: 5px; font-size: 14px; }
.product .image .star { z-index: 2; border-radius: 15px; border-bottom-right-radius: 0; position: absolute; bottom: 0; right: 0; padding-right: 20px; padding-left: 20px; padding-top: 3px; padding-bottom: 0; background: linear-gradient(90deg, rgba(247,204,104,0.7) 0%, rgba(250,172,123,0.7) 100%); }
.product a:hover .star { color: white; }
.product .image img,.product .button-custom,.product { transition: all ease-in 300ms; }
.product:hover .image img { transform: scale(1.1); }
.product:hover { background: rgba(247,204,104,0.7); }
.product:hover .button-custom { background: var(--dark-blue); }

.view-details { font-size: 16px; margin-bottom: 30px; }
.view-slider { margin-bottom: 30px; }
.view-slider .owl-item img { min-height: 200px; aspect-ratio: 5/2; object-fit: cover; border-radius: 75px; border-top-left-radius: 0; }
.view-slider .owl-nav { /*position: absolute;*/ bottom: 10px; width: inherit; text-align: center; font-size: 40px;   }
.view-slider .owl-nav button span { box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%); color: #fff; border-radius: 25px; padding: 15px; padding-bottom: 22px; display: block; line-height: 0; background: var(--yellow-lin); }
.view-slider .owl-nav .owl-prev span { margin-right: 5px; border-bottom-right-radius: 0; } 
.view-slider .owl-nav .owl-next span { margin-left: 5px; border-bottom-left-radius: 0; }
.view-slider .owl-nav .owl-prev span,.view-slider .owl-nav .owl-next span { transition: all ease 300ms; }
.view-slider .owl-nav .owl-prev span:hover { box-shadow: inset 0 -100px 0 0 #01417e; }
.view-slider .owl-nav .owl-next span:hover { box-shadow: inset 0 -100px 0 0 #01417e; }
.view-title { margin-top: 30px; margin-bottom: 30px; }


.custom-select select { -webkit-appearance: none; appearance: none; }
.custom-select { position: relative;  }
.custom-select::after { content: "\f107"; font-family: "Font Awesome 5 Pro"; position: absolute; right: 15px; top: 12px; } 

.button-view-mobile .button-custom { display: block; text-align: center; margin-top: 20px;}
.btn-custom.right-btn { display: block; margin-top: 0; text-transform: uppercase; padding: 10px 50px; font-size: 17px; }
.button-custom.cust-padd { padding: 5px 15px; display: block; text-align: center; }

.list-group-item.active { font-weight: bold; color: var(--dark-blue); background: linear-gradient(90deg, rgba(247,204,104,0.7) 0%, rgba(250,172,123,0.7) 100%); text-shadow: none; border-color: #ddd; }
.list-group-item.active:hover { font-weight: bold; color: var(--dark-blue); background: linear-gradient(90deg, rgba(247,204,104,0.7) 0%, rgba(250,172,123,0.7) 100%); text-shadow: none; border-color: #ddd;}

.jackbox { margin-bottom: 30px; }
.jackbox img {  border-radius: 50px; border-top-left-radius: 0; width: 100%; aspect-ratio: 5/3; object-fit: cover; }
.jackbox-hover { border-radius: 50px; border-top-left-radius: 0; }
.right-images .jackbox { margin-bottom: 15px; }
.right-images .jackbox img { border-radius: 50px; border-top-left-radius: 0; }

.main-stars { border-radius: 15px; border-bottom-left-radius: 0; border-top-left-radius: 0; position: absolute; z-index: 2; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; background: var(--yellow-lin); }
#main { width: unset!important; }

.blue-bg { background: var(--dark-blue); }

footer { height: 310px; margin-top: 100px; }
footer .info-part { display: flex; flex-direction: column; justify-content: center; width: 55%; background-color: var(--dark-blue); height: 310px; border-top-right-radius: 70px; }
footer .info-part ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; margin-bottom: 30px; }
footer .info-part ul li { flex: 0 0 50%; margin: 5px 0;}
footer .info-part ul li a { color: #fff; }
footer .info-part ul li a i { background: var(--yellow-lin); padding: 5px; border-radius: 100%; margin-right: 10px; }
footer .contact-us-part { display: flex; }
footer .contact-us-part p { flex: 0 0 50%; color: #fff; margin-bottom: 0; }
footer .contact-us-part a { padding: 0 25px; display: flex; align-items: center; color: var(--yellow-main); text-transform: uppercase; border: 1px solid; border-image-slice: 1; border-radius: 30px 30px 30px 0; }
footer .blue-bg { position: relative; z-index: 2; background: rgb(255,255,255); background: linear-gradient(270deg, transparent 65%, rgba(11,19,55,1) 65%); }
footer .img-foot { width: 55%; position: relative; top: calc(-100% - 30px); left: 45%; height: 0; }
footer .img-foot img{ width: 100%; height: 310px; object-fit: cover; }

.newsletter .content { display: flex; border-radius: 30px 30px 30px 0; background-color: var(--grey); padding: 20px 30px; align-items: center; }
.newsletter .content > p { flex: 0 0 70%; }

.main iframe { width: 100%; }

.mt-0 { margin-top: 0!important; }
.my-30 { margin: 30px 0; }

.wf-100 iframe { width: 100%; padding: 0 15px; margin-top: 30px; }

.kontakti-ul { margin: 0; padding: 0; list-style: none; font-weight: bold; } 
.kontakti-ul li i { margin-right: 15px; color: var(--yellow-main); }

@media (max-width: 767px) {
.cover { height: unset; }
.list-group-item .yui-calcontainer.multi { width: 100%; }
.list-group-item .yui-calcontainer.multi .groupcal { width: 100%; }
.list-group-item .yui-calendar { width: 100%; }
footer .img-foot { display: none; }
footer .info-part { width: 100%; }
footer .info-part ul li { flex: 0 0 100%; }
footer .blue-bg { background: var(--dark-blue); } 

header .wsmenu-list > li > a { background: var(--yellow-lin); }
header .mobile-sub .wsmenu-submenu li a { background: white!important; color: var(--dark-blue); }
header .wsmenu-list .lang { display: none; }

.jackbox img { aspect-ratio: 5/3; border-radius: 25px;}
.jackbox-hover { border-radius: 25px;}
.right-images .jackbox img { border-radius: 25px; border-bottom-right-radius: 0; }
.right-images .jackbox-hover,.category-content .image-cont,.category-content,.product,.product .image { border-radius: 25px; border-bottom-right-radius: 0; } 
.view-slider .owl-item img { border-radius: 25px; border-top-left-radius: 0; }

.breadcrumb { border-radius: 10px; border-bottom-right-radius: 0; }

.part-one .part-one-slider .owl-item .image-part img { border-radius: 25px 25px 0 25px;  }
.part-one .card { border-radius: 25px 25px 25px 0; }
.part-two .card { border-radius: 25px 25px 0 25px; }

/*.cover .cover-content { margin-top: 50px; }*/
.cover .cover-content .cover-text,.cover .cover-content .cover-form { flex: 0 0 100%; }
.cover .cover-content .cover-text { max-width: 500px; padding: 100px 0; }
.main-form { padding: 50px 25px; }

.part-one .part-one-slider .owl-item .image-part { flex: 0 0 100%; }
.part-one .part-one-slider .owl-item .image-part img { aspect-ratio: 5/4; }
.part-one .part-one-slider .owl-item .text-part { flex: 0 0 100%; padding-left: 0; margin-top: 30px; text-align: center; }
.part-one .part-one-slider .button-part { margin-bottom: 15px; }
.part-one .part-one-slider .owl-item .text-part h1 { text-align: center; }

.part-three .destinations .destination-row .item.fw-65 { flex: 0 0 100%; }
.part-three .destinations .destination-row .item.fw-35 { flex: 0 0 100%; }
.part-three .text-part p { flex: 0 0 100%; }
.part-three .destinations .destination-row .item .text { padding-bottom: 30px; }

.category-content .image-cont,.category-content .text { flex: 0 0 100%; }
.category-content .image-cont { max-height: 200px; }
.category-content .text { padding-right: 20px; padding-left: 20px; }

.product .button-custom { position: unset; }
.product .description { min-height: unset; }

.view-details { font-size: 14px; }
.button-view-mobile.mobile { margin: 30px 0; }

.view-slider .owl-nav { bottom: 0; }
.view-slider .owl-item img { aspect-ratio: 5/3; }
.btn-custom.right-btn { margin: 30px 0; }

.navbar-brand {
		padding: 15px 0;
		margin-right: 10px;
		margin-bottom: 0px;
		height: auto;
		margin-left: 0px;
}
header {
    height: 52px;
}

h1 {
	margin-bottom: 15px;
	font-size: 24px;
}
h2 { font-size: 22px; }
h3 { font-size: 20px; }
p { font-size: 14px; }

.visible-xs {
    display: block !important;
}
.boxgalerija {
    padding: 0px;
}
.carousel-caption {
    background-color: rgba(0,0,0,.8);
    top: 0;
    right: 0;
    left: 0;
    padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
    line-height: 24px;
    font-size: 16px;
	position: relative;
}
/* .carousel-control {
    top: 90px;
    bottom: auto;
} */
.carousel-caption h1 {
	font-size: 26px;
margin-bottom: 5px;
line-height: 35px;
}
.parallax {
    margin-top: 0px;
}
.parallax h1 {
    font-size: 24px;
    line-height: 32px;
	margin-bottom: 25px;
}
.parallax .caption {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    padding: 0 0px;
}
.parallax .caption span.border {
    padding: 0px !important;
}
.parallax-overlay {
    min-height: 250px;
	padding-top: 60px;
}
.parallax.advtrazilica {
    margin-top: 0!important;
}
.well {
    font-size: 16px;
}
.well h2 {
    margin-top: 10px;
}
.btn-custom1 {
    background-color: #00AEEF;
    color: #FFF;
    font-size: 26px;
    margin-top: 3px;
    margin-bottom: 10px;
    border-radius: 0px;
    display: block;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-align: center;
}
.newsletter_form {
    margin-left: 0;
}
.homebox {
    width: 100%;
    padding: 20px;
    font-size: 16px;
	line-height: 23px;
}
.homebox h3 a, .homebox h3 {
    font-size: 24px;
    margin-top: 2px;
    margin-bottom: 12px;
	line-height: 34px;
}
.thumb10 {
	width: 100%;
    height: auto;
}
.thumb-img10 {
    width: 100%;
    height: auto;
}
.portfolio_078 {
    padding: 5px 10px!important;
	margin-bottom: 25px!important;
}
.portfolio_078_header {
    margin: 0 auto 0px auto;
}
.boxp {
    padding: 0;
}
.big_img {
    width: 100%;
}
.boxp h1 {
    margin-bottom: 15px;
}
.jackbox {
    margin-bottom: 15px!important;
}
.boxfooter {
    text-align: center;
}
.boxfooter h3{
    margin-top: 10px;
	font-size: 20px;
	line-height: 30px;
}

.thumb-img5 {
	margin-bottom: 0px;
    height: auto;
}
.thumb-viewp {
    width: 100%;
    height: auto;
}
.thumbviewp {
    width: 100%;
}
 .navbar-header {
	margin-top: 0px;
}
.list-group-item {
    margin-bottom: 0px;
}

.navbar-right{
	float: none;
}
.nav > li {
	float: none;
	}

.navbar-top{
	display: inline-block;
	}
  .navbar-default {
		position: absolute;
	}
	.navbar-custom .nav li a {
	transition: background 0.3s ease-in-out 0s;
	padding: 10px;
}
.navbar-nav > li:first-child  {
  margin-left: 0px;
}
.lang .nav-pills > li {
	display: block !important;
	float:left;
}
	#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: #333;
	}
	.navbar-toggle .icon-bar {
		background-color: #FFFFFF !important;
		height: 3px;
	}
	.navbar-default .navbar-nav .menu-search > a:hover, .navbar-default .navbar-nav .menu-search > a:focus {
		background: none !important;
		color: #007AFF !important;
	}
	.hometop0 {
		height: 110px;
		margin-bottom: 20px;
	}
	.hometop0 h3{
		bottom:0;
		font-size: 15px;
		padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
.searchmob {
	display: block;
	height: 50px;
}
.lang {
	margin-top: 15px;
float: left;
margin-left: 0;
margin-bottom: 15px;
float: none;
border-left: none;
}
.lang a {
    font-weight: 700;
	margin-left: 10px;
}
.search {
	width: 50%;
	margin-top: 5px;
margin-left: 2px;
margin-right: 5px;
float: right;
}
.search:focus {
	width: 95%;
	position: absolute;
margin-left: 5px;
}
	.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;
}
/*.thumb-view {
    width: 127px;
	margin: 1px;
}*/
.thumb-view.right-images{
	width: unset;
}
.btn-custom
{
	margin-top: 15px;
	width: 100%;
	font-size: 16px;
}
.home {
	height: auto !important;
}
.product {
	height: auto !important;
	display: inline-block;
	width: 100%;
}
iframe {
	width: 100%;
}
.menu-wrapper-left {
			width: 100%;
		}
#cookiesdisplay p{
	color: var(--dark-blue);
	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;
}

.space150 { display: none; }

}
@media (min-width: 768px) and (max-width: 991px) {
footer .img-foot { display: none; }
footer .info-part { width: 100%; }
footer .blue-bg { background: var(--dark-blue); } 

header .lang { display: none; }

.cover .cover-content { margin-top: 50px; }
.cover .cover-content .cover-text { max-width: 500px; }
.cover .cover-content .cover-text,.cover .cover-content .cover-form { flex: 0 0 100%; }

/*header {
	    height: 52px;
}*/

.socialIcon {
    margin-left: 1px;
}
.plus {
    clear: both;
    position: relative;
    float: right;
}
  .visible-sm {
    display: block !important;
}
.carousel-caption {
	top: 50%;
right: 15%;
left: 15%;
    padding: 20px 30px;
    line-height: 30px;
}
.carousel-caption h1 {
    font-size: 34px;
    margin-bottom: 13px;
	line-height: 50px;
}
.well {
    font-size: 16px;
}
.hometop0 {
    height: 150px;
}
.hometop0 h3 {
    padding: 10px;
    font-size: 18px;
}
.home {
    font-size: 15px;
	height: 530px;
}
.home h4 a, .home h4 {
    font-size: 18px;
    line-height: 22px;
}
.homebox {
    width: 100%;
    padding: 15px 25px;
	line-height: 24px;
}
.homebox h3 a, .homebox h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.thumb10 {
	width: 100%;
    height: auto;
}
.thumb-img10 {
    width: 100%;
    height: auto;
}
.boxgalerija {
    padding: 0;
}
.soc {
    margin-top: 30px;
}

.fbicon {
    margin-right: 0px;
}
.twittericon {
    margin-right: 0px;
}
.newsletter_form {
    margin-left: 0;
}
.parallax.advtrazilica {
    margin-top: 0px!important;
}
.parallax {
    margin-top: 20px;
}
.parallax.bg3 {
    min-height: 240px!important;
}
.parallax-overlay {
    min-height: 250px;
}
.parallax-overlay {
    padding-top: 95px;
}
.parallax .caption {
    margin-top: 45px;
    padding: 0 35px;
}
.parallax h1 {
	margin-top: 8px;
    font-size: 34px;
    line-height: 39px;
}
.parallax .caption span.border {
    padding: 0px !important;
    font-size: 41px;
}
.jackbox {
    margin-bottom: 25px!important;
	margin-left: 0px!important;
}
.big_img {
    width: 350px;

}
.boxfooter h3 {
    font-size: 20px;
}
  .searchmob {
  	display: block;
  	height: 50px;
  }
  .lang {
  	margin-top: 15px;
  float: left;
  margin-left: 0;
  margin-bottom: 15px;
  float: none;
  border-left: none;
  }
  .lang a {
      font-weight: 700;
  	margin-left: 10px;
  }
  .search {
  	width: 50%;
  	margin-top: 5px;
  margin-left: 2px;
  margin-right: 5px;
  float: right;
  }
  .search:focus {
  	width: 95%;
  	position: absolute;
  margin-left: 5px;
  }
  .search-box {
	  top: 3px;
	  right: 3px;
	  bottom: auto;
	  margin: 0 !important;
	  border: none !important;
	  box-shadow: none;
	  background: none;
  }
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
	 padding-left: 10px;
    padding-right: 10px;
}
.plus a {
    margin-top: 0px !important;
}
  .carousel .thumb-img0 {
    height: 340px;
}
/*.thumb-view {
    width: 103px;
    height: 68px;
    margin: 1px;
}
.thumbview {
    width: 103px;
}*/
.thumb-view.right-images{
	width: 100%;
	height: unset;
}
.thumb-img0 {
	height:auto !important;
}
.thumb-img1 {
	height: 150px;
	max-height:auto !important;
}
.thumb-img2 {
	height:auto !important;
	max-height:auto !important;
}
.thumb-img4 {
    width: 240px;
    max-height: 150px;
}
.thumb-img5 {
    height: 420px;
}
.thumb-img10 {
    height: auto !important;
}
.portfolio_078 {
    padding: 5px 10px;
}
.portfolio_078_header {
    margin: 0 auto 0px auto;
}
.product {
	height: 395px;
}
.btn-custom
{
	margin-top: 15px;
	width: 100%;
}
.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: #EE1350;
	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) {
footer .img-foot { display: none; }
footer .info-part { width: 100%; }
footer .blue-bg { background: var(--dark-blue); } 

header .wsmenu-list > li > a { font-size: 14px; padding: 15px 7px; }


.navbar-brand {
	max-width: 100px;
	margin-top: 15px;
}
.visible-md {
    display: block !important;
}
.carousel .thumb-img0 {
    height: 430px;
}
.carousel-caption {
	right: 15%;
	left: 15%;
}
.carousel-caption h1 {
    font-size: 32px;
}
.homebox h3 a, .homebox h3 {
    font-size: 22px;
    line-height: 30px;
	margin-bottom: 12px;
	margin-top: 0px;
}
.homebox {
    padding: 15px 30px;
    line-height: 25px;
}
.hometop0 {
    height: 200px;
}
.thumb-view {
    width: 138px;
	height: 86px;
    margin: 1px;
	overflow: hidden;
}
.thumb-view.right-images {
    width: 100%;
    height: unset;
}
.thumb-img10 {
    height: 455px;
}
.thumb-img2 {
    height: 195px;
}
.thumb-img5 {
    height: 490px;
}
.thumb-img4 {
    width: 240px;
    max-height: 159px;
}
.big_img {
    width: 455px;
}
.jackbox {
    margin-bottom: 15px!important;
	margin-left: 0px!important;
}
.home {
    height: 520px;
}

}

@media (min-width: 767px){
	/*header { overflow: hidden; }*/
	header .wsmenu { box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%); padding-right: 30%; margin-right: -30%; margin-top: 0; padding-top: 30px; padding-left: 30px; padding-bottom: 30px; background: var(--yellow-lin); border-bottom-left-radius: 75px; } 
}
@media (min-width: 1200px){
.list-group-item .yui-calcontainer.multi { width: 100%; }
.list-group-item .yui-calcontainer.multi .groupcal { width: 25%; }
.list-group-item .yui-calendar { width: 100%; }
}

