@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); 
#data-container, #data-container * {
	font-family: Lato !important;
}

#data-container {
	max-width: 100% !important;
	margin-bottom: 10px;
}

#toplist h2 {
    text-align: center;
    margin-bottom: -2px;
}

#toplist p {
    text-align: center;
}

#toplist #spinner{
	width:100%; 
	text-align: center; 
	font-size: 24px; 
	margin-top: 40px;
}





#toplist ul#departurePickers li.departure-picker,
ul#departurePickers li.departure-picker,
.toplistcss .departure-picker,
ul.departure-picker
{
   padding: 17px 25px 14px 25px;
	width: auto;
	cursor: pointer;
    font-size: 16px;
    line-height: 16px;
	margin-left: -1px;
	 transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

#toplist #departurePickers,
#departurePickers,
.toplistcss .departure-picker{
    font-weight: 400;
    margin-bottom: -1px;
}

			

#toplist ul#departurePickers :first-child,
ul#departurePickers :first-child{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

					
								
								
								
								
#toplist ul#departurePickers :last-child,
ul#departurePickers :last-child {	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-right: 1px solid #004e6d;			
}
			
#toplist .toplist-itinerary__destination {
    font: 22px/30px ProximaNova, arial;
    color: #333;
}	
			
			
#toplist .toplist-item {
    width: calc(50% - 48px);
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #ccc;
    margin: 4px 8px;
    padding: 12px 20px;
    max-width: 500px;
	-webkit-animation: fliping;
    -o-animation: fliping;
    animation: fliping;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    animation-iteration-count: 1;			
				
}
	
#toplist .toplist-item:hover {
    border: 1px solid #aaa;
    box-shadow: 3px 3px 3px #c8c8cc;
}				
			
#toplist .responsive-pushers li {
    padding: 18px;
}	
			
#toplist .toplist {
    text-align: center;			
}				
			

		
#toplist .toplist-price {
    font-size: 24px;
    font-weight: 500;
    font-size: 24px;
    color: #ec008c;
}	
			
#toplist .toplist-taxtext {
    color: #808080;
    float: left;
    margin-top: -6px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.03em;
	text-align: right;
    width: 100%;			
}

#toplist .toplist-itinerary {
    float: left;
    margin-left: 12px;
    text-align: left;
}			
	
#toplist .toplist-itinerary__details {
    text-align: left;
    font-size: 12px;
    color: #808080;
    font-weight: 700;
}

#toplist .departure-picker {
    background-color: #fff;
}
#toplist .departure-picker.selected,
.selected{
    color: #FFF;
    background-color: #004e6d;
}


#toplist .loader-item-container {
    margin-top: 20px;
    margin: 0px;
    margin-top: 18px;
}						
				
#toplist .loader-item1, 
#toplist .loader-item2, 
#toplist .loader-item3, 
#toplist .loader-item4, 
#toplist .loader-item5, 
#toplist .loader-item6 {
	min-height: 42px;
	border: none;				
	-webkit-animation: opacityspinner;
    -o-animation: opacityspinner;
    animation: opacityspinner;
    -webkit-animation-duration: 2.2s;
    -moz-animation-duration: 2.2s;
    -o-animation-duration: 2.2s;
    animation-duration: 2.2s;
	animation-iteration-count: infinite;				
   										
}
				



#toplist .loader-item1 {
	animation-delay: 0s;
	opacity: 0.5;
				}	 
#toplist .loader-item2 {
	animation-delay: 200ms;
	opacity: 0.5;				
				}	
#toplist .loader-item3 {
	animation-delay: 400ms;
	opacity: 0.4;				
				}	
#toplist .loader-item4 {
	animation-delay: 600ms;
	opacity: 0.4;				
				}	
#toplist .loader-item5 {
	animation-delay: 800ms;
	opacity: 0.3;				
				}	 
#toplist .loader-item6 {
	animation-delay: 1000ms;
	opacity: 0.3;				
				}				
	
				
#toplist .loader-item1:hover, 
#toplist .loader-item2:hover, 
#toplist .loader-item3:hover, 
#toplist .loader-item4:hover, 
#toplist .loader-item5:hover, 
#toplist .loader-item6:hover {
	border: none;
    box-shadow: none;
}					







@-webkit-keyframes opacityspinner {
  from  { 	
			background-color: #eee;
		}
											
  50%   { 
  			
			background-color: #fff;
  		}
					
  100%   { 
  			
			background-color: #eee;
  		}
}


				
				
				
			
			
			
