/* Template CSS Styles */

.container {
	padding: 0;
}
.x {
	opacity: 1 !important;
	background: none repeat scroll 0 0 red;
	color: white;
	opacity: 1 !important;
	padding: 18px 23px 14px 19px !important;
	position: absolute !important;
	top: 9px !important;
	z-index: 9999 !important;
}
#top-header {
	background: #ffe300;
}
.top-row {
	padding: 8px 0;
}
.contact-email, .contact-phone {
	float: left;
	line-height: 14px;
	margin-right: 20px;
}
.contact-email {
	padding-left: 26px;
	font-size: 16px;
	background: url(../img/icons/envelope.html) 0 center no-repeat;
}
.contact-phone {
	font-size: 16px;
}
.header-social {
	float: left;
	padding-left: 15px;
	border-left: 1px solid #292c2f;
}
.social-media {
	margin: 0;
	list-style: none;
}
.social-media li {
	float: left;
	margin: 0 5px;
}
.social-media li a {
	float: left;
	height: 14px;
	width: 14px;
	line-height: 14px;
}
.social-media li a.sm-yahoo {
	width: 20px;
	background: url(../img/icons/yahoo.html) center center no-repeat;
}
.social-media li a.sm-facebook {
	width: 10px;
	background: url(../img/icons/facebook.html) center center no-repeat;
}
.social-media li a.sm-rss {
	background: url(../img/icons/rss.html) center center no-repeat;
}
.social-media li a.sm-flickr {
	background: url(../img/icons/flickr.html) center center no-repeat;
}
.social-media li a.sm-windows {
	background: url(../img/icons/windows.html) center center no-repeat;
}
.social-media li a.sm-stumble {
	background: url(../img/icons/stumble.html) center center no-repeat;
}
.social-media li a span {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
.right-part {
	width: 400px;
}
.top-link {
	float: right;
	line-height: 14px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #292c2f;
}
.search-input {
	float: left;
	width: 120px;
	font-size: 12px;
	color: #292c2f;
	height: 16px;
	line-height: 16px;
	background: transparent;
	border: none;
}
.search-submit {
	float: left;
	width: 12px;
	height: 14px;
	padding: 0;
	margin: 0;
	background: url(../img/icons/search.html) 0 center no-repeat;
	border: none;
}
.flot img {
	float: left;
}
.tab-content {
	background: #fff;
	padding: 15px;
}
.tib {
	border: none !important;
}
/* main menu */

#main-header {
	background: #fff;
}
#site-logo {
	width: 180px;
	height: 64px;
	line-height: 90px;
}
#main-menu {
	float: right;
	margin: 0;
	padding: 0;
}
.left {
	float: none !important;
}
.main-nav span {
	display: none;
}
#main-menu li {
	display: list-item;
	float: left;
	list-style: none outside none;
	margin-left: 3px;
	padding: 20px 10px;
	cursor: pointer;
	position: relative;
}
.tt-dropdown-menu {
	background: white;
	padding-left: 12px;
}
#main-menu li a {
	font-weight: normal;
	display: block;
	padding: 0px;
	color: #000;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}
#main-menu li:hover > a, #main-menu li.current-menu-item > a {
	color: #01b7f2;
}
#main-menu li ul, #main-menu li ul li ul {
	background-color: rgba(0,0,0,0.92);
	border-top: 3px solid;
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	position: absolute;
	top: 100%;
	margin-top: -10px;
	width: 190px;
	z-index: 91;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
#main-menu li ul li ul {
	top: 0;
	left: 100%;
}
#main-menu li ul li, #main-menu li ul li ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#main-menu li ul li a, #main-menu li ul li ul li a {
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 5px;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
#main-menu li ul li a:hover {
	padding-left: 15px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#main-menu li:hover > ul {
	left: 0;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
#main-menu li:last-child ul {
	left: auto;
	right: 0;
}
#main-menu li:hover > ul li:hover ul {
	left: 100%;
}
#main-menu ul li:hover {
	background-color: #000;
}
/* common classes */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 10px 20px 10px 0
}
img.alignright {
	margin: 10px 0 10px 20px
}
img.aligncenter {
	margin: 10px auto
}
.mart10 {
	margin-top: 10px;
}
.marb10 {
	margin-bottom: 10px;
}
.mart20 {
	margin-top: 20px;
}
.marb20 {
	margin-bottom: 20px;
}
.marb30 {
	margin-bottom: 30px;
}
.text-upper {
	text-transform: uppercase;
}
.btn {
	transition: background-color .3s ease, border-color .3s ease;
	-moz-transition: background-color .3s ease, border-color .3s ease;
	-webkit-transition: background-color .3s ease, border-color .3s ease;
	-o-transition: background-color .3s ease, border-color .3s ease;
	-ms-transition: background-color .3s ease, border-color .3s ease;
}
.headline {
	font-weight: 700;
}
.gray {
	background: #f1f1f1;
}
.dark-gray {
	background: #e6e6e6;
}
.box-shadow1 {
	box-shadow: 0 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px rgba(0,0,0, .2);
	-webkit-box-shadow: 0 1px rgba(0,0,0, .2);
	-ms-box-shadow: 0 1px rgba(0,0,0, .2);
}
blockquote {
	color: #292929;
	background: url(../img/icons/blockquote.html) 0 0 no-repeat #f1f1f1;
}
blockquote strong {
	font-size: 16px;
}
/* header banner */

#main-slider {
	width: 100%;
	background: url(../img/main-slider-bg.jpg);
	padding: 50px 0px 20px 0px;
}
.caption-yellow {
	background: #ffe300;
}
.caption-white {
	background: #fff;
}
.caption-black {
	color: #fff;
	background: #131516;
}
#header-banner {
	margin-bottom: 40px;
	background: url(../img/header-banner.html) center 0 no-repeat;
}
.banner-overlay {
	padding: 70px 0;
	background: rgba(0,0,0, .8);
}
#header-banner h1 {
	color: #ffe300;
	margin: 0;
}
#home-page {
	position: relative;
	z-index: 92;
	margin-top: -845px;
}
#page {
	margin-bottom: 10px;
}
/* tour planner */

