@import url('slick.css');
@import url('jquery.mCustomScrollbar.min.css');

/* FONTS
================================================== */

@font-face {
	font-family: 'Semplicita Bold';
	src: url('../fonts/SemplicitaPro-Bold.eot');
	src: local('☺'), url('../fonts/SemplicitaPro-Bold.woff') format('woff'),
		url('../fonts/SemplicitaPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Semplicita Medium';
	src: url('../fonts/SemplicitaPro-Medium.eot');
	src: local('☺'), url('../fonts/SemplicitaPro-Medium.woff') format('woff'),
		url('../fonts/SemplicitaPro-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Semplicita Light';
	src: url('../fonts/SemplicitaPro-Light.eot');
	src: local('☺'), url('../fonts/SemplicitaPro-Light.woff') format('woff'),
		url('../fonts/SemplicitaPro-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* HTML RESET
================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
input, button, select,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

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

table { border-collapse: collapse; border-spacing: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

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



/* BASE
================================================== */
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	font-size: 18px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	word-spacing: 0;
	letter-spacing: .05rem;
	background: #fff;
	color: #000;
}

body, input, button, textarea {
	font-family: 'Semplicita Medium', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	line-height: 1.2;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

p {
	margin-bottom: 15px;
}

a, input, button, textarea {
	-webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
	   -moz-transition: color 0.3s, background 0.3s, border-color 0.3s;
			transition: color 0.3s, background 0.3s, border-color 0.3s;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-family: 'Semplicita Bold', Arial, sans-serif;
}

em, i {
	font-style: italic;
}

img {
	max-width: 100%;
}

figure img {
	width: 100%;
}

button:focus {
	outline: 0;
}

.d-none {
	display: none;
}

.paragraph-indent p {
	margin-bottom: 0;
	text-indent: 50px;
}

.paragraph-indent .paragraph,
.paragraph {
	margin-bottom: 20px;
	text-indent: 0;
}

.paragraph {
	letter-spacing: 0;
	font-size: 14px;
}

	.paragraph span {
		display: block;
		text-indent: 50px;
	}

	.paragraph .subtitle {
		text-indent: 0;
	}

.paragraph.title {
	padding-top: 15px;
	padding-bottom: 15px;
}

.paragraph.title:first-child {
	padding-top: 0;
}

/* DEFAULTS
================================================== */

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.text-justify {
	text-align: justify;
}

.visible-for-small-only {
	display: none;
}

.bg-dark {
	color: #fff;
	background: #000;
}

	.wrapper-bg-dark .slider-publications .slick-prev {
		background-image: url('../img/arrow-left-white.png');
	}

	.wrapper-bg-dark .slider-publications .slick-next {
		background-image: url('../img/arrow-right-white.png');
	}

.desaturate img,
.desaturate .thumbnail-default {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url('../img/desaturate.svg#greyscale');
	filter: grayscale(100%);
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
			transition: all .3s;
}

.desaturate:hover img,
.desaturate:hover .thumbnail-default {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.line-buttons li + li {
	margin-top: 26px;
}

	.line-buttons a {
		display: block;
		padding: 0;
		font-size: 22px;
		line-height: 36px;
		font-family: 'Semplicita Bold';
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		background: #000;
	}

	.line-buttons a:hover {
		text-decoration: none;
	}

.line-buttons .menu-virus {
	max-width: 210px;
	margin: 60px auto 0;
}

	.line-buttons .menu-virus a {
		padding: 13% 0 70%;
		background: #000 url("https://segatto.hu/wp-content/uploads/2020/09/virus.jpg") center bottom no-repeat;
		background-size: 100% auto;
	}

/* LAYOUT
================================================== */

/*
	Grid
*/

.row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

	.row .column {
		position: relative;
	}

.row.gap-60 {
	margin-left: -30px;
	margin-right: -30px;
}

	.row.gap-60 > .column {
		padding-left: 30px;
		padding-right: 30px;
	}

.row.gap-100 {
	margin-left: -50px;
	margin-right: -50px;
}

	.row.gap-100 > .column {
		padding-left: 50px;
		padding-right: 50px;
	}

.row.gap-200 {
	margin-left: -100px;
	margin-right: -100px;
}

	.row.gap-200 > .column {
		padding-left: 100px;
		padding-right: 100px;
	}


/*
	Header
*/

.header-top {
	padding: 60px 0 25px;
	text-align: center;
	background: #000;
}

.header .logo {
	display: inline-block;
	max-width: 639px;
    height: 170px;
	margin: 0 auto;
}

	.header .logo img {
		max-width: 100%;
		max-height: 100%;
        height: 100%;
	}

.header-title {
	margin: 0;
	padding: 16px 0 44px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.05em;
	text-align: center;
	font-family: 'Semplicita Bold';
}

/*
	Navigation
*/

.navigation {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 107px;
	padding: 12px 0 48px;
	letter-spacing: 0;
	border-top: 9px solid #000;
	text-align: center;
	background: #fff;
	z-index: 1000;
}

	.navigation .menu {
		display: flex;
		justify-content: space-between;
        align-items: center;
		max-width: 1160px;
		margin-left: auto;
		margin-right: auto;
	}

		.navigation li {
			padding: 0;
		}

		.navigation ul li.wpml-ls-item {
			font-weight: 700;
		}

			.navigation li a {
				display: block;
				font-size: 21px;
				text-transform: uppercase;
				font-family: 'Semplicita Medium';
			}

			.navigation li.current-menu-item > a {
				font-family: 'Semplicita Bold';
			}

@media screen and (min-width: 1501px) {
	
	.navigation ul li.wpml-ls-item {
		position: absolute;
		right: 0;
		top: 10px;
	}
	
}

/*
	Content
*/

.wrapper {
	position: relative;
	margin: 0 107px;
	padding-top: 34px;
}

.wrapper-bg-dark .wrapper {
	color: #fff;
	background: #000;
}

.wrapper-bg-dark .wrapper a {
	color: #fff;
}

	.headline {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0;
		padding: 0;
		font-size: 22px;
		line-height: 36px;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		font-family: 'Semplicita Bold';
		text-align: center;
		color: #fff;
		background: #000;
	}

	.main {
		position: relative;
	}

		.content {
			position: absolute;
			top: 50px;
			right: 0;
			bottom: 50px;
			left: 0;
		}

			.content > .row {
				height: 100%;
			}

		.content-thumbnail {
			position: relative;
			height: 100%;
		}

			.content-thumbnail .thumbnail {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
                height: 100%;
				max-height: 500px;
				padding: 30px;
				text-align: center;
				background: url("../img/thumbnail-border.png") center center no-repeat;
				-webkit-background-size: contain;
				        background-size: contain;
			}

			.wrapper-bg-dark .content-thumbnail .thumbnail {
				background-image: url("../img/thumbnail-border-light.png");
			}

				.content-thumbnail .thumbnail span {
                    display: block;
					width: auto;
					height: 100%;
                    background-position: center center;
                    background-repeat: no-repeat;
                    -webkit-background-size: contain;
                            background-size: contain;
				}

			.content-thumbnail .thumbnail .thumbnail-change,
			.content-thumbnail.double:hover .thumbnail .thumbnail-default {
				display: none;
			}

			.content-thumbnail.double:hover .thumbnail .thumbnail-change {
				display: block;
			}

			.content-thumbnail.double:hover .thumbnail {
				padding: 0;
				background: transparent;
			}

		.content-text,
		.content-text .scrollbar {
			height: 100%;
		}

		.content-text a {
			text-decoration: underline;
		}

		.content-text a:hover {
			text-decoration: none;
		}

.wrapper-bg-dark .headline {
    padding-top: 8px;
    padding-bottom: 0;
}

/*
	Sliders
*/

.slick-slide:focus {
	outline: 0;
}

.slick-arrow {
	position: absolute;
	display: block;
	top: 50%;
	width: 29px;
	height: 63px;
	margin-top: -31px;
	text-align: left;
	text-indent: -9999px;
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
			transition: opacity 0.3s;
}

.slick-arrow:hover {
	opacity: 0.6;
}

.slick-prev {
	left: 0;
	background-position: center left;
	background-image: url('../img/arrow-left-black.png');
}

.slick-next {
	right: 0;
	background-position: center right;
	background-image: url('../img/arrow-right-black.png');
}

.slider-publications,
.slider-publications .slick-list,
.slider-publications .slick-track,
.slider-publications .slider {
	height: 100%;
	min-height: 100%;
}

	.slider-publications .slider {
		padding: 0 90px;
	}

.slider-gallery {
	padding: 0 100px;
}

.slider-gallery,
.slider-gallery .slick-list,
.slider-gallery .slick-track,
.slider-gallery .slider {
	height: 100%;
	min-height: 100%;
}

	.slider-gallery .slider {
		padding: 0 5px;
		text-align: center;
	}

		.slider-gallery .slider > * {
			position: relative;
			display: block;
			top: 0;
		}

		.slider-gallery .slider img {
			display: block;
			width: 100%;
			height: auto;
		}

.testimonial {
	position: relative;
}

	.testimonial img {
		filter: grayscale(1);
	}

	.testimonial .hover {
		position: absolute;
		visibility: visible;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		opacity: 0;
		-webkit-transition: all .3s;
	            transition: all .3s;
	}

.testimonial:hover .hover {
	visibility: visible;
	opacity: 1;
}

/*
	Scrollbar
*/

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #333;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 3px;
	background: #eee;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 3px;
}

.mCSB_inside > .mCSB_container {
	margin-right: 50px;
}

.scrollbar-left .mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-left: 50px;
}

.scrollbar-left .mCSB_scrollTools {
	right: auto;
	left: 0;
}

.wrapper-bg-dark .mCSB_scrollTools .mCSB_draggerRail {
	background: #333;
}

.wrapper-bg-dark .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.wrapper-bg-dark .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.wrapper-bg-dark .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.wrapper-bg-dark .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #fff;
}

.scrollbar-left .mCSB_inside > .mCS_no_scrollbar_y,
.mCS_no_scrollbar_y {
	margin-left: 0;
	margin-right: 0;
}

/*
	Tile square
*/

.tile-square {
	position: relative;
}

.tile-square:after {
	display: table;
	content: "";
	padding-bottom: 100%;
}

	.tile-inner {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

		.tile-inner iframe {
			width: 100%;
			height: 100%;
			border: 0;
		}

/* PAGES
================================================== */

/*
	Simple content
*/

.simple-content .content {
	padding: 0 80px;
}

	.simple-content .col-1 {
		max-width: 40%;
		-webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
	}

	.simple-content .col-2 {
		max-width: 59%;
		-webkit-flex: 0 0 59%;
        -ms-flex: 0 0 59%;
        flex: 0 0 59%;
	}

	.simple-content .col-1.push {
		left: 59%;
	}

	.simple-content .col-2.push {
		left: 40%;
	}

	.simple-content .col-1.pull {
		left: -59%;
	}

	.simple-content .col-2.pull {
		left: -40%;
	}

/*
	Slider content
*/

.slider-content .content {
	overflow: hidden;
	padding: 0 150px;
}

	.slider-content .col-1 {
		width: 45%;
	}

	.slider-content .col-2 {
		width: 54%;
	}

	.slider-content .col-1.push {
		left: 54%;
	}

	.slider-content .col-2.push {
		left: 45%;
	}

	.slider-content .col-1.pull {
		left: -54%;
	}

	.slider-content .col-2.pull {
		left: -45%;
	}


/*
	Contact content
*/

.contact-content .row {
	align-items: center;
}

.contact-content .row {
	height: 100%;
	min-height: 100%;
}

.contact-content .column {
	max-width: 33%;
	-webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
	max-height: 100%;
}

	.contact-content-inner {
		font-size: 24px;
		line-height: 30px;
	}

		.contact-content-inner .facebook { background-image: url('../img/icon-facebook.png'); }
		.contact-content-inner .instagram { background-image: url('../img/icon-instagram.png'); }

.contact-map,
.contact-video {
    height: 100%;
	text-align: center;
}


	.contact-map img,
	.contact-video img {
		max-height: 100%;
	}

.contact-video-play {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}

    .contact-video-start {
        position: absolute;
        display: block;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../img/play-video.jpg") center center no-repeat;
        -webkit-background-size: 100%;
                background-size: 100%;
        -webkit-transition: all .3s;
                transition: all .3s;
    }

    .contact-video video {
        position: absolute;
        display: block;
        z-index: 1;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }

.contact-video-play.active .contact-video-start {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
}

.contact-content .icon-list {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.contact-content .icon-list li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	min-height: 60px;
	font-size: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
}

	.contact-content .icon-list li a {
		display: inline-block;
		padding-left: 80px;
	}

.contact-content .icon-list .icon-location  {background-image: url("../img/icon-location.png"); text-align: left; }
.contact-content .icon-list .icon-phone     { background-image: url("../img/icon-phone.png"); }
.contact-content .icon-list .icon-envelope  { background-image: url("../img/icon-envelope.png"); }
.contact-content .icon-list .icon-facebook  { background-image: url("../img/icon-facebook.png"); }
.contact-content .icon-list .icon-instagram { background-image: url("../img/icon-instagram.png"); }

.contact-content .icon-list .icon-location a {
	width: 270px;
	text-align: center;
}

/*
 	Page virus
*/

.page-virus {
	padding-top: 0;
	padding-bottom: 100px;
	color: #fff;
	background: #000 url("https://segatto.hu/wp-content/uploads/2020/09/virus.jpg") center bottom no-repeat;
	background-size: 210px auto;
}

	.page-virus p {
		text-indent: 0;
		margin-bottom: 1.5rem;
	}

/*
	Gallery box
*/

.gallery-box {
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	line-height: 0;
	text-align: center;
	background: #000;
}

	.gallery-box img {
		position: relative;
		display: inline-block;
		top: 50%;
		max-width: 100%;
		max-height: 100%;
		-webkit-transform: translate(0, -50%);
		   -moz-transform: translate(0, -50%);
				transform: translate(0, -50%);
	}


	.gallery-box:hover .default,
	.gallery-box .hover {
		display: none;
	}

	.gallery-box:hover .hover {
		display: inline-block;
	}

.gallery-box.desktop {
	display: block;
}

.gallery-box.mobile {
	display: none;
}

/*
	404
*/

.content-404 .title {
	margin: 0 0 50px;
	font-size: 35px;
	line-height: 1em;
	font-family: 'Semplicita Medium';
	text-align: center;
}

	.content-404 .title span {
		display: block;
		margin: 0 0 0.25em;
		font-size: 2em;
		line-height: 1em;
		font-family: 'Semplicita Bold';
	}

/*
	Home
*/

.home-content .line-buttons {
	position: relative;
	top: 50%;
	margin-top: -20px;
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
			transform: translate(0, -50%);
}

/*
	Team
*/

.team-content .team-side {
	width: 50%;
    /*min-width: 750px;*/
	min-width: 400px;
	padding: 0 20px;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
			background-size: 100% auto;
}

	.team-content .team-side .title {
		margin: 0 0 20px;
		padding: 10px 0;
		font-size: 20px;
		text-transform: uppercase;
		font-family: 'Semplicita Bold';
	}

	.team-content .team-side .figures {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
        align-items: flex-end;
        text-align: center;
	}

		.team-content .team-side .figures figcaption {
			margin: 5px 0 15px;
			padding: 8px 0;
			font-size: 18px;
			text-align: center;
			text-transform: uppercase;
			font-family: 'Semplicita Medium';
		}

.team-content .mCSB_container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.team-content .team-side.bg-dark {
	background-image: url('../img/line-white.png');
	background-position: top right;
}

.team-content .team-side.bg-light {
	background-image: url('../img/line-black.png');
	background-position: top left;
}

    .team-content .team-side.bg-dark .title {
        text-align: right;
    }

	.team-content .team-side .figures figure {
		width: 80%;
        max-width: 400px;
    }

    /*.team-content .team-side.bg-dark .figures figure:nth-child(1),
    .team-content .team-side.bg-light .figures figure:nth-child(3) {
        min-width: 42%;
    }

        .team-content .team-side.bg-dark .figures figure:nth-child(1) img,
        .team-content .team-side.bg-light .figures figure:nth-child(3) img {
            max-width: 90%;
        }

    .team-content .team-side.bg-dark .figures figure:nth-child(2),
    .team-content .team-side.bg-light .figures figure:nth-child(2) {
        min-width: 35%;
    }

        .team-content .team-side.bg-dark .figures figure:nth-child(2) img,
        .team-content .team-side.bg-light .figures figure:nth-child(2) img {
            max-width: 80%;
        }

    .team-content .team-side.bg-dark .figures figure:nth-child(3),
    .team-content .team-side.bg-light .figures figure:nth-child(1) {
        min-width: 23%;
    }*/

/*
	Lightbox
*/

.fancybox-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*
    Logo author
*/

.logo-author {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 110px;
    text-align: right;
}

    .logo-author a {
        display: inline-block;
        height: 24px;
    }

    .logo-author img {
        display: block;
        height: 100%;
    }


/* RESPONSIVE
================================================== */

/*** Low screen ***/
@media screen and (max-height: 750px) {

	.header-top {
		padding-top: 28px;
		padding-bottom: 13px;
	}

		.header .logo {
			height: 100px;
		}

	.header-title {
		padding-bottom: 20px;
	}

	.navigation {
		padding-bottom: 10px;
		padding-top: 10px;
	}

    .logo-author {
        bottom: 70px;
    }

}
/*** Large and down ***/
@media screen and (max-width: 1500px) {

	/*
		Grid
	*/

	.row.gap-60,
	.row.gap-100,
	.row.gap-200 {
		margin-left: -20px;
		margin-right: -20px;
	}

		.row.gap-60 > .column,
		.row.gap-100 > .column,
		.row.gap-200 > .column {
			padding-left: 20px;
			padding-right: 20px;
		}

	.slider-content .content {
		padding-left: 20px;
		padding-right: 20px;
	}

	/*
		Navigation
	*/

	.navigation li {
		padding: 0 5px;
	}

		.navigation li a {
			font-size: 14px;
		}

    /*
        Logo author
    */

    .logo-author {
        bottom: 60px;
    }

}

/*** Large and down ***/
@media screen and (max-width: 1219px) {

	/*
		Simple content
	*/

	.simple-content .content {
		padding: 0 20px;
	}

	/*
		Slider content
	*/

	.slider-publications .slick-prev {
		left: 0;
	}

	.slider-publications .slick-next {
		right: 0;
	}

	.slider-testimonial .slider {
		padding: 0 5px;
	}

		.slider-testimonial .slick-slide > div {
			margin-bottom: 10px;
		}


}

/*** Medium and down ***/
@media screen and (max-width: 979px) {

	.wrapper,
	.navigation {
		margin: 0 30px;
	}

    .contact-content .icon-list li a {
        padding-left: 50px;
    }

}

/*** Small ***/
@media screen and (max-width: 767px) {

	html,
	body {
		height: auto;
		max-height: none;
	}

	body {
		padding-bottom: 90px;
	}

	/*
		Grid
	*/

	.row > .column[class*="col-"] {
		left: auto;
		max-width: 100%;
		-webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
	}

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	/*
		Defaults
	*/

	.visible-for-small-only {
		display: block;
	}

	/*
		Header
	*/

	.header .logo {
		max-width: 280px;
		height: 70px;
	}

	.header-title {
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 13px
	}

	.sicky-header {
		position: fixed;
		display: none;
		top: 0;
		right: 0;
		left: 0;
		height: 50px;
		text-align: center;
		color: #fff;
		background: #000;
		z-index: 1000;
	}

		.sicky-header .mobile-navigation-button {
			position: absolute;
			display: block;
			top: 13px;
			left: 9px;
			width: 38px;
			height: 25px;
			text-indent: -9999px;
			text-align: left;
			background: url('../img/icon-menu.png') center center no-repeat;
		}

		.sicky-header .sticky-title {
			position: absolute;
			display: block;
			top: 10px;
			right: 9px;
			text-align: right;
			font-size: 12px;
			line-height: 16px;
			font-family: 'Semplicita Bold';
		}

		.sicky-header .sticky-logo {
			display: inline-block;
			padding: 14px 0 0;
			line-height: 0;
		}

	/*
		Navigation
	*/

	.navigation .mobile-navigation-button {
		display: block;
		font-size: 21px;
		text-align: center;
		text-transform: uppercase;
		font-family: 'Semplicita Medium';
	}

	.navigation {
		margin: 0;
		text-align: left;
	}

		.navigation .menu {
			position: fixed;
			display: none;
			overflow: auto;
			top: 0;
			right: 0;
			bottom: 60px;
			left: 0;
			padding-top: 13px;
			background: #fff;
			z-index: 1001;
		}

		.navigation.active ul {
			display: block;
		}

			.navigation ul li {
				display: block;
			}

				.navigation ul li a {
					padding: 13px 20px;
					font-size: 21px;
				}

	/*
		Content
	*/

	.wrapper {
		margin: 0;
		padding: 0;
	}

		.headline {
			position: static;
			padding: 1px 0;
			font-size: 16px;
		}

		.page-title {
			margin-bottom: 20px;
			padding: 5px 0 4px;
			font-size: 18px;
			text-align: center;
			text-transform: uppercase;
			font-family: 'Semplicita Medium';
		}

		.main {
			height: auto !important;
		}

			.content {
				position: static;
				overflow: visible;
			}

	.content-thumbnail {
		height: 300px;
        margin-bottom: 30px;
	}

	/*
		Simple content
	*/

	.simple-content figure {
		margin-bottom: 30px;
	}

	/*
		Slider content
	*/

	.slider-content .content {
		padding: 0 20px;
	}

	.slider-content figure {
		margin-bottom: 30px;
	}

	/*
		Contact content
	*/

	.contact-content .content {
		padding: 0 20px;
	}

	.contact-content .row,
	.contact-content .column {
		height: auto;
		min-height: auto;
	}

	.contact-content .column {
		max-width: 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
	}

		.contact-content ul {
            margin: 20px 0;
			font-size: 20px;
		}

    .contact-video-play {
        width: 100% !important;
    }

    .contact-video-start {
        position: relative;
    }

    .contact-video-start:after {
        display: block;
        content: "";
        padding-top: 100%;
    }

    /*
        Team
    */

    .team-content .mCSB_container_wrapper {
        position: relative;
    }

	/*
		Sliders
	*/

	.slick-arrow {
		width: 17px;
	}

	.slider-publications.has-bottom-space {
		margin-bottom: 50px;
	}

		.slider-publications .slider {
			padding: 0;
		}

			.slider-publications .slick-prev {
				left: -19px;
			}

			.slider-publications .slick-next {
				right: -19px;
			}

	.slider-gallery {
		margin: 0;
		padding: 0 17px;
	}

		.slider-gallery .slider span {
			display: inline-block;
			position: relative;
			top: auto;
			-webkit-transform: translate(0, 0);
			   -moz-transform: translate(0, 0);
					transform: translate(0, 0);
		}

	.slider-testimonial {
		padding: 0 15px;
	}

		.slider-testimonial .slider figcaption {
			top: 0;
			bottom: auto;
			padding: 0;
			font-size: 17px;
		}

	.fix-arrows .slick-arrow {
		position: fixed;
		top: 65%;
	}

	.fix-arrows .slick-prev {
		left: 2px;
	}

	.fix-arrows .slick-next {
		right: 2px;
	}

	/*
		Gallery box
	*/

	.gallery-box {
		overflow: hidden;
		height: 100%;
		max-height: 100%;
		line-height: 0;
		text-align: center;
		background: #53585f;
	}

		.gallery-box img {
			top: auto;
			-webkit-transform: translate(0, 0);
			   -moz-transform: translate(0, 0);
					transform: translate(0, 0);
		}

	.gallery-box.desktop {
		display: none;
	}

	.gallery-box.mobile {
		display: block;
	}

	/*
		404
	*/

	.content-404 .title {
		margin: 40px 0;
		font-size: 16px;
	}

	/*
		Home
	*/

	.home-content .line-buttons {
		position: relative;
		top: auto;
		margin-top: 60px;
		-webkit-transform: translate(0, 0);
		   -moz-transform: translate(0, 0);
				transform: translate(0, 0);
	}

    /*
        Logo author
    */

    .logo-author {
        position: relative;
        bottom: 0;
        margin-top: 2rem;
        margin-bottom: 1rem;
        text-align: center;
    }

}

@media screen and (min-width: 768px) and (max-height: 700px) {

	.contact-content .icon-list {
		padding-bottom: 80px;
	}

}

@media screen and (max-width: 767px) {
	#mCSB_1_container {
		padding-bottom: 100px;
	}
}