#header-responsive {
    background: rgba(255, 255, 255, 0.9);
}

.header-responsive a:hover,
.header-responsive a:focus {
    text-decoration: none;
}

.header-bar {
    text-align: center;
    padding: 20px 0;
    background: -webkit-linear-gradient(top, rgb(78, 78, 78) 0%, rgb(45, 45, 45) 100%);
    background: -o-linear-gradient(top, rgb(78, 78, 78) 0%, rgb(45, 45, 45) 100%);
    background: -ms-linear-gradient(top, rgb(78, 78, 78) 0%, rgb(45, 45, 45) 100%);
    background: -moz-linear-gradient(top, rgb(78, 78, 78) 0%, rgb(45, 45, 45) 100%);
    background: linear-gradient(to bottom, rgb(78, 78, 78) 0%, rgb(45, 45, 45) 100%);
}

@media (min-width: 768px) {
    .header-bar {
        padding: 15px 0;
    }
}

#header_right{
	font-size: 90%;
	text-align: right;
}

.img-logo-right {
    display: none;
}

.img-logo {
    background-image: url("../images/prestige-logo-left.png");
    background-repeat: no-repeat;
    height: 90px;
    display: block;
    margin: 0 auto;
    background-size: 165px;
    background-position: center;
}

@media screen and (min-width:768px) {
    .img-logo {
        background-image: url("../images/prestige_header-900px.jpg");
        background-size: 900px;
        background-repeat: no-repeat;
        height: 141px;
        display: block;
        background-position: left;
    }

    .img-logo-right {
        display: block;
    }
}

#sidebar-wrapper {
    background: #652d5c; /* Old browsers */
    background: -moz-linear-gradient(top, #652d5c 0%, #602b51 44%, #512444 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#652d5c), color-stop(44%,#602b51), color-stop(100%,#512444)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #652d5c 0%,#602b51 44%,#512444 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #652d5c 0%,#602b51 44%,#512444 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #652d5c 0%,#602b51 44%,#512444 100%); /* IE10+ */
    background: linear-gradient(to bottom, #652d5c 0%,#602b51 44%,#512444 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#652d5c', endColorstr='#512444',GradientType=0 ); /* IE6-9 */
}

.table-bordered th {
    color: #fefefe;
}

.table > thead > tr > th {
  background: rgba(0,0,0,0.34);
}
.table-bordered thead tr:first-child {
    cursor: auto;
}

.table-bordered th a {
    color: #ffffff;
    cursor: auto;
}

.address {
    padding: 20px;
    background: #efefef;
    display: flexbox;
}
	.breadcrumb{
		display: none;
	}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	padding: 1px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #e9e9e9;
}

/* medium up responsive styles */
@media (min-width:768px) {
	#header-responsive img {
		height: auto;
	}
	#header_right{
		margin: 12px 4px 0 0;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
    vertical-align: middle;

	}
}
/* example of override to restyle the menu to horizontal */
@media (min-width:768px) {

    #header {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .breadcrumb {
        background-color: #f5f5f5;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        list-style: outside none none;
        margin-bottom: 20px;
        padding: 8px 15px;
        display: block;
    }

    #wrapper {
        padding-left: 0px;
    }

	#sidebar-wrapper {
		width: 100%;
		margin-left: 0px;
		overflow-y: none;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	.sidebar-nav {
		position: initial;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.sidebar-nav li a {
		display: block;
		float: left;
		padding: 0 11px 0 11px;
		font-size: 95%;
        border-right: 1px solid rgba(0,0,0,0.54);
        text-align: center;
        text-indent: 0;
	}

	.sidebar-nav li a:nth-child(2n+1) {

        border-left: 1px solid rgba(255,255,255,0.3);

	}
}
/* end of example of override to restyle the menu to horizontal */

/* Loading feedback styles */
#bgDiv {
    position:fixed;
    top:0px;
    left:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background:rgba(255,255,255,0.5) ;
    z-index:1000;
}

