@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Righteous');

body, html {font-family: 'Roboto', sans-serif; margin:0; padding:0; height:100%; -webkit-text-size-adjust: 100%; background-color: #eee; 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 {width:100%; position:fixed; top:0; left:0; background-color:#333; z-index:100; height:50px;}
	.header_in {max-width:1124px; height:50px; margin:0 auto}
		a.logo { float:left; font-family: 'Righteous', cursive; font-size: 28px; line-height:28px; color:#fff; text-decoration:none; margin:10px 0 12px 0;}
            a.logo img{ float:left; margin:0px 5px 0 0; width:30px;}
            a.logo span b{ color:#3AC2D0;}
			a.logo i{ float:left; font-size:20px; line-height:28px; margin-right:10px;}
			
		.header_search { float:right; position:relative; margin:10px 0 10px 10px; width:500px; transition: 100ms ease-in-out;}
			.header_search input{ float:left; border:1px solid #fff; background-color:#fff; padding:0px 10px; height:30px; font-size:16px; width: calc(100% - 30px); color:#333;}
			.header_search a{ float:left; background-color:#ddd; height:30px; font-size:18px; width: 30px; color:#333; text-align: center; padding: 5px 0 5px 0;}
			
		.header_flags {float:right; margin:10px 0px 0 10px; background-color:#fff; cursor:pointer; padding:0px 10px 0px 5px; position:relative; text-align:center; width:70px; transition: 50ms ease-in-out;}
		.header_flags:hover {background-color:#fff;}
			.header_flags a { float:left; width:100%;}
				.header_flags a img{ float:left; height:30px; width:30px; display:block; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; border:5px solid #fff;}
				.header_flags a span{ float:left; vertical-align:middle; line-height:0; color:#333; font-size:14px; margin:16px 0 0px 5px;}
		.header_flags_box {position:absolute; top:31px; left:0px; background-color:#fff; padding:0px 0px 0px 5px; width:70px; display:none;}
			.header_flags_box a {transition: 100ms ease-in-out;}
			.header_flags_box a:hover {opacity: 0.50; filter: alpha(opacity=50); -webkit-filter: grayscale(100%); filter: grayscale(100%);}
			.header_flags_box a:first-child { margin-top:3px;}
			.header_flags_box a:last-child { margin-bottom:3px;}
				
		.header_sub {float:left; width:100%; background-color:#666; padding:10px 10px 0px 10px; height:50px;}
		
			.tipo { float:left; width: 100%;}
				.tipo a { float:left; background-color:#999; padding:0 10px; border-right:1px solid #666; font-size:16px; font-weight:300; line-height:30px; text-decoration:none; color:#fff; transition: 200ms ease-in-out; /*width: 16.666%; text-align: center;*/}
				.tipo a:hover, .tipo a.active { background-color:#3AC2D0; color:#fff;}

        .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:#3AC2D0; color:#fff;}

            /*.header_selects {float:right;}
				.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;}*/

        .login_on { float: left; margin: 10px 0 0 15px; color: #fff;}
            /*.login_on a{color: #fff;}*/
            .login_on a {float:left; padding: 7px; min-width: 30px; text-align: center;  height: 30px;}
            .login_on a.upload{background-color: #3AC2D0;color: #fff;}
            .login_on a.top{background-color: #00C310;color: #fff;}
            .login_on a.deepl2{background-color: #fff; color: #333;}
            .login_on a.cache{background-color: #ff9900;color: #fff;}
            .login_on a.logout{background-color: #cc0000;color: #fff;}

.header, .header_sub, .header_flags, .header_flags a img, .header_flags_box, .header_selects select, .tipo a, .header_sub_block a, .header_search a, .login_on a
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

.pagewrap {padding: 120px 20px 20px 20px; max-width: 1124px; margin: 0 auto; z-index:50; position:relative; background-color:#fff;}
.pagewrap_flex {display: flex; justify-content: space-between;}
.left { float:left; width: calc(100% - 300px); padding-right: 20px;}
.full { float:left; width: 100%;}
.sidebar {float:right; width:300px;}
.pagewrap:after, .left:after, .sidebar:after {content: "";display: table;clear: both;}

	.navigation {float:left; width:100%; color:#000; font-size:14px; font-weight:300; background-color:#eee; padding:7px 15px 7px 15px; margin:0px 0 0px 0;}
		.navigation a{ color:#000; text-decoration:none;}
		.navigation a:hover { text-decoration:underline;}
		.navigation a:last-child { text-decoration:underline;}
		.navigation span{font-weight:400;}

	.owl-carousel { float:left; margin:0px 0 20px 0px; position:relative;}
	.owl-carousel .item { background-color:#eee; background-size: cover; background-repeat:no-repeat; background-position:center 50%; height:0; padding-bottom:135%; transition: 200ms ease-in-out;}
		.owl-carousel .item span{ position:absolute; bottom:0px; width:100%; font-family: 'Righteous', cursive; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8); color:#fff; font-size:1.4rem; line-height:24px; padding:15px 25px; z-index:999; background-color: rgba(0, 0, 0, 0.5);}

	/*.owl-carousel { float:left; margin:0px 0 20px 0px; position:relative;}
	.owl-carousel .item { background-color:#eee; background-size: cover; background-repeat:no-repeat; background-position:center 50%; height:0; padding-bottom:49%; transition: 200ms ease-in-out;}
		.owl-carousel .item span{ position:absolute; bottom:15px; width:100%; font-family: 'Righteous', cursive; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8); color:#fff; font-size:24px; line-height:24px; padding:0 25px; z-index:999;}*/

.pixelate {image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor; position: relative;}

	.title {float:left; width:100%; font-size: 26px; color:#000; margin-bottom:20px; border-bottom:1px dashed #ddd; padding-bottom:10px; font-family: 'Righteous', cursive; text-transform:uppercase;}
        .title span{color:#3AC2D0;}
	.subtitle {float:left; width:100%; font-size: 16px; background-color:#eee; color:#000; padding:5px 10px; margin-bottom:20px; font-family: 'Righteous', cursive; text-transform:uppercase;}
	.description {float:left; width:100%; font-size: 14px; line-height: 24px; text-align:justify; color:#000; margin-bottom:20px;}
    .description p { margin: 0; padding: 0;  margin-bottom:20px;}
	.description p:last-child {margin-bottom:0px;}
	.description a {color:#3399cc;}
	
	.home_box_content {float:left; width:100%; margin:0px 0 20px 0px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
		.home_box_thumb {float:left; width:100%; border:10px solid #fff; transition: 200ms ease-in-out; outline: 1px dashed #ddd; position:relative;}
		.home_box_thumb:hover .home_box_thumb_img {-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.50; filter: alpha(opacity=50);}
			.home_box_thumb_img {float:left; width:260px; height: 0; padding-bottom: 173px; margin-bottom:10px; transition: 100ms ease-in-out; background-size: cover; background-position: 50% 50%;}
			.home_box_thumb_img.popular {width:100px; padding-bottom: 67px; margin-bottom:0px;}
			.home_box_thumb b {float: right;width: calc(100% - 280px);font-weight: 700;font-size: 20px;line-height: 26px;color: #000;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
			.home_box_thumb b.popular {width: calc(100% - 110px);font-size: 14px;line-height: 18px;margin-bottom: 5px;}
            .home_box_thumb span {float: right;width: calc(100% - 280px);font-weight: 400;font-size: 14px;line-height: 22px;color: #000;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
            .home_box_thumb_type {float: right;width: calc(100% - 280px); background-color:#eee; margin-bottom:10px; text-align:left; padding:8px 10px; font-size: .8rem; color: #333;}
                .home_box_thumb_type a{color: #333;}
            .home_box_thumb_type.popular {width: calc(100% - 110px); margin-bottom:20px; padding:5px 10px; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; line-height: 20px; margin-bottom: 0;}
                .home_box_thumb_type u {float: left; width: 85%;}
                .home_box_thumb_type strong {float: right; text-align: right; width: 15%;}
		/*.home_box_thumb span { position: absolute; top: 0px; right: 0px; color:#000; background-color:#fff; padding:5px 10px; font-size: .8rem;}*/

        @media screen and (max-width: 900px) {.home_box_thumb {width:33.333%;}}
		@media screen and (max-width: 700px) {.home_box_thumb {width:50%;}}
		@media screen and (max-width: 500px) {.home_box_thumb {width:100%;}}

    .home_box_thumb a.config { position: absolute; top: 5px; left: 5px; background-color: #fff; padding: 5px; color: #3F6BF5; font-size: 1.2rem; z-index: 999;}
    .home_box_thumb a.link { position: absolute; top: 5px; left: 35px; background-color: #fff; padding: 5px; color: #0CAC00; font-size: 1.2rem; z-index: 999;}
    .home_box_thumb a.delete { position: absolute; top: 5px; left: 225px; background-color: #fff; padding: 5px 8px; color: #B80003; font-size: 1.2rem; z-index: 999;}

.filters {float: left;width: 100%;margin-bottom: 20px;}
    .filters 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;transition: 200ms ease-in-out;text-decoration: none;}
    .filters a:hover, .filters a.active { background-color:#3AC2D0; color:#fff; font-weight: 600;}

.filters2 {float: left;width: 100%;margin-bottom: 20px;}
    .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: 33.333%;border-bottom: solid 1px #fff;border-right: solid 1px #fff;transition: 200ms ease-in-out;text-decoration: none;}
    .filters2 a:hover, .filters2 a.active { background-color:#3AC2D0; color:#fff; font-weight: 600;}

.listbox {float: left;width: 100%;margin-bottom: 20px;}
    .listbox .column {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
        .listbox .column a{float: left;width: 100%;margin-bottom: 5px; color:#3399cc; text-decoration: none;}
        .listbox .column a:hover{text-decoration:underline;}

hr {float: left;width: 100%;margin: 0px 0 30px 0; border-color: #000;}

.pagewrap, .left, .navigation, .subtitle, .home_box_thumb, .home_box_thumb_type, .home_box_thumb span, .home_box_thumb_type u, .filters a, .filters2 a, .owl-carousel .item span
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Detail    \*------------------------------------*/

.detail_info { float:left; width:calc(100% - 356px); margin-bottom:20px; position:relative;}
	.detail_info_logo {float:left; width:100%; transition: 200ms ease-in-out; margin-bottom:15px;}
    .detail_info_logo img{max-width:100%;}
	.detail_info_type {float:left; width:100%; background-color:#333; color: #3AC2D0; padding:5px 10px;}
        .detail_info_type a {color: #fff; background-color: #3AC2D0; border-radius: 0px; padding:2px 6px; text-decoration: none; margin-right: 5px; line-height: 28px;}

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

.detail_tech { float:left; width:100%; margin-bottom:20px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
	.detail_tech span {float:left; width:100%; border:10px solid #fff; outline: 1px dashed #ddd; font-size:15px;}
		.detail_tech span a{color:#3399cc; text-decoration:none;}

.screenshots {float:left; width:100%; margin:0px 0 20px 0; /*white-space: nowrap; overflow-x: auto; overflow-y: hidden;*/}
    .screenshots div { float: left; width: 33.333%; outline: 5px solid #fff;}
        .screenshots div img{ width: 100%; height: 190px;}
        .screenshots div img:last-child {margin-right:0px;}

div.featured {background-color: #333;position: absolute;top: 0;left: 0px;cursor: pointer;padding: 1px;z-index: 100;font-size: 16px;line-height: 12px;height: 20px;width: 20px;text-align: center;}

.detail_desc {float:left; width:100%; font-size: 14px; line-height: 24px; margin-bottom:20px; text-align:justify; color:#000;}
	.detail_desc b { font-weight:600;}
	.detail_desc strong { font-weight:600;}
	.detail_desc a { color:#3399cc; font-weight:600;}
	.detail_desc img { width:300px; max-width: 100%;margin: 20px 0 25px 0;display: block;}		
.detail_desc2 {float:left; width:calc(100% - 320px); font-size: 14px; line-height: 24px; margin-bottom:20px; text-align:justify; color:#000;}
	.detail_desc2 b { font-weight:600; text-transform:uppercase;}
.detail_desc.success { background-color:#339900; padding:10px 20px; color:#fff;}

.text-overflow {height:120px;display:block; overflow:hidden;word-break: break-word;word-wrap: break-word;}
.btn-overflow {display: none;text-decoration: underline; font-size: 14px; margin-bottom:25px; font-weight:bold; color: #3399cc; cursor:pointer; float:left;}

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

a.download {float:left; padding:20px 15px 25px 15px; text-align:center; font-size:20px; color:#fff; text-decoration:none; margin-bottom:20px; text-shadow: 1px 1px #555; clear:both; width:100%; outline: 1px dashed #fff; outline-offset: -8px; position:relative; display: table; transition: 100ms ease-in-out; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/ background-color: #3AC2D0;}
a.download:hover {background-color: #207E88;}
	a.download span{ display:block;}
	a.download i { display:block; font-style:normal; margin-top:10px; font-size:60px;}
	a.download img {width:160px; margin:15px 0 0px 0; border:1px solid #fff;}

.download_buttons {float:left; width: calc(100% + 10px); margin-bottom: 20px; margin-left: -5px;}
a.download2 {float:left; width: 50%; min-height: 235px; padding:25px 15px 25px 15px; text-align:center; font-size:20px; color:#fff; text-decoration:none; text-shadow: 1px 1px #555;  outline: 1px dashed #fff; outline-offset: -15px; transition: 100ms ease-in-out; border: 5px solid #fff; background-color: #3AC2D0; position: relative;}
a.download2:hover {background-color: #207E88;}
	a.download2 span{ display:block; margin-top: 15px;}
    	a.download2 span img {height: 20px;}
    a.download2 img {height: 50px;}
	a.download2 i {font-style:normal; font-size:1rem;}
	a.download2 u {display:block; margin-top: 5px; text-decoration: none; font-size: .9rem;}
	a.download2 .extern { position: absolute; top: 20px; right: 20px;}
    /*a.download2.dos{background-color: #3AC2D0;}
    a.download2.mac{background-color: #3AC2D0;}*/

.toc { float:left; width:100%; margin-bottom:20px; padding:15px 20px; background-color:#f9f9f9;}
	.toc ul { margin:0;  padding:0; list-style: none; padding-left: 5px;}
		.toc ul li{ line-height:27px;}
		.toc ul li a { color:#3399cc;}
			.toc ul li a i{float:right;}

.detail_info_type, a.download, a.download img, .detail_tech span, .screenshots div, .detail_info_type a, .toc, a.download2, div.featured
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

.pagination {float:left; width:100%; text-align:center; background-color:#fff; padding:0 10px; color:#000; margin:30px 0 10px 0;}
.pagination a {color:#000; 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:#3AC2D0; color:#fff;}
.pagination_act a {color:#fff; text-decoration:none; background-color:#3AC2D0;}

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

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

.banner_home_top { float:left; width:100%; margin:0px 0 20px 0; text-align:center;}
/*.banner_sidebar { float:left; width:100%; margin:0px 0 20px 0; text-align:center;}*/
.banner_sidebar { float:left; width:100%; height: 650px; margin:0px 0 0px 0; text-align:center;}
.banner_detail_top { float:left; width:100%; margin:0px 0 20px 0; text-align:center;}
.banner_detail_300 { float:right; width:336px; height:280px; margin-bottom:20px; text-align:center;}
/*.banner_detail_info { float:left; width:100%; margin-bottom:15px; text-align:center; background-color:#f5f5f5; height:90px;}*/
.banner_detail_download { float:left; width:100%; margin-bottom:25px; text-align:center;}
.sticky {position: -webkit-sticky;position: sticky;top: 120px;}

.google-auto-placed { margin:10px 0;}

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

.notfound_box { float:left; width:100%; padding:35px 35px 45px 35px;  background-color:#ccc; margin-bottom:25px;}
.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; margin-bottom:35px; text-transform:uppercase;}
.notfound_search { float:left; position:relative; width:100%;}
	.notfound_search input{ float:left; height:35px; border:0px solid #ccc; background-color:#fff; padding:5px 10px; font-size:16px; width:100%; color:#333;}

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

/*------------------------------------*\   Footer    \*------------------------------------*/

.footer { margin:0 auto; max-width: 1124px; position:relative; z-index:20; background-color:#ddd;}
.footer:after {content: "";display: table;clear: both;}
	.footer_social {float:left; width:100%; padding:15px 20px; text-align:center;}
		.footer_social img { width:36px; margin:0 5px;  background-color:#666; padding:6px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
		.footer_social img:hover {background-color:#333;}
	.footer_copy {float:left; width:100%; padding:15px 20px 15px 20px; text-align:center; font-size:14px; color:#000;}
		.footer_copy a{ text-decoration:none; color:#000;}
		.footer_copy a:hover{ text-decoration: underline;}

.footer, .footer_1, .footer_2, .footer_social, .footer_copy, .footer_social img
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Footer Cookies   \*------------------------------------*/

/*.footerCookies { position:fixed; bottom:20px; right:20px; width:350px; padding:15px; background-color:#3AC2D0; z-index:999; text-align:center; display:none;}*/
.footerCookies { position:fixed; bottom:0px; right:0px; width:100%; padding:15px; background-color:#3AC2D0; z-index:999; text-align:center; display:none;}
	.footerCookies span { float:left; width:100%; color:#fff; font-size:15px; margin-bottom:15px;}
	.footerCookies span:after {content: "";display: table;clear: both;}
		.footerCookies span a{ color:#fff; font-weight:600;}
	.footerCookiesClose { margin:0 auto; width: 100px; display:block; background-color: #333;color: #fff;padding: 5px 10px;text-decoration: none;text-align: center;cursor: pointer; margin-bottom:5px;}		
	.footerCookiesClose:hover { background-color:#a52507;}		

.footerCookies, .footerCookiesClose
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

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

.admin_urls { float:left; width:100%;}
	.admin_urls input[type=text], .admin_urls input[type=file], .admin_urls select { float:left; width:100%; height: 35px;border: 1px solid #ccc; background-color: #fff;padding: 5px 10px;font-size: 16px;color: #333; margin-bottom:10px;}
	/*.admin_urls select:nth-child(1), .admin_urls input:nth-child(3), .admin_urls input:nth-child(5) { border-right:0;}*/

a.admin_save { float:right; color:#669933; font-size:40px; margin-top:-20px; background-color: #eee; width: 37px; height: 40px;}
a:hover.admin_save {color:#336600;}
a.admin_link1 { float:right; background-color: #3399cc;color: #fff; font-size:20px; margin-top:-15px; padding: 5px 5px;border-radius: 5px; margin-right: 25px;}
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;}
a:hover.admin_copy {background-color: #246D91;}
a:active.admin_copy {background-color: #16445B;}
.deepl { float:right; background-color:#062c49; padding:5px 10px; margin:-15px 30px 0px 0;}
	.deepl input[type=checkbox] { float:left; zoom: 1.3; margin:2px 0 0 0;} 	
	.deepl input[type=checkbox] + label { float:left; margin:2px 0 0 5px; color:#fff; font-size:14px;} 	
	.deepl input[type=checkbox]:checked + label { color: #cc0000;} 
a.tag12 { float:right; background-color:#3399cc; color:#fff; padding:5px 10px; margin:-15px 30px 0px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor:pointer;}

.tabs {position: relative;float:left; width:100%; margin:0px 0 20px 0; min-height:420px;}
.tabs:after {content: "";display: table;clear: both;}
.tab {float: left;}
.tab label {background: #eee; padding: 8px 10px 7px 10px; border: 1px solid #ccc; margin-left: -1px; position: relative;left: 1px; cursor:pointer;}
.tab [type=radio] {display: none;}
.content {position: absolute;top: 26px;left: 0;background: white;right: 0;bottom: 0;padding: 20px;border: 1px solid #ccc; }
[type=radio]:checked ~ label {background: white;border-bottom: 1px solid white;z-index: 2;}
[type=radio]:checked ~ label ~ .content {z-index: 1;}

.content input{ float:left; width:100%; height: 35px;border: 1px solid #ccc; background-color: #fff;padding: 5px 10px;font-size: 16px;color: #333; margin-bottom:15px;}
textarea.admin_desc {float:left; width:100%; height: 300px;border: 1px solid #ccc; background-color: #fff;padding: 5px 10px;font-size: 11px; line-height:16px; color: #333; font-family: 'Catamaran', sans-serif; margin-bottom:15px;}

.content input[type='button'] { float:none; display:block; border: 0px solid #000; text-align: center; width:30px; height: 30px !important; background-color: #3399cc; color: #fff; font-size: 0.9rem; padding: 0 7px; cursor: pointer; margin-bottom:-30px; margin-left:-330px;}
.content input[type='button']:hover {background-color: #006699;}

.linksdeepl {float: left; width: 100%;}
    .linksdeepl span {float: left; width: 100%; margin-bottom: 10px;}
        .linksdeepl span span {float: left; width: 10%; margin-bottom: 0px; padding: 6px 10px; background-color: #bbb; text-align: center; height: 31px; color: #fff;}
        .linksdeepl span a{float: left; width: 90%; padding: 6px 10px; background-color: #ddd;}
        .linksdeepl span u{float: left; width: 10%; }
            .linksdeepl span u a{float: left; width: 100%; height: 31px; background-color: #00A708;}
        .linksdeepl span i{ margin-left: 10px; background-color: #178C00; color: #fff; padding: 0 3px; font-size: .8rem; font-style: normal;}

.admin_img {float: right;width: 46px;}

.admin_iframe {position: absolute;top: 55px;left: 5px; background-color: #ccc;}
    .admin_iframe iframe {width: 250px;height: 150px;}

.admin_imgs {float: left;width: 100%;}
.admin_img {position: relative;float: left;width: 10%;}
.admin_img img {width: 100%;}
.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;}



.header_login input, .admin_urls, .admin_urls i, .admin_urls svg, .admin_urls input[type=text], .admin_urls input[type=file], .admin_urls select, .admin_videos, .admin_videos i, .admin_videos svg, .admin_videos input, .tab label, .content, .content input, textarea.admin_desc, textarea.admin_news, .content input[type='button'], .deepl, .tag12, a.google, .a.amazon, .admin_blog, .admin_blog input[type="text"], .admin_blog input[type="file"], .admin_blog textarea, .textarea_buttons .button, .admin_blog select, .admin_blog input[type="date"], .linksdeepl span a, .linksdeepl span u, a.admin_copy, .linksdeepl span span, .admin_img a.delete
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   popup    \*------------------------------------*/

#popup {position: fixed; top:0; left:0; width:100%; height:100%; background-image:url(../img/transparency_b75.png); z-index:99999999; background-color: rgba(0, 0, 0, 0.8); }
.popup_box { width:400px; height:225px; background-color:#fff; color:#fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; border:0px solid #000; padding: 25px; position: relative;}
.popup_box span { float:left; width:100%; font-size:18px; line-height:24px; font-weight:400; color:#000;}
.popup_box span b { float: left; width: 100%; font-weight: normal; color: #ccc; font-size: 14px; margin-top: 20px;}
#seconds { margin-top: 30px; font-size: 40px; font-weight: bold; color: #3399cc;}
.popup_box span a {color: #3399cc;}
/*.popup_box a.button { width:200px; background-color:#3399cc; color:#fff; text-decoration:none; padding:5px 15px; font-size:18px; font-weight:300; transition: 100ms ease-in-out;}
.popup_box a.button:hover { background-color:#006699;}*/
.popup_box a.close { position: absolute; top: 5px; right: 10px; color: #666; font-size: 20px; cursor: pointer;}

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

/*------------------------------------*\   tp    \*------------------------------------*/

.tp-gateway {display: none;bottom: 20vh;left: 0;-webkit-box-align: center;align-items: center;box-sizing: border-box;flex-direction: column;margin: 0 auto;padding: 20px;position: fixed;text-align: left;width: 100%;z-index: 99000;height: auto;opacity: 1;}
.tp-gateway-background {display: none;position: fixed;top: 0;z-index: 99000;height: 100vh;width: 100vw;pointer-events: none;background: linear-gradient(transparent,#000);opacity: 0;}
.tp-gateway-button {background-color: #2470ce;border: 2px solid#14509c;border-radius: 30px;box-shadow: 0 4px 10px rgb(0 0 0/16%);color: #fff!important;display: inline-block;text-align: center;font-size: 16px;text-rendering: optimizeLegibility;font-family: -apple-system,arial,helvetica;font-weight: 700;line-height: 1.6;margin: 0 auto;min-width: 230px;padding: 14px 30px;text-decoration: none;}


@media screen and (max-width: 1200px) {
.header_in {padding:0 20px}
.header_sub {width: calc(100% + 40px); margin-left:-20px; padding:10px 10px 0px 10px;}
.tipo {margin-right: 0px;}
.left { float:left; width: 100%; padding-right: 0px;}
.sidebar {float:left; width:100%; margin-top:10px;}
.pagewrap_flex {display: inherit; justify-content: inherit;}
}

@media screen and (max-width: 900px) {
.tipo {display:none;}
.header_search { position:fixed; top:60px; left:10px; margin:0; width:calc(100% - 20px);}
.header_flags {display:none;}
.filters a{width:10%;}
}

@media screen and (max-width: 800px) {
.detail_info { float:left; width:100%;}
.banner_detail_300 { float:left; width:100%; height: inherit;text-align:center;}
.filters a{width:16.6666%;}
.screenshots div {width: 50%;}
.screenshots div img{height: 125px;}
}

@media screen and (max-width: 600px) {
a.close {margin-right:35px;}
.navigation {display:none;}
.description, .detail_desc, .detail_desc2, .comment span, .blog_desc {text-align: inherit;}
.home_box_thumb_img {width:100%; padding-bottom: 67%;}
.home_box_thumb b {float: right; width:100%;}
.home_box_thumb span {float: right;width:100%;}
.home_box_thumb_type {float: right;width:100%;}
.filters a{width:25%;}
a.download2 {width: 100%;}
a.download2 img {height: auto; max-width: 90%;}
/*.pagewrap {padding: 100px 20px 20px 20px;}*/
.owl-carousel {margin:-20px 0 20px -20px; width: calc(100% + 40px)!important;}
.login_on {display: none;}
.popup_box { width:100%; border: solid 20px #333; height:275px;}
}

@media screen and (max-width: 480px) {
/*.footerCookies {right:0px; width:100%; border:20px solid #fff;}*/
.footerCookies {right:0px; width:100%; border:0px solid #fff;}
}




.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
.mb0 { margin-bottom:0 !important;}
.w95 {width:95%!important;}
::-webkit-input-placeholder { color:#ddd;}
::-moz-placeholder {color:#ddd;}
:-ms-input-placeholder {color:#ddd;}
:-moz-placeholder {color:#ddd;}							