/*===========================================================================*/
						/*RESET CSS START*/
/*===========================================================================*/
body{
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #444444;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 15px;
	color: #000;
	clear: both;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color: #000;
}
h1{
	font-size: 60px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 20px;
	font-weight: 500;
}
h4{
	font-size: 20px;
	font-weight: 700;
}
h5{
	font-size: 20px;
}
body p{
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	color: #444;
	text-align:justify;
	margin-bottom:10px;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#wrapper li{
	list-style: none;
}
#wrapper a:hover,#wrapper a:focus{
	text-decoration: none;
	outline: none;
}
.cp-heading-style1,.cp-heading-style2{
	float: left;
	width: 100%;
	margin: 0 0 57px;
	text-align: center;
	position: relative;	
}
.cp-heading-style1 h1,.cp-heading-style2 h1{
	font-size: 48px;
	line-height: 32px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 70px;
}
.cp-heading-style1 h1 span{
	color: #000;
}
.cp-heading-style2 h1,.cp-heading-style2 h1 span{
	color: #fff;
}
.cp-heading-style1 h1 span,.cp-heading-style2 h1 span{
	font-weight: 900;
}
.cp-heading-style1 h1:before,.cp-heading-style1 h1:after,.cp-heading-style2 h1:before,.cp-heading-style2 h1:after{
	content: '';
	background: url(../images/heading-before-img.png) top left no-repeat;
	width: 40px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 8px;
}
.cp-heading-style1 h1:before,.cp-heading-style2 h1:before{
	right: 0;
	left: inherit;
	background: url(../images/heading-after-img.png) top left no-repeat;
}



.cp-heading-style1 h2,.cp-heading-style2 h2{
	font-size: 40px;
	line-height: 32px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 70px;
}
.cp-heading-style1 h2 span{
	color: #000;
}
.cp-heading-style2 h2,.cp-heading-style2 h2 span{
	color: #fff;
}
.cp-heading-style1 h2 span,.cp-heading-style2 h2 span{
	font-weight: 900;
}
.cp-heading-style1 h2:before,.cp-heading-style1 h2:after,.cp-heading-style2 h2:before,.cp-heading-style2 h2:after{
	content: '';
	background: url(../images/heading-before-img.png) top left no-repeat;
	width: 40px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 8px;
}
.cp-heading-style1 h2:before,.cp-heading-style2 h2:before{
	right: 0;
	left: inherit;
	background: url(../images/heading-after-img.png) top left no-repeat;
}
a.cp-btn-style1,a.cp-btn-style2{
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 11px 20px;
	min-width: 130px;
	position: relative;
	overflow: hidden;
	z-index: 11;
	text-decoration: none;
	border-bottom: 5px solid #942a2a;
}
a.cp-btn-style2{
	border-bottom-color: #facd63;
}
a.cp-btn-style1:hover{
	color: #fff;
	border-bottom-color: #facd63;
}
a.cp-btn-style2:hover{
	color: #fff;
	border-bottom-color: #942a2a;
}
/*a.cp-btn-style1:hover{
	background-color: transparent;
}*/
a.cp-btn-style1:before,a.cp-btn-style2:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	z-index: -1;
}
a.cp-btn-style1:hover:before,a.cp-btn-style2:hover:before{
	height: 100%;
}
a.cp-btn-style1:after,a.cp-btn-style2:after{
	content: '';
	width: 100%;
	height: 0%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.cp-thumb{
	float: left;
	width: 100%;
	position:relative;
	overflow: hidden;
	z-index: 11;
}
.cp-thumb img{
	width: 100%;
	height: 182px;
}
.cp-thumb:hover img{
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}
figure{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
figure figcaption{
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pd-tb80{
	padding: 50px 0;
}
.pd-t80{
	padding-top: 98px;
}
.pd-b80{
	padding-bottom: 98px;
}
#wrapper .owl-theme .owl-controls{
	margin: 0;
}
/*===========================================================================*/
						/*WRAPPER CSS START*/
/*===========================================================================*/
#wrapper{
	float: left;
	width: 100%;
}
.top-header{float: left;
width: 100%;
z-index: 999;
position: absolute;
padding:10px 0;}
#topcontrol {color: #fff;	z-index: 99;	width: 35px;	height: 35px; line-height:35px;	font-size: 20px;	background: #222;	position: relative;	right: 14px !important;	bottom: 11px !important;	border-radius: 10% !important;} 
#topcontrol:after {	top: -2px;	left: 12px;	content: "\f106";	position: absolute;	text-align: center;	font-family: FontAwesome;} 
#topcontrol:hover {	color: #fff;	-webkit-transition: all 0.35s, -webkit-transform 0.35s;	transition: all 0.35s, transform 0.35s;	background:#f7ad00;}
/*===========================================================================*/
						/*Header CSS START*/
/*===========================================================================*/


.cp_header{
	float: left;
	width: 100%;
	z-index: 999;
	position: absolute;
	margin-top:20px;
	
}
.header.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:rgba(255, 255, 255, 0.94);
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	margin-top:0;
}
.cp-logo{    z-index: 999;
    position: absolute;
    margin: -30px 0;
}
.header.stricky-fixed .cp-logo a img{ width:180px; padding:5px 0; margin:10px 0;}
.header.stricky-fixed .cp-navigation-row {
    float: left;
    width: 100%;
    padding: 15px 0;
    position: relative;
}
/*===========================================================================*/
						/*Navigation CSS START*/
/*===========================================================================*/
.cp-navigation-row{
	float: left;
	width: 100%;
	padding: 20px 0;
	position: relative;
}
.cp-topbar{
	float: right;
	margin-bottom: 22px;
}
.cp-topbar .top-listed{
	float: left;
}
.top-listed{
	padding: 0;
	margin: 0;
}
.top-listed > li{
	font-size: 14px;
	color: #8c8c8c;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.top-listed > li + li:before{
	content: '-';
	color: #8c8c8c;
	font-size: 14px;
	position: absolute;
	left: -5px;
}
.top-listed li a{
	color: #8c8c8c;
}
.top-listed .dropdown{
	float: none;
	display: inline-block;
}
.top-listed .dropdown .caret{
	color: #7c7c7c;
	margin-left: 5px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px dashed;
}
.top-listed .dropdown .btn-default{
	border: 1px none;
	color: #8c8c8c;
	padding: 0;
	background-color: transparent;
}
.top-listed .dropdown .btn-default .fa{
	margin-left: 5px;
}
.top-listed .dropdown .dropdown-menu{
	padding: 5px 0;
	margin-left: 0;
	min-width: 120px;
}
.top-listed .dropdown .dropdown-menu li{
	border-bottom: 1px solid #ccc;
}
.top-listed .dropdown .dropdown-menu li:last-child{
	border-bottom: none;
}
#wrapper .top-listed .btn-default:active,#wrapper .top-listed .btn-default.active,#wrapper .top-listed .open > .dropdown-toggle.btn-default{
	background-color: transparent;
}
.top-listed .dropdown .dropdown-menu a{
	padding: 5px 10px;
}
.top-listed .dropdown.opne .btn-default:focus,.top-listed .dropdown.opne .btn-default{
	background-color: transparent;
}
.cp-topbar .tp-num{
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	float: right;
	padding-left: 30px;
}
.cp-nav-holder{
	float: right;
}
.cp-nav-holder .navbar{
	min-height: auto;
}
.cp-nav-holder .navbar-inverse{
	background-color: transparent;
	border: none;
	margin: 0;
}
.cp-nav-holder .navbar-inverse #navbar{
	padding: 0;
	margin: 0;
	float: left;
}
.cp-nav-holder .navbar-nav{
	padding: 0;
	margin: 0;
}
.cp-nav-holder .navbar-nav li{
	position: relative;
}
.cp-nav-holder .navbar-nav > li{
	display: inline-block;
	list-style: none;
	position: relative;
}
.cp-nav-holder .navbar-nav > li > a{
	display: inline-block;
	padding: 10px 15px;
}
.cp-nav-holder .navbar-nav > li > a{
	padding: 
}
.cp-nav-holder .navbar-nav li a{
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	text-decoration: none;
	padding: 8px 10px;
	display: block;
	 white-space:normal;
}
.cp-nav-holder .navbar-nav > li > a{
	padding: 6px;
}
.cp-nav-holder .navbar-inverse .navbar-nav > li > a{
	color: #fff;
	border: 1px solid transparent;
}
.cp-nav-holder .navbar-nav li:hover > ul{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.cp-nav-holder .navbar-nav li a .fa{
	font-size: 12px;
	margin-left: 7px;
	/*display: none;*/
}
.cp-nav-holder .navbar-nav>li>ul{
	top: 100%;
}
.cp-nav-holder .navbar-nav li ul{
	position: absolute;
	min-width: 200px;
	width:200px;
	z-index: 999;
	border: none;
	border-radius: 0;
	background-color: #fff;
	border-top: 3px solid;
	opacity: 0;
	visibility: hidden;
	display:block;
	padding: 10px 0 15px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.cp-nav-holder .navbar-nav li ul li a{
	color: #444;
}
.cp-nav-holder .navbar-nav li ul ul{
	left: 250px;
	top: -13px;
}
.cp-nav-holder .navbar-nav li ul li:hover ul{
	left:-205px;
	opacity: 1;
	visibility: visible;
}
.cp-nav-holder .nav-right-listed{
	float: right;
	padding: 0;
	margin: 0;
}
.cp-nav-holder .nav-right-listed > li{
	font-size: 16px;
	padding: 0 9px;
	margin: 8px 0 0 5px;
	display: inline-block;
	color: #000;
	border-left: 1px solid #ccc;
}
.cp-nav-holder .nav-right-listed > li > a{
	color: #000;
}
.cp-nav-holder .nav-right-listed > li:first-child{
	padding-left: 0;
	border-left: none;
}
.cp-nav-holder .nav-right-listed > li:last-child{
	padding-right: 0;
}
.cp-nav-holder .nav-right-listed #search-push{
	cursor: pointer;
}
/*===========================================================================*/
						/*Side Bar Menu CSS*/
/*===========================================================================*/
#cp-slide-menu {
    margin-right: -300px;
    right: 0;
    top: 0;
    width: 300px;
    background: #222;
    position: fixed;
    height: 100%;
    z-index: 1000;
    color: #fff;
}
#cp_side-menu #cp-close-btn{
	float: right;
	position: relative;
	margin-bottom: 40px;
}
#cp_side-menu #cp-close-btn a{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}
#cp-close-btn a .fa{
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-align: center;
	color: #0f0f0f ;
}
.cp_side-navigation {
    position: absolute;
    top: 0;
    width: 300px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cp_side-navigation #close a{
	text-align: right;
	padding: 15px 20px 30px;
}
.cp_side-navigation li {
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid #333;
}
.cp_side-navigation li:first-child a{
	padding: 13px 0;
}
.cp_side-navigation li a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
    color: #fff;
    display: block;
    padding: 12px 10px 12px 50px;
}
.cp_side-navigation li a:hover,.cp_side-navigation li a:focus {
    text-decoration: none;
}
.cp_side-navigation li:hover a{
	text-decoration: none;
}
.cp_side-navigation .dropdown-menu{
	position: static;
	width: 100%;
	background: transparent;
	border: none;
	box-shadow: none;
}
.cp_side-navigation .dropdown-menu .dropdown .caret{
	float: right;
	margin-left: 10px;
	border-left: 6px solid;
	border-right: 6px solid;
}
.cp_side-navigation .dropdown-menu > li{
	border-bottom: 1px solid #333;
}
.cp_side-navigation .dropdown-menu > li:last-child{
	border-bottom: none;
}
.cp_side-navigation .dropdown-menu li a{
	padding: 6px 10px 6px 60px;
	line-height: 30px;
	color: #fff;
}
.cp_side-navigation .navbar-nav .open .dropdown-menu > li > a, .cp_side-navigation .navbar-nav .open .dropdown-menu .dropdown-header{
	padding: 6px 10px 6px 60px;
}
.cp_side-navigation .dropdown-menu > li:hover a{
	padding-left: 70px;
}
.cp_side-navigation .dropdown a .fa{
	margin-left: 20px;
	color: #888888;
}
/*===========================================================================*/
						/*Search Slide Css START*/
