/*!
Theme Name: Develor
Theme URI: http://underscores.me/
Author: Kesu
Author URI: https://www.kesu.sk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: develor
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.

Develor is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
	height: -webkit-fill-available;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background-color: #ECECEC!important;
	font-family: Raleway;
	min-height: 100vh!important;
  	min-height: -webkit-fill-available;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	font-family: Raleway;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}
p{
	font-family: Raleway;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
p,span,h1,h2,h3,h4,h5,h6,a,ul,li{
	direction: rtl;
	text-align: right;
}
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	right: auto;
}

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

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

.main-navigation li {
	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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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-right: auto;
	margin-left: auto;
}

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	float: right;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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


.navbar.bg-light{
	background-color: white!important;
}
*:focus{
	outline: initial!important;
}
.menuul li{
	list-style-type: initial;
	display: inline-block;
	padding-left: 20px;

}
.menuul{
	position: absolute;
	left: 90px;
	top: 20px;
}
.menuul li a{
	font-weight: 700;
	color: black!important;
	font-family: Raleway;
	font-size: 1.2em;
}
.menuul li:nth-child(1){
	padding-left: 50px;
}
.hamburger.is-active:hover, .hamburger:hover{
	opacity: 1!important;
}
#primary-menu ul{
	padding-right: 0;
	margin-right: 0;
}
#primary-menu ul li{
	list-style-type: none;
}
.menuul a{
	cursor: pointer;
}
.menuul{
	margin-right: 0;
	padding-right: 0;
	margin-bottom: 0;
}
img.sipka{
	width: 30px!important;
    display: inline-block!important;
    padding-right: 10px;
}
.bannerhead{
	color: white;
	font-family: Raleway;
	font-weight: 900;
	font-size: 4.2em;
	text-align: right;
}
.toplis a.hovb.bannerbtn{
	color: #0c0c0c!important;
}
.toplis a.hovb.bannerbtn:hover{
	color: #996DA0!important;
}
.hovb:hover{

}
.owl-dots{
	display: none;
}
.owl-first{
	position: relative;
}
.owl-prev{
	position: absolute;
    right: 15px;
    bottom: 80px;

   
}
.owl-second .owl-prev{
	top: 70px;
}
#profesionals .owl-prev{
	bottom: 25%;
}
.site-header{
	background-color: white;
}
.owl-next{
	position: absolute;
    left: 15px;
    bottom: 80px;

   
}
.headcar{
	color: #1C1C1C;
	font-weight: 900;
	font-size: 2.8em;
	font-family: Raleway;
	margin-bottom: 40px;
}
.headexpr{
	color: #1C1C1C;
	font-weight: 900;
	font-size: 4em;
	font-family: Raleway;
	margin-bottom: 40px;
}
.odcont{
	margin-top: 60px;
	margin-bottom: 60px;

}

.textcar{
	color: #1C1C1C;
	font-family: Raleway;
	font-size: 15px;

}
.intheworld .fullwidth1{
    padding-bottom: 30px;
}
.intheworld .fullwidth1{
    padding-top: 10px;
    padding-bottom: 20px;
}
.carimg{
	width: 500px!important;
    margin-top: -75px;
}
.textcar p{
	margin-bottom: 5px;
}
.owl-second{

	padding-top: 60px;
}
#profesionals .textcar{
	max-width: 500px;
	margin-bottom: 50px;
}
#profesionals .owl-prev {

	position: absolute;
	left: 0;

}
.owl-third:not(.owl-loaded){ 
    opacity: 0; 
}
.hvr-sweep-to-right:before{
	background: #82498A;
}

.mapa{
	background-size: cover;
	background-position: 30% center;
}
.bansearched{
	color: #82498A; font-weight: 400;
	text-decoration: none!important;
	font-size: 16px;
}

.bansearched li{
	background-color: #82498A!important;
    font-size: 18px;
    display: block;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white!important;

}
.bansearched li:hover{
	    background-color: #521E5A!important;
}
#proven .owl-fourth{
	margin-top: 50px;
}
.owl-fourth{
	padding-left: 120px;
}
.owl-fourth .owl-item img{
	max-height: 70px;
	height: 70px;
	width: auto;
	margin: 0 auto;
}
.white{
	background-color: white;
}
#proven{
	background: linear-gradient(-270deg, rgba(245,245,245,0) 50%, rgba(255,255,255,1) 50%);
	margin-top: -10px;
}
#proven .row{
	padding-top: 60px;
	padding-bottom: 60px;
}
#profesionals .owl-next{
	bottom: 20%;
}
#profesionals .owl-prev{
	bottom: 20%;
}
#profesionals .col-md-12{
	position: initial;
}
.owl-third.owl-carousel .owl-wrapper {
	display: table !important;
}
.top{
	background-color: #996DA0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top li{
	display: inline-block;
	list-style-type: initial;
	min-width: 200px;
	font-size: 14px;
}
.top{
	padding-top: 5px;
	padding-bottom: 8px;
	height: 37px;
}
.top li{
	position: relative;
}
.top li::after{
	position: absolute!important;
	top: 0px!important;
	left: -5px;
}
.top li:nth-child(1){
	font-weight: 700;
}
.page-template-page-homepage header{
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	left: 0;
	z-index: 999999999999999999999999999999999999999999999999999999;
	top: 0;
}
header{
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	left: 0;
	z-index: 999999999;
	top: 0;
}
.owl-fourth .lefti{
	position: relative;
	margin-right: 0;
	right: -120px;
}
.top li:nth-last-child(1)::after{
	display: none;
}
.top li:nth-child(1)::after{
	display: none;
}
.top li{
	width: calc(22% - 5px);
}
.top li::after{
	width: 2px;
	background-color: #82498A;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	position: relative;
	top: 4px;
}
.top li{
	color: white;
	font-family: Raleway;
}
.top ul{
	margin-bottom: 0;
	margin-right: 0;
	padding-right: 0;
}
.topiclink li, .topiclink li p{
	text-decoration: none!important;
	color: white!important;
}
.owl-third.owl-carousel .owl-item {
	display: table-cell;
	float: none;

	vertical-align: bottom;
}
.topicbg{
	background-size: 1000px;
	background-repeat: no-repeat;
}
.tpoic{
	background-size: 1500px;
}
.headmag{
	margin-top: 30px;
}
.purplehead{
	color: #82498A;
	font-weight: 700;
	font-family: Raleway;
	margin-top: 40px;
	font-size: 1.5em;
}
.relko1{
	position: relative!important;
}
.text{
	background-color: white;
	width: 450px;
	position: absolute;
	z-index: 9999999;
	padding-top: 30px;
	display: none;

	position: absolute;
	bottom: 120px;

	z-index: 999999999;
	left: 0;

	min-height: 220px;
}
.linkmanager:hover{
	color: #82498A!important;
}
.owl-third .morebutt{
	width: 86%;
	left: 10px;
	float: left;
}
.howko{
	z-index: 99999999999999;
}
.idx-6.howko .item img {
	left: 0;
}
.sipkka{
	padding-right: 5px;
}
.tttext{
	font-family: Raleway;
	font-size: 0.9em;
}
.idx-0 .text{
	right: initial;
	left: -250px;
}
.idx-1 .text{
	right: initial;
	left: -250px;
}
.idx-6 .item:hover img{
	left: 0;
}
.idx-6 img{
	left: 0;
}

.profko{
	width: 700px;
	height: 700px;
	background-size: cover;
	position: absolute;
	right: 50%;
}
.sipkka{
	width: 20px!important;
}
.owl-third .item img.sipkka{
	width: 30px!important;
	position: relative;
	display: inline;
	padding-right: 10px;
}
.owl-third img{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.owl-third img.sipkka{
	-webkit-transition: initial;
	-moz-transition: initial;
	transition: initial;
	width: 20px!important;
}

.owl-third .item:hover img.sipkka{
	-webkit-transition: initial;
	-moz-transition: initial;
	transition: initial;
	width: 25px!important;
	position: relative;
}
.text{
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.noulleft img{
	cursor: pointer;
}
.owl-third img{
	cursor: pointer;
}
.owl-third .lefti{
	width: 25px!important;
}
#profesionals .odcont{
	margin-bottom: 0;
}
.owl-third .text{
	font-family: Raleway;
	font-weight: 300;
	font-size: 14px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}


.owl-third img{
	width: 115%!important;
	max-width: 115%!important;
	position: absolute;
	bottom: 0;
}
.owl-third .item:hover img{
	width: 150%!important;
	position: fixed;
	max-width: 150%!important;
	z-index: 999;
}
.owl-third .text{
	z-index: 1;
}
.purplehead {
	color: #82498A;
	font-weight: 700;
	font-family: Raleway;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.8em!important;
	font-size: 1.5em;
}
.owl-third{
	margin-top: -300px;
}
#full-profile .col-md-4{
	position: relative;
}
#full-profile .obrim{
	position: absolute;
	bottom: 0;
	background-size: contain;
	min-height: 100%!important;

}
#full-profile .postext{
	padding-bottom: 100px;
}
*::marker{
	display: none!important;
}
.owl-third.owl-carousel .owl-item{
	height: 550px;
}
.owl-third .item{
	position: relative;
	height: 350px;
	margin-top: -100px;
}
.owl-third.owl-carousel .owl-item{
	height: 580px;

}
.disabled{
	display: none!important;
}
.owl-third.owl-carousel .owl-item{
	visibility: hidden;
}
.owl-third.owl-carousel .owl-item.active{
	visibility: visible;
}
#profesionals{
	position: relative;
}
.owl-third{
	position: initial;
	display: block;

}
.owl-third button img{
	width: 100%!important;
	max-width: 100%!important;
}
.headmag{
	color: #1C1C1C;
	font-family: Raleway;
	font-weight: 700;
}
.padleft{
	padding-right: 70px;
}
.padright{
	padding-left: 70px;
}
.gh{
	font-family: Raleway;
	font-weight: 700;
	font-size: 1.2em;
	color: #93C125;
}
.gh a{
	color: #93C125!important;
	text-decoration: initial!important;
}
.greenspan{
	color: #93C125;
}
.owl-third .text{
	bottom: 300px;
	left: 0;
}
.owl-third .item img.hovimg{
	width: 150%!important;
	position: fixed;
	max-width: 150%!important;
	z-index: 999;
}
.owl-third .item img.sipkka.hovimg {
	width: 30px!important;
	position: relative;
	display: inline;
	padding-right: 10px;
}
.pemali:hover{
	text-decoration: initial;
}
.minmagko.magonhov{
	height: 200px;
}
.minmagko:hover .mimages{
	width: 110%;
	height: 110%;
}
.mimages{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.pemali:hover .mimages{
	width: 110%;
	height: 110%;
}
.rigtmenu{
	display: inline-block;
	padding-right: 60px;
	padding-left: 60px;
	position: fixed;
	left: 0;
	z-index: 99999999999;
	top: 113px;
	padding-bottom: 40px;
	display: none;
	background-color: white;

}
.owl-third .owl-item:hover{
	z-index: 999;
}
.rigtmenu ul li a{
	font-family: Raleway;
	color: #1C1C1C;
	font-size: 1.2em;
	font-weight: 400;
}
.rigtmenu ul, .single .rigtmenu ul{
	margin-right: 0;
	padding-right: 0;
}
.rigtmenu ul li{
	margin-bottom: 20px;
	list-style-type: none;
	margin-top: 20px;
}
.hamburger--collapse.is-active .hamburger-inner:before, .hamburger--collapse.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner {
	background-color: #9A6DA0;
}
.secmag .magimg{
	height: 100px;

}
.secmag .gh{
	font-size: 15px;
}
.npdb{
	margin-bottom: 10px!important;
}
.secmag .greyb, .secmag .magimg{
	margin-top: 15px;
}

.secmag .th{
	font-size: 0.8em;
}
.secmag .greyb{
	height: 100px;
}
.butoncontact{
	position: absolute;
	bottom: 80px;
	right: 0;
	background-color: white;
}
.maga .padleft{
	padding-right: 30px;
}
.maga .padright{
	padding-left: 30px;
}
.single .bannertext{
    font-size: 1.5em;
}
.magimg{

	width: 100%;
	height: 250px;
	background-size: cover;
	margin-top: 40px;
}
.noh{
	height: initial!important;
	margin-bottom: 40px;
}
.ondeskt{
	display: block;
}
.th{
	color: #848484;
	font-family: Raleway;
	font-weight: 300;
	font-size: 1em;
}
.mag .col-4{
	padding-left: 0;
}
.mag .col-8{
	padding-right: 0;
}
.mag .col-5{
	padding-left: 0;
}
.mag .col-7{
	padding-right: 0;
}
.greyb{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;

	padding-left: 30px;
	background-color: #F5F5F5;
	margin-top: 40px;
	height: 250px;
}
.headic{
	width: 30px!important;
}
.botko{
	position: absolute;
	bottom: 60px;
}
.rigtmenu{
	min-width: 275px;
}
.catname{
	color: #848484;
	font-family: Raleway;
	font-weight: 300;
	font-size: 1em;
	display: block;
	margin-bottom: 10px;
}
.secmag .greyb{
	padding-right: 15px;
}
.br{
	border-right: 1px solid #C6C6C6;
}
.mag .container, .mag .row{

}
.newest{
	margin-bottom: 0;
}
#proven .owl-fourth .owl-prev,#proven .owl-fourth .owl-next{
	bottom: 210px;
}
.norightik{
	margin-left: 0;
}
.mag{
	top: 113px;
	position: fixed;
	width: 100%;
	z-index: 9999999999;
	margin-bottom: 30px;
	background-color: white;
	padding-top: 60px;
	display: none;
	padding-bottom: 60px;
	height: calc(88vh + 17px);

}
.owl-third button{
	width: 25px;
	bottom: 20%;
}
.morezko .whitbox{
	z-index: 2;
}
.page-template-page-homepage .purpimc{
	z-index: 2;
	transform: rotate(90deg);
}
.whitbox .odtpo{
	text-align: right;
}
.solut{
	margin-right: 0;
	padding-right: 0;
	margin-bottom: 100px;
}
.solut li{
	list-style-type: none;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family: Raleway;
	color: #AFAFAF;
	font-size: 1.1em;

}
.rigtmenu .nomargpad{
	border-top: 1px solid #AFAFAF;
}
.mag .topic li{
	font-family: Raleway;
	font-size: 0.9em;
	text-align: left;
}
.mag .topic{
	margin-top: 30px!important;
}
.mag .topichead{
	font-size: 1em!important;
}

.mag .topic a{
	cursor: pointer;
	text-decoration: underline!important;
}
.divider{
	background-color: #C6C6C6;
	width: 100%;
	height: 1px;
	margin-top: 30px;
}
.mag .butoncontact{
	bottom: 20px;
}
.topichead{
	font-family: Raleway;
	font-weight: 700;
	color: #1C1C1C;
	font-size: 1.1em;
}
.topic{
	margin-right: 0;
	margin-top: 15px;
	padding-right: 0;
}
.topic li{
	list-style-type: none;
	display: inline-block;
	
}
li.topichead{
	height: initial;
	margin-bottom: 0!important;
	text-align: left!important;
}
.box{
	background-color: white;
	padding-top: 40px;
	margin-top: 60px;

	padding-bottom: 40px;
}
#profesionals .odcont{
	margin-top: 0;
	padding-top: 100px;
}
#profesionals.topicbg{
	background-position: inherit;
	background-size: 1600px;
}
#profesionals .owl-nav{
	margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit;
    color: inherit;
    text-decoration: none;
}

.owl-second .owl-next{
	position: absolute;
	top: 70px;
}
.owl-second .owl-nav{
	display: block;
}
.owl-prev span,.owl-next span{

    font-size: 100px!important;
    line-height: 0;
}
.topics{
	margin-right: 0;
	padding-right: 0;
}
.topics li{
	list-style: initial;
	display: inline-block;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s;

}
.topics li:hover{
	background-position: left bottom;
	cursor: pointer;
}
.purplespan{
	color: #82498A;
}
.purplebut{
	background-color: #82498A;
}
.owl-second .owl-item.active{
	opacity: 1;
}
.owl-second .owl-item{
	opacity: 1;
}
.big{
	width: 29%;
	color: white;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 35px;
	padding-bottom: 50px;
	font-family: Raleway;
}
.topic_1{
	background-color: #93C125;
}

.mapa{
	overflow: hidden;
}
.topic_2{
	background-color: #EA5A0C;
}
#topics{
	margin-top: -10px;
}
#topics .container-fluid{
	padding-right: 0;
	padding-left: 0;
}
#topics li{
	height: 360px;
	vertical-align: top;

}
.topic_3{
	background-color: #1F6FB2;
}
.mag .topichead{
	font-weight: 700;
	width: 6%!important;
	text-align: left;
	margin-bottom: 30px;
}
.topictext{
	margin-bottom: 30px;
	font-size: 1em;
}
.small{
	width: 8%;
}
.topic_4{
	color: white;
	font-family: Raleway;
	padding-top: 58px;
	font-weight: 500;
	background-color: #C6C6C6;
	transform: rotate(-180deg);
}

.topic_5{
	width: 5%;
	display: inline-block;
	padding-top: 80px;
}
.topicsmallhead, .topicsmallheadsecond{
	writing-mode: vertical-rl;
	text-orientation: mixed;
	margin: 0 auto;
}
.topicsmallhead{
	font-size: 24px;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""]{
    max-height: initial;
}
.topicsmallheadsecond{
	font-family: Raleway;
	font-size: 1.3em;

}
.top{
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	left: 0;
	z-index: 99999999;

}
.owl-second img{
    max-height: 350px;
}
.rigtmenu{
	height: calc(100vh - 113px);
	top: 113px;
}
header .nomargpad{
	margin-top: 100%!important;
}
.center{
	text-align: center;
}
#contact-form .purplehead{
	margin-top: 50px;
}
.magazine{
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.topic_5{
	padding-top: 80px;
	transform: rotate(-180deg);
	background-color: #DBDBDB;
	color: white;

}
.plusko{
	position: relative;
	right: 0;
	vertical-align: bottom;
	top: 6px;
}
.bannerimg{
	width: 100%;
	height: 75vh;
	padding-top: 20vh;
	background-size:cover;
	background-repeat: no-repeat;
}
.default{
	display: inline-block;
}
.onactive{
	display: none;
}
.activeit .default{
	display: none;
}
.activeit .onactive{
	display: inline-block;
}
.bannerbtn{
	color: white!important;
	font-size: 18px;
	font-weight: 400;
	font-family: Raleway;
}
.purple .butoncontact{
	position: relative;
}
.purple .butoncontact:hover{
	background-color: #82498A;
	color: white!important;
	text-decoration: initial;
}
.owl-third .owl-item{
	overflow: hidden;
}
.owl-third .owl-item.active{
	overflow: visible;
}
.searcharticles{
	font-size: 1.2em;
}
.solut li p strong{
	color: #1C1C1C;
}
.mag .topic a{
	color: #1C1C1C;
}
.page-template-page-services-all .odt{
	padding-bottom: 50px;
}
.whitrad {
	background: linear-gradient(-270deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 25%);
}
.hovb:hover{
	text-decoration: initial;
}
.bannertext{
	color: white;
	font-weight: 300;
	font-family: Raleway;
	max-width: 100%;
	padding-top: 30px;
	text-align: right;
	font-size: 1.2em;
}
.purple .butoncontact:hover{
	background-color: #82498A;
}
.bottom{
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
}
.nomargpad{
	margin-bottom: 0;
}
.relko{
	position: relative;
}
.bottom p{
	color: #707070!important;
	font-family: Raleway;
	margin-bottom: 5px;
}
.bottom p a{
	text-decoration: underline;
	color: #707070!important;
}
.site-footer{
	background-color: #454242;
	padding-top: 60px;

	padding-bottom: 40px;

}
.noulleft, .noulleft ul{
	margin-right: 0;
	padding-right: 0;
}
#menu-menu-footer li a{
	color: white;
	font-family: Raleway;
	font-weight: 300;

}
#menu-menu-footer{
	display: inline-block;
	width: 100%;
}
#topics{
	overflow: hidden;
}
.rigtmenu{
	left: -300px;
	
}
.bannertext{
	text-align: right!important;
}
#menu-menu-footer li:nth-last-child(1){
	padding-left: 0;
}
.noulleft li,.menu-menu-footer-container{
	display: inline-block;
}
#contact label{
	text-align: right;
}
.butoncontact2{
	float: right;
}
.purple.meet-us{
	text-align: right;
}
.noulleft{
	text-align: left;
}
#menu-menu-footer li{
	padding-left: 15px;
}
#menu-menu-footer li{
	margin-top: 15px;
}
#menu-menu-footer li a{
	text-decoration: underline;
}
.noulleft ul li{
	list-style-type: initial;
	display: inline-block;
}
.nomargpad{
	padding-right: 0;
	margin-right: 0;
	margin-top: 30px;
}
.nomargpad li{
	display: inline-block;
}
.nomargpad li img{
	width: 40px;
	margin-left: 15px;
}
.footer_logo{
	margin-bottom: 60px;
}

.fullw{
	max-width: initial;
	
}
.whygrowim{
	margin-top: 60px;
}
.number{
	color: #996DA0;
	font-size: 3em;
	font-family: Raleway;
	font-weight: 900;
	margin-bottom: 15px;
}
.intheworld{
	padding-bottom: 60px;
	padding-top: 160px;
}
.purplea{
	color: #996DA0!important;
	font-family: Raleway;
}
.nametext{
	font-family: Raleway;
	font-weight: 700;
	color: #1C1C1C;
}
.mailiconik{
	position: relative;
	margin-right: -8px;
}
.hidhov{
	display: inline-block;
}
.showhov{
	display: none;

}
.contact-us:hover .showhov{
	display: inline-block;
	position: relative;
	top: 5px;
}
.contact-us:hover .hidhov{
	display: none;
}
.phoneicon{
	position: relative;
	top: -4px;
	margin-left: 10px;
	width: 45px;
	position: relative;
	right: -8px;
}
.mailicon{
	position: relative;
	top: -4px;
	margin-left: 10px;
	width: 45px;
	position: relative;
	right: -8px;
}
.butoncontact{
	font-family: Raleway;
	font-weight: 500;
	font-size: 1em;
	color: #1C1C1C!important;
	padding-right: 30px;
	margin-top: 60px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: -1px 0px 30px 1px rgba(0,0,0,0.3);
}
.mag .butoncontact{
	box-shadow: -1px 0px 15px 1px rgba(0,0,0,0.3);
}
.halfik{

}
.odtopc{
	margin-top: 60px;
}
.odtoplx{
	margin-top: 60px;
}
.ulkoli{
	padding-right: 0;
	margin-right: 0;
}
.ulkoli li{
	display: inline-block;
}
.greyc{
	padding: 20px;
	background: #F8F8F8;
}
.farba{
	background: #F8F8F8;
}
.meet-us{
	padding-bottom: 0!important;
	padding-top: 50px!important;
}
.greyc p{
	margin-bottom: 0;
}
.mimages{
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
}
.iframeimage{
	width: 100%;
	height: 626px;
	margin-top: 60px;
	margin-bottom: 60px;
	background-size: cover;
	background-position: center center;
}
.previtem{
	opacity: 1;
}
.owl-fifth .owl-stage{
	left: 150px;
}
.owl-fifth .owl-dots{
	margin-top: 25px!important;
}
.ggdsf{
	background-color: #ECECEC;
}

.page-template-page-about-us .mapa {
    background-size: cover!important;
    background-position: 20% 0;
    background-repeat: no-repeat;
}
#carcont{
	padding-bottom: 160px;
}
.owl-sixth .owl-nav{
	margin-top: 0;
}
.butoncontact2{
	font-family: Raleway;
	font-weight: 500;
	font-size: 1em;
	color: #1C1C1C!important;
	padding-right: 30px;
	display: inline-block;
	margin-top: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 100px;
	box-shadow: -1px 0px 30px 1px rgba(0,0,0,0.3);
	padding-right: 60px;
	padding-left: 60px;
}
.purplebgg{
	background-color: #824A8A;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	right: 0;
	width: 100%;
	bottom: 0;
	color: white;
	font-family: Raleway;
	font-size: 1.5em;
	font-weight: 700;
}
.navbar-brand{
	position: relative;
}
.purple{
	background-color: #B190B6;
	padding-top: 100px;
	padding-bottom: 100px;
	top: 0;
	left: 0;
	background-position: left 0;
	background-size: contain;
	position: relative;
	background-repeat: no-repeat;
}
.menuul li a:hover{
	text-decoration: initial;
}
.morez{
	z-index: 99;
}
.bgpurp{
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	z-index: 99999999999999999;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}
.whitehead{
	color: white;
	font-weight: 700;
	font-family: Raleway;
	font-size: 3.5em;
}
.boxik{
	margin-top: 0;
	margin-bottom: 0;
}
.odtt{
	margin-top: 30px;
}
.contact-us:hover{
	background-color: #521e5a!important;
}
.topicbg .col-md-12{
	padding-left: 0;
}
.whitbox{
	background-color: white;
	padding-top: 50px;
	width: 50%;
	position: absolute;
	left: 0;
	padding-bottom: 20px;
	padding-right: 70px;
	padding-left: 70px;
}
.learnmorehead{
	font-size: 2em;
	font-family: Raleway;
	font-weight: 700;
}
.whitbox .odtpo{
	margin-top: 120px;
}
.odtpo{
	margin-top: 160px;
}
.line{
	border-top: 3px solid #1C1C1C;
	padding-top: 15px;
}
.purplebut{
	background-color: #82498A;
	color: white!important;
	font-family: Raleway;
	font-weight: 500;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	box-shadow: -1px 0px 30px 1px rgba(0,0,0,0.3);
}
.purplebut:hover{
	text-decoration: initial;
	background-color: #521E5A;
}
.purple .butoncontact{
	padding-top: 12px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 12px;
}
.arrowlong{
	display: none;
}
.hidencite{
	display: none;
}
.butoncontact{
	padding-top: 12px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 12px;
}
.butoncontact:hover, .butoncontact2:hover{
	background-color: #82498A;
	color: white!important;
	text-decoration: initial;
}
.headtopa{
	color: white;
	font-weight: 700;
}
.whitetext{
	color: white;
	font-weight: 300;
	font-family: Raleway;

	margin-top: 30px;
	margin-bottom: 40px;
}
.figuretext{
	float: left;
}
#topics .topichead{
	color: white;
	font-size: 1.7em;
	padding-bottom: 15px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	margin-top: 10px;
}
.lefti{
	transform: rotate(-180deg);
}
#topics .topicarrow{
	position: absolute;
	bottom: 40px;
}
#topics .big:hover .topichead{
	font-size: 30px;
}

.greycont{
	background-color: #EFEFEF;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.owl-fifth{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	margin-top: 100px;
	margin-bottom: 100px;
}
.owl-fifth .owl-nav{
	display: none;
}
.owl-fifth .owl-dots{
	display: block;
}
.ocn{
	padding-top: 80px;
	padding-bottom: 80px;
}
.mag .butoncontact:hover{
	color: white!important;
}
.learnhead{
	font-family: Raleway;
	font-weight: 700;
	font-size: 3em;
	color: #1C1C1C;
}
.partet{
	font-family: Raleway;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 60px;
}
.bgimitem{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 400px;
}


.topic_1:hover .firstarrow{
	display: none;
}

.topic_2:hover .firstarrow{
	display: none;
}

.topic_3:hover .firstarrow{
	display: none;
}

.topic_4:hover{
	background-color: #B4B4B4!important;
}
.topic_5:hover{
	background-color: #B4B4B4!important;
}


.secondarrow{
	display: none;
	position: relative;
	right: -300px;
}
.topichead{
	height: 60px;
}
.big{
	overflow: hidden;
}
.closeimko{
	position: absolute;
	left: 25px;
	cursor: pointer;
	top: 28px;
}
.nophone{
	padding-top: 0!important;
}
.page-template-page-contact #contact select option{
	font-family: Raleway;
}
.lookforb{
	cursor: pointer;
}
.closeimko img{
	width: 15px;
	height: 15px;
}
.cite{
	margin-top: 30px;
	font-family: Raleway;
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
}
.name{
	font-weight: 700;
	color: #1C1C1C;
	font-family: Raleway;
}
.onmob{
	display: none;
}
.owl-sixth.onmob{
	display: none;
}
.figuretext{
	margin-bottom: 40px;
	display: block;
}
.menuul li a.activeit{
	color: #996DA0!important;
}

.navbar{
	padding-right: 0;
	padding-left: 0;
}
.contact-us{
	position: fixed;
	background-color: #82498A!important;
	padding-right: 10px;
	padding-left: 13px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: white;
	max-width: 60px;
	font-family: Raleway;
	z-index: 999999999;
	left: 0;
	top: 45vh;
	writing-mode: vertical-lr;
	text-orientation: mixed;
	margin: 0 auto;
	transform: rotate(-180deg);
}
.contact-us:hover{
	cursor: pointer;
}
.contact-us img{
	transform: rotate(-180deg);
	padding-top: 10px;
	position: relative;
	right: -2px;
}
.lefkto{
	position: absolute;
	right: 206px;
}
#contact-form{
	position: fixed;
	left: 0;
	display: none;
	height: 100vh;
	top: 0;
	z-index: 999;
}
.formcont input{
	width: 100%!important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.odshow:hover{
	cursor: pointer;
}
.formcont label{
	margin-top: 10px;
}
.topclas{
	margin-right: 0;
	padding-right: 0;
}
.smallli .topichead{
	transform: rotate(-180deg);
	height: 100%;
	padding-top: 0;
	text-align: center;
}
#topics .topichead{
	padding-bottom: 0;
}
.showiton{
	display: none;
}
.toplis{
	width: 13.33%;
	padding: 35px;
	padding-bottom: 35px;
	padding-top: 35px;
	display: inline-block;
	background-color: #C6C6C6;

}
.toplis h3{
	font-size: 20px;
	min-height: 50px;
}
.toplis p{
	margin-bottom: 0;
}
.topclas li{
	cursor: pointer;
}
.toplis::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 80%;
	top: 0;
	left: 0;
	top: 11%;
	background-color: #AAAAAA;
}
.toplis{
	position: relative;
}
.noneto::after{
	display: none!important;
}
.toplis a{
	color: #0c0c0c;
	position: relative;
	bottom: -15px;
	font-size: 16px;
	font-family: Raleway;
	position: absolute;
	bottom: 30px;
}

.toplis h3{
	font-family: Raleway;
	color: #0c0c0c;
	font-weight: 700;
}
.toplis p{
	font-family: Raleway;
	padding-top: 15px;
}
.smallli{
	width: 5%;
}
.odshow{
	display: block;
	margin-top: 40px;
	font-family: Raleway;
	color: #82498A!important;
	position: fixed;
	bottom: 20px;
	font-size: 20px;

}
#topics .topichead{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.top1{
	background-color: #93C125;
}
.mobarrow{
	display: none;
}
.top2{
	background-color: #EA5A0D;
}
.top3{
	background-color: #216FB2;
}
.odshow:hover{
	text-decoration: none;
}
.wpcf7-response-output{
	display: none!important;
}
.smallli{
	writing-mode: vertical-rl;
	text-orientation: mixed;
	display: inline-block;
}
.contact-content{
	padding-top: 50%;
	display: inline-block;
	padding-right: 40px;
	max-width: 400px;
	padding-left: 40px;
	position: relative;
	top: -135px;
}
.closebar{
	position: relative;
	right: 10px;
}
.formcont label{
	font-family: Raleway;
	font-weight: 700;
}
.poshead{
	color: white;
	font-family: Raleway;
	color: white;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 25px;
}
.postext{
	font-family: Raleway;
	color: white;
	margin-bottom: 0;
	max-width: 600px;
	margin-top: 30px;
}
#about{
	padding-top: 50px;
	background-color: white;
}
#references{
	padding-top: 40px;
	background-color: #ECECEC!important;
	padding-bottom: 40px;

	background-color: #ECECEC!important;
	padding-bottom: 40px;
	padding-top: 200px;
	margin-top: -150px;
	z-index: -1;
}
.whitecolko{
	background-color: white;
}
.expul li{
	list-style-type: none;
	font-weight: 300;
}
.expul li:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: relative;
	top: -2px;
	margin-left: 15px;
	background-color: #996DA0;

}
.hlead{
	font-weight: 700;
	font-family: Raleway;
	color: #1C1C1C;
}
#education{
	padding-top: 50px;
}
#language{
	padding-top: 50px;
	padding-bottom: 50px;
}
.minpad{
	background-color: #B190B6;
}
.minpad{
	padding-top: 40px;
	padding-bottom: 40px;
}
.morb2{
	margin-bottom: 22px!important;
	margin-top: 10px;
}
.obrim{
	height: 450px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.minpad p.morb{
	margin-bottom: 15px;
}
.minpad a,.minpad p{
	color: #1C1C1C!important;
	font-family: Raleway;
}
.minpad p{
	margin-bottom: 0;
}
.expertise{
	margin-bottom: 30px;
}
.tlead{
	font-weight: 400;
	font-family: Raleway;
	color: #1C1C1C;
	margin-top: 15px;
}
table td{
	font-family: Raleway;
}
table{
	margin-top: 40px;
}
.services .topics li.topic_1:hover{
	background-color: #93C125!important;
	padding-bottom: 30px!important;
	padding-top: 30px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;


}
@keyframes myanim {
	0% {
		padding-bottom: 15px;
	}
	100% {
		padding-bottom: 30px;
	}
}
.services .topics li.topic_2:hover{
	background-color: #EA5A0C!important;
	padding-bottom: 30px!important;
	padding-top: 30px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;
	
}
.services .topics li.topic_3:hover{
	background-color: #1F6FB2!important;
	padding-bottom: 30px!important;
	padding-top: 30px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;
	
}
.big-topics-template-default .bannerimg{
    height: initial;
    min-height: 75vh;
    padding-bottom: 60px;
}
.greyboi{
	background-color: #C6C6C6;
	position: absolute;
	margin-top: 26px;
}
.greyboi .otherserv li{
	padding-top: 28px;
	font-size: 15px!important;
}
.greyboi .otherserv{
	padding-top: 25px;
}
#contact{
	padding-top: 40px;
}
#contact input:focus{
	border: 1px solid #82498A;
}
.greyboi li{
	padding-top: 5px!important;
	color: #1c1c1c!important;
	padding-bottom: 5px!important;
}
.greyboi{
	display: none;
}
.topic_4:hover .greyboi{
	display: block;
}
.greyboi li:hover{
	background-color: initial!important;
}
table .morf{
	font-weight: 700;
}
#experience{
	padding-top: 50px;
}
.ob{
	margin-bottom: 15px;
}
.nolazy{
   
    
}

#profesionals{
    overflow: hidden!important;
}
.expertise{
	font-family: Raleway;
	color: #1C1C1C;
	font-size: 3em;
	font-weight: 700;
}
#expertise{
	margin-top: 30px;

}
.ifrim{
	height: 305px;
	margin-top: 0;
	margin-bottom: 0;
}
.page-template-page-full-profile video{
	height: 305px;
}
#expertise ul{

	margin-right: 0;
}
.expul{
	margin-top: 40px;
	margin-right: 0;
	padding-right: 0;
}
.expul li{
	font-family: Raleway;
	color: #1C1C1C;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 1.2em;
}
#expertise .expertise{
	margin-top: 45px;
	color: white;
}
.textbot{
	font-family: Raleway;
	color: #1C1C1C;

	max-width: 480px;
}
.formcont input,.formcont textarea{
	margin-top: 5px;
	border-radius: 0;
	font-family: Raleway;
	padding-right: 10px;
	padding-left: 10px;
	border-color: #82498A!important;
}
.formcont textarea{
	resize: initial;
	height: 100px;
	padding-top: 15px;
}
.formcont .wpcf7-submit{
	background-color: #82498A!important;
	color: white;
	width: 100%;
	padding-top: 12px;
	font-weight: 300;
	box-shadow: -1px 0px 30px 1px rgba(0,0,0,0.3);
	padding-bottom: 12px;
}
#full-profile{
	background: rgb(153,109,160);
	background: radial-gradient(circle, rgba(153,109,160,1) 0%, rgba(91,66,95,1) 100%);
	margin-top: 45px;
	padding-top: 160px;
}
.formcont .wpcf7-submit:hover{
	background-color: #521E5A!important;
}
.purplehead{
	font-size: 1.3em;
}
.infocon{
	margin-top: 10px;

}

.formcont input{
	display: block;
}
.infocon p{
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 1.1em;
	color: #1C1C1C;
	font-family: Raleway;
}
.clasref{
	max-width: 400px!important;
}
.closebar{
	background-color: #DBDBDB;
	font-family: Raleway;
	display: inline-block;

	width: 50px;
	cursor: pointer;
	color: #B4B4B4;
}
.contact-content{
	height: calc(100vh + 135px);
}
#contact-form{

}
.closecont {

	text-orientation: mixed;
	transform: rotate(-180deg);
	height: 100vh;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	top: 0;
	background-color: #DBDBDB;
}
.justdes{
	writing-mode: vertical-lr;
	display: inherit;
}
.contact-content{
	background-color: white;
}
.closebar img{
	position: relative;
	right: 0;
	padding-bottom: 5px;
}
.justmm span{
	margin-right: 10px;
}
.cltext{
	display: none;
}
.rotation .cltext{
	display: inline-block;
}
.rotation .ltext{
	display: none;
}
.otoc,.rotation img{
	transform: rotate(-180deg);
}
.hidfinal{
	display: none;
}
.purplea{
	cursor: pointer;
}
.owl-theme .owl-nav .disabled{
	display: none;
}
.hidden{
	display: none;
}
.purptext{
	color: #996DA0;
	font-weight: 500;
}
.mora{
	cursor: pointer;
}
.owl-carousel.owl-first .owl-nav button.owl-prev,.owl-first.owl-theme .owl-nav .disabled{
	display: block;
	opacity: 1;
}
.intheworld{
	position: relative;
}
.mora:hover{
	cursor: pointer;
	text-decoration: initial!important;
}
.inbef{
	content: "";
	width: 500px;
	display: block;
	background-size: contain;
	height: 500px;
	background-image: url("./assets/images/linko.png");
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
	top: 0;
}

.owl-carousel.owl-third{
	background: #ECECEC;
}
.owl-second .owl-prev{
	right: -5px;
	background: white;
	padding-right: 15px!important;
}
.owl-second .owl-item.active img{
	opacity: 1;
}
.owl-second .owl-item img{
	opacity: 1;
}
.purple{
	overflow: hidden;
}
.topicbg{
	overflow: hidden;
}
#profesionals .owl-next{
	left: 5%;
}
.bannerbtn:hover{
	color: #996DA0!important;
	text-decoration: initial;
}

.bannerbtn:hover .sipka{
	display: inline-block!important;
	content: url("https://develor.kesu.sk/wp-content/uploads/2020/09/Mask-Group-33.svg");
}
.topics li.onbmd{
	display: none;
}
.justmm{
	display: none;
}
.purple .whitehead{
	padding-top: 45px;
	font-weight: 900;
	font-weight: 4em;
}
.learnmorehead{
	font-weight: 900;
	color: #1C1C1C;
}
.lefti{
	margin-right: 15px;
}
.txtcar{
	max-width: 100%;
}
.odc{
	padding-top: 60px;
	padding-bottom: 30px;
}
#why-develor .headexpr{
	margin-top: 80px;
}
#what .headexpr{
	margin-top: 60px;
}
#what .odc{
	padding-bottom: 0;
}
#what{
	background-color: #F5F5F5;
	padding-bottom: 30px;
}
.box-content{
	width: 100%;
	height: 120px;
	background-size: cover;
	background-position: center center;
}
.howtx{
	margin-top: 40px!important;
}
.owl-sixth{
	background-color: white;
}
.clovekim{
	width: 100%;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#why-develor .textcar,#what .textcar,#how .textcar{
	font-size: 16px;
}
#how{
	padding-bottom: 30px;
}
.whitpl{
	background: linear-gradient(-90deg, rgba(245,245,245,0) 50%, rgba(255,255,255,1) 50%);
}
.owl-sixth{
	padding-top: 30px;
	padding-bottom: 30px;
}
.box-text{
	background-color: white;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.boxik{
	margin-bottom: 15px;
}
.menoclovek{
	color: #82498A;
	font-weight: 700;
	font-family: Raleway;
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 15px;

	margin-bottom:0;
}
.positionclovek{
	color: #404040;
	font-family: Raleway;
	font-weight: 400;
	margin-top: 10px;
	font-size: 15px;
}
.emailclovek{
	color: #82498A;
	font-family: Raleway;
	font-weight: 500;
	display: block;
	font-size: 15px;
}
.owl-sixth .col-md-3{
	margin-bottom: 60px;
	padding-right: 30px;
	padding-left: 30px;
}
.owl-sixth{
	padding: 60px;
	padding-left: 0;
}
.owl-sixth{

}
.iframeimage{
	cursor: pointer;
}
.owlc{
	position: initial;
}
.relative .licko{
	padding-left: 25px;

}
.owl-sixth .owl-next{
	position: absolute;
	left: 15px;
	bottom: 450px;
}
video{
	width: 100%;
	height: 626px;
	display: none;
}
.owl-sixth .owl-prev{
	bottom: 450px;
}
.relative{
	position: relative;
}
.owl-carousel.owl-sixth .owl-stage-outer{
	position: initial!important;
}
.owl-sixth{
	position: initial;
}

.location{
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-family: Raleway;
	font-weight: 400;
	margin-bottom: 12px;
	font-size: 15px;

}
.emailclovek:hover{
	color: inherit;
	text-decoration: initial;
}
.owl-sixth{
	padding-bottom: 0;
}
.imkol{
	mix-blend-mode: multiply;
}
.green-text{
	margin-bottom: 0;
	color: #93C124;
	font-size: 1.1em;
	min-height: 55px;
	font-weight: 700;
	font-family: Raleway;
}
.btext{
	color: #AFAFAF;
	font-family: Raleway;
	font-size: 15px;

}
.justdes{
	right: -2px;
	position: relative;
}
#profesionals{
	background-color: #ECECEC;
}
.odss{
	padding-top: 60px;
	padding-bottom: 60px;
}

.ifr iframe{
	width: 100%;
	height: 500px;
	margin-top: 60px;
}
.imkol{
	margin-left: 15px;
	margin-bottom: 15px;
}
.ulkologos{
	margin-bottom: 50px;
}

.licko.activeli{
	color: #1C1C1C;
}
.showonmooo{
	display: none;
}
.licko{
	font-family: Raleway;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 15px;
	font-size: 1.3em;
	color: #D4D4D4;
	margin-bottom: 15px;
}
.greyko{
	background-color: #F5F5F5;
}
.odcm{
	padding-top: 380px;
	margin-top: -335px;
	position: relative;
	padding-bottom: 60px;
	z-index: -1;
}
.parfor .owl-next, .parfor .owl-prev{
	bottom: 239px;
}
.ulkologos{
	margin-right: 0;
	padding-right: 0;
	padding-right: 15px;
	z-index: 999999999999;
}
select option{
	font-size: 16px!important;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
}

.odtopmc{
	margin-top: 50px;
}
.headimv{
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.boxikcatko{
	color: white;
	background-color: #EA5A0C;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: inline-block;
	font-size: 14px;
	font-family: Raleway;
	position: absolute;
	left: 0;
	top: -20px;
}
#bigtopic-1 h4{
	color: #93C124;
	font-weight: 700;
	font-size: 2.5em;
	font-family: Raleway;
}
#bigtopic-2 h4{
	color: #EA5A0C;
	font-weight: 700;
	margin-top: 60px;
	font-family: Raleway;
	font-size: 2.5em;
}
#bigtopic-3 h4{
	color: #1F6FB2;
	font-weight: 700;
	margin-top: 60px;
	font-family: Raleway;
	font-size: 2.5em;
}
#develor-news h4{
	color: #1C1C1C;
	font-weight: 700;
	margin-top: 60px;
	font-size: 2.5em;
	font-family: Raleway;
}
#banner .topic li a{
	color: white!important;
}
#develor-news{
	margin-bottom: 60px;
}
.whitko{
	background-color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}
.inpko input{
	padding-right: 20px!important;
	padding-left: 40px!important;
	padding-top: 9px!important;
	border-radius: 0!important;
	border: 0!important;
	padding-bottom: 9px!important;
	font-family: Raleway;
	color: #BCBCBC!important;
	font-weight: 300!important;
}
.inpko .wpcf7-response-output{
	display: block!important;
	border: 0!important;
	padding-right: 0!important;
	margin-right: 0!important;
	font-family: Raleway;
	color: white;
}
.inpko .wpcf7-form-control-wrap{
	display: inline;
}
.inpko .wpcf7-form-control-wrap input[type='email']{
	width: 50%;
}
.inpko .wpcf7-not-valid-tip{
	position: absolute;
	margin-top: 5px;
}
.inpko input[type='submit']{
	background-color: #82498A!important;
	text-align: center;

	color: white!important;
	font-family: Raleway;
	font-weight: 500;

	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 40px!important;
	padding-left: 40px!important;
	box-shadow: -1px 0px 30px 1px rgba(0,0,0,0.3);
	padding-top: 13px!important;
	padding-bottom: 13px!important;
	margin-right: 15px;
}
.whitko .whitbx{
	background-color: #F8F8F8;
}
#magko{
	padding-bottom: 50px;
}
.ntopx{
	margin-top: 30px;
}
.whitbx{
	background-color: white;
	padding: 25px;
	position: relative;
	margin-bottom: 30px;
}
.whitbx span{
	color: #AFAFAF;
	font-family: Raleway;
	display: block;
}
.excerpta{
	display: block;
	padding-bottom: 30px;
}
.upper{
	position: relative;
	top: -40px;
}
.oboik{
	padding-bottom: 30px!important;
}
.pardat2{
	position: absolute;
	bottom: 0!important;
}
.odtopmz{
	margin-top: 10px;
	margin-bottom: 20px;
}
.excerpta p{
	color: #000000;
	font-weight: 300;
	font-size: 15px;
}
.catkod{
	color: white;
	font-family: Raleway;
	background-color: #EA5A0C;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;


	position: absolute;
	left: -15px;
	bottom: 45px;
	z-index: 9999;
}
.magimg{
	position: relative;
	background-position: center center;
}
.excpt{
	font-family: Raleway;
}
#banko .gh{
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-template-page-about-us .top, .page-template-page-magazine .top, .archive .top{
	display: none;
}

.morind{
	z-index: 99;
}
.magazinimg{
	max-width: 400px;
}
.morind img{
	object-position: right 150px top 50%;
	object-fit: cover;
}
.pardat{
	font-family: Raleway;
	color: #AFAFAF;
	position: absolute;
	bottom: 30px;
}
.purpimc{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 500px;
	z-index: 0;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
}
.ulkologos li{
	list-style-type: none;
	display: inline-block;
}
.odtomv{
	margin-top: -150px;
}
.page-template-page-magazine .topic{
	margin-top: -50px;
}
.page-template-page-magazine .fixmenu .topic{
	margin-top: 10px;
}
#banner .topic li, .archive .topic li{
	margin-bottom: 5px;
}
.arblack img{
	width: 25px!important;
	padding-right: 5px;
	display: none!important;
}
.menoclovek:hover{
	color: #521E5A!important;
	cursor: pointer;
}

.menoclovek:hover img{
	display: inline-block!important;
	position: relative;
	top: -2px;
	right: -3px;
}
.allclient:hover{
	text-decoration: initial;
}

.hideena a.sl-automotive{
	display: none;
}
.activeitmmm .menoclovek{
	color: #521E5A!important;
	cursor: pointer;
}
.changeowl{
	cursor: pointer;
}
.activeit.magazineclick .onactive{
	transform: rotate(-180deg);
}
.solut li p{
	font-size: 16px;
}
.owl-second .butoncontact{
	position: absolute;
	bottom: 30px;
}

.morebutt{
	font-family: Raleway;
	font-weight: 500;
	font-size: 1em;
	color: #1C1C1C!important;
	padding-right: 30px;
	width: 94%;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: white;
	box-shadow: -1px 0px 15px 1px rgba(0,0,0,0.3);
}
.owl-third .morebutt{
	position: relative;
	top: 180px;
}
.morebutt:hover{
	background-color: #82498A;
	color: white!important;
}
.owl-fourth .owl-stage-outer{
	padding-top: 15px;
}
.onmob .clovekim{
	height: 200px;
}
.odox{
	padding-bottom: 60px;
}
.noshowit{
	display: none;
}
.showit{
	display: block;
}
.licko:hover{
	cursor: pointer;
}
.page-template-page-about-us .owl-sixth.onmob.account,.page-template-page-about-us .owl-sixth.onmob.back,.page-template-page-about-us .owl-sixth.onmob.develor,.page-template-page-about-us .owl-sixth.onmob.experts{
	display: none;
}
.page-template-page-about-us .owl-sixth.ondeskt.account,.page-template-page-about-us .owl-sixth.ondeskt.back,.page-template-page-about-us .owl-sixth.ondeskt.develor,.page-template-page-about-us .owl-sixth.ondeskt.experts{
	display: none;
}
.activeitmmm img{
	display: inline-block!important;
}
.reallynotondeskt{
	display: none!important;
}
.clovim{
	width: 100%;
	height: 200px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.activeitmm .clovekim{
	width: 150%;
	height: 150%;

}
.topic_4 .topicsmallhead{
	margin-right: 50px;
}
.topic_5 .topicsmallheadsecond{
	margin-right: 30px;
}
.services .topic_4 .topicsmallhead,.services .topic_5 .topicsmallheadsecond{
	margin-right: 0;
}

.secmag::-webkit-scrollbar,.padright::-webkit-scrollbar ,.solut::-webkit-scrollbar {
  display: none;
}
.shmore .topicsmallheadsecond{
	color: white;
}
.owl-sixth .owl-next{
	left: 60px;
}
.secmag,.padright,.solut {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.hideena a.slu-managers{
	display: none;
}
.magonhov{
	height: 250px;
	margin-top: 40px;
	width: 100%;
	overflow: hidden;
}
.secmag .magonhov{
	height: 100px;
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
}
.magonhov .magimg{
	margin-top: 0;
}

.magimg{
	-webkit-transition: width .5s, height .5s ease;
	-moz-transition: width .5s, height .5s ease;
	transition: width .5s, height .5s ease;
}

.clovekim{
	width: 130%;
	height: 130%;
	background-position: right 5px top 50%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.clovim:hover .clovekim{
	width: 150%;
	height: 150%;

}
#primary-menu li{
	list-style-type: none!important;
}
.nexitem{
	display: none;
}
.page-template-page-magazine .npdb .col-5,.archive .npdb .col-5{
	padding-left: 0;
}
.page-template-page-magazine .npdb .col-7,.archive .npdb .col-7{
	padding-right: 0;
}
.page-template-page-magazine .magimg{
	height: 350px;
	margin-top: 0;
	position: relative;
	top: 40px;
}
.archive .magimg, .archive .greyb{
	height: 350px;
}

.page-template-page-magazine .maga .magimg{
	width: 100%;
	height: 250px;
	background-size: cover;
	margin-top: 0;
}
.fixmenu{
	position: fixed;
	right: 0;
	left: 0;
	top: 35px;
	width: 100%;
	background-color: #ECECEC;
	z-index: 99999;
}
.excpt p{
	color: black;
}
.pemali:hover .headimv{
	width: 110%;
	height: 110%;
}
.page-template-page-magazine .fixmenu li{
	border: 0;
}

.page-template-page-magazine .fixmenu{
	top: 76px;
	padding-top: 18px;
	z-index: 99999;

}
.page-template-page-magazine .maga .secmag .magimg{
	height: 100px;
	margin-top: 0px;
}

.archive .mag .greyb{
	height: 250px;
}

.page-template-page-magazine .maga  .secmag .greyb{
	height: 100px;
	padding-right: 15px;
	margin-top: 15px;
}
.page-template-page-magazine .maga .greyb{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #F5F5F5;
	margin-top: 40px;
	vertical-align: bottom;
	height: 250px;
}
.archive .odtomv{
	margin-top: 0;
}
.page-template-page-magazine .greyb{
	height: 350px;
}
.row.ondeskt{
	display: flex;
}
#banner .topic li{
	color: white;
	font-family: Raleway;
}
.hidthis{
	display: none;
}
.showarg1, .showarg2, .showarg3, .showarg4, .showarg5{
	cursor: pointer;
}
.headimv{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#banner .topic li, .archive .topic li{
	width: initial;
	padding-left: 15px;
}
#banko .greyb{
	margin-top: 0;
}
.page-template-page-magazine .magimg{
	top: 0;
}
#magko a:hover{
	text-decoration: none;
}
#bigtopic-1 a:hover,#bigtopic-2 a:hover,#bigtopic-3 a:hover,#other a:hover,#develor-news a:hover{
	text-decoration: none;
}
#bigtopic-2,#bigtopic-3{
	margin-top: 60px;
}
#bigtopic-3{
	margin-bottom: 60px;
}
#develor-news h4{
	font-size: 3.7em;
}
.page-template-page-magazine #banner{
	height: 620px;
}
.archive .topic {
	margin-right: 0;
	margin-top: 60px;
	padding-right: 0;
	margin-bottom: 0;
}
.showfilter #banner .container-fluid{
	display: none;
}
.page-template-page-magazine .fixmenu{
	display: none;
}
.fixmenu .topichead{
	height: initial;
}
.archive .fixmenu{
	padding-bottom: 20px;
}
.archive .odmv{
	margin-top: 150px;
}
.archive .topic li a{
	color: #a0a0a0;
	font-family: Raleway;
	height: initial;
}
.wpcf7-list-item-label a{
	color: black;
	text-decoration: underline;
}
.minopko{
	opacity: 0.5;
	font-size: 0.9em;
}
.page-template-page-about-us .mapa{
	max-height: 2200px;

}
.ovfix{
	height: calc(100vh - 100px);
	background-color: #F5F5F5;
	margin-top: 34px;
}
.othercolor{
	background-color: #F5F5F5!important;
}
.othercolor .topichead{
	visibility: hidden;
}
.services .bigserv{
	padding-top: 31px;
	padding-right: 15px;
}
.services .topichead{
	font-size: 1.5em!important;
}
.bigserv{
	height: 15%;
}
.morebigserv{
	height: 45%;
	background-color: #C6C6C6;
}
.smallserv{
	height: 8%;
	font-size: 18px;
	background-color: #DBDBDB;
}
.otherserv{
	margin-right: 0;
	padding-right: 15px;
}
.ovfix{
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 9999999999;
}
.othercolor{
	background-color: #E5E5E5;
}
.otherserv li{
	list-style-type: none;
	font-size: 1em;
	font-family: Raleway;
	padding-bottom: 5%;
}
.otherserv li a{
	color: #1C1C1C;
}
span.bannertext{
	display: block;
}
span.bannertext p{
	margin-bottom: 5px;
}
span.bannertext strong{
	font-weight: 700!important;
}
strong{
	font-weight: 700;
}

.page-template-page-services-1 #banner .bannertext,.page-template-page-services-2 #banner .bannertext,.page-template-page-services-3 #banner .bannertext,.page-template-page-services-other #banner .bannertext{
	font-size: 13.3px;
}
.page-template-page-services-other div.insko::after{
	background-color: #C1C1C1;
}

.page-template-page-services-3 .ins{
	color: #1F6FB2;
}
.lintex{
	font-size: 15px;
}
.emko{
	padding-bottom: 15px;
	margin-bottom: 0;
	padding-top: 15px;
	border-bottom: 1px solid #DDDDDD;
}
.tabko{
	margin-top: 15px!important;
}
.parcon{
	font-weight: 300;
	color: #000000;
}
.emko a{
	font-weight: 300;
}
table td{
	font-weight: 300;
}
.otherserv{
	margin-bottom: 0;
	padding-top: 23px;
	padding-bottom: 25px;
}
.top1{
	background-color: #93C125;
}
.all-services{
	font-family: Raleway;
	color: white;
	font-size: 18px;
	padding-right: 15px;
	padding-top: 13px;
}
.top2{
	background-color: #EA5A0C;
}
.top3{
	background-color: #1F6FB2;
}
.wpcf7-form .disnone{
	display: none;
}
.noover{
	overflow: hidden;
}
.page-template-page-about-us .mapa {
	background-size: 1800px 1800px;
	background-position: 25% 0;

	background-repeat: no-repeat;
}
.ggdsf{
	background-color: initial!important;
}
.hidfinal .col-md-9{
	height: 155px;
}
.topichead{
	opacity: 1;
}
.archive .odtomv .magimg{
	margin-top: 0;
}
.top2{
	background-color: #EA5A0C;
}
.top1{
	background-color: #93C124;
}
.top3{
	background-color: #1F6FB2;
}
.other{
	background-color: #C6C6C6;
}
.forbtopic.top3 li{
background-color: #1F6FB2!important;
}
.forbtopic.top2 li{
background-color: #EA5A0C!important;
}
.linktopa{
	color: inherit!important;
}
.post-template-default .wpcf7-response-output{
	display: block!important;
    border: 0!important;
    font-family: 'Raleway';
    padding: 0!important;
    padding-top: 15px!important;
}

.forbtopic.top1 li{
	background-color: #93C124!important;
}
.forbtopic.other li{
	background-color: #C6C6C6!important;
}
.forbtopic li{
	font-family: Raleway;
}
#develor-news .whitbx{
	background-color: #F8F8F8!important;
}
.archive .topic li.topichead a{
	color: #1C1C1C;
}
.page-template-page-magazine #banner .topic li a{
	color: #eaeaea!important;
}
.leftar{
	transform: rotate(-180deg);
	position: relative;
	right: -3px;
	top: 4px;
}

.page-template-page-magazine #banner .fixmenu .topic li a{
	color: #7a7a7a!important;
}
.page-template-page-magazine #banner .topic li.topichead a{
	color: white!important;
}
.archive .secmag .greyb{
	height: 100px;
}

.archive .mag .magimg{
	height: 250px;
}
.archive .mag .secmag .magimg{
	height: 100px;
}

.grbox{
	background-color: #DBDBDB;
	position: fixed;
	transform: rotate(-180deg);
	writing-mode: vertical-lr;
	text-orientation: mixed;
	top: 47vh;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 12px;
	padding-left: 12px;
	color: white;
	font-family: Raleway;
	z-index: 9999999999;
	font-weight: 500;
	right: 0!important;
}
.grbox:hover{
	cursor: pointer;
}
h1{
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 10px;
}
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(0px) translateZ(0);
	transform: perspective(0px) translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.showiton{
	position: absolute;
	left: -5000px;
	display: none;
}
#topics .row{
	position: relative;
}
header .activeit .onactive{
	width: 18px;
}
.page-template-page-contact .menuul input[type='text']{
	border-right: 0!important;
}
.arlong{
	display: none;
}
.fullwidth{
	max-width: 80%!important;
}
.fullwid{
	max-width: 100%!important;
}

.single #contact{
	padding-bottom: 60px!important;
}
.single .box-1, .single .box-2, .single .box-3{
	min-height: 160px;
}
.absim{
	position: absolute;
	top: 15px;
}
.single .onko{
	top: -8px;
	z-index: 0;
}
html{
	margin-top: 0!important
}
.searchats, .magarts{
	color: inherit!important;
	cursor: pointer;
}
.alinko{
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}
.alinko a{
	color: inherit!important;
	text-decoration: underline;
}


.single .bannerimg{
	position: relative;
}
.whithe{
	color: white;
	font-family: Raleway;
	font-weight: 700;
	margin-top: 35px;
	font-size: 1.5em;
}
.fullwidth1{
	max-width: 100%;
}
#contact input{
	width: 100%;
}
#contact input[type='submit']{
	width: 190px;
}
#contact input[type='checkbox']{
	width: initial;
	margin-top: 0;
}
.wpcf7-acceptance label{
	width: 350px!important;
}
.npdl{
	padding-right: 0;
	padding-left: 0;
}
.services .topics{
	margin-bottom: 0;
}
.services .topics li{
	padding-bottom: 0;
}
.services .topics .ondesktpp{
	display: none;
}
.services{

	z-index: 99!important;
}
.services .topichead{
	height: initial;
}
.services .topics li {
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
.services .topichead{
	color: white!important;
	margin-bottom: 0!important;
	font-size: 1.6em;
}
.people-profiles-template-default.single ul li{
	    list-style-type: none!important;
}
.services .topicsmallhead, .services .topicsmallheadsecond{
	 writing-mode: initial;
	 text-orientation: initial;
}
.services .topic_4{
	transform: rotate(0);
	vertical-align: bottom;
	
}
.hidserv{
	display: none;
}
.showserv{
	cursor: pointer;
}
.services .big{
	vertical-align: bottom;
}
.services .bigtopact{
	padding-bottom: 30px!important;
	padding-top: 30px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;
}
.services .topic_5{
	transform: rotate(0);
	vertical-align: bottom;

	padding-bottom: 27px!important;
	padding-top: 27px!important;
}
.services .topicsmallhead{
	font-size: 15px;
	text-align: center;

	vertical-align: top;
}
.services .topicsmallheadsecond{
	font-size: 14px;

	text-align: center;
	vertical-align: top;
}
.services .topic_1:hover .topichead{
	font-size: 1.5em!important;
}
.services .topic_2:hover .topichead{
	font-size: 1.5em!important;
}
.services .topic_3:hover .topichead{
	font-size: 1.5em!important;
}
.wpcf7-acceptance{
	display: inline-block;
}
.alink{
	color: #1c1c1c!important;
}
.nohov:hover{
	text-decoration: none;
}
#contact img{
	margin-top: -100px;
}
.services .topic_5:hover{
	padding-bottom: 35px!important;
	padding-top: 35px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;
}
.services .topic_5.activetopic{
	padding-bottom: 35px!important;
	padding-top: 35px!important;
	margin-top: -20px!important;
	position: relative!important;
	top: 20px!important;
}
.services .topic_4.activefour{
    height: 87px;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: -20px;
  
}
.services .topic_4.activefour h3{
	    height: 105px;
    padding-bottom: 0;
    padding-top: 26px;
    
    margin-bottom: -20px;
}
.mag .butoncontact{
	color: #1C1C1C!important;
}
.services .topic_4.activefour .topicsmallhead.moretop{
	
}
.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
	font-size: 16px;
}
.page-template-page-services-1 #banner .bannertext br, .page-template-page-services-2 #banner .bannertext br, .page-template-page-services-3 #banner .bannertext br, .page-template-page-services-other #banner .bannertext br{
	display: none;
}
.hidmoreit{
	display: none;
}
.hidpartners{
	display: none;
}
.allserv:hover{
	text-decoration: none;
}
.services .topic_4.activefour .greyboi{
	margin-top: 0;
}
.label_first{
	display: inline-block!important;
}
.label_first{
	position: relative;
	top: -15px;
}
.label_first .wpcf7-list-item-label{
	position: absolute;
	right: 20px;
}
span.wpcf7-acceptance span{
	margin-right: 0;
}
.ajax-loader{
	display: none!important;
}

div.wpcf7 .ajax-loader.is-active{
display: inline-block!important;
}
.padlc{
	padding-left: 60px;
}
#contact .acceptance-261{
	width: 400px;
	display: inline-block;
	position: relative;
	top: 12px;
}
#contact label{
	width: 100%;
}
#contact label{
	color: #000000;
	font-family: Raleway;
}
#contact input{
	margin-top: 10px;
	border-radius: 0;
	padding-right: 15px;
	border: 0;
	padding-left: 15px;
	font-family: Raleway;
	padding-top: 8px;
	padding-bottom: 8px;
}
.page-template-page-services-2
.services .onmob{
	background-color: #EA5A0C;
}
.page-template-page-services-3
.services .onmob{
	background-color: #1F6FB2;
}
.page-template-page-services-3
.services .onmob{
	background-color: #1F6FB2;
}
.services{
	position: fixed;
	top: 38px;
	margin-top: 0!important;
}

.page-template-page-services-other .ins{
	color: #C1C1C1;
}
.not-found{
	padding-top: 30vh;
	padding-bottom: 30vh;
	font-family: Raleway;
	text-align: center;
	color: #0c0c0c;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.5em;
}
.big-topics-template-default .magonhov .newslabel.online{
	top: -37px;
}


.page-template-page-services-3 .ins{
	color: #1F6FB2;
}
.page-template-page-services-2 .ins{
	color: #EA5A0C;
}
.nooverflow{
	overflow: hidden;
}
.color-1{
	background-color: #DDDDDD;
}
.promohead-1{
	max-width: 300px;
}
.box-1 li{

}
.box-1{
	height: 100%;
	position: relative;
}
.promtext{
	position: absolute!important;
	bottom: 30px!important;
}
.odtpc{
	padding-bottom: 100px;
}
#content{
	padding-bottom: 0;
}
#wys{
	padding-top: 50px;
	padding-bottom: 50px;
}
#content{
	font-family: Raleway;
	padding-top: 80px;
}
.btop{
	font-size: 3em!important;
}
.restable td a,.restable td{
	color: #996DA0;
	font-family: Raleway;
	text-decoration: none!important;
}
#expertise{
	background: linear-gradient(-270deg, rgba(255,255,255,0) 50%, rgba(153,109,160,1) 50%);
	position: relative;
}
#con{
	background: linear-gradient(-270deg, rgba(245,245,245,1) 50%, rgba(177,144,182,1) 50%);
}
.restable td{
	padding-top: 10px;
	padding-bottom: 10px;
}
.fullproftab tr:nth-last-child(2) td{
	border: 0!important;
}
.page-template-page-full-profile .container .row .col-md-6:nth-child(1){
	padding-left: 60px;
}
.page-template-page-full-profile .container .row .col-md-6:nth-child(2){
	padding-right: 60px;
}
.page-template-page-full-profile #references .container .row .col-md-6:nth-child(1){
	padding-left: 60px;
}
.page-template-page-full-profile #references .container .row .col-md-6:nth-child(2){
	padding-left: 60px;
	padding-right: 15px;
}
.page-template-page-full-profile #references .container .row .col-md-6:nth-child(3){
	padding-right: 60px;
	padding-left: 15px;
}
.page-template-page-full-profile #references .container .row .col-md-6:nth-child(4){
	padding-left: 60px;
	margin-top: 30px;
	padding-right: 15px;
}
.fullproftab{
	margin-top: 0;
}
.page-template-page-full-profile #references .container .row .col-md-6:nth-child(5){
	padding-right: 60px;
	margin-top: 30px;
	padding-left: 15px;
}

.fullproftab{
	width: 80%;
}
.fullproftab td a,.fullproftab td{
	color: #996DA0!important;
	font-family: Raleway;
	text-decoration: none!important;
}
.lked{
	position: absolute;
	left: 0;
	width: 200px;
	bottom: -35px;
	left: -35px;
}
#con{
	padding-top: 55px;
}
.expul li{
	color: white;
}
.expertise{
	color: #1c1c1c;
}
.headstrong{
	color: #1c1c1c;
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 30px;
	font-family: Raleway;
}
.expul li:before{
	background-color: white;
}
.restable{
	border-top: 1px solid #dee2e6;
}
.restable tr:nth-last-child(1) td{
	border-bottom: 1px solid #dee2e6;
}
.box-1 ul{
	padding-right: 20px;
	margin-right: 0;
	margin-top: 30px;
	display: table-cell;
    height: 50px;
    vertical-align: bottom;

}

.squared li{
	list-style-type: square;
	font-family: Raleway;
	margin-right: 0;
	padding-right: 0;
	color: #1C1C1C;
}
.odtop-2{
	margin-top: 50px;
}
.odtop-1{
	margin-top: 50px;
}
.box-1 li{
	font-family: Raleway;
	color: #1C1C1C;
	list-style-type: square;
}
.color-2{
	background-color: #D1D1D1;
}
.hovpurp:hover{
	background-color: #521E5A;
	cursor: pointer;
}
.color-3{
	background-color: #C6C6C6;
}
.box-1{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 50px;
	padding-left: 50px;
}

.promohead-1{
	color: #1C1C1C;
	font-family: Raleway;
	max-width: 200px;
	margin-bottom: 40px;
	font-weight: 700;
}
.box-1 ul{
	margin-bottom: 0;
	min-height: 50px;
}
.serdetim{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.promtext{
	font-size: 20px;
	color: #1C1C1C;
	margin-bottom: 0;
	font-family: Raleway;
}
.page-template-page-services-2 div.insko::after{
	background-color: #EA5A0C;
}
.page-template-page-services-3 div.insko::after{
	background-color: #1F6FB2;
}
#contact input[type='submit']{
	background-color: #82498A;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: -1px 0px 30px 1px rgba(0,0,0,0.3);
	margin-left: 15px;
}
.labelbigtop{
	color: white;
	font-family: Raleway;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	margin-left: 10px;
}
.ovfix a:hover{
	text-decoration: initial;
}
.green{
	background-color: #93C124;
}
.blue{
	background-color: #1F6FB2!important;
}
.orange{
	background-color: #EA5A0C!important;
}
.page-template-page-services-1 .bannerimg{
	width: 100%;
	height: 100%;
	padding-top: 10vh;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 10vh;
}
.page-template-page-services-all .bannerimg{
	padding-top: 15vh;
	padding-bottom: 15vh;
}
.odt{
	padding-top: 50px;
}
.services .topics{
	margin-top: 32px;
}
.toplink:hover{
	color: white;
	text-decoration: initial;
}
.vidserv{
	width: 90%;
	height: 275px;
	margin-bottom: 0;
	margin-top: 0;
	background-position: center center;
	background-size: cover;
}
.servid{
	height: 275px;
	margin-bottom: 0;
	width: 90%;
}
.butoncontact.purplebut.hovpurp{
	color: white!important;
}
.page-template-page-services-2 .bannerimg{
	width: 100%;
	height: 100%;
	padding-top: 10vh;
	padding-bottom: 10vh;
	background-size: cover;
	background-repeat: no-repeat;

}
.page-template-page-about-us .bannerimg{
	background-color: white;
}
.linklo:hover{
	text-decoration: none!important;
}
.solut{
	height: 55vh;
	overflow: scroll;
}
.secmag{
	overflow: scroll;
}
.searcharticles{
	display: none;
}
.searcharticles{
	border: 0;
}
.searcharticles{
	border: 0!important;
	color: #996DA0!important;
	font-family: Raleway;
	font-weight: 700;
}
.page-template-page-services-3 .bannerimg{
	width: 100%;
	height: 100%;
	padding-top: 10vh;
	padding-bottom: 10vh;
	background-size: cover;
	background-repeat: no-repeat;

}
.page-template-page-services-other .bannerimg{
	width: 100%;
	height: 100%;
	padding-top: 10vh;
	padding-bottom: 10vh;
	background-size: cover;
	background-repeat: no-repeat;

}
.purplebut.purpmore.dblock{
	display: block;
	text-align: center;
}

.dblock1{
	display: block!important;
	text-align: center!important;
}
.wpcf7-form-control-wrap{
	display: block;
}
#insights{
	padding-top: 10px;
}
.ins{
	font-weight: 700;
	font-family: Raleway;
	color: #93C124;
	font-size: 25px;
	display: inline-block;
}
.purp{
	color: #82498A!important;
}
#insights .row.rowfir{
	margin-top: 40px;
}
.purpmore{
	display: inline-block;
	margin-bottom: 70px;
	margin-top: 40px;
}
#look-for{
	padding-top: 60px;
	padding-bottom: 60px;
}
.excpko{
	padding-bottom: 0;
}
div.insko::after{
	width: 87%;
	height: 1px;
	background-color: #93C124;
	content: "";
	display: inline-block;
	position: absolute;
	top: 15px;
	/* left: initial; */
	left: 0;
	margin-left: 15px;
	float: left;
}
.servhead{
	color: #1C1C1C;
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Raleway;
	font-size: 35px;
}
.whitebox-1{
	background-color: white;
	height: 98%;
}
.odscm{
	margin-top: 80px;
}
.odscm img{
	position: relative;
	top: 0;
	margin-top: 0!important;
}
.odscm a{
	color: #404040;
}
.conimgg{
	padding-bottom: 40px;
}
#contact .selectwrapper::after{
	content: "";
	background: url(./ard.png);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 48px;
	left: 20px;
	pointer-events: none;
}
.cont-box{
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Raleway;
}
.conttd{
	width: 20px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: text-bottom;
}
.tacv .conttd{
	width: 30px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: text-bottom;
}
.spanphone p{
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000000;
}
.spanphone a{
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000000;
}
.spanphone a:hover{
	text-decoration: none;
}
.cont-box{
	font-size: 15px;
}
.tabko.tacv tr td:nth-child(2){
	width: 155px;
	padding-bottom: 15px;
}
.tabko{
	padding-bottom: 15px;
}
.tacv{
	border-bottom: 1px solid #DDDDDD;
}
.tabko{
	margin-top: 0;
	margin-bottom: 0;
}
.headcon{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
	color: #000000;
}
.odtpn{
	margin-top: 40px;
}
.whitebox-1 p{
	padding-right: 15px;
	font-family: Raleway;
	margin-bottom: 20px;
	margin-top: 5px;
}
.emko a{
	color: #000000;
	text-decoration: initial;
}
.parcon{
	font-family: Raleway;
	font-size: 1.2em;
}
.cont-box strong{
	color: #000000;
}
.odscm p{
	font-family: Raleway;
}
.rigv{
	text-align: left;
}
.lintex{
	font-family: Raleway;
}
.cente{
	text-align: center;
}
.linko{

	margin-bottom: 30px;
	height: 1px;
	width: 100%;
	background-color: #DDDDDD;
}
.rigv img{
	margin-right: 8px;
	margin-left: 8px;
}
#contact select{
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0!important;
	border-radius: 0;
	font-family: Raleway;
	padding-right: 10px;
	margin-top: 8px;
}
#contact textarea{
	resize: initial;
	border: 0;
	margin-top: 8px;
	padding-right: 10px;
	padding-top: 10px;
	font-family: Raleway;
}
.blacked{
	color: #1C1C1C;
}
.fullwidth1{
	padding-top: 15px;
}
.services .topics .greyboi li{
	width: 100%;
	display: inline-block;
}
.arkod{
	width: 30px;
	position: absolute;
	left: 15px;
	top: 13px;
}
.single .bannertext{
	max-width: 600px;
}
.contactimg{
	min-height: 65vh;
	height: initial;
	padding-bottom: 50px;

}
.cite{
	min-height: 138px;
}
#magazine-detail h1, #magazine-detail h2, #magazine-detail h3, #magazine-detail h4, #magazine-detail h5, #magazine-detail h6, #magazine-detail p, #magazine-detail span, #magazine-detail a{
	color: #1C1C1C;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Raleway;
}
.single table td{
	border-bottom:1px solid #DDDDDD;
	padding-top: 8px;
	padding-bottom: 8px;
	color: black;
	font-family: Raleway;
}
.lesscite{
	min-height: initial;
	max-height: 130px!important;
}
.single ul li{
	list-style-type: square;
}
.single ul, .single ol{
	padding-right: 20px;
	margin-right: 0;
	color: #1C1C1C;
	font-family: Raleway;
}
.single #magazine-detail a{
	text-decoration: underline;
}
 blockquote{
	font-size: 22px;
	font-weight: 300;
	color: #000000;
	display: inline-block;
	position: relative;
	max-width: 300px;
}
blockquote{
	padding-right: 0!important;
	padding-left: 0!important;
}
.et-db #et-boc .et-l .et_pb_module blockquote{
	margin-top: 30px!important;
	margin-bottom: 30px!important;
	border-right: 0px!important;
	margin: 0!important;
	margin-right: 20px!important;
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}

