/*
Theme Name: CITYTOURS 
Theme URI: http://www.ansonika.com/citytours/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.2 All tours list / All tours grid
- 2.3 Single tour page
- 2.4 Cart - Payment - Confirmation
- 2.5 About
- 2.6 Contact us
- 2.7 Login / register
- 2.8 Tour guide page
- 2.9 Transfer
- 3.0 Hotel
- 3.1 Whishlist

3. COMMON
- Tooltips
- Containers styles
- Form styles
- Tabs, collapse
- etc

4. UPDATES  
Version 1.4
- 4.1 Home 7: search functions
- 4.2 Faq
- 4.3 Common

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/

/*-------- Only fo the demo - menu colors bullets --------*/
i.color_1 {
    color: #f7941e;
}

i.color_2 {
    color: #1cbbb4;
}

i.color_3 {
    color: #82ca9c;
}

i.color_4 {
    color: #f7941d;
}

/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe {
    background: #ddd;
    color: #000;
    padding: 0.2em;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
    width: 100%;
}

.chromeframe a {
    color: #ed1c24;
}

#main {
    background: #ffffff;
}

/*-------- 1.1 Typography --------*/
body {
    background: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat", Arial, sans-serif;
    color: #565a5c;
    -webkit-font-smoothing: antialiased;
}

#loading {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('images/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

#loading-bar-spinner {
    top: 50% !important;
    left: 50% !important;
}

#loading-bar {
    z-index: 99999999 !important;
}

#loading-bar .bar {
    position: relative;
    background: #f7941e !important;
    height: 5px !important;
    z-index: 99999999 !important;
}

#loading-bar-spinner .spinner-icon {
    border-top-color: #f7941e !important;
    border-left-color: #f7941e !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;

}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading #loading {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    color: #333;
}

h3 {
    font-size: 22px;
}

.main_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
}

.main_title h2 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Montserrat';
    color: #fff;
}

.main_title p {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #f7941d;
}

.box_style_1 h3.inner {
    margin: -30px -30px 20px -30px;
    background-color: #565a5c;
    padding: 10px 20px 10px 18px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*General links color*/
a {
    color: #f7941e;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 0 20px 0;
    font-size: 12px;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}

/*-------- 1.2 Buttons --------*/
a.button_intro, .button_intro {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff !important;
    background: #f7941e;
    cursor: pointer;
    padding: 8px 25px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 150px;
}

a.button_intro:hover, .button_intro:hover {
    background: #fff;
    color: #f7941e !important;
}

a.button_intro.outilne, .button_intro.outline {
    border: 2px solid #fff;
    color: #fff;
    background: none;
    padding: 6px 23px;
}

a.button_intro:hover, .button_intro:hover {
    background: #fff;
    color: #f7941e;
}

a.button_drop, .button_drop {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #f7941e !important;
    background: #ededed;
    cursor: pointer;
    padding: 5px 15px !important;
    display: inline-block;
    outline: none;
    font-size: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold !important;
    width: 49%;
}

a.button_drop.outilne, .button_drop.outline {
    border: 2px solid #ededed;
    color: #f7941e;
    background: none;
    padding: 3px 23px !important;
}

a.button_drop:hover, .button_drop:hover {
    background: #ededed;
    color: #333;
}

a.button_drop.outline:hover, .button_drop.outline:hover {
    background: #ededed;
    color: #333;
    border: 2px solid #ededed;
}

a.btn_1, .btn_1 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #f7941e;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

a.btn_1.green, .btn_1.green {
    background: #83c99f;
}

a.btn_1.orange, .btn_1.orange {
    background: #f7941e;
    color: #fff;
}

a.btn_1.white, .btn_1.white {
    background: #fff;
    color: #f7941e;
}

a.btn_1.white:hover, .btn_1.white a:hover {
    background: #333;
    color: #fff;
}

a.btn_1.outline, .btn_1.outiline, input .btn_1.outiline {
    color: #555;
    background: none;
    border: 2px solid #555;
    padding: 5px 18px;
}

a.btn_1.outline:hover, .btn_1.outiline:hover, input .btn_1.outiline:hover {
    color: #fff;
    background: #f7941e;
    border: 2px solid #f7941e;
}

a.btn_1.medium, .btn_1.medium {
    padding: 10px 25px;
    font-size: 14px;
}

a.btn_1.small, .btn_1.small {
    padding: 5px 8px;
    font-size: 10px;
    line-height: 9px;
    text-transform: none;
    color: #fff !important;
}

a.btn_1:hover, .btn_1:hover {
    background: #333;
}

a.bt_facebook {
    color: #fff !important;
    background: #337ab7;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    padding: 10px 5px;
    border: none;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.bt_paypal {
    color: #fff !important;
    padding: 10px 8px;
    background: #5bc0de;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    border: none;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.btn_map {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #f7941e;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
}

a.btn_map:hover {
    background: #333;
}

a.btn_full, .btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #f7941d !important;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

a.btn_full:hover, .btn_full:hover {
    background: #333;
}

a.btn_full_outline {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #85c99d;
    background: none;
    border: 2px solid #85c99d;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
}

a.btn_full_outline:hover {
    border: 2px solid #333;
    color: #333;
}

/*-------- 1.3 Structure --------*/

/* Header */
#logo {
    text-align: left;
}

.navbar-right li {
    margin-top: 0px;
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

header#plain {
    background-color: #fff;
}

header #logo .logo_sticky {
    display: none;
}

header.sticky #logo .logo_normal {
    display: none;
}

header.sticky #logo .logo_sticky {
    display: block;
}

header.sticky #top_line {
    height: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

header.sticky {
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    padding-bottom: 0;
}

nav {
    margin-top: 20px
}

.sticky nav {
    margin-top: 10px
}

.sticky #logo {
    margin-top: 0;
    /*margin-bottom: 10px;*/
}

ul#top_tools {
    flist-style: none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999;
}

ul#top_tools a {
    color: #fff;
}

.sticky ul#top_tools a {
    color: #333;
}

ul#top_tools li {
    display: inline-block;
    padding: 0 10px;
}

#top_line {
    color: #fff;
    height: 28px;
    font-size: 12px;
    font-size: 11px;
    visibility: visible;
    opacity: 1;
    margin-bottom: 5px;
    position: relative;
    z-index: 999999;
}

ul#top_links {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

a#access_link, a#wishlist_link {
    position: relative;
    display: inline-block;
    padding-left: 16px;
}

#access_link:before, #wishlist_link:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

#wishlist_link:before {
    content: "\ec5e";
}

#access_link:before {
    content: "\e97f";
}

ul#top_links li {
    display: inline-block;
    margin-right: 5px;
    padding-left: 8px;
}

ul#top_links li:first-child {
    border-left: none;
    padding-left: 0;
}

ul#top_links a {
    color: #000;
}

ul#top_links a img {
    max-height: 15px;
}

/* Header  plain*/
header#plain {
    background-color: #fff;
    padding-bottom: 0;
}

header#plain.sticky {
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

header#plain.sticky #logo .logo_normal {
    display: none;
}

header#plain.sticky #logo .logo_sticky {
    display: block;
}

header#plain #top_line {
    color: #888;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header#plain ul#top_links li {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

header#plain ul#top_links li:first-child {
    border-left: none;
}

header#plain ul#top_tools a {
    color: #333;
}

header#plain ul#top_links a {
    color: #888;
}

header#plain ul#top_links :hover a {
    color: #333;
}

.subheader_plain {
    margin-top: 60px;
}

/* Header  colored*/
header#colored.sticky {
    background-color: #f7941e;
    padding-bottom: 0;
    border-bottom: 2px solid #f7941e
}

header#colored.sticky ul#top_tools a {
    color: #fff;
}

/* Drop down cart / login / search  */
.dropdown.dropdown-search, .dropdown.dropdown-cart {
    float: right;
    font-size: 13px !important;
}

.dropdown-cart .dropdown-menu, .dropdown-access .dropdown-menu, .dropdown-search .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    min-width: 0;
    padding: 15px;
    right: 0;
    width: 250px;
    top: 100%;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none !important;
    border-top: 2px solid #f7941e;
}

.dropdown-cart .dropdown-menu:before, .dropdown-access .dropdown-menu:before, .dropdown-search .dropdown-menu:before {
    bottom: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f7941e;
    border-width: 7px;
    margin-left: -7px;
}

.dropdown-menu {
    margin-top: 14px;
}

ul#cart_items {
    padding: 5px 0 0 0;
    list-style: none;
}

ul#cart_items li {
    border-bottom: 1px solid #ededed;
    position: relative;
    margin: 0;
    padding: 5px 10px;
    padding-bottom: 10px;
    width: 100%;
    clear: both;
}

ul#cart_items li .image {
    border: 1px solid #ddd;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

ul#cart_items li .image img {
    padding: 1px;
    width: 48px;
    height: auto;
}

ul#cart_items li strong {
    font-weight: normal;
    float: left;
    color: #999;
    margin-top: 10px;
    float: left;
    width: 150px;
    line-height: 14px;
}

ul#cart_items li strong > a {
    color: #333;
    display: block;
}

ul#cart_items li strong > a:hover {
    color: #f7941e;
}

ul#cart_items li a.action {
    color: #999;
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 0;
    width: 15px;
    height: 15px;
}

ul#cart_items li a.action:hover {
    color: #333;
    background: none;
}

ul#cart_items li:last-child div {
    color: #999;
    text-align: right;
    font-size: 14px;
    padding: 10px 0 15px 0;
    display: block;
}

ul#cart_items li:last-child span {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.dropdown-cart .dropdown-menu a.button_drop {
    display: inline-block;
}

.dropdown- .dropdown-menu {
    margin-top: 7px;
}

.login-or {
    position: relative;
    font-size: 16px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -30px;
    background-color: #fff;
    width: 60px;
    text-align: center;
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

a#forgot_pw {
    color: #999 !important;
    font-size: 11px;
    padding: 0;
    margin: -5px 0 10px 0;
    display: block;
}

a#forgot_pw:hover {
    color: #333 !important;
}

.dropdown-search .dropdown-menu {
    margin-top: 15px;
    right: -25px;
}

.input-group button {
    background-color: #333;
    color: #fff;
    border-color: #333
}

.input-group button:hover, .input-group button:focus {
    background-color: #f7941e;
    color: #fff;
    border-color: #f7941e
}

/* Footer  */
footer {
    background: #333 url(../img/footer_pattern.jpg) repeat 0 0;
    color: #fff;
    padding: 30px 0 10px 0;
}

footer h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #999;
}

footer ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
}

#social_footer {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    margin-top: 30px;
}

#social_footer p {
    font-size: 12px;
    color: #8c8c8c;
}

#social_footer ul {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
}