@-webkit-keyframes fliping {
  from  { 	
			 transform: rotateX(-90deg);
			 -webkit-filter: brightness(80%);
		}
  50%   { 
  			
			transform: rotateX(-45deg);
			-webkit-filter: brightness(90%);
  		}
  100%   { 
  			
			transform: rotateX(0deg);
			-webkit-filter: brightness(100%);			
  		}
}
			
			
@media screen and (max-width: 1200px){
				
	#toplist .toplist-item {
		width: 100%;
		max-width: 390px;
	}			
	#toplist  {
		 margin-left: 0px;
    	margin-right: -5px;
	}			
				
}					
			
			
			

				
@media screen and (max-width: 968px){
				
	#toplist .toplist-item {
		width: auto;
		min-width:80%;	
	}			
	#toplist  {
		 margin-left: 10px;
    	margin-right: 0px;
	}				
				
}				


@media screen and (max-width: 769px){
				
	#toplist  {
		 margin-left: -5px;
    	margin-right: 0px;
	}	
					
	#toplist .toplist-item {
		width: auto;
		min-width:80%;	
	}			
					
	
	#toplist ul#departurePickers li.departure-picker {
		padding: 15px 25px;
		font-size: 14px;
		margin-top: -1px;
		width: auto;				
	}				
				
}	

				
				
@media screen and (max-width: 480px){
	
	#toplist {
    margin-left: -5px;
    margin-right: 0px;
	}
					
	#toplist .toplist-item {
		width: auto;
		min-width:80%;				
	}		
					
	#toplist .toplist-itinerary {
	    width: calc(100% - 50px);
	}				
				
	#toplist ul#departurePickers li.departure-picker {
		padding: 15px 9px;
		font-size: 14px;
		margin-top: -1px;
		width: auto;				
	}
	#toplist ul#departurePickers :first-child {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	}
	
	#toplist ul#departurePickers :last-child {	
		-webkit-border-top-right-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-bottomright: 15px;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;			
	}
							
					
}					



/*---------------V2------------------*/
	
							
							
							
							

 .autoflighttoplist{
	
}

.autoflighttoplist h2 {
    text-align: center;
    margin-bottom: -2px;
}

.autoflighttoplist p {
    text-align: center;
}

.autoflighttoplist #spinner{
	width:100%; 
	text-align: center; 
	font-size: 24px; 
	margin-top: 40px;
}

.autoflighttoplist ul#departurePickers li.departure-picker {
   padding: 17px 25px 14px 25px;
	width: auto;
	cursor: pointer;
    font-size: 16px;
    line-height: 16px;
	margin-left: -1px;
	 transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
	
}

#toplist ul#departurePickers li.departure-picker {
	
	color: #333;
	background-color: #f5f5f5;
	
	display: inline-block;
	   width: auto;
	   list-style: outside none none;
}

#toplist #departurePickers {
    padding: 0px;
}




#toplist {
    width: 100%;
    float: left;
    text-align: center;
}



.autoflighttoplist #departurePickers {
    font-weight: 400;
    margin-bottom: 40px;
}


.autoflighttoplist ul#departurePickers :first-child {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.autoflighttoplist ul#departurePickers :last-child {	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-right: 0px solid #004e6d;			
}
			
.autoflighttoplist .toplist-itinerary__destination {
    font: 22px/30px ProximaNova, arial;
    color: #333;
}	
			
			
.autoflighttoplist .toplist-item {
    width: calc(50% - 48px);
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #ccc;
    margin: 4px 8px;
    padding: 12px 20px;
    max-width: 500px;
	-webkit-animation: fliping;
    -o-animation: fliping;
    animation: fliping;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    animation-iteration-count: 1;			
				
}
	
.autoflighttoplist .toplist-item:hover {
    border: 1px solid #aaa;
    box-shadow: 3px 3px 3px #c8c8cc;
}
				
			
.autoflighttoplist .responsive-pushers li {
    padding: 18px;
}	
			
.autoflighttoplist .toplist {
    text-align: center;			
}				
			

		
.autoflighttoplist .toplist-price {
    font-size: 24px;
    font-weight: 500;
    font-size: 24px;
    color: #ec008c;
}	
			
.autoflighttoplist .toplist-taxtext {
    color: #808080;
    float: left;
    margin-top: -6px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.03em;
	text-align: right;
    width: 100%;			
}

.autoflighttoplist .toplist-itinerary {
    float: left;
    margin-left: 12px;
    text-align: left;
}			
	
