/** General Styles - Begin **/
.font-ptsans {
    font-family: 'PT Sans', sans-serif;
}

.font-courgette {
    font-family: 'Courgette', cursive;
}

.tooltip-inner {
    background-color: #000039;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}

/** General Styles - End **/

/** Flash messages - Begin **/
.flash-message {
    padding: 20px;
    background-color: #303b41;
    color: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    z-index: 3000;
}
/** Flash messages - End **/

/** Navigation Bar - Begin **/
nav {
    padding: 0 15px 5px 15px;
    background-color: #222;
    color: #fff;
}

nav.scrolling {
    background: #222 none repeat scroll 0 0;
}

.navbar-nav > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: 1px #d9ca25 solid;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: rgba(217, 202, 37, 0.3);
    color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: rgba(217, 202, 37, 0.3);
    border: none; /*1px #d9ca25 solid;*/
    border-bottom: none !important;
}

.navbar-nav > li > .dropdown-menu {
    border: none; /*1px #d9ca25 solid;*/
    background-color: rgba(217, 202, 37, 0.9);
}

.dropdown-menu > li > a {
    color: #000039;
}

.menu {
    margin-top: 15px;
    margin-left: 340px;
}

.trip-finder {
    margin-top: 10px;
}

.trip-finder .navbar-text {
    font-size: 31px;
    margin-top: 10px;
    margin-right: 5px;
}

.trip-finder label {
    color: #fff;
}

.trip-finder button, .trip-finder a {
    font-size: 17px;
    margin-left: 10px;
}

.trip-finder .form-group {
    width: 100%;
}

.trip-finder .form-control {
    width: 80%;
}

.trip-finder .form-date-group {
    float: right;
    width: 67%;
    margin-right: 85px;
}

.trip-finder .form-date {
    width: 40%;
}

.trip-finder .form-button a {
    color: #d4cd25;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}

.trip-finder .form-button a:hover {
    color: #fff;
    text-decoration: none;
}

.trip-finder .form-button button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #d9ca25;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.trip-finder .form-button button:hover {
    color: #fff;
    text-decoration: none;
}

.trip-finder-nav {
    margin-top: 10px;
}

.trip-finder-nav .navbar-text {
    font-size: 31px;
    margin-top: 10px;
    margin-right: 5px;
}

.trip-finder-nav .btn-group {
    font-size: 17px;
    margin-left: 10px;
}

.trip-finder-nav .btn-group button {
    font-size: 17px;
}

.trip-finder-nav .btn-group .dropdown-menu {
    border: none; /*1px #d9ca25 solid;*/
    background-color: rgba(217, 202, 37, 0.9);
}

.trip-finder-nav .btn-group a {
    color: #000039;
}

button.navbar-toggle span {
    color: #fff;
}

