/* 
	Created on : Jan 26, 2018, 1:55:18 AM
	Author     : idravlis
*/

body { font-family:opensans-regular; letter-spacing:0.1em }

a *, a:link, a:visited, a:hover, a:focus, a:active {
	-webkit-box-shadow:none;
  box-shadow:none;
  text-decoration:none;
  -webkit-transition:none;
  transition:none
}

.built-logos {width:30px}

#toptabs {
	position:fixed;
	width:100%;
	border-bottom:1px solid #000;
	z-index:100
}

.orbit { position:fixed }
.custom-header { height:100vh !important; max-height:100% }
.custom-header-slider {  }
.orbit, .orbit-wrapper { height:100% }
.orbit ul.orbit-container,
ul.orbit-container li,
ul.orbit-container figure { height:100% !important }

.orbit .orbit-wrapper img {
	vertical-align:initial;
	height:100%;
	max-height:100%;
	width:100vw;
	height:100vh;
	object-fit:cover
}
/* Overlay shadow for slider image */
/*
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
*/


.orbit .orbit-wrapper video {
	vertical-align:initial;
	height:100%;
	max-height:100%;
	width:100vw;
	height:100vh;
	object-fit:cover
}



@media screen and (min-width: 48em) {
	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding { bottom: 71px }
}

@media screen and (min-width: 30em) { .site-branding { padding: 0 } }

.site-navigation-fixed.navigation-top { z-index:100 }
.navigation-top .wrap { max-width: 100% }
.navigation-top { border:0 }
.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a 
	{ color:#000 }
.main-navigation a:hover { color:#d80202 }
#top-menu {text-align:center}
#top-menu li {display:inline-block}
#top-menu li a.active { color:#0cde2f }


/*
 * SECTIONS
 */
#main .main-sections {
	border-bottom: 1px solid #bbb;
	display:table;
	width:100%;
	min-height:850px
}
#main .main-sections .wrap { padding:50px 0 170px 0 }
#main .main-sections article { height:100%; width:100%; display:table-cell }
#main .main-sections article.type-page .entry-title { text-align:center; }
#main .main-sections .section-bg {
	background-color: rgb(0,0,0);
	-moz-box-shadow: rgba(0,0,0,0.6) 0 0 0 500px inset;
	-webkit-box-shadow: rgba(0,0,0,0.6) 0 0 0 500px inset;
	box-shadow: rgba(0,0,0,0.6) 0 0 0 1000px inset;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.60)";
  zoom: 1;
}
/* Alternative for 100% shadow
.darken { background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(image.jpg) }
*/
.section-light-text { color:#fff !important }
.section-dark-text { color:#404040 !important }

.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
	-webkit-box-shadow:none;
  box-shadow:none;
  text-decoration:none;
  -webkit-transition:none;
  transition:none;
  transition:none;
  transition:none
}

/* 
 * PAGE
 */
.featured-image-page {
	min-height:384px;
	height:100%;
	width:100%;
}
.content-container-page {
  background: rgba(255,255,255,0);
	top:380px;
	width:100%;
	position: absolute
}
.content-page {
	border:0;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
  background: rgba(255,255,255,1);
	width:90%;
	margin:0 auto;
	padding: 1.8em 12px 0
}

.site-footer {border-top:1px solid #bbb; margin:0 }
.site-footer .widget-area { padding-bottom:9em }
.site-info { font-size:0.930rem; letter-spacing:0.5px }
.site-footer .site-info .created { padding-top:1px }
.site-footer .site-info .created a { color:#485448; box-shadow:none; font-size:0.630rem }
.site-footer .site-info .created a:hover { color:#334233 }
