/*------------------------------------------------------------------
* Project:        Tour Packer
* Author:         discoverladakhtours.com
* URL:            http://discoverladakhtours.com
* Version:        1.0.0
* Created:        06/03/2016
* Last change:    06/03/2016
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
* Table of Content
* 1. Header
* 2. Navbar Mini
* 3. Sticky Header
* 4. Hero Image
* 5. Page Title & Breadcrumb
* 6. Main Search Form
* 7. Sidebar
* 8. Sorting
* 9. Pager
* 10. Featured Items
* 11. Destinations
* 12. Tour Package
* 13. itinerary
* 14. Why us
* 15. Testimonial
* 16. Newsletter
* 17. About Us
* 18. Review
* 19. Faq
* 20. Payment
* 21. Confirmation
* 22. Social
* 23. Contact Us
* 24. Blog
* 25. Image Overlay
* 26. Footer
* 27. Sign-in/up
-------------------------------------------------------------------*/


/**
 * Header
 */

.navbar {
	border-bottom: 0;
	min-height: 0;
	margin: 0;
}
.navbar-primary {
	background: #f0a42b;
}
.navbar-bottom {
	background: #FFF;
}
/* Logo */

.navbar-logo {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 5px 0 15px;
}
.navbar-logo img {
  height: 60px;
  width: auto;
}
/* Phone at Header */

.navbar-phone {
	font-weight: 600;
	font-size: 14px;
	color: #636363;
	line-height: 50px;
	text-align: right;
}
/* Main Menu Dropdown */

.navbar-nav {
	margin: 0;
}
.navbar-nav li a {
	font-weight: 600;
	font-size: 13px;
	color: #636363;
}
.navbar-nav > li {
	margin-right: 30px;
}
.navbar-nav > li > a {
	line-height: 50px;
	padding: 0;
}
.navbar-nav > li > a:hover {
	color: rgba(255, 255, 255, 0.8);
}
.navbar-nav li {
	position: relative;
}
.navbar-nav li ul {
	z-index: 9999;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0;
	width: 190px;
	display: none;
	border: 1px solid #E3E3E3;
	border-top: 2px solid #f0a42b;
	background: #FFF;
	padding: 20px;
}
.navbar-nav li ul li a {
	border-bottom: 0;
	display: block;
	padding: 8px 0;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.25;
	font-weight: 400;
}
.navbar-nav li > ul > li:last-child > a, .navbar-nav li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.navbar-nav li ul li:hover > a {
	color: #D65049;
}
.navbar-nav li ul li ul {
	position: absolute;
	left: 169px;
	top: 0;
}
/* Mega Menu */

