@charset "utf-8";

@font-face {font-family:'FoundersGroteskWeb-Light';src:url('/files/fonts/FoundersGroteskWeb-Light.eot');src:url('/files/fonts/FoundersGroteskWeb-Light.eot?#iefix') format('embedded-opentype'),url('/files/fonts/FoundersGroteskWeb-Light.woff2') format('woff2'),url('/files/fonts/FoundersGroteskWeb-Light.woff') format('woff'),url('/files/fonts/FoundersGroteskWeb-Light.ttf') format('truetype');}
@font-face {font-family:'FoundersGroteskWeb-Bold';src:url('/files/fonts/FoundersGroteskWeb-Bold.eot');src:url('/files/fonts/FoundersGroteskWeb-Bold.eot?#iefix') format('embedded-opentype'),url('/files/fonts/FoundersGroteskWeb-Bold.woff2') format('woff2'),url('/files/fonts/FoundersGroteskWeb-Bold.woff') format('woff'),url('/files/fonts/FoundersGroteskWeb-Bold.ttf') format('truetype');}
@font-face {font-family:'PitchWeb-Regular';src:url('/files/fonts/PitchWeb-Regular.eot');src:url('/files/fonts/PitchWeb-Regular.eot?#iefix') format('embedded-opentype'),url('/files/fonts/PitchWeb-Regular.woff2') format('woff2'),url('/files/fonts/PitchWeb-Regular.woff') format('woff'),url('/files/fonts/PitchWeb-Regular.ttf') format('truetype');}
@font-face {font-family:'PitchWeb-Bold';src:url('/files/fonts/pitch-web-bold.woff2') format('woff2');}

body
{
	background-color:black;
	margin:0;
	font-family:'PitchWeb-Regular','Courier New';
	color:#2e2e33;
	font-size:22px;
	line-height:38px;
	-webkit-text-size-adjust:100%;
	font-display:auto;
}

#wrapper
{
	background-color:#F7FAFA;
	min-height:100vh;
}

#header
{
	background-color:#F7FAFA;
	height:60px;
	width:100%;
	position:absolute;
	z-index:99;
}

.home #header
{
	background-color:transparent;
	position:fixed;
}

.home #header.bg
{
	background-color:#F7FAFA;
}

#header nav li
{
	font-size:28px;
	line-height:55px;
	margin:0 10px;
	text-transform:lowercase;
}

#header nav ul
{
	float:right;
	margin-right:20px;
}

#header nav ul li:first-child
{
	position:absolute;
	left:20px;
	letter-spacing:0.35px;
	font-family:FoundersGroteskWeb-Bold;
}

nav ul
{
	list-style:none;
	margin:0;
	padding:0;
}

nav li
{
	display:inline-block;
	font-family:FoundersGroteskWeb-Light;
}

nav li a
{
	color:#2e2e33;
	text-decoration-thickness:2px;
    text-underline-offset: 8px;
}

#header nav ul li:first-child a
{
	text-decoration:none;
}

#main
{
	min-height:500px;
}	
/*
.home .ce_image img
{
	
    min-width:100%;
    width:auto;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}*/	

.home .ce_image img
{
	width:100vw;
    height:100vh;
    max-width:100%;
    object-fit:cover;
	top:0;
	left:0;
}

.home .ce_image, .home .ce_image figure, .home .mod_article.block .ce_text
{
	height:100vh;
    width:100%;
    overflow:hidden;
	top:0;
	position:relative;
	position:-webkit-sticky;
	position:sticky;
}

.home .ce_image figure .caption
{
	position:absolute;
    bottom:80px;
    left:240px;
    font-size:28px;
    line-height:36px;
}

.home .mod_article.block .ce_text
{
	background-color:#F7FAFA;
	padding:140px 30px 0;
	min-height:calc(100vh - 286px);
	height:auto;
	min-width:calc(100% - 60px);
	width:auto;
}

.home .mod_article.block .ce_text p
{
	font-family:FoundersGroteskWeb-Light;
	font-size:60px;
	letter-spacing:0.3px;
	line-height:72px;
	max-width:1920px;
	margin:0 auto;
}

