/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

.loading #pentera-rotation {
	opacity: 0;
}
.loading:before {
	content: 'LOADING';
	display: block;
	margin: 100px 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 60px;
	opacity: 0.3;
}
#pentera-rotation {
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

.slider{
	padding: 0 !important
}


/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
 
@font-face {
 font-family: 'flexslider-icon';
 src: url(../../fonts/pentera/flexslider-icon.eot);
 src: url(../../fonts/pentera/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../../fonts/pentera/flexslider-icon.woff) format('woff'), url(../../fonts/pentera/flexslider-icon.ttf) format('truetype'), url(../../fonts/pentera/flexslider-icon.svg#flexslider-icon) format('svg');
 font-weight: normal;
 font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides{
	padding:0 !important;
}
.flexslider .flex-direction-nav {
    padding: 0 !important;
    line-height: 0 !important;
    list-style-type: none !important;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	background: #ffffff;
	position: relative;
	zoom: 1;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e87500;
    border: 2px solid #fff;
    border-radius: 100%;
}

.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
    right: unset;
    left: unset;
    position: relative;
}


.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: flex;
    content: '\f001';
    color: #fff;
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav a.flex-prev:before {
    transform: translateX(-1px);
}
.flex-direction-nav .flex-prev {

}
.flex-direction-nav .flex-next {

	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;

}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;

}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index:2;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #fff;
	background: rgba(255, 255, 255, 1);
}
.flex-control-paging li a.flex-active {
	background: #fff;
	background: rgba(255, 255, 255, 1);
	cursor: default;
}

@media screen and (min-width: 1401px) {
	.flex-caption {
		position: absolute;
		top: 85%; left: 50%;
		transform: translate(-50%,-50%);
		width:100%;
		max-width:1008px;
		background-color: rgba(0,28,113,.5);
		padding:15px;
		text-align: center;
	}
}

@media screen and (max-width: 1400px) {
	.flex-caption {
		background-color: rgba(0,28,113,1);
		padding:15px;
		text-align: center;
	}
	.flex-direction-nav a {

	}
	.flex-direction-nav .flex-prev {
		opacity: 1;

	   }
	   .flex-direction-nav .flex-next {
		opacity: 1;

	   }
}

.flex-caption h1{
	font-weight: 600;
	font-size: 46px;
	color:#fff;
	margin:0;
}

.flex-caption p{
	font-size:16px;
	margin:0;
	color:#fff;
}

.flex-caption a{
	display:block;
	max-width: 200px;
	margin-top:15px;
	color:#fff;
	border:1px #fff solid;
	padding:5px;
}

.flex-caption a:hover{
	color: rgba(0,74,145,1);
	background-color:#fff;
}




.flexslider p {
    color: #fff;
    font-size: 18px;
    margin-block-end: 1rem;
}












.rotation {
    background-size: cover;
    background-position: center;
}

.rotation:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(21, 71, 52, .5);
}

.rotation-copy {
    padding: 200px 15px;
    z-index: 1;
    position: relative;
    width: 1140px;
    max-width: calc(100% - 140px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rotation h2 {
    color: #fff;
    font-weight: bold;
}

.rotation .wp-element-button {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    border: 2px solid #fff;
    padding: 5px 26px;
    font-size: 1.3125rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
}

.rotation .wp-element-button:hover {
    background-color: #5fe0b7;
    border-color: #5fe0b7;
    color: #154734;
}