#social_footer ul li {
    display: inline-block;
    margin: 0 5px 10px 5px;
}

#social_footer ul li a {
    color: #fff;
    text-align: center;
    line-height: 34px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#social_footer ul li a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #111;
}

a#phone, a#email_footer {
    display: block;
    position: relative;
    color: #ff9933;
    font-size: 16px;
    padding-left: 40px;
    margin: 20px 0;
}

a#phone:hover, a#email_footer:hover {
    color: #fff;
}

a#phone:before, a#email_footer:before {
    font-style: normal;
    font-weight: normal;
    font-family: "icon_set_1";
    position: absolute;
}

a#phone:before {
    font-size: 30px;
    content: "\79";
    left: 0;
    top: 0;
}

a#email_footer:before {
    font-size: 28px;
    content: "\74";
    left: 0;
    top: 5px;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/
/*-------- 2.1 Home --------*/

.flex-display {

}

.flex-display-div {

}

.rent-tour-guide {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
}

.rent-tour-guide div {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.rent-tour-guide > div {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.feature_home {
    padding: 30px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    color: #888;
    text-align: center;
}

.feature_home h3 {
    font-size: 20px;
}

.feature_home i {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 120px;
    height: 120px;
    line-height: 110px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #ccc;
    font-size: 62px;
}

.other_tours ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.other_tours ul li a {
    border-bottom: 1px solid #ededed;
    padding: 5px 0 10px 0;
    display: block;
    color: #333;
}

.other_tours ul li a:hover {
    background-color: #f9f9f9;
    color: #f7941e;
}

.other_tours ul li:last-child a {
    border-bottom: none;
}

.other_tours ul li a i {
    font-size: 22px;
    margin-right: 5px;
    margin-left: 2px;
    position: relative;
    top: 5px;
    color: #555;
}

.other_tours_price {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    color: #888;
}

/* Home 2 */
#hero {
    position: relative;
    height: 600px;
    background: #4d536d url(../img/slide_hero.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
}

.intro_title {
    display: table-cell;
    vertical-align: middle;
}

.intro_title h1, .intro_title h2 {
    font-size: 45px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.intro_title h2 {
    margin: 0;
}

.intro_title h2 > span {
    color: #ff9933;
}

/* New v1.2*/
.intro_title.error h1 {
    font-size: 130px;
}

/* Home 3 */
.header-video {
    position: relative;
    overflow: hidden;
    background: #4d536d url(../img/slide_hero.jpg) no-repeat center center;
    background-size: cover;
}

#hero_video {
    position: relative;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    height: 100%;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
}

#hero_video a.video {
    display: none;
}

iframe, video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

iframe {
    position: relative;
    height: 100%;
    width: 100%;
}

video {
    width: 100%;
}

.teaser-video {
    width: 100%;
    height: auto;
}

.header-video--media {
    width: 100%;
    height: auto;
}

/* Home 5 */
#search_bar_container {
    background: #333;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.search_bar {
    position: relative;
    width: 80%;
    margin: auto;
}

#nav-search-in {
    display: inline-block;
    height: 45px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #6ccef5;
}

#nav-search-in #nav-search-in-content {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    height: 45px;
    line-height: 35px;
    margin: 5px 65px 0 15px;
    text-indent: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60px;
    overflow: visible;
}

#nav-search-in.nav-facade-active .nav-down-arrow {
    display: inline-block;
    right: 15px;
    top: 20px;
    background: url(../img/arrow_down_2.png);
    height: 6px;
    width: 10px;
    position: absolute;
}

.nav-facade-active #searchDropdownBox {
    cursor: pointer;
    height: 45px;
    left: 15px;
    opacity: 0;
    top: 0;
    visibility: visible;
    width: auto;
}

#searchDropdownBox {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    color: black;
    font-family: "arial", "sans-serif";
    left: 5px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100px;
}

.nav-searchfield-outer {
    border: none;
    background: #fff;
    color: #ccc;
    display: block;
    font-size: 15px;
    left: 0;
    padding: 5px;
    position: realtive;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    height: 45px;
    font-weight: 600;
    margin-top: 1px;
}

#twotabsearchtextbox {
    background: #FFF;
    width: 100%;
    border: none;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 30px;
    padding: 3px 0 0 150px;
    outline: none;
    font-weight: bold;
}

.nav-submit-button {
    background: #fff url(../img/search-bt.png) no-repeat center center;
    border: none;
    cursor: pointer;
    display: block;
    height: 45px;
    right: 5px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 40px;
}

.nav-submit-button .nav-submit-input {
    background: #fff;
    border: medium none;
    color: white;
    cursor: pointer;
}

/*-------- 2.2 All tours list / All tours grid --------*/
.box_style_cat {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}

ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#cat_nav li {
    border-bottom: 1px solid #ddd;
}

ul#cat_nav li a {
    position: relative;
    color: #777;
}

ul#cat_nav li a span {
    font-size: 12px;
    margin-left: 10px;
    color: #000;
    bottom: 0px;
    position: relative;
}

ul#cat_nav li a div.icon span {
    font-size: 20px;
    color: #000;
}

ul#cat_nav li a:after {
    font-family: "fontello";
    content: "\e89b";
    position: absolute;
    right: 15px;
    top: 15px;
}

ul#cat_nav li:last-child {
    border-bottom: 0;
    padding-bottom: 0;

}

ul#cat_nav li:first-child a:hover, ul#cat_nav li:first-child a#active, ul#cat_nav li:first-child a.active {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

ul#cat_nav li:last-child a:hover, ul#cat_nav li:last-child a#active, ul#cat_nav li:last-child a.active {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

ul#cat_nav li a {
    display: block;
    padding: 15px 10px;
}

ul#cat_nav li a:hover, ul#cat_nav li a#active, ul#cat_nav li a.active {
    background: #f9f9f9;
    color: #111;
}

ul#cat_nav i {
    font-size: 22px;
    margin-right: 5px;
    float: left;
}

#tools {
    background: #f7941d;
    padding: 5px;
    margin-bottom: 15px;
}

/* Map */
.marker_info {
    width: 280px;
    height: 320px;
    border-radius: 3px;
    text-align: center;
    background: #FFF;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 9999999;
    font-family: "Montserrat", Arial, sans-serif;
}

.marker_info img {
    display: block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.marker_info h3 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.marker_info span {
    display: block;
    padding: 0px 20px;
    font-size: 12px;
    line-height: 16px;
    color: #7a7f82;
    margin-bottom: 15px;
}

.marker_info:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(255, 255, 255, 0.9);
    border-width: 10px;
    margin-top: -10px;
}

.strip_all_tour_list {
    margin-bottom: 30px;
    background-color: #fff;
    display: block;
    color: #777;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.strip_all_tour_list h3 {
    text-transform: uppercase;
}

.tour_list_desc .rating {
    margin: 15px 0 3px -3px;
    font-size: 15px;
}

.img_list {
    overflow: hidden;
    min-height: 220px;
    text-align: center;
    position: relative;
}

.img_list img {
    width: auto;
    height: 220px;
    position: absolute;
    left: -10%;
}

.img_list a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.img_list a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.img_list .short_info {
    padding: 5px 5px 5px 5px;
    text-align: left;
    min-height: 38px;
}

.price_list .button {
    display: block;
}

.tour_list_desc {
    padding: 10px 20px 0 0;
    border-right: 1px solid #ededed;
    height: 220px;
    line-height: 17px;
}

.tour_list_desc h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.price_list {
    display: table;
    height: 220px;
    font-size: 38px;
    color: #e74c3c;
    width: 100%;
    margin-left: -15px;
}

.price_list small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-bottom: 10px;
    line-height: 12px;
    margin-top: 10px;
}

.price_list div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.price_list p {
    padding: 0;
    margin: 0;
}

.price_list .normal_price_list {
    display: block;
    text-decoration: line-through;
    color: #999;
    font-size: 20px;
    margin-top: 10px;
}

.price_list sup {
    font-size: 22px;
    position: relative;
    top: -10px;
}

ul.add_info {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.add_info li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ededed;
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.add_info li a {
    color: #555;
    width: 35px;
    height: 35px;
    display: block;
}

ul.add_info li i {
    display: inline-block;
    font-size: 22px;
    top: 6px;
    position: relative;
}

#filters_col {
    background-color: #fff;
    padding: 15px 10px 15px 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
}

#filters_col label {
    color: #999;
    font-weight: normal;
}

a#filters_col_bt {
    display: block;
    color: #888;
}

a#filters_col_bt .icon_set_1_icon-65 {
    font-size: 20px;
    position: relative;
    top: 0;
    margin-right: 5px;
}

.filter_type h6 {
    border-top: 1px solid #ddd;
    margin: 15px 0;
    padding: 15px 0 0 0;
}

.filter_type ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.filter_type ul li .rating {
    font-size: 16px;
    left: -7px;
    position: relative;
    top: 3px;
}

/*-------- 2.3 Single tour page --------*/
#Img_carousel .sp-selected-thumbnail {
    border-bottom: 2px solid #f7941e;
}

.parallax-content-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px 0 20px 0;
    color: #fff;
    font-size: 13px;
    background: url(../img/shadow_single.png) repeat-x bottom left;
    width: 100%;
}

.parallax-content-2 div h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.parallax-content-2 .rating {
    font-size: 25px;
}

#price_single_main {
    text-align: right;
    padding-top: 25px;
    font-weight: normal;
}

#price_single_main span {
    font-size: 60px;
    color: #3CF;
}

#price_single_main sup {
    font-size: 22px;
    position: relative;
    top: -25px;
}

#price_single {
    background-color: #e74c3c;
    color: #fff;
    font-size: 36px;
    margin: -15px;
    padding: 20px 15px 10px 15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 15px;
}

#price_single small {
    font-size: 12px;
}

#single_tour_feat ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    border-bottom: 2px solid #555;
    margin-bottom: 30px;
}

#single_tour_feat ul li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px 20px 10px;
    white-space: nowrap;
}

#single_tour_feat ul li:last-child {
    margin-right: 0;
}

#single_tour_feat ul li i {
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
}

#single_tour_desc h3 {
    font-size: 22px;
    margin-top: 5px;
}

#single_tour_desc h4 {
    line-height: 20px;
    font-size: 18px;
}

#map {
    width: 100%;
    height: 450px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.table.table_summary td {
    border-top: 1px solid #ededed;
    width: 50%;
}

.table.table_summary tr.total {
    color: #f7941e;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.review_strip_single {
    position: relative;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ddd;
}

.review_strip_single.last {
    margin-bottom: 0;
    border-bottom: 0;
}

.review_strip_single img {
    top: -15px;
    position: absolute;
    left: 0;
    border: 4px solid #fff;
}

.review_strip_single h4 {
    font-size: 18px;
    padding: 0;
}

