.itinerary-wrap {
	padding-top: 15px;
}

.itinerary-steps {
	padding-bottom: 10px;
	position: relative;
	min-height: 70px;
}

.itinerary-steps [class^='icon-'], .itinerary-steps .fa,
	.itinerary-steps .glyphicon, .itinerary-steps .no-icon {
	height: 60px;
	width: 60px;
	line-height: 56px;
	text-align: center;
	display: inline-block;
	border-radius: 60px;
	border: 2px solid #cfcfcf;
	font-size: 30px;
	float: left;
	z-index: 1;
	position: relative;
}

.rtl .itinerary-steps [class^='icon-'], .rtl .itinerary-steps .fa, .rtl .itinerary-steps .glyphicon,
	.rtl .itinerary-steps .no-icon {
	float: right;
}

.itinerary-steps .no-icon {
	visibility: hidden;
}

.itinerary-steps [class^="icon-none"] {
	background: transparent !important;
	border-color: transparent !important;
}

.itinerary-steps .day-number {
	float: left;
	min-width: 80px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.8);
	font-weight: bold;
	margin: 15px 20px 0 -20px;
	padding: 0px 5px 0px 24px;
	font-size: .9em;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.itinerary-steps .day-number.blank {
	border: 1px solid transparent;
}

.rtl .itinerary-steps .day-number {
	float: right;
	margin: 12px -20px 0 20px;
	padding: 5px 24px 5px 5px;
}

.itinerary-steps .title, .itinerary-steps .detail {
	margin-left: 0px;
}

.rtl .itinerary-steps .title, .rtl .itinerary-steps .detail {
	margin-left: 0;
	margin-right: 140px;
}

.itinerary-steps .title {
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 5px;
}

.itinerary-steps .cover_image {
	margin: 2px;
	width: 100%;
	height: auto;
	left: auto;
	top: auto;
}

.itinerary-steps:after {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	border-left: 2px solid #cfcfcf;
	position: absolute;
	top: 0;
	left: 28px;
	z-index: 0;
}

.rtl .itinerary-steps:after {
	left: auto;
	right: 28px;
}

.itinerary-steps:last-child:after {
	display: none;
}

.only-itinerary .itinerary-wrap {
	margin: 30px 60px;
}

.only-itinerary .itinerary-steps {
	padding-bottom: 20px;
}

.only-itinerary .itinerary-steps .title, .only-itinerary .itinerary-steps .detail
	{
	margin-left: 160px;
}

.rtl .only-itinerary .itinerary-steps .title, .rtl .only-itinerary .itinerary-steps .detail
	{
	margin-left: 0;
	margin-right: 160px;
}

.steps .index [class^='icon-'], .timeline .index [class^='icon-'],
	.steps .index .fa, .timeline .index .fa, .steps .index .glyphicon,
	.timeline .index .glyphicon {
	font-size: 40px;
}

.steps {
	text-align: center;
	margin: 30px 0;
}

.steps.gray .index {
	background: #888;
	color: #fff;
}

.steps .step-module {
	position: relative;
	margin-bottom: 30px;
	float: left;
}

.steps .step-module .index {
	height: 120px;
	width: 120px;
	line-height: 120px;
	text-align: center;
	margin: 0px auto 15px;
	font-size: 40px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	z-index: 9;
}

.steps .step-module:before {
	content: '';
	display: block;
	height: 1px;
	width: 50%;
	border-bottom: 5px dotted #e6e6e6;
	position: absolute;
	top: 60px;
	left: 0px;
}

.steps .step-module:after {
	content: '';
	display: block;
	height: 1px;
	width: 50%;
	border-bottom: 5px dotted #e6e6e6;
	position: absolute;
	top: 60px;
	right: 0px;
}

.steps .step-module:first-child:before {
	display: none;
}

.steps .step-module:last-child:after {
	display: none;
}

.steps .step-module:nth-child(4n):after {
	display: none;
}

.steps .step-module:nth-child(4n+1):before {
	display: none;
}

.steps .label-text {
	padding: 0 30px;
}

.steps:after {
	content: '';
	clear: both;
	display: block;
}

.compose-mode .steps .vc_empty-shortcode-element {
	min-height: auto;
}

.steps-3 .step-module {
	width: 33.33%;
}

.steps-4 .step-module {
	width: 25%;
}

.steps-5 .step-module {
	width: 20%;
}

.steps-6 .step-module {
	width: 16.66%;
}

.timeline {
	text-align: center;
	margin: 20px 0;
}

.timeline.gray .time-module .index {
	background: #888;
	color: #fff;
}

.timeline.gray .time-module .index .time-pop {
	background: rgba(136, 136, 136, 0.1);
}

.timeline.gray .time-module:nth-child(odd) .index .time-pop:after {
	border-left: 10px solid rgba(136, 136, 136, 0.1);
}

.timeline.gray .time-module:nth-child(even) .index .time-pop:after {
	border-right: 10px solid rgba(136, 136, 136, 0.1);
}

.timeline .time-module {
	position: relative;
	padding-bottom: 60px;
}

.timeline .time-module:last-child:after {
	display: none !important;
}

.timeline .time-module .index {
	position: relative;
	z-index: 9;
}

.timeline .time-module .index [class^='icon-'] {
	display: inline-block;
	height: 120px;
	width: 120px;
	line-height: 120px;
	font-size: 40px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
}