.home .mod_article.block .ce_text p a
{
	text-underline-offset:10px;
    text-decoration-thickness:3px;
}

.home .mod_article.block .ce_text p:last-child
{	
    font-size:28px;
	padding-left:210px;
	max-width:1920px;
	margin:0 auto;
}

.home .mod_article.block .ce_text p:last-child a
{	
    
    text-decoration-thickness:2px;
	text-underline-offset:8px;
}

#portfolio
{
	max-width:none;
}
	
#project_filter
{
	display:none;
}

#project_filter, #project_nav
{
	font-family:FoundersGroteskWeb-Light;
	font-size:48px;
	letter-spacing:0.24px;
	line-height:63px;
	margin-bottom:50px;
	margin-right:-20px;
	white-space:nowrap;
	overflow:auto;
}

#project_filter:after, #project_nav:after
{
	content:" ";
    background-color:rgba(250, 249, 249,0.8);
    background:-webkit-linear-gradient(right, rgb(250, 249, 249),rgba(250, 249, 249,0.2));
    background:-o-linear-gradient(left, rgb(250, 249, 249),rgba(250, 249, 249,0.2));
    background:-moz-linear-gradient(left, rgb(250, 249, 249),rgba(250, 249, 249,0.2));
    background:linear-gradient(to left, rgb(250, 249, 249),rgba(250, 249, 249,0.2));
    width:40px;
    height:40px;
    position:absolute;
    right:0px;
    z-index:4;
    top:100px;
}

#project_filter a
{
	color:#2e2e33;
	margin-right:30px;
	text-decoration-thickness:2px;
    text-underline-offset:10px;
}

#project_filter a.active
{
	font-family:FoundersGroteskWeb-Bold;
	text-decoration:none;
}

.projectitem
{
	display:inline-block;
	position:relative;
	color:#2e2e33;
	width:calc(20% - 11px);
}

a.projectitem:hover
{
	color:#2e2e33;
}

@media (max-width:2100px)
{
	.projectitem
	{
		width:calc(25% - 11px);
	}
}

@media (max-width:1650px)
{
	.projectitem
	{
		width:calc(33.33% - 11px);
	}
}

@media (max-width:1100px)
{
	.projectitem
	{
		width:calc(50% - 7px);
	}
}

@media (max-width:550px)
{
	.projectitem
	{
		width:100%;
	}
}

.projectitem:hover img
{
	filter:brightness(97%);
}

.projectitem figcaption
{
	font-family:FoundersGroteskWeb-Bold;
	font-size:18px;
	line-height:22px;
	position:absolute;
    top:5px;
	left:12px;
	text-align:left;
}

.projectitem figcaption .new
{
	font-family:FoundersGroteskWeb-Bold;
    font-size:18px;
    color:#ffffff;
    text-align:center;
    line-height:18px;
    background-color:#009EC9;
    padding:0px 5px 3px;
    margin:2px 0 0 7px;
    position:absolute;
}

.projectitem img
{
	height:auto;
}

#sectors
{
	margin:130px auto 0;
	font-family:FoundersGroteskWeb-Light;
	font-size:28px;
	line-height:60px;
	max-width:1920px;
}

#sectors h2
{
	text-align:center;
	margin-bottom:50px;
}

#sectors ul
{
	list-style-type:none;
	padding:0;
}

#sectors ul li span
{
	font-family:FoundersGroteskWeb-Bold;
	display:block;
    position:relative;
}

#sectors ul li.close span
{
	font-family:FoundersGroteskWeb-Light;
	border-bottom:1px solid #E8E8E6;
	cursor:pointer;
}

#sectors ul li.close span:hover
{
	border-bottom:1px solid #2e2e33;
}

#sectors ul li.close span:after
{
	content:'+';
	position:absolute;
	right:20px;
	top:7px;
	font-family:FoundersGroteskWeb-Light;
}

#sectors ul li.open span
{
	font-family:FoundersGroteskWeb-Bold;
}

#sectors ul li.open span, #sectors ul li.open span:hover
{
	border-style:none;
	cursor:pointer;
}

#sectors ul li.open span:after
{
	content:'–';
}

#sectors ul li li
{
	font-family:FoundersGroteskWeb-Light;
	color:#969a9a;
}

