/* --- New branding 2023 --- */
@import url('https://rebranded.netlify.app/css/sembok-styles.css');



/* Hotel */
.horizontal-search-engine .search-form-accommodation {
    padding-top: 6px;
}
.horizontal-search-engine .search-form.search-form-accommodation .search-button{
    /*top: 45px;*/
	top: 63px;
}
/*.horizontal-search-engine .search-form.search-form-accommodation label > span,
.horizontal-search-engine .search-form-accommodation .pax-group legend{
    display: none;
}*/
.horizontal-search-engine .search-form-accommodation .location-group {
    width: 41%
}
.horizontal-search-engine .search-form-accommodation .datetime-group {
    width: 31%;
	margin-right: -6px;
}
.horizontal-search-engine .search-form-accommodation .datetime-group label{
    width: calc(50% - 8px);
	margin-right: 4px;
    margin-left: 0px;
}
.horizontal-search-engine .search-form-accommodation .datetime-group input {
    width: 100%;
    max-width: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.horizontal-search-engine .search-form-accommodation .pax-group {
    width: 27%;
}
.horizontal-search-engine .search-form-accommodation .location-group label {
    display: block;
}
.horizontal-search-engine .search-form-accommodation .location-group input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	
}
.horizontal-search-engine .search-form-accommodation span {
    display: none;
}



.horizontal-search-engine .search-form-accommodation .options-group {
    display: block;
}
.horizontal-search-engine .search-form-accommodation .options-group label {
    padding: 5px;
    padding-left: 0;
    margin: 0;
    cursor: pointer;
	user-select: none;
    width: auto;
}
.horizontal-search-engine .search-form-accommodation .options-group input {
    vertical-align: bottom;
    margin: 7px 2px 4px 3px;
    font-size: 20px;
}
.horizontal-search-engine .search-form-accommodation .options-group span {
    display: inline-block;
}
.horizontal-search-engine .searchContainer .search-form.search-form-accommodation .search-button {
    top: 114px;
}