.autoflighttoplist .toplist-itinerary__details {
    text-align: left;
    font-size: 12px;
    color: #808080;
    font-weight: 700;
}

.autoflighttoplist .departure-picker {
    background-color: #fff;
}
.autoflighttoplist .departure-picker.selected {
    color: #FFF;
    background-color: #004e6d;
}


.autoflighttoplist .loader-item-container {
    margin-top: 20px;
    margin: 0px;
    margin-top: 18px;
}						
				
.autoflighttoplist .loader-item1, 
.autoflighttoplist .loader-item2, 
.autoflighttoplist .loader-item3, 
.autoflighttoplist .loader-item4, 
.autoflighttoplist .loader-item5, 
.autoflighttoplist .loader-item6 {
	min-height: 42px;
	border: none;				
	-webkit-animation: opacityspinner;
    -o-animation: opacityspinner;
    animation: opacityspinner;
    -webkit-animation-duration: 2.2s;
    -moz-animation-duration: 2.2s;
    -o-animation-duration: 2.2s;
    animation-duration: 2.2s;
	animation-iteration-count: infinite;				
   										
}
				



.autoflighttoplist .loader-item1 {
	animation-delay: 0s;
	opacity: 0.5;
				}	 
.autoflighttoplist .loader-item2 {
	animation-delay: 200ms;
	opacity: 0.5;				
				}	
.autoflighttoplist .loader-item3 {
	animation-delay: 400ms;
	opacity: 0.4;				
				}	
.autoflighttoplist .loader-item4 {
	animation-delay: 600ms;
	opacity: 0.4;				
				}	
.autoflighttoplist .loader-item5 {
	animation-delay: 800ms;
	opacity: 0.3;				
				}	 
.autoflighttoplist .loader-item6 {
	animation-delay: 1000ms;
	opacity: 0.3;				
				}				
	
				
.autoflighttoplist .loader-item1:hover, 
.autoflighttoplist .loader-item2:hover, 
.autoflighttoplist .loader-item3:hover, 
.autoflighttoplist .loader-item4:hover, 
.autoflighttoplist .loader-item5:hover, 
.autoflighttoplist .loader-item6:hover {
	border: none;
    box-shadow: none;
}					







@-webkit-keyframes opacityspinner {
  from  { 	
			background-color: #eee;
		}
											
  50%   { 
  			
			background-color: #fff;
  		}
					
  100%   { 
  			
			background-color: #eee;
  		}
}


				
				
				
			
			
			
@-webkit-keyframes fliping {
  from  { 	
			 transform: rotateX(-90deg);
			 -webkit-filter: brightness(80%);
		}
  50%   { 
  			
			transform: rotateX(-45deg);
			-webkit-filter: brightness(90%);
  		}
  100%   { 
  			
			transform: rotateX(0deg);
			-webkit-filter: brightness(100%);			
  		}
}
			
			
@media screen and (max-width: 1200px){
				
	.autoflighttoplist .toplist-item {
		width: 100%;
		max-width: 390px;
	}			
	.autoflighttoplist  {
		 margin-left: 10px;
    	margin-right: 0px;
	}			
				
}					
			
			
			

				
@media screen and (max-width: 968px){
				
	.autoflighttoplist .toplist-item {
		width: auto;
		min-width:80%;	
	}			
	.autoflighttoplist  {
		 margin-left: 10px;
    	margin-right: 0px;
	}				
				
}				


@media screen and (max-width: 769px){
				
	.autoflighttoplist  {
		 margin-left: -30px;
    	margin-right: -20px;
	}	
					
	.autoflighttoplist .toplist-item {
		width: auto;
		min-width:80%;	
	}			
					
	
	.autoflighttoplist ul#departurePickers li.departure-picker {
		padding: 15px 25px;
		font-size: 14px;
		margin-top: -1px;
		width: auto;				
	}				
				
}	

				
				
@media screen and (max-width: 480px){
	
	.autoflighttoplist {
    margin-left: -30px;
    margin-right: -20px;
	}
					
	.autoflighttoplist .toplist-item {
		width: auto;
		min-width:80%;				
	}		
					
	.autoflighttoplist .toplist-itinerary {
	    width: calc(100% - 50px);
	}				
				
	.autoflighttoplist ul#departurePickers li.departure-picker {
		padding: 15px 9px;
		font-size: 14px;
		margin-top: -1px;
		width: auto;				
	}
	.autoflighttoplist ul#departurePickers :first-child {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	}
	
	.autoflighttoplist ul#departurePickers :last-child {	
		-webkit-border-top-right-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-bottomright: 15px;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;			
	}
							
					
}					







	/*2018-11-19*/						


