#header .logo {
    padding: 0;
    text-align: left;
    margin: 18px 0 0 !important;
    height: auto;
}
section#content {
	min-height: 400px;
	padding-top: 0px;
	text-align: left;
	background: #f5f5f5;
}
#header .topnav {
    height: 30px;
    background:rgba(1,183,242,0.3) #01b7f2;
    width: 100%;
}
#slideshow {
    position: relative;
    width: 100%;
    padding: 0;
    min-height: 100px;
    margin-top:-95px;
}
.bg_white{
	background:rgba(255,255,255,0.3);
}
.p_top_0{
	padding-top: 0;
}
.fs_12{
	font-size: 12px;
}
.fs_13{
	font-size: 13px;
}
.fs_14{
	font-size: 14px;
}
.fs_15{
	font-size: 15px;
}
.fs_16{
	font-size: 16px;
}
.contact-info{
	color: #01b7f2;
	font-size: 14px;
	margin-bottom: 0px;
	display: block;
}
.contact-info .fa{
	margin-right: 10px;
}

#tour-details .intro2 .price-section {
    width: 30%;
}
#tour-details .intro2 .term-description {
    font-size: 1em;
}
.listing-style3.hotel .details > * > *:first-child {
    border-right: 0px solid #f5f5f5;
    padding-left: 0;
    padding-right: 15px;
    text-align: left;
}
.listing-style3.hotel .details > * > *:last-child {
    width: 150px;
}
.chaser .logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    width: 150px;
}
.post{
	font-size: 13px;
	line-height: 23px;
}
.post ul{
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 10px;
}
.post ol{
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}
.post table td {
  padding: 5px;
}
.post table td p{
	margin-bottom: 0 !important;
}

