	
	.toplisthotelcss #data-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.toplisthotelcss #data-container > div.hotelTopListBox {
	border: 1px solid #eee;
    width: calc(25% - 14px);
    float: left;
    margin: 6px;
    overflow: hidden;
    background:#FFF;
	padding-bottom: 12px;
	-webkit-animation: hotel-fliping;
    -o-animation: hotel-fliping;
    animation: hotel-fliping;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
	animation-timing-function: linear; 
}


.toplisthotelcss #data-container > div.hotelTopListBox:hover{
	border: 1px solid #ccc;
    box-shadow: 3px 3px 3px #c8c8cc;
}


.top-list-hotel-button-to-redirect button {
    text-transform: capitalize;
    background-color: #004e6d;
    background-image: none;
    border: none;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 34px;
    margin: 0;
    color: #fff;
}

.top-list-hotel-button-to-redirect button:hover{
	background-color: #222;
	color: #FFF;
}


.top-list-hotel-name p {
    text-align: left;
}


div#title-container {
    display: none;
}


 .hotel_pickers_list, .item_pickers_list  {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
	margin-top: 24px;
}

.hotel_pickers_list .hotel-pickers, .item_pickers_list .item-pickers{
    padding: 17px 25px 14px 25px;
    width: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    margin-left: -1px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #222;
    display: inline-block;
	 transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
	
}

.hotel_pickers_list .selected, .item_pickers_list .selected {
    background-color: #222;
    color: #FFF;
	 transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}


.top-list-hotel-name, .top-list-hotel-opening-paragraph-field {
  
 
}

.top-list-hotel-rating {
	min-height: 37px
}

.top-list-location-name {
	position:relative !important;
}

.boxtype-only-text .pusher-information-text .top-list-hotel-name p {
     font-size: 20px;
    line-height: 25px;
    padding: 6px 12px 0px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #004e6d;
    font-weight: 500;
    font-family: sans-serif;
}

.boxtype-only-text .pusher-information-text .top-list-hotel-opening-paragraph p {
      font-size: 14px;
    line-height: 18px;
    text-align: left;
    padding: 12px;
    padding-top: 0px;
}

.boxtype-only-text .pusher-information-text .top-list-hotel-price p {
	font-weight: 500;
    font-size: 24px;
    color: #ec008c;
	line-height: 25px;
	line-height: 46px;
}
		
.top-list-hotel-opening-paragraph {
    height: 75px;
    overflow-y: hidden;
    width: 100%;
	margin-top: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
}



.top-list-pax-description p {
    
}

.top-list-pax-description{
	font-weight: 400;
}

.boxtype-only-text #sembo-rating-stars-container span.sembo-sun {
    background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    -webkit-background-size: 17px 17px;
    width: 17px;
    height: 17px;
    background-image: url(//images.sembo.se/common/symbols/AccommodationSunV2.jpg);
    width: 17px;
    height: 17px;
    margin-right: 2px;
    border: 1px solid #f00;
    float: left;
}


.boxtype-only-text div#sembo-rating-stars-container {
    width: 100%;
    float: left;
    padding: 6px 12px 12px 12px;
	padding: 12px 12px 0px 6px;
}




@media screen and (max-width: 960px){				
	.toplisthotelcss #data-container > div.hotelTopListBox {
			width: calc(33.3333333% - 14px) !important;
	}	
	.top-list-hotel-button-to-redirect button {
			margin-top: 8px;
		 
		}

		
}				

@media screen and (max-width: 768px){
	.toplisthotelcss #data-container > div.hotelTopListBox {
			width: calc(50% - 14px) !important;
	}		
}


@media screen and (max-width: 480px){
	.toplisthotelcss #data-container > div.hotelTopListBox {
			width: 100% !important;
			margin-left: 0px;
    		margin-right: 0px;		
	}		
}
		
@media screen and (max-width: 960px){				
	.toplisthotelcss #data-container > div.topListBox {
			width: 100% !important;
	}	
	.top-list-hotel-button-to-redirect button {
			margin-top: 8px;
		 
		}

		
}				

@media screen and (max-width: 768px){
	.toplisthotelcss #data-container > div.topListBox {
			width: 100% !important;
	}		
}