.review_strip_single small {
    float: right;
    font-size: 12px;
    margin-top: -10px;
    font-style: italic;
}

.review_strip_single .rating {
    font-size: 16px;
}

.normal_price_single {
    font-size: 18px;
    text-decoration: line-through;
}

.price_in {
    font-size: 42px;
    color: #e74c3c;
    border-bottom: 1px solid #ededed;
    text-align: center;
    padding-top: 30px;
    background-color: #fff8e5;
    margin: -20px -20px 20px -20px;
}

.price_in small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-bottom: 20px;
    margin-top: 4px;
}

.price_in p {
    padding: 0;
    margin: 0;
}

.normal_price_in {
    display: block;
    text-decoration: line-through;
    color: #999;
    font-size: 20px;
    margin-top: 10px;
}

.price_in sup {
    font-size: 22px;
    position: relative;
    top: -10px;
}

.table.options_booking td i {
    font-size: 26px;
}

.table.options_booking td {
    vertical-align: middle;
}

/*Update version 1.1*/
#general_rating {
    font-size: 18px;
    margin: 10px 0 20px 0;
}

#general_rating .rating {
    display: inline;
}

#rating_summary ul {
    list-style: none;
    margin: 0 0 -5px 0;
    padding: 0;
}

#rating_summary ul li {
    margin-bottom: 5px;
}

#rating_summary ul li .rating {
    display: inline-block;
    font-size: 14px;
    float: right;
}

/*End Update version 1.1*/

#hero_3 {
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    text-align: center;
    background: #58585a;
}

#hero_3 .tabs {
    top: -12px;
}

#hero_4 {
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    text-align: center;
    background: #58585a;
    padding-bottom: 50px;
}

#hero_4 .tabs {
    top: -13px;
}

#hero_4 label {
    font-weight: normal !important;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
}

/*-------- 2.4 Cart - Payment - Confirmation --------*/
#hero_2 {
    position: relative;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    text-align: center;
    padding: 50px 0;
    background: #808080;
}

#hero_2.cart {
    position: relative;
    color: #fff;
    height: 470px;
    width: 100%;
    font-size: 16px;
    display: table;
    text-align: center;
    padding: 50px 0;
    background: #4d536d url(../img/payment.jpg) no-repeat center center;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #f7941d !important;
}

#hero_2.restaurant_bg {
    background: #4d536d url(../img/restaurant_top_in.jpg) no-repeat center center;
    background-size: cover;
}

#hero_2 .intro_title h1, #hero_2 .intro_title h2 {
    font-size: 38px;
    margin-bottom: 15px;
}

#hero_2 .intro_title h1:before, #hero_2 .intro_title h1:after {
    display: inline-block;
    width: 60px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
}

#hero_2 .intro_title h1:before {
    margin-right: 10px;
}

#hero_2 .intro_title h1:after {
    margin-left: 10px;
}

.bs-wizard {
    width: 90%;
    margin: auto;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 17px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum > span {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    background: #ffffff;
    top: 70px;
    left: 45%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard.cart > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard.cart > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #f7941e;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 50px;
    height: 50px;
    background: #f7941e;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 23px 0;
}

.bs-wizard.cart > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 5px 0;
}

.bs-wizard .bs-wizard-dot > i {
    color: white;
    z-index: 9999999;
    position: relative;
    font-size: 35px;
    top: 13px;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #ffffff;
}

.cart .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}

.form_title h3 strong {
    background-color: #f7941e;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.form_title h3 {
    margin: 0;
    padding: 0;
}

.form_title p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}

.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px;
}

.cards {
    margin-top: 18px;
}

.table {
    border-bottom: 1px solid #ddd;
}

.table.options_cart td i {
    font-size: 38px;
}

.table.cart-list th, .table.options_cart th {
    background-color: #fff;
    text-transform: uppercase;
}

.table.cart-list td {
    vertical-align: middle;

}

.table.options_cart td {
    vertical-align: middle;
}

.numbers-row {
    position: relative;
    width: 100%;
    height: 34px;
    overflow: visible;
}

.numbers-row.list {
    margin: auto;
    margin-bottom: 5px;
    margin-top: 15px;
}

input.qty2 {
    position: relative;
    width: 33%;
    height: 34px;
    border-radius: none;
    text-align: center;
    left: 34%;
    font-size: 12px;
    padding: 5px;
}

.button_inc {
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    width: 33%;
    height: 34px;
    z-index: 9;
}

.dec {
    background: #fff url(../img/minus.png) no-repeat center center;
    border: 1px solid #cccccc;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.inc {
    background: #fff url(../img/plus.png) no-repeat center center;
    right: 0;
    top: 0;
    border: 1px solid #cccccc;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#total {
    text-align: right;
    margin-top: 20px;
}

#total h3 {
    font-size: 26px;
    line-height: 26px;
    padding: 0;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}

.options i {
    font-size: 22px;
}

.thumb_cart {
    border: 1px solid #ddd;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left;
}

.thumb_cart img {
    padding: 1px;
    width: 58px;
    height: auto;
}

.item_cart {
    display: inline-block;
    margin-top: 20px;
}

.table.confirm th {
    text-transform: uppercase;
}

.table.confirm td {
    width: 50%;
}

#offers.table.confirm td {
    width: 25%;
}

#policy {
    padding: 10px 0 0 50px;
}

/*-------- 2.5 About --------*/
.feature {
    padding: 30px 30px 20px 120px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    color: #888;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.feature i {
    margin: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0;
    margin: 0;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #ccc;
    font-size: 34px;
    color: #6dcff6;
}

.features-bg {
    position: relative;
    min-height: 400px;
    background: url(../img/features-intro-01.jpg) no-repeat center center;
    background-size: cover;
}

.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}

.features-content {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 400px;
    background-color: #f7941e;
    color: #fff;
    font-size: 14px;
}

.features-content h3 {
    font-family: "Gochi Hand", cursive;
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
}

.review_strip {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding: 30px 20px 20px 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.review_strip img {
    top: -15px;
    position: absolute;
    left: 25px;
    border: 4px solid #fff;
}

.review_strip h4 {
    font-size: 18px;
    margin: -10px 0 35px 80px;
    padding: 0;
}

.review_strip p {
    margin-bottom: 10px;
}

.review_strip .rating {
    font-size: 16px;
}

.rating {
    font-size: 18px;
}

.rating small {
    font-size: 12px;
    color: #CCC;
}

.rating .voted {
    color: #F90;
}

/*-------- 2.6 Contact us --------*/
#map_contact {
    width: 100%;
    height: 450px;
}

#directions {
    background-color: #f7941e;
    padding: 22px 0;
}

ul#contact-info {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.tape {
    position: absolute;
    left: 0;
    top: -20px;
    height: 45px;
    width: 100%;
    background: url(../img/tape.png) no-repeat center top;
    display: block;
}

.loader {
    margin-left: 5px;
    position: absolute;
}

.error_message {
    color: #F33;
    font-weight: 600;
    margin-bottom: 4px;
}

/*-------- 2.7 Login --------*/
#hero.login {
    height: auto;
    display: block;
    text-transform: none;
    font-size: 12px;
    background: url(../img/bg_login.jpg) no-repeat center center;
    background-size: cover;
}

#hero.register {
    background: #4d536d url(../img/register.jpg) no-repeat center center;
    height: auto;
    display: block;
    text-transform: none;
    font-size: 12px;
    background-size: cover;
    background-position: top;
    padding: 75px 0;

}

#login {
    margin: 170px 0 60px;
    color: #333;
    text-align: left;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    padding: 5px 30px;
}

#login .form-group {
    margin-bottom: 5px;
}

#pass-info {
    width: 98.5%;
    margin-bottom: 15px;
    color: #829CBD;
    text-align: center;
    font: 12px/25px Arial, Helvetica, sans-serif;
}

#pass-info.weakpass {
    border: 1px solid #FF9191;
    background: #FFC7C7;
    color: #94546E;
    text-shadow: 1px 1px 1px #FFF;
}

#pass-info.stillweakpass {
    border: 1px solid #FBB;
    background: #FDD;
    color: #945870;
    text-shadow: 1px 1px 1px #FFF;
}

#pass-info.goodpass {
    border: 1px solid #C4EEC8;
    background: #E4FFE4;
    color: #51926E;
    text-shadow: 1px 1px 1px #FFF;
}

#pass-info.strongpass {
    border: 1px solid #6ED66E;
    background: #79F079;
    color: #348F34;
    text-shadow: 1px 1px 1px #FFF;
}

#pass-info.vrystrongpass {
    border: 1px solid #379137;
    background: #48B448;
    color: #CDFFCD;
    text-shadow: 1px 1px 1px #296429;
}

/*-------- 2.8 Tour guide page --------*/
#tour_guide {
    text-align: center;
}

.img-circle.styled {
    border: 5px solid #fff;
}

#filters {
    padding: 20px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ededed;
    margin: 0 -15px 30px -15px;
}

a.bt_filters {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 6px 8px;
    color: #888;
    display: inline-block;
}

/*-------- 2.9 Tranfers --------*/
.transfer_container {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.transfer_container .transfer_title {
    padding: 15px;
    position: relative;
}

.transfer_container .transfer_title .rating {
    font-size: 14px;
    margin-left: -3px;
}

.transfer_container .transfer_title h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

a.btn_collapse {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}

/*-------- 3.0 Hotels --------*/
.score span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;;
    width: 35px;
    height: 35px;
    border: 2px solid #999;
    line-height: 32px;
    font-size: 13px;
    font-weight: bold;
    color: #999;
    margin-left: 5px;
    text-align: center;
}

.score {
    float: right;
    font-size: 11px;
    margin-top: 5px;
}

#score_detail span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;;
    width: 45px;
    height: 45px;
    border: 2px solid #555;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-right: 5px;
    text-align: center;
}

#score_detail {
    font-size: 14px;
    margin-bottom: 15px;
}

#score_detail small {
    color: #999;
}

.hotel_container {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.hotel_container .hotel_title {
    padding: 15px;
    position: relative;
}

.hotel_container .hotel_title .rating {
    font-size: 14px;
    margin-left: -3px;
}

.hotel_container .hotel_title h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.hotel_container .score span {
    color: #fff;
    margin-right: 5px;
    text-align: center;
    border: 2px solid #fff;
}

.hotel_container .score {
    font-size: 11px;
    margin-top: 5px;
    position: absolute;
    bottom: 30px;
    left: 5px;
}

.hotel_container a .score {
    color: #fff;
}

/* Carousel */
.carousel .item {
    margin: 3px;
}

.carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

ul.list_icons {
    margin: 0 0 020px 0;
    padding: 0;
    list-style: none;
}

ul.list_icons li i {
    font-size: 16px;
}

.modal-dialog {
    margin-top: 80px;
}

#price_single_main.hotel {
    padding-top: 40px;
}

