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

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

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

/** General Styles - Begin **/

/** Navigation Bar - Begin **/
nav {
    padding: 0 15px 5px 15px;
    background: rgba(43, 47, 64, 0.2) none repeat scroll 0 0;
    color: #fff;
}

nav.scrolling {
    background: #222 none repeat scroll 0 0;
    z-index: 3000;
}

.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;
}

.dropdown-menu > li.divider {
    background-color: #6b6b6b;
}

.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 .btn-group {
    font-size: 17px;
    margin-left: 10px;
}

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

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

.trip-finder .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;
    text-decoration: none;
}
.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 **/

/** Banner - Begin **/
section.banner {
    background-color: #fff;
}

section.banner .container-fluid {
    text-align: center;
}

section.banner .slogan {
    background-image: url("../webroot/img/home-slogan-4.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    margin-top: -180px;
    height: 296px;
    position: relative;
    overflow: auto;
    z-index: 1000;
}

section.banner .slogan .social {
    display: none; /* Deshabilitados hasta encontrarles un mejor lugar en el dise�o */
    text-align: left;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.carousel-fade .carousel-indicators {
    top: 590px;
}

.carousel-fade .carousel-indicators li {
    color: #d9ca25;
    border-color: #d9ca25;
}

.carousel-fade .carousel-indicators .active {
    background-color: #d9ca25;
}

/** Banner - End **/
section.news-section {
    padding-bottom: 20px;
    background-color: #fff;
}

section.feedback-section {
    background-color: #fff;
    background-image: url("../webroot/img/home-feedback-section-3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

section.news-section .container-fluid {
    text-align: center;
}

/** News - Begin **/
.news {
    margin-top: -240px;
    position: relative;
    z-index: 2000;
}

.news .new{
    padding: 0 12px;
}

.news .new-image {
    margin-bottom: 10px;
    text-align: center;
}

.news .news-title {
    height: 120px;
    margin-left: -35px;
    margin-bottom: 5px;
    background-image: url("../webroot/img/home-news-title.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.news h3.new-title {
    float: left;
    width: 90%;
    margin-top: 0;
    margin-bottom: 10px;
}

.news p.new-description {
    color: #6b6b6b;
    font-size: 15px;
}

.news a.new-more {
    display: block;
    float: right;
    padding: 2px 4px 2px 5px;
    border-radius: 100%;
    background-color: #36C7C8;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.news .new-description {
    clear: both;
}

.news .featured-new .featured-new-content {
    position: absolute;
    top: -257px;
    left: -21px;
    width: 410px;
    height: 396px;
    background-image: url("../webroot/img/home-featured-new-2.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.news .featured-new .featured-new-content h3 {
    margin-top: 110px;
    padding-left: 65px;
    padding-right: 35px;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    color: #C93C72;
    font-weight: bold;
}

.news .featured-new .featured-new-content h4 {
    padding-left: 65px;
    padding-right: 35px;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
    color: #6b6b6b;
    font-weight: bold;
}

.news .featured-new .featured-new-content p {
    padding-left: 60px;
    padding-right: 90px;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
    color: #6b6b6b;
    font-size: 16px;
}

.news .featured-new .featured-new-content a {
    color: #C93C72;
    font-weight: bold;
}

.news .featured-new .featured-new-image {
    margin-top: -27px;
}

/** News - End **/

/** Feedback - Begin **/
.feedback {
    margin-top: 90px;
    margin-bottom: 40px;
    text-align: center;
}

.feedback .feedback-title {
    margin-top: 120px;
    color: #fff;
    font-size: 90px;
}

.feedback .feedback-title a {
    color: #fff;
}

.feedback .feedback-title a:hover {
    color: #d4cd25;
    text-decoration: none;
}

.feedback .feedback-content {
    /*    width: 590px;
        margin: auto;*/
    background-image: url("../webroot/img/home-feedback-content.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.feedback .feedback-content h3 {
    color: #d9ca25;
    font-size: 34px;
}

.feedback .feedback-content p {
    color: #fff;
    font-size: 20px;
}

.feedback .feedback-content a {
    padding: 2px 4px;
    border-radius: 100%;
    background-color: #d9ca25;
    color: #6b6b6b;
    text-align: center;
    font-size: 12px;
}

.company-info {
    width: 335px;
    padding-top: 134px;
    border-left: 8px dotted #d9ca25;
    color: #fff;
}

.company-info .company-info-content {
    margin-left: -70px;
}

.company-info .company-info-contact  {
    position: absolute;
    top: 70px;
    left: -5px;
}

.company-info .company-info-contact a {
    color: #fff;
    text-decoration: none;
}

.company-info .company-info-contact a:hover {
    color: #d9ca25;
    text-decoration: none;
}

.company-info .company-info-contact span {
    font-size: 60px;
    background-color: #189aca;
    border-radius: 100%;
    padding: 15px;
}

.company-info .company-info-image {
    margin-left: 27px;
    margin-bottom: 10px;
}

.company-info .company-info-image img {
    vertical-align: baseline;
}

.company-info .company-info-title {
    clear: both;
    padding-right: 40px;
    font-size: 18px;
    text-align: right;
}

.company-info .company-info-address {
    font-size: 16px;
    padding-right: 40px;
    text-align: right;
}

.company-info .company-info-phone {
    font-weight: bold;
    padding-right: 40px;
    font-size: 26px;
    text-align: right;
}
/** Feedback - End **/

/** Trips - Begin **/
.trips {
    margin-bottom: 50px;
}

.trips .trip {
    margin-top: 10px;
    margin-bottom: 50px;
}

.trips .trips-title {
    height: 135px;
    background-image: url("../webroot/img/home-trips-title.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.trips a {
    text-decoration: none;
}

.trips .trip-country {
    text-align: center;
    font-size: 25px;
}

.trips a .trip-country  {
    color: #6b6b6b;
}

.trips a:hover .trip-country  {
    color: #000039;
}

.trips .trip-name {
    text-align: center;
    font-size: 23px;
    color: #d9ca25;
}

.trips .trip-image {
    width: 341px;
    margin: auto;
    background-color: #000039;
}

.trips .trip-image img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.trips a:hover .trip-image img {
    opacity: .3;
}

.trips .trip:hover .trip-overlay {
    opacity: 1;
}

.trips .trip-overlay {
    cursor: pointer;
    position: absolute;
    top: 150px;
    left: 20px;
    opacity: 0;
    background-color: transparent;
    width: 90%;
    height: 100%;
    color: #d4cd25;
    text-align: center;
}

.trips .trip-overlay .trip-price {
    color: #d4cd25;
    font-size: 16px;
}

.trips .trip-overlay .trip-short-text {
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
}

.btn-trip-home {
    position: relative;
    z-index: 1000;
    float: right;
    margin-top: -20px;
    margin-right: 20px;
    background-color: transparent;
    border-color: #d9ca25;
    color: #d9ca25;
    font-size: 24px;
}

.btn-trip-home:hover, .btn-trip-home:focus {
    background-color: #d9ca25;
    border-color: #d9ca25;
    color: #fff;
}
/** Trips - End **/


/** Contact Form - Begin **/
.contact {
    transform: translateY(-50px);
    margin-bottom: 20px;
    height: 350px;
    background-image: url("../webroot/img/home-form-4.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.contact row {
    position: relative;
    overflow: auto;
}

.contact .contact-hint {
    margin-top: 85px;
    padding-right: 60px;
    text-align: right;
    font-size: 25px;
    color: #6b6b6b;
    line-height: 1.2;
}

.contact .contact-hint strong {
    font-size: 45px;
    font-weight: normal;
}

.contact .contact-hint .highlighted {
    color: #d9ca25;
    font-size: 69px;
}

.contact a.contact-anchor {
    clear: both;
    position: relative;
    bottom: 300px;
}

.form-horizontal {
    margin-top: 87px;
    margin-left: -60px;
}

.form-horizontal .form-group {
    margin-bottom: 4px;
}

.form-horizontal .form-group .form-control {
    height: 33px;
    /*background-color: rgba(43, 47, 64, 0.05);*/
    background-color: rgba(217, 202, 37, 0.1);
    border-radius: 7px;
    border: none;
}

.form-horizontal .form-group .form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(43, 47, 64, 0.3)
}

.form-horizontal .form-group .control-label {
    width: 22%;
    padding-top: 5px;
    padding-left: 67px;
    padding-right: 0;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
}

.form-horizontal .form-group .contact-image-button {
    position: absolute;
    top: -47px;
    left: 40px;
    margin: 0;
    padding: 0;
    width: 260px;
    height: 81px;
    background-image: url("../webroot/img/home-form-send.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.form-horizontal .form-group .contact-image-button:hover {
    background-image: url("../webroot/img/home-form-send-hv.png");
}

.form-horizontal .contact-comment {
    margin-left: 0;
}

.form-horizontal .contact-comment .control-label {
    padding-left: 53px;
}

.form-horizontal .contact-comment .contact-comment-input {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    height: auto;
    width: 496px;
}

.form-horizontal .contact-comment .contact-comment-input textarea {
    height: auto;
    border-radius: 0;
    background: transparent;
}

/** Contact Form - End **/

/** Countries - Begin **/
.countries {
    padding-bottom: 60px;
}

.country {
    margin-bottom: 10px;
}

.country a {
    display: block;
    width: 374px;
    height: 143px;
    padding-top: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 27px;
    transition: box-shadow .2s ease-in;
}

.country a:hover {
    border: 1px solid #d9ca25;
    -webkit-box-shadow: inset 5px 7px 70px 7px rgba(0,0,57,0.25);
    -moz-box-shadow: inset 5px 7px 70px 7px rgba(0,0,57,0.25);
    box-shadow: inset 5px 7px 70px 7px rgba(0,0,57,0.25);
}

.country a .country-name {
    text-align: center;
    height: 43px;
    background-image: url("../webroot/img/home-countries-name.png");
    background-repeat: no-repeat;
    background-position: center top;
}

.country a.argentina {
    background-image: url("../webroot/img/Argentina.jpg");
}
.country a.bolivia {
    background-image: url("../webroot/img/Bolivia.jpg");
}
.country a.brasil {
    background-image: url("../webroot/img/Brasil.jpg");
}
.country a.chile {
    background-image: url("../webroot/img/Chile.jpg");
}
.country a.colombia {
    background-image: url("../webroot/img/Colombia.jpg");
}
.country a.ecuador {
    background-image: url("../webroot/img/Ecuador.jpg");
}
.country a.peru {
    background-image: url("../webroot/img/Peru.jpg");
}
.country .country-title-unsere {
    background-image: url("../webroot/img/home-unsere-bg.png");
    text-align: center;
    letter-spacing: 15px;
    font-size: 25px;
}
.country .country-title-reiseziele {
    background-image: url("../webroot/img/home-reiseziele-bg.png");
    text-align: center;
    letter-spacing: 15px;
    font-size: 25px;
}
/** Countries - End **/
.home-main-background {
    background-image: url("../webroot/img/home-countries.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

/** Team - Begin **/
section.team {
    padding: 20px 0 35px 0;
    background-color: #00004B;
}

.team .team-remark {
    padding: 0;
    text-align: right;
}

.team .team-remark h4 {
    color: #d9ca25;
    font-size: 20px;
}

.team .team-remark h4 strong {
    font-size: 40px;
    font-weight: normal;
}

.team .team-remark p {
    color: #fff;
    font-size: 20px;
}

.team .team-remark a {
    padding: 2px 3px 2px 5px;
    border-radius: 100%;
    background-color: #d9ca25;
    color: #00004B;
    text-align: center;
    font-size: 12px;
}

.team .team-container {
    display: block;
    position: relative;
    float: left;
}

.team .team-image {
    float: left;
    margin: 10px 0 10px 15px;
}

.team .team-image a, .team .team-image .team-overlay{
    display: block;
    width: 219px;
    height: 249px;
}

.team a .team-name {
    padding-top: 77px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;

    display: none;
}

.team a:hover {
    text-decoration: none;
}

.team a:hover .team-name {
    display: block;

}

.team .team-overlay {
    cursor: pointer;
    position: absolute;
    top: 10px;
    opacity: 0;
    background-color: #000038;
    width: 100%;
    height: 100%;
    color: #d4cd25;
    text-align: center;
}

.team .team-image:hover .team-overlay {
    opacity: .8;
}

.team .team-image:hover img {
    filter: grayscale(70%);
}

.team .team-position {
    color: #fff;
    font-weight: bold;
}

.team .team-description {
    margin-top: 5px;
    font-size: 14px;
}

/** Team - End **/

/** Footer - Begin **/
footer {
    background-color: #00003F;
    color: #fff;
}

footer .row {
    margin-top: -4px;
    padding-top: 13px;
    padding-bottom: 30px;
    border-top: 8px #d9ca25 dotted;
}

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

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

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: -65px;
    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: center;
    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 **/

/** 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 **/

/** About - Begin **/
#contents-header nav {
    background: #222 none repeat scroll 0 0;
    z-index: 1030;
}

section.about {
    margin-top: 135px;
    border-top: 2px solid #fff;
    background-image: url("../webroot/img/about-main.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

section.about .about-mike h1 {
    margin: 5px 0;
    color: #fff;
    font-size: 80px;
}

section.about .about-mike h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #d9ca25;
    font-size: 20px;
    letter-spacing: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

section.about .about-mike p {
    color: #fff;
    font-size: 16px;
}

section.about .about-mike p strong {
    font-size: 17px;
}

section.about .about-andean {
    margin-bottom: 18px;
}

section.about .about-andean h1 {
    margin-top: 73px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 80px;
}

section.about .about-andean h3 {
    margin-top: 5px;
    margin-bottom: 520px;
    color: #d9ca25;
    font-size: 20px;
    letter-spacing: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

section.about .about-andean p {
    color: #6b6b6b;
    font-size: 21px;
}

section.about .about-andean p strong {
    color: #000039;
    text-transform: uppercase;
}

section.partners {
    padding: 20px 0;
    background-color: #f2f2f2;
    background-image: url("../webroot/img/about-partners.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
}

section.partners h1 {
    color: #d9ca25;
    font-size: 20px;
    letter-spacing: 12px;
    text-align: center;
    text-transform: uppercase;
}

section.partners .row {
    padding-top: 20px;
    text-align: center;
}

section.partners .row a img {
    border: 1px solid #fff;
}

section.partners .row a:hover img {
    border: 1px solid #d9ca25;
}

section.partners .row  p {
    padding: 25px 10px;
}

section.partners .row  p.home-partner {
    padding: 0;
}

section.partners .row  p.home-partner-data {
    position: relative;
    overflow: auto;
    padding: 0 15px;
    padding-bottom: 15px;
    border-left: 1px solid #ccc;
    text-align: left;
}

section.projects {
    background-image: url("../webroot/img/about-projects.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    padding-top: 21px;
    padding-bottom: 0;
}

section.projects .row h1 {
    margin: 0;
    color: #fff;
    font-size: 80px;
    text-align: center;
}

section.projects .row  h3 {
    margin: 0;
    padding-left: 109px;
    color: #d9ca25;
    font-size: 20px;
    letter-spacing: 12px;
    text-align: center;
    text-transform: uppercase;
}

section.projects a.project {
    clear: both;
    display: block;
    position: relative;
    overflow: auto;
    text-align: center;
    margin-bottom: 40px;
}

section.projects a.project h2 {
    float: right;
    padding-right: 10px;
    color: #fff;
    text-align: right;
    font-size: 24px;
}

section.projects a:hover.project h2 {
    color: #d9ca25;
}

section.projects a.project img {
    float: right;
}

section.projects a:hover.project img {
    border: 1px solid #d9ca25;
}

.contact-wrapper {
    background-image: url("../webroot/img/about-forms.jpg");
    padding-bottom: 50px;
}

section.about-contact {
    transform: none;
    margin: 0;
    height: 400px;
    background-position: bottom;
    background-repeat: no-repeat;
}

section.contact h4 {
    color: #6b6b6b;
    padding-right: 145px;
    margin-bottom: 57px;
    text-align: right;
    font-size: 20px;
}

section.about-contact form {
    margin-top: -25px;
}

section.about-contact .contact-hint  {
    margin-top: -35px;
}
/** About - End **/

/** Agb - Begin **/
.agb {
    margin-top: 135px;
    margin-bottom: 50px;
}

.agb h1 {
    color: #000039;
    text-align: center;
}

.agb h2 {
    color: #000039;
}

.agb h3, .agb strong {
    color: #d9ca25;
    font-size: 24px;
    font-weight: normal;
}

.agb p {
    color: #6b6b6b;
    font-size: 16px;
    text-align: justify;
}

.agb ul{
    list-style: none;
}

.agb ul.agb-bullet-list {
    list-style: disc;
    color: #6b6b6b;
    font-size: 16px;
}
/** Agb - End **/

/** News - Begin **/
section.news-detail {
    padding-top: 160px;
    padding-bottom: 150px;
    background-image: url("../webroot/img/news-detail-bg.jpg");
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-color: #1d1815;
}

section.news-detail h1 {
    position: relative;
    z-index: 3000;
    height: 120px;
    width: 405px;
    margin-top: -100px;
    margin-left: -35px;
    margin-bottom: 5px;
    background-image: url("../webroot/img/home-news-title.png");
    background-position: top left;
    background-repeat: no-repeat;
}

section.news-detail .news-main {
    position: relative;
    overflow: auto;
}

section.news-detail .news-main h2 {
    margin: 0;
    color: #d9ca25;
    font-size: 42px;
    font-weight: bold
}

section.news-detail .news-main h3 {
    margin: 0;
    color: #000039;
    font-size: 24px;
    font-weight: bold;
}

section.news-detail .news-main h4 {
    margin: 0;
    color: #6b6b6b;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

section.news-detail .news-main p {
    margin-top: 10px;
    font-size: 15px;
    text-align: justify;
}

section.news-detail .news-main img {
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

section.news-detail .news-main .img-responsive {
    clear: both;
    margin-top: 10px;
}

section.news-detail .news-featured-container {
    background-image: url("../webroot/img/new-featured-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 10px;
    margin-bottom: 15px;
    padding-top: 10px;
    height: 525px;
}

section.news-detail .news-featured-container h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 23px;
    text-align: center;
}

section.news-detail .news-featured-container .new-image {
    text-align: center;
}

section.news-detail .news-featured-container .new-image img {
    border-bottom: 2px solid #d9ca25;
}

section.news-detail .news-featured-container .new-date {
    margin-top: 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

section.news-detail .news-featured-container p {
    color: #fff;
    font-size: 17px;
    text-align: justify;
    padding: 0 10px;
}

section.news-detail .news-featured-container a.new-more {
    display: block;
    margin-right: 10px;
    color: #d9ca25;
    font-size: 14px;
    font-style: italic;
    text-align: right;
}

section.news-detail .news-featured-container a.new-more span {
    padding: 2px 3px 2px 4px;
    border-radius: 100%;
    background-color: #d9ca25;
    color: #6b6b6b;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
}

section.news-detail .news-old {
    clear: both;
    margin-top: 50px;
    border-top: 3px solid #9cca46;
    border-right: 3px solid #9cca46;
}

section.news-detail .news-old h2 {
    position: relative;
    z-index: 1000;
    width: 360px;
    height: 120px;
    margin-left: 400px;
    background-image: url("../webroot/img/news-old-title.png");
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: -38px;
}

section.news-detail .news-old-container {
    margin-top: 10px;
}

section.news-detail .news-old-container .new-image img {
    border: 1px solid #fff;
}

section.news-detail .news-old-container .new-date {
    margin-top: 12px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
section.news-detail .news-old-container h3 {
    margin: 0;
    color: #9cca46;
    font-weight: bold;
}
section.news-detail .news-old-container p {
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

/** News - End **/

/** Feedbacks - Begin **/

div.feedback-container {
    padding-top: 160px;
    padding-bottom: 130px;
    background-image: url("../webroot/img/feedback-bg.jpg");
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
}

section.feedback-title h1 {
    margin-top: 20px;
    margin-bottom: 80px;
    color: #fff;
    font-size: 89px;
}

section.feedback-detail .feedback-header {
    border-top: 3px solid #d4cd25;
    padding-right: 0;
}

section.feedback-detail .feedback-header h4 {
    margin: 0;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
}

section.feedback-detail .feedback-header h2 {
    margin: 0;
    color: #00003e;
    font-size: 36px;
    font-weight: bold;
}

section.feedback-detail .feedback-header h3 {
    margin: 0;
    font-size: 24px;
    color: #00003e;
    font-weight: bold;
}

section.feedback-detail .feedback-score img {
    margin-bottom: 0.25em;
}

section.feedback-detail .feedback-score {
    padding: 0 10px 5px 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #d4cd25;
    color: #fff;
    font-size: 21px;
    font-style: italic;
}

section.feedback-detail .feedback-text {
    margin-top: 20px;
    padding-right: 0;
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

section.feedback-detail .feedback-text p.feedback-text-footer {
    font-weight: bold;
}

section.feedback-detail .feedback-images {
    margin-top: 5px;
    text-align: center;
}

section.feedback-archive {
    margin-top: 20px;
}

section.feedback-archive .feedback-finder {
    background-image: url("../webroot/img/feedback-finder-bg.png");
    padding: 10px;
    border-bottom: 3px solid #d4cd25;
}

section.feedback-archive .feedback-finder .form-control {
    background-color: transparent;
    color: #aaa;
}

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

section.feedback-archive .form-button button:hover {
    color: #fff;
    text-decoration: none;
}

section.feedback-archive .feedback-results {
    max-height: 1150px;
    background-image: url("../webroot/img/feedback-archive-bg.png");
}

section.feedback-archive .feedback-result {
    padding-top: 20px;
    padding-bottom: 20px;
}

section.feedback-archive .feedback-result-img {
    float: right;
}

section.feedback-archive .feedback-result-img img {
    width: 100px;
}

section.feedback-archive .feedback-result h2 {
    margin: 0;
    color: #d4cd25;
    font-size: 27px;
}

section.feedback-archive .feedback-result h2 a {
    color: #d4cd25;
}

section.feedback-archive .feedback-result h3 {
    margin: 0;
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
}

section.feedback-archive .feedback-result h4 {
    margin: 5px 0;
    color: #d4cd25;
    font-size: 15px;
}

section.feedback-archive .feedback-result p {
    margin: 0;
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

/** Feedbacks - End **/

/** Google Maps - Begin **/

#map {
    width: 100%;
    height: 600px;
    background-color: grey;
}

/** Google Maps - End **/