@media screen and (max-width: 480px){
	.toplisthotelcss #data-container > div.topListBox {
			width: 100% !important;
			margin-left: 0px;
    		margin-right: 0px;		
	}		
}
		
		
body.responsive-page .hotel_pickers_list .top-list-img {	
	height: 210px;
}

body.responsive-page .hotel_pickers_list .top-list-img img {
	height: 100%;
	width: 100%
}

@media screen and (max-width: 959px) {
	body.responsive-page .topArea .top-list-img img {
		width: 100%;
	}
}

			
			
			
			
			


.hotel_pickers_list .hotel-pickers, .item_pickers_list .item-pickers {
    border: 1px solid #fff;
    margin: 2px;
    background: none;
    font-size: 16px;
    padding: 16px 20px 13px 20px;
    background: #fff;
	
	border: none;
	background: none;
	
}

.hotel_pickers_list .selected, .item_pickers_list .selected  {
    background-color: #222;
}			
			
		




.hotel_pickers_list .hotel-pickers, .item_pickers_list .item-pickers  {
    border: 1px solid #fff;
    margin: 0px;
    background: none;
    font-size: 16px;
    padding: 10px 18px 10px 18px;
    background: #fff;
    border: none;
    background: none;
    border-bottom: 1px solid #ccc;
    color: #222;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}		
		

.hotel_pickers_list .selected, .item_pickers_list .selected  {
    color: #222;
    border-bottom: 3px solid #222;
	padding-bottom: 9px;
}












.toplistcss .hotel-toplist-item {
    width: calc(23% - 48px);
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #eee;
    margin: 4px 8px;
    padding: 62px 20px 12px 20px;
    max-width: 500px;
    height: 290px;
	margin-top: 40px;	
	-webkit-animation: hotel-fliping;
    -o-animation: hotel-fliping;
    animation: hotel-fliping;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
	animation-timing-function: linear; 
}



@media screen and (max-width: 959px) {
	.toplistcss .hotel-toplist-item {
		 width: calc(31% - 48px);
	}
	.hotel-loader-item-container .loader-item2, 
	.hotel-loader-item-container .loader-item3, 
	.hotel-loader-item-container .loader-item4											
		{
   		 display: none;
	}	
																	
}

			
@media screen and (max-width: 768px){
	.toplistcss .hotel-toplist-item {
		 width: calc(31% - 48px);
	}	
	.hotel-loader-item-container .loader-item2, 
	.hotel-loader-item-container .loader-item3, 
	.hotel-loader-item-container .loader-item4											
		{
   		 display: none;
	}
			
													
}


@media screen and (max-width: 480px){
	.toplistcss .hotel-toplist-item {
		 width: calc(90% - 48px);
	}		
														
	.hotel-loader-item-container .loader-item2, 
	.hotel-loader-item-container .loader-item3, 
	.hotel-loader-item-container .loader-item4											
		{
   		 display: none;
	}	
														
}	


			
			
			
			
			
.top-list-hotel-rating {
    position: absolute;
    margin-top: -86px;
}			
			



.boxtype-only-text .pusher-information-text .top-list-location-name p {
   font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding: 1px 12px 0px 12px;
    margin: 0px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #004e6d;
    font-family: sans-serif;
    font-weight: 400;
}

.boxtype-only-text .pusher-information-text .top-list-pax-description p {
    font-size: 12px;
    color: #808080;
	line-height: 8px;
}
	
	
#time-container {
    float: left;
	text-align:center;
	width: 100%;	
}

#time-container p {
    font-size: 13px;
    color: #808080;
	 margin-bottom: 24px;
}


@-webkit-keyframes hotel-fliping {
  from  { 	
			 transform: rotateY(-90deg);
			 -webkit-filter: brightness(80%);
             opacity: 0;
		}
  50%   { 
  			
			transform: rotateY(-45deg);
			-webkit-filter: brightness(90%);
            opacity: 0.5;
  		}
  100%   { 
  			
			transform: rotateY(0deg);
			-webkit-filter: brightness(100%);	
            opacity: 1;
  		}
}		
			




.top-list-hotel-stay-dates-container {
    margin: 0px;
    padding: 0px;
}

.top-list-pax-description {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-top: 12px;
}





.top-list-hotel-stay-dates-container,
.boxtype-only-text .pusher-information-text .top-list-pax-description p{
   font-size: 12px;
    color: #808080;
    font-weight: 500;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}





   




