.single p{
	position: relative;
	z-index: 9;
}
.boxim{
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.owl-car .owl-dots{
	display: block;
}
.imkos{
	padding-bottom: 60px;
}

.event-carousel{
	margin-top: -125px;
}
#case-studies{
	padding-bottom: 60px;
}
.top ul a{
    color: white!important;
}

.btopik{
	padding-top: 50px;
	padding-bottom: 25px;
}
.carousel-img{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 250px;
}
.btopik span{
	color: #AFAFAF;
	font-family: Raleway;
}
.single .boxim{
	margin-top: 15px;
	margin-bottom: 15px;
}
.single .restable td{
	padding-bottom: 12px;
	padding-top: 12px;
}
.single .butoncontact2{
	padding-right: 40px;
	padding-left: 40px;
}
.single video{
	margin-top: 60px;
	margin-bottom: 60px;
}
.single blockquote p{
	margin-bottom: 10px;
}
.subheadko-rig{
	font-family: Raleway;
}
.box-updown.active{
	background: #DBDBDB;
}
blockquote p::after{
	content: "";
	background: url("./pathko.png");
	display: block;
	width: 100px;
	right: -20px;
	height: 100px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: -30px;
	z-index: -1;
}
blockquote{
	margin-right: 20px!important;
}
.eventhead{
	font-size: 3em;
}
.upcomming{
	padding-top: 60px;
	padding-bottom: 60px;
}
.pas{
	padding-top: 60px;
	padding-bottom: 60px;
}
.newslet img{
	object-position: initial;
	object-fit: initial;
}
.event-bigim{
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center center;
}
.event-odsun{
	margin-top: 30px;
}
.padings{
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.position-event{
	font-family: Raleway;
	color: #1C1C1C;
	font-size: 1.3em;
	font-weight: 300;
}
.datum{
	color: #1C1C1C;
	font-size: 1.2em;
	font-family: Raleway;
	font-weight: 700;
	margin-bottom: 12px;
}
.headko{
	color: #1C1C1C;
	font-size: 2em;
	margin-top: 30px;
	font-family: Raleway;
	font-weight: 700;
}
.opacover{
	position: relative;
	overflow: hidden;
}
.biggerbant{
	max-width: 400px;
}
.event-bigim{
	overflow: hidden;
}
.padkaa{
	padding-right: 15px;
	padding-left: 15px;
}
.online{
	background-color: #996DA0!important;
}
.event-bigim .onko{
	top: -35px;
	z-index: 0;
}
.newslabel{
	padding-right: 12px;
	background-color: #B4B4B4;
	width: 100px;
	border-radius: 100px;
	height: 100px;
	text-align: center;
	padding-top: 57px;
	font-family: Raleway;
	z-index: 99999999;
	top: -37px;
	position: relative;
	right: -20px;
	color: #FFFFFF;
}
.newslabel span{
	transform: rotate(25deg);
	display: block;
}
.opacover::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	background-color: rgb(255,255,255,0.5);
}
.postrow .headko{
	font-size: 1.2em;
}
.postrow .partextik{
	font-size: 1em;
}
.postrow .position-event{
	margin-bottom: 20px;
}
.postrow .headko{
	margin-top: 20px;
}
.postrow .partextik{
	margin-top: 20px;
}
.postrow .headimv, .postrow .magonhov{
	height: 250px!important;
}
.partextik{
	color: #1C1C1C;
	font-family: Raleway;
	margin-top: 30px;
	font-size: 1.1em;
}
.dividko{
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
}
.big-topics-template-default .newslabel.online{
	top: 15px;
	z-index: 999;
}
.owl-third .item:hover img.nozoom{
	width: 115%!important;
	max-width: 115%!important;
	position: absolute;
	bottom: 0;
}
.big-topics-template-default .newslabel.onko{
	z-index: 99;
	top: -15px;
}