.plan-tour {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	padding-left: 180px;
	position: relative;
	width: 100%;
	/*margin-bottom: 50px;*/

	min-height: 140px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;/*margin-top:-950px;*/

}
.plan-banner {
	background: none repeat scroll 0 0 #FFE300;
	padding: 17px 10px;
	text-align: right;
	width: 180px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.plan-banner > span {
	float: right;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -1px;
	padding-right: 30px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.plan-banner > h4 {
	font-size: 44px;
	line-height: 33px;
	letter-spacing: -2.5px;
	padding-right: 17px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.input-field {
	padding: 10px;
}
.input-field > input {
	width: 100%;
	color: #C6C6C6;
	border: 0;
	height: 30px;
	padding: 5px 10px;
	border-bottom: 1px solid #D6D6D6;
}
.top-fields, .bottom-fields {
	background: none repeat scroll 0 0 #ECECEC;
	float: left;
	padding: 10px;
	width: 100%;
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
	-o-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.bottom-fields {
	background: none;
}
.input-field.schedule > input {
	width: 46%;
	float: left;
}
button.icon {
	width: 32px;
	height: 32px;
	top: -33px;
	position: relative;
	float: right;
}
.calendar-icon {
	background: url("../img/icons/calendar-dp.html") no-repeat scroll center center rgba(0, 0, 0, 0);
	float: left;
	height: 30px;
	padding: 0 5px;
	width: 8%;
}
.input-field label {
	color: #94969B;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding-right: 10px;
}
.input-field.select label {
	float: left;
	width: 100%;
}
.input-field.select select, .input-field.select .minict_wrapper {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 6px 10px;
	width: 55%;
	background: none repeat scroll 0 0 #ECECEC;
	border: 0;
}
.submit-btn {
	padding: 10px;
}
.submit-btn input {
	background: none repeat scroll 0 0 #FFE401;
	border: 0 none;
	color: #292C2F;
	float: left;
	font-weight: 600;
	height: 30px;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
/* breadcrumbs */

.breadcrumb li {
	padding-left: 30px;
	background: url(../img/icons/bc-arrow.html) 10px center no-repeat;
}
.breadcrumb li.home {
	padding-left: 16px;
	background: url(../img/icons/bc-home.html) 0 5px no-repeat;
}
/* main page */

.ft-heading {
	margin-bottom: 20px;
	text-align: center;
}
.ft-heading-1 {
	margin-bottom: 20px;
	text-align: left;
}
.fu-heading {
	margin-bottom: 20px;
}
#ft-scroller {
	position: relative;
	margin-bottom: 10px;
}
.content-scroll {
	padding: 0;
	width: 2000em;
	list-style: none;
	position: absolute;
}
.content-scroll li {
	float: left;
	width: 292px;
	padding: 0 15px;
}
.ft-nav {
	width: 60px;
	height: 24px;
	position: absolute;
	top: -40px;
	right: 10px;
}
#ft-next, #ft-prev {
	float: left;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	transition: background .6s ease;
	-moz-transition: background .6s ease;
	-webkit-transition: background .6s ease;
	-o-transition: background .6s ease;
	-ms-transition: background .6s ease;
}
#ft-prev {
	background: url(../img/icons/left-arrow-light.html) 0 center no-repeat;
}
#ft-prev:hover {
	background: url(../img/icons/left-arrow.html) 0 center no-repeat;
}
#ft-next {
	margin-left: 5px;
	background: url(../img/icons/right-arrow-light.html) 0 center no-repeat;
}
#ft-next:hover {
	background: url(../img/icons/right-arrow.html) 0 center no-repeat;
}
.ft-item {
	float: left;
	margin-bottom: 30px;
}
.ft-image {
	float: left;
	width: 100%;
	display: block;
}
.ft-image img {
	width: 100%;
	height: auto;
}
.ft-data {
	float: left;
	width: 100%;
	padding: 10px 5px;
	background: #ffe300;
}
.ft-foot {
	float: left;
	width: 100%;
	padding: 3px 10px;
	background: #000;
	text-align: center;
}
.ft-title {
	font-size: 14px;
}
.ft-title a {
	color: #fff;
}
.ft-offer {
	float: right;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	margin-top: 10px;
}
.ft-hotel, .ft-plane, .ft-tea, .ft-boat, .ft-car {
	float: left;
	height: 16px;
	margin: 0 5px;
	color: #292c2f;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
}
.ft-hotel {
	background: url(../img/icons/hotel.html) 0 center no-repeat;
}
.ft-plane {
	background: url(../img/icons/plane.html) 0 center no-repeat;
}
.ft-tea {
	padding-left: 20px;
	background: url(../img/icons/cup.html) 0 center no-repeat;
}
.ft-data a:hover {
	color: #000;
}
.ft-foot-ex {
	float: left;
	width: 100%;
	padding: 6px 0 0;
}
.ft-date, .ft-temp {
	color: #94969b;
	font-size: 13px;
}
.ft-date {
	padding-left: 16px;
	background: url(../img/icons/calendar.html) 0 center no-repeat;
}
.ft-temp {
	padding-right: 16px;
	background: url(../img/icons/temp.html) right center no-repeat;
}
.bom-contents {
	padding: 20px 0;
	background: #f6f6f6;
}
.fd-column {
	padding-top: 100px;
	padding-bottom: 20px;
}
.featured-dest {
	padding: 80px 20px 20px;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #cacaca;
}
.fd-image {
	width: 150px;
	height: 150px;
	position: absolute;
	top: -75px;
	left: 50%;
	margin-left: -75px;
}
.btn-center {
	display: block;
	text-align: center;
}
.just {
	text-align: justify !important;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
/* tour plans */

.tour-plans {
	margin-bottom: 30px;
}
.plan-image {
	position: relative;
	overflow: hidden;
}
.post-data {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#page .post-data {
	margin-bottom: 0;
}
.plan-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.plan-image img {
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.offer-box {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.offer-top {
	width: 100%;
	padding: 10px 15px;
	background: #000;
}
.offer-top .ft-temp {
	color: #fff;
	margin: -5px -10px 0 0;
}
.offer-bottom {
	width: 100%;
	padding: 10px 15px;
	background: #ffe300;
}
.featured-cr {
	color: #ffe300;
	font-size: 20px;
	font-weight: 700;
}
.featured-cy {
	color: #fff;
	line-height: 1;
	font-size: 32px;
	margin: 0;
}
.featured-spe {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
.featured-btm {
	float: left;
	width: 100%;
	padding: 13px 10px;
	margin-bottom: 30px;
	background: #ffe300;
}
.featured-btm a {
	margin-right: 10px;
}
.featured-btm a:hover {
	color: #000;
}
.plans-list {
	float: left;
	padding: 30px 15px 0;
	margin: 0;
}
.plans-list li img {
	width: 100%;
}
.plans-list li {
	float: left;
	width: 33.3334%;
	margin: 0;
	padding: 0 15px 30px;
}
.plan-info {
	padding: 10px 20px;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0, .2);
}
.inside-pane {
	padding: 30px 30px 20px;
}
/* single */

.single-ft-btm {
	padding-left: 120px;
	position: relative;
	margin-bottom: 20px;
}
.single-ft-btm li {
	float: left;
	margin-right: 20px;
	padding-left: 18px;
	line-height: 1.2;
}
.single-ft-btm li.author-img {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -50px;
	left: 20px;
}
.img-wt-border {
	border: 2px solid rgba(255,255,255, .7);
}
.single-ft-btm li a {
	color: #292c2f;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
}
.single-ft-btm li a:hover {
	color: #000;
}
.single-ft-btm li.post-author {
	background: url(../img/icons/author.html) 0 center no-repeat;
}
.single-ft-btm li.post-date {
	background: url(../img/icons/date.html) 0 center no-repeat;
}
.single-ft-btm li.post-category {
	background: url(../img/icons/category.html) 0 center no-repeat;
}
.about-author {
	padding: 20px 20px 20px 120px;
	margin: 30px 0;
	position: relative;
}
.author-image {
	position: absolute;
	top: 30px;
	left: 30px;
}
/* comments */

#comments {
	padding: 10px 30px;
}
#comments h3 {
	margin-bottom: 30px;
}
.comment-body {
	padding-left: 90px;
	position: relative;
}
.commenter-image {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #b0b0b0;
}
.comment-date, .comment-reply {
	font-size: 12px;
	color: #929292;
	padding-left: 15px;
}
.comment-date {
	margin: 0 15px;
	background: url(../img/icons/calendar.html) 0 center no-repeat;
}
.comment-reply {
	padding-left: 18px;
	background: url(../img/icons/reply.html) 0 center no-repeat;
}
.comment-text {
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 13px;
	border-bottom: 1px solid #d8d8d8;
}
.comments-list li ul.children {
	list-style: none;
	padding: 0 0 0 30px;
	margin: 0;
}
.last-comment .comment-text {
	border: none;
	margin: 0;
}
/* contact */

#contactMap, #contactForm {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#contactMap {
	height: 360px;
}
#contactMap iframe {
	height: 100%;
	width: 100%;
}
.formFields {
	padding: 0;
}
.formFields li {
	margin-bottom: 20px;
}
.required {
	color: #b8b8b8;
}
/* gallery */

