@charset "utf-8";

/*
Theme Name: Otakon
Theme URI: http://www.otakon.fi
Version: 1.0
*/

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.ir {
	border: 0;
	background-color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

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

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


.wp-caption {
	display: inline-block;
	max-width: 100% !important;
	vertical-align: top;
}

.wp-caption img {
	display: block;
	margin: 0 0 0 5px;
}

.wp-caption a {
	display: block;
}

.wp-caption-text {
	margin: 0 5px 5px;
	padding: 7px 5px;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 17px;
	text-align: center;
	color: inherit;
}

.alignleft {
	margin-right: 45px;
	margin-bottom: 25px;
	float: left;
}

.wp-caption.alignleft {
	margin-left: -5px;
	margin-right: 45px;
}

.alignright {
	margin-left: 45px;
	margin-bottom: 25px;
	float: right;
}

.wp-caption.alignright {
	margin-left: 45px;
	margin-right: -5px;
}

.aligncenter {
	display: block;
	margin: 0 auto 1.7692em;
}

.wp-caption.alignnone {
	margin-bottom: 1.7692em;
}


#imageview-shade {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.65);
	z-index: 10000;
}

#imageview-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 5;
}

#imageview-loading .dot {
	width: 10px;
  height: 10px;
	border: 2px solid #c73944;
	border-radius: 50%;
	margin: 0 5px;
	float: left;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: fx 1000ms ease infinite 0ms;
	animation: fx 1000ms ease infinite 0ms;
}

#imageview-loading .dot:nth-child(2) {
	-webkit-animation: fx 1000ms ease infinite 300ms;
	animation: fx 1000ms ease infinite 300ms;
}

#imageview-loading .dot:nth-child(3) {
	-webkit-animation: fx 1000ms ease infinite 600ms;
	animation: fx 1000ms ease infinite 600ms;
}

@-webkit-keyframes fx {
	50% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}
@keyframes fx {
  50% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}


#imageview-box {
	position: fixed;
	left: 60px;
	top: 30px;
	right: 60px;
	bottom: 30px;
	box-shadow: rgba(0,0,0,0.5) 0 0 25px;
	border: 10px solid rgba(255,255,255,0.1);
	background: #fff;
	background-clip: padding-box;
	padding: 10px;
	z-index: 10001;
}

#imageview-box.touchscreen {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#imageview-imagewrap {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 4;
}

#imageview-image {
	position: absolute;
	left: 0;
	top: 0;
}

#imageview-prev,
#imageview-next {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 50px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#imageview-prev {
	left: -45px;
	background-image: url(_img/arr-left.svg);
}

#imageview-next {
	right: -45px;
	background-image: url(_img/arr-right.svg);
}

.touchscreen #imageview-prev,
.touchscreen #imageview-next {
	display: none;
}


#imageview-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	background: url(_img/nav-close-black.svg) 50% no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}


.slidr-nav,
.mslidr-nav {
	line-height: 1;
	z-index: 100;
}

.slidr-nav .slidr-pagenums,
.mslidr-nav .mslidr-pagenums {
	padding: 0;
	margin: 0;
	z-index: 4;
	white-space: nowrap;
}

.slidr-nav li,
.mslidr-nav li {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 4px solid #ff732b;
	border-radius: 50%;
	background-color: transparent;
	text-indent: -9999px;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
}

.slidr-nav li+li,
.mslidr-nav li+li {
	margin-left: 8px;
}

.slidr-nav li.current,
.mslidr-nav li.current {
	background-color: #ff732b;
}

.slidr-nav .slidr-nextprev {
	overflow: hidden;
	cursor: pointer;
	z-index: 4;
}



form {
	display: block;
	max-width: 100%;
	padding: 30px 0 0;
	z-index: 1;
}

form:last-child {
	padding-bottom: 0;
}

form p {
	width: 100%;
	padding: 0;
	clear: both;
}

form p.half,
form p.third {
	width: 49%;
	float: left;
	clear: none;
}

form p.half+p.half,
form p.third+p.third {
	margin-left: 2%;
}

form p.half.even,
form p.third.first {
	margin-left: 0 !important;
}

form p.third {
	width: 32%;
}