.textar{
	color: white;
	font-size: 22px;
	margin-top: 30px;
	display: block;
	font-family: Raleway;
}
.textpar{
	color: white;
	font-size: 18px;
	margin-top: 30px;
	display: block;
	font-family: Raleway;
}
.box-white{
	background-color: white;
	padding-top: 30px;
	padding-bottom: 15px;
}
.box-white{
	margin-top: -180px;
}
.box-white .whitebox-car{
	margin-bottom: 0;
}
.box-white ul{
	margin-bottom: 0!important;
}
.box-white li{
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.page-template-page-topic .headko-rig {
	font-weight: 700;
	margin-bottom: 3px;
}
.minbotods{
	margin-bottom: 50px;
}
.purptext-1{
	font-family: Raleway;
	font-weight: 700;
	margin-top: 50px;
	font-size: 1.2em;
	color: #996DA0;
}
.section-ul li, .whitebox-car ul li{
	list-style-type: none;
	position: relative;
	padding-right: 20px;
}
.section-ul, .whitebox-car ul{
	padding-right: 0;
	margin-right: 0;
	font-family: Raleway;
	color: #1C1C1C;
}
.programsect{
	height: 85vh;
}
.odtbcc{
	margin-right: 0;
	margin-top: 90px;
	position: relative;
	top: 0;
	display: inline-block;
	padding-right: 60px;
	padding-left: 60px;

}
.sect-img{
	width: 100%;
	margin-top: -170px;
	height: 340px;
	background-size: cover;
	background-position: center center;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
	border-radius: 0!important;
}
.acefek .label_first{
	display: block!important;
    margin-top: 15px;
    margin-bottom: 30px;
    position: relative;
    top: initial;
    color: white;
    font-weight: 300;
    font-family: 'Raleway';
}
.acefek .label_first a{
	color: white;
	font-weight: 300;
}

.trigcli.nnoshowopt{
	display: none;
}
.trigcli.nnoshowopt{
	display: none;
}
.purptext-1{
	font-family: Raleway;
	font-weight: 700;
	margin-top: 50px;
	font-size: 1.2em;
	color: #996DA0;
}
.section-ul li, .whitebox-car ul li{
	list-style-type: none;
	position: relative;
	padding-right: 20px;
}
.section-ul, .whitebox-car ul{
	padding-right: 0;
	margin-right: 0;
	font-family: Raleway;
	color: #1C1C1C;
}
.odbbb{
	margin-bottom: 100px;
}
.odb123{
	margin-bottom: 50px;
}
.nohovik:hover{
	text-decoration: none!important;
}
.thenopads{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.big-topics-template-default .col-md-4{
	overflow: hidden;
}
.headkott{
	font-family: Raleway;
	color: #1C1C1C;
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: 30px;
}
.whitebox-car p{
	font-family: Raleway;
	color: #1C1C1C;
}
.whitebox-car{
	display: block;
	font-family: Raleway;
	margin-bottom: 60px;
}
.relko{
	position: relative;

}
.purplebox{
	background-color: #B190B6;
	width: 50%;
	position: absolute;
	top: 0;
	margin-top: 60px;
	background-size: cover;
	left: 0;
	padding-top: 60px;
	padding-bottom: 100px;

}
.purpimko{
	background-size: contain;
	width: 100%;
	height: 100px;
}
.whitebox-car p{
	max-width: 400px;
}
.purplebox h2{
	font-size: 2em;
	max-width: 250px;
	padding-right: 60px;
}
.purpimko{
	position: absolute;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left;
	height: 300px;
}
.purplebox{
	overflow: hidden;
}
.provenopak{
	background: linear-gradient(-270deg, rgba(255,255,255,1) 50%, rgba(245,245,245,0) 50%)!important;
}
.noabssc{
	position: relative;
	top: 0;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 15px;
}
.prepare{
	font-family: Raleway;
	color: #1C1C1C;
	max-width: 550px;
	font-weight: 700;
}
.odtopy{
	margin-top: 100px;
	margin-bottom: 100px;
}
.purple-head{
	color: #996DA0;
	font-weight: 700;
	font-family: Raleway;
	margin-top: 30px;
	font-size: 2.2em;

}
.section-ul p, .whitebox-car ul p{
	margin-bottom: 0;
}
.tot{
	padding-bottom: 50px;
}
.odtopy{
	position: relative;
}
.vlnka{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	position: absolute;
	right: -50px;
	background-size: contain;
	top: 60px;
}
.vlnka-1{
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	background-size: contain;
	bottom: -300px;
	background-position: center;
	z-index: -1;
}
.vlnka-2{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	background-size: contain;
	bottom: -300px;
	background-position: center;
	z-index: -1;
}
.searchinp.searcharticles{
	background: #ECECEC!important;
	color: #996DA0!important;
	caret-color: #996DA0!important;
}
.searcharticles{
	text-align: left;
	background: #ECECEC!important;
    border-radius: 0!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.section-ul li::before, .whitebox-car li::before{
	width: 5px;
	height: 5px;
	position: absolute;
	top: 10px;
	right: 0;
	content: "";
	background-color: #996DA0;
	display: inline-block;
}
.box-12{
	margin-top: 40px;
	margin-bottom: 40px;
}
.box-12 h2{
	font-size: 22px;
	color: #1C1C1C;
}
.box-12 h2, .box-12 p{
	font-family: Raleway;
}

.mars{
	font-family: Raleway;
	font-style: italic;
	font-weight: 300;
}
.fullwidth-1, .fullwidth-1 p{
	max-width: 100%!important;
}
#boxx{
	padding-top: 60px;
	padding-bottom: 60px;
}
#boxx .headko-info{
	text-transform: initial;
}
.vidserv-2{
	height: 310px;
}
.box-12 h2{
	padding-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.listtex{
	max-width: 700px;
	display: block;
}

.headkott{
	font-family: Raleway;
	color: #1C1C1C;
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: 30px;
}
.minodt{
	margin-top: 40px;
}
.headko-info{
	font-family: Raleway;
	font-weight: 700;
	color: #1C1C1C;
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.par-info {
	font-family: Raleway;
	color: #1C1C1C;
}
.box-info::before{
	content: "";
	height: 8px;
	width: 8px;
	position: absolute;
	right: 0px;
	top: 10px;
	display: inline-block;
	background-color: #996DA0;
}
.box-info{
	min-height: 90px;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	padding-right: 30px;
}
.owl-references{
	margin-bottom: 60px;
}
.mars-name{
	font-family: Raleway;
	color: #1C1C1C;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 15px;
}
.mars-company{
	font-family: Raleway;
	color: #1C1C1C;
}
.minnhead{
	font-family: Raleway;
	color: #1C1C1C;
	font-weight: 700;
}
.page-template-page-topic .box-updown{
	background: #F5F5F5;
	padding-top: 10px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.page-template-page-topic .hiddenbox{
	margin-top: 15px;
	font-family: Raleway;
}
.page-template-page-topic .hiddenbox strong{
	color: black;
}
.page-template-page-topic .arkodow{
	position: absolute;
	left: 35px;
	top: 25px;
}
.page-template-page-topic .hiddenbox{
	display: none;
}
.odbbbbb{
	margin-bottom: 30px;
}
.box-updown{
	cursor: pointer;
}

.active .arkodow {
	transform: rotate(-180deg);
}

.box-white{
	background-color: white;
	padding-top: 30px;
	padding-bottom: 15px;
}
.box-white{
	margin-top: -180px;
}
.box-white .whitebox-car{
	margin-bottom: 0;
}
.box-white ul{
	margin-bottom: 0!important;
}
.box-white li{
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.box-updown.active{
	background: #DBDBDB;
}
.ebook-gradient{
	background: rgb(153,109,160);
	padding-top: 15vh;
	background: radial-gradient(circle, rgba(153,109,160,1) 0%, rgba(91,66,95,1) 100%);
}
.downhref{
	color: white!important;
	text-decoration: initial!important;
	cursor: pointer!important;
	margin-top: 50px;
	display: block;
}
.downpar{
	color: white;
	font-family: Raleway;
	font-weight: 700;
}
.box-info{
	min-height: 90px;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	padding-right: 30px;
}
#ebook{
	padding-bottom: 40px;
}
.box-info::before{
	content: "";
	height: 8px;
	width: 8px;
	position: absolute;
	right: 0px;
	top: 10px;
	display: inline-block;
	background-color: #996DA0;
}
.nopads{
	padding-top: 60px;
	padding-bottom: 60px;
}
input.subscko.npdrrr {
	margin-right: 0!important;
}
.cff-likebox.cff-bottom{
	display: none;
}
.page-template-default{
	font-family: Raleway;
	background-color: white!important;
}
.botmarg img {
	object-position: initial;
	object-fit: initial;
}
.botmarg {
	padding-bottom: 90px!important;
}
.mtopxc {
	margin-top: 100px;
}
.morind {
	z-index: 99;
}
.provkos {
	margin-bottom: 120px;
}
.ebook-gradient {
	background: rgb(153,109,160);
	padding-top: 15vh;
	background: radial-gradient(circle, rgba(153,109,160,1) 0%, rgba(91,66,95,1) 100%);
}
.page-template-page-topic .headko-rig {
	font-weight: 700;
	margin-bottom: 3px;
}
.minbotods{
	margin-bottom: 50px;
}

.page-template-page-topic .headko-rig {
	font-size: 1.3em;
}

.page-template-page-topic .headko-rig {
	color: #000000;
	font-size: 1.2em;
}

.nopads {
	padding-bottom: 0!important;
	padding-top: 10px!important;
}
.odtopy {
	position: relative;
}
#sects .ulkologos {
	padding-right: 0;
	margin-top: 0;
}
.padss .col-md-6 {
	padding-right: 60px;
}
.padss .col-md-6 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.showbbb {
	display: block;
}
.dnonee {
	display: none;
}
.progimko {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
}
.odt-1 {
	margin-top: 100px!important;
	margin-bottom: 100px;
}
.showbbb {
	display: block;
}
.log {
	width: 19%;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
.page-template-page-contact input[type='text'].searcharticles{
	border-right: 0!important;

}
.serviceimage{
	position: relative;
}
.trogslcde{
	display: none;
}
.overevent{
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.serviceimage::before {
	content: "";
	top: 0;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(96,0,110,1);
}
#wys ul{
	margin-right: 0;
	padding-right: 20px;
}
.subheadlineline{
	font-family: Raleway;
	font-weight: 700;
}
.squared{
	margin-right: 0;
	padding-right: 0;
}
.squared li{
	list-style-type: none;
	position: relative;
	padding-right: 20px;
}
#wys li, #content li{
	list-style-type: none;
	position: relative;
	padding-right: 20px;
	margin-right: 0;
}
#wys ul, #content ul{
	padding-right: 0;
	margin-right: 0;
}
#wys, #content{
	font-family: Raleway;
}
.squared li::before, #wys li::before,#content li::before{
	content: "";
	width: 6px;
	right: 0;
	top: 9px;
	height: 6px;
	background-color: #82498A;
	position: absolute;

}
.odsun{
	padding-top: 100px;
	padding-bottom: 100px;
	}
	.hidden-block{
		display: none;
	}
	.acord{
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 20px;
		padding-right: 15px;
		margin-bottom: 20px;
		position: relative;
		background-color: #F5F5F5;
	}
	.lkoo{
		position: absolute;
		left: 15px;
		top: 22px;
	}
	.acord h2{
		margin-bottom: 0;
		color: black;
		font-weight: 700;
		font-size: 18px;
	}
	.acord.acordopen{
		background: #DBDBDB;
	}
	.hidden-block{
		font-family: Raleway;
		margin-top: 20px;
	}
	.big-topics-template-default .methods, .big-topics-template-default .topic{
		display: inline-block;
	}
