
/*///// basics /////*/
html { height: 100%; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a { text-decoration: none; cursor: pointer; }
	a:hover { text-decoration: none; }
p { line-height: 145%; font-weight: 400; }
p:empty { display: none; }

.alignleft { float: left; margin: 0.5em 1em 0.5em 0; }
.alignright { float: right; margin: 0.5em 0 0.5em 1em; }

	blockquote {
		font: italic 21px/21px Adobe Garamond Pro, Georgia, serif; color: #777; width: 100%;
		padding: 20px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin: 30px 0px;
	}
	blockquote.alignleft { float: left; margin-left: -45px; }
	blockquote.alignright { float: right; margin-right: -45px; }
	blockquote p { line-height: 100%; font-size: 21px; }
	blockquote em { font: normal 12px/12px Arial, sans-serif; color: #ccc; line-height: 120%; display: block; }
	blockquote p:last-of-type { padding-bottom: 0px; margin-bottom: 0px; }

.container-full { max-width: none; }
section + br { display: none; }
.container { position: relative; }

/*///// head /////*/

header { padding: 0px 0px 0px; width: 100%; position: relative; z-index: 999; }
	header a.logo { margin: 10px 0; display: block; }
		header a.logo img { max-width: 150px; padding: 15px 0; width: auto; }
header .soc-icons { float: right; margin: 40px 0 0; }
	header .soc-icons a { background: #e73428; color: #fff; padding: 10px; border-radius: 3px; border: none !important; }
	header .soc-icons a:hover { cursor: pointer; background: #183f55; }

	/* sticky header */
	#perspective > header {
		padding: 0 0 5px; width: 100%; position: fixed; z-index: 99997; background: #fff; opacity: 0;
		transition: all 0.3s ease-in-out; top: -100px;
	}
	#perspective > header.showit { opacity: 1; box-shadow: 0 0 30px rgba(0,0,0,0.1); top: 0; }

/* special styling */

section.video .container { max-width: 100%; padding: 0; }
section.video video { width: 100%; }
section.video br { display: none; }

.odometer.withplus:after { content: '+'; }

svg circle { fill: transparent; stroke: #e73428; stroke-width: 15px; stroke-dasharray: 706.5; stroke-dashoffset: 282.6; }
.circleshape.start svg circle { animation-name: rotate; animation-duration: 3s; }
svg line { fill: transparent; stroke: #111; stroke-width: 20px; stroke-dasharray: 150; stroke-dashoffset: 0; }
.lineshape.start svg line { animation-name: rotate2; animation-duration: 3s; }
.highlights .abs0_columns > div:last-child svg circle { stroke-dasharray: 565.2; }
.highlights .abs0_column:nth-child(3) svg line { stroke-dasharray: 50px; }
.highlights .abs0_column:nth-child(2) .circleshape.start svg circle { animation-name: rotate3; }
    
.highlights .ocont { height: auto; width: 100%; padding: 0; margin: 0px auto; }
.highlights .ocont.o-simple { margin-top: 0; }

.circleshape { width: 50% !important; }
.circleshape svg { transform: rotate(90deg); position: absolute; left: 0; top: 35px; width: 100%; }
.lineshape { padding-left: 45px; }
.lineshape svg { position: absolute; left: 30px; top: 25px; width: 100%; }

@keyframes rotate {
  from {
    stroke-dashoffset: 565.2;
  }
  to {
    stroke-dashoffset: 282.6;
  }
}
@keyframes rotate2 {
  from {
    stroke-dashoffset: -150;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes rotate3 {
  from {
    stroke-dashoffset: 706.5;
  }
  to {
    stroke-dashoffset: 282.6;
  }
}
.highlights .abs0_columns { margin: 60px 0 90px; padding: 0; display: flex; justify-content: center; flex-direction: row; min-height: 150px; flex-wrap: wrap; }
	.highlights .abs0_column { padding: 0 30px; display: flex; align-items: center; height: 200px; margin: 0 0 30px; }
.highlights .abs0_columns + p, .highlights .abs0_columns + h1 { font-size: 18px; padding: 60px 120px; text-align: center; box-shadow: 0 0 40px rgba(0,0,0,0.2); margin-bottom: 60px; }
.highlights h1 { font-weight: 300; }

.bigvideo {
	margin-bottom: 60px; background-size: cover; padding: 150px !important; position: relative; overflow: hidden; background-repeat: no-repeat;
}
.bigvideo h4 { color: #575457; font-size: 40px; text-transform: uppercase; text-align: center; }
.playbutton {
	box-sizing: border-box; width: 100px; height: 100px; border-style: solid; border-width: 50px 0px 50px 100px;
	border-color: transparent transparent transparent #fff; margin: 50px auto; display: block;
}
#swipebox-overlay { background: rgba(0,0,0,0.25) !important; }

.introslide { background-color: #f2f2f1; padding: 50px 0 !important; }
	.introslide h2 { text-transform: uppercase; font-size: 42px; text-align: center; margin: 60px 0; font-weight: 300; }
	.introslide h3 { font-size: 35px; text-align: center; margin: 0 0 30px; }

.reviews {}
	.reviews .owl-item {}
	.reviews .item {}
	.reviews .item .people {
		float: left; width: 200px; height: 200px; overflow: hidden; position: relative; overflow: hidden; border-radius: 1000px; margin: 30px 0 0;
	}
	.reviews .item .people img { max-width: 100%; }
	.reviews .item .innerbox { padding: 30px 50px; width: 80%; float: left; }
	.reviews .item p { line-height: 200%; }
	.reviews .item hr { background: #e73428; height: 5px; max-width: 30%; margin: 15px 0 30px; }
	.reviews .item h3 { font-size: 16px; font-weight: bold; }

.ugyfeleink {}
	.ugyfeleink h2 { text-transform: uppercase; font-size: 42px; text-align: center; margin: 60px 0; }
	.ugyfeleink .a-show { margin: 50px 0; }
	.ugyfeleink h4 { font-size: 21px; text-transform: uppercase; text-align: center; }
		.ugyfeleink h4 b { color: #e73428; }
	.ugyfeleink .item { text-align: center; }
		.ugyfeleink .item img { max-width: 60%; display block; margin: 15px auto; }
		.ugyfeleink .item b {
			font-size: 16px; font-weight: normal; text-align: center; display: block; line-height: 120%; padding: 5%;
		}

.szolgaltatasaink h2 { text-transform: uppercase; font-size: 42px; text-align: center; margin: 60px 0; font-weight: 300; }
.cardcont {
  position: relative;
  float: left;
  height: 200px;
  width: 23%;
  margin: 1%;
  perspective-origin: bottom;
  transform-style: preserve-3d;
  perspective: 500px;
  transition: 0.5s;
}

/* @media screen and (min-width: 500px) {
	.cardcont:hover .card-front { transform: rotateY(-180deg); }
	.cardcont:hover .card-back { transform: rotateY(0deg); }
} */
.cardcont.active .card-front { transform: rotateY(-180deg); }
.cardcont.active .card-back { transform: rotateY(0deg); }
.card-front {
  height: 200px;
  width: 100%;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: rotateY(0deg);
  transition: 1.5s;
  font-size: 21px;
  font-weight: 300;
  padding: 15px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
  -webkit-perspective: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  border: 10px solid #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: -0.5px;
}
.card-front:before {
	content: "";
	border: 10px solid #e73428;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -30px;
	right: -30px;
	border-radius: 100px;
	z-index: 1;
}
.page-id-29 .cardcont:last-child .card-front { line-height: 100%; padding-top: 60px; }
.card-back {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: rotateY(180deg);
  transition: 1.5s;
  padding: 15px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
  -webkit-perspective: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	display: flex; align-items: center; justify-content: flext-start; flex-flow: wrap;
	line-height: 120%;
}
.card-back img { float: left; max-width: 48%; height: auto; max-height: 48%; width: auto; }
.card-back img.biggerimage { float: none; max-width: 110%; max-height: 100%; width: 110%; height: auto; }
.card-back p { font-size: 24px; margin: 0; }
.card-back ul { padding: 0; margin: 0; }
	.card-back ul li { font-size: 18px; margin: 0; list-style: none; padding: 0 0 5px 20px; position: relative; }
	.card-back ul li:before { content: '▶'; color: #e73428; font-size: 14px; position: absolute; left: 0; }

.kapcsolat {}
	.kapcsolat .container {
		margin: 60px auto; padding: 60px 120px; text-align: center; box-shadow: 0 0 40px rgba(0,0,0,0.2); margin-bottom: 60px; line-height: 200%;
	}
	.kapcsolat h2 { text-transform: uppercase; font-size: 42px; font-weight: 300; }
	.kapcsolat hr { background: #e73428; height: 5px; max-width: 50%; margin: 30px auto; }
	.kapcsolat strong { font-weight: bold; }
	.kapcsolat a { color: #575457; margin: 5px; font-weight: normal; }
	.kapcsolat a.mail { font-weight: bold; }

/* Special pages */

	.search-form h4 { clear: both; }
	.search-form button { display: inline-block; background: #575457; color: #fff; margin: 15px 0px; }
	.search-form .contactDetails { border: 1px solid #ddd; padding: 30px; background: #fff; margin: 15px 0px; }

	body.page-id-499 .bigimage h1 { margin: 200px auto; max-width: 50%; }
	body.page-id-499 .boxwithshadow { text-align: center; }
		body.page-id-499 .boxwithshadow h4 {color: #e73428; font-weight: bold; font-size: 30px; padding: 0; }
		body.page-id-499 .boxwithshadow strong { font-weight: bolder; color: #111; }
		body.page-id-499 .boxwithshadow em { font-style: normal; font-size: 14px; line-height: 100%; }
		body.page-id-499 .boxwithshadow img { width: 150px; margin: 30px 0 0; }

/* Inside page big image */

	.bigimage {
		overflow: hidden; position: relative; width: 100%; color: #fff; text-align: center; background-size: cover; background-position: center center;
	}
	.pageimage { padding: 0; margin-top:  50px; }
		.bigimage h1 { font-size: 48px; margin: 200px 0; text-transform: uppercase; }

	body.home p:empty { display: none; }
	.my-page {}
	body.home .my-page, body.page-id-29 .my-page { min-height: 0px; }
		body.page-id-29 .my-page .main-content { padding-bottom: 0; }
	.my-page .main-content { padding-bottom: 30px; }
		body.home .my-page .main-content { padding-bottom: 0px; }
		.my-page h2 { font-size: 32px; text-transform: uppercase; text-align: center; margin: 60px auto 30px; }
		.my-page h2 + hr { background: #e73428; height: 10px; max-width: 25%; margin: 30px auto 0; }
		.main-content img { max-width: 100%; height: auto; }
	.boxwithshadow { margin: 60px auto; padding: 60px; box-shadow: 0 0 40px rgba(0,0,0,0.2); margin-bottom: 60px; }
		.boxwithshadow p { padding-bottom: 10px 0; }

	body.page-id-37 .abs0_column, body.page-id-252 .abs0_column { text-align: center; }
	body.page-id-37 .abs0_column img, body.page-id-252 .abs0_column img { border-radius: 1000px; padding: 30px; }
	body.page-id-37 .abs0_column h5, body.page-id-252 .abs0_column h5 { font-size: 14px; margin-bottom: 30px; }
		body.page-id-37 .abs0_column h5 strong, body.page-id-252 .abs0_column h5 strong { font-size: 21px; display: block; margin-top: 3px; }
	body.page-id-37 .abs0_column p a, body.page-id-252 .abs0_column p a {
		background: #e73428; color: #fff; padding: 7px 20px; font-size: 15px; font-weight: bold; margin: 0 auto; display: table; border-radius: 3px;
	}
	body.page-id-37 .boxwithshadow .abs0_column, body.page-id-252 .boxwithshadow .abs0_column { text-align: left; padding-right: 50px; }
	body.page-id-37 .boxwithshadow .abs0_column h4, body.page-id-252 .boxwithshadow .abs0_column h4 { font-weight: 900; color: #e73428; font-size: 21px; }

	.multicols {
		-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
		-webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px;
		-webkit-column-rule: 1px solid #eee; -moz-column-rule: 1px solid #eee; column-rule: 1px solid #eee;
		margin: 45px 0px 45px; width: 100%;
	}
	.desktop-12 .multicols {
		-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
		-webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px;
		-webkit-column-rule: 1px solid #eee; -moz-column-rule: 1px solid #eee; column-rule: 1px solid #eee;
	}
		.multicols h1 { margin-bottom: 30px; font-size: 27px; color: #ec008c; }
		.multicols p, .multicols ul, .multicols ol, .multicols blockquote {
			  -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; column-break-inside: avoid;
		}
		.multicols p:last-of-type { padding-bottom: 5px; }
		.multicols h2 {
			font-size: 48px; margin: 0px; line-height: 85%; color: #aaa;
			-webkit-column-break-after: always; -moz-column-break-after: always; column-break-after: always;
			-webkit-column-break-inside: avoid !important; -moz-column-break-inside: avoid; column-break-inside: avoid;
		}
		.multicols h4 { color: #aaa; line-height: 135%; }
		.multicols img {
			-webkit-column-break-after: always; -moz-column-break-after: always; column-break-after: always;
			max-width: 100%; height: auto; border: 1px solid #eee; padding: 5px;
		}
		.multicols h2:first-of-type, .multicols h3:first-of-type, .multicols h4:first-of-type, .multicols h5:first-of-type {
			margin: 0 0 30px;
		}

/* Posts */

		.page-navigation { clear: both; border-top: 1px solid #eee; padding-top: 30px; }
			.page-navigation .nav-previous { float: left; }
			.page-navigation .nav-next { float: right; }
			.page-navigation a { background: #ddd; padding: 10px 20px; border-radius: 30px; color: #aaa; font-size: 12px; text-transform: uppercase; }
			.page-navigation a:hover { background: #666; color: #fff; }

		.main-content h2 { padding: 20px 0px 10px; letter-spacing: -0.35px; }
		.main-content h3 { padding: 20px 0px 10px; letter-spacing: -0.35px; }
		.main-content h4 { padding: 20px 0px 10px; letter-spacing: -0.35px; }

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

		body.single .bigimage h4 a {
			font-size: 14px; font-weight: bold; color: #fff; background: #ccc; text-transform: uppercase; padding: 10px 20px 8px;
			line-height: 100%; margin: 30px auto 15px; border-radius: 30px; display: table; text-decoration: none;
		}
		body.single .bigimage h4 a:hover { color: #fff; background: #aaa; }

		.col-md-12 .lpost-image img { width: 100%; max-width: 1000%; }

		.lpost-content { padding: 25px; border: 1px dashed #ddd; background: #f0f0f0; margin-top: 15px; }

	.simple-link-pages { clear: both; }

	.responsivetable { overflow-x: auto; max-width: 100%; margin: 30px 0px 0px; }
		.responsivetable table { width: 100%; margin-bottom: 30px; }
		.responsivetable tr {}
		.responsivetable td { padding: 10px; }
		.responsivetable thead tr td { font-weight: bold; background: #91a400; border-top: 1px solid #ddd; color: #fff; }
		.responsivetable td[colspan="3"] { background: #eee; }

	.single-big-content .single-extra { padding: 50px 50px; }
		.single-extra { float: none; }
		.single-extra a {
			color: #aaa; padding: 7px 20px 8px 20px; border-left: 1px solid #ccc; font-size: 10px;
			text-transform: uppercase; font-weight: bold;
		}
		.single-extra a:first-child { border-left: none; padding-left: 0; }
		.single-extra i { padding-right: 10px; font-size: 13px; }
		.single-extra a:hover { color: #333; }
	.se-box { margin: 50px 0; padding: 30px 30px 80px; clear: both; background: #f8f8f8; border: 1px solid #ddd; position: relative; }
	.se-box:after, .se-box:before {
		left: 17px; top: -22px; border: solid transparent; content: " "; border-color: transparent;
		height: 0; width: 0; position: absolute; pointer-events: none;
	}
	.se-box:before { border-bottom-color: #ddd; border-width: 11px; margin-left: -11px; /* border-color */ }
	.se-box:after { border-bottom-color: #f8f8f8; border-width: 13px; margin-left: -13px; /* backround-color */ }
	#respond-wrap:after, #respond-wrap:before { left: 147px; }
	#share-wrap:after, #share-wrap:before { left: 310px; }

	/* comments */

	.hidden { display: none; }
	.commentlist { border-left: 3px double #eee; margin: 30px 0 0 30px; width: 100%; display: table; }
	.commentlist .comment { list-style: none; padding: 15px; margin-left: -45px; }
		.main-content .commentlist li:before { display: none; }
		.commentlist .avatar {
			width: 60px; height: 60px !important; padding: 0; overflow: hidden; float: left !important; margin-right: 30px;
			border: 3px double #eee; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px;
		}
		.commentlist .avatar img { height: 100%; width: auto; max-width: none; }
		.commentlist .comment-meta { color: #aaa; font-size: 10px; font-style: italic; }
		.commentlist .author {
			font-size: 11px; padding: 5px 10px; background: #eee; display: inline-block; margin: 15px 0 0 -10px;
			-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
		}
		.commentlist .author strong { color: #333; }
		.commentlist .comment .comment-body { margin: 5px 0 0 60px; }
	.commentlist .children  { padding: 0; }
	.commentlist > li > .children { margin: 0 0 0 -40px; }
	.commentlist .children li { padding: 0; margin: 0 0 10px 40px; }
		.commentlist .children li:before {
			content: ''; height: 1px; background: #eee; position: absolute; display: block;
			width: 40px; margin: 30px 0 0 -40px;
		}
		.commentlist .children .children:before { width: 80px; margin: 30px 0 0 -80px; }
		.commentlist .children .children .children:before { width: 120px; margin: 30px 0 0 -120px; }
		.commentlist .children .children .children .children:before { width: 160px; margin: 30px 0 0 -160px; }

	/* no avatar */
	.commentlist2 { margin: 30px 0 0 0; padding: 0; }
		.commentlist2 .comment { padding: 0; }
		.commentlist2 .children:before { display: none; }

	#commentform { margin: 15px 0 5px; display: table; }
		#commentform label { float: left; width: 25%; display: block; padding: 12px 3px 6px; font-size: 12px; }
		#commentform input, #commentform textarea { float: left; width: 70%; margin-bottom: 10px; }
	#comment-status { float: left; color: red; padding: 18px 24px; font-size: 11px; text-transform: uppercase; }
	.cancel-reply {
		font-size: 11px; text-transform: uppercase; color: #fff; background: #ccc; padding: 3px 5px; margin: 0 5px;
		-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	}

	/* default comment form */
	.logged-in-as {
		width: 95%; background: #eee; padding: 15px; margin: 0 0 30px;
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	}
	.comment-notes { margin: 0 0 30px; }
	.form-allowed-tags {
		clear: both; font-size: 11px; padding: 15px; background: #eee; margin: 30px 0; width: 95%;
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	}
	.form-submit { width: 95%; }
	#commentform .form-submit #submit { width: 100%; }

	body .wpcf7-not-valid-tip { padding: 3px 10px !important; margin: -35px 0 0 !important; }
	.wpcf7 form.invalid .wpcf7-response-output { border: none; text-align: center; padding: 10px 50px;margin: 0; color: #183f55; font-weight: bold; }

/* Search */

.searchicon { float: right; margin: 0px 0px 0px 20px; font-size: 18px; }
.search-overlay { position: fixed; width: 100%; height: 100%; top: 0; z-index: 99999; display: none; opacity: 0.98; }
.search-close {
	color: #fff; font-size: 30px; right: 30px; top: 30px; position: absolute; border: 3px solid; width: 50px; text-align: center; border-radius: 35px;
}
.search-overlay .soi { margin: 300px auto; display: table; position: relative; }
.search-overlay input#s {
	border: 0 solid !important; background: none !important; color: #fff; font-size: 72px; font-weight: 100;
	padding: 10px; outline: none; z-index: 99999; text-align: center;
}
.search-overlay input#searchsubmit { display: none; }

.search-list .col-md-3:nth-child(4n+1) { clear: both; }

::-webkit-input-placeholder { color: rgba(255,255,255,0.3); }
:-moz-placeholder { color: rgba(255,255,255,0.3); opacity: 1; }
::-moz-placeholder { color: rgba(255,255,255,0.3); opacity:  1; }
:-ms-input-placeholder { color: rgba(255,255,255,0.3); }
.search-overlay input[type="search"] { -moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield; }

/* Gallery */

.gallery { margin: 30px 0px !important; display: table; }
.wp-caption, .gallery-item { padding: 0px 5px 5px 0px !important; margin: 0px !important; width: auto !important; }
	.wp-caption a, .gallery-item a { float: left; background: #fff; }
	.gallery-item a img { width: 100%; height: auto; }
.wp-caption .wp-caption-text, .gallery-caption {
	padding: 15px !important; font-size: 12px; text-align: center; display: table; margin: 0px 0px 15px; width: 100%; font-style: italic;
}
.gallery img { border: none !important; display: table; }

/* Footer  */

.row-footer { padding: 60px 0px 60px; color: #575457; position: relative; }
	.row-footer .row div.col-md-12 { text-align: center; }
	.row-footer img { max-height: 60px; }
	.row-footer p { margin: 10px 0 0; font-size: 14px; }

/* NAVIGATION */

	#navigat { float: right; margin-top: 25px; display: table; width: 100%;}
		#navigat > div{ width: 75%; }
			#navigat > div > ul { display: flex; justify-content: center; width: 100%; }
				#navigat > div > ul li.lang2 { position: absolute; right: 50px; }
				#navigat > div > ul li.lang { position: absolute; right: 0; }


	.hnav { float: none; display: table; padding: 0px 0px 0px 0px; margin: 0px auto; }
	.hnav li { display: block; float: left; margin: 0px 10px; }
	.hnav li a { display: block; color: #111; font-size: 16px; font-weight: 400; text-decoration: none; text-transform: uppercase; }
	/* more levels */
	.hnav ul li a { color: #fff; }
	.hnav ul li a:hover { background: rgba(255,255,255,0.1); color: #fff !important; }
	.hnav li ul {
		position: absolute; margin: 0; box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		overflow: visible; padding: 10px; z-index: 1; display: none; z-index: 99999;
		-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
		-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;
	}
	.hnav li:hover ul { display: block; padding-bottom: 15px; }
	.hnav li ul li { display: block; position: relative; border: none; float: none; }
		.hnav li ul li a {
			font-size: 14px; margin: 0 0 2px; padding: 15px; color: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
		}
	.hnav li:hover ul ul { display: none; }
		.hnav li ul li:hover > ul { display: block }
			.hnav li ul li ul {
				display: none; position: absolute; top: -10px; margin-left: 215px; width: 300px; display: block;
			}

		li.yt a { background: url("../images/IC_site_icon_yt.svg") no-repeat; line-height: 200px; overflow: hidden; height: 30px; margin: 16px 0 0 8px; width: 60px; }
			.outer-nav li.yt a { overflow: hidden; height: 30px; display: block; margin: 30px 0 15px -5px; }
		li.lang a { color: #aaa !important; font-weight: bold; }
		li.lang2 {
			width: 25px !important;
			height: 45px;
			background-color: transparent;
			border-radius: 60px 0 0 60px;
			border: 3px solid red;
			border-right: 0;
			white-space: nowrap;
			line-height: 0;
			margin: 9px 20px 0 0 !important;
  	}
  	.outer-nav li.lang2 { padding: 7px 10px !important; margin: 50px 0 0 0 !important; }

	/* more levels */
	.hsub-two li ul {
		height: 100%;
		top: 0;
		background: rgba(30,30,30,0.95) !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		position: fixed;
	}
	.hsub-two li ul li a { padding: 15px 20px; color: #222; }
	.hsub-two li ul li ul {
		padding: 15px;
		height: 100%;
		background: rgba(50,50,50,0.95) !important;
		top: 0 !important;
		margin-left: 220px !important;
		position: fixed !important;
	}
	.hsub-two ul li a:hover { background: rgba(255,255,255,0.1); color: #cf0a2c; }

	/* mega */

	#navigat .mega > .sub-menu { width: 100%; left: 0px; }
	#navigat .mega > .sub-menu > li {
		float: left; border-right: 1px solid #ddd; padding: 15px 15px 0; width: 25%;
		margin-bottom: 10px; min-height: 210px; overflow: hidden;
	}
	#navigat .mega > .sub-menu > li:last-child, #navigat .mega > .sub-menu li:nth-child(4n) { border-right: none; }
	#navigat .mega > .sub-menu > li > a {
		font-weight: bold; padding: 0px 0px 15px; color: #cf0a2c; border-bottom: 3px double #e8e8e8;
		margin: -5px 0px 0px; font-size: 14px; line-height: 110%; text-transform: uppercase; width: 89%;
	}
	#navigat .mega .sub-menu .sub-menu {
		display: block; position: relative; margin: 0px; display: block; background: none;
		width: 100%; padding: 20px 0 0 0; box-shadow: none;
	}
	#navigat .mega .sub-menu .sub-menu li { padding: 0px; }
	#navigat .mega .sub-menu .sub-menu li a { padding: 5px 0px 5px; font-size: 14px; line-height: 100%; }


/* nav-effects */
.hnav a:after, .hnav a::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hnav a {
	position: relative;
	display: inline-block;
}

/* Effect 1: Brackets */
.hn-one > li > a { padding: 10px 5px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.hn-one > li > a::before,
.hn-one > li > a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.hn-one > li > a::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.hn-one > li > a::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.hn-one > li > a:hover::before,
.hn-one > li > a:hover::after,
.hn-one > li > a:focus::before,
.hn-one > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px) translateY(0px);
	-moz-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}
/* Effect 2: bottom border enlarge */
.hn-two > li > a { padding: 15px 30px 10px 0px; }
	.ncoheader .hn-two > li > a { padding: 15px 40px 10px 0px; }

.hn-two > li > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 20px;
	height: 1px;
	background: #ccc;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.hn-two > li > a:hover::after, .hn-two > li > a:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
/* Effect 3: three circles */
.hn-three > li > a {
	padding: 20px 15px 15px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.hn-three > li > a::before {
	position: absolute;
	top: 70%;
	left: 50%;
	color: transparent;
	content: '.';
	font-size: 10px;
	-webkit-text-shadow: 0 0 transparent;
	-moz-text-shadow: 0 0 transparent;
	text-shadow: 0 0 transparent;
	-webkit-transition: text-shadow 0.5s, color 0.5s;
	-moz-transition: text-shadow 0.5s, color 0.5s;
	transition: text-shadow 0.5s, color 0.5s;
}
.hn-three > li > a:hover::before, .hn-three > li > a:focus::before {
	color: #777;
	-webkit-text-shadow: -25px 0 #777, -20px 0 #777, -15px 0 #777, -10px 0 #777, -5px 0 #777, 5px 0 #777, 10px 0 #777, 15px 0 #777, 20px 0 #777, 25px 0 #777;
	-moz-text-shadow: -25px 0 #777, -20px 0 #777, -15px 0 #777, -10px 0 #777, -5px 0 #777, 5px 0 #777, 10px 0 #777, 15px 0 #777, 20px 0 #777, 25px 0 #777;
	text-shadow: -25px 0 #777, -20px 0 #777, -15px 0 #777, -10px 0 #777, -5px 0 #777, 5px 0 #777, 10px 0 #777, 15px 0 #777, 20px 0 #777, 25px 0 #777;
}
/* Effect 4: blur */
.hn-four > li > a {
	padding: 20px 10px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 15px;
}
.hn-four:hover > li > a {
	color: transparent !important;
	-webkit-text-shadow: 0 0 2px rgba(87,84,87, 0.5);
	-moz-text-shadow: 0 0 2px rgba(87,84,87, 0.5);
	text-shadow: 0 0 2px rgba(87,84,87, 0.5);
}
.hn-four > li > a:hover, .hn-four > li > a:focus {
	color: #575457 !important;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

/* Contact Form */

::-webkit-input-placeholder { color: #aaa; }
:-moz-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; }
:-ms-input-placeholder { color: #aaa; }

.wpcf7-form-control-wrap { position: relative; display: block; margin-bottom: 5px; }
.wpcf7-form-control-wrap + br { display: none; }
input, textarea, select {
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #666;
	cursor: text;
	resize: none;
	display: block;
	padding: 10px 10px 8px;
	margin: 0;
	width: 100%;
	height: auto;
	line-height: 1.4;
	background: #fff;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
select { cursor: pointer; width: 100%; }
textarea { height: 120px; }

input:focus, textarea:focus, select:focus { color: #151515; }
input[type="submit"] {
	font-weight: bold; background: #333; color: #fff; border: none; display: block;
	padding: 8px 20px 6px; float: left; width: auto;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
	position: absolute; border: none; opacity: 0; cursor: pointer; z-index: 999; padding: 15px; margin: 9px 0 0 -6px; height: 32px;
}
.wpcf7 input[type="checkbox"] + .wpcf7-list-item-label, .wpcf7 input[type=radio] + .wpcf7-list-item-label { width: 100%; }
.wpcf7 input[type=radio] + span:before, .wpcf7 input[type=checkbox] + span:before {
	float: left;
	width: 24px;
	height: 24px;
	padding: 0px;
	text-align: center;
	content: " ";
	background: #fff;
	border: 2px solid #ccc;
	position: relative;
	margin: 1px 10px 5px 0px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	z-index: 1;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
}

.wpcf7 input[type=radio]:checked + span:before, .wpcf7 input[type=radio]:hover:checked + span:before, .wpcf7 input[type=radio]:focus:checked + span:before {
	content: "\f111"; font-size: 6px;
}

.wpcf7-checkbox span.wpcf7-list-item { position: relative; display: inline-block; margin: 0px 15px 0px 10px; }

.wpcf7 input[type=checkbox] + span:before { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.wpcf7 input[type=checkbox]:checked + span:before,
.wpcf7 input[type=checkbox]:hover:checked + span:before,
.wpcf7 input[type=checkbox]:focus:checked + span:before { content: "\f00c"; }

span.vfb-required-asterisk { position: absolute; margin-left: 3px; color: red; }

.vfb-item-submit .ajax-loader { position: absolute; margin: 35px 0 0 10px; }
.wpcf7 form { position: relative; display: table; width: 100%; }
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
	bottom: 42px;
	border: none !important;
	text-align: left;
	clear: both;
	border-top: 1px solid #eee !important;
	padding: 15px !important;
}
.wpcf7-mail-sent-ok {
	border: none !important;
	color: green !important;
}
.wpcf7-not-valid-tip {
	position: absolute;
	border: none !important;
	right: 5px !important;
	left: auto !important;
	z-index: 100 !important;
	color: #fff !important;
	font-size: 12px !important;
	padding: 6px 10px !important;
	font-weight: bold !important;
	margin: -40px 0 0 0;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wpcf7-form p {}

/* Case Study */

.cstudy { padding-bottom: 30px; margin-bottom: 45px; }
.cstudy .cs-content p { padding-right: 30px; }
	.cstudy .cs-content > p:first-of-type { font-size: 16px; font-weight: bold; color: #555; margin-top: 35px; }
.cstudy .cs-images h3 { text-transform: uppercase; font-size: 21px; text-align: center; margin: 0px 0px 15px; }
.cstudy .cs-images ul { padding: 0px; margin: 0px; }
	.cstudy .cs-images ul li { list-style: none; padding: 5px; border: 1px solid #eee; margin: 10px 0px 0px; display: table; width: 100%; }
	.cstudy .cs-images ul li img { width: 100%; height: auto; }
.cstudy .cs-projectinfo { margin-top: 45px; border-top: 1px dashed #eee; padding: 30px; color: #999; font-size: 13px; }

/* Slideshow */

.a-show { position: relative; overflow: auto; }
	.a-show ul { margin: 0; padding: 0; }
	.a-show ul li {
		list-style: none; float: left;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	.a-show li div { padding: 100px 0 0; color: #fff; }
		.a-show li h2 { font-size: 48px; margin-bottom: 10px; }
		.a-show li h3 { font-size: 32px; }
		.a-show li a { margin-top: 30px; }
		.a-show li .a-right { text-align: right; }
		.a-show li .a-right a { float: right; }
		.a-show li .a-center { text-align: center; }
		.a-show li .a-center a { float: none; display: inline; }
	.a-show .dots {
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}
	.a-show .dots li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		text-indent: -999em;
		border: 2px solid #fff;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		cursor: pointer;
		opacity: .4;
		-webkit-transition: background .5s, opacity .5s;
		-moz-transition: background .5s, opacity .5s;
		transition: background .5s, opacity .5s;
	}
	.a-show .dots .active {
		background: #fff;
		opacity: 1;
	}
	.aftershow { height: 5px; display: none; }

	.a-left .sco { margin-top: 30px; }
	.a-left .sco a { }
	.a-left .sco img { border-radius: 3px; overflow: hidden; height: 60px; width: auto; float: left; margin-right: 10px; opacity: 0.25; }
	.a-left .sco a img { opacity: 1; }

	/* the mobile image */
	.phoneimg { transform: translateY(-90%); z-index: 99; position: absolute; right: 0px; }
	.phoneimg img { max-height: 80vh; width: auto; margin-right: -75px; }

/* ------------------------------------------------------------------------
   MOBILE.CSS
------------------------------------------------------------------------ */

#show-menu {
	padding: 35px 35px 0 0;
	color: #111;
	font-size: 15px;
	cursor: pointer;
	margin-top: 30px;
	z-index: 99999;
	float: right;
	text-transform: uppercase;
	line-height: 100%;
}
#show-menu i { font-size: 15px; margin: -3px 0px 0px 15px; float: right; }
#show-menu.sm-wide {
	width: 100%;
}

.big-wrapper {
	position: relative;
	overflow: hidden;
}

.perspective {
	position: relative;
	width: 100%;
	min-height: 100%;
}

.big-container {
	background: #fff;
	min-height: 100%;
	position: relative;
	outline: 1px solid rgba(0,0,0,0);
	z-index: 10;
	-webkit-transform: translateZ(0) translateX(0) rotateY(0deg); /* reset transforms (Chrome bug) */
	transform: translateZ(0) translateX(0) rotateY(0deg);
}


/* Modal View */

.perspective.modalview {
	position: fixed;
	-webkit-perspective: 1500px;
	perspective: 1500px;
}
.modalview .big-container {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.modalview .big-wrapper {
	-webkit-transform: translateZ(-1px);
}
.animate .big-container::after {
	opacity: 1;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Outer Nav */

.outer-nav {
	position: absolute;
	height: 100%;
	width: 85%;
	font-size: 2em;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	opacity: 0;
	background: #fff;
}
.outer-nav.op100 { opacity: 1; }
.outer-horizontal {
	left: 50%;
	max-width: 1000px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.outer-left { left: 25%; }
.outer-right { right: 0px; overflow-y: auto; padding: 20px 0px; }
.outer-top { top: 25%; }
.outer-bottom { bottom: 25%; }

.outer-nav > div { height: 100%; width: 100%; display: table; border-left: 5px solid #e73428; }
	.outer-nav > div .menu { height: auto; display: table-cell; vertical-align: middle; padding: 50px 150px; }

.outer-nav > a {
	background: #e73428; color: #fff !important; border-radius: 50%; width: 36px; height: 36px; text-align: center;line-height: 38px;
	position: absolute; top: 10px; right: 10px; transform: rotateY(0deg) rotate(45deg); font-size: 30px; display: block; padding: 0 !important;
}


/* General Look */
.outer-nav .menu > li { margin: 10px 0 0 50px; width: 42%; float: left; }
.outer-nav li { list-style: none; margin: 5px 0; font-size: 16px; padding: 0; }
.outer-nav > div > ul > li > a { color: #575457; padding: 5px 10px 5px; font-size: 18px; text-transform: uppercase; }
.outer-nav > div > ul > li > a:hover { color: #111 }
.outer-nav > div > ul > li > a:before { content: ""; display: block; height: 1px; width: 30px; margin: 0 0 10px; }
.outer-nav .sub-menu li { float: left; }
.outer-nav .sub-menu li a:hover { background-color: #fff !important; color: #333; border-radius: 5px; text-decoration: none; }

/* Subnavigation */
.showsub { left: -160px !important; }
.showsub2 { left: -520px !important; }
.sm3 { left: 540px !important; }
.outer-nav .sub-menu, .sm3 { margin: 15px 0 0; display: table; padding: 0; }
.outer-nav .sub-menu a { padding: 0; color: #575457; font-size: 15px; line-height: 100%; margin: 0 0 10px; display: inline-block; }
.outer-nav .showme > .sub-menu, .sm3.showme { opacity: 1; display: block; }
.outer-nav .sub-menu > .backto, .sm3 .backto {
	font-size: 11px;
	background: #fff;
	color: #fff;
	padding: 5px 15px 4px;
	margin: 0 0 30px 5px;
	display: table;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.outer-nav .menu-item-has-children > a:after {
	/* content: '\00BB';
	font-weight: bold;
	margin: 0 0 0 8px; */
}

/* Effect rot3d */

.perspective {
	background-color: #f9f9f8;
	background-image: -webkit-radial-gradient(center center, circle cover, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 100%);
	background-image: -moz-radial-gradient(center center, circle cover, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 100%);
	background-image: -ms-radial-gradient(center center, circle cover, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 100%);
	background-image: -o-radial-gradient(center center, circle cover, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 100%);
}
.perspective .big-container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	padding: 50px 0 0;
}
.effect-rot3d.animate .big-container {
	-webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
	transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
}
.no-csstransforms3d .effect-rot3d.animate .big-container { left: 75%; }

/* Effect Move Right */
.effect-moveright.animate .big-container, .effect-moveright.animate header {
	-webkit-transform: translateX(-85%);
	transform: translateX(-85%);
}
.no-csstransforms3d .effect-moveright.animate .big-container { left: 75%; }

/* Effect Small Right */
.effect-smallright.animate .big-container {
	-webkit-transform: translateZ(-300px) translateX(90%);
	transform: translateZ(-300px) translateX(90%);
}
.no-csstransforms3d .effect-smallright.animate .big-container { left: 75%; }

/* Social */

.soc-colors a {
	display: block; background: #fff; color: #aaa; border: 2px solid; border-radius: 50%; text-align: center;
	width: 45px; height: 45px; line-height: 48px; float: left; margin-left: 5px;
}
.soc-colors a i { font-size: 150%; }
.soc-colors .soc-facebook { background: #507cbe; color: #fff; border: 2px solid #507cbe; }
	.soc-colors .soc-facebook:hover { color: #507cbe; background: transparent; border: 2px solid #507cbe; }
.soc-colors .soc-twitter { background: #54abf4; color: #fff; border: 2px solid #54abf4; }
	.soc-colors .soc-twitter:hover { color: #54abf4; background: transparent; border: 2px solid #54abf4; }
.soc-colors .soc-youtube { background: #e02c1c; color: #fff; border: 2px solid #e02c1c; }
	.soc-colors .soc-youtube:hover { color: #e02c1c; background: transparent; border: 2px solid #e02c1c; }
.soc-colors .soc-linkedin { background: #1683bb; color: #fff; border: 2px solid #1683bb; }
	.soc-colors .soc-linkedin:hover { color: #1683bb; background: transparent; border: 2px solid #1683bb; }
.soc-colors .soc-pinterest-square { background: #ca231f; border: 2px solid #ca231f; }
	.soc-colors .soc-pinterest-square:hover { color: #ca231f; background: transparent; border: 2px solid #ca231f; }
.soc-colors .soc-google-plus { background: #dc4c30; color: #fff; border: 2px solid #dc4c30; }
	.soc-colors .soc-google-plus:hover { color: #dc4c30; background: transparent; border: 2px solid #dc4c30; }
.soc-colors .soc-flickr { background: #ef0787; color: #fff; border: 2px solid #ef0787; }
	.soc-colors .soc-flickr:hover { color: #ef0787; background: transparent; border: 2px solid #ef0787; }
.soc-colors .soc-instagram { background: #34628d; color: #fff; border: 2px solid #34628d; }
	.soc-colors .soc-instagram:hover { color: #34628d; background: transparent; border: 2px solid #34628d; }
.soc-colors .soc-skype { background: #15b3f2; color: #fff; border: 2px solid #15b3f2; }
	.soc-colors .soc-skype:hover { color: #15b3f2; background: transparent; border: 2px solid #15b3f2; }
.soc-colors .soc-vimeo-square { background: #1db7ef; color: #fff; border: 2px solid #1db7ef; }
	.soc-colors .soc-vimeo-square:hover { color: #1db7ef; background: transparent; border: 2px solid #1db7ef; }

/* RESPONSIVE MOBILE NAVIGATION */

/* 240 > 500 >750 >980 > 1220 > 1400 */

@media screen and (min-widht: 1220px) {
	.circleshape svg { top: 25px; }
}
@media screen and (max-width: 1220px) and (min-width: 980px) {

}
@media screen and (max-width: 980px) and (min-width: 750px) {
	.outer-top { top: 15%; }
	.outer-bottom { bottom: 15%; }
	.cardcont { width: 48%; }
	.reviews .item .innerbox { width: 70%; }
	.highlights .col-md-3 { width: 50%; }
	.circleshape svg { top: 70px; }
}
@media screen and (max-width: 750px) and (min-width: 500px) {
	.outer-top { top: 5%; }
	.outer-bottom { bottom: 5%; }
	.outer-horizontal { font-size: 18px; }
	.outer-horizontal a { display: block; text-align: left; }
	.outer-nav .sub-menu { width: 320px; }
	.cardcont { width: 48%; }
	.reviews .item .innerbox { width: 70%; }
	.highlights .col-md-3 { width: 50%; }
	.circleshape svg { top: 70px; }
}
/* mobile size */
@media screen and (max-width: 500px) {
	.outer-horizontal, .outer-vertical { font-size: 15px; }
	.outer-nav .sub-menu { padding-left: 0px; }
	.outer-nav a { padding: 10px 15px; }

	section.video .container { /* aspect-ratio: 1080/1600; min-height: 60vh; */ position: relative; padding-top: 141%; }
		section.video video { position: absolute; top: 0; }

	header { padding: 15px 30px; height: auto !important; display: block; width: 100%; position: relative; }
		header .row > div { float: left; padding: 0; }
		header .row > div.col-md-9, header .row > div.col-md-10 { float: right; }
		header a.logo { margin: 0 20px; max-width: 80%; }
		header a.logo img { max-width: 75px; }
	#show-menu { margin-top: -10px; }

	.circleshape svg { top: 0; transform: translate(50%, -100px) rotate(90deg); transform-origin: left; }
	.highlights .abs0_column { width: 100%; }
	.highlights .abs0_columns + h1 { font-size: 18px; padding: 50px; }
	.introslide h2 { font-size: 27px; }
	.highlights .abs0_columns + p { padding: 50px; }
	.bigvideo { background-size: cover; background-position: center; padding: 20px 0 10px !important; }
	.bigvideo h4 { font-size: 18px; }
	.playbutton { transform: scale(0.5); margin: 0 auto; }
	.reviews .item .people { margin: 0 auto 15px; float: none; }
	.reviews .item .innerbox { padding: 20px; width: 100%; float: none; }
	.reviews .item p { line-height: 135%; }
	.ugyfeleink h2 { font-size: 36px; }
	.szolgaltatasaink h2 { font-size: 27px; }
	.cardcont { width: 100%; margin: 20px 0; }
	.kapcsolat .container { margin: 0; padding: 0; box-shadow: none; }
	.kapcsolat h2 { font-size: 36px; }
	.boxwithshadow { margin: 30px auto; padding: 30px; box-shadow: 0 0 30px rgb(0 0 0 / 20%); margin-bottom: 30px; }

	.bigimage { width: 100%; margin: 0; background-position: 65% center; background-size: 200%; }
	.bigimage h1 { margin: 100px 0 !important; font-size: 30px; text-align: left; padding-left: 30px; }

	.main-content { padding: 0px 30px; }
	.post-template-default .main-content { width: 80%; margin: 0 auto; }
	.post-template-default .bigimage .col-md-12 { width: 80%; margin: 0 auto; }
	.post-template-default .slp1, .post-template-default .slp2 { top: 50px; right: 10px; }
  	.post-template-default .slp1 { left: 10px; right: auto; }

	.product-template-default .simple-link-pages { width: 50%; margin: 0 auto 30px; display: table; text-align: center; }
	.product-template-default .slp1, .product-template-default .slp2 {
		position: relative; right: auto; left: auto; display: inline-block; margin: 0px 10px;
	}

	body.single-post h1 { font-size: 27px; }

	.wp-caption, .gallery-item { display: block; width: 50% !important; height: auto; overflow: hidden; }
	.gallery img { display: block; width: 100%; height: auto; }
	.gallery-item + br { display: none; }

	.lpost-list .lpost-title { margin: 0px 0px 15px 15px !important; float: none; clear: both; }
	.lpost-list .lpost-year { margin: 15px }
	.lpost-list span.pmeta { margin: 5px 15px !important; display: table; clear: both; }

	.multicols { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; padding: 30px; }

	.row-footer { padding: 0px; }
	.row-footer .container { padding: 0 0 30px; }
	.row-footer img { display: block; margin: 0 auto 15px; }
	.row-footer a { display: block; }

	.owl-controls .owl-buttons div { right: -20px !important; }
	.owl-controls .owl-buttons div.owl-prev { left: -20px !important; }
	.reviews .owl-controls .owl-buttons div { top: 100px; }
	.reviews .owl-controls .owl-buttons div { right: 50px !important; }
	.reviews .owl-controls .owl-buttons div.owl-prev { left: 50px !important; }

		.fullwidth .a-show { margin: 15px 0 -45px !important; }
			.fullwidth .owl-item { height: 300px !important; }
			.fullwidth img.lazyOwl { height: 300px !important; width: auto !important; }
		.fullwidth .owl-item .item > div { top: 50% !important; transform: translateY(-50%); }
		.fullwidth .owl-item h2 { font-size: 27px !important; padding: 0 !important; margin: 0 !important; }
		.fullwidth .owl-item:after { width: 173px !important; height: 88px !important; }
		.fullwidth .owl-pagination { bottom: 10px; }

		.outer-nav  > div .menu { padding: 0 30px; }
		.outer-nav .menu > li { margin: 0; width: 100%; float: none; }

.perspective .big-container { padding: 60px 0 0; }

}
/* really small */
@media screen and (max-width: 240px) {}
