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

html, body {width: 100%; height: 100%;}

input:focus::-webkit-input-placeholder {color:transparent;}
input:focus:-moz-placeholder {color:transparent;} 
input:focus::-moz-placeholder {color:transparent;} 
input:focus:-ms-input-placeholder {color:transparent;}
input[type="email"]::-webkit-input-placeholder {text-transform: lowercase;}
input[type="email"]:-moz-placeholder {text-transform: lowercase;} 
input[type="email"]::-moz-placeholder {text-transform: lowercase;} 
input[type="email"]:-ms-input-placeholder {text-transform: lowercase;}
input[type="text"]::-webkit-input-placeholder {text-transform: lowercase;}
input[type="text"]:-moz-placeholder {text-transform: lowercase;}
input[type="text"]::-moz-placeholder {text-transform: lowercase;} 
input[type="text"]:-ms-input-placeholder {text-transform: lowercase;}
input[type="password"]::-webkit-input-placeholder {text-transform: lowercase;}
input[type="password"]:-moz-placeholder {text-transform: lowercase;} 
input[type="password"]::-moz-placeholder {text-transform: lowercase;} 
input[type="password"]:-ms-input-placeholder {text-transform: lowercase;}
textarea::-webkit-input-placeholder {text-transform: lowercase;}
textarea:-moz-placeholder {text-transform: lowercase;} 
textarea::-moz-placeholder {text-transform: lowercase;} 
textarea:-ms-input-placeholder {text-transform: lowercase;}

.thm-nobr {white-space: nowrap;}

.th-main-page {min-height: 100%; display: grid; grid-template-rows: 1fr auto; grid-template-columns: 100%;}
.th-main-page-container {}

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

.th-policy {padding: 30px 0;}
.th-policy .th-policy-title {font-size: 24px; font-weight: bold; margin-bottom: 50px;}
.th-policy .th-policy-subtitle {font-size: 18px; font-weight: bold;}
.th-policy .th-policy-txt {margin-bottom: 30px;}