.timeline .time-module .time-pop {
	height: auto;
	padding: 20px;
	font-size: 1em;
	line-height: 1.4;
	color: #4b4b4b;
	position: static;
	margin-top: -90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	z-index: 99;
	background: #e6e6e6;
	border: 1px solid rgba(207, 207, 207, 0.4);
}

.timeline .time-module .time-pop:after {
	border-color: #e6e6e6;
	content: '';
	height: 0px;
	width: 0px;
}

.timeline.tl-right .index {
	text-align: left;
}

.timeline.tl-right .time-module:after {
	content: '';
	display: block;
	height: 50%;
	width: 1px;
	position: absolute;
	top: 50%;
	left: 60px;
	border-left: 5px dotted #e6e6e6;
}

.timeline.tl-right .time-module .time-pop {
	margin-left: 150px;
}

.timeline.tl-right .time-module .time-pop:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right-width: 10px;
	border-right-style: solid;
	position: absolute;
	top: 50px;
	left: 140px;
}

.timeline.tl-left .index {
	text-align: right;
}

.timeline.tl-left .time-module:after {
	content: '';
	display: block;
	height: 50%;
	width: 1px;
	position: absolute;
	top: 50%;
	right: 60px;
	border-left: 5px dotted #e6e6e6;
}

.timeline.tl-left .time-module .time-pop {
	margin-right: 150px;
}

.timeline.tl-left .time-module .time-pop:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left-width: 10px;
	border-left-style: solid;
	position: absolute;
	top: 50px;
	right: 140px;
}

.timeline.tl-alternate .time-module:after {
	content: '';
	display: block;
	height: 50%;
	width: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-left: 5px dotted #e6e6e6;
}

.timeline.tl-alternate .time-module .index {
	margin: 0px auto;
}

.timeline.tl-alternate .time-module .time-pop {
	position: absolute;
	width: 200px;
}

.timeline.tl-alternate .time-module:nth-child(odd) .time-pop {
	right: 60%;
}

.timeline.tl-alternate .time-module:nth-child(odd) .time-pop:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left-width: 10px;
	border-left-style: solid;
	position: absolute;
	top: 23px;
	right: -10px;
}

.timeline.tl-alternate .time-module:nth-child(even) .time-pop {
	left: 60%;
}

.timeline.tl-alternate .time-module:nth-child(even) .time-pop:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right-width: 10px;
	border-right-style: solid;
	position: absolute;
	top: 23px;
	left: -10px;
}

@media screen and (max-width: 767px) {
	.itinerary-steps .detail, .only-itinerary .itinerary-steps .detail {
		clear: both;
		padding-left: 80px;
		padding-top: 0px;
	}
	.itinerary-steps .cover_image, .only-itinerary .itinerary-steps .cover_image
		{
		padding-left: 80px;
		margin-top: -30px;
		width: 80%;
		height: auto;
	}
	.itinerary-steps .title, .only-itinerary .itinerary-steps .title {
		clear: both;
		padding-left: 80px;
		padding-top: 0px;
		margin-top: 20px;
	}
	.itinerary-steps .spot_detail {
		display: block;
		margin-right: 0px;
	}
	.only-itinerary .itinerary-wrap {
		margin: 15px 0px;
	}
	.steps .step-module {
		overflow: hidden;
		padding-bottom: 30px;
	}
	.steps .step-module .index {
		height: 60px;
		width: 60px;
		line-height: 60px;
		text-align: center;
		margin: 0px auto 15px;
		font-size: 40px;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		position: relative;
		z-index: 9;
	}
	.steps .step-module .label-text {
		padding: 0;
	}
	.steps .step-module p {
		background: #fff;
		padding: 10px 0;
		text-align: center;
	}
	.steps .step-module:after, .steps .step-module:before {
		top: 30px;
	}
	.timeline.tl-right, .timeline.tl-left, .timeline.tl-alternate {
		padding-left: 0px;
	}
	.timeline.tl-right .time-module:after, .timeline.tl-left .time-module:after,
		.timeline.tl-alternate .time-module:after {
		left: 50%;
	}
	.timeline.tl-right .time-module .index, .timeline.tl-left .time-module .index,
		.timeline.tl-alternate .time-module .index {
		text-align: center;
	}
	.timeline.tl-right .time-module .time-pop, .timeline.tl-left .time-module .time-pop,
		.timeline.tl-alternate .time-module .time-pop {
		margin: 0px;
		width: 100%;
		left: 0px !important;
		right: 0px !important;
		position: relative !important;
		top: 10px;
		margin-top: 0px !important;
	}
	.timeline.tl-right .time-module .time-pop:after, .timeline.tl-left .time-module .time-pop:after,
		.timeline.tl-alternate .time-module .time-pop:after {
		display: none;
	}
}

.layout-footer {
	background-color: #f2f2f2;
	height: 50px;
	color: black;
	position: fixed;
	width: 100%;
	z-index: 9999;
	bottom: 0;
	border-top: 1px solid gainsboro;
	text-align: center;
}

.bottom_nav {
	width: 33.33%;
	float: left;
	line-height: 50px;
}

.bottom_nav a {
	color: #090909
}

@media ( max-width : 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media ( min-width : 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.layout-submenu {
	height: 200px;
	position: fixed;
	width: 33.33%;
	margin-left: -1px;
	z-index: 99999;
	bottom: 50px;
	border: 1px solid gainsboro;
	text-align: center;
	background-color: white;
	display: none;
}

.sub_menu {
	line-height: 40px;
	vertical-align: middle;
}

.layout-footer .bottom_nav:hover {
	border-left: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
}

.layout-footer .bottom_nav:hover .layout-submenu {
	display: block;
}