@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i'); /* font-family: 'Lato', sans-serif; */

/* _custom_design/main.css v.2.0.0 - last modified 24.07.2018 (see config/version_history.php for details)*/
/* =========================================================================================================================== */
/* =========================================================================================================================== */
/* Main options */

html {min-width: 350px;}
body {font-family: "Lato",sans-serif; min-width: 350px;}

.th-custom-design-title-intro {}
.th-custom-design-title {}
.th-custom-design-title-underline {}
.th-custom-design-title-subtitle {}

.th-custom-design-paragraph-title-intro {}
.th-custom-design-paragraph-title {}
.th-custom-design-paragraph-title-underline {}
.th-custom-design-paragraph-subtitle {}
.th-custom-design-paragraph-text {}

a.th-custom-design-button {border: 1px solid #000; padding: 10px 20px; color: #000;}
a.th-custom-design-button:hover {background-color: #000; color: #fff; text-decoration: none;}

.th-custom-class-1 {font-size: 22px;}
.th-custom-class-2 {font-size: 20px;}
.th-custom-class-3 {font-size: 18px;}
.th-custom-class-4 {font-size: 16px;}
.th-custom-class-5 {font-size: 10px;}

.th-custom-color-class-1 {color: #b90000;}
.th-custom-color-class-2 {color: #00b900;}
.th-custom-color-class-3 {color: #0095b9;}
.th-custom-color-class-4 {color: #0032b9;}
.th-custom-color-class-5 {color: #b900b9;}

/* ------------------------------------------------------------------------------------- */
/* * Media Queries                                                                       */
/* standard "@media (max-width : px) {}": 1199px (col-md) | 991px (col-sm) | 767px (col-xs) | 500px | 400px */

.th_menu_t13 .th-main-menu-container .th-logo-container img {
    max-width: 70px;
}

/* * Media Queries                                                                       */
/* ------------------------------------------------------------------------------------- */

/* Main options */
/* =========================================================================================================================== */
/* =========================================================================================================================== */

.th-menu_t13_space-top {height: 100px;}

.th-index-header-container {background-position: center center; background-repeat: no-repeat; background-size: cover;}
.th-index-header-container .th-index-header-inner-container {height: 600px; background-color: rgba(86, 86, 86, 0.5); display: flex; align-items: center; justify-content: center;}
.th-index-header-container .th-index-header-inner-container .th-index-content {display: block; text-align: center;}
.th-index-header-container .th-index-header-inner-container .th-index-content img {max-width: 200px;}
.th-index-header-container .th-index-header-inner-container .th-index-content h1 {font-weight: 600; font-size: 50px; color: #fff;}
.th-index-header-container .th-index-header-inner-container .th-index-content p {font-size: 25px; color: #fff;}


.th-transport-container {text-align: center; padding-top: 50px;}
.th-transport-container h2 {font-size: 30px; padding-bottom: 20px; font-weight: 600; text-align: center;}
.th-transport-container p {text-align: center; font-weight: 400;}

.th-destinations-container {border-bottom: 1px solid #000; padding: 100px 0; display: grid; grid-template-columns: 50% 50%;}
.th-destinations-container .th-img {text-align: center;}
.th-destinations-container .th-img img {max-width: 100%; height: auto;}
.th-destinations-container .th-txt {padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.th-destinations-container .th-txt h2 {font-size: 40px; padding-bottom: 20px; font-weight: 600; text-align: center;}
.th-destinations-container .th-txt p {text-align: center; font-weight: 400;}

@media (max-width : 991px) {
    .th-destinations-container {grid-template-columns: 100%;}
    .th-index-header-container .th-index-header-inner-container .th-index-content img {max-width: 150px;}
    .th-index-header-container .th-index-header-inner-container .th-index-content h1 {font-size: 35px;}
    .th-index-header-container .th-index-header-inner-container .th-index-content p {font-size: 18px;}
}

.th-contact-info-container {background-color: #fff; padding: 100px 0;}

.th-contact-info-container .th-contact-info-inner-container {display: grid; grid-template-columns: 50% 50%;}


@media (max-width : 600px) {
    .th-contact-info-container .th-contact-info-inner-container {grid-template-columns: 100%;}
    .th-contact-info-container .th-contact-info-inner-container .th-contact-timetable {padding: 30px 0;}
}


.th-contact-info-container .th-contact-info-inner-container .th-contact-informations {text-align: center;}
.th-contact-info-container .th-contact-info-inner-container .th-contact-informations .th-btn-container {text-align: center;}
.th-contact-info-container .th-contact-info-inner-container .th-contact-informations a.th-btn-container {display: inline-block; background-color: #1a2f3e; padding: 20px 50px; color: #fff;}
.th-contact-info-container .th-contact-info-inner-container .th-contact-informations a.th-btn-container:hover {text-decoration: none;}
.th-contact-info-container .th-contact-info-inner-container .th-contact-timetable {text-align: center;}

.th-contact-info-container .th-contact-info-inner-container .th-title {font-size: 40px; padding-bottom: 20px; font-weight: 600; text-align: center; font-size: 40px; color: #000;}
.th-contact-info-container .th-contact-info-inner-container .th-txt {color: #000;}
.th-contact-info-container .th-contact-info-inner-container .th-txt a {color: #000;}

/* Footer */
/* ==================================================================================================== */

.th-footer {background-color: #1a2f3e; color: #fff; text-align: center; padding: 25px 0; font-size: 12px;}
.th-footer img {width: 100%; max-width: 15px;}