#topics li.closeb{
	display: none;
}
.page-template-page-contact input[type='text'],.page-template-page-contact input[type='email'],.page-template-page-contact input[type='tel']{
	border-right: 2px solid #BCBCBC!important;
}
.page-template-page-contact input::placeholder{
	color: #BCBCBC;
	font-weight: 300;
}
.page-template-page-contact #contact select{
	color: #BCBCBC;
	font-weight: 300;
}
.page-template-page-contact select{
	background-color: white;
}
.page-template-page-contact iframe{
	height: 600px;
}
.page-template-page-services-all .bannerimg, .page-template-page-services-1 .bannerimg, .page-template-page-services-2 .bannerimg, .page-template-page-services-3 .bannerimg, .page-template-page-services-other .bannerimg{
	z-index: -1;
}
.page-template-page-services-all .onmob .topic_1{
	background-color: #DBDBDB!important;
}
.page-template-page-services-other .onmob .topic_1{
	background-color: #DBDBDB!important;
}
.page-template-page-services-other .onmob .topic_1 .topichead{
	color: #1C1C1C!important;
	font-weight: 400;
}
.services .topic_4{
		height: 64px;
	}
	.formcont .wpcf7-response-output{
		display: block!important;
		border: 0!important;
		margin-top: 15px!important;
		margin-right: 0!important;
		padding-right: 0!important;
		font-family: Raleway;
	}

	.formcont .invalid .wpcf7-response-output{
		display: none!important;
	}

	.page-template-page-services-1 .bannerhead, .page-template-page-services-2 .bannerhead, .page-template-page-services-3 .bannerhead, .page-template-page-services-all .bannerhead, .page-template-page-services-other .bannerhead{
	margin-top: 100px;
}
.searcharticles{
	text-align: left;
}
.padright{
	overflow: scroll;
}
.excpt{
	color: black;
}
.gh.odtopmz{
	min-height: 45px;
}
.downit{
	display: block;
	position: absolute;
	bottom: 15px;
}
.whitko .gh.odtopmz{
	min-height: 75px;
}
.methodka{
	min-height: 50px;
}
.methods{
	margin-top: 30px;
}
#logos .services{
	position: relative!important;
	top: 0!important;
}
.greyc .gh{
	min-height: 75px;
}
.minhhead{
	min-height: 45px;
}
.archive #magko .magonhov,.single .whitko .magonhov{
	margin-bottom: 0;
	margin-top: 0;
}
.single .learnhead{
	margin-bottom: 60px;
}
.single-big-topics .learnhead{
	font-size: 
}
.archive #magko .whitbxoik,.single .whitko .whitbxoik{
	height: 100%;
    background: white;
    display: block;
    margin-bottom: 0;
}
.page-template-page-about-us .whitbxoik,.page-template-page-magazine .whitbxoik {
	background: white;
	height: 100%;
	display: block;
    margin-bottom: 0;
}
.page-template-page-magazine .whitbx{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	height: calc(100% - 200px);
}
.catls{
	font-family: Raleway;
	color: #000000;
	margin-bottom: 0;
    font-weight: 300;
}
.page-template-page-about-us .whitbxoik .greyc{
	padding-bottom: 30px;
}
.page-template-page-magazine .ntopx{
	margin-top: 100px;
}
.page-template-page-about-us .white.ocn .col-md-3{
	overflow: hidden;
}
.page-template-page-about-us .whitbxoik{
	background-color: #F8F8F8
}
.lesscite{
	max-height: 105px;
	overflow: hidden;
}
.page-template-page-services-all .whitbx,.page-template-page-services-other .whitbx,.page-template-page-services-1 .whitbx,.page-template-page-services-2 .whitbx,.page-template-page-services-3 .whitbx{
	height: 100%;
	margin-bottom: 10px;
	
}
.scaled-image{
	border:0!important;
	margin:0!important;
}
.positiontest{
	font-family: Raleway;
	font-size: 13px;
}
.page-template-page-magazine .arg-1,.page-template-page-magazine .arg-2,.page-template-page-magazine .arg-3,.page-template-page-magazine .arg-4,.page-template-page-magazine .arg-5{
	margin-bottom: 30px;
}
.page-template-page-services-all .col-md-3,.page-template-page-services-other .col-md-3,.page-template-page-services-1 .col-md-3,.page-template-page-services-2 .col-md-3,.page-template-page-services-3 .col-md-3{
	overflow: hidden;
}
.page-template-page-services-all .ntopx,.page-template-page-services-other .ntopx,.page-template-page-services-1 .ntopx,.page-template-page-services-2 .ntopx,.page-template-page-services-3 .ntopx{
	margin-bottom: 30px;
	margin-top: 50px;
	box-shadow: -1px 0px 18px 1px rgba(0,0,0,0.3);
}
.archive #magko .col-md-3, .single .whitko .col-md-3{
	margin-bottom: 50px;
}
.archive #magko .whitbx, .single .whitko .whitbx{
	margin-bottom: 0;
	height: calc(100% - 200px);

}
.overscrollno{
	overflow: hidden;
}
.overscrollno .gh{
	font-size: 13px;
}
.ovihidd{
	overflow: hidden;
}
.magazinoverlay{
	    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(147, 193, 36,0.5);
}
.elsehid{
	display: none;
}
.mag .topic li{
	margin-left: 15px;
	margin-bottom: 10px;
}
.managnoshow{
	display: none!important;
}
.thisishowed{
	display: block!important;
}
.catggg{
	margin-top: 60px;
	font-family: Raleway;
	    color: #AFAFAF;
	    margin-bottom: -20px;
}
.overscrollno .catname{
	font-size: 13px;
}
.restartim{
	text-align: center;
	padding-bottom: 30px;
}
.page-template-page-program .whitebox-car p{
	max-width: initial;
}
.odsunleft{
	padding-right: 50px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
	border-top: 0!important;
}
.whitebox-car a{
	color: #82498A;
	text-decoration: underline;
}
.page-template-page-program .purplebut.odtbcc{
	margin-top: 30px;
}
.tothebottom{
	cursor: pointer!important;
}
.acefek input[type='email'],.acefek input[type='tel']{
	width: 50%!important;
}
.acefek input[type='submit']{
	margin-right: 0!important;
}
.acefek .wpcf7-not-valid-tip{
	position: relative!important;
}
.acefek input{
	color: black!important;
}
.padimg{
	padding-right: 20px;
	
}
.odsunright{
	padding-left: 100px;
}
.padrimg{
	padding-left: 20px;
}
.cite::before{
	content: "„ ";
	display: inline-block;
	position: relative;
	padding-left: 2px;
}
.cite::after{
	content: " “";
	display: inline-block;

	position: relative;
}
.archive #magko .pardat, .single .whitko .pardat {
	margin-bottom: 0;
	position: absolute;
	bottom: 20px!important;
}
.bbxk{
	display: block;
	height: 100%;
	background-color: white;
}
.bbxk .excerpta p{
	margin-bottom: 0;
}
.et-l .et_pb_text ul li{
	list-style-type: none!important;
}
.et-l .et_pb_text ul li::before{
	    width: 7px;
    height: 7px;
    background-color: #82498A;
    display: block;
    content: "";
    position: absolute;
    right: -20px;
    top: 9px;
}
.et-l .et_pb_text ul li{
	position: relative;
}
@media screen and (max-width: 1800px){
    .owl-first .owl-next{
        left: 90px;
    }
}
@media screen and (max-width: 1500px){
    .toplis p{
        font-size: 14px;
    }
    #topics .big:hover .topichead{
		font-size: 28px;
	}
}
@media screen and (max-width: 1300px){
    .smallli .topichead{
        line-height: 0;
        padding-right: 2%!important;
    }
    #topics li{
        height: 400px;
    }
    .topic_4{
        padding-top: 80px;
    }
    .topic_5{
        padding-top: 95px;
    }
    .toplis{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 1275px){
	.services .topichead{
		    font-size: 1.3em!important;
	}
	.services .topic_4{
		height: 64px;
	}
	.services .topic_3:hover .topichead{
		font-size: 1.3em!important;
	}
	.services .topic_2:hover .topichead{
		font-size: 1.3em!important;
	}
	.services .topic_1:hover .topichead{
		font-size: 1.3em!important;
	}
	.services{
		margin-top: 26px;
	}
}
@media screen and (max-width: 1199px){
	 .wpcf7-acceptance label{
    	width: 250px!important;
    }
     .bannertext br{
    	display: none!important;
    }
    .owl-second p br{
    	display: none;
    }

.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
	font-size: 11px;
}
    .services .topics{
    	margin-top: 5px;
    }
    .services .topichead{
		    font-size: 0.9em!important;
	}
	.services .topics li.topic_3:hover{
		 font-size: 0.9em!important;
	}
	.services .topics li.topic_2:hover{
		 font-size: 0.9em!important;
	}
	.services .topics li.topic_1:hover{
		 font-size: 0.9em!important;
	}
	.services .topic_3:hover .topichead{
		font-size: 0.9em!important;
	}
	.services .topic_2:hover .topichead{
		font-size: 0.9em!important;
	}
	.services .topic_1:hover .topichead{
		font-size: 0.9em!important;
	}
    .owl-second .butoncontact{
    	display: inline-block;
    	margin-bottom: 20px;
    	margin-top: 20px;
    	position: relative;
    	bottom: 0;
    }
    .headcar{
    	font-size: 2.5em;
    }
}
@media screen and (max-width: 1150px){
    .toplis{
        padding-right: 15px;
        padding-left: 15px;
    }
    .greyboi{
    	margin-top: 6px;
    }
    .toplis a{
        font-size: 14px;
    }
    .smallli .topichead{
        font-size: 1.4em!important;
    }
    .toplis h3{
        font-size: 17px;
    }
}
@media screen and (max-width: 992px){
    .ondeskt{
        display: none!important;
    }
    .services{
    	top: 86px!important;
    }
    .solut{
	height: initial;
	overflow: none;
}
.secmag{
	overflow: none;
}
.butoncontact.purplebut.hovpurp{
background-color: #82498A;
}
    .services .topichead{
    	font-size: 20px!important;
    }
    .services .topic_1:hover .topichead, .services .topic_2:hover .topichead, .services .topic_3:hover .topichead{
    	font-size: 20px!important;
    }
    .services .bigserv{
    	height: 10%;
    }
    .services .morebigserv{
    	height: 61%;
    }
    .services .arkod{
    	top: 8px;
    }
    .services .hvr-sweep-to-right:before{
    	display: none;
    }
    .bbx {
	    padding-right: 0;
	    padding-left: 0;
	}
	.whiterize a {
    color: white!important;
    font-family: Raleway;
}
	.page-template-page-contact iframe{
		width: 100%;
	}
	.page-template-page-contact .whitebox-1{
		margin-top: 30px;
	}
	.page-template-page-contact iframe{
		height: 400px;
	}
	.whitebox-1 p{
		margin-bottom: 0;
	}
	.rigv{
		text-align: left;
	}
	.page-template-page-contact .odscm p{
		margin-bottom: 5px;
	}
	.page-template-page-contact .iconsic{
		margin-bottom: 30px;
	}
	.page-template-page-contact .meet-us img{
		margin-top: 100px;
	}
	.box-updown {
    background: #F5F5F5;
    padding-top: 10px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.hiddenbox{
	display: none;
}
.emko span p{
	display: inline;
}
.emko{
	display: block;
}
.emko strong{
	color: black;
}
.conttd strong{
	color: black;
}
.arkodow {
    position: absolute;
    left: 20px;
    top: 25px;
}
.headko-rig {
    font-weight: 700;
}

.box-updown h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.hiddenbox {
    display: none;
}

.hiddenbox .emko {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.emko {
    border-bottom: 1px solid #C6C6C6;
}
.hiddenbox {
    margin-top: 15px;
    font-family: Raleway;
}
.subheadko-rig {
    font-size: 1.3em;
}


.subheadko-rig {
    color: #000000;
    font-weight: 300;
    font-size: 1.2em;
}
.headko-rig {
    font-size: 1.3em;
}

.headko-rig {
    color: #000000;
    font-size: 1.2em;
}
    .servhead{
    	margin-top: 40px;
    }
    #contact img{
    	margin-top: 60px;
    }
    .vycentruj{
    	text-align: center;
    }
    .wpcf7-acceptance label{
    	width: 350px!important;
    }
    div.insko::after {
    width: 80%;
    height: 1px;
    background-color: #93C124;
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    /* left: initial; */
    left: 0;
    float: left;
}
.single article a{
	text-decoration: underline;
}
.page-template-page-services-1 .purplebut{
	margin-top: 30px;
	margin-bottom: 30px;
}
    .services .bigtopact {
    top: 10px!important;
}
.ovfix{
	margin-top: 0;
}
.services{
	margin-top: 54px;
}

.services .bigtopact {
    margin-top: initial;
}

.services .big {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    vertical-align: top;
}
    .showoveromo{
    	display: block!important;
    }
    .topictext{
    	font-size: 1em;
    }
    .mvcd{
    	margin-top: 30px!important;
    	margin-bottom: 30px!important;
    }
    .topics li.toplis:hover{
    	background-color: #C6C6C6;
    }
    .closeb{
    	position: relative;
    }

    .trogslc{
    	display: inline-block;
    width: 30px;
    position: relative;
    top: -3px;
    transform: rotate(-180deg);
    margin-right: 20%;
    position: absolute;
    top: 7px;
    left: 30px;
    }
    .trogslcde{
    	    display: inline-block;
    width: 30px;
    position: relative;
    top: -3px;
   
    /* margin-left: 20%; */
    position: absolute;
    top: 7px;
    left: 0;
    right: initial;
    right: 30px;
    }
    .trogslcde{
    	 transform: rotate(-180deg);
    }
    .topic_4{
    	position: relative;
    }
    #topics .topicarrow {
    position: absolute;
    /* bottom: 40px; */
    top: 42px;
    right: 220px;
}
#topics li.closeb{
	display: block;
	background-color: #DBDBDB;
	color: white;
	font-family: Raleway;
	padding-top: 10px!important;
	font-size: 18px!important;
	padding-bottom: 10px!important;
	display: none;
}
.mobarrow{
	display: none!important;
}
.topiclink:hover{
	text-decoration: none!important;
}
   #topics .secondarrow {
        right: 0;
    top: -25px;
    bottom: 0;
    display: none!important;
}
   #topics .firstarrow {
       
    display: block!important;
}
.big:hover{
	text-decoration: none!important;
}

    .firstarrow{
    	display: block;
    }
    .pemali:hover .headimv{
    	width: 100%;
    	height: 300px;
    }
    .inpko .wpcf7-form-control-wrap input[type='email'],.inpko input[type='submit']{
    	width: 100%;
    }
    .inpko input[type='submit']{
    	margin-right: 0;
    	margin-top: 15px;
    }
    .whitbx{
    	margin-bottom: 0;
    }
    .odtopmc{
    	margin-bottom: 30px;
    }
    #develor-news .cont{
    	padding-right: 20px;
    	padding-top: 15px;
    }
    #develor-news .farba{
    	margin-top: 30px;
    }
    .headimv{
    	height: 300px;
    }
      #logos .ulkologos{
    	margin-top: 30px;
    	margin-bottom: 30px;
    }
    #why-develor .headexpr{
    	margin-top: 30px;
    }
    .trigcli{
    	cursor: pointer;
    }
    #develorians .owl-sixth .owl-next,#develorians .owl-sixth .owl-prev{
    	bottom: 230px;
    }
    #develorians.whitpl{
    background: linear-gradient(-90deg, rgba(245,245,245,0) 100%, rgba(255,255,255,1) 50%);

    }
    #video video, #video .iframeimage{
    	height: 400px;
    	margin-top: 60px;
    	margin-bottom: 60px;
    }
    #develorians .reallynotondeskt{
    	display: block!important;
    }
    #develorians .owl-sixth.onmob{
    	display: block;
    }

    .page-template-page-about-us #develorians .owl-sixth.onmob.account, .page-template-page-about-us #develorians .owl-sixth.onmob.back, .page-template-page-about-us #develorians .owl-sixth.onmob.develor, .page-template-page-about-us #develorians .owl-sixth.onmob.experts{
    	display: none;
    }
    #develorians .onmob .clovekim {
    height: 450px;
}
    #develorians .owl-sixth {
    width: 80%;
    margin: 0 auto!important;
    margin-top: 60px!important;
    padding: 0;
    background-color: initial;
}
#logos .butoncontact{
	top: 0;
	margin-top: 30px;
}
.row.onmob{
	display: flex;
}
.ocn .cont{
	padding-right: 20px;
	padding-top: 15px;
}

    #what .headexpr{
    	margin-top: 30px;
    }
    #what img{
    	max-width: 70%;
    	margin-bottom: 15px;
    	margin-top: 30px;
    }
    #how .clasref{
    	margin-bottom: 30px;
    }
    #how .headexpr{
    	margin-top: 10px;
    }
    .ulkologos {
    padding-top: 15px;
    padding-bottom: 15px;
}
.activediv {
    font-family: Raleway;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    background-color: white;
    padding-right: 20px;
    cursor: pointer;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
}
.rightko {
    position: absolute;
    left: 30px;
    top: 65px;
}
.meet-us{
	padding-bottom: 60px!important;
}

