@CHARSET "ISO-8859-1";

@font-face {
    /*font-family: "Multicolore";
    src: url(/fonts/Multicolore.ttf) format("truetype");*/
}

/* Custom CSS
 * --------------------------------------- */

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}
.header-image {
    margin-top: -100px;
    background-image: url('/wwwroot/images/landing/highlands-main.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    background-position: 72% 42%;
    height: 540px;
    display: block;
    position: static;
}
    .container-details h4 {
    color: #b20606;
    border-left: solid thick #2A206B;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 1.8em;
}
    .container-book li{
        list-style: none;
    }
/* layout on select tour page*/
#header-image #header-contents {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

#header-right .booking-column {
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0px 0px;
    -webkit-box-shadow: 5px 5px 15px #000000;
    box-shadow: 5px 5px 15px #000000;
}


.container-fluid-book{
    background-color:#f8f8f8;
}
.container-details {
    margin-top: -145px auto 60px auto;
    background-color: rgba(255, 255, 255,.8);
    width: 80%;
    font-size: 1.25em;
    font-weight: normal;
    padding: 30px;
    border-radius: 20px 30px 0 0;
 
}

.container-book label {
    font-size: 80%;
    font-weight: normal;
    color: #666;
}

.book-progress h3 {
    margin-bottom: 15px;
}

.book-progress .label {
    color: #ccc;
}
.bg-primary {
    color: #fff;
    background-color: #34baf2; 
    padding: 20px;
    line-height: 1.8em;
    font-size: 150%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container-book {
    margin: 20px auto 60px auto;
    background-color: rgba(255, 255, 255,1.0);
    width: 80%;
    font-size: 16px;
    font-weight: normal;
    padding: 30px;
    border-radius: 20px 20px 0 0;
    border: 1px solid rgba(0,0,0,0.1);
    /*margin-top: -250px;*/
}

.container-details h1, .container-book h1 {
    font-size: 1.6em;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: rgba(0,0,0, 0.6);
}

.container-details h2, .container-book h2 {
    font-size: 1.3em;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #2a206b;
    margin-top: 15px;
    /*margin-bottom: 70px;*/
}




.container-details .price p {
    font-size: 18px;
    width: 100%;
    color: #2a206b;
    background-color: transparent;
    border: dashed 1px #2a206b;
    border-radius: 30px;
}

.container-details .price {
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: 20px;
}


.container-image {
    width: 100%;
}

#no-more-tables-sub .bg-primary {
    font-size: 18px;
    padding: 10px;
    background-color: transparent;
    color: #b20606;
}

@media(min-width: 768px) and (max-device-width : 1024px) {
    .container-book, .container-details {
        width: 100%;
    }

        .container-details .price {
            width: 60%;
        }

  
}

@media (max-width: 767px) {
    
}

@media (max-width: 480px) {
    

    .container-book h1 {
        font-size: 1.1em;
        padding: 8px;
    }

     .container-book h2 {
        font-size: .8em;
        padding-left: 8px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

 

    .container-book {
        margin-top: -460px;
        width: 100%;
        padding: 5px;
        border-radius: 10px 10px 0 0;
    }


    
}
/*Responsive tables for cart*/
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

  

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 5%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 0%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

    #no-more-tables-sub tr {
        border: none;
    }

    #no-more-tables-sub td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee; */
        position: relative;
        padding-left: 30%;
        white-space: normal;
        text-align: left;
    }


        #no-more-tables-sub td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 25%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables-sub td:before {
            content: attr(data-title);
        }
}

/* cart details*/


.cart-button {
    position: fixed;
    text-align: left;
    top:50px;
    right:140px;
    z-index: 70;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 30px 10px 0%;
    background-color: rgba(53, 180, 48, 1);
    border-radius: 0 0 10px 10px;
    display: inline;
}
@media (max-width:480px){
    .cart-button {
    right:0;
     width:100%;
     padding: 0 0 0 0;
     font-size:95%;

     border-radius:0 0 0 0;
    }

}
 ul.dropdown-cart{

            min-width:250px;
          max-width:300px;
            
        }

        ul.dropdown-cart li .item{
            display:block;
            color: #444;
            padding:3px 10px;
            margin: 3px 0;
            width:100%;
        }
          ul.dropdown-cart li .item .cart-price{
           
            width:100%;
           font-weight:bold;
        }
        ul.dropdown-cart li .item:hover{
            color: #fff;
            background-color:#b20606;
        }
        ul.dropdown-cart li .item:after{
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }
        ul.dropdown-cart li .item-left{
            float:left;
        }
        ul.dropdown-cart li .item-left img,
        ul.dropdown-cart li .item-left span.item-info{
            float:left;
        }
        ul.dropdown-cart li .item-left span.item-info{
            margin-left:10px;   
        }
        ul.dropdown-cart li .item-left span.item-info span{
            display:block;
        }
        ul.dropdown-cart li .item-right{
            float:right;
        }
        ul.dropdown-cart li .item-right button{
            margin-top:14px;
        }

        @media screen and (min-width: 1240px) {
            #nav-contents {
                margin: 0px 0px 0px 262px !important;
            }
        }

        .custom-button {
            
            background: none !important;
            border: none;          
            font: inherit;
            padding: 9px 18px;
            display: block;
            text-decoration: none;
            color: #fff;
        }
        .custom-button:hover{
	        background: rgba(255,255,255, 0.8) !important;
		    color: #000;
        } 

        .custom-view-cart {
    
            color: #990000 !important;
            display:block !important;
            padding:3px 10px !important;
            margin: 3px 0 !important;
        }
        .custom-view-cart:hover {
            background: none !important;
        }
      .validation-summary-valid {
    display:none;
}