/*!
Theme Name: thinkdigital
Theme URI: http://underscores.me/
Author: Think Digital
Author URI: http://underscores.me/
Description: Think Digital new theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thinkdigital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

thinkdigital is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

body, html {
	font-family: 'Roboto', sans-serif;
	color: #201747;
	font-weight: 300;
	font-size: 24px;
	line-height: 35px;
}

a.back-link {
	color: #ff3eb5;
	font-family: 'Roboto Mono', monospace;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
a.back-link-podcasts {
	font-family: 'Roboto', sans-serif;
	color: #ff3eb5;
	font-size: 50px;
	line-height: 40px;
	font-weight: 600;
}
a.back-link-podcasts-lower {
	font-size: 40px;
	line-height: 30px;
}
a.back-link-podcasts-lower-lower {
	font-size: 30px;
	line-height: 20px;
}
a.back-link-podcasts i:hover, .back-link-podcasts i:hover, .back-link-podcasts:hover i {
	text-decoration: none!important;
}
.back-link-podcasts i {
	font-size: 115%;
	font-style: normal;
}
.back-link-podcasts-lower i {
	font-size: 100%;
	font-style: normal;
}
.see-ratecard-podcasts {
	font-weight: bold;
}
.link-lista-podcasts {
	margin-right: 40px;
	margin-bottom: 100px;
}

/* TD STYLES */
.container-td {
	max-width: 1240px;
}
.container-td-nopadding {
	padding: 0px;
}
button.play {
	display: none!important;
}
.play {
	display: none!important;
}
.we-are-new-breed {
	background-color: #201747;
	padding-top: 140px;
	padding-bottom: 100px;
}
.proud-to-work {
	background-color: #dbdde6;
	padding-top: 140px;
	padding-bottom: 100px;
}
.trusted-by img {
	max-width: 400px;
}	
.trusted-by {
	background-color: #ffffff;
	padding-top: 140px;
	padding-bottom: 100px;
}
.strong-regional {
	background-color: #dbdde6;
	padding-top: 140px;
	padding-bottom: 100px;
}
.strong-regional img {
	max-width: 490px;
}
.contact-footer {
	background-color: #201747;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto Mono', monospace;
	font-size: 13px;
	color: #dbdde6;
}
.contact-footer h2 {
	font-family: 'Roboto Mono', monospace;
	font-size: 20px;
	color: #dbdde6;
	margin-bottom: 45px;
}
.contact-footer h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #5b5b7d;
	margin-bottom: 45px;
}

