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

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: #669966; position: fixed; z-index: 100;height: 55px;}
.header-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;position: relative;height: 55px;z-index: 100;background-color: #669966;padding: 0 25px;}
.header-brand-image {float: left; margin: 10px 10px 0 0;}
.header-brand-image img {height: 35px;}
.header-brand {float: left; font-size: 30px;color: #fff; text-decoration: none; font-weight: 700; margin-top: 10px; line-height: 33px;}

.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-search {float: left; width: 100%; background-color: #fff; height: 35px; margin: 10px 0px 0 0; /*border-radius: 5px;*/}
    .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_sub_block {float: left;width: 100%;margin-bottom: 10px;}
        .header_sub_block a {float: left;width: 100%;background-color: #666;padding: 0 10px;margin-left: 1px;font-size: 16px;font-weight: 300;line-height: 30px;text-decoration: none;color: #fff; margin-bottom: 5px;}
        .header_sub_block a:hover { background-color:#fff; color:#323A45;}

    .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: #3AC2D0;color: #fff;}
    .login_on a.cache {background-color: #ff9900;color: #fff;}
    .login_on a.logout {background-color: #cc0000;color: #fff;}

.phrases {float:left; width:100%; margin-bottom:20px; color:#fff; text-align: justify; padding:5px 15px; background-color:#999; text-align:left;}
	.phrases svg, .phrases i { float:right; font-size:1.5rem; color:#fff;}
.phrases2 {float:left; width:100%; font-size: 15px; line-height:24px; color:#333; text-align: justify;}
	.phrases2 svg, .phrases2 i { float:right; font-size:4rem; color:#fff;}
	.phrases2 b{}

footer { float: left; width: 100%; background-color: #333; color: #fff; font-size: 14px; font-weight: 300;}
.footer-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;background-color: #333; text-align: center; padding: 20px 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;}

.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-container, .header_sub_block a, .login_on a, .phrases
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

.header-menu {float: right;}
.header-menu ul {list-style-type: none;margin: 0;padding: 0;overflow: hidden;}
.header-menu li {float: left;}
.header-menu li a, .header-menu .dropbtn {display: inline-block;color: white;text-align: center;text-decoration: none; line-height: 55px; padding: 0 10px; font-size: 15px;text-transform: uppercase;}
.header-menu li a:hover, .header-menu .dropdown:hover .dropbtn {background-color: #336600;}
.header-menu li a i {margin: 0 4px;}
.header-menu li.dropdown {display: inline-block;}
.header-menu .dropdown-content {display: none;position: absolute;background-color: #336600; min-width: 255px;z-index: 1; border-bottom: 5px solid #336600;}
.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: #234601;}
.header-menu .dropdown:hover .dropdown-content {display: block;}
.header-menu .flags {float: right; margin-left: 0PX;}
.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: 1124px; max-width: 100%; margin-right: auto;margin-left: auto;background-color: #fff; padding: 130px 25px 25px 25px;}*/
.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% - 350px); padding-right: 20px;}
.full { float:left; width: 100%;}
.sidebar {float:right; width:350px; /*background-color: #ccc;*/ padding: 0px 0px 0 0px;}
.main-container:after, .left:after, .sidebar:after, .full:after  {content: "";display: table;clear: both;}

.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: 25px; color: #333; margin:0px 0 25px 0; text-align: justify; position: relative;}
.desc_main a{color: #669966;}
.desc_main p { margin-top: 0;}
.desc_main p:last-child{margin-bottom: 0;}
.title_cats { float: left; width: 100%; color: #333; font-weight: 700;font-size: 24px; display: block; margin:0px 0 20px 0;}
.title_cats2 { float: left; width: 100%; color: #333; font-weight: 700;font-size: 18px; display: block; margin:0px 0 10px 0;}
.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_blog { float: left; width: 100%; color: #333; font-size: 30px;font-weight: 700; margin:10px 0 15px 0;}
.title_thumbs { float: left; width: 100%; color: #333; font-weight: 800;font-size: 20px;}
.title_thumbs.featured { float: left; width: 100%; color: #333; font-size: 24px; font-weight: 700;}
.title_popular { float: left; width: 100%; color: #333; font-weight: 600;font-size: 14px;}

.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_content.popular {width:100%; margin: 0px 0 20px 0px;}
.blog_box_content.razas {width:100%; margin: 0px 0 20px 0px;}
.blog_box_content.affiliate {width:100%; margin: 0px 0 20px 0px;}
    .blog_box_thumb {float: left;width: 33.333%;border: 15px solid #fff;position: relative;transition: 200ms ease-in-out;outline: 1px dashed #ddd;margin-bottom: 0px;}
    .blog_box_thumb.razas {width: 25%;  border: 15px solid #fff; outline: 1px dashed #ddd;}
    .blog_box_thumb.affiliate {width: 50%; border: 15px solid #fff; outline: 1px dashed #ddd; margin-bottom: 0px;}
    .blog_box_thumb.featured {width: 50%;}
    .blog_box_thumb.popular {width: 100%;border: 10px solid #fff;}
        .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.razas {width: 100%; padding-bottom: 75%;}
        .blog_box_thumb_img.popular {width: 40%; padding-bottom: 32%; margin-bottom: 0px; background-image: url(https://planetacan.es/assets/img/thumb_planetacan.png);}
            .blog_box_thumb_img img {width: 100%;background-color: #eee;transition: 100ms ease-in-out;}
        .blog_box_thumb_img.affiliate {width: 125px; padding-bottom: 125px; margin-bottom: 0px;}
        .blog_box_thumb b {float: left;width: 100%; color: #333;margin-bottom: 5px;font-weight: 600;}
        .blog_box_thumb.popular b {float: left; width: 60%; padding-left: 10px;margin-bottom: 12px;}
        .blog_box_thumb.affiliate b {-webkit-line-clamp: 1;}
        .blog_box_thumb b a{text-decoration: none; color: #333;}
        .blog_box_thumb b a:hover{text-decoration: underline;}
        .blog_box_thumb span {float: left;width: 100%; font-weight: 400;font-size: 15px; line-height: 23px; color: #333; margin:0px 0 5px 0; text-align: justify;}
        .blog_box_thumb span.propob {background-color: #f1f1f1; padding: 3px 10px; text-align: left; margin-top: 5px;}
        .blog_box_thumb.popular .propobpop {float: right; width: 57%; background-color:#f1f1f1;padding: 3px 10px 5px 10px;}
        .blog_box_thumb.popular span.propob {float: left; width: 100%; font-size: 14px; line-height: 21px;padding: 0px; margin-top: 0px;background-color:inherit;}
            .blog_box_thumb.popular span.propob strong {font-weight: 600;}

        #homeSlide {opacity: 0;transition: opacity 2s;}

        .blog_box_thumb a.config, .desc_main a.config, .blog_box_thumb a.reset, .desc_main a.reset, .blog_box_thumb a.ia1, .blog_box_thumb a.ia0, .blog_box_thumb a.remove {position: absolute;padding: 5px;color: #fff;font-size: 1.2rem;z-index: 10; width: 29px;text-align: center;}
        .blog_box_thumb a.config, .desc_main a.config {top: 0px;left: 0px;background-color: #5A9600;}
        .blog_box_thumb a.reset, .desc_main a.reset {top: 29px;left: 0px;background-color: #3F6BF5;}
        .blog_box_thumb a.ia1 {top: 58px;left: 0px;background-color: #5A9600;}
        .blog_box_thumb a.ia0 {top: 58px;left: 0px;background-color: #000;}
        .blog_box_thumb a.remove {top: 87px;left: 0px;background-color: #cc0000;}
        .postformcom a.remove2 {background-color: #cc0000; color: #fff; float: right; padding: 5px; margin-top: 5px;}

        .config2 {float: left;padding: 5px;background-color: #5A9600;color: #fff;font-size: 1.2rem;z-index: 10; width: 29px;text-align: center; margin-bottom: 20px;}
        .reset2 {float: right;padding: 5px;background-color: #3F6BF5;color: #fff;font-size: 1.2rem;z-index: 10; width: 29px;text-align: center;}

        .blog_box_thumb.affiliate .note {font-weight: 400;font-size: 14px;color: #fff; position: absolute; top: 10px; right: 10px; background: #003580; padding: 1px 5px; border-radius: 5px;}
        .blog_box_thumb.affiliate a.button {float: left; width: 100%; font-size: 1rem; color: #fff; background-color: #008ac9; margin-bottom: 0px; text-align: center; border-radius: 5px; text-decoration: none; padding: 5 0;}

        .blog_box_thumb.affiliate .box1 {float: left; width: calc(100% - 125px); padding: 0 0px 0 20px;}

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

    .blog_box_thumb_img date {font-weight: 400;font-size: 14px;color: #333; position: absolute; top: 10px; right: 10px; background: rgba(255,255,255,0.80); padding: 1px 5px;}

    .blog_box_thumb_img.home {margin: 0px 0 15px 0px; width: 100%; padding-bottom: 35%; position: relative;}
    .blog_box_thumb_img.home:hover {-webkit-filter: none; filter: none; opacity: 1; filter: alpha(opacity=100);}
        .blog_box_thumb_img.home span {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); text-align: center; background-color: rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.5); padding: 15px 20px 20px 20px;}
        .blog_box_thumb_img.home span b {font-size: 40px;font-weight: 700; color: #333;}
        .blog_box_thumb_img.home span u {font-size: 30px;font-weight: 600; text-decoration: none; color: #333;}
        .blog_box_thumb_img.home em { position: absolute; bottom: 10px; right: 10px; font-style: normal;font-size: 12px; background-color: rgba(255, 255, 255, 0.5); color: #000; padding: 5px 10px;}
        .blog_box_thumb_img.home em a{color: #000;}

    .detail_book {float: left;width: 100%;font-size: 1.3rem;line-height: 2rem;padding: 10px 20px;color: #fff;font-weight: 300;background-color: #008ac9;cursor: pointer;transition: 100ms ease-in-out;margin: 0px 0 20px 0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
    .detail_book i {float: right;font-size: 1.7rem;margin-top: 2px;}

.blog_box_thumb_img:hover, .blog_box_thumb_img img:hover, .sidebar_home_box_thumb_img img:hover, .apps_home_box_thumb_img img:hover {-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.80; filter: alpha(opacity=80);}

.main-container, .left, .blog_box_thumb, .blog_box_thumb_img, .blog_box_thumb.popular b, .blog_box_thumb_img.home span, .blog_box_thumb.affiliate, .blog_box_thumb.affiliate b, .blog_box_thumb.affiliate span, .blog_box_thumb.affiliate .note, .blog_box_thumb.affiliate a.button, .blog_box_thumb.affiliate .box1, .blog_box_thumb.affiliate .box2, .blog_box_thumb a.config, .detail_book, .blog_box_thumb span.propob, .blog_box_thumb a.config, .desc_main a.config, .blog_box_thumb a.reset, .desc_main a.reset, .blog_box_thumb a.ia1, .blog_box_thumb a.ia0, .blog_box_thumb a.remove, .blog_box_thumb_img.home em, .blog_box_thumb.popular .propobpop, .reset2, .config2, .postformcom a.remove2
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

.blog_box_thumb_img.post {margin: 0px 0 10px 0px; width: 100%;}
.blog_box_thumb_img.post:hover {-webkit-filter: none; filter: none; opacity: 1; filter: alpha(opacity=100);}
.blog_desc {float: left;width: 100%; font-weight: 400;font-size: 16px; line-height: 25px; color: #333; margin:0px 0 20px 0; text-align: justify; /*padding-bottom: 30px; border-bottom: 1px dashed #C8D1DD;*/}
.blog_desc h2 {float: left; width: 100%; color: #333;font-weight: 700;font-size: 22px; line-height: 30px; margin-bottom: 20px;}
.blog_desc p { margin-top: 0;}
.blog_desc p:last-child { margin-bottom: 0;}
.blog_desc_video {border: 0px solid #fff;float: left;width: 100%;padding-top: 56.25%;position: relative;margin-bottom: 20px;}
    .blog_desc_video iframe {height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.blog_desc img {width: 100%; margin-bottom: 20px;}

.detail_names { float:left; width:100%; margin-bottom:20px; font-size:1rem; line-height:1.5rem; color:#333; text-align: justify; padding:10px 15px; background-color:#ddf0dd; text-align:left;}
.detail_names a{color:#333;}

.detail_gallery { float:left; width:100%; transition: 200ms ease-in-out; margin:5px 0 20px 0;}
	.detail_gallery div { float:left; width:20%; height:0; padding-bottom:20%; border-right:1px solid #fff; border-bottom:1px solid #fff; background-size:cover; background-position:center 50%; transition: 200ms ease-in-out;}
	.detail_gallery div:hover {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
		.detail_gallery div a{ float:left; width:100%; padding-bottom:100%;}

.detail_iframe {border: 0 solid #ddd;float: left;height: 0; margin:5px 0 20px 0; padding-top: 56.25%;position: relative;width: 100%; background-size:cover; background-position:center 50%; cursor:pointer;}
	.detail_iframe svg, .detail_iframe i {position:absolute; z-index:1; position:absolute; top:calc(50% - 3rem); left:calc(50% - 3rem); font-size:6rem; color:#fff;}
	.detail_iframe iframe {border: 0 none;height: 100%;left: 0;position: absolute;top: 0;width: 100%;}

.detail_info {float:left; width:100%; margin:0px 0px 20px 0px; position:relative; padding:15px; background-color:#f5f5f5;}
	.detail_info span{ float:left; width:100%; font-size:1rem; color:#333; margin-bottom:15px; font-weight:500;}
	.detail_info span:last-child{ margin-bottom:0;}
		.detail_info span svg, .detail_info span i{ margin-right:5px; font-size:1rem; color:#999;}
		.detail_info span a{ color:#669966; text-decoration: none;}

	.advice { float:left; width:100%; font-size:15px; line-height: 24px; color:#333; background-color: #D8EBD8; padding: 10px 15px; margin-bottom: 25px;}
        .advice a{ font-weight: bold; color: #333;}

.breeds_home_sizes {float:left; width:100%; margin-bottom:20px; background-color:#ccc;}
	.breeds_home_sizes a{float:left; width:25%; color:#333; font-weight:400; text-align:center; border-right:1px solid #fff; transition: 200ms ease-in-out;}
	.breeds_home_sizes a:hover{ background-color:#669966;}
	.breeds_home_sizes a.active { background-color:#669966;}
		.breeds_home_sizes a img {height:40px; padding:5px;}

.detail_fci {float: left;width: 100%;font-size: 1.3rem; line-height: 2rem; padding:10px; color:#fff; font-weight:300; background-color:#008ac9; cursor:pointer; transition: 100ms ease-in-out; margin:5px 0 30px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.detail_fci:hover { background-color:#224269;}
	.detail_fci a{ text-decoration:none; color:#fff;}
	.detail_fci img { float:left; margin-right:10px;width:40px;}
	.detail_fci span {margin-right:10px; display:block; margin-top:4px;}
		.detail_fci span svg, .detail_fci span i { float:right; font-size:1.7rem; margin-top:2px;}

.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: #669966;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 #009879;}
.styled-table tbody tr.active-row {font-weight: bold;color: #009879;}

.toc { float:left; width: calc(100% - 356px); margin:0px 0 20px 0; padding:15px 20px; background-color:#f9f9f9; font-weight: 400;}
	.toc ol { margin:0;  padding:0; /*list-style: none;*/ padding-left: 20px;}
		.toc ol li{ line-height:27px;}
		.toc ol li a { color:#000;}
        .toc ol li i{ color: #cc0000; font-size: 1.2rem;}

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

a.reload {position: absolute;top: 5px;left: 5px;background-color: #fff;padding: 10px;color: #3F6BF5;font-size: 2rem;z-index: 99;}
span.reload2 {position: absolute;top: 5px;left: 60px;background-color: #fff;padding: 0 5px;color: #3F6BF5;font-size: 1rem;z-index: 99;color: #333;width: auto!important;}

.blog_box_thumb_img .font {font-weight: 400;font-size: 12px;color: #333;position: absolute;bottom: 0px;left: 0px;background: rgba(255,255,255,0.80);padding: 3px 6px;}
.blog_box_thumb_img .font a {text-decoration: none;color: #333;}

.blog_desc strong {float: left;width: 100%;color: #333;font-weight: 700;font-size: 18px;line-height: 30px;margin-bottom: 10px;}

.blog_desc_img1, .blog_desc_img3, .blog_desc_img5, .blog_desc_img7, .blog_desc_img9 {float: right;margin: 0px 0 10px 20px;}
.blog_desc_img2, .blog_desc_img4, .blog_desc_img6, .blog_desc_img8, .blog_desc_img10 {float: left;margin: 0px 20px 10px 0px;}
.blog_desc_img1, .blog_desc_img2, .blog_desc_img3, .blog_desc_img4, .blog_desc_img5, .blog_desc_img6, .blog_desc_img7, .blog_desc_img8, .blog_desc_img9, .blog_desc_img10 {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: 30%; position: relative;}

.blog_desc_img1 .font2, .blog_desc_img2 .font2, .blog_desc_img3 .font2, .blog_desc_img4 .font2, .blog_desc_img5 .font2, .blog_desc_img6 .font2, .blog_desc_img7 .font2, .blog_desc_img8 .font2, .blog_desc_img9 .font2, .blog_desc_img10 .font2 {font-weight: 400;font-size: 12px;color: #333; position: absolute; bottom: 0px; left: 0px; background: rgba(255,255,255,0.80); padding: 0px 5px; width: auto!important;}
.blog_desc_img1 .font2 a, .blog_desc_img2 .font2 a, .blog_desc_img3 .font2 a, .blog_desc_img4 .font2 a, .blog_desc_img5 .font2 a, .blog_desc_img6 .font2 a, .blog_desc_img7 .font2 a, .blog_desc_img8 .font2 a, .blog_desc_img9 .font2 a, .blog_desc_img10 .font2 a {color: #333!important; text-decoration: none;}

.post_save {float: right;width: 4%;text-align: center;background-color: #0097E0;color: #fff;padding: 5px 10px;font-size: 1.5rem;}
.post_youtube {float: right;width: 4%;text-align: center;background-color: #cc0000;color: #fff;padding: 5px 10px;font-size: 1.5rem;}

.detail_names, .detail_gallery div, detail_iframe, .detail_info, .breeds_home_sizes a, .detail_fci, .styled-table th, .styled-table td, .toc, .toc ol, .blog_box_thumb_img .font, a.reload, .blog_desc_img1, .blog_desc_img2, .blog_desc_img3, .blog_desc_img4, .blog_desc_img5, .blog_desc_img6, .blog_desc_img7, .blog_desc_img8, .blog_desc_img9, .blog_desc_img10, .advice, span.reload2, .post_save, .post_youtube
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Categories    \*------------------------------------*/

.filters {float:left; width:100%; margin-bottom: 25px; background-color: #f5f5f5; padding: 15px 20px;}
	.filters select {background-color: #fff; border: 1px solid #999;color: #777;float: left;font-size: 1rem;padding: 0px 10px; width:28%; margin-right:15px; height: 40px; margin-bottom: 0;}
	.filters a{border:0px solid #000; float:left; height:40px; text-decoration:none; text-align:center; line-height:40px; background-color:#669966; color:#fff; font-size: 1rem; width:calc(16% - 45px);}

.filters2 {float:left; width:100%; margin-bottom:25px;}
	.filters2 a{float:left; padding:5px 0px; cursor:pointer; font-size:1rem; line-height:1.5rem; text-align:center; background-color:#ccc; color:#fff; width:7.69%; border-bottom: solid 1px #fff; border-right: solid 1px #fff; font-weight:600; transition: 200ms ease-in-out; text-decoration:none;}
	.filters2 a:hover {border: solid 0px #ccc; background-color:#669966; border-bottom: solid 1px #ccc; border-right: solid 1px #ccc; color:#fff;}
	.filters2 a.active {background-color:#669966;}

.filters, .filters select, .filters a, .filters2 a
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

.postform {float: left; width: 100%; padding: 0px 0 0px 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 a {float: left;background-color: #ccc;color: #333;padding: 5px 10px;text-decoration: none;text-align: center;cursor: pointer;}
    .postformcom {float: left; width: 100%; margin-top: 10px; background-color: #fff; margin-bottom: 20px;}
    .postformcom:last-child {margin-bottom: 0px;}
        .postformcom img {float: left; width: 50px; height: 50px; background-color: #ccc;}
        .postformcom .name {display: block; padding-left: 65px; font-weight: bold;}
        .postformcom .name i {display: block; font-size: 14px; font-weight: normal; margin-top: 5px; font-style: normal;}
        .postformcom span {float: left;width: 100%; font-weight: 400;font-size: 15px; line-height: 22px; color: #333; text-align: justify; margin-top: 10px;}
.result {display:none; float: left; background-color: #fff; font-size: 13px;width: 100%; color: #333; margin-bottom: 10px;}

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

/*------------------------------------*\   Banners    \*------------------------------------*/

.banner_fixed {position: fixed;top: 120px;right: 10px;z-index: 9999;width: 300px;background-color: #ddf0dd;padding: 10px 15px;}
@media screen and (max-width: 1800px) {.banner_fixed { display:none;}}
.banner_top { float:left; width:100%; margin:0px 0 20px 0; text-align:center; background-color:#f9f9f9; min-height: 90px;}
.banner_detail_300 {float: right;width: 336px;height: 280px;margin-bottom: 20px;text-align: center;background-color:#f9f9f9;}
.banner_sidebar { float:left; width:100%; margin:0px 0 0px 0; text-align:center;background-color:#f9f9f9; min-height: 500px;}
.sticky {position: -webkit-sticky;position: sticky;top: 130px;}

.banner_home_post, .banner_fixed
{-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 20px 0;background-color: #eee; padding: 10px 20px;}
.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:40px 0 10px 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    \*------------------------------------*/

.header_login { float:right; margin-top:13px;}
	.header_login input{ float:left; height: 28px;border: 1px solid #333; background-color: #fff;padding: 5px 10px;font-size: 16px;color: #333; margin-left: 5px;}
	.header_login a {float:left; background-color: #333; color: #fff; padding: 5px 8px; margin-left: 5px; height: 28px;}

.main-container-admin {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;background-color: #fff; padding: 130px 25px 25px 25px;}

.main-container-admin .lists { float:left; width:100%; margin-bottom:.5rem; background-color:#eee; padding:5px 10px;}
.main-container-admin .lists a{ color:#000;}

select.select_lists {border: 1px solid #ddd;background-color: #fff;padding: 0px 5px;float: right;color: #333;font-size: 1rem;font-family: 'Open Sans', sans-serif;height: auto;width: auto;margin-bottom: 0;}
.main-container-admin input[type=text] {background-color: #fff;border: 1px solid #ddd;color: #333;float: left;padding: 0px 10px;height: 35px;width: calc(100% - 200px);margin-bottom: 1rem;font-size: 1rem;font-family: 'Open Sans', sans-serif;}
input[type=file] {background-color: #fff;border: 1px solid #ddd;color: #333;float: left;height: 35px;width: 100%;margin-bottom: 1rem;font-size: 1rem;font-family: 'Open Sans', sans-serif;}
.buttonsq {float: left;width: 200px;height: 35px;text-align: center;font-size: 20px;line-height: 35px;margin-bottom: 1rem;}
.buttonsq.save {background-color: #3399cc;color: #fff;}
.buttonsq.save i {color: #fff;font-size: 1.5rem; margin-top: 5px;}
select {border: 1px solid #ddd;background-color: #fff;padding: 0px 10px;height: 35px;font-size: 1rem;float: left;width:100%;margin: 0px 0px 20px 0px;color: #333;font-family: 'Open Sans', sans-serif;}
.main-container-admin textarea {background-color: #fff;border: 1px solid #ddd;color: #333;float: left;padding: 5px;width: 100%;min-height: 100px;margin-bottom: 1rem;font-size: 1rem;font-family: 'Open Sans', sans-serif;}
label {float: left;width: 100%;margin-bottom: 0.3rem;color: #999;font-size: 1rem;}
.thumb1 {float: left;width: 50px;height: 50px;border: 1px solid #ddd;margin-bottom: 1rem;background-size: cover;background-position: 50% center;}
.thumb2 {float: left;width: 200px;height: 100px;border: 1px solid #ddd;margin-bottom: 1rem;background-size: cover;background-position: 50% center;}
.thumb3 {float: left;width: 100px;height: 100px;border: 1px solid #ddd;margin-bottom: 1rem;background-size: cover;background-position: 50% center;}

.admin_imgs {float: left; width: 100%;}
.admin_img { position: relative; float: left; width: 10%;}
.admin_img img {height: 75px;}
.admin_img a.delete { position: absolute; z-index: 999999; background-color: #fff; width: 20px; text-align: center; font-weight: bold; color: #cc0000; text-decoration: none;}
.admin_img input { position: absolute; z-index: 999999; background-color: #fff; left: 0; bottom: 0; width: 90%!important; height: 20px!important;}

.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;}
a:hover.admin_save {color:#336600;}

.main-container-admin, .main-container-admin .lists, select.select_lists, input[type=text], input[type=file], .buttonsq, select, textarea, .linksdeepl span a, .header_login input, .header_login a, .linksdeepl span
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

.tabs-box {float: left;width: 100%;}
.tabs {position: relative;margin: 0rem 0;background: #1abc9c;height: 375px;}
.tabs::before, .tabs::after {content: "";display: table;}
.tabs::after {clear: both;}
.tab {float: left;}
.tab label {float:inherit; width:inherit; margin-bottom:inherit; color:#fff; font-size:inherit;}
.tab-switch {display: none;}
.tab-label-box {position: relative;display: block;line-height: 2.75em;padding: 0 1.618em;background: #1abc9c;border-right: 0.125rem solid #16a085;color: #fff;cursor: pointer;top: 0;transition: all 0.25s;}
.tab-label-box:hover {top: -0.25rem;transition: top 0.25s;}
.tab-content {position: absolute;z-index: 1;top: 2.75em;left: 0;padding: 1.618rem 0 0 0;background: #fff;color: #2c3e50;opacity: 0;transition: all 0.35s; width: 100%; height: 91%;}
.tab-content textarea {height: 240px;}
.tab-switch:checked + .tab-label {background: #fff;color: #2c3e50;border-bottom: 0;border-right: 0.125rem solid #fff;transition: all 0.35s;z-index: 1;top: -0.0625rem;}
.tab-switch:checked + label + .tab-content {z-index: 2;opacity: 1;transition: all 0.35s;}

a.admin_copy {float: right;width: 4%;padding: 8px 0px 8px 0px;background-color: #3399cc;color: #fff;font-size: 18px;text-align: center;cursor: pointer;}

.tab-label-box, .tab-content, a.admin_copy
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

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

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

/*------------------------------------*\   404    \*------------------------------------*/

.notfound_box { float:left; width:100%; padding:50px 35px 65px 35px;  background-color:#ccc; margin-bottom:0px;}
.notfound_box b{ float:left; width:100%; color:#fff; font-size:40px; text-align:center; margin-bottom:10px;}
.notfound_box span { float:left; width:100%; color:#fff; font-size:1rem; line-height:1.5rem; text-align:center; text-transform:uppercase;}

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


.mb-0 {margin-bottom:0!important;}
.mb-10 {margin-bottom:10!important;}
.mb-20 {margin-bottom:20px!important;}
.mb-30 {margin-bottom:30px!important;}
.mt-10 {margin-top:10px!important;}
.mt-20 {margin-top:20px!important;}
.mt-30 {margin-top:30px!important;}
.lb-1 {border-bottom:1px dashed #ccc; padding-bottom: 25px;}
.w-50 {width: 50%!important;}
.w-95 {width: 95%!important;}
.w-100 {width: 100%!important;}
.bb-dotted {border-bottom: 1px dashed #ddd; margin-bottom: 20px; padding-bottom: 10px}
::-webkit-input-placeholder { color:#ddd; font-size:1rem;}
::-moz-placeholder {color:#ddd; font-size:1rem;}
:-ms-input-placeholder {color:#ddd; font-size:1rem;}
:-moz-placeholder {color:#ddd; font-size:1rem;}


@media screen and (max-width: 1180px) {
.header-container {padding: 0 20px;}
.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.featured {width: 100%; margin-bottom: 0px;}
.banner_home_post {width: 100%; margin-bottom: 10px;}
.title_thumbs.featured {font-size: 20px; font-weight: 600;}
.navigation {display:none;}
.banner_fixed { 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: 0px 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;}
.blog_box_thumb_img.affiliate {width: 100%; padding-bottom: 65%; margin-bottom: 15px;}
.blog_box_thumb.affiliate {width:100%;}
.blog_box_thumb.affiliate b {float: left; width:100%; padding-left: 0px; -webkit-line-clamp: 10;}
.blog_box_thumb.affiliate span {float: left; width:100%; padding-left: 0px;}
.blog_box_thumb.affiliate .note {top: 10px; right: 10px; left: inherit;}
.blog_box_thumb.affiliate .box1 {width:100%; padding: 0 0px;}
.blog_box_thumb.affiliate .box2 {width: 100%; height:inherit;padding: 20px; margin-top: 20px;}
.blog_box_thumb.razas {width: 50%;}
.toc {width: 100%;}
.banner_detail_300 {width: 100%;}
.filters select {width:100%; margin-right:0px; margin-bottom: 10px;}
.filters a{width:100%;}
.blog_box_thumb_img.home em {display:none;}
.blog_desc_img1, .blog_desc_img2, .blog_desc_img3, .blog_desc_img4, .blog_desc_img5, .blog_desc_img6 {float: left; width: 100%; margin: 0px 0 20px 0px; padding-bottom: 60%;}
}

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

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