.hotel_container .short_info.hotel {
    padding-left: 10px;
}

/*-------- 3.1 Wishlist --------*/

.wishlist_close {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 2;
    font-size: 20px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #F66 !important;
}

.wishlist_close:before {
    font-style: normal;
    font-weight: normal;
    font-family: "icon_set_1";
    font-size: 30px;
    content: "\72";
    color: #F66;
    position: absolute;
    left: 0;
    top: 3px;
}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/

.box_style_1 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666;
}

.box_style_3 {
    padding: 20px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    color: #888;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.box_style_3 h3 {
    font-size: 20px;
}

.box_style_3 i {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #ccc;
    font-size: 42px;
    color: #6dcff6;
}

.box_style_4, .box_style_2 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
}

.box_style_4:after, .box_style_4:before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
}

.box_style_4:before {
    border-bottom: 10px solid #ccc;
    margin-bottom: 0;
}

.box_style_4:after {
    border-bottom: 10px solid #fff;
    margin-bottom: -1px;
    z-index: 1;
}

.box_style_2 i, .box_style_4 i {
    font-size: 52px;
    margin-top: 10px;
    display: inline-block;
}

.box_style_2 a.phone, .box_style_4 a.phone {
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
}

/* Input form style */
.form-control {
    font-size: 12px;
    color: #333;
    border-radius: 3px;
}

#booking .form-group {
    position: relative;
}

.form-group {
    margin-bottom: 0;
}

.expose {
    position: relative;
}

#overlay {
    background: rgba(0, 0, 0, 0.4);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
}

/* Error validate style */
label.error {
    font-size: 11px;
    position: absolute;
    top: -15px;
    right: -30px;
    z-index: 99;
    height: 25px;
    line-height: 25px;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    padding: 0 6px;
}

label.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}

/* Scroll top button */
#toTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 10px;
    line-height: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 20px;
}

#toTop:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    content: "\e899";
}

/*Background colors*/
.white_bg {
    background-color: #fff
}

/*Spacing*/
.add_bottom_15 {
    margin-bottom: 15px;
}

.add_bottom_30 {
    margin-bottom: 30px;
}

.add_bottom_45 {
    margin-bottom: 45px;
}

.add_bottom_60 {
    margin-bottom: 60px;
}

.add_top_15 {
    margin-top: 15px;
}

.add_top_30 {
    margin-top: 30px;
}

.add_top_45 {
    margin-top: 45px;
}

.add_top_60 {
    margin-top: 60px;
}

.nomargin_top {
    margin-top: 0;
}

/*List*/
ul.list_ok {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 22px;
}

ul.list_ok li {
    position: relative;
    padding-left: 25px;
}

ul.list_ok li:before {
    font-style: normal;
    font-weight: bold;
    font-family: "icon_set_1";
    font-size: 14px;
    content: "\6c";
    color: #f7941e;
    position: absolute;
    left: 0;
    top: 0;
}

ul.list_order {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
}

ul.list_order li {
    position: relative;
    padding-left: 40px;

    margin-bottom: 10px;
}

ul.list_order li span {
    background-color: #f7941e;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/** Pagination **/
.pagination > li > a,
.pagination > li > span {
    color: #888;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #333 !important;
    background-color: #f9f9f9;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #555;
    border-color: #555;
}

/* Drop down select footer */
.styled-select select {
    background: transparent;
    width: 115%;
    padding: 7px 5px 5px 15px;
    border: 0;
    border-radius: 0;
    height: 37px;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999;
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 40px;
    background: #434343 url(../img/down_arrow_select.png) no-repeat right center;
    border: none;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.styled-select select::-ms-expand {
    display: none;
}

.styled-select select:focus {
    outline: none;
}

/* Drop down select filters */
.styled-select-filters select {
    background: transparent;
    width: 115%;
    padding: 7px 5px 5px 10px;
    border: 0;
    border-radius: 0;
    height: 31px;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 12px;
    color: #888;
}

.styled-select-filters {
    width: 100%;
    overflow: hidden;
    height: 34px;
    background: #fff url(../img/down_arrow_select_filters.png) no-repeat right center;
    border: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    display: block;
}

.styled-select-filters select::-ms-expand {
    display: none;
}

.styled-select-filters select:focus {
    outline: none;
}

/* Margin tools */
.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.margin_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Parallax bg */

.contact_p1 {
    position: relative;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

.parallax-window {
    min-height: 470px;
    background: transparent;
    position: relative;
}

.parallax-content-1 {
    display: table;
    width: 100%;
    height: 470px;
}

.parallax-content-1 > div {
    display: table-cell;
    /*padding: 0 15%;*/
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.parallax-content-1 div h1, .parallax-content-1 div h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.parallax-content-1 div h1 {
    margin-bottom: 0;
    padding-top: 40px;
}

.parallax-content-1 div h1:before, .parallax-content-1 div h1:after {
    display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
}

.parallax-content-1 div h1:before {
    margin-right: 10px;
}

.parallax-content-1 div h1:after {
    margin-left: 10px;
}

.parallax-content-1 div a i {
    color: #fff;
    opacity: 0.5;
    font-size: 72px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.parallax-content-1 div a:hover i {
    opacity: 1;
}

.about_bybus_header {

}

.about_bybus_header .p1 {
    margin: 0;
    font-size: 27px;
    font-weight: bold;
}

.about_bybus_header .p2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.about_bybus_p4 {
    font-size: 58px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.about_bybus_p3 {
    margin: 0;
    font-size: 40px;
    font-weight: bold
}

/* Tours boxes*/
.tour_container {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    margin-bottom: 30px;
}

.img_container {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}

.tour_container .tour_title {
    padding: 20px;
    position: relative;
}

.tour_container .tour_title .rating {
    font-size: 14px;
    margin-left: -3px;
}

.tour_container .tour_title h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.wishlist a {
    color: #888;
    cursor: pointer;
    display: block;
}

.strip_all_tour_list .wishlist a {
    color: #fff;
}

.wishlist.favorito:before {
    color: red !important;
}

.wishlist.favorito a {
    color: red;
}

.wishlist:before {
    font-style: normal;
    font-weight: normal;
    font-family: "icon_set_1";
    font-size: 40px;
    content: "\72";
    color: #888;
    position: absolute;
    left: 0;
    top: 4px;
}

.strip_all_tour_list .wishlist {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 2;
    font-size: 20px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
}

.strip_all_tour_list .wishlist:before {
    font-style: normal;
    font-weight: normal;
    font-family: "icon_set_1";
    font-size: 30px;
    content: "\72";
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}

.img_container a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.img_container img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.short_info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/shadow_tour.png) repeat-x left bottom;
    width: 100%;
    padding: 10px 10px 8px 5px;
    color: #fff;
}

.short_info i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.short_info .price {
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
}

.short_info .price sup {
    font-size: 18px;
    position: relative;
    top: -5px;
}

/* Ribbons */
.ribbon {
    position: absolute;
    top: 0;
    left: -1px;
    width: 78px;
    height: 78px;
    z-index: 1;
}

.ribbon.popular {
    background: url(../img/ribbon_popular.png) no-repeat 0 0;
}

.ribbon.top_rated {
    background: url(../img/ribbon_top_rated.png) no-repeat 0 0;
}

/* Tooltips */
.tooltip_styled {
    display: inline;
    position: relative;
    z-index: 999;
}

.tooltip-item {
    cursor: pointer;
    display: inline-block;
}

.tooltip-item::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_styled:hover .tooltip-item::after {
    pointer-events: auto;
}

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 300px;
    left: 50%;
    margin: 0 0 20px -150px;
    bottom: 100%;
    text-align: left;
    line-height: 20px;
    display: block;
    padding: 15px;
    font-size: 12px;
    color: #fff;
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #333;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip_styled:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip_styled.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #333;
    border-width: 10px;
    margin-left: -10px;
}

.tooltip-content .label {
    margin-left: 10px;
}

.tooltip-content i {
    font-size: 20px !important;
    top: 3px !important;
    left: -3px !important;
    position: relative;
}

.tooltip-content h4 {
    display: block;
    margin: 0 0 10px 0;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;

}

.tooltip-content a {
    font-weight: bold;
}

/* Tooltip flip */
.tooltip_flip {
    position: relative;
}

.tooltip_flip::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_flip:hover::after {
    pointer-events: auto;
}

.tooltip-content-flip {
    position: absolute;
    z-index: 9999;
    width: 80px;
    height: 80px;
    left: -40%;
    bottom: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    margin-bottom: 7px;
    cursor: default;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.strip_all_tour_list .tooltip-content-flip {
    left: -65%;
}

.tooltip-effect-1 .tooltip-content-flip {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.tooltip_flip:hover .tooltip-content-flip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tooltip-content-flip > span {
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.tooltip-back {
    background: #f7941e;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 14px;
    padding-top: 25px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
}

.tooltip_flip:hover .tooltip-content-flip > span {
    -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
}

.tooltip-content-flip .tooltip-front::after,
.tooltip-content-flip .tooltip-back::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
}

.tooltip-content-flip .tooltip-front::after {
    right: 0;
    border-top: 10px solid #e64b50;
    border-left: 10px solid transparent;
}

.tooltip-content-flip .tooltip-back::after {
    left: 45%;
    border-top: 10px solid #e64b50;
    border-right: 10px solid transparent;
}

/* Position  breadcrumbs */
#position {
    background-color: #333;
    padding: 10px 0;
    font-size: 11px;
}

#position ul li:first-child {
    padding-left: 20px;
}

#position ul li:first-child:before {
    content: "\eaf4";
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
}

#position ul {
    margin: 0;
    padding: 0;
    color: #888;
}

#position ul li a {
    color: #fff;
    opacity: 0.7;
}

#position ul li a:hover {
    color: #fff;
    opacity: 1;
}

#position ul li {
    display: inline-block;
    padding-right: 8px;
    margin-right: 3px;
    position: relative;
}

#position ul li:after {
    content: "\e9ee";
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position: absolute;
    right: 0;
    top: 2px;
}

#position ul li:last-child:after {
    content: '';
}

/*Banners*/
.banner {
    position: relative;
    background: #fff url(../img/banner_bg.png) no-repeat center bottom;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 60px;
}

.banner:after, .banner:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 18px;
    width: 50%;
    top: 100%;
}

.banner:after {
    left: 0;
    background: url(../img/shadow-bg.png) no-repeat top left;
}

.banner:before {
    right: 0;
    background: url(../img/shadow-bg.png) no-repeat top right;
}

.banner a {
    position: absolute;
    top: 35%;
    right: 30px;
}

