@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap");

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 14px/1.2 "Open Sans", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #000;
	background: #fff;
}

body.fixed {
	overflow: hidden;
	position: fixed;
}

a {
	color: #3983FF;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #0099FF;
	color: #fff;
}

* ::selection {
	background: #0099FF;
	color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #545454;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #545454;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #545454;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #545454;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder, textarea.placeholder {
	color: #545454 !important;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1315px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.header {
	background-color: #F6F6F6;
}

@media screen and (max-width: 568px) {
	.header.open .hamburger:before, .header.open .hamburger:after,
	.header.open .hamburger span {
		background-color: #000;
	}
	.header.open .navigation_items {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}

.header_panel {
	padding: 18px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	position: relative;
}

@media screen and (max-width: 860px) {
	.header_panel {
		padding: 15px 0;
	}
}

@media screen and (max-width: 568px) {
	.header_panel {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 10px 0 0;
	}
}

.hamburger {
	width: 25px;
	height: 18px;
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	background: none;
	border: none;
	display: none;
}

@media screen and (max-width: 568px) {
	.hamburger {
		display: block;
	}
}

.hamburger:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #000;
	border-radius: 3px;
	overflow: hidden;
}

.hamburger:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #000;
}

.hamburger span {
	background-color: #000;
	border-radius: 3px;
	height: 2px;
	overflow: hidden;
	display: block;
}