.navbar-nav > li.mega-menu {
	position: inherit!important;
	left: 0;
	color: #636363;
}
.navbar-nav > li.mega-menu ul {
	left: 0%;
	width: 100%;
	top: 50px;
	padding: 0 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-nav > li.mega-menu:hover > a, .navbar-nav > li.mega-menu > a:hover, .navbar-nav > li.dropdown:hover > a, .navbar-nav > li.dropdown > a:hover, .navbar-nav > li.dropdown.active > a, .navbar-nav > li.dropdown.active > a:hover, .navbar-nav > li:hover > a, .navbar-nav > li.active > a {
	color: #D65049;
	background: none;
}
.navbar-nav > li.mega-menu ul li a:hover {
	color: #D65049;
}
/* Menu Arrow */

.navbar-arrow > ul > li .arrow-indicator {
	margin-left: 7px;
	color: #CCC;
}
.navbar-arrow ul ul > li .arrow-indicator {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
	font-size: 16px;
	color: #CCC;
}
.megamenu-container .arrow-indicator {
	display: none !important;
}
 @media (min-width: 768px) {
 .navbar-nav > li.mega-menu ul {
 width: 750px;
}
}
 @media (min-width: 992px) {
 .navbar-nav > li.mega-menu ul {
 width: 970px;
}
}
 @media (min-width: 1200px) {
 .navbar-nav > li.mega-menu ul {
 width: 1170px;
}
}
 @media (min-width: 768px) {
 .navbar {
 -webkit-transition: all 0.1s ease-in-out 0s;
 -moz-transition: all 0.1s ease-in-out 0s;
 -ms-transition: all 0.1s ease-in-out 0s;
 -o-transition: all 0.1s ease-in-out 0s;
 transition: all 0.1s ease-in-out 0s;
}
 .navbar-brand {
 -webkit-transition: all 0.3s ease-in-out 0s;
 -moz-transition: all 0.3s ease-in-out 0s;
 -ms-transition: all 0.3s ease-in-out 0s;
 -o-transition: all 0.3s ease-in-out 0s;
 transition: all 0.3s ease-in-out 0s;
 padding-top: 0;
 padding-bottom: 0;
}
 .navbar-logo {
 -webkit-transition: all 0.3s ease-in-out 0s;
 -moz-transition: all 0.3s ease-in-out 0s;
 -ms-transition: all 0.3s ease-in-out 0s;
 -o-transition: all 0.3s ease-in-out 0s;
 transition: all 0.3s ease-in-out 0s;
 margin-top: 10px;
}
 .navbar-nav li ul li a {
 -webkit-transition: all 0.2s ease-in-out 0s;
 -moz-transition: all 0.2s ease-in-out 0s;
 -ms-transition: all 0.2s ease-in-out 0s;
 -o-transition: all 0.2s ease-in-out 0s;
 transition: all 0.2s ease-in-out 0s;
}
 .navbar-nav > li > a {
 -webkit-transition: all 0.3s ease-in-out 0s;
 -moz-transition: all 0.3s ease-in-out 0s;
 -ms-transition: all 0.3s ease-in-out 0s;
 -o-transition: all 0.3s ease-in-out 0s;
 transition: all 0.3s ease-in-out 0s;
}
 .navbar-sticky .navbar-logo {
 margin-top: 0;
}
.navbar-sticky .navbar-logo img {
  height: 40px;
  width: auto;
}
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
 .navbar-logo {
 padding: 0;
 margin: 0;
}
 .navbar-logo img {
 height: 40px;
 margin: 0;
}
 .navbar-arrow > ul > li .arrow-indicator,  .navbar-arrow ul ul > li .arrow-indicator {
 display: none !important;
}
 .navbar-sticky .navbar-logo {
 margin-top: 5px;
 margin-bottom: 5px;
}
}
 @media (max-width: 767px) {
 .navbar-fixed-top {
 position: relative !important;
 clear: both;
}
 .navbar-logo img {
 height: 40px;
}
 .navbar-logo {
 margin-top: 5px;
 margin-bottom: 5px;
 float: none;
}
 .navbar-nav .open .dropdown-menu > li > a {
 line-height: 23px;
}
}
 @media (max-width: 479px) {
}
/**
 * Navbar Mini
 */

.navbar-mini {
}
.navbar-mini > ul {
	line-height: 55px;
	margin: 0;
	margin-top: -2px;
	padding: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.navbar-mini > ul > li {
	float: left;
	margin-left: 15px;
}
.navbar-mini > ul > li:last-child {
	border-right: none;
}
.navbar-mini > ul > li > a {
	color: rgba(255, 255, 255, 1);
	font-size: 13px;
	font-weight: 600;
}
.navbar-mini > ul > li > a:hover, .navbar-mini > ul > li > a:focus {
	color: rgba(255, 255, 255, 0.8);
}
.navbar-mini > ul > li > a.btn {
	border: 2px solid #FFF;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-mini > ul > li > a.btn:hover, .navbar-mini > ul > li > a.btn:focus {
	border-color: rgba(255, 255, 255, 0.8);
}
.navbar-mini .dropdown-menu {
	min-width: 80px;
	padding: 10px;
}
.navbar-mini .dropdown-menu > li > a {
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 400;
}
.navbar-mini .dropdown-menu > li:first-child > a {
	padding-top: 5px;
}
.navbar-mini .dropdown-menu > li:last-child > a {
	padding-bottom: 5px;
}
.navbar-mini .dropdown-menu > li > a:hover, .navbar-mini .dropdown-menu > li:hover > a, .navbar-mini .dropdown-menu > li > a:focus {
	color: #BA0600 !important;
	background: none !important;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
 .navbar-mini {
 margin-right: 45px;
}
 .navbar-mini > ul {
 -webkit-transition: none;
 -moz-transition: none;
 -ms-transition: none;
 -o-transition: none;
 transition: none;
 line-height: 50px;
}
 .navbar-mini > ul > li > a.btn {
 padding: 7px 10px;
}
}
 @media (max-width: 767px) {
 .navbar-mini > ul > li {
 margin-left: 10px;
}
 .navbar-mini > ul > li > a.btn {
 border: 0;
}
}
 @media (max-width: 479px) {
 .navbar-mini {
 margin-right: 35px;
}
 .navbar-mini > ul > li {
 margin-left: 0;
}
}
/**
 * Sticky Header
 */

.navbar-sticky {
	border-color: #232F49;
}
.navbar-sticky hr {
	display: none;
}
.navbar-sticky.navbar-primary {
	padding-top: 0;
}
.navbar-sticky .navbar-logo {
	padding-top: 5px;
	padding-bottom: 8px;
}
.navbar-sticky .navbar-phone {
	line-height: 40px;
}
.navbar-sticky .navbar-nav > li > a {
	line-height: 40px;
}
.navbar-sticky .navbar-nav > li > a:hover, .navbar-sticky .navbar-nav > li > a:focus {
	color: #D65049;
	background-color: transparent
}
.navbar-sticky .navbar-nav > li > ul {
	top: 40px;
}
.navbar-sticky .navbar-nav > li.mega-menu ul {
	top: 40px;
}
.navbar-sticky .navbar-nav > .active > a, .navbar-sticky .navbar-nav > .active > a:hover, .navbar-sticky .navbar-nav > .active > a:focus {
	color: #0D7CC9;
	background-color: transparent;
}
.navbar-sticky .navbar-nav > .disabled > a, .navbar-sticky .navbar-nav > .disabled > a:hover, .navbar-sticky .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-sticky .navbar-second {
	padding-top: 5px;
}
 @media (min-width: 768px) {
 .navbar-sticky {
 -webkit-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
 -moz-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
 box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
}
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
 .navbar-sticky .navbar-logo {
 padding-top: 7px;
}
}
 @media (max-width: 767px) {
}
 @media (max-width: 479px) {
}
/**
 * Hero Image
 */

.hero {
	position: relative;
	padding: 130px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	text-align: center;
}
 .hero::before {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.5);
 content: ""
}
.hero h1 {
	color: rgba(255, 255, 255, 1);
	font-size: 58px;
	font-weight: 400;
	margin-top: 0;
}
.hero p.lead {
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 31px;
	font-weight: 300;
}
.hero .btn {
	padding-left: 40px;
	padding-right: 40px;
}
.hero.windows-height-bg {
	overflow: hidden;
}
 @media (min-width: 768px) {
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
 .hero {
 padding: 40px 0;
}
 .hero h1 {
 font-size: 36px;
}
 .hero p.lead {
 font-size: 17px;
 line-height: 1.4;
}
}
 @media (max-width: 479px) {
 .hero h1 {
 font-size: 28px;
 margin-top: 5px;
}
 .hero p.lead {
 font-size: 15px;
}
}
/**
 * Page Title & Breadcrumb
 */

.page-title {
	position: relative;
	padding: 40px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	text-align: center;
}
 .page-title::before {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.2);
 content: ""
}
.page-title h1 {
	color: rgba(255, 255, 255, 1);
	margin: 0 0 5px;
}
.page-title p.lead {
	font-weight: 300;
}
ol.breadcrumb-list li {
	display: inline-block;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
}
ol.breadcrumb-list li a {
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
}
ol.breadcrumb-list li a:hover {
	color: rgba(255, 255, 255, 0.8);
}
ol.breadcrumb-list li a:after {
	content: "/";
	margin: 0 7px;
}
ol.breadcrumb-list li span {
	font-weight: 600;
}
 ol.breadcrumb-list.booking-step li a:after, ol.breadcrumb-list.booking-step li:not(:last-child) span:after {
 font-family: 'FontAwesome';
 content: "\f105 ";
 margin: 0 7px;
}
.page-title.detail-page-title {
	padding: 220px 0 30px;
	text-align: left;
}
.breadcrumb-wrapper {
	padding: 10px 0;
}
.breadcrumb-wrapper ol.breadcrumb-list li a {
	color: #f0a42b;
}
.breadcrumb-wrapper ol.breadcrumb-list li a:hover {
	color: #D65049;
}
.breadcrumb-wrapper ol.breadcrumb-list li span, .breadcrumb-wrapper ol.breadcrumb-list li a:after {
	color: #666;
}
.page-title.detail-page-title .list-col {
	line-height: 1;
}
 .page-title.detail-page-title ul.list-col li:not(:last-child)::after {
 background: rgba(255, 255, 255, 0.8);
 bottom: auto;
 height: 33px;
}
 .page-title.detail-page-title .list-col li.rating-box::after {
 top: -1px;
}
 .page-title.detail-page-title .list-col li.fav-box::after {
 top: 1px;
}
.page-title.detail-page-title .btn-fav {
	background: none;
	color: #FFF;
	padding: 0;
}
.page-title.detail-page-title .list-col .duration-box .meta {
	display: inline-block;
}
 .page-title.detail-page-title .list-col .duration-box .meta:not(:last-child) {
 margin-right: 7px;
}
.page-title.detail-page-title .meta span {
	font-size: 18px;
	color:#fff;
	font-weight: 600;
	margin-bottom: 3px;
}
.page-title.detail-page-title {
}
.availabily-wrapper {
}
ul.availabily-list {
}
ul.availabily-list li {
	border-bottom: 1px solid #E3E3E3;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
ul.availabily-list li > div {
	display: inline-block;
	width: 19.5%;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
ul.availabily-list li > div span {
	display: block;
	font-size: 16px;
	font-weight: 600;
}
ul.availabily-list li > div.date-from, ul.availabily-list li > div.date-to {
	width: 23%;
}
ul.availabily-list li > div.date-from {
	padding-right: 10px;
}
ul.availabily-list li > div.date-to {
	padding-left: 10px;
}
ul.availabily-list li > div.price {
	width: 12.5%;
}
ul.availabily-list li > div.status, ul.availabily-list li > div.price {
	text-align: center;
}
ul.availabily-list li > div.action {
	text-align: right;
}
ul.availabily-list li > div.action .btn {
	margin-right: -8px;
}
ul.availabily-list li.availabily-heading {
	font-size: 12px;
	color: #999;
	padding-bottom: 5px;
}
ul.availabily-list li.availabily-content.sold-out:after {
	content: "";
	position: absolute;
	left: 0;
	right: 5px;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	display: block;
}
ul.availabily-list li > div span.availabily-heading-label {
	display: none;
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
ul.availabily-list li > div.date-from {
	position: relative;
}
ul.availabily-list li.availabily-content > div.date-from:after {
	font-family: 'FontAwesome';
	content: "\f058";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	display: block;
	color: #f0a42b;
}
ul.availabily-list li.availabily-content.sold-out > div.date-from:after {
	display: none;
}
.detail-content-wrapper {
	padding-right: 15px;
}
.detail-content {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.detail-content .map-route {
	width: 50%;
	float: right;
	margin: 5px 0;
	margin-left: 15px;
}
.common-form {
  display: table;
  margin-bottom: 50px;
  padding-bottom: 30px;
  width: 100%;
}
.common-form h5{ font-size:21px; text-transform:uppercase}
#widebookform {
  background-color: #f8f8f8;
  display: inline-block;
  padding: 0 15px 20px;
  width: 100%;
}
@media (min-width: 768px) {
}
 @media only screen and (max-width: 1199px) {
 ul.availabily-list li > div.action .btn {
 margin-right: -4px;
}
 .detail-content-wrapper {
 padding-right: 0;
}
}
 @media only screen and (max-width: 991px) {
 ul.availabily-list li {
 font-size: 13px;
}
 ul.availabily-list li > div span {
 display: block;
 font-size: 14px;
}
 ul.availabily-list li > div.action .btn {
 font-size: 10px;
 margin-right: 0px;
}
}
 @media only screen and (max-width: 767px) {
 ul.availabily-list li.availabily-heading {
 display: none;
}
 ul.availabily-list li > div {
 display: block;
 width: 100% !important;
 position: relative;
 padding-left: 95px !important;
 text-align: left !important;
 margin-bottom: 15px;
}
 ul.availabily-list li > div span.availabily-heading-label {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 text-align: right;
 width: 80px;
}
 ul.availabily-list li.availabily-content > div.date-from:after {
 top: 0;
 right: auto;
 left: 0;
 margin-top: 0;
}
 .page-title.detail-page-title {
 padding: 100px 0 30px;
}
}
 @media (max-width: 479px) {
}
/**
 * Main Search Form
 */

.main-search-wrapper {
}
.main-search-wrapper > .inner {
}
.main-search-wrapper .column-item {
}
.main-search-wrapper .form-control {
	height: 40px;
	border-color: #FFF;
}
.main-search-wrapper .btn {
	padding-top: 13px;
	padding-bottom: 12px;
}
.main-search-wrapper .select2-container .select2-selection--single {
	height: 40px;
	border-color: #FFF;
}
.main-search-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 9px;
}
.main-search-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}
.main-search-wrapper .select2-container--default .select2-selection--single:focus {
	border-color: #FFF !important;
}
.main-search-wrapper .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #CCC;
}
.main-search-wrapper .select2-dropdown {
	border: 1px solid #FFF !important;
}
.main-search-wrapper .select2-container .select2-selection--multiple {
	height: 40px;
	border-color: #FFF;
	overflow: hidden;
}
.main-search-wrapper .select2-container--default.select2-container--open .select2-selection--multiple {
	border-color: #CCC;
}
.main-search-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
	padding-top: 2px;
}
.main-search-wrapper.full-width {
	width: 80%;
	margin: 15px auto 0;
}
.main-search-wrapper.full-width > .inner {
	margin-left: -10px;
	margin-right: -10px;
}
.main-search-wrapper.full-width .column-item {
	float: left;
	width: 25%;
	padding: 0 10px;
}
.main-search-wrapper.at-right > .inner {
	margin-left: 50%;
}
.main-search-wrapper.at-left {
	width: 330px;
	padding-right: 50px;
}
.main-search-holder {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	color: #FFF;
	padding-top: 130px;
}
.main-search-holder h1 {
	color: rgba(255, 255, 255, 1);
	font-size: 58px;
	font-weight: 400;
	margin-top: 0;
	text-align: center;
	letter-spacing: 0;
}
.main-search-holder p.lead {
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 31px;
	font-weight: 300;
	text-align: center;
}
.main-search-holder .btn {
	padding-left: 40px;
	padding-right: 40px;
}
 @media (min-width: 768px) {
}
 @media only screen and (max-width: 1199px) {
 .main-search-full-wrapper {
 width: 100%;
}
 .main-search-wrapper.full-width {
 width: 90%;
}
}
 @media only screen and (max-width: 991px) {
 .main-search-full-wrapper {
 width: 50%;
}
 .main-search-full-wrapper .column-item {
 width: 100%;
}
 .main-search-wrapper.full-width {
 width: 75%;
}
 .main-search-wrapper.full-width .column-item {
 width: 50%;
}
}
 @media only screen and (max-width: 767px) {
 .main-search-full-wrapper {
 width: 60%;
 margin: 0 auto;
}
 .main-search-wrapper.full-width {
 width: 90%;
 margin-top: 5px;
}
 .main-search-wrapper.full-width .column-item {
 width: 50%;
}
 .main-search-holder {
 padding: 35px 0;
}
 .main-search-holder h1 {
 font-size: 36px;
}
 .main-search-holder p.lead {
 font-size: 17px;
 line-height: 1.4;
}
}
 @media (max-width: 479px) {
 .main-search-full-wrapper {
 width: 80%;
}
 .main-search-wrapper.full-width .column-item {
 width: 100%;
}
 .main-search-holder h1 {
 font-size: 28px;
 margin-top: 5px;
}
 .main-search-holder p.lead {
 font-size: 15px;
}
}
/**
 * Sidebar
 */