.toplists ul#departurePickers li.departure-picker {
	
	color: #333;
	background-color: #f5f5f5;
	
}

#toplist ul#departurePickers li.departure-picker{
    color: #004e6d;
    background-color: #FFF;
}



#toplist ul#departurePickers li.selected{
    color: #FFF;
    background-color: #004e6d;
}
























/*-------------------------------------------------------------------*/
































 .toplistcss{
	
}

.toplistcss h2 {
    text-align: center;
    margin-bottom: -2px;
}

.toplistcss p {
    text-align: center;
}

.toplistcss #spinner{
	width:100%; 
	text-align: center; 
	font-size: 24px; 
	margin-top: 40px;
}

.toplistcss ul#departurePickers li.departure-picker,
ul#departurePickers li.departure-picker{
   padding: 17px 25px 14px 25px;
	width: auto;
	cursor: pointer;
    font-size: 16px;
    line-height: 16px;
	margin-left: -1px;
	 transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.toplistcss #departurePickers,
#departurePickers{
    font-weight: 400;
    margin-bottom: 40px;
}


.toplistcss ul#departurePickers :first-child,
ul#departurePickers :first-child {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.toplistcss ul#departurePickers :last-child,
ul#departurePickers :last-child {	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-right: 1px solid #004e6d;			
}
			
.toplistcss .toplist-itinerary__destination {
    font: 22px/30px ProximaNova, arial;
    color: #333;
}	
			
			
.toplistcss .toplist-item {
    width: calc(50% - 48px);
	width: calc(48% - 48px);
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #ccc;
    margin: 4px 8px;
    padding: 12px 20px;
    max-width: 500px;
	-webkit-animation: fliping;
    -o-animation: fliping;
    animation: fliping;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    animation-iteration-count: 1;			
				
}
	
.toplistcss .toplist-item:hover {
    border: 1px solid #aaa;
    box-shadow: 3px 3px 3px #c8c8cc;
}
				
			
.toplistcss .responsive-pushers li {
    padding: 18px;
}	
			
.toplistcss .toplist {
    text-align: center;			
}				
			

		
.toplistcss .toplist-price {
    font-size: 24px;
    font-weight: 500;
    font-size: 24px;
    color: #ec008c;
}	
			
.toplistcss .toplist-taxtext {
    color: #808080;
    float: left;
    margin-top: -6px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.03em;
	text-align: right;
    width: 100%;			
}

.toplistcss .toplist-itinerary {
    float: left;
    margin-left: 12px;
    text-align: left;
}			
	
.toplistcss .toplist-itinerary__details {
    text-align: left;
    font-size: 12px;
    color: #808080;
    font-weight: 700;
}

.toplistcss .departure-picker {
    background-color: #fff;
}
.toplistcss .departure-picker.selected,
.selected{
    color: #FFF;
    background-color: #004e6d;
}


.toplistcss .loader-item-container {
    margin-top: 20px;
    margin: 0px;
    margin-top: 18px;
}						
				
.toplistcss .loader-item1, 
.toplistcss .loader-item2, 
.toplistcss .loader-item3, 
.toplistcss .loader-item4, 
.toplistcss .loader-item5, 
.toplistcss .loader-item6 {
	min-height: 42px;
	border: none;				
	-webkit-animation: opacityspinner;
    -o-animation: opacityspinner;
    animation: opacityspinner;
    -webkit-animation-duration: 2.2s;
    -moz-animation-duration: 2.2s;
    -o-animation-duration: 2.2s;
    animation-duration: 2.2s;
	animation-iteration-count: infinite;				
   										
}
				



.toplistcss .loader-item1 {
	animation-delay: 0s;
	opacity: 0.5;
				}	 
.toplistcss .loader-item2 {
	animation-delay: 200ms;
	opacity: 0.5;				
				}	
.toplistcss .loader-item3 {
	animation-delay: 400ms;
	opacity: 0.4;				
				}	
.toplistcss .loader-item4 {
	animation-delay: 600ms;
	opacity: 0.4;				
				}	
.toplistcss .loader-item5 {
	animation-delay: 800ms;
	opacity: 0.3;				
				}	 
.toplistcss .loader-item6 {
	animation-delay: 1000ms;
	opacity: 0.3;				
				}				
	
				
