/* Kohana
// =============================================== 
// Table Of Content
// =============================================== 

// 1. Navbar Content
// 2. Banner Content
// 3. About Content
// 4. Promo Destinantion
// 5. Destination List
// 6. Testimonials
// 7. Register Safaria
// 8. Footer Safaria
// 9. SVG Cheklist Safaria
// 10. Destination
// 11. About Page
// 12. Planning Safaria
// 13. Mega Menu
// 14. Pop Up Safaria
// 15. Gallery Safaria
// 16. 404 500 Page
 
// =============================================== 
// 1. Navbar Content
// =============================================== 
*/

html {}

.baixar-conteudo {
  padding: 0 15px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.baixar-conteudo header {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.baixar-conteudo header img {
  margin-right: 20px;
}
.baixar-conteudo header h3 {
  font-size: 30px;
  font-weight: 400;
  color: #202124;
}
.baixar-conteudo .conteudo {
  float: left;
  width: 100%;
}
.baixar-conteudo .item li {
  float: left;
  width: 99%;
  margin-bottom: 15px;
}
.baixar-conteudo .item li a {
  display: block;
  padding: 22px 45px 22px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #f2f2f2;
  background: url('imagens/download.svg?1529086666') #fafafa no-repeat right 20px center;
}
.baixar-conteudo .item li a span {
  font-size: 14px;
  color: #202124;
  font-weight: 500;
}
.baixar-conteudo .item li a:hover {
  border: solid 1px #f37721;
}
.baixar-conteudo .item li a:hover span {
  color: #f37721;
}
.baixar-conteudo .slick-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}
.baixar-conteudo .slick-dots li {
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  color: #a6aab0;
}
.baixar-conteudo .slick-dots li.slick-active, .baixar-conteudo .slick-dots li:hover {
  background-color: #fafafa;
  border: solid 1px #f2f2f2;
  color: #5f6368;
  font-weight: 500;
}

/*tira a barra de rolagem do body quando abre o modal*/
.modal-aberto {
  overflow: hidden;
}

/* Modal */
.modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.modal > div {
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.modal .modal-inner {
  margin: 0 15px;
  min-width: 200px;
  max-width: 600px;
  /*        padding: 45px 45px;*/
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
  -webkit-overflow-scrolling: touch;
}
.modal .modal-close {
  display: none;
  position: absolute;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ccc;
  font-size: 12px;
  text-align: center;
  color: #000000;
  background-color: #e6e6e6;
  padding: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal .modal-close:hover {
  background-color: #d4d4d4;
}

.liberado {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
}
.baixar-conteudo-2 {
  display: none;
}

.bottom {
    position: absolute;
    bottom: 0;
    height: 440px;
    z-index: 998;
    width: 100%;
}

.bottom .container-1 {
    padding: 0 15px;
    height: 100%;
}

.bottom .texto {
    max-width: 515px;
    height: 100%;
    padding: 18px 18px 18px 35px;
    position: relative;
    /* background-color: 
    rgba(191, 188, 179, 0.95);*/
}

.bottom .efeito {
    float: left;
    height: 100%;
    /*display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;*/
    transform: translateY(135px);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.bottom .efeito-1 {
    float: left;
    height: 100%;
    /*display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;*/
    transform: translateY(230px);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.bottom .efeito-2 {
    float: right;
    position: absolute;
    bottom: 200px;
    right: 0;
    margin-right: 15px;
}

.bottom .efeito:hover {
    transform: translateY(0);
}

.bottom .no-efeito {
    transform: translateY(0);
}

.content-des p {
    text-align: justify;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.botao {
    margin-top: 25px;
    margin-bottom: 25px;
    display: grid;
    justify-content: center;
}


/*
// =============================================== 
// Table Of Content
// =============================================== 

// 1. Color Scheme
// 2. Responsive Style
// 3. Normal Heading
// 4. Transition Effect
// 5. Border-Radius
// 6. Margin and Padding
// 7. Image Center
// 8. Font Rotate
 
// =============================================== 
// 1. Color Scheme
// =============================================== 
*/

.normal-heading {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-15 {
    margin-top: 15px !important;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-40 {
    margin-top: 40px;
}

.mar-right-10 {
    margin-right: 10px;
}

.mar-right-15 {
    margin-right: 15px;
}

.mar-left-10 {
    margin-left: 10px;
}

.mar-left-15 {
    margin-left: 15px;
}

.mar-btm-0 {
    margin-bottom: 0;
}

.mar-btm-0i {
    margin-bottom: 0px !important;
}

.mar-btm-10 {
    margin-bottom: 10px;
}

.mar-btm-20 {
    margin-bottom: 20px;
}

.mar-btm-60 {
    margin-bottom: 60px;
}

.mar-right-25 {
    margin-right: 25px;
}

.mar-left-25 {
    margin-left: 25px;
}

.mar-top-200 {
    margin-top: 200px;
}

.mar-top-450 {
    margin-top: 450px;
}

.no-mar-right {
    margin-right: 0 !important;
}

.no-mar-left {
    margin-left: 0 !important;
}

.no-pad-right {
    padding-right: 15px;
}

@media (min-width: 768px) {
    .no-pad-right {
        padding-right: 0;
    }
}

.no-pad-left {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .no-pad-left {
        padding-left: 0;
    }
}

.pad-right-75 {
    padding-right: 7.5px;
}

@media (max-width: 768px) {
    .pad-right-75 {
        padding-right: 15px;
    }
}

.pad-left-75 {
    padding-left: 7.5px;
}

@media (max-width: 768px) {
    .pad-left-75 {
        padding-left: 15px;
    }
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-btm-10 {
    padding-bottom: 10px;
}

.pad-btm-15 {
    padding-bottom: 15px;
}

.img-center {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .img-bow-center-res {
        display: block;
        margin: 0 auto;
    }
}

.img-full-size {
    width: 100%;
}

.navbar-safaria {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.navbar-safaria a {
    color: white;
}

.navbar-safaria .navbar-mobile {
    float: right;
    padding: 15px;
}

.navbar-safaria .navbar-mobile li {
    margin: 0;
    padding: 0;
    float: left;
}

.navbar-safaria .navbar-mobile li a {
    padding: 0;
}

.navbar-safaria .navbar-brand-2 {
    padding: 25px 0;
    height: auto;
    margin-left: 0 !important;
}

.navbar-safaria .navbar-brand {
    padding: 25px 0;
    height: auto;
    margin-left: 0 !important;
    background: url('../../images/logo-white.jpg') center center;
}

.navbar-safaria .navbar-brand.mobile {
    display: none;
}

@media (max-width: 1300px) {
    .navbar-safaria .navbar-brand.mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar-safaria .navbar-brand.mobile {
        display: block !important;
        padding: 15px;
    }
    .content-about .detail-about p {
        color: #10090a;
        font-size: 14px;
        text-align: justify;
        width: 380px;
    }
}
@media (max-width: 400px) {
   
    .content-about .detail-about p {
        color: #10090a;
        font-size: 14px;
        text-align: justify;
        width: 340px;
    }
}
@media (max-width: 365px) {
   
    .content-about .detail-about p {
        color: #10090a;
        font-size: 14px;
        text-align: justify;
        width: 320px;
    }
}

/*
@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-safaria .navbar-brand.mobile {
        display: block !important;
        margin-left: 0 !important;
    }
}*/

.navbar-safaria li {
    padding: 25px 0;
}

.navbar-safaria li:hover,
.navbar-safaria li a:hover,
.navbar-safaria li:focus,
.navbar-safaria li a:focus,
.navbar-safaria li:active,
.navbar-safaria li a:active {
    background-color: transparent;
}

.navbar-safaria li a {
    font-size: 14px;
    padding: 5px 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar-safaria li a:hover {
    opacity: 0.5;
}

.navbar-safaria.navbar-black {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: fixed;
    background-color: #10090a;
    z-index: 3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/*
// =============================================== 
// 2. Banner Content
// =============================================== 
*/

#google_translate_element {
    display: none !important;
}

.goog-te-banner {
    display: none !important;
}

div#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    /* display: none !important;*/
}

#banner-1,
#banner-2,
#banner-3,
#banner-4,
#banner-5 {
    height: 800px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
}

@media (max-width: 768px) {
    #banner-1,
    #banner-2,
    #banner-3,
    #banner-4,
    #banner-5 {
        height: 300px;
    }
    .overlay-banner {
        display: none;
    }
}

#banner-1 .text-banner h1,
#banner-2 .text-banner h1,
#banner-3 .text-banner h1,
#banner-4 .text-banner h1,
#banner-5 .text-banner h1 {
    font-family: 'dk_cinnabar';
    font-size: 104px;
    line-height: 100px;
}

#banner-1 .text-banner p,
#banner-2 .text-banner p,
#banner-3 .text-banner p,
#banner-4 .text-banner p,
#banner-5 .text-banner p {
    color: white;
    font-weight: 500;
}

#banner-1 .text-banner i,
#banner-2 .text-banner i,
#banner-3 .text-banner i,
#banner-4 .text-banner i,
#banner-5 .text-banner i {
    font-weight: 600;
}

#banner-1 .scroll-icon .scroll-mouse,
#banner-2 .scroll-icon .scroll-mouse,
#banner-3 .scroll-icon .scroll-mouse,
#banner-4 .scroll-icon .scroll-mouse,
#banner-5 .scroll-icon .scroll-mouse {
    width: 30px;
    height: 55px;
    border-radius: 50px;
    margin: 0 auto;
    border: 2px solid white;
    position: relative;
}

#banner-1 .scroll-icon .scroll-mouse:after,
#banner-2 .scroll-icon .scroll-mouse:after,
#banner-3 .scroll-icon .scroll-mouse:after,
#banner-4 .scroll-icon .scroll-mouse:after,
#banner-5 .scroll-icon .scroll-mouse:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 13px;
    background-color: white;
    top: 10px;
    left: 50%;
    margin-left: -2px;
    -webkit-animation: scrollmouse 1s linear 0.2s infinite;
    /* Chrome, Safari, Opera */
    animation: scrollmouse 1s linear 0.2s infinite;
    opacity: 1;
}


/* ---- isotope ---- */

.grid {
    background: transparent;
}


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    padding: 7.5px;
    width: 50%;
}

@media (max-width: 768px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
}

@media (min-width: 1199px) {
    .grid-sizer.grid-3column,
    .grid-item.grid-3column {
        width: 33.33%;
    }
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes scrollmouse {
    from {
        top: 10px;
    }
    to {
        top: 30px;
        opacity: 0;
    }
}


/* Standard syntax */

@keyframes scrollmouse {
    from {
        top: 10px;
    }
    to {
        top: 30px;
        opacity: 0;
    }
}

.overlay-banner {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.point-slider-image {
    height: 135px;
    position: absolute;
    width: 100%;
    top: -65.5px;
    z-index: 2;
}

.point-slider-image.auto-position {
    position: inherit;
    top: 0;
}

@media (max-width: 768px) {
    .point-slider-image {
        top: -58.5px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .point-slider-image {
        top: -65.5px;
    }
}

.point-slider-image ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    cursor: pointer;
}

.point-slider-image ul li {
    float: left;
    width: 135px;
    height: 135px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (max-width: 768px) {
    .point-slider-image ul li {
        width: 20%;
        height: 58px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .point-slider-image ul li {
        height: 135px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .point-slider-image ul li {
        width: 91px;
    }
}

.point-slider-image ul li .hover-active {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(117, 112, 252, 0.7);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.point-slider-image ul li .hover-active:hover {
    opacity: 1;
    cursor: pointer;
}

.point-slider-image ul li.active .span-active {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(117, 112, 252, 0.7);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.point-slider-image ul li:nth-child(1) {
    background: url('../../images/point1.jpg') no-repeat center center;
    background-size: cover;
}

.point-slider-image ul li:nth-child(2) {
    background: url('../../images/point2.jpg') no-repeat center center;
    background-size: cover;
}

.point-slider-image ul li:nth-child(3) {
    background: url('../../images/point3.jpg') no-repeat center center;
    background-size: cover;
}

.point-slider-image ul li:nth-child(4) {
    background: url('../../images/point4.jpg') no-repeat center center;
    background-size: cover;
}

.point-slider-image ul li:nth-child(5) {
    background: url('../../images/point5.jpg') no-repeat center center;
    background-size: cover;
}

.point-slider-image ul li:last-child {
    width: 265px;
    height: 135px;
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .point-slider-image ul li:last-child {
        width: 100%;
        height: 100%;
    }
}

.point-slider-image-destination {
    height: 135px;
    position: absolute;
    width: 100%;
    top: -65.5px;
    z-index: 2;
}

.point-slider-image-destination.auto-position {
    position: inherit;
    top: 0;
}

@media (max-width: 768px) {
    .point-slider-image-destination {
        top: -58.5px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .point-slider-image-destination {
        top: -65.5px;
    }
}

.point-slider-image-destination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    cursor: pointer;
}

.point-slider-image-destination ul li {
    float: left;
    width: 135px;
    height: 135px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (max-width: 768px) {
    .point-slider-image-destination ul li {
        width: 20%;
        height: 58px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .point-slider-image-destination ul li {
        height: 135px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .point-slider-image-destination ul li {
        width: 91px;
    }
}

.point-slider-image-destination ul li .hover-active {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(117, 112, 252, 0.7);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.point-slider-image-destination ul li .hover-active:hover {
    opacity: 1;
    cursor: pointer;
}

.point-slider-image-destination ul li.active .span-active {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(117, 112, 252, 0.7);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.point-slider-image-destination ul li:nth-child(1) {
    background: url('../../images/portfolio/portfolio-1.jpg') no-repeat center center;
    background-size: cover;
}

.point-slider-image-destination ul li:nth-child(2) {
    background: url('../../images/portfolio/portfolio-2.jpg') no-repeat center center;
    background-size: cover;
}

.point-slider-image-destination ul li:nth-child(3) {
    background: url('../../images/portfolio/portfolio-3.jpg') no-repeat center center;
    background-size: cover;
}

.point-slider-image-destination ul li:nth-child(4) {
    background: url('../../images/portfolio/portfolio-4.jpg') no-repeat center center;
    background-size: cover;
}

.point-slider-image-destination ul li:nth-child(5) {
    background: url('../../images/portfolio/portfolio-5.jpg') no-repeat center center;
    background-size: cover;
}

.point-slider-image-destination ul li:last-child {
    width: 265px;
    height: 135px;
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .point-slider-image-destination ul li:last-child {
        width: 100%;
        height: 100%;
    }
}

.weather-wrap {
    overflow: hidden;
}

.weather-wrap.orange-version {
    background-color: #0b9444;
}

.weather-wrap.orange-version .weather-text {
    color: white;
}

.weather-wrap .weather-text {
    color: #939c9f;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .weather-wrap .weather-text {
        font-size: 10px;
        padding: 8px;
    }
}

.weather-wrap .weather-text .icon-weather {
    margin-top: 35px;
}

@media (max-width: 768px) {
    .weather-wrap .weather-text .icon-weather {
        margin-top: 5px;
    }
}

.weather-wrap .weather-text .icon-weather .icon,
.weather-wrap .weather-text .icon-weather .text-weather {
    display: inline-block;
}

.weather-wrap .weather-text .icon-weather .text-weather {
    font-size: 35px;
    vertical-align: middle;
    position: relative;
}

.weather-wrap .weather-text .icon-weather .text-weather:after {
    content: "\00b0";
    position: absolute;
    top: -6px;
    right: -15px;
}

.weather-wrap .weather-left .weather-text {
    text-align: left;
    margin-right: 7.5px;
    padding-right: 0;
}

@media (max-width: 768px) {
    .weather-wrap .weather-left .weather-text {
        text-align: center;
    }
}

.weather-wrap .weather-right .weather-text {
    text-align: right;
    margin-left: 7.5px;
    padding-left: 0;
}

@media (max-width: 768px) {
    .weather-wrap .weather-right .weather-text {
        text-align: center;
    }
}

.weather-wrap .weather-right .weather-text .icon-weather {
    padding-right: 15px;
}

.weather-wrap .weather-left,
.weather-wrap .weather-right {
    float: left;
    width: 50%;
    color: black;
}


/*
// =============================================== 
// 3. About Content
// =============================================== 
*/

#about {
    position: relative;
    background: url('../../images/wood-top.jpg') repeat;
    padding: 70px 0 100px 0px;
    margin-top: -5px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #about {
        padding: 190px 0 100px 0px;
    }
}

#about .about-content {
    text-align: center;
    position: relative;
}

@media (max-width: 768px) {
    #about .about-content img {
        max-width: 200px;
    }
    #about .about-content p {
        font-size: 12px;
    }
    #about .about-content h2 {
        font-size: 20px;
        letter-spacing: 0;
    }
}

#about .about-content:after {
    content: '';
    width: 377px;
    height: 385px;
    position: absolute;
    top: 0;
    left: -200px;
    background: url('../../images/ornament.png') no-repeat;
}

@media (max-width: 768px) {
    #about .about-content:after {
        display: none;
    }
}

#about p {
    max-width: 750px;
    margin: 0 auto;
}

#content {
    background-color: #10090a;
}

.layer {
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    position: fixed;
    z-index: -1;
}

@media (max-width: 768px) {
    .layer {
        height: 400px;
        background-position: center center !important;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .layer {
        background-position: center center !important;
    }
}

#content {
    position: relative;
}

.intro-safaria {
    position: absolute;
    top: -170px;
    width: 100%;
    z-index: 4;
}

@media (max-width: 768px) {
    .intro-safaria {
        top: -120px;
    }
    .intro-safaria img {
        width: 110px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .intro-safaria {
        top: -160px;
    }
    .intro-safaria img {
        width: 135px;
    }
}


/*
// =============================================== 
// 4. Promo Destinantion
// =============================================== 
*/

.destination {
    margin-top: 75px;
    background: url('../../images/shadow.png') no-repeat center center;
    background-size: cover;
    background-position: 0 65%;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .destination {
        padding-bottom: 40px;
    }
}

.promo-content,
.destination {
    width: 100%;
    text-align: center;
}

.promo-content h2,
.destination h2 {
    font-family: "dry_brush", arial;
    font-size: 40px;
    letter-spacing: 0;
    margin-top: 70px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .promo-content h2,
    .destination h2 {
        font-size: 30px;
    }
}

.first-section {
    padding: 100px 0 20px 0;
}

.text-header {
    font-size: 50px;
    text-align: center;
}

h1 {
    line-height: 120%;
    margin-bottom: 30px;
}

p {
    color: #ede0d5;
    font-size: 18px;
    line-height: 150%;
}

#banner,
.layer {
    min-height: 800px;
}

@media (max-width: 768px) {
    #banner,
    .layer {
        min-height: 400px;
    }
}

.layer-bg {
    background-image: url('../../images/layer1.jpg');
}

.layer-1 {
    background-image: url('../../images/layer2.png');
}

.layer-2 {
    background-image: url('../../images/layer3.png');
}


/*
.layer-slide-1 {
    background: url('../../images/slide-1.jpg') center center;
    background-size: cover;
}*/

.layer-slide-2 {
    background: url('../../images/slide-2.jpg') center center;
    background-size: cover;
}

.layer-slide-3 {
    background: url('../../images/slide-3.jpg') center center;
    background-size: cover;
}

.layer-slide-4 {
    background: url('../../images/slide-4.jpg') center center;
    background-size: cover;
}

.layer-slide-5 {
    background: url('../../images/slide-5.jpg') center center;
    background-size: cover;
}

.tutorial-link {
    color: white;
    font-size: 18px;
    text-decoration: underline;
}

.tutorial-link:hover {
    color: #ede0d5;
}

.homeslick .slick-center .box-ex-promo {
    padding: 25px;
    margin-top: 10px;
}

.homeslick .slick-slide:focus {
    outline: transparent;
}

.homeslick .slick-dots {
    bottom: -50px;
}

.homeslick .slick-dots li {
    margin: 0 10px;
}

.homeslick .slick-dots li button:before {
    font-size: 15px;
    color: white !important;
}

.homeslick .box-ex-promo {
    overflow: hidden;
    margin: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    padding: 25px;
}

.homeslick .box-ex-promo .top-section {
    /*background-color: white;*/
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

@media (min-width: 768px) {
    .homeslick .box-ex-promo .top-section:hover .bottom-section {
        height: 100%;
        background-size: cover;
    }
    .homeslick .box-ex-promo .top-section:hover .bottom-section span,
    .homeslick .box-ex-promo .top-section:hover .bottom-section .bar-section {
        opacity: 0;
    }
    .homeslick .box-ex-promo .top-section:hover .bottom-section .bottom-wrap {
        display: block;
    }
}

.homeslick .box-ex-promo .top-section .bottom-section {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    -webkit-transition: height 0.2s;
    /* For Safari 3.1 to 6.0 */
    transition: height 0.2s;
}

.homeslick .box-ex-promo .top-section .bottom-section .bottom-wrap {
    width: 100%;
    height: 100%;
    display: none;
}

.homeslick .box-ex-promo .top-section .bottom-section .bottom-table {
    display: table;
    width: 100%;
    height: 100%;
}

.homeslick .box-ex-promo .top-section .bottom-section .bottom-table .bottom-cell {
    display: table-cell;
    vertical-align: middle;
}

.homeslick .box-ex-promo .top-section .bottom-section .bottom-table .button-default {
    width: 100%;
    padding: 20px 0;
}

.homeslick .box-ex-promo .top-section .bottom-section .bar-section {
    max-width: 50%;
    height: 5px;
    margin: 0 auto;
    margin-top: 20px;
}

.homeslick .box-ex-promo .top-section .ex-one {
    padding: 20px;
    height: 300px;
}

.homeslick .box-ex-promo .top-section .ex-one .left-ex {
    width: 50%;
    text-align: left;
}

.homeslick .box-ex-promo .top-section .ex-one .left-ex h4 {
    font-size: 50px;
    text-align: left;
}

.homeslick .box-ex-promo .top-section .ex-one .left-ex p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.homeslick .box-ex-promo.box-blue {
    background-color: #07d0ee;
    background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #00d2ff, #3a7bd5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homeslick .box-ex-promo.box-blue .ex-one,
.homeslick .box-ex-promo.box-blue p {
    color: #07d0ee;
}

.homeslick .box-ex-promo.box-blue .bottom-section {
    background-color: #07d0ee;
    background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #00d2ff, #3a7bd5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homeslick .box-ex-promo.box-blue .bar-section {
    background-color: #07d0ee;
}

.homeslick .box-ex-promo.box-purple {
    background-color: #7570fc;
    background: -webkit-linear-gradient(to left, #4776e6, #8e54e9);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4776e6, #8e54e9);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homeslick .box-ex-promo.box-purple .ex-one,
.homeslick .box-ex-promo.box-purple p {
    color: #7570fc;
}

.homeslick .box-ex-promo.box-purple .bottom-section {
    background-color: #7570fc;
    background: -webkit-linear-gradient(to left, #4776e6, #8e54e9);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4776e6, #8e54e9);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homeslick .box-ex-promo.box-purple .bar-section {
    background-color: #453efb;
}

.homeslick .box-ex-promo.box-green {
    background-color: #04ad23;
    background: -webkit-linear-gradient(to left, #56ab2f, #a8e063);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #56ab2f, #a8e063);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homeslick .box-ex-promo.box-green .ex-one,
.homeslick .box-ex-promo.box-green p {
    color: #04ad23;
}

.homeslick .box-ex-promo.box-green .bottom-section {
    background-color: #04ad23;
    background: -webkit-linear-gradient(to left, #56ab2f, #a8e063);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #56ab2f, #a8e063);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homeslick .box-ex-promo.box-green .bar-section {
    background-color: #04ad23;
}

.homeslick .box-ex-promo.box-orange {
    background-color: #ff9c00;
    background: -webkit-linear-gradient(to left, #ff512f, #f09819);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ff512f, #f09819);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homeslick .box-ex-promo.box-orange .ex-one,
.homeslick .box-ex-promo.box-orange p {
    color: #ff9c00;
}

.homeslick .box-ex-promo.box-orange .bottom-section {
    background-color: #ff9c00;
    background: -webkit-linear-gradient(to left, #ff512f, #f09819);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ff512f, #f09819);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homeslick .box-ex-promo.box-orange .bar-section {
    background-color: #ff9c00;
}

.homeslick .box-ex-promo.box-pink {
    background-color: #ff508e;
    background: -webkit-linear-gradient(to left, #f857a6, #ff5858);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f857a6, #ff5858);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homeslick .box-ex-promo.box-pink .ex-one,
.homeslick .box-ex-promo.box-pink p {
    color: #ff508e;
}

.homeslick .box-ex-promo.box-pink .bottom-section {
    background-color: #ff508e;
    background: -webkit-linear-gradient(to left, #f857a6, #ff5858);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f857a6, #ff5858);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homeslick .box-ex-promo.box-pink .bar-section {
    background-color: #ff1d6d;
}


/*
// =============================================== 
// 5. Destinantion List
// =============================================== 
*/

ul.destination-list {
    margin: 40px 0;
    float: left;
    cursor: pointer;
}

ul.destination-list a {
    color: white;
    display: block;
    height: 230px;
}

ul.destination-list a:hover {
    opacity: 1;
}

ul.destination-list .span-img {
    position: relative;
    height: 100%;
}

ul.destination-list .span-img:hover .wrap-text-destination {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}

ul.destination-list .span-img:hover .wrap-text-destination .top-section-des {
    position: absolute;
    width: 100%;
    padding: 10px;
    top: 0;
    left: 0;
}

ul.destination-list .span-img .wrap-text-destination .top-section-des .round-des {
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: solid 1px white;
}

ul.destination-list .span-img .wrap-text-destination .bottom-section-des {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    text-align: center;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

ul.destination-list li {
    width: 33.33%;
    height: 230px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 768px) {
    ul.destination-list li {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    ul.destination-list li {
        width: 50%;
    }
}

ul.destination-list li:hover img {
    opacity: 0.5;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

ul.destination-list li img {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*
// =============================================== 
// 6. Testimonials
// =============================================== 
*/

.testimonials {
    margin: 0 auto;
    font-size: 18px;
}

@media (max-width: 768px) {
    .testimonials {
        font-size: 12px;
    }
}

.testimonials h2 {
    font-family: 'dry_brush';
    font-size: 40px;
    text-align: center;
}

@media (max-width: 768px) {
    .testimonials h2 {
        font-size: 30px;
    }
}

.testimonials .slidetestimony {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    color: #ede0d5;
}

.testimonials .slidetestimony .slick-next {
    right: -100px;
}

.testimonials .slidetestimony .slick-prev {
    left: -100px;
}


/*
// =============================================== 
// 7. Register Safaria
// =============================================== 
*/

.register-safaria {
    background: url('../../images/texture-1.png') no-repeat center top;
    position: relative;
    background-color: #1d1311;
    padding: 100px 0;
    z-index: 2;
    font-size: 18px;
}

.register-safaria h2 {
    font-family: 'dry_brush';
    font-size: 40px;
    text-align: center;
}

@media (max-width: 768px) {
    .register-safaria h2 {
        font-size: 30px;
    }
}

.register-safaria img {
    padding: 30px 0;
}

@media (max-width: 768px) {
    .register-safaria img {
        width: 70%;
    }
}


/*
// =============================================== 
// 8. Footer Safaria
// =============================================== 
*/

.form-newsletter {
    padding-top: 30px;
}

.form-custom {
    background-color: black;
    border: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    padding: 20px;
}

.wrap-footer {
    background: url('../../images/wood-top.jpg') repeat center center;
    padding: 130px 0 100px 0px;
}

@media (max-width: 768px) {
    .wrap-footer {
        padding: 50px 0 100px 0px;
    }
}

.wrap-footer h2 {
    font-family: 'dry_brush';
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .wrap-footer h2 {
        text-align: center;
        margin-top: 20px;
    }
}

.wrap-footer p {
    font-size: 14px;
}

@media (max-width: 768px) {
    .wrap-footer p {
        font-size: 12px;
        text-align: center;
    }
}

.latest-photo li {
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.latest-photo li:hover {
    opacity: 0.7;
}

@media (max-width: 1199px) {
    .socmed-list ul {
        text-align: center;
    }
}

.socmed-list li {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #10090a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 15px;
    /*margin-top: 25px;*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.socmed-list li:hover {
    background-color: #0b9444;
}

.socmed-list li i {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}

.socmed-list li:last-child {
    margin-right: 0;
}

.logo-footer {
    margin-top: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.logo-footer:hover {
    opacity: 0.7;
}

.logo-footer img {
    /*width: 70%;*/
}

@media (max-width: 768px) {
    .logo-footer img {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
}


/*
// =============================================== 
// 9. SVG Cheklist Safaria
// =============================================== 
*/

.svg-table {
    display: table;
    width: 100%;
    height: 100%;
}

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

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: white;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #7570fc;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0px 0px 0px $white;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

@media (max-width: 768px) {
    .checkmark {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .checkmark {
        width: 56px;
        height: 56px;
    }
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px white;
    }
}

.slide-img-2 {
    position: relative;
}

.slide-img-2 .layer-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/*
// =============================================== 
// 10. Destinantion
// =============================================== 
*/

.top-destination .img-relative {
    position: relative;
    width: 100%;
    height: 100%;
}

.top-destination .img-relative .wrap-info-destination {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -485px;
}

@media (max-width: 768px) {
    .top-destination .img-relative .wrap-info-destination {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .top-destination .img-relative .wrap-info-destination {
        margin-left: -375px;
    }
}

.top-destination .img-relative .wrap-info-destination ul.left-icon-destination {
    float: left;
    margin-bottom: 25px;
}

.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li.active .icon-wrap {
    background-color: #0b9444;
    border: solid 2px #0b9444;
}

.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .md-size {
    font-size: 20px;
}

.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li {
    float: left;
    margin-right: 20px;
}

.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border: solid 2px white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap:hover {
    background-color: #0b9444;
    border: solid 2px #0b9444;
}

@media (max-width: 1199px) {
    .top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap {
        width: 40px;
        height: 40px;
    }
}

.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap i {
    text-align: center;
    display: block;
    line-height: 50px;
}

@media (max-width: 1199px) {
    .top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap i {
        line-height: 40px;
    }
}

.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap i.md-size {
    font-size: 20px;
}

@media (max-width: 1199px) {
    .top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap i.md-size {
        font-size: 15px;
    }
}

.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .count-text {
    float: left;
    line-height: 50px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .count-text {
        line-height: 40px;
    }
}

.top-destination .img-relative .wrap-info-destination .right-icon-destination {
    float: right;
}

.top-destination .img-relative .wrap-info-destination .right-icon-destination ul li {
    width: 50px;
    height: 50px;
    border: solid 2px white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .top-destination .img-relative .wrap-info-destination .right-icon-destination ul li {
        width: 40px;
        height: 40px;
        line-height: 35px;
    }
}

@media (max-width: 768px) {
    .top-destination .img-relative img {
        height: 300px;
        object-fit: cover;
    }
}

.top-destination .img-relative .text-destination {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .top-destination .img-relative .text-destination p {
        font-size: 12px;
    }
}

.top-destination .img-relative .text-destination .text-table {
    display: table;
    width: 100%;
    height: 100%;
}

.top-destination .img-relative .text-destination .text-table .text-cell {
    display: table-cell;
    vertical-align: middle;
}

.top-destination .img-relative .text-destination .text-table .text-cell h1 {
    font-family: 'dk_cinnabar';
    font-size: 104px;
}

@media (max-width: 768px) {
    .top-destination .img-relative .text-destination .text-table .text-cell h1 {
        font-size: 40px;
    }
}

.top-destination .img-relative .text-destination .text-table .text-cell p {
    color: white;
}

.top-destination .point-destination {
    background: url('../../images/wood-top.jpg') repeat center;
}

.top-destination .point-destination .title-des {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 768px) {
    .top-destination .point-destination .title-des {
        text-align: center;
        margin-top: 30px;
    }
}

.top-destination .point-destination ul {
    width: 100%;
}

.top-destination .point-destination li.phone-number {
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    margin-left: 15px;
    vertical-align: top;
}

@media (max-width: 768px) {
    .top-destination .point-destination li.phone-number {
        line-height: 40px;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .top-destination .point-destination li.phone-number {
        font-size: 20px;
    }
}

.top-destination .point-destination ul.des-socmed li {
    margin-right: 15px;
}

.top-destination .point-destination ul.des-socmed li:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .top-destination .point-destination ul.des-socmed {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .top-destination .point-destination ul.des-socmed {
        text-align: center;
    }
}

.top-destination .point-destination ul.photo-like {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .top-destination .point-destination ul.photo-like {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .top-destination .point-destination ul.photo-like {
        text-align: center;
    }
}

.top-destination .point-destination ul.photo-like li {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.top-destination .point-destination ul.photo-like li.active .icon-wrap {
    background-color: #0b9444;
    border: solid 2px #0b9444;
}

.top-destination .point-destination ul.photo-like li:hover {
    opacity: 0.5;
}

.top-destination .point-destination ul.photo-like li {
    display: inline-block;
    margin-right: 15px;
}

.top-destination .point-destination ul.photo-like li:last-child {
    margin-right: 0;
}

.top-destination .point-destination ul.photo-like li .photo-wrap {
    width: 50px;
    height: 50px;
    float: left;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

@media (max-width: 1199px) {
    .top-destination .point-destination ul.photo-like li .photo-wrap {
        width: 40px;
        height: 40px;
    }
}

.top-destination .point-destination ul.photo-like li .photo-wrap.photos-1 {
    background: url('../../images/felipe.jpg') center;
}

.top-destination .point-destination ul.photo-like li .photo-wrap.photos-2 {
    background: url('../../images/gustavo.jpg') center;
}

.top-destination .point-destination ul.photo-like li .photo-wrap.photos-3 {
    background: url('../../images/sergio.jpg') center;
}


/*.top-destination .point-destination ul.photo-like li .photo-wrap.photos-4 {
    background: url('../../images/photo-4.jpg') center;
}

.top-destination .point-destination ul.photo-like li .photo-wrap.photos-5 {
    background: url('../../images/photo-5.jpg') center;
}*/

.top-destination .point-destination ul.photo-like li .photo-wrap i {
    text-align: center;
    display: block;
    line-height: 47px;
}

.top-destination .point-destination ul.photo-like li .photo-wrap i.md-size {
    font-size: 20px;
}

.description {
    background-color: white;
    color: #10090a;
}

.description .box-location {
    width: 100%;
    height: 290px;
    background-color: #7570fc;
}

.description .box-blog .title-blog {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 15px;
}

.description .box-blog .content-blog {
    margin-top: 15px;
}

.description .box-blog .content-blog a {
    color: #7570fc;
    font-weight: 600;
    text-transform: uppercase;
}

.description .box-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
}

.description ul.box-img {
    float: left;
    width: 100%;
}

.description ul.box-img .span-img {
    position: relative;
    height: 100%;
}

.description ul.box-img .span-img .wrap-text-high {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    opacity: 0;
    color: white;
}

.description ul.box-img .span-img .wrap-text-high .top-section-high {
    position: absolute;
    width: 100%;
    padding: 15px;
    top: 0;
    left: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.description ul.box-img .span-img .wrap-text-high .bottom-section-high {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 15px;
    right: 15px;
    text-align: right;
    text-transform: uppercase;
}

.description ul.box-img .span-img .wrap-text-high .bottom-section-high i {
    font-size: 25px;
    padding-top: 10px;
}

.description ul.box-img li {
    width: 33.33%;
    height: 230px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 768px) {
    .description ul.box-img li {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .description ul.box-img li {
        width: 50%;
    }
}


/*.description ul.box-img li:hover .wrap-text-high {
    opacity: 1;
}

.description ul.box-img li:hover img {
    opacity: 0.2;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}*/

.description ul.box-img li img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.description ul.box-img li {
    width: 50%;
    height: 200px;
    background-color: #7570fc;
    float: left;
}

@media (max-width: 768px) {
    .description ul.box-img li {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .description ul.box-img li {
        width: 50%;
    }
}

.description h2 {
    font-family: 'dry_brush';
    margin-bottom: 15px;
    font-size: 40px;
    margin-top: 15px;
}

.description h3 {
    text-transform: uppercase;
    font-family: 'latoregular', arial;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
}

.description p {
    color: #10090a;
    font-size: 14px;
}

.mail-contact {
    line-height: 45px;
    font-size: 20px;
    margin-left: 15px;
    vertical-align: top;
}

@media (max-width: 768px) {
    .mail-contact {
        line-height: 35px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .mail-contact {
        font-size: 18px;
    }
}

.information-safari {
    background: url('../../images/texture-1.png') no-repeat center top;
    background-color: #0b9444;
    padding: 100px 0;
}

.information-safari h2 {
    font-family: 'dry_brush';
    font-size: 40px;
    text-align: center;
}

@media (max-width: 768px) {
    .information-safari h2 {
        font-size: 30px;
    }
}

.info-place {
    margin-top: 0;
}

@media (max-width: 767px) {
    .info-place {
        margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .info-place {
        margin-top: 80px;
    }
}


/*
// =============================================== 
// 11. About Page
// =============================================== 
*/
/*@media (max-width: 768px) {
    .header-about {
        height: 276px;
    }
    .content-about  {
        top: 246px;
        
    }
}*/
.header-about {
    height: 576px;
    width: 100%;
    /*position: fixed;
    z-index: -1;*/
    margin: 0;
    background-color: #B0E1EB;
    font-size: 72px;
    font-family: "Helvetica";
    color: #eee;
    opacity: 1;
    background: url('../../images/about-zebra.jpg') center center no-repeat;
    background-position: 0px -50px;
    background-size: cover;
}

.header-about {
    background: url('../../images/topo-about-us.jpg') center center no-repeat;
    background-size: cover;
}

.header-contacto {
    background: url('../../images/topo-contact.jpg') center center no-repeat;
    background-size: cover;
}

.header-about.header-terms {
    height: 200px;
    background: url('../../images/banner-clientes.jpg') center center no-repeat;
    background-size: cover;
}

.header-about.header-terms h3 {
    font-family: 'dry_brush';
    font-size: 40px;
    color: white;
}

.header-about.header-terms2 {
    height: 200px;
    background: url('../../images/topo/programas-ambientais.jpg') center center no-repeat;
    background-size: cover;
}

.header-about.header-terms2 h3 {
    font-family: 'dry_brush';
    font-size: 40px;
    color: white;
}

.header-about.header-terms3 {
    height: 200px;
    background: url('../../images/topo/plano-manejo.jpg') center center no-repeat;
    background-size: cover;
}

.header-about.header-terms3 h3 {
    font-family: 'dry_brush';
    font-size: 40px;
    color: white;
}

.header-about.header-terms4 {
    height: 200px;
    background: url('../../images/topo/impactos-ambientais.jpg') center center no-repeat;
    background-size: cover;
}

.header-about.header-terms4 h3 {
    font-family: 'dry_brush';
    font-size: 40px;
    color: white;
}

.header-about.header-terms5 {
    height: 200px;
    background: url('../../images/topo/geoprocessamento-topografia.jpg') center center no-repeat;
    background-size: cover;
}

.header-about.header-terms5 h3 {
    font-family: 'dry_brush';
    font-size: 40px;
    color: white;
}

.header-about.header-terms6 {
    height: 200px;
    background: url('../../images/topo/resgate-fauna-flora.jpg') center center no-repeat;
    background-size: cover;
}

.header-about.header-terms6 h3 {
    font-family: 'dry_brush';
    font-size: 40px;
    color: white;
}

.header-about.header-terms7 {
    height: 200px;
    background: url('../../images/topo/prda.jpg') center center no-repeat;
    background-size: cover;
}

.header-about.header-terms7 h3 {
    font-family: 'dry_brush';
    font-size: 40px;
    color: white;
}

.header-about.header-terms8 {
    height: 200px;
    background: url('../../images/topo/rap.jpg') center center no-repeat;
    background-size: cover;
}

.header-about.header-terms8 h3 {
    font-family: 'dry_brush';
    font-size: 40px;
    color: white;
}

.header-about.header-terms9 {
    height: 200px;
    background: url('../../images/topo/ras.jpg') center center no-repeat;
    background-size: cover;
}

.header-about.header-terms9 h3 {
    font-family: 'dry_brush';
    font-size: 40px;
    color: white;
}


/*.header-about2.header-terms2 {
    height: 200px;
    background: url('../../images/topo/programas-ambientais.jpg') center center no-repeat;
    background-size: cover;
     width: 100%;
    position: fixed;
    z-index: -1;
    margin: 0;
    background-position: 0px -50px;
    background-size: cover;
}

.header-about2.header-terms2 h3 {
    font-family: 'dry_brush';
    font-size: 40px;
    color: white;
    text-align: center;
margin-top: 90px;

}*/

@media (max-width: 1199px) {
    
    .header-about {
        height: 300px;
        /*background-position: 0 0;*/
    }
    .content-about  {
        top: 300px;
        
    }
}

.header-about p {
    color: white;
}

@media (max-width: 768px) {
    .header-about p {
        font-size: 14px;
    }
    
}

.header-about .head-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.header-about .head-table .head-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-about .head-table .head-cell h1 {
    font-size: 104px;
    font-family: 'dk_cinnabar';
}

@media (max-width: 768px) {
    .header-about .head-table .head-cell h1 {
        font-size: 50px;
    }
}


/*
// =============================================== 
// 12. Planning Safaria
// =============================================== 
*/

.header-planning {
    position: relative;
    background: url('../../images/planning-bg.png') center center no-repeat;
    background-size: cover;
    min-height: 600px;
}

.header-planning .content-planning {
    position: absolute;
    top: 150px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.header-planning .content-planning h1 {
    font-size: 104px;
    font-family: 'dk_cinnabar';
}

@media (max-width: 768px) {
    .header-planning .content-planning h1 {
        font-size: 50px;
    }
}

.header-planning .content-planning p {
    color: white;
}

.header-planning .content-planning p.size-lg {
    font-size: 40px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .header-planning .content-planning p.size-lg {
        font-size: 30px;
        line-height: 30px;
    }
}

.content-pixie {
    overflow: hidden;
    position: relative;
    margin-top: -60px;
}

#pixie {
    z-index: 0;
}

.content-planning-card {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.planning-xs {
    position: relative;
}

.content-card {
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.content-card .silver-card {
    width: 50%;
    float: left;
}

@media (max-width: 768px) {
    .content-card .silver-card {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .content-card .silver-card {
        width: 50%;
    }
}

.content-card .silver-card .card {
    background-color: #989898;
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .content-card .silver-card .card {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

.content-card .silver-card .card .top-card {
    color: #10090a;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 20px 0;
}

.content-card .silver-card .card .top-card p {
    color: #10090a;
    font-weight: 300;
}

.content-card .silver-card .card .bottom-card {
    background-color: #dad9d9;
    color: #10090a;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.content-card .silver-card .card .bottom-card p.lg-font {
    color: #10090a;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 0;
}

.content-card .silver-card .card .bottom-card p.lg-font span {
    font-size: 20px;
}

.content-card .silver-card .card .bottom-card ul.card-list li {
    padding: 15px 0;
    border-bottom: solid 1px #10090a;
}

.content-card .silver-card .card .bottom-card ul.card-list li:first-child {
    border-top: solid 1px #10090a;
}

.content-card .gold-card {
    width: 50%;
    float: left;
}

@media (max-width: 768px) {
    .content-card .gold-card {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .content-card .gold-card {
        width: 50%;
    }
}

.content-card .gold-card .card {
    background-color: #dcbe4b;
    margin-left: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .content-card .gold-card .card {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.content-card .gold-card .card .top-card {
    color: #10090a;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 20px 0;
}

.content-card .gold-card .card .top-card p {
    color: #10090a;
    font-weight: 300;
}

.content-card .gold-card .card .bottom-card {
    background-color: #dad9d9;
    color: #10090a;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.content-card .gold-card .card .bottom-card p.lg-font {
    color: #10090a;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 0;
}

.content-card .gold-card .card .bottom-card p.lg-font span {
    font-size: 20px;
}

.content-card .gold-card .card .bottom-card ul.card-list li {
    padding: 15px 0;
    border-bottom: solid 1px #10090a;
}

.content-card .gold-card .card .bottom-card ul.card-list li:first-child {
    border-top: solid 1px #10090a;
}

.content-started h3 {
    text-align: center;
    font-family: 'dry_brush', arial;
    font-size: 40px;
    margin-bottom: 40px;
}

.content-started h4 {
    margin-bottom: 20px;
}

.content-started ul {
    margin-bottom: 40px;
}

.content-started ul li {
    padding: 15px;
    text-transform: uppercase;
    border-bottom: dashed 1px white;
}

.content-started p {
    font-size: 14px;
    color: white;
}

.content-started .row {
    display: table;
}

.content-started .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.contact-column a,
.menu-wrap a {
    color: white;
}

.contact-column a:hover,
.menu-wrap a:hover {
    opacity: 1;
}

.contact-column .row,
.menu-wrap .row {
    display: block !important;
}

.contact-column .row [class*="col-"],
.menu-wrap .row [class*="col-"] {
    float: left !important;
    display: block !important;
    vertical-align: top !important;
}

@media (max-width: 768px) {
    .contact-column .row [class*="col-"],
    .menu-wrap .row [class*="col-"] {
        width: 100%;
    }
}


/*
// =============================================== 
// 13. Mega Menu
// =============================================== 
*/

.menu-wrap {
    padding: 70px 0;
}

.menu-wrap .w-24 {
    width: 24%;
    float: left;
}

@media (max-width: 768px) {
    .menu-wrap .w-24 {
        width: 100%;
    }
}

.menu-wrap .w-76 {
    width: 76%;
    float: left;
}

@media (max-width: 1199px) {
    .menu-wrap .w-76 {
        width: 100%;
    }
}

.menu-wrap h3 {
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px 0;
}

.menu-wrap p {
    font-size: 14px;
    color: white;
}

.menu-wrap .nav-menu {
    border-bottom: dashed 1px white;
    border-top: dashed 1px white;
    margin-bottom: 20px;
}

.menu-wrap .style-us {
    margin-top: 30px;
}

.menu-wrap .style-menu li {
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.menu-wrap .style-menu li a {
    padding: 10px;
    display: block;
}

.menu-wrap .style-menu li:hover {
    background-color: #10090a;
}
@media (max-width: 420px) {
    
    .content-about  {
        top: 300px;
        
    }
}
.content-about {
    width: 100%;
    
    background-color: white;
    /*top: 546px;
    z-index: 2;
    position: relative;*/
    font-family: "Helvetica";
    color: #10090a;
}

.content-about.content-terms {
    top: 200px;
}

.content-about .detail-about {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 420px) {
    .content-about .detail-about .row {
        display: inline-grid;
    }
}

@media (max-width: 250px) {
    .content-about .detail-about .row {
        display: inline-grid;
    }
}

.content-about .detail-about .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.content-about .detail-about h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.content-about .detail-about p {
    color: #10090a;
    font-size: 14px;
    text-align: justify;
}

.content-about .detail-about p.italic-style {
    font-family: 'Times New Roman', arial;
    font-style: italic;
    font-size: 25px;
    letter-spacing: 0;
}

.content-about .detail-about ul {
    margin-bottom: 40px;
}

.content-about .detail-about ul li {
    padding: 15px;
    text-transform: uppercase;
    border-bottom: dashed 1px #10090a;
}

.detail-about-relative {
    float: none;
    width: 100%;
    height: 100%;
    display: block;
}

.detail-about-relative a {
    color: #000;
}

.detail-blog {
    padding: 30px 0;
}

.detail-blog .form-group {
    width: 100%;
}

.detail-blog h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.detail-blog h4 {
    margin-bottom: 20px;
}

.detail-blog p {
    color: #10090a;
    font-size: 14px;
}

.detail-blog p.italic-style {
    font-family: 'Times New Roman', arial;
    font-style: italic;
    font-size: 25px;
    letter-spacing: 0;
}

.detail-blog .wrap-latest-blog {
    float: left;
    width: 100%;
}

.detail-blog .wrap-latest-blog ul,
.detail-blog .wrap-latest-blog ul li {
    float: left;
    width: 100%;
}

.detail-blog .wrap-latest-blog ul li,
.detail-blog .wrap-latest-blog ul li li {
    margin-bottom: 15px;
}

.detail-blog .wrap-latest-blog li {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.detail-blog .wrap-latest-blog li:hover {
    background-color: whitesmoke;
}

.detail-blog .wrap-latest-blog li:last-child {
    margin-bottom: 0;
}

.detail-blog .wrap-latest-blog .left-img-blog {
    width: 20%;
    object-fit: cover;
    float: left;
}

.detail-blog .wrap-latest-blog .right-text-info {
    float: left;
    padding-left: 15px;
    width: 80%;
    display: table;
}

.detail-blog .wrap-latest-blog .right-text-info .title-blog-info {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.detail-blog .wrap-latest-blog .right-text-info .title-blog-info .title-blog-left {
    font-size: 18px;
}

.detail-blog ul.categories li {
    padding: 15px 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.detail-blog ul.categories li:hover {
    background-color: whitesmoke;
}

.detail-blog ul.categories li i {
    padding-right: 10px;
}

.detail-blog ul.categories li a {
    color: #000;
}

.breadcrumb-custom {
    background: transparent;
    padding: 0;
}

.breadcrumb-custom a {
    color: #10090a;
    opacity: 0.5;
}

.breadcrumb-custom a:hover {
    opacity: 1;
}

.box-fixed {
    position: fixed;
    width: 300px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .box-fixed {
        width: 220px;
    }
}

.box-fixed-bottom {
    position: absolute;
    bottom: 0;
    width: 300px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .box-fixed-bottom {
        width: 220px;
    }
}

@media (max-width: 768px) {
    #js-menu {
        position: absolute;
    }
}


/*
// =============================================== 
// 14. Pop Up Safaria
// =============================================== 
*/

.search-wrap,
.login-wrap,
.menu-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    background: rgba(107, 172, 46, 0.9);
    display: table;
    overflow: hidden;
}

.search-wrap .content-search,
.login-wrap .content-search,
.menu-wrap .content-search,
.search-wrap .content-login,
.login-wrap .content-login,
.menu-wrap .content-login {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.search-wrap .content-search h2,
.login-wrap .content-search h2,
.menu-wrap .content-search h2,
.search-wrap .content-login h2,
.login-wrap .content-login h2,
.menu-wrap .content-login h2 {
    margin-bottom: 10px;
}

.search-wrap .content-search .box-login,
.login-wrap .content-search .box-login,
.menu-wrap .content-search .box-login,
.search-wrap .content-login .box-login,
.login-wrap .content-login .box-login,
.menu-wrap .content-login .box-login {
    max-width: 400px;
    margin: 0 auto;
    padding: 7px;
}

.search-wrap .content-search .box-login .box-content-login,
.login-wrap .content-search .box-login .box-content-login,
.menu-wrap .content-search .box-login .box-content-login,
.search-wrap .content-login .box-login .box-content-login,
.login-wrap .content-login .box-login .box-content-login,
.menu-wrap .content-login .box-login .box-content-login {
    padding: 25px;
}

.search-wrap .close-pop,
.login-wrap .close-pop,
.menu-wrap .close-pop {
    position: absolute;
    right: 27px;
    top: 27px;
    z-index: 5;
    cursor: pointer;
}

.search-wrap .close-pop a,
.login-wrap .close-pop a,
.menu-wrap .close-pop a {
    color: white;
    text-shadow: none;
    z-index: 5;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.wrap-intro span {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-family: 'dk_cinnabar';
    letter-spacing: 0;
}

.wrap-intro span.button-intro {
    width: 80px;
    height: 80px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .wrap-intro span.button-intro {
        width: 50px;
        height: 50px;
    }
}

.wrap-intro span.text-intro {
    font-size: 25px;
    max-width: 100px;
}

@media (max-width: 768px) {
    .wrap-intro span.text-intro {
        font-size: 17px;
    }
}

.wrap-intro span a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    border: solid 5px white;
}

@media (max-width: 768px) {
    .wrap-intro span a {
        border: solid 3px white;
    }
}

.wrap-intro span a:hover {
    background-color: #0b9444;
    border: solid 5px #0b9444;
    opacity: 1;
}

@media (max-width: 768px) {
    .wrap-intro span a:hover {
        border: solid 3px #0b9444;
    }
}

.wrap-intro span a i {
    text-align: center;
    font-size: 30px;
    color: white;
    line-height: 70px;
}

@media (max-width: 768px) {
    .wrap-intro span a i {
        font-size: 20px;
        line-height: 50px;
    }
}

#banner-video {
    position: relative;
}

#banner-video .title-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
}

#banner-video .title-video .content-text-video {
    height: 725px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#banner-video .title-video h2 {
    font-family: 'dk_cinnabar';
    font-size: 104px;
}

#banner-video .title-video p {
    color: white;
}


/*
// =============================================== 
// 15. Gallery Safaria
// =============================================== 
*/

.simplefilter {
    padding: 20px 0;
    text-align: center;
}

.simplefilter button {
    display: inline-block;
    margin-right: 10px;
    background: transparent;
    border: transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.simplefilter button:hover {
    opacity: 0.5;
}

.filter-content-gallery {
    margin-bottom: 15px;
}

.filter-content-gallery .wrap-filter {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.filter-content-gallery img {
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: pointer;
}

.filter-content-gallery img:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.info-image {
    margin: 0px 0 30px 0;
}

.info-image p {
    color: #10090a;
    font-size: 14px;
    text-align: center;
}

.img-blog-top {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-blog-top .img-blog-abs {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 25, 13, 0.9);
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.img-blog-top .img-blog-abs:hover {
    opacity: 1;
}

.img-blog-top .img-blog-abs a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.img-blog-top .img-blog-abs a span {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 24px;
}

.img-blog-top .img-blog-abs a:hover {
    opacity: 1;
}


/*
// =============================================== 
// 16. 404 500 Page
// =============================================== 
*/

.detail-404 {
    padding: 40px 0;
}

.detail-404 h1 {
    text-align: center;
    font-size: 150px;
    font-family: 'dry_brush';
}

font-family: 'dry_brush';

}
.resposta {
    color: #fff;
    font-size: 16px;
    padding: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.email-enviado {
    background-color: #5cb85c;
    border: 2px solid #4cae4c;
    text-align: center;
}
.email-nao-enviado {
    background-color: #d9534f;
    border: solid 2px #d43f3a;
    text-align: center;
}
.email-nao-validado {
    background-color: #f0ad4e;
    border: solid 2px #eea236;
    padding-left: 30px;
}
.email-aguarde {
    padding-left: 15px;
    display: table;
}
.email-aguarde span {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}
.email-aguarde span img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.icon_whatsapp_bottom {
    background: #00e676;
    position: fixed;
    bottom: 15px;
    right: 20px;
    width: 42px;
    height: 42px;
    text-align: center;
    display: block;
    padding: 5px 5px 2px 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999;
}
.abertura {
    width: 100%;
    height: 100%;
    background-image: url('../../images/index.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.abertura #player {
    display: none;
}
.abertura .logo {
    padding: 0 15px;
    font-size: 0;
    text-align: center;
    height: 150px;
    /*background: url('../../images/logo-topo.png') center no-repeat;*/
    
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 140px;
    margin-bottom: 100px;
}

/*.abertura .logo:hover {
  background: url('../../imageslogo-topo.png') center no-repeat;
}*/
.abertura .botoes {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 160px;
}
.abertura .botoes li {
    display: inline-block;
    margin: 0 10px;
}
.abertura .botoes li a {
    /*font-size: 24px;*/
    
    color: #fff;
    border: solid 1px #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 250px;
    height: 60px;
    display: block;
    line-height: 23px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'SourceCodePro-Light';
}
.abertura .botoes li a:hover {
    background: #fff;
    color: black;
}
.abertura .social {
    padding: 0 15px;
    text-align: center;
}
.abertura .social li {
    display: inline-block;
    margin: 0 7px;
}
.abertura .social li a {
    font-size: 14px;
    color: #fff;
    width: 32px;
    height: 32px;
    border: solid 2px #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    line-height: 30px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.abertura .social li a:hover {
    background: #c7956f;
    border: solid 2px #c7956f;
}
@media (max-width: 767px) {
    .abertura .logo {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    
    .abertura .botoes {
        margin-bottom: 60px;
    }
    
    .abertura .botoes li {
        margin-bottom: 30px;
    }
    
    .abertura .botoes li:last-child {
        margin-bottom: 0;
    }
    
    .abertura .social {
        bottom: 30px;
    }
    
    .abertura .social li a {
        font-size: 27px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media (max-width: 420px) {
    .abertura {
        width: 100%;
        height: 100%;
        background-image: url('../../images/index-mobile.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
.modal-dialog {
    width: 800px;
}
.modal-header {
    color: black;
}
.modal-body p {
    color: black;
}
div.content-highlights ul.categories li {
    padding: 10px;
}
div.content-highlights ul.categories li:hover {
    background-color: whitesmoke;
}
div.content-highlights ul.categories li a {
    color: black;
}
div.content-highlights ul.categories li a i {
    padding-right: 10px;
}
div.content-highlights ul.atividades li {
    margin-bottom: 15px;
    text-align: justify;
}
@media (max-width: 420px) {
    .modal-dialog {
        width: 350px;
    }
    
    .modal-content img {
        width: 320px;
    }
}
div.content-highlights ul.categories li a i {
    padding-right: 10px;
}
div.content-highlights ul.atividades li {
    margin-bottom: 15px;
    text-align: justify;
}
@media (max-width: 420px) {
    .modal-dialog {
        width: 350px;
    }
    
    .modal-content img {
        width: 320px;
    }
}
iv.content-highlights ul.categories li a i {
    padding-right: 10px;
}
div.content-highlights ul.atividades li {
    margin-bottom: 15px;
    text-align: justify;
}
@media (max-width: 420px) {
    .modal-dialog {
        width: 350px;
    }
    
    .modal-content img {
        width: 320px;
    }
}
iv.content-highlights ul.atividades li {
    margin-bottom: 15px;
    text-align: justify;
}
@media (max-width: 420px) {
    .modal-dialog {
        width: 350px;
    }
    
    .modal-content img {
        width: 320px;
    }
}{
width: 350px;

}
.modal-content img {
    width: 320px;
}

}

}

div.form-group.pull-left ul.categories li a{
    color: #000;
}