.th-cookie-alert {z-index: 2000; background-color: #fff; position: fixed; bottom: 0; left: 0; right: 0;}
.th-cookie-alert .th-container-cookie-alert {margin: 25px 15px; display: grid; grid-template-columns: 50px auto 150px; font-size: 13px;}
.th-cookie-alert .th-container-cookie-alert .th-icon-cookie-alert {display: flex; align-items: center; font-size: 30px;}
.th-cookie-alert .th-container-cookie-alert .th-txt-cookie-alert {display: flex; align-items: center; padding: 0 10px;}
.th-cookie-alert .th-container-cookie-alert div p {margin-bottom: 0;}
.th-cookie-alert .th-container-cookie-alert div p a {color: #000; font-weight: 600;}
.th-cookie-alert .th-btn-container {display: flex; align-items: center;}

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

@media (max-width : 767px) {
    .th-cookie-alert .th-container-cookie-alert {grid-template-columns: 100%;}
    .th-cookie-alert .th-container-cookie-alert div {display: block; text-align: center;}
    .th-cookie-alert .th-container-cookie-alert div p {padding: 15px 0;}
}

@media (max-width : 500px) {
	.th-cookie-alert .th-container-cookie-alert .th-icon-cookie-alert {justify-content: center;}
	.th-cookie-alert .th-container-cookie-alert {grid-template-columns: 100%; text-align: center; margin: 25px 0;}
	.th-cookie-alert .th-container div p {padding: 15px 0;}
}

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

/* =========================================================================================================================== */

/* th_menu_t.13 */
/* =========================================================================================================================== */

/* .th-menu_t13_space-top {height: 120px; background-color: #fff;} */

/* .th_menu_t13 {box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2); position: fixed; top: 0; left: 0; right: 0; background-color: #fff; z-index: 100;} */

.th_menu_t13{padding-bottom: 85px;}
.th_menu_t13 .th-language-selector {display: inline-block; margin-left: 20px; border-left: 1px solid #e3e3e3; padding-left: 20px;}
.th_menu_t13 .th-language-selector .dropdown-toggle {color: white; font-weight: 500;}
.th_menu_t13 .th-language-selector .dropdown-toggle i {margin-right: 5px;}
.th_menu_t13 .th-language-selector .th-selected-language a {color: #aaaaaa;}
.dropdown-menu>li.th-selected-language>a:focus, .dropdown-menu>li.th-selected-language>a:hover {text-decoration: none; background-color: #fff;}

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

@media (max-width : 1199px) {
    .th_menu_t13 .th-language-selector {margin-right: 50px; padding-right: 20px; border-left: 0; border-right: 1px solid #e3e3e3;}
}

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

.th_menu_t13 .dropdown-menu {min-width: auto; z-index: 10000; border-radius: 12px; margin: 2px -15px 0;}
.th_menu_t13 .dropdown-menu li {padding-left: 0;}

.th_menu_t13 .th-main-menu-container {width: 100%; display: grid; grid-template-columns: 150px auto; z-index: 1000; position: fixed;  padding: 20px 6%; transform: translate(0, 0%) scale(1); transition-duration: 0.4s;}
.sticky {position: fixed; background: #212F0F !important; transform: translate(0, 0%) scale(1); transition-duration: 0.4s;}
.th_menu_t13 .th-main-menu-container .th-logo-container {display: flex; align-items: center;}
.th_menu_t13 .th-main-menu-container .th-logo-container img {width: 100%; height: 100%; -webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;}

.th_menu_t13.th-after-scroll {box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);}
.th_menu_t13.th-after-scroll .th-main-menu-container .th-logo-container img {width: 90%;}

.th_menu_t13 .th-main-menu-container .th-category-container {display: flex; align-items: center; justify-content: flex-end;}
.th_menu_t13 .th-main-menu-container .th-category-container a.th-main-link {color: #FFF; margin: 0px 20px;}

.th_menu_t13 .th-main-menu-container .th-category-container .th-submenu {display: none; position: absolute; /* top: 55px; */ background-color: #fff; padding-top: 20px; padding-bottom: 20px;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-menu-link {display: inline-block; margin-left: 25px; font-weight: 300; font-size: 16px;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-menu-link:hover .th-submenu,
.th_menu_t13 .th-main-menu-container .th-category-container .th-menu-link .th-submenu:hover {display: block;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-submenu a {padding: 5px 10px; text-align: left; color: #000; display: block;}

.th_menu_t13 .th-main-menu-container .th-category-container .th-socials-container {padding-left: 20px;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-socials-container .th-socials-box {padding-left: 10px; border-left: 1px solid #e3e3e3;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-socials-container .th-socials-box {color: #e3e3e3;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-socials-container a i {padding-left: 10px; color: #e3e3e3; -webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-socials-container a i:hover {color: #000;}


.th_menu_t13 .th-menu-mobile-container {display: none;}

.th_menu_t13 .th-menu-txt-hidden {display: inherit;}


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

@media (max-width : 1199px) {
	.th_menu_t13 .th-menu-mobile-container {position: absolute; top: 45px; right: 20px; text-align: right; display: flex; align-items: center; justify-content: flex-end;}
	.th_menu_t13 .th-main-menu-container .th-category-container {display: none;}
	.th_menu_t13 .th-languages-container ul {padding-left: 0;}
}

@media (max-width : 375px) {
	.th_menu_t13 .th-menu-txt-hidden {display: none;}
}

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

/* Personalization options th_menu_t.8 */

.th_menu_t8_menu-icon {display: inline-block;} /* options for display: "inline-block" or "none" */

.th_menu_t8_menu {}

.th_menu_t8_menu-icon span,
.th_menu_t8_menu-icon span:before,
.th_menu_t8_menu-icon span:after {background: white;} /*Color for menu opening icon*/

.th_menu_t8_menu-icon.th-close span:before,
.th_menu_t8_menu-icon.th-close span:after {background-color: #000;} /*Color for menu closing icon*/

.th_menu_t8_menu ul {padding-left: 0;}
.th_menu_t8_menu ul li a.th-main-link {color: #333;}
.th_menu_t8_menu ul li a.th-main-link:hover {color: #000; background-color: rgba(255, 255, 255, 0);}

.th_menu_t8_menu ul li a.th-social-link:hover {border-color: #000;}

.th_menu_t8_menu ul li a.th-social-link {color: #333;}

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

@media (max-width : 1199px) {
    .th_menu_t8_menu-icon {display: inline-block; position: fixed;} /* options for display: "inline-block" or "none" */
}

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

/* START - Personalization options th_menu_t.8 (mobile)*/
/* =========================================================================================================================== */

/* =========================================================================================================================== */
/* Main module class-es */

.th_menu_t8_menu {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 8999; background: rgb(255, 255, 255); display: table; opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s ease-out, visibility 0.2s ease-out; -moz-transition: opacity 0.3s ease-out, visibility 0.2s ease-out; -o-transition: opacity 0.3s ease-out, visibility 0.2s ease-out; transition: opacity 0.3s ease-out, visibility 0.2s ease-out;}
.th_menu_t8_menu_visuallyhidden {opacity: 0; visibility: hidden;}
.th_menu_t8_menu ul {width: 100%; /*height: 100%;*/ text-align: left; padding-top: 100px;}
.th_menu_t8_menu ul li {list-style-type:none;}
.th_menu_t8_menu ul li a.th-main-link {display: block; font-size: 2.25rem; font-size: 15px; font-weight: 400; text-transform: uppercase; letter-spacing: 3px; padding: 5px 0; text-decoration:none; text-align: center; -webkit-transition: background 0.2s ease, color 0.2s ease; -moz-transition: background 0.2s ease, color 0.2s ease; -o-transition: background 0.2s ease, color 0.2s ease; transition: background 0.2s ease, color 0.2s ease;}
.th_menu_t8_menu ul li .th-submenu {padding-bottom: 20px; text-align: center; padding: 0 5px;}
.th_menu_t8_menu ul li .th-submenu a {text-align: center; color: #333; font-weight: 300; padding: 0 5px; font-size: 12px; white-space: nowrap;}
.th_menu_t8_menu ul li.th-social-links-container {text-align: center; padding: 20px 0px;}
.th_menu_t8_menu ul li a.th-social-link {display: inline-block; padding: 5px 8px; margin: 10px; border: 1px solid transparent; border-radius: 40px; font-size: 20px; -webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;}
.th_menu_t8_menu-icon {padding: 15px 6px; display: flex; align-items: center; justify-content: center; border-radius: 50px; cursor: pointer; z-index: 9999; /*-webkit-transition: opacity 0.2s 1.6s ease-out; -moz-transition: opacity 0.2s 1.6s ease-out; -o-transition: opacity 0.2s 1.6s ease-out; transition: opacity 0.2s 1.6s ease-out;*/}
.th_menu_t8_menu-icon span { width: 20px; height: 2px; position: relative; display: inline-block; -webkit-transition: background 0.4s ease-out; -moz-transition: background 0.4s ease-out; -o-transition: background 0.4s ease-out; transition: background 0.4s ease-out; }
.th_menu_t8_menu-icon span:before {top: 6px;}
.th_menu_t8_menu-icon span::before {top: 5px;}
.th_menu_t8_menu-icon span::after {top: -6px;}
.th_menu_t8_menu-icon span:before,
.th_menu_t8_menu-icon span:after {width: 20px; height: 2px; display: inline-block; position: absolute; left: 0; content: ""; transform-origin: 50% 50%; -webkit-transition: top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear; -moz-transition: top 0.2s 0.2s ease-out, -moz-transform 0.2s linear; -o-transition: top 0.2s 0.2s ease-out, -o-transform 0.2s linear; transition: top 0.2s 0.2s ease-out, transform 0.2s -out;}
.th_menu_t8_menu-icon span:after {top: -6px;}

.th_menu_t8_menu-icon.th-close span {background-color: transparent; -webkit-transition: background 0.2s ease-out; -moz-transition: background 0.2s ease-out; -o-transition: background 0.2s ease-out; transition: background 0.2s ease-out;}

.th_menu_t8_menu-icon.th-close span:before {-webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); -o-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg);}
.th_menu_t8_menu-icon.th-close span:before,
.th_menu_t8_menu-icon.th-close span:after {-webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out, background 0.2s ease-out; -moz-transition: top 0.2s ease-out, -moz-transform 0.2s 0.2s ease-out, background 0.2s ease-out; -o-transition: top 0.2s ease-out, -o-transform 0.2s 0.2s ease-out, background 0.2s ease-out; transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, background 0.2s ease-out; top: 0; width: 20px; /*z-index:3;*/}

.th_menu_t8_menu-icon.th-close span:after {-webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); -o-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg);}
.th_menu_t8_menu-icon p {font-size: 1rem; font-size: 16px; font-weight: 400; margin-top: 18px; display: inline-block; color: #cd2d2c;}

/* END - Personalization options th_menu_t.8 */
/* =========================================================================================================================== */

.th_warnings_t1 {padding: 25px 0;}
.th_warnings_t1 p {margin: 0; padding: 5px 0; color: #fff;}
.th_warnings_t1 a {text-decoration: none;}
.th_warnings_t1 .thw-container {background-color: #fd7e14; padding: 15px; display: grid; grid-template-columns: 50px auto; color: #333; border-radius: 10px;}
.th_warnings_t1 .thw-container .thw-icon {display: flex; justify-content: center; align-items: center; font-size: 20px; border-right: 1px solid #fff;}
.th_warnings_t1 .thw-container .thw-icon i {color: rgba(255, 255, 255, 0.76);}
.th_warnings_t1 .thw-container .thw-message {padding-left: 15px;}
.th_warnings_t1 .thw-container .thw-message .thw-title {font-weight: bold; font-size: 16px;}

/* =========================================================================================================================== */
/* th_footer_t.6 v.2018.10.21 */

footer#th-footer-t6 {background-color: #000; display: flex; align-items: center;}
footer#th-footer-t6 .container,
footer#th-footer-t6 .container-fluid {height: auto; padding-top: 20px; padding-bottom: 20px;}
footer#th-footer-t6 .container-fluid {width: 100%;}

footer#th-footer-t6 .th-footer-container {display: grid; grid-template-columns: 20% 20% 20% 20% 20%;}
footer#th-footer-t6 .th-footer-container .th-about {}
footer#th-footer-t6 .th-footer-container .th-about .th-about-container {padding-right: 20px; border-right: 1px solid #4e4e4e;}
footer#th-footer-t6 .th-footer-container .th-about .th-about-container .th-title {font-size: 16px; font-weight: bold; color: #fff; text-transform: uppercase;}
footer#th-footer-t6 .th-footer-container .th-about .th-about-container .th-title span {font-weight: 300; color: #b57705;}
footer#th-footer-t6 .th-footer-container .th-about .th-about-container .th-txt {font-size: 12px; color: #808080;}

footer#th-footer-t6 .th-footer-container .th-links {padding-left: 20px;}
footer#th-footer-t6 .th-footer-container .th-links .th-title {font-size: 14px; font-weight: bold; color: #fff; text-transform: uppercase;}
footer#th-footer-t6 .th-footer-container .th-links .th-link,
footer#th-footer-t6 .th-footer-container .th-links .th-link a {color: #808080;}
footer#th-footer-t6 .th-footer-container .th-links .th-link {margin-bottom: 5px;}

footer#th-footer-t6 .th-footer-container .th-other {}
footer#th-footer-t6 .th-footer-container .th-other .th-social-networks {text-align: right; font-size: 18px;}
footer#th-footer-t6 .th-footer-container .th-other .th-social-networks a {color: #808080;}
footer#th-footer-t6 .th-footer-container .th-other .th-social-networks a i {margin-left: 5px; margin-right: 5px;}
footer#th-footer-t6 .th-footer-container .th-other .th-copyright {text-align: right; color: #808080; margin-top: 30px; font-size: 12px;}
footer#th-footer-t6 .th-footer-container .th-other .th-copyright strong {color: #fff;}

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

@media (max-width : 991px) {
    footer#th-footer-t6 .th-footer-container {grid-template-columns: 100%;}
    footer#th-footer-t6 .th-footer-container .th-about .th-about-container {padding-right: 0px; padding-bottom: 0px; border-right: 0px; border-bottom: 1px solid #4e4e4e;}
    footer#th-footer-t6 .th-footer-container .th-links {padding-left: 0px; text-align: center;}
    footer#th-footer-t6 .th-footer-container .th-links .th-title {margin-top: 10px;}
    footer#th-footer-t6 .th-footer-container .th-other {border-top: 1px solid #4e4e4e; margin-top: 10px; padding-top: 10px;}
}

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

/* th_footer_t.6 v.2018.10.21 */
/* =========================================================================================================================== */
/* =========================================================================================================================== */

/* =========================================================================================================================== */
/* =========================================================================================================================== */
/* Module v.0.0.0 - last modified DATE / Section name */



/* Module v.0.0.0 - last modified DATE / Section name */
/* =========================================================================================================================== */
/* =========================================================================================================================== */