.homepage.reservationform {
    margin-top: 60px;
}
@media (max-width: 1024px){
.reservationform {
    margin-top: 20px!important;
}}
@media (max-width: 1024px){
.reservationform form {
   display: block;
    position: absolute;
    z-index: 10;
    margin-top: 100px;
}
#r02{
padding-top: 370px !important;	
}}

.form-control:disabled, .form-control[readonly]{
	background-color: white !important;
}

@media(min-width: 1001px) and (max-width: 1024px){
	.reservationform form {
		margin-left: -120px;
	}
}
@media(min-width: 900px) and (max-width: 1000px){
	.reservationform form {
		margin-left: -80px;
	}
}

	
@media(min-width: 1001px) and (max-width: 1024px){
	.room-form .reservationform form {
		margin-left: 50px;
		margin-top:15px;
	}
	.rooms-padding{
		padding-top:350px !important;
	}
}
@media(min-width: 900px) and (max-width: 1000px){
	.room-form .reservationform form {
		margin-left: -50px;
			margin-top:15px;
	}
	.rooms-padding{
		padding-top:350px !important;
	}
}
@media (max-width: 1000px){
	.room-form .reservationform form {
		margin-left: -2px;
		margin-top:15px;
	}
	.rooms-padding{
		padding-top:350px !important;
	}
}
@media (max-width: 500px){
	.room-form .reservationform form {
	margin-left: 15px !important;
	}
	#sobe-sve{
		margin-bottom: 5px !important;
	}
	
}
.reservationform .btn.orangebck {
    background-color: #016b0c;
    width: 100%;
    height: 100%;
    color: white;
}
.relative {
    position: relative;
}
.reservationform .form-outline {
    padding: 0;
    margin: 0;
}
.absimg {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 20px;
    height: 20px;
}




.homepage.reservationform form {
    width: 80vw;
}
.reservationform input, .reservationform select, .reservationform .btn {
    width: 100%;
    height: 70px;
    border-radius: 0;
    border: 1px solid ;
    font-family: "BarlowCondensed";
    font-size: 16px;
}

@font-face {
    font-family: 'MyriadProRegular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
    font-family: 'BarlowCondensed';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Barlow-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'BarlowThin';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Barlow-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Gilda';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GildaDisplay-Regular.ttf') format('truetype');
}
#treat-yourself .card-body{
		height:120px;
		
	}
.img-responsive{width:100%;}

#strelica:hover{
	box-shadow:none;
	background-color:#aa8453;border-color:#aa8453;
}

#glmeni-desktop .btn:hover{
	background-color:#151e21;
}
.karijera a{
	text-decoration:none;
	color:black;
}
.lightbox{
    z-index: 10000000 !important;}

#call .cc-button {
    display: flex;
    position: fixed;
    bottom: 7px;
    right: 1em;
    outline: 0;
    cursor: pointer;
    z-index: 100000;
}

#call .cc-button .cc-chat-icon i, #call .cc-button:hover p {
    box-shadow: 0 0px 2px #222;
    text-decoration: none;
}
#call .cc-button .cc-chat-icon i, #call .cc-button p {
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	    border-radius: 10px;
    color: #f5f5f5;
	border:1px solid grey;
    background: #151e21;
}




h3 {
    color: #aa8453;
    font-family: 'Gilda';
}

::-webkit-scrollbar {
  width: 10px;
}
.card{
	border-radius:0px !important;
}
/* Track */
::-webkit-scrollbar-track {
  background: #151e21; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(21,30,33);
background: #aa8453;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(21,30,33);
background: #aa8453;
}
.gallery {
    display: flex;
    margin: 20px;
}
.gallery img{
     width: 100%;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}


.close {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 145px;
    right: 160px;
}

.close:hover {
    color: #ccc;
}


.prev, .next {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 999;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}


.left-column {
    flex: 1;
    margin-right: 10px;
}

.right-column {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
@media (min-width: 1200px) and (max-width: 1800px){
	.container{
		max-width:1400px !important;
		}
}
@media (min-width: 1801px) {
	.container{
		max-width:1500px !important;
		}
}

@media (min-width: 481px) and (max-width: 550px){
	#topheaderprim h4 {
    padding: 0px !important;
    font-size: 13px !important;
}
#topheaderprim i {
   font-size: 13px !important;
}
#topheader{
 padding: 0px !important;	
}
#jumbo-text{
	padding-top: 120px !important;
}
}
@media (min-width: 551px) and (max-width: 750px){
	#topheaderprim h4 {
    padding: 0px !important;
    font-size: 15px !important;
}
#topheaderprim i {
   font-size: 15px !important;
}
#topheader{
 padding: 0px !important;	
}
#jumbo-text{
	padding-top: 120px !important;
}
}