.gallery-list {
	float: left;
	width: 100%;
	margin: 0;
}
.gallery-list li {
	float: left;
	margin-bottom: 30px;
}
.gallery-list li .gal-item {
	width: 100%;
	position: relative;
	border: 1px solid #bbb;
}
.gal-item iframe {
	width: 100%;
}
.gal-item > img {
	width: 100%;
}
.item-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	overflow: hidden;
	background: none center center no-repeat rgba(0,0,0, .6);
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.item-overlay img {
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: perspective(20px) rotateY(50deg);
	-moz-transform: perspective(20px) rotateY(50deg);
	-ms-transform: perspective(20px) rotateY(50deg);
	-o-transform: perspective(20px) rotateY(50deg);
	transform: perspective(20px) rotateY(50deg);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.item-overlay:hover img {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.gal-item:hover .item-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.item-text {
	top: 70%;
	color: #FFFFFF;
	float: left;
	font-weight: 700;
	padding: 0 20px;
	position: absolute;
	width: 100%;
}
/* Sidebar */

.sidebar-widget {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.sidebar-widget h3 {
	margin-bottom: 20px;
	margin-top: 0;
}
.sidebar-widget .tab-content {
	margin: 0;
}
.sidebar-social {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.sidebar-social li {
	float: left;
	width: 33%;
	padding: 0;
	margin-right: .5%;
}
.sidebar-social li a {
	float: left;
	width: 100%;
	height: 110px;
	padding: 65px 0 0;
}
.sidebar-social li.facebook a {
	background: url(../img/icons/facebook-sb.html) center 20px no-repeat #4c6da9;
}
.sidebar-social li.twitter a {
	background: url(../img/icons/twitter-sb.html) center 20px no-repeat #1c9ddf;
}
.sidebar-social li.rss {
	margin: 0;
}
.sidebar-social li.rss a {
	background: url(../img/icons/rss-sb.html) center 20px no-repeat #ff8d00;
}
.sidebar-social li a span {
	color: #fff;
	display: block;
	line-height: 1;
}
.sidebar-social li a span.sc-count {
	font-size: 20px;
	font-weight: 700;
}
.sidebar-social li a span.sc-text {
	font-size: 13px;
}
.styled-box {
	float: left;
	width: 100%;
	padding: 20px 20px 0;
	border-bottom: 1px solid #d6d6d6;
}
.contact-info {
	margin: 20px 0;
}
.contact-info li {
	padding: 3px 0 3px 30px;
}
.contact-info li.ct-phone {
	background: url(../img/icons/ct-phone.html) 0 center no-repeat;
}
.contact-info li.ct-email {
	background: url(../img/icons/ct-email.html) 0 center no-repeat;
}
.contact-info li.ct-facebook {
	background: url(../img/icons/ct-facebook.html) 0 center no-repeat;
}
.contact-info li.ct-twitter {
	background: url(../img/icons/ct-twitter.html) 0 center no-repeat;
}
.input-style1 {
	background: #fff;
	border: 1px solid #d6d6d6;
}
.input-style1:focus {
	background: #fff;
	border: 1px solid #c6c6c6;
}
.tweets-list li {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}
.twitter-follow {
	display: block;
	margin-bottom: 20px;
	padding-left: 24px;
	background: url(../img/icons/twitter-bird.html) 0 center no-repeat;
}
.tweet-link {
	display: block;
	margin-bottom: 5px;
}
.rc-posts-list li {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.rc-posts-list li.last-rc-post {
	border: none;
}
.rc-post-image {
	float: left;
	width: 80px;
	height: 65px;
	margin-right: 15px;
}
.rc-posts-list li h5 {
	clear: none;
	margin-top: 0;
}
.rc-post-date {
	float: left;
	color: #686868;
}
.cats-list li {
	padding: 7px 10px 7px 24px;
	margin-bottom: 3px;
	border-bottom: 1px solid rgba(0,0,0, .1);
	background: url(../img/icons/cat-arrow.html) 10px center no-repeat #f1f1f1;
}
.cats-list li span {
	float: right;
	color: #929292;
	font-size: 12px;
}
.tab-pane .rc-posts-list {
	float: left;
	padding: 20px 20px 0;
}
.tab-pane .rc-posts-list li.last-rc-post {
	border: none;
	margin: 0;
}
.post-tags li {
	display: inline-block;
	margin: 0 10px 6px 0;
}
.flickr-gal {
	float: left;
	margin: -5px;
	padding: 0;
}
.flickr-gal li {
	float: left;
	width: 25%;
	padding: 5px;
}
.panel-default .panel-title {
	cursor: pointer;
	background: url(../img/icons/not-collapsed.html) right center no-repeat;
}
.panel-default .panel-title.collapsed {
	background: url(../img/icons/collapsed.html) right center no-repeat;
}
.social-tabs {
	border: none;
}
.social-tabs li {
	width: 33.3334%;
}
.social-tabs li, .social-tabs li a {
	margin: 0;
}
.social-tabs li a {
	color: #fff;
	font-size: 14px;
	padding-left: 35px;
	padding-right: 5px;
	letter-spacing: -1px;
}
.social-tabs li.active a {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: -4px;
}
.social-tabs li a.facebook-tab, .social-tabs li a.facebook-tab:hover, .social-tabs li.active a.facebook-tab {
	background: url(../img/icons/facebook-tab.html) 12px center no-repeat #7085b8;
}
.social-tabs li a.twitter-tab, .social-tabs li a.twitter-tab:hover, .social-tabs li.active a.twitter-tab {
	background: url(../img/icons/twitter-tab.html) 10px center no-repeat #00a7d4;
}
.social-tabs li a.share-tab, .social-tabs li a.share-tab:hover, .social-tabs li.active a.share-tab {
	background: url(../img/icons/share-tab.html) 10px center no-repeat #116515;
}
/* footer */

#ft-footer {
	color: #d4d5d5;
	background: url(../img/footer-banner.html) center 0 no-repeat;
}
.footer-overlay {
	padding: 30px 0;
	background: rgba(42,46,47, .9);
}
#ft-footer p {
	font-size: 12px;
	margin-bottom: 20px;
}
#ft-footer a {
	color: #ffe300;
}
#ft-footer a:hover {
	color: #fff;
}
#ft-footer h3 {
	color: #fff;
	font-size: 28px;
	margin: 10px 0 20px;
}
.footer-overlay .col-md-6 {
	overflow: hidden;
}
.tl-author {
	float: left;
	margin: 10px 0;
}
.tl-author-img {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
.tl-author-title {
	float: left;
	width: 70%;
	color: #ffe300;
	font-size: 16px;
	font-weight: 700;
	margin-top: 15px;
}
.tl-author-desc {
	float: left;
	font-size: 12px;
}
.footer-menu {
	float: left;
	width: 100%;
	padding: 20px 0 10px;
	text-align: center;
	list-style: none;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu li a {
	color: #686868;
	padding: 0 8px 0 6px;
	font-size: 12px;
	line-height: 1;
	border-right: 1px solid #7c7c7c;
}
.footer-menu li a:hover {
	color: #292c2f;
}
.footer-menu li.last-item a {
	border: none;
}
.tw-feeds {
	background: url(../img/icons/tw-feeds-icon.html) right center no-repeat;
}
.foot-boxs {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
}
.foot-box {
	color: #ffffff;
	font-size: 15px;
	line-height: 35px;
	background: #01b7f2
}
.foot-box-md {
	text-align: right;/* border-left:1px solid #d5d5d5; border-right:1px solid #d5d5d5;*/
}
.footer-social {
	float: right;
	padding-left: 15px;
	margin: 39px -48px 0 0; /*border-left:1px solid #686868;*/
}
.foot-box span {
	line-height: 20px;
}
.foot-box-md span {
	float: none;
	display: inline-block;
}
.foot-box-md span span {
	color: #000;
	font-size: 18px;
}
 ..blog,  .list-view {
 list-style:none;
 padding:0;
}
.list-view .social-media {
	border: none;
}
.post-desc {
	border-bottom: 1px solid #d6d6d6;
}
.post-desc h4 {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.post-desc h4 a {
	color: #292C2F;
}
.post-desc p {
	margin-bottom: 15px;
}
.detail-plans-list li {
	width: 20%;
}
.detail-plans-list li img {
	width: 100%;
}
.ft-boat {
	background: url(../img/icons/boat.html) 0 center no-repeat;
}
.ft-car {
	background: url(../img/icons/car.html) 0 center no-repeat;
}
.social-media li a.sm-yahoo-dark {
	width: 20px;
	background: url(../img/icons/yahoo-dark.html) center center no-repeat;
}
.social-media li a.sm-facebook-dark {
	width: 100%;
	height: 100%;
	background: url(../img/icons/fb-dark.html) center center no-repeat;
}
.social-media li a.sm-rss-dark {
	background: url(../img/icons/rss-dark.html) center center no-repeat;
}
.social-media li a.sm-flickr-dark {
	background: url(../img/icons/flickr-dark.html) center center no-repeat;
}
.social-media li a.sm-windows-dark {
	background: url(../img/icons/windows-dark.html) center center no-repeat;
}
.social-media li a.sm-stumble-dark {
	background: url(../img/icons/tumblr-dark.html) center center no-repeat;
}
.mar {
	margin: 0px !important;
}
.colr {
	background: rgba(255, 255, 255, 0.5) !important;
}
.new1 {
	padding: 0 !important;
	float: right;
	margin: 0px 0px !important;
	padding-left: 0px !important;
	width: 295px;
}
.new1 img {
	margin-left: 4px;
	margin-top: 15px;
	padding: 0px 2px !important;
}
.x-li {
	display: block;
}
.widget-ads {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -10px;
}
.widget-ads li {
	width: 50%;
	float: left;
}
.widget-ads li a {
	margin-left: 10px;
}
.act-date {
	background: #fff;
	position: absolute;
	text-align: center;
	right: -61px;
	bottom: 0;
	width: 61px;
	height: 52px;
}
.act-date span {
	display: block;
	font-size: 16px;
	line-height: 8px;
}
.act-date span.bold {
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
.image {
	position: relative;
}
.image > img {
	width: 100%;
}
.image .hover-caption {
	-moz-box-sizing: border-box;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: rgb(255, 255, 255);
	font-weight: bold;
	left: 0;
	padding: 6px 15px;
	position: absolute;
	width: 100%;
}
iframe {
	border: none;
}
.dropcap p:first-child:first-letter, .highlight {
	background: #ffe300;
}
.dropcap p:first-of-type:first-letter, .dropcap p:first-child:first-letter {
	color: rgb(0, 0, 0);
	float: left;
	font-size: 42px;
	font-weight: bold;
	line-height: 52px;
	margin-right: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
	margin-top: 5px;
}
.shortcode-buttons .btn {
	margin: 0 20px 20px 0;
	color: #fff;
	text-transform: uppercase;
}
.list-shortcode h4 {
	font-size: 16px;
}
.list-style {
	list-style: none;
	padding: 0;
	font-size: 13px;
	color: #000;
	margin-bottom: 40px;
}
.list-style li {
	padding: 7px 0;
}
.list-style-box {
	background: #f1f1f1;
	padding: 20px 30px !important;
}
.list-style1 {
}
.list-style2 {
}
.list-style3 li:before,  .list-style4 li:before {
	content: "";
	height: 15px;
	width: 15px;
	background-color: #ffe300;
	background-image: url(../img/icons/style-arrow.html);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	top: 9px;
	left: -25px;
}
.list-style3 li,  .list-style4 li {
	margin-left: 25px;
	position: relative;
}
.list-style4 li {
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 0;
}
.list-style4 li:before {
	content: "";
	top: 16px;
}
.order-list {
	list-style: decimal-leading-zero inside;
	padding: 0;
}
.error-page {
	max-width: 464px;
	margin: 160px auto;
	text-align: center;
}
.error-page .error-text {
	text-transform: uppercase;
	border: 1px solid #eaeaea;
	padding: 8px 0 6px;
	margin-bottom: 24px;
}
.error-page figure {
	margin-bottom: 20px;
}
.error-page .error-text span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
.error-page .error-text span.large-text {
	font-size: 30px;
	font-weight: bold;
}
.error-page .back-home {
	font-size: 16px;
	color: #000;
	display: inline-block;
}
.error-page .back-home:before {
	content: "";
	background: url(../img/icons/icon-home.html) no-repeat;
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
}
/******SIGNUP*************

****************************/

.strength-container {
	display: block;
	top: 0;
	width: 100%;
	height: 11px;
}
.strength-plain {
	background-color: #F6F6F6;
	float: left;
	height: 9px;
	width: 20%;
}
.strength-plain.fill {
	background-color: #75C03D;
}
/*********USER PROFILE************

************************************/

.booking {
	padding: 25px;
}
.selected-deal {
	width: 45%;
	border-right: 1px dotted #999999;
	padding-right: 25px;
}
.booking-status {
	width: 55%;
	padding-left: 25px;
	border-left: 1px dotted #999999;
	margin-left: -1px;
}
.selected-deal,  .booking-status {
	float: left;
}
.selected-deal .ft-item {
	margin-bottom: 0;
}
.selected-deal h2,  .booking-status h2 {
	margin-top: 0;
}
.booking-status ul li label {
	font-weight: normal;
}
.booking-status ul li input {
	margin-right: 5px;
}
/**********BOOKING FORM************

**************************************/

.checkbox-container {
	float: left;
}
.checkbox, .radio {
	background: url("../img/icons/checkbox.html") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	clear: left;
	display: block;
	float: left;
	height: 25px;
	padding: 0 10px 0 0;
	width: 27px;
}
.radio {
	background: url(../img/icons/radio.html) no-repeat;
}
.checkbox-container > label {
	cursor: pointer;
	float: left;
	line-height: 20px;
	margin-bottom: 10px;
	width: 100%;
}
.checkbox-container > label .radio, .checkbox-container > label .checkbox {
	height: 20px;
	margin: 0;
}
.side-panel {
	background: none repeat scroll 0 0 #222222;
	left: -260px;
	position: fixed;
	top: 150px;
	transition: all 0.4s ease 0s;
	width: 260px;
	z-index: 1000000000;
	padding: 20px;
}
.side-panel:hover {
	left: 0;
}
.side-panel:before {
	content: "";
	position: absolute;
	right: -40px;
	height: 40px;
	top: 0;
	width: 40px;
	background: url("../img/icons/icon.html") no-repeat scroll center center #222222;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.colors h6 {
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.colors a {
	float: left;
	width: 47px;
	cursor: pointer;
	height: 20px;
	margin-right: 10px;
	background: black;
}
.colors a:last-child {
	margin: 0;
}
.colors a.color1 {
	background-color: #FFE200;
}
.colors a.color2 {
	background-color: #01E060;
}
.colors a.color3 {
	background-color: #FF845E;
}
.colors a.color4 {
	background-color: #59aeff;
}
.minict_wrapper {
	float: left;
	padding: 0 20px !important;
	position: relative;
	width: 100%;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.minict_wrapper:after {
	content: "\25BC";
	display: block;
	font-size: 9px;
	height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 20px;
}
.minict_wrapper.active:after {
	content: "\25B2";
}
.minict_wrapper input {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	font-family: karla;
	width: 100%;
	cursor: pointer;
}
.minict_wrapper ul {
	display: none;
	left: 0;
	list-style: none outside none;
	margin: 0;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	top: 2rem;
	width: 100%;
	z-index: 999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.minict_wrapper ul li {
	background: none repeat scroll 0 0 #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	list-style: none outside none;
	padding: 0 20px;
	border-top: 1px dashed #f2f2f2;
}
.minict_wrapper ul li:hover {
	background: #fcfcfc;
	color: #111;
}
.minict_wrapper ul li.minict_group {
	color: #444;
	background: #f6f6f6;
	font-weight: bold;
	cursor: default;
}
.minict_wrapper ul li.minict_empty {
	display: none;
	background: #fff !important;
	color: #bbb;
	text-align: center;
	font-size: 0.9rem;
	height: 3.5rem;
	line-height: 3.3rem;
}
.minict_wrapper ul li.selected {
	color: #819a9a;
	background: #f9fcff;
}
.minict_wrapper ul li.highlighted {
	color: #fff;
	background: #819a9a;
}
.minict_wrapper ul li.hidden {
	display: none;
}
.minict_wrapper.bubble:hover {
	border-color: #dcdcdc;
}
.minict_wrapper.bubble ul {
	overflow: visible;
	top: 100%;
}
.tabs {
	position: relative;
	width: 100%;
	/*top:-160px;*/

	height: 560px;
}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: auto;
	height: 40px;
	/*left: 0px;

	top: 0px;*/

	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2 {
	left: 120px;
}
.tabs input#tab-3 {
	left: 240px;
}
.tabs input#tab-4 {
	left: 360px;
}
.tabs label {
	background: #9CF;
	font-size: 15px;
	line-height: 40px;
	height: 50px;
	position: relative;
	padding: 0 20px;
	float: left;
	display: block;
	width: auto;
	color: #385c5b;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	border-radius: 3px 3px 0 0;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}
.tabs label:after {
	content: '';
	background: #ffe200;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}
.tabs input:hover + label {
	background: #ffe200;
}
.tabs label:first-of-type {
	z-index: 4;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}
.tab-label-2 {
	z-index: 3;
}
.tab-label-3 {
	z-index: 2;
}
.tab-label-4 {
	z-index: 1;
}
.tabs input:checked + label {
	background: #ffe200;
	z-index: 6;
}
.clear-shadow {
	clear: both;
}
.content {
	position: relative;
	width: 70%;
	height: 505px;
	padding: 10px 10px;
	z-index: 5;
	box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.5) !important;
	border-bottom: 40px;
	border: solid 1px #ffe200;
	top: -366px;
}
.content-1a {
	position: relative;
	width: 25%;
	height: auto !important;
	/*padding:10px 10px;*/

	z-index: 5;
	box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5) !important;
	border-bottom: 40px;
	border: solid 5px #ffe200;
	float: right;
	top: 0px;
}
body {
	height: 100%;
	font-family: 'Lato', sans-serif;
}
.nav-1 h1 {
	font-size: 1em;
	text-align: center;
	color: #eee;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.nav-1-container {
	width: 300px;
	margin-top: 10px;
	box-shadow: 0 2px 2px 2px black;
	transition: all 0.3s linear;
}
.nav-1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-1 li {
	height: 50px;
	position: relative;
	background: linear-gradient(#292929, #242424);
}
.nav-1 a {
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid black;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 15%;
	border-left: 5px solid transparent;
	letter-spacing: 1px;
	transition: all 0.3s linear;
}
.nav-1 .active a {
	color: #B93632;
	border-left: 5px solid #B93632;
	background-color: #1B1B1B;
	outline: 0;
}
.nav-1 li:not(.active):hover a {
	color: #eee;
	border-left: 5px solid #FCFCFC;
	background-color: #1B1B1B;
}
.nav-1 span[class ^= "icon"] {
	position: absolute;
	left: 20px;
	font-size: 1.5em;
	transition: all 0.3s linear;
}
.gap {
	margin-left: 113px;
}
.gap-1 {
}
 @media only screen and (max-width : 860px) {
#content-slider h2 {
	color: #333;
	z-index: 1000;
}
.nav-1 .text {
	display: block;
}
.nav-1-container, a {
	width: 100%;
}
.content-1a {
	top: 0px !important;
}
.nav-1 a:hover {
	width: 98%;
	z-index: 1;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid black;
	box-shadow: 0 0 1px 1px black;
}
.gap {
	margin-left: 0px !important;
}
.gap img {
	width: 100% !important;
}
.gap-1 img {
	width: 100% !important;
}
.nav-1 a:hover .text {
	display: block;
	padding-left: 30%;
}
#main-slider {
	height: 0px;
}
#content-slider {
	height: 0px;
}
.content-1a {
	width: 100%;
}
.img-l-1 {
	float: left;
	margin-left: 0px !important;
}
.img-1-2 {
	float: left;
}
}
 @media only screen and (max-width : 480px) {
.nav-container, a {
	width: 100%;
}
span[class ^= "icon"] {
	left: 8px;
}
#main-slider {
	height: 0px;
}
#content-slider {
	height: 0px;
}
.content-1a {
	width: 100%;
}
.img-l-1 {
	margin-left: 0px !important
}
.img-1-2 {
	float: left;
}
#content-slider h2 {
	color: #333 !important;
	z-index: 1000;
}
.gap {
	margin-left: 0px !important;
}
.gap img {
	width: 100% !important;
}
}
.content div {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 40px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity linear 0.1s;
	-moz-transition: opacity linear 0.1s;
	-o-transition: opacity linear 0.1s;
	-ms-transition: opacity linear 0.1s;
	transition: opacity linear 0.1s;
}
.tabs input.tab-selector-1:checked ~ .content .content-1,  .tabs input.tab-selector-2:checked ~ .content .content-2,  .tabs input.tab-selector-3:checked ~ .content .content-3,  .tabs input.tab-selector-4:checked ~ .content .content-4 {
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity ease-out 0.2s 0.1s;
	-moz-transition: opacity ease-out 0.2s 0.1s;
	-o-transition: opacity ease-out 0.2s 0.1s;
	-ms-transition: opacity ease-out 0.2s 0.1s;
	transition: opacity ease-out 0.2s 0.1s;
}
.content div h2,  .content div h3 {
/*color: #398080;*/

}
.content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}
.formbox {
	width: 200px !important;
	height: 50px !important;
	background: #fff;
	border-radius: 6px !important;
	border: solid 1px #ffe200;
	opacity: 1 !important;
	color: #000 !important;
	font: normal 14px Arial, Helvetica, sans-serif;
	float: left !important;
	/*margin:30px 0 0 50px !important;*/

	position: relative !important;
	cursor: initial !important;
	padding-left: 5px;
	margin-left: 0px;
}
.formbox-1 {
	width: 200px !important;
	height: 50px !important;
	background: #fff;
	border-radius: 6px !important;
	border: solid 1px #ffe200;
	opacity: 1 !important;
	color: #000 !important;
	font: normal 14px Arial, Helvetica, sans-serif;
	float: left !important;
	/*margin:30px 0 0 50px !important;*/

	position: relative !important;
	cursor: initial !important;
	padding-left: 5px;
	margin-left: 0px;
}
.formbox-2 {
	width: 70px !important;
	height: 50px !important;
	background: #fff;
	border-radius: 6px !important;
	border: solid 1px #ffe200;
	opacity: 1 !important;
	color: #000 !important;
	font: normal 14px Arial, Helvetica, sans-serif;
	float: left !important;
	/*margin:30px 0 0 50px !important;*/

	position: relative !important;
	cursor: initial !important;
	padding-left: 5px;
	margin-left: 0px !important;
}
.sub-btn-1 {
	width: auto !important;
	height: 35px !important;
	background: #ffe200 !important;
	border-radius: 5px !important;
	border: 0px !important;
	color: #000 !important;
	font-size: 16px !important;
	float: right !important;
	opacity: 1 !important;
	position: relative !important;
	margin-right: 20px;
	margin-top: 10px;
}
/*.mbox {

	width:270px; 

	height:150px; 

	border:solid 1px #666; 

	padding-left:5px; 

	margin:30px 0 0 50px !important;

	border-radius:6px !important;

	border:solid 1px #0066FF;

	cursor:initial !important;

	padding:8px;

	}*/