label {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 1rem;
	font-weight: 700;
	vertical-align: top;
	color: inherit;
}

label.mandatory:after {
	content: "*";
	padding-left: 5px;
	color: #e33;
}

::-webkit-input-placeholder {
	font-weight: 400;
	color: #777d7d;
	opacity: 1;
}

:-moz-placeholder {
	font-weight: 400;
	color: #777d7d;
	opacity: 1;
}

::-moz-placeholder {
	font-weight: 400;
	color: #777d7d;
	opacity: 1;
}

:-ms-input-placeholder {
	font-weight: 400;
	color: #777d7d;
	opacity: 1;
}

.placeholdersjs {
	color: #777d7d !important;
}

input,
select,
textarea {
	font-family: Poppins, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	vertical-align: middle;
	color: inherit;
}

textarea {
	font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	border: 1px solid #aaadad;
	border-radius: 4px;
	box-shadow: rgba(0,0,0,0.03) 0 0 15px inset;
	background: #f7f7f7;
	background: #fff;
	margin: 0 0 15px;
	padding: 12px 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: #e26826 !important;
}


select {
	width: 100%;
	border: 1px solid #aaadad;
	box-shadow: rgba(0,0,0,0.03) 0 0 15px inset;
	background: #fff;
	margin: 0 0 15px;
	line-height: 15px;
	padding: 9px 11px;
}

textarea {
	line-height: 21px;
}

input[type="radio"] {
	margin: 6px 5px 0 0;
	padding: 0;
	vertical-align: top;
}

input[type="checkbox"] {
	margin: 6px 5px 0 0;
	padding: 0;
	vertical-align: top;
}

input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="submit"] {
	display: block;
	height: 35px;
	border: 2px solid #aaadad;
	border-radius: 4px;
	background: none;
	margin: 15px auto 0;
	padding: 0 25px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
}

input[type="submit"]:hover {
	border-color: inherit;
	background: #fff;
}


.wpcf7-form .ajax-loader {
	display: block !important;
	margin: 5px auto 0 !important;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block !important;
}

.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-list-item {
	display: inline-block;
	margin: 0 0 10px;
}

.wpcf7-form .wpcf7-list-item label {
	display: inline-block;
	margin-right: 15px;
	font-weight: 400;
	vertical-align: top;
}

.wpcf7-form .wpcf7-not-valid {
	box-shadow: rgba(255,0,0,0.15) 0 0 10px inset;
}

.wpcf7-form.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	left: auto;
	top: -10px;
	right: 10px;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	background: rgba(255,255,224,0.9);
	margin: 0;
	padding: 3px 10px 4px;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	color: #666;
}

.wpcf7-form .wpcf7-response-output {
	border: 1px solid #c7c7c7 !important;
	border-radius: 4px;
	background: #ffe;
	margin: 10px 0 0;
	padding: 6px 13px 7px;
	font-size: 13px;
	text-align: center;
	color: inherit;
	clear: both;
}


html,
button,
input,
select,
textarea {
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
	margin: 0;
}


html {
	box-sizing: border-box;
	font: 400 87.5%/2.2143 Poppins, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

body {
	background: #fff;
	color: #333;
}


body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}


a,
a:visited {
	text-decoration: none;
	cursor: pointer !important;
	outline: none;
	color: #ff732b;
	-webkit-transition: color 150ms ease-out;
	-ms-transition: color 150ms ease-out;
	transition: color 150ms ease-out;
}

a:hover,
a:visited:hover {
	color: #666;
}

.ce-bgcolor[style*="background-color: #ff732b;"] a {
	color: inherit;
}

.ce-bgcolor[style*="background-color: #ff732b;"] a:hover {
	color: #e4e4e4;
}


a.button {
	display: inline-block;
	vertical-align: top;
}

a.button.corners {
	position: relative;
	height: 36px;
	font-size: 1.1429rem;
	font-weight: 600;
	line-height: 2.1875;
}

a.button.corners:before, 
a.button.corners:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 36px;
	background-size: contain;
	vertical-align: middle;
}

a.button.corners:before {
	background: url(_img/button-corners-left.svg) 0 50% no-repeat;
}