@media (max-width: 767px) {
    /* Stilovi koji se primenjuju samo na uređajima sa širinom ekrana do 767 piksela (telefoni) */
 .gallery {
    display: block;
    margin: 0;
}
.right-column {
    display: block;
}
}


.mbold {
    font-family:BarlowCondensed;
    font-weight:900;
}
.navbar-light .navbar-nav .nav-link{
    color:#535353;
    font-family: 'BarlowThin';
}
.menucontainer {
    /*position:relative;*/
    z-index:100;
    font-family:BarlowCondensed;
    color: #444444;
}
.belowsliderul {
    font-family: BarlowCondensed;
    font-size: 16px;
    font-weight:bold;
}
.belowsliderul .smallersub {
    font-family: BarlowCondensed;
    font-size:12px;
    font-weight:bold;
}
.topbck .f50.belinaslov{
    font-family:MontserratRegular;
    font-weight:900;
    font-size:50px;
}
.topbck .f25.belinaslov{
    font-family:MontserratRegular;
    font-size:25px;

}

.rightheader {
    padding-left: 10px;
    font-family: BarlowCondensed;
    line-height: 15px;
    padding-top: 20px;
    font-size:13px;
}
#carousel1 h3 {
    font-size: 30px;
    font-family: BarlowCondensed;
    font-weight: 600;
}
#carousel1 h1 {
    font-size: 70px;
    font-family: BarlowCondensed;
    font-weight: 800;
}
ul.belowsliderul li {
    display: table-cell;
    text-align: center;
    font-family: BarlowCondensed;
    font-weight: 400;
    color: #444;
}
.belowsliderul .smallersub {
    font-family: BarlowCondensed;
    font-size: 12px;
    font-weight: 400;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: BarlowCondensed;
    color: #535353;
    font-weight: 400;
	font-size:15px;
}
.infocentarblock {
    text-align: center;
    font-weight: 400;
    color: #535353;
    font-size: 14px;
    font-family: BarlowCondensed;
}
.smallmiddleitem h6 {
    color: #bb2548;
    font-weight: 600;
    font-family: BarlowCondensed;
}
.kontaktbody h6{
    color: #bb2548;
    font-weight: 600;
    font-family: BarlowCondensed;
}
.rightpart.kontaktlarge p{
    font-family:BarlowCondensed;
}
#topheader h4{
    color:white;
    font-family:'MyriadProRegular';
    text-transform: uppercase;
    padding-top:20px;
}
.topbck h3.belinaslov {
    font-family: 'BarlowCondensed';
}
.topbck h3.belinaslov {
    font-family: 'Gilda';
}
H1{
    color:#aa8453;
    font-family: 'Gilda';
}
a.orangelink,
button.orangelink{
    width: 220px;
    height: 50px;
    border: 1px solid #aa8453;
    font-family: 'BarlowCondensed';
    display: inline-block;
    font-size: 14px;
    padding-top: 12px;
}
.gildafont{
    font-family: 'Gilda';
}
a.belilink{
    width: 200px;
    height: 45px;
    border: 1px solid white;
    font-family: 'BarlowCondensed';
    display: inline-block;
    font-size: 14px;
    padding-top: 12px;
    color:white;
    text-decoration: none;
}
.newbck h6{
    font-size:13px;
    font-weight:900;
    font-family: 'BarlowCondensed';
}
.newbck p{
    font-size:13px;
    font-family: 'BarlowCondensed';
}
.gornjitext,.donjitext{
    color:white;
    font-family: "BarlowCondensed";
    font-size:14px;
}

.overlap h4{
    color:#aa8453;
    font-family:'Gilda';
    padding-top:25px;
    padding-bottom: 15px;
}


body{
    font-family: BarlowCondensed;
    /*font-size: 0.9rem;*/
    font-size:13px;
    color:black!important;
}
p {
	    margin-top: 0;
    margin-bottom: 1rem;
    font-family: BarlowCondensed;
    color: #535353;
    font-weight: 400;
    font-size: 15px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}