/*===========================================================================*/
#cp-slide-search {
    width: 0;
    position: fixed;
    height: 40px;
    z-index: 99999;
    color: #222;
    background-color: #fff;
    box-shadow: 0 0 3px #ccc;
	top:0;
}
#cp-slide-search form input[type="text"]{
	font-size: 18px;
	color: #222;
	width: 90%;
	float: left;
	height: 40px;
	border: none;
	line-height: 40px;
	padding: 0px;
}
#cp-slide-search form button{
	font-size: 24px;
	float: right;
	color: #fff;
	min-width: 80px;
	border: none;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
}
.header.stricky-fixed #cp-slide-search{ top:50px;}
/*===========================================================================*/
						/*Banner CSS START*/
/*===========================================================================*/
.cp_banner{
	float: left;
	width: 100%;
	position: relative;
}
.cp_banner:after{
	content: '';
	position: absolute;
	height: 300px;
	background: url(../images/banner/banner-before-img.png) top left no-repeat;
	background-size: cover;
	width: 100%;
	left: 0;
	bottom: -80px;
	z-index: 11;
	display: none;
}
#cp_banner-slider{
	float: left;
	width: 100%;
	position: relative;
}
#cp_banner-slider .cp-banner-caption{
	position: absolute;
	width: 100%;
	float: left;
	bottom: 100px;
	left: 0;
}
.cp_banner .banner-title{
	font-family: 'Exo 2', sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 10px;
	display: block;
	text-shadow: 0 3px 3px #000;
}
.cp_banner h2{
	font-size: 36px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 30px;
	text-shadow: 0 3px 3px #000;
}
.cp_banner .cp-btn-style1{
	padding: 12px 25px;
}
#cp_banner-slider .owl-controls{
	position: absolute;
	top: 50%;
	right: 40px;
	text-align: inherit;
	z-index: 99;
}
#cp_banner-slider .owl-dots .owl-dot{
	display: block;
}
#cp_banner-slider .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	margin: 5px 0;
	background-color: #999999;
	border: 2px solid #fff;
	display: inline-block;
}


/*===========================================================================*/
						/*Banner Inner CSS START*/
/*===========================================================================*/
.cp_inner-banner{
	float: left;
	width: 100%;
	position: relative;

}
.cp_inner-banner > img{
	width: 100%;
	height: auto;
}
.cp-inner-banner-holder{
	float: left;
	width: 100%;
	position: absolute;
	bottom: 50px;
	z-index: 12;
}
.cp-inner-banner-holder h2{
	font-size: 60px;
	font-weight: 300;
	float: left;
	margin: 0 0 10px;
	color: #fff;
	text-transform: uppercase;
}
.cp-inner-banner-holder .breadcrumb{
	float: right;
	width: auto;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.cp-inner-banner-holder .breadcrumb > li{
	font-size: 18px;
	font-weight: 600;
}
.cp-inner-banner-holder .breadcrumb > li + li::before {
	font-size: 18px;
    content: "/ ";
    padding: 0 4px;
}
.cp_inner-banner .animate-bus{
	position: absolute;
	left: 0;
	bottom: -53px;
	z-index: 11;
}
.animate-bus{
	width: 230px;
	height: 81px;
	-webkit-transition: all 3s ease-in-out;
	   -moz-transition: all 3s ease-in-out;
	    -ms-transition: all 3s ease-in-out;
	     -o-transition: all 3s ease-in-out;
	        transition: all 3s ease-in-out;
	        -webkit-animation: animate 7s ease-in-out 2s infinite;
	   -moz-animation: animate 7s ease-in-out 2s infinite;
	    -ms-animation: animate 7s ease-in-out 2s infinite;
	     -o-animation: animate 7s ease-in-out 2s infinite;
	        animation: animate 7s ease-in-out 2s infinite;
}
@keyframes animate {
	0% { 
		-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%); 
	}
	30% { 
		-webkit-transform: translateX(150%);
	   -moz-transform: translateX(150%);
	    -ms-transform: translateX(150%);
	        transform: translateX(150%); 
	}
	50% { 
		-webkit-transform: translateX(500%);
	   -moz-transform: translateX(500%);
	    -ms-transform: translateX(500%);
	        transform: translateX(500%); 
	}
	100% { 
		-webkit-transform: translateX(1000%);
	   -moz-transform: translateX(1000%);
	    -ms-transform: translateX(100%);
	        transform: translateX(1000%); 
	}
}

@-webkit-keyframes animate {
	0% { 
		-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%); 
	}
	30% { 
		-webkit-transform: translateX(150%);
	   -moz-transform: translateX(150%);
	    -ms-transform: translateX(150%);
	        transform: translateX(150%); 
	}
	50% { 
		-webkit-transform: translateX(500%);
	   -moz-transform: translateX(500%);
	    -ms-transform: translateX(500%);
	        transform: translateX(500%); 
	}
	100% { 
		-webkit-transform: translateX(1000%);
	   -moz-transform: translateX(1000%);
	    -ms-transform: translateX(100%);
	        transform: translateX(1000%); 
	}
}
/*===========================================================================*/
						/*Inner Map CSS*/
/*===========================================================================*/
#cp-inner-map{
	float: left;
	width: 100%;
	height: 800px;
}
/*===========================================================================*/
						/*Main Content CSS*/
/*===========================================================================*/
#cp-main-content{
	float: left;
	width: 100%;
	position: relative;
}
/*===========================================================================*/
						/*Booking Section CSS*/