.hideena a {
    display: block;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #F5F5F5!important;
    font-size: 1.5em;
}
.hideena {
    background-color: white;
    padding-bottom: 30px;
    padding-top: 0!important;
    display: none;
    padding-top: 15px;
}
.ulkologos {
    margin: 0;
}
.ulkologos {
    padding-top: 15px;
    margin-top: 30px;
}
 .page-template-page-about-us .odcm {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}
#logos{
	    padding-top: 10px;
    margin-top: 50px;
}
    #topics li {
        padding-right: 30px;
    }
    #topics .topichead {
        line-height: 1.7em;
        font-size: 20px!important;
    }
    .widko2 a{
        color: white!important;
    }
    .widko2 {
        display: block!important;
        right: 180px;
        position: relative;
        color: white;
        font-family: Raleway;
        top: -27px;
        white-space: nowrap;
        overflow: scroll;
    }
    .widko2 a::after {
        margin-left: 10px;
    }
        .widko2 a::after {
            width: 2px;
            background-color: #82498A;
            height: 20px;
            margin-right: 10px;
            display: inline-block;
            content: "";
            position: relative;
            top: 4px;
        }

    .widko2 a {
        font-size: 14px;
    }
    .headtopa {
        font-size: 14px;
    }
        .widko2 {
            font-weight: 300;
            right: 150px!important;
        }
    #topics .topichead {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #topics .ondesktpp{
        display: none;
    }
    .big {
        padding-bottom: 0!important;
    }
    #topics .topics li.onbmd {
        display: none;
    }
    .topicsmallhead {
        font-size: 18px;
    }

    .mobhid{
        display: none;
    }
    .hiditontog{
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .mobim{
        margin-left: 15px;
    }
    .mobfirst{
        margin-right: 15px;
    }
    .mobsec{
        float: left;
        margin-left: 15px;
        top: 4px;
        position: relative;
    }
    .whitbox{
        width: 100%;
        position: relative;
        left: initial;
    }
    .hideonmore{
        display: none;
    }
    .showonmooo{
        display: block;
    }
    .menuul{
        left: 80px;
    }
    .solut{
        margin-bottom: 50px;
    }
    .mag{
        overflow: scroll;
    }
    .padright,.padleft{
        padding-right: 15px;
        padding-left: 15px;
    }
    #topics li{
        display: block;
        width: 100%;
    }
    .mag li{
        font-size: 0.9em;
    }
    .headmag{
        font-size: 2em;
    }
    .headmag{
        margin-top: 45px;
    }
    #topics li{
        height: initial;
        padding-bottom: 20px;
        padding-top: 25px;
    }
    .topicsmallhead, .topicsmallheadsecond{
        writing-mode: initial;
        transform: rotate(-180deg);
        padding-right: 80px;
    }
    .whitbox{
        margin-top: 40px;
    }
    .butoncontact{
        position: relative;
        background-color: white;
    }
    .owl-fifth {
    width: 100%;
    position: relative;
	}
	#carcont {
    	padding-bottom: 0px;
	}
    .whitbox{
        margin-top: 60px;
    }
    .topic_4{
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    .topic_5{
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .plusko{
        top: 0;
        right: 4px;
    }
    .magni{
        width: 25px;
    }
    .onmob{
        display: block;
    }
    .odtop{
        margin-top: 60px;
    }
    .persons p{
        font-family: Raleway;
        font-size: 0.9em;
    }
    .persons h2{
        font-weight: 400;
        font-size: 1.2em;
    }
    .persons .col-4 img{
        height: 150px;
        width: auto;
        margin: 0 auto;
    }
    .persons .col-4{
        text-align: center;
        position: relative;
    }
    .persons .col-4 img{
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .persons .row::after{
        content: "";
        width: calc(100% - 30px);
        height: 1px;
        background-color: #DBDBDB;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .whole-team{
        margin-top: 50px;
    }
    .whole-team a{
        background-color: white;
    }

    #proven.onmob{
        margin-top: 60px;
    }
    #topics{
        overflow: hidden;
    }
    .topicsmallhead, .topicsmallheadsecond {
        padding-right: 30px;
    }
    .justonmob {
        display: none!important;
    }
    .toplis h3 {
        font-size: 20px;
    }
    .toplis a {
        position: relative;
        bottom: 0;
        font-size: 16px;
        margin-top: 30px;
    }

        .owl-second {
            padding-top: 40px;
        }

            .owl-second {
                margin-top: 30px;
                position: relative;
                top: 15px;
            }

                .owl-second {
                    background-color: white;
                }
    .owl-second.owl-carousel .owl-nav button.owl-next{
        left: 15px!important;
    }
    .headcar{
        font-size: 1.8em;
    }
    .carimg{
        margin-top: 0;
    }
    .owl-second{
        padding-right: 60px;
        padding-left: 30px;
    }
    .butoncontact {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .whole-team{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .whole-team a{
        top: 0;
    }
    .headexpr{
        font-size: 3em;
    }
    .mensieimko {
        width: 200px;
    }
    .widko2 {
        display: block!important;
        right: 180px;
        position: relative;
        color: white;
        font-family: Raleway;
        top: -27px;
        white-space: nowrap;
        overflow: scroll;
    }
    .widko2 {
        font-weight: 300;
        right: 150px!important;
    }
    .widko {
        width: 150px;
        display: inline;
    }
    #proven .row{
        padding-top: 0;
        padding-bottom: 0;
    }
    .purpimc{
        width: 350px;
        height: 350px;
    }
    #proven .row .white{
        padding-bottom: 60px;
    }
    #proven .butoncontact{
        width: 90%;
        margin-right: 0!important;
    }
    #proven. .conbut{
        text-align: left!important;
    }
    #proven .row .white{
        padding-top: 60px;
    }
    #proven .butoncontact{
        top: 0;
    }
    .mag {
        padding-top: 0!important;
        top: 37px;
        height: calc(93vh + 14px);
        z-index: 9999999999999999999!important;
    }
    .mobsec {
        float: left;
        margin-left: 15px;
        top: 4px;
        position: relative;
    }

        .mobim {
            margin-left: 15px;
        }
    .searchinp {
        border: 0!important;
        background-color: initial!important;
        color: #C1C1C1!important;
        font-family: Raleway;
        font-size: 18px;
        font-weight: 700;
    }
    .mobfirst {
        margin-right: 15px;
    }

        .mobim {
            margin-left: 15px;
        }
    .search {
        background-color: #EAEAEA;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        width: 100%;
        padding-left: 10px;
    }


        .mag .butoncontact {
            margin: initial!important;
            width: 200px!important;
        }


            .butoncontact {
                display: block;
                width: 100%;
                text-align: center;
                margin: 0 auto;
            }

    .br {
        border-right: 0;
    }
                .purplebut {
                    display: block;
                    width: 100%;
                    text-align: center;
                    margin: 0 auto;
                }
            .mobim {
                width: 25px;
            }
            .mobim {
                width: 25px;
            }
            .rigtmenu .onmob{
                display: none;
            }
}
@media screen and (max-width: 767px){
    .showiton{
    }
    .owl-second .butoncontact {
    position: relative;
    bottom: 0;
    width: 250px;
    margin-right: 0;
    margin-bottom: 20px;
}
.hidlogo{
	display: none;
}
#contact input[type='submit'] {
    position: relative;
    top: 45px;
}
#contact .label_first{
	top: -65px;
}
.owl-second .butoncontact {
    position: relative;
    /* bottom: 30px; */
    bottom: 0;
    margin-bottom: 30px;
}
    .butoncontact2{
    	margin-top: 30px;
    }
    .row.odtoplx.onmob a:hover{
    	text-decoration: initial;
    }
    .meet-us .purplebut{
		margin-bottom: 40px;
	}
	.ocn .farba{
		margin-bottom: 30px;
	}
	.box-content{
		height: 200px;
	}
	#proven .row .white{
		padding-left: 30px;
	}
    #video .headexpr{
    	margin-top: 60px;
    }
    #video video, #video .iframeimage{
    	height: 280px;
    }

    .promohead-1{
    	max-width: initial;
    }
     #develorians .onmob .clovekim{
        height: 350px;
    }
    .promtext{
    	position: relative!important;
    	bottom: 0!important;
    }
    .odtpc {
    	padding-top: 1px!important;
	}
	#content .onmob.obb{
		margin-bottom: 50px;
	}
	.rigv{
		text-align: left;
	}
    .bannerhead{
        font-size: 3.5em;
    }
	.bnbb{
		padding-bottom: 0;
	}
	.iconsic{
		margin-bottom: 15px;
	}
	.cente{
		text-align: left;
	}
	.odss{
		padding-top: 0;
	}
	.headko-rig{
		color: #000000;
		font-size: 1.2em;
	}
	.subheadko-rig{
		color: #000000;
		font-weight: 300;
		font-size: 1.2em;
	}
	.bnbb{
		margin-top: 45px;
	}
	.headko-rig{
		font-size: 1.3em;
	}

	.subheadko-rig{
		font-size: 1.3em;
	}
	.box-updown{
		background: #F5F5F5;
		padding-top: 10px;
		margin-bottom: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.hiddenbox{
		margin-top: 15px;
		font-family: Raleway;
	}
	.hiddenbox strong{
		color: black;
	}
	.conttd {
		width: 0.1%;
		padding-top: 0;
		padding-bottom: 0;
		vertical-align: text-bottom;
	}
	.emko{
		border-bottom: 1px solid #C6C6C6;
	}
	.hiddenbox{
		display: none;
	}
	.arkodow{
		position: absolute;
		left: 20px;
		top: 25px;
	}
	.active .arkodow{
		transform: rotate(-180deg);
	}
	.hiddenbox .emko{
		margin-bottom: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.tabko{
		margin-top: 15px;
	}
	.headko-rig{
		font-weight: 700;
	}
	.box-updown h3{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.bbx{
		padding-right: 0;
		padding-left: 0;
	}

	.iconsic img{
		margin-right: 0;
		margin-left: 20px;
	}
	.iconsic p{
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 600px){
    .owl-fifth .owl-stage{
        left: 50px;
    }
}

@media screen and (max-width: 480px){
    .purplebut{
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .services{
    	margin-top: 0;
    	top: 86px!important;
    }
    .rigtmenu .onmob{
    	display: block;
    }
    .meet-us .purplebut{
    	margin-bottom: 0;
    }
    #logos .ulkologos{
    	margin-top: 0;
    }
    #logos{
    	margin-top: 0;
    }
    #primary-menu{
        margin-top: 30px;
    }
    .services .ondeskt{
        display: none!important;
    }
    .arlong{
        display: block;
        margin-top: 40px;
    }
    .grbox{
        position: relative;
        top: initial;
        writing-mode: initial;
        text-orientation: initial;
        transform: rotate(0);
        margin-top: 30px;
        margin-bottom: -30px;
        z-index: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .leftar{
        float: left;
        transform: rotate(0deg);
        margin-left: 5px;
        position: relative;
        top: 5px;
    }
    #develorians .onmob .clovekim{
        height: 250px;
    }
    .whitpl{
        background: initial;
    }
    .owl-sixth{
        padding: 0;
        background-color: initial;
    }
    .greyc p{
        padding-top: 5px;
    }
    .owl-sixth .owl-next{
        right: initial;
    }
    .owl-sixth .owl-prev{
        right: 0;
    }
    .page-template-page-about-us .intheworld{
        padding-top: 60px;
    }
    .owl-sixth{

        width: 80%;
        margin: 0 auto!important;
        margin-top: 60px!important;
    }
    .owl-sixth .owl-next, .owl-sixth .owl-prev{
        bottom: 250px;
    }
    .page-template-page-about-us .intheworld:before{
        display: none;
    }
    .page-template-page-about-us .mapa::before{
        display: none;
    }
    .owl-fifth{
        width: 100%;
        position: relative;


    }
    .learnhead{
        font-size: 2em;
    }
    .mimages{
        width: 30%;
        display: inline-block;
        height: 100px;
    }
    .cont{
        width: 68%;
        vertical-align: top;
        display: inline-block;

        padding-right: 20px;
    }
    .greyc{
        padding: 0;
    }
    .farba{
        padding: 15px;
    }
    .owl-fifth .owl-dots{
        margin-right: 0;
    }
    .bgimitem{
        height: 300px;
    }
    #carcont{
        padding-bottom: 0;
    }
    .ocn .col-md-3{
        margin-bottom: 30px;
    }
    .ocn .butoncontact2{
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    .meet-us img{
        margin-top: 60px;
    }
    .imkol{
        width: 32%;
        margin: 0;
        padding: 15px;
    }
    .bbll{
        margin: 0 auto;
        margin-top: 150px;
    }
    .page-template-page-about-us .odcm{
        padding-bottom: 0;
        padding-top: 30px;
        margin-top: 0;
    }
    .iframeimage{
        height: 232px;
        margin-bottom: 20px;
    }
    video{
        height: 250px;
        position: relative;
        top: -18px;

    }
    #video video, #video .iframeimage{
    	height: 230px;
    }

    .ggdsf{
        margin-top: 30px;
    }
    .page-template-page-about-us .owl-sixth.onmob{
        display: block;
    }
    .page-template-page-about-us .mapa{
        background-size: 400px;
        background-position: center 980px;
        background-repeat: no-repeat;
    }

    .page-template-page-services-1 .bannerimg{
        padding-top: 5vh;
        height: calc(100vh - 76px);
    }

    .opened img{ transform: rotate(-180deg)}
    .hideena{
        padding-bottom: 0;
        padding-top: 0!important;
    }
    .activediv{
        cursor: pointer;
    }
    .page-template-page-about-us .headexpr{
        max-width: 100%!important;
        margin-top: 40px!important;
    }
    .page-template-page-about-us .box-content{
        width: 29%;
        height: 92px;
        display: inline-block;
    }
    .page-template-page-about-us .box-text{
        width: 70%;
        display: inline-block;
        vertical-align: top;
        margin-right: -5px;
    }
    .page-template-page-about-us #proven{
        margin-top: 0;
    }
    .page-template-page-about-us #proven .row{
        padding-top: 0;
    }
    .closebar img{
        position: relative;
        right: 10px;
        padding-bottom: 5px;
    }
    .closecont{
         writing-mode: initial;
         text-orientation: initial;
         transform: initial;
         height: initial;
    }
    .closebar{
        position: fixed;
        z-index: 99999999999999999;
        bottom: 0;
        width: 100%;
        right: 0;
        display: block;
    }
    .justonmob{
        display: none!important;
    }
    .hideiton{
        display: block!important;
    }
    .inbef{
        display: none;
    }
    .whitbox{
        padding-left: 60px;
        padding-right: 30px;
    }
    .conbut{
        display: block;
        margin: 0 auto;
        margin-top: 130px;
        width: calc(100% - 30px);

    }
    select{
        width: 100%;
        background-color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 0;
        padding-right: 20px;
        padding-left: 20px;
        font-family: Raleway;
        font-size: 1.5em;
        font-weight: 700;
        text-transform: uppercase;
    }
	.whiterize a{
		color: white!important;
		font-family: Raleway;
	}
	.whiterize{
		margin-top: 60px;
	}
	#contact select{
		text-transform: initial;
		font-size: 18px;
		color: #DBDBDB;
	}
	.whitebox-1{
		margin-top: 130px;
	}
	.whitebox-1 {
		background-color: white;
		height: initial;
		padding-bottom: 1px;
	}
	.page-id-74 .bannerimg{
		background-image: url("./magroup.png")!important;
	}

	.odscm{
		margin-top: 30px;
	}
    .nol .white{
        padding-left: 15px;
    }
    #proven .row{
        padding-bottom: 0;
    }
    .whitbox .odtpo{
        margin-bottom: -40px;
    }
    .noto img{
        max-width: 100%;
    }
    .rigtmenu ul li{
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .nomargpad li{
        margin-bottom: 0!important;
    }

    .headtopa{
        font-size: 14px;
    }

    .widko2{
        font-weight: 300;
        right: 150px!important;
    }
    header{
        top: 0px;
    }
    .page-template-page-homepage{
        top: 44px;
    }
    .widfirst{
        width: 100%;
        overflow: scroll;
    }

    .widko{
        width: 150px;
    }
    .widko2{
        display: block!important;
        right: 180px;
        position: relative;
        color: white;
        font-family: Raleway;
        top: -27px;
        white-space: nowrap;
        overflow: scroll;
    }
    .widko2 a{
        font-size: 14px;
    }
    .widko2 a::after{
        width: 2px;
        background-color: #82498A;
        height: 20px;
        margin-right: 10px;
        display: inline-block;
        content: "";
        position: relative;
        top: 4px;
    }
    .widko2 a::after{
        margin-left: 10px;
    }
    .widko2 a:nth-last-child(1)::after{
        display: none;
    }
    .widko,.widko2{
        display: inline;
    }
    .rigtmenu{
        left: 0;
        display: none;
        width: 100%;
        padding-left: 60px;
        padding-right: 50px;
        border-top: 1px solid #EAEAEA;
    }
	.purplebgg{
		padding-right: 50px;
	}
    .mag{
        padding-top: 0!important;
        top: 37px;
        height: 100vh;
        z-index: 9999999999999999999!important;
    }

    .mag{
        padding-top: 0;
    }
    .navbar-brand img{
        width: 180px;
    }
    .mobim{
        width: 25px;
    }
    .mag .butoncontact{
        margin: initial!important;
        width: 300px!important;
    }
    .search{
        background-color: #EAEAEA;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        width: 100%;
        padding-left: 10px;
    }
    .mobim{
        margin-left: 15px;
    }
    .mobfirst{
        margin-right: 15px;
    }
    .mobsec{
        float: left;
        margin-left: 15px;
        top: 4px;
        position: relative;
    }
    .searchinp{
        border: 0!important;
        background-color: initial!important;
        color: #C1C1C1!important;
        font-family: Raleway;
        font-size: 18px;
        font-weight: 700;

    }
    .mensieimko{
        width: 120px;
    }
    .nor{
        padding-left: 0;
    }
    .cite{
        max-width: 250px;
    }
    .nor{
        padding-left: 15px;
    }
    #proven{
        background: initial;
    }
    .whitehead{
        font-size: 2em;
    }
    .whitbox{
        margin-top: 150px;
    }
    .whitehead br{
        display: none;
    }
    .footer_logo{
        margin-bottom: 0;
        width: 180px;
    }
    .nomargpad{
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .odtpm{
        margin-top: 250px;
    }
    .mapa{
        background-image: url("./svet.png")!important;
        background-position: right 0px top 2150px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .noulleft{
        text-align: left;
    }
    #menu-menu-footer li,.noulleft li{
        width: 32%;
    }
    .intheworld .butoncontact{
        background-color: white;
    }
    .bottom{
        position: relative;
        text-align: left;
    }
    .nol{
        padding-right: 0;
    }
    .nol .white{
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 0;
    }
    .menuul li:nth-child(1){
        padding-left: 0;
    }
    .nomargpad li img{
        width: 30px;
    }
    .bannerhead{
        font-size: 2em;
        margin-top: 30px;
    }
    .bannerimg{
        padding-top: 20vh;
    }
    #topics .topichead{
        font-size: 1.5em;
    }
    #topics li{
        padding-right: 30px;
    }
    .noto{
        margin-top: 40px;
        padding-bottom: 0;
    }
    .noto img{

        max-width: 65%;
    }

    .topicsmallhead, .topicsmallheadsecond{
        padding-right: 0;
    }
    .topicsmallhead, .topicsmallheadsecond{
        padding-right: 30px;
    }
    .headexpr{
        font-size: 2em;
        max-width: 175px;
    }
    .persons .row::after{
        margin-bottom: 10px;
    }
    .intheworld .headexpr{
        width: 170px;
    }
    .fullw{
        max-width: 200px;
    }
    #proven .headexpr{
        max-width: 250px;
    }
    .lefkto{
        right: initial;
        left: 20px;
    }

    .bgpurp{
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99999999999999999;
        position: absolute;
        width: 800px;
        height: 100%;
        top: -180px;
        left: 0;
        z-index: 9;
        z-index: 0;
    }
    .whitbox{
        padding-bottom: 0;
    }
    .owl-next{
        left: initial;
        right: 80px;
    }
    .owl-prev span, .owl-next span{
        font-size: 70px;
    }
    .norko{
        padding-left: 0;
    }
    .butoncontact{
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .botko{
        position: absolute;
        bottom: 60px;
        width: 50%;
        text-align: left!important;
    }
    .botko li{
        margin-top: 30px!important;
    }
    .big{
        padding-bottom: 0!important;
    }
    #topics .topichead{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .contact-us{
        position: fixed;
        top: initial;
        bottom: 0;
        left: 0;
        writing-mode: initial;
        padding: 10px;
        padding-right: 20px;
        padding-left: 20px;
        text-orientation: initial;

    }
    .contact-us span{
        display: none;
    }
    .contact-us img{
        transform: rotate(-270deg);
        padding-left: 0;
        width: 25px;
    }
    .purple{
        overflow: hidden;
    }
    .whole-team a{
        bottom: 0;
    }
    .topic_1{
        background-color: #93C125;
    }
    .ondesktpp{
        display: none;
        padding-bottom: 30px;
    }
    #topics .topichead:hover{
        font-size: 20px!important;
    }
    .topicsmallhead{
        font-size: 22px;
    }
    .owl-first .owl-next{
        bottom: 45px;
        width: 15px;
    }
    .bannerimg{
        background-position: center center;
    }
    #topics .topichead{
        line-height: 1.7em;
        font-size: 20px!important;
    }
    .topicsmallhead{
        font-size: 18px;
    }
    .topic_4 {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .owl-first .owl-prev{
        bottom: 45px;
        width: 15px;
    }
    .hvr-sweep-to-right:before{
        display: none!important;
    }
    .mapa{
        position: relative;
    }
    .whole-team{
        margin-bottom: 80px;
    }
    .poshead{
        font-size: 1.2em;
    }
    .intheworld:before{
        content: "";
        background-image: url("./flko.png");
        display: block;
        width: 200px;
        left: 0;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        z-index: -1;
    }
    #mobhow{
        position: relative;
    }
    #mobhow:before{
        content: "";
        background-image: url("./fl1.png");
        display: block;
        width: 350px;
        height: 350px;
        background-repeat: no-repeat;
        position: absolute;
        top: -80px;
        z-index: -1;
    }
    #mobprof{
        position: relative;
    }
    #mobprof:before{
        content: "";
        background-image: url(./fl3.png);
        display: block;
        width: 200px;
        height: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: -80px;
        left: 0px;
        z-index: -1;
    }
    .intheworld{
        position: relative;
        z-index: 0;
    }
    .mapa::before{
        content: "";
        background-image: url("./fluid.png");
        display: block;
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        top: -80px;
        z-index: -1;
    }
    #topics .topics li.onbmd{
        display: none;
    }
    .justdes{
        display: none;
    }
    .justmm{
        display: inline-block;
    }
    .toplis::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        top: 0;
        background-color: #AAAAAA;
    }
    #topics .topics li.onbmd::after{
        display: block!important;
    }
    .toplis{
        padding-top: 25px!important;
        padding-bottom: 40px!important;
    }
    .toplis h3{
        font-size: 18px;
    }
    .toplis p{
        font-size: 14px;
    }
    .toplis a{
        font-size: 16px;
    }
    .contact-content{
        max-width: initial;
        top: 0;
    }
    .contact-content{
        overflow: scroll;
    }
    .odshow{
        position: relative;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .closebar{
        display: block;
    }
    .page-template-page-magazine .upper{
        margin-top: -230px;
    }
    .closebar img.timko {
        position: relative;
        right: -4px;
        padding-bottom: 5px;
        position: fixed;
        left: 40px;
        margin-top: 12px;
        right: initial;
    }
    .justmm img{
        width: 60px;
        margin-left: 20px;
        margin-top: 8px;
        top: -16px;
    }
    .justmm span{
        margin-right: 10px;
        position: relative;
        top: -15px;
        right: -20px;
    }
    .ulkologos{
        margin: 0;
    }
    .rightko{
        position: absolute;
        left: 30px;
        top: 35px;
    }

    .whitrad{
        background: initial!important;
    }
    .contact-content{
        padding-bottom: 200px;
    }
    .purple .container-fluid{
        padding-left: 0;
    }
    .closecont{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 30px;
        padding-left: 30px;

    }
    .contact-content{
        padding-top: 120px;
    }
    .mobarrow{
        display: block;
    }
    .firstarrow,.secondarrow{
        display: none!important;
    }
    .closecont{
        height: 50px;
        width: 100%;
        bottom: 0;
        top: initial;
    }
    .page-template-page-magazine .bannerimg{
        height: 100vh;
    }
    .upper{
        margin-top: -310px;
    }
    .page-template-page-magazine .upper{
        top: 0;
        margin-bottom: 100px;
    }
    .page-template-page-magazine .odtopmc{
        margin-top: 0;
    }
    .page-template-page-magazine #banko .gh{
        font-size: 1.2em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .page-template-page-magazine .whitbx{
        margin-bottom: 30px;
    }
    .page-template-page-magazine .purple .whitehead{
        padding-top: 15px;
    }
    .moscroll .topic{
        display: block!important;
        /* left: 180px; */
		position: relative;
		color: white;
		font-family: Raleway;
		/* top: -27px; */
		white-space: nowrap;
		overflow: scroll;
	}
	.page-template-page-magazine .butoncontact2, .archive .butoncontact2{
		background-color: white;
		width: 100%;
		text-align: center;
	}
	.page-template-page-magazine #magko{
		padding-bottom: 100px;
	}
	.inpko input{
		width: 100%;
		margin-bottom: 20px;
	}
	#develor-news{
		background-color: white;
	}
	#develor-news h4{
		font-size: 2em;
	}
	.inpko input[type='submit']{
		margin-right: 0;
	}
	.morind{
		z-index: 99;
	}
	.morind img{
		object-position: right 40px top 50%;
		object-fit: cover;
	}
	.purpimc {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 350px;
		z-index: 0;
		height: 350px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#develor-news .farba{
		margin-bottom: 30px;
	}
	#develor-news h4{
		margin-bottom: 50px;
	}
	.page-template-page-magazine .meet-us img,.archive .meet-us img{
		margin-top: 20px;
	}
	.archive .upper{
		margin-top: 150px;
		top: 0;
	}
	#bigtopic-1 h4, #bigtopic-2 h4, #bigtopic-3 h4{
		margin-bottom: 45px;
		margin-top: 0;
		font-size: 2em;
	}
	.archive #banko .gh{
		font-size: 1.2em;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.activediv{
		font-family: Raleway;
		font-size: 1.5em;
		font-weight: 700;
		text-transform: uppercase;
		color: black;
		background-color: white;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 8px;

	}
	.ulkologos{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.hideena a{
		display: block;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-transform: uppercase;
		font-weight: 700;
		color: #e2e2e2!important;
		font-size: 1.5em;
	}
	.hideena{
		background-color: white;
		padding-bottom: 30px;
		display: none;
		padding-top: 15px;
	}
	.textcar br{
		display: none;
	}
	.reallynotondeskt{
		display: block!important;
	}
}
@media screen and (max-height: 800px){
	.event-carousel{
		margin-top: -80px;
	}
	.page-template-page-program .odtbcc{
		margin-top: 20px;
	}
}
@media screen and (max-height: 750px){
	.purplehead{
		margin-top: 0;
	}
	.event-carousel{
		margin-top: -80px;
	}

	#con.minpad img{
		width: 30px!important;
	}
	.bannertext{
		font-size: 0.9em;
		max-width: 500px;
	}
	.closeimko{
		top: 22px;
	}
	.odshow{
		font-size: 18px;
	}
	.formcont textarea{
		resize: initial;
		height: 85px;
		padding-top: 15px;
	}
	.page-template-page-contact table td{
		width: 0%;
	}
	.odtomv{
		margin-top: -180px;
	}
	.mag{
		padding-top: 10px;
	}
	.secmag .magimg{
		height: 80px;
	}
	.secmag .greyb{
		height: 80px;
	}
	.npdb{
		margin-bottom: 0;
	}
	.secmag .magonhov{
		margin-top: 0;
	}
	.secmag .greyb{
		margin-top: 0;
	}
	.secmag .magonhov{
		height: 80px;
	}
	.headmag{
		margin-top: 10px;
	}
	.solut li{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.newest{
		margin-bottom: 10px;
	}
	.secmag .newest{
		margin-bottom: 45px;
	}
	.page-template-page-magazine .maga .secmag .greyb{
		height: 80px;
	}
	.page-template-page-magazine .maga .secmag .magimg{
		height: 80px;
	}
	.page-template-page-magazine .maga .secmag .magimg{
		margin-top: 0;
	}
	.page-template-page-magazine .maga .secmag .greyb{
		margin-top: 0;
	}
	.page-template-page-magazine .maga .magimg{
		margin-top: 0;
	}
	.page-template-page-full-profile #full-profile{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.solut p{
		margin-bottom: 10px;
	}
	.page-template-page .bannerhead{
		margin-top: 0!important;
		font-size: 2.3em;
	}
	#full-profile{
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 30px;
	}
	.obrim {
		height: 180px;
		width: 70%;
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: 30px;
	}
	.page-template-page-full-profile .obrim{
		height: 320px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 0;
	}
	.ifrim{
		margin-top: 30px;
	}
	.expertise{
		font-size: 2.2em;
	}
	table td{
		padding-right: 0!important;
		width: 10%;
	}
	.page-template-page-full-profile table td{
		width: 0!important;
	}
	.expul li{
		font-size: 1.2em;
	}
	.morb2{
		margin-top: 20px;
		margin-bottom: 27px!important;
	}
	.morb{
		margin-bottom: 20px!important;
		margin-top: 12px!important;
	}
	#con{
		padding-top: 25px;
	}
	.minpad img{
		width: 45px!important;
	}
	.page-template-page-full-profile #education table td.morf{
		width: 30%!important;
	}
}
@media screen and (min-width: 480px){
	.topics li:hover{
		background-color: #82498A;
	}

}

