﻿/* ==============================
   1 Imported styles
   ============================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(https://fonts.googleapis.com/css?family=Playball&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400italic,400);
/*@import url("jquery.mCustomScrollbar.min.css");
@import url("zebra-datepicker/default.css");*/
/*change css file name to change date picker style */
/*@import url("jquery.bxslider.css");
@import url("strock-icon.css");
@import url("jquery.fancybox.css");*/
/* ==============================
   2 Global styles
   ============================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(https://fonts.googleapis.com/css?family=Playball&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400italic,400);
@import 'https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i,900,900i';

/*@import url("jquery.mCustomScrollbar.min.css");
@import url("animate.min.css");
@import url("zebra-datepicker/default.css");
@import url("jquery.bxslider.css");
@import url("strock-icon.css");
@import url("jquery.fancybox.css");*/


html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

form {

    width: 100%;
    margin: 0;
}




.panelBox {
    /* added to keep large screens look ok*/
    max-width: 760px;
    margin: auto;

    margin-bottom: 20px;
    margin-top: 10px;
    /* added to keep large screens look ok*/
    background-color: #ffffff;
    /*border-radius: 10px;*/
    border: 1px solid #e9e9e9;
    padding: 4px;
    /* Lay out each item using flex layout */
    flex-flow: column; /* Lay out item’s contents vertically  */
    display: block;
    overflow: hidden;
}

.framesBox {
    /* added to keep large screens look ok*/
    width: 210px;
    height: 210px;
    margin: auto;
    box-shadow: 1px 2px 4px 0px #9C9C9C;
    background-color: #ffffff;
    border-radius: 10px;

}