.toplistcss .loader-item1:hover, 
.toplistcss .loader-item2:hover, 
.toplistcss .loader-item3:hover, 
.toplistcss .loader-item4:hover, 
.toplistcss .loader-item5:hover, 
.toplistcss .loader-item6:hover {
	border: none;
    box-shadow: none;
}					







@-webkit-keyframes opacityspinner {
  from  { 	
			background-color: #eee;
		}
											
  50%   { 
  			
			background-color: #fff;
  		}
					
  100%   { 
  			
			background-color: #eee;
  		}
}


				
				
				
			
			
			
@-webkit-keyframes fliping {
  from  { 	
			 transform: rotateX(-90deg);
			 -webkit-filter: brightness(80%);
		}
  50%   { 
  			
			transform: rotateX(-45deg);
			-webkit-filter: brightness(90%);
  		}
  100%   { 
  			
			transform: rotateX(0deg);
			-webkit-filter: brightness(100%);			
  		}
}
			
			
@media screen and (max-width: 1200px){
				
	.toplistcss .toplist-item {
		width: 100%;
		max-width: 390px;
	}			
	.toplistcss  {
		 margin-left: 0px;
    	margin-right: -5px;
	}			
				
}					
			
			
			

				
@media screen and (max-width: 968px){
				
	.toplistcss .toplist-item {
		width: auto;
		min-width:80%;	
	}			
	.toplistcss  {
		 margin-left: 10px;
    	margin-right: 0px;
	}				
				
}				


@media screen and (max-width: 769px){
				
	.toplistcss  {
		 margin-left: -5px;
    	margin-right: 0px;
	}	
					
	.toplistcss .toplist-item {
		width: auto;
		min-width:80%;	
	}			
					
	
	.toplistcss ul#departurePickers li.departure-picker {
		padding: 15px 25px;
		font-size: 14px;
		margin-top: -1px;
		width: auto;				
	}				
				
}	

				
				
@media screen and (max-width: 480px){
	
	.toplistcss {
    margin-left: -5px;
    margin-right: 0px;
	}
					
	.toplistcss .toplist-item {
		width: auto;
		min-width:80%;				
	}		
					
	.toplistcss .toplist-itinerary {
	    width: calc(100% - 50px);
	}				
				
	.toplistcss ul#departurePickers li.departure-picker {
		padding: 15px 9px;
		font-size: 14px;
		margin-top: -1px;
		width: auto;				
	}
	.toplistcss ul#departurePickers :first-child {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	}
	
	.toplistcss ul#departurePickers :last-child {	
		-webkit-border-top-right-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-bottomright: 15px;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;			
	}
							
					
}					



/*---------------V2------------------*/
	
							
							
							
							

 .autoflighttoplist{
	
}

.autoflighttoplist h2 {
    text-align: center;
    margin-bottom: -2px;
}

.autoflighttoplist p {
    text-align: center;
}

.autoflighttoplist #spinner{
	width:100%; 
	text-align: center; 
	font-size: 24px; 
	margin-top: 40px;
}

.autoflighttoplist ul#departurePickers li.departure-picker {
   padding: 17px 25px 14px 25px;
	width: auto;
	cursor: pointer;
    font-size: 16px;
    line-height: 16px;
	margin-left: -1px;
	 transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
	
}

.toplistcss ul#departurePickers li.departure-picker {
	
	color: #333;
	background-color: #f5f5f5;
	
	display: inline-block;
	   width: auto;
	   list-style: outside none none;
}

.toplistcss #departurePickers {
    padding: 0px;
}




.toplistcss {
    width: 100%;
    float: left;
    text-align: center;
}



.autoflighttoplist #departurePickers {
    font-weight: 400;
    margin-bottom: 40px;
}


.autoflighttoplist ul#departurePickers :first-child {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.autoflighttoplist ul#departurePickers :last-child {	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-right: 0px solid #004e6d;			
}
			
.autoflighttoplist .toplist-itinerary__destination {
    font: 22px/30px ProximaNova, arial;
    color: #333;
}	
			
			
.autoflighttoplist .toplist-item {
    width: calc(50% - 48px);
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #ccc;
    margin: 4px 8px;
    padding: 12px 20px;
    max-width: 500px;
	-webkit-animation: fliping;
    -o-animation: fliping;
    animation: fliping;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    animation-iteration-count: 1;			
				
}
	
.autoflighttoplist .toplist-item:hover {
    border: 1px solid #aaa;
    box-shadow: 3px 3px 3px #c8c8cc;
}
				
			
.autoflighttoplist .responsive-pushers li {
    padding: 18px;
}	
			
