

/*------------------------------------------------------*/
/* 00.Core styles
/*------------------------------------------------------*/
::-moz-selection {
    color: #fff;
    background: #333333;
}
::selection {
    color: #fff;
    background: #333333;
}
.alignnone {
    margin: 0 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto ;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;  
    
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font: inherit;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
}
.template-title {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    margin: 0;
}
/*
.search input[type='text'] {
    padding: 5px 30px 5px 10px;
    border: 1px solid #e8e8e8;
    width: 100%;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}
.search input[type='submit'],
.search .fa {
    border: 0;
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    z-index: 9;
    outline: none;
}
.search input[type='submit']:hover + i {
    color: #e1bd85;
}
.search .fa {
    font-size: 14px;
    color: #999;
    z-index: 8;
}
*/
/* */
.booking-criteria {   
     background:rgba(0,0,0,0.5);   /*  quote body   background-color: #fcfcfc;*/          /*   under tab  background: #E1BD85; */
    padding: 15px 15px;
    color: #fff;
	/*box-shadow: 0px 5px 5px #9ecaed;  shadow around quote body*/
    margin: 0 0px 33px 0px;  /*  margin: 0 -1px 33px -1px; */
}
.booking-criteria ul {
    padding-left: 28px;
}
.booking-criteria h4 {
    margin-top: 0;
    color: inherit;
    margin-bottom: 19px;
}
.booking-criteria i {
    margin-right: 10px;
    vertical-align: middle;
}
.modal-dialog {
    background-color: #fcfcfc;
    position: relative;
}
.modal-dialog button {
    position: absolute;
    top: 0;
    right: -36px;
    border-radius: 0;
    border: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 370px;
    }
}
.datepicker {
    border-radius: 0 !important;
    padding-top: 0 !important;
    border-color: #e8e8e8 !important;
    box-shadow: none;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    border-top-color: #e8e8e8 !important;
}
.datepicker-days {
    border-radius: 0 !important;
    box-shadow: 0 !important;
}
.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
    padding: 3px 11px;
}
.datepicker table tr th.dow {
    background: #E1BD85;   /*   body top of quote  background: #E1BD85; */
    color: #fff;
}