a.button.corners:after {
	background: url(_img/button-corners-right.svg) 100% 50% no-repeat;
}


.wrapper {
	box-sizing: content-box;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.wrapper * {
	box-sizing: border-box;
}



.linklist {
	padding: 0;
	list-style: none;
}

.hilite { color: #ff732b !important; }
.upper { text-transform: uppercase; }
.centered, .centered .column { text-align: center; }


h1 {
	padding: 0 0 0.5em;
	font-size: 2.1429rem;
	font-weight: 700;
	line-height: 1.4;
}

h2 {
	padding: 0 0 0.5em;
	font-size: 1.7143rem;
	font-weight: 700;
	line-height: 1.1250;
}

h3,
h4 {
	padding: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.2143;
}

p {
	padding: 0 0 2.2143em;
}

ul {
	padding: 0 0 2.2143em 17px;
}

ul ul,
ol ul {
	padding: 0 0 3px 17px;
	list-style: disc;
}

ol {
	padding: 0 0 2.2143em 21px;
}

ol ol,
ul ol {
	padding: 0 0 3px 21px;
}

blockquote {
	margin: 0;
	padding: 0 0 2.2143em;
	font-size: 1rem;
	font-style: italic;
	font-weight: 500;
	line-height: 2.2143;
}



.column {
	display: inline-block;
	width: 46%;
	vertical-align: top;
}

.column+.column {
	margin-left: 8%;
}

.column>:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


.column.single {
	width: 100%;
	margin-left: 0 !important;
	padding: 0;
}


.column.parts-1 { display: block; width: 100%; }

.column.parts-2 { width: 46%; }
.column.parts-2:nth-child(2n+1) { margin-left: 0 !important; }
.column.parts-2:nth-child(1n+3) { margin-top: 60px; }

.column.parts-3 { width: 28%; }
.column.parts-3:nth-child(3n+1) { margin-left: 0 !important; }
.column.parts-3:nth-child(1n+4) { margin-top: 60px; }

.column.parts-4 { width: 19%; }
.column.parts-4:nth-child(4n+1) { margin-left: 0 !important; }
.column.parts-4:nth-child(1n+5) { margin-top: 60px; }

.column.parts-5 { width: 16.8%; }
.column.parts-5+.parts-5 { margin-left: 4%; }
.column.parts-5:nth-child(5n+1) { margin-left: 0 !important; }
.column.parts-5:nth-child(1n+6) { margin-top: 60px; }

.column.parts-6 { width: 15%; }
.column.parts-6+.parts-6 { margin-left: 2%; }
.column.parts-6:nth-child(6n+1) { margin-left: 0 !important; }
.column.parts-6:nth-child(1n+7) { margin-top: 60px; }



.services-item.column.parts-5 { width: 180px; }
.services-item.column.parts-5+.parts-5 { margin-left: 0%; margin-bottom:60px; }
.services-item.column.parts-5:nth-child(5n+1) { margin-left: 0 !important; }
.services-item.column.parts-5:nth-child(1n+6) { margin-top: 60px; }


.ce-block {
	padding: 80px 0;
}


.ce-block.ce-single-column:not(.ce-fullwidth-content) .wrapper {
	max-width: 800px;
}

.ce-block:not(.ce-bgcolor)+.ce-block:not(.ce-bgcolor):not(.ce-fullwidth-image) {
	padding-top: 0;
}


.ce-block.ce-bgimage {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.ce-block.ce-bgimage.ce-imagesized {
	position: relative;
	padding-bottom: 0;
}

.ce-block.ce-bgimage.ce-imagesized>div {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.ce-text-image.ce-image-left .column:last-child,
.ce-text-image.ce-image-right .column:first-child {
	margin-top: 40px;
	margin-bottom: 40px;
}

.ce-text-image .column {
	vertical-align: middle;
}

.ce-text-image.ce-image-left .column:first-child,
.ce-text-image.ce-image-right .column:last-child {
	text-align: center;
}

.ce-text-image.ce-fullwidth-image {
	position: relative;
}

.ce-fullwidth-image .wide-image {
	position: absolute;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.ce-fullwidth-image.ce-image-left .wide-image {
	left: 0;
	background-position: 75% 50%;
}

.ce-fullwidth-image.ce-image-right .wide-image {
	right: 0;
	background-position: 25% 50%;
}

.ce-fullwidth-image .ce-blockimg-link {
	display: inline-block;
	max-width: 100%;
	outline: none;
}

.ce-text-image img.border {
	border: 5px solid rgba(0,0,0,0.15);
}

.ce-text-image.ce-bgcolor img.border,
.ce-text-image.ce-bgimage img.border {
	border: 5px solid rgba(255,255,255,0.35);
}


.ce-block.ce-single-column.nobottompadding {
	padding-bottom: 2.2143em;
}


.ce-block.ce-wide-image {
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.ce-block.ce-wide-image>a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	outline: none;
}

.ce-block.ce-wide-image.parallax {
	position: relative;
	background-position: 50% 0%;
	background-size: 100% auto;
}

.ce-block.ce-wide-image.parallax:before,
.ce-block.ce-wide-image.parallax:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 5px;
}

.ce-block.ce-wide-image.parallax:before {
	top: -5px;
	box-shadow: rgba(0,0,0,0.15) 0 5px 15px;
}

.ce-block.ce-wide-image.parallax:after {
	bottom: -5px;
	box-shadow: rgba(0,0,0,0.15) 0 -5px 15px;
}


.ce-block.ce-services {
	text-align: center;
}

.ce-block.ce-services .services-introtext>:last-child {
	padding-bottom: 0;
}

.ce-block.ce-services .services-items {
	padding: 40px 0 50px;
}

.ce-block.ce-services .services-item-icon {
	height: 90px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto 50px;
}

.ce-block.ce-services .services-item-text {
	padding: 0;
	line-height: 1.3571;
	font-weight:600;
}


.ce-block.ce-servicecards {
	padding-top: 35px;
	padding-bottom: 65px;
	text-align: center;
}

.ce-block.ce-servicecards .servicecard {
	width: 30.6667%;
	background: #fff;
}

.ce-block.ce-servicecards .servicecard+.servicecard {
	margin-left: 4%;
}

.ce-block.ce-servicecards .servicecard-photo {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 71.7742%;
}

.ce-block.ce-servicecards .servicecard-text {
	padding: 30px 20px;
	line-height: 1.3571;
}

.ce-block.ce-servicecards .servicecard-text>:last-child {
	padding-bottom: 0;
}


.ce-block.ce-references .references-slider {
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}

.ce-block.ce-references .reference-slides {
	white-space: nowrap;
	overflow: hidden;
}

.ce-block.ce-references .reference-slide {
	display: inline-block;
	width: 30%;
	white-space: normal;
	vertical-align: top;
}

.ce-block.ce-references .reference-slide+.reference-slide {
	margin-left: 5%;
}

.ce-block.ce-references .reference-photo {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 53.3923%;
}

.ce-block.ce-references .reference-text {
	background: #ff732b;
	padding: 6px 20px 5px;
	line-height: 1.3571;
	color: #fff;
}

.ce-block.ce-references .mslidr-pagenums {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	text-align: center;
}

.ce-block.ce-references .mslidr-nextprev {
	display: none;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ff732b;
	font-size: 40px;
	line-height: 49px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ce-block.ce-references .mslidr-nextprev.prev {
	left: -65px;
}

.ce-block.ce-references .mslidr-nextprev.next {
	right: -65px;
}


.navigation.pagination {
	border-top: 2px solid #d9eaf2;
	margin-top: 0;
	padding: 20px 0;
	text-align: center;
}

.navigation.pagination .screen-reader-text {
	display: none;
}

.nav-links {
	padding: 7px 5px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
	display: none;
}

.nav-links .page-numbers {
	display: inline-block;
	width: 31px;
	height: 31px;
	text-align: center;
	vertical-align: top;
}

.nav-links .page-numbers+.page-numbers {
	margin: 0 0 0 7px;
}

.nav-links .page-numbers.dots,
.nav-links .page-numbers.dots+.page-numbers {
	margin: 0;
}

.nav-links .page-numbers.current {
	border-radius: 3px;
	background: #424f57;
	color: #fff;
}


#head {
	height: 120px;
	background: #fff;
	padding: 45px 0 25px;
}

#head>.wrapper {
	position: relative;
}

#head #logo {
	display: inline-block;
	padding: 0;
	line-height: 1;
	vertical-align: bottom;
}

#head #logo a {
	display: block;
}

#head #logo img {
	display: block;
	max-width: 100%;
	height: auto;
}