.autoflighttoplist .toplist {
    text-align: center;			
}				
			

		
.autoflighttoplist .toplist-price {
    font-size: 24px;
    font-weight: 500;
    font-size: 24px;
    color: #ec008c;
}	
			
.autoflighttoplist .toplist-taxtext {
    color: #808080;
    float: left;
    margin-top: -6px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.03em;
	text-align: right;
    width: 100%;			
}

.autoflighttoplist .toplist-itinerary {
    float: left;
    margin-left: 12px;
    text-align: left;
}			
	
.autoflighttoplist .toplist-itinerary__details {
    text-align: left;
    font-size: 12px;
    color: #808080;
    font-weight: 700;
}

.autoflighttoplist .departure-picker {
    background-color: #fff;
}
.autoflighttoplist .departure-picker.selected {
    color: #FFF;
    background-color: #004e6d;
}


.autoflighttoplist .loader-item-container {
    margin-top: 20px;
    margin: 0px;
    margin-top: 18px;
}

.loader-item-container {
	max-width: 100% !important;
}
		
.loader-item-container li {
	width: 300px !important;
	height: 410px !important;
}
				
.autoflighttoplist .loader-item1, 
.autoflighttoplist .loader-item2, 
.autoflighttoplist .loader-item3, 
.autoflighttoplist .loader-item4, 
.autoflighttoplist .loader-item5, 
.autoflighttoplist .loader-item6 {
	min-height: 42px;
	border: none;				
	-webkit-animation: opacityspinner;
    -o-animation: opacityspinner;
    animation: opacityspinner;
    -webkit-animation-duration: 2.2s;
    -moz-animation-duration: 2.2s;
    -o-animation-duration: 2.2s;
    animation-duration: 2.2s;
	animation-iteration-count: infinite;				
   										
}
				



.autoflighttoplist .loader-item1 {
	animation-delay: 0s;
	opacity: 0.5;
				}	 
.autoflighttoplist .loader-item2 {
	animation-delay: 200ms;
	opacity: 0.5;				
				}	
.autoflighttoplist .loader-item3 {
	animation-delay: 400ms;
	opacity: 0.4;				
				}	
.autoflighttoplist .loader-item4 {
	animation-delay: 600ms;
	opacity: 0.4;				
				}	
.autoflighttoplist .loader-item5 {
	animation-delay: 800ms;
	opacity: 0.3;				
				}	 
.autoflighttoplist .loader-item6 {
	animation-delay: 1000ms;
	opacity: 0.3;				
				}				
	
				
.autoflighttoplist .loader-item1:hover, 
.autoflighttoplist .loader-item2:hover, 
.autoflighttoplist .loader-item3:hover, 
.autoflighttoplist .loader-item4:hover, 
.autoflighttoplist .loader-item5:hover, 
.autoflighttoplist .loader-item6:hover {
	border: none;
    box-shadow: none;
}					







@-webkit-keyframes opacityspinner {
  from  { 	
			background-color: #eee;
		}
											
  50%   { 
  			
			background-color: #fff;
  		}
					
  100%   { 
  			
			background-color: #eee;
  		}
}


				
				
				
			
			
			
@-webkit-keyframes fliping {
  from  { 	
			 transform: rotateX(-90deg);
			 -webkit-filter: brightness(80%);
		}
  50%   { 
  			
			transform: rotateX(-45deg);
			-webkit-filter: brightness(90%);
  		}
  100%   { 
  			
			transform: rotateX(0deg);
			-webkit-filter: brightness(100%);			
  		}
}
			
			
@media screen and (max-width: 1200px){
				
	.autoflighttoplist .toplist-item {
		width: 100%;
		max-width: 390px;
	}			
	.autoflighttoplist  {
		 margin-left: 10px;
    	margin-right: 0px;
	}			
				
}					
			
			
			

				
@media screen and (max-width: 968px){
				
	.autoflighttoplist .toplist-item {
		width: auto;
		min-width:80%;	
	}			
	.autoflighttoplist  {
		 margin-left: 10px;
    	margin-right: 0px;
	}				
				
}				


@media screen and (max-width: 769px){
				
	.autoflighttoplist  {
		 margin-left: -30px;
    	margin-right: -20px;
	}	
					
	.autoflighttoplist .toplist-item {
		width: auto;
		min-width:80%;	
	}			
					
	
	.autoflighttoplist ul#departurePickers li.departure-picker {
		padding: 15px 25px;
		font-size: 14px;
		margin-top: -1px;
		width: auto;				
	}				
				
}	

				
				