.listing-style3.hotel .details .text-align-justify{
	text-align: justify !important;
}
.booking-details .tour-detail {
    border-bottom: 0px solid #f5f5f5;
}
.booking-details .other-details dt, 
.booking-details .other-details dd {
    padding: 1.3em 0 0;
    border-top: 1px solid #f5f5f5;
}
/* 2.2.10. Five Stars */
.five-stars-container,
.five-stars-1-container,
.five-stars-2-container,
.five-stars-3-container,
.five-stars-4-container,
.five-stars-5-container {
  display: inline-block;
  position: relative;
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  text-align: left;
  cursor: default;
  white-space: nowrap;
  line-height: 1.2em;
  color: #dbdbdb;
}
.five-stars-container .five-stars, 
.five-stars-1-container .five-1-stars, 
.five-stars-2-container .five-2-stars, 
.five-stars-3-container .five-3-stars, 
.five-stars-4-container .five-4-stars, 
.five-stars-5-container .five-5-stars, 
.five-stars-container.editable-rating 
.ui-slider-range {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding-left: 1px;
}
.five-stars-container .five-stars:before,
.five-stars-container.editable-rating 
.ui-slider-range:before {
  content: "\e006\e006\e006\e006\e006";
  color: #fdb714;
}
.five-stars-1-container .five-1-stars:before{
  content: "\e006";
  color: #fdb714;
}
.five-stars-2-container .five-2-stars:before{
  content: "\e006\e006";
  color: #fdb714;
}
.five-stars-3-container .five-3-stars:before{
  content: "\e006\e006\e006";
  color: #fdb714;
}
.five-stars-4-container .five-4-stars:before{
  content: "\e006\e006\e006\e006";
  color: #fdb714;
}
.five-stars-5-container .five-5-stars:before{
  content: "\e006\e006\e006\e006\e006";
  color: #fdb714;
}
.five-stars-container 
.five-stars.transparent-bg, 
.five-1-stars.transparent-bg, 
.five-2-stars.transparent-bg, 
.five-3-stars.transparent-bg, 
.five-4-stars.transparent-bg, 
.five-5-stars.transparent-bg, 
.five-stars-container.editable-rating 
.ui-slider-range.transparent-bg {
  background: none;
}
.five-stars-container:before,
.five-stars-1-container:before,
.five-stars-2-container:before,
.five-stars-3-container:before,
.five-stars-4-container:before,
.five-stars-5-container:before {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;  
  z-index: 0;
}
.five-stars-container:before{
	content: "\e006\e006\e006\e006\e006";	
}
.five-stars-1-container:before{
	content: "\e006";
}
.five-stars-2-container:before{
	content: "\e006\e006";
}
.five-stars-3-container:before{
	content: "\e006\e006\e006";
}
.five-stars-4-container:before{
	content: "\e006\e006\e006\e006";
}
.five-stars-5-container:before{
	content: "\e006\e006\e006\e006\e006";
}
/*-----------------------------------------------------------------------------------*/
/*	26. FORMS
/*-----------------------------------------------------------------------------------*/
/*
select {
    -webkit-appearance: none;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 500;
}
label {
    font-weight: inherit
}
.form-field label {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 40px;
    color: inherit;
    border: none;
    border-radius:0;
    background: rgba(29,29,33,0.06);
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    transition: all 150ms ease-in;
}
.widget input {
	margin-bottom: 0;
}
footer input {
	background: rgba(0,0,0,0.15) !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background: rgba(29,29,33,0.08);
    box-shadow: none;
}
footer input:focus {
	background: rgba(0,0,0,0.25) !important;
}
textarea {
    height: 100%;
    padding: 8px 13px;
    margin-bottom: 15px;
    min-height: 200px;
    resize: vertical;
    font-weight: inherit;
}
.form-container .form-field {
    position: relative
}
.form-container .form-field i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 13px;
    margin: 1px 0 0 0;
    line-height: 40px;
    color: #a3a3a3;
    height: 38px;
    line-height: 37px;
    border-right: 1px solid rgba(0,0,0,0.15);
    font-weight: normal;
}
.form-container .form-field input,
.form-container .form-field select {
    
}*/
.vanilla-form .btn {
    display: block
}
.vanilla-form label.custom-select {
    position: relative;
    display: block;
}
.vanilla-form label.custom-select span {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: -4px;
    top: 0;
    height: 40px;
    width: 40px;
    pointer-events: none;
    padding: 15px 0 0 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.vanilla-form label.custom-select span::after {
    content: '\e84c';
    font-family: 'fontello';
}
.vanilla-form input.error,
.vanilla-form textarea.error,
.vanilla-form label.custom-select select.error,
.vanilla-form label.custom-select select.error:active,
.vanilla-form label.custom-select select.error:focus {
    background: rgba(222,71,71,0.15);
}
.state-error,
.btn.state-error:hover {
    background: #de4747 !important;
    color: #FFF;
}
.vanilla-form .radio-set {
    margin-bottom: 10px
}
.vanilla-form .radio-set label {
    margin-right: 10px
}
/*
.vanilla-form input[type="radio"],
.vanilla-form input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 10px;
}
.vanilla-form input[type="radio"] + span,
.vanilla-form input[type="checkbox"] + span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    text-align: center;
    vertical-align: text-bottom;
    position: relative;
}
.vanilla-form input[type="radio"] + span::after,
.vanilla-form input[type="checkbox"] + span::after {
    content: "";
    display: inline-block;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.vanilla-form input[type="radio"]:focus + span,
.vanilla-form input[type="checkbox"]:focus + span,
.vanilla-form input[type="radio"]:active + span,
.vanilla-form input[type="checkbox"]:active + span {
    border-color: #70aed2
}
.vanilla-form input[type="radio"]:checked + span::after,
.vanilla-form input[type="checkbox"]:checked + span::after {
    opacity: 1
}
.vanilla-form input[type="radio"].error + span,
.vanilla-form input[type="checkbox"].error + span {
    border-color: #de4747
}
.vanilla-form input[type="radio"] + span {
    border-radius: 100%
}
.vanilla-form input[type="radio"] + span::after {
    border-radius: 100%;
    background-color: #70aed2;
    border-color: #70aed2;
}
.vanilla-form input[type="radio"]:checked + span,
.vanilla-form input[type="checkbox"]:checked + span {
    border: 1px solid #70aed2
}
.vanilla-form input[type="radio"]:checked + span::after {
    border: 4px solid #ffffff
}
.vanilla-form input[type="checkbox"] + span::after {
    height: 40%;
    width: 70%;
    background-color: transparent;
    border: 0 solid #70aed2;
    top: 9px;
    left: 2px;
    -webkit-transform: rotate(-45deg) translate(50%, -75%);
    -moz-transform: rotate(-45deg) translate(50%, -75%);
    -ms-transform: rotate(-45deg) translate(50%, -75%);
    -o-transform: rotate(-45deg) translate(50%, -75%);
    transform: rotate(-45deg) translate(50%, -75%);
}
.vanilla-form input[type="checkbox"]:checked + span::after {
    border-left-width: 0.2em;
    border-bottom-width: 0.2em;
}
*/
.vanilla-form .notification-box {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.vanilla-form .notification-box.show-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.vanilla-form .notification-box.show-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
/*
.searchform {
    position: relative
}
.sidebar .searchform {
    max-width: 300px
}
.searchform .btn {
    position: absolute;
    top: 0;
    right: -5px;
    height: 40px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    padding: 0 15px !important;
    margin: 0;
    
}
::-webkit-input-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
}
:-moz-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
    opacity: 1;
}
::-moz-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
}
.searchform .btn {
    border-radius: 0;
}
*/
.m_top_10{
	margin-top: 10px;
}