.aside_sm_form .form-group {
  margin-bottom: 6px;
}
.aside_sm_form button[type=submit]{
  margin-top: 15px;
}
.aside_sm_form .form-control {
  height: 30px;
}
.aside_sm_form textarea.form-control {
  height: auto;
}
.aside_sm_form .btn-default { background-color: #fff;}
.aside_sm_form .btn-default.active, .aside_sm_form .btn-default:active, .aside_sm_form .open > .dropdown-toggle.btn-default {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.left-box {
	background:#FBFBFB;
	border:1px solid #E5E5E5;
	padding:28px 26px;
	margin-bottom:50px;
}
.left-box h6 {
	border-bottom:1px solid #E3E3E3;
	padding:0 0 20px;
	margin:0 0 15px;
	font-size:16px;
	color:#000;
}
.sort {
	margin-bottom:15px;
}
.sort .form-group label {
	font-size: 14px;
	color: #000;
	background:transparent;
	border:0;
	padding: 0 5px 0 0;
}
.sort .form-group {
	width:100%;
}
.sort .form-group .bootstrap-select {
	height:37px;
}
.sort .bootstrap-select .btn-default {
	background-color: #FBFBFB;
	background-image: linear-gradient(to bottom, #FBFBFB, #FBFBFB);
	background-repeat: repeat-x;
	border-color: #E5E5E5;
	border-radius: 0;
	color:#B7B5B6;
	height:37px;
	text-transform:capitalize;
}
.sort .bootstrap-select.btn-group .dropdown-menu li a span.text {
	font-size: 13px;
	color:#999
}
.sort .bootstrap-select .btn-default i {
	background: #BBB5B5;
	border:1px solid #BBB5B5;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	height: 37px;
	font-size:15px;
	color:#fff;
}
.sort .bootstrap-select .btn-default:hover i {
	background:#fcb714;
	border:1px solid #fcb714;
}
.sort .bootstrap-select .dropdown-menu li > a:hover {
	text-decoration: none;
	color: #fcb714;
	background-color: transparent;
	background-image: linear-gradient(to bottom, transparent, transparent);
	background-repeat: repeat-x;
}
.page_header {
  border-bottom: 1px solid #eee;
  margin: 0 0 20px;
  padding-bottom: 9px;
}.page_header h1{ margin:0}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
}
 @media (max-width: 479px) {
}
/**
 * Sorting
 */

.sorting-wrappper {
	margin: 0 0 23px;
}
.sorting-wrappper h3 {
	line-height: 1.2;
	margin: 0;
}
.sorting-wrappper h3 small {
	font-size: 70%;
}
.sorting-header {
	margin: 0 0 15px;
}
.sort-by-wrapper {
	line-height: 1.2;
	display: table;
}
.sorting-label {
	vertical-align: middle;
	display: table-cell;
	font-weight: 400;
}
.sorting-middle-holder {
	display: inline-block;
	margin: 0;
	margin-left: 7px;
	line-height: 1;
	vertical-align: middle;
}
.sorting-middle-holder .form-control {
	margin: 0;
}
ul.sort-by {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 1.2;
}
ul.sort-by li {
	display: inline-block;
	margin: 5px 10px;
}
ul.sort-by li a {
	display: block;
	position: relative;
	color: #666;
}
ul.sort-by li a:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 2px;
	background: transparent;
}
ul.sort-by li.active a, ul.sort-by li a:hover {
	color: #f0a42b;
}
ul.sort-by li.active a:after {
	background: #f0a42b;
}
.btn-sorting {
	border: 0;
	padding: 4px 0 0;
	font-size: 16px;
	line-height: 1.2;
	color: #999;
}
.btn-sorting.active, .btn-sorting:hover {
	color: #f0a42b;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
 ul.sort-by li {
 display: inline-block;
 margin: 5px;
}
}
 @media only screen and (max-width: 767px) {
}
 @media (max-width: 479px) {
 .sort-by-wrapper {
 line-height: 1.2;
 display: block;
}
 .sorting-label {
 display: block;
}
 .sorting-middle-holder {
 display: block;
 margin: 10px 0 0;
}
 ul.sort-by li {
 margin-left: 0;
 margin-right: 7px;
}
}
/**
 * Pager
 */

.pager-wrappper {
	margin-top: 15px;
}
.pager-inner {
	line-height: 1;
	display: table;
}
.pager-label {
	vertical-align: middle;
	display: table-cell;
	font-weight: 400;
}
.pager-middle-holder {
	display: inline-block;
	margin: 0;
	margin-left: 7px;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
}
.pager-right {
	float: right;
}
.pagination {
	margin: 9px 0 0;
}
.pagination > li > a, .pagination > li > span {
	padding: 0;
	margin: 0 3px;
	color: #337ab7;
	border: 0;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 23px;
	border-radius: 50%;
	text-align: center;
	color: #666;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #D65049;
	background-color: #FFF;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #f0a42b;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
 .pager-right {
 float: left;
}
}
 @media only screen and (max-width: 767px) {
}
 @media (max-width: 479px) {
}


/**
 * Featured 
 */

.featured-item:not(:last-child) {
 margin-bottom: 30px;
}
.featured-item h4 {
	color: #333;
}
.featured-item .content .icon {
	float: left;
	font-size: 56px;
	color: #f0a42b;
	margin-top: 5px;
}
.featured-item .content p {
	margin-left: 70px;
}
.featured-count {
	line-height: 1.2;
	margin: 15px 0;
}
.featured-count .icon {
	width: 44px;
	float: left;
	font-size: 47px;
}
.featured-count .content {
	margin-left: 55px;
	padding-top: 5px;
}
.featured-count h6 {
	color: #333;
	margin: 0 0 5px;
}
.call-to-action {
	text-align: center;
}
.call-to-action .btn {
	margin: 0 15px;
	margin-top: -3px;
}
ul.featured-list-sm {
	margin-top: 25px;
}
ul.featured-list-sm li {
	position: relative;
	padding-left: 50px;
	margin: 15px 0 25px;
	line-height: 1.5;
}
ul.featured-list-sm li:last-child {
	margin-bottom: 0;
}
ul.featured-list-sm li .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	display: block;
	line-height: 30px;
	text-align: center;
	color: #f0a42b;
	border: 2px solid #f0a42b;
	font-size: 16px;
	border-radius: 3px;
}
ul.featured-list-sm li h6 {
	text-transform: uppercase;
	margin: 0 0 10px;
}
.featured-icon-item {
	margin: 50px 15px 0;
}
.featured-icon-item .icon {
	font-size: 54px;
	color: #00AFF1;
	margin: 0 0 25px;
	width: 90px;
	height: 90px;
	line-height: 95px;
	text-align: center;
	border: 2px solid #00AFF1;
	border-radius: 50%;
}
.featured-icon-item h4 {
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 20px;
}
.promo-box {
	background: #00AFF1;
	color: #FFF;
	text-align: center;
	padding: 90px 0;
	line-height: 1;
	font-size: 42px;
	font-weight: 300;
}
.process-item {
	padding: 0 20px;
	position: relative;
}
.process-item .process-step {
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	color: #F5F8FB;
	position: absolute;
	top: -17px;
	left: 2px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	background: #00AFF1;
	border: 2px solid #F5F8FB;
}
.process-item .image {
	width: 160px;
	margin: 15px 0 20px;
}
.process-item .image img {
	border-radius: 3px;
}
.process-item a {
	line-height: 1;
}
.process-item a i {
	margin-left: 7px;
}
.icon-fearured .icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 3px;
	text-align: center;
	font-size: 21px;
	margin: 0 0 20px;
}
/**
 * Destinations
 */