/*------------------------------------------------------*/
/* 02.Buttons styles
/*------------------------------------------------------*/
.t-btn {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 3px 24px;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.t-btn:hover {
    border-radius: 8px;
    text-decoration: none;
}
.t-btn:focus {
    outline: none;
    outline-offset: inherit;
}
.btn-black:hover,
.btn-red:hover {
    color: #fff;
}
.btn-black {
    background: #333333;
}
.btn-black-border {
    border-color: #333333;
    background: none;
    color: #333333;
}
.btn-black-border:hover {
    color: #333333;
}
.btn-red-border {
    border-color: #e1bd85;
    background: none;
    color: #e1bd85;
}
.btn-red-border:hover {
    color: #e1bd85;
}
.btn-red {
    background: #e1bd85;
}
.btn-md {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.btn-lg {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
}
.drop-caps:first-letter {
    float: left;
    font-size: 40px;
    line-height: 28px;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 3px 10px 8px 0;
}
/*
.dc-v1:first-letter {
    color: #fff;
    background: #e1bd85;
}
.dc-v2:first-letter {
    border: 2px solid #e1bd85;
    color: #333333;
    padding: 13px;
}
.dc-v3:first-letter {
    color: #fff;
    background: #333333;
    border-radius: 30px;
}
.dc-v4:first-letter {
    color: #e1bd85;
    font-size: 57px;
}
*/
.tooltip-inner {
    font-weight: 500;
    font-size: 14px;
}




/*------------------------------------------------------*/
/* 03.Tabs styles
/*------------------------------------------------------*/
.tab-pane {
    padding: 30px 20px;
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.nav-tabs li {
    position: relative;
}
.tab-content .p-title {
    margin-top: 0;
}
.nav-tabs li a {
    color: #fff;
    background: #333333;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    padding: 6px 15px 6px 25px;
}
.nav-tabs li span {
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 18px 12px;
    border-color: transparent transparent transparent #333333;
    z-index: 99;
}
.nav-tabs li.active span {
    border-color: transparent transparent transparent #e1bd85;
}
.nav-tabs > li > a {
    margin-right: 0;
    border: 0;
}
.nav-tabs > li > a {
    border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #000;          /*   body top of quote  TAB background: #E1BD85; */
    border: 0;
    color: #fff;
	/*box-shadow: 0px 5px 5px #9ecaed;  shadow around quote body*/
   margin: 0 -1px 0 0px;  /*  margin: 0 -1px 33px -1px; */
}
.nav-tabs > li:hover span {
    border-color: transparent transparent transparent #e1bd85;
}
.nav-tabs > li:hover > a {
    border: 0;
    background: #e1bd85;   /*   body top of quote  background: #E1BD85; */

}
/*
.panel-heading {
    padding: 0;
}
.panel-heading,
.panel-group .panel {
    border-radius: 0;
}
.panel-body {
    padding: 20px 15px;
}
.panel {
    box-shadow: none;
    border: 1px solid #f7f7f7;
}
.panel-default > .panel-heading {
    color: inherit;
    background: #fff;
}
.panel-default > .panel-heading:hover {
    background: #333333;
}
.panel-default > .panel-heading:hover .panel-title a {
    color: #fff;
}
.panel-default > .panel-heading:hover .panel-title span {
    background: #e1bd85;
}
.panel-default > .panel-heading:hover .panel-title span:after {
    border-left-color: #e1bd85;
}
.panel-title > a {
    display: inline-block;
    width: 100%;
    padding-right: 15px;
    font-size: 14px;
    line-height: 35px;
}
.panel-title a[aria-expanded="true"] {
    background: #333333;
    color: #fff;
}
.panel-title a[aria-expanded="true"] span {
    background: #e1bd85;
}
.panel-title a[aria-expanded="true"] span:after {
    border-left-color: #e1bd85;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: #333333;
}
.panel-title span {
    position: relative;
    line-height: 35px;
    display: inline-block;
    margin-right: 28px;
    padding-right: 28px;
    padding-left: 15px;
}
.panel-title span:before {
    content: '';
    position: absolute;
    top: 0;
    right: -28px;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-left: 10px solid #e8e8e8;
}
.panel-title span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -28px;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-left: 10px solid #fff;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
*/

.booking-tabs {
     background:rgba(0,0,0,0.5);   /*  quote body   background-color: #fcfcfc;*/
                          
}
.booking-tabs ul {
    list-style: none;
}
.booking-tabs .nav-tabs {
    text-align: center;
    border-top: 1px solid #e8e8e8;   /*  quote body  BORDER TOP */  
    box-shadow: 0px -2px 5px #E1BD85; /* shadow around quote body*/  /*box-shadow: 0 0 10px #9ecaed;    shadow around quote tabs*/
	border-color: #E1BD85;
}
.booking-tabs .nav-tabs li {
    width: 25%;
	   /*  box-shadow: 0 0 10px #9ecaed;  shadow around quote tabs*/
}
.booking-tabs .nav-tabs li:last-child a {
    border-right: 1px solid #e8e8e8;     
	
}
.booking-tabs .nav-tabs li:last-child a:hover {
    border-right: 0;
}
.booking-tabs .nav-tabs a {
    background: none;
    border-left: 1px solid #e8e8e8;
    padding: 15px 0;
}
.booking-tabs .nav-tabs i {
    color: #8f8f8f;
    font-size: 25px;             /* icons in tabs color*/
}
.booking-tabs .nav-tabs .active i {
    color: #fff;
}
.booking-tabs .nav-tabs .active:last-child a {
    border-right: 0;
}
.booking-tabs .tab-pane {
    padding: 0;
	box-shadow: 0px 2px 5px #E1BD85; /* shadow around quote body*/
	border-color: #E1BD85;
}
.booking-tabs .bookingform {
    margin: 0 15px 30px 15px;
}
.booking-tabs .bookingform label {
    float: left;
    margin-right: 3%;
    width: 34%;
    text-transform: uppercase;
}
.booking-tabs .bookingform label span {
    color: #e1bd85;
}
.booking-tabs .bookingform .form-control {
    box-shadow: none;
    border: 1px solid #e8e8e8;
    display: table;
    height: 30px;
    border-radius: 0;
    width: 63%;
    float: left;
	background:rgba(0,0,0,0.5);  /* filed boxes bg transparent*/
}
.booking-tabs .bookingform .form-control:active,
.booking-tabs .bookingform .form-control:focus {
    box-shadow: none;
}
.booking-tabs .bookingform fieldset {
    margin-bottom: 36px;
    border-bottom: 1px dashed #e8e8e8;
}
.booking-tabs .bookingform .field-separator {
    margin-bottom: 15px;
}
.booking-tabs .input-group .form-control {
    width: 100%;
	background:rgba(0,0,0,0.5);  /* filed boxes bg transparent*/
}
.booking-tabs .input-group-addon {
    background: #E1BD85;     /*  calendar field tab body top of quote  background: #E1BD85; */
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.booking-tabs .input-group-addon i {
    color: #fff;
}
.booking-tabs input[type="submit"] {
    float: right;
    margin-top: 10px;
	
}
.booking-tabs .field-inline .form-control {
    width: 47.5%;
	background:rgba(0,0,0,0.5);  /* filed boxes bg transparent*/
}
.booking-tabs .field-inline .form-control:first-child {
    margin-right: 5%;
}
.booking-tabs .nav-tabs > li > a:hover i {
    color: #fff;
	
}