#nav-main-wrap {
	display: inline-block;
	width: calc(100% - 264px);
	padding: 0 0 3px 20px;
	font-size: 1.1429rem;
	font-weight: 600;
	line-height: 1.5625;
	text-align: right;
	vertical-align: bottom;
}

#nav-main li {
	display: inline-block;
	vertical-align: top;
}

#nav-main li+li {
	margin-left: min(45px, 3.25vw);
}

#nav-main a {
	display: block;
	color: #666;
}

#nav-main .current-menu-item a, 
#nav-main a:hover {
	color: #ff732b;
}


#head-extras {
	position: absolute;
	right: 10px;
	top: -10px;
	font-size: 1.2857rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #ff732b;
}


#billboard {
	position: relative;
	padding-top: 28.4615%;
	overflow: hidden;
	min-height:350px;
}

.page-template-page-home #billboard {
	padding-top: 38.1538%;
}

#billboard .billboard-slide {
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#billboard .billboard-slide a {
	display: block;
	height: 100%;
	outline: none;
}

#billboard .billboard-slide a:hover {
	color: inherit;
}

#billboard .billboard-slide:first-child {
	left: 0;
}

#billboard .billboard-slide .wrapper {
	position: relative;
	height: 100%;
}

#billboard .billboard-slide-text {
	position: absolute;
	left: 10px;
	top: 50%;
	right: 10px;
	padding: 0 88px;
	font-size: 1.1429rem;
	line-height: 1.5625;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-template-page-home #billboard .billboard-slide-text {
	text-shadow: rgba(255,255,255,0.25) 0 1px 0;
	-webkit-transform: translateY(-75%);
	transform: translateY(-75%);
}