.btn-menu-home {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-menu-home:hover, .btn-menu-home:focus {
    background-color: rgba(217, 202, 37, 0.2);
    border-color: #d9ca25;
    color: #d9ca25;
}

/** Navigation Bar - End **/

/** Back to top - Begin **/
.ui-to-top {
    background: #1c97fd none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 15px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 46px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    transform: translateY(100px);
    transition: all 0.45s ease-in-out 0s;
    width: 50px;
    z-index: 20;
}
.ui-to-top:hover {
    background: #027ee4 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.ui-to-top:focus {
    color: #fff;
}
.ui-to-top.active {
    transform: translateY(0px);
}
html.mobile .ui-to-top, html.tablet .ui-to-top {
    display: none;
}
@media (min-width: 480px) {
    .ui-to-top {
        bottom: 40px;
        right: 40px;
    }
}
/** Back to top - End **/

/** Trip finder - Begin **/
section.trip-finder {
    margin-top: 130px;
    margin-top: 0;
    background-color: #000038;
}

section.trip-finder .finder-form {
    margin-top: 15px;
    margin-bottom: 5px;
}

section.trip-finder .finder-form .form-control {
    background-color: #000038;
    color: #8d8da5;
}
/** Trip finder - End **/

/** Trip banner - Begin **/
section.finder-banner {
    margin: 0;
    margin-top: 135px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

section.finder-banner h3 {
    margin: 0;
    text-align: center;
    font-size: 64px;
}

section.finder-banner h5 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: 10px;
}

/** Trip banner - End **/

/** Trip results - Begin **/
section.finder-results {
    margin-top: 10px;
    padding-bottom: 350px;
    background-image: url(../img/finder-background.jpg) ;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

section.finder-results .trip-result {
    margin: 30px 0;
    margin-bottom: 80px;
}

section.finder-results .country-result, section.finder-results .highlight-result {
    text-align: right;
    font-size: 22px;
}

section.finder-results h3 {
    margin: 0;
    color: #000038;
    font-size: 32px;
}

section.finder-results .country-result ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section.finder-results .country-result ul li {
    cursor: pointer;
    color: #d9ca25;
}

section.finder-results .country-result ul li.collapsed {
    color: #4c4c4c;
}

section.finder-results .country-result ul li.collapsed .glyphicon-triangle:before {
    content: "\e251";
}

section.finder-results .country-result ul li .glyphicon-triangle:before {
    content: "\e253";
}


section.finder-results .country-result .glyphicon {
    color: #d9ca25;
    font-size: 15px;
}

section.finder-results .highlights-result li {
    color: #000038 !important;
    font-size: 18px;
}

section.finder-results .highlights-result li.highlight-item:hover {
    color: #d9ca25 !important;
}

section.finder-results .highlight-result ul {
    list-style-type: square;
    padding-right: 10px;
    direction: rtl;
}

section.finder-results .highlight-result ul li {
    color: #d9ca25;
}

section.finder-results .highlight-result ul li span, section.finder-results .country-result ul {
    color: #4c4c4c;
}

section.finder-results .trip-result-image {
    padding: 0;
}

section.finder-results .trip-result-image img {
    width: 445px;
}

section.finder-results .trip-result-overlay {
    cursor: pointer;
    transition: .5s ease;
    position: absolute;
    top: 0;
    opacity: 0;
    padding-top: 170px;
    background-color: #000038;
    width: 100%;
    height: 100%;
    color: #d4cd25;
    text-align: center;
    font-size: 30px;
}

section.finder-results .trip-result-image:hover .trip-result-overlay {
    opacity: .8;
}

section.finder-results .trip-result-overlay p {
    margin: 0;
    padding: 0;
}

section.finder-results .trip-result-overlay .font-andean {
    font-size: 64px;
    line-height: 0.7;
}

section.finder-results .trip-result-details {
    position: relative;
    margin-top: -120px;
    padding-top: 82px;
    padding-right: 10px;
    height: 120px;
    overflow: hidden;
    background-image: url(../img/finder-bg-image-trip-result.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: right;
    color: #1b1b3f;
    font-size: 27px;
}

section.finder-results .trip-result-code {
    padding-left: 0;
    color: #636359;
    font-size: 18px;
}

section.finder-results .trip-result-score img {
    vertical-align: baseline;
}

section.finder-results .trip-result-score {
    margin-top: 3px;
    padding: 5px 8px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #d4cd25;
    color: #fff;
    font-size: 21px;
    font-style: italic;
}

section.finder-results .trip-result-title , section.finder-results .trip-result-content {
    padding-left: 0;
    padding-right: 0;
}

section.finder-results .trip-result-title h2 {
    margin-top: 0;
    color: #d9ca25;
    font-size: 50px;
    font-weight: bold;
}

section.finder-results .trip-result-title img {
    float: right;
    margin-top: 25px;
}

section.finder-results .trip-result-description {
    padding-left: 0;
}

section.finder-results .trip-result-description a {
    font-size: 14px;
    color: #d9ca25;
}

section.finder-results .trip-result-description a:hover {
    text-decoration: none;
}


section.finder-results .trip-result-description a span {
    background-color: #d9ca25;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    padding: 3px 3px 3px 4px;
    text-align: center;
}

section.finder-results .trip-result-description h4 {
    margin-top: 0;
    color: #000038;
    font-size: 23px;
}

section.finder-results .trip-result-description p {
    color: #4c4c4c;
    font-size: 20px;
}

section.finder-results .trip-result-sector {
    border-left: #b1b4b6 solid 1px;
}

section.finder-results .trip-result-sector h4 {
    font-size: 25px;
    color: #000038;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -2px;
}

section.finder-results .trip-result-sector p {
    color: #d9ca25;
    font-size: 18px;
}

section.finder-results .trip-result-sector p strong {
    font-size: 40px;
    font-weight: normal;
}

section.finder-results .trip-result-sector span {
    cursor: pointer;
    color: #b1b4b6;
    font-size: 57px;
    line-height: 1;
}

section.finder-results .trip-result-sector .sector-active {
    color: #d9ca25;
}

section.finder-results .trip-result-table {
    margin-top: 20px;
}

section.finder-results .trip-result-table .table {
    margin-bottom: 5px;
}

section.finder-results .trip-result-table thead {
    color: #d5ca3a;
    background-color: #f1edbd;
    font-size: 18px;
    border-top: #d5ca3a solid 1px;
}

section.finder-results .trip-result-table tbody {
    color: #636359;
    background-color: #f7f6da;
    font-size: 18px;
    border-bottom: #d5ca3a solid 1px;
}

section.finder-results .trip-result-table th {
    border-color: #f1edbd;
}

tr.table-divider {
    border-top: 2px solid #d5ca3a;
}

section.finder-results .trip-result-table td {
    border-color: #f7f6da;
}

section.finder-results .trip-result-table td a {
    color: #636359;
    text-decoration: none;
}

section.finder-results .trip-result-table td a span {
    background-color: #d9ca25;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    padding: 3px 3px 3px 4px;
    text-align: center;
}

section.finder-results .trip-result-table td a:hover {
    color: #d9ca25;
    text-decoration: none;
}

section.finder-results .trip-result-custom {
    padding: 0;
    position: relative;
    overflow: hidden;
    border-top: #d5ca3a solid 1px;
    border-bottom: #d5ca3a solid 1px;
    color: #636359;
    background-color: #F1EDBD;
    opacity: .9;
    font-size: 16px;
}

section.finder-results .trip-result-custom strong {
    padding: 3px 0;
    color: #d9ca25;
    font-size: 18px;
    text-align: center;
}

section.finder-results .trip-result-custom span {
    padding: 7px 0;
    font-size: 14px;
}

section.finder-results .trip-result-custom a {
    padding: 5px 0;
    background-color: #d5ca3a;
    color: #000038;
    text-align: center;
    font-size: 18px;
}

section.finder-results .trip-result-custom a:hover {
    color: #4c4c4c;
    text-decoration: none;
}

h4.modal-title {
    color: #d9ca25;
    font-size: 24px;
}

div.modal-dialog p.help-block {
    font-size: 14px;
}

form.tour-form label {
    color: #000038;
    font-size: 16px;
}

/** Trip results - End **/

/** Trip View - Begin **/
section.trip-content {
    margin-top: 135px;
    padding-bottom: 300px;
}

section.trip-content .trip-header {
    position: relative;
    margin-top: -213px;
    background-color: rgba(0, 0, 57, .4);
    border-bottom: 5px solid #d9ca25;
}

section.trip-content .trip-title {
    padding-top: 30px;
    padding-bottom: 53px;
}

section.trip-content .trip-title h1{
    margin: 0;
    color: #d9ca25;
    font-size: 57px;
    font-weight: bold;
}

section.trip-content .trip-map {
    background-color: rgba(0, 0, 57, .6);
    padding-top: 22px;
    height: 208px;
}

section.trip-content .trip-map h3 {
    margin: 0;
    color: #fff;
    font-size: 21px;
}

section.trip-content .trip-map ul {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    list-style-type: none;
    list-style-position: outside;
}

section.trip-content .trip-countries {
    padding-left: 0;
}

section.trip-content .trip-data {
    color: #fff;
    text-align: right;
}

section.trip-content .trip-data h4 {
    font-size: 21px;
    margin: 5px 0;
}

section.trip-content .trip-data label {
    padding: 2px 6px;
    background-color: #f37821;
    border-radius: 5px;
    font-size: 32px;
}

section.trip-content .trip-data .trip-sectors {
    cursor: pointer;
    font-size: 49px;
}

section.trip-content .trip-data .trip-sectors .sector-active {
    color: #d9ca25;
}

section.trip-content .trip-feedbacks {
    padding: 0;
    background-color: #f3f1c8;
    border-bottom-left-radius: 7px;
}

section.trip-content .trip-feedbacks .trip-feedback:first-child {
    margin-top: -50px;
}

section.trip-content .trip-feedback {
    margin-top: 15px;
    clear: both;
    text-align: center;
}

section.trip-content .trip-feedback-score img {
    width: 15px;
    height: 16px;
}

section.trip-content .trip-feedback-score {
    margin-top: 3px;
    padding: 5px;
    border-bottom-left-radius: 7px;
    background-color: #d4cd25;
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

section.trip-content .trip-detail {
    margin-top: 10px;
    border-right: solid 1px #b1b4b6;
}

section.trip-content .trip-detail h3 {
    color: #000038;
    font-weight: bold;
}

section.trip-content .trip-detail-table {
    margin-top: 20px;
}

section.trip-content .trip-detail-table .table {
    margin-bottom: 5px;
}

section.trip-content .trip-detail-table thead {
    color: #d5ca3a;
    background-color: #f1edbd;
    font-size: 13px;
    border-top: #d5ca3a solid 1px;
}

section.trip-content .trip-detail-table tbody {
    color: #636359;
    background-color: #f7f6da;
    font-size: 13px;
    border-bottom: #d5ca3a solid 1px;
}

section.trip-content .trip-detail-table th {
    border-color: #f1edbd;
}

section.trip-content .trip-detail-table td {
    border-color: #f7f6da;
}

section.trip-content .trip-detail-table td a {
    color: #636359;
    text-decoration: none;
}

section.trip-content .trip-detail-table td a span {
    background-color: #d9ca25;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    padding: 3px 3px 3px 4px;
    text-align: center;
}

section.trip-content .trip-detail-table td a:hover {
    color: #d9ca25;
    text-decoration: none;
}

section.trip-content .trip-detail-custom {
    padding: 0;
    position: relative;
    overflow: hidden;
    border-top: #d5ca3a solid 1px;
    border-bottom: #d5ca3a solid 1px;
    color: #636359;
    background-color: #F1EDBD;
    opacity: .9;
    font-size: 8px;
}

section.trip-content .trip-detail-custom strong {
    padding: 5px 0;
    color: #d9ca25;
    font-size: 13px;
    text-align: center;
}

section.trip-content .trip-detail-custom span {
    padding: 7px 0;
    font-size: 11px;
}

section.trip-content .trip-detail-custom a {
    padding: 7px 0;
    background-color: #d5ca3a;
    color: #000038;
    text-align: center;
    font-size: 11px;
}

section.trip-content .trip-detail-custom a:hover {
    color: #4c4c4c;
    text-decoration: none;
}

section.trip-content .trip-highlights h3 {
    margin-bottom: 0;
    padding: 3px 0;
    background-color: #dbdbdb;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

section.trip-content .trip-highlight {
    margin-top: 5px;
}

/*section.trip-content .trip-highlight img {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 217px;
    height: 185px;
}*/

section.trip-content .trip-highlight .highlight-container {
    float: left;
    width: 217px;
    position: relative;
}

section.trip-content .trip-highlight .highlight-image {
    display: block;
    margin: 0;
    padding: 0;
    width: 217px;
    height: 185px;
}

section.trip-content .trip-highlight .highlight-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,57,0.7);
    overflow: hidden;
    width: 217px;
    height: 0;
    transition: .5s ease;
}

section.trip-content .trip-highlight .highlight-container:hover .highlight-overlay {
    height: 29%;
}

section.trip-content .trip-highlight .highlight-text {
    color: white;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

section.trip-content .trip-highlight .highlight-text strong {
    text-transform: uppercase;
}

section.trip-content .trip-activity h3 {
    color: #000038;
    font-weight: bold;
    font-size: 20px;
}

section.trip-content .trip-activity h4 {
    color: #000038;
    font-weight: bold;
    font-size: 16px;
}

/** Trip View - End **/

/** Footer - Begin **/
footer {
    margin-top: -220px;
    padding-top: 200px;
    background-color: transparent;
    background-image: url("../webroot/img/finder-background-bottom.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

footer .row {
    padding: 20px 0;
}

footer .row p {
    color: #fff;
    font-style: italic;
    font-size: 18px;
}

footer .footer-menu {
    margin-top: 60px;
    margin-bottom: 10px;
    position: relative;
    overflow: auto;
    font-size: 16px;
}

footer h2 {
    display: none;
    margin: 0;
    color: #d9ca25;
    text-align: center;
    font-size: 30px;
}

footer .footer-menu ul {
    list-style: none;
    padding: 0;
}

footer .footer-menu ul li {
    float: left;
    padding: 2px 7px;
    border-right: 1px #d9ca25 solid;
}

footer .footer-menu ul li a {
    color: #fff;
    text-decoration:  none;
}

footer .footer-menu ul li a:hover {
    color: #d9ca25;
}

footer .footer-copyright {
    clear: both;
    text-align: center;
}

footer .footer-form .footer-form-title {
    height: 85px;
    margin-top: -15px;
    margin-right: -25px;
    background-image: url("../webroot/img/home-newsletter-2.png");
    background-position: top right;
    background-repeat: no-repeat;
}

footer .footer-form .footer-form-hint {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: 30px;
    text-align: right;
    line-height: 1;
    font-size: 16px;
}

footer .footer-form .footer-form-controls {
    text-align: left;
    margin-left: 100px;
}

footer .footer-form .footer-form-controls input {
    width: 230px;
    padding: 5px;
    margin-right: 5px;
    margin-top: 7px;
    border: 1px #6b6b6b solid;
    background: transparent;
}

footer .footer-form .footer-form-controls a {
    color: #fff;
    text-decoration: none;
}

footer .footer-form .footer-form-controls a:hover {
    color: #d9ca25;
    text-decoration: none;
}

footer .footer-form .footer-form-controls button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
    text-decoration: none;
}

footer .footer-form .footer-form-controls button:hover {
    color: #d9ca25;
    text-decoration: none;
}

.footer-links {
    text-align: left;
    font-size: 37px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
}

.footer-links a:hover {
    color: #d9ca25;
}

.footer-links a.link-twitter, .footer-links a.link-facebook, a.link-instagram {
    font-size: 32px;
}

a.link-photo {
    font-size: 35px;
}

/** Footer - End **/