#h1{
	font-size:40px;
}
#jumbo-text{
		padding-top: 90px;
	}
.topback{
	height:400px;
	background-image: url(../../img/aboutusheader.png);
	    background-position: center center;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
}
.topback1{
	height:400px;
	border-bottom:1px solid #ccc;
    background-color: #151e21;

}
#contact{
	height:400px;
	background-image: url(../../img/contacthead.png);
	    background-position: top ;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
}
#blog11{
	height:400px;
	background-image: url(../../img/blog11.png);
	    background-position: top ;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
}
#room1{
	height:400px;
    background-color: #efefef;
}
#blog .card{
	margin-bottom:30px;
}
#blog .card-body{
	height:120px;
}
#blog img{
	height:200px;
}
#blog h5{
	font-size:20px;
}

#info .cc-button {
    display: flex;
    position: fixed;
    bottom: 27px;
    left: 2em;
    outline: 0;
    cursor: pointer;
    z-index: 100000;
}
#info a {
    text-decoration: none;
}
#info .cc-button .cc-chat-icon i, #info .cc-button p {
    text-decoration: none;
    font-size: 18px;
    color: white;
    background: #bf0020;
}
#info .cc-button p {
    padding: 2px 25px 2px 25px;
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: -15px;
    height: 35px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}



.levikontakt {
    padding-right: 35px;
}
.newbck {
    background-color: #151e21;
    padding: 25px;
	
}
.newbck h5 {
    color: #aa8453;
}
.gildafont {
    font-family: 'Gilda';
}
.newbck h6 {
    font-size: 13px;
    font-weight: 900;
    font-family: 'BarlowCondensed';
}
.newbck p {
    font-size: 13px;
    font-family: 'BarlowCondensed';
}

.orangebck{
    background-color: #aa8453;
    width: 100%;
    height: 100%;
    color: white;	
}
.orangeborder {
    border: 1px solid #aa8453;
    width: calc(50% + 15px);
}
.overlap, .overlap .row {
    height: 120px;
}
.overlap h4 {
    color: #aa8453;
    font-family: 'Gilda';
    padding-top: 30px;
}

/* Header Style */
header {

	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100px;
	background-color: #f7f7f7;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 25px 0px;
}
.background-header .navbar {
	padding: 17px 0px;
}
.background-header {
	top: 0;
	height: 80px;
	position: fixed;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #d19f1f!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: -12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #1e1e1e;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-size: 44px;
	font-style: normal;
	color: white;
}
#navbarResponsive {
	z-index: 999;
	justify-content:right !important;
}

.navbar .navbar-nav .nav-item {
	margin: 0px 5px;
	margin-left:10px;
}
#jezici{
	margin-top:-5px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	text-wrap:nowrap;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: white;
	transition: all 0.3s;
}
.navbar-expand-lg .navbar-nav {
    
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: white;
}
#topheaderprim{
	color: white;
	    padding:5px;
	background-color:#aa8453;

}
#topheaderprim h4{
	   padding:10px;
	    font-family: MyriadProRegular;
    text-transform: uppercase;
	font-size: 1.1rem;
}
#topheader{
	color:white;
}
li.active a.nav-link {
    /* color: #ed711e!important; */
 border-bottom:2px solid #aa8453;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {

	height: 46px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 25px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'FontAwesome';
}


@media (max-width: 768px) {
	.owl-banner .owl-nav {
		display: none;
	}
	#kontakt-header{
		font-size:10px;
	}
}

@media (min-width: 992px) and (max-width: 1200px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem; 
     padding-left: 0rem; 
}
#topheaderprim h4 {
    padding: 10px;
    font-family: MyriadProRegular;
    text-transform: uppercase;
    font-size: 0.9rem;
}
}