#billboard .billboard-slide-text:before, 
#billboard .billboard-slide-text:after {
	content: "";
	display: none;
	position: absolute;
	left: 30px;
	right: 30px;
	min-height: 58px;
	background-size: contain;
}

#billboard .billboard-slide-text:before {
	top: 0;
	background: url(_img/billboard-corners-top.svg) 50% 0 no-repeat;
	margin-top: -30px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

#billboard .billboard-slide-text:after {
	bottom: 0;
	background: url(_img/billboard-corners-bottom.svg) 50% 100% no-repeat;
	margin-bottom: -30px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

#billboard .billboard-slide-text h1 {
	padding: 0 0 0.3571em;
	font-size: 3rem;
	line-height: 1.0714;
}

#billboard .billboard-slide-text>:last-child {
	padding-bottom: 0;
}


#billboard .slidr-nav {
	position: absolute;
	left: 50%;
	bottom: 25px;
	z-index: 100;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#billboard .slidr-nav li.current {
	background: #fff;
}


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

#main iframe {
	display: inline-block;
	vertical-align: top;
}


#tail {
	background: #ff732b;
	padding: 25px 0 50px;
	font-size: 1.1429rem;
	font-weight: 600;
	line-height: 2.1875;
	text-align: center;
	color: #fff;
}

#tail p:last-child {
	padding-bottom: 0;
}

#tail a {
	color: inherit;
}

#tail a:hover {
	color: #eee;
}


.tablepress-table-name {
	background: #ff732b;
	padding: 8px 22px 6px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.2143;
	color: #fff;
}

table {
	margin-bottom: 2.2143em;
	font-size: 1rem;
	line-height: 2.2143;
}

.tablepress, 
.tablepress tr, 
.tablepress tbody td, 
.tablepress thead th, 
.tablepress tfoot th {
	border: none;
}

.tablepress td, 
.tablepress th {
	padding: 8px 22px 6px;
}

.tablepress td.column-2{
	width:40%;
	text-align:right;


} 

.tablepress .even td {
	background-color: #e4e4e4;
}

.tablepress .odd td {
	background-color: #f4f4f4;
}