.banner h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    padding: 0;
    color: #f7941e;
    font-family: "Gochi Hand", cursive;
}

.banner h4 span {
    text-transform: none;
    color: #555;
}

.banner p {
    margin: 0;
    padding: 0;
}

.banner.colored {
    background: #f7941e url(../img/banner_bg_colored.png) no-repeat center bottom;
    color: #fff;
}

.banner.colored h4 {
    color: #fff;
}

.banner.colored h4 span {
    color: #FFC;
}

/*Preloading*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.sk-spinner-wave.sk-spinner {
    margin: -15px 0 0 -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.ie8 .sk-spinner-wave.sk-spinner {
    display: none;
}

.sk-spinner-wave div {
    background-color: #ccc;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.laptop {
    margin: auto;
    margin-top: 20px;
}

/** Collapse updated v.1.8 **/
.panel {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}

.panel-title a {
    display: block;
    color: #777;
}

.panel-default > .panel-heading {
    background-color: #fff;
    padding: 20px;
}

.panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-group .panel {
    border-radius: 3px;
}

.panel-body {
    padding: 30px;
    line-height: 1.6 !important;
}

.panel-title a .indicator {
    color: #f7941e;
}

.panel-title a:hover .indicator {
    color: #333;
}

/** Blockquote **/
blockquote.styled {
    font-family: "Gochi Hand", cursive;
    line-height: 1.42857143;
}

/** tabs **/
.tab-content {
    padding: 30px;
    background-color: #58585a;
    border: 1px solid #ddd;
    border-top: none;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/** Img frame in general page **/
.img-responsive.styled {
    margin-top: 20px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/**General icons block **/
.general_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 30px 0 0 0;
}

.general_icons ul li {
    display: inline-block;
    text-align: center;
    padding: 0 20px 20px 0;
    white-space: nowrap;
}

.general_icons ul li:last-child {
    padding-right: 0;
}

.general_icons ul li i {
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
}

/*============================================================================================*/
/* 4.  UPDATES  */
/*============================================================================================*/
/*-------- 4.1 Home 7: search function --------*/
#search_container {
    position: relative;
    height: 750px;
    background: #fff url(../img/home_back_top.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    width: 100%;
    display: table;
    z-index: 99;
}

#search_container.rent_a_bus {
    background: url('../img/new_home_rent.jpg') repeat;
    padding: 130px 0 0 0;
    background-size: 100%;
    margin-top: 120px;
    height: 655px;
}

#search_container.rent_a_bus.new {
    background: #ffffff;
    padding: 105px 0 0 0;
    margin-top: 0px;
}

#search_container.rent_a_bus .renthomeimage {
    margin: 0 auto;
    position: relative;
}

#hero_3 label {
    font-weight: normal !important;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
}

#search_container.rent_a_bus .slogan h2, #search_container.rent_a_bus .slogan h3 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: bold;
}

#search_container.rent_a_bus.new .slogan h2, #search_container.rent_a_bus.new .slogan h3 {
    color: #f7941e;
}

#search_container.rent_a_bus .slogan h3 {
    font-size: 20px;
}

#search_container.rent_a_bus .slogan p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-family: "Montserrat";
}

#search_container.rent_a_bus.new .slogan p {
    color: #666;
}

#search_container.rent_a_bus .slogan p > span {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#search_container.rent_a_bus.new .slogan p > span {
    color: #666;
}

#search_container.rent_a_bus .sub_slogan {
    font-size: 28px;
    font-family: "Montserrat";
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
}

#search_container.rent_a_bus.new .sub_slogan {
    color: #666;
}

#search_container input {
    text-align: center;
}

#hero_4 #search {
    top: 0px;
}

#search {
    vertical-align: middle;
    padding: 0 11%;
    position: relative;
    top: -49px;
}

#search .nav-tabs {
    border-radius: 0;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    z-index: 9999;
}

#search .nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    color: #fff !important;
}

#search .tab-content {
    border-radius: 0;
    border: 0;
    color: #333;
}

#search .nav-tabs > li > a {
    background: #949494;
}

#search .nav-tabs > li.tab-current > a {
    background: #58585a;
    width: 100%;
}

#search .nav-tabs > li.active > a,
#search .nav-tabs > li.active > a:hover,
#search .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #f7941e;
}

#search .tabs nav a {
    font-size: 21px;
}

.tabs nav a {
    font-size: 16px !important;
    line-height: 1.4em !important;
    padding: 10px 1.25em !important;
}

.tab-pane h3 {
    color: #666;
    margin: 0 0 20px 0;
}

.dd-select {
    border-radius: 3px !important;
    border: solid 1px #ccc;
    position: relative;
    cursor: pointer;
    height: 40px;
    font-weight: normal !important;
}

.dd-desc {
    color: #aaa;
    display: block;
    overflow: hidden;
    font-weight: normal;
}

.dd-selected {
    overflow: hidden;
    display: block;
    padding: 10px !important;
    font-weight: bold !important;
    color: #444 !important;
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px #999 !important;
}

.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    margin-top: -8px;
}

.dd-option {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.dd-options > li:last-child > .dd-option {
    border-bottom: none;
}

.dd-options li .dd-option {
    height: 45px;
    line-height: 25px !important;
}

.dd-option:hover {
    background: #f9f9f9 !important;
    color: #000;
}

.dd-option-selected {
    background: #f9f9f9 !important;
    color: #444 !important;
}

.dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 10px !important;
    max-width: 64px;
}

.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}

.dd-container {
    position: relative;
    text-align: center;
}

​
label.dd-selected-text {
    font-weight: normal !important;
}

.dd-option-text {
    line-height: 14px !important;
}

.dd-selected-image {
    margin-top: 7px;
}

.dd-select label, .dd-options label {
    font-weight: normal !important;
    cursor: pointer !important;
}

.radio_fix {
    float: left;
    margin-top: 35px;
}

/*-------- 4.1 Faq --------*/
#faq h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
}

/*-------- 4.2 Pricing tables --------*/
.plans {
    margin: 0px auto 50px;
    zoom: 1;
}

.plans:before, .plans:after {
    content: '';
    display: table;
}

.plans:after {
    clear: both;
}

.plan {
    margin: 10px 0;
    padding: 20px;
    text-align: center;
    background: #fafafa;
    background-clip: padding-box;
    border: solid #dddddd;
    min-height: 435px;
    border-width: 1px 0 1px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.col-md-4.plan:first-child {
    margin-right: -30px;
    margin-left: 30px;
}

.plan:last-child {
    border-width: 1px;
}

.plan-title {
    position: relative;
    margin: -20px -10px 20px;
    padding: 20px;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}

.plan-title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}

.plan-price {
    margin: 0 auto 20px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background: #4b4b4b;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-family: "Helvetica Neue", Arial;
}

.plan-price > span {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
}

.plan-features {
    margin-bottom: 20px;
    line-height: 2;
    font-size: 12px;
    text-align: center;
}

ul.plan-features {
    padding: 0;
    margin: 0 0 30px 0;
}

.plan-features li {
    list-style: none;
}

.plan-tall {
    margin: 0;
    background: #fff;
    border-width: 1px;
    border-radius: 4px;
    margin-right: -30px;
    position: relative;
    z-index: 100;
    border: solid #83c99f;
    position: relative;
}

.ribbon_table {
    width: 99px;
    height: 97px;
    position: absolute;
    left: -7px;
    top: -7px;
    display: block;
    background: url(../img/ribbon.png) no-repeat 0 0;
    z-index: 101;
}

.plan-tall > .plan-title {
    font-size: 18px;
}

.plan-tall > .plan-price {
    margin: 0 auto 20px;
    height: 130px;
    width: 130px;
    line-height: 130px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background: #f26d7d;
    border-radius: 130px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    display: inline-block;
    text-align: center;
}

.plan-tall > .plan-features {
    font-size: 14px;
}

.plan-tall > .plan-button {
    padding: 0 16px;
    line-height: 32px;
}

.plan-tall + .plan {
    border-left: 0;
}

/* Pricing tables style 2 */
#pricing_2 {
    margin-top: 20px;
}

.ribbon_2 {
    width: 99px;
    height: 97px;
    position: absolute;
    left: -5px;
    top: -5px;
    display: block;
    background: url(../img/ribbon.png) no-repeat 0 0;
    z-index: 101;
}

.pricing-table {
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pricing-table:hover {
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
}

.pricing-table.green {
    text-align: center;
    font-weight: 400;
}

.pricing-table.black {
    text-align: center;
    font-weight: 400;
}

.pricing-table-sign-up {
    border-top: 1px solid #ededed;
    padding: 10px 10px 5px 10px;
    text-align: center;
    margin-top: 30px;
}

.pricing-table-features p {
    padding: 10px 20px;
    text-align: center;
    margin: 10px 0;
}

.pricing-table-features p:nth-child(2n) {
    background: #f8f8f8;
    padding: 10px 0;
}

.pricing-table-features, .pricing-table-space {
    background: #fff;
}

.pricing-table p {
    padding: 5px;
    margin-top: 5px;
    font-size: 110%;
    font-weight: 400;
    background: #fff;
}

.pricing-table p strong {
    font-weight: 600;
}

.pricing-table .pricing-table-header {
    color: #fff;
    padding: 0px;
}

.pricing-table-header .heading {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}

.pricing-table.green .heading {
    background: #83c99f;
}

.pricing-table.black .heading {
    background: #333333;
}

.pricing-table .pricing-table-header .price-value {
    background: #fff;
}

.pricing-table.green .pricing-table-header .price-value {
    background: #fff;
}

.pricing-table.black .pricing-table-header .price-value {
    background: #fff;
}

.pricing-table-header .price-value {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    background: #1ABC9C;
    font-family: "Helvetica Neue", Arial;
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}

.pricing-table-header .price-value span {
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
}

.pricing-table-header .price-value span.mo {
    font-size: 22px;
    font-weight: 400;
}

.question_box h3 {
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 10px;
}

.question_box {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}

.question_box:before {
    content: "\ec7e";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 30px;
    position: absolute;
    color: #999;
    top: 5px;
    left: 0;
}

/*-------- 4.3 Common --------*/
.badge_save {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 77px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/badge_save.png);
    font-size: 11px;
    line-height: 12px;
    padding-top: 32px;
}

.badge_save strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.input-group input {
    height: 34px;
}

/* Promo_full (v.1.7)*/

.promo_full#video {
    background: #fff;
    text-align: center;
    padding-top: 120px;
}

.promo_full#video h2 {
    font-size: 38px;
    color: #f7941e;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.promo_full#video p {
    font-size: 16px;
    color: #58585a;
    text-align: center;
    float: none;
    width: 100%;
}

.promo_full#features {
    background: #f7941e;
}

.promo_full#features p {
    font-size: 12px;
    color: #555555;
    text-align: left;
    float: none;
    width: 100%;
}

