@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(../fonts/OpenSans-ExtraBold.ttf);
}

@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: OpenSans-Semibold;
  src: url(../fonts/OpenSans-Semibold.ttf);
}

* {
	font-family: OpenSans-Semibold;
	font-size: .9rem;
}

h6, h5 {
	font-family: OpenSans-Semibold;
}

.txt-opis {
	font-family: OpenSans-Regular;
}

a {
	font-family: OpenSans-Bold;
	color: #000;
}

a:hover {
	color: #f48120;
}

.text-regular {
	font-family: OpenSans-Regular !important;
}

.text-orange {
	color: #f48120 !important;
}

.text-semi-bold {
	font-family: OpenSans-Semibold !important;
}

.text-bold {
	font-family: OpenSans-Bold !important;
}

.text-non-bold {
	font-family: OpenSans-Semibold !important;
}

.text-underline {
	text-decoration: underline !important;
}

.custom-icon-camera {
	background-image:url("../img/svg/icon-camera.svg");
	background-size:cover;
	height: 10px;
	width: 14px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-clock {
	background-image:url("../img/svg/icon-clock.svg");
	background-size:cover;
	height: 12px;
    width: 12px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-location {
	background-image:url("../img/svg/icon-location.svg");
	background-size:cover;
	height: 13px;
    width: 9px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-arrow-right {
	background-image:url("../img/svg/icon-arrow-right.svg");
	background-size:cover;
	height: 25px;
    width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-arrow-right-light {
	background-image:url("../img/svg/icon-arrow-right-light.svg");
	background-size:cover;
	height: 22px;
    width: 14px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-search {
	background-image:url("../img/svg/icon-search-dark.svg");
	background-size:cover;
	height: 20px;
    width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-search-light {
	background-image:url("../img/svg/icon-search-light.svg");
	background-size:cover;
	height: 20px;
    width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-user {
	background-image:url("../img/svg/icon-user-light.svg");
	background-size:cover;
	height: 18px;
    width: 19px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-user:hover {
	background-image:url("../img/svg/icon-user-orange.svg");
}

.custom-icon-heart {
	background-image:url("../img/svg/icon-heart-light.svg");
	background-size:cover;
	height: 18px;
    width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-heart:hover {
	background-image:url("../img/svg/icon-heart-orange.svg");
}

.custom-icon-cart {
	background-image:url("../img/svg/icon-cart-light.svg");
	background-size:cover;
	height: 18px;
    width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-cart:hover {
	background-image:url("../img/svg/icon-cart-orange.svg");
}

.custom-icon-fb {
	background-image:url("../img/svg/icon-fb-dark.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-download {
	background-image:url("../img/svg/icon-download.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}


.custom-icon-download-2 {
	background-image:url("../img/svg/icon-download-2.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-arrow-right-black {
	background-image:url("../img/svg/icon-arrow-right-black.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}



.custom-icon-fb-orange {
	background-image:url("../img/svg/icon-fb-orange.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-fb:hover {
	background-image:url("../img/svg/icon-fb-orange.svg");
}

.custom-icon-twitter {
	background-image:url("../img/svg/icon-twitter-dark.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-twitter-orange {
	background-image:url("../img/svg/icon-twitter-orange.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-twitter:hover {
	background-image:url("../img/svg/icon-twitter-orange.svg");
}

.custom-icon-pinterest {
	background-image:url("../img/svg/icon-pinterest-dark.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-pinterest-orange {
	background-image:url("../img/svg/icon-pinterest-orange.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-pinterest:hover {
	background-image:url("../img/svg/icon-pinterest-orange.svg");
}

.custom-icon-ig {
	background-image:url("../img/svg/icon-ig-dark.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-ig-orange {
	background-image:url("../img/svg/icon-ig-orange.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-ig:hover {
	background-image:url("../img/svg/icon-ig-orange.svg");
}

.custom-icon-yt {
	background-image:url("../img/svg/icon-yt-dark.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-yt {
	background-image:url("../img/svg/icon-yt-dark.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-yt-orange {
	background-image:url("../img/svg/icon-yt-orange.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-yt:hover {
	background-image:url("../img/svg/icon-yt-orange.svg");
}

.custom-icon-rss {
	background-image:url("../img/svg/icon-rss-dark.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-rss-orange {
	background-image:url("../img/svg/icon-rss-orange.svg");
	background-size:cover;
	height: 28px;
    width: 28px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-rss:hover {
	background-image:url("../img/svg/icon-rss-orange.svg");
}

.custom-icon-favourites {
	background-image:url("../img/svg/icon-favourites.svg");
	background-size:cover;
	height: 16px;
    width: 18px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-link {
	background-image:url("../img/svg/icon-link.svg");
	background-size:cover;
	height: 16px;
    width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-link-light {
	background-image:url("../img/svg/icon-link-light.svg");
	background-size:cover;
	height: 20px;
    width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-rss-small {
	background-image:url("../img/svg/icon-rss-small.svg");
	background-size:cover;
	height: 16px;
    width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-share {
	background-image:url("../img/svg/icon-share.svg");
	background-size:cover;
	height: 16px;
    width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-share-light {
	background-image:url("../img/svg/icon-share-light.svg");
	background-size:cover;
	height: 20px;
    width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-comments {
	background-image:url("../img/svg/icon-comments.svg");
	background-size:cover;
	height: 17px;
    width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-grid-4el {
	background-image:url("../img/svg/icon-grid-4el.svg");
	background-size:cover;
	height: 17px;
    width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-grid-9el {
	background-image:url("../img/svg/icon-grid-9el.svg");
	background-size:cover;
	height: 17px;
    width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-like-grey {
	background-image:url("../img/svg/icon-like-grey.svg");
	background-size:cover;
	height: 18px;
    width: 18px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-like-green {
	background-image:url("../img/svg/icon-like-green.svg");
	background-size:cover;
	height: 18px;
    width: 18px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-unlike-grey {
	background-image:url("../img/svg/icon-unlike-grey.svg");
	background-size:cover;
	height: 18px;
    width: 18px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-unlike-red {
	background-image:url("../img/svg/icon-unlike-red.svg");
	background-size:cover;
	height: 18px;
    width: 18px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-remove {
	background-image:url("../img/svg/icon-remove.svg");
	background-size:cover;
	height: 14px;
    width: 14px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-email {
	background-image:url("../img/svg/icon-email.svg");
	background-size:cover;
	height: 12px;
    width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-password {
	background-image:url("../img/svg/icon-password.svg");
	background-size:cover;
	height: 10px;
    width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.custom-icon-fb-login {
	background-image:url("../img/svg/icon-fb-login.svg");
	background-size:cover;
	height: 18px;
    width: 9px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
    margin-right: 4px;
}

.custom-icon-google-login {
	background-image:url("../img/svg/icon-google-login.svg");
	background-size:cover;
	height: 18px;
    width: 18px;
	display: inline-block;
	vertical-align: middle;
}

.circle-num-items {
	height: 18px;
    width: 18px;
    background-color: #f48120;
    color: #000;
    border-radius: 10px;
    position: absolute;
    top: 14px;
    margin-left: -8px;
	display: flex;
}

#fullscreenMenu,
#fullscreenGallery
{
	padding: 0 !important;
	background-color: #231f20!important;
}

#fullscreenMenu .modal-dialog,
#fullscreenGallery .modal-dialog
{
	max-width: unset;
    margin: 0;
}

#fullscreenMenu .modal-header .close,
#fullscreenGallery .modal-header .close
{
	font-size: 2rem;
    font-weight: 500;
	color: #fff;
	opacity: unset;
	z-index: 20;
}

#fullscreenMenu .modal-header,
#fullscreenGallery .modal-header
{
	border-bottom: 0;
	height: 60px;
}

#fullscreenMenu .modal-content,
#fullscreenGallery .modal-content
{
	height: 100vh;
	/*position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
	
	border-radius: unset;
	border: 0;
	background-color: #231f20!important;
	color: #fff;
}

#fullscreenMenu .modal-content h6 {
	color: #f48120;
}

#fullscreenMenu .modal-content span {
	color: #fff;
	font-size: 28px;
}

#fullscreenMenu .modal-content p {
	margin: 0;
    color: #fff;
    /*font-size: 12px;*/
    line-height: 1.6;
}

#fullscreenMenu .text-regular {
	color: #fff;
}

#fullscreenMenu input {
	width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    font-family: OpenSans-Semibold !important;
    font-size: 1rem !important;
	color: #fff;
    height: 28px;
    background-color: #231f20;
	margin-top: 5px;
}

#fullscreenMenu button {
	height: 32px;
	min-width: 120px;
	margin-top: 1px;
}

#fullscreenMenu .social-icons {
    width: 100%;
}

#fullscreenGallery .gallery-main .close {
	margin-left: auto;
	padding: 10px;
	margin-top: -20px;
}

#fullscreenGallery .gallery-main .close span {
	font-size: 28px;
}

#fullscreenGallery .gallery-main {
	color: #000;
}

input[type=checkbox],
input[type=radio]
{
	display:none;
}
 
input[type=checkbox] + label,
input[type=radio] + label
{
	background-color: #fff;
	background-image: url(../img/svg/icon-checkbox-unchecked.svg);
	height: 22px;
	width: 22px;
	display:inline-block;
	padding: 0 0 0 0px;
	cursor: pointer;
	vertical-align: middle;
	border-radius: 12px;
}

input[type=checkbox].error + label,
input[type=radio].error + label
{
	border: 1px solid red;
    border-radius: 25px;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label
{
	background-image: url(../img/svg/icon-checkbox-checked.svg);
	height: 22px;
	width: 22px;
	display:inline-block;
	padding: 0 0 0 0px;
	cursor: pointer;
	vertical-align: middle;
}

.bg-dark {
    background-color: #231f20!important;
}

/*.navbar {
    position: relative;
}*/

.navbar-toggler-icon {
	background-image: url(../img/svg/icon-hamburger.svg);
	height: 24px;
	width: 24px;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -103px !important;  /* 50% of your logo width */
    display: block;
}

.navbar-brand img {
	height: 45px;
}

.navbar-custom {
	display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
	flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav {
	flex-direction: row;
}

.navbar-nav .nav-item .nav-link {
	font-family: OpenSans-Bold;
	color: #fff;
	font-size: 1rem;
}

.navbar-nav .nav-item.active .nav-link {
	color: #f48120;
}

.navbar-nav .nav-item .nav-link:hover {
	color: #f48120;
	text-decoration: underline;
}

.nav-scroller {
	background-color: #f48120;
	
}

.nav-scroller a {
	font-family: OpenSans-Bold;
	color: #000;
}

div.search-row {
	background-color: #e6e6e6;
}

div.search-row select,
div.search-row input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0 !important;
	font-family: OpenSans-Regular !important;
	font-size: 12px !important;
	height: 24px;
	background-color: #e6e6e6;
}

div.search-row select {
	border-bottom: 0;
}

div.search-results-container .search select,
div.search-results-container .search input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0 !important;
	font-family: OpenSans-Regular !important;
	font-size: 12px !important;
	height: 32px;
	background-color: #fff;
}

div.search-results-container .search select {
	border-bottom: 0;
}

div.gallery-item-container {
	padding: 0;
}

div.gallery-item .item-tag {
	position: absolute;
    z-index: 50;
    top: 10px;
    background: #f48120;
    text-align: center;
    height: 24px;
    /*min-width: 84px;*/
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background 450ms ease;
    -o-transition: background 450ms ease;
    transition: background 450ms ease;
}

div.gallery-item .item-tag span {
	font-family: OpenSans-Bold;
	font-size: 11px;
	color: #000;
}

div.gallery-item .item-desc {
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 5px 15px;
	margin: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(140%, black));
}

div.gallery-item.gi-small .item-desc {
	left: 4px;
    right: 4px;
	bottom: 4px;
}

div.gallery-item.gi-small.top .item-desc {
	left: 0px;
    right: 0px;
	bottom: 4px;
}

div.gallery-item.gi-small.bottom .item-desc {
	left: 0px;
    right: 0px;
	bottom: 0px;
}

div.gallery-item.gi-small .item-desc {
	margin: 0;
}

div.gallery-item .item-desc .item-title {
	padding-bottom: 10px;
}

div.gallery-item .item-desc .item-title span {
	font-family: OpenSans-Bold;
	font-size: 26px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

div.gallery-item.gi-medium .item-desc .item-title span {
	font-size: 17px;
}

div.gallery-item.gi-small .item-desc .item-title span {
	font-size: 14px;
}

div.gallery-item .item-desc .item-info {
	
}

div.gallery-item .item-desc .item-info span {
	font-size: 10px;
    color: #fff;
	padding: 0 5px;
	/*vertical-align: 1px;*/
}

div.gallery-item .item-desc-hover {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 8px;
	position: absolute;
    margin: 5px;
    bottom: 0;
    left: 0;
    right: 0;
	line-height: 1.15 !important;
	display: none;
 /*	overflow: hidden;*/
}

div.gallery-item .item-desc-hover:hover {
	display: block;
}

div.gallery-item .item-desc-hover span {
	font-family: OpenSans-Regular;
	color: #fff;
	font-size: .70rem;
}

div.gallery-item {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	cursor: pointer;
	transition: height 0.3s;
}

div.gallery-item.gi-small {
	height: 216px;
	margin: 4px;
}

div.gallery-item.gi-small.top {
	margin: 0;
	margin-bottom: 4px;
}

div.gallery-item.gi-small.bottom {
	margin: 0;
	margin-top: 4px;
}

div.gallery-item.gi-medium {
	height: 440px;
	margin: 4px;
}

div.gallery-item.gi-large {
	height: 440px;
	margin: 4px;
}

ul.custom-mediaspeed {
	margin-left: -40px;
	list-style:none;
}

ul.custom-mediaspeed li {
	padding: .3em 0 1em 30px;
	background-image: url('../img/svg/icon-arrow-right.svg');
	background-repeat: no-repeat;
    background-size: 16px;
	background-position:left;
	line-height: 6px;
} 

ul.custom-mediaspeed li a {
	font-family: OpenSans-Bold;
	color: #000;
	font-size: .76rem;
	vertical-align: -8px;
}

div.advertise-banner {
/*	height: 130px; */
	background-color: #f3f3f3;;
	color: #fff;
}

div.divider {
	display:flex;
	flex-direction:row;
	align-items: center;
	padding-right: 5px;
    padding-left: 5px;
}

div.divider .title {
	flex-grow:0;
}

div.divider .title h6 {
	margin-bottom: 0.3rem;
}

div.divider .title a {
	font-size: .8rem;
}

div.divider .line {
	flex-grow:1;
	height: 1px;
	background-color: #000;
	margin: 0 10px;
}

div.e-news-subscribe {
	background-color: #231f20;
}

div.e-news-subscribe {
	padding-top: 15px;
	padding-bottom: 15px;
}

div.e-news-subscribe h5 {
	color: #f48120;
}

div.e-news-subscribe p,
div.e-news-subscribe span {
	color: #fff;
}

.button {
	background-color: #f48120;
    border: none;
    color: #fff;
    padding: 6px 30px;
    width: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: OpenSans-Semibold;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
	border-radius: .25rem;
	white-space: nowrap;
}

.button.dark {
	background-color: #231f20;
}

.checkbox-text {
	font-size: .8rem;
}

.checkbox-text a {
	color: #f48120;
}

div.footer {
	background-color: #e6e6e6;
}

.footer .footer__info p,
.footer .footer__info a {
	font-family: OpenSans-Semibold;
	margin: 0;
	color: #070707;
	font-size: .9rem;
	line-height: 1.6;
}

.footer .footer__info a {
	font-family: OpenSans-Regular;
}

.breadcrumb {
	background-color: #fff;
	border-radius: unset;
	padding: .75rem 0;
	margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}

.breadcrumb li a {
	font-family: OpenSans-Semibold;
    color: #000;
	font-size: .8rem;
}

div.gallery-main .info span {
	font-size: .8rem;
}

div.gallery-main .photo-info .small p {
	font-size: .8rem;
	margin-bottom: 0px;
}

div.gallery-main .photo-info p {
	margin-bottom: .8rem;
}

div.gallery-main .tag {
    background: #f48120;
    text-align: center;
    height: 24px;
	width: auto;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background 450ms ease;
    -o-transition: background 450ms ease;
    transition: background 450ms ease;
}

div.gallery-main .tag span {
    font-family: OpenSans-Bold;
    font-size: 11px;
    color: #000;
}

div.gallery-main .gallery-item-container .gallery-item {
	margin: 5px;
	height: 185px;
	/*background-color: #e6e6e6;*/
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
}

#gallery_carousel .carousel-control-prev-icon {
    background-image: url(../img/svg/icon-carousel-left.svg) !important;
	width: 50px;
    height: 50px;
}

#gallery_carousel .carousel-control-next-icon {
    background-image: url(../img/svg/icon-carousel-right.svg) !important;
	width: 50px;
    height: 50px;
}

#gallery_carousel .carousel-item img {
/*width: 100%;
	min-height: 400px;
	max-height: 600px;
    max-width: 100%;*/
}

#gallery_nav_carousel .thumb-container {
	padding: 0 5px; 
	height: 100px;
	display: block;
}

.thumb-container.selected {
	border: solid 2px #f48120;
}

#gallery_nav_carousel .thumb {
	background-color: #e6e6e6;
	height: 100%;
	cursor: pointer;
	
	background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

#gallery_nav_carousel .thumb img {
	max-height: 100%;
	max-width: 100%;
}

#gallery_nav_carousel .carousel-control-next, 
#gallery_nav_carousel .carousel-control-prev {
	width: 20px;
}

#gallery_nav_carousel .carousel-control-prev {
	left: -14px;
}

#gallery_nav_carousel .carousel-control-next {
	right: -14px;
}



#gallery_nav_carousel .carousel-control-prev-icon {
	background-image: url(../img/svg/icon-carousel-nav-left.svg);
}

#gallery_nav_carousel .carousel-control-next-icon {
	background-image: url(../img/svg/icon-carousel-nav-right.svg);
}

#gallery_nav_carousel .carousel-control-next-icon,
#gallery_nav_carousel .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 40px;
}




.related-events .related-event {
	border-bottom: 1px solid #e6e6e6;
}

.related-events .related-event .related-event-image {
	background-repeat: no-repeat;
    background-position: 0% 10%;
    background-size: cover;
	height: 120px;
}

.related-events .related-event span {
	font-family: OpenSans-Regular;
	font-size: .8rem;
	color: grey;
}

.login-note {
	background-color: #e6e6e6;
    padding: 10px;
}

.comments .comment {
	border-bottom: 1px solid #e6e6e6;
}

div.write-comment {
	background-color: #e6e6e6;
    padding: 10px;
}

.scroll-x {
	white-space: nowrap;
	overflow-x: auto; 
	-webkit-overflow-scrolling: touch;
}

div.dropdown-menu.cart {
	position: absolute;
	float: none;
	margin: 0;
	/*padding: 10px;*/
	min-width: 320px;
}

#cartDropwdown .articles {
	padding-top: 10px;
}

div.dropdown-menu.cart .articles .row {
	border-bottom: 1px solid lightgrey;
	margin: 0;
}

div.dropdown-menu.cart .total .row {
	margin: 0;
}

div.dropdown-menu.cart .articles p {
	font-size: .8rem;
	margin-bottom: 0;
}

div.dropdown-menu.cart .articles .row .article-image,
div.dropdown-menu.cart .articles .row .article-data,
div.dropdown-menu.cart .articles .row .article-remove {
	/*padding: 5px;*/
}

div.dropdown-menu.cart .articles .row .article-image img {
	max-height: 75px;
    /*max-width: 85px;*/
	max-width: 100%;
}

div.dropdown-menu.cart a.button {
	height: 30px;
	min-width: 150px;
	padding: 2px;
}

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}

.hr-text:before {
	content: '';
	/* use the linear-gradient for the fading effect */
	/* use a solid background color for a solid bar */
	/*background: linear-gradient(to right, transparent, #818078, transparent);*/
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}

.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	/*color: black;*/
	padding: 0 2em;
	line-height: 1.5em;
	/* this is really the only tricky part, you need to specify the background color of the container element... */
	color: #818078;
	background-color: #fff;
}

.input-group span {
	position: absolute;
    right: 0;
	padding: 8px;
}

.container.checkout .table .thead-light th {
	background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.container.checkout table td {
	vertical-align: middle !important;
}

.container.checkout table tr td.article-image img {
	height: 150px;
}

.container.checkout .form-header {
	color: #495057;
    border-color: #e6e6e6;
	background-color: #e6e6e6;
	padding: 0 .75rem;
	font-size: 12px;
	display: flex;
	height: 44px;
}

.container.checkout .form-header .form-header-text {
	margin-top: auto;
	margin-bottom: auto;
}

.container.checkout .checkbox-container {
	display: flex;
	height: 36px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: .375rem .75rem;
	cursor: pointer;
}

.container.checkout .checkbox-container.checked {
	background-color: #000;
}

.container.checkout .checkbox-container.checked span {
	color: #fff;
}

.container.checkout .checkbox-text {
	margin-right: auto;
	color: #495057;
	font-size: 12px;
	margin-top: auto;
    margin-bottom: auto;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-toggler {
		display: block;
	}
	
}

@media (min-width: 576px) {
	.navbar-expand-sm .navbar-toggler {
		display: block;
	}
	
}

@media (max-width: 576px) {
	.navbar-brand {
		margin-left: -95px !important;
	}
	#gallery_carousel .carousel-item img {
		width:100%;
		
	}
	.navbar-brand img {
		height: 35px;
	}
}

@media (max-width: 768px) {
	.footer .footer__copyright {
		text-align: center !important;
	}
	
	.footer .footer__copyright p {
		float: unset !important;
	}
	
	
}

/*** 8 in a row ***/

.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8r {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}

/*** 8 in a row ***/

.description {
    overflow: hidden;
    position: relative;
	max-height: 101px;
	transition: all 400ms ease;
}

.expand {
	max-height: initial !important;
	height: auto !important; 
}

.exp-toggle, .exp-toggle-hide {
	display: none;
}

.description:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background: url(/assets/img/svg/white-grad2.png) repeat-x left top;
}

.description.expand::after {
	background: none;
}
.description.expand .exp-toggle-hide {
	display: block;
}


.gallery-slect {
	cursor: pointer;
	font-size: 14px;
}

.gallery-slect.active {
	
	font-size: 18px;
    font-weight: 700;
    background: #e9e9e9;
    padding: 5px;
    width: 20px;
    border-radius: 0px;
}

.gallery-next, .gallery-pre, .big-grid, .small-grid {
	cursor: pointer;
}

.deli-fotografijo-share, .deli-dogodek-share {
	display:none;
}

.empty-basket {
	display:none;
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.table-cosutme { 
		display: flex; 
		flex-direction: column;
	}
	.table-cosutme thead, .table-cosutme .table-costume-all {
		display: none; 
	}
	
	.table-cosutme tr {
		display: flex;
		flex-direction: column;
		text-align: center;
		border-bottom: 1px solid;
		color: black;
	}

	.table-costume-action td {
		border-top: none;
		padding: 2px;
	}

	.table-cosutme .table-costume-action {
		border-bottom: none;
	}

	.table-pregled-action {
		display: flex;
		flex-direction: row;
	}
	.table-pregled-count {
		text-align: center;
	}

}

#cartDropwdown {
	padding: 0px;
}