@media screen and (min-width: 1600px){
	.tpoic{
		background-size: 2050px;
	}
	#profesionals.topicbg{
		background-size: 1800px;
	}
	.inbef{
		width: 600px;
		height: 600px;
	}

}

@media screen and (min-width: 1800px){
	.page-template-page-about-us .mapa {
		background-size: cover;

	}
	.rigtmenu{
		min-width: 475px;
	}
}
@media screen and (max-width: 1199px){
	.figuretext{
		display: block;
		float: initial;
	}
	.services{
		top: 56px;
	}
	.lefkto{
		right: 15px;
	}
	.hidfinal .col-md-9 {
    	height: 180px;
	}
}
@media screen and (max-width: 480px){
	.morb2{
		margin-top: 50px;
		margin-bottom: 15px!important;
	}
	.contact-us{
	    font-size: 0!important;
	}
	.figuretext{
		display: inline;
		float: left;
	}
	#con.minpad img {
		width: 35px!important;
	}
	table td.morf{
		width: 40%!important;
	}
	.page-template-page-full-profile #education table td.morf{
		width: 40%!important;
	}
	.page-template-page-full-profile video{
		height: 220px;
		margin-top: 50px;
	}
	.page-template-page-full-profile .iframeimage{
		height: 220px;
	}
	.page-template-page-full-profile .obrim{
		height: 180px;
		width: 50%;
		margin-top: 30px;
	}
	.page-template-page-full-profile #full-profile{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.fullwidth{
		max-width: 100%!important;
	}
	.services .onmob{
		display: block;
	}
	.padtopik{
		padding-top: 50px;
	}
	.purplebut.purpmore.dblock{
		margin-bottom: 60px;
		margin-top: 30px;
	}
	#look-for .magonhov{
		margin-top: 15px;
	}
	.services{
		margin-top: 87px;
	}
	#contact img{
		margin-top: 120px;
	}
	#contact input[type='submit']{
		position: relative;
		top: 100px;
	}
	.wpcf7-acceptance{
		position: relative;
		top: -20px;
	}
	.padlc{
		padding-left: 15px;
	}
	#contact input[type='submit']{
		width: 100%;
	}
	.services .big{
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 10px!important;
		padding-bottom: 10px!important;
		vertical-align: top;
	}
	.services .topichead {
		color: white!important;
		margin-bottom: 0!important;
		font-size: 1.3em;
	}
	.services .bigtopact{
		margin-top: initial;
	}
	.services .showovfix .topichead{
		font-size: 20px!important;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.services .ovfix .bigtopact{
		top: 0!important;
	}
	div.insko::after{
		width: 70%;
	}
	.promtext{
		position: relative;
		bottom: initial;
	}
	.images{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.images img{
		width: 100%;
	}
	.ovfix{
		margin-top: 10px;
	}
	.squared{
		margin-right: 0;
		padding-right: 20px;
	}
	.odtpc{
		padding-top: 1px!important;
	}
	.obb{
		margin-bottom: 50px;
	}
	.page-template-page-full-profile .container .row .col-md-6:nth-child(1){
		padding-left: 15px;
	}
	.page-template-page-full-profile .container .row .col-md-6:nth-child(2){
		padding-right: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(1){
		padding-left: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(2){
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(3){
		padding-right: 15px;
		padding-left: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(4){
		padding-left: 15px;
		margin-top: 30px;
		padding-right: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(5){
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 15px;
	}
	.page-template-page-full-profile #references .container .row .col-md-6:nth-child(4){
		margin-top: 15px;
	}
	#con{
		background: initial;
		padding-top: 0;
	}
	#con .col-md-5:nth-child(1){
		background-color: #B190B6;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#con{
		padding-bottom: 0;
	}

	#con.minpad table img{
		width: 15px!important;
	}

	#con.minpad img.lked{
		position: absolute;
		left: 0;
		bottom: 0;
		left: 0;
		width: 200px!important;
		left: -35px;
		bottom: -35px;
	}
	#con .col-md-5{

		padding-top: 40px;
		background-color: #F5F5F5;
		padding-bottom: 40px;
	}
	#expertise{
		background: initial;
		padding-left: 15px;
	}
	#expertise .expertise{
		margin-top: 30px;
	}
	#expertise .col-md-6:nth-child(1){
		background-color: rgba(153,109,160,1);
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#references {
		padding-top: 40px;
		background-color: #ECECEC!important;
		padding-bottom: 40px;
		background-color: #ECECEC!important;
		padding-bottom: 40px;
		padding-top: 480px;
		margin-top: -420px;
		z-index: -1;
	}
	.magazinimg {
	    max-width: 350px;
	   
	    position: relative;
	    top: -70px;
	}
	.inpko .wpcf7-form-control-wrap input[type='email']{
		width: 100%;
	}
	#proven .fullw{
		max-width: 100%;
	}
	#proven .cite{
		max-width: 320px;
	}
	.page-template-page-homepage .intheworld .odtpm{
		margin-top: 150px;
	}
	.intheworld:before{
		width: 240px;
		height: 300px;
	}
	.owl-second{
		background-color: white;
	}
	.owl-second img{
		margin-right: 60px;
	}
	.owl-second .textcar{
		margin-right: 60px;
	}
	.headcar{
		margin-right: 0;
	}
	.owl-second .butoncontact{
		margin-right: 20px;
	}
	.owl-second .owl-prev{
		right: -50px;
	}
	.owl-second .butoncontact{
		margin-right: 20px!important;
	}
	.owl-second img{
		margin-right: 0;
	}
	.owl-second{
		margin-top: 30px;
		position: relative;
		top: 15px;
	}
	.owl-second .owl-item.active img{

	}
	.owl-second .owl-nav button.owl-next{
		right: initial;
		left: 10px!important;
	}
	.owl-second{
		padding-top: 40px;
	}
	.owl-second .butoncontact {
		position: relative;
		bottom: 0;
		width: 250px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.carimg{
		width: 200px!important;
	}
	.owl-second .headcar{
		font-size: 32px;
		margin-bottom: 0;
	}
	.owl-second br{
		display: none;
	}
	.owl-second .textcar{
		display: block;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
	}
	.owl-second .owl-prev{
		right: 10px;
	}
	.page-template-page-about-us .green-text{
		min-height: initial;
	}
	.page-template-page-about-us .part{
		margin-top: 20px;
	}

	.page-template-page-homepage .mapa {
		background-image: url(./svet.png)!important;
		background-position: right 0px top 1750px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.rigtmenu{
		border-top: 0;
		height: calc(100vh - calc(100vh - 100%))
	}
	.rigtmenu ul li a{
		font-size: 1.5em;
	}
	.whole-team{
		margin-bottom: 50px;
	}
	.mapa::before{
		top: 0;
	}
	.purplehead{
		margin-bottom: 10px;
		font-size: 1.1em!important;
		margin-top: 10px;
	}
	.purplehead img{
		width: 15px;
	}
	.page-template-page-homepage .purpimc{
		bottom: 448px;
		width: 250px;
		height: 250px;
	}
	.othercolor .arkod{
		width: 30px;
		position: absolute;
		left: 15px;
		top: 12px;
		display: block!important;
	}
	.services .bigtopact{
		top: 10px!important;
	}
	.othercolor .arkod{
		transform: rotate(-180deg);
	}
	.bigserv{
		height: 14%;
	}
	.morebigserv {
		height: calc(45% + 2px);
	}
	.page-template-page-services-2 .bannerimg {
		padding-top: 5vh;
		height: calc(100vh - 76px);
	}
	.page-template-page-services-3 .bannerimg {
		padding-top: 5vh;
		height: calc(100vh - 76px);
	}
	#contact input[type='submit']{
		top: 70px;
	}
	#contact .label_first{
		top: -45px;
	}
	.insko .vidserv{
		width: 100%;
	}
	.purplebgg.onmob{
		position: relative;
		bottom: 0;
	}
	.center.botko{
		position: relative;
		top: initial;
		bottom: initial;
	}
	.insko .servid{
		width: 100%;
		height: 220px;
		margin-top: 30px;
	}
	.morebigserv ul{
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 48px;
	}
	.services .bigserv{
		padding-top: 20px;
	}
	.morebigserv ul li{
		padding-right: 15px;
	}
	.morebigserv ul li{
		padding-bottom: 3.5%;
		padding-top: 3.5%;
		border-bottom: 1px solid white;
	}
	.mobful .bannerimg{
		height: calc(100vh - 47px);
		padding-top: 30px;
	}
	.page-template-page-ebook .mobful .bannerimg{
		height: 100%;
	}
	.owl-car{
		position: relative;
		padding-right: 15px;

	}
	
	.event-carousel{
		margin-top: -250px;
	}
	.searcharticles{
		width: 65%;
	}
	.padings{
		padding: 25px;
	}
	.page-template-page-contact .purple .whitehead{
		padding-top: 0px;
	}
	.padkaa .headko{
		font-size: 1.2em;
		margin-top: 20px;
	}
	.padkaa .position-event{
		margin-bottom: 20px;
	}
	.moful{
		display: block;
		width: 100%;
		text-align: center;
	}
	.pasev{
		margin-top: 10px!important;
	}
	.opacover .datum{
		margin-top: 20px;
	}
	.padkaa .partextik{
		font-size: 1em;
	}
	.event-bigim{
		height: 250px;
	}
	.evh{
		margin-top: 90px;
		font-size: 2em;
	}
	.toplis a{
		position: relative;
		bottom: 0;
		margin-top: 30px;
	}
	.headmag{
		margin-top: 30px;
	}
	.conimgg .label_first{
		margin-bottom: 100px;
		top: -30px!important;
	}
	.page-template-page-contact .bannerhead{
		margin-top: 80px;
	}
	.single .alignleft{
		float: initial;
		display: block;
		width: 100%;
	}
	.single img.alignleft{
		float: left;
		display: initial;
		width: initial;
	}
	.single .bannertext{
		margin-bottom: 15px;
	}
	.single .arrowlong{
		bottom: 30px!important;
	}
	.single .bannertext{
		font-size: 1.3em;
	}
	.single .bannerimg{
		padding-top: 15vh;
	}
	.arrowlong{
		bottom: 60px;
	    position: absolute;
	    right: 15px;
	}
	.single .arrowlong{
		bottom: 140px;
	}
	.promohead-1{
		font-size: 26px;
	}
	.big-topics-template-default .nbbbot{
		margin-top: 25px!important;
		margin-bottom: -20px!important;
	}
	.big-topics-template-default .methods{
		margin-bottom: 15px;
	}
	.page-template-page-services-other .bannerimg,.page-template-page-about-us .bannerimg,.single .bannerimg{
		    height: calc(100vh - 46px);
	}
	.page-template-page-services-other .bannerimg{
		background-position: 20%;
	}
	.page-template-page-events .bannerhead{
		margin-top: 120px;
	}
	.page-template-page-events .carousel-img{
		height: 150px;
	}
	.page-template-page-events .evh{
		margin-top: 130px;
	}
	#banner{
		position: relative;
	}
	#magazine-detail{
		padding-top: 50px;
	}
	.single #contact .label_first{
		top: -35px;
	}
	#contact .label_first{
		margin-bottom: 40px;
	}
	#banner .absim{
		left: -40px;
		right: initial;
		top: 25px;
	}
	.single #banner{
		overflow: hidden;
	}
	#banner .absim .newslabel{
		padding-right: 0;
		padding-left: 25px;
	}
	#banner .absim .newslabel span{
		    transform: rotate(-25deg);

	}
	.arrowlong{
		display: block;
	}
	.nbbbot{
		margin-bottom: 0!important;
	}
	.services .morebigserv{
    	height: 58%;
    }
    .mobsholi li.minopko{
    	width: initial!important;
    	padding-right: 0!important;
    	padding-left: 15px!important;
    	margin-right: 0;
    }
    .mobsholi li.minopko::before{
    	display: none!important;
    }
    .owl-sixth .owl-next{
    	left: 15px!important;
    }
    .box-1 ul{
    	min-height: 0;
    }
    .page-template-page-domov .purple{
    	padding-top: 30px;
    }
    .lefkto{
    	right: initial!important;
    }
    .page-template-page-homepage .purple{
    	padding-top: 10px;
    }
    .firstarrow, .secondarrow{
    	width: 25px;
    	position: relative;
    	top: 3px;
    }
  .searcharticles{
	

	
    font-size: 22px;
    
    margin-top: -8px;
    position: relative;
    top: 4px;
}
#mobprof{
	overflow: hidden;
}
#mobprof:before{
	left: -30px;
}
.page-template-page-services-1 #banner .bannertext, .page-template-page-services-2 #banner .bannertext, .page-template-page-services-3 #banner .bannertext, .page-template-page-services-other #banner .bannertext{
	font-size: 16px;
}
.page-template-page-services-1 .bannertext br, .page-template-page-services-2 .bannertext br, .page-template-page-services-3 .bannertext br, .page-template-page-services-other .bannertext br{
	display: none;
}
.mobhidserv{
	display: none;
}
.page-template-page-program .bannerhead{
	margin-top: 30%;
}
.restart {
    margin-top: 30px;
    margin-bottom: 60px;
}
.odsunleft{
	padding-right: 0;
}
.imbob img {
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 50%;
}
.page-template-page-program #proven{
	background: none!important;
}
.page-template-page-program .butoncontact {
    display: block;
    width: 100%!important;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px!important;
}
.page-template-page-program .odtopy .row.thenopads{
	margin-right: 15px;
}
.page-template-page-program .odtopy.provenopak .row.thenopads{
	margin-right: -15px;
}
.odsunright{
	padding-left: 0;
}
.purplebox {
    position: relative!important;
    width: 100%!important;
    margin-top: 0!important;
    margin-bottom: 30px!important;
}
.proglogos {
    margin-bottom: 30px;
}
.progimko {
    height: 250px;
    margin-bottom: 30px;
}
.padss .col-md-6 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.page-template-page-program .odt-1 .row{
	padding-top: 60px!important;
}
.log {
    width: 49%;
    text-align: center;
}
.logos {
    margin-bottom: 60px;
}
.page-template-page-program .purplebox h2{
	max-width: 100%!important;
	padding-right: 20px;
	font-size: 28px;
}
.page-template-page-program .white.relko  .whitehead br{
	display: block;
}
.page-template-page-program #proven .thenopads{
	width: 100%;
}
.page-template-page-program #proven .purplebut{
	margin-top: 60px;
	display: block;
}
.page-template-page-program .whitebox-car{
	margin-bottom: 45px!important;
}
.page-template-page-program #proven{
	background: none!important;
}
.page-template-page-program .padss .col-md-6{
	padding-right: 15px; 
}
.page-template-page-topic .bannerhead{
	margin-top: 25%;
}
.page-template-page-topic .vidserv,.page-template-page-topic .servid{
	margin-left: 0;
	width: 100%!important;
}
.imcenter img{
	max-width: 70%;
}
.imcenter{
	text-align: center;
}
.page-template-page-ebook .bannerhead{
	margin-top: 25%;
}
.page-template-page-ebook .textar{
	font-size: 20px;
}
.page-template-page-ebook .provkos .learnhead{
	padding-top: 30px;
}
.page-template-page-ebook .mtopxc{
	margin-top: 0px;
}
.page-template-page-contact .meet-us img,.page-template-page-events .meet-us img{
	 object-position: initial;
     object-fit: initial;
     margin-top: 30px;
}
.page-template-page-contact .inpko .wpcf7-not-valid-tip,.page-template-page-events .inpko .wpcf7-not-valid-tip{
	bottom: -135px;
}
.box-text{
	height: 92px;
}
.people-profiles-template-default .grbox{
	margin-top: 75px;
}
.devkos:hover{
	text-decoration: none!important;
}
.leftimk{
	text-align: left;
}
.leftimk .obrim{
	width: 100%;
	    background-position: 10%;
	    height: 250px;
}
#full-profile{
	padding-bottom: 0;
}
.leftimk{
	padding-top: 150px;
}
.page-template-page-homepage .owl-first .owl-item:nth-child(2) .bannerimg {
    background-position: 25% 0;
}
.page-template-page-homepage .owl-second{
	padding-bottom: 20px;
}
.single .box-1, .single .box-2, .single .box-3{
	height: initial;
	min-height: 160px;
}
.alinko br{
	display: none;
}
.bannertext{
	font-size: 1em;
}
.justmm span{
	font-weight: 700;
}
.owl-first .owl-next{
	right: initial;
	left: 30px;
}
.page-template-page-about-us .mapa{
	background-size: contain!important;
}
#magazine-detail ul{
	margin-right: 0;
	padding-right: 20px;
}
.page-template-page-program .thenopads .white{
	padding-right: 30px;
}
.page-template-page-program .headkott{
	font-size: 2em;
}
	.persons .col-8{
		min-height: 130px;
	}
}
@media screen and (min-width: 2400px){
.tpoic {
    background-size: 3600px;
    background-position: right 0px top -215px;
}
#topics .topichead{
	margin-left: 45px;
}
.inbef {
    width: 1000px;
    height: 1000px;
}
}
@media screen and (min-width: 1800px){
	.owl-first .owl-next{
		    left: 90px;
	}
}