#sectors ul li li:first-child
{
	border-top:1px solid #E8E8E6;
}

#sectors ul ul
{
	padding-left:124px;
}

#sectors ul li.close ul
{
	display:none;
}

#sectors ul li.open ul
{
	display:block;
}

#sectors li.nolink
{
	border-bottom:1px solid #E8E8E6;
}

#sectors a
{
	text-decoration:none;
	color:#2e2e33;
	display:block;
	border-bottom:1px solid #E8E8E6;
}

#sectors a:hover
{
	background-color:white;
	border-bottom:1px solid #2e2e33;
}

.mod_catalogUniversalView, .mod_article, .mod_newslist, .mod_newsreader  
{
	max-width:1400px;
	margin:0 auto;
	padding:169px 30px 0;
}

.mod_newslist, .mod_newsreader  
{
	max-width:940px;
}

.mod_newslist  
{
	padding-top: 0px;
    margin-top: 57px;
}

.home .mod_article 
{
	max-width:none;
	padding:0;
}

.catalog_master_content
{
	margin-top:44px;
}

.mod_catalogUniversalView .ce_text, .mod_article .ce_text, .content_width, .mod_subscribe, .mod_unsubscribe
{
	max-width:940px;
	margin:0 auto;
}

h1.content_width, h2.content_width, h3.content_width, .ctlg_master h3.content_width, h4.content_width
{
	margin-left:auto;
	margin-right:auto;
}

.mod_catalogUniversalView img, .mod_catalogUniversalView video
{
	max-width:1440px;
	width:100%;
	height:auto;
	outline:none;
	border-style:none;
	clip-path: inset(1px 1px);
	box-shadow: none;
}

.mod_catalogUniversalView video:focus
{
	outline:none;
}

.mod_article.blog h1
{
	margin-bottom:0;
}	

.mod_article.blog h1+p
{
	margin-top:11px;
}	

.layout_latest
{
	border-bottom:1px solid #E8E8E6;
	padding-bottom:23px;
}

.layout_latest:last-child
{
	border-style:none;
}

.layout_latest a
{
	text-decoration:none;
}

.layout_latest a p:last-child:after
{
	content:'→';
	margin-left:5px;
	color:#009EC9;
}

.layout_latest a:hover p:last-child:after
{
	content:'→';
	margin-left:5px;
	color:#009EC9;
}

.layout_latest h2
{
	margin:38px 0 11px;
}

.layout_full h1
{
	margin-bottom:11px;
}

.layout_latest p.info, .layout_full p.info
{
	margin:0 0 28px;
}

#project_contact
{
	border-top:1px solid #E8E8E6;
	text-align:center;
	max-width:940px;
	margin:0 auto;
	margin-top:100px;
}

#project_contact h4
{
	font-family:FoundersGroteskWeb-Light;
	font-size:48px;
    letter-spacing:0.24px;
	line-height:60px;
	font-weight:normal;
	margin:10px 0 50px;
}

#project_contact img
{
	width:125px;
	height:auto;
}

#project_contact p
{
	font-family:FoundersGroteskWeb-Light;
	font-size:24px;
	line-height:30px;
	margin:0;
}

#project_contact p strong
{
	font-family:FoundersGroteskWeb-Bold;
	font-weight:normal;
}

