.casour-c{ 
	 position: relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none 
}
.casour-c2{ 
	 position: relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none 
}
.casour-c .overlay{ 
	position: absolute; 
	left: 0; top: 0; 
	cursor: move;
	border:1px solid #69f;
}
.casour-c2 .overlay{ 
	position: absolute; 
	left: 0; 
	top: 0; 
	cursor: move;
	border:1px solid #69f;
}
.casour-c div,.casour-c canvas{
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none
}
.casour-c2 div,.casour-c2 canvas{
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none
}

#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 3px;
	background: #d7e4ed;
}

#cd-timeline {
	margin-top: 0;
	margin-bottom: 3em;
}

#cd-timeline::before {
	left: 20%;
	margin-left: -2px;
	margin-top: 5px;
}

.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}

.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

.cd-timeline-img {
	position: absolute;
	top: 9px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 0 3px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}

.cd-timeline-img.cd-picture {
	background: #7DC0DA;
}

.cd-timeline-img.cd-movie {
	background: #5BE2CA;
}

.cd-timeline-img.cd-location {
	background: #B7D8EC;
}

.cd-timeline-img {
	width: 14px;
	height: 14px;
	left: 20%;
	margin-left: -7px;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.cssanimations .cd-timeline-img.is-hidden {
	visibility: hidden;
}

.cssanimations .cd-timeline-img.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 0.6s;
	-moz-animation: cd-bounce-1 0.6s;
	animation: cd-bounce-1 0.6s;
}

.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	/*background: #F0F7FD;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;*/
}

.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-content h2 {
	color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	display: inline-block;
}

.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: white;
	border-radius: 0.25em;
}
.cd-timeline-block .cd-timeline-content .cd-read-more {
	float: right;
}

.cd-timeline-block .cd-timeline-content .cd-date {
	right: auto;
	left: -240px;
	text-align: right;
}
.cd-timeline-content .cd-date {
	position: absolute;
	width: 160px;
	;
	top: -4px;
	font-size: 14px;
}
.cd-timeline-content .cd-read-more {
	float: left;
}
.More01 {
	display: block;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #dcdcdc;
	text-align: center;
	width: 240px;
	height: 40px;
	/* margin: auto;*/
	line-height: 40px;
	color: #989898 !important;
	letter-spacing: 1px;
}
.newcddate {
	width: 185px !important;
}
.newcddate small {
	margin-left: 10px;
}
.newbooking {
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	margin-left: 187px !important;
	background: #F9F9F9;
	padding-top: 15px;
	padding-left: 15px;
}
.newbooking dl {
	margin-bottom: 15px;
}
.newbooking::before {
	content: "";
	top: 18px;
	left: -6px;
	width: 12px;
	height: 12px;
	border: 1px solid #e8e8e8;
	border-right: none;
	border-top: none;
	background: #F9F9F9;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.newbooking dt {
	display: inline-block;
	width: 70px;
}

.newbooking dd {
	display: inline-block;
}
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 0;
    margin-bottom: 3em;
}
.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
#cd-timeline::before {
    content: '';
    position: absolute;
    left: 20%;
    margin-left: -2px;
    margin-top: 5px;
    top: 0;
    height: 100%;
    width: 3px;
    background: #d7e4ed;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-img.cd-picture {
    background: #7DC0DA;
}
.cd-timeline-img {
    width: 14px;
    height: 14px;
    left: 20%;
    margin-left: -7px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
     position: absolute;
    top: 9px;
    border-radius: 50% !important;
    box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 0 3px rgba(0, 0, 0, 0.05);
}
.cd-timeline-block .cd-timeline-content {
    float: left;
}
.newbooking {
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin-left: 187px !important;
    background: #F9F9F9;
    padding-top: 15px !important;
    padding-left: 15px !important;
}
.cd-timeline-content {
    padding: 0.6em;
    width: 75%;
    position: relative;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.newbooking dl {
    margin-bottom: 15px;
}
.newbooking dt {
    display: inline-block;
    width: 70px;
    font-weight: bold;
    font-size: 14px;
    color: #4c4c4c;
}
.newbooking dd {
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
}
.cd-timeline-content .cd-date {
    position: absolute;
    top: -4px;
    font-size: 14px;
    float: left;
    padding: .8em 0;
    opacity: .7;
    right: auto;
    left: -240px;
    text-align: right;
}
.newcddate {
    width: 185px;
}
.newcddate small {
    margin-left: 10px;
}
.newbooking::before {
    content: "";
    top: 18px;
    left: -6px;
    width: 12px;
    height: 12px;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-top: none;
    background: #F9F9F9;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-timeline-content::before {
    content: '';
    position: absolute;  
    right: 100%;   
}
.newbooking>a {
    float: right;
    color: #3096FF; 
    margin-right: 10px;
}
.newbooking a{
	color: #3096FF; 
}
.alreadybook{
	float: right;
    margin-right: 10px;
}
.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.shadebox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.add-pad-top-04 {
    padding: 20px 0;
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
}
.okbtn {
	width: 100px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    background: #3498db;
    color:#fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;  
     margin:15px 5px 10px;  
     outline: none;
     box-shadow:none;
     border-color:#fff;
     border-width: 0;
}
.okbtn:hover {
    background: #2A89CA;
}
.popbox .cancel:hover {
    text-decoration: none;
    color: #666;
}