/***** EMPLOYEES ******/
ul.personlist {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul.personlist li {
	background-size: cover;
	background-position: 50% top;
 	background-repeat: no-repeat;
    display: inline-block;
    height:500px;
    width:31.3%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin:1%;
  
}


ul.personlist li div.info {
    background-color: rgba(255, 115, 43, 0.7);
    bottom: 0;
    box-sizing: inherit;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 32%;
    line-height: 20px;
    padding: 8%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}


p.pname {
    font-size: 1.125em;
    font-weight: 700;
    margin: 0 0 8px;
    padding:0;
}


p.ptitle{
    font-size: 1em;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 8px;
    padding:0;
}

p.pphone {
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 6px;
    padding:0;
}
p.pemail {
    font-size: 1em;
    font-weight: 500;
    margin: 0;
    padding:0;
}
p.pphone a[href^="tel"] {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 970px)  {
	
	ul.personlist li {
		width: 48% !important;
	}

	body ul.references li {
		flex: 0 0 calc(98% / 2);
	}
	
}


@media (max-width: 1200px) and (min-width: 970px) {

	ul.personlist li {
		width: 48% !important;
	}

}


@media (max-width: 590px) {
	
	ul.personlist li {
		width: 100% !important;
		margin: 1% 0;
	}
	
	body ul.references li {
		flex: 0 0 100%;
	}

}

/**** REFERENCES ******/


/* filter */

ul#filterOptions{
  width:100%;
  padding:20px 30px 20px 0;
  text-align:left;
  list-style:none;
  margin:0;

}

ul#filterOptions li {
    display: inline-block;
    font-weight: 400;
    line-height: 16px;
    margin: 3px 0;
    padding: 5px 10px;
}


ul#filterOptions li a{
	color: #000;
    font-size: 14px;
    text-decoration: none;
   
}

ul#filterOptions li a:hover{
	color:#ff732b
}

ul#filterOptions li.current-cat a{
	color:#ff732b
	
}



ul.references {
	display: flex;
	padding: 0 0 20px;
	margin: 0;
	overflow: hidden;
	flex-flow: row wrap;
	gap: min(calc(1100px * 0.02), calc((100vw - 20px) * 0.02)) 2%;
}

ul.references li {
	display: flex;
	padding: 0;
	overflow: hidden;
	flex: 0 0 calc(96% / 3);
	flex-flow: column;
}

ul.references li div.thumb {
	box-sizing: border-box;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 60%;
	z-index: 9;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

ul.references li div.info {
	min-height: 140px;
	box-sizing: inherit;
	background-color: rgba(255, 115, 43, 1);
	padding: 4%;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	color: #fff;
	flex: 1;
}

ul.references li div.info p {
	padding: 0;
}

/**** CONTACT PAGE ****/

#map-wrapper{
	overflow: hidden;
    position: relative;

}



#map-infobox{
	background: #fff;
    bottom: 3%;
    display: block;
    left: 4%;
    padding: 2% 10%;
    position: absolute;
    text-align: center;
    top: 3%;
    overflow:hidden;
	

}

#map-infobox h3 {
	color:#ff732b;
    font-size:1.7143rem;
    font-weight: 600;
    line-height: 2.2143;
    padding: 0;
    
}

#map-infobox p {
    padding: 0;
    
}

a.responsive-menu-item-link{
	padding:0 0 0 8px!important;

}


#nav-burger {
	display: none;
	position: fixed;
	top: 17px;
	right: 17px;
	width: 51px;
	height: 51px;
	border-radius: 4px;
	background: #333;
	cursor: pointer;
	z-index: 2;
}

#nav-burger>div,
#nav-burger:before,
#nav-burger:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	height: 5px;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

#nav-burger:before {
	top: 12px;
}

#nav-burger>div {
	top: 23px;
}

#nav-burger:after {
	bottom: 12px;
}


.overlay #nav-burger>div,
.overlay #nav-burger:before,
.overlay #nav-burger:after {
	background: #ff732b;
}

.overlay #nav-burger:before {
	top: 23px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.overlay #nav-burger>div {
	opacity: 0;
}

.overlay #nav-burger:after {
	top: 23px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