.contact-footer span {
	display: block;
	clear: both;
	line-height: 30px;
	margin-bottom: 15px;
}
.icon-footer {
	width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
	left: -6px;
    position: relative;
	background-size: 65%;
}
.we-are-new-breed span {
	font-family: 'Roboto Mono', monospace;
	font-size: 22px;
	line-height: 33px;
	color: white;
	float: left;
	width: 65%;
}
.we-are-new-breed img {
	max-width: 360px;
}
.trusted-by span {
	font-family: 'Roboto Mono', monospace;
	font-size: 30px;
	color: white;
	float: left;
	width: 60%;
}
.strong-regional span {
	font-family: 'Roboto Mono', monospace;
	font-size: 30px;
	color: white;
	float: right;
	width: 50%;
	text-align: right;
}
.footer-social {
	padding-left: 15px;
	margin-top: 50px;
}
.footer-social a {
	margin-right: 20px;
}
.footer-social img {
	max-width: 32px;
}
.we-are-new-breed img {
	float: right;
}
.trusted-by img {
	float: right;
}
.strong-regional img {
	float: left;
}
.logos-trusted {
	margin-top: 100px;
	display: flex;
	max-width: 100%;
	flex-flow: row wrap;
	justify-content: center;
}
.logos-strong {
	margin-top: 100px;
	display: flex;
	max-width: 100%;
	flex-flow: row wrap;
	justify-content: center;
}
.logos-trusted img { 
	/*margin-right: 30px;
	max-width: 150px;*/
}
.container-we-are-new-breed {
	width: 100%;
	position: relative;
	clear: both;
}
.container-trusted-by {
	width: 100%;
	position: relative;
	clear: both;
}
.embed-home {
	margin-top: -80px;
}	
.top-td-row {
	position: relative;
	z-index: 99;
	background-color: white!important;
	/*width: 100%;*/
	/* margin: 0; */
	padding-top: 45px;
	padding-bottom: 45px;
}
.top-bg-who-we-are {
	background-color: #dbdde6!important;
}
.top-bg-what-we-do {
	background-color: #201747!important;
}
.page-who-we-are {
	background-color: #dbdde6!important;
	height: 380px;
	margin-bottom: 150px;
}
.page-contact {
	background-color: #dbdde6!important;
	height: 315px;
    margin-bottom: 60px;
}
.page-work {
	background-color: #dbdde6!important;
	height: 380px;
}
.page-what-we-do {
	background-color: #201747!important;
	padding-top: 70px;
	padding-bottom: 145px;
}
.page-services {
	background-color: #201747!important;
	padding-top: 70px;
	padding-bottom: 65px;
}
.container-page-work {
	width: 100%;
    position: relative;
    clear: both;
}
.container-page-who-we-are {
	width: 100%;
    position: relative;
    clear: both;
}
.container-page-who-we-are img {
	float: right;
	max-width: 330px;
}
.container-page-who-we-are h1 {
	margin-top: 70px!important;
	float: left;
	width: 70%;
}
.container-page-who-we-are h1.h1-page-who-we-podcast {
	margin-top: 70px!important;
	float: left;
	width: 80%;
}
.container-page-services {
	width: 100%;
    position: relative;
    clear: both;
}
.container-page-services img {
	float: right;
	max-width: 379px;
}
.container-page-services h1 {
	/*margin-top: 85px!important;*/
	line-height: 318px!important;
	float: left;
	width: 50%;
}
h2.h2-page-who-we-are {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 74px;
	color: #201747;
	line-height: 74px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 60px;
	margin-top: 60px;
}
h1.h1-we-are-new-breed {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 74px;
	color: #ff3eb5;
	line-height: 74px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 90px;
}
h1.h1-proud-to-work {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 74px;
	color: #201747;
	line-height: 74px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 90px;
}
h1.h1-trusted-by {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 74px;
	color: #201747;
	line-height: 74px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 90px;
}
h1.h1-strong-regional {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 74px;
	color: #201747;
	line-height: 74px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
}
h1.h1-page-who-we-are {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 92px;
	color: #201747;
	line-height: 83px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
h1.h1-page-who-we-podcast {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 92px;
	color: #201747;
	line-height: 100px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
h1.h1-page-who-we-podcast-new {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 75px;
	color: white;
	line-height: 90px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	width: 100%;
    padding-right: 40%;
	margin-top: 0!important;
}
p.p-page-who-we-podcast-new {
	width: 100%;
    padding-right: 40%;
    color: white;
	font-family: 'Roboto Mono', monospace;
	font-size: 26px;
    line-height: 36px;
	margin: 50px 0;
    display: inline-block;
}
h1.h1-page-work {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 92px;
	color: #201747;
	line-height: 83px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-top: 70px;
}
h1.h1-page-what-we-do {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 92px;
	color: #ff3eb5;
	line-height: 83px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
h1.h1-page-services {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 92px;
	color: #ffffff;
	line-height: 83px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
h1.h1-page-who-we-are span {
	color: #ff3eb5;
}
h1.h1-page-work span {
	color: #ff3eb5;
}
h1.h1-page-what-we-do span {
	color: #ffffff;
}
.logo {
	float: left;
}
.meniu-td-link {
	top: 45px;
    position: fixed;
    /*left: 50%;*/
	right: 3%;
    z-index: 9999;
    background-color: white;
    padding: 10px;
	border-radius: 5px;
	/*transform: translateX(640px);*/
	border: 1px solid #201747;
}
.td-navigation {
	height: 0%;
	width: 0%;
	position: fixed;
	z-index: 99999999999;
	right: 0;
	top: 0;
	background-color: rgb(54,46,89);
	background-color: rgba(54,46,89, 0.9);
	overflow: hidden;
	transition: 0.3s;
	float: right;
	clear: both;
}
.container-meniu {
	position: relative;
	top: 0px;
	left: 55%;
	width: 45%;
	height: 100%;
	background-color: white;
}
.td-navigation-close {
	position: relative;
	right: 150px;
    top: 45px;
	float: right;
}
.td-navigation-close a {
	font-family: 'Roboto', sans-serif;
	color: #201747;
	font-weight: 300;
	font-size: 45px;
	line-height: 45px;
}
.td-navigation-close a:hover, .td-navigation-close a:active {
	text-decoration: none;
	color: #ff3eb5;
}
.td-navigation-meniu {
	clear: both;
	left: 0px;
	top: 200px;
	position: relative;
	display: flex;
    flex-flow: column;
	justify-content: flex-start;
    align-items: flex-start;
}
.td-navigation-meniu a {
	font-family: 'Roboto', sans-serif;
	color: #201747;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	display: inline-block;
	min-width: 280px;
    padding-left: 40px;
	/*display: block;*/
}
.td-navigation-meniu a:hover, .td-navigation-meniu a:active {
	text-decoration: none;
	color: #ff3eb5;
	background-color: #ff3eb5;
	color: white;
}
.td-navigation-meniu a.active {
	text-decoration: none;
	color: #ff3eb5;
}
.td-navigation-meniu a.active:hover {
	text-decoration: none;
	color: #ff3eb5;
	background-color: white;
}
.link-limba {
	position: absolute;
	top: 50px;
	left: 40px;
}
.link-limba a {
	font-family: 'Roboto', sans-serif;
	color: #201747;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	padding: 0px 5px 0px 5px;
}
.link-limba a:hover, .link-limba a:active {
	text-decoration: none;
	color: #ff3eb5;
}
.link-limba a.limba-activa {
	text-decoration: none;
	background-color: #ff3eb5;
	color: white;
}
a.discover-more, a.more-link, input[type="submit"] {
	font-family: 'Roboto Mono', monospace;
	font-size: 19px;
	color: #201747;
	background-color: #ff3eb5;
	border-radius: 5px;
	line-height: 55px;
	padding-left: 25px;
	padding-right: 25px;
	padding: 0 25px 0 25px;
	text-decoration: none;
	display: inline-block;
}
a.discover-more:hover, a.discover-more:focus, a.discover-more:active, a.more-link:hover, a.more-link:focus, a.more-link:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	background-color: rgb(255,62,181);
	background-color: rgba(255,62,181, 0.9);
}

label {
	font-size: 18px;
	font-weight: bold;
}
.discover-more-we-are-new-breed {
	margin-top: 60px;
}
.pagina-who-we-are p, .pagina-who-we-are {
	font-size: 20px;
	line-height: 28px;
	color: #201747;
}
.nopadding {
	padding: 0!important;
}
.poze-echipa {
	margin-bottom: 30px;
}
.poze-echipa img {
	max-width: 224px;
}
.for-continut {
	color: #201747;
	font-size: 20px;
	line-height: 28px;
}
.for-continut h1 {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 74px;
	color: #201747;
	line-height: 74px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.order-2-color-dbdde6 {
	order: 2;
	background-color: #dbdde6;
}
.order-1-color-dbdde6 {
	order: 1;
	background-color: #dbdde6;
}
.for-continut .col-md {
	padding: 0;
}
.col-for-continut-content h1 {
	margin-top: 30px;
}
.col-for-continut-content h1, .col-for-continut-content p {
	padding-right: 50px;
}
.order-2-color-dbdde6 h1, .order-2-color-dbdde6 p {
	padding-left: 50px;
}
.col-for-continut-content {
	display: flex;
    justify-content: center;
	flex-flow: column;
}
.bg-color-dbdde6 {
	background-color: #dbdde6;
}
.services-continut {
	padding-top: 140px;
	padding-bottom: 120px;
}
.services-continut .col-md {
	margin-top: 120px;
}
.services-continut .col-md {
	width: 50%;
	min-width: 50%;
	text-align: center;
	color: #201747;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
}
.services-continut .col-md span:first-of-type {
	margin-top: 40px;
}
.services-continut .col-md span {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #85859f;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
}
.services-continut .col-md h1 {
	color: #ff3eb5;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.services-continut h3 {
	color: #201747;
	font-size: 32px;
	font-weight: bold;
	line-height: 45px;
	font-weight: bold;
	width: 100%;
}
.services-continut h1 {
	width: 100%;
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 74px;
	color: #201747;
	line-height: 74px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 120px;
}
.services-h1-no-bottom {
	margin-bottom: 0px!important;
}
.content-case-study {
	color: #141b4d;
	font-size: 16px;
	line-height: 22px;
}
.content-case-study .col-md:first-child {
	max-width: 40%;
}
.content-case-study h1 {
	color: #ff3eb5;
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 78px;
	line-height: 78px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
}
.content-case-study h2 {
	font-family: 'Roboto Mono', monospace;
	font-size: 18px;
	line-height: 18px;
	color: #201747;
	text-transform: uppercase;
	font-weight: bold;
}
.content-case-study img {
	margin-bottom: 60px;
}

.work-home {
	width: 280px;
	background-color: white;
	margin-right: 10px;
	max-width: 280px;
	min-height: 100%;
	align-items: stretch;
    display: flex;
	/*padding: 40px 20px 20px 20px;*/
}
.work-podcaster {
	width: 300px;
	max-width: 300px;
}
.work-home h1 {
	color: #ff3eb5;
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
.work-home h2 {
	color: #201747;
	font-family: 'Roboto Mono', monospace;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}
.work-home h1:hover, .work-home h1:active, .work-home h1:focus, .work-home h2:hover, .work-home h2:active, .work-home h2:focus {
	text-decoration: none!important;
}
.proud-to-work .flickity-prev-next-button.previous {
	top: 110%;
    left: 45%;
}
.proud-to-work .flickity-prev-next-button.next {
	top: 110%;
    left: 55%;
}
.work-home a {
	display: inline-block;
	padding: 40px 20px 20px 20px;
	display: flex;
    flex-flow: column;
}
.work-podcaster a {
	width: 100%;
	height: 100%;
	padding: 0;
}
.work-home h2 {
	margin-top: auto;
}
.work-home a:hover, .work-home a:active, .work-home a:focus {
	text-decoration: none;
	background-color: rgb(0,0,0,0.05);
}
.pagina-work {
	background-color: #201747;
	padding-top: 70px;
	padding-bottom: 140px;
	color: white;
}
.pagina-work-footer {
	background-color: #85859f;
	padding-top: 70px;
	padding-bottom: 70px;
}
.pagina-work-footer h1 {
	font-family: atten-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 74px;
	color: #201747;
	line-height: 74px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	text-align: center;
}
.pagina-work-footer h2 {
	color: white;
	font-size: 36px;
	text-align: center;
}
.pagina-work h2 {
	margin-bottom: 60px;
}
.pagina-work .flickity-prev-next-button.previous {
	top: 110%;
    left: 45%;
}
.pagina-work .flickity-prev-next-button.next {
	top: 110%;
    left: 55%;
}
.om-echipa {
	flex-grow: 0;
}
.om-echipa h1 {
	color: #201747;
	font-family: 'Roboto Mono', monospace;
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
.om-echipa h2 {
	color: #ff3eb5;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: 10px;
}
h1.nume-coloana-result {
	color: #201747;
	font-family: 'Roboto Mono', monospace;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.afisare-results h2 {
	color: #201747;
	font-family: 'Roboto Mono', monospace;
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.afisare-results h3 {
	color: #201747;
	font-family: 'Roboto Mono', monospace;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.afisare-results span {
	margin: 15px 0px 15px 0px;
	display: block;
}
.afisare-results {
	margin-top: 20px;
}
.link-who-we-are-contact {
	margin:auto;
	margin-bottom: 30px;
}
.container-link-who-we-are-contact {
	text-align: center;
}
.content-case-study .embed-responsive {
	margin-bottom: 30px;
}
.wpcf7 p {
	margin-bottom: 10px;
	padding-right: 0px;
}
span.wpcf7-form-control-wrap {
	width: 90%;
	max-width: 90%;
	display: inline-block;
}
span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea {
	width: 100%;
}
span.wpcf7-form-control-wrap textarea {
	max-height: 230px;
}
.grecaptcha-badge {
	display: none!important;
}
.slider-home-work {
	min-height: 440px;
}
.slider-home-work-podcasts {
	min-height: 340px;
}
.slider-websites-network {
	min-height: 340px;
}
.embed-home-desktop {
	background-repeat: no-repeat;
    background-position: center center;
	background-image: url('../jpg/video_cover_desktop.jpg');
	background-size: cover;
}
.embed-home-mobile {
	background-repeat: no-repeat;
    background-position: center center;
	background-image: url('../jpg/video_cover_mobil.jpg');
	background-size: cover;
}

.pagina-join-podcast-network-footer {
	background-color: #dbdde6!important;
}
.pagina-join-podcast-network strong.roz {
	color: #ff3eb5;
}
.join-podcast-network-new {
	margin: 0;
	padding: 150px 0;
}

.we-are-new-breed span.podcasters-breed-span {
	width: 85%;
}
.we-are-new-breed span.podcasters-breed-span-roboto, .we-are-new-breed-blue h2 {
	font-family: 'Roboto', sans-serif;
	color: #201747;
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
}
.we-are-new-breed span.podcasters-breed-span-roboto strong {
	color: #ff3eb5;
}
.we-are-new-breed img.podcasters-breed-span-roboto {
	max-width: 205px;
}
.we-are-new-breed span.podcasters-breed-span h1.h1-we-are-new-breed {
	margin-bottom: 50px;
}
.row-page-podcast-network-new {
    background-image: url('../jpg/header_podcasts.jpg');
    background-position: center center;
    background-repeat: no-repeat;
	margin-bottom: 0px;
	height: auto;
	padding: 140px 0;
}
.row-page-podcast-network {
	margin-bottom: 0px;
}
.we-are-new-breed-white {
	background-color: white;
}
.we-are-new-breed-blue {
	background-color: #85859f;
}
.we-are-new-breed-gray {
	background-color: #dbdde6;
}
.we-are-new-breed-gray img {
	max-width: 100%;
	float: left;
}
.content-case-study h1.host-podcast {
	margin-bottom: 15px;
	/*margin-left: -5px;*/
}
.content-case-study h2.host-podcast {
	margin-bottom: 40px;
}
.content-case-study h2 span {
	text-transform: none;
    font-weight: normal;
}
.afisare-results-podcasters h3 {
	margin-top: 10px;
}
.afisare-results-podcasters h3.cifre {
	color: #ff3eb5;
	font-size: 50px;
    margin-top: 30px;
	margin-bottom: 30px;
}
.afisare-results-podcasters h3.cifre span {
	font-size: 18px;
    display: inline-block;
}
.podcaster-image {
	width: 1%;
    display: table;
}
.podcaster-cell {
	height: auto;
    overflow: hidden;
}
h1.h1-we-are-new-breed-blue {
	color: #201747;
}
.we-are-new-breed-blue span.podcasters-breed-span {
	width: 100%;
}
.row-cifre-albastru {
	margin-top: 30px;
}
.we-are-new-breed .afisare-results-podcasters h3.cifre {
	font-size: 70px;
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 60px;
}
.we-are-new-breed h1.nume-coloana-result {
	
}
.nume-coloana-result-websites {
	font-size: 16px;
	margin-left: 10px;
	color: white!important;
}
.we-are-new-breed-white .afisare-results-podcasters h3.cifre {
	font-size: 70px;
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 60px;
}
.we-are-new-breed-white h1.nume-coloana-result {
	font-size: 20px;
	margin-left: 10px;
}
.our-formats-second-row {
	margin-top: 40px;
}
.websites-slide {
	background-color: #F9F9F9;
}
.websites-slide img {
	border: 1px solid #CBCBCB;
}

.continut-articol h1.entry-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 46px;
	line-height: 50px;
	text-transform: none;
}
.sidebar-articol {
	font-family: 'Roboto Mono', monospace;
	color: #85859f;
	font-size: 18px;
}
.sidebar-articol h3 {
	font-weight: bold;
	color: #201747;
	margin-top: 20px;
	font-size: 18px;
}

.listing-articole h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 26px;
    line-height: 30px;
	text-transform: none;
}
.listing-articole h2 a, .listing-articole h2 a:active {
	color: #201747;
}
.listing-articole h2 a:hover {
	color: #ff3eb5;
}

.articol-listing {
	font-size: 14px;
    line-height: 18px;
	padding: 5%;
	background-color: white;
}
.articol-listing h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
    line-height: 22px;
	text-transform: none;
}
.articol-listing span.date {
	margin-top: 22px;
	margin-bottom: 15px;
	display: inline-block;
}
.articol-listing a.more-link {
	display: none;
}
.container-listing-articole {
	background-color: #f9f9f9;
	padding-top: 50px;
}
.page-listing-articole {
	margin-bottom: 0px;
}
.articol-listing .post-thumbnail img { height: 190px }
.download-study h1 {
	margin-bottom: 20px;
	margin-top: 0;
}
.download-study input[type=checkbox] {
	width: auto;
}
.download-study .wpcf7-list-item {
	margin-left: 0;
}
.download-study input[type=submit] {
	text-transform: uppercase;
	margin-top: 20px;
}
.download-study label {
	margin-bottom: 0;
}
.download-study .wpcf7-not-valid-tip {
	font-size: 16px;
}
.download-study .wpcf7-response-output {
	display: none!important;
}
.download-study {
	padding-top: 140px;
    padding-bottom: 100px;
}
.imagine-specializari img {
	float: none;
	max-width: 100%;
	width: 100%;
}
.coloana-button-specializari {
	display: flex;
	align-items: center!important;
}
.coloana-button-specializari a {
	margin-top: 0;
}

/* Header Style */
.header-dark {
	background-color: #DCDDE6!important;
}

.header-dark .meniu-td-link {
	border: none;
	background: none;
	top: 70px;
}

.container-fluid.full-width {
	padding-left: 0;
	padding-right: 0;
}
.container-fluid.full-width .container-td {
	max-width: calc(100% - 400px);
}
.container-fluid.full-width .meniu-td-link {
	right: 200px;
	top: 40px;
}
.container-fluid.full-width .row {
	margin: 0;
}

/* Hero Section */
.lp-hero-section {
	background: #FF3EB6;
	width: 100%;
}
.lp-hero-section-container {
	display: flex;
	width: 100%;
	padding-left: 200px;
	max-width: 1920px;
	margin: 0 auto;
}
.lp-hero-title {
	color: #fff;
	font-size: 90px;
	font-family: atten-new, sans-serif;
    font-weight: 800;
	line-height: 92px;
}
.lp-hero-sub-title {
	color: #fff;
	font-size: 90px;
	text-transform: uppercase;
	font-family: atten-new, sans-serif;
    font-weight: 800;
	line-height: 92px;
	margin-bottom: 55px;
}
.lp-hero-description {
	max-width: 660px;
	margin-bottom: 55px;
}
.lp-hero-description p {
	color: #201747;
	font-family: 'Roboto Mono', monospace;
}
.lp-hero-button {
	color: #fff;
}
.lp-hero-button a {
	color: #fff;
	font-size: 41px;
	line-height: 45px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.lp-hero-button a span {
	position: relative;
}
.lp-hero-button a span:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	transition: width, .6s;
}
.lp-hero-button a:hover {
	text-decoration: none;
}
.lp-hero-button a:hover span:after {
	width: 0;
}
.left-side {
	width: 100%;
	margin-right: auto;
	padding-top: 160px;
	padding-bottom: 90px;
}
.right-side {
	width: 100%;
	max-width: 970px;
	min-height: 90%;
	padding-top: 120px;
}
.right-side img {
	width: 100%;
	height: 90%!important;
	height: auto;
	object-fit: cover;
    object-position: left bottom;
}

/* Info Section */
.lp-info-section {
	background-color: #DBDDE6;
	padding-top: 230px;
	padding-bottom: 100px;
}
.lp-info-section-container {
	max-width: 1920px;
	margin: 0 auto;
	padding-left: 120px;
	padding-right: 120px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lp-info-item {
	width: 33.33333%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.lp-info-item-icon {
	min-height: 170px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 70px;
}
.lp-info-item-icon img {
	max-width: 100%;
	height: auto;
}
.lp-info-item-number {
	text-align: center;
	color: #FF3EB5;
	font-size: 100px;
	line-height: 102px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
}
.lp-info-item-desc {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.lp-info-item-desc p {
	text-align: center;
	color: #201747;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Roboto Mono', monospace;
}

/* Devices */
.lp-devices-section {
	padding-top: 145px;
	padding-bottom: 145px;
}
.lp-devices-section-container {
	max-width: 1920px;
	margin: 0 auto;
	padding-left: 120px;
	padding-right: 120px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lp-devices-item {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.lp-devices-title {
	color: #201747;
	font-size: 90px;
	line-height: 98px;
	font-family: 'atten-new', sans-serif;
	font-weight: 800;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 145px;
}
.lp-devices-item-icon {
	margin-bottom: 20px;
	max-height: 217px;
}
.lp-devices-item-icon img {
	height: 100%;
	width: auto;
	margin: 0 auto;
	display: block;
}
.lp-devices-item-title {
	text-align: center;
	font-family: 'Roboto Mono', monospace;
	font-size: 30px;
	color: #201747;
	line-height: 34px;
}

/* Video */
.lp-video-section {
	background-color: #201747;
	padding-top: 135px;
	padding-bottom: 145px;
}
.lp-video-block {
	width: 100%;
	max-width: 1250px;
	height: 710px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}
.lp-video-section-container video {
	width: 100%;
	height: auto;
}
.lp-video-title {
	text-align: center;
	color: #fff;
	font-size: 90px;
	font-family: 'atten-new', sans-serif;
	font-weight: 800;
	line-height: 94px;
	margin-bottom: 100px;
}
.lp-video-button {
	text-align: center;
}
.lp-video-button img {
	display: block;
	width: 100%;
	height: auto;
}
.lp-video-button a {
	display: inline-block;
	color: #FF3EB5;
	font-size: 41px;
	line-height: 44px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-decoration: underline;
}
.lp-video-button a:hover {
	text-decoration: none;
}

/* LP Text */
.lp-text-section {
	padding-top: 160px;
	padding-bottom: 190px;
}
.lp-text-block {
	max-width: 1250px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.lp-text-block p {
	text-align: center;
	color: #201747;
	font-size: 30px;
	line-height: 45px;
	font-family: 'Roboto Mono', monospace;
	margin-bottom: 0;
}

/* LP Games Video */
.lp-games-section {
	background-color: #DBDDE6;
	padding-top: 120px;
}
.lp-games-title {
	text-align: center;
	color: #201747;
	font-size: 90px;
	line-height: 102px;
	font-family: 'atten-new', sans-serif;
	font-weight: 800;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}
.lp-games-container {
	max-width: 1920px;
	margin: 0 auto;
	box-sizing: border-box;
}
.lp-item-game img{
	width: 100%;
}
.lp-item-game {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lp-item-game:nth-child(even) .left-side {
	order: 1;
}

.lp-item-game .left-side {
	width: 50%;
	padding: 0;
	padding-top: 35%;
	position: relative;
	overflow: hidden;
}
.lp-item-game .left-side video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
     object-fit: cover;
  	-o-object-position: center;
     object-position: center;
}
.lp-item-game .video-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	/* -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%); */
	transition: opacity, .6s;
}
.lp-item-game .video-btn.active {
	opacity: 0;
}
.lp-item-game .video-btn svg {
	width: 100%;
	max-width: 100px;
	height: auto;
}

.lp-item-game .right-side {
	width: 50%;
	padding: 0 100px 0 100px;
}
.lp-games-section .item-title {
	color: #201747;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin-bottom: 25px;
}
.lp-games-section .item-desc p {
	font-size: 30px;
	line-height: 45px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0;
}

/* Slideshow */
.lp-slideshow-section {
	padding-top: 75px;
}
.lp-slideshow-title {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	margin-bottom: 65px;
}
.lp-slideshow-title p {
	color: #FF3EB5;
	text-align: center;
	font-size: 90px;
	line-height: 102px;
	font-size: 90px;
	line-height: 102px;
	font-family: 'atten-new', sans-serif;
	font-weight: 800;
	margin-bottom: 0;
}
.lp-slideshow-container {
	background: url('../png/slideshow-bg.png') no-repeat;
	background-position: center bottom;
	background-size: 1980px auto;
	/* min-height: 900px; */
	position: relative;
	padding-bottom: 260px;
    padding-top: 15px;
}
.lp-slideshow-items {
	width: 100%;
    max-width: 1025px;
    margin: 0 auto;
	top: 0;
	left: -6px;
	position: relative;
	margin: 0 auto;
}
.lp-slideshow-items .img-item {
	width: 100%;
}
.lp-slideshow-items .img-item img {
	display: block;
	width: 100%;
	height: auto;
}
.lp-slideshow-items .slick-arrow{
	background: none;
	border: none;
	font-size: 0;
	width: 60px;
	height: 105px;
	padding: 0;
}
.lp-slideshow-items .slick-arrow:focus {
	outline: none;
}
.lp-slideshow-items .slick-prev,
.lp-slideshow-items .slick-next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -52px;
}

.lp-slideshow-items .slick-prev {
	left: -100px;
	background: url('../svg/icon-ionic-ios-arrow-back.svg') no-repeat center center;
	background-size: 99% auto;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-top: -57px;
}
.lp-slideshow-items .slick-next {
	background: url('../svg/icon-ionic-ios-arrow-back.svg') no-repeat center center;
	background-size: 99% auto;
	right: -100px;
}

@media(max-width: 1380px) {
	.lp-hero-section-container {
		padding-left: 75px;
	}
	.container-fluid.full-width .meniu-td-link {
		right: 20px;
	}
	.container-fluid.full-width .container-td {
		max-width: calc(100% - 40px);
	}
	.lp-info-section-container {
		padding-left: 0;
		padding-right: 0;
	}
	.lp-devices-section-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lp-games-section .item-desc p {
		font-size: 25px;
		line-height: 38px;
	}
}

@media(max-width: 1280px) {
	.lp-video-block {
		max-width: 1200px;
	}
	.lp-item-game .video-btn svg {
		max-width: 50px;
	}
	.lp-item-game .right-side {
		padding: 0 50px 0 50px;
	}
	.lp-games-section .item-title {
		font-size: 45px;
    	line-height: 55px;
	}
}

@media(max-width: 1024px) {
	.lp-hero-section-container {
		padding-left: 20px;
	}
	.lp-slideshow-items .slick-prev {
		left: 10px;
	}
	.lp-slideshow-items .slick-next {
		right: 10px;
	}
	.lp-slideshow-items {
		width: 90%;
		top: 26px;
	}
	.lp-slideshow-container {
		background-size: 1780px auto;
	}
	.lp-info-section {
		padding-top: 130px;
		padding-bottom: 90px;
	}
	.lp-info-item-number {
		font-size: 76px;
	}
	.lp-devices-title,
	.lp-games-title,
	.lp-slideshow-title p {
		font-size: 74px;
		line-height: 85px;
	}
	.lp-devices-item {
		width: 50%;
		margin-bottom: 50px;
	}
	.lp-video-block {
		width: 90%;
		height: auto;
	}
	.lp-video-block iframe {
		width: 100%;
		height: 500px;
	}
	.lp-item-game {
		display: block;
	}
	.lp-item-game .left-side {
		width: 100%;
		padding-top: 56%;
	}
	.lp-item-game .right-side {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.lp-text-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.container-fluid.full-width .row {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media(max-width: 961px){
	.left-side {
		padding-top: 50px;
	}
	.lp-hero-title,
	.lp-hero-sub-title {
		font-size: 40px;
		line-height: 46px;
	}
	.lp-hero-button a {
		font-size: 20px;
	}
	.lp-hero-section-container {
		padding-left: 20px;
		flex-direction: column;
	}
	.lp-hero-section-container .left-side {
		width: 100%;
		order: 1;
	}
	.lp-hero-section-container .right-side {
		width: 100%;
		order: 0;
		padding-top: 50px;
	}
	.lp-info-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.lp-info-section-container {
		display: block;
	}
	.lp-info-item {
		width: 100%;
	}
	.lp-info-item-icon {
		margin-bottom: 20px;
	}
	.lp-info-item-number {
		font-size: 60px;
		line-height: 62px;
	}
	.lp-devices-section {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.lp-devices-title, .lp-games-title, .lp-slideshow-title p,
	.lp-video-title {
		font-size: 44px;
		line-height: 48px;
	}
	.lp-devices-title {
		margin-bottom: 50px;
	}
	.lp-devices-section-container {
		display: block;
	}
	.lp-devices-item {
		width: 100%;
		margin-bottom: 75px;
	}
	.lp-devices-item-icon {
		margin-bottom: 40px;
	}
	.lp-video-section {
		padding-top: 50px;
	}
	.lp-video-title {
		margin-bottom: 50px;
	}
	.lp-video-block iframe {
		height: 250px;
	}
	.lp-video-block {
		margin-bottom: 40px;
	}
	.lp-text-block p {
		font-size: 19px;
		line-height: 30px;
	}
	.lp-text-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.lp-text-block {
		margin-bottom: 50px;
	}
	.lp-games-section {
		padding-top: 50px;
	}
	.lp-games-title {
		margin-bottom: 50px;
	}
	.lp-item-game .right-side {
		padding: 20px;
	}
	.lp-games-section .item-title {
		font-size: 34px;
    	line-height: 42px;
	}
	.lp-games-section .item-desc p {
		font-size: 18px;
    	line-height: 28px;
	}
	.lp-slideshow-title {
		margin-bottom: 25px;
	}
	.lp-slideshow-container {
		background-size: 600px auto;
	}
	.lp-slideshow-container {
		padding-bottom: 107px;
	}
	.lp-slideshow-items {
		width: 80%;
		left: -2px;
		top: 29px;
	}
	.lp-slideshow-items .slick-arrow {
		width: 30px;
	}
	.lp-video-button a {
		font-size: 20px;
	}
	.lp-text-block {
		margin-bottom: 30px;
	}
}

@media(max-width: 480px){
	.lp-devices-title, .lp-games-title, .lp-slideshow-title p, .lp-video-title {
		font-size: 38px;
		line-height: 42px;
	}
	.lp-slideshow-items {
		width: 310px;
	}
	.lp-info-item-number {
		font-size: 46px;
		line-height: 54px;
	}
	.lp-info-item-desc p {
		font-size: 26px;
		line-height: 36px;
	}
	.container-fluid.full-width .row.contact-footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.container-fluid.full-width .row.contact-footer .row {
		padding-left: 0;
		padding-right: 0;
	}
	.container-fluid.full-width .container.container-td {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.container-fluid.full-width .row.footer-social{
		padding-left: 13px!important;
	}
	.container-fluid.full-width .meniu-td-link {
		top: 20px;
	}
}

/*Tiktok ADS*/
/* Hero Section */
.lp-tiktok-ads {
	width: 100%;
}
.lp-tiktok-ads .lp-tiktok-ads-cnt {
	margin-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 50px;
}
.lp-tiktok-ads .container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 1715px;
	background: #323237;
	border-radius: 100px;
	position: relative;
	padding: 100px 100px 50px 100px;
	position: relative;
}
.lp-tiktok-ads .container:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 100px;
	position: absolute;
	left: -20px;
	top: -20px;
	background: #51D1F5;
	z-index: -1;
}

.lp-tiktok-ads .container:after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 100px;
	position: absolute;
	right: -20px;
	bottom: -20px;
	background: #FC406A;
	z-index: -1;
}

.lp-tiktok-ads .container .left-side, .lp-tiktok-ads .container .right-side {
	padding: 0;
	width: 50%;
}
.lp-tiktok-ads .container .right-side {
	padding-left: 50px;
}
.lp-tiktok-ads .container h2 {
	color: #fff;
	font-size: 90px;
	font-family: atten-new, sans-serif;
	line-height: 98px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 45px;
}

.lp-tiktok-ads .container .description p {
	color: #BABAC8;
	font-size: 26px;
	font-family: 'Roboto Mono', monospace;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lp-tiktok-ads .container .pre-form-title {
	color: #BABAC8;
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.lp-tiktok-ads .container .tiktok-form {
	background: #fff;
	border-radius: 10px;
	padding: 45px 50px;
	margin-bottom: 35px;
}
.lp-tiktok-ads .container .tiktok-form .form-title {
	text-align: center;
	color: #191747;
	font-size: 50px;
	line-height: 52px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input {
	border: 1px solid #BABAC8;
	border-radius: 10px;
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	padding: 18px 30px 20px 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #BABAC8;
}
.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input:focus {
	outline: none;
}
.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #BABAC8;
	font-size: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input::-moz-placeholder { /* Firefox 19+ */
	color: #BABAC8;
	font-size: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input:-ms-input-placeholder { /* IE 10+ */
	color: #BABAC8;
	font-size: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input:-moz-placeholder { /* Firefox 18- */
	color: #BABAC8;
	font-size: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lp-tiktok-ads .container .tiktok-form .form-field {
	margin-bottom: 30px;
}
.lp-tiktok-ads .container .tiktok-form .form-slide.info-fields input.wpcf7-not-valid {
	border: 1px solid red;
}
.lp-tiktok-ads .container .tiktok-form .form-slide.info-fields span.wpcf7-not-valid-tip {
	display: none!important;
 }
div.wpcf7-response-output {
	display: none!important;
}
div.wpcf7 .ajax-loader {
	background-repeat: no-repeat;
	background-position: center;
}
.lp-tiktok-ads .container .tiktok-form .form-field span.wpcf7-not-valid label {
	color: red!important;
}
.lp-tiktok-ads .container .tiktok-form .form-field span.wpcf7-not-valid-tip {
	display: none!important;
}
.lp-tiktok-ads .container .tiktok-form .form-field span {
	margin: 0;
}
.lp-tiktok-ads .container .tiktok-form .form-slide.info-fields span {
	display: block;
	width: 100%;
	max-width: 100%;
}
.lp-tiktok-ads .container .tiktok-form .form-slide.info-fields input {
	padding: 12px 30px 10px 30px;
	width: 100%;
	box-sizing: border-box;
}
.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
	min-width: 100%;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
}
.lp-tiktok-ads .container .tiktok-form .form-slide.info-fields .wpcf7-form-control-wrap {
	padding-left: 0;
	padding-right: 0;
}

.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox {
	width: 100%;
	display: block;
}

.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	width: 100%;
}
.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #BABAC8;
	font-weight: normal;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	position: relative;
}
.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	opacity: 0;
	visibility: hidden;
}

.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label:before {
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #BABAC8;
	position: absolute;
	left: 0;
	top: 8px;
}

.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 2px;
	top: 10px;
	background: #FE23B6;
	opacity: 0;
	transition: all, .3s;
}
.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label.active:after {
	opacity: 1;
}

.lp-tiktok-ads .container .tiktok-form .form-field:last-child {
	margin-bottom: 0;
}
.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio span {
	display: block;
}
.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio label {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	font-weight: normal;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	position: relative;
}
.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio label:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #BABAC8;
	position: absolute;
	left: 0;
	top: 7px;
}
.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio label:after {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #FE23B6;
	position: absolute;
	top: 9px;
	left: 2px;
	transition: all, .3s;
	opacity: 0;
}
.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio label.active:after {
	opacity: 1;
}
.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio input {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	opacity: 0;
	visibility: hidden;
}

.lp-tiktok-ads .container .tiktok-form input[type="radio"]:checked+label {
	background-color: red;
}

.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
	color: #BABAC8;
}

.lp-tiktok-ads .container .tiktok-form .slick-dots {
	position: absolute;
	bottom: 25px;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	margin: 0;
	right: 0;
}

.lp-tiktok-ads .container .tiktok-form .slick-dots button {
	padding: 0;
	font-size: 0;
	width: 27px;
	height: 27px;
	border-radius: 50px;
	margin-left: 8px;
	margin-right: 8px;
	background: #8C8BA3;
	border: none;
}

.lp-tiktok-ads .container .tiktok-form .slick-dots .slick-active button {
	background: #FFFFFF;
}
.lp-tiktok-ads .container .tiktok-form .slick-dots .slick-active button:focus {
	outline: none;
}

.lp-tiktok-ads .container .tiktok-form .slick-slider {
	position: unset;
}

.lp-tiktok-ads .container .tiktok-form .next-step {
	background: #FE23B6;
	text-align: center;
	width: 100%;
	max-width: 380px;
	margin: 35px auto 0 auto;
	color: #fff;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	padding-top: 12px;
	padding-bottom: 10px;
	cursor: pointer;
	transition: all, .6s;
}
.lp-tiktok-ads .container .tiktok-form .next-step:hover {
	opacity: 0.6;
}

.lp-tiktok-ads .container .tiktok-form input[type="submit"]{
	max-width: 380px;
	margin: 0 auto 0 auto;
	display: block;
	border: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;;
	padding-top: 0!important;
	padding-bottom: 0!important;
	height: 57px;
}
.lp-tiktok-ads.thank-you {
	margin-bottom: 120px;
}
.lp-tiktok-ads.thank-you .description {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.lp-tiktok-ads.thank-you .description p {
	text-align: center;
}
@media(max-width: 1024px) {
	.lp-tiktok-ads.thank-you {
		margin-bottom: 60px;
	}
}
@media(max-width: 480px) {
	.lp-tiktok-ads.thank-you {
		margin-bottom: 30px;
	}
}
.lp-tiktok-ads.thank-you .left-side {
	width: 100%;
}
.lp-tiktok-ads.thank-you .left-side h2 {
	text-align: center;
}


/* Trusted By */
.tiktok-trusted-by {
	width: 100%;
	position: relative;
}

.tiktok-trusted-by .container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1715px;
}
.tiktok-trusted-by:after {
	content: '';
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #8C8BA3;
	height: 100%;
}
.tiktok-trusted-by:before {
	content: '';
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	background: #E8E7EC;
	height: 100%;
}

.tiktok-trusted-by .container .left-side {
	width: 50%;
	padding: 70px 80px;
}
.tiktok-trusted-by .container .left-side h2 {
	text-align: center;
	font-size: 90px;
	font-weight: bold;
	color: #201747;
	margin-bottom: 50px;
}
.tiktok-trusted-by .container .left-side .trysted-images {
	width: 100%;
	max-width: 645px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tiktok-trusted-by .container .left-side .trysted-img {
	width: 149px;
	height: 149px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 70px;
}
.tiktok-trusted-by .container .left-side .trysted-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tiktok-trusted-by .container .right-side {
	width: 50%;
	padding: 70px 80px;
}
.tiktok-trusted-by .container .right-side .title-right {
	color: #191747;
	font-size: 50px;
	line-height: 54px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 50px;
}

.tiktok-trusted-by .container .right-side .desc-right p {
	color: #201747;
	font-size: 26px;
	font-family: 'Roboto Mono', monospace;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Tiktok Total Users */
.tiktok-total-users {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 30px;
}
.tiktok-total-users .container {
	width: 100%;
	max-width: 1715px;
	margin-left: auto;
	margin-right: auto;
}

.tiktok-total-users .container h2 {
	text-align: center;
	color: #201747;
	font-size: 90px;
	font-family: atten-new, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 50px;
}

.tiktok-total-users .container .tiktok-graph-title {
	color: #FF3EB5;
	font-size: 100px;
	line-height: 102px;
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 10px;
}
.tiktok-total-users .container .tiktok-graph-sub-title {
	text-align: center;
	color: #201747;
	font-size: 30px;
	font-family: 'Roboto Mono', monospace;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 110px;
}
.tiktok-total-users .container .tiktok-graph-details {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tiktok-total-users .container .tiktok-graph-item {
	width: 50%;
	padding-left: 25px;
	padding-right: 25px;
}

.tiktok-total-users .container .tiktok-graph-item-title {
	text-align: center;
	color: #FE23B6;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 300px;
	margin: 0 auto 35px auto;
}

.tiktok-total-users .container .tiktok-graph-item-img {
	max-width: 400px;
	margin: 0 auto 0 auto;
}

/* TikTok Help You */
.tiktok-help-you {
	background: #5F5E7F;
	width: 100%;
	padding-top: 135px;
	padding-bottom: 55px;
}
.tiktok-help-you .container {
	width: 100%;
	max-width: 100%;
}
.tiktok-help-you h2 {
	color: #fff;
	font-size: 90px;
	line-height: 94px;
	font-family: atten-new, sans-serif;
	font-weight: 800;
	margin-bottom: 80px;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tiktok-help-you-items {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	max-width: 1520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.tiktok-help-you-item {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.tiktok-help-you-item-icon {
	max-width: 100px;
	height: 100px;
	margin-right: 35px;
}
.tiktok-help-you-item-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tiktok-help-you-item-title {
	color: #fff;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	max-width: 590px;
}
.tiktok-help-you-item-title p {
	margin-bottom: 0;
}
.tiktok-help-you-description {
	margin-bottom: 55px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tiktok-help-you-description p {
	color: #BABAC8;
	font-size: 26px;
	font-family: 'Roboto Mono', monospace;
	text-align: center;
	line-height: 40px;
}
.tiktok-help-you-button {
	text-align: center;
}
.tiktok-help-you-button a {
	display: inline-block;
	font-size: 24px;
	color: #201747;
	transition: all, .6s;
	border-radius: 5px;
	padding: 12px 60px;
	background: #FF3EB5;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tiktok-help-you-button a:hover {
	opacity: 0.6;
	text-decoration: none;
}

@media(max-width: 1920px) {
	.lp-tiktok-ads .container h2 {
		font-size: 72px;
		line-height: 76px;
	}
	.lp-tiktok-ads .container .description p,
	.tiktok-trusted-by .container .right-side .desc-right p{
		font-size: 20px;
		line-height: 30px;
	}
	.tiktok-trusted-by .container .left-side .trysted-img {
		width: 129px;
		height: 129px;
	}
	.lp-tiktok-ads .container .tiktok-form .form-title {
		font-size: 40px;
	}
}

@media(max-width: 1920px) {
	.lp-tiktok-ads .container h2 {
		font-size: 62px;
		line-height: 76px;
	}
	.lp-tiktok-ads .container .left-side {
		width: 45%;
	}
	.lp-tiktok-ads .container .right-side {
		width: 55%;
	}
	.lp-tiktok-ads .container .tiktok-form .slick-dots {
		width: 55%;
	}
	.lp-tiktok-ads .container .tiktok-form .form-title {
		font-size: 36px;
		line-height: 48px;
	}

	.lp-tiktok-ads.thank-you .container .left-side {
		width: 100%;
	}
}

@media(max-width: 1920px) {
	.lp-tiktok-ads .container h2 {
		font-size: 44px;
		line-height: 52px;
	}
	.tiktok-trusted-by .container .left-side h2 {
		font-size: 82px;
	}
	.tiktok-trusted-by .container .left-side .trysted-img {
		width: 117px;
		height: 117px;
	}
	.tiktok-trusted-by .container .right-side .title-right {
		font-size: 42px;
		line-height: 48px;
	}
	.tiktok-help-you-item-title {
		width: 490px;
	}
	.tiktok-help-you-item-title {
		font-size: 26px;
	}
	.tiktok-help-you-description p {
		font-size: 22px;
		line-height: 34px;
	}
	.lp-tiktok-ads .container .description p, .tiktok-trusted-by .container .right-side .desc-right p {
		font-size: 16px;
		line-height: 24px;
	}
	.lp-tiktok-ads .container .pre-form-title {
		font-size: 16px;
		line-height: 26px;
	}
	.lp-tiktok-ads .container .tiktok-form .form-title {
		font-size: 24px;
		line-height: 32px;
	}
	.lp-tiktok-ads .container .tiktok-form .slick-dots button {
		width: 20px;
		height: 20px;
	}
	.lp-tiktok-ads .container {
		padding: 40px 50px 50px 50px;
	}
	.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label,
	.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio label{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.top-td-row {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.lp-tiktok-ads .container .tiktok-form {
		padding: 25px 20px;
	}
	.lp-tiktok-ads .container .tiktok-form .slick-dots {
		bottom: 30px;
	}
	.lp-tiktok-ads .container {
		max-width: 980px;
	}
	.lp-tiktok-ads .container .tiktok-form .next-step {
		font-size: 18px;
		padding-top: 8px;
		padding-bottom: 6px;
	}
	.lp-tiktok-ads .container .tiktok-form .form-slide.info-fields input {
		padding: 8px 30px 6px 30px;
	}
	.lp-tiktok-ads .container .tiktok-form .form-slide.info-fields input {
		font-size: 14px;
	}
}
.meniu-td-link {
	transition: all, .3s;
}
.meniu-td-link.active {
	right: 20px!important;
}

@media(max-width: 1280px) {
	.lp-tiktok-ads .container .tiktok-form .form-title {
		font-size: 32px;
		line-height: 38px;
	}
	.lp-tiktok-ads .container .tiktok-form {
		padding: 30px 25px;
	}
	.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio label,
	.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label{
		font-size: 22px;
		margin-bottom: 5px;
		line-height: 30px;
	}
	.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input {
		font-size: 22px;
	}
	.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 22px;
	}
	.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input::-moz-placeholder { /* Firefox 19+ */
		font-size: 22px;
	}
	.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input:-ms-input-placeholder { /* IE 10+ */
		font-size: 22px;
	}
	.lp-tiktok-ads .container .tiktok-form .tiktok-form-fields input:-moz-placeholder { /* Firefox 18- */
		font-size: 22px;
	}
	.tiktok-trusted-by .container .left-side h2 {
		font-size: 74px;
	}
	.tiktok-trusted-by .container .left-side .trysted-img {
		width: 105px;
		height: 105px;
	}
}

@media(max-width: 1024px) {
	.lp-tiktok-ads .lp-tiktok-ads-cnt {
		padding-left: 40px;
		padding-right: 40px;
	}
	.lp-tiktok-ads .container {
		padding: 50px 50px 50px 50px;
	}
	.lp-tiktok-ads .container .description p, .tiktok-trusted-by .container .right-side .desc-right p {
		font-size: 18px;
		line-height: 28px;
	}
	.tiktok-trusted-by .container .left-side,
	.tiktok-trusted-by .container .right-side{
		padding: 35px 40px;
	}
	.tiktok-trusted-by .container .left-side h2 {
		font-size: 64px;
	}
	.tiktok-trusted-by .container .left-side .trysted-img {
		width: 93px;
		height: 93px;
	}
	.tiktok-trusted-by .container .right-side .title-right {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 25px;
	}
	.tiktok-total-users {
		padding-top: 50px;
	}
	.tiktok-total-users .container h2 {
		font-size: 70px;
		margin-bottom: 25px;
	}
	.tiktok-total-users .container .tiktok-graph-title {
		font-size: 80px;
	}
	.tiktok-help-you {
		padding-top: 50px;
	}
	.tiktok-help-you h2 {
		font-size: 65px;
		margin-bottom: 60px;
	}
	.tiktok-help-you-item-title {
		font-size: 22px;
		line-height: 30px;
	}
	.tiktok-help-you-item-title {
		width: 350px;
	}
	.tiktok-help-you-description p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 780px){
	.lp-tiktok-ads .container {
		flex-direction: column;
	}
	.lp-tiktok-ads .container .left-side, .lp-tiktok-ads .container .right-side {
		width: 100%;
		order: 0;
	}
	.lp-tiktok-ads .container .left-side {
		margin-bottom: 50px;
		order: 1;
	}
	.lp-tiktok-ads .container .right-side {
		padding-left: 0;
	}
	.lp-tiktok-ads .container .tiktok-form .slick-dots {
		left: 0;
		margin: 0 auto;
	}
	.lp-tiktok-ads .container .pre-form-title {
		line-height: 36px;
	}
	.lp-tiktok-ads .container .tiktok-form .form-title {
		font-size: 30px;
		line-height: 36px;
	}
	.tiktok-trusted-by .container {
		display: block;
	}
	.tiktok-trusted-by .container .left-side, .tiktok-trusted-by .container .right-side {
		width: 100%;
	}
	.tiktok-trusted-by:before {
		width: 100%;
	}
	.tiktok-trusted-by:after {
		display: none;
	}
	.tiktok-trusted-by .container .left-side .trysted-img {
		width: 149px;
		height: 149px;
	}
	.tiktok-trusted-by .container .left-side .trysted-img {
		margin-bottom: 15px;
	}
	.lp-tiktok-ads .container h2,
	.lp-tiktok-ads .container .description p, .tiktok-trusted-by .container .right-side .desc-right p{
		text-align: center;
	}
	.tiktok-trusted-by .container .right-side .title-right {
		text-align: center;
	}
	.tiktok-total-users .container h2 {
		font-size: 50px;
	}
	.tiktok-total-users .container .tiktok-graph-title {
		font-size: 60px;
	}
	.tiktok-total-users .container .tiktok-graph-item-title {
		line-height: 36px;
	}
	.tiktok-help-you h2 {
		font-size: 45px;
	}
	.tiktok-help-you-items {
		display: block;
	}
	.tiktok-help-you-item {
		width: 100%;
	}
	.tiktok-help-you-item-title {
		width: 100%;
	}
	.tiktok-help-you-description {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media(max-width: 480px){
	.lp-tiktok-ads .lp-tiktok-ads-cnt {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lp-tiktok-ads .container:before {
		left: -10px;
		top: -10px;
	}
	.lp-tiktok-ads .container:after {
		right: -10px;
		bottom: -10px;
	}
	.lp-tiktok-ads .container h2 {
		margin-bottom: 25px;
	}
	.lp-tiktok-ads .container .pre-form-title {
		font-size: 16px;
		line-height: 26px;
	}
	.lp-tiktok-ads .container .left-side {
		margin-bottom: 30px;
	}
	.lp-tiktok-ads .container {
		padding: 45px 25px 40px 25px;
	}
	.lp-tiktok-ads .container .tiktok-form .slick-dots button {
		width: 20px;
		height: 20px;
	}
	.lp-tiktok-ads .container h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.lp-tiktok-ads .container .description p, .tiktok-trusted-by .container .right-side .desc-right p {
		font-size: 14px;
		line-height: 24px;
	}
	.lp-tiktok-ads .container .pre-form-title {
		font-size: 20px;
		line-height: 30px;
	}
	.lp-tiktok-ads .container .tiktok-form .form-title {
		margin-bottom: 20px;
	}
	.lp-tiktok-ads .container .tiktok-form .form-title {
		font-size: 22px;
		line-height: 28px;
	}
	.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio label, .lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
		font-size: 18px;
		line-height: 24px;
	}
	.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label:before,
	.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio label:before{
		top: 1px;
	}
	.lp-tiktok-ads .container .tiktok-form .form-slide .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label:after,
	.lp-tiktok-ads .container .tiktok-form .wpcf7-form-control.wpcf7-radio label:after{
		top: 3px;
	}
	.lp-tiktok-ads .container .tiktok-form .next-step {
		font-size: 18px;
	}
	.tiktok-trusted-by .container .left-side, .tiktok-trusted-by .container .right-side {
		padding: 15px 20px;
	}
	.tiktok-trusted-by .container .left-side .trysted-img {
		width: 148px;
		height: 148px;
	}
	.tiktok-trusted-by .container .left-side h2 {
		font-size: 44px;
		margin-bottom: 30px;
	}
	.tiktok-trusted-by .container {
		padding-top: 15px;
	}
	.tiktok-trusted-by .container .right-side .title-right{
		font-size: 24px;
		line-height: 32px;
	}
	.tiktok-total-users .container h2 {
		font-size: 40px;
		margin-bottom: 0;
	}
	.tiktok-total-users .container .tiktok-graph-title {
		font-size: 40px;
		line-height: 48px;
	}
	.tiktok-total-users .container .tiktok-graph-sub-title {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.tiktok-total-users .container .tiktok-graph-details {
		display: block;
	}
	.tiktok-total-users .container .tiktok-graph-item {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.tiktok-total-users .container .tiktok-graph-item-title {
		margin-bottom: 15px;
	}
	.tiktok-help-you h2 {
		font-size: 36px;
		line-height: 50px;
		margin-bottom: 30px;
	}
	.tiktok-help-you-item-title {
		width: 60%;
		font-size: 16px;
		line-height: 24px;
	}
	.tiktok-help-you-description p {
		font-size: 16px;
		line-height: 24px;
	}
	.tiktok-help-you-button a {
		font-size: 16px;
	}
}

@media(max-width: 380px) {
	.tiktok-trusted-by .container .left-side .trysted-img {
		width: 145px;
		height: 145px;
	}
}