@media (max-width: 992px) {
	
 
	.navbar .navbar-brand {
		position: absolute;
		left: 10px;
		top: 25px;
	}
	.background-header .navbar-brand,
	.background-header .navbar-toggler {
		top: 15px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    background-color: #151e21;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 10px 0px;
		
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #d19f1f!important;
		border-bottom: none!important;

	}
}
#gl-meni{
	margin-top:-2px;
}
.dropdown button{
background-color:#151e21;
border:none !important;
text-wrap: nowrap;
    font-size: 14px;
	padding: 15px 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
    transition: all 0.3s;	
	   box-shadow:none !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
	background-color:#151e21 !important;
border:none !important;
   box-shadow:none !important;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow:none !important;
	background-color:#151e21 !important;
}
.topbck.bckhome {
    height:700px;
}
.topbck.bckhome {
    background-image: url(../../img/homeheader.png);
}
.topbck {

    background-position: center center;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
.topbck h1.belinaslov {
    font-family: 'BarlowCondensed';
}
.f14 {
    font-size: 14px;
}
.f40x {
    font-size: 45px;
    line-height: 55px;
}
.f18 {
    font-size: 18px;
}
a.belilink {
    width: 200px;
    height: 45px;
    border: 1px solid white;
    font-family: 'BarlowCondensed';
    display: inline-block;
    font-size: 14px;
    padding-top: 12px;
    color: white;
    text-decoration: none;
}


.absimg {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 20px;
    height: 20px;
}
.reservationform .form-outline {
    padding: 0;
    margin: 0;
}
.relative {
    position: relative;
}
.reservationform {
    padding-left: 20px;
}
.belinaslov {
    margin-bottom: 15px;

}

.blackbck {
    background-color: #151e21;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1{
    color: #aa8453;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.1rem;
}
a.orangelink1 {
    background-color: white;
}
.pt-20{
	padding-top:20px;
}
.pt-120{
	padding-top:90px;
}
.pt-180{
	padding-top:85px;
}
.pt-60{
	padding-top:60px;
}
.pt-80{
	padding-top:80px;
}
.pb-20{
	padding-bottom:20px;
}
.pb-50{
	padding-bottom:50px;
}
.pt-50{
	padding-top:50px;
}
.pb-70{
	padding-bottom:70px;
}
.pt-70{
	padding-top:70px;
}
.pt-100{
	padding-top:100px;
}
.pb-40{
	padding-bottom:40px;
}
.pb-60{
	padding-bottom:60px;
}
.pt-40{
	padding-top:40px;
}
.pb-80{
	padding-bottom:80px;
}
.whitetext{
	color:white;
}

.newsletterform input, .newsletterform button {
    display: inline;
}
.newsletterinput {
    width: 400px;
    height: 55px;
    color: white;
    background-color: #151e21;
    border: 1px solid #2d2d2d;
    padding-left: 15px;
}
.newsletterbutton {
    background-color: #aa8453;
    color: white;
    border-radius: 0;
    width: 200px;
    height: 55px;
}

.footertitlediv {
    width: 100%;
}

.footermenu {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    font-size: 14px;
}
.footermenu li {
	padding-bottom: 5px;
    padding-top: 8px;
}
.footermenu li a {
    text-decoration: none;
    color: white;
}
p.footerp {
    color: white;
    line-height: 26px;
    padding-top: 10px;
}
a.footerorangelink, a.footerorangelink:hover, a.footerorangelink:visited {
    color: #aa8453;
    text-decoration: none;
}
a.footerlink, a.footerlink:hover, a.footerlink:visited {
    color: white;
    text-decoration: underline;
}


#bottom.style-2 {
    background-color: #f0eeee;
    padding-bottom: 53px;
}
#bottom.style-2 #bottom-bar-inner {
    padding: 20px 0;
}
#bottom #bottom-bar-inner {
    display: table;
    width: 100%;
}
#bottom .bottom-bar-content, #bottom .bottom-bar-socials, #bottom .bottom-bar-menu {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
#bottom .bottom-bar-socials, #bottom .bottom-bar-menu {
    text-align: right;
}
#bottom .widget.widget_socials .socials {
    float: right;
}
#footer-widgets .widget.widget_socials .socials .icon, #bottom .widget.widget_socials .socials .icon {
    padding: 0 13px;
}
.footerp {
    font-size: 16px;
}
.footerp a{
    font-size: 16px;
}
.footermenu .nolink{
	font-size: 16px;
}
#footer-widgets .widget.widget_socials .socials .icon, #bottom .widget.widget_socials .socials .icon {
    float: left;
}
.widget.widget_socials.style-3 .socials .icon a {
    padding-left: 0;
    font-size: 16px;
    color: #4b6063;
}


.dropdown-menu{
	background-color:#151e21;
	    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: white;
    text-align: left;
    list-style: none;
	border:none !important;
}

