/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 520px) {
    .logoImg{
        max-width: 100%;
    }
    .transferlist .selectTransfer {
        width: 100%;
    }
    .cardJS .name-wrapper, .cardJS .card-number-wrapper{
        width: 98%;
        max-width: 98%;
        margin-left: 0;
        margin-right: 0;
    }
    .cardJS .cvc-container, .cardJS .expiry-container{
        max-width: 48%;
        width: 48%;
        margin-left: 2px;
        margin-right: 0;
    }
    #installments>.form-group {
        padding-left: 0;
        padding-right: 0;
    }

    #installments label{
        white-space: nowrap;
    }

    .addCartExtra,
    #dopayment{
        width: 100%;
    }

    footer a {
        display: block;
    }

    footer .logoImg{
        margin: 0 auto;
        text-align: center;
        display: inherit;
        margin-bottom: 15px;
        margin-top: -15px;
    }
/* Styles */
	.infoBoxedSection {
	    margin: 15px -15px;
	}
	.stepper .row > .col-xs-12 {
	    display: none;
	}
	.stepper .row > .col-xs-12.active {
	    display: block;
	    margin-top: 15px;
	}
	.leftContainer{
		padding: 15px!important;
	}
	.pricelistbox .title{
		position: relative;
	}
	.hotelName{
		margin: -30px -15px 30px -15px;
	}
  .priceSection span.oldPrice em:after{
    width: 20%;
    left: 80%;
  }
  .payedInfoSection,
  .payedInfoSection .text-right {
      text-align: center;
  }
  .forecastCalendar table.table * {font-size: 8px;}
  .roomInfoList{padding:5px;}
  ul.rightMenu{
    display: block;
    width: 100%;
    text-align: center;
  }
  #callcentertop{margin: 0 auto;}
  .address{text-align: center;margin-bottom: 10px;}
  span.datapolicy-close{
    width: 25px;
    height: 25px;
    left: 0;
    line-height: 25px;
    top: -17px;
    position: absolute;
    text-align: center;
    background: #000;
    font-size: 18px;
  }
  .mainUrl{position: relative;bottom: 0;margin-bottom: 10px;display: block;}
  body>header{
    -webkit-position: relative;
    position: relative;
  }
}

/* iPads (portrait and landscape) and Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-device-width : 768px) {
    .cartListDiv, .searchSection{
        -webkit-position: relative;
        position: relative;
        top: 0;
    }
/* Styles */
 .responsive-table table {
    border: 0;
  }

  .responsive-table table caption {
    font-size: 1.3em;
  }
  
  .responsive-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .responsive-table table tbody tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .responsive-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    min-height: 30px;
  }
  
  .responsive-table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .responsive-table table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .responsive-table table td:last-child {
    border-bottom: 0;
  }

  .priceSection span.oldPrice em:after{
    width: 25%;
    left: 75%;
  }

  .roomInstallmentTable .installmentTable{margin-right: -10px;margin-left: -10px;}

  .datapolicy-wrapper {
    width: 90%;
    left: 5%;
    bottom: 60px;
  }

  .datapolicy-wrapper a,
  .datapolicy-wrapper a:hover,
  .datapolicy-wrapper a:active,
  .datapolicy-wrapper a:focus {
    color: #ddd;
  }
}

@media only screen 
and (max-device-width : 1201px) {
    .roomsImgSection{
        margin: -16px -16px 10px -16px;
    }
  .installmentTable .tableSection table th.wspace-nowrap{white-space: inherit;}
  .ors-top .ors-topaddress{
        width: 100%;
        text-align: center;
    }
    .ors-navmenu{
        width: 100%;
        text-align: center;
    }

    .ors-menu .aclub-div,
    .ors-menu .loginSection{
        position: relative;
        display: inline-block;
    }

    .ors-menu .logoImg{
        margin: 16px auto;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

@media only screen 
and (min-width : 991px) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
	.sticky,
	.leftContainer {
    -webkit-position: sticky;
    position: sticky;
    top: 10px;
    z-index: 9;
	}

  /* Header Table CSS */
  .headerTable{
    display: table!important;
    width: 100%;
  }
  .headerTable>div{
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  /* Header Table CSS End */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}