html {

}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}






.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 1000;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    max-width: 600px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.loading { background: red;pointer-events: none; }






.main-search {
	width:900px;
	display:inline-block;
	margin:auto;
	font-size:12px;
}
.width_100 { width:100%; float:left; }
.width_50 { width:50%; }
.width_33 { width:33%; }
.width_30 { width:30%; }
.width_70 { width:70%; }
.width_90 { width:90%; }
.toleft { float:left; }
.right { float:right; }
.mar_b_10 { margin-bottom:10px; }
.mar_r_15 { margin-right:15px; }
.mar_b_20 { margin-bottom:20px; }
.width_auto { width:auto; }
.inline { display: inline-block; }

.main-search  .tab_unit {
	float:left;
	width:auto;
	padding:0 15px;
	background:#00aaad;
	margin-right:5px;
	height:30px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	margin-top:10px;
}

.main-search  .tab_unit.sel {
	height:40px;
	line-height:40px;
	margin-top:0px !important;
}

.main-search .search-wrap { width:100%; float:left; background:#fff; padding:10px; }

.main-search .part { width:260px; float:left; }
.main-search .part.part_03 { width:230px; float:left; }

.main-search .part .radio_btn { margin:8px 0 0 0; line-height:20px; }
.main-search .part .radio_btn:first-child { margin-right: 15px !important; } 

.radio_btn {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.radio_btn:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_btn input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after, .checkmark:before {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_btn input:checked ~ .checkmark:after, .radio_btn input:checked ~ .checkmark:before {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_btn .checkmark:after {
 	top: 5px;
	left: 10px;
	width: 3px;
	height: 10px;
	background: white;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.radio_btn .checkmark:before {
 	top: 8px;
	left: 6px;
	width: 3px;
	height: 5px;
	background: white;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.main-search .part.part_02 { padding-right:20px;width:300px; }
.date_holder { width:100%; float:left; border:1px solid #CACACA;
	border-radius:3px; }
	
.main-search .part.part_02 input {
	width:128px;
	padding:10px;
	float:left;
	border:0 !important;
	cursor:pointer;
        font-size:12px;
	
}
span.separator { width:20px;float:left;line-height:35px; text-align: center; }

.main-search .spin_control, .search-unit.inside-search .spin_control {
	width:101px;
	float:left;
	border:1px solid #CACACA;
	border-radius:3px;
	margin-bottom: 10px;
}
.main-search .spin_control *, .search-unit.inside-search .spin_control * { float:left; height:35px; width:33px; }
.main-search .spin_control a, .search-unit.inside-search .spin_control a {
	background:url('../assets/images/spinner-arrows.png') left top no-repeat;
}
.main-search .spin_control a:hover, .search-unit.inside-search .spin_control a:hover { background:url('../assets/images/spinner-arrows.png') left top no-repeat #fdf9f9; }
.main-search .spin_control a.up_down, .search-unit.inside-search .spin_control a.up_down { background-position:-20px -19px; border-right:1px solid #CACACA; }
.main-search .spin_control a.up_up, .search-unit.inside-search .spin_control a.up_up { background-position:11px 13px; border-left:1px solid #CACACA; }
.main-search .spin_control .count_show, .search-unit.inside-search .spin_control .count_show { text-align:center;line-height:35px; }
.btn_mainSearch {
	float: right;
    background: #ea2330;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
	cursor: pointer;
	border: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
          transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);  
          box-shadow: none;
  outline: none;
          cursor: pointer;
          border-color:transparent;
}
.btn_mainSearch:hover {
    background: #bb1f29;
}
.btn_mainSearch:active {
    transform: scale(1.1);
}
a.clearSearch { float:right; color:#2196F3; margin: 10px 10px 0 0; text-decoration:none; }
a.clearSearch:hover { text-decoration:underline; }
.pax-count { position:relative; }
.pax-count .paxover { cursor: pointer;text-align: center; }
.pax-count .paxover > span {
	line-height:35px;
	margin:0 5px;
}
.pax_drop {
	width: 230px;
	height: 150px;
	position: absolute;
	left:0;
	top: 35px;
	background:#fff;
	border:1px solid #cacaca;
	z-index:50;
	padding:10px;
}
label.spin_lbl  { float:left; line-height:35px; width:50%; }
.pax_drop_over {
	position:fixed;
	z-index:45;
	left:0;
	top:0;
	right:0;
	bottom:0;
}





.popUpPart {
	position: fixed !important;
    z-index: 2000 !important;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    overflow-y: auto !important;
    background: rgba(0, 0, 0, 0.75) !important;
	text-align:center;
	padding:40px 0;
}

.popUpPart .dialogue_part {
	width:500px;
	background:#FFF;
	
	height:300px;
	display:inline-block;
	margin:0 auto;
}










/* Booking confirmation */

.grey { background: #fbfbfb; margin-top: 50px; }
a:hover { text-decoration:none !important; }
.pad_10 { padding:10px; }
.pad_20 { padding:20px; }
.pad_b_0 { padding-bottom:0; }
.mar_t_0 { margin-top:0px; } 
.mar_t_10 { margin-top:10px; } 
.mar_t_20 { margin-top:20px; } 
.mar_l_10 { margin-left:10px; } 

.width_40 { width:40%; float:left; }
.width_20 { width:20%; float:left; }

a.top_tabs {
	float:left;
	width:auto;
	padding:0 15px;
	background:#cecece;
	margin-right:5px;
	height:30px;
	font-size:14px;
	color:#000;
	text-decoration:none;
	line-height:30px;
	margin-top:10px;
}

a.top_tabs.sel {
	height:40px;
	line-height:40px;
	margin-top:0px !important;
	background:#aeaaab;
}

.cmn_brdr { border:1px solid #CACACA; background: #fff;margin-bottom:15px;box-shadow: 0px 0px 5px #cacaca;-webkit-box-shadow: 0px 0px 5px #cacaca;-o-box-shadow: 0px 0px 5px #cacaca; }
.thumb_hldr span { width:calc(100% / 6 );float:left; padding:0 10px; margin-bottom: 10px; }

.cmn_brdr .head-unt { background:#eee;width:100%;padding: 10px;float:left; }
.cmn_brdr .head-unt a { float:right; color:#000;font-size:10px;margin-top:3px; }
.cmn_brdr p { margin:0; font-size:12px; }

.boat-details .price_details { margin-top: 40px; position:relative; }
.boat-details .price_details .preload { position:absolute;left:0;top:0;bottom:0;right:0; background:url('../assets/images/ajax-loader.gif') center center no-repeat rgba(255,255,255,.6); z-index:99;  }
.boat-details .price_details h3 { margin:0 0 10px 0;font-weight:normal; font-size:16px; }
.boat_location { font-size:12px; color:#499bd6; padding-left: 20px; background: url('../assets/images/pointer.png') left top no-repeat;margin-bottom: 10px;  }
.boat_rating { background: url('../assets/images/star.png') left top no-repeat;margin-bottom: 10px;width: 80px;height:18px;  }
.fz12 { font-size: 12px; }
.sep_arw { width: 40px;float:left;margin-top:10px;background: url('../assets/images/pointer_checkin.png') center center no-repeat; height: 25px; }
.check-in { width:calc((100% - 40px) / 2);float:left; margin-top:10px; }

.small-head { width:100%; float:left;text-decoration:underline;margin-bottom:10px; }

.total-pay { width:100%; float:left;background:#eeeeee;padding:10px; text-align:center; font-size:18px;margin-bottom:15px; font-weight: bold; }
.total-pay span { text-align:left; width:50%; float:left; }
.total-pay span:last-child { text-align:right; } 



.add-on { width:100%; float:left; margin-bottom:15px; }
.add-on ._price { float:right; text-align:right; }


.check-box {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:normal;
  margin-bottom:0;
  line-height:20px;
  float:left;
  margin-right:10px;
}

/* Hide the browser's default checkbox */
.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-box .checkmark  {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-box input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-box:after, .check-box:before {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after, .check-box input:checked ~ .checkmark:before {
  display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
  top: 5px;
	left: 10px;
	width: 3px;
	height: 10px;
	background: white;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check-box .checkmark:before {
 	top: 8px;
	left: 6px;
	width: 3px;
	height: 5px;
	background: white;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rel { position: relative; }

/* Top Banner */
.top-banner {
	width:100%;
	float:left;
	background:#f9607f;
	margin-bottom:15px;
	padding:5px 0 0 30px;
}
.more_info {
	text-align:right;
	padding: 30px 30px 0 0;
	display:flex;
	flex-direction: column;
	justify-content: center;
  align-items:center;
}
.more_info span { width:100%; float:left; text-align:right;color:#fff; }
.more_info span:last-child { align-self: flex-end; font-size: 11px;margin-top: 50px; }

.ribbon { width:auto; float:left;position:relative;min-height:100px;min-width:250px;font-family: 'Anton', sans-serif; margin: 30px 0 20px 0;  }
.ribbon .side { background:#ede834;width:30px;height:40px;position:absolute;
	left:0;top:10px;z-index:8;
 }
.ribbon .txt { background:#ede834;width:198px;height:46px; border:3px solid #f9607f; text-align:center;
	position:absolute;
	left:24px;
	top:0;
	z-index:10;
	line-height:40px;
	font-size:18px;
        color:#77574c;
 }
.ribbon .side:after {
	position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid #f9607f;
    border-right: 15px solid transparent;
    border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
    left:0;
    top: 0;
    content: "";
    background: none;
}

.ribbon .side.right-side { left:unset; right:4px; }
.ribbon .side.right-side:after {
	border-left: 20px solid transparent;
    border-right: 20px solid #f9607f;
    border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	right:0;
	left:unset;
}
.ribbon .price {
	width:100%;
	float:left;
	margin-top:45px;
	line-height:40px;
	font-size:31px;
	text-align:center;
        color:#fff;
}
hr { width: 100%; float: left; }
.price_details a, .bkng-conf a { color: #0675d3; font-size: 13px; text-decoration: underline; }
.clear { clear: both; }
.inner_body_wrap {
    padding-top: 20px;
}
a.final-btn { margin:0 !important;background:#eb2330;width:100%; border:0; color:#fff;font-size:16px; border-radius:3px;padding:10px 0;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;float:left; text-align: center; color:#fff !important;font-size: 20px; text-decoration: none; }
a.final-btn:hover { background:#a7000b; }

.bkng-conf { padding:15px !important; }
.bkng-conf h4 { float: left; font-weight: normal; font-size: 18px; margin:10px 0; }
.bkng-conf a { float:left;margin: 10px; }
.form_div label { width: 100%; font-size: 13px; margin-bottom: 5px; }

input.from-txt { width: 100%; padding: 10px; float:left; border:1px solid #CACACA; background: #f9f9f9; font-size: 13px;  }
.bkng-price.price_details { margin-top: 0; }
.bkng-price.price_details .price { font-size: 13px; }
.bkng-price.price_details .price label { float: left; margin: 0 10px 0 0; color: grey; }
.bkng-price.price_details .price hr { width: 100%; float:left;margin: 10px 0 !important; }
.disclaimer a { float:none !important;margin: 0 !important; }


.user-menu ul, .user-menu ul li { width: 100%; float: left; list-style: none; }
.user-menu ul { padding: 0;margin: 0; }
.user-menu ul li { border-bottom: 1px solid #CACACA; }
.user-menu ul li a { font-size: 12px; color:#000; display: block; padding: 10px 15px; }
.user-menu ul li a i { margin-right: 10px; color: #444343; }
.user-menu ul li a:hover { background: #f7f4f4; }
.user-menu ul li a.selected { background: #e2e2e2; }

.dashboard h4 { width: 100%; float: left; font-size: 18px; font-weight: normal; margin: 10px 0 0 0; }
.top-menu {
    margin: 8px 10px 0 0;
    font-size: 15px;
    display: inline-block;
}

.boat_facilities, .boat_facilities ul { width: 100%; float: left; padding: 0; }
.boat_facilities ul, .boat_facilities ul li { list-style: none; }
.boat_facilities ul li { width: 50%; float: left;margin: 5px 0; font-size: 13px;padding-left: 10px; }
.boat_facilities ul li i { color: red; font-size: 9px; margin: 6px 8px 0 0; float:left; }

.hide { display: none; }


/* NEW */
a.top_tabs {
	float:left;
	width:auto;
	padding:0 15px;
	background:#eeeeee;
	margin-right:5px;
	height:30px;
	font-size:14px;
	color:#000;
	text-decoration:none;
	line-height:30px;
	margin-top:10px;
	transition: all 0.1s ease;-webkit-transition: all 0.1s ease;
}
.photoGal, .videoGal {
	transition: all 0.1s ease;-webkit-transition: all 0.1s ease;
}


span.boat_class { height:20px; background: #f9607f; padding:3px 10px 3px 11px; margin-left:30px; color:#fff;font-size:11px;float:left; position:relative;}
span.boat_class:before { 
	position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 10px solid #f9607f;
    border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
    left: -30px;
    top: 0px;
    content: "";
 }
 span.boat_class:after { 
	position: absolute;
    width: 5px;
    height: 5px;
	background:#fff;
	border-radius:50%;
    left: 0px;
    top: 8px;
    content: "";
 }
 
 
.boat_det { width:100%; float:left;background:#fff;border-radius:5px;overflow:hidden; position:relative; margin-bottom: 15px; }
.boat_det span.cru_type { position:absolute; left:0; top: 30px; background:#EE2E24;color: #fff;
    padding: 7px 12px;z-index:9; }
.boat_det .img_wrap { width:100%; float:left; position:relative; transition: all 2s ease;-webkit-transition: all 2s ease; }
.boat_det .img_wrap:after {
	position: absolute;
	background:rgba(0,0,0,0.1);
    left: 0; right:0;
    top: 0; bottom:0;
    content: "";
	z-index:8;
	display:none;
	
}
.boat_det .img_wrap:hover:after { display:block; }
.boat_det .con_wrap { width:100%; float:left; padding:10px; }
.boat_det .con_wrap h3 { padding:0;margin:0 0 10px 0;font-weight:normal;font-size:16px; }
.boat_det .con_wrap .boat_location { margin-bottom:10px; }
.boat_det .con_wrap .rates { width:auto;float:left;background:#EE2E24; color:#FFF;font-size:11px;padding:0 5px;line-height:20px; }
.boat_det .con_wrap .class_cat { width:auto;float:left;background:#ffbdba; color:#EE2E24;font-size:11px;padding:0 8px;line-height:20px; }
.boat_det .con_wrap hr { margin:10px 0; }
.boat_det .con_wrap .list-wrap span { width:100%;float:left; }
.boat_det .con_wrap .list-wrap span._sub { font-size:12px; color:#828181; }
.boat_det .con_wrap ._price { text-align:right; }
.boat_det .con_wrap ._price span { font-size:22px;line-height: 50px;font-weight: bold; }
.boat_det .con_wrap ._price span:last-child { font-size:13px;color:#828181; }
._results  { margin-bottom:10px; line-height:30px;  }
.lazy_load { width:auto;display:inline-block; margin: 0px 10px; }
.lazy_load a { padding: 10px 15px; }
.fznrml { font-size: 1rem; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ad_on { float:left;width: auto; padding:3px 5px; background: #f5a7b7;margin-right: 10px; }
label.radio_btn { color: #000 !important; }

.main-search.modify { width: 100%; margin-bottom: 10px; }
.main-search.modify .search-wrap { padding: 10px 10px 20px 20px; }
.main-search.modify .search-wrap a.link { color: #0675d3; text-decoration: underline; padding: 20px 10px 0 10px;  }
.main-search.modify .search-wrap h4 {
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 16px;
}


.ui-datepicker.ui-widget.ui-widget-content { background: #fff !important; } 
.ui-datepicker-header.ui-widget-header { border: none; background: none;color:#000;font-weight: normal; font-size: 13px; }
.ui-datepicker-calendar th span { font-weight: normal; font-size: 12px; }
.ui-datepicker-calendar a {font-weight: normal !important; font-size: 12px !important; border:0 !important; background: none !important;color:#000 !important;  }
.ui-datepicker-calendar a:hover {  }
.ui-datepicker-calendar th { padding: 0 !important; }
.ui-datepicker-calendar span.ui-state-default { border:0 !important; background: none !important;color:#292929 !important;font-weight: normal !important; font-size: 12px !important; }
.ui-datepicker-calendar a.ui-state-active { background: #eaeaea !important; }
.ui-datepicker td { padding-left: 10px !important; }





.login-modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 1000;
	text-align: center;
}

.login-modal .login-content .loginProcess {
    position: absolute;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 1002;
}

/* Modal Content */
.login-modal .login-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    max-width: 400px;
	border-radius:3px;
	display: inline-block;
	text-align:left;
    position: relative;
}

.login-modal .login-content * {
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
          transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

/* The Close Button */
.login-modal .close-btn {
    color: #9c9c9c;
    float: right;
    font-size: 28px;
    font-weight: normal;
	line-height: 15px;
}

.login-modal .close-btn:hover,
.login-modal .close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.login-content .login-row { width:100%; float:left;position:relative }
.login-content .login-row label { position: absolute; left:0; top:19px; font-weight:normal;font-size: 13px; color:#a1a2a4;
-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
          transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
 }
.login-content .login-row .login-text { width:100%; float:left;border:none;border-bottom:1px solid #a1a2a4; height:35px; padding:10px 0; font-size: 13px; margin: 10px 0 10px 0;  }
.login-content .login-row .login-text:focus,.login-content .login-row .login-text:valid {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}
.login-content .login-row .login-text:focus ~ label,
.login-content .login-row .login-text:valid ~ label {
  color: #66afe9;
  top: -2px;
  background: white;
  font-size:11px;
}
.login-content a.forgot { color:#a6a6a7; font-size:12px; float:right; margin-top: 10px; }
.login-content a.forgot:hover { color:#333; }

.login-content .register { width: 100%; float:left; }
.login-content .register p { width: auto; float:left; font-size: 13px; margin:0 10px 0 0; }
.login-content .register a { color:#428dc7; font-size:13px; float:left;  }
.login-content .register a:hover { color:#0e3f65; }
.login-modal .login-content h4 { width:90%; float:left; font-weight: normal;margin:0 0 5px 0; font-size:15px; }
.login-modal .login-content .msg { width:100%; float:left; font-size: 12px; margin: 10px 0; color:red; }
.login-content label.radio_btn { font-weight:normal;font-size: 12px;line-height: 20px; }


span.sep { width:100%; float:left; height:15px; border-bottom:1px solid #CACACA; position:relative; }
span.sep:after { width:20px;height:20px; background:#fff; position:absolute; left:50%; top:3px; content:attr(data-title); color:#a1a2a4; text-align:center; line-height: 20px; font-size: 12px;
	margin: 0 0 0 -10px;
  }
.social-media-login { width:100%; float:left; margin-top: 15px; }
.social-media-login span.divs { width:10%; float:left; min-height:20px;  }
.social-btn {
	width:45%;
	float:left;
    background: #ea2330;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
	cursor: pointer;
	border: 0;
        font-size: 13px;
}
.social-btn.fb { background: #4267b2; }
.hidden { display: none; }
.btn_mainSearch.login { font-size: 13px; }
.btn_mainSearch.login span { width: auto; display: inline-block; }
.btn_mainSearch.login i { width: 20px; height: 11px;  background:url('../assets/images/ajax-loader-white.gif') center center no-repeat; margin-left: 5px; display: none; }
.btn_mainSearch.login.loading i { display: inline-block; } 


div.tabs { width: 100%; float:left; border-bottom: 1px solid #CACACA; padding: 0; margin-bottom: 10px; }
div.tabs a { font-size: 13px;float: left;color: #6e6a7b; padding: 10px; }
div.tabs a:hover { color: #000; }
div.tabs a.selected { border-bottom: 2px solid #038390;color: #000; }

.bookings { width: 100%; float:left; border:1px solid #CACACA; margin: 15px 0;padding: 10px 0;position: relative; }
.bookings:hover { background: #f9f9f9; }
.bookings .pad_box { padding: 10px 20px; }
.bookings label { font-size: 13px; width: auto; float: left; padding-right: 10px; color: #989393; margin-bottom: 0; line-height: 25px;  }
.bookings .for-label span { font-size: 14px; color: #000; line-height: 25px;  }
.bookings .passenger { width: 100%; border-top:1px solid #CACACA; border-bottom: 1px solid #CACACA;position: relative; overflow: hidden; }
.bookings .passenger label, .bookings .passenger span { width: 100%;font-size: 14px; }




.bookings a.cancel-kng { font-size: 13px; float: left; margin-top: 15px; color: #ea2330; }


/* .bookings .passenger .amount:after {
    position: absolute;
    right: 0;
    top:0;
    width: 25px;
    height: 25px;
    background: #fff;
    content: "";
    border-radius: 50%;
    border: 1px solid #CACACA;
} */



table.booking-table { width:100%; float:left; font-size:12px;margin-top:20px; }
table.booking-table th { color:#a1a3a7;padding:10px 5px; }
table.booking-table td { color:#000;padding:10px 5px;cursor:pointer; }
table.booking-table tr:nth-child(even) td { background:#f7f6f6; }
span.status { display:inline-block; border-radius:2px; padding:2px 5px;background:#fff; }
span.status.confirmed { background:#88b62f;color:#fff; }
span.status.failed { background:#d64c4c;color:#fff; }
span.status.cancelled { background:#333;color:#fff; }
span.status.cancel { background:#9e8f8f;color:#fff; }
span.status.initiated { background:#dcb10d;color:#fff; }

table.booking-table tr:hover td { background:#e2e2e2; }
table.book-det { width:100%; float:left; font-size:12px; }
table.book-det td { color:#000;padding:10px 5px;border-bottom:1px solid #e2e2e2;text-align:left; }
.top-links { text-align:right;margin-bottom:10px; }
.top-links a { font-size:13px; margin-left:10px;padding:5px 8px 8px 8px;background:olive;border-radius:4px;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 0.5);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 0.5);  
 }
.top-links a i { margin-right:2px; }
.top-links a.cancel { background:#e15b4b;color:#fff; }
.top-links a:hover.cancel { background:#be3e25;color:#fff; }
.top-links a.note { background:#5b6379;color:#fff; }
.top-links a:hover.note { background:#2a3248;color:#fff; }
.form-control.cmn-text {
    width: 100%;
    padding: 10px;
    float: left;
    border: 1px solid #CACACA;
    background: #f9f9f9;
    font-size: 13px;
    resize:none;
}
.form-control.cmn-text:focus { outline:none; }
.mar_b_0 { margin-bottom:0 !important; }
.dashboard .alert { font-size:13px !important; }
.stars, .stars-rate { width:auto; float:left; margin-right: 10px; }
.stars-rate  { font-size:13px; }
.stars a { color:#8a8989; }
.stars a.over { color:#e8a404; } 
.stars a.sltd { color:#e8a404; } 
.thumb_hldr img { cursor: pointer; }

.pagging { width: 100%;float:left; margin-top: 15px;text-align: right; }
.pagging .pagination { width: auto;float:right;margin:0; }
.pagging .pagination li { float: left; width: 25px;height: 25px;line-height: 25px; }
.pagging .pagination li a { display: block; text-align: center;width:100%; float:left;line-height: 25px;font-size: 13px; }

.search-unit.inside-search .part_01, .search-unit.inside-search .part_02, .search-unit.inside-search .part_03 { margin: 10px 0;float:left;width:100%; }
.search-unit.inside-search .part_01 label { margin-right: 15px; }
.search-unit.inside-search .part_02 .date_holder { border: none; }
.search-unit.inside-search .part_02 .date_holder label { margin-bottom: 5px;font-size: 12px;width:100%; float: left; }
.search-unit.inside-search .part_02 .date_holder input { margin-bottom: 10px;font-size: 12px;padding:10px; }
.search-unit.inside-search .part_03 .pax_drop { position: static; width: 100%; float:left;border:none;font-size: 12px;padding: 0; }

.search-unit.inside-search .part_03 .pax_drop label.spin_lbl { width: 70px; }

i.loading_more { width: 20px; height: 11px;  background:url('../assets/images/ajax-loader-white.gif') center center no-repeat; margin: 9px 0 0 15px; float:left; }
.list_btn span { float: left;font-size: 17px; }
._results.res_012 { width: auto;display: inline-block;line-height: 42px;margin:0; }
.ui-datepicker { z-index: 999 !important; }