.dropdown-item {
color: white;
  padding: 0;
text-transform: uppercase;
font-size: 12px;  
}
.item-image {
    margin: auto;
    overflow: hidden;
    border: 7px solid transparent;
    -webkit-transition: 0.5s;
    cursor: pointer;
    position: relative;
}

.item-image img {
    width: 150px;
    height: 80px;
}

.item-image {
    z-index: 2;
}
.slike{
	padding:25px;
}
#call1 img{
	max-width:32px;
}
#call2 img{
	max-width:32px;
}

#dining{ 
height: 400px;
    background-image: url(../../img/dining.png);
    background-position: center center;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
}
#galeri{ 
height: 400px;
    background-image: url(../../img/blog11.png);
    background-position: center center;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
}

@media (min-width: 480px){
	.call-mob{
		display:none !important;
	}
	#dugme-sve-slike{
		display:none;
	}
	.services-style-two{
		padding-bottom:70px;background-position: center;  padding-top:70px;  
   background-image:url(../../img/roomheader01.png);
	}
	
	#h3-naslov{
	font-size:40px;	
	}
	#h4-naslov{
	font-size:25px;	
	}
	#slika3{
		margin-top:45px;
	}
	#glmeni-desktop{
		margin-top: -8px;
	}
	#glmeni-mob{
		display:none;
	}
	
	#glmeni-desktop .dropdown-menu{
		padding: 0.8rem 1rem;
	}
	.item-image{
		margin-top:-5px;
	}
	.dropdown-menu.show{
		display: flex;
	}
	.hideme li{
		padding:10px;
	}
	
}

#kongres img{
	margin-bottom:30px;
}

.pt-150{
		padding-top:150px;
	}
@media (max-width: 480px){
	#contact-res{
		margin-bottom:30px;
	}
	.lightbox{
	top: 150px !important;
}
	#galerija01{
		padding-top: 120px !important;
	}
	#galerija01 h1{
		    margin-bottom: 25px;
	}
	#slikag1{
		    margin-left: 5px;
	}
	.gallery img{
		margin-bottom:10px;
	}
	#tab1{
		margin-bottom:45px;
	}
	.levikontakt{
		padding-right: 15px !important;
	}
	#blog-mob1{
		margin-bottom: 40px;
	}
	#blog-mob2{
		margin-bottom: 20px;
	}
.navbar-nav .dropdown-menu{
		margin-left: 25px !important;
	}
	.pt-120{
	padding-top: 70px;	
	}
	.c1{
		padding-top: 100px;
	}
	
	#cv{font-size: 25px;}
	
#akcija{
	padding:10px;
width: 80vw !important;
}
#akcija h3{
	font-size:22px;
}
	.pt-150{
		padding-top:150px;
	}
	
	#kongres img{
		-webkit-box-shadow: none !important;
		box-shadow:none !important;
	}
	.slike{
		padding:0px !important;
	}
	#fo1{
		margin-top:40px;
	}
	
	#fo2{
		margin-top:50px;
	}
	
	#italy{
	margin-top: 0px  !important; 
     margin-left: 3px  !important;
	}
 #call .cc-button{
		bottom:27px !important;
		right: 0.9em !important;
	}
	.call-desk{
		display:none !important;
	}
	.pt-180{
	padding-top:45px !important;
}
	#sve-slike-mob{
		display:none;
	}
	.services-style-two{
	padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding-top: 55px;
    background-image: url(../../img/roomheader01.png);
	}
	.single-service-style-one{
		margin-bottom:30px;
	}
	#padding-bott{
		padding-bottom:20px !important;
	}
	#tabela1{
		display:none;
	}
	#dugme11{
		    margin-bottom: 20px;
	}
	.overlap h4 {
    padding-top: 15px !important;
}
	#text-about{
		margin-top:10px;
	}
	.overlap, .overlap .row {
   height: auto !important;
}
.orangeborder{
margin:auto;
    width: auto;
}
	.topback{
	height:400px !important;
	}
	#jumbo-text{
		padding-bottom: 20px;
		padding-top: 120px;
	}
	#h1{
		font-size:25px !important;
	}
	.f18{
		font-size: 15px;
	}
	h1{
		font-size:35px;
	}

	.galleryrow img {
    margin-bottom: 20px !important;
}
	#kartice .card{
		margin-bottom:20px;
	}
	#treat-yourself .card{
		
		margin-bottom:20px;
	}
	#kartice2{
		margin-top:-50px;
	}
	
	#h3-naslov{
	font-size:35px;	
	}
	
	#soba1{
		margin-bottom:30px;
	}
	
	.pb-80{
	padding-bottom:50px !important;
}
.pt-80{
	padding-top:50px !important;
}
#treat-yourself{
	padding-top:80px !important;
	padding-bottom:80px !important;
}
	
	#slika1{
		margin-top: 20px;
	}
	#slika2{
		margin-top: 20px;
		margin-bottom:20px;
	}
	#slika3{
		margin-top: 10px;
		
	}
	#kontakt1{
		
		margin-left:20px !important;
	}
	#span{
		font-size:12px;
	}
	#glmeni-desktop{
		display:none;
	}
	.dropdown-item{
		padding-bottom: 10px;
	}
	.dropdown button:hover{
		background-color:#151e21 ;
}
	.navbar-expand-lg .navbar-nav{
		margin-left:-5px !important;
	}
	.reservationform input, .reservationform select, .reservationform .btn {
    height: 70px;
    border-radius: 0;
    border: 1px solid #aa8453;
    font-family: "BarlowCondensed";
    font-size: 16px;
}
	#footer-widgets .widget.widget_socials .socials .icon, #bottom .widget.widget_socials .socials .icon {
    padding: 0 5px;
}
.topbck h3.belinaslov {
    font-family: 'BarlowCondensed';
}