@media screen and (max-width: 480px){
	
	.autoflighttoplist {
    margin-left: -30px;
    margin-right: -20px;
	}
					
	.autoflighttoplist .toplist-item {
		width: auto;
		min-width:80%;				
	}		
					
	.autoflighttoplist .toplist-itinerary {
	    width: calc(100% - 50px);
	}				
				
	.autoflighttoplist ul#departurePickers li.departure-picker {
		padding: 15px 9px;
		font-size: 14px;
		margin-top: -1px;
		width: auto;				
	}
	.autoflighttoplist ul#departurePickers :first-child {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	}
	
	.autoflighttoplist ul#departurePickers :last-child {	
		-webkit-border-top-right-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-bottomright: 15px;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;			
	}
							
					
}					







	/*2018-11-19*/						


.toplists ul#departurePickers li.departure-picker {
	
	color: #333;
	background-color: #f5f5f5;
	
}

.toplistcss ul#departurePickers li.departure-picker{
    color: #004e6d;
    background-color: #FFF;
}



.toplistcss ul#departurePickers li.selected{
    color: #FFF;
    background-color: #004e6d;
}




.toplistcss h2 {
    color: #333;
}

.toplistcss p {
    color: #333;
}


@media screen and (max-width: 959px){
.toplistcss h2 {
    font-size: 30px;
}
	}

	
	
	
@media screen and (max-width: 767px){
.toplistcss h2 {
    font-size: 30px;
}
			
	
			
			
	}
	

		

	.toplist-disclaimertext {
    	margin-bottom: 20px;
	}		
		
		
		


.departure-picker {
    border: none;
    
}

.toplistcss .departure-picker {
    background-color: #fff;
    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: #aaa;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}


.toplistcss .departure-picker.selected, .selected {
    background-color: inherit;
    color: #004e6d;
    border-bottom: 3px solid #004e6d;
}

#sembo-bottom-container{
	bottom: 0;
    width: 100%;
    padding: 10px;
	position:absoulte;
}
#sembo-themes-container{
	float:left;
}
.theme-image{
	margin-right: 5px;
    float: left;
}
#sembo-nights-container{
	float: right;
    background-color: rgba(0,0,0,0.3);
}

.theme-number-span {
	background: white;
    border-radius: 3px;
    padding: 3px;    
    float: left;
    line-height: 23px;
}




/* 2021-04-15 */
/* item-pickers */
div[id$="_item_pickers"]{			
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.item_pickers_list {
	margin-bottom: 20px !important;
	display: flex;
	justify-content: flex-start;
	cursor: pointer !important;
	user-select: none;
	white-space: nowrap;
	padding: 0 !important;	
    margin-left: 8px;
}

.item-pickers {
    background: #f0f0f0 !important;
    color: #555 !important;
    border: none !important;
    border-bottom: none !important;
    border-radius: 45px !important;
    text-align: center !important;
    margin-right: 10px !important;
	margin-bottom: 0 !important;
	text-transform:capitalize !important;
	font-size: 15px !important;
	line-height: 1 !important;
	list-style:none;
	padding:10px 15px 8px;
}

.selected {
    background: #014E6D !important;
    color: #FFF !important;
}

#time-container p {
	font-size:13px;
	color:#999;
}

/* Carousel */

/* End Carousel*/

/* roundtrips */
.hotelTopListBox {
	border: none !important;
	height:450px !important;
	width: 300px !important;
	margin: 0px 0px 20px 0px !important;
	padding-bottom: 0 !important;
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
	cursor: pointer;
	
}

.hotelTopListBox:hover {
	box-shadow: none !important;
}

.image-container  {
	height: 255px !important;
	width: 285px !important;
	position: relative;
}
		
.labels-in-image {
	position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    display: flex;
}

.labels-in-image span {
	border-radius: 3px;
	padding: 5px 10px;
}
				
.two-labels {
	justify-content: space-between;
}

.just-one-label {
	justify-content: flex-end;
}
						
.transport-plus-hotel {
	background-color: #DFE7EA;
}

.direct-transport {
	background-color: #4E8391;
	color: white;
}

.lazy-hotel-img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px !important;
    object-fit: cover;
}

.top-list-description {
	position: absolute !important;
	background-color:white;
	top: 205px !important;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15) !important;
	border-radius: 8px !important;
	width: 265px !important;
	
}