#project_contact a
{
	text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

#project_contact a:hover
{
	text-decoration:none;
}

.mod_subscribe .widget.form
{
	text-align:center;
	margin-top:80px;
	padding-bottom:100px;
}

.mod_subscribe .widget.form div
{
	position:relative;
	display:inline-block;
	max-width:100%;
}

input
{
	font-family:'PitchWeb-Regular','Courier New';
    color:#2e2e33;
    font-size:22px;
    line-height:38px;
	border-style:none;
	border-bottom:1px solid #8d9191;
	background-color:#F7FAFA;	
	width:440px;
	max-width:100%;
	padding:3px 0;
	outline:none;
	box-sizing:border-box;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
	border-radius:0;	
}

input:-webkit-autofill, input:-webkit-autofill:focus
{
  -webkit-box-shadow:0 0 0 1000px #F7FAFA inset;
  -webkit-text-fill-color:#2e2e33;
}

::placeholder
{
	color:#8d9191;
	opacity:1;
}

:-ms-input-placeholder
{
	color:#8d9191;
}

::-ms-input-placeholder
{
	color:#8d9191;
}

label
{
    font-family:FoundersGroteskWeb-Bold;
	position:absolute;
    font-size:14px;
    margin:3px 0 0 5px;
    z-index:1;
    top:-30px;
    color:#2e2e33;
    left:-5px;
}

input:placeholder-shown + label
{
    color:transparent;
}

input:focus + label, textarea:focus + label
{
	color:#2e2e33;
}

input:focus::placeholder, textarea:focus::placeholder
{
	color:transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder
{
	color:transparent;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder
{
	color:transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder
{
	color:transparent;
}

button
{
	font-family:FoundersGroteskWeb-Light;
	font-size:28px;
	color:#fc3d1d;
	border-style:none;
	box-sizing:border-box;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
	border-radius:0;	
	background-color:#F7FAFA;
	cursor:pointer;	
	border:1px solid #fc3d1d;
	padding:3px 13px 10px;
}

button:hover
{
	color:white;
	background-color:#fc3d1d;
	border:1px solid #fc3d1d;
}

input:invalid + label + button, input:invalid + label + button:hover
{
	color:#8d9191;
	border:1px solid #8d9191;
	pointer-events:none;
}

#footer
{
	padding:100px 30px 2px;	
	background-color:#F7FAFA;
}

.home #footer
{
	position:relative;
	z-index:99;
}

#footer .inside
{
	max-width:940px;
	border-top:1px solid #2e2e33;
	margin:0 auto 5px;
	font-size:24px;
}

.home #footer .inside, .projects #footer .inside
{
	max-width:1920px;
}

#footer nav li
{
	margin-right:17px;
}

#footer nav li strong
{
	font-family:FoundersGroteskWeb-Bold;
	font-weight:normal;
}

.invisible
{
	display:none;
}

h1, h1.column_title + h2
{
	font-family:FoundersGroteskWeb-Bold;
	font-size:48px;
	letter-spacing:0.24px;
	line-height:60px;
	font-weight:normal;
	margin:0 0 44px;
}

.ctlg_master h1, #portfolio h1, h1.column_title
{
	font-size:28px;
	line-height:36px;
	margin:0;
}

h2, .ctlg_master h3
{
	font-family:FoundersGroteskWeb-Light;
	font-size:48px;
	letter-spacing:0.24px;
	line-height:60px;
	font-weight:normal;
	margin:48px 0 25px;
}

.ctlg_master h2
{
	font-family:FoundersGroteskWeb-Bold;
	font-size:48px;
	line-height:60px;
	margin: 0 0 44px;
}

h3
{
	font-family:FoundersGroteskWeb-Bold;
	font-size:28px;
	line-height:36px;
	font-weight:normal;
	margin:46px 0 0 0;
}

a
{
	color:#2e2e33;
	text-decoration-thickness:1px;
	text-underline-offset:6px;
}

.home a
{
	text-underline-offset:8px;
	text-decoration-thickness:2px;
}

a:hover, #project_filter a:hover, #project_nav a:hover
{
	text-decoration:none;
	color:#009EC9;
}

#project_nav a
{
	font-family:FoundersGroteskWeb-Light;
	font-size:48px;
	letter-spacing:0.24px;
	line-height:60px;	
	color:#2e2e33;
	margin-right:30px;
	text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.ctlg_master #project_nav h2
{
	display:inline;
	margin-right:30px;
}

.ce_gallery .slideshow.owl-carousel
{
	display:block;
}

.ce_gallery .slideshow div.owl-item
{
	max-width:1400px;
	width:calc(100vw - 60px) !important;
}

.ce_gallery.content_width .slideshow div.owl-item
{
	max-width:940px;
}

.ce_gallery .slideshow div.owl-item figcaption
{
	margin-top:12px;
	visibility:hidden;
}

.ce_gallery .slideshow.owl-carousel figcaption
{
	margin:0 0 24px;
}

.ce_gallery .slideshow div.owl-item.active figcaption, .ce_gallery .slideshow div.owl-item.center figcaption
{
	visibility:visible;
}

.ce_gallery .owl-dots
{
	text-align:center;
    position:absolute;
    width:100%;
    top:810px;
    z-index:9999;
}

.ce_gallery.content_width .owl-dots
{
    top:538px;
}

.ce_gallery .owl-dots span
{
	color:transparent;
	font-size:0;
	line-height:0;
	cursor:pointer;
	background-color:#E8E8E6;
	width:36px;
	height:5px;
	display:inline-block;
	margin:0 6px;
}

.ce_gallery .owl-dots .owl-dot.active span
{
	background-color:#2e2e33;
}

.ce_gallery .owl-dots button
{
	outline:none;
}

.ce_gallery .owl-nav
{
	top:0px;
    position:absolute;
    z-index:999;
	width:100%;
	height:875px;
	font-family:FoundersGroteskWeb-Light;
}

.ce_gallery.content_width .owl-nav
{
	height:587px;
}

.ce_gallery .owl-nav button
{
	outline:none;
}

.ce_gallery .owl-prev
{
	left:0;
    position:absolute;
    width:50%;
    height:100%;
    cursor:pointer;
    font-size:130px;
    line-height:25px;
}

.ce_gallery .owl-prev svg
{
    position:absolute;
    top:calc(50% - 30px);
	left:36px;
}

.ce_gallery .owl-prev:hover svg .hover, .ce_gallery .owl-next:hover svg .hover
{
    display:block;
}

.ce_gallery .owl-prev:hover svg .inactive, .ce_gallery .owl-next:hover svg .inactive
{
    display:none;
}

.ce_gallery .owl-next
{
    right:0;
	position:absolute;
    width:50%;
    height:100%;
    cursor:pointer;
    font-size:130px;
    line-height:25px;
}

.ce_gallery .owl-next svg
{
    position:absolute;
    top:calc(50% - 30px);
	right:36px;
}

.font_founders-grotesk
{	
	font-family:FoundersGroteskWeb-Light;
	font-size:28px;
	line-height:36px;
	margin-bottom:80px !important;
}

.font_founders-grotesk strong
{	
	font-family:FoundersGroteskWeb-Bold;
	font-weight:normal;
}

img
{
	border-style:none;
	width:100%;
	height:auto;
}

.home p
{
	margin:0;
}

strong
{
	font-family:'PitchWeb-Bold','Courier New';
	font-weight:normal;	
}

figure
{
	margin:0;
}

figcaption
{
	font-family:FoundersGroteskWeb-Light;
	font-size:18px;
	text-align:center;
	line-height:22px;
}

svg .hover
{
	display:none;
}

@media (max-width:1460px)
{
	.ce_gallery .owl-nav
	{
		height:59vw;
	}
	
	.ce_gallery .owl-dots
	{
		top:55vw;
	}
}

@media (max-width:999px)
{	
	.ce_gallery .owl-nav, .ce_gallery.content_width .owl-nav
	{
		height:59vw;
	}
	.ce_gallery .owl-dots, .ce_gallery.content_width .owl-dots
	{
		top:54vw;
	}	
}

@media (max-width:900px)
{
	
	body
	{
		font-size:16px;
		line-height:24px;
	}
	
	#header
	{
		height:34px;
	}
	
	#header nav ul
	{
		margin:-3px 10px 0;
		/*max-width: calc(100vw - 160px);*/
	}
	
	#header nav li
	{
		font-size:17px;
		line-height:38px;
	}
	
	#header nav ul li:first-child
	{
		left:10px;
	}
	
	.home .mod_article.block .ce_text
	{
		padding:70px 20px 0;
		min-width:calc(100% - 40px);
		min-height:calc(100vh - 216px);
	}	
	
	.home .mod_article.block .ce_text p
	{
		font-size:24px;
		letter-spacing:0;
		line-height:36px;
	}	
	
	.home .ce_image figure .caption
	{
		font-size:17px;
		line-height:36px;
		left:20px;
		bottom:50px;
	}
	
	.home .mod_article.block .ce_text p:last-child
	{
		display:none;
	}
	
	.mod_catalogUniversalView .ce_text, .mod_article .ce_text, .content_width, .mod_subscribe
	{
		padding:0;
	}
	
	#portfolio, .mod_catalogUniversalView, .mod_article
	{
		padding:80px 20px 0;
	}
	
	#project_filter, #project_nav
	{
		font-size:32px;
		letter-spacing:0;
		line-height:51px;
		margin-bottom:10px;
	}
	
	.projectitem figcaption, .projectitem figcaption .new
	{
		font-family:FoundersGroteskWeb-Light;
		font-size:14px;
	}
	
	.projectitem figcaption .new
	{
		line-height:15px;
		margin:4px 0 0 7px;
	}
	
	.ce_gallery .slideshow div.owl-item
	{
		width: calc(100vw - 40px) !important;
	}
	
	#project_contact h4
	{
		font-size:24px;
		letter-spacing:0;
		line-height:28px;
		margin-bottom:25px;
	}
	
	#project_contact p
	{
		font-size:14px;
		line-height:19px;
	}
	
	#project_contact img
	{
		width:90px;
	}
	
	.ctlg_master h2, #project_nav a
	{
		font-size:32px;
		line-height:45px;
		margin-top:0;
	}
	
	#project_filter a
	{
		line-height:45px;
	}
	
	#sectors
	{
		margin:50px auto 0;
		font-size:20px;
		line-height:26px;
	}
	
	#sectors ul ul
	{
		padding-left:35px;
	}
	
	#sectors ul li span, #sectors ul ul li.nolink, #sectors ul ul li a
	{
		padding:5px 0 8px;
	}
	
	#sectors ul li.close span:after
	{
		right:0;
	}

	#footer
	{
		padding:50px 20px 30px;
	}	
	
	#footer .inside
	{
		font-size:17px;
		line-height:28px;
	}
	
	#footer nav li:first-child
	{
		display:none;
	}
	
	h1, h1.column_title + h2
	{
		font-size:32px;
		line-height:40px;
		margin:0px 0 25px;
	}	
	
	.ctlg_master h1, #portfolio h1, h1.column_title
	{
		font-size:14px;
		letter-spacing:0.2px;
		line-height:20px;
	}
	
	h3
	{
		font-size:24px;
		letter-spacing:0;
		line-height:28px;
		margin:40px 0 20px;
	}	
	
	 h2, .ctlg_master h3
	{
		font-size:32px;
		line-height:40px;
		margin:30px 0 12px;
	}		

	figcaption
	{
		font-size:14px;
		line-height:18px;
	}
	
	.ce_gallery .slideshow div.owl-item figcaption
	{
		margin-top:6px;
	}	
	
	.ce_gallery.content_width .owl-dots
	{
		top:55vw;
	}
	
	button
	{
		font-size:17px;
		line-height:17px;
		padding:5px 13px 7px;
		padding:4px 13px 9px;
		position:relative;
		top:0;
	}
	
	input
	{
		font-size:16px;
		line-height:26px;
	}
	
	.home .mod_article.block .ce_text p a, #project_filter a, #project_nav a
	{
		text-underline-offset: 8px;
		text-decoration-thickness: 2px;
	}
	
	.home a, nav li a, #project_contact a, a
	{
		text-decoration-thickness: 1px;
		text-underline-offset: 6px;
	}
}

@media (max-width:642px)
{
	input, .mod_subscribe .widget.form div
	{
		width:100%;
		display:block;
		margin-bottom:20px;
	}
	
	.ce_gallery .owl-dots, .ce_gallery .owl-nav
	{
		display:none;
	}	
	
	.ce_gallery .owl-carousel .owl-stage-outer
	{
		margin-right:-20px;
	}
}

@media (max-width:430px)
{
	#header nav li
	{
		margin:0 5px;
	}
}

@media (max-width:400px)
{
/*	#header nav li
	{
		margin:0 10px;
	}
*/	
	#header nav li:first-child 
	{
		margin-left:10px;
	}
	
	#header nav li:last-child
	{
		margin-right:10px;
	}
	
	#footer nav li
	{
		margin-right:3px;
	}
}

@media (max-width:374px)
{
	#header nav li
	{
		margin:0 1px;
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../files/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