.logo {
	font-size: 28px;
	font-weight: 600;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

@media screen and (max-width: 665px) {
	.logo {
		font-size: 22px;
	}
}

@media screen and (max-width: 568px) {
	.logo {
		font-size: 18px;
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		-ms-flex-positive: 1;
		    flex-grow: 1;
		min-width: 1px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.logo a {
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.logo img {
	width: 45px;
	height: 45px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

@media screen and (max-width: 568px) {
	.logo img {
		width: 30px;
		height: 30px;
	}
}

.logo span {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	margin-left: 10px;
}

.search {
	margin-left: 45px;
	width: 100%;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

@media screen and (max-width: 1000px) {
	.search {
		margin-left: 25px;
	}
}

@media screen and (max-width: 568px) {
	.search {
		-ms-flex-order: 3;
		    order: 3;
		margin: 8px 0 0;
	}
}

.search > * {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: 100%;
	height: 100%;
}

.search .wrap_field {
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	border: 1px solid #DFE1E4;
	background-color: #ffffff;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}

.search .input {
	width: 100%;
	height: 40px;
	background: none;
	border: none;
	color: #545454;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 12px 0 12px 20px;
}

@media screen and (max-width: 1280px) {
	.search .input {
		font-size: 12px;
	}
}

.search .button_search {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background: none;
	border: none;
	font-size: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	color: #444444;
	width: 60px;
	height: 40px;
}

@media screen and (min-width: 1025px) {
	.search .button_search:hover {
		color: #000;
	}
}

.search .button_search i {
	font-size: 20px;
}

@media screen and (max-width: 1280px) {
	.search .button_search i {
		font-size: 16px;
	}
}

.btn_header {
	background-color: #3983FF;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	padding: 13px;
	margin-left: 20px;
}

@media screen and (min-width: 1025px) {
	.btn_header:hover {
		background-color: #006BB2;
	}
}

@media screen and (max-width: 665px) {
	.btn_header {
		display: none;
	}
}

.lang_choice {
	margin-left: 20px;
}

@media screen and (max-width: 568px) {
	.lang_choice {
		margin: 0;
	}
}

.lang_choice.open .drop_lang {
	display: -ms-flexbox;
	display: flex;
}

.btn_choice {
	background-color: #4d4d4d;
	padding: 10px 12px;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0;
}

@media screen and (max-width: 568px) {
	.btn_choice {
		padding: 8px;
	}
}

.btn_choice b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.btn_choice img {
	margin-right: 10px;
}

@media screen and (max-width: 568px) {
	.btn_choice img {
		width: 24px;
	}
}

@media screen and (max-width: 568px) {
	.btn_choice svg {
		width: 6px;
		height: 8px;
	}
}

.drop_lang {
	position: absolute;
	top: calc(100% - 19px);
	right: 0;
	width: 100%;
	max-width: 600px;
	background-color: #4d4d4d;
	padding: 10px;
	z-index: 2;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: none;
}

@media screen and (max-width: 568px) {
	.drop_lang {
		top: calc(100% - 50px);
	}
}

.drop_lang .item {
	padding: 10px;
	width: 25%;
}

@media screen and (max-width: 568px) {
	.drop_lang .item {
		width: 50%;
		font-size: 13px;
	}
}

.drop_lang a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.drop_lang a:hover {
		text-decoration: underline;
	}
}

.drop_lang a img {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 8px;
}

@media screen and (max-width: 568px) {
	.drop_lang a img {
		width: 24px;
	}
}

.drop_lang a span {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wrapper_navigation {
	display: -ms-flexbox;
	display: flex;
}

.navigation_items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

@media screen and (max-width: 568px) {
	.navigation_items {
		position: absolute;
		top: 45px;
		left: 0;
		bottom: 0;
		background-color: #F6F6F6;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		z-index: 2;
		width: 242px;
		padding: 25px;
		transform: translate3d(-100%, 0, 0);
		opacity: 0;
		visibility: hidden;
		transition: transform .3s, opacity .3s, visibility .3s;
	}
}

.navigation_items .item {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.navigation_items .item.active a {
	background-color: #fff;
	color: #3983FF;
}

@media screen and (max-width: 568px) {
	.navigation_items .item.active a {
		background: none;
	}
}

.navigation_items .item.active a:after {
	display: block;
}

.navigation_items a {
	color: #000000;
	display: block;
	padding: 12px 15px;
	position: relative;
	font-weight: 600;
}

@media screen and (min-width: 1025px) {
	.navigation_items a:hover {
		color: #3983FF;
	}
}

@media screen and (max-width: 568px) {
	.navigation_items a {
		display: inline-block;
	}
}

.navigation_items a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #3983FF;
	display: none;
}

@media screen and (max-width: 568px) {
	.navigation_items a:after {
		width: 5px;
		height: 5px;
		border-radius: 5px;
		background-color: #3983FF;
		bottom: auto;
		top: 50%;
		transform: translate3d(0, -50%, 0);
	}
}

.navigation_items .count {
	font-size: 11px;
	color: #fff;
	border-radius: 5px;
	background-color: #DB2429;
	padding: 1px 6px;
	position: absolute;
	top: 0;
	right: 0;
}

.header_navigation {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	margin-left: 10px;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 568px) {
	.header_navigation {
		padding: 10px 0;
		margin: 0;
	}
}

.header_navigation .title {
	color: #888888;
	font-weight: 600;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.js-priorityNav .priority-nav {
	opacity: 0;
}

.navigation {
	width: 100%;
	display: none;
	margin: 0 0 0 auto;
}

.navigation.priority-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.navigation.is-open .nav__dropdown-toggle {
	color: #ff0000;
}

.navigation > ul > .navigation_item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	height: 100%;
}

@media screen and (max-width: 640px) {
	.navigation > ul > .navigation_item.second {
		display: none;
	}
}

.navigation_item {
	font-size: 14px;
	padding: 0 9px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

.navigation_item.active .navigation_link {
	color: #3983FF;
}

.navigation_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #000;
	position: relative;
	overflow: hidden;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.navigation_link:hover {
		color: #3983FF;
	}
}

.nav__dropdown-wrapper {
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 15px;
}

.nav__dropdown-toggle {
	background: none;
	border: none;
	font-size: 0;
	cursor: pointer;
	position: relative;
	transition: color .3s;
	width: 30px;
}

@media screen and (min-width: 1025px) {
	.nav__dropdown-toggle:hover {
		color: #3983FF;
	}
}

.nav__dropdown-toggle:before {
	content: "";
	background: url("/assets/dots.svg") no-repeat;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
}

.nav__dropdown {
	top: 100%;
	right: 0;
	background-color: #F6F6F6;
	padding: 5px 0;
}

.nav__dropdown .navigation_item {
	padding: 0;
	overflow: hidden;
}

.nav__dropdown .navigation_link {
	color: #000;
	display: block;
	text-align: right;
	padding: 5px 10px;
}

@media screen and (min-width: 1025px) {
	.nav__dropdown .navigation_link:hover {
		color: #3983FF;
	}
}

.nav__dropdown .navigation_link:after {
	display: none;
}

.twitter-typeahead {
	width: 100%;
}

.tt-query {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-menu {
	width: calc(100% + 60px);
	margin: 3px 0 0;
	padding: 4px 0 0;
	border: 1px solid #979797;
	background-color: #F6F6F6;
	border-radius: 0 0 7px 7px;
	overflow-y: auto;
	max-height: 225px;
	color: #000;
	border-top: none;
	border-left: 1px solid #DFE1E4;
	border-right: 1px solid #DFE1E4;
	border-bottom: 1px solid #DFE1E4;
}

.tt-suggestion {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}

.tt-suggestion:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.tt-suggestion:hover .tt-highlight {
	color: #fff;
}

.tt-highlight {
	font-weight: 700;
}

.tt-suggestion p {
	margin: 0;
}

.main {
	padding: 20px 0;
}

.row_section {
	margin-top: 12px;
}

.row_section:first-child {
	margin-top: 0;
}

.heading {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}

.thumbs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -10px 0 0 -5px;
}

.thumb {
	width: 25%;
	padding: 10px 0 0 5px;
}

@media screen and (min-width: 1640px) {
	.container {
		max-width: 1640px;
	}
	.thumb {
		width: 20%;
	}
}

@media screen and (max-width: 1000px) {
	.thumb {
		width: 33.333%;
	}
}

@media screen and (max-width: 665px) {
	.thumb {
		width: 50%;
	}
}

.thumb .wrap_image {
	position: relative;
	display: block;
}

.thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.thumb .time {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-radius: 7px;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 1px 7px;
}

.thumb .title {
	display: block;
	margin-top: 5px;
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 18px;
	overflow: hidden;
}

.thumb .tools {
	margin-top: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.thumb .link {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	font-weight: 600;
	color: #3983FF;
	margin-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

@media screen and (min-width: 1025px) {
	.thumb .link:hover {
		color: #000;
	}
}

.thumb .date {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	text-align: right;
	color: #444;
}

@media screen and (max-width: 479px) {
	.thumb .date {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.th:hover .title_categories {
		color: #000;
	}
}

.title_categories {
	color: #3983FF;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	.title_categories {
		font-size: 14px;
	}
}

.bottom_section {
	margin-top: 10px;
}

.button {
	border-radius: 5px;
	background-color: #3983FF;
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	min-width: 170px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

@media screen and (min-width: 1025px) {
	.button:hover {
		background-color: #000;
	}
}

.section_list {
	margin: -10px 0 0 -10px;
	font-size: 0;
}

.section_list .item {
	margin: 10px 0 0 10px;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid #000000;
	padding: 6px 10px;
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 1025px) {
	.section_list .item:hover {
		background: #0099FF;
		border: 1px solid #0099FF;
		color: #fff;
	}
}

.columns_grid {
	column-count: 6;
}

@media screen and (max-width: 960px) {
	.columns_grid {
		column-count: 4;
	}
}

@media screen and (max-width: 640px) {
	.columns_grid {
		column-count: 2;
	}
}

@media screen and (max-width: 320px) {
	.columns_grid {
		column-count: 1;
	}
}

.columns_grid .letter {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	border-bottom: 1px solid #3983FF;
	margin-bottom: 5px;
}

.columns_grid .item_group {
	padding: 5px 0;
}

.columns_grid .item {
	padding: 3px 0;
}

.columns_grid a {
	color: #353535;
	text-decoration: underline;
}

@media screen and (min-width: 1025px) {
	.columns_grid a:hover {
		text-decoration: none;
		color: #3983FF;
	}
}

.pagination_wrap {
	text-align: right;
	margin-top: 25px;
}

@media screen and (max-width: 665px) {
	.pagination_wrap {
		text-align: center;
	}
}

.pagination {
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 1px solid #979797;
	border-radius: 4px;
}

.pagination .item {
	color: #3983FF;
	font-size: 14px;
	font-weight: 600;
	min-width: 40px;
	height: 40px;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	border-right: 1px solid #979797;
}

@media screen and (max-width: 665px) {
	.pagination .item {
		display: none;
	}
}

.pagination .item:last-child {
	border-right: none;
}

.pagination .item.active {
	background: #3983FF;
	color: #fff;
}

@media screen and (max-width: 665px) {
	.pagination .item.active {
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 665px) {
	.pagination .item.pager {
		display: -ms-flexbox;
		display: flex;
	}
}

.footer {
	display: table-row;
	height: 1px;
}

.footer_holder {
	border: 1px solid #9E9E9E;
	background-color: #3A3A3A;
	padding: 45px 0;
}

.lang_footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 20px;
}

.lang_footer .item {
	border-left: 1px solid #fff;
	margin-left: 10px;
	padding-left: 10px;
}

.lang_footer .item:first-child {
	margin-left: 0;
	padding-left: 0;
	border: none;
}

.lang_footer a {
	text-decoration: underline;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.lang_footer a:hover {
		color: #0099FF;
	}
}

.footer_description {
	color: #858585;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 30px;
}

.footer_description .title {
	color: #ADADAD;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}

.copy {
	color: #CDCDCD;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.copy .row {
	margin-bottom: 20px;
}

.copy .row:last-child {
	margin-bottom: 0;
}

.copy a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (min-width: 1025px) {
	.copy a:hover {
		text-decoration: none;
	}
}

.priority-nav {
	white-space: nowrap;
}

.priority-nav > ul {
	display: inline-block;
}

.priority-nav > ul > li {
	display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
	position: relative;
}

.priority-nav__wrapper {
	position: relative;
}

.priority-nav__dropdown {
	position: absolute;
	visibility: hidden;
}

.priority-nav__dropdown.show {
	visibility: visible;
}

.priority-nav__dropdown-toggle {
	visibility: hidden;
	position: absolute;
}

.priority-nav-is-visible {
	visibility: visible;
}

.priority-nav-is-hidden {
	visibility: hidden;
}

.dmca {
	width: 100%;
	display: table;
	border-spacing: 6px;
}

.dmca div {
	display: table-row;
}

.dmca div > * {
	display: table-cell;
}

.dmca label {
	width: 100px;
	vertical-align: top;
	line-height: 36px;
}

.dmca input,
.dmca textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #acacac;
  border-radius: 0;
  padding: 8px;
  font-size: 15px;
}

.dmca input:focus,
.dmca textarea:focus {
  border-color: #5cb3fd;
  outline: 0;
}

.dmca button {
  color: #fff;
  background-color: #0099ff;
  font-size: 15px;
  font-weight: 500;
  padding: 13px;
  border: none;
  cursor: pointer;
}

.dmca button:hover {
  color: #fff;
  background-color: #2970a7;
}

.thumb .favorite{
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: url("/assets/favorite.svg"), linear-gradient(transparent, transparent);
  background-size: 40px 40px;
  background-position: top left;
}

.thumb a:hover .favorite,
.handheld .thumb .favorite{
  display: block;
}

.thumb .favorite:hover{
  background-position: top right;
}

.thumb .favorite.added{
  background-position: bottom right;
}

.thumb .favorite.added:hover{
  background-position: bottom left;
}

@media screen and (min-width: 666px) and (max-width: 1000px) {
	.thumb.webcam:nth-last-child(-n+2) {
		display: none;
	}
}
@media screen and (max-width: 1639px) {
	.thumb.webcam:nth-last-child(-n+1) {
		display: none;
	}
}