.cslProgressBackgroundFilter {
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background:rgba(255,255,255,0.5) ;
    filter:alpha(opacity=50);
    z-index:1000;
    width: 100%;
    height: 100%;
}
.cslProcessMessage {
    position:absolute;
    top:30%;
    left:33%;
    padding:10px;
    width:33%;
    z-index:1001;
    filter:alpha(opacity=75);
    opacity:0.75;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.cslMessage {
    padding: 2px;
    color: #ee0e0e
}

.accname-container {
    padding: 2px;
}

.timer {
    margin-bottom: 12px;
}
/*Override global address styles */
.legacy_addressbookaddress {
    margin:0;
}


.input-group-addon img.help-inline {
    height: 20px;
}

ul, ol {
    list-style: outside none none;
}

/* Override Global select box style*/
div#SignUp select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

div#SignUp input[type="text"], div#SignUp input[type="password"], div#SignUp select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

.outer {
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 480px) {
    .wizard {
        *zoom: 1;
        border: 1px solid #d4d4d4;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        background-color: #f9f9f9;
        position: relative;
        min-height: 24px;
        overflow: hidden;
    }
    .wizard > .steps li {
      height: 23px;
      line-height: 23px;
      padding: 0 4px 0 8px;
      font-size: 10px;
      background:#f6f6f6;
    }
    .wizard > .steps li .chevron {
      border: 12px solid transparent;
      border-left: 7px solid #d4d4d4;
      border-right: 0;
      display: block;
      position: absolute;
      right: -7px;
      top: 0;
      z-index: 1;
    }
    .wizard > .steps li .chevron:before {
      border: 12px solid transparent;
      border-left: 7px solid #f6f6f6;
      border-right: 0;
      content: "";
      display: block;
      position: absolute;
      right: 1px;
      top: -12px;
    }
    .wizard > .steps li.complete:hover .chevron:before {
      border-left: 7px solid #e7eff8;
    }
    .wizard > .steps li.complete .chevron:before {
      border-left: 7px solid #f3f4f5;
    }
    .wizard > .steps li.current .chevron:before {
      border-left: 7px solid #f1f6fc;
    }

        .wizard > .steps li:first-child {
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
            padding-left: 7px;
        }
    .booking-heading {
      font-weight: bold;
    }
    .booking-data {
      margin-left: 12px;
    }
    .booking-data > .btn {
      margin-top: -28px;
    }

}

span.alert[style*="inline"]
    {
    display:block !Important;
    }

.booking-heading input {
      display: none;
    }

.legacy_creditcardrowdetails {
    padding: 6px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}


.legacy_creditcardrowdetails a.glyphicon {
    color: #373737;
    text-shadow: 1px -1px -1px #ffffff;
    margin: 8px;
}

.default_card {
    color: #07ac07;
}

.cbStaySignedIn{
  margin: 8px;
  display: inline-block;
}

.cslHideCheckbox input[type=checkbox]
{
    display: none;
}

@media only screen and (min-width: 768px) {
    .navbar-spacing {
        margin: 0 auto 0 auto;
    }
}

.cslCookieAcceptance {
    margin-top:10px;
}

.tariff-header {
    background-color: #333;
    -webkit-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 5px solid #568E51;
}

.tariff .selected {
    border-bottom: 5px solid #02602E;
}

.tariff-flip-container .tariff {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tariff:hover .tariff-selector:not(.selected) {
    border-bottom: 5px solid rgba(82, 143, 76, 0.50);
}

.selected-tariff-container {
    -moz-box-shadow: 0 0 30px #528f4c    !important;
    -webkit-box-shadow: 0 0 30px #528f4c    !important;
    -ms-box-shadow: 0 0 30px #528f4c    !important;
    box-shadow: 0 0 30px #528f4c    !important;
}

.modal-header {
    background: -webkit-linear-gradient(top, rgb(78, 78, 78) 0%, rgb(45, 45, 45) 100%);
    background: -o-linear-gradient(top, rgb(78, 78, 78) 0%, rgb(45, 45, 45) 100%);
    background: -ms-linear-gradient(top, rgb(78, 78, 78) 0%, rgb(45, 45, 45) 100%);
    background: -moz-linear-gradient(top, rgb(78, 78, 78) 0%, rgb(45, 45, 45) 100%);
    background: linear-gradient(to bottom, rgb(78, 78, 78) 0%, rgb(45, 45, 45) 100%);
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

a.list-group-item:hover, a.list-group-item:focus {
    background-color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, legend {
    font-family: 'Franklin Gothic Medium', Arial, sans-serif;
}

.user-feedback {
    top: 33.3% !important;
}

.form-label {
    background: none;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    font-size: 18px;
    margin-bottom: 15px;
}

.phone-underline {
    text-decoration: underline;
}

footer {
    padding: 30px 0;
    background: #333;
    background: -webkit-linear-gradient(top, rgb(44, 44, 44) 0%, rgb(72, 72, 72) 100%);
    background: -o-linear-gradient(top, rgb(44, 44, 44) 0%, rgb(72, 72, 72) 100%);
    background: -ms-linear-gradient(top, rgb(44, 44, 44) 0%, rgb(72, 72, 72) 100%);
    background: -moz-linear-gradient(top, rgb(44, 44, 44) 0%, rgb(72, 72, 72) 100%);
    background: linear-gradient(to bottom, rgb(44, 44, 44) 0%, rgb(72, 72, 72) 100%);
    color: #fff;
    font-size: 14px;
}


footer .btn {
    background: #000;
    display: block;
    padding: 14px 52px;
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    text-transform: uppercase;
    border: transparent;
    margin-top: 15px;
}

footer .btn_white {
    background: #fff;
    color: #4d4d56;
}

footer a:hover {
    color: #fff;
}

footer .btn:hover, 
footer .btn_white:hover {
    background: #05899d;
    text-decoration: none;
    color: #fff;
}

.footer_phone {
    font-size: 30.2px;
    display: block;
}

.footer_menu a {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.footer_call {
    text-transform: uppercase;
    font-size: 12.5px;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer_social {
    margin-top: 20px;
}

.footer_pdf {
    margin-top: 18px;
}

footer a {
    color: #fff;
}

footer p {
    color: #fff;
    font-size: 14px;
}

@media (min-width: 768px) {
    footer p {
        margin-bottom: 0;
    }
}

.footer_social a {
    margin-right: 10px;
}

.footer_social img {
    max-height: 30px;
}

@media (min-width: 768px) {
    .footer_logos img {
        max-height: 100px;
        display: inline-block;
        margin-right: 20px;
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    footer .btn {
        padding: 14px 0;
        display: block;
    }
}


.footer {
    float: left;
    width: 100%;
    background: #282828;
    padding: 17px 0;
    font-size: 12px;
    color: #fff;
    line-height: 1.7;
    text-align: center;
}

@media (min-width: 992px) {
    .footer_booking {
        max-width: 260px;
        float: right;
    }
}

@media (max-width: 767px) {
    .col-md-12.footer_logos img {
        padding: 0;
        margin: 20px auto;
        max-height: 100px;
        display: inline-block;
    }
}