@media screen and (min-width: 1900px){
	.owl-second.owl-carousel .owl-nav button.owl-next{
		left: 80px!important;
	}
}





.people-profiles-template-default video{
	height: 305px;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-height: 750px){
	.people-profiles-template-default .obrim{
		width: 100%!important;
	}
	#full-profile{
		padding-bottom: 0;
	}
}

@media screen and (min-width: 3000px){
.tpoic {
    background-size: 5000px;
    background-position: right 0px top -400px;
}
.inbef {
    width: 1407px;
    height: 1400px;
}
}

@media screen and (min-width: 4000px){
	.inbef {
	    width: 2000px;
	    height: 2000px;
	}
}
@media screen and (min-width: 4000px){
.tpoic {
    background-size: 7000px;
    background-position: right 0px top -650px;
}
}

.page-template-page-homepage header{
	z-index: 999999999;
}
#wpadminbar{
	z-index: 9999999999999999999999999999999999999999999999!important;
}
.lintex,.lintex a{
	color: #404040!important;
}
@media screen and (max-width: 480px){
.page-template-page-contact .wpcf7-acceptance {
    position: relative;
    top: -50px;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 480px){
.page-template-page-homepage .intheworld .odtpm,.page-template-page-about-us .odtpm{
    margin-top: 0px!important;
}
#proven.onmob {
    margin-top: 115px;
}
.showonmooo{
	max-height: 388px;
}
.cite{
	min-height: initial;
}
.name.nobot{
	margin-bottom: 0;
	padding-bottom: 5px;
}
}

.bannerbtn:hover .sipka{
	display: inline-block!important;
	content: initial;
}
.page-template-page-about-us .owl-sixth.ondeskt{
	display: none;
}
.page-template-page-about-us .owl-sixth.ondeskt:nth-child(1){
	display: block;
}

.topic_4 .topicsmallhead{
	margin-right: 0;
}

.topicsmallhead{
	font-size: 24px;
	height: 100%;
	margin: 0 auto!important;
	text-align: center;
}
.topic_4{
	color: white;
	font-family: Raleway;
	
	font-weight: 500;
	background-color: #C6C6C6;
	padding-top: 0;
	transform: rotate(-180deg);
}

@media screen and (max-width: 1300px){
    
    .topic_4{
        padding-top: 0;
    }
  }
  @media screen and (max-width: 992px){
  	.topicsmallhead{
  		text-align: left;
  	}
  }
  .topic_5 .topicsmallheadsecond{
  	margin: 0 auto!important;
  }



  .big-topics-template-default .box-1 ul{
  	height: initial;
  	min-height: initial;
  	padding-right: 0;
  }
  .big-topics-template-default .box-1 li{
  	font-size: 20px;
  	list-style-type: none;
  }

.topic_5{
	padding-top: 0!important;
	text-align: center;
}
.topicsmallheadsecond{
	height: 100%;
}
@media screen and (min-width: 3000px){
	.tpoic{
		background-image: url("./devlines.png")!important;
	}
	.tpoic {
    	    background-size: 1600px!important;
    		background-position: right 0px top -200px;
	}
}





@media screen and (min-width: 1800px){
	.page-template-page-program .vlnka, .page-template-page-program .vlnka{
		    background-size: 565px;
	}
}
@media screen and (min-width: 2100px){
	.page-template-page-program .vlnka{
		right: 0;
		height: 1000px;
		background-size: 1000px;
		    background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3100px){
	.page-template-page-program .vlnka{
		right: 0;
		height: 1200px;
		background-size: 1200px;
		    background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3500px){
	.page-template-page-program .vlnka{
		right: 0;
		height: 1600px;
		background-size: 1600px;
		    background-image: url("./devlines.png")!important;
	}
}




@media screen and (min-width: 1800px){
	.page-template-page-program .vlnka{
		    background-size: 565px;
	}
}
@media screen and (min-width: 2100px){
	.page-template-page-program .vlnka{
		right: 0;
		height: 1000px;
		background-size: 1000px;
		    background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3100px){
	.page-template-page-program .vlnka{
		right: 0;
		height: 1200px;
		background-size: 1200px;
		    background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3500px){
	.page-template-page-program .vlnka{
		right: 0;
		height: 1600px;
		background-size: 1600px;
		    background-image: url("./devlines.png")!important;
	}
}


#contact-form{
	z-index: 999999;
}

@media screen and (max-height: 800px){
	#contact-form .purplehead{
		display: none;
	}
	#contact-form .infocon{
		display: none;
	}
	#contact-form .formcont{
		margin-top: 40px;
	}
}
@media screen and (max-height: 620px){
	
	#contact-form .formcont{
		margin-top: 0px;
	}
}
@media screen and (max-width: 480px){
	
	#contact-form .purplehead{
		display: block;
	}
	#contact-form .infocon{
		display: block;
	}
	#contact-form .formcont{
		margin-top: 0;
	}
}

@media screen and (max-height: 800px){
	#contact-form .purplehead{
		display: none;
	}
	#contact-form .infocon{
		display: none;
	}
	#contact-form .formcont{
		margin-top: 40px;
	}
}
@media screen and (max-height: 620px){
	
	#contact-form .formcont{
		margin-top: 0px;
	}
}
@media screen and (max-width: 480px){
	
	#contact-form .purplehead{
		display: block;
	}
	#contact-form .infocon{
		display: block;
	}
	#contact-form .formcont{
		margin-top: 0;
	}
}


@media screen and (max-width: 480px){
	.hideena a.slu-managers{
		display: block;
	}

	.page-template-page-about-us #develorians .reallynotondeskt .owl-sixth{
		display: none;
	}
	.page-template-page-about-us .ulkologos .trigcli:nth-child(1){
		display: none;
	}
	.trigcli{
		display: block;
	}
	.page-template-page-about-us #develorians .reallynotondeskt .owl-sixth:nth-child(1){
		display: block;
	}
	#contact input[type='submit']{
	z-index: 99!important;
}
.page-template-page-contact .ajax-loader{
	display: block!important;
}
.page-template-page-contact .wpcf7-response-output{
	margin-top: 0!important;
	margin-right: 0!important;
	padding-right: 0!important;
	border: 0!important;
	display: block!important;
}
}


.bannertext{
	max-width: 600px;
	text-align: left;
}
.owl-second .textcar{
	max-width: 340px;
	display: block;
}
.fullwidth1{
	max-width: 500px;
}
.fullwidth1 br{
	display: none;
}

.clasref {
    max-width: 400px!important;
}

#why-develor .textcar, #what .textcar, #how .textcar {
    max-width: 400px;
}
.fullw {
  
    max-width: 500px;
}
.mkow {
    max-width: 500px;
}

.whitetext{
	max-width: 300px;
}
.whitetext br{
	display: none;
}
.textcar br{
	display: none;
}
.topictext br{
	display: none;
}
.topictext{
	max-width: 300px;
}

.purple .textcar{
	max-width: 300px;
}

.grecaptcha-badge{
	visibility: hidden;
}


.big-topics-template-default .box-1 ul{
	bottom: 30px!important;
	position: absolute!important;
}

.podcasts{
	margin-top: 60px;
}
.podcasts a{
	margin-left: 10px;
}
.podcasts img{
	width: 55px;
	height: 55px;
}

#proven .notthebot{
	padding-bottom: 0px!important;
}
.notfw{
	font-weight: initial;
}
.notfw p{
	line-height: 1.1em;
}
.debrifplat{
	margin-bottom: 0;
	font-weight: 700;
}
.imdeb img{
	margin-left: 10px;
}

.loadmoreep{
	text-align: center;
	margin-top: 15px;
}
.loadmoreep .butoncontact{
	position: relative;
	bottom: 0;
	cursor: pointer;
}
.page-template-page-debrif .purplebox{
	margin-bottom: 0!important;
}
.seconddebs{
	display: none;
}
.debrifimg{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 300px;
}
.page-template-page-debrif iframe{
		height: 300px;
	}

@media screen and (max-width: 1440px){
	.page-template-page-debrif .bannerimg{
		padding-top: 13vh;
	}
}

@media screen and (max-width: 480px){
	.notfw{
		font-size: 2em;
	}
	.notthebot{
		margin-top: 30px;
	}
	.category-upcomming-events #contact input[type='submit']{
		top: 95px;
	}
	.category-upcomming-events #contact .acceptance-261{
		top: -20px;
	}
	.debrifimg{
		background-size: cover;
		background-position: center center;
		width: 100%;
		height: 250px;
	}
	.page-template-page-debrif iframe{
		height: 220px;
	}
	.page-template-page-debrif .vlnka-2{
		height: 450px;
	}
	.page-template-page-debrif .vlnka-1{
		height: 550px;
	}
	.page-template-page-debrif .bannerhead{
		margin-top: 60px;
	}
	.page-template-page-debrif .sect-img{
		height: auto;
	}
	.page-template-page-debrif .sect-img iframe{
		margin-top: 50px;
	}
}





