﻿
@font-face {
font-family: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-Regular');
src: local('PlayfairDisplay-Regular'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     font-size:16px;
	 font-family: "Open Sans", sans-serif;
	 color: #353535;
}
p {
    font-family: "Open Sans", sans-serif;
    color: #353535;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.header-btn p {
    font-family: "Open Sans", sans-serif;
    color: #353535;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
	 font-family: "Playfair Display", serif;
}
b, strong{
	color:#353333;
}
a:focus, a:hover{
	text-decoration:none;
}
a{
	font-weight:bold;
}
.logo{
	padding:10px 0px;
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.carousel-inner .item img{
	 width:100%;
	 height:600px;
}
.carousel-indicators{
	display:none;
}

.carousel-caption{
	text-align: left;
    background-color: rgba(0, 0, 0, 0.27);
    width: 40%;
    padding: 0px 15px 15px 15px;
    bottom: 35%;
}
.carousel-caption h1{
	font-size: 40px;
	margin-bottom: 20px;
	color:#fff;
}
.carousel-caption p{
    font-size:16px;
    color:#fff;
} 

.carousel-btn{
	margin-top:30px;
	background-color:inherit;
	border: 2px solid #fff;
	text-transform:uppercase;
	color:#fff;
}
.btn-default:hover {
    color: #5f5644;
    background-color: #fff;
    border-color: #fff;
    transition:0.6s;
}

.wrapper-content, .awards-part{
    padding: 50px 0px;
    width: 100%;
    float: left;
    background-color: #fff;
}
.Charleston-content h1{
    color:#2d3130;
    font-size: 45px;
    margin-bottom: 30px;
    margin-top:0;
}
.Charleston-content p{
	line-height: 1.8;
    font-size: 16px;
    margin-bottom:20px;
    letter-spacing: 0.2px;
}


.Charleston-content h1::before{
	content:"";
	border:1px solid #5f5644;
	width:50px;
	position:absolute;
	top:62px;
}



.margin-leftright-null{
	padding-left:0;
	padding-right:0;
}
.wrapper-area, .wrapper-purchase{
	padding:50px;
	background-color:#f6f6f6;
	width: 100%;
    float: left;
}

.morning-walking-img, .candlelight-img, .civil-war-img, .private-toure-img{
    background-position: center;
    background-size: cover;
}

.btn-more{
	font-size: 16px;
    line-height: 16px;
    color: #C19B76;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}
.btn-more:after{
	content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    position: absolute;
    right: -20px;
    top: 3px;
    transition: right .4s ease;
}
.btn-more:hover:after {
    right: -25px;
    transition: right .4s ease;
}

.morning-walking-content{
	 padding: 114px 50px;
	 background-color: #fff;
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: height .4s ease;
}
   
.wrapper-favorites{
     background-image: url(../images/jeffsfavorits.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: height .4s ease;
    background-attachment: fixed;
 }
.jeffs-favorites {
	padding:50px;
	width:100%;
    float:left;
}
.jeffs-favorites h2, .jeffs-favorites p{
	color:#fff;
}
.jeffs-favorites p{
	font-size:16px;
}

.jeffs-favorites h2{
	margin-bottom:25px;
	position:relative;
}

.jeffs-favorites h2:before{
    content:"";
	border:1px solid #5f5644;
	width:50px;
	position:absolute;
	top:110px;
	left: 0;
    right: 0;
    margin: 0 auto;
}
.purchase-online h3{
	margin-bottom:20px;
}
.book-online{
	background-color: #b2a78b;
    border-color: #b2a78b;
    border-radius: 0px;
    padding: 8px 20px;
    font-size:16px;
 }
.book-online:hover{
	color: #fff;
    background-color: #5f5645;
    border-color: #5f5645;
    transition: 0.6s;
}
.heritage img{
	margin: 0 auto;
}
.heritage p{
	font-size:16px;
	font-family: "Playfair Display", serif;
	margin-top:5px;
}
.sub-footer{
	background-color:#5f5645;
	width:100%;
	float:left;
    padding:50px 0px;
}
.more-info, .more-info h4, .contact-details li a, .more-info p{
	color:#fff;
}
.contact-details{
	padding: 0;
    list-style-type: none;
    line-height: 3;
}
.more-info p{
	font-size:13px;
}
#newsletterForm input{
	background-color:#323232;
	border-color:#323232;
	color:#b2a78b;
	border-radius:0px;
}
.newsletterForm{
	width:280px;
}   
.signup-btn{
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;    
}
.signup-btn:hover{
    color: #fff;
    background-color: #b2a78b;
    border-color: #b2a78b;
    transition: 0.6s; 
}
.social {
    margin-top: 25px;
    padding:0;
}

.social li {
    display: inline-block;
    margin-right: 9px;
    text-align: center;
}
.social li a {
    font-size: 18px;
    line-height: 30px;
    background-color: #323232;
    border-radius: 50%;
    display: block;
    transition: all .4s ease;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    color: white;
    padding:6px 12px;
}
.social li a i {
    line-height: 30px;
    margin-left:4px;
}
.social li a:hover {
    background-color: #C19B76;
    transition: all .4s ease;
}
.footer{
	width: 100%;
    float: left;
    padding: 20px 0px;
    background-color:#b2a78b;
}
.footer p{
   margin:0;
   color:#fff;
}
.power p a{
   color:#fff;
}
.power p{
	float:right;
}


.header-btn{
	position:absolute;
    top: 5px;
    right:0;
    text-align:center;
    z-index:10;
}
.header-btn-online{
    background-color: #5f5645;
    border-color: #5f5645;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 16px;
}
.header-btn-online:hover{
	 background-color: #fff;
    border-color: #fff;
    color:#000;

}
.header-btn p{
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
header{
	background-image: url(../images/header-background.jpg);
	background-size: contain;

}
nav.navbar.bootsnav{
	border-bottom:inherit;
}

.wrap-sticky nav.navbar.bootsnav.sticked{
	border-bottom:inherit;
	background-image: url(../images/header-background.jpg);
	background-size: contain;

}

nav.navbar.bootsnav ul.nav > li > a {
    background-color: #fff;
    border-color: #fff;
    padding:15px 16px;
}
.navbar-right .dropdown-menu{
    top: 50px;
    left: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #5f5644;
    background-color: #fff;
}
nav.navbar.bootsnav ul.nav > li > a{
	text-transform:uppercase;
	color:#000;
	font-size: 16px;
}


.dropdown-caret {
    color: #fff;
    background-color: #999;
    padding: 5px 8px 2px 8px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
}
.dropdown-caret, nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
	display:none;
}
.dropdown-icon{
	padding: 0px !important;
    border: none !important;
    position: absolute !important;
    top: 12px !important;
    right: 5px !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border-top: inherit;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: inherit;
    color:#fff;
}
nav.navbar.bootsnav .navbar-nav > li > a{
	color:#fff;
}
.nav.navbar-nav{
	text-align:center;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
	text-align:left;
}

.nav > li > a{
	padding: 15px 18px;
	font-size:16px;
}

.navbar-brand {
    height: inherit;
    padding:0;
}
.navbar-brand>img {
    width: 200px;
} 
nav.navbar.bootsnav{
	background-color:inherit;
}    
    
    
    /*---------------Contact Styles-----------------*/

.contact_heading_title {

    display: block;

    margin: 10px 0 10px;

    text-align: center;

}

.contact_heading_title h3 {

    border-bottom: 4px solid #5F5645;

    color: #3b3b3b;

    display: inline-block;

    letter-spacing: 1px;

    line-height: 40px;

    margin-top: 0;

    padding-bottom: 10px;

}

.contact_cotact_form_div p {

    color: #555;

    font-family: "Open Sans",sans-serif;

    font-size: 16px;

    line-height: 25px;

    margin-top: 5px;

}

.contact_contact_form_fields {

    border-right: 1px solid #e5e5e5;

    padding-bottom: 30px;

    padding-right: 60px;

    padding-top: 30px;

}

.contact_form_group {

    margin-bottom: 20px;

}

.contact_con_input_control {

    display: block;

    font-size: 14px;

    height: 35px;

    line-height: 1.42857;

    padding: 6px 12px;

    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

    vertical-align: middle;

    width: 100%;

}

.contact_con_input_control {

    background-color: #ffffff;

    border: 1px solid #c5c5c5;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

    color: #555555;

}

.contact_con_textarea_control {

    background-color: #ffffff;

    border: 1px solid #c5c5c5;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

    color: #555555;

}

.contact_send_button, #contact_send_button {

    background: #5F5645;

    border: none;

    color: #fff;

    cursor: pointer;

    display: inline-block;

    font-family: "Open Sans",sans-serif;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.42857;

    margin-bottom: 0;

    padding: 6px 12px;

    text-align: center;

    transition: all 0.5s ease 0s;

    vertical-align: middle;

    white-space: nowrap;

    font-style: normal;

    border-radius:4px;

}

.contact_contact_info {

    padding-bottom: 30px;

    padding-left: 60px;

    padding-top: 30px;

}

.contact_contact_info ul {

    list-style: outside none none;

    margin: 0;

    padding: 0;

}

.contact_contact_info li {

    border-bottom: 1px solid #e5e5e5;

    margin-bottom: 10px;

    padding: 15px 0 15px 80px;

    position: relative;

}

.contact_contact_info li .fa {

    font-size: 32px;

    height: 50px;

    left: 0;

    line-height: 50px;

    margin-top: -20px;

    position: absolute;

    text-align: center;

    top: 50%;

    width: 50px;

    color: #5F5645;

}

.contact_contact_info li .text {

    font-size: 14px;

    line-height: 25px;

    color:#999;

}

.contact_contact_info li .desc {

    font-size: 15px;

    font-weight: bold;

    color:#333;

}

.contact_send_button:hover{

	background:#5F5645;

	color:#fff;

}

.contact_form_group small {

    color: #5F5645;

    padding: 3px;

}

.alink1 {

    clear: both;

    display: inline-block !important;

    float: none;

    width: 100%;

}

.captcha-img {

    margin: 10px 0;

}


.contact_con_textarea_control {
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
}

textarea {
    border: 1px solid #999;
    color: #aaa;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    outline: medium none;
    padding: 10px;
    width: 100%;
}

    
/*-- Contact Us --*/
.message-form input {
  margin-top: 0px;
}
.message-form  textarea {
  padding-bottom: 20px;
}
.send {
  margin-top: 20px;
}
.info p {
  padding-bottom: 20px;
}
.info ul {
  margin: 0;
  padding: 0;
}
.info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}
.info i {
  color: #5F5645;
  margin-right: 10px;
  font-size: 18px;
}
.page-title{
    color: #000;
}

/*-- End Contact Us--*/
.error-class {
float: left;
}


.navbar-nav > li > a {
    font-weight: bold;
    position: relative;
}


.price_right td{
	text-align:right;
}



.col-err{
	color:red;
	font-size:25px;
	font-family:"Playfair Display",serif;
}


.tripadvisor a{
    padding: 6px !important;	
    background-color: #479951 !important;
}
.tripadvisor a:hover {
    background-color: #C19B76 !important;
    transition: all .4s ease;
}
.header-btn p.text-uppercase {
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
a.phone {
    top: 14px;
    position: relative;
    right: 0px;
    color: #000;
    font-size: 18px;
}
a.top-phone{
    color: #000;
    font-size: 18px;
}

.nav.navbar-nav{
    float: left !important;
    margin-left: 50px;
    margin-top: 55px;	
}
.reserve-right {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 20px 20px 15px;
    border-radius: 5px;
}
.reserve-right h3 {
    margin-top: 0px;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
}
.date-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.date-info .form-group {
    margin-right: 20px;
}
.reserve-right .btn-primary {
    color: #fff;
    background-color: #5f5645;
    border-color: #5f5645;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 3px;
    margin-top: 10px;
}
.reserve-right .btn-primary:hover{
    color: #fff;
    background-color: #b2a78b;
    border-color: #b2a78b;
}
.tkt-img img {
    width: 100%;
}
.event-name h5 {
    color: #000;
    font-size: 30px;
    margin-top: 0px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.checkout-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.address-form .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.checkout-form-info .form-control, .checkout-price-info .form-control {
    padding: 10px;
    height: 45px;
    color: #000;
    font-style: normal;
    font-size: 16px;
}
.checkout-form-info .panel-title {
    font-size: 24px;
}
.checkout-form-info .panel-group .panel-heading {
    padding: 15px 15px 20px;
}
.checkout-price-info .btn-danger {
    background-color: #5f5645;
    padding: 6px 15px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
}
.total-text {
    color: #000;
    font-size: 30px;
    margin: 0px;
    text-align: right;
}
.checkout-price-info {
    background-color: #ececec;
    padding: 15px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
.checkout-form-info .panel-default {
    margin-top: 0px;
}
.checkout-price-info .table tr th{
    font-size: 18px;
}
.event-price {
    text-align: right;
}
.checkout-price-info .table tr th:last-child {
    text-align: center;
}
.checkout-price-info .table tr th, .checkout-price-info .table tr td{
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 10px 15px;
}
.usd-info {
    font-size: 18px;
    text-align: left;
}
.checkout-price-info .table {
    margin-top: 20px;
}
.no_of_tickets {
    width: 80px;
}
.tour-place{
    padding: 30px;
    text-align: initial;
    margin-top: 25px;
}
.tour-place img {

}
.tour-place h3 {
    margin: 0px;
    padding-bottom: 20px;
    font-size: 30px;
    padding-top: 20px;
}
.read_more_div a {
    background-color: #5F5645;
    padding: 8px 15px;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 15px;
}
#newsletterForm .form-control {
  height: 45px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.newsletterForm .input-group {
  display: block;
}
.google-cap {
  float: left;
  width: 100%;
}
.more-info .input-group-btn .btn {
  background: #B2A78B none repeat scroll 0 0;
  border: 1px solid #B2A78B;
  font-size: 15px;
  width: 97%;
  border-radius: 5px;
  margin-top: 0px;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.more-info .input-group-btn i {
  margin-right: 10px;
  font-size: 18px;
}

@media (min-width: 767px){
    a.top-phone{
        display: none;
    }
}


@media screen and (min-width:1px) and (max-width:767px){
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #262b2f;
}
nav.navbar.bootsnav .navbar-toggle {
    font-size: 25px;
}
nav.navbar.bootsnav ul.nav > li > a{
    padding:15px 15px;
}
.navbar-right .dropdown-menu{
    top: 0px;
}
a.phone{
    display: none;
}
.carousel-inner .item img{
	height:inherit;
}
.carousel-caption {
	width:inherit;
	bottom:inherit;
	top: 20px;
}
.carousel-caption h1 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 9px;
}
.carousel-caption p{
	 display:none;
}
.carousel-btn{
	margin-top:8px;
}
.Charleston-content h1{
	font-size:26px;
}
.Charleston-content h1::before{
	top:40px;
}
.Charleston-content p{
    margin-bottom: 10px;
}
.Charleston-img img{
	margin: 0 auto;
}
.morning-walking-img, .candlelight-img, .civil-war-img, .private-toure-img{
	height:320px !important;
}
.morning-walking-content{
	 padding: 5px 10px;
}
.morning-walking-content h2{
	 font-size:22px;
}
.jeffs-favorites{
	 padding: 30px 0px;
}
.awards-part img{
	padding-bottom: 20px;
	margin:0 auto;
}
.power p{
    float:none;
}
.footer-title {
    margin-top: 15px;
}
.sub-footer{
	padding: 30px 0px;
}
.flex-column-push-md {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.flex-column-pull-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.header-btn{
	top:2px;
	position:inherit;
}
.phone{
	margin-bottom: 10px !important;	
}
.navbar-collapse{
  background-color:#fff;
}
nav.navbar.bootsnav ul.nav > li > a{
	    border-color: #fff;
}
.dropdown-caret{
	display:block;
}
.navbar-right .dropdown-menu {
    top: 0px;
    left: 0px;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in{
	background-color:#5f5645;
}
nav.navbar.bootsnav ul.nav > li > a{
	color:#fff;
}
.header-btn-online{
	background-color:#fff;
	border-color:#fff;
	color:#000;
}
.wrap-sticky nav.navbar.bootsnav.sticked{
	position:absolute;
}
}
@media screen and (min-width:768px) and (max-width:991px){
.carousel-inner .item img{
	height:inherit;
}

.Charleston-content h1{
	font-size:30px;
}
.Charleston-content h1::before{
	top:45px;
}
.Charleston-content p{
    margin-bottom: 10px;
    line-height:inherit;
}
.carousel-caption{
	width:50%;
}
.carousel-caption p{
	font-size:15px;
}
.carousel-caption h1 {
    font-size: 30px;
}
.morning-walking-content {
    padding: 15px 50px;
    background-color: #fff;
}
.heritage p{
	font-size:13px;
}
.power p{
    float:none;
}
.flex-column-push-md {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.flex-column-pull-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.header-btn p{
    font-size: 12px;
}
.navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
}
nav.navbar.bootsnav ul.nav > li > a{
	top:0;
    padding: 14px 14px;
}
.navbar-default .navbar-nav > li > a {
    padding: 15px 12px;
}
.header-btn {
        top: 15px;
        left: 120px;
    }
.navbar-right .dropdown-menu{
	top:50px;
}
.dropdown-menu{
	padding:0px 0px;
}

}

@media screen and (min-width:992px) and (max-width:1199px){
.carousel-inner .item img{
	height:inherit;
}
.Charleston-content h1{
	font-size: 18px;
}
.Charleston-content p{
	font-size: 16px;
    margin-bottom: 10px;
}
.Charleston-content h1::before{
	top:45px;
}
.carousel-btn{
	margin-top:10px;
}
.carousel-caption p {
    font-size: 13px;
}
.carousel-caption h1 {
    font-size: 30px;
}
.nav.navbar-nav{
	margin-left:0;
}
nav.navbar.bootsnav ul.nav > li > a{
	padding:10px 10px;
    font-size: 14px;
}
.navbar-default .navbar-nav > li > a{
	padding: 15px 10px;	
}
    a.phone{
        right: 0px;
    }
}
.time-table tbody tr td {
    border: 1px solid #ddd !important;
    vertical-align: middle;
    padding: 8px 20px;
    font-size: 16px;
}
@media screen and (min-width:1200px) and (max-width:1280px){
.carousel-caption h1{
	font-size:35px
}
}

@media screen and (min-width:1200px) and (max-width:1400px){
    
}

@media screen and (min-width:1px) and (max-width:380px){
.add-ticket-btn{
font-size:10px;
}

}