.promo_full#features .review_strip.large {
    min-height: 325px;
}

.promo_full#features.about_bybus .review_strip.large {
    min-height: 220px;
}

.promo_full#features.about_bybus .review_strip.about_tours_strip.large {
    min-height: 170px;
}

.promo_full#features .review_strip.small {
    min-height: 275px;
}

.promo_full#features .review_strip h4 {
    margin: -10px 0 35px 0px;
    font-weight: bold;
    font-size: 24px;
    color: #f7941e;
}

.promo_full#features .review_strip i {
    top: 15px;
    position: absolute;
    left: 25px;
    font-size: 40px;
    color: #000;
    background: #fff;
    height: 45px;
    width: 45px;
}

.promo_full#features .review_strip.about_tours_strip i {
    top: auto;
    position: relative;
    left: auto;
}

.promo_full#features .review_strip.about_tours_strip h4 {
    margin-top: 0;
}

.promo_full#sellMore {
    background: #fff;
    text-align: center;
}

.promo_full#sellMore h2 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.promo_full#sellMore h4 {
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.promo_full#sellMore p {
    font-size: 18px;
    color: #000;
    text-align: center;
    float: none;
    width: 100%;
}

.promo_full#joinUs {
    background: #58585a;
    text-align: center;
}

.promo_full#joinUs h2 {
    font-size: 28px;
    color: #f7941e;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

.promo_full#joinUs p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    float: none;
    width: 100%;
}

.promo_full#joinUs h5 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.promo_full#sellServices {
    background: #f9f9f9;
}

.promo_full#sellServices h2 {
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.promo_full#sellServices .service {
    background: #f7941e;
    text-align: center;
    background: #f7941e;
    padding: 10px;
    min-height: 410px;
}

.promo_full#sellServices .service h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.promo_full#sellServices .service p {
    float: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.promo_full#sellServices .service i {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    width: 120px;
    height: 120px;
    line-height: 110px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 62px;
    background: white;
    color: darkgray;
}

.promo_full#sellServices h2 > span {
    color: #f7941e;
}

.promo_full {
    background: url(../img/bybus_autocarros_banner1.jpg) no-repeat left center;
    position: relative;
    background-size: contain;
}

.promo_full#operator_1 {
    background: url(../img/operator_1.png) no-repeat left center;
    position: relative;
    background-size: contain;
}

.promo_full#operator_2 {
    background: url(../img/operator_2.png) no-repeat right center;
    position: relative;
    background-size: contain;
}

.promo_full#operator_2 h2, .promo_full#operator_4 h2 {
    text-align: left;
}

.promo_full#operator_2 p, .promo_full#operator_4 p {
    text-align: left;
    float: left;
    width: 60%;
}

.promo_full#operator_3 {
    background: url(../img/operator_3.jpg) no-repeat left center;
    position: relative;
    background-size: contain;
}

.promo_full#operator_4 {
    background: url(../img/operator_4.jpg) no-repeat right center;
    position: relative;
    background-size: contain;
}

.promo_full#benefits {
    background: url(../img/operator_back.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
}

.promo_full#benefits h2 {
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.promo_full#benefits h2 > span {
    color: #000;
}

.promo_full_wp {
    display: table;
    width: 100%;
    height: auto;
}

.promo_full_wp > div {
    display: table-cell;
    padding: 75px 0;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.promo_full button {
    margin-top: 25px;
}

.promo_full h2 {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 24px;
    text-align: right;
    color: #000;
    text-transform: uppercase;
}

.promo_full p {
    font-size: 14px;
    color: #010000;
    width: 80%;
    text-align: right;
    float: right;
}

.promo_full_wp div h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.promo_full_wp div a i {
    color: #fff;
    opacity: 0.5;
    font-size: 72px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.promo_full_wp div a:hover i {
    opacity: 1;
}

/* Map filter (v.1.8)*/
#map_filter {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
    width: 100%;
}

#map_filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#map_filter ul li {
    display: inline-block;
    text-align: center;

}

#map_filter ul li a {
    display: inline-block;
    padding: 15px;
    color: #444;
    min-width: 120px;
    margin: 0 -3px;
}

#map_filter ul li a:hover, #map_filter ul li a.active {
    background-color: #fff;
    color: #f7941e;
}

#map_filter ul li a i {
    display: block;
    font-size: 36px;
    margin: 5px 0;
}

/* Updates (v.1.9)*/
#map_contact.contact_2 {
    margin-top: 98px;
}

#city_tours {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.light-opacy {
    opacity: 0.8;
}

#top_tours {
    background: url(../img/top_pattern.jpg) repeat;
}

#reasons h2, #reasons p {
    color: #333333;
}

#reasons p {
    font-weight: normal;
}

#suggestions {
    background: #f7941e;
}

.ribbon_3 {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon_3.popular span {
    background: linear-gradient(#f14f3f 0, #cb4335 100%);
}

.ribbon_3 span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    position: absolute;
    top: 19px;
    left: -21px;
}

#search .nav-tabs, .badge_save, .plan-title, .promo_full_wp div h3, .ribbon_3 span {
    text-transform: uppercase;
}

.ribbon_3.popular span::before {
    border-left: 3px solid #a3362a;
    border-right: 3px solid transparent;
}

.ribbon_3.popular span::after, .ribbon_3.popular span::before {
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a3362a;
}

.ribbon_3 span::before {
    left: 0;
    border-left: 3px solid #638908;
    border-right: 3px solid transparent;
}

.ribbon_3 span::after, .ribbon_3 span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908;
}

.ribbon_3.popular span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #a3362a;
}

.ribbon_3.popular span::after, .ribbon_3.popular span::before {
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a3362a;
}

.ribbon_3 span::after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #638908;
}

.ribbon_3 span::after, .ribbon_3 span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908;
}

#btn_white {
    background: #ffffff;
    color: #000;
}

.sep-bottom-20 {
    margin-bottom: 20px;
}

.sep-bottom-40 {
    margin-bottom: 40px;
}

.parallax-mirror {
    visibility: visible !important;
}

.error {
    font-weight: bold;
    color: red;
}

.md-dialog-container {
    z-index: 9999 !important;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: #f7941d;
}

.fieldError {
    color: #a94442;
}

.ui-select-bootstrap > .ui-select-match > .btn {
    text-align: center !important;
}

.tour_lang {
}

.tour_lang::after {
    content: '-';
    padding: 0px 5px;
}

.tour_lang:last-child:after {
    content: '';
}

.bootstrap-datepicker-widget {
    z-index: 1000 !important;
}

.guideList {
    margin-right: 10px;
    text-transform: capitalize;
}

#importantInfo span {
    text-transform: capitalize;
}

md-radio-button {
    margin-right: 25px !important;
    display: inline-block !important;
}

md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-button:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-button:not([disabled]) .md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-button:not([disabled]).md-primary .md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-button:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-group:not([disabled]).md-primary.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-group:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-group:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-group:not([disabled]) .md-primary .md-checked .md-off,
md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-ink-ripple, md-checkbox:not([disabled]).md-primary.md-checked .md-ink-ripple,
md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    color: #f7941e !important;
}

md-radio-button.md-default-theme:not([disabled]).md-primary .md-on, md-radio-button:not([disabled]).md-primary .md-on, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-button:not([disabled]) .md-primary .md-on, md-radio-group.md-default-theme:not([disabled]).md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on, md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]) .md-primary .md-on,
md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    background-color: #f7941e !important;
}

md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-button:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-button:not([disabled]) .md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-button:not([disabled]).md-primary .md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-button:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-group:not([disabled]).md-primary.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-group:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-group:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-group:not([disabled]) .md-primary .md-checked .md-off {
    border-color: #f7941e !important;
}

.ui-timepicker-viewport {
    list-style: none;
}

.booking_buttons a {
    margin: 5px 0;
}

#dataLoaded {
    display: none;
}

md-autocomplete, md-autocomplete md-autocomplete-wrap, md-autocomplete input:not(.md-input) {
    height: 34px !important;
}

#timepickerStartRent, #timepickerEndRent {
    text-align: center;
}

#search .fieldError {
    color: #f7c203;
}

.item-title > span {
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

#personalizado_section h2 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.3em;
}

#personalizado_section h2 > span {
    color: #f7941e;
}

.btn_action {
    height: 50px;
    font-size: 18px;
}

#busRentSpecial {
    background: #fff url(../img/rent_bus.jpg) no-repeat 85% 150px;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 750px;
}

#busRentSpecial .slogan h2 {
    font-size: 36px;
    color: #f7941e;

}

#busRentSpecial .subsection {
    margin-top: 20px;
}

#busRentSpecial .type_service {
    border-bottom: 2px solid #f7941e;

}

#busRentSpecial .type_service h3 {
    color: #58585a;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 3px;
}

#busRentSpecial .options {
    margin-top: 15px;
}

#busRentSpecial .options button.mainOptions {
    width: 100%;
    color: #58585a;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #dddddd;
    padding: 15px 0;
    background: #fff;
    text-transform: uppercase;
}

.busTypeBtn.active, .itineraryTypeBtn.active {
    background: #cacaca !important;
    color: #58585a !important;
}

.text-capitalized {
    text-transform: capitalize;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon, .picker-day.picker-selected, .picker-day:not(.picker-off):not(.picker-empty):hover {
    background-color: #f7941e !important;
}

md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    font-weight: bold !important;
    color: #f7941e !important;
    font-size: 16px;
}

md-tabs.md-default-theme .md-tab .md-ripple-container, md-tabs .md-tab .md-ripple-container {
    color: #f7941e !important;
}

#operatorCaptcha iframe {
    left: 15px;
}

#operatorCaptcha .rc-anchor-normal .rc-anchor-pt {
    text-align: left !important;
    width: 100% !important;
}

.tooltip-preview {
    min-height: 0 !important;
    height: auto !important;
    width: 11px !important;
    padding: 0 !important;
    color: #f7941d !important;
}

#rent label {
    display: inline;
}

#rent .md-button.md-icon-button {
    color: #fff !important;
}

.rating md-radio-button {
    margin-bottom: 5px !important;
    margin-right: 2px !important;
}

.rating md-radio-button .md-label {
    margin-left: 25px !important;
}

md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
    background-color: #f7941d !important;
}

md-radio-button.md-default-theme .md-on, md-radio-button .md-on, md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
    background-color: #f7941d !important;
}

.toast-top-right {
    top: 100px !important;
}

button.btn_1, button.btn_full {
    background-color: #f7941d !important;
}

.favorito {
    color: red !important;
}

.promo_full.about_bybus p {
    width: 100%;
    text-align: left;
    float: none;
}