.rad {
	font: 14px bold Arial, Helvetica, sans-serif !important;
	color: #093 !important;
	color: #000 !important;
	font-size: 16px !important;
	float: right !important;
	opacity: 1 !important;
	position: relative !important;
	bottom: 13px;
}
.clr {
	clear: both;
}
.form1 {
	width: 100%;
	height: 60px;
	/*background:red;*/

	position: relative !important;
	opacity: 1 !important;
	margin-top: 5px;
}
.r {
	margin-left: 0px;
}
.form2 {
	width: 30%;
	height: 32px;
	/*background:#ccc; */

	position: relative !important;
	opacity: 1 !important;
	/*margin-right:20px !important;*/

	bottom: 10px !important;
	margin-right: 10px !important;
	float: left;
	font: 14px bold Arial, Helvetica, sans-serif !important;
}
.form3 {
	width: 20%;
	height: 32px;
	/*background:#ccc; */

	position: relative !important;
	opacity: 1 !important;
	/*margin-right:20px !important;*/

	bottom: 10px !important;
	margin-right: 10px !important;
	float: left;
	font: 14px bold Arial, Helvetica, sans-serif !important;
}
.r {
	margin-left: 0px;
}
.t {
	margin-top: 0px;
}
.m {
	margin-left: 64px;
}
.n {
	margin-left: 170px;
}
::selection {
	background: #ed8323;
	color: #fff;
}
.datepicker {
	padding: 4px;
	direction: ltr;
}
.datepicker-inline {
	width: 250px;
	border: 1px solid #ccc;
	padding: 10px 15px;
}
.datepicker.datepicker-rtl {
	direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
	float: right;
}
.datepicker-dropdown {
	top: 0;
	left: 0;
}
.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-top: 0;
	border-bottom-color: rgba(0,0,0,0.2);
	position: absolute;
}
.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
	top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
	top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}