/*===========================================================================*/
.cp-booking-section{
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #fff;
}
.cp-booking-section.cp-booking-section2{
	background-color: #f4f4f4;
	padding-bottom: 100px;
	padding-top: 100px;
}
.cp-booking-form-outer{
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
padding: 30px 30px 0px;
background: #fafafa;
}
.cp-booking-form-outer .first-col{
	width: 100%;
	float: left;
}
.cp-booking-form-outer .second-col{
	width:100%;
	float: left;
}
.booking-inner-holder{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.booking-inner-holder2{
	/*min-width: 260px;
	width: auto;
	margin: 0 20px 30px 0;*/
}
.booking-inner-holder2 input[type="text"],.booking-inner-holder2 input[type="tel"],.booking-inner-holder2 input[type="email"]{
    font-size: 14px;
	color: #444;
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-align: left;
	margin-bottom: 10px;
	padding-left:10px;
	border: 1px solid #ced6dc;
	 appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */}
.booking-inner-holders{ float:left; width:100%; margin:0; padding:0;}
.booking-inner-holders input, select{font-size: 14px;
	color: #444;
	width: 100%;
	height: 39px;
	line-height: 35px;
	text-align: left;
	margin-bottom: 10px;
	padding-left:10px;
	border: 1px solid #ced6dc;
	 appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */}
.booking-inner-holders select{margin-bottom: 10px;}
.booking-inner-holders textarea{ text-align: left;
	margin-bottom: 10px;
	padding-left:10px;
	border: 1px solid #ced6dc;
	border-radius:0;
	 appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	height:90px !important;}
.booking-inner-holder2:last-child{
	margin-right: 0;
}
.booking-inner-holder label,.booking-check-box span{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 22px;
}
.booking-inner-holder > select{
	min-width: 260px;
	height: 40px;
	line-height: 40px;
	padding: 5px 10px;
	border: 1px solid #ced6dc;
	background: url("../images/select-img.png") no-repeat right 15px;
	background-position: 240px;
	 appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
.booking-check-box{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.booking-check-box label{
	font-size: 14px;
	font-weight: 400;
	color: #444;
	display: block;
	margin-bottom: 5px;
}
.booking-check-box label input[type="checkbox"]{
	margin: 0 10px 0 0;
}
.booking-date{
	float: left;
	width: 100%;
}
.booking-date .inner{
	text-align: center;
	width: 54px;
	float: left;
	margin-right: 10px;	
	margin-bottom: 15px;
}
.booking-date .inner2{
	width: auto;
	margin-top: 12px;
}
.booking-date input[type="text"],.booking-date select{
	font-size: 14px;
	color: #444;
	width: 54px;
	height: 39px;
	line-height: 39px;
	text-align: left;
	padding-left:10px;
	margin-bottom: 10px;
	border: 1px solid #ced6dc;
	 appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
.booking-date select{
	background: url("../images/select-img.png") no-repeat right 15px;
	background-position: 40px;
}
.booking-date .inner .fa{
	font-size: 24px;
}
.cp-booking-form-outer .cp-btn-style1{
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 13px 20px;
	max-width: 140px;
	position: relative;
	overflow: hidden;
	z-index: 11;
	border: none;
	box-shadow: none;
	text-decoration: none;
	border-bottom: 5px solid #e77d7d;
}
.cp-booking-form-outer .cp-btn-style1:hover{
	border-bottom-color: #facd63;
}
.cp-booking-form-outer2{
	width: 750px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	float: none;
	padding: 40px 150px;
	background-color: #fff;
}
.cp-booking-outer{
	float: left;
	width: 100%;
}
.cp-booking-form-outer2 .booking-check-box{
	margin-top: 20px;
}
/*===========================================================================*/
						/*Taxi Section CSS*/
/*===========================================================================*/
.cp-taxi-section{
	float: left;
	width: 100%;
	padding-bottom: 70px;
}
.cp-tabs-holder .nav-tabs{
	float: left;
	width: 100%;
	border: none;
	text-align: center;
	margin: 0 0 30px;
}
.cp-tabs-holder .nav-tabs > li{
	float: none;
	margin: 0;
	display: inline-block;
	border: none;
}
.cp-tabs-holder .nav-tabs > li a{
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: #000;
	padding: 8px 17px;
	border-radius: 0;
}
.cp-tabs-holder .nav-tabs > li.active > a,.cp-tabs-holder .nav-tabs > li.active > a:hover,.cp-tabs-holder .nav-tabs > li.active > a:focus{
	border: none;
	box-shadow: 0 0 5px rgba(125,158,1730,0.10);
	background-color: #fff;
}
.cp-taxi-holder{
	float: left;
	width: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 9px rgba(125,158,179,0.57);
	margin-bottom: 30px;
}
.cp-taxi-holder:hover:before,.cp-taxi-holder:hover:after{
	opacity: 1;
}
.cp-taxi-holder:before,.cp-taxi-holder:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	width: 92%;
	height: 7px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(125,158,179,0.57);
	z-index: -1;
	opacity: 0;
}
.cp-taxi-holder:after{
	width: 83%;
	bottom: -15px;
	box-shadow: 2px 2px 2px rgba(125, 158, 179, 0.57);
	background-color: #f7f7f7;
	z-index: -2;
}
.cp-taxi-holder:hover .cp-thumb img{
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}
.cp-taxi-holder .cp-text{
	float: left;
	width: 100%;
	/*padding: 10px 20px 40px;*/
	text-align:center;
}
.cp-taxi-holder .cp-text h3{
	float: left;
	width: 100%;
	background:#f7ad00;
	text-align:center;
	font-size:16px; color:#fff;
	/*padding: 10px 20px 40px;*/
}
.cp-taxi-holder .cp-text h3 a{ float:left; width: 100%;
	padding:10px 20px; color:#333; font-weight:600;}
.cp-taxi-holder .cp-text h3 a:hover{ color:#fff;}

.cp-taxi-holder .cp-text .productMeta { float:left; width:100%; margin-top: 10px; border-top: 1px solid #e8e3e3; border-bottom: 1px solid #e8e3e3; list-style: none outside none; }
.cp-taxi-holder .cp-text .productMeta li { float: left; width: 25%; height:28px; border-left: 1px solid #e8e3e3; text-align: center; }
.cp-taxi-holder .cp-text .productMeta li:last-of-type { border-right: 1px solid #e8e3e3; }
.cp-taxi-holder .cp-text .productMeta li:before { display: inline-block; height: 100%; margin-right: 0; vertical-align: middle; content: ''; }
.cp-taxi-holder .cp-text .productMeta li span { font-size: 15px; margin-left:5px; color: #9c989e; text-transform: uppercase; }
.cp-taxi-holder .cp-text .productActions { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-top: 65px; background: rgba(255, 255, 255, .63); text-align: center; opacity: 0; }
.cp-taxi-holder .cp-text .product > a:hover .productActions { opacity: 1; }

.ico {
    display: inline-block;
    background: url(../images/sprite.png);
    vertical-align: middle;
}
.icoPerson, .icoSuitcase, .icoGears {
    width: 24px;
}
.icoPerson {
    height: 24px;
    background-position: -3px -103px;
}
.icoSuitcase {
    height: 22px;
    background-position: -75px -103px;
}
.icoDoor {
    width: 25px;
    height: 20px;
    background-position: -151px -103px;
}
.icoGears {
    height: 25px;
    background-position: -231px -103px;
}

.cp-taxi-holder .cp-text .cp-btn-style1{  margin-bottom:15px;}
.cp-taxi-holder .cp-text h3{
	margin: 0 0 14px;
}
.cp-taxi-holder .cp-text p{
font-size:12px; line-height:15px; margin-bottom:10px;
}

.cp-taxi-holder .cp-meta-listed{margin-bottom: 10px;}

.cp-taxi-holder .cp-meta-listed li{
	/*display: block;*/
padding-bottom: 6px;
font-size: 12px;
font-weight: normal;
margin-right: 5px;
display: inline-block;
font-family: 'Exo 2', sans-serif;
width: 45%;
}
.cp-meta-listed li:last-child{
	padding-bottom: 0;
}
.cp-meta-listed{
	padding: 0;
	margin: 0;
}
.cp-meta-listed li{
	font-size: 16px;
	font-weight: 400;
	margin-right: 14px;
	display: inline-block;
}
.cp-meta-listed li a {
    color:#d82a2b;
}
.cp-meta-listed li:last-child{
	margin-right: 0;
}
.cp-meta-listed li span{
	font-weight: 700;
}
.cp-meta-listed li strong{
	font-size: 16px;
	font-weight: 900;
	margin: 0;
}
.cp-taxi-holder .cp-btn-style1{
	min-width: auto;
	padding: 10px 25px;
}
/*===========================================================================*/
					/*Deals Section Css*/
/*===========================================================================*/
.cp-deals-section{
	float: left;
	width: 100%;
	padding-bottom: 60px;
	background-color: #fff;
}
.cp-deals-holder{
	background-color: #f3f3f3;
	box-shadow: none;
	margin-bottom: 40px;
	min-height:210px;
}
.cp-deals-holder .cp-thumb{
	width: 50%;
}
.cp-deals-holder .cp-text{
	float: none;
	width: auto;
	overflow-x: hidden;
	padding: 14px 10px 10px 20px;
}
/*===========================================================================*/
					/*Why Choose Section Css*/
/*===========================================================================*/
.cp-why-choose-section{
	float: left;
	width: 100%;
	position: relative;
	background:url(../images/tour-packages-bg.jpg) top left;
	background-size: cover;
	z-index: 11;
}
.cp-why-choose-text{
	/*width: 550px;*/
	margin-bottom: 60px;
}
.cp-why-choose-text h3{
	font-size: 60px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 10px;
}
.cp-why-choose-text h2{
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 20px;
}
.cp-why-choose-text h2 span{
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 2px 2px #ccc;
}
.cp-why-choose-text p{
	font-size: 18px;
	line-height: 24px;
}
.choose-btn{
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 12px 15px;
	margin-bottom: 18px;
	background-color: #444444;
	border-bottom: 4px solid #8d8d8d;
}
.choose-btn:hover{
	color: #fff;
	border-bottom-color: #facd63;
}
.cp-why-choose-text p{
	margin: 0 0 28px;
}
.cp-why-choose-text .cp-btn-style1{
	padding: 14px 30px;
}
.cp-why-choose-listed{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.cp-why-choose-listed > li{
	float: left;
	width: 33.33%;
}
.cp-why-choose-listed .cp-box{
	float: left;
	width: 100%;
	position: relative;
	background-color: #000;
	padding: 32px 28px 38px;
	text-align: center;
	z-index: 99;
}
.cp-why-choose-listed .cp-box .fa{color: #fff;
font-size: 80px;}
.cp-why-choose-listed .cp-box2{
	background-color: #1f1f1f;
}
.cp-why-choose-listed .cp-box:hover,.cp-why-choose-listed .cp-box.active{
	z-index: 999;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.cp-why-choose-listed .cp-box:hover h3,.cp-why-choose-listed .cp-box:hover p,.cp-why-choose-listed .cp-box:hover .icomoon,
.cp-why-choose-listed .cp-box.active h3,.cp-why-choose-listed .cp-box.active p,.cp-why-choose-listed .cp-box.active .icomoon{
	color: #fff;
}
.cp-why-choose-listed .cp-box > img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.cp-why-choose-listed .cp-box h3{
	margin: 0 0 18px;
	color: #f7ad00 !important;
}
.cp-why-choose-listed .cp-box .icomoon{
	font-family: 'icomoon';
	font-size: 70px;
	color: #fff;
	display: inline-block;
	padding-bottom: 13px;
}
.cp-why-choose-listed .cp-box p{
	font-size: 16px;
	color: #fff;
	text-align:center;
	height:70px;
	margin-bottom: 15px;
}
.cp-why-choose-listed .cp-box .readmore{
	font-size: 18px;
	color: #fff;
}
/*===========================================================================*/
						/*Why Choose Section 2 Css*/
/*===========================================================================*/
.cp-why-choose-section2{
	float: left;
	width: 100%;
	background-image: none;
	background-color: #fff;
}
.cp-why-choose-section2 h2{ float:left; width:100%; font-size:30px; font-weight:600; margin:20px 0 10px;}

.cp-why-choose-section2 .privacy ul,ol{float:left; width:100%; margin:0; padding:0;}
.cp-why-choose-section2 .privacy ul,ol li{ list-style:disc !important; line-height:24px; font-size:15px; /*! margin-left:30px; */margin: 0;padding: 0;}
.cp-why-choose-section2 .privacy ul li{ list-style:disc !important; line-height:24px; font-size:15px;  margin-left:0px; }


.choose-thumb{
	width: auto;
	overflow-x: hidden;
}
.choose-thumb:hover img{
	width: 100%;
	border-radius: 20%;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.cp-why-choose-section2 .cp-why-choose-text h2{
	font-size: 36px;
}
.cp-why-choose-section2 .cp-why-choose-text h2 span{
	font-size: 60px;
}
.cp-choose-list{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.cp-choose-list li{
	font-size: 18px;
	font-weight: 700;
	color: #444;
	display: block;
	list-style: none;
	padding: 0 0 20px 50px;
	position: relative;
	line-height:24px;
}
.cp-choose-list li:last-child{
	padding-bottom: 0;
}
.cp-choose-list li:before{
	font-family:'FontAwesome';
	content:"\f046";
	font-size: 28px;
	line-height: 28px;
	position: absolute;
	left: 0;
	color:#d82a2b !important;
}
/*===========================================================================*/
						/*Services Section Css*/
/*===========================================================================*/
.cp-services-section{
	float: left;
	width: 100%;
}
/*===========================================================================*/
						/*Parallax Section Css*/
/*===========================================================================*/
.cp-parallax-section{
	float: left;
	width: 100%;
	position: relative;
	z-index: 11;
}
.cp-parallax-section:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	z-index: 1;
}
.cp-parallax-section .animate-bus{
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 11;
}
#cp-contact{
	width: 100%;
	float: left;
	height: 620px;
}
#cp-map-home{
	width: 100%;
	float: left;
	height: 720px;
}
.cp-parallax-section .cp-parallax-box{
	position: absolute;
	bottom: 100px;
	z-index: 99;
}


.cp-parallax-box{
	float: left;
	width: 100%;
}
.cp-parallax-box h2{
	font-size: 50px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 10px;
	text-align: center;
}
.cp-parallax-box h3{
	font-size: 40px;
	color: #fff;
	margin: 0 0 55px;
	text-align: center;
}
.cp-parallax-box h3 span{
	font-size: 48px;
	font-weight: 900;
}
.cp-location-box{
	float: left;
	width: 100%;
	margin: 0 auto;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 50px 42px 75px;
	background-color: rgba(0,0,0,0.65);
}
.cp-location-box h3{
	font-size: 36px;
	font-weight: 600;
	text-align: left;
	margin: 0 0 35px;
	text-transform: none;
	color: #f7ad00 !important;
}
.cp-location-listed{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.cp-location-listed li{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	display: block;
	position: relative;
	padding: 0 0 41px 65px;
}
.cp-location-listed li:before{
	font-family:'FontAwesome';
	content:"\f046";
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 3px;
}
.cp-location-listed li:last-child{
	padding-bottom: 0;
}
.cp-location-listed li .cp-btn-style1{
	float: right;
	padding: 14px 30px;
}
/*===========================================================================*/
						/*Driver Section Css*/
/*===========================================================================*/
.cp-driver-section{
	float: left;
	width: 100%;
	padding-bottom: 70px;
}
.cp-driver-box{
	background-color: #fff;
	text-align: center;
	margin: 0 0 30px;
	overflow-x: hidden;
}
.cp-driver-box:hover > img{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
}
.cp-driver-box:hover .cp-meta-listed li,.cp-driver-box:hover h4 a{
	color: #fff;
}
.cp-driver-box:hover .cp-caption:before{
	width: 100%;
}
.cp-driver-box .cp-caption{
	text-align: center;
	background-color: #f4f4f4;
	padding: 30px 10px 30px 20px;
	width: 96%;
	bottom: 90px;
	margin-top: -90px;
	position: relative;
	margin-left: 15px;
	z-index: 11;
}
.cp-driver-box .cp-caption:before{
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	height: 100%;
	bottom: 0;
	z-index: -1;
}
.cp-driver-box h4{
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px;
}
.cp-driver-box:hover .cp-caption .price{
	padding-bottom: 15px;
}
.cp-driver-box .cp-caption .price{
	font-family: 'Inconsolata', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #111111;
	display: block;
}
/*===========================================================================*/
						/*Testimonial Section Css*/
/*===========================================================================*/
.cp-testimonial-section{
	float: left;
	width: 100%;
	background: url(../images/testimonial-bg-img.jpg) top left no-repeat;
	background-size: cover;
	padding-bottom: 130px;
	background-attachment: fixed;
}
.cp-testimonial-inner{
	float: left;
	width: 100%;
}
.cp-testimonial-inner .cp-text{
	float: left;
	width: 100%;
}
.cp-testimonial-inner .cp-text strong{
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 22px;
	display: block;
}
.cp-testimonial-inner .cp-blockquote{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 30px 30px 30px 65px;
	border: none;
	position: relative;
}
.cp-testimonial-inner .cp-blockquote:before,.cp-testimonial-inner .cp-blockquote:after{
	font-family:'FontAwesome';
	content:"\f10d";
	color: #d82a2b;
	font-size: 50px;
	position: absolute;
	left: 0;
	top: 30px;
}
.cp-testimonial-inner .cp-blockquote:after{
	content:"\f10e";
	left: inherit;
	right: 0;
	top: inherit;
	bottom: 0;
}
.cp-testimonial-inner .cp-text span{
	font-size: 14px;
	font-weight: 600;
	padding-left: 93px;
	margin-left: 60px;
	position: relative;
	display: inline-block;
}
.cp-testimonial-inner .cp-text span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90px;
	border-bottom: 1px solid;
}
.cp-testimonial-inner .cp-icon{
	font-size: 30px;
	width: 180px;
	height: 180px;
	display: inline-block;
	border-radius: 100%;
	line-height: 180px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 11;
	margin: 40px 0 0 100px;
}
.cp-testimonial-inner .cp-icon img{
	width: 180px;
	height: 180px;
	display: inline-block;
	border-radius: 100%;}
.cp-testimonial-inner .cp-icon:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	border-radius: 100%;
	height: 100%;
	z-index: -1;
}
.cp-testimonial-inner .cp-icon:hover:before{
	width: 100%;
}
#cp-testimonial-slider{
	float: left;
	width: 100%;
}
#cp-testimonial-slider .owl-controls{
	position: absolute;
	bottom: -32px;
	z-index: 99;
	width: 100%
}
#cp-testimonial-slider .owl-dots .owl-dot{
	display: inline-block;
}
#cp-testimonial-slider .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	margin: 0 7px;
	background-color: transparent;
	border: 2px solid #fff;
	display: inline-block;
}
#cp-testimonial-slider .owl-dots .owl-dot.active span{
	width: 14px;
	height: 14px;
}
/*===========================================================================*/
						/*Testimonial Section 2 Css*/
/*===========================================================================*/
.cp-testimonial-section2{
	float: left;
	width: 100%;
	padding-top: 125px;
	padding-bottom: 40px;
}
.cp-clients-box{
	float: left;
	width: 100%;
	background-color: #fff;
	margin: 60px 0;
	text-align: center;
	padding: 0 45px 35px;
}
.cp-clients-box .cp-thumb{
	width: 183px;
	height: 183px;
	border-radius: 100%;
	float: none;
	display: inline-block;
	margin-top: -85px;
}
.cp-clients-box .cp-thumb img{
	width: 100%;
}
.cp-clients-box .cp-blockquote{
	position: relative;
	border: none;
	padding: 65px 0 0;
	margin: 0;
}
.cp-clients-box .cp-blockquote:before{
	font-family:'FontAwesome';
	content:"\f10d";
	font-size: 50px;
	color: #414141;
	position: absolute;
	top: 17px;
	left: -20px;
}
.cp-clients-box p,.cp-clients-box .cp-blockquote p{
	margin: 0 0 30px;
}
.cp-clients-box .cp-clients-listed{
	display: inline-block;
	padding: 23px 12px 0;
	border-top: 1px solid;
	margin: 0;
	position: relative;
	z-index: 11;
}
.cp-clients-box .cp-clients-listed li{
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}
/*===========================================================================*/
					/*Mobile App Section Css*/
/*===========================================================================*/
.cp-mobile-app-section{
	float: left;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
}
.cp-app-thumb{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.cp-app-thumb img{
	display: inline-block;
	margin: 0 auto;
}
.cp-app-thumb .app-img1{
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
}
.cp-app-thumb:hover .app-img1{
	-webkit-transform: translateY(0px) translateX(190px);
	-moz-transform: translateY(0px) translateX(190px);
	-ms-transform: translateY(0px) translateX(190px);
	-o-transform: translateY(0px) translateX(190px);
	transform: translateY(0px) translateX(190px);
}
.cp-app-thumb:hover .app-img2{
	-webkit-transform: translateY(50px) translateX(-190px);
	-moz-transform: translateY(50px) translateX(-190px);
	-ms-transform: translateY(50px) translateX(-190px);
	-o-transform: translateY(50px) translateX(-190px);
	transform: translateY(50px) translateX(-190px);
}
.cp-mobile-app-section .cp-app-text{
	padding-top: 35px;
}
.cp-app-text{
	float: left;
	width: 100%;
}
.cp-app-text h4{
	line-height: 26px;
	margin: 0 0 20px;
}
.cp-app-text p{
	margin: 0 0 27px;
}
.cp-app-text strong{
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin: 0 0 55px;
}
.cp-app-btn{
	float: left;
	width: 100%;
	padding: 0;
}
.cp-app-btn li{
	display: inline-block;
	margin-right: 8px;
}
/*===========================================================================*/
					/*Our Faq Section Css*/
/*===========================================================================*/
.cp-faq-section{
	float: left;
	width: 100%;
	padding-bottom: 70px;
}
.cp-faq-heading{
	float: left;
	width: 100%;
}
.cp-faq-heading h3{
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 36px;
}
.cp-testimonial-outer{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.cp-read-more{
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-right: 18px;
	display: inline-block;
}
.cp-read-more:before{
	font-family:'FontAwesome';
	content: '\f101';
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 18px;
}
.cp-testimonial-box{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	background-color: #fff;
	padding: 28px 20px 20px;
}
.cp-testimonial-box .date{
	display: block;
	padding-bottom: 20px;
}
.cp-testimonial-box h4{
	margin: 0 0 10px;
}
.cp-testimonial-box > p{
	margin: 0 0 25px;
}
.cp-testimonial-box .test-bottom{
	float: left;
	width: 100%;
	border-top: 1px solid #d6d6d6;
	padding-top: 20px;
}
.cp-testimonial-box .test-bottom .thumb{
	width: 43px;
	height: 43px;
	margin-right: 15px;
	float: left;
	border-radius: 100%;
}
.cp-testimonial-box .test-bottom p{
	margin: 12px 0 0;
}
#cp-test-slider2{
	float: left;
	width: 100%;
}
.cp-accordian-item{
	float: left;
	width: 100%;
	margin: 0 0 30px
}
.cp-accordian-item h3{
	font-weight: 300;
	margin: 0 0 26px;
}
.cp-accordian-item .panel-default{
	border: none;
	border-radius: 0;
	background-color: transparent;
}
.cp-accordian-item .panel-heading {
	border: none;
	line-height: 50px;
    padding: 0;
    border-radius: 0;
  	border: 1px solid #e9e9e9;
    background-color: #fff;
}
.cp-accordian-item .panel-default > .panel-heading{
  	border: 1px solid #e9e9e9;
    background-color: #fff;
}
.cp-accordian-item .panel-heading .panel-title > a{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	display: block;
	position: relative;
	padding-left: 60px;
}
.cp-accordian-item .panel-heading .panel-title > a:focus{
	outline: none;
	text-decoration: none;
}
.cp-accordian-item .panel-heading .panel-title > a:after{
	content:"\f068";
	font-family:'FontAwesome';
	font-size: 12px;
	color: #fff;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 50px;
	text-align: center;
}
.cp-accordian-item .panel-body{
	padding: 27px 30px;
	line-height: 22px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}
.cp-accordian-item .panel-body .cp-thumb{
	float: left;
	width: 100px;
	margin-right: 15px;
}
.cp-accordian-item .panel-body .cp-text{
	overflow: hidden;
}
.cp-accordian-item .panel-body .cp-text h4{
	margin: 0 0 10px;
}
.cp-accordian-item .panel-body .cp-text p{
	margin: 12px 0 0;
}
.cp-accordian-item .panel-default > .panel-heading + .panel-collapse > .panel-body{
	border: none;
	margin: 0 0 5px;
}
.cp-accordian-item .panel-heading .panel-title > a.collapsed:after{
	content:"\f067";
}
.cp-accordian-item .cp-read-more{
	float: right;
}
.cp-faq-btn-holder{
	float: left;
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
}
.cp-faq-btn-holder.pd-t80{
	padding-top: 40px;	
}
.cp-faq-btn-holder strong{
	font-size: 20px;
	font-weight: 700;
	color: #444;
	display: block;
	margin: 0 0 27px;
}
.cp-faq-btn-holder .cp-btn-style1{
	padding: 14px 30px;
}
.cp-faq-listed{
	float: left;
	width: 100%;
	margin: 0;
}
.cp-faq-listed > li{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.cp-faq-listed > li:last-child{
	margin-bottom: 0;
}
.cp-faq-box{
	float: left;
	width: 100%;
	border: 1px solid #dbdbdb;
	background-color: #fff;
}
.cp-faq-box h4{
	color: #444;
}
.cp-faq-box .cp-top{
	border-bottom: 1px solid #dbdbdb;
	padding: 18px 20px 15px;
}
.cp-faq-box h4{
	margin: 0 0 15px;
}
.cp-faq-box .cp-bottom{
	padding: 14px 20px 20px;
}
.cp-faq-box p{
	margin: 0 0 17px;
}
.cp-faq-box .listed{
	padding: 0;
	margin: 0;
}
.cp-faq-box .listed li{
	font-size: 14px;
	display: inline-block;
	font-weight: 300;
	color: #7b7b7b;
	padding-right: 12px;
	position: relative;
}
.cp-faq-box .listed li + li:before{
	content: '/';
	color: #7b7b7b; 
	position: absolute;
	left: -10px;
}
.cp-faq-box .cp-btn-style1,.cp-faq-box .cp-btn-style2{
	padding: 11px 18px;
	min-width: 120px;
}
.cp-faq-section .cp-pagination-row{
	padding: 30px 0;
}
.cp-faq-holder{
	float: left;
	width: 100%;
}
.cp-faq-holder h3{
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 47px;
	line-height: 26px;
}
.cp-faq-holder .cp-listed{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.cp-faq-holder .cp-listed > li{
	font-size: 18px;
	font-weight: 700;
	list-style: none;
	display: block;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	padding: 19px 20px 21px;
	margin: 0 0 10px;
}
.cp-faq-holder .cp-listed > li:last-child{
	margin-bottom: 0;
}
.cp-faq-holder .cp-ask-tab-inner{
	float: left;
	width: 100%;
	padding: 16px 30px 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.cp-faq-holder .cp-ask-tab-inner p{
	margin: 0 0 16px;
}
.cp-faq-holder .cp-ask-tab-inner form textarea{
	width: 100%;
	min-height: 135px;
	padding: 10px 15px;
	color: #222;
	border: 1px solid #e5e5e5;
	resize: none;
	-webkit-resize: none;
	-moz-resize: none;
	margin-bottom: 10px;
}
.cp-faq-holder .cp-ask-tab-inner .cp-btn-style2{
	float: right;
	padding: 14px 30px;
}

.cp-faq-tabs-holder,.cp-faq-holder .nav-tabs{
	float: left;
	width: 100%;
	border: none;
	margin: 0;
}
.cp-faq-tabs-holder .nav-tabs > li,.cp-faq-holder .nav-tabs > li{
	float: left;
	margin: 0 0 -2px;
	border: none;
}
.cp-faq-tabs-holder .nav-tabs > li a,.cp-faq-holder .nav-tabs > li a{
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	color: #fff;
	padding: 8px 20px;
	border-radius: 0;
	border: 1px solid;
}
.cp-faq-holder .nav-tabs > li.active > a,.cp-faq-holder .nav-tabs > li.active > a:hover,.cp-faq-holder .nav-tabs > li.active > a:focus,
.cp-faq-tabs-holder .nav-tabs > li.active > a,.cp-faq-tabs-holder .nav-tabs > li.active > a:hover,.cp-faq-tabs-holder .nav-tabs > li.active > a:focus{
	border-color: #dbdbdb;
	border-bottom-color: #fff;
	box-shadow: 0 0 5px rgba(125,158,1730,0.10);
	background-color: #fff;
}
/*===========================================================================*/
					/*Advertising Section Css*/
/*===========================================================================*/
.cp-advertising-section{
	float: left;
	width: 100%;
	position: relative;
	background-color: #121212;
	z-index: 11;
}
.cp-advertising-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: -60px;
	width: 100%;
	height: 61px;
	z-index: 11;
	background: url(../images/advertising-before-img.png) top left;
	display: none;
}
.cp-advertising-section:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/advertising-after-img.png) no-repeat top left;
	width: 315px;
	height: 285px;
	z-index: -1;
	display: none;
}
.cp-advertising-box{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.cp-advertising-box .thumb{
	float: left;
	width: 124px;
	overflow: visible;
	margin: 0 20px 0 0;
	border: 3px solid #fff;
}
.cp-advertising-box .thumb img{width:100%;}
/*.cp-advertising-box .thumb:hover img{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}*/
.cp-advertising-box .thumb .num{
	font-size: 24px;
	color: #fff;
	width: 42px;
	height: 42px;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 10px;
	top: -14px;
	z-index: 99;
	border: 3px solid #fff;
}
.cp-advertising-box .cp-text{
	overflow: hidden;
}
.cp-advertising-box .cp-text h4{
	color: #fff;
	margin: 0 0 15px;
}
.cp-advertising-box .cp-text p{
	color: #666;
	margin: 0;
}
.cp-advertising-section .cp-btn-style1{
	padding: 10px 15px;
}
.cp-btn-holder{
	text-align: center;
}
/*===========================================================================*/
						/*Awwards Section Css*/
/*===========================================================================*/
.cp-awwards-section{
	float: left;
	width: 100%;
	background: url(../images/awwards-bg-img.jpg) top center repeat;
	background-size: 100%;
	background-attachment: fixed;
	position: relative;
	z-index: 11;
}
.cp-awwards-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.76);
	z-index: -1;
}
.cp-inner-awwards-holder{
	width: 90%;
	clear: both;
	margin: 0 auto;
	padding: 30px;
	background-color: #000;
}
.cp-inner-awwards-holder > ul{
	padding: 0;
	margin: 0;
}
.cp-inner-awwards-holder li{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	display: block;
	margin: 0 0 11px;
	text-align:center;
}
.cp-inner-awwards-holder li span{
	font-weight: 300;
}

/*===========================================================================*/
					/*Special Offers Section Css*/
/*===========================================================================*/
.cp-offers-section{
	float: left;
	width: 100%;
	background: url(../images/offers-bg-img.jpg) top left no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.cp-offers-holder{
	float: left;
	width: 100%;
}
.cp-offers-holder > p{
	font-size: 22px;
	font-style: italic;
	line-height: 30px;
	color: #fff;
	margin: 0 0 26px;
}
.cp-offers-listed{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
}
.cp-offers-listed > li{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.cp-offers-listed > li:last-child{
	margin-bottom: 0;
}
.cp-offers-inner{
	float: left;
	width: 100%;
	position: relative;
}
/*.cp-offers-inner .icon-holder{
	display: inline-block;
	color: #000;
	width: 90px;
	height: 90px;
	line-height: 120px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	position: absolute;
	z-index: 99;
	right: -44px;
	top: 45px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.cp-offers-inner .icon-holder {
    display: inline-block;
    color: #000;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d82a2b;
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 80px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}
.cp-offers-inner .icon-holder .icomoon{
	font-size: 50px;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cp-offers-inner .icon-holder .icomoon img{ width:100px;}
.cp-offers-inner:hover .icon-holder{
	color: #fff;
}
.cp-offers-inner .cp-text{
	overflow-x: hidden;
	background-color: #fff;
	border: 1px solid #d82a2b;
	padding: 20px 75px 10px 20px;
	position: relative;
	z-index: 11;
}
.cp-offers-inner .cp-text:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
}
.cp-offers-inner:hover .cp-text:before{
	width: 100%;
}
/*.cp-offers-inner:hover .cp-text h3,.cp-offers-inner:hover .cp-text p,.cp-offers-inner:hover .cp-text p a{
	color: #fff;
}*/
.cp-offers-inner .cp-text h3{
	margin: 0 0 20px;
}
.cp-offers-inner .cp-text p{
	font-size: 16px;
}
.cp-offers-inner .cp-text p a{
	color: #444;
}
/*===========================================================================*/
					/*Blog Section Css*/
/*===========================================================================*/
.cp-blog-section{
	float: left;
	width: 100%;
	padding-bottom: 70px;
}
.cp-blog-item{
	float: left;
	width: 100%;
	background-color: #fff;
	margin: 0 0 40px;
	overflow-x: hidden;
}
.cp-blog-item .cp-thumb{
	z-index: 11;
}
.cp-blog-item .cp-thumb img{
	-webkit-transition: all 1s linear;
	   -moz-transition: all 1s linear;
	    -ms-transition: all 1s linear;
	     -o-transition: all 1s linear;
	        transition: all 1s linear;
}
.cp-blog-item .cp-thumb:hover img{
	/*-webkit-transform: scale(1.5) rotate(0deg);
	-moz-transform: scale(1.5) rotate(0deg);
	-ms-transform: scale(1.5) rotate(0deg);
	-o-transform: scale(1.5) rotate(0deg);
	transform: scale(1.5) rotate(0deg);*/
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-ms-transform: none!important;
	-o-transform: none!important;
	transform: none!important;
}
.cp-blog-item .cp-thumb:before{
	content: '';
	width: 100%;
	height: 100%;
	z-index: 11;
	border: 20px solid rgba(255,255,255,0.57);
	border-bottom-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.cp-blog-item .cp-thumb:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height:25px;
	z-index: 11;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}
.cp-blog-item .cp-text{
	float: left;
	width: 100%;
	position: relative;
	padding: 35px 20px 35px;
}
.cp-blog-item .cp-text:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 95%;
	margin: 0 auto;
	height: 6px;
	background: url(../images/dot-img.jpg) top left repeat;
}
.cp-blog-item2 .cp-text:before{
	width: 100%;
}
.cp-blog-item .cp-text .cp-top{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.cp-blog-item .cp-text .date-box{
	font-size: 72px;
	font-weight: 900;
	line-height: 55px;
	color: #e7e7e7;
	float: left;
	margin-right: 20px;
	padding-left: 15px;
	position: relative;
}
.cp-blog-item .cp-text .date-box span{
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 7px;
	color: #444;
}
.cp-blog-item .cp-text h3{
	font-weight: 300;
	color: #444;
	display: inline-block;
	margin: 0;
}
.cp-blog-item .cp-text p{
	margin: 0 0 17px;
}
.cp-blog-item .cp-text .cp-meta-listed{
	margin: 0 0 18px;
}
.cp-blog-item .cp-meta-listed{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.cp-blog-item .cp-meta-listed li{
	font-size: 14px;
	font-weight: 400;
	list-style: none;
	margin: 0;
	display: inline-block;
}
.cp-blog-item .cp-meta-listed li + li:before{
	font-size: 14px;
	content: '/';
	padding: 0 7px;
}
.cp-blog-item .cp-thumb iframe{
	width: 100%;
	height: 360px;
	margin: 0;
	border: none;
	position: relative;
	z-index: 11;
}
.cp-blog-item .player .video-wrapper .video{
	background-size: cover;
}
.cp-video-holder{
	float: left;
	width: 100%;
}
.cp-video-holder iframe{
	width: 100%;
	height: 360px;
	margin: 0;
	border: none;
}
.cp-blog-item blockquote{
	border: none;
	padding: 0;
	margin: 0;
}
.cp-blog-item blockquote p{
	font-size: 22px;
	line-height: 36px;
	font-style: italic;
	margin: 0 0 10px;
}
.cp-blog-item .cp-text blockquote p{
	margin: 0 0 10px;
}

.cp-blog-detail-outer{
	float: left;
	width: 100%;
}
.cp-blog-detail-outer .cp-blog-item .cp-text p{
	margin: 0 0 26px;
}
.cp-blog-detail-outer .cp-blog-item .cp-text blockquote p{
	margin: 0 0 20px;
}
.cp-author-holder{
	float: left;
	width: 100%;
	margin: 0 0 35px;
}
.cp-author-holder h4,.cp-comments-holder h4,.cp-form-box h4{
	font-weight: 700;
	color: #444444;
	margin: 0 0 25px;
}
.cp-author-listed{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.cp-author-listed > li{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.cp-author-listed > li:last-child{
	margin-bottom: 0;
}
.cp-author-info-holder{
	float: left;
	width: 100%;
}
.cp-author-info-holder .cp-thumb{
	float: left;
	width: auto;
	margin-right: 45px;
}
.cp-author-info-holder .cp-text{
	overflow: hidden;
}
.cp-author-info-holder .cp-text h4{
	margin: 0 0 15px;
	font-weight: 600;
}
.cp-author-info-holder .cp-text p{
	margin: 0;
}
.cp-comments-holder{
	float: left;
	width: 100%;
}
.cp-comments-listed{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.cp-comments-listed > li{
	float: left;
	width: 100%;
}
.cp-comments-listed ul{
	float: left;
	width: 100%;
	padding-left: 100px;
}
.cp-comments-listed .cp-author-info-holder{
	margin: 0 0 40px;
}
.cp-comments-listed .cp-author-info-holder .cp-text h4{
	margin: 0 0 7px;
}
.cp-author-info-holder .cp-meta-listed{
	padding: 0 0 5px;
}
.cp-author-info-holder .cp-meta-listed li{
	font-size: 14px;
	display: inline-block;
}

.cp-form-box{
	float: left;
	width: 100%;
}
.cp-form-box .inner-holder{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.cp-form-box2 .inner-holder input[type="text"],.cp-form-box2 .inner-holder input[type="email"],.cp-form-box2 .inner-holder input[type="tel"],.cp-form-box2 .inner-holder select,.cp-form-box2 .inner-holder input[type="password"], .cp-form-box2 .inner-holder input[type="phone"], .cp-form-box2 .inner-holder textarea{
	width: 100%;
	font-size: 14px;
	color: #444;
	background-color: #fff;
	border: none;
	border: 1px solid #b9b9b9;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 99;
}
.cp-form-box .inner-holder textarea{
	height: 250px;
	-webkit-resize: none;
	resize: none;
}
.cp-form-box .inner-holder .btn-submit{
	font-size: 18px;
	float: right;
	color: #fff;
	height: 50px;
	line-height: 45px;
	text-align: center;
	min-width: 150px;
	border: none;
	border-bottom: 3px solid transparent;
}
.cp-blog-section .cp-pagination-row{
	margin-bottom: 30px;
}
.cp-form-box .inner-holder .btn-submit:hover{
	border-color: #facd63;
}
/*===========================================================================*/
					/*Gallery Section Css*/
/*===========================================================================*/
.cp-gallery-section{
	float: left;
	width: 100%;
}
.cp-gallery-box{
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	overflow-x: hidden;
	margin: 0 0 40px;
	z-index: 11;
}
.cp-gallery-box:hover img{
	-webkit-transform: scale(1.5) rotate(3deg);
	-moz-transform: scale(1.5) rotate(3deg);
	-ms-transform: scale(1.5) rotate(3deg);
	-o-transform: scale(1.5) rotate(3deg);
	transform: scale(1.5) rotate(3deg);
}
.cp-gallery-box img{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.cp-gallery-box:hover .cp-caption{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.cp-gallery-box .cp-caption{
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
	background-color: rgba(0,0,0,0.80);
	margin: 0 auto;
	padding-top: 90px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.cp-gallery-box .cp-caption h3{
	margin: 0 0 18px;
}
.cp-gallery-box .cp-meta-listed{
	float: left;
	width: 100%;
	margin: 0 0 22px;
}
.cp-gallery-box .cp-meta-listed li{
	display: block;
	padding-bottom: 22px;
	color: #fff;
}
.cp-gallery-box .cp-meta-listed li:last-child{
	padding-bottom: 0;
}
/*===========================================================================*/
						/*Reservation Css Start*/
/*===========================================================================*/
.cp-reservation-section{
	float: left;
	width: 100%;
}
.cp-reservation-box{
	width: 750px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 40px 180px;
	text-align: center;
	background-color: #fff; 
}
.cp-reservation-box h3{
	font-weight: 300;
	margin: 0 0 33px;
}
.cp-reservation-box .inner-holder{
	width: 260px;
	display: inline-block;
	margin: 0 0 30px;
}
.cp-reservation-box .inner-holder label{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #444;
	display: block;
	margin: 0 0 12px;
}
.cp-reservation-box .inner-holder input[type="text"],.cp-reservation-box .inner-holder input[type="password"]{
	min-width: 260px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	border: 1px solid #ced6dc;
	padding: 0 10px;
}
.cp-reservation-box .asked{
	font-size: 14px;
	display: block;
	margin: 0 0 17px;
}
.cp-reservation-box p{
	color: #444;
	margin: 0 0 10px;
}
.cp-reservation-box p a{
	color: #444;
}
.cp-reservation-box .submit{
	min-width: 180px;
	padding: 11px 13px;
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	border-bottom: 5px solid #942a2a;
}
.cp-reservation-box .lost-pw{
	font-size: 14px;
	display: block;
	margin: 15px 0 0;
}
.cp-login-box .submit{
	min-width: 140px;
}
/*===========================================================================*/
						/*Pagination Css Start*/
/*===========================================================================*/
.cp-pagination-row{
	float: left;
	width: 100%;
	text-align: center;
}
.cp-pagination-row .pagination{
	display: inline-block;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cp-pagination-row .pagination li{
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	display: inline-block;
	padding-left: 3px;
	background-color: transparent;
	border: none;
}
.cp-pagination-row .pagination li:first-child a,.cp-pagination-row .pagination li:last-child a{
	border-radius: 0;
}
.cp-pagination-row .pagination li a,.cp-pagination-row .pagination li span{
	color: #666666;
	padding: 8px 12px;
	margin: 0;
	background-color: #ebebeb;
	display: inline-block;
	border-radius: 0;
	border: none;
}
.cp-pagination-row .pagination li a:hover,.cp-pagination-row .pagination li span:hover,.cp-pagination-row .pagination li.active span,.cp-pagination-row .pagination li.active a{
	color: #fff;
}
/*===========================================================================*/
						/*Sidebar Holder Css*/
/*===========================================================================*/
.cp_sidebar-outer{
	float: left;
	width: 100%;
}
.widget{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.widget h4{
	font-size: 20px;
	font-weight: 700;
	color: #444;
	line-height: 20px;
	margin: 0 0 26px;
}
.widget ul{
	padding: 0;
	margin: 0;
}
.widget > ul > li{
	display: block;
}
.widget-recent-post > ul{
	float: left;
	width: 100%;
	/*background:;*/
	padding: 0 10px;
	border: 1px solid #eaeaea;
}
.widget-recent-post > ul > li{
	font-size: 16px;
	float: left;
	width: 100%;
	padding: 14px 0 10px;
	border-bottom: 1px solid #e3e4e8;
}
.widget-recent-post > ul > li span{
	font-size: 12px;
	color: #222;
	float: right;
	padding: 7px 9px;
	margin-right: 10px;
	background-color: #f0f2f5;
}
.widget-recent-post2 > ul > li span{
	font-size: 14px;
	float: left;
	padding: 0 8px;
	background-color: transparent;
}
.widget-recent-post > ul > li:last-child{
	border-bottom: none;
}
.widget .readmore{
	color: #444;
	display: block;
	margin-bottom: 10px;
	text-decoration: underline;
}
.widget-recent-post .cp-holder{
	float: left;
	width: 100%;
}
.widget-form form{
	float: left;
	width: 100%;
	height: 60px;
	position: relative;
}
.widget-form form input[type="text"]{
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: 0;
	font-size: 14px;
	color: #888888;
	border: none;
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 0 10px;
}
.widget-form form [type="submit"]{
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	border: none;
}
.widget-flickr{
	float: left;
	width: 100%;
}
.widget-flickr ul li{
	display: inline-block;
	padding: 0 2px 5px;
	width: 32.5%;
}
.widget-flickr ul li .cp-thumb{
	width: 100%;
	height: auto;
}

.widget-popular > ul{
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #eaeaea;
}
.widget-popular > ul > li{
	font-size: 16px;
	float: left;
	width: 100%;
	padding: 14px 0 10px;
	border-bottom: 1px solid #e3e4e8;
}
.widget-popular > ul > li:last-child{
	border-bottom: none;
}
.cp-popular-holder{
	float: left;
	width: 100%;
}
.cp-popular-holder .cp-thumb{
	width: auto;
	float: left;
	border: 2px solid #e3e4e8;
	border-radius: 2px;
	margin-right: 10px;
}
.cp-popular-holder .cp-text{
	overflow: hidden;
}
.cp-popular-holder .cp-text h5{
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px;
	color:#ff9900;
}
.cp-popular-holder .cp-text h5 a{
	color:#ff9900;
}
.cp-popular-holder .cp-text .listed li{
	font-size: 12px;
	display: block;
	margin: 0 0 6px;
}
.cp-popular-holder .cp-text .listed li:last-child{
	margin-bottom: 0;
}
/*===========================================================================*/
						/*Contact Us Css Satrt*/
/*===========================================================================*/
.cp-contact-us-section{
	float: left;
	width: 100%;
	padding-bottom: 70px;.
}
.cp-contact-inner-holder{
	float: left;
	width: 100%;
}
.cp-contact-inner-holder h3{
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 22px;
}
.cp-contact-inner-holder > p{
	font-size: 22px;
	font-style: italic;
	line-height: 36px;
	margin: 0 0 20px;
}
.cp-get-in-touch-outer .cp-top-holder h4{
	margin: 0 0 20px;
}
.cp-get-in-outer{
	float: left;
	width: 100%;
	padding: 40px 0 10px 20px;
	text-align: center;
	border: 13px solid #fff;
	margin: 0 0 35px;
}
.cp-get-in-outer .inner-holder{
	float: left;
	width: 100%;
	margin-bottom: 27px;
	
}
.contact_info{ color:#fff; font-size:18px;     height: 100px;
    line-height: 24px;
}
.cp-get-in-outer .inner-holder .fa{
	font-size: 26px;
	color: #fff;
	display: block;
	margin: 0 0 15px;
}
.cp-get-in-outer .inner-holder p,.cp-get-in-outer .inner-holder a{
	font-size: 18px;
	color: #fff;
}
.cp-get-in-outer .inner-holder p{
	margin: 0;
}
.cp-form-box2{
	margin: 0;
}
.cp-form-box2 h3{
	margin: 0 0 30px;
}
.cp-form-box2 .inner-holder input[type="text"],.cp-form-box2 .inner-holder input[type="email"],.cp-form-box2 .inner-holder input[type="tel"],.cp-form-box2 .inner-holder select,.cp-form-box2 .inner-holder input[type="password"], .cp-form-box2 .inner-holder input[type="phone"], .cp-form-box2 .inner-holder textarea{
	color: #141414;
	border-color: #b9b9b9;
	background-color: #fff;
}
.cp-form-box2 .inner-holder .btn-submit{
	border-color: #e37879;
	text-transform: normal;
}
.cp-contact-us-section2{
	margin-top: 40px;
}
/*===========================================================================*/
						/*PHP Form Css*/
/*===========================================================================*/
#content_Wrapper{
	float: left;
	width: 100%;
	text-align: center;
}
/*===========================================================================*/
						/*Footer Css*/
/*===========================================================================*/
.cp_footer{
	float: left;
	width: 100%;
	position: relative;
	z-index: 11;
}
.cp-ft-top-section{
	float: left;
	width: 100%;
	padding-bottom: 45px;
	background: #e4e4ee url(../images/footer-md-img.jpg) top left no-repeat;
	background-size: contain;
}
.footer-about-box{
	float: left;
	width: 100%;
}
.footer-about-box .logo{
	display: block;
	margin: 0 0 45px;
}
.footer-about-box .logo a{
	display: inline-block;
}
.footer-about-box p{
	font-size: 22px;
	color: #000000;
	line-height: 36px;
	font-style: italic;
	margin: 0 0 20px;
}
.footer-about-box .cp-social-links{
	margin: 0 0 30px;
}
.cp-social-links{
	padding: 0;
	margin: 0;
}
.cp-social-links li{
	font-size: 16px;
	color: #444;
	padding-right: 10px;
	display: inline-block;
}
.cp-social-links li a{
	color: #999999;
}
.cp-social-links li:last-child{
	padding-right: 0;
}
.cp-logo-listed{
	float: left;
	width: 100%;
	margin: 0 0 45px;
}
.cp-logo-listed li{
	display: inline-block;
	overflow: hidden;
}
.cp-logo-listed li:hover img{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/*Footer Bottom Section Css*/
.cp-ft-bottom-section{
	float: left;
	width: 100%;
	padding: 45px 0 5px;
	background:#121212; url(../images/footer-bottom-img.jpg) top left;
	background-size: cover;
}
.cp-ft-form-box{
	float: left;
	width: 100%;
}
.cp-ft-form-box h4{
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin: 0 0 28px;
}
.cp-ft-form-box h4 a{ color:#fff;}
.cp-ft-form-box .inner-holder{
	width: 100%;
	margin: 0 2px 15px;
	float: left;
}
.cp-ft-form-box .inner-holder2{
	width: 100%;
}
.cp-ft-form-box form input[type="text"]{
	font-size: 14px;
	line-height: 44px;
	float: left;
	width: 100%;
	background: #fff;
	border: none;
	padding: 0 8px;
}
.cp-ft-form-box form button{
	font-size: 18px;
	color: #fff;
	padding: 12px 15px 14px;
	display: inline-block;
	border: none;
	border-bottom: 4px solid #efc258;
	box-shadow: none;
}
.cp-ft-form-box form button:hover{
	border-color: #942a2a;
}
.cp-ft-form-box form label{
	font-size: 14px;
	display: inline-block;
	color:#fff;
}
.cp-ft-form-box .remember-pw{
	display: inline-block;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #444444;
}
.cp-footer-nav{
	float: right;
	padding: 0;
	margin: 0px 0 20px;
}
.cp-footer-nav ul{
	padding: 0;
	margin: 0;
}
.cp-footer-nav li{
	font-size: 14px;
	color: #444;
	display: inline-block;
	padding: 0 12px;
	position: relative;
}
.cp-footer-nav li a{
	color: #fff;
}
.cp-footer-nav li + li:before{
	content: '/';
	color: #fff;
	position: absolute;
	left: -6px;
}
.cp-footer-nav li:last-child{
	padding-right: 0;
}
.cp-ft-bottom-section .col-md-7 p{
	float: right;
	color: #fff;
}
/*===========================================================================*/
						/*Transition Css*/
/*===========================================================================*/
.cp_header.cp_sticky,a,img,a:before,a:after,ul,ul li,li:before,.cp-caption,a.cp-btn-style1:before,a.cp-btn-style1:after,a.cp-btn-style2:after,a.cp-btn-style2:before
,.cp-taxi-holder:before,.cp-taxi-holder:after,.cp-caption:before,.cp-why-choose-listed .cp-box,.cp-testimonial-inner .cp-icon:before,.cp-read-more:before
,.cp-offers-inner .cp-text:before,.cp-offers-inner .cp-text,.cp-text h3,.cp-text p,.icon-holder,.icon-holder:before,.cp-clients-box .cp-clients-listed:before
,.cp-gallery-box .cp-caption,.cp-booking-form-outer .cp-btn-style1,.cp-ft-form-box form button,.cp-advertising-box .thumb,.cp-form-box .inner-holder .btn-submit{
	-webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
}
.cp-thumb,.cp-thumb:before,.cp-thumb:after{
	-webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
     -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
}
/*===========================================================================*/
						/*Fonts Family*/
/*===========================================================================*/
.font-family{
	font-family: 'Exo 2', sans-serif;
}

/*===========================================================================*/
						/*Wrapper Css End*/
/*===========================================================================*/
.cp-taxi-holder .cp-text a:hover h3 { color:#d82a2b; text-decoration:none;}
.cp-taxi-holder .cp-text a:hover{ text-decoration:none;}

.honeymoon-packages-home{/*background: #f7ad00;*/
-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
float: left;
padding: 25px 70px 50px;
position: relative;
text-align: center;
width: 100%;}
.honeymoon-packages-home > img {
    margin-bottom: 0px;
}

a.section_more {
    margin: 10px auto auto auto;
    display: block;
    text-align: center;
}
.swirl_left {
    background: url(../images/swirl_left.png) no-repeat left;
    padding: 0 0 0 50px;
}
.swirl_right {
    background: url(../images/swirl_right.png) no-repeat right;
    padding: 0 50px 0 0px;
}

.packtxt{font-family: 'Exo 2', sans-serif;
font-size: 16px;
line-height: 22px;
margin: 0;
color: #444;}

.packtxt:hover{
color: #f7ad00;}

.honymoonthemes {margin:0px 0px 20px 0px; padding:0px;}
.honymoonthemes li{margin:0px; padding:0px;display:inline-block; width:100px; border:1px solid #ccc; height:100px; text-align:center; -webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}
.honymoonthemes li:hover{
	border-radius: 50%;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	border:1px solid #000;
	}
.honymoonthemes li img{margin:0px; padding:0px;display:block; margin:15px auto;}
.honymoonthemes li a{font-family: 'Exo 2', sans-serif;
font-weight: 500;
line-height: 1;
color: #000;
clear: both;}

#query_formTour {
    /*float: left;*/
    background: #fff;
    box-shadow: 0px 0px 1px #a09090;
    border: 2px solid #fff;
    box-shadow: inset 0px 0px 8px #ccc;
    -moz-box-shadow: inset 0px 0px 8px #ccc;
    -webkit-box-shadow: inset 0px 0px 8px #ccc;
    -o-box-shadow: inset 0px 0px 8px #ccc;
	width: 100%;
height: auto;
margin: 0px;
padding: 0px;
overflow: hidden;
text-align: center;
}
#query_formTour #contact-form{ padding: 15px 15px 15px;}
#query_formTour img{ margin-bottom:10px; width: 100%; }
#query_formTour .inner-holder{margin: 0 0 10px;}

#query_formTour .inner-holder input[type="text"], #query_formTour .inner-holder input[type="email"], #query_formTour .inner-holder input[type="tel"], #query_formTour .inner-holder select, #query_formTour .inner-holder input[type="password"], #query_formTour .inner-holder input[type="phone"], #query_formTour .inner-holder textarea {
    width: 100%;
    font-size: 14px;
    color: #444;
    background-color: #fff;
    border: none;
    border: 1px solid #b9b9b9;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    position: relative;
    z-index: 99;
}

#query_formTour .inner-holder textarea {
    height: 80px;
    -webkit-resize: none;
    resize: none;
}
#query_formTour .inner-holder .btn-submit{ float:left; margin-bottom:10px;}

.special-note{
color: #79725b;
background: #fef7e0 no-repeat 25px 20px;
border: 1px solid #e6c555;
padding: 20px 30px 20px 20px;
margin-bottom: 15px;
margin-top:15px;
position: relative;
font-size: 13px;
}

.back-to-top {
position: fixed;
bottom: 0em;
right: 0px;
text-decoration: none;
color: #000000;
background: url(../images/back-to-top.png) no-repeat;
font-size: 12px;
padding: 1em;
width: 100px;
height: 58px;
cursor:pointer;
}
.back-to-top:hover {	
/*background-color: rgba(135, 135, 135, 0.50);*/
background: url(../images/back-to-top-black.png) no-repeat;
}	

.sub-title {
    background: #da251a none repeat scroll 0 0;
    border: 1px solid rgb(221, 220, 220);
    color: rgb(255, 255, 255);
    float: left;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	line-height:30px;
}

.table-details{
float: left;
  margin-top: 13px;
  width: 100%;
}

.table-details1,.table-details2{
float: left;
  margin-top: 13px;
  width: 100%;
   margin-bottom: 30px;
}

.table-details table{
	float:left;
	width:100%;
	border:1px solid #fff;
	background:#fff;
	margin-bottom: 20px;
	}
.table-details1 table,.table-details2 table{
	float:left;
	width:100%;
	border:1px solid #fff;
	background:#fff;
}
.table-details table tbody{
	float:left;
	width:100%;
}
.table-details1 table tbody{
	float:left;
	width:100%;
}
.table-details table tr{
	float:left;
	width:100%;
	border-bottom:1px solid #fff;
	padding:0px 0px;
	background:#E1E1E1;
}
.table-details1 table tr, .table-details2 table tr{
	float:left;
	width:100%;
	border-bottom:1px solid #fff;
	padding:0px;
	background:#E1E1E1;
}
.table-details table tr th{
	float:left;
	font-size:1.6em;
	font-weight:normal;
	border-right:1px solid #ebebeb;
	font-weight:normal;
	padding:0px 15px;
}
.table-details1 table tr th,.table-details2 table tr th{
	float:left;
	font-size:1.6em;
	font-weight:normal;
	border-right:1px solid #ebebeb;
	font-weight:normal;
	padding:0px 15px;
}
.table-details-5 table tr th{
	float:left;
	font-size:1.6em;
	font-weight:normal;
	border-right:1px solid #ebebeb;
	font-weight:normal;
	padding:0px 15px;
}
.table-details table tr td{
	float:left;
	font-size: 0.9em;
	font-weight:normal;
	border-right:1px solid #fff;
	padding:8px 20px;
	width:10%;
	min-height:40px;
}

.table-details1 table tr td{
	float:left;
	font-size:1.1em;
	font-weight:normal;
	border-right:1px solid #fff;
	padding:8px 20px;
	width:30%;
	min-height:40px;
	text-align:center;
}
.table-details1 table tr td{
	float:left;
	font-size:1.1em;
	font-weight:normal;
	border-right:1px solid #fff;
	padding:8px 20px;
	width:30%;
	min-height:40px;
	text-align:center;
}
.table-details2 table tr td:first-child {
  float: left;
  width: 30%;
}
.table-details2 table tr td{
	width:23.3%;
	float:left;
	font-size:1.1em;
	font-weight:normal;
	border-right:1px solid #fff;
	padding:8px 18px;
	min-height:40px;
	text-align:center;
}

/****
.table-details table tr:nth-child(2n){
	background:#CACACA;
}
**/
.table-details table tr td:first-child{
	float:left;
	width:6%;
}
.table-details1 table tr td:first-child{
	float:left;
	width:40%;
}
.table-details table tr td:last-child{
	float:left;
	width:0%;
	border:0px;
	text-align:right;
}
.table-details1 table tr td:last-child{
	float:left;
	width:30%;
	border:0px;
	text-align:center;
}
.table-details-5 table tr td:last-child{
	float:left;
	border:0px;
}
.tr-bg{
	float:left;
	width:100%;
	background:#3B3B3B !important;
	color:#fff;
	font-size:1.2em;
}
.subhea > td {
    background: rgb(168, 168, 168) none repeat scroll 0 0;
    font-size: 17px !important;
    text-align: left !important;
    width: 100% !important;
    font-weight: bold !important;
}
.term-condi{
  background: #f7ad00;
  border: 1px solid #ee7408;
  float: left;
  margin-bottom: 10px;
  margin-top: 25px;
  padding: 5px 0px;
  width: 100%;
}
.term-condi h5{
	float:left;
	margin:0px 0 0 0px;
}
.term-condi h5 a{
	float:left;
	background: rgb(218, 37, 28) none repeat scroll 0 0;
border-radius: 8px;
color: rgb(255, 255, 255);
font-size: 1em;
margin: 0;
padding: 9px 15px;
}
.term-condi h6{
	float:right;
	margin:5px 0 0 0px;
}
.term-condi h6 a{
	float:left;
	padding:8px 15px;
	background:#da251c;
	color:#fff;
	font-size:1.3em;
	margin:0px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
}
.term-condi h6 a:hover, .term-condi h5 a:hover{
	background:#333;
}
.term-condi h4{
	float:left;
	padding:8px 20px;
	background:rgb(59, 59, 59) none repeat scroll 0 0;
	color:#fff;
	font-size:1.4em;
	margin:0px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	cursor:pointer;
}
.grtfest-img {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*---weekend main css--*/
.wdh1-heading{font:26px "Trajan Pro"; color:#333; position:relative; margin-top:0px; margin-bottom:25px;}
.wdh1-heading strong{color:#ac0202; font-size:36px;}
.wdh1-heading strong::before{content:""; display:block; width:10%; height:2px; position:absolute; bottom:-8px; left:45%; right:45%; background-color:#777;}

.wdmain-tourbx{margin-top:55px; margin-bottom:15px; margin-left:-100px; padding:20px; min-height:250px; letter-spacing:0.02em; background-color:#fff; border:solid 1px #d7d7d7; -webkit-box-shadow:0px 0px 5px 0px rgba(161, 161, 161, 0.5); box-shadow:0px 0px 5px 0px rgba(161, 161, 161, 0.5);}
.wmg{margin-top:0px; font-size:28px;}
.wdmain-tourbx p{font:italic 16px/22px Corbel; color:#666; margin-bottom:0px; margin-top:15px;}
.grtfest-link {
    margin-top: 25px;
}
.grtfest-link a{font:17px "Century Gothic"; color:#fff; text-align:center; padding:6px 15px; margin:0 15px 10px 0px; background-color:#f7ad00; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.grtfest-link a:hover{color:#FFF; background-color:#d82a2b; text-decoration:none;}
.grtfest-link a:active{color:#fff!important;}

.tourpack-deatils{}
.tourpack-deatils .packname { margin-top:0px; color:#d82a2b; font-size: 20px; font-weight: 500; font-family: 'Exo 2', sans-serif; clear: both;}
.tourpack-deatils .cost { margin-top:0px; color:#f7ad00; font-size: 24px; font-weight: 500; font-family: 'Exo 2', sans-serif; clear: both; margin:10px 0px;}
.tourpack-deatils .cost strong{ margin-top:0px; color:#000; font-size: 24px; font-weight: normal; font-family: 'Exo 2', sans-serif; }
.tourpack-deatils .duration { margin-top:10px;}

.trip-duration{ float:left; width:100%; margin-bottom:30px;}
.trip-duration ul{ list-style-type:none;
}
.trip-duration ul li{
    float: left;
 font: 17px/23px 'Montserrat-Light';
  color: #d82a2b; 
  margin: 0 38px 0 0;
    padding: 0 35px 0 0;
  border-right: 1px solid #e8e8e8;
  text-transform:uppercase;  
}
.trip-duration ul li:first-child{
    float: left; font-family:"Montserrat-SemiBold";

  color: #d82a2b; 

  
}
.trip-duration ul li:last-child{
   border-right: none;
}
.trip-duration ul li span{
    display: block;
    font: 13px/28px "Montserrat-Regular";
  color: #777c83; 
}

.clasic-tour-head{ float:left; width:100%; padding-bottom:22px;}
.clasic-tour-head h1{
  text-transform:uppercase;
  color: #37404d;
  margin-top:0px;
}
.clasic-tour-head span{
  color: #37404d;
}
.clasic-tour-head p{
  color: #4a5258;
  padding: 0;
  text-align:justify;
  font-size:15px; font-weight:normal;

}
.itnerary-section-head{
position: relative;
}
.itnerary-section-head h3{
 color: #4a5258;
 border-bottom: 1px solid #e8e8e8;
 text-transform:uppercase;
}
.itnerary-red-hoz{
    left: 0;
    position: absolute;
    top: 42px;

}
.itnerary-section{ float:left; width:100%;}
.itnerary-section ul{ list-style-type:none;position:relative; float:left; margin-top:20px;}
.itnerary-section ul li{ float:left;padding-bottom:40px;}
.itnerary-section ul li figure{ float:left; width:100%;position:relative;}
.itnerary-section ul li figure img{width:auto;} 
.itnerary-section ul li figure .days{ float:left; width:auto;}
.itnerary-section ul li figure .days h2{ float:left;  width:50px; height:50px; margin:0; border-radius:75%; background:#d82a2b; font-size:16px; text-transform:uppercase; text-align:center; padding:10px; color:#fff; font-weight:600;} 
.itnerary-section ul li figcaption{ float:right; width:90%; padding-top:0px; position:relative;}
.itnerary-section ul li figcaption h4{ color: #4a5258; text-transform:uppercase; margin:0; font-size:18px; font-weight:600;}
.itnerary-section ul li figcaption p{color: #4a5258; padding-bottom:5px; text-align:justify;}
.itnerary-section ul:before{ background: url(../images/itnerary-line.png) repeat-y; height:100%; width:1px; 
    position: absolute; content: ''; top:0; left: 26px;
}
.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
	margin: 0 0 -2px 0;
	padding-bottom: 15px;
	font-size: 25px;
	display: inline-block;
	font-weight:700;
	border-bottom: 2px solid #d82a2b;
}
#query_formTour h4{color: #4a5258;
text-transform: uppercase;
font-size: 22px;
font-weight: 600; padding:10px 10px; margin:0; background:#d82a2b; color:#fff;}
.right-menu{box-shadow: inset 0px 0px 8px #ccc;
-moz-box-shadow: inset 0px 0px 8px #ccc;
-webkit-box-shadow: inset 0px 0px 8px #ccc; margin:15px 0;}
.right-menu h4{color: #4a5258;
text-transform: uppercase;
font-size: 22px;
font-weight: 600; padding:10px 10px; margin:0; background:#d82a2b; color:#fff;}
.right-menu > ul > li > a{ color:#333;}
.right-menu > ul > li > a:hover{ color:#d82a2b;}
.similer-tour-right ul li {
    width: 100%;
    float: left;
    padding: 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.similer-tour-gallery {
    width: 100%;
}
.similer-tour-gallery img {
    width: 100%;
    margin-top: 20px;
}
.similer-tour-gallery-des h4 {
    color: #565b68;
}
.package_container2{ width:100%; height:auto; overflow:hidden;}

.package_container2 .bottom_content{ height:auto;  overflow:hidden; 
border: 1px solid #D4D4D4;
/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 2px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 2px;   
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 2px; 
margin-bottom: 20px;
-webkit-box-shadow: 0px 0px 4px 0px #d4d4d4;
-moz-box-shadow:    0px 0px 4px 0px #d4d4d4;
box-shadow:         0px 0px 4px 0px #d4d4d4;
background-color: #FFF;
 font: 17px/26px 'calibri' !important;
 padding-bottom: 10px; }

.package_container2 .bottom_content .fl{  height:auto;
 overflow:hidden; float:left; border:1px solid #e6e6e6; margin: 20px 10px 0; width:98% }
 
 
.package_container2 .bottom_content .fl2{  height:auto;
 overflow:hidden; float:left; margin: 10px 1%; width:98%;}
 
  .package_container2 .bottom_content .fl-one { width:26%; padding:2% 2%;
 height:auto;
 overflow:hidden; float:left; text-align:center;}

.package_container2 .bottom_content .fl-one img{ height:80px;}

.package_container2 .bottom_content .fl-one .hd-txt{font-size:23px; color: #333; text-align: center; line-height: 40px; padding: 0px; margin-top:5px; }
 
   .package_container2 .bottom_content .fl-two { width:73%; padding:10px 0px 0px 10px; border-left:1px solid #e6e6e6;
 height:100%;
 min-height:160px;
 overflow:hidden; float:left;}
 
 
 .package_container2 .bottom_content .fl-two .h-text {
    background-color: #FFF3F3;
padding: 7px 10px 10px 7px;
margin-top: 5px;
border: 1px solid #FED3D3;
text-align:center;
}

 .package_container2 .bottom_content .h-text {
    background-color: #FFF3F3;
padding: 7px 10px 10px 7px;
margin-top:0px;
border: 1px solid #FED3D3;
}

   .package_container2 .bottom_content .fl-two .left1 { width:17%; padding:0.5% 1%;
 height:auto;
 overflow:hidden; float:left; color:#333!important; }
 
    .package_container2 .bottom_content .fl-two .left2 { width:80%; padding:0.5% 0%;
 height:auto;
 overflow:hidden; float:left;}
 .fl-two ul li{ list-style:none; margin-left:20px;}
 
 .fl-two ul li:before {
  
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 10px;
  z-index:999;
  margin-left:-20px;
  font-weight: bold;
}

   .package_container2 .bottom_content .fl-two .full { width:100%; padding:0.5% 0%;
 height:auto;
 overflow:hidden; float:left;}
  .bottom_content .table-responsive{ float:left; width:100%;}
 .bottom_content .table-responsive .table{ float:left; margin:15px 10px 0px; width:98%;}
.bottom_content .table thead > tr > th{ background:#f7ad00; color:#fff; font-size:18px;}
.bottom_content .table > tbody > tr > td{ font-size:14px;}
.cp-text h3{ font-size:35px;}
.cp-text p{ margin-bottom:20px;}
.privacy p{ float:left; width:100%; font-size:16px; line-height:18px; margin-bottom:15px;}
.privacy ul,ol{float:left; width:100%; margin:0; padding:0;}
.privacy ul,ol li{ list-style:disc !important; line-height:24px; font-size:15px; margin-left:30px;}
.privacy ul li{ list-style:disc !important; line-height:24px; font-size:15px; margin-left:30px;}
.privacy h4{ font-size:24px; margin-top:20px; color:#f7ad00; font-weight:600;}
.privacy a{ color:#d82a2b;}
.equal_heght{ height:230px!important;}
.mt10{ margin-bottom:10px!important;}
.main-image img{ width:100%; margin:0; padding:0; margin-bottom:15px;}
.Additional h4{ color:#d82a2b!important; font-size:24px;}
.Additional p span{ color:#000;}
.Additional p{ color:#444;}
.need-help{ float:left; width:100%; margin:0; padding:1px 10px; margin-bottom:10px; /*background:#d82a2b;*/ border:1px solid #d82a2b;}
.need-help h4{ color:#d82a2b;}
.need-help h4 i{ margin-right:10px; color:#d82a2b;}
.why-choose{ float:left; width:100%; margin:10px 0; padding:0 10px; border:1px solid #eee;}
.why-choose h4{color:#d82a2b;}
.why-choose ul { margin-bottom:15px;}
.why-choose ul li p{ font-size:14px; color:#333; border-bottom:1px solid #eee; padding:8px 0px;}
.why-choose ul li p i{color:#f1c80c; margin-right:10px;}
.table thead > tr > th {
    background: #f7ad00;
    color: #fff;
    font-size: 18px;
}
.open-title {
    background: #fcfcfc;
}
.open-title a{ text-decoration:none;}
.open-title  h3{ margin:0 !important; text-align:left; padding-left:10px;}
.left-title{

padding: 5px 10px;
margin:0;
line-height: 20px;

background: #f7ad00;
color: #FFF !important;
font-size: 15px !important;

font-family: arial;
text-transform:capitalize;;
font-weight: bold;
border-bottom: 1px solid #c68f0d;

}

.left-title a{

	color:#fff;
	text-decoration:none;

}

.left-title a:hover{
text-decoration:none;
}

.left-title:hover{
text-decoration:none;
	cursor:pointer;
	background:#d82a2b;

}

.submenu-list{

	display:none;

	transition:all 2s;

	position:absolute;

	    right: 240px;

	top:0px;

	z-index:999;

	background:#fff;

	width:200px;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);

-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);

box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);

}

.submenu:hover .submenu-list{

	display:block;

	transition:all 2s;

}

.submenu{

	position:relative;

}

.left-list li:hover{

 background: #f7ad00 url("../images/arrow_w.png") no-repeat scroll 10px 12px !important;
 box-shadow: 0px 2px 5px #CCC;

}

.left-list li:hover a{

	 color: #FFF;
text-decoration:none;
}

.left-list li:hover .submenu-list a{

	 color: #000;
	 text-decoration:none;

}

.submenu-list li:hover a{

	color:#fff !important;
	text-decoration:none;

}

.left-list li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    background: transparent url("../images/arrow.png") no-repeat scroll 0px 12px;
    padding-left: 20px;
    line-height: 30px;
}
.left-list li  a{ color:#333; text-decoration:none;}
.left-list li:hover {

background:#f7ad00 !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


    box-shadow: 0px 2px 5px #CCC;
}
.submenu-list li:hover a{

	color:#fff !important;
	text-decoration:none;

}
.road{ float:left; width:100%; height:60px; background:url(../images/road.jpg) repeat;}
.cities{ float:left; width:100%; height:auto; margin:0; padding:0;}
.cities li{    list-style: none;
    background: url(../images/fair_ar.png);
    background-repeat: no-repeat;
    background-position: right 12px;
    border: 1px solid #d82a2b;;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 25px 8px 15px;
    color: #585858;
    font-size: 14px;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;}
.alert{ float:left; width:100%; }
.cp-offers-inner .cp-text:hover{ background:none !important;}
.hotels-list{margin-left:10px!important;}
.hotels-list li{ list-style: none;
    background: url(../images/fair_ar.png);
    background-repeat: no-repeat;
    background-position: left 12px;
	padding: 10px 20px;
	}
	
#hotel-reviews .guest-reviews,#cruise-reviews .guest-reviews {
	margin-top:25px;
	margin-bottom:30px
}
#hotel-reviews .guest-reviews .comment-container,#cruise-reviews .guest-reviews .comment-container {
	padding-left:20px
}
.guest-review .author {
    text-align: center;
    border-right: 1px solid #f5f5f5;
    padding-top: 25px;
    padding-bottom: 25px;
}
.guest-review .author > a {
    width: 74px;
    height: 74px;
}
.guest-review .author img {
    width: 100%;
}
.guest-review .author .name {
    color: #2d3e52;
    font-size: 1.0833em;
    margin-bottom: 0;
}
.guest-review .author .date {
    text-transform: uppercase;
    font-size: 0.8333em;
}
.guest-review .comment-container {
    padding-top: 25px;
    padding-bottom: 25px;
}
.table-wrapper .table-cell {
    display: table-cell;
    vertical-align: top;
    float: none !important;
}
#hotel-reviews .guest-reviews .comment-container, #cruise-reviews .guest-reviews .comment-container {
    padding-left: 20px;
}
.guest-review .comment-container .review-score {
    float: right;
}
.five-stars-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;
}
.guest-review .comment-container .comment-title {
    color: #d82a2b;
    float: left;
    font-style: italic;
}
.guest-review .comment-container .comment-content p {
    line-height: 2em;
}
.guest-review {
    border-top: 1px solid #f5f5f5;
    float: left;
    width: 100%;
}
.hotels-t{ float:left; width:100%; margin:0 0 40px; padding:0;}

.intro.table-wrapper {
    padding: 0;
    border-spacing: 15px;
    border-collapse: separate;
    table-layout: fixed;
}
.intro {
    background: #f5f5f5;
}
.price-section {
    padding: 25px 20px 0 25px;
}
.price-section .details {
    float: left;
    margin-bottom: 20px;
}
.box-title {
    margin-bottom: 0;
    line-height: 1em;
}
.box-title {
    margin: 0;
}
.box-title small {
    font-size: 10px;
    color: #838383;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
}
.table-wrapper {
    display: table;
	margin-bottom:20px;
}
#tour-details .flights {
    width: 100%;
	
}
.table-wrapper .table-row {
    display: table-row;
    float: none !important;
	
}
.flights .table-cell {
    padding: 20px 4px;
    border: 1px solid #f5f5f5;
    text-align: center;
    width: 1%;
}
.table-wrapper .table-cell {
    background: #fff;
}
/*.flights .table-cell:first-child {
    padding-left: 25px;
    text-align: left;
}*/
.table-wrapper .table-cell:first-child {
    margin-bottom: 15px;
}
.flights .icon {
    color: #fdb714;
    font-size: 18px;
    margin-right: 8px;
    position: relative;
    top: -14px;
    display: inline-block;
}

.flights dl {
    text-transform: uppercase;
    font-size: 0.8333em;
    display: inline-block;
    margin-bottom: 0;
}
.price-section .details {
    float: left;
    margin-bottom: 20px;
}
.table-cell dl dt{ font-size:16px; color:#333;}
.table-cell dl dd{ font-size:18px; color:#000;}
.padding-1{padding: 15px 15px 0!important;}
.price-bg{background: #d82a2b !important;}
.price-bg dl dt {

    color: #fff!important;
	font-size:22px;
}
.price-bg dl dd {
       color: #fff!important;
}
/*.tourpack-deatils img{ width:100%;}*/
.cp-ft-form-box h4 span{color:#ff9900;}
.cp-ft-form-box h4 span strong{color:#d82a2b;}
.inner-holder span{ float:left; font-size:14px; margin-bottom:8px;}
.hotels img{ width:100%; padding:5px; border:1px solid #eee; margin-bottom:15px;}
.widget-popular ul li .cp-popular-holder .cp-thumb{ width:100%; margin-bottom:10px;}
.widget-popular ul li .cp-popular-holder .cp-thumb img{ width:100%; height:auto;}
.widget-popular ul li .cp-popular-holder  .cp-text{ overflow:inherit;}
.subscribe{
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(-90deg);
    position: fixed;
    top: 250px;
    border: none;
    z-index: 999;
    background: #b03033;
    color: #fff;
    font-size: 19px;
    padding: 12px 24px;
    left: -102px;
    border: medium none;
	text-decoration:none;
	border-radius:0px 0px 8px 8px;
}
.subscribe:hover{ text-decoration:none; color:#fff;}
.market_list{float:left;width:100%;margin:0;padding:0}
.market_list li{list-style:none;padding-right:10px;line-height:20px;width:25%;display:inline-block;float:left}
.market_list li:before{content:none!important;margin-right:0!important}
.market_list li a{width:auto;height:auto;padding:10px 0 10px 12px;margin:0 0 9px 0;display:block!important;color:#333!important;font-size:14px;background-color:#ddd}
.market_list li a:hover{background:#d82a2b;color:#fff!important}