.promo_full.about_bybus h5 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#about_bybus_services h3 {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    font-family: "Montserrat", "Helvetica", sans-serif;
    border-bottom: 1px solid #666666;
    text-align: left;
}

#about_bybus_services p {
    font-size: 14px;
    color: #666666;
    font-family: "Montserrat", "Helvetica", sans-serif;
    text-align: left;
}

.circleDiv {
    margin-bottom: 30px;
}

.circleDiv > div {
    border-radius: 50%;
    width: 45px;
    background: #f7941e;
    border: none;
    height: 45px;
    float: left;
    margin-right: 20px;
}

.circleDiv > div > span {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 25px;
    top: 12px;
    position: relative;
}

.circleDiv > p {
    color: #666666;
    font-size: 16px;
    top: 10px;
    position: relative;
}

#bybus_list {
    list-style: none;
}

#bybus_list li {
    margin-bottom: 25px;
}

.about_bybus_how_work h3 {
    font-size: 24px;
    color: #333333;
}

.about_bybus_how_work p {
    color: #666666;
    font-size: 13px;
}

.about_bybus_how_work h3 > span {
    color: #f7941e;
}

#about-bybus-form {
    padding: 30px 0;
}

#about-bybus-form label {
    color: #fff
}

#about-bybus-form h3 {
    font-family: Montserrat;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.about_tours h4 {
    font-family: Montserrat;
    font-size: 22px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #666;
    text-align: left;
}

.about_tours p {
    font-family: Montserrat;
    font-size: 14px;
    color: #666;
    float: none;
    width: 100%;
    text-align: left;
}

#security_recommendations {
    padding: 20px 0;
}

#security_recommendations h1 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #333333;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    text-align: center;
}

#security_recommendations h1 > span {
    color: #ff9933;
}

#security_recommendations p {
    font-family: 'Montserrat';
    font-size: 13px;
    color: #666666
}

.recomendation_section {
    display: flex;
    flex-wrap: wrap;
}

.recomendation_section h3 {
    color: #ff9933;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat';
}

.recomendation_section {
    margin-bottom: 15px;
}

.recomendation_section ul {
    margin: 20px 0;
}

.recomendation_section li {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.recomendation_section > div {
    background: #333333;
    width: 100% !important;
}

.recomendation_section img {
    width: 100%;
    background: #333333;
}

.about_rentAbus {
    padding-top: 120px;
    text-align: center;
}

.about_rentAbus h2 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    color: #ff9933;
}

.about_rentAbus h3 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.about_rentAbus h3 > span {
    color: #ff9933;
}

#servicesOnBybus {
    background: #ececec;
    text-align: center;
    padding: 30px 0;
}

#servicesOnBybus h2 {
    font-family: 'Montserrat';
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#servicesOnBybus h2 > span {
    color: #ff9933;
}

#servicesOnBybus p {
    font-family: 'Montserrat';
    color: #000000;
    font-size: 18px;
}

.service_type_about_rent h2 {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
}

.service_type_about_rent img {
    height: 100%;
}

.service_type_about_rent p {
    font-size: 14px;
    font-family: 'Montserrat';
}

.service_type_about_rent#first {
    text-align: right;
}

.service_type_about_rent#second {
    text-align: left;
    background: #f0f0f0;
}

#types_transports {
    text-align: center;
    font-family: 'Montserrat';
}

#types_transports > div {
    padding: 30px 0;
}

#types_transports h2 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

#types_transports h2 > span {
    color: #ff9933;
}

#types_transports p {
    font-weight: bold;
    font-size: 18px;
}

#types_transports p > span {
    color: #ff9933;
    text-transform: uppercase;
}

#how_works {
    font-family: 'Montserrat';
    background: #f9f9f9;
}

#how_works > div {
    padding: 30px 0;
}

#how_works h2 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
}

#how_works .how_works_section {
    background: #ff9933;
    color: #fff;
    margin-bottom: 20px;
    padding: 15px 0;
}

#how_works .how_works_section h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
}

#how_works .how_works_section p {
    font-size: 14px;
}

#objectives {
    font-family: 'Montserrat';
    background: #ff9933;
}

#objectives > div {
    padding: 30px 0;
}

#objectives h2 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}

#objectives .objectives_section {
    display: flex;
    flex-wrap: wrap;
}

#objectives .objectives_section > div {
    display: flex;
    width: 100%;
}

#objectives .objectives_section > div > div {
    margin-bottom: 20px;
    padding: 20px 0;
    background: #ffffff;
    width: 100%;
}

#objectives .objectives_section p {
    font-size: 12px;
    color: #666666;
}

.slogan_about_tours > span {
    color: #666;
}

.tabs nav ul li {
    margin-top: 0;
}

#reinvention {
    background: #8bc751;
}

#reinvention > div {
    padding: 40px 0;
    font-family: 'Montserrat';
}

#reinvention h2 {
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}

#reinvention p {
    color: #666666;
    font-size: 18px;
    text-align: center;
}

#reinvention .reinvented_sub_section {
    width: 100%;
    margin-bottom: 20px;
}

#reinvention .reinvented_sub_section h3 {
    font-size: 18px;
    color: #333333;
}

#reinvention .reinvented_sub_section p {
    font-size: 12px;
    color: #333333;
    text-align: left;
}

.form_kids .row {
    margin-bottom: 10px;
}

#faqs_page .panel-heading {
    cursor: pointer;
}

#privacy li {
    margin-bottom: 15px;
}

#privacy h2 {
    margin: 30px 0 15px;
}

.cl-banner {
    z-index: 10000000000 !important;
    background: #f7941e !important;
}

.cl-accept {
    background: #fff !important;
    color: #000 !important;
}

.sub_totals {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.table_totals td {
    border-bottom: gray 1px solid;
    padding: 5px 0;
}

.table_totals tr.total td {
    background: #f7941e;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.info_booking .subtitle {
    background: #f7941e;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 0;
}

.info_booking .subtitle > * {
    color: #fff !important;
}

.bootstrap-growl.alert {
    z-index: 9999999999999 !important;
}

#rent-a-bus-special-success p {
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 1.2em;
    color: #000;
    margin: 15px 0;
}

a.btn_2.pay_btn {
    background: #f7941e;
    padding: 12px 8px;
    font-size: 20px;
}

.truncate {
    font-size: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn_budget {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    padding: 10px;
    background-color: #F7941E;
    box-shadow: 4px 1px 43px 7px #000000;
    -webkit-box-shadow: 4px 1px 43px 7px #000000;
    -moz-box-shadow: 4px 1px 43px 7px #000000;
    text-shadow: 1px 1px 20px #000000;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
}

.btn_budget:hover {
    background: #FFFFFF;
    text-decoration: none;
}

.center-image-wrapper {
    margin-bottom: 75px;
}

.pr0 {
    padding-right: 0;
}

.navbar-toggle {
    margin-top: 18px;
}

.deadlineOffers {
    font-weight: bold;
    color: #000;
}

.deadlineOffers .deadline {
    display: block;
    line-height: 2em;
    font-size: 30px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.searchandselect {
    cursor: pointer;
    position: relative;
    width: 300px;
    border: 1px solid #e6e8ea;
    z-index: 9999;
    background: #fff;
}

.searchandselect .header {
    height: 30px;
    padding: 5px 15px;
    z-index: 9999;
}

.searchandselect .glyphicon {
    line-height: 1.8;
}

.searchandselect .search {
    padding: 5px;
    display: none;
    z-index: 9999;
}

.searchandselect .dropdown {
    border: 1px solid #e6e8ea;
    left: 0;
    list-style: outside none none;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 9999;
}

.searchandselect.active .search {
    display: inherit;
}

.searchandselect.active .dropdown {
    display: inherit;
    max-height: 290px;
    background: #fff;
}

.searchandselect .dropdown li {
    margin: 10px 0 0;
    padding: 5px 10px;
}

.searchandselect .dropdown li:hover {
    background: #f7941e;
    color: #fff;
}

.searchandselect .dropdown li i {
    color: inherit;
    margin-right: 5px;
    font-size: 10px;
    vertical-align: middle;
    float: right;
}

.searchandselect button i {
    font-size: 10px;
}

.searchandselect .dropdown li small {
    margin-right: 10px;
}

pre {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    color: #565a5c !important;
    border-radius: 0 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    white-space: pre-line !important;
    line-height: 1.7em !important;
    word-break: break-word !important;
}

/* Mobile Portrait */
@media screen and (max-width: 320px) {

    .navbar {
        margin-bottom: 0px !important;
    }

    .sticky nav {
        margin-top: 0px !important;
    }

    #hero_2 {
        padding: 10px 0 !important;
    }

    #hero_2 .intro_title h2 {
        font-size: 20px !important;
    }

    #hero_2 .intro_title h1 {
        font-size: 18px !important;
    }

    #hero_2 .intro_title h1:before, #hero_2 .intro_title h1:after {
        width: 0px !important;
    }

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        top: 93px !important;
    }

    .bs-wizard > .bs-wizard-step:first-child > .progress {
        top: 77px !important;
        position: absolute !important;
    }

    .bs-wizard > .bs-wizard-step:last-child > .progress {
        top: 20px !important;
    }

    .slogan h2 {
        font-size: 26px !important;
    }

    .slogan h3 {
        font-size: 17px !important;
    }

    #search_container.rent_a_bus.new {
        padding-top: 30px !important;
    }

    #search_container.rent_a_bus.new .sub_slogan {
        position: absolute;
        bottom: -65px;
    }

    .renthomeimage {
        width: 100% !important;
    }

    #search_container {
        height: 510px !important;
    }

    #search .tabs nav a {
        font-size: 9px !important;
    }

    #hero_3 .tabs {
        top: -4px !important;
    }

    #hero_3 #search {
        padding: 0px 5% 10% 5% !important;
        top: -42px !important;
        padding-bottom: 0px !important;
    }

    #hero_4 #search {
        padding: 0px 5% 10% 5% !important;
        top: 5px !important;
    }

    #search_container.rent_a_bus {
        margin-top: 50px;
        padding-top: 0px;
    }

    .cmn-toggle-switch {
        top: -2px;
    }

    .center-image-wrapper {
        margin-bottom: 110px;
    }

    .about_rentAbus h3, .promo_full#joinUs h2, #types_transports p {
        font-size: 15px;
    }

    .promo_full#joinUs p {
        font-size: 12px;
    }

    .service_type_about_rent img {
        height: initial;
    }

    .service_type_about_rent h2 {
        font-size: 17px;
    }

    #types_transports h2 {
        font-size: 19px;
    }

    #how_works h2 {
        font-size: 28px;
    }

    .promo_full#video {
        padding-top: 50px;
    }

    .parallax-content-1 {
        height: 220px !important;
    }

    .about_bybus_header {
        margin-bottom: -50px !important;
    }

    .about_bybus_header .p1 {
        font-size: 15px !important;
    }

    .about_bybus_header .p2 {
        font-size: 20px !important;
    }

    .about_bybus_p3 {
        font-size: 20px !important
    }

    .about_bybus_p4 {
        font-size: 25px !important
    }

    .navbar-brand {
        padding-top: 15px !important;
    }

}

