@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Righteous');

body, html {font-family: 'Open Sans', sans-serif; margin:0; padding:0; height:100%; -webkit-text-size-adjust: 100%; background-color: #FAFAFA; color: #333; scroll-behavior: smooth; font-weight:400; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;border: 0;outline: 0;font-style: normal;font-size: 100%;font-family: inherit;vertical-align: baseline; display:inline; font-weight: inherit;}

header { float: left; width: 100%; background-color: #FFB600; position: fixed; z-index: 999;height: 55px;}
.header-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;position: relative;height: 55px;z-index: 100;background-color: #FFB600; padding: 0 25px;}
.header-brand {float: left;font-size: 28px;color: #fff; text-decoration: none; font-weight: 700; margin: 9px 10px 0px 0; font-family: 'Righteous', cursive;}
    .header-brand span{color: #333;}
    .header-brand i{color: #333;font-size: 24px;}
    .header-brand img {height: 26px;margin: 0px 0px -4px 0;}

.header-flags {float: right;}
    .header-flags a {float: left; color: #fff; font-size: 14px; text-decoration: none; margin-right: 15px;}

	.header-sub {float:left; width:100%; background-color:#333;}
        .header-sub-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;position: relative;height: 55px;background-color: #333; padding: 0 25px;}

    .header_selects {float:left; margin-top: 12px;}
        .header_selects select {border:1px solid #fff; background-color:#fff; padding:0px 10px; height:30px; font-size:16px; float:right; margin:0px 0px 0 10px; color:#999;}
        .header_selects select:nth-child(1) {max-width:250px;}
        .header_selects select:nth-child(2) {max-width:200px;}
        .header_selects span {float:right; margin:7px 0px 0 0px; color: #fff;}

    .header-search {float: left; width: 100%; background-color: #fff; height: 35px; margin: 10px 0px 0 0;}
    .header-search input {float: left;border: 0px solid #fff;background-color: #fff;margin-left: 5px;padding: 0px 10px;height: 35px;font-size: 16px;width: calc(100% - 45px);color: #333;}
    .header-search a i {float:left;background-color: #fff; color: #666; height: 35px; width: 35px; text-align: center; font-size: 16px; line-height: 35px; border-left: 1px solid #ccc;}
    .header-search a img {float:left;background-color: #fff; color: #666; height: 35px; width: 35px; border-left: 1px solid #ccc; padding: 7px; cursor: pointer;}

    .login_on {position: fixed; top: 10px; right: 10px; color: #fff;}
    .login_on a {float: left; background-color: #ddd;color: #333; padding: 5px 0px; width: 30px; text-align: center;}
    .login_on a.config {background-color: #005E9A;color: #fff;}
        .login_on a.config img {height: 16px;}
    .login_on a.deepl {background-color: #74B8AA;color: #fff;}
        .login_on a.deepl img {height: 16px;}
    .login_on a.pend {background-color: #3799B7;color: #fff;}
        .login_on a.pend img {height: 16px;}
    .login_on a.new {background-color: #236F0C;color: #fff;}
        .login_on a.new img {height: 16px;}
    .login_on a.cache {background-color: #ff9900;color: #fff;}
        .login_on a.cache img {height: 16px;}
    .login_on a.logout {background-color: #cc0000;color: #fff;}
        .login_on a.logout img {height: 16px;}

footer { float: left; width: 100%; background-color: #333; color: #fff; font-size: 15px; font-weight: 300;}
.footer-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;background-color: #333; text-align: center; padding: 10px 20px 30px 20px;}
    .footer-container b {display: block; font-size: 16px; margin-bottom: 10px;}
    .footer-container span {display: block; font-size: 16px; margin-bottom: 10px;}
    .footer-container a {text-decoration: none; color: #fff;}
    .footer-container a:hover {text-decoration: underline;}

.footer-container .footer-links {list-style: none;padding: 0;margin: 0px 0 0px;display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;}
.footer-container .footer-links li a {text-decoration: none;font-weight: 500;}
.footer-container .footer-links li a:hover {text-decoration: underline;}

.header-container, .header-brand, .header-search input, .header-search a i, .header-search-m, .footer-container, .header_sub, .apps_filter, .apps_filter select, .header_sub_block a, .login_on a, .header-sub-container, .header-brand i, .header-search a img
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Menu  \*------------------------------------*/

/*.header-menu {float: right; width: calc(100% - 200px);}*/
.header-menu ul {list-style-type: none;margin: 0;padding: 0;overflow: hidden;}
.header-menu li {float: right;}
.header-menu li a, .header-menu .dropbtn {display: inline-block;color: white;text-align: center;text-decoration: none; line-height: 55px; padding: 0 10px 0 10px; font-size: 15px;}
.header-menu li a:hover, .header-menu .dropdown:hover .dropbtn {background-color: #333;}
.header-menu li a i {margin: 0 4px; font-size: 15px; line-height: 55px;}
.header-menu li.dropdown {display: inline-block;}
.header-menu .dropdown-content {display: none;position: absolute;background-color: #333; min-width: 155px;z-index: 1; border-bottom: 5px solid #333;}
.header-menu .dropdown-content a {color:#fff;padding: 0px 10px;text-decoration: none;display: block;text-align: left; line-height: 35px;}
.header-menu .dropdown-content a:hover {background-color: #1B526E;}
.header-menu .dropdown:hover .dropdown-content {display: block;}
.header-menu .flags {float: right;}
.header-menu .flags .dropdown-content {min-width: 150px;right: 25px;}
.header-menu .flags .dropdown-content a {text-align: right;}

.header-menu li a, .header-menu .dropbtn, .header-menu .dropdown-content a
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Home  \*------------------------------------*/

.main-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;background-color: #fff; padding: 130px 25px 25px 25px;}
.main-container-flex {display: flex; justify-content: space-between;}
.left { float:left; width: calc(100% - 300px); padding-right: 25px;}
.full { float:left; width: 100%;}
.sidebar {float:right; width:300px; /*background-color: #ccc;*/ padding: 0px 0px 0 0px;}
.main-container:after, .left:after, .sidebar:after, .full:after  {content: "";display: table;clear: both;}

.home_image {float:left; width: 100%;margin-bottom: 20px; position: relative;height: 0;padding-bottom: 35%;background-size: cover;background-position: center 50%;}

.title_main { float: left; width: 100%; color: #333; font-size: 30px;font-weight: 700; margin: -5px 0 10px 0;}
.desc_main {float: left;width: 100%; font-weight: 400;font-size: 16px; line-height: 24px; color: #333; margin:0px 0 25px 0; text-align: justify;}
    .desc_main a {color: #00a7e1;}
    .desc_main p { margin:0px 0 20px 0;}
    .desc_main p:last-child {margin:0px 0 10px 0;}
	.desc_main p::first-letter {text-transform: uppercase;
}	.desc_main span { float:left; font-size:16px; color:#333; width:60%; margin-bottom:5px;}
	.desc_main span:last-child {margin-bottom:0px;}
		.desc_main span b{color:#333; margin-right:3px; font-weight:600;}
		.desc_main span a{color:#7c6539; text-decoration:underline;}
		.desc_main span u{color:#7c6539;}
	.desc_main h2 {float: left; width: 100%; color: #333; font-weight: 700;font-size: 18px; display: block; margin:0px 0 10px 0;text-align: left;}
	.desc_main h3 {float: left; width: 100%; color: #333; font-weight: 700;font-size: 18px; display: block; margin:0px 0 10px 0;text-align: left;}

.title_cats { float: left; width: 100%; color: #333; font-weight: 700;font-size: 24px; display: block; margin:0px 0 10px 0; text-align: left;}
    .title_cats a{ color: #333;}
    .title_cats span{ float: right; color: #333; font-weight: 400;font-size: 14px; padding-top: 10px;}
        .title_cats span i{ font-size: 13px;}.title_sidebar { float: left; width: 100%; color: #333; font-weight: 700;font-size: 18px; display: block; border-bottom: 1px dashed #ddd; margin-bottom: 20px; padding-bottom: 10px}
.title_cats2 { float: left; width: 100%; color: #333; font-weight: 700;font-size: 18px; display: block; margin:0px 0 10px 0;}

.blog_box_content {float: left;width: 100%; margin: 0px 0 20px 0px;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
    .blog_box_thumb {float: left;width: 33.333%;border: 15px solid #fff;position: relative;transition: 200ms ease-in-out;outline: 1px dashed #ddd;}
    .blog_box_thumb.blog {width: 25%;}
    .blog_box_thumb.sidebar {width: 100%;}
        .blog_box_thumb_img {float: left; width: 100%; margin-bottom: 10px; position: relative;height: 0;padding-bottom: 55%;background-size: cover;background-position: center 50%; transition: 100ms ease-in-out;}
            .blog_box_thumb_img img {width: 100%;background-color: #eee;transition: 100ms ease-in-out;}
        .blog_box_thumb_img date {font-weight: 400;font-size: 14px;color: #333; position: absolute; top: 10px; right: 10px; background:#fff; padding: 1px 5px;}
            .blog_box_thumb_img date i{color: #966B32;}
        .blog_box_thumb_img vip {font-weight: 400;font-size: 16px;color: #333; position: absolute; bottom: 10px; right: 10px; background:#333; padding: 5px 5px;  border: 1px solid #fff; border-radius: 5px;}
            .blog_box_thumb_img vip i{color: #FEBA0F;}
        .blog_box_thumb b {float: left;width: 100%; color: #333;margin-bottom: 5px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; font-weight: 600;font-size: 20px;text-align: left;}
        .blog_box_thumb.sidebar b {font-size: 18px;margin-bottom: 0px;}
        .blog_box_thumb b a{text-decoration: none; color: #333;}
        .blog_box_thumb span {float: left;width: 100%; font-weight: 400;font-size: 15px; line-height: 23px; color: #333; margin:0px 0 5px 0;}
        .blog_box_thumb span.metas {background-color: #eee; padding: 5px 15px; margin:5px 0 7px 0!important; font-weight: bold;}
            .blog_box_thumb span.metas i{font-weight: normal;font-style: normal;}

		.featured {border: 3px solid #FEBA0F;}
		.featuredbckg { background-color: #333; padding: 3px 10px 7px 10px; font-weight: inherit!important;}
		.featuredbckg a {color: #FEBA0F!important;}

        .lines1 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
        .lines2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
        .lines3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

        .blog_box_thumb a.config { position: absolute; top: 5px; left: 5px; background-color: #fff; padding: 5px; color: #3F6BF5; font-size: 1.2rem; z-index: 99;}

.home_filter {float:left; width:100%; margin-bottom: 25px; background-color: #f5f5f5; padding: 15px 20px;}
	.home_filter select {background-color: #fff; border: 1px solid #999;color: #777;float: left;font-size: 1rem;padding: 0px 10px; width:40%; margin-right:15px; height: 40px; margin-bottom: 0;}
	.home_filter a{ border:0px solid #000; float:left; height:40px; text-decoration:none; line-height:40px; background-color:#FFB600; color:#000; font-size: 1rem; width:calc(20% - 30px);position:relative;transition: 200ms ease-in-out; padding: 0 15px; margin-bottom: 0;}
    /*.home_filter a:before  {content: "\f002";font-family: FontAwesome;position:absolute;top:0px;right:10px;font-size:20px;}
    .home_filter a:hover {background-color:#C08B45;}*/
	.home_filter a img { float: right; height: 20px; margin-top: 10px;}

.home_countries {float: left;width: 100%; margin: 0px 0 20px 0px; background-color: #F1E8DF; padding: 20px;}
    .home_countries p {float: left;width: 100%; margin: 0px 0 20px 0px;text-align: center; font-weight: 700;font-size: 18px;}
    .home_countries_content {float: left;width: 100%; display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
        .home_countries_thumb {float: left;width: 10%;border: 15px solid #fff;position: relative;transition: 200ms ease-in-out;outline: 1px dashed #ddd;background-color: #fff; text-align: center; font-size: 14px;}
        .home_countries_thumb a{width: 100%; margin-bottom: 5px; /*-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.30; filter: alpha(opacity=30);transition: 200ms ease-in-out;*/}
        .home_countries_thumb a.active{-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; filter: alpha(opacity=100);}
        .home_countries_thumb a:hover{-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; filter: alpha(opacity=100);}
        .home_countries_thumb img{width: 100%; margin-bottom: 5px;}

.main-container, .left, .blog_box_thumb, .blog_box_thumb_img date, .blog_box_thumb span.metas, .home_countries, .home_countries_thumb, .home_filter, .home_filter select, .home_filter a, .blog_box_thumb_img vip, .featured, .featuredbckg
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Post    \*------------------------------------*/

.post_img {float:left; width:100%; margin-bottom:20px; position:relative;height: 0;padding-bottom: 60%;background-size: cover;background-position: center 50%;border: 15px solid #fff;outline: 1px dashed #ddd;}
    .post_img .source {font-weight: 400;font-size: 12px;color: #333;position: absolute;bottom: 0px;left: 0px;background: rgba(255,255,255,0.80);padding: 3px 6px;}
    .post_img .source a {text-decoration: none;color: #333;}

.post_video {border:0px solid #fff; float:left; width:100%; padding-top: 56.25%; position: relative; margin-bottom:25px;}
	.post_video iframe {height: 100%;left: 0;position: absolute;top: 0;width: 100%;}

.toc {float: left;width: calc(100% - 356px); min-height: 280px; margin: 0px 0 20px 0;padding: 15px 20px;background-color: #f9f9f9;font-weight: 400;}
    .toc span { display: block; margin-bottom: 8px;}
    .toc span a{color: #946A32; text-decoration: none; font-weight: 600;}
    .toc span i{margin-right: 5px;}

.styled-table {border-collapse: collapse;margin-bottm: 25px;width: 100%;box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
.styled-table thead tr {background-color: #CDA36B;color: #ffffff;text-align: left;}
.styled-table th, .styled-table td {padding: 12px 15px;}
.styled-table tbody tr {border-bottom: 1px solid #dddddd;}
.styled-table tbody tr:nth-of-type(even) {background-color: #f3f3f3;}
.styled-table tbody tr:last-of-type {border-bottom: 2px solid #CDA36B;}
.styled-table tbody tr.active-row {font-weight: bold;color: #946A32;}

.anchor { float:left; width:100%; position: relative;top: -135px;visibility: hidden;}

.screenshots {float: left;width: 100%;margin: 0px 0 20px 0;display: grid;grid-template-columns: 33.333% 33.333% 33.333%;grid-column-gap: 5px;grid-row-gap: 5px;}
.screenshots div img {width: 100%;height: auto;}
.screenshots div img:last-child {margin-right: 0px;}

.post_admin {float: left;width: 100%;margin: 0px 0 20px 0; background-color: #f9f9f9; padding: 10px;}
.post_admin .config {float: left;padding: 5px;background-color: #5A9600;color: #fff;font-size: 1.2rem;}
.post_admin .reset {float: right;padding: 5px;background-color: #3F6BF5;color: #fff;font-size: 1.2rem;}

.post_img1, .post_img2, .post_img3 {background-size: cover;height: 0;background-position: center 50%;background-repeat: no-repeat;border: 10px solid #fff;outline: 1px solid #eee;width: 40%;padding-bottom: 25%;position: relative;}
.post_img1, .post_img3 {float: right;margin: 7px 0 5px 20px;}
.post_img2 {float: left;margin: 7px 20px 5px 0px;}
    .post_img1 .source, .post_img2 .source, .post_img3 .source {font-weight: 400;font-size: 12px;color: #333;position: absolute;bottom: 0px;left: 0px;background: rgba(255,255,255,0.80);padding: 2px 10px;}
    .post_img1 .source a, .post_img2 .source a, .post_img3 .source a {text-decoration: none;color: #333;}

.off {color: #ddd!important;}

ul.column-list {float: left;width: 100%;margin: 0px 0 30px 0; background-color: #f9f9f9; padding: 10px;}
ul.column-list {display: grid;  grid-template-columns: repeat(4, 1fr);  list-style: none;  gap: 0px;  padding: 0;}
ul.column-list li {height: 49px;line-height: 49px;margin-left: 20px;border-bottom: 1px solid #f1f1f1;font-size: 16px; white-space: nowrap;
overflow: hidden;text-overflow: ellipsis;<strong></strong>}
ul.column-list li a {color: #333;text-decoration: none;}
ul.column-list li a:hover {color: #333;text-decoration: underline;}

@media (max-width: 768px) {ul.column-list {grid-template-columns: 1fr;}}

#verMasBtn {display: block;margin: 20px auto;padding: 10px 20px;font-size: 16px;background-color: #f0f0f0;border: 1px solid #ccc;cursor: pointer;border-radius: 5px;}

.cpostal {background-color: #eee; padding: 25px 35px 35px 35px; font-size: 72px; line-height: 82px; text-align: left; color: #666;}
.cpostal b {font-size: 72px; font-weight: 600; line-height: 82px; color: #000;}
.cpostal a {color: #000;}

section {float: left;width: 100%;margin: 0px 0 30px 0; padding: 20px 25px 10px 25px; background-color: #eee; font-weight: 600;}

.card-container {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 20px;width: 100%;box-sizing: border-box; margin-bottom: 30px;}
.card-cp {background: #f8f8f8;border-radius: 12px;padding: 15px 20px;box-shadow: 0 2px 6px rgba(0,0,0,0.1);width: 32%;box-sizing: border-box;transition: transform 0.2s ease;}
.card-cp:hover {transform: scale(1.02);}
.card-cp h3 {margin-top: 0;color: #333;font-size: 1.2em;}
.card-cp p {margin: 5px 0 15px;font-size: 0.95em;color: #666;}
.card-cp .btn-mas {text-decoration: none;color: #0078d4;font-weight: bold;}
@media (max-width: 768px) {.card-cp {width: 100%;}}

.map-container {width: 100%;height: 300px;margin-bottom: 20px;}
@media (min-width: 768px) {.map-container {height: 500px;}}

.post_info_logo, .post_info span, .styled-table th, .styled-table td, .toc, .screenshots, .post_admin, .post_admin .config, .post_admin .reset, .post_img, .post_img .source, .post_img1, .post_img2, .post_img3, .post_img1 .source, .post_img2 .source, .post_img3 .source, ul.column-list, .cpostal, section
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Form    \*------------------------------------*/

.postform {float: left; width: 100%; padding: 0px 0 25px 0;}
    .postform input{float: left;border: 1px solid #ddd; background-color: #fff; padding: 5px; height: 35px;font-size: 16px;width: 100%; color: #333; margin-bottom: 10px;}
    .postform textarea {float: left;border: 1px solid #ddd; background-color: #fff; padding: 5px; height: 35px;font-size: 16px;width: 100%; color: #333; margin-bottom: 10px; height: 200px; font-family: 'Open Sans', sans-serif;}
    .postform select{float: left;border: 1px solid #ddd; background-color: #fff; padding: 5px; height: 35px;font-size: 16px;width: 100%; color: #333; margin-bottom: 10px;}
.postform a {float: left;background-color: #ccc;color: #333;padding: 5px 10px;text-decoration: none;text-align: center;cursor: pointer; height: 35px;}
    .postform label {float: left;width: 100%; color: #333; margin-bottom: 5px;}
    .postform input[type="checkbox"] {float: inherit!important;border: 1px solid #ddd; background-color: #fff; padding: 0px!important; height:auto!important;font-size: 16px;width: auto!important; color: #333; margin-bottom: 0px!important; margin-right: 10px;}
    .postformcom {float: left; width: 100%; background-color: #fff; margin-bottom: 25px;}
    .postformcom:last-child {margin-bottom: 0px;}
        .postformcom img {float: left; width: 45px; height: 45px; background-color: #ccc;}
        .postformcom .name {display: block; padding-left: 60px; font-weight: bold; text-transform: capitalize;}
        .postformcom .name b {display: block; font-size: 14px; font-weight: normal; margin-top: 5px;}
            .postformcom .name b i{color: #ffcc33;}
        .postformcom span {float: left;width: 100%; font-weight: 400;font-size: 15px; line-height: 22px; color: #333; text-align: justify; margin-top: 10px;}
        .postformcom span:first-letter {text-transform: capitalize;}

        .postformcom a.reset {background-color: #3F6BF5;padding: 5px 8px;color: #fff;font-size: 1rem;float: right;}
        .postformcom a.remove {background-color: #cc0000;padding: 5px 8px;color: #fff;font-size: 1rem;float: right; margin-left: 5px;}

.postform input, .postform textarea, .postform a, .postformcom, .postform select, .postformcom a.remove, .postformcom a.reset
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Sidebar    \*------------------------------------*/

.sidebar_home_box {float: left;width: 100%;margin: 20px 0 20px 0px;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.sidebar_home_box_thumb {float: left;width: 100%;border: 0px solid #fff;transition: 200ms ease-in-out;outline: 0px dashed #ddd; margin-bottom: 15px;}
.sidebar_home_box_thumb_img {float: left;width: 75px;transition: 100ms ease-in-out;}
    .sidebar_home_box_thumb_img img{width: 100%;border-radius: 10px;transition: 100ms ease-in-out;}
.sidebar_home_box_thumb b {float: right;width: calc(100% - 85px);font-weight: 600;color: #333;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; margin-bottom: 5px;}
.sidebar_home_box_thumb date {float: right;width: calc(100% - 85px); font-weight: 400;font-size: 14px;color: #666;}

/*------------------------------------*\   Navigation    \*------------------------------------*/

.navigation {float:left; width:100%; color:#333; font-size:14px; font-weight:400; margin:0px 0 0px 0; border-top:1px dashed #ccc; padding-top: 25px;}
.navigation.blog { margin-bottom:20px;}
    .navigation a{ color:#333; text-decoration:none;}
    .navigation a:hover { text-decoration:underline;}
    .navigation a:last-child { text-decoration:underline;}
    .navigation span{font-weight:400;}

.navigation
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Pagination    \*------------------------------------*/

.pagination {float:left; width:100%; text-align:center; padding:0 10px; color:#333; margin:20px 0 40px 0;}
.pagination a {color:#333; text-decoration:none; padding:2px 15px; background-color:#eee; font-size:20px; display:inline-block; border-right:1px solid #fff; border-bottom:1px solid #fff; transition: 200ms ease-in-out;}
.pagination a:hover { background-color:#323A45; color:#fff;}
.pagination_act a {color:#fff; text-decoration:none; background-color:#323A45;}

.pagination, .pagination a
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   form    \*------------------------------------*/

.form { float:left; width:100%;}
.form textarea {font-family: 'Catamaran', sans-serif; float:left; width:100%; padding:10px; font-size:16px; margin-bottom:15px; height:100px;}
.form input[type='text'] {float:left; width:100%; padding:10px; font-size:16px; margin-bottom:15px;}
.form a { float:left; width:100px; background-color:#ccc; color:#333; padding:5px 10px; text-decoration:none; text-align:center; cursor:pointer;}
.form a:hover {background-color:#aaa;}
.form span { float:left; width:100%; color:#009900; margin-top:15px; font-size:16px;}

.form textarea, .form input[type='text'], .form a
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Admin    \*------------------------------------*/

.linksdeepl {float: left; width: 100%;}
    .linksdeepl span {float: left; width: 100%; margin-bottom: 10px;}
        .linksdeepl span a{float: left; width: 100%; padding: 6px 10px; background-color: #ddd; text-decoration: none; color: #333;}
        .linksdeepl span strong {float: right; font-weight: normal;}
a.admin_save {float: right;color: #669933;font-size: 40px;margin-top: -20px;}

.commentsad {float: left; width: 100%;}
.commentsad span {float: left; width: 100%; margin-bottom: 2px;}
.commentsad span span {float: left; width: 10%; margin-bottom: 0px; padding: 6px 10px; background-color: #bbb; text-align: center; height: 31px; color: #fff;}
.commentsad span a {float: left; width: 90%; padding: 6px 10px; background-color: #ddd;  display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; color: #333;}
.commentsad span u{float: left; width: 10%; }
.commentsad span u a{float: left; width: 100%; height: 34px; background-color: #00A708;}
.commentsad span textarea {float: left; width: 50%; height: 100px!important;}
.commentsad span .save {float: left; width: 100%; font-size: 2rem; background-color: #669966;color: #fff; margin-bottom: 20px;}

.linksdeepl span, .admin_textarea_apis, .linksdeepl span a, .commentsad span span, .commentsad span a
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}






















.pb-0 {padding-bottom: 0;}
.mb-0 {margin-bottom: 0!important;}
.mb-5 {margin-bottom: 5px!important;}
.mb-10 {margin-bottom: 10px!important;}
.mb-20 {margin-bottom: 20px!important;}
.mb-25 {margin-bottom: 25px!important;}
.mt--10 {margin-top: -10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.ml-30 {margin-left: 30px!important;}
.w-100 {width: 100%;}
.w95 {width:95%!important;}
.w75 {width: 75%!important;}
.w50 {width: 50%!important;}
.w45 {width: 45%!important;}
.w25 {width: 25%!important;}
.h50 {height: 50px!important;}
.h75 {height: 75px!important;}
.h300 {height: 300px!important;}
.h375 {height: 375px!important;}
.h400 {height: 400px!important;}
.bb-0 {border-bottom: 0!important;}
.br-0 {border-right: 0!important;}
.bb-dotted {border-bottom: 1px dashed #ddd;margin-bottom: 20px;padding-bottom: 10px;}
.bb-dotted2 {border-bottom: 1px dashed #666!important;margin-bottom: 20px!important;padding-bottom: 10px!important;}

@media screen and (max-width: 1180px) {
.header-container {padding: 0 15px;}
.header-menu, .header-flags {display:none;}
.header-brand {margin-right: 0px;}
.header-sub-container {padding: 0 10px;}
.main-container {padding: 130px 20px 25px 20px;}
.main-container-flex {display: inherit; justify-content: inherit;}   
.left {width: 100%; padding-right: 0px;}
.sidebar {float:left; width:100%; margin-top: 20px;}
.blog {padding: 0px 0px; color: #fff;}
.blog_box_thumb {width: 100%; margin-bottom: 0px;}
.blog_box_thumb.blog {width: 100%;}
.banner_home_post {width: 100%; margin-bottom: 10px;}
.navigation {display:none;}

}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px) {
.header-brand {font-size: 26px;}
.blog_box_thumb span, .blog_desc {text-align: inherit;}
.blog_box_thumb_img.post {margin: -20px 0 5px -20px; width: calc(100% + 40px); padding-bottom: 60%;}
.blog_box_thumb_img.home {padding-bottom: 75%;}
.blog_box_thumb_img.home span b {font-size: 32px;}
.blog_box_thumb_img.home span u {font-size: 20px;}
.property-container {width: 100%; border-right:0px solid #fff;}
.login_on {display: none;}
.home_filter select {width:100%; margin-right:0px; margin-bottom: 10px;}
.home_filter a{width:100%;}
.home_countries_thumb {width:50%;}
.toc {width: 100%;}
.title_cats span {display:none;}
.post_img1, .post_img2, .post_img3 {float: left;margin: 5px 0 15px 0px; width: 100%;padding-bottom: 60%;}

}