@media screen and (min-width: 1800px){
	.page-template-page-debrif .vlnka, .page-template-page-debrif .vlnka{
		    background-size: 565px;
	}
}
@media screen and (min-width: 2100px){
	.page-template-page-debrif .vlnka{
		right: 0;
		height: 1000px;
		background-size: 1000px;
		    background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3100px){
	.page-template-page-debrif .vlnka{
		right: 0;
		height: 1200px;
		background-size: 1200px;
		    background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3500px){
	.page-template-page-debrif .vlnka{
		right: 0;
		height: 1600px;
		background-size: 1600px;
		    background-image: url("./devlines.png")!important;
	}
}




@media screen and (min-width: 1800px){
	.page-template-page-debrif .vlnka{
		    background-size: 565px;
	}
}
@media screen and (min-width: 2100px){
	.page-template-page-debrif .vlnka{
		right: 0;
		height: 1000px;
		background-size: 1000px;
		    background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3100px){
	.page-template-page-debrif .vlnka{
		right: 0;
		height: 1200px;
		background-size: 1200px;
		    background-image: url("./devlines.png")!important;
	}
}
@media screen and (min-width: 3500px){
	.page-template-page-debrif .vlnka{
		right: 0;
		height: 1600px;
		background-size: 1600px;
		    background-image: url("./devlines.png")!important;
	}
}


.top li{
	min-width: 230px;
	margin-left: 15px;
}

.whiteul{
	margin-right: 0;
	margin-top: 40px;
	font-family: Raleway;
	padding-right: 0;
}
.relkoo{
	position: relative;
}
.posinit{
	position: initial;
}

.whiteul li{
	margin-right: 0;
	padding-right: 0;
	font-weight: 500;
	padding-left: 15px;
	padding-bottom: 10px;
	cursor: pointer;
	list-style-type: initial;
	font-size: 14px;
	display: inline-block;
	color: white;
	opacity: .7;
}
.whiteul li.active{
	opacity: 1;
}
.relkoo{
	z-index: 1!important;
}

@media screen and (max-width: 1600px){
	.page-template-page-services-all .bannerhead{
		margin-top: 20px;
	}
	.whiteul{
		margin-top: 0;
	}

}

@media screen and (max-width: 900px){
	.page-template-page-services-all .bannerhead{
		font-size: 3em;
	}
}

@media screen and (max-width: 480px){
	.page-template-page-services-all .bannerhead{
		margin-top: 30px;
		font-size: 1.5em;
	}
	.page-template-page-services-all .bannertext{
		font-size: 0.8em;
	}
	.whiteul li{
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.whiteul{
	margin-top: 15px;
}
}


.search-cat{
	margin-top: 15px;
	padding-top: 10px;
	color: rgb(198, 198, 198);
	padding-bottom: 10px;
	font-size: 14px;
	font-family: Raleway;
	border-top: 1px solid rgb(198, 198, 198);
	border-bottom: 1px solid rgb(198, 198, 198);
}
.search-cat a{
	color: #82498A!important;
	padding-right: 15px;
}

@media screen and (max-width: 480px){
	.widko2{
		margin-top: 3px;
	}
}
.magonhov{
	
	background-color: #F5F5F5;
}
body .col-md-8 .magonhov .magimg,.magonhov:hover .magimg{
	background-color: #F5F5F5;
	width: 250px!important;
}
.purpleizer{
	color: #996DA0!important;
	font-size: 2em!important;
}
.italko{
	font-style: italic;
	margin-top: 5px;
}
.colstrong{
	margin-bottom: 0;
}
#subs{
	padding-bottom: 100px;
}
.whiteheadsub{
	color: white;
	font-size: 35px;
	font-weight: 800;
}
.purpshadow{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	padding-left: 50px;
	background: linear-gradient(-270deg, rgba(153,109,160,1) 0%, rgba(91,66,95,1) 100%);
}
.pwhitsub{
	font-size: 15px;
	color: white;
	max-width: 500px;
	margin-top: 15px;
}
#subs .rel{
	position: relative;
}
#subs.rel{
	position: relative;
}
.floatimsubs{
	position: absolute;
	left: 0;
}
.box-campaign{
	display: none;
}
.box-campaign.activecamp{
	display: block;
}

.halfizecc{
	margin-top: -40px;
	margin-bottom: 120px;
	background: rgb(177,144,182);
background: linear-gradient(-270deg, rgba(177,144,182,1) 36%, rgba(236,236,236,1) 36%);
}
.right-subs-box{
	padding: 50px;
	padding-left: 0;
}
.right-text{
	color: #1C1C1C;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
}
.custom-file-but label{
	    background-color: white;
    padding-right: 40px;
    padding-left: 20px;
    padding-top: 10px;
    font-family: Raleway;
	color: #1C1C1C;
	box-shadow: -1px 0px 18px 1px rgba(0,0,0,0.3);
    padding-bottom: 10px;
}
.custom-file-but{
	position: relative;
}
.custom-file-but::before{
	content: "";
	position: absolute;
	right: 15px;
	width: 15px;
	height: 15px;
	top: 15px;
	background-image: url('https://www.develor.com/wp-content/uploads/2021/04/iconmonstr-upload-19.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.custom-file-but input{
	display: none;
}
.right-button img{
	margin-left: 15px;
}
.right-button:hover{
	text-decoration: initial;
	color: #1C1C1C;

}
.right-button{
	font-family: Raleway;
	color: #1C1C1C;
	box-shadow: -1px 0px 18px 1px rgba(0,0,0,0.3);
}
.abssubs{
	position: absolute;
}
.totop{
	position: relative;
	top: -30px;
}
.subscont{
	position: relative;
	margin-bottom: 50px;
	margin-top: 50px;
	display: block;
}
.purpshadow .inpko .wpcf7-form-control-wrap input[type='email']{
	width: 40%;
}
.pwhitsub{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 0;
}
.purpimc{
	position: absolute;
	
}
.floatimsubs{
	position: absolute;
	bottom: 150px;
}
.carsection{
	padding-top: 80px;
	padding-bottom: 70px;

}
.morebolder{
	font-weight: 800;
	margin-bottom: 30px;
}
.ncarbot{
	margin-bottom: 0;
}
.camp{
	margin-top: 50px;
	margin-bottom: 70px;
}
.italko{
	max-width: 80%;
}
.colstrong{
	margin-bottom: 15px;
}
.thelogos{
	margin-top: 50px;
}
.showbr br{
	display: block;
}
.morobsect{
	margin-top: 50px;
}
.thebr li a{
	color: #eaeaea!important;
	font-family: Raleway;
	padding-left: 20px;
}
.thebr li.isactive a{
	color: white!important;
}
.thebr li.isactive{
	opacity: 1;
}
.goto0,.goto1,.goto2,.goto3{
	cursor: pointer;
}
.boxy-pad ul{
	padding-right: 0;
	margin-right: 0;
}
.boxy-pad li{
	list-style-type: none;
	padding-right: 0;
	display: inline-block;
	width: 20%;
	vertical-align: top;
	color: #996DA0;
	font-weight: 700;
	font-size: 18px;
	padding: 15px;
}
.boxy-pad br{
	display: none;
}
.boxy-pad li{
	padding-left: 40px;
	height: 120px;
	position: relative;
	top: -60px;
	padding-right: 40px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	padding-left: 50px!important;
	color: #1C1C1C;
	background-color: #EAEAEA;
}
.boxy-pad li:nth-child(2){
	background-color: #DDDDDD;
}
.boxy-pad li:nth-child(3){
	background-color: #D5D5D5;
}
.boxy-pad li:nth-child(4){
	background-color: #CCCCCC;
}
.boxy-pad li:nth-child(5){
	background-color: #C6C6C6;
}
.activechallange{
	height: 140px!important;
	top: -80px!important;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	color: #996DA0!important;
}
.boxy-pad ul{
	padding-right: 5%;
	padding-left: 5%;
}
.mivhizer{
	padding-top: 13vh;
}
.boxy-pad ul{
	min-height: 140px;
}
.inpkodruhe span.wpcf7-acceptance span{
	display: inline-block;
	font-size: 15px;
}
.inpkodruhe .wpcf7-acceptance label{
	width: 100%!important;
	font-weight: 400;
	margin-top: 30px;
	display: inline-block!important;
	color: white!important;
}
.inpkotretie input[type='checkbox']{
	margin-left: 5px;
	font-family: Raleway;

}
.purplesect{
	background-color: #B190B6;
}
.inpkodruhe span.wpcf7-acceptance span{
	font-family: Raleway;
}
.wpcf7-checkbox span.wpcf7-list-item {
	margin-right: 0!important;
	margin-left: 0px;
	width: 310px;
	vertical-align: top;
	font-size: 15px;
}
.posunhore{
	margin-top: 40px;
}
.inpkotretie{
	margin-bottom: 50px;
}
.ciary{
	position: absolute;
	left: 0;
	bottom: -50px;
}
.thebr{
	padding-right: 15px;
}
.relcv{
	position: relative;
}
.camp .lefti{
	position: relative;
	right: -100px;
}
.right-subs-box iframe{
	width: 100%;
	height: 170px;
}
.headervideo{
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;

	 position: absolute;
  top: 50%; 
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}
.ovhidds{
	overflow: hidden;
}
.right-subs-box video{
		width: 100%;
		height: 170px;
		display: block;
	}
	.inpkodruhe span.wpcf7-acceptance span span{
		padding-right: 10px;
	}
	.inpkodruhe .wpcf7 form .wpcf7-response-output{
		display: none;
	}
	.inpkodruhe .wpcf7 form .wpcf7-response-output[aria-hidden='true']{
		margin-top: 0;
	}
	.thefirst{
		position: relative;
	}
	.boxy-pad li{
		cursor: pointer;
	}
	.inpkotretie .select-icon::after{
		content:"";
		background-image: url('./down.png');
		width: 15px;
		background-repeat: no-repeat;
		height: 15px;
		display: block;
		    background-size: contain;
    position: absolute;
    left: 0;
    /* top: -34px; */
    left: 20px;
    bottom: 17px;
	}
	.select-icon{
		position: relative;
	}
@media screen and (max-width: 1300px){
	.boxy-pad li{
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 1200px){
	.floatimsubs{
		width: 38%;
		bottom: 150px;
	}
}
@media screen and (max-width: 1100px){
	.boxy-pad li{
		font-size: 15px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 992px){
	.floatimsubs{
		display: none;
	}
	.right-subs-box iframe{
		width: 100%;
		height: 250px;
	}
	.halfizecc{
		margin-top: 15px;
	}
	.right-subs-box iframe{
		width: 100%;
		height: 250px;
	}
	.ciary{
		display: none;
	}
	.halfizecc{
		background:transparent;
	}
	.totop {
    	position: relative;
    	top: 0;
    	
	}
	.right-subs-box{
		padding-right: 0;
		text-align: center;
	}
	.abssubs{
		position: relative;
	}
	.purpshadow .inpko .wpcf7-form-control-wrap input[type='email']{
		width: 100%;
	}
	.carsection{
		padding-top: 80px!important;
	}
	.page-template-page-campaign .bannerimg{
		height: 100vh;
	}
	#subs .purpimc{
		bottom: -50px;
		width: 450px;
		height: 450px;
	}
	.camp .item img{
		height: 250px;
		width: 100%;
		object-fit: cover;
		object-position: center center;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	.boxy-pad ul li{
		display: block;
		top: 0!important;
		height: initial!important;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.boxy-pad ul{
		margin-top: 50px;
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (max-width: 567px){
	#subs .purpimc{
		display: none;
	}
	.inpkodruhe span.wpcf7-acceptance span span{
		padding-right: 15px;
		width: 90%;
		top: 20px;
		position: relative;
	}
	#subs{
		padding-bottom: 0;
	}
	#logos{
		margin-top: 0;
	}
	.camp .item img{
		margin-bottom: 30px!important;
	}
	.camp .owl-next{
		right: initial;
		left: 0;
	}
	.inpkodruhe input[type='checkbox']{
		width: initial!important;
	}
}
@media screen and (max-width: 480px){
	.page-template-page-campaign .bannerimg{
		overflow: hidden;
	}
	.page-template-page-campaign .moscroll{
		width: 100%;
	}
	.page-template-page-campaign .thebr{
		overflow: scroll;
	}
}
@media screen and (min-width: 1919px){
	.floatimsubs{
		bottom: 150px;
		left: 10%;
	}
	.inpkodruhe .wpcf7-acceptance{
		display: block;
		width: 100%;

	}
	.boxy-pad li{
		padding-right: 90px!important;
		padding-left: 90px!important;
	}
	.halfizecc{
		background: linear-gradient(-270deg, rgba(177,144,182,1) 41%, rgba(236,236,236,1) 41%);
	}
}
#subs .purpimc{
	height: 600px;
	width: 600px;
}
.custom-file-but input{
	display: none;
}

.thesecon .wpcf7-response-output{
	display: block!important;
	border: 0!important;
	color: white!important;
	padding-right: 0!important;
	
}
.grtab{
	color: #1C1C1C!important;
}
.firtd{
	width: 140px;
}
.secondtd{
	width: 100%;
	padding-right: 15px;
}
.fullproftab tr.thetrko:nth-last-child(2) td{
	border-top: 1px solid #dee2e6!important;
}
.fullproftab tr.thetrko:nth-child(1) td{
	border-top: 0!important;
}
.hidtrx{
	display: none;
}

.padbotvc{
	padding-bottom: 60px;
}
.thetrko td{
	padding-top: 15px;
	padding-bottom: 15px;
}

.showtrx{
	top: 0;
	position: relative;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
}
.linsr{
	position: absolute;
	left: 0;
	bottom: 0;
}
.rel{
	position: relative;
}
.purplesct{
	padding-top: 60px;
	padding-bottom: 80px;
	background: rgb(153,109,160);
	background: linear-gradient(-270deg, rgba(153,109,160,1) 0%, rgba(91,66,95,1) 100%);
}
.purplesct iframe{
	background-color: white;
	border-radius: 15px;
}
.cxzdf img{
	margin-left: 8px;
	position: relative;
	top: -1px;
}
.cxzdf:hover img{
	filter: invert(1);
}
.cxzdf{
	margin-top: 30px;
}
.ptopv{
	padding-top: 80px;
	padding-bottom: 80px;
}
.badge-base__link{
	display: none;
}
.badges{
	margin-top: 40px;
}
.badge-base, .badge-base div{
	width: 100%;
}
.badge-base{
	margin-top: 30px;
}
.thefontone p{
	margin-bottom: 15px!important;
	font-size: 18px!important;
	color: white!important;
}

.purplesectb{
	padding: 50px;
}
.inpkotri input[type='checkbox']{
	position: relative;
	top: -23px;
}
.purplesectb{
	height: 300px;
	margin-top: -150px;
}
.secondtd a{
	font-weight: 400;
}
.inpkotri .wpcf7-form-control-wrap input[type='email']{
width: 60%;
}
.inpkotri span.wpcf7-acceptance span span{
	width: 400px;
	position: relative;
}
.about-newsletter{
	margin-top: 15px;
}
.inpkotri input{
	font-size: 15px!important;
}
.inpkotri span.wpcf7-acceptance span span{

}
.inpkotri .wpcf7 form .wpcf7-response-output[aria-hidden='true']{
	display: none!important;
}

@media screen and (max-width: 992px){
	.inpkotri .wpcf7-form-control-wrap input[type='email']{
		width: 100%;
	}
	.linsr{
		width: 300px;
	}
	.purplesectb{
		height: auto;
	}
	.mcvd p{
		color: white!important;
		font-size: 18px;
	}
	.minimizethisb{
		font-size: 3em;
	}
}

@media screen and (max-width: 767px){
	.linsr{
		display: none;
	}
	.purplesectb{
		height: auto!important;
		margin-top: 50px!important;
	}
	.inpkotri .wpcf7-form-control-wrap input[type='email']{
		width: 100%;
	}
	.inpkotri .wpcf7-acceptance label{
		width: initial!important;
	}
	.inpkotri span.wpcf7-acceptance span span {
	    width: 400px;
	    position: relative;
	    top: -43px;
	    right: 16px;
	}
	.thefulw{
		width: 100%;
	}
	.inpko input[type='submit']{
		margin-bottom: 30px;
	}
	.mcvd p{
		font-size: 18px!important;
		color: white!important;
	}
	.purplesct .col-md-6:nth-last-child(1){
		margin-top: 60px;
	}
	.about-newsletter{
		margin-top: -30px;
	}
}

@media screen and (max-width: 480px){
	.inpkotri span.wpcf7-acceptance span span{
		top: -10px!important;
		right: 0;
		width: 300px!important;
		max-width: 300px!important;
	}
	.inpkotri .wpcf7-form-control-wrap input[type='email']{
		margin-bottom: 0;
	}
	.about-newsletter{
		margin-top: 0;
	}
}


.videa{
	display: none;
}
.activevideo{
	display: block;
}


.custom-file-but label:hover{
	background-color: #82498A!important;
	color: white;
	cursor: pointer;
}
.custom-file-but:hover::before{
	filter: invert(1);
}


@media screen and (min-width: 1920px){
	.purpshadow{
		padding-right: 150px;
		padding-left: 150px;
	}
}
.nomarg{
	margin-bottom: 0;
}
.podklad-0{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 36%, rgba(236,236,236,1) 36%);

}
.podklad-1{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 36%, rgba(221,221,221,1) 36%);
}
.podklad-2{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 36%, rgba(213,213,213,1) 36%);
}
.podklad-3{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 36%, rgba(204,204,204,1) 36%);
}
.podklad-4{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 36%, rgba(198,198,198,1) 36%);
}


.pozadiechanger{
	background: transparent!important;
}
.pozadiechanger.podklad-0{
	background-color: rgba(236,236,236,1)!important;
}
.pozadiechanger.podklad-1{
	background-color: rgba(221,221,221,1)!important;
}
.pozadiechanger.podklad-2{
	background-color: rgba(213,213,213,1)!important;
}
.pozadiechanger.podklad-3{
	background-color: rgba(204,204,204,1)!important;
}
.pozadiechanger.podklad-4{
	background-color: rgba(198,198,198,1)!important;
}
.wpcf7 form.sent .wpcf7-response-output{
	font-family: Raleway;
}
.pozadiechanger .wpcf7-response-output{
	color: #404040!important;
}
.pozadiechanger .wpcf7-not-valid-tip{
	display: none;
}
.pozadiechanger .wpcf7-acceptance label{
	width: 100%!important;
	margin-top: 15px;
}

@media screen and (max-width: 767px){
	.right-text{
		text-align: left;
	}
	.pozadiechanger .wpcf7 form.sent .wpcf7-response-output{
		margin-top: 0;
		margin-bottom: 60px;
		display: block;
	}
	.pozadiechanger .inpkodruhe .wpcf7-response-output{
		color: white!important;
	}
	.pozadiechanger input[type='checkbox']{
		width: initial;
		margin-bottom: 0;
	}
	.right-subs-box{
		padding-top: 0;
		padding-bottom: 0;
	}
	.custom-file-but{
		text-align: left;
	}
}


#subs .wpcf7-response-output[aria-hidden='true']{
	display: none!important;
	position: absolute;
}

#subs .invalid .wpcf7-response-output[aria-hidden='true']{
	display: block!important;
}
#subs .abssubs{
	position: absolute;
	bottom: -40px;
}
span.wpcf7-acceptance span{
	font-family: Raleway;
}
#subs .subscont{
	padding-bottom: 20px;
}

@media screen and (max-width: 992px){
	#subs .abssubs{
	position: relative;
	bottom: 0;
}
#subs .wpcf7-response-output[aria-hidden='true']{
	display: none!important;
	position: relative;
}
}

#contact .wpcf7-response-output{
	display: block!important;
	padding-right: 0!important;
	font-family: Raleway;
	border: 0!important;
}

.inpkotri span.wpcf7-acceptance span span{
	color: rgba(0,0,0,0.9);
}

@media screen and (max-width: 480px){
	.right-subs-box video{
		height: 100%;
	}
}
.page-template-page-stay-in-touch body,.page-template-page-stay-in-touch button,.page-template-page-stay-in-touch input,.page-template-page-stay-in-touch select,.page-template-page-stay-in-touch optgroup,.page-template-page-stay-in-touch textarea{
	font-size: 1em!important;
}
.page-template-page-stay-in-touch .odshow{
		font-weight: 300;
	}
	.page-template-page-stay-in-touch .infocon p a{
		font-weight: 300;
	}
@media screen and (max-width: 480px){
	
	.page-template-page-stay-in-touch .infocon p a{
		position: relative;
		top: -12px;
	}
	
	.inpkotri .wpcf7-acceptance label{
		margin-top: 0;
	}
	.inpkotri input[type='checkbox']{
		position: relative;
		top: 27px;
	}
}

.thefontone strong{
	cursor: pointer;
}
@media screen and (min-width: 1900px){
	.floatimsubs{
		bottom: 150px;
		left: 10%;
	}
	.inpkodruhe .wpcf7-acceptance{
		display: block;
		width: 100%;

	}
	.boxy-pad li{
		padding-right: 90px!important;
		padding-left: 90px!important;
	}
	.halfizecc{
		background: linear-gradient(-270deg, rgba(177,144,182,1) 41%, rgba(236,236,236,1) 41%)!important;
	}

	.halfizecc.podklad-0{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 41%, rgba(236,236,236,1) 41%)!important;

}
.halfizecc.podklad-1{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 41%, rgba(221,221,221,1) 41%)!important;
}
.halfizecc.podklad-2{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 41%, rgba(213,213,213,1) 41%)!important;
}
.halfizecc.podklad-3{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 41%, rgba(204,204,204,1) 41%)!important;
}
.halfizecc.podklad-4{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 41%, rgba(198,198,198,1) 41%)!important;
}
}
@media screen and (min-width: 2400px){
	.floatimsubs{
		bottom: 150px;
		left: 10%;
	}
	.inpkodruhe .wpcf7-acceptance{
		display: block;
		width: 100%;

	}
	.boxy-pad li{
		padding-right: 90px!important;
		padding-left: 90px!important;
	}
	.halfizecc{
		background: linear-gradient(-270deg, rgba(177,144,182,1) 43%, rgba(236,236,236,1) 43%)!important;
	}


		.halfizecc.podklad-0{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 43%, rgba(236,236,236,1) 43%)!important;

}
.halfizecc.podklad-1{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 43%, rgba(221,221,221,1) 43%)!important;
}
.halfizecc.podklad-2{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 43%, rgba(213,213,213,1) 43%)!important;
}
.halfizecc.podklad-3{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 43%, rgba(204,204,204,1) 43%)!important;
}
.halfizecc.podklad-4{
	background: linear-gradient(-270deg, rgba(177,144,182,1) 43%, rgba(198,198,198,1) 43%)!important;
}
}

#subs .inpkodruhe .wpcf7-response-output{
	color: white!important;
}

.mapa{
		background-position: 40% 100px;
	}
	.page-template-page-about-us .mapa{
		background-position: 40% 0;
	}

@media screen and (min-width: 1600px){
	.mapa{
		background-position: 40% center;
	}
}
#subs .box-campaign .wpcf7-response-output[aria-hidden='true']{
	display: block!important;
	margin-top: 0!important;
}
.pozadiechanger .wpcf7-not-valid-tip{
	display: block!important;
	margin-top: -70px!important;
}
.pozadiechanger .wpcf7-acceptance label{
	margin-top: 10px!important;
}
#subs .right-subs-box .wpcf7-response-output[aria-hidden='true']{
	display: block!important;
	margin-top: 0!important;
}

.subishid input{
	display: none;
}
.subishid .ajax-loader{
	display: block!important;
}
.box-campaign.activecamp{
	padding-left: 50px;
}
.box-campaign span.wpcf7-acceptance span{
	max-width: calc(100% - 50px);
}

@media screen and (max-width: 767px){
	.box-campaign.activecamp{
	padding-left: 0px;
}
.box-campaign span.wpcf7-acceptance span{
	max-width: calc(100%);
}	
}

@media screen and (max-width: 480px){
	.pozadiechanger .wpcf7-not-valid-tip{
		margin-top: -90px!important;
	}
}
.single .bannerimg{
	height: 100%;
	min-height: 75vh;
}
.single .bannerhead{
	width: 75%;
}
@media screen and (max-width: 480px){
.single .bannerhead{
	width: 100%;
}	
}



.single #wys a{
	color: #82498A!important;
}




#subs .inpkodruhe .wpcf7-response-output{
	color: white!important;
}

.mapa{
		background-position: 40% 100px;
	}
	.page-template-page-about-us .mapa{
		background-position: 40% 0;
	}

@media screen and (min-width: 1600px){
	.mapa{
		background-position: 40% center;
	}
}
#subs .box-campaign .wpcf7-response-output[aria-hidden='true']{
	display: block!important;
	margin-top: 0!important;
}
.pozadiechanger .wpcf7-not-valid-tip{
	display: block!important;
	margin-top: -70px!important;
}
.pozadiechanger .wpcf7-acceptance label{
	margin-top: 10px!important;
}
#subs .right-subs-box .wpcf7-response-output[aria-hidden='true']{
	display: block!important;
	margin-top: 0!important;
}

.subishid input{
	display: none;
}
.subishid .ajax-loader{
	display: block!important;
}
.box-campaign.activecamp{
	padding-left: 50px;
}
.box-campaign span.wpcf7-acceptance span{
	max-width: calc(100% - 50px);
}

@media screen and (max-width: 767px){
	.box-campaign.activecamp{
	padding-left: 0px;
}
.box-campaign span.wpcf7-acceptance span{
	max-width: calc(100%);
}	
}

.baneronmobile{
	display: none;
}

@media screen and (max-width: 480px){
	.pozadiechanger .wpcf7-not-valid-tip{
		margin-top: -90px!important;
	}
	.banerondesktop{
		display: none;
	}
	.baneronmobile{
	display: block;
}

}
.single .bannerimg{
	height: 100%;
	min-height: 75vh;
}
.single .bannerhead{
	width: 75%;
}
@media screen and (max-width: 480px){
.single .bannerhead{
	width: 100%;
}	
}

.single #wys a{
	color: #82498A!important;
}


#logos {
	min-height: 750px;
}


.read-more-more{
	color: #996DA0;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.show-more-on-click{
	display: none;
}
.clickclass img{
	transform: rotate(-180deg);
}
.blackcolor{
	color: black!important;
}
.whitecolor{
	color: white!important;
}
.whitesections{
	background-color: white;
}
.box-head{
	padding: 60px;
	padding-top: 30px;
	padding-bottom: 100px;
	font-size: 21px;
	font-weight: 300;
	height: auto;
	font-weight: 300;
}
.firstarrow{
	margin-right: 5px!important;
	display: inline-block!important;
}
.bottomal{
	font-weight: 400!important;
}

.blackcolor img{
	filter: invert(1);
}
.owl-topics .owl-nav{
	display: none;
}
.linkoacx{
	text-decoration: initial!important;
}
#banner .owl-nav{
	margin-top: 0;

}

.bottomal{
	position: absolute;
	bottom: 0;
}
.owl-topics .owl-stage{
	right: -100px;
}
@media screen and (max-width: 600px){
.owl-topics .owl-stage{
	right: -50px;
}	
.box-head{
	font-size: 18px;
	}
}
.wodpn{
	position: relative;
	top: 0;
	margin-right: 5px;
}
.show-line{
	position: relative;
	cursor: pointer;
}
.isopened{
	background-color: #F5F5F5!important;
	color: black!important;
}
.isopened img{
	filter: invert(1);
	transform: rotate(-180deg);
}
.topic-hide{
	top: 130px;
	position: absolute;
	display: none!important;
}
.topic-hide.theactive{
	display: block!important;
}
.servfirst{
	background-color: #93C124;
	margin-top: 38px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
}

.servsecond{
	background-color: #EA5A0C;
}
.servthird{
	background-color: #1F6FB2;
}
@media screen and (max-width: 1199px){
	.servfirst{
		margin-top: 20px;
	}
}
@media screen and (max-width: 992px){
	.servfirst{
		margin-top: -10px;
	}
}
.servother img{
	filter: invert(1);
}
.servother{
	background-color: #F5F5F5!important;
	color: black;
}
.butoncontact2{
	padding-right: 20px!important;
	padding-left: 20px!important;
}

.owl-topics .owl-item{
	pointer-events:none;
	cursor: move;
}
.owl-topics .owl-item.active{
	pointer-events:auto;
	cursor: pointer;
}

.butoncontact2{
	padding-right: 20px!important;
	padding-left: 20px!important;
}

.butoncontact2 {
    padding-right: 20px!important;
    padding-top: 15px!important;
    padding-left: 20px!important;
    padding-bottom: 15px!important;
    top: -10px!important;
    position: relative;
}
.page-template-page-topic .owl-references .lefti{
	position: relative;
	right: -100px;
}

@media screen and (min-width: 767px){
	.single-big-topics #wys .col-md-12, .single-post #magazine-detail .col-md-12{
		max-width: 75%;
		margin: 0 auto;
	}
}

.magonhov:hover .magimg{
	width: initial!important;
	transform: scale(1.5);
}
.magonhov .magimg,body .col-md-8 .magonhov .magimg{
		width: initial!important;
	 transition: transform .5s ease;

}
.page-template-page-topic .owl-references .owl-nav.disabled{
	display: block!important;
}
.page-template-page-topic .owl-references .owl-nav.disabled .owl-prev{
	margin-right: -100px!important;
}

#et-boc .et-l a,.et-db #et-boc .et-l .et_pb_module a, .et-db #et-boc .et-l .et_pb_module a:hover{
	font-weight: 700!important;
	text-decoration: underline!important;
}

.et-db #et-boc .et-l .et_pb_module a{
	color: #82498A!important;
}

.box-head {
	padding: 60px;
	padding-top: 30px;
	padding-bottom: 100px;
	font-size: 21px;
	font-weight: 300;
	height: auto;
	font-weight: 300;
}

.box-head h3 {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 0!important;
	text-align: left;
	display: inline;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
	border-radius: 0!important;
}
.cmplz-cookiebanner{
	border-radius: 0!important;
}
body div.grecaptcha-badge.show-dependant{
	visibility: hidden!important;
}
.item-wrapper img{
	 transition: 1s;
}
.item-wrapper:hover img{
    transform: translateX(-50px);
}
@keyframes bounce {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(100px); }
  100% { transform: translateX(0); }
}
#contact input[type='submit']{
	top: 0!important;
}
.label_first{
	top: 15px!important;
}
span.wpcf7-acceptance{
	top: 0!important;
}
.page-template-page-homepage .owl-topics .owl-nav{
	display: block!important;
}
@media screen and (max-width: 480px){
	.page-template-page-homepage .owl-topics .owl-nav .owl-next{
	right: initial!important;
	left: 30px!important
}
}
@media screen and (max-width: 480px){
	.page-template-page-ebook #contact .label_first{
		top: 0px!important;
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
	.page-template-page-ebook #contact input[type='submit']{
		top: 0!important;
	}
}
#download-ebook.inpkotretie input[type='checkbox']{
	margin-top: 0!important;
}



.top li{
	width: calc(33% - 5px);
}
.top li:nth-child(1){
	font-weight: 400!important;
}
@media screen and (max-width: 992px){
	.widko2{
		top: -1px!important;
	}
	.widko3{
		right: 0!important;
	}
}
.widko2 a::after{
	display: none!important;
}

@media screen and (max-width: 992px){
	.widko2 {
	    right: 0px!important;
	}
}



@media screen and (max-width: 567px){
	.persons .col-4 img{
		padding-top: 20px;
	}
	
	.contact-content {
    	padding-top: 20px;
    	padding-bottom: 300px!important;
	}
	.item-wrapper:hover img{
		transform: translateX(0)!important;
	}
	.item-wrapper:hover img{
		top: 0!important;
	}
}
.wp-caption-text{
	display: none!important;
}
.showfinal{
	float: right;
}
.mag .butoncontact{
	margin-right: 15px;
}
.inbef{
	transform: rotate(270deg)!important;
}
.col-lg-6.morez{
	text-align: right;
}
.owl-prev,.owl-next{
	transform: rotate(180deg);
}
@media screen and (min-width: 767px){
	.alignlogo{
		text-align: right;
	}
}

.owl-second .owl-prev{
	right: 15px;
}

.owl-second .owl-next{
	left: 15px!important;
	right: initial!important;
}
.inpko input[type='submit']{
	margin-right: 0;
}
.newslabel span{
	text-align: center;
}
td,.part{
	text-align: right;
}
.intheworld:before{
	right: 0!important;
}
.page-template-page-homepage .purpimc{
	top: 213px!important;
}
.alignlogo{
	text-align: right;
}

@media screen and (max-width: 567px){
	.navbar-brand{
		left: 0!important;
	}
	.closebar img.timko{
		right: 15px;
	}
	#contact-form .purplehead{
		margin-top: 100px;
	}
	.contact-us img{
		transform: rotate(-90deg);
		right: 5px;
	}

}