.intro_title_1 {
    margin-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 396px) {
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 12px;
        padding-bottom: 18px;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum > span {
        font-size: 13px;
    }

    #hero_2 .intro_title h1 {
        font-size: 16px !important;
    }

    .step-2 .progress {

    }

    .step-2 {

    }

    .intro_title_1 {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 480px) {

    #single_tour_feat ul li {
        font-size: 9px !important;
    }

    #single_tour_feat ul li {
        white-space: initial !important;
    }

    .promo_full p {
        font-size: 12px;
        text-align: center;
    }

    .promo_full h2 {
        font-size: 18px;
        text-align: center;
    }

    a.btn_1.medium, .btn_1.medium {
        padding: 8px 15px;
        font-size: 12px;
    }

    .parallax-content-1 {
        height: 175px !important;
    }

    .parallax-content-1 div h1 {
        padding-top: 0px !important;
    }

    .parallax-content-1 div, .parallax-content-1 > div {
        padding: 0px !important;
    }

    .parallax-window, #hero_2 {
        height: 70px;
        min-height: 73px;
    }

    .parallax-content-1 div h1, .parallax-content-1 div h3 {
        font-size: 15px !important;
    }

    .privacy_section h2 {
        font-size: 20px !important
    }

    #hero_4 #search {
        padding: 0px 5% 5% 5% !important;
        top: 0px !important;
    }

    #search_container.rent_a_bus {
        margin-top: 50px !important;
        padding-top: 0px !important;
    }

    #search .tabs nav a {
        font-size: 10px !important;
    }

    #search {
        padding: 0px 5% 10% 5% !important;
        top: -46px !important;
    }

    #search_container.rent_a_bus .slogan p {
        font-size: 11px !important;
    }

    #search_container.rent_a_bus .sub_slogan {
        font-size: 16px !important;
    }

    #search_container {
        height: 335px !important;
    }

    #security_recommendations h1 {
        font-size: 25px;
    }

    .about_rentAbus h2 {
        font-size: 22px;
    }

    .about_rentAbus {
        padding-top: 35px;
    }

    #about-bybus-form h3 {
        font-size: 14px;
    }

    #about-bybus-form {
        padding: 5px 0 15px 0;
    }

    .promo_full_wp > div {
        padding: 15px 0;
    }

    .service_type_about_rent img {
        height: initial;
    }

    .about_rentAbus h3 {
        font-size: 15px;
    }

    .promo_full#joinUs h2 {
        font-size: 19px;
    }

    .promo_full#joinUs p {
        font-size: 14px;
    }

    .parallax-content-1 {
        height: 288px;
    }

    .about_bybus_header {
        margin-bottom: -50px;
    }

    .about_bybus_header .p1 {
        font-size: 20px;
    }

    .about_bybus_header .p2 {
        font-size: 25px;
    }

    .contact_p1 {
        font-size: 20px !important;
    }

    .promo_full#features .review_strip i {
        font-size: 30px !important;
    }

    .promo_full#features .review_strip h4 {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 1200px) {
    #hero_3 label {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    #hero_3 .tabs {
        top: -5px;
    }

    #search_container.rent_a_bus {
        margin-top: 85px !important;
        padding-top: 0px !important;
    }

    #search_container.rent_a_bus .slogan h2, #search_container.rent_a_bus .slogan h3 {
        font-size: 18px !important;
    }

    #search_container.rent_a_bus .slogan p {
        font-size: 15px !important;
    }

    #search_container.rent_a_bus .slogan p {
        font-size: 12px !important;
    }

    #hero_3 {
        position: relative;
        top: 65px;
    }

    #hero_3 #search .tabs {
        /*top: 70px;*/
    }

    .about_bybus_header {
        margin-bottom: -78px;
    }
}

@media screen and (min-width: 991px) {
    .logo_normal {
        margin-top: -15px;
    }
}

@media screen and (max-width: 768px) and (min-width: 481px) {

    .navbar-brand {
        padding-top: 25px !important;
    }

    .cmn-toggle-switch {
        margin-top: 10px;
    }

    #hero_3 {
        position: relative;
        top: 0px;
    }

    #hero_3 #search .tabs {
        top: -73px;
    }

    #hero_3 #search .tabs nav a {
        font-size: 13px !important;
    }

    #search_container.rent_a_bus {
        margin-top: 85px !important;
        padding-top: 0px !important;
    }

    #search {
        top: 20px !important;
    }

    #search_container.rent_a_bus .slogan h2, #search_container.rent_a_bus .slogan h3 {
        font-size: 18px !important;
    }

    #search_container.rent_a_bus .slogan p {
        font-size: 15px !important;
    }

    #search_container.rent_a_bus .slogan p {
        font-size: 12px !important;
    }

    .about_rentAbus {
        padding-top: 50px !important;
    }

    .about_bybus_header {
        padding-top: 38px !important;
        background-repeat: repeat !important;
    }

    .parallax-content-1 {
        height: 288px !important;
    }

    .about_bybus_header {
        margin-bottom: -50px !important;
    }

    .about_bybus_header .p1 {
        font-size: 20px !important;
    }

    .about_bybus_header .p2 {
        font-size: 35px !important;
    }
}

@media screen and (max-width: 481px) and (min-width: 525px) {
    #hero_3 #search .tabs nav a {
        font-size: 12px !important;
    }

}

#why_book_with_us {
    background: lightgrey;
}

#why_book_with_us h4 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
}

#why_book_with_us ul {
    list-style: none;
}

#why_book_with_us ul li {
    margin: 10px 0;
    color: #000;
    font-weight: bold;
}

#why_book_with_us ul li i {
    color: #ff9933;
    margin-right: 20px;
    width: 30px;
    text-align: center;
}

#why_book_with_us ul li span {
    font-size: 15px;
}

#any_doubt {
    color: #fff;
    border: none;
    text-align: center;
    padding: 15px;
    background: url("https://res.cloudinary.com/www-bybus-pt/image/upload/c_scale,e_colorize:70,w_360/v1520850220/pexels-photo-346766_1.jpg") no-repeat;
}

#any_doubt h4 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px 0;

}

#any_doubt p {
    font-size: 14px;
}

#any_doubt ul {
    list-style: none;
    color: #ff9933;
    font-weight: bold;
}

#any_doubt ul li {
    margin-bottom: 10px;
}

#any_doubt ul li span {
    font-size: 20px;
}

#why_travel_with_us td span {
    font-weight: bold;
    top: 3px;
    position: relative;
    font-size: 14px;
}

#why_travel_with_us td i {
    color: #ff9933;
}

.form_title.payment {
    text-align: center;
    background: #ff9933;
    padding: 20px;
}

.form_title.payment h3 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

#payment_area .step {
    border: none;
}

.payment_methods {
    border: 1px solid #ff9933;
}

.box_style_1 h3 > span {
    color: #fff !important;
}

.box_style_1 h3 {
    text-align: center;
    background: #ff9933 !important;
    padding: 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.cart_option_table h3 {
    background-color: #ff9933;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    margin-top: 0;
}

.cart_option_table {
    border: 1px solid #ff9933;
}

.picker-navigate {
    font-size: 23px;
    color: #ff9933;
}

.pedido_personalizado {
    padding-bottom: 40px;
}

.pedido_personalizado h2 {
    text-align: left;
    color: #58585a;
    letter-spacing: 1px;
    line-height: 1.1em;
    font-family: 'Montserrat', sans-serif;
    padding-top: 0px;
    font-weight: normal;
}

.pedido_personalizado .type_service {
    border-bottom: 2px solid #f7941e;
}

.pedido_personalizado .type_service h3 {
    color: #58585a;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 3px;
}

.pedido_personalizado .options {
    margin-top: 15px;
}

.pedido_personalizado .options button.mainOptions {
    width: 100%;
    color: #58585a;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #dddddd;
    padding: 15px 0;
    background: #fff;
    text-transform: uppercase;
}

.pedido_personalizado h2 span {
    color: #f7941e;
}

.pedido_btn {
    position: relative;
}

.image-overlay {
    z-index: 300;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.image-overlay.overlay-type-extern {
    left: -5px;
    top: -140px;
    overflow: hidden;
    display: block;
    position: absolute;
    height: 131px;
    width: 494px;
    transition: all .4s ease-in-out;

    transform: scale(0.5, 0.5);

}

.avia_image:hover {
    opacity: 0.7 !important;
}

a:hover .avia_image {
    opacity: 0.7 !important;
}

a:hover .image-overlay.overlay-type-extern {
    transition: all .4s ease-in-out;

    opacity: 0.7 !important;
    transform: scale(1, 1);

}

.image-overlay .image-overlay-inside {
    position: absolute;
    border-radius: 50px;
    background: #000;
    height: 80px;
    width: 80px;
    line-height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 500;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background-color: #c3512f;
    color: #ffffff;
    border-color: #a1300d;
}

.iconbox_icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 23px;
    width: 23px;
    float: none;
    position: absolute;
    left: 50%;
    top: -26px;
    margin: 0 0 0 -26px;
    padding: 15px;
    border-radius: 100px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 24px;
    background-color: #f7941e;
    color: #ffffff;
}

.iconbox_content {
    padding: 45px 35px 20px 35px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.iconbox_content h3 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f7941e;
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.iconbox_content h4 {
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #222222;
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 4px;
}

.testemunhos h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #58585a;
    margin: 30px 0 60px;
}

.testemunhos .carousel {
    margin: 50px auto;
    padding: 0 70px;
}

.testemunhos .carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.testemunhos .carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.testemunhos .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.testemunhos .carousel .testimonial {
    padding: 30px 0 10px;
}

.testemunhos .carousel .overview {
    font-style: italic;
}

.testemunhos .carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.testemunhos .carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.testemunhos .carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.testemunhos .carousel .carousel-indicators {
    bottom: -40px;
}

.testemunhos .carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.testemunhos .carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.testemunhos .carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.col-center {
    margin: 0 auto;
    float: none !important;
}

#suggestions label {
    color: #fff;
}

#suggestions .fieldError {
    color: #fff;
}

.fa-angle-right {
    right: 10px;
}

#myNavbar a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold
}

.no-margin {
    margin: 0;
}

.mbsc-mobiscroll .mbsc-input input,
.mbsc-mobiscroll .mbsc-input textarea {
    text-align: center;
}

.mbsc-mobiscroll .mbsc-input {
    padding: 0 !important;
}