.destination-grid-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}
.destination-grid-wrapper > .grid-item {
	padding: 15px;
}
.top-destination-image-bg {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	width: 100%;
	height: 100%;
}
.top-destination-image-bg span {
	color: rgba(255, 255, 255, 0.9);
}
 .top-destination-image-bg::before {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.3);
 content: "";
 transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
}
 .top-destination-image-bg:hover::before {
 background: rgba(0, 0, 0, 0.5);
}
a.top-destination-image-bg {
	display: block;
	color: rgba(255, 255, 255, 1);
	position: relative;
	padding: 30px;
	font-weight: 400;
	font-size: 13px;
}
.top-destination-image-bg h4 {
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	margin: 0 0 5px;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
 .destination-grid-wrapper {
 margin-left: -10px;
 margin-right: -10px;
}
 .destination-grid-wrapper > .grid-item {
 padding: 10px;
}
}
 @media only screen and (max-width: 767px) {
 .destination-grid-wrapper {
 margin-left: -5px;
 margin-right: -5px;
}
 .destination-grid-wrapper > .grid-item {
 padding: 5px;
}
}
 @media (max-width: 479px) {
}
/**
 * Tour Package
 */

.package-grid-item-wrapper {
	margin-bottom: -30px;
}
.package-grid-item {
	background: #FFF;
	position:relative;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.package-grid-item:hover {
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
}
.package-grid-item-wrapper .image {
	position: relative;
}
.package-grid-item-wrapper .image img {
	border-radius: 3px 3px 0 0;
}
.package-grid-item .absolute-in-image .duration {
	padding: 15px;
}
.package-grid-item .absolute-in-image .duration span {
	background: #f0a42b;
	color: #FFF;
	padding: 4px 7px;
	border-radius: 3px;
	line-height: 1;
	display: inline-block;
	font-size: 12px;
}
.package-grid-item a {
	color: #666;
	font-weight: 400;
}
.package-grid-item a h5, .package-grid-item a h6 {
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.package-grid-item .rating-wrapper {
  min-height: 32px;
}
.package-grid-item .content {
	padding: 15px 10px;
	position: relative;
}
.bot_text {
	width: 100%;
	padding:0;
	display:table;
	border-top:1px solid #f1f1f1;
}
.bot_text .readmore {
	display:table-cell;
	font-size: 13px;
	padding:5px 15px 5px 0;
	letter-spacing: 0;
	width:50%;
	text-align:center;
}
.bot_text .price {
	color: #f0a42b;
	display:table-cell;
	font-size: 16px;
	padding:5px 0 5px 15px;
	text-align:center;
	font-weight: 700;
	width:50%;
	border-right:1px solid #f1f1f1;
}
.bot_text .price small {
	font-size:10px
}
.package-grid-item .raty-wrapper > div {
	float: left;
	margin-right: 7px;
	margin-top: -1px;
}
.package-grid-item .raty-wrapper > div span {
	padding-left: 5px;
	display: inline-block;
	padding-top: 5px;
}
.on-page-result-page .package-grid-item .raty-wrapper > div {
	margin-top: 0;
}
.on-page-result-page .package-grid-item {
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
}
.on-page-result-page .package-grid-item:hover {
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
}
.alt-smaller .bot_text .readmore {
	padding: 3px 0 2px;
}
.alt-smaller .price {
	color: #f0a42b;
	font-size: 14px;
}
.package-list-item {
	border-radius: 3px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.package-list-item:hover {
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
}
.package-list-item .image {
	width: 35%;
	float: left;
	position: relative;
}
.package-list-item .image img {
	border-radius: 3px 0 0 3px;
}
.package-list-item .absolute-in-image .duration {
	padding: 15px;
}
.package-list-item .absolute-in-image .duration span {
	background: #f0a42b;
	color: #FFF;
	padding: 4px 7px;
	border-radius: 3px;
	line-height: 1;
	display: inline-block;
	font-size: 12px;
}
.package-list-item .content {
	width: 65%;
	float: left;
	padding: 0 20px;
	position: relative;
}
.package-list-item .content h5 {
	color: #333;
	margin: 18px 0 10px;
	line-height: 1;
}
.package-list-item .content h5 .btn {
	background: none;
	padding: 0;
	font-size: 18px;
	float: right;
}
.package-list-item .rating-wrapper {
	margin-top: 5px;
}
.package-list-item .content .price {
	color: #f0a42b;
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0 25px;
}
.package-list-item .btn-absolute {
	position: absolute;
	right: 0;
	bottom: 20px;
}
ul.list-info {
	margin: 0;
}
ul.list-info li {
	line-height: 1;
	position: relative;
	padding-left: 27px;
}
 ul.list-info li:not(:last-child) {
 margin-bottom: 15px;
}
ul.list-info li .icon {
	position: absolute;
	left: 0;
	top: -4px;
	width: 20px;
	height: 20px;
	line-height: 19px;
	padding-left: 1px;
	border-radius: 50%;
	background: #f0a42b;
	color: #FFF;
	text-align: center;
	font-size: 10px;
}
ul.list-info.no-icon li {
	padding-left: 0;
}
ul.list-info.bb-dotted li {
	border-bottom: 1px dotted #E1E1E1;
	padding-bottom: 12px;
	margin: 0 0 12px; text-transform:capitalize;
}
ul.list-info.bb-dotted li i.fa {
  color: #f0a42b;
}
ul.list-info.bb-dotted li span {
  display: inline-block;
  min-width: 75px;
}
.hotel-item-wrapper {
	margin-bottom: 20px;
}
.hotel-item {
	position: relative;
}
.hotel-item a {
	display: block;
}
.hotel-item .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.hotel-item:hover .content {
	background: rgba(0, 0, 0, 0.7);
}
.hotel-item .content h5, .hotel-item .content h6 {
	color: #FFF;
	line-height: 1;
	padding: 10px;
	margin: 0;
}
#destinations .package-grid-item a h5,#destinations .package-grid-item a h6 { margin: 0; }
 @media only screen and (max-width: 1199px) {
 .package-list-item {
 padding: 15px;
}
 .package-list-item .image {
 width: 40%;
}
 .package-list-item .content {
 width: 60%;
}
 .package-list-item .image img {
 border-radius: 3px;
}
 .package-list-item .content {
 padding-right: 0;
}
 .package-list-item .content h5 {
 margin: 0 0 10px;
}
 .package-list-item .content .price {
 margin-bottom: 20px;
}
}
 @media only screen and (max-width: 991px) {
 .package-list-item {
 padding: 10px;
}
 .package-list-item .rating-wrapper {
 margin-top: 20px;
}
 .package-list-item .content .price {
 margin: 7px 0;
}
}
 @media only screen and (max-width: 767px) {
 .package-list-item .content {
 padding-left: 15px;
}
}
 @media (max-width: 479px) {
 .package-list-item .image {
 width: 100%;
}
 .package-list-item .content {
 width: 100%;
 padding: 15px 0 0;
}
}
/**
 * Itinerary
 */

.itinerary-wrapper {
	padding-left: 15px;
}
.itinerary-item-wrapper {
	border-left: 1px dashed #CCC;
	padding-left: 30px;
	margin-top: 10px;
	margin-left: 11px;
}
.itinerary-item {
	margin-bottom: 30px;
}
.itinerary-item h5, .itinerary-item h5 a {
	font-size: 17px;
	margin: 0;
	color: #333;
	line-height: 1;
}
.itinerary-item.intro-item {
	position: relative;
	padding-left: 40px;
}
.itinerary-item .panel-body p {
	text-align:justify
}
.itinerary-item.intro-item:before {
	font-family: 'FontAwesome';
	content: "\f12a";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #f0a42b;
	color: #FFF;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 12px;
}
.itinerary-item.intro-item .intro-item-body {
	margin-top: 20px;
}
.itinerary-item-wrapper .panel-heading a:before, .panel-heading a:after, .itinerary-item-wrapper .panel-heading.active a:after {
	display: none;
}
.itinerary-item-wrapper .panel-heading .absolute-day-number {
	position: absolute;
	top: -1px;
	left: -42px;
	background: #f0a42b;
	border: 2px solid #f0a42b;
	color: #FFF;
	width: 22px;
	height: 22px;
	line-height: 18px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 12px;
}
.itinerary-item-wrapper .panel-heading.active .absolute-day-number {
	background: #FFF;
	border: 2px solid #f0a42b;
	color: #f0a42b;
}
.itinerary-item-wrapper .panel-title a {
	padding: 0;
}
 .itinerary-item-wrapper .itinerary-item:not(:last-child) {
 margin-bottom: 30px;
}
.itinerary-item-wrapper .panel-body {
	padding: 20px 0 0;
}
ul.itinerary-meta {
	margin-left: 0;
}
ul.itinerary-meta li {
	float: left;
	margin-right: 25px;
	font-weight: 600;
	font-size: 12px;
	list-style: none;
}
/*================ Itinerary Customs ================*/
.customtable {
	display:block;
	width:100%
}
.customtable .thead, .customtable .tbody {
	display:block
}
.customtable .thead .tab-row, .customtable .tbody .tab-row {
	display:table;
	width:100%;
	border-top:1px solid #ccc
}
.customtable .thead .tab-row span, .customtable .tbody .tab-row span {
	border-right: 1px solid #ccc;
	display: table-cell;
	padding: 0 7px;
	vertical-align: middle;
}
.customtable .thead .tab-row span {
	font-weight:bold
}
.customtable .thead .tab-row span:first-child, .customtable .tbody .tab-row span:first-child {
	border-left: 1px solid #ccc;
}
.tbody .tab-row:last-child {
	border-bottom:1px solid #ccc;
}
.customtable.part3 .thead .tab-row span, .customtable.part3 .tbody .tab-row span {
	width:33%
}
.customtable.part4 .thead .tab-row span, .customtable.part4 .tbody .tab-row span {
	width:25%
}
.customtable.part5 .thead .tab-row span, .customtable.part5 .tbody .tab-row span {
	width:20%
}
.customtable.part6 .thead .tab-row span, .customtable.part6 .tbody .tab-row span {
	width:16%
}
.customtable .thead .tab-row span:first-child, .customtable .tbody .tab-row span:first-child {
	width:16%
}
.list-with-icon.with-heading {
	display: table;
	width: 100%;
}
ul.list-with-icon.with-heading li {
	float: left;
	width: 50%;
}
ul.list-with-icon.with-heading li h6 {
	margin:0 0 5px
}

/* Costing css */
.pkg-cost{ margin-bottom:30px}
.costing_wrap .thead .tab-row, .costing_wrap .tbody .tab-row {
	display:table;
	width:100%; table-layout: fixed;
	border-top:1px solid #ccc
}
.costing_wrap .tab-row:nth-child(even) {
  background: #f8f8f8;  
}
.costing_wrap .thead {
  background: #999;
  color: #fff;
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.costing_wrap .thead .tab-row span, .costing_wrap .tbody .tab-row span {
	border-right: 1px solid #ccc;
	display: table-cell;
	padding: 0 7px;
	vertical-align: middle; width:8.333%
}
.costing_wrap .thead .tab-row span {
	font-weight:bold
}
.costing_wrap .thead .tab-row span:first-child, .costing_wrap .tbody .tab-row span:first-child {
	border-left: 1px solid #ccc;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
 .itinerary-wrapper {
 padding-left: 0;
}
}
 @media (max-width: 479px) {
}
/**
 * Why us
 */

.why-us-half-image-wrapper {
	padding: 0;
}
.why-us-half-image-wrapper .image-bg {
	width: 100%;
	min-height: 320px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.why-us-half-image-content {
	padding: 105px;
}
 @media only screen and (max-width: 1199px) {
 .why-us-half-image-content {
 padding: 105px 80px;
}
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
 .why-us-half-image-content {
 padding: 60px 20px;
}
}
 @media (max-width: 479px) {
}
/**
 * Testimonial
 */

.testimonial-wrapper {
	margin-bottom: -10px;
}
.testimonial-item {
	margin: 10px 0;
}
.testimonial-item .image {
	width: 200px;
	float: left;
}
.testimonial-item .image img {
	border-radius: 3px;
}
.testimonial-item .content {
	margin-left: 230px;
}
.testimonial-item .content h4 {
	color: #333;
	margin-bottom: 0;
}
.testimonial-item .content h6 {
	color: #999;
	margin: 0 0 10px;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
 .testimonial-item {
 margin-bottom: 30px;
}
 .testimonial-wrapper > div > div:last-child > .testimonial-item {
 margin-bottom: 0;
}
}
 @media only screen and (max-width: 767px) {
 .testimonial-item .image {
 width: 100px;
}
 .testimonial-item .content {
 margin-left: 120px;
}
 .testimonial-item .content h4 {
 margin-top: 0;
}
}
 @media (max-width: 479px) {
}
/**
 * Newsletter
 */

.newsletter-text {
	margin: 30px 0;
	line-height: 1.4;
}
.newsletter-text .icon {
	width: 90px;
	height: 90px;
	line-height: 98px;
	text-align: center;
	background: #f0a42b;
	border-radius: 50%;
	color: #FFF;
	float: left;
	font-size: 45px;
}
.newsletter-text .content {
	margin-left: 110px;
	padding-top: 5px;
}
.newsletter-text h3 {
	color: #333;
	margin: 0 0 5px;
}
.newsletter-form {
	margin-top: 5px;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
}
.newsletter-form .form-control {
	height: 40px;
	padding-left: 15px;
	padding-top: 7px;
}
.newsletter-form .btn {
	margin-right: -1px;
	height: 40px;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
 .newsletter-wrapper {
 padding: 20px 0 60px;
}
 .newsletter-form {
 margin: 0 110px;
}
}
 @media only screen and (max-width: 767px) {
 .newsletter-form {
 margin-right: 30px;
}
}
 @media (max-width: 479px) {
 .newsletter-form {
 margin: 0;
}
}
/**
 * About Us
 */

.about-us-grid-block .image-bg {
	width: 100%;
}
.about-us-grid-block-item {
	background: #f0a42b;
	color: #FFF;
	padding: 30px;
}
.team-item {
	text-align: center;
}
.team-item .image {
	width: 150px;
	margin: 0 auto;
}
.team-item h5, .team-item h6 {
	margin: 25px 0 10px;
	line-height: 1.1;
	color: #333;
}
.team-item p {
	margin: 0 0 8px;
	line-height: 1.1;
}
.team-item ul.social {
	margin: 0;
}
.team-item ul.social li {
	display: inline-block;
	margin: 0 5px;
}
.team-item ul.social li a {
	color: #999;
}
.team-item ul.social li a:hover {
	color: #D65049;
}
.partner-image-item {
	text-align: center;
}
.partner-image-item img {
	width: auto;
	display: inline-block;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
 .about-us-grid-block .image-bg {
 height: 100px;
}
}
 @media (max-width: 479px) {
}
/**
 * Review
 */

.review-header {
	line-height: 1.2;
	margin-bottom: 30px;
}
.review-header h5, .review-header h6 {
	color: #333;
	line-height: 1;
	margin: 0 0 10px;
}
.review-header h6 {
	margin-top: 3px;
}
.review-overall-breakdown {
	border-left: 1px solid #E3E3E3;
	padding-left: 30px;
}
.review-overall-point {
	font-size: 15px;
	margin: 0;
}
.review-overall-point span {
	font-weight: 600;
	color: #f0a42b;
	font-size: 19px;
}
.review-overall-breakdown .rating-wrapper {
	width: 110px;
	float: left;
}
.review-overall-breakdown .rating-wrapper .raty-wrapper > div {
	display: inline-block;
	vertical-align: middle;
}
.review-overall-breakdown .progress {
	width: 110px;
	float: left;
	margin: 0;
	margin-top: 4px;
}
.review-overall-breakdown .breakdown-count {
	width: 40px;
	float: left;
	text-align: right;
	margin-top: 1px;
}
ul.breakdown-list {
	margin-top: 20px;
}
 ul.breakdown-list li:not(:last-child) {
 margin: 0 0 5px;
}
ul.breakdown-list.for-avg li {
	line-height: 1.23;
}
 ul.breakdown-list.for-avg li:not(:last-child) {
 margin: 1px 0 7px;
}
.review-content .row > div > h5 {
	color: #333;
	line-height: 1;
	margin: 7px 0 10px;
}
ul.review-list {
	margin-top: 15px;
	border-top: 1px solid #E3E3E3;
	padding-top: 25px;
}
ul.review-list > li {
	position: relative;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
ul.review-list > li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
ul.review-list li .image {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
ul.review-list li .content {
	padding-left: 70px;
	float: left;
}
ul.review-list li .content h6 {
	color: #333;
	line-height: 1.2;
	margin: 0 0 10px;
}
ul.review-list li .content h6 span {
	font-weight: 400;
	color: #999;
}
ul.review-list li .content .review-date {
	text-align: right;
	line-height: 1;
	margin: 0 0 10px;
	font-size: 11px;
	color: #999;
}
ul.review-list li .rating-wrapper {
	margin: 10px 0;
}
.review-form {
	margin-top: 20px;
}
.review-form-title {
	color: #333;
	line-height: 1;
}
.review-text ul, .review-text ol {
	list-style: disc;
	margin-left: 20px;
	line-height: 25px;
}
.review-text ul li, .review-text ol li {
	margin-bottom: 7px;
}
.review-text ul ul, .review-text ol ol {
	margin-top: 7px;
}
.review-text > ul, .review-text > ol {
	margin-bottom: 15px;
}
.review-text ol {
	list-style: decimal;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
 .review-overall-breakdown {
 border-left: 0;
 padding-left: 0;
 padding-top: 30px;
}
 ul.review-list li .image {
 width: 40px;
 height: 40px;
}
 ul.review-list li .content {
 padding-left: 55px;
}
 ul.review-list li .content .review-date {
 text-align: left;
}
}
 @media (max-width: 479px) {
}
/**
 * Faq
 */

.faq-wrapper {
	padding-left: 15px;
}
.faq-wrapper h3 {
	margin: 0 0 25px;
}
.faq-section {
	border-bottom: 1px solid #E3E3E3;
	margin: 0 0 40px;
}
.faq-section h4 {
	margin: 8px 0 0;
}
.faq-section .panel-body {
	padding-top: 0;
	padding-bottom: 10px;
}
.faq-alt-2-wrapper {
}
.faq-alt-2-wrapper .bootstarp-accordion .panel-heading {
	border-bottom: 1px dotted #E3E3E3;
	margin-left: 25px;
	padding: 15px 0;
}
.faq-alt-2-wrapper .bootstarp-accordion .panel-heading a {
	padding: 0;
	line-height: 1;
	font-size: 14px;
}
.faq-alt-2-wrapper .bootstarp-accordion .panel-heading a:before {
	content: '\f059';
	right: auto;
	left: -25px;
	top: -1px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	color: #f0a42b;
}
.faq-alt-2-wrapper .bootstarp-accordion .panel-heading.active a:before {
	content: '\f128';
}
.faq-alt-2-wrapper .panel-body {
	margin-left: 25px;
}
.for-faq-page .scrollspy-sidenav {
	padding-top: 0;
	border: 0;
}
.for-faq-page.scrollspy-sidebar .nav > li > a {
	padding-left: 0;
	border-left: 4px solid #FFF !important;
	border-right: 4px solid #FFF;
}
.for-faq-page.scrollspy-sidebar .nav > li > a:hover {
	border-right: 4px solid #f0a42b;
}
.for-faq-page.scrollspy-sidebar .nav > li > a:focus {
	border-right: 4px solid #EEEEEE;
}
.for-faq-page.scrollspy-sidebar .nav > .active > a, .for-faq-page.scrollspy-sidebar .nav > .active:hover > a, .for-faq-page.scrollspy-sidebar .nav > .active:focus > a {
	border-right: 4px solid #f0a42b !important;
	border-left: 4px solid #FFF !important;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
 .faq-wrapper {
 padding-left: 0;
}
}
 @media (max-width: 479px) {
}
/**
 * Payment
 */
.imgcaptcha img {
  border: 1px solid #000000;
  float: left;
  height: 30px;
  width: 100px;
}
.payment-container {
	border-left: 1px dashed #CCC;
	padding-left: 40px;
	margin-left: 13px;
	padding-right: 15px;
}
.payment-box {
	margin: 0 0 20px;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 10px;
}
.payment-header {
	position: relative;
}
.payment-header:before {
	content: "";
	width: 25px;
	position: absolute;
	left: -30px;
	top: 9px;
	border-top: 1px dashed #CCC;
}
.payment-header .number {
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	background: #f0a42b;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: -4px;
	left: -53px;
	font-weight: 600;
	font-size: 12px;
}
.payment-content .control-label {
}
.payment-content input[type='radio'] + label:before {
	top: 12px;
}
.payment-traveller {
	margin: 0 0 30px;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 20px;
	position: relative;
}
.traveller-remove {
	position: absolute;
	left: 0;
	top: 13px;
}
.price-summary-wrapper {
	border: 4px solid #EEE;
	border-radius: 3px;
	padding: 30px 20px;
}
ul.price-summary-list li {
	margin-bottom: 18px;
	line-height: 1.2;
}
ul.price-summary-list li p {
	margin-top: 5px;
}
ul.price-summary-list li.divider {
	border-top: 1px solid #EEE;
}
ul.price-summary-list li.total-price {
	background: #f0a42b;
	color: #FFF;
	margin: 25px -19px -29px;
	padding: 20px 19px;
}
 @media only screen and (max-width: 1199px) {
 .payment-container {
 padding-right: 0;
}
}
 @media only screen and (max-width: 991px) {
 .traveller-remove {
 left: auto;
 right: 0;
}
}
 @media only screen and (max-width: 767px) {
}
 @media (max-width: 479px) {
}
/**
 * Confirmation
 */

.confirmation-wrapper {
	padding-right: 15px;
}
.payment-success {
	margin: 0 0 40px;
}
.payment-success .icon {
	font-size: 56px;
	width: 70px;
	float: left;
}
.payment-success .content {
	margin-left: 70px;
}
.payment-success .content h2 {
	margin-bottom: 5px;
}
.payment-success .content p {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	color: #777;
}
.confirmation-content {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
ul.book-sum-list li {
	position: relative;
	margin: 20px 0;
	padding-left: 140px;
	line-height: 1.2;
}
ul.book-sum-list li:first-child {
	margin-top: 0;
}
ul.book-sum-list li:last-child {
	margin-bottom: 0;
}
ul.book-sum-list li span {
	position: absolute;
	left: 0
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
 .confirmation-wrapper {
 padding-right: 0;
}
 .payment-success .content h2 {
 font-size: 20px;
}
 .payment-success .content p {
 font-size: 17px;
 line-height: 1.4;
}
}
 @media (max-width: 479px) {
 .payment-success .content h2 {
 font-size: 17px;
}
 .payment-success .content p {
 font-size: 15px;
}
}
/**
 * Social Share
 */

ul.social-share-sm {
	position: relative;
	display: inline-block;
	line-height: 1;
	float: left;
}
ul.social-share-sm li {
	display: inline-block;
	margin: 0 0 5px;
}
ul.social-share-sm li span, ul.social-share-sm li a {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
}
ul.social-share-sm:after, ul.social-share-sm li span:after, ul.social-share-sm li a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 1px;
	width: 1px;
	height: 13px;
	background: #E3E3E3;
}
ul.social-share-sm.pull-right {
	margin-right: -10px;
}
ul.social-share-sm.pull-right:after {
	display: none;
}
ul.social-share-sm li a:after {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 6px;
	right: -3px;
}
ul.social-share-sm li:last-child a {
	margin-right: 0;
}
ul.social-share-sm li:last-child a:after {
	display: none;
}
ul.social-share-sm li a {
	font-weight: 400;
	color: #999;
}
ul.social-share-sm li a:hover {
	color: #D65049;
}
ul.social-share-sm.for-useful {
	float: right;
}
ul.social-share-sm.for-useful:after {
	display: none;
}
 ul.social-share-sm.for-useful li:not(:last-child) {
 margin-right: 10px;
}
ul.social-share-sm.for-useful li span {
	margin-right: 0;
}
ul.social-share-sm.for-useful li a {
	margin-right: 0;
	padding-right: 0;
}
ul.social-share-sm.for-useful li a:after {
	display: none;
}
.review-list ul.social-share-sm {
	margin-top: 20px;
}
/**
 * Contact Us
 */

.top-place-wrapper {
	background: #F0F0F0;
}
.top-place-inner {
	margin-left: -15px;
	margin-right: -15px;
}
.top-place-item {
	padding: 30px 15px;
}
.top-place-item .icon {
	width: 33px;
	float: left;
}
.active .top-place-item {
	-webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
}
.top-place-item .content {
	margin-left: 48px;
	line-height: 22px;
}
.top-place-item .content h3 {
	line-height: 1.1;
	margin: 0 0 17px;
}
.top-place-item .content p {
	margin: 0 0 12px;
}
.top-place-item .content a {
	text-transform: uppercase;
	font-size: 12px;
}
.contact-form-wrapper .form-group {
	margin: 0 0 17px;
}
.contact-form-wrapper .help-block {
	line-height: 1.2;
	font-size: 12px;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #FFFAFA;
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.boxed-social {
	margin: 25px 0 20px;
	font-size: 18px;
	line-height: 1;
}
.boxed-social a {
	font-size: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	text-align: center;
	line-height: 36px;
	background: #f0a42b;
	color: #FFF;
	border-radius: 3px;
}
.boxed-social a:hover {
	background: #D65049;
}
ul.address-list li {
	position: relative;
	line-height: 1.4;
	margin: 0 0 10px;
	padding-left: 25px;
}
ul.address-list li:last-child {
	margin: 0 !important;
}
ul.address-list li i {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 16px;
	line-height: 1;
}
.infobox-inner ul.address-list li {
	margin: 0 0 8px;
	padding-left: 18px;
}
.infobox-inner ul.address-list li i {
	font-size: 12px;
}
/**
 * Blog
 */

.blog-wrapper {
	padding-right: 15px;
}
.blog-item {
	display: block;
	margin-bottom: 40px;
	background: #FFF;
	overflow: hidden;
	border-bottom: 1px solid #E3E3E3;
}
.blog-item:last-child {
	margin-bottom: 0
}
.blog-item.blog-single {
	border-bottom: 0;
	margin-bottom: 0;
}
.blog-media {
	position: relative;
}
.blog-media a {
	display: block;
}
.blog-content {
}
.blog-content h3 {
	line-height: 1.4;
	margin: 0 0 20px;
	color: #333;
}
.blog-content h3 a {
	color: #333;
	display: block;
}
.blog-content h3 a:hover {
	color: #D65049;
}
.blog-entry {
	padding: 0 0 20px;
}
.blog-entry ul, .blog-entry ol {
	list-style: disc;
	margin-left: 20px;
	line-height: 25px;
}
.blog-entry ul li, .blog-entry ol li {
	margin-bottom: 7px;
}
.blog-entry ul ul, .blog-entry ol ol {
	margin-top: 7px;
}
.blog-entry > ul, .blog-entry > ol {
	margin-bottom: 15px;
}
.blog-entry ol {
	list-style: decimal;
}
ul.blog-meta {
	margin: 0 0 25px;
	line-height: 1.2;
	font-size: 12px;
}
ul.blog-meta li {
	display: block;
	color: #999;
	margin-right: 30px;
	float: left;
	position: relative;
}
ul.blog-meta li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #E1E1E1;
	border-radius: 6px;
	position: absolute;
	right: -19px;
	top: 5px;
}
ul.blog-meta li:after {
	content: "";
	width: 2px;
	height: 2px;
	background: #FFF;
	border-radius: 2px;
	position: absolute;
	right: -17px;
	top: 7px;
}
ul.blog-meta li:last-child:before, ul.blog-meta li:last-child:after {
	display: none;
}
.blog-extra {
	background: #F2F2F2;
	padding: 28px 20px 25px;
	margin: 20px 0 40px;
	border-radius: 3px;
}
.blog-author {
	padding: 0;
	position: relative;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.blog-author h5 a {
	color: #333;
}
.blog-author h5 a:hover {
	color: #D65049;
}
.author-details {
	margin-left: 120px;
	position: relative;
}
.author-label {
	position: absolute;
	width: 100px
}
.author-label img {
	width: 100%
}
.blog-author .social {
	float: right;
	margin-top: -5px
}
#comment-wrapper {
	background: #FFF;
	padding: 30px 0 20px;
	position: relative
}
ul.comment-item {
	list-style: none;
	padding: 0;
	margin: 0
}
ul.comment-item li {
	position: relative;
	display: block;
	padding-left: 65px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #EBE8E6
}
ul.comment-item li li:last-child, ul.comment-item li li li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.comment-item ul {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #EBE8E6;
	margin-left: -20px;
}
.comment-item h6 {
	margin-bottom: 5px;
}
.comment-item .comment-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%
}
.comment-item .comment-avatar img {
	width: 100%;
	width: 100%;
	border-radius: 50%
}
.comment-item .comment-time {
	display: block;
	font-style: italic;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
	line-height: 1.2;
}
.comment-item a.comment-reply {
	float: right;
	font-size: 10px;
	line-height: 1;
	padding: 3px 7px;
	text-transform: uppercase;
	border: 2px solid #f0a42b;
	border-radius: 5px;
 -webkit-transition: all .3s;
 transition: all .3s;
	display: block
}
.comment-item a.comment-reply:hover {
	color: #FFF;
	border-color: #D65049;
	background: #D65049;
}
 @media only screen and (max-width: 1199px) {
 .blog-wrapper {
 padding-right: 0;
}
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
}
 @media (max-width: 479px) {
}
/**
 * Image Overlay
 */

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
 -webkit-transition: opacity .25s ease, background-color .45s ease;
 transition: opacity .25s ease, background-color .45s ease;
	background: rgba(0, 0, 0, 0);
}
.overlay-box:hover .image-overlay {
	background: rgba(0, 0, 0, 0.5);
}
.image-overlay:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ""
}
.overlay-content {
	display: inline-block;
	vertical-align: middle;
	color: #fff
}
.overlay-icon {
	margin-bottom: 6px;
	color: #fff;
	border: 2px solid #FFF;
	padding: 10px 10px;
	border-radius: 3px;
 -webkit-transition: opacity .25s ease, background-color .45s ease;
 transition: opacity .25s ease, background-color .45s ease;
	opacity: 0;
	filter: alpha(opacity=0);
}
.overlay-box:hover .overlay-icon {
	opacity: 1;
	filter: alpha(opacity=100);
}
.overlay-icon i {
	color: #fff;
	font-size: 56px;
}
/**
 * Footer
 */

.footer {
	background: #1B222C;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}
.main-footer{ padding:40px 0 30px;}
.main-footer figure img{ width:90px;}
/*hr.style {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;*/
	/*use with footer bg f0f0f0*/
/*}*/

hr.style { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #1b222c, #8c8b8b, #1b222c);
  background-image: -moz-linear-gradient(left, #1b222c, #8c8b8b, #1b222c);
  background-image: -ms-linear-gradient(left, #1b222c, #8c8b8b, #1b222c);
  background-image: -o-linear-gradient(left, #1b222c, #8c8b8b, #1b222c); 
  margin:0;
}

.bottom-footer {
  padding:20px 0 20px 0;
}
.footer a {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
}
.footer a:hover {
	color: rgba(255, 255, 255, 1);
}
.footer-logo {
	width: 200px;
}
.footer-address {
	line-height:29px; margin-bottom:0;
}
h5.footer-title {
	color: #f0a42b;
	margin: 0 0 20px; position:relative;
}
h5.footer-title::before {
  background-color: #fff;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px;
}
.main-footer .footer-address i.fa{ color:#f0a42b; font-size:18px;}
ul.footer-menu li {
	margin: 5px 0;
	font-size: 12px;
}
ul.footer-menu li a {
	text-transform: uppercase;
	line-height: 1;
}

.fsocial {
  text-align: center;
}
.footer-social {
	/*margin: 20px 0 20px;*/ margin:10px 0 15px;
	font-size: 18px;
	line-height: 1;
}
.footer-social a {
	font-size: 24px;
	margin-right: 10px;
}
.copyright {
	font-size: 11px;
	color:#f0a42b; text-align:center;
}
 @media only screen and (max-width: 1199px) {
 .footer-contact .icon {
 float: none;
 padding: 0 0 7px;
 text-align: left;
}
 .footer-contact .content {
 margin-left: 0;
}
}
 @media only screen and (max-width: 991px) {
 .footer-contact .icon {
 width: 40px;
 float: left;
 padding: 3px 0 0;
 text-align: center;
}
 .footer-contact .content {
 margin-left: 50px;
}
}
 @media only screen and (max-width: 767px) {
 .footer-contact {
 padding: 25px 20px;
}
}
 @media (max-width: 479px) {
}
/**
 * Sign-in/up
 */

.modal.modal-border-transparent .modal-content {
	border: 5px solid rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	border-radius: 3px;
}
.modal.modal-login .modal-content {
	width: 380px;
	margin: 0 auto;
	position: relativel
}
 .modal.modal-login .form-control::-moz-placeholder {
}
 .modal.modal-login .form-control:-ms-input-placeholder {
}
 .modal.modal-login .form-control::-webkit-input-placeholder {
}
.modal.modal-login .modal-footer {
	border-top: 1px solid #CCC;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 20px;
}
.modal .modal-content .btn-close {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 1052;
	font-size: 12px;
}
.modal-seperator {
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin: 20px 0 45px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
.modal-seperator span {
	width: 40px;
	height: 40px;
	border: 1px solid #CCC;
	border-radius: 50%;
	margin: 0 auto;
	line-height: 38px;
	display: block;
	margin-bottom: -20px;
	background: #FFF;
	font-weight: 600;
}
.login-modal-tab-wrapper {
}
ul.login-modal-tab-nav {
	background: #EAEAEA;
	padding: 0;
	margin: 0;
}
ul.login-modal-tab-nav li {
	float: left;
	width: 50%;
	text-align: center;
}
ul.login-modal-tab-nav li a {
	display: block;
	padding: 10px;
	font-weight: 600;
	font-size: 15px;
	color: #565656;
}
ul.login-modal-tab-nav li.active a {
	background: #FFF;
}
ul.login-modal-tab-nav li a:hover {
	color: #489FF0;
}
.btn.btn-facebook {
	background: #3b5998;
	color: #FFF;
}
.btn.btn-facebook:hover {
	opacity: 0.8;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
}
 @media (max-width: 479px) {
 .modal.modal-login .modal-content {
 width: 100%;
}
}
/**
 * Static Page
 */

.for-static-page .sidebar-module {
	margin-right: 30px;
}
ul.static-page-menu li a {
	display: block;
	color: #636363;
	padding: 8px 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	line-height: 1;
	padding-left: 0;
	border-left: 4px solid #FFF !important;
	border-right: 4px solid #FFF;
	margin-right: -4px;
	margin-left: -4px;
	margin-bottom: 1px;
	font-size: 12px;
}
ul.static-page-menu li a:hover, ul.static-page-menu li.active a {
	border-right: 4px solid #f0a42b;
	color: #f0a42b;
}
.static-wrapper h1:first-child, .static-wrapper h2:first-child, .static-wrapper h3:first-child, .static-wrapper h4:first-child, .static-wrapper h5:first-child, .static-wrapper h6:first-child {
	margin-top: 0;
}
.static-wrapper ul, .static-wrapper ol {
	list-style: disc;
	margin-left: 20px;
	line-height: 25px;
}
.static-wrapper ul li, .static-wrapper ol li {
	margin-bottom: 7px;
}
.static-wrapper ul ul, .static-wrapper ol ol {
	margin-top: 7px;
}
.static-wrapper > ul, .static-wrapper > ol {
	margin-bottom: 15px;
}
.static-wrapper ol {
	list-style: decimal;
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
 .for-static-page .sidebar-module {
 margin-right: 15px;
}
}
 @media only screen and (max-width: 767px) {
 .for-static-page .sidebar-module {
 margin-right: 0;
}
}
 @media (max-width: 479px) {
}