#bottom .bottom-bar-socials-mobile .socials img {
    max-width: 22px;
	}}

@media (max-width: 480px){
		#room1 {
    height: 300px !important;
    background-color: #efefef;
}
	#topheaderprim{
		display:none;
	}
#bottom .bottom-bar-socials-mobile {
    float: left;
    margin-top: 20px;
}}
@media (max-width: 480px){
	.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

	.topbck.bckhome{
		padding:20px;
	}
#bottom .bottom-bar-socials {
    display: none !important;
}}

@media (min-width: 480px){
	.reservationform input, .reservationform select, .reservationform .btn {
    width: 100%;
    height: 70px;
    border-radius: 0;
    border: 1px solid #aa8453;
    font-family: "BarlowCondensed";
    font-size: 16px;
}
#bottom .bottom-bar-socials-mobile {
    display: none !important;
}}

@media (max-width: 1024px){
.reservationform {
    margin-top: 20px!important;
}
}


.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

	.relative {
    position: relative;
}
.homerooms .col-md-4, .homerooms .col-md-6 {
    overflow: hidden;
}
.full-width {
    width: 100%;
}
		
		.imgtextabs {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.gornjitext, .donjitext {
    color: white;
    font-family: "BarlowCondensed";

}
.gornjitext{
	  font-size: 15px;
}
.donjitext {
    font-size: 20px;
    padding-top: 5px;
    line-height: 25px;
} 
.gornjitext, .donjitext {
    color: white;
    font-family: "BarlowCondensed";
}
@media (min-width: 576px){
.d-sm-flex {
    display: flex !important;
}}

.services h5{
	color: #aa8453;
    padding-top: 10px;
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
	font-size: 25px;
    line-height: 1.2;
}
.services p{
font-size:15px;
}

.services .card{
    border: 1px solid #151e21;
}
.naslovnanews img{
	height:200px;
}
.galleryrow img{
	margin-bottom:40px;
}


#rezervisi .cc-button {
    display: flex;
    position: fixed;
    bottom: 27px;
    left: 1em;
    outline: 0;
    cursor: pointer;
    z-index: 100000;
}
#rezervisi .cc-button{ 
padding:15px;
	background-color:green;
}
#rezervisi a{
	color:white;
	text-decoration:none;
}
#call1 .cc-button {
    display: flex;
    position: fixed;
    bottom: 70px;
    right: 1em;
    outline: 0;
    cursor: pointer;
    z-index: 100000;
}
#call2 .cc-button {
    display: flex;
    position: fixed;
    bottom: 112px;
    right: 1em;
    outline: 0;
    cursor: pointer;
    z-index: 100000;
}


@media (max-width: 480px){
.newsletterinput {
    width: 150px;
}
.newsletterbutton{
	 width: 100px;
	 font-size: 12px;
}

}

@media (max-width: 991px){
	#italy{
	margin-top: 0px  !important; 
     margin-left: 3px  !important;
}}