/* 23-04-2021 */
/* remove important */
.top-list-hotel-name-and-location {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 14px 15px 12px 15px;
			
}
.hotel-name {
    height: 36px !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 2px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.hotel-location {
	margin-bottom: 5px;
	color: #555;
	display: none;
}

.stars-pax-duration-container {
	display: flex;
	justify-content: space-between;
}

#sembo-rating-stars-container {
	width: auto !important;
	padding: 0 !important;
	display: flex;
}

#sembo-rating-stars-container span {
	background-size: 17px 17px;
    width: 17px;
    height: 17px;
    margin-right: 2px;
}

#sembo-rating-stars-container .sembo-sun {
	background-image: url(//images.sembo.se/common/symbols/AccommodationSunV4.svg) !important;
}

#sembo-rating-stars-container .sembo-plus {
	background-image: url(//images.sembo.se/common/symbols/AccommodationPlusV4.svg) !important;
}

.dates {
	color: #555;
}

.top-list-price-link-container {
	background-color: #FCF0F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 15px;
	text-align: left !important;
}
		
.price-container {
	color: #EC008C !important;
	font-weight: 700 !important;
}
	
.price {
	color: #EC008C !important;
	font-size: 21px !important;
	font-weight: 700;
}
					
.pax-and-duration {
	color: #555 !important;
}

.link-container {
	background: #004E6D;
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    padding: 11px 25px;
    border-radius: 20px;
	cursor: pointer;
}

.toplistcss .from-location {
	position: absolute;
	bottom: 0;
	font-size: 13px;
	color: #999999;
}
/* end of 23-04-2021 */

/* Carousel */
.view {
	/*width: calc((300px*4));*/
	height: 450px !important;
	margin: auto;
	overflow: hidden;
	position: relative;
	display: flex;
}
        
.carousel-control {
	position: absolute;
	z-index: 1;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.carousel-control .icon {
	height: 51px;
	width: 51px;
	text-align: center;
	background-color: #FFF;
	color: white;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
}

.icon .arrow {
	background-image: url(//images.sembo.se/common/symbols/arrow-right.svg);
	width: 7px;
	height: 12px;
}

.carousel-control .icon.disabled {
	opacity: 0.5;
	cursor: default !important;
}

.carousel-control.js-carousel-prev {
	left: -20px;
	transform: rotate(180deg);
}

.carousel-control.js-carousel-next {
	right: -20px;
}

.product-list {
	position: absolute;
	transition: transform .5s;
	transform: translateX(0px);
	height: 450px !important;
	display: flex;
	flex-wrap: nowrap;
}
/* End Carousel */



.top-list-hotel-price {
	font-size: 21px;
}

[class$="show-all-options-link-container"] {
	margin: 30px 0;
}

[class$="show-all-options-link-container"] span {	
	border: 1px solid #DDD;
	border-radius: 35px;
	padding: 14px 50px;
	color: #222;	
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none !important;
	cursor: pointer;
}

[class$="show-all-options-link-container"] span:hover{
	background-color: #f9f9f9;
}

.time-container p {
    font-size: 13px !important;
	color: #999 !important;
}

.time-container.mobile {
    display:none;
}

@media screen and (max-width: 992px) {
    .time-container.desktop {
        display: none;
    }

    .time-container.mobile {
        display: block;
    }
}


@media screen and (max-width: 480px){
	
    .item_pickers_list {
        position: absolute;
        height: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
	
	div[id*="_item_pickers"]{
		position:relative;
		height:75px;
		overflow-y: hidden;
		margin-bottom:10px;
	}

		
	/* roundtrips */
	.lazy-hotel-img {
		border-radius: 8px;
		height: 255px !important;
		width: 285px !important;
	}

    .time-container.desktop {
        display: none;
    }

    .time-container.mobile {
        display: block;
    }
					
}
	
	
.boxtype-image .responsive-pusher-img-wrapper img:hover {
	-webkit-filter: brightness(100%);
}
	
.includes-flight-transportation {
	background-image: url("//images.sembo.se/common/flight_transport_icon.svg");
	background-repeat: no-repeat;
	width:30px;			
	height:30px;
	padding:2px;
}
.includes-ferry-transportation {
	background-image: url("//images.sembo.se/common/ferry_transport_icon.svg");
	background-repeat: no-repeat;
	width:30px;			
	height:30px;
	padding:2px;
}
.includes-accommodation{
	background-image: url("//images.sembo.se/common/accommodation_icon.svg");
	background-repeat: no-repeat;
	width:30px;			
	height:30px;
	padding:2px;
}
.what-is-included {
	display:flex;			
    justify-content: end;
}
.name-and-what-is-included {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
}










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