@media screen and (max-width: 960px) {
    .horizontal-search-engine .search-form-accommodation .location-group {
        width: 100%;
        margin-left: 0;
    }
    .horizontal-search-engine .search-form-accommodation .location-group label {
        width: auto;
    }
    .horizontal-search-engine .search-form-accommodation .datetime-group label {
        width: calc(50% - 8px);
    }
    .horizontal-search-engine .search-form-accommodation .datetime-group {
        width: 100%;
		margin-left: 4px;
    }
    .horizontal-search-engine .search-form-accommodation .pax-group {
        display: block;
        margin: 2px 3px;
        width: auto;
    }
}
/* CAR */
.horizontal-search-engine .search-form-rentalcar {
    overflow: hidden;
}
.horizontal-search-engine .search-form-rentalcar fieldset {
    float: left;
}
.horizontal-search-engine .search-form-rentalcar .one-way-section span {
    display: inline-block;
}
.horizontal-search-engine .search-form-rentalcar .driver-age-group > legend{
    color: #fff;
    display: block;
}
.horizontal-search-engine .search-form-rentalcar .driver-age-group .driver-age{
    margin: 2px 5px;
	padding-left: 11px;
    padding-right: 17px;
}
.horizontal-search-engine .search-form-rentalcar .pickup-location,
.horizontal-search-engine .search-form-rentalcar .dropoff-location {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.horizontal-search-engine .search-form-rentalcar .location-group {
    width: calc(50% - 102px);
}
.horizontal-search-engine .search-form-rentalcar .location-group.dropoff-location-group {
    width: auto;
}
.horizontal-search-engine .search-form-rentalcar .location-group label{
    display: block;
}
.horizontal-search-engine .search-form-rentalcar input.one-way-car-rental {
    margin: 9px 3px 0px 0px;
}
@media only screen and (max-width: 960px) {
    .horizontal-search-engine .search-form-rentalcar fieldset {
        float: none;
    }
    .horizontal-search-engine .search-form-rentalcar .location-group {
        display: block;
        width: auto;
    }
    .horizontal-search-engine .search-form-rentalcar .location-group label{
        display: block;
    }
    .horizontal-search-engine .search-form-rentalcar .datetime-group {
        display: block;
    }
     .horizontal-search-engine .search-form-rentalcar .datetime-group label {
        width: 50%;
        width: calc(50% - 116px);
    }
    .horizontal-search-engine .search-form-rentalcar .datetime-group .hour {
        width: 100px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .horizontal-search-engine .search-form-rentalcar .datetime-group label input {
        width: 100%;
        max-width: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .horizontal-search-engine .search-form-rentalcar .driver-age {
        min-width: 75px;
    }
}
@media only screen and (max-width: 600px) {
    .horizontal-search-engine .search-form-rentalcar .datetime-group label {
        width: 100%;
        width: calc(100% - 116px);
    }
}
/*Flight*/
.horizontal-search-engine .search-form-flight .location-group {
    display: block;
}
.horizontal-search-engine .search-form-flight .location-group label{
    width: 48%;
    width: calc(50% - 10px);
}
.horizontal-search-engine .search-form-flight .location-group input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.horizontal-search-engine .search-form-flight .to-location {
    min-width: 0;
}
.horizontal-search-engine .search-form-flight .options-group{
    display: block;
}
.horizontal-search-engine .search-form-flight .options-group label{
    padding: 5px;
    padding-left: 0;
    margin: 0;
}
.horizontal-search-engine .search-form-flight .options-group span{
    display: inline-block;
}
.horizontal-search-engine .search-form-flight .options-group input{
    vertical-align: bottom;
	margin: 7px 2px 4px 3px;
    font-size: 20px;
}
.horizontal-search-engine .search-form-flight .advanced-search{
    margin-bottom: 15px;
    display: block;
}
.horizontal-search-engine .search-form-flight .advanced-search{
    
}
@media only screen and (max-width: 960px) {
    .horizontal-search-engine .search-form-flight .datetime-group {
        display: block;
        margin: 0;
    }
    .horizontal-search-engine .search-form-flight .datetime-group label{
        width: 48%;
        width: calc(50% - 8px);
    }
    .horizontal-search-engine .search-form-flight .datetime-group input {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: none;
    }
    .horizontal-search-engine .search-form-flight .pax-group {
        display: block;
    }
    .horizontal-search-engine .search-form-flight .pax-group .pax-text{
        display: block;
        margin-left: 4px;
        margin-right: 0;
    }
    .horizontal-search-engine .search-form-flight .show-hide-advanced-search-toggle {
        display: block;
        text-align: center;
    }
    .horizontal-search-engine .search-form-flight .advanced-search ,
    .horizontal-search-engine .search-form-flight .advanced-search label {
        display: block;
    }
    .horizontal-search-engine .search-form-flight .advanced-search select {
        display: block;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 600px) {
    .horizontal-search-engine .search-form-flight .location-group label{
        display: block;
        width: auto;
    }

    .horizontal-search-engine .search-form-flight .options-group label{
        min-width: 48%;
    }
}
/*Fligth + Hotel*/
.horizontal-search-engine .search-form-accommodation-flight .location-group {
    width: 99%;
}
.horizontal-search-engine .search-form-accommodation-flight .datetime-group {
    width: 31%;
}
.horizontal-search-engine .search-form-accommodation-flight .location-group label,
.horizontal-search-engine .search-form-accommodation-flight .datetime-group label{
    width: 48%;
    width: calc(50% - 8px);
}
.horizontal-search-engine .search-form-accommodation-flight .location-group input,
.horizontal-search-engine .search-form-accommodation-flight .datetime-group input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
}
.horizontal-search-engine .search-form-accommodation-flight .pax-group {
       width: 30%;
    margin-left: 2px;
}
.horizontal-search-engine .search-form-accommodation-flight .pax-group .pax-text  {
    display: block;
}
.horizontal-search-engine .search-form-accommodation-flight .location-group .to-location {
    min-width: 0;
}
.horizontal-search-engine .search-form-accommodation-flight .search-flight-options-group {
    position: absolute;
    top: 30px;
    right: 5px;
    z-index: 1;
}
.horizontal-search-engine .search-form-accommodation-flight .search-flight-options-group input,
.horizontal-search-engine .search-form-accommodation-flight .search-flight-options-group span{
    display: inline-block;
}

.horizontal-search-engine .search-form-accommodation-flight .search-flight-options-group span{
    vertical-align: text-bottom;
}

@media only screen and (max-width: 960px) {
    .horizontal-search-engine .search-form-accommodation-flight .location-group {
        display: block;
        width: auto;
    }
    .horizontal-search-engine .search-form-accommodation-flight .datetime-group {
        width: auto;
        display: block;
    }
    .horizontal-search-engine .search-form-accommodation-flight .search-flight-options-group {
        position: static;
        width: auto;
        display: block;
    }
    .horizontal-search-engine .search-form-accommodation-flight .pax-group {
        width: auto;
        display: block;
    }
    .horizontal-search-engine .search-form-accommodation-flight .pax-group .pax-text{
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 600px) {
    .horizontal-search-engine .search-form-accommodation-flight .location-group label{
        width: auto;
        display: block;
    }
}
/*Ferry + Hotel*/
.horizontal-search-engine .search-form.search-form-accommodation-ferry > fieldset{
    display: block;
}

.horizontal-search-engine .search-form.search-form-accommodation-ferry > fieldset + fieldset{
    display: inline-block;
}

.horizontal-search-engine .searchContainer .search-form-accommodation-ferry .accommodation-destination {
    display: inline-block;    
}

.horizontal-search-engine .search-form-accommodation-ferry .accommodation-destination label > span {
    display: none;
}

.horizontal-search-engine .search-form-accommodation-ferry .accommodation-destination legend {
    display: inline-block;
    color: #fff;
}
.horizontal-search-engine .search-form-accommodation-ferry .location-group {
    width: 100%;
}

.horizontal-search-engine .search-form-accommodation-ferry .location-group label {
    width: 49%;
}

.horizontal-search-engine .search-form-accommodation-ferry .location-group select {
    width: 100%;
}

.horizontal-search-engine .search-form-accommodation-ferry .accommodation-destination label {
    display: block;
    width: auto;
}

.horizontal-search-engine .search-form-accommodation-ferry .accommodation-destination label input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.horizontal-search-engine .search-form.search-form-accommodation-ferry .pax-group {
    width: calc(36% - 34px);
}
.horizontal-search-engine .search-form.search-form-accommodation-ferry .pax-group .pax-text{
    margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
    .horizontal-search-engine .search-form.search-form-accommodation-ferry > fieldset + fieldset {
        width: 100%;
        margin-left: 0;
    }
    .horizontal-search-engine .search-form-accommodation-ferry .accommodation-destination {
        width: 100%;
    }
    .horizontal-search-engine .search-form.search-form-accommodation-ferry .datetime-group label {
        margin: 2px 3px;
        margin-right: 0;
    }
    .horizontal-search-engine .search-form.search-form-accommodation-ferry .datetime-group input {
        width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
        border: 0;
    }
    .horizontal-search-engine .search-form-accommodation-ferry .accommodation-destination + .datetime-group,
    .horizontal-search-engine .search-form.search-form-accommodation-ferry .datetime-group {
        width: auto;
        display: block;
    }
    .horizontal-search-engine .search-form.search-form-accommodation-ferry .pax-group {
        display: block;
        margin: 2px 3px;
        width: auto; 
    }
    .horizontal-search-engine .search-form-accommodation-ferry .accommodation-destination label {
        display: block;
        display: flex;
        width: auto;
    }
    .horizontal-search-engine .search-form-accommodation-ferry .datetime-group label {
        width: calc(50% - 7px);
    }
     .horizontal-search-engine .search-form-ferry .advanced-search > label,
    .horizontal-search-engine .search-form-accommodation-ferry .advanced-search > label {
        width: 100%;
    }
    .horizontal-search-engine .search-form-accommodation-ferry .advanced-search {
        width: 100%;
    }
    .horizontal-search-engine .search-form-ferry .show-hide-advanced-search-toggle,
    .horizontal-search-engine .search-form-accommodation-ferry .show-hide-advanced-search-toggle {
        display: block;
        text-align: center;
    }
 }
/*Ferry*/
.horizontal-search-engine .search-form-ferry .advanced-search label {
    margin-right: 10px;
}

.horizontal-search-engine .search-form-ferry .location-group {
    width: 100%;
}

.horizontal-search-engine .search-form-ferry .location-group label {
    width: 49%;
}

.horizontal-search-engine .search-form-ferry .location-group select {
    width: 100%;
}
@media screen and (max-width: 960px) {
    .horizontal-search-engine .search-form-accommodation-ferry .location-group label,
    .horizontal-search-engine .search-form-ferry .location-group label {
        width: calc(50% - 8px);
    }

     .horizontal-search-engine .search-form-accommodation-ferry .datetime-group input,
     .horizontal-search-engine .search-form-ferry  .datetime-group input {
        width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
        border: 0;
		max-width: none;
    }

     .horizontal-search-engine .search-form-accommodation-ferry .datetime-group,
     .horizontal-search-engine .search-form-ferry .datetime-group {
        width: 100%;
    }

    .horizontal-search-engine .search-form-accommodation-ferry .datetime-group label,
    .horizontal-search-engine .search-form-ferry .datetime-group label {
        width: calc(50% - 9px);
        margin: 2px 3px;
    }

    .horizontal-search-engine .search-form-accommodation-ferry .ferry-options-group label,
    .horizontal-search-engine .search-form-ferry .ferry-options-group label {
        width: calc(100% - 70px);
    }

    .horizontal-search-engine .search-form-accommodation-ferry .ferry-options-group label + label,
    .horizontal-search-engine .search-form-ferry .ferry-options-group label + label{
        width: 54px;
    }

    .horizontal-search-engine .search-form-accommodation-ferry .ferry-options-group,
    .horizontal-search-engine .search-form-ferry .ferry-options-group {
        width: 100%;
    }    

    .horizontal-search-engine .search-form-accommodation-ferry .ferry-options-group label select,
    .horizontal-search-engine .search-form-ferry .ferry-options-group label select {
        width: 100%;
    }

    .horizontal-search-engine .search-form-ferry .pax-group {
        display: block;
        margin: 2px 3px;
    }
}
@media screen and (max-width: 600px) {
    .horizontal-search-engine .search-form-accommodation-ferry .location-group label,   
    .horizontal-search-engine .search-form-ferry .location-group label {
        width: calc(100% - 8px);
    } 
}
/*House*/

.horizontal-search-engine .search-form-house .location-group {
    width: calc(76% - 257px);
}

.horizontal-search-engine .search-form-house .location-group label {
    width: 27%;
}

.horizontal-search-engine .search-form-house .location-group label:last-child {
    width: 68%;
}

.horizontal-search-engine .search-form-house .location-group label select  {
    width: 100%;
}   

.horizontal-search-engine .search-form-house .pax-group {
    width: 23%;
	margin-left: 2px;
}

.horizontal-search-engine .search-form-house .datetime-group label {
    margin: 0;
	margin-left: 2px;
}

.horizontal-search-engine .search-form-house .city-location {
    min-width: 255px;
    margin-left: 3px;
}
.horizontal-search-engine .search-form-house .city-location .region {
	font-weight: bold;
}
.horizontal-search-engine .search-form-house .country-location {
    min-width: 108px;
}

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

    .horizontal-search-engine .search-form-house .location-group label ,
    .horizontal-search-engine .search-form-house .location-group label:last-child {
        width: calc(50% - 8px);
    }

    .horizontal-search-engine .search-form-house .location-group {
        width: 100%;
    }
  
    .horizontal-search-engine .search-form-house .pax-group {
        display: block;
        margin: 2px 3px;
        width: auto; 
    }

    .horizontal-search-engine .search-form-house .datetime-group input {
        width: 100%;
        max-width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

     .horizontal-search-engine .search-form-house .datetime-group {
        width: 100%;
    }

    .horizontal-search-engine .search-form-house .datetime-group label {
        width: calc(50% - 8px);
        margin: 2px 3px;
    }
}
@media screen and (max-width: 600px) {
   
    .horizontal-search-engine .search-form-house .location-group label,
    .horizontal-search-engine .search-form-house .location-group label:last-child {
        width: calc(100% - 8px);
    }
 }
/*General*/
.horizontal-search-engine {
	max-width: 950px;
    margin: auto;
    background-color: #1da1d7;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 12px;
}
.horizontal-search-engine .searchControlContainer > ul{
    padding: 0;
    display: block;
    list-style: none;
    font-weight: 600;
    margin: 0;
    background-color: #004e6d;
    border-top: 0px solid #004e6d;
}
.horizontal-search-engine .searchControlContainer > ul li{
    display: inline-block;
}
.horizontal-search-engine .searchControlContainer li label{
    background-color: #004e6d;
    vertical-align: text-bottom;
    padding: 7px 14px;
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: normal;
    display: block;
    cursor: pointer;
	width: auto;
}
.horizontal-search-engine .searchControlContainer li input{
    display: none;
}
.ie7 .horizontal-search-engine .searchControlContainer li input,
.ie7 .horizontal-search-engine .searchControlContainer li label,
.ie8 .horizontal-search-engine .searchControlContainer li input,
.ie8 .horizontal-search-engine .searchControlContainer li label{
    display: inline-block;
}
.horizontal-search-engine .searchControlContainer input:checked + label{
    background-color: #1da1d7;
}
.horizontal-search-engine .search-form fieldset{
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: auto;
}
.horizontal-search-engine .search-form label{
    display: inline-block;
    margin: 2px 3px;
    position: relative;
}
.horizontal-search-engine .search-form label > span{
    display: block;
	letter-spacing: 0.03em;
}
.horizontal-search-engine .search-form a,
.horizontal-search-engine .search-form legend {
    display: none;
}
.horizontal-search-engine .searchHeader {
    display: none;
    cursor: pointer;
    position: relative;
    padding: 15px 115px 10px 15px;
}
.horizontal-search-engine .searchHeader h2{
    margin: 0;
    padding: 10px 10px 8px 10px;
    color: #666;
    background-color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
	white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.horizontal-search-engine .searchHeader .display-search-button{
    position: absolute;
    top: 14px;
    right: 15px;
    left: auto;
    display: inline-block;
    height: 41px;
    width: 88px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.horizontal-search-engine .searchHeader .display-search-button img{
    height: 110%;
	width: auto;
}
.horizontal-search-engine .search-form select,
.horizontal-search-engine .search-form input[type=text] {
    display: inline-block;
    padding: 10px 8px;
    border: none;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
	padding: 10px 12px; 
	font-size: 14px; 
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.horizontal-search-engine input.location.to-location.city-location {
    background-image: url(/media/10017583/marker2.png);
    background-repeat: no-repeat;
    background-position: left 9px center;
    background-size: auto;
    padding-left: 27px;
}
.horizontal-search-engine .datetime-group input{
    max-width: 96px;
    background-image: url(https://images.sembo.se/common/symbols/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: auto;
}
.horizontal-search-engine .search-form .show-hide-advanced-search-toggle {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
	    margin-left: 10px;
    font-size: 14px;
}
.horizontal-search-engine .search-form  .search-button {
    color: transparent;
    background-color: #3AC436;
    background-image: url(/media/8419430/magnifying-glass.png);
    background-repeat: no-repeat;
    background-size: 40px;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;
    height: 40px;
    width: 90px;
    -webkit-appearance: none;
    
    padding: 0;
    position: absolute;
    right: 8px;
    left: auto;
    top: 57px;
    text-align: center;
    border: 1px solid #2D992A;
}
.ie7 .horizontal-search-engine .search-form .search-button,
.ie8 .horizontal-search-engine .search-form .search-button {
    color: #ffffff;
}
.horizontal-search-engine .searchContainer {
    padding: 5px;
    width: calc(100% - 102px);
}
.horizontal-search-engine .pax-group .pax-text{
   
	background-color: #fff;
    color: #000;
    border: none;
    border-bottom: none;
    display: block;
    width: auto;
    /* border-top: 3px solid #FFF; */
    padding: 10px 12px;
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: url(https://images.sembo.se/common/symbols/arrowdown.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: auto;
    padding-right: 25px;
    line-height: 16px;
	cursor: pointer;
}
	
}

.horizontal-search-engine .pax-group{
    position: relative;
}
.horizontal-search-engine .pax-group > legend{
    color: #fff;
}
.horizontal-search-engine .search-form .pax-selector{
    position: absolute;
    display: none;
    z-index: 9999;
    background-color: #fff;
    /* border-top: 1px solid #ccc; */
    border-radius: 0;
    /* box-shadow: #666 3px 3px 3px; */
    color: #000;
    width: 300px;
    margin-top: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;	
}
.horizontal-search-engine .search-form .pax-group.expanded .pax-selector{
    display: block;
}
.horizontal-search-engine .search-form .pax-selector > legend{
    display: none;
}
.horizontal-search-engine .search-form .pax-selector .room-fields {
    margin: 10px;
    border-top: 1px solid #ccc;
}
.horizontal-search-engine .search-form .pax-selector fieldset {
    display: block;
}
.horizontal-search-engine .search-form .pax-selector select {
    margin: 5px;
    border: 1px solid #ccc;
    -webkit-box-shadow: #ddd 0 1px 2px inset;
    -ms-box-shadow: #ddd 0 1px 2px inset;
    box-shadow: #ddd 0 1px 2px inset;
	background-image: url(https://images.sembo.se/common/symbols/arrowdown.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: auto;
    padding-right: 30px;
}
.horizontal-search-engine .search-form .pax-selector select.number-of-adults {
    float: left;
	background-image: url(https://images.sembo.se/common/symbols/arrowdown.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: auto;
    padding-right: 30px;
}
.horizontal-search-engine .search-form .pax-selector select.number-of-rooms {
    margin: 10px 0 0 15px;
	background-image: url(https://images.sembo.se/common/symbols/arrowdown.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: auto;
    padding-right: 30px;
}
.horizontal-search-engine .to-location {
    min-width: 275px;
}

.horizontal-search-engine .search-form .advanced-search .datetime-group legend {
    display: none;
}

.horizontal-search-engine .search-form .advanced-search .datetime-group label {
    width: auto;
}
.horizontal-search-engine .pax-group legend {
    display: block;
    padding-right: 10px;
}
.horizontal-search-engine .search-form input.error {
    border: 1px solid red;
}

.horizontal-search-engine .search-form label.error:before {
    border: solid;
    border-color: #fff transparent;
    border-width: 0 6px 6px 6px;
    content: "";
    position: absolute;
    z-index: 2;
    top: -5px;
}

.horizontal-search-engine .search-form label.error {
    position: absolute;
    display: block;
    padding: 8px;
    z-index: 1;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: red;
    background-color: #fff;
    width: auto;
}
@media screen and (max-width: 960px) {
    .horizontal-search-engine .search-form label,
    .horizontal-search-engine .search-form .pax-text {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .horizontal-search-engine .search-form .search-button {
        clear: both;
        font-size: 18px;
        position: static;
        top: 0;
        margin: auto;
        margin-top: 10px;
        max-width: 100%;
        width: 200px;
        display: block;
        background-image: none;
        color: #fff;
    }
    .horizontal-search-engine .searchContainer {
        width: auto;
    }
    .horizontal-search-engine .search-form {
        padding-bottom: 10px;
    }
    .horizontal-search-engine select {
        background-color: #FFF;   
    }
    .horizontal-search-engine .searchControlContainer {
        display: none;
    }
    .horizontal-search-engine.open .searchControlContainer {
        display: block;
    }
    .horizontal-search-engine .searchHeader {
        display: block;
    }
    .horizontal-search-engine.open .searchHeader {
        display: none;
    }
    .horizontal-search-engine .search-form .pax-selector{
        position : static;
        box-shadow: none;
        border-radius: 0;
		width: auto;
    }
}
.horizontal-search-engine .search-form  .search-button:hover{
    -webkit-animation-name: whitePulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes whitePulse {
  from { background-color: #3AC436; -webkit-box-shadow: 0 0 9px #00a2da ; }
  50% { background-color: #3AC436; -webkit-box-shadow: 0 0 28px #FFFFFF; }
  to { background-color: #3AC436; -webkit-box-shadow: 0 0 9px #00a2da ; }
}

@media screen and (max-width: 600px){
	.horizontal-search-engine .search-form select, .horizontal-search-engine .search-form input[type=text]{
		font-size: 16px;
	}				
	.horizontal-search-engine .pax-group .pax-text {
    	font-size: 16px;
	}					
	#ui-datepicker-div {
    	max-width: 380px;
	}			
	.horizontal-search-engine .pax-group .pax-text{
		padding: 12px 12px
	}								
}

@media screen and (max-width: 480px){
	.horizontal-search-engine .search-form .search-button{
		padding: 15px 5px 10px;
		width: 90%;
		-webkit-appearance: none;
		font-size: 25px;
		padding: 11px 5px 38px 15px;	
	}
}
.horizontal-search-engine .search-form-rentalcar .driver-age-group > legend {
margin-left: 3px;}

.horizontal-search-engine .search-form .location-group label > span {
margin-left: 3px; }
	
@-moz-document url-prefix() { 
	.horizontal-search-engine .pax-group .pax-text {
line-height: 20px;
height: 18px;
			}
					
.horizontal-search-engine .search-form.search-form-accommodation .search-button {
top: 65px; }
.horizontal-search-engine .search-form .search-button {
					top: 61px}
}






.horizontal-search-container-top .horizontal-search-engine {
    margin-bottom: 0px;
}





.infobox-layer {
    z-index: 900;
		}
		

.horizontal-search-engine .search-form .pax-selector{
	z-index: 9999;
}		




@media screen and (min-width: 480px){
.horizontal-search-engine .search-form sub {
    float: left;
    clear: both;
    padding-right: 105px;
    padding-top: 10px;
    overflow: hidden;
}
}			
















	
/* TRIP PLANNER DESIGN SEARCH FIX */


.horizontal-search-container {
    background-color: #1a191e;
}

.horizontal-search-engine .searchContainer {
    background: #1a191e;
}

.horizontal-search-container-top .horizontal-search-engine {
    background: #1a191e;
}

.horizontal-search-engine .searchControlContainer input:checked + label {
    background-color: #1a191e !important;
}

.horizontal-search-engine .searchControlContainer > ul {
    background: #272a34 !important;
}

.horizontal-search-engine .searchControlContainer li label {
    background: #272a34 !important;
}


.horizontal-search-engine .search-form-accommodation .options-group {
    display: none;
}

 .horizontal-search-engine .searchControlContainer input:checked + label {
        background-color: #1a191e;
    }

    .accommodationSearchContainer{
        text-align: center;
        margin-top:20px;
    }

    .horizontal-search-engine .search-form .search-button {
        background-color: #d70e59;
    }

    p.imagetopurl {
        background: #29706d !important;
        border: #29706d !important;
        color: #fff !important;
    }

	


    .horizontal-search-engine .search-form .search-button:hover {
        background-color: #d70e59 !important;
    }
    
    .horizontal-search-engine .searchContainer .search-form.search-form-accommodation .search-button {
        top: 79px;
    }   

@media screen and (min-width: 961px){

    .horizontal-search-engine .search-form-accommodation .location-group {
      width: 36%;
      margin-right: 1px;
    }


    .horizontal-search-engine .search-form-accommodation .datetime-group {
      width: 34%;
      margin-right: -15px;
    }

    .horizontal-search-engine .search-form-accommodation .datetime-group label {
      width: calc(50% - 6px);
      margin-right: 3px;
      margin-left: -4px;
    }

    .horizontal-search-engine .search-form-accommodation .pax-group {
      width: 19%;
     margin-left: 1px;
    }


    .horizontal-search-engine .searchContainer .search-form.search-form-accommodation .search-button {
        top: 79px;
    }

    .horizontal-search-engine .searchContainer .search-form.search-form-accommodation  .search-button{
    position: inherit;
    }

    .horizontal-search-engine .searchContainer .search-form.search-form-accommodation {
        width: 100%;
    }

   
    .horizontal-search-engine .searchContainer .search-form.search-form-accommodation {
        width: 100%;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }


    .horizontal-search-engine .searchControlContainer > ul {
        background: #272a34;
        text-align: center;
    }

    .horizontal-search-engine .searchContainer {
        width: calc(100% - 102px);
        margin-left: auto;
        margin-right: auto;
        max-width: 930px;
    }

    .horizontal-search-container-top .horizontal-search-engine {
        background: #1a191e;
        width: 100%;
        max-width: 100%;
    }


    .horizontal-search-engine .search-form .search-button{
      position: inherit;
    }

    .horizontal-search-engine .search-form.search-form-accommodation-ferry .pax-group {
        width: calc(36% - 49px);
    }

}

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


@media screen and (max-width: 960px){
#brand {
    top: 0px;
}
}



















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