.mainButton {
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #03233d), color-stop(1, #021828));
    background: -moz-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -webkit-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -o-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -ms-linear-gradient(top, #03233d 5%, #021828 100%);
    background: linear-gradient(to bottom, #03233d 5%, #021828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03233d', endColorstr='#021828', GradientType=0);
    background-color: #03233d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #566963;
    /*display:inline-block;*/
    cursor: pointer;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    font-weight: bold;
    padding: 11px 11px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    width: 90%;
    margin: auto;
    text-align: center;
}



.mainButton:hover{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C9A227), color-stop(1, #A8871F));
    background: -moz-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: -webkit-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: -o-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: -ms-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: linear-gradient(to bottom, #C9A227 5%, #A8871F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9A227', endColorstr='#A8871F', GradientType=0);
    background-color: #C9A227;
}




.mainButton:active {
    position: relative;
    top: 1px;
}


.cancelButton {
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0a3a5c), color-stop(1, #03233d));
    background: -moz-linear-gradient(top, #0a3a5c 5%, #03233d 100%);
    background: -webkit-linear-gradient(top, #0a3a5c 5%, #03233d 100%);
    background: -o-linear-gradient(top, #0a3a5c 5%, #03233d 100%);
    background: -ms-linear-gradient(top, #0a3a5c 5%, #03233d 100%);
    background: linear-gradient(to bottom, #0a3a5c 5%, #03233d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a3a5c', endColorstr='#03233d', GradientType=0);
    background-color: #0a3a5c;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #566963;
    /*display:inline-block;*/
    cursor: pointer;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    font-weight: bold;
    padding: 11px 11px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.cancelButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C9A227), color-stop(1, #A8871F));
    background: -moz-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: -webkit-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: -o-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: -ms-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: linear-gradient(to bottom, #C9A227 5%, #A8871F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9A227', endColorstr='#A8871F', GradientType=0);
    background-color: #C9A227;
}

.cancelButton:active {
    position: relative;
    top: 1px;
}


.texbox {
    width: 40%;
    max-width: 200px;
    min-width: 120px;
    height: 20px;
    border: solid 1px #969696;
    padding: 4px;
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
}

.texbox:hover {
    border: 2px solid #C9A227;
}

.texbox:focus {
    border: solid 2px #A8871F;
    box-shadow: inset 0px 1px 2px 0px #9C9C9C;
}

.texbox:active {
    border: solid 2px #C9A227;
}

.texboxDate {
    width: 40%;
    max-width: 200px;
    min-width: 120px;
    height: 20px;
    border: solid 1px #969696;
    padding: 4px;
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
}

.texboxDate:hover {
    border: 2px solid #C9A227;
}

.texboxDate:focus {
    border: solid 2px #A8871F;
    box-shadow: inset 0px 1px 2px 0px #9C9C9C;
}

.texboxDate:active {
    border: solid 2px #C9A227;
}

.fullwidth {
    width: 100%;
    margin: auto;
    padding: 4px;
    text-align: center;
}

.fullWithForText {
    width: 100%;
    margin: 4px;
    padding: 4px;
    text-align: center;
    height: 20px;
}
.fullWithForTextBox {
    width: 100%;
    margin: 10px;
    padding: 4px;
    text-align: center;
    height: 24px;
}

.fullWidthForDatesTextBox {
    width: 80%;
    margin: auto;
    padding: 4px;
    text-align: center;
    height: 40px;
}

.leftSide {
    width: 30%;
    text-align: right;
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    float: left;
    height: 30px;
    text-align: left;
    line-height: 28px;
}

.leftSideForPay {
    min-width: 100px;
    width: 30%;
    text-align: right;
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    float: left;
    height: 20px;
    padding-right: 10px;
}

.rightSide {
    min-width: 180px;
    min-height: 40px;
    width: 50%;
    text-align: left;
    float: left;
}

.rightSideForPay {
    width: 50%;
    text-align: left;
    float: left;
    margin-left: 6%;
}

.header {
    color: #03233d;
    font: 2.43em/2em "Playball", sans-serif;
    text-align: center;

}

.description {
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: small;
    line-height: 1.5;
    text-align: left;
    padding: 10px;
    margin-left: 5%;
    margin-right: 5%;
}

.message {
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    line-height: 1.5;
    text-align: center;
    padding: 10px;
    margin-left: 10%;
    margin-right: 10%;
}

.price {
    color: #03233d;
    font-family: "Open Sans", sans-serif;
    font-size: x-large;
    /*font-weight: bold;*/
    /*line-height: 1;*/
    text-align: center;
    margin-bottom: 20px;
}

.footer_top_wrapper {

    text-align: center;
    height: 4em;
    background: #C9A227;


}


.footer_wrapper {

    text-align: center;

    background: #03233d;


}


.sbfooter {
    /* added to keep large screens look ok*/
    max-width: 760px;
    margin: auto;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    border-left-width: 0px;
    border-right-width: 0px;
    overflow: hidden;
    color: #9598a1;
    font-size: large;
    padding: 10px 0px 10px 20px;
}

.headerImage {
    max-width: 100%;
    /*margin-right: 30px;    */
}

.ThumnailImageContainer {
    max-width: 98%;
    margin-right: 30px;
    display: inline-block;
    margin-top: 2%;

}

.ThumnailImage {
    max-width: 32%;
    border-radius: 8px;
}


.sbheader_wrapper {
    text-align: center;
    color: #aaa;
    background: #FFFFFF;
    background-image: -webkit-linear-gradient(90deg, #edf0f3 0%, white 100%);
    height: 5em;
    border-bottom: 1px solid #8d9ea7;

}

.sbheader {
    /* added to keep large screens look ok*/
    max-width: 760px;
    margin: auto;
    /* added to keep large screens look ok*/
    text-align: left;
    overflow: hidden;
    padding: 10px 0px 10px 20px;
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/


}

.sbheaderImage {
    margin-top: 6px;

}

.dayPanel {
    width: 50%;
    min-width: 200px;
    margin: auto;
}

.dayPrice {
    color: #03233d;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    width: 100%;
    font-weight: bold;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.dayleftside {
    float: left;
    text-align: right;
    width: 55%;
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: small;
    line-height: 1.5;
}


.dayrightside {
    float: right;
    text-align: left;
    width: 35%;
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: small;
    line-height: 1.5;

}

.dayPriceTotal {
    color: #03233d;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    width: 100%;
    font-weight: bold;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
}

.finePrint {
    max-width: 560px;
    width: 100%;
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: x-small;
    line-height: 1.2;
    /*display: inline-block;*/
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
}


finePrintText {
    margin: 0 5% 0 5%;
    text-align: left;
}

.chkBox {
    width: 20px;
    height: 20px;
    border: solid 1px #969696;
    padding: 4px;
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
}

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

.scrollbox {
    margin: auto;
    width: 80%;
    border-radius: 10px;
    border: 1px solid #969696;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.txtflow {
    overflow: scroll;
    overflow-x: hidden;
    height: 60px;
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.scrollbox label {
    color: #03233d !important;
}

.scrollboxHeader {
    color: #7f7f7f;
    font-family: Arial;
    font-size: small;
    line-height: 1.5;
    text-align: left;
    padding: 10px;
    margin-left: 5%;
    margin-right: 5%;
    text-decoration: underline;
}

.scrollboxText {
    color: #7f7f7f;
    font-family: Arial;
    font-size: x-small;
    line-height: 1.2;
    text-align: left;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.hidden {
    visibility: hidden;
}

.peopleBox {

    background-image: url("images/peopleBox.png");
}

.peopleBoxMinus {
}

.peopleBoxPlus {
}

#myform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%;
}

.qty {
    width: 40px;
    height: 25px;
    text-align: center;
    color: #7f7f7f;
    font-family: Arial;
    font-size: medium;
    border: solid 1px #969696;
    padding: 4px;
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
}

input.qtyplus {

    width: 34px;
    height: 34px;
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #03233d), color-stop(1, #021828));
    background: -moz-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -webkit-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -o-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -ms-linear-gradient(top, #03233d 5%, #021828 100%);
    background: linear-gradient(to bottom, #03233d 5%, #021828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03233d', endColorstr='#021828', GradientType=0);
    background-color: #03233d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #566963;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    text-align: center;
}

input.qtyminus {
    width: 34px;
    height: 34px;
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #03233d), color-stop(1, #021828));
    background: -moz-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -webkit-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -o-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -ms-linear-gradient(top, #03233d 5%, #021828 100%);
    background: linear-gradient(to bottom, #03233d 5%, #021828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03233d', endColorstr='#021828', GradientType=0);
    background-color: #03233d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #566963;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    text-align: center;
}

.lineItem {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.rmFullwidth1 {
    width: 92%;
    background-color: #f4f4f4;
    padding-left: 4%;
    padding-right: 4%;
    /*border-radius:10px;*/
    min-height: 50px;
    padding-top: 2%;
    padding-bottom: 2%;
    overflow: auto;
}

.rmFullwidth2 {
    width: 92%;
    text-align: left;
    background-color: #ffffff;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2%;
    border-radius: 10px;
    min-height: 50px;
    padding-bottom: 2%;
    overflow: auto;
}

.rmLeftSide {
    float: left;
    width: 12%;
}

.rmMore {
    float: left;
}

.roomImage {
    border-radius: 6px;
    max-width: 100%
}

.roomImageContainer {
    max-width: 16%;
    float: left;
    overflow: hidden;
    height: 100%
}

.rmNameDesContainer {
    float: left;
    margin-left: 4%;
    width: 56%
}

.rmName {
    color: #03233d;
    font-family: "Open Sans", sans-serif;
    font-size: large;
    text-align: left;

}

.rmDescription {
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: small;
    text-align: left;
}

.rmPriceContainer {
    float: right;
    min-height: 40px;
    width: 20%;
}

.rmTax {
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: x-small;
    text-align: left;

}

.rmPrice {
    font-family: "Open Sans", sans-serif;
    font-size: large;
    text-align: left;
    color: #03233d;
    width: 100%;
    font-weight: bold;

}

.rmBookButton {
    margin-top: 10px;
    /*//width:86px;*/
    min-width: 86px;
    /*max-width:86px;*/
}

.plusButton {
    width: 34px;
    height: 34px;
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #03233d), color-stop(1, #021828));
    background: -moz-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -webkit-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -o-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -ms-linear-gradient(top, #03233d 5%, #021828 100%);
    background: linear-gradient(to bottom, #03233d 5%, #021828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03233d', endColorstr='#021828', GradientType=0);
    background-color: #03233d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #566963;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    text-align: center;
}

.plusText {
    white-space: normal;
    color: #03233d;
    font-family: "Open Sans", sans-serif;
    font-size: large;
    text-align: left;
    background: none;
    border: none;
}

.framesButton {
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #03233d), color-stop(1, #021828));
    background: -moz-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -webkit-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -o-linear-gradient(top, #03233d 5%, #021828 100%);
    background: -ms-linear-gradient(top, #03233d 5%, #021828 100%);
    background: linear-gradient(to bottom, #03233d 5%, #021828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03233d', endColorstr='#021828', GradientType=0);
    background-color: #03233d;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #566963;
    /*display:inline-block;*/
    cursor: pointer;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: small;
    font-weight: bold;
    padding: 5px 4px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 10px;

}

.framesButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C9A227), color-stop(1, #A8871F));
    background: -moz-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: -webkit-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: -o-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: -ms-linear-gradient(top, #C9A227 5%, #A8871F 100%);
    background: linear-gradient(to bottom, #C9A227 5%, #A8871F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9A227', endColorstr='#A8871F', GradientType=0);
    background-color: #C9A227;
}

.framesTextbox {
    width: 60%;
    height: 24px;
    border: solid 1px #969696;
    padding: 4px;
    border-radius: 6px;
    font-size: 12px;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
}

.framesDropdown {
    width: 44px;
    height: 26px;
    border: solid 1px #969696;
    padding: 4px;
    border-radius: 6px;
    font-size: 12px;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
}

.fullWidthForFrames {
    width: 90%;
    margin: auto;
    text-align: center;
    height: 28px;
}

.fullWidthFrames {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 4px;

}

.framesText {
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: small;
    font-weight: 600;


}

.nights {
    float: left;
    width: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.someSpaceForDropdown {
    padding-top: 10px;
    padding-bottom: 10px;
}