.datepicker > div {
	display: none;
}
.datepicker.days div.datepicker-days {
	display: block;
}
.datepicker.months div.datepicker-months {
	display: block;
}
.datepicker.years div.datepicker-years {
	display: block;
}
.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.datepicker table tr td,  .datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	border: none;
}
.table-striped .datepicker table tr td,  .table-striped .datepicker table tr th {
	background-color: transparent;
}
.datepicker table tr td.day:hover,  .datepicker table tr td.day.focused {
	background: #eee;
	cursor: pointer;
}
.datepicker table tr td.day {
	border: 1px solid #e6e6e6;
}
.datepicker table tr td.old,  .datepicker table tr td.new {
	color: #999;
}
.datepicker table tr td.disabled,  .datepicker table tr td.disabled:hover {
	background: none;
	color: #999;
	cursor: default;
}
.datepicker table tr td.today,  .datepicker table tr td.today:hover,  .datepicker table tr td.today.disabled,  .datepicker table tr td.today.disabled:hover {
	color: #000;
	position: relative;
}
.datepicker table tr td.today:before,  .datepicker table tr td.today:hover:before,  .datepicker table tr td.today.disabled:before,  .datepicker table tr td.today.disabled:hover:before {
	content: '';
	bottom: 2px;
	right: 2px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 7px 7px;
	border-color: transparent transparent #ed8323 transparent;
	position: absolute;
}
.datepicker table tr td.today:active,  .datepicker table tr td.today:hover:active,  .datepicker table tr td.today.disabled:active,  .datepicker table tr td.today.disabled:hover:active,  .datepicker table tr td.today.active,  .datepicker table tr td.today:hover.active,  .datepicker table tr td.today.disabled.active,  .datepicker table tr td.today.disabled:hover.active,  .open .dropdown-toggle.datepicker table tr td.today,  .open .dropdown-toggle.datepicker table tr td.today:hover,  .open .dropdown-toggle.datepicker table tr td.today.disabled,  .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
	background-image: none;
}
.datepicker table tr td.today.disabled,  .datepicker table tr td.today:hover.disabled,  .datepicker table tr td.today.disabled.disabled,  .datepicker table tr td.today.disabled:hover.disabled,  .datepicker table tr td.today[disabled],  .datepicker table tr td.today:hover[disabled],  .datepicker table tr td.today.disabled[disabled],  .datepicker table tr td.today.disabled:hover[disabled],  fieldset[disabled] .datepicker table tr td.today,  fieldset[disabled] .datepicker table tr td.today:hover,  fieldset[disabled] .datepicker table tr td.today.disabled,  fieldset[disabled] .datepicker table tr td.today.disabled:hover,  .datepicker table tr td.today.disabled:hover,  .datepicker table tr td.today:hover.disabled:hover,  .datepicker table tr td.today.disabled.disabled:hover,  .datepicker table tr td.today.disabled:hover.disabled:hover,  .datepicker table tr td.today[disabled]:hover,  .datepicker table tr td.today:hover[disabled]:hover,  .datepicker table tr td.today.disabled[disabled]:hover,  .datepicker table tr td.today.disabled:hover[disabled]:hover,  fieldset[disabled] .datepicker table tr td.today:hover,  fieldset[disabled] .datepicker table tr td.today:hover:hover,  fieldset[disabled] .datepicker table tr td.today.disabled:hover,  fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,  .datepicker table tr td.today.disabled:focus,  .datepicker table tr td.today:hover.disabled:focus,  .datepicker table tr td.today.disabled.disabled:focus,  .datepicker table tr td.today.disabled:hover.disabled:focus,  .datepicker table tr td.today[disabled]:focus,  .datepicker table tr td.today:hover[disabled]:focus,  .datepicker table tr td.today.disabled[disabled]:focus,  .datepicker table tr td.today.disabled:hover[disabled]:focus,  fieldset[disabled] .datepicker table tr td.today:focus,  fieldset[disabled] .datepicker table tr td.today:hover:focus,  fieldset[disabled] .datepicker table tr td.today.disabled:focus,  fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,  .datepicker table tr td.today.disabled:active,  .datepicker table tr td.today:hover.disabled:active,  .datepicker table tr td.today.disabled.disabled:active,  .datepicker table tr td.today.disabled:hover.disabled:active,  .datepicker table tr td.today[disabled]:active,  .datepicker table tr td.today:hover[disabled]:active,  .datepicker table tr td.today.disabled[disabled]:active,  .datepicker table tr td.today.disabled:hover[disabled]:active,  fieldset[disabled] .datepicker table tr td.today:active,  fieldset[disabled] .datepicker table tr td.today:hover:active,  fieldset[disabled] .datepicker table tr td.today.disabled:active,  fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,  .datepicker table tr td.today.disabled.active,  .datepicker table tr td.today:hover.disabled.active,  .datepicker table tr td.today.disabled.disabled.active,  .datepicker table tr td.today.disabled:hover.disabled.active,  .datepicker table tr td.today[disabled].active,  .datepicker table tr td.today:hover[disabled].active,  .datepicker table tr td.today.disabled[disabled].active,  .datepicker table tr td.today.disabled:hover[disabled].active,  fieldset[disabled] .datepicker table tr td.today.active,  fieldset[disabled] .datepicker table tr td.today:hover.active,  fieldset[disabled] .datepicker table tr td.today.disabled.active,  fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
	background-color: #ffdb99;
	border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
	color: #000;
}
.datepicker table tr td.today.active:hover {
	color: #fff;
}
.datepicker table tr td.range,  .datepicker table tr td.range:hover,  .datepicker table tr td.range.disabled,  .datepicker table tr td.range.disabled:hover {
	background: #eee;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.datepicker table tr td.range.today,  .datepicker table tr td.range.today:hover,  .datepicker table tr td.range.today.disabled,  .datepicker table tr td.range.today.disabled:hover {
	color: #000;
	background-color: #f7ca77;
	border-color: #f1a417;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.datepicker table tr td.range.today:hover,  .datepicker table tr td.range.today:hover:hover,  .datepicker table tr td.range.today.disabled:hover,  .datepicker table tr td.range.today.disabled:hover:hover,  .datepicker table tr td.range.today:focus,  .datepicker table tr td.range.today:hover:focus,  .datepicker table tr td.range.today.disabled:focus,  .datepicker table tr td.range.today.disabled:hover:focus,  .datepicker table tr td.range.today:active,  .datepicker table tr td.range.today:hover:active,  .datepicker table tr td.range.today.disabled:active,  .datepicker table tr td.range.today.disabled:hover:active,  .datepicker table tr td.range.today.active,  .datepicker table tr td.range.today:hover.active,  .datepicker table tr td.range.today.disabled.active,  .datepicker table tr td.range.today.disabled:hover.active,  .open .dropdown-toggle.datepicker table tr td.range.today,  .open .dropdown-toggle.datepicker table tr td.range.today:hover,  .open .dropdown-toggle.datepicker table tr td.range.today.disabled,  .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
	color: #000;
	background-color: #f4bb51;
	border-color: #bf800c;
}
.datepicker table tr td.range.today:active,  .datepicker table tr td.range.today:hover:active,  .datepicker table tr td.range.today.disabled:active,  .datepicker table tr td.range.today.disabled:hover:active,  .datepicker table tr td.range.today.active,  .datepicker table tr td.range.today:hover.active,  .datepicker table tr td.range.today.disabled.active,  .datepicker table tr td.range.today.disabled:hover.active,  .open .dropdown-toggle.datepicker table tr td.range.today,  .open .dropdown-toggle.datepicker table tr td.range.today:hover,  .open .dropdown-toggle.datepicker table tr td.range.today.disabled,  .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
	background-image: none;
}
.datepicker table tr td.range.today.disabled,  .datepicker table tr td.range.today:hover.disabled,  .datepicker table tr td.range.today.disabled.disabled,  .datepicker table tr td.range.today.disabled:hover.disabled,  .datepicker table tr td.range.today[disabled],  .datepicker table tr td.range.today:hover[disabled],  .datepicker table tr td.range.today.disabled[disabled],  .datepicker table tr td.range.today.disabled:hover[disabled],  fieldset[disabled] .datepicker table tr td.range.today,  fieldset[disabled] .datepicker table tr td.range.today:hover,  fieldset[disabled] .datepicker table tr td.range.today.disabled,  fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,  .datepicker table tr td.range.today.disabled:hover,  .datepicker table tr td.range.today:hover.disabled:hover,  .datepicker table tr td.range.today.disabled.disabled:hover,  .datepicker table tr td.range.today.disabled:hover.disabled:hover,  .datepicker table tr td.range.today[disabled]:hover,  .datepicker table tr td.range.today:hover[disabled]:hover,  .datepicker table tr td.range.today.disabled[disabled]:hover,  .datepicker table tr td.range.today.disabled:hover[disabled]:hover,  fieldset[disabled] .datepicker table tr td.range.today:hover,  fieldset[disabled] .datepicker table tr td.range.today:hover:hover,  fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,  fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,  .datepicker table tr td.range.today.disabled:focus,  .datepicker table tr td.range.today:hover.disabled:focus,  .datepicker table tr td.range.today.disabled.disabled:focus,  .datepicker table tr td.range.today.disabled:hover.disabled:focus,  .datepicker table tr td.range.today[disabled]:focus,  .datepicker table tr td.range.today:hover[disabled]:focus,  .datepicker table tr td.range.today.disabled[disabled]:focus,  .datepicker table tr td.range.today.disabled:hover[disabled]:focus,  fieldset[disabled] .datepicker table tr td.range.today:focus,  fieldset[disabled] .datepicker table tr td.range.today:hover:focus,  fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,  fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,  .datepicker table tr td.range.today.disabled:active,  .datepicker table tr td.range.today:hover.disabled:active,  .datepicker table tr td.range.today.disabled.disabled:active,  .datepicker table tr td.range.today.disabled:hover.disabled:active,  .datepicker table tr td.range.today[disabled]:active,  .datepicker table tr td.range.today:hover[disabled]:active,  .datepicker table tr td.range.today.disabled[disabled]:active,  .datepicker table tr td.range.today.disabled:hover[disabled]:active,  fieldset[disabled] .datepicker table tr td.range.today:active,  fieldset[disabled] .datepicker table tr td.range.today:hover:active,  fieldset[disabled] .datepicker table tr td.range.today.disabled:active,  fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,  .datepicker table tr td.range.today.disabled.active,  .datepicker table tr td.range.today:hover.disabled.active,  .datepicker table tr td.range.today.disabled.disabled.active,  .datepicker table tr td.range.today.disabled:hover.disabled.active,  .datepicker table tr td.range.today[disabled].active,  .datepicker table tr td.range.today:hover[disabled].active,  .datepicker table tr td.range.today.disabled[disabled].active,  .datepicker table tr td.range.today.disabled:hover[disabled].active,  fieldset[disabled] .datepicker table tr td.range.today.active,  fieldset[disabled] .datepicker table tr td.range.today:hover.active,  fieldset[disabled] .datepicker table tr td.range.today.disabled.active,  fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
	background-color: #f7ca77;
	border-color: #f1a417;
}
.datepicker table tr td.selected,  .datepicker table tr td.selected:hover,  .datepicker table tr td.selected.disabled,  .datepicker table tr td.selected.disabled:hover {
	color: #fff;
	background-color: #999;
	border-color: #555;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td.selected:hover,  .datepicker table tr td.selected:hover:hover,  .datepicker table tr td.selected.disabled:hover,  .datepicker table tr td.selected.disabled:hover:hover,  .datepicker table tr td.selected:focus,  .datepicker table tr td.selected:hover:focus,  .datepicker table tr td.selected.disabled:focus,  .datepicker table tr td.selected.disabled:hover:focus,  .datepicker table tr td.selected:active,  .datepicker table tr td.selected:hover:active,  .datepicker table tr td.selected.disabled:active,  .datepicker table tr td.selected.disabled:hover:active,  .datepicker table tr td.selected.active,  .datepicker table tr td.selected:hover.active,  .datepicker table tr td.selected.disabled.active,  .datepicker table tr td.selected.disabled:hover.active,  .open .dropdown-toggle.datepicker table tr td.selected,  .open .dropdown-toggle.datepicker table tr td.selected:hover,  .open .dropdown-toggle.datepicker table tr td.selected.disabled,  .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
	border-color: #373737;
}
 .datepicker table tr td.selected:hover color: #ffffff,  .datepicker table tr td.selected:hover:hover color: #ffffff,  .datepicker table tr td.selected.disabled:hover color: #ffffff,  .datepicker table tr td.selected.disabled:hover:hover color: #ffffff,  .datepicker table tr td.selected:focus color: #ffffff,  .datepicker table tr td.selected:hover:focus color: #ffffff,  .datepicker table tr td.selected.disabled:focus color: #ffffff,  .datepicker table tr td.selected.disabled:hover:focus color: #ffffff,  .datepicker table tr td.selected:active color: #ffffff,  .datepicker table tr td.selected:hover:active color: #ffffff,  .datepicker table tr td.selected.disabled:active color: #ffffff,  .datepicker table tr td.selected.disabled:hover:active color: #ffffff,  .datepicker table tr td.selected.active color: #ffffff,  .datepicker table tr td.selected:hover.active color: #ffffff,  .datepicker table tr td.selected.disabled.active color: #ffffff,  .datepicker table tr td.selected.disabled:hover.active color: #ffffff,  .open .dropdown-toggle.datepicker table tr td.selected color: #ffffff,  .open .dropdown-toggle.datepicker table tr td.selected:hover color: #ffffff,  .open .dropdown-toggle.datepicker table tr td.selected.disabled color: #ffffff,  .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover color: #ffffff {
 background-color: #858585;
}
.datepicker table tr td.selected:active,  .datepicker table tr td.selected:hover:active,  .datepicker table tr td.selected.disabled:active,  .datepicker table tr td.selected.disabled:hover:active,  .datepicker table tr td.selected.active,  .datepicker table tr td.selected:hover.active,  .datepicker table tr td.selected.disabled.active,  .datepicker table tr td.selected.disabled:hover.active,  .open .dropdown-toggle.datepicker table tr td.selected,  .open .dropdown-toggle.datepicker table tr td.selected:hover,  .open .dropdown-toggle.datepicker table tr td.selected.disabled,  .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
	background-image: none;
}
.datepicker table tr td.selected.disabled,  .datepicker table tr td.selected:hover.disabled,  .datepicker table tr td.selected.disabled.disabled,  .datepicker table tr td.selected.disabled:hover.disabled,  .datepicker table tr td.selected[disabled],  .datepicker table tr td.selected:hover[disabled],  .datepicker table tr td.selected.disabled[disabled],  .datepicker table tr td.selected.disabled:hover[disabled],  fieldset[disabled] .datepicker table tr td.selected,  fieldset[disabled] .datepicker table tr td.selected:hover,  fieldset[disabled] .datepicker table tr td.selected.disabled,  fieldset[disabled] .datepicker table tr td.selected.disabled:hover,  .datepicker table tr td.selected.disabled:hover,  .datepicker table tr td.selected:hover.disabled:hover,  .datepicker table tr td.selected.disabled.disabled:hover,  .datepicker table tr td.selected.disabled:hover.disabled:hover,  .datepicker table tr td.selected[disabled]:hover,  .datepicker table tr td.selected:hover[disabled]:hover,  .datepicker table tr td.selected.disabled[disabled]:hover,  .datepicker table tr td.selected.disabled:hover[disabled]:hover,  fieldset[disabled] .datepicker table tr td.selected:hover,  fieldset[disabled] .datepicker table tr td.selected:hover:hover,  fieldset[disabled] .datepicker table tr td.selected.disabled:hover,  fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,  .datepicker table tr td.selected.disabled:focus,  .datepicker table tr td.selected:hover.disabled:focus,  .datepicker table tr td.selected.disabled.disabled:focus,  .datepicker table tr td.selected.disabled:hover.disabled:focus,  .datepicker table tr td.selected[disabled]:focus,  .datepicker table tr td.selected:hover[disabled]:focus,  .datepicker table tr td.selected.disabled[disabled]:focus,  .datepicker table tr td.selected.disabled:hover[disabled]:focus,  fieldset[disabled] .datepicker table tr td.selected:focus,  fieldset[disabled] .datepicker table tr td.selected:hover:focus,  fieldset[disabled] .datepicker table tr td.selected.disabled:focus,  fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,  .datepicker table tr td.selected.disabled:active,  .datepicker table tr td.selected:hover.disabled:active,  .datepicker table tr td.selected.disabled.disabled:active,  .datepicker table tr td.selected.disabled:hover.disabled:active,  .datepicker table tr td.selected[disabled]:active,  .datepicker table tr td.selected:hover[disabled]:active,  .datepicker table tr td.selected.disabled[disabled]:active,  .datepicker table tr td.selected.disabled:hover[disabled]:active,  fieldset[disabled] .datepicker table tr td.selected:active,  fieldset[disabled] .datepicker table tr td.selected:hover:active,  fieldset[disabled] .datepicker table tr td.selected.disabled:active,  fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,  .datepicker table tr td.selected.disabled.active,  .datepicker table tr td.selected:hover.disabled.active,  .datepicker table tr td.selected.disabled.disabled.active,  .datepicker table tr td.selected.disabled:hover.disabled.active,  .datepicker table tr td.selected[disabled].active,  .datepicker table tr td.selected:hover[disabled].active,  .datepicker table tr td.selected.disabled[disabled].active,  .datepicker table tr td.selected.disabled:hover[disabled].active,  fieldset[disabled] .datepicker table tr td.selected.active,  fieldset[disabled] .datepicker table tr td.selected:hover.active,  fieldset[disabled] .datepicker table tr td.selected.disabled.active,  fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
	background-color: #999;
	border-color: #555;
}
.datepicker table tr td.active,  .datepicker table tr td.active:hover,  .datepicker table tr td.active.disabled,  .datepicker table tr td.active.disabled:hover {
	color: #fff;
	background-color: #ffe200;
	border-color: #357ebd;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td.active:hover,  .datepicker table tr td.active:hover:hover,  .datepicker table tr td.active.disabled:hover,  .datepicker table tr td.active.disabled:hover:hover,  .datepicker table tr td.active:focus,  .datepicker table tr td.active:hover:focus,  .datepicker table tr td.active.disabled:focus,  .datepicker table tr td.active.disabled:hover:focus,  .datepicker table tr td.active:active,  .datepicker table tr td.active:hover:active,  .datepicker table tr td.active.disabled:active,  .datepicker table tr td.active.disabled:hover:active,  .datepicker table tr td.active.active,  .datepicker table tr td.active:hover.active,  .datepicker table tr td.active.disabled.active,  .datepicker table tr td.active.disabled:hover.active,  .open .dropdown-toggle.datepicker table tr td.active,  .open .dropdown-toggle.datepicker table tr td.active:hover,  .open .dropdown-toggle.datepicker table tr td.active.disabled,  .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	color: #fff;
	background-color: #ed8323;
	border-color: #e27513;
}
.datepicker table tr td.active:active,  .datepicker table tr td.active:hover:active,  .datepicker table tr td.active.disabled:active,  .datepicker table tr td.active.disabled:hover:active,  .datepicker table tr td.active.active,  .datepicker table tr td.active:hover.active,  .datepicker table tr td.active.disabled.active,  .datepicker table tr td.active.disabled:hover.active,  .open .dropdown-toggle.datepicker table tr td.active,  .open .dropdown-toggle.datepicker table tr td.active:hover,  .open .dropdown-toggle.datepicker table tr td.active.disabled,  .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	background-image: none;
}
.datepicker table tr td.active.disabled,  .datepicker table tr td.active:hover.disabled,  .datepicker table tr td.active.disabled.disabled,  .datepicker table tr td.active.disabled:hover.disabled,  .datepicker table tr td.active[disabled],  .datepicker table tr td.active:hover[disabled],  .datepicker table tr td.active.disabled[disabled],  .datepicker table tr td.active.disabled:hover[disabled],  fieldset[disabled] .datepicker table tr td.active,  fieldset[disabled] .datepicker table tr td.active:hover,  fieldset[disabled] .datepicker table tr td.active.disabled,  fieldset[disabled] .datepicker table tr td.active.disabled:hover,  .datepicker table tr td.active.disabled:hover,  .datepicker table tr td.active:hover.disabled:hover,  .datepicker table tr td.active.disabled.disabled:hover,  .datepicker table tr td.active.disabled:hover.disabled:hover,  .datepicker table tr td.active[disabled]:hover,  .datepicker table tr td.active:hover[disabled]:hover,  .datepicker table tr td.active.disabled[disabled]:hover,  .datepicker table tr td.active.disabled:hover[disabled]:hover,  fieldset[disabled] .datepicker table tr td.active:hover,  fieldset[disabled] .datepicker table tr td.active:hover:hover,  fieldset[disabled] .datepicker table tr td.active.disabled:hover,  fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,  .datepicker table tr td.active.disabled:focus,  .datepicker table tr td.active:hover.disabled:focus,  .datepicker table tr td.active.disabled.disabled:focus,  .datepicker table tr td.active.disabled:hover.disabled:focus,  .datepicker table tr td.active[disabled]:focus,  .datepicker table tr td.active:hover[disabled]:focus,  .datepicker table tr td.active.disabled[disabled]:focus,  .datepicker table tr td.active.disabled:hover[disabled]:focus,  fieldset[disabled] .datepicker table tr td.active:focus,  fieldset[disabled] .datepicker table tr td.active:hover:focus,  fieldset[disabled] .datepicker table tr td.active.disabled:focus,  fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,  .datepicker table tr td.active.disabled:active,  .datepicker table tr td.active:hover.disabled:active,  .datepicker table tr td.active.disabled.disabled:active,  .datepicker table tr td.active.disabled:hover.disabled:active,  .datepicker table tr td.active[disabled]:active,  .datepicker table tr td.active:hover[disabled]:active,  .datepicker table tr td.active.disabled[disabled]:active,  .datepicker table tr td.active.disabled:hover[disabled]:active,  fieldset[disabled] .datepicker table tr td.active:active,  fieldset[disabled] .datepicker table tr td.active:hover:active,  fieldset[disabled] .datepicker table tr td.active.disabled:active,  fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,  .datepicker table tr td.active.disabled.active,  .datepicker table tr td.active:hover.disabled.active,  .datepicker table tr td.active.disabled.disabled.active,  .datepicker table tr td.active.disabled:hover.disabled.active,  .datepicker table tr td.active[disabled].active,  .datepicker table tr td.active:hover[disabled].active,  .datepicker table tr td.active.disabled[disabled].active,  .datepicker table tr td.active.disabled:hover[disabled].active,  fieldset[disabled] .datepicker table tr td.active.active,  fieldset[disabled] .datepicker table tr td.active:hover.active,  fieldset[disabled] .datepicker table tr td.active.disabled.active,  fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
	background-color: #ffe200;
	border-color: #357ebd;
}
.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
}
.datepicker table tr td span:hover {
	background: #eee;
}
.datepicker table tr td span.disabled,  .datepicker table tr td span.disabled:hover {
	background: none;
	color: #999;
	cursor: default;
}
.datepicker table tr td span.active,  .datepicker table tr td span.active:hover,  .datepicker table tr td span.active.disabled,  .datepicker table tr td span.active.disabled:hover {
	color: #fff;
	background-color: #ffe200;
	border-color: #357ebd;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td span.active:hover,  .datepicker table tr td span.active:hover:hover,  .datepicker table tr td span.active.disabled:hover,  .datepicker table tr td span.active.disabled:hover:hover,  .datepicker table tr td span.active:focus,  .datepicker table tr td span.active:hover:focus,  .datepicker table tr td span.active.disabled:focus,  .datepicker table tr td span.active.disabled:hover:focus,  .datepicker table tr td span.active:active,  .datepicker table tr td span.active:hover:active,  .datepicker table tr td span.active.disabled:active,  .datepicker table tr td span.active.disabled:hover:active,  .datepicker table tr td span.active.active,  .datepicker table tr td span.active:hover.active,  .datepicker table tr td span.active.disabled.active,  .datepicker table tr td span.active.disabled:hover.active,  .open .dropdown-toggle.datepicker table tr td span.active,  .open .dropdown-toggle.datepicker table tr td span.active:hover,  .open .dropdown-toggle.datepicker table tr td span.active.disabled,  .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
	color: #fff;
	background-color: #ed8323;
	border-color: #e27513;
}
.datepicker table tr td span.active:active,  .datepicker table tr td span.active:hover:active,  .datepicker table tr td span.active.disabled:active,  .datepicker table tr td span.active.disabled:hover:active,  .datepicker table tr td span.active.active,  .datepicker table tr td span.active:hover.active,  .datepicker table tr td span.active.disabled.active,  .datepicker table tr td span.active.disabled:hover.active,  .open .dropdown-toggle.datepicker table tr td span.active,  .open .dropdown-toggle.datepicker table tr td span.active:hover,  .open .dropdown-toggle.datepicker table tr td span.active.disabled,  .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
	background-image: none;
}
.datepicker table tr td span.active.disabled,  .datepicker table tr td span.active:hover.disabled,  .datepicker table tr td span.active.disabled.disabled,  .datepicker table tr td span.active.disabled:hover.disabled,  .datepicker table tr td span.active[disabled],  .datepicker table tr td span.active:hover[disabled],  .datepicker table tr td span.active.disabled[disabled],  .datepicker table tr td span.active.disabled:hover[disabled],  fieldset[disabled] .datepicker table tr td span.active,  fieldset[disabled] .datepicker table tr td span.active:hover,  fieldset[disabled] .datepicker table tr td span.active.disabled,  fieldset[disabled] .datepicker table tr td span.active.disabled:hover,  .datepicker table tr td span.active.disabled:hover,  .datepicker table tr td span.active:hover.disabled:hover,  .datepicker table tr td span.active.disabled.disabled:hover,  .datepicker table tr td span.active.disabled:hover.disabled:hover,  .datepicker table tr td span.active[disabled]:hover,  .datepicker table tr td span.active:hover[disabled]:hover,  .datepicker table tr td span.active.disabled[disabled]:hover,  .datepicker table tr td span.active.disabled:hover[disabled]:hover,  fieldset[disabled] .datepicker table tr td span.active:hover,  fieldset[disabled] .datepicker table tr td span.active:hover:hover,  fieldset[disabled] .datepicker table tr td span.active.disabled:hover,  fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,  .datepicker table tr td span.active.disabled:focus,  .datepicker table tr td span.active:hover.disabled:focus,  .datepicker table tr td span.active.disabled.disabled:focus,  .datepicker table tr td span.active.disabled:hover.disabled:focus,  .datepicker table tr td span.active[disabled]:focus,  .datepicker table tr td span.active:hover[disabled]:focus,  .datepicker table tr td span.active.disabled[disabled]:focus,  .datepicker table tr td span.active.disabled:hover[disabled]:focus,  fieldset[disabled] .datepicker table tr td span.active:focus,  fieldset[disabled] .datepicker table tr td span.active:hover:focus,  fieldset[disabled] .datepicker table tr td span.active.disabled:focus,  fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,  .datepicker table tr td span.active.disabled:active,  .datepicker table tr td span.active:hover.disabled:active,  .datepicker table tr td span.active.disabled.disabled:active,  .datepicker table tr td span.active.disabled:hover.disabled:active,  .datepicker table tr td span.active[disabled]:active,  .datepicker table tr td span.active:hover[disabled]:active,  .datepicker table tr td span.active.disabled[disabled]:active,  .datepicker table tr td span.active.disabled:hover[disabled]:active,  fieldset[disabled] .datepicker table tr td span.active:active,  fieldset[disabled] .datepicker table tr td span.active:hover:active,  fieldset[disabled] .datepicker table tr td span.active.disabled:active,  fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,  .datepicker table tr td span.active.disabled.active,  .datepicker table tr td span.active:hover.disabled.active,  .datepicker table tr td span.active.disabled.disabled.active,  .datepicker table tr td span.active.disabled:hover.disabled.active,  .datepicker table tr td span.active[disabled].active,  .datepicker table tr td span.active:hover[disabled].active,  .datepicker table tr td span.active.disabled[disabled].active,  .datepicker table tr td span.active.disabled:hover[disabled].active,  fieldset[disabled] .datepicker table tr td span.active.active,  fieldset[disabled] .datepicker table tr td span.active:hover.active,  fieldset[disabled] .datepicker table tr td span.active.disabled.active,  fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
	background-color: #ffe200;
	border-color: #357ebd;
}
.datepicker table tr td span.old,  .datepicker table tr td span.new {
	color: #999;
}
.datepicker th.datepicker-switch {
	width: 145px;
}
.datepicker thead tr:first-child th,  .datepicker tfoot tr th {
	cursor: pointer;
}
.datepicker thead tr:first-child th:hover,  .datepicker tfoot tr th:hover {
	background: #eee;
}
.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
	cursor: default;
	background-color: transparent;
}
.input-group.date .input-group-addon i {
	cursor: pointer;
	width: 16px;
	height: 16px;
}
.input-daterange .input-group-addon {
	width: auto;
	min-width: 16px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: solid #ccc;
	border-width: 1px 0;
	margin-left: -5px;
	margin-right: -5px;
}
.datepicker.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	list-style: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
 *border-right-width: 2px;
 *border-bottom-width: 2px;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.428571429;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	padding: 7px 10px;
}
.datepicker.dropdown-menu th,  .datepicker.datepicker-inline th,  .datepicker.dropdown-menu td,  .datepicker.datepicker-inline td {
	padding: 0px 5px;
}
.datepicker thead tr:first-child th.prev:before,  .datepicker thead tr:first-child th.next:before {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 18px;
}
.datepicker thead tr:first-child th.prev:before {
	content: '\f104';
}
.bootstrap-timepicker {
	position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
	left: auto;
	right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
	left: auto;
	right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
	left: auto;
	right: 13px;
}
.bootstrap-timepicker .add-on {
	cursor: pointer;
}
.bootstrap-timepicker .add-on i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0,0,0,0.2);
}
.bootstrap-timepicker-widget.dropdown-menu {
	padding: 7px 10px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.bootstrap-timepicker-widget.dropdown-menu.open {
	display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
	border-bottom: 7px solid rgba(0,0,0,0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
	left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
	left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
	right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
	right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
	top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
	top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}
.bootstrap-timepicker-widget a.btn,  .bootstrap-timepicker-widget input {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bootstrap-timepicker-widget table {
	width: 100%;
	margin: 0;
}
.bootstrap-timepicker-widget table td {
	text-align: center;
	height: 30px;
	margin: 0;
	padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
	min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
	width: 100%;
}
.bootstrap-timepicker-widget table td a {
	width: 100%;
	display: inline-block;
	margin: 0;
	outline: 0;
	color: #333;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.bootstrap-timepicker-widget table td a:hover {
	text-decoration: none;
	background-color: #eee;
}
.bootstrap-timepicker-widget table td a i {
	margin-top: 2px;
	font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
	width: 35px;
	margin: 0;
	text-align: center;
	color: #000;
}
.bootstrap-timepicker-widget .modal-content {
	padding: 4px;
}
.img-l-1 {
	float: left;
	margin-left: 40px;
}
.img-1-2 {
	float: left;
}
.style4 {
	float: left;
	margin-right: 10px;
	font-size: 15px;
	padding: 10px;
}
