#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	background-color:rgba(0, 0, 0, 0.5);
	margin: 0;
	color: white;
	min-height: auto;
	padding: inherit;
	}

	#footer_l {
	width: 5%;
    float: left;
    background: #000;
    min-height: 235px;
	}

    #footer_r {
        width: 93%;
        float: left;
    }

	h5.footer_naslov {
		color: white;
		font-size: 20px;
		font-weight: 400;
		margin: 0;
	}

	h6.footer_podnaslov {
		color: white;
		font-size: 13px;
		font-weight: 300;
		text-transform: uppercase;
		margin-top:3px;
		margin-bottom: 10px;
	}

	#footer_title {
		display: none;
	}

	#footer_r_1 {
	width: 60%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}

	#footer_r_1_photo {
	width: 40%;
	float: left;
	text-size: 14px;
	padding: 1%;
    line-height: 50px;
	}

	#footer_r_2 {
	width: 60%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}

	#footer_r_2_photo {
	width: 40%;
	float: left;
	text-size: 14px;
	padding: 1%;
    line-height: 50px;
	}

	#footer_r_3 {
	width: 60%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}

	#footer_r_3_photo {
	width: 40%;
	float: left;
	text-size: 14px;
	padding: 1%;
    line-height: 50px;
	}

    #footer_r_4 {
        width: 60%;
        float: left;
        text-size: 14px;
        padding: 1%;
    }

    #footer_r_4_photo {
        width: 40%;
        float: left;
        text-size: 14px;
        padding: 1%;
        line-height: 50px;
    }

	#footer_close {
		width: 2%;
		float: left;
		color: white;
		text-align: right;
		padding-right: 1%;
	}

	#footer_close a {
		color: white;
		text-decoration: none;
	}

	ul.footer_lista {
		list-style-type: square;
		margin: 0;
		padding-left: 20px;
		font-size:13px;
		font-weight: 300;
	}

	.img-fluid {
	max-width: 100%;
    height: auto;
	}

	img {
	vertical-align: middle;
	border-style: none;
	}

	a.footer_link {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 13px;
    width: 80%;
    border: none;
    background: #cc5946;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    text-align: center;
	}

	#othermenu {
		display: none;
	}

	@media only screen and (max-width: 60em) {

	#footer {
    position: static;
    width: 100%;
	height: auto;
	background-color:rgba(0, 0, 0, 0.5);
	margin-left:0%;
	color: white;
	overflow: hidden;
	}

	#footer_l {
	display: none;
	}

	#footer_r_1 {
	width: 60%;
	float: left;
	text-size: 14px;
	padding: 1%;
	clear: right;
	}

	#footer_r_1_photo {
	width: 40%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}

	#footer_r_2 {
	width: 60%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}

	#footer_r_2_photo {
	width: 40%;
	float: left;
	clear: left;
	text-size: 14px;
	padding: 1%;
	}


	#footer_r_3 {
	width: 60%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}

	#footer_r_3_photo {
	width: 40%;
	float: left;
	clear: left;
	text-size: 14px;
	padding: 1%;
	}

    #footer_r_4 {
        width: 60%;
        float: left;
        text-size: 14px;
        padding: 1%;
    }

	#footer_r_4_photo {
        width: 40%;
        float: left;
        clear: left;
        text-size: 14px;
        padding: 1%;
    }

	#footer_close {
		display: none;
	}

	#othermenu {
		display: list-item;
	}

	#footer_title {
		display: block;
		padding: 3px;
		margin-top: 8px;
	}

    #gallery ul li div.image_container a:hover  {
        cursor: zoom-in !important;
    }

	li.mix:nth-of-type(1n+2){ display: none !important; }

     .slider__item {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
    }

        #footer_r {
        width: 100%;
        float: left;
    }

	}

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

    .slider__wrapper {
    display: flex;
    transition: transform 0.6s ease;
}

    .slider__item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

    .slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    height: 50px;
    transform: translateY(-25%);
    background: rgba(0, 0, 0, .5);
}

    .slider__control:hover,
    .slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

    .slider__control_left {
    left: 0;
}

    .slider__control_right {
    right: 0;
}

    .slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

    .slider__control_left::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

    .slider__control_right::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

    .slider__item>div {
    line-height: 250px;
    font-size: 100px;
    text-align: left;
}

