 .xmlfeed
{
display: table;
}
.additionalservicestogglebox
{
display:none;
}
 .hotelboxtop
{
    margin-bottom: 10px;
   padding: 0 15px 5px;
    width: 100%;
	color:#6e706b;
	text-align:left;
	box-shadow: 0 0 3px;
    height: 265px;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
	}
	.xmlpricecelltop
{
border: 2px solid #E6E6E6;
font-size:30px;
text-align:right;
padding:5px 10px 5px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelnametop
{
color: #536fb8;
    font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
    font-size: 15px;
    padding: 10px 15px 0;
	text-align:left;
}
.hotelformbuttontop button
{
background: none repeat scroll 0 0 #e6e6e6;
border: medium none;
color: white;
cursor: pointer;
font-size: 16px;
font-weight: bold;
padding: 0 10px;
  text-shadow: 1px 1px 2px #162A5C;
width: 100%;
height:37px;
margin:5px 0;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformbuttontop button:hover
{
background:#DBE3F5;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.dugmencelodging
{
border:none;
background: none;
color:white;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.dugmencelodging:hover
{
color:#E3E3E3;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}



/*staro**************************************************************************************************************/
.frame {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
	  min-height: 245px;
	  font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}

.pictures {
    position: absolute;
    width: 400%;    /*change accordingly*/
    left: 0%;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}

.pictures:after {
    content: "\0020";
    display: none;
    height: 0;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}

.pictures .pic {
    width: 25%; /*change with respect to .pictures*/
    float: left;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}


/*****************ostalooooo*/
.hotelbox
{
	color:#6e706b;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
	font-size:12px;
	}
.formelementcolumn a, .formelementcolumn a:link, .formelementcolumn a:visited {
font-size:12px !important;
}
input, #formhotel input, #formhotel input[type="text"], #formhotel input[type="password"], #formhotel input[type="email"], #formhotel input[type="url"], #formhotel input[type="submit"], #formhotel textarea, #formhotel select
 {
 border: 1px solid #3F5978;
 color: #3F5978;
	 -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
 }
#formelementcolumn input::-webkit-input-placeholder {
color: #002859 !important;
opacity: 1;
}
 
#formelementcolumn input:-moz-placeholder {
color: #002859 !important; 
opacity: 1; 
}
 
#formelementcolumn input::-moz-placeholder { 
color: #002859 !important;  
opacity: 1;
}
 
#formelementcolumn input:-ms-input-placeholder {  
color: #002859 !important;  
opacity: 1;
}

.naslovdesc
{
font-size:15px;
line-height: 1.1;
text-align:right;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
/*border-bottom:1px solid #e6e6e6;*/
}
.naslovdesc img
{
max-width: 100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmllodgindesc
{
/*white-space: nowrap;*/
overflow: hidden;
text-overflow: ellipsis;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmllodgindescsearch
{
/*white-space: nowrap;*/
overflow: hidden;
text-overflow: ellipsis;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmlpopupbuttons1
{
display: inline-block;
    margin: 2% 1% 0 0;
    position: absolute;
    text-align: center;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmlpopupbuttons1 button
{
    margin: 0;
	padding: 0;
	background:url('../xml/images/images.png');
	border:none;
	cursor:pointer;
	width:160px;
	height:40px;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmlpopupbuttons1 button:hover
{
	background:url('../xml/images/images-h.png');
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmlpopupbuttons2
{
display:inline-block;
width:100%;
margin: 2% 1%;
border:1px solid #E6E6E6;
text-align:center;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmlpopupbuttons3
{
display:inline-block;
width:100%;
margin: 2% 0 0 1%;
border:1px solid #E6E6E6;
text-align:center;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.picdescbuttons button:hover
{
background:#DBE3F5;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
#moreimages i {
    border: solid #002859;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2px;
    margin: 2px 5px;
}
#moreimages {
 cursor:pointer;
}
#moreimages:hover {
 color: #F4BD00;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.galleryblock
{
display:none;
}
/*--------------------------------MOBILNI----------------------------------------*/
@media all and (max-width: 480px)
{
.hotelbox
{
	display:inline-block;
	width:100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelname
{
font-size:18px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
color:#536fb8;
padding: 15px 15px 0 15px;
margin:0 3%;
}
.hotelnamesearch
{
font-size:18px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
color:#536fb8;
padding: 5%;
display:inline-block;
}
.mapahotellists
{
display:none;
}
.hotelslike
{
width:100%;
display:inline-block;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
height: 230px;
position:relative;
background: #536fb8;
margin: 0;
}
.hotelslike img
{
max-width:97%;
display:inline-block;
min-height:97%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelslikesearch
{
display:inline-block;
width:100%;
overflow:hidden;
height:220px;
float: right;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
vertical-align: middle;
background: #536fb8;
margin: 0;
position:relative;
}
.hotelinfodesktop
{
display:none;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelinfodesktoplist
{
display: block;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
margin:5%;
}
.xmllodgindesctop
{
/*white-space: nowrap;*/
width: 93%;
height:auto;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
overflow: hidden;
padding: 10px;
text-align:left;
margin: 5px 0 0;
}
.naslovdesc
{
margin: 10px 15px 0 15px;
text-align:right;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmllodgindesc
{
margin:0 15px;
padding: 10px 15px 0 15px;
width:auto;
min-height:auto;
max-height:auto;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmllodgindescsearch
{
padding: 0 5% 3%;
width:auto;
min-height:auto;
max-height:auto;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformmobiletablet
{
display:inline-block;
width:100%;
vertical-align:top;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformbutton button
{
background: none repeat scroll 0 0 #e6e6e6;
border: medium none;
color: white;
cursor: pointer;
font-size: 16px;
font-weight: bold;
padding: 0 10px;
  text-shadow: 1px 1px 2px #162A5C;
width: 96%;
height:40px;
margin:2px 5px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformbutton button:hover
{
background:#DBE3F5;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.naslovdesc
{
margin-top:10px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.naslovdesc img
{
max-width: 100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hoteldescmobiletablet
{
display:inline-block;
width:100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hoteldescmobiletablettop
{
display:inline-block;
width:100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
#formhotel input, #formhotel input[type="text"], #formhotel input[type="password"], #formhotel input[type="email"], #formhotel input[type="url"], #formhotel input[type="submit"], #formhotel textarea, #formhotel select,  #hotelistrq  input[type="submit"]
 {
    width: 100%;
 }
  #hotelistrq
 {
 	position: absolute;
    bottom: 0;
    width: 90%;
	bottom: 15px;
    left: 5%;
 }
 #formhotel input[type="submit"]
 {
 background:#F4BD00;
 color:white;
 border:none;
     font-size: 3vw;
    text-transform: uppercase;
    padding: 5.5px;
	cursor:pointer;
 }
 #hotelistrq  input[type="submit"]
 {
 background:#F4BD00;
 color:white;
 border:none;
     font-size: 3vw;
    text-transform: uppercase;
    padding: 5.5px;
	cursor:pointer;

 }
 .xmlpopupbuttons1
 {
 display:none;
 font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
 }
 .xmllodginnameinlist
 {
 width: 100%;
 margin-bottom: 10px;
 font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
 }
 .xmllodgingrank
 {
 position: relative;
    top: 60px;
	right:0
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
	}
	.roomlisttop
	{
	 display: block;
    min-height: 250px;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
	}
	.rqbuttonhotellist
	{
	background:#B10C13;
	margin:5%;
	padding:5.5px 10px;
	text-align:center;
	line-height:1.3;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	position: absolute;
    bottom: 0;
    width: 86%;
	}
	.hotellistpricebox
	{
	margin:5%;
	padding:22.5px 10px;
	text-align:center;
	line-height:1.3;
	color:#fff
	}
	.hotellistpriceboxsearch
	{
	margin:5%;
	padding:5% 10px;
	text-align:center;
	line-height:1.3;
	color:#fff
	}
	#moreimages
{
font-size:3vw;text-decoration: none;color: #002859;height:30px;line-height: 2;
}
.searchinfobox
{
width:100%;background:#0072BB;color:#fff;float:left;padding:5px 10px;display:inline-block
}
}

/*--------------------------------TABLET----------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 768px)
{ 
.hotelbox
{
display:inline-block;
	width:100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelname
{
font-size:18px;
font-family:cabin;
color:#536fb8;
padding: 15px 15px 0 15px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
float:left;
width:55%;
}
.hotelnamesearch
{
font-size:18px;
font-family:cabin;
color:#536fb8;
padding: 15px 15px 0 15px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
float:left;
width:55%;
}
.mapahotellists
{
width:25%;
display:inline-block;
overflow:hidden;
height:300px;
min-height: 197px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
float: right
}
.hotelslike
{
width:25%;
display:inline-block;
overflow:hidden;
height:300px;
min-height: 197px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
float: right;
background: #536fb8;
margin: 0;
position:relative;
}
.hotelslike img
{
display:inline-block;
max-width:auto;
height:auto;
min-height:100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelslikesearch
{
display:inline-block;
width:20%;
overflow:hidden;
height:220px;
float: right;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
vertical-align: middle;
background: #536fb8;
margin: 0;
position:relative;
}
.hotelinfodesktop
{
display:none;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelinfodesktoplist
{
display:none;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformmobiletablet
{
  display: inline-block;
  width: 38%;
  margin: 2%;
  vertical-align:top;
  font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformbutton button
{
background: none repeat scroll 0 0 #e6e6e6;
border: medium none;
color: white;
cursor: pointer;
font-size: 16px;
font-weight: bold;
padding: 0 10px;
  text-shadow: 1px 1px 2px #162A5C;
width: 100%;
height:37px;
margin: 2px 5px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformbutton button:hover
{
background:#DBE3F5;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hoteldescmobiletablet
{
display:inline-block;
width:100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hoteldescmobiletablettop
{
display:inline-block;
width:100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.naslovdesc
{
margin: 10px 15px 0 15px;
text-align:right;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmllodgindesctop
{
/*white-space: nowrap;*/
width: 95%;
height:auto;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
overflow: hidden;
padding: 10px;
text-align:left;
margin: 5px 0 0;
}
.xmllodgindesc
{
margin:0 15px;
padding: 10px 15px 0 15px;
width:auto;
min-height:auto;
max-height:auto;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmllodgindescsearch
{
margin:0 15px;
padding: 10px 15px 0 15px;
width:auto;
min-height:auto;
max-height:auto;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.naslovdesc
{
margin-top:10px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.naslovdesc img
{
max-width: 100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
#formhotel input, #formhotel input[type="text"], #formhotel input[type="password"], #formhotel input[type="email"], #formhotel input[type="url"], #formhotel input[type="submit"], #formhotel textarea, #formhotel select,  #hotelistrq  input[type="submit"]
 {
    width: 18%;
 }
  #hotelistrq
 {
 	position: absolute;
    bottom: 0;
    width: 90%;
	bottom: 15px;
    left: 5%;
 }
 #formhotel input[type="submit"]
 {
 background:#F4BD00;
 color:white;
 border:none;
     font-size: 0.8vw;
    text-transform: uppercase;
    padding: 5.5px;
	cursor:pointer;
 }
 #hotelistrq  input[type="submit"]
 {
 background:#F4BD00;
 color:white;
 border:none;
     font-size: 0.8vw;
    text-transform: uppercase;
    padding: 5.5px;
	cursor:pointer;

 }
 .xmlpopupbuttons1
 {
 display:none;
 font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
 }
 	.roomlisttop
	{
	 display: block;
    min-height: 300px;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
	}
	.xmllodgpicture
	{
	height: 300px;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
	}
	.xmllodginpricetable
	{
	margin-top:0;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
	}
	.rqbuttonhotellist
	{
	background:#B10C13;
	margin:5%;
	padding:5.5px 10px;
	text-align:center;
	line-height:1.3;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	position: absolute;
    bottom: 0;
    width: 86%;
	}
	.hotellistpricebox
	{
	margin:5%;
	padding:22.5px 10px;
	text-align:center;
	line-height:1.3;
	color:#fff
	}
	.hotellistpriceboxsearch
	{
	margin:5%;
	padding:5% 10px;
	text-align:center;
	line-height:1.3;
	color:#fff
	}
	#moreimages
{
font-size:1.5vw;text-decoration: none;color: #002859;height:30px;line-height: 2;
}
.searchinfobox
{
width:25%;background:#0072BB;color:#fff;float:left;padding:5px 10px;display:inline-block
}
}

/*--------------------------------DESKTOP MANJI----------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 960px)
{
.hotelbox
{
display:inline-block;
	width:100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelname
{
font-size:18px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
color:#536fb8;
padding: 15px 15px 0 15px;
float:left;
width:55%;
}
.hotelnamesearch
{
font-size:18px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
color:#536fb8;
padding: 15px 15px 0 15px;
float:left;
width:55%;
}
.mapahotellists
{
width:20%;
display:inline-block;
overflow:hidden;
height:250px;
min-height: 197px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
float: right
}
.hotelslike
{
display:inline-block;
width:20%;
overflow:hidden;
height:250px;
float: right;
min-height: 205px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
background: #536fb8;
margin: 0;
position:relative;
}
.hotelslike img
{
display:inline-block;
min-height:100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelslikesearch
{
display:inline-block;
width:20%;
overflow:hidden;
height:220px;
float: right;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
vertical-align: middle;
background: #536fb8;
margin: 0;
position:relative;
}
 .hotelinfodesktop
{
display: inline-block;
    height: 215px;
    margin: 0px 5px 15px 15px;
   max-width: 54%;
	  min-width: 54%;
    padding-left: 0;
    vertical-align: top;
    width: auto;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
 .hotelinfodesktoplist
{
display: inline-block;
    height: 215px;
    margin: 15px 5px 15px 15px;
   max-width: 54%;
	  min-width: 54%;
    padding-left: 0;
    vertical-align: top;
    width: auto;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformdesktop
{
display: inline-block;
max-width: 40%;
width: auto;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmllodgindesctop
{
/*white-space: nowrap;*/
width: 100%;
max-height:70px;
min-height:50px;
overflow: hidden;
padding: 10px 0;
text-align:left;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
margin: 5px 0 0;
padding: 10px 15px 0 15px;
}
.xmllodgindesc
{
/*white-space: nowrap;*/
width: 100%;
max-height:130px;
min-height:130px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
overflow:auto;
margin:5px 0 0;
}
.xmllodgindescsearch
{
/*white-space: nowrap;*/
width: 100%;
max-height:130px;
min-height:130px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
overflow:auto;
margin:5px 0 0;
}
.hotelformbutton button
{
background: none repeat scroll 0 0 #e6e6e6;
border: medium none;
color: white;
cursor: pointer;
font-size: 13px;
font-weight: normal;
padding: 0 5px;
  text-shadow: 1px 1px 2px #162A5C;
width: 100%;
height:37px;
margin-top:2px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformbutton button:hover
{
background:#DBE3F5;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hoteldescdesktop
{
 display: inline-block;
    height: 100%;
    max-height: 210px;
    max-width: 55%;
	min-width: 55%;
    padding: 1% 0 0 3%;
    vertical-align: top;
    width: auto;
	overflow: hidden;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformbutton
{
display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 100%;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.picdescbuttons
{
display: inline-block;
    max-width: 100%;
    width: 100%;
	margin-top: 6px;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.picdescbuttons button
{
 background: #e6e6e6 none repeat scroll 0 0;
  border: medium none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  height: 36px;
  margin-top: 4px;
  padding: 0;
  text-shadow: 1px 1px 2px #162A5C;
  width: 49%;
  font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformmobiletablet
{
display:none;
}
.hoteldescmobiletablet
{
display:none;
}
.hotelformmobiletablettop
{
display:none;
}
.hoteldescmobiletablettop
{
display:none;
}
#formhotel input, #formhotel input[type="text"], #formhotel input[type="password"], #formhotel input[type="email"], #formhotel input[type="url"], #formhotel input[type="submit"], #formhotel textarea, #formhotel select, #hotelistrq  input[type="submit"]
 {
    width: 18%;
 }
  #hotelistrq
 {
 	position: absolute;
    bottom: 0;
    width: 90%;
	bottom: 15px;
    left: 5%;
 }
 #formhotel input[type="submit"]
 {
 background:#F4BD00;
 color:white;
 border:none;
     font-size: 0.8vw;
    text-transform: uppercase;
    padding: 5.5px;
	cursor:pointer;
 }
 #hotelistrq  input[type="submit"]
 {
 background:#F4BD00;
 color:white;
 border:none;
     font-size: 0.8vw;
    text-transform: uppercase;
    padding: 5.5px;
	cursor:pointer;

 }
 .roomlisttop
	{
	 display: block;
    min-height: 140px;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
	}
.rqbuttonhotellist
	{
	background:#B10C13;
	margin:5%;
	padding:5.5px 10px;
	text-align:center;
	line-height:1.3;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	position: absolute;
    bottom: 0;
    width: 86%;
	}
	.hotellistpricebox
	{
	margin:5%;
	padding:22.5px 10px;
	text-align:center;
	line-height:1.3;
	color:#fff
	}	
	.hotellistpriceboxsearch
	{
	margin:5%;
	padding:5% 10px;
	text-align:center;
	line-height:1.3;
	color:#fff
	}
	#moreimages
{
font-size:0.8vw;text-decoration: none;color: #002859;height:30px;line-height: 2;
}
.searchinfobox
{
width:15%;background:#0072BB;color:#fff;float:left;padding:5px 10px;display:inline-block
}
}

/*--------------------------------DESKTOP----------------------------------------*/
@media all and (min-width: 960px)
{
.hotelbox
{
display:inline-block;
width:100%;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
position:relative;
} 
.hotelname
{
font-size:20px; 
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
color:#536fb8;
padding: 1% 2%;
float:left; 
width:56%;
}
.hotelnamesearch
{
font-size:20px; 
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
color:#536fb8;
padding: 2%;
float:left; 
width:56%;
}
.mapahotellists
{
width:20%;
display:inline-block;
overflow:hidden;
height:250px;
min-height: 197px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
float: right;
}
.hotelslike
{
display:inline-block;
width:20%;
overflow:hidden;
height:250px;
float: right;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
vertical-align: middle;
background: #536fb8;
margin: 0;
position:relative;
}

.hotelslike img
{
position:absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
	/*
display:inline-block;
height:250px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
   vertical-align: middle;
   position:absolute;*/
}
.hotelslikesearch
{
display:inline-block;
width:20%;
overflow:hidden;
height:220px;
float: right;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
vertical-align: middle;
background: #536fb8;
margin: 0;
position:relative;
}
.hotelinfodesktop
{
display: inline-block;
    height: 215px;
    margin: 0px 5px 15px 15px;
	 max-width: 57%;
	  min-width: 57%;
    padding-left: 0;
    vertical-align: top;
    width: auto;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelinfodesktoplist
{
width:56% !important;
display: inline-block;
    padding: 0;	
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
margin:15px 2%;
position:absolute;
bottom:0;
}
.hotelformdesktop
{
width: 100%;
    overflow: auto;
    text-align: left;
    font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
    margin: 5px 0 0;
}
.hotelformbutton button
{
background: none repeat scroll 0 0 #e6e6e6;
border: medium none;
color: white;
cursor: pointer;
font-size: 16px;
font-weight: bold;
padding: 0 10px;
  text-shadow: 1px 1px 2px #162A5C;
width: 100%;
height:37px;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformbutton button:hover
{
background:#DBE3F5;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hoteldescdesktoptop
{
 display: inline-block;
    height: 100%;
    max-height: 165px;
    max-width: 100%;
	/*min-width: 55%;*/
    padding: 0 0 0 3%;
    vertical-align: top;
    width: auto;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hoteldescdesktop
{
 display: inline-block;
    height: 100%;
    max-height: 205px;
    max-width: 55%;
	/*min-width: 55%;*/
    padding: 1% 0 0 3%;
    vertical-align: top;
    width: auto;
	overflow: hidden;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.xmllodgindesctop
{
/*white-space: nowrap;*/
width: 100%;
max-height:70px;
min-height:50px;
overflow: auto;
text-align:left;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
margin: 5px 0 0;
padding: 10px 15px 0 15px;
}
.xmllodgindesc
{
/*white-space: nowrap;*/
width: 56%;
overflow: auto;
text-align:left;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
margin:1% 2%;
padding:0 !important;
font-size: 14px;
}
.xmllodgindescsearch
{
/*white-space: nowrap;*/
width: 56%;
overflow: auto;
text-align:left;
font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
margin:1% 2%;
padding:0 !important;
font-size: 14px;
}
.hotelformbutton
{
display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 100%;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.picdescbuttons
{
display: inline-block;
    max-width: 100%;
    width: 100%;
	margin-top: 7px;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.picdescbuttons button
{
 background: #e6e6e6 none repeat scroll 0 0;
    border: medium none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    margin-top: 4px;
    padding: 0 10px;
    text-shadow: 1px 1px 2px #162A5C;
    width: 49%;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.hotelformmobiletablet
{
display:none;
}
.hotelformmobiletablettop
{
display:none;
}
.hoteldescmobiletablet
{
display:none;
}
.hoteldescmobiletablettop
{
display:none;
}
.formelementcolumn
{
 width: 13.40%;
	margin:0 0.5%;
	display:inline-block;
	float:left;
}
.formelementcolumn a, .formelementcolumn a:link, .formelementcolumn a:visited, a.formelementcolumn
{
font-size:0.8vw;
    text-decoration: none;
    color: #002859;
}
#formhotel input, #formhotel input[type="text"], #formhotel input[type="password"], #formhotel input[type="email"], #formhotel input[type="url"],  #formhotel textarea, #formhotel select, #formhotel input[type="submit"], #hotelistrq  input[type="submit"]
 {
   
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
   height:30px;
    width: 100%;
	color: #002859;
	    vertical-align: -webkit-baseline-middle;
		font-size:0.8vw;
 }
 #hotelistrq
 {
 	position: absolute;
    bottom: 0;
    width: 90%;
	bottom: 15px;
    left: 5%;
 }
 #formhotel input[type="submit"]
 {
 background:#F4BD00;
 color:white;
 border:none;
     font-size: 0.8vw;
    text-transform: uppercase;
    padding: 5.5px;
	cursor:pointer;
 }
 #hotelistrq  input[type="submit"]
 {
 background:#F4BD00;
 color:white;
 border:none;
     font-size: 0.8vw;
    text-transform: uppercase;
    padding: 5.5px;
	cursor:pointer;

 }
 #formhotel input[type="submit"]:hover, #hotelistrq  input[type="submit"]:hover
 {
 background:#B10C13;

 }
 .roomlisttop
	{
	 display: block;
    min-height: 140px;
	font-family: cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
	}
	.rqbuttonhotellist
	{
	background:#F4BD00;
	margin:5%;
	padding:5.5px 0;
	text-align:center;
	line-height:1.3;
	color:#fff;
	font-size:0.8vw;
	text-transform:uppercase;
	position: absolute;
    bottom: 0;
    width: 86%;
	font-weight:normal;
	height:30px;
	}
	.rqbuttonhotellist:hover
	{
	background:#B10C13;
	}
	.hotellistpricebox
	{
	margin:5%;
	padding:15% 10px;
	text-align:center;
	line-height:1.3;
	color:#fff
	}
	.hotellistpriceboxsearch
	{
	margin:5%;
	padding:5% 10px;
	text-align:center;
	line-height:1.3;
	color:#fff
	}
	.galleryblock
	{
	padding: 1% 1.5%;
	}
	.morepicbox
	{
	display:inline;
	position:relative;
  width: 20%;
  height: 200px;
  overflow: hidden;
 
	}
	.morepicbox img{
    height: 200px;
	 margin: 0.5%;
	   width: 19%;
}
#moreimages
{
font-size:0.8vw;text-decoration: none;color: #002859;height:30px;line-height: 2;
}
.searchinfobox
{
width:10%;background:#0072BB;color:#fff;float:left;padding:5px 10px;display:inline-block
}
 }