.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}








.boxtype-only-text .pusher-information-text .top-list-pax-description p {
    font-weight: 600;
    font-size: 12px;
}


.boxtype-only-text .pusher-information-text .top-list-hotel-plus-flight p,
.boxtype-only-text .pusher-information-text .top-list-hotel-plus-ferry p,

		{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.017em;
    color: #333;
	margin-top: 4px;
}


.boxtype-only-text .pusher-information-text .top-list-hotel-plus-flight-information p,
.boxtype-only-text .pusher-information-text .top-list-hotel-plus-ferry-information p
		{
    line-height: 16px;
    text-align: center;
    padding: 0px 12px 5px 12px;
    margin: 0px;
    color: #808080;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
		





.direct-flight-banner {
    position: absolute;
    margin: 0px;
    background: #499f77;
    color: #fff;
    padding: 5px 12px 3px 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: arial;
    letter-spacing: 0.03em;
}




body.responsive-page .responsive-pusher .top-list-price-per-person p {
    font-size: 14px;
}

body.responsive-page .responsive-pusher .top-list-price-per-person {
    padding: 0px;
    margin-top: -17px;
}


body.responsive-page .responsive-pusher .top-list-hotel-plus-flight p,
body.responsive-page .responsive-pusher .top-list-hotel-plus-ferry p		
		{
    font-size: 16px;
    color: #333;
}





@media screen and (max-width: 480px){

	body.responsive-page .responsive-pusher .top-list-hotel-plus-flight p,
	body.responsive-page .responsive-pusher .top-list-hotel-plus-ferry p
			{
		margin-bottom: -7px;
	}
	
	body.responsive-page .responsive-pusher .top-list-price-per-person {
		padding: 0px;
		margin-top: -11px;
	}

}


.top-list-hotel-plus-ferry {
    margin-bottom: -20px;
    margin-top: 20px;
}


body.responsive-page .responsive-pusher .top-list-price-per-person p {
    color: #666;
    font-size: 12px;
    margin-top: -25px;
}

.top-list-img-roundtrip{
	position:relative;
}
#sembo-bottom-container{
	bottom: 0;
    width: 100%;
    padding: 10px;
	position:absolute;
}
#sembo-themes-container{
	float:left;
	display:flex;
}
.theme-image{
	margin-right: 5px;
    float: left;
}
#sembo-nights-container{
	float: right;
    background-color: rgba(0,0,0,0.5);
	color:white;
	padding:5px;
	margin-right: 20px;
}

.theme-number-span {
	background: white;
    border-radius: 3px;
    padding: 3px;    
    float: left;
    line-height: 23px;
	width:25px;
}
.top-list-img {
	/*position:relative;*/
}
.sembo-theme-image-container{
	background: white;
	border-radius: 3px;
	display: flex;
	margin-right: 3px; (edited) 
}
@media screen and (max-width: 959px) {
	body.responsive-page .topArea .top-list-img-roundtrip img {
		width: 100%;
		height: auto;
	}
	.top-list-dates-price-container .top-list-hotel-price {
		display: table-cell;
		vertical-align: middle;		
	}
}

.top-list-dates-price-container{
	display: table;
    width: 100%;
    margin-top: 30px;
}

.top-list-dates-price-container .top-list-hotel-stay-dates-container{
	display: table-cell;
    vertical-align: middle;
    text-align: left;
	padding: 0 15px;
}

.top-list-dates-price-container .top-list-hotel-price {
	display: table-cell;
    vertical-align: middle;	
}

.top-list-img-roundtrip + .top-list-hotel-name p{
	color: black !important;
    font-family: Lato;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

.top-list-img-roundtrip + .top-list-hotel-name + .top-list-location-name p{
	font-family: Lato !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #014E6D !important;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 270px;
}

.round-trip { 
	border-radius: 5px;
}

.topListBox {
	width:50%;
	display:inline-block;
}
.topListBox li {
	width:100% !important;
}
@media screen and (max-width: 960px){				
	.topListBox li {
		width:80% !important;
	}	
}				

@media screen and (max-width: 768px){
	.topListBox li {
		width:80% !important;
	}
}


@media screen and (max-width: 480px){
	.topListBox li {
		width:80% !important;
	}
}
	




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
