div#fpsm-preview-wrap {
max-width: 1024px;
margin: 0 auto;
}
.fpsm-preview-note {
text-align: center;
}
.fpsm-front-form *,
.fpsm-front-form *:before,
.fpsm-front-form *:after {
box-sizing: border-box;
}
.fpsm-front-form .fpsm-has-submit-btn .fpsm-field input[type="submit"] {
font-size: 16px;
font-weight: 700;
cursor: pointer;
margin-right: 10px;
}
.fpsm-field-wrap .ui-autocomplete.ui-menu {
border: none;
}
.fpsm-field-wrap .ui-autocomplete.ui-menu .ui-menu-item {
padding: 10px;
font-size: 14px;
background-color: #f7f7f7;
}
.fpsm-field-wrap .qq-upload-list {
margin: 0;
}
.fpsm-field-wrap .qq-upload-list li {
height: 18px !important;
line-height: 1.2 !important;
padding: 0 10px !important;
border-radius: 60px !important;
display: flex;
align-items: center;
}
.fpsm-field-wrap .qq-upload-list li > span,
.fpsm-field-wrap .qq-upload-list li > a {
flex: 1;
}
.fpsm-field-wrap .qq-upload-list li > a:nth-last-child(2),
.fpsm-field-wrap .qq-upload-list li > span:nth-last-child(3) {
text-align: right;
}          .fpsm-field-wrap .qq-upload-file,
.fpsm-field-wrap .qq-upload-spinner,
.fpsm-field-wrap .qq-upload-size,
.fpsm-field-wrap .qq-upload-cancel,
.fpsm-field-wrap .qq-upload-failed-text {
margin-right: 12px;
z-index: 250;
position: relative;
font-size: 12px;
color: white;
font-family: "Nunito Sans", sans-serif;
}
.fpsm-field-wrap .qq-upload-size,
.fpsm-field-wrap .qq-upload-cancel {
font-size: 12px;
font-weight: normal;
}
.fpsm-field-wrap .qq-upload-failed-text {
display: none;
}
.fpsm-field-wrap .qq-upload-fail .qq-upload-failed-text {
display: inline;
}
.fpsm-field-wrap .qq-upload-button:hover {
background: #0f5bbb;
}
.fpsm-field-wrap .qq-upload-button:active {
top: 2px;
}
.fpsm-field-wrap .qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
float: right;
}
.fpsm-field-wrap .qq-upload-spinner {
display: none;
}
.fpsm-field-wrap .qq-progress-bar {
width: 51%;
height: 100%;
position: absolute;
top: 0px;
left: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.fpsm-field-wrap .qq-upload-cancel {
color: #800000;
}
.fpsm-field-wrap .qq-upload-success .qq-progress-bar {
display: none;
}
.fpsm-field-wrap select[multiple="multiple"] {
padding: 15px;
min-height: 80px;
}
.fpsm-multiple-select {
height: auto !important;
padding: 10px 0;
}
.fpsm-multiple-select:before {
display: none;
}
.fpsm-display-none {
display: none;
}
.fpsm-each-tag {
display: inline-block;
background: #eee;
margin-right: 10px;
padding: 5px 10px;
border-radius: 15px;
margin-bottom: 10px;
}
span.fpsm-tag-remove-trigger {
display: inline-block;
margin-left: 5px;
cursor: pointer;
}
.fpsm-auto-complete-tags {
margin-top: 10px;
}
.fpsm-file-preview-column input.fpsm-media-delete-button {
border: none;
}  .fpsm-ajax-loader {
display: none;
}
.fpsm-preview-note {
padding: 10px;
font-style: italic;
font-size: 14px;
}
.fpsm-front-form {
font-family: "Nunito Sans", sans-serif;
}
.fpsm-front-form .fpsm-field-note {
color: inherit;
opacity: 0.58;
}
.fpsm-front-form
.fpsm-field-wrap.fpsm-taxonomy-checkbox
.fpsm-block-checkbox
label {
display: inline-block;
}
.fpsm-front-form
.fpsm-field-wrap.fpsm-taxonomy-checkbox
.fpsm-block-checkbox:first-child {
margin-top: 15px;
}
.fpsm-front-form
.fpsm-field-wrap.fpsm-taxonomy-checkbox
.fpsm-inline-checkbox
label {
display: inline-block;
}
.fpsm-inline-checkbox {
margin-top: 15px;
display: inline-block !important;
} .media-frame {
color: rgba(0, 0, 0, 0.8);
}
.media-frame button {
font-weight: 300;
}
.media-frame button:hover {
background-color: transparent;
}
button.media-menu-item {
color: rgba(0, 0, 0, 0.68);
}
.fpsm-front-form .wp-switch-editor {
font-size: 14px;
font-weight: 300;
text-transform: none;
height: auto !important;
}
.fpsm-front-form .wp-switch-editor:hover {
background-color: rgba(0, 0, 0, 0.06);
}
.media-frame select {
min-height: 8px !important;
}
.fpsm-front-form .mce-container button:hover {
background-color: transparent;
}
.fpsm-front-form .wp-editor-wrap button:not(.toggle) {
background-color: transparent;
}
.fpsm-field-wrap {
margin-bottom: 24px;
}
.fpsm-field-note {
font-size: 13px;
font-style: italic;
color: rgba(0, 0, 0, 0.58);
margin-top: 5px;
}
.qq-upload-button {
height: 40px;
background-color: rgba(0, 0, 0, 0.08);
border-radius: 4px;
line-height: 40px;
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
padding: 0 15px;
cursor: pointer;
display: inline-block;
}
input[type="file"] {
cursor: pointer;
}
.fpsm-file-preview-row {
display: flex;
align-items: center;
padding: 10px;
background-color: rgba(0, 0, 0, 0.04);
border-top: solid 1px rgba(0, 0, 0, 0.08);
}
.fpsm-file-preview-row:nth-child(1) {
border: none;
}
.fpsm-file-preview-row span {
display: inline-block;
flex: 1 1 auto;
}
.fpsm-file-preview-row span:last-child {
text-align: right;
}
.fpsm-file-preview-column {
margin-right: 10px;
overflow: hidden;
max-width: 238px;
white-space: nowrap;
text-overflow: ellipsis;
}
.fpsm-file-preview-column input.fpsm-media-delete-button {
padding: 0 8px;
line-height: 18px;
border-radius: 64px;
background-color: red;
color: white;
text-transform: uppercase;
font-size: 10px;
cursor: pointer;
}
.fpsm-file-preview-column img {
height: 38px;
width: 38px;
object-fit: cover;
}
.fpsm-file-preview-column {
font-size: 13px;
color: inherit;
}
.fpsm-tag-text {
font-size: 12px;
}
.fpsm-tag-remove-trigger {
font-size: 11px;
}
.fpsm-each-tag {
line-height: 4px;
padding: 5px 8px;
}
.fpsm-select-field {
height: 42px;
position: relative; cursor: pointer;
}
.fpsm-select-field:before {
content: "";
position: absolute;
top: 18px;
right: 13px;
border-style: solid;
border-width: 6px;
border-color: rgba(0, 0, 0, 0.68) transparent transparent transparent;
}
.fpsm-select-field select {
background-color: transparent;
border: none;
border-radius: 0;
padding: 0 10px;
line-height: 40px;
font-size: 14px;
width: 100%;
height: 100%;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
cursor: pointer;
border: none;
font-family: inherit;
}
.fpsm-front-form > h2 {
margin: 0 0 20px 0 !important;
font-size: 32px !important;
letter-spacing: 0 !important;
}
.fpsm-radio {
margin-right: 20px;
position: relative;
}
.fpsm-radio input[type="radio"] {
position: absolute;
opacity: 0;
z-index: 5;
height: 100%;
width: 100%;
cursor: pointer;
}
.fpsm-front-form .fpsm-field-wrap .fpsm-radio label {
position: relative;
font-size: 14px;
font-weight: normal;
padding-left: 24px;
}
.fpsm-radio label:before {
position: absolute;
top: 2px;
left: 0;
content: "";
height: 16px;
width: 16px;
border: solid 5px rgba(0, 0, 0, 0.18);
transition: all 0.3s ease;
border-radius: 50%;
}
.fpsm-radio input[type="radio"]:checked + label:before {
border-color: #3ea8de;
}
.fpsm-checkbox {
margin-right: 20px;
position: relative;
}
.fpsm-checkbox input[type="checkbox"] {
position: absolute;
opacity: 0;
z-index: 5;
height: 100%;
width: 100%;
cursor: pointer;
}
.fpsm-front-form .fpsm-field-wrap .fpsm-checkbox label {
position: relative;
font-size: 14px;
font-weight: normal;
padding-left: 24px;
margin: 0;
}
.fpsm-checkbox label:before {
position: absolute;
top: 2px;
left: 0;
content: "\f00c";
height: 16px;
width: 16px;
background-color: rgba(0, 0, 0, 0.18);
transition: all 0.3s ease;
border-radius: 2px;
color: rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 16px;
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
font-size: 12px;
}
.fpsm-checkbox input[type="checkbox"]:checked + label:before {
background-color: #3ea8de;
color: white;
}
.fpsm-checkbox-block .fpsm-checkbox {
margin-bottom: 15px;
}
.fpsm-checkbox-block .fpsm-checkbox label,
.fpsm-checkbox-block .fpsm-checkbox input[type="checkbox"] {
display: inline-block;
}
.fpsm-checkbox-inline {
display: flex;
flex-wrap: wrap;
}
.fpsm-checkbox-inline .fpsm-checkbox {
margin-right: 30px;
margin-bottom: 15px;
}
.fpsm-radio-block .fpsm-radio {
margin-bottom: 10px;
}
.fpsm-radio-block .fpsm-radio:last-child {
margin-bottom: 0;
}
.fpsm-radio-inline {
display: flex;
flex-wrap: wrap;
}
.fpsm-radio-inline .fpsm-radio {
margin-right: 30px;
margin-bottom: 15px;
}
.fpsm-custom-field-datepicker .fpsm-field {
position: relative;
}
.fpsm-front-form .fpsm-custom-field-datepicker .fpsm-field:before {
position: absolute;
top: 1px;
right: 0;
content: "\f133";
height: auto;
width: 40px;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
z-index: 99;
}
.fpsm-front-form
.fpsm-custom-field-datepicker
.fpsm-field
.fpsm-date-picker
> input {
padding-right: 50px;
position: relative;
z-index: 4;
cursor: pointer;
}
.fpsm-field input[type="submit"] {
background-color: rgba(0, 0, 0, 0.48);
padding: 5px 38px;
color: white;
border-radius: 2px;
line-height: 42px;
transition: all 0.3s ease;
}
.fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
text-decoration: none;
}
.fpsm-front-form .insert-media {
border-radius: 68px !important;
margin-bottom: 10px !important;
border-color: rgba(0, 0, 0, 0.18) !important;
}
.fpsm-date-picker .fpsm-datepicker {
width: auto;
}
.fpsm-front-form {
background-color: #fff;
padding: 35px;
}
.fpsm-front-form .fpsm-field-wrap label {
font-size: 15px;
font-weight: 800;
display: block;
margin-bottom: 8px;
}
.fpsm-has-submit-btn .fpsm-field {
display: flex;
align-items: center;
}
.fpsm-has-submit-btn .fpsm-field > img {
margin-left: 15px;
}
.fpsm-front-form input[type="text"],
.fpsm-front-form input[type="email"],
.fpsm-front-form input[type="number"],
.fpsm-front-form input[type="password"],
.fpsm-front-form input[type="tel"],
.fpsm-front-form input[type="url"],
.fpsm-front-form textarea {
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.04);
border: solid 1px rgba(0, 0, 0, 0.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
width: 100%;
}
.fpsm-front-form select {
color: inherit;
}
.fpsm-front-form textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
}
.fpsm-front-form input[type="text"]:focus,
.fpsm-front-form input[type="email"]:focus,
.fpsm-front-form textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-front-form .qq-upload-button {
background-color: #0083f8;
padding: 5px 38px;
color: white;
line-height: 32px;
transition: all 0.3s ease;
cursor: pointer !important;
}
.fpsm-front-form .qq-upload-button input {
width: 100%;
height: 40px;
}
.fpsm-field input[type="submit"] {
cursor: pointer !important;
} .fpsm-front-form .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-front-form .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.04);
border: solid 1px rgba(0, 0, 0, 0.08);
}
.fpsm-front-form .fpsm-taxonomy-select .fpsm-field .fpsm-select-field select,
.fpsm-front-form
.fpsm-custom-field-select
.fpsm-field
.fpsm-select-field
select {
position: relative;
z-index: 4;
}
.fpsm-front-form .fpsm-field input[type="submit"] {
background-color: #0083f8;
border: none;
}
.fpsm-front-form .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}
button.add_media {
font-size: 10px !important;
}
.fpsm-front-form .fpsm-custom-field-checkbox {
margin-bottom: 24px;
}
.fpsm-front-form .fpsm-custom-field-radio {
margin-bottom: 24px;
}
.fpsm-form-message {
font-size: 16px;
padding: 8px 15px;
background-color: #f7f7f7;
border: solid 1px rgba(0, 0, 0, 0.08);
font-weight: bold;
}
.fpsm-form-error,
.fpsm-login-message {
background-color: #ffe3e3;
border: solid 1px rgba(244, 90, 90, 0.37);
color: #c42727;
}
.fpsm-login-message {
padding: 15px;
}
.fpsm-form-success {
background-color: #dae8cf;
border: solid 1px rgba(93, 134, 32, 0.37);
color: #4d9919;
}
.fpsm-front-form .fpsm-form-title {
padding: 24px 24px;
margin: 0 !important;
}
.fpsm-front-form .fpsm-form-title {
padding: 0 0 15px !important;
} .fpsm-template-1 {
background-color: #fff;
padding: 35px;
}
.fpsm-template-1 .fpsm-field-wrap label {
font-weight: 800;
}
.fpsm-template-1 input[type="text"],
.fpsm-template-1 input[type="email"],
.fpsm-template-1 input[type="number"],
.fpsm-template-1 input[type="tel"],
.fpsm-template-1 input[type="url"],
.fpsm-template-1 textarea {
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.04);
border: solid 1px rgba(0, 0, 0, 0.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsm-template-1 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
}
.fpsm-template-1 input[type="text"]:focus,
.fpsm-template-1 input[type="email"]:focus,
.fpsm-template-1 textarea:focus {
border: solid 1px rgba(0, 0, 0, 0.14);
}
.fpsm-template-1 .qq-upload-button {
background-color: #0083f8;
padding: 5px 38px;
color: white;
line-height: 32px;
}
.fpsm-template-1 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-1 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.04);
border: solid 1px rgba(0, 0, 0, 0.08);
}
.fpsm-template-1 .fpsm-field input[type="submit"] {
background-color: #0083f8;
}
.fpsm-template-1 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.fpsm-template-1 .qq-upload-list li {
background-color: #0083f8 !important; }  .fpsm-template-2 {
background-color: #f9fafb;
padding: 35px;
}
.fpsm-template-2 input[type="text"],
.fpsm-template-2 input[type="email"],
.fpsm-template-2 input[type="number"],
.fpsm-template-2 input[type="tel"],
.fpsm-template-2 input[type="url"],
.fpsm-template-2 textarea {
border-radius: 68px;
background-color: white;
border: solid 1px rgba(0, 0, 0, 0.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsm-template-2 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
border-radius: 4px;
}
.fpsm-template-2 input[type="text"]:focus,
.fpsm-template-2 input[type="email"]:focus,
.fpsm-template-2 textarea:focus {
border: solid 1px rgba(0, 0, 0, 0.14);
}
.fpsm-template-2 .qq-upload-button {
background-color: rgba(0, 0, 0, 0.88);
padding: 5px 38px;
color: white;
line-height: 32px;
border-radius: 68px;
}
.fpsm-template-2 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-2 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 68px;
background-color: white;
border: solid 1px rgba(0, 0, 0, 0.08);
}
.fpsm-template-2 .fpsm-field input[type="submit"] {
background-color: #e2b24b;
}
.fpsm-template-2 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}  .fpsm-template-3 {
background-color: white;
padding: 0;
}
.fpsm-front-form.fpsm-template-3 .fpsm-form-title {
padding: 15px 25px !important;
}
.fpsm-template-3 .fpsm-field-wrap {
padding: 28px;
margin-bottom: 0;
}
.fpsm-template-3 .fpsm-field-wrap:nth-child(odd) {
background-color: #f5f5f5;
}
.fpsm-template-3 input[type="text"],
.fpsm-template-3 input[type="email"],
.fpsm-template-3 input[type="number"],
.fpsm-template-3 input[type="tel"],
.fpsm-template-3 input[type="url"],
.fpsm-template-3 textarea {
border-radius: 0;
background-color: white;
border: solid 1px rgba(0, 0, 0, 0.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsm-template-3 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
border-radius: 0;
}
.fpsm-template-3 input[type="text"]:focus,
.fpsm-template-3 input[type="email"]:focus,
.fpsm-template-3 textarea:focus {
border: solid 1px rgba(0, 0, 0, 0.14);
}
.fpsm-template-3 .qq-upload-button {
background-color: rgba(0, 0, 0, 0.88);
padding: 5px 38px;
color: white;
line-height: 32px;
border-radius: 0;
}
.fpsm-template-3 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-3 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 0;
background-color: white;
border: solid 1px rgba(0, 0, 0, 0.08);
}
.fpsm-template-3 .fpsm-field input[type="submit"] {
background-color: #e2b24b;
padding: 10px 24px;
line-height: 1.4;
font-size: 16px;
font-weight: 700;
}
.fpsm-template-3 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}  .fpsm-template-4 {
background-color: white;
}
.fpsm-template-4 .fpsm-field-wrap {
display: flex;
flex-wrap: wrap;
}
.fpsm-template-4 .fpsm-field-wrap > div {
flex: 0 0 100%;
}
.fpsm-template-4 .fpsm-field-wrap label {
max-width: 150px;
flex: 0 0 150px;
}
.fpsm-template-4 .fpsm-field-wrap .fpsm-field {
flex: 0 0 calc(100% - 150px);
}
.fpsm-template-4 input[type="text"],
.fpsm-template-4 input[type="email"],
.fpsm-template-4 input[type="number"],
.fpsm-template-4 input[type="tel"],
.fpsm-template-4 input[type="url"],
.fpsm-template-4 textarea {
border-radius: 0;
background-color: white;
border: solid 1px rgba(0, 0, 0, 0.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsm-template-4 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
border-radius: 0;
}
.fpsm-template-4 input[type="text"]:focus,
.fpsm-template-4 input[type="email"]:focus,
.fpsm-template-4 textarea:focus {
border: solid 1px rgba(0, 0, 0, 0.14);
}
.fpsm-template-4 .qq-upload-button {
background-color: #f2f2f3;
padding: 5px 24px;
color: rgba(0, 0, 0, 0.48);
line-height: 32px;
border-radius: 0;
cursor: pointer;
}
.fpsm-front-form .qq-upload-button:hover {
background-color: rgba(0, 0, 0, 0.8);
color: white;
}
.fpsm-template-4 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-4 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 0;
background-color: white;
border: solid 1px rgba(0, 0, 0, 0.08);
}
.fpsm-template-4 .fpsm-field input[type="submit"] {
background-color: #ef7272;
padding: 10px 24px;
line-height: 1.4;
font-size: 16px;
font-weight: 700;
border-radius: 0;
}
.fpsm-template-4 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}  .fpsm-template-5 {
background-color: #f8f9fb;
}
.fpsm-template-5 input[type="text"],
.fpsm-template-5 input[type="email"],
.fpsm-template-5 input[type="number"],
.fpsm-template-5 input[type="tel"],
.fpsm-template-5 input[type="url"],
.fpsm-template-5 textarea {
border-radius: 0;
background-color: transparent;
border: solid 1px rgba(0, 0, 0, 0.2);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsm-template-5 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
border-radius: 0;
}
.fpsm-template-5 div.mce-panel {
background: transparent;
}
.fpsm-template-5 input[type="text"]:focus,
.fpsm-template-5 input[type="email"]:focus,
.fpsm-template-5 textarea:focus {
border: solid 1px rgba(0, 0, 0, 0.14);
}
.fpsm-template-5 .qq-upload-button {
background-color: #f2f2f3;
padding: 5px 24px;
color: rgba(0, 0, 0, 0.48);
line-height: 32px;
border-radius: 0;
cursor: pointer;
}
.fpsm-front-form .qq-upload-button:hover {
background-color: rgba(0, 0, 0, 0.8);
color: white;
}
.fpsm-template-5 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-5 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 0;
background-color: transparent;
border: solid 1px rgba(0, 0, 0, 0.2);
}
.fpsm-template-5 .fpsm-field input[type="submit"] {
background-color: #8265ca;
padding: 10px 24px;
line-height: 1.4;
font-size: 16px;
font-weight: 700;
border-radius: 0;
color: white;
}
.fpsm-template-5 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}  .fpsm-template-6 {
background-color: #f8f9fb;
}
.fpsm-template-6 input[type="text"],
.fpsm-template-6 input[type="email"],
.fpsm-template-6 input[type="number"],
.fpsm-template-6 input[type="tel"],
.fpsm-template-6 input[type="url"],
.fpsm-template-6 textarea {
border-radius: 68px;
background-color: #ebebec;
border: none;
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsm-template-6 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
border-radius: 8px;
border: none;
}
.fpsm-template-6 div.mce-panel {
background: #ebebec;
}
.fpsm-template-6 input[type="text"]:focus,
.fpsm-template-6 input[type="email"]:focus,
.fpsm-template-6 textarea:focus {
border: none;
}
.fpsm-template-6 .qq-upload-button {
background-color: rgba(0, 0, 0, 0.68);
padding: 5px 24px;
color: white;
line-height: 32px;
border-radius: 68px;
cursor: pointer;
font-size: 12px;
}
.fpsm-front-form .qq-upload-button:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.fpsm-template-6 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-6 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 68px;
background-color: #ebebec;
border: none;
}
.fpsm-template-6 .fpsm-datepicker {
padding-left: 38px !important;
width: auto !important;
min-width: 50%;
}
.fpsm-template-6 .fpsm-date-picker i {
position: absolute;
font-size: 14px;
}
.fpsm-template-6 .fpsm-field input[type="submit"] {
background-color: #8265ca;
padding: 10px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
border-radius: 68px;
color: white;
letter-spacing: 0;
}
.fpsm-template-6 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.fpsm-template-6 .fpsm-each-tag {
background-color: transparent;
border: solid 1px rgba(0, 0, 0, 0.24);
}
.fpsm-template-6 .fpsm-custom-field-datepicker .fpsm-field {
max-width: 280px;
}
.fpsm-template-6 .fpsm-custom-field-datepicker .fpsm-field:before {
background-color: transparent;
z-index: 9;
color: rgba(0, 0, 0, 0.48);
}  .fpsm-template-7 {
background-color: white;
}
.fpsm-template-7 .fpsm-field-wrap > label {
font-size: 14px;
font-weight: 800;
display: inline-block;
width: auto;
margin-bottom: 15px;
position: relative;
background-color: rgba(0, 0, 0, 0.08);
padding: 8px 12px;
}
.fpsm-template-7 .fpsm-field-wrap > label:before {
content: "";
position: absolute;
left: 10px;
bottom: -14px;
border-style: solid;
border-width: 7px;
border-color: rgba(0, 0, 0, 0.08) transparent transparent transparent;
}
.fpsm-template-7 .fpsm-field {
position: relative;
}
.fpsm-template-7 .fpsm-post-title .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f303";
height: 40px;
width: 40px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-7 .fpsm-post-title .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-7 input[type="text"],
.fpsm-template-7 input[type="email"],
.fpsm-template-7 input[type="number"],
.fpsm-template-7 input[type="tel"],
.fpsm-template-7 input[type="url"],
.fpsm-template-7 textarea {
background-color: transparent;
border: none;
padding: 0 15px;
line-height: 40px;
font-size: 14px;
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-7 .fpsm-field input[type="submit"] {
background-color: #7fd383;
font-size: 14px;
}
.fpsm-template-7 .qq-upload-button {
background-color: #7fd383;
}
.fpsm-template-7 .qq-uploader {
position: relative;
padding-left: 50px;
}
.fpsm-template-7 .qq-uploader:before {
position: absolute;
top: 1px;
left: 0;
content: "\f1c5";
height: 40px;
width: 40px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border-radius: 4px;
}
.fpsm-template-7 .fpsm-post-excerpt .fpsm-field > textarea {
padding-left: 50px;
}
.fpsm-template-7 .fpsm-post-excerpt .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f303";
height: 80px;
width: 40px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-7 .fpsm-author-name .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f007";
height: 40px;
width: 40px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-7 .fpsm-author-name .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-7 .fpsm-author-email .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f0e0";
height: 40px;
width: 40px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-7 .fpsm-author-email .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-7 .fpsm-taxonomy-textfield .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f02b";
height: 40px;
width: 40px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-7 .fpsm-taxonomy-textfield .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-7 .fpsm-custom-field-datepicker .fpsm-field:before {
right: auto;
left: 0;
background-color: rgba(0, 0, 0, 0.06);
}
.fpsm-template-7 .fpsm-custom-field-datepicker .fpsm-field {
max-width: 280px;
}
.fpsm-template-7
.fpsm-custom-field-datepicker
.fpsm-field
.fpsm-date-picker
> input {
padding-right: 0;
padding-left: 50px;
}
.fpsm-template-7 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-7 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 2px;
background-color: transparent;
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-7 .fpsm-custom-field-select .fpsm-select-field:after,
.fpsm-template-7 .fpsm-taxonomy-select .fpsm-select-field:after {
content: "";
height: 100%;
width: 40px;
background-color: rgba(0, 0, 0, 0.06);
position: absolute;
top: 0;
right: 0;
}  .fpsm-template-8 {
background-color: #fff;
padding: 35px;
}
.fpsm-template-8 .fpsm-field-wrap label {
font-weight: 800;
margin-bottom: 0;
}
.fpsm-template-8 input[type="text"],
.fpsm-template-8 input[type="email"],
.fpsm-template-8 input[type="number"],
.fpsm-template-8 input[type="url"],
.fpsm-template-8 textarea {
padding: 0;
border-radius: 0;
background-color: transparent;
border: none;
border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.fpsm-template-8 textarea {
line-height: 1.4;
padding: 0;
height: 80px;
resize: none;
}
.fpsm-template-8 input[type="text"]:focus,
.fpsm-template-8 input[type="email"]:focus,
.fpsm-template-8 textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-8 .qq-upload-button {
background-color: rgba(0, 0, 0, 0.68);
padding: 5px 24px;
color: white;
line-height: 32px;
}
.fpsm-template-8 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-8 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 0;
background-color: transparent;
border: none;
border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.fpsm-template-8 .fpsm-custom-field-select .fpsm-field select,
.fpsm-template-8 .fpsm-taxonomy-select .fpsm-field select {
padding-left: 0;
}
.fpsm-template-8 .fpsm-field input[type="submit"] {
background-color: #7fd383;
padding: 12px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
color: white;
letter-spacing: 0;
}
.fpsm-template-8 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.fpsm-template-8 .fpsm-each-tag {
border-radius: 0;
border: solid 1px rgba(0, 0, 0, 0.68);
background-color: transparent;
}  .fpsm-template-9 {
background-color: #fff;
padding: 0;
}
.fpsm-front-form.fpsm-template-9 .fpsm-form-title {
padding: 15px 25px !important;
}
.fpsm-template-9 .fpsm-field-wrap {
padding: 24px;
margin-bottom: 0;
border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-9 .wp-editor-container {
border-width: 2px !important;
}
.fpsm-template-9 input[type="text"],
.fpsm-template-9 input[type="email"],
.fpsm-template-9 input[type="number"],
.fpsm-template-9 input[type="tel"],
.fpsm-template-9 input[type="url"],
.fpsm-template-9 textarea {
padding: 0;
border-radius: 0;
background-color: transparent;
border-width: 2px;
padding: 0 15px;
}
.fpsm-template-9 textarea {
line-height: 1.4;
padding: 0;
height: 80px;
resize: none;
}
.fpsm-template-9 input[type="text"]:focus,
.fpsm-template-9 input[type="email"]:focus,
.fpsm-template-9 textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-9 .qq-upload-button {
background-color: rgba(0, 0, 0, 0.68);
padding: 5px 24px;
color: white;
line-height: 32px;
}
.fpsm-template-9 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-9 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 0;
background-color: transparent;
border-width: 2px;
}
.fpsm-template-9 .fpsm-field input[type="submit"] {
background-color: #7fd383;
padding: 12px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
color: white;
letter-spacing: 0;
}
.fpsm-template-9 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.fpsm-template-9 .fpsm-each-tag {
border-radius: 0;
border: none;
}  .fpsm-template-10 {
background-color: #fff;
padding: 0;
}
.fpsm-front-form.fpsm-template-10 .fpsm-form-title {
padding: 15px 25px !important;
}
.fpsm-template-10 .fpsm-field-wrap:nth-child(odd) {
background-color: #f5f5f5;
}
.fpsm-template-10 .fpsm-field-wrap {
padding: 24px;
margin-bottom: 0;
border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-10 .wp-editor-container {
border-width: 2px !important;
}
.fpsm-template-10 input[type="text"],
.fpsm-template-10 input[type="email"],
.fpsm-template-10 input[type="number"],
.fpsm-template-10 input[type="tel"],
.fpsm-template-10 input[type="url"],
.fpsm-template-10 textarea {
padding: 0;
border-radius: 0;
background-color: transparent;
border-width: 2px;
padding: 0 15px;
}
.fpsm-template-10 textarea {
line-height: 1.4;
padding: 0;
height: 80px;
resize: none;
}
.fpsm-template-10 input[type="text"]:focus,
.fpsm-template-10 input[type="email"]:focus,
.fpsm-template-10 textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-10 .qq-upload-button {
background-color: #7fd383;
padding: 5px 24px;
color: white;
}
.fpsm-template-10 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-10 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 0;
background-color: transparent;
border-width: 2px;
}
.fpsm-template-10 .fpsm-field input[type="submit"] {
background-color: #7fd383;
padding: 12px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
color: white;
letter-spacing: 0;
}
.fpsm-template-10 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.fpsm-template-10 .fpsm-each-tag {
border-radius: 0;
border: none;
}  .fpsm-template-11 {
background-color: #617283;
color: white;
padding: 20px;
}
.fpsm-template-11 .fpsm-form-title {
color: inherit;
}
.fpsm-template-11 .fpsm-field-wrap {
display: flex;
flex-wrap: wrap;
}
.fpsm-template-11 .fpsm-field-wrap > div {
flex: 0 0 100%;
}
.fpsm-template-11 .fpsm-field-wrap label {
max-width: 150px;
flex: 0 0 150px;
}
.fpsm-template-11 .fpsm-field-wrap .fpsm-field {
flex: 0 0 calc(100% - 150px);
}
.fpsm-template-11 .fpsm-field-wrap {
background-color: rgba(255, 255, 255, 0.08);
margin-bottom: 20px;
padding: 24px;
}
.fpsm-template-11 input[type="text"],
.fpsm-template-11 input[type="email"],
.fpsm-template-11 input[type="number"],
.fpsm-template-11 input[type="tel"],
.fpsm-template-11 input[type="url"],
.fpsm-template-11 textarea {
padding: 0;
border-radius: 0;
background-color: rgba(255, 255, 255, 0.18);
border: none;
padding: 0 15px;
color: inherit;
}
.fpsm-template-11 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
}
.fpsm-template-11 input[type="text"]:focus,
.fpsm-template-11 input[type="email"]:focus,
.fpsm-template-11 textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-11 .qq-upload-button {
background-color: #e2e5e8;
padding: 5px 24px;
color: rgba(0, 0, 0, 0.8);
border-radius: 0;
}
.fpsm-template-11 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-11 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 0;
background-color: rgba(255, 255, 255, 0.18);
border: none;
color: inherit;
}
.fpsm-template-11
.fpsm-custom-field-select
.fpsm-field
.fpsm-select-field:before,
.fpsm-template-11 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field:before {
border-color: white transparent transparent transparent;
}
.fpsm-template-11 .fpsm-custom-field-select .fpsm-field select,
.fpsm-template-11 .fpsm-taxonomy-select .fpsm-field select {
color: inherit;
}
.fpsm-template-11 .fpsm-field input[type="submit"] {
background-color: #e2e5e8;
padding: 12px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
color: rgba(0, 0, 0, 0.8);
letter-spacing: 0;
border-radius: 0;
}
.fpsm-template-11 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
color: white;
}
.fpsm-template-11 .fpsm-each-tag {
border-radius: 0;
border: solid 1px white;
background-color: transparent;
}
.fpsm-template-11 .fpsm-field-note {
color: inherit;
}
.fpsm-template-11 .fpsm-custom-field-datepicker .fpsm-field:before {
color: inherit;
}
.fpsm-template-11 .fpsm-checkbox label:before {
color: rgba(255, 255, 255, 0.24);
background-color: rgba(255, 255, 255, 0.18);
}
.fpsm-template-11 .fpsm-radio label:before {
border-color: rgba(255, 255, 255, 0.24);
}
.fpsm-template-11 button.add_media {
background-color: white;
}
.fpsm-template-11 .insert-media.add_media,
.fpsm-template-11 .wp-editor-wrap button.wp-switch-editor {
background-color: white !important;
}
.fpsm-template-11 .wp-editor-wrap button.wp-switch-editor:active,
.fpsm-template-11 .wp-editor-wrap button.wp-switch-editor:focus {
background-color: rgba(255, 255, 255, 0.8) !important;
}
.fpsm-template-11 .fpsm-file-preview-row {
background-color: rgba(255, 255, 255, 0.14);
}
.fpsm-template-11 .insert-media.add_media,
.fpsm-template-11 .wp-editor-wrap button.wp-switch-editor {
background-color: rgba(255, 255, 255, 0.4) !important;
color: white !important;
}
.fpsm-template-11
.fpsm-field-wrap
.wp-editor-wrap.html-active
button.wp-switch-editor.switch-html,
.fpsm-template-11
.fpsm-field-wrap
.wp-editor-wrap.tmce-active
button.wp-switch-editor.switch-tmce {
background-color: white !important;
color: black !important;
}  .fpsm-template-12 {
background-color: white;
overflow: hidden;
color: black;
}
.fpsm-template-12 .fpsm-field-wrap > label {
font-size: 14px;
font-weight: 800;
display: inline-block;
width: auto;
margin-bottom: 15px;
position: relative;
background-color: rgba(0, 0, 0, 0.8);
padding: 5px 12px;
color: white;
}
.fpsm-template-12 .fpsm-field-wrap > label:after {
width: 100%;
content: "";
position: absolute;
top: 0;
left: -100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
}
.fpsm-template-12 .fpsm-field {
position: relative;
}
.fpsm-template-12 .fpsm-post-title .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f303";
height: 34px;
width: 34px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border-radius: 50%;
}
.fpsm-template-12 .fpsm-post-title .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-12 input[type="text"],
.fpsm-template-12 input[type="email"],
.fpsm-template-12 input[type="number"],
.fpsm-template-12 input[type="tel"],
.fpsm-template-12 input[type="url"],
.fpsm-template-12 textarea {
background-color: transparent;
padding: 0 15px;
line-height: 40px;
font-size: 14px;
border: solid 2px rgba(0, 0, 0, 0.18);
border-radius: 68px;
}
.fpsm-template-12 input[type="text"]:focus,
.fpsm-template-12 input[type="email"]:focus,
.fpsm-template-12 input[type="number"]:focus,
.fpsm-template-12 input[type="tel"]:focus,
.fpsm-template-12 input[type="url"]:focus,
.fpsm-template-12 textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-12 textarea {
border-radius: 8px;
}
.fpsm-template-12 .fpsm-field input[type="submit"] {
background-color: #3ec34d;
font-size: 14px;
border-radius: 68px;
}
.fpsm-template-12 .qq-upload-button {
background-color: #3ec34d;
border-radius: 68px;
}
.fpsm-template-12 .qq-uploader {
position: relative;
padding-left: 50px;
}
.fpsm-template-12 .qq-uploader:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f1c5";
height: 34px;
width: 34px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border-radius: 4px;
border-radius: 50%;
}
.fpsm-template-12 .fpsm-post-excerpt .fpsm-field > textarea {
padding-left: 50px;
}
.fpsm-template-12 .fpsm-post-excerpt .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f303";
height: 34px;
width: 34px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border-radius: 50%;
}
.fpsm-template-12 .fpsm-author-name .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f007";
height: 34px;
width: 34px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-12 .fpsm-author-name .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-12 .fpsm-author-email .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f0e0";
height: 34px;
width: 34px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border-radius: 50%;
}
.fpsm-template-12 .fpsm-author-email .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-12 .fpsm-taxonomy-textfield .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f02b";
height: 34px;
width: 34px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border-radius: 50%;
}
.fpsm-template-12 .fpsm-taxonomy-textfield .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-12 .fpsm-custom-field-datepicker .fpsm-field:before {
right: auto;
left: 5px;
top: 5px;
background-color: rgba(0, 0, 0, 0.06);
border-radius: 50%;
height: 34px;
width: 34px;
line-height: 34px;
}
.fpsm-template-12 .fpsm-custom-field-datepicker .fpsm-field {
max-width: 280px;
}
.fpsm-template-12
.fpsm-custom-field-datepicker
.fpsm-field
.fpsm-date-picker
> input {
padding-right: 0;
padding-left: 50px;
}
.fpsm-template-12 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-12 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 68px;
border: solid 2px rgba(0, 0, 0, 0.18);
background-color: transparent;
height: 45px;
}
.fpsm-template-12 .fpsm-custom-field-select .fpsm-select-field:after,
.fpsm-template-12 .fpsm-taxonomy-select .fpsm-select-field:after {
content: "";
height: 35px;
width: 35px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.06);
position: absolute;
top: 3px;
right: 3px;
}
.fpsm-template-12 .fpsm-custom-field-textfield .fpsm-field > input,
.fpsm-template-12 .fpsm-custom-field-number .fpsm-field > input,
.fpsm-template-12 .fpsm-custom-field-email .fpsm-field > input,
.fpsm-template-12 .fpsm-custom-field-textarea .fpsm-field > textarea {
padding-left: 50px;
}
.fpsm-template-12 .fpsm-custom-field-textfield .fpsm-field:before,
.fpsm-template-12 .fpsm-custom-field-number .fpsm-field:before,
.fpsm-template-12 .fpsm-custom-field-textarea .fpsm-field:before,
.fpsm-template-12 .fpsm-custom-field-email .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f303";
height: 34px;
width: 34px;
background-color: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border-radius: 50%;
}
.fpsm-template-12 .fpsm-custom-field-email .fpsm-field:before {
content: "\f0e0";
}  .fpsm-template-13 {
background-color: #efeded;
color: rgba(0, 0, 0, 0.8);
padding: 20px;
}
.fpsm-template-13 .fpsm-field-wrap {
background-color: rgba(255, 255, 255, 0.8);
margin-bottom: 20px;
padding: 24px;
}
.fpsm-template-13 .qq-upload-button {
background-color: #67cb75;
padding: 5px 24px;
color: white;
border-radius: 0;
}
.fpsm-template-13 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-13 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
color: inherit;
}
.fpsm-template-13
.fpsm-custom-field-select
.fpsm-field
.fpsm-select-field
select,
.fpsm-template-13 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field select {
color: inherit;
}
.fpsm-template-13 .fpsm-field input[type="submit"] {
background-color: #67cb75;
padding: 12px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
color: white;
letter-spacing: 0;
border-radius: 0;
}
.fpsm-template-13 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
color: white;
}
.fpsm-template-13 .fpsm-each-tag {
border-radius: 0;
border: solid 1px white;
background-color: transparent;
}
.fpsm-template-13 .fpsm-field-note {
color: inherit;
}
.fpsm-template-13 .fpsm-custom-field-datepicker .fpsm-field:before {
color: inherit;
}
.fpsm-template-13 button.add_media {
background-color: white;
}  .fpsm-template-14 {
background-color: #efeded;
color: rgba(0, 0, 0, 0.8);
padding: 20px;
}
.fpsm-template-14 .fpsm-field-wrap {
background-color: rgba(255, 255, 255, 0.8);
margin-bottom: 20px;
padding: 24px;
}
.fpsm-template-14 .qq-upload-button {
background-color: #3186d5;
padding: 5px 24px;
color: white;
border-radius: 68px;
}
.fpsm-template-14 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-14 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
color: inherit;
background-color: #403872;
border-radius: 68px;
}
.fpsm-template-14
.fpsm-custom-field-select
.fpsm-field
.fpsm-select-field
select,
.fpsm-template-14 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field select {
color: white;
}
.fpsm-template-14 input[type="text"],
.fpsm-template-14 input[type="email"],
.fpsm-template-14 input[type="number"],
.fpsm-template-14 input[type="tel"],
.fpsm-template-14 input[type="url"],
.fpsm-template-14 textarea {
padding: 0;
border-radius: 68px;
background-color: #403872;
border: none;
padding: 0 15px;
color: white;
}
.fpsm-template-14 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
border-radius: 14px;
}
.fpsm-template-14 input[type="text"]:focus,
.fpsm-template-14 input[type="email"]:focus,
.fpsm-template-14 textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-14 .fpsm-field input[type="submit"] {
background-color: #3186d5;
padding: 12px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
color: white;
letter-spacing: 0;
border-radius: 68px;
}
.fpsm-template-14 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
color: white;
}
.fpsm-template-14 .fpsm-each-tag {
border-radius: 0;
border: solid 1px white;
background-color: transparent;
}
.fpsm-template-14 .fpsm-field-note {
color: inherit;
}
.fpsm-template-14 .fpsm-custom-field-datepicker .fpsm-field:before {
color: white;
z-index: 9;
}
.fpsm-template-14 button.add_media {
background-color: white;
}
.fpsm-template-14
.fpsm-custom-field-select
.fpsm-field
.fpsm-select-field
.fpsm-select-field:before,
.fpsm-template-14
.fpsm-taxonomy-select
.fpsm-field
.fpsm-select-field
.fpsm-select-field:before {
border-color: white transparent transparent transparent;
}  .fpsm-template-15 {
background-color: #efeded;
color: rgba(0, 0, 0, 0.8);
padding: 20px;
}
.fpsm-template-15 .fpsm-field-wrap {
background-color: rgba(255, 255, 255, 0.8);
margin-bottom: 20px;
padding: 24px;
}
.fpsm-template-15 .qq-upload-button {
background-color: #697e92;
padding: 5px 24px;
color: white;
}
.fpsm-template-15 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-15 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border: none;
background-color: transparent;
border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-15
.fpsm-custom-field-select
.fpsm-field
.fpsm-select-field
select,
.fpsm-template-15 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field select {
padding: 0;
}
.fpsm-template-15 input[type="text"],
.fpsm-template-15 input[type="email"],
.fpsm-template-15 input[type="number"],
.fpsm-template-15 input[type="tel"],
.fpsm-template-15 input[type="url"],
.fpsm-template-15 textarea {
padding: 0 5px;
background-color: transparent;
border: none;
border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-15 textarea {
line-height: 1.4;
padding: 5px;
height: 80px;
resize: none;
}
.fpsm-template-15 input[type="text"]:focus,
.fpsm-template-15 input[type="email"]:focus,
.fpsm-template-15 textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-15 .fpsm-field input[type="submit"] {
background-color: #697e92;
padding: 12px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
color: white;
letter-spacing: 0;
}
.fpsm-template-15 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
color: white;
}
.fpsm-template-15 .fpsm-field-note {
color: inherit;
}
.fpsm-template-15 .fpsm-custom-field-datepicker .fpsm-field:before {
z-index: 9;
}
.fpsm-template-15 button.add_media {
background-color: white;
}  .fpsm-template-16 {
background-color: white;
}
.fpsm-template-16 .fpsm-field {
position: relative;
}
.fpsm-template-16 .fpsm-post-title .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f303";
height: 40px;
width: 40px;
background-color: transparent;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-16 .fpsm-post-title .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-16 input[type="text"],
.fpsm-template-16 input[type="email"],
.fpsm-template-16 input[type="number"],
.fpsm-template-16 input[type="tel"],
.fpsm-template-16 input[type="url"],
.fpsm-template-16 textarea {
background-color: transparent;
border: none;
padding: 0 15px;
line-height: 40px;
font-size: 14px;
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-16 .fpsm-field input[type="submit"] {
background-color: #7fd383;
font-size: 14px;
}
.fpsm-template-16 .qq-upload-button {
background-color: #7fd383;
}
.fpsm-template-16 .qq-uploader {
position: relative;
padding-left: 50px;
}
.fpsm-template-16 .qq-uploader:before {
position: absolute;
top: 1px;
left: 0;
content: "\f1c5";
height: 40px;
width: 40px;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-16 .fpsm-post-excerpt .fpsm-field > textarea {
padding-left: 50px;
}
.fpsm-template-16 .fpsm-post-excerpt .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f303";
height: 80px;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-16 .fpsm-author-name .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f007";
height: 40px;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-16 .fpsm-author-name .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-16 .fpsm-author-email .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f0e0";
height: 40px;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-16 .fpsm-author-email .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-16 .fpsm-taxonomy-textfield .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f02b";
height: 40px;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-16 .fpsm-taxonomy-textfield .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-16 .fpsm-custom-field-datepicker .fpsm-field:before {
right: auto;
left: 0;
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-16 .fpsm-custom-field-datepicker .fpsm-field {
max-width: 280px;
}
.fpsm-template-16
.fpsm-custom-field-datepicker
.fpsm-field
.fpsm-date-picker
> input {
padding-right: 0;
padding-left: 50px;
}
.fpsm-template-16 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-16 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 2px;
background-color: transparent;
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-16 .fpsm-custom-field-select .fpsm-select-field:after,
.fpsm-template-16 .fpsm-taxonomy-select .fpsm-select-field:after {
content: "";
height: 100%;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
position: absolute;
top: 0;
right: 0;
}
.fpsm-template-16 .fpsm-custom-field-textfield .fpsm-field > input,
.fpsm-template-16 .fpsm-custom-field-number .fpsm-field > input,
.fpsm-template-16 .fpsm-custom-field-email .fpsm-field > input,
.fpsm-template-16 .fpsm-custom-field-textarea .fpsm-field > textarea {
padding-left: 50px;
}
.fpsm-template-16 .fpsm-custom-field-textfield .fpsm-field:before,
.fpsm-template-16 .fpsm-custom-field-number .fpsm-field:before,
.fpsm-template-16 .fpsm-custom-field-textarea .fpsm-field:before,
.fpsm-template-16 .fpsm-custom-field-email .fpsm-field:before {
position: absolute;
content: "\f303";
height: 40px;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 38px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-16 .fpsm-custom-field-email .fpsm-field:before {
content: "\f0e0";
}  .fpsm-template-17 {
background-color: white;
}
.fpsm-template-17 .fpsm-field {
position: relative;
}
.fpsm-template-17 .fpsm-post-title .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f303";
height: 40px;
width: 40px;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border-left: solid 4px #fa7575;
}
.fpsm-template-17 .fpsm-post-title .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-17 input[type="text"],
.fpsm-template-17 input[type="email"],
.fpsm-template-17 input[type="number"],
.fpsm-template-17 input[type="tel"],
.fpsm-template-17 input[type="url"],
.fpsm-template-17 textarea {
background-color: transparent;
border: none;
padding: 0 15px;
line-height: 40px;
font-size: 14px;
border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-17 .fpsm-field input[type="submit"] {
background-color: black;
font-size: 14px;
line-height: 34px;
}
.fpsm-template-17 .qq-upload-button {
background-color: rgba(0, 0, 0, 0.08);
color: rgba(0, 0, 0, 0.48);
}
.fpsm-template-17 .qq-uploader {
position: relative;
padding-left: 50px;
}
.fpsm-template-17 .qq-uploader:before {
position: absolute;
top: 1px;
left: 0;
content: "\f1c5";
height: 40px;
width: 40px;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border-left: solid 4px #fa7575;
}
.fpsm-template-17 .fpsm-post-excerpt .fpsm-field > textarea {
padding-left: 50px;
}
.fpsm-template-17 .fpsm-post-excerpt .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f303";
height: 80px;
width: 40px;
border-left: solid 4px #fa7575;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-17 .fpsm-author-name .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f007";
height: 40px;
width: 40px;
border-left: solid 4px #fa7575;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-17 .fpsm-author-name .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-17 .fpsm-author-email .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f0e0";
height: 40px;
width: 40px;
border-left: solid 4px #fa7575;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-17 .fpsm-author-email .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-17 .fpsm-taxonomy-textfield .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f02b";
height: 40px;
width: 40px;
border-left: solid 4px #fa7575;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-17 .fpsm-taxonomy-textfield .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-17 .fpsm-custom-field-datepicker .fpsm-field:before {
right: auto;
left: 0;
border-left: solid 4px #fa7575;
}
.fpsm-template-17 .fpsm-custom-field-datepicker .fpsm-field {
max-width: 280px;
}
.fpsm-template-17
.fpsm-custom-field-datepicker
.fpsm-field
.fpsm-date-picker
> input {
padding-right: 0;
padding-left: 50px;
}
.fpsm-template-17 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-17 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
background-color: transparent;
border: none;
border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-17 .fpsm-custom-field-select .fpsm-select-field:before,
.fpsm-template-17 .fpsm-taxonomy-select .fpsm-select-field:before {
content: "";
border-color: #fa7575 transparent transparent transparent;
}
.fpsm-template-17 .fpsm-custom-field-textfield .fpsm-field > input,
.fpsm-template-17 .fpsm-custom-field-number .fpsm-field > input,
.fpsm-template-17 .fpsm-custom-field-email .fpsm-field > input,
.fpsm-template-17 .fpsm-custom-field-textarea .fpsm-field > textarea {
padding-left: 50px;
}
.fpsm-template-17 .fpsm-custom-field-textfield .fpsm-field:before,
.fpsm-template-17 .fpsm-custom-field-number .fpsm-field:before,
.fpsm-template-17 .fpsm-custom-field-textarea .fpsm-field:before,
.fpsm-template-17 .fpsm-custom-field-email .fpsm-field:before {
position: absolute;
content: "\f303";
height: 40px;
width: 40px;
border-left: solid 4px #fa7575;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 38px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-17 .fpsm-custom-field-email .fpsm-field:before {
content: "\f0e0";
}  .fpsm-template-18 {
background-color: #fff;
padding: 0;
}
.fpsm-front-form.fpsm-template-18 .fpsm-form-title {
padding: 15px 25px !important;
background-color: #697e92;
color: white;
}
.fpsm-template-18 .fpsm-field-wrap > label {
font-size: 14px;
font-weight: 800;
display: inline-block;
width: auto;
margin-bottom: 0;
position: relative;
background-color: #697e92;
padding: 5px 12px;
color: white;
}
.fpsm-template-18 .fpsm-custom-field-file_uploader > label,
.fpsm-template-18 .fpsm-custom-field-checkbox > label,
.fpsm-template-18 .fpsm-post-image > label,
.fpsm-template-18 .fpsm-custom-field-radio > label,
.fpsm-template-18 .fpsm-post-content > label {
margin-bottom: 20px;
}
.fpsm-template-18 .fpsm-field-wrap {
padding: 24px;
margin-bottom: 0;
border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-18 .wp-editor-container {
border-width: 2px !important;
}
.fpsm-template-18 input[type="text"],
.fpsm-template-18 input[type="email"],
.fpsm-template-18 input[type="number"],
.fpsm-template-18 input[type="tel"],
.fpsm-template-18 input[type="url"],
.fpsm-template-18 textarea {
padding: 0;
border-radius: 0;
background-color: transparent;
border-width: 1px;
padding: 0 15px;
border-color: #697e92;
}
.fpsm-template-18 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
}
.fpsm-template-18 input[type="text"]:focus,
.fpsm-template-18 input[type="email"]:focus,
.fpsm-template-18 textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-18 .qq-upload-button {
background-color: rgba(0, 0, 0, 0.08);
color: rgba(0, 0, 0, 0.68);
padding: 5px 24px;
}
.fpsm-template-18 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-18 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 0;
background-color: transparent;
border-color: #697e92;
}
.fpsm-template-18 .fpsm-field input[type="submit"] {
background-color: #697e92;
padding: 12px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
color: white;
letter-spacing: 0;
}
.fpsm-template-18 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.fpsm-template-18 .fpsm-each-tag {
border-radius: 0;
}  .fpsm-template-19 {
background-color: #fff;
padding: 0;
font-family: "Coming Soon", cursive;
font-family: "Coming Soon";
background-image: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/images/child-bg-1.png);
background-position: left bottom;
padding-bottom: 180px;
background-repeat: repeat-x;
color: #bc61b7;
}
.fpsm-front-form.fpsm-template-19 .fpsm-form-title {
padding: 15px 25px !important;
color: inherit;
}
.fpsm-template-19 .fpsm-field-wrap > label {
color: inherit;
}
.fpsm-template-19 .fpsm-custom-field-file_uploader > label,
.fpsm-template-19 .fpsm-custom-field-checkbox > label,
.fpsm-template-19 .fpsm-post-image > label,
.fpsm-template-19 .fpsm-custom-field-radio > label,
.fpsm-template-19 .fpsm-post-content > label {
margin-bottom: 20px;
}
.fpsm-template-19 .fpsm-field-wrap {
padding: 24px;
margin-bottom: 0;
border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-19 .wp-editor-container {
border-width: 2px !important;
}
.fpsm-template-19 input[type="text"],
.fpsm-template-19 input[type="email"],
.fpsm-template-19 input[type="number"],
.fpsm-template-19 input[type="tel"],
.fpsm-template-19 input[type="url"],
.fpsm-template-19 textarea {
padding: 0;
border-radius: 6px;
background-color: #fbfcfc;
border-width: 1px;
padding: 0 15px;
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-19 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
}
.fpsm-template-19 input[type="text"]:focus,
.fpsm-template-19 input[type="email"]:focus,
.fpsm-template-19 textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-19 .qq-upload-button {
background-color: #bc61b7;
color: white;
padding: 5px 24px;
}
.fpsm-template-19 .fpsm-select-field {
border-radius: 6px;
background-color: #fbfcfc;
}
.fpsm-template-19 .fpsm-select-field:before {
border-color: #bc61b7 transparent transparent transparent;
}
.fpsm-template-19 .fpsm-custom-field-datepicker .fpsm-field {
color: inherit;
}
.fpsm-template-19 .fpsm-custom-field-datepicker .fpsm-field:before {
color: inherit;
z-index: 9;
}
.fpsm-template-19 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-19 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 6px;
background-color: transparent;
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-19 .fpsm-field input[type="submit"] {
background-color: #bc61b7;
padding: 12px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
color: white;
letter-spacing: 0;
}
.fpsm-template-19 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.fpsm-template-19 .fpsm-each-tag {
border-radius: 0;
}  .fpsm-template-20 {
background-image: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/images/child-bg-2.png);
background-size: 100%;
color: #a4ae51;
padding: 58px;
position: relative;
}
.fpsm-template-20 .fpsm-form-title {
color: white !important;
padding: 0 0 15px !important;
}
.fpsm-template-20:before {
content: "";
position: absolute;
left: 40%;
bottom: 0;
}
.fpsm-template-20 .fpsm-field-wrap {
display: flex;
flex-wrap: wrap;
}
.fpsm-template-20 .fpsm-field-wrap > div {
flex: 0 0 100%;
}
.fpsm-template-20 .fpsm-field-wrap label {
max-width: 150px;
flex: 0 0 150px;
}
.fpsm-template-20 .fpsm-field-wrap .fpsm-field {
flex: 0 0 calc(100% - 150px);
}
.fpsm-template-20 .fpsm-field-wrap {
background-color: white;
margin-bottom: 0;
padding: 24px;
}
.fpsm-template-20 input[type="text"],
.fpsm-template-20 input[type="email"],
.fpsm-template-20 input[type="number"],
.fpsm-template-20 input[type="tel"],
.fpsm-template-20 input[type="url"],
.fpsm-template-20 textarea {
padding: 0;
border-radius: 0;
background-color: #edf0e9;
border: none;
padding: 0 15px;
color: inherit;
}
.fpsm-template-20 textarea {
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
}
.fpsm-template-20 input[type="text"]:focus,
.fpsm-template-20 input[type="email"]:focus,
.fpsm-template-20 textarea:focus {
border-color: rgba(0, 0, 0, 0.14);
}
.fpsm-template-20 .qq-upload-button {
background-color: #a4ae51;
padding: 5px 24px;
color: rgba(255, 255, 255, 0.8);
border-radius: 0;
}
.fpsm-template-20 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-20 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 0;
background-color: #edf0e9;
border: none;
color: inherit;
}
.fpsm-template-20
.fpsm-custom-field-select
.fpsm-field
.fpsm-select-field:before,
.fpsm-template-20 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field:before {
border-color: #a4ae51 transparent transparent transparent;
z-index: 9;
}
.fpsm-template-20
.fpsm-custom-field-select
.fpsm-field
.fpsm-select-field
select,
.fpsm-template-20 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field select {
color: inherit;
}
.fpsm-template-20 .fpsm-custom-field-datepicker .fpsm-field {
color: inherit;
}
.fpsm-template-20 .fpsm-custom-field-datepicker .fpsm-field:before {
color: inherit;
z-index: 9;
}
.fpsm-template-20 .fpsm-field input[type="submit"] {
background-color: #a4ae51;
padding: 12px 24px;
line-height: 1.4;
font-size: 14px;
font-weight: 700;
color: white;
letter-spacing: 0;
border-radius: 0;
}
.fpsm-template-20 .fpsm-field input[type="submit"]:hover {
background-color: rgba(0, 0, 0, 0.8);
color: white;
}
.fpsm-template-20 .fpsm-each-tag {
border-radius: 0;
border: solid 1px rgba(0, 0, 0, 0.4);
background-color: transparent;
}
.fpsm-template-20 .fpsm-field-note {
color: inherit;
}
.fpsm-template-20 button.add_media {
background-color: white;
}
.fpsm-template-20 .fpsm-has-submit-btn {
background-image: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/images/temp-20-bg.jpg);
background-position: center bottom;
background-size: 400px auto;
min-height: 300px;
background-repeat: no-repeat;
}  .fpsm-template-21 {
background-color: white;
background-image: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/images/temp-21-bg.jpg);
background-position: left bottom;
background-repeat: no-repeat;
padding-left: 30%;
background-size: 40%;
}
.fpsm-template-21 .fpsm-field {
position: relative;
}
.fpsm-template-21 .fpsm-post-title .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f303";
height: 40px;
width: 40px;
background-color: transparent;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-21 .fpsm-post-title .fpsm-field > input {
padding-left: 50px;
background-color: white;
}
.fpsm-template-21 input[type="text"],
.fpsm-template-21 input[type="email"],
.fpsm-template-21 input[type="number"],
.fpsm-template-21 input[type="tel"],
.fpsm-template-21 input[type="url"],
.fpsm-template-21 textarea {
background-color: white;
border: none;
padding: 0 15px;
line-height: 40px;
font-size: 14px;
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-21 .fpsm-field input[type="submit"] {
background-color: #d82e05;
font-size: 14px;
}
.fpsm-template-21 .qq-upload-button {
background-color: #d82e05;
}
.fpsm-template-21 .qq-uploader {
position: relative;
padding-left: 50px;
}
.fpsm-template-21 .qq-uploader:before {
position: absolute;
top: 1px;
left: 0;
content: "\f1c5";
height: 40px;
width: 40px;
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-21 .fpsm-post-excerpt .fpsm-field > textarea {
padding-left: 50px;
background-color: white;
}
.fpsm-template-21 .fpsm-post-excerpt .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f303";
height: 80px;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-21 .fpsm-author-name .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f007";
height: 40px;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-21 .fpsm-author-name .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-21 .fpsm-author-email .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f0e0";
height: 40px;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-21 .fpsm-author-email .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-21 .fpsm-taxonomy-textfield .fpsm-field:before {
position: absolute;
top: 1px;
left: 0;
content: "\f02b";
height: 40px;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 40px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-21 .fpsm-taxonomy-textfield .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-21 .fpsm-custom-field-datepicker .fpsm-field:before {
right: auto;
left: 0;
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-21 .fpsm-custom-field-datepicker .fpsm-field {
max-width: 280px;
}
.fpsm-template-21
.fpsm-custom-field-datepicker
.fpsm-field
.fpsm-date-picker
> input {
padding-right: 0;
padding-left: 50px;
}
.fpsm-template-21 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-21 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
border-radius: 2px;
background-color: white;
border: solid 1px rgba(0, 0, 0, 0.18);
}
.fpsm-template-21 .fpsm-custom-field-select .fpsm-select-field:after,
.fpsm-template-21 .fpsm-taxonomy-select .fpsm-select-field:after {
content: "";
height: 100%;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
position: absolute;
top: 0;
right: 0;
}
.fpsm-template-21 .fpsm-custom-field-textfield .fpsm-field > input,
.fpsm-template-21 .fpsm-custom-field-number .fpsm-field > input,
.fpsm-template-21 .fpsm-custom-field-email .fpsm-field > input,
.fpsm-template-21 .fpsm-custom-field-textarea .fpsm-field > textarea {
padding-left: 50px;
}
.fpsm-template-21 .fpsm-custom-field-textfield .fpsm-field:before,
.fpsm-template-21 .fpsm-custom-field-number .fpsm-field:before,
.fpsm-template-21 .fpsm-custom-field-textarea .fpsm-field:before,
.fpsm-template-21 .fpsm-custom-field-email .fpsm-field:before {
position: absolute;
content: "\f303";
height: 40px;
width: 40px;
border: solid 1px rgba(0, 0, 0, 0.18);
color: rgba(0, 0, 0, 0.28);
text-align: center;
line-height: 38px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: rgba(0, 0, 0, 0.68);
}
.fpsm-template-21 .fpsm-custom-field-email .fpsm-field:before {
content: "\f0e0";
}  .fpsm-template-22 {
background-color: #2b364c;
color: white;
overflow: hidden;
background-image: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/images/temp-22-bg.jpg);
background-position: right bottom;
background-size: 340px auto;
min-height: 300px;
background-repeat: no-repeat;
}
.fpsm-template-22 .fpsm-form-title {
color: white !important;
padding: 0 0 15px !important;
}
.fpsm-template-22 .fpsm-field-wrap > label {
font-size: 14px;
font-weight: 800;
display: inline-block;
width: auto;
margin-bottom: 15px;
position: relative;
background-color: rgba(255, 255, 255, 0.06);
padding: 5px 12px;
color: inherit;
}
.fpsm-template-22 .fpsm-field {
position: relative;
}
.fpsm-template-22 .fpsm-post-title .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f303";
height: 34px;
width: 34px;
background-color: transparent;
border: solid 1px rgba(255, 255, 255, 0.24);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: inherit;
border-radius: 50%;
}
.fpsm-template-22 .fpsm-post-title .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-22 input[type="text"],
.fpsm-template-22 input[type="email"],
.fpsm-template-22 input[type="number"],
.fpsm-template-22 input[type="tel"],
.fpsm-template-22 input[type="url"],
.fpsm-template-22 textarea {
background-color: rgba(255, 255, 255, 0.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
border-radius: 0;
color: inherit;
}
.fpsm-template-22 input[type="text"]:focus,
.fpsm-template-22 input[type="email"]:focus,
.fpsm-template-22 input[type="number"]:focus,
.fpsm-template-22 input[type="tel"]:focus,
.fpsm-template-22 input[type="url"]:focus,
.fpsm-template-22 textarea:focus {
border-color: rgba(255, 255, 255, 0.14);
}
.fpsm-template-22 select {
color: inherit;
}
.fpsm-template-22 .fpsm-field input[type="submit"] {
background-color: #c5b871;
font-size: 14px;
}
.fpsm-template-22 .qq-upload-button {
background-color: #c5b871;
}
.fpsm-template-22 .qq-uploader {
position: relative;
padding-left: 50px;
}
.fpsm-template-22 .qq-uploader:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f1c5";
height: 34px;
width: 34px;
background-color: transparent;
border: solid 1px rgba(255, 255, 255, 0.24);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: inherit;
border-radius: 4px;
border-radius: 50%;
}
.fpsm-template-22 .fpsm-post-excerpt .fpsm-field > textarea {
padding-left: 50px;
}
.fpsm-template-22 .fpsm-post-excerpt .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f303";
height: 34px;
width: 34px;
background-color: transparent;
border: solid 1px rgba(255, 255, 255, 0.24);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: inherit;
border-radius: 50%;
}
.fpsm-template-22 .fpsm-author-name .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f007";
height: 34px;
width: 34px;
border-radius: 50%;
background-color: transparent;
border: solid 1px rgba(255, 255, 255, 0.24);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: inherit;
}
.fpsm-template-22 .fpsm-author-name .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-22 .fpsm-author-email .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f0e0";
height: 34px;
width: 34px;
background-color: transparent;
border: solid 1px rgba(255, 255, 255, 0.24);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: inherit;
border-radius: 50%;
}
.fpsm-template-22 .fpsm-author-email .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-22 .fpsm-taxonomy-textfield .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f02b";
height: 34px;
width: 34px;
background-color: transparent;
border: solid 1px rgba(255, 255, 255, 0.24);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: inherit;
border-radius: 50%;
}
.fpsm-template-22 .fpsm-taxonomy-textfield .fpsm-field > input {
padding-left: 50px;
}
.fpsm-template-22 .fpsm-custom-field-datepicker .fpsm-field:before {
right: auto;
left: 5px;
top: 5px;
background-color: transparent;
border: solid 1px rgba(255, 255, 255, 0.24);
border-radius: 50%;
height: 34px;
width: 34px;
line-height: 34px;
color: white;
}
.fpsm-template-22 .fpsm-custom-field-datepicker .fpsm-field {
max-width: 280px;
}
.fpsm-template-22
.fpsm-custom-field-datepicker
.fpsm-field
.fpsm-date-picker
> input {
padding-right: 0;
padding-left: 50px;
}
.fpsm-template-22 .fpsm-custom-field-select .fpsm-field .fpsm-select-field,
.fpsm-template-22 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
background-color: rgba(255, 255, 255, 0.08);
height: 45px;
color: inherit;
}
.fpsm-template-22 .fpsm-custom-field-select .fpsm-select-field:after,
.fpsm-template-22 .fpsm-taxonomy-select .fpsm-select-field:after {
content: "";
height: 35px;
width: 35px;
border-radius: 50%;
background-color: transparent;
border: solid 1px rgba(255, 255, 255, 0.24);
position: absolute;
top: 3px;
right: 3px;
}
.fpsm-template-22 .fpsm-custom-field-select .fpsm-select-field:before,
.fpsm-template-22 .fpsm-taxonomy-select .fpsm-select-field:before {
border-color: white transparent transparent transparent;
}
.fpsm-template-22 .fpsm-custom-field-textfield .fpsm-field > input,
.fpsm-template-22 .fpsm-custom-field-number .fpsm-field > input,
.fpsm-template-22 .fpsm-custom-field-email .fpsm-field > input,
.fpsm-template-22 .fpsm-custom-field-textarea .fpsm-field > textarea {
padding-left: 50px;
}
.fpsm-template-22 .fpsm-custom-field-textfield .fpsm-field:before,
.fpsm-template-22 .fpsm-custom-field-number .fpsm-field:before,
.fpsm-template-22 .fpsm-custom-field-textarea .fpsm-field:before,
.fpsm-template-22 .fpsm-custom-field-email .fpsm-field:before {
position: absolute;
top: 5px;
left: 5px;
content: "\f303";
height: 34px;
width: 34px;
background-color: transparent;
border: solid 1px rgba(255, 255, 255, 0.24);
text-align: center;
line-height: 34px;
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
font-weight: 900; color: white;
border-radius: 50%;
}
.fpsm-template-22 .fpsm-custom-field-email .fpsm-field:before {
content: "\f0e0";
}
.fpsm-template-22 .fpsm-field-note {
color: inherit;
}
.fpsm-template-22 .fpsm-each-tag {
background-color: transparent;
border: solid 1px rgba(255, 255, 255, 0.18);
}
.fpsm-template-22 .insert-media.add_media,
.fpsm-template-22 .wp-editor-wrap button.wp-switch-editor {
background-color: white !important;
}
.fpsm-template-22 .wp-editor-wrap button.wp-switch-editor:active,
.fpsm-template-22 .wp-editor-wrap button.wp-switch-editor:focus {
background-color: rgba(255, 255, 255, 0.8) !important;
}
.fpsm-template-22
.wp-editor-wrap.tmce-active
button.wp-switch-editor.switch-tmce {
color: white;
}
.fpsm-template-22
.wp-editor-wrap.html-active
button.wp-switch-editor.switch-html {
color: white;
}
.fpsm-template-22 .fpsm-custom-field-datepicker .fpsm-field:before {
color: inherit;
}
.fpsm-template-22 .fpsm-checkbox label:before {
color: rgba(255, 255, 255, 0.24);
background-color: rgba(255, 255, 255, 0.18);
}
.fpsm-template-22 .fpsm-radio label:before {
border-color: rgba(255, 255, 255, 0.24);
}
.fpsm-template-22 .fpsm-file-preview-row {
background-color: rgba(255, 255, 255, 0.14);
} .fpsm-field-wrap
.wp-editor-wrap.tmce-active
button.wp-switch-editor.switch-tmce {
background-color: rgba(0, 0, 0, 0.14) !important;
}
.fpsm-field-wrap
.wp-editor-wrap.html-active
button.wp-switch-editor.switch-html {
background-color: rgba(0, 0, 0, 0.14) !important;
} @media all and (max-width: 1023px) {
.fpsm-front-form {
box-shadow: rgba(0, 0, 0, 0.24) 0 0 24px;
padding: 25px !important;
}
.fpsm-file-preview-column input.fpsm-media-delete-button {
background-color: transparent;
color: red;
}
.fpsm-file-preview-column {
max-width: 140px;
}
.fpsm-template-3,
.fpsm-template-9,
.fpsm-template-10,
.fpsm-template-18,
.fpsm-template-19 {
padding: 0 !important;
}
.fpsm-template-3 .fpsm-field-wrap,
.fpsm-template-11 .fpsm-field-wrap,
.fpsm-template-13 .fpsm-field-wrap,
.fpsm-template-14 .fpsm-field-wrap,
.fpsm-template-15 .fpsm-field-wrap,
.fpsm-template-18 .fpsm-field-wrap,
.fpsm-template-19 .fpsm-field-wrap,
.fpsm-template-20 .fpsm-field-wrap {
padding: 20px;
}
.fpsm-template-4 .fpsm-field-wrap,
.fpsm-template-11 .fpsm-field-wrap,
.fpsm-template-20 .fpsm-field-wrap {
display: block;
}
} @media all and (max-width: 767px) {
.fpsm-front-form {
box-shadow: rgba(0, 0, 0, 0.24) 0 0 24px;
padding: 20px !important;
}
.fpsm-file-preview-column input.fpsm-media-delete-button {
background-color: transparent;
color: red;
}
.fpsm-file-preview-column {
max-width: 88px;
}
.fpsm-template-3,
.fpsm-template-9,
.fpsm-template-10,
.fpsm-template-18,
.fpsm-template-19 {
padding: 0 !important;
}
.fpsm-template-3 .fpsm-field-wrap,
.fpsm-template-11 .fpsm-field-wrap,
.fpsm-template-13 .fpsm-field-wrap,
.fpsm-template-14 .fpsm-field-wrap,
.fpsm-template-15 .fpsm-field-wrap,
.fpsm-template-18 .fpsm-field-wrap,
.fpsm-template-19 .fpsm-field-wrap,
.fpsm-template-20 .fpsm-field-wrap {
padding: 15px;
}
.fpsm-template-4 .fpsm-field-wrap,
.fpsm-template-11 .fpsm-field-wrap,
.fpsm-template-20 .fpsm-field-wrap {
display: block;
}
} .fpsm-dashboard-wrap {
font-family: "Nunito Sans", sans-serif;
background-color: white;
}
.fpsm-dashboard-row {
display: flex;
width: 100%;
}
.fpsm-dashboard-row > div {
flex: 1;
padding: 15px;
}
.fpsm-dashboard-header .fpsm-dashboard-row {
background-color: #edf0f7;
border-bottom: solid 1px #dfe3ec;
}
.fpsm-dashboard-header > .fpsm-dashboard-row > div {
font-weight: 800;
font-size: 15px;
line-height: 1.6;
}
.fpsm-dashboard-column a {
display: inline-block;
border: none !important;
box-shadow: none !important;
outline: none !important;
text-decoration: none !important;
}
.fpsm-dashboard-row .fpsm-dashboard-column {
font-size: 15px;
font-weight: 600;
color: rgba(0, 0, 0, 0.68);
line-height: 1.2;
}
.fpsm-dashboard-body > .fpsm-dashboard-row {
border-bottom: solid 1px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
}
.fpsm-dashboard-column:last-child {
text-align: right;
}
.fpsm-dashboard-column:last-child a {
display: inline-block;
height: 24px;
width: 24px;
text-align: center;
line-height: 22px;
color: black;
transition: all 0.3s ease;
text-shadow: none !important;
}
.fpsm-dashboard-column:last-child a i {
font-size: 11px;
}
.fpsm-dashboard-column:last-child a:hover {
color: rgba(0, 0, 0, 0.18);
}
.fpsm-dashboard-column:last-child a.fpsm-edit-post:hover {
color: #3ea8de;
}
.fpsm-dashboard-column:last-child a.fpsm-delete-post:hover {
color: #c43434;
}
.fpsm-dashboard-column:last-child a.fpsm-view-post:hover {
color: #c4a833;
}
.fpsm-pagination-wrap {
padding: 15px;
}
.fpsm-pagination-wrap a,
.fpsm-pagination-wrap span {
display: inline-block;
vertical-align: top;
font-size: 14px;
font-weight: 700;
text-decoration: none !important;
padding: 10px 12px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.06);
margin-right: 0;
line-height: 1;
}
.fpsm-pagination-wrap a {
color: rgba(0, 0, 0, 0.68) !important;
}
.fpsm-pagination-wrap span,
.fpsm-pagination-wrap a:hover {
background-color: rgba(0, 0, 0, 0.68);
color: white !important;
}
span.fpsm-post-status.fpsm-status-draft,
span.fpsm-post-status.fpsm-status-pending,
span.fpsm-post-status.fpsm-status-publish {
display: inline-block;
line-height: 18px;
font-size: 11px;
background-color: #3ea8de;
border-radius: 48px;
padding: 0 10px;
color: white;
text-transform: capitalize;
}
span.fpsm-post-status.fpsm-status-pending {
background-color: #e39e59;
}
span.fpsm-post-status.fpsm-status-publish {
background-color: #75d068;
}
.fpsm-error {
margin-top: 4px;
background-color: #ff696928;
color: #ff6969;
padding: 0 5px;
font-size: 12px;
line-height: 18px;
font-weight: 700;
} .fpsm-each-display-field {
margin-bottom: 20px;
}
.fpsm-each-display-field label {
font-weight: bold;
font-size: 16px;
display: block;
margin-bottom: 4px;
line-height: 1;
}
.fpsm-display-value {
font-size: 14px;
}
.fpsm-display-each-image {
display: inline-block;
height: 140px;
width: 140px;
display: inline-block;
vertical-align: top;
margin-right: 15px;
margin-top: 15px;
}
.fpsm-display-each-image img {
height: 100%;
width: 100%;
object-fit: cover;
} .fpsm-custom-template-2 .fpsm-each-display-field {
display: flex;
flex-wrap: wrap;
}
.fpsm-custom-template-2 .fpsm-each-display-field > label {
flex: 1;
max-width: 180px;
font-size: 14px;
}
.fpsm-custom-template-2 .fpsm-each-display-field > div {
flex: 2;
max-width: 100%;
}
.fpsm-custom-template-3 .fpsm-each-display-field {
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
}
.fpsm-custom-template-3 .fpsm-each-display-field > label {
flex: 1;
max-width: 180px;
font-size: 14px;
padding: 15px;
border: solid 1px rgba(0, 0, 0, 0.48);
border-right: none;
margin: 0;
border-bottom: none;
border-left: 0;
border-right: 0;
}
.fpsm-custom-template-3 .fpsm-each-display-field > div {
flex: 2;
max-width: 100%;
padding: 15px;
border: solid 1px rgba(0, 0, 0, 0.48);
border-bottom: none;
border-right: 0;
}
.fpsm-custom-template-3 .fpsm-each-display-field:last-child {
border-bottom: solid 1px rgba(0, 0, 0, 0.48);
}
.fpsm-custom-template-4 .fpsm-each-display-field {
display: block;
flex-wrap: wrap;
margin-bottom: 0;
border: solid 1px rgba(0, 0, 0, 0.48);
border-bottom: none;
padding: 15px;
border-left: 0;
border-right: 0;
}
.fpsm-custom-template-4 .fpsm-each-display-field:last-child {
border-bottom: solid 1px rgba(0, 0, 0, 0.48);
}
.fpsm-custom-template-5 .fpsm-each-display-field label {
display: inline-block;
padding: 5px 10px;
background-color: rgba(0, 0, 0, 0.48);
color: white;
font-size: 14px;
}
.fpsm-custom-template-6 .fpsm-each-display-field {
display: flex;
flex-wrap: wrap;
}
.fpsm-custom-template-6 .fpsm-each-display-field > label {
flex: 1;
max-width: 150px;
font-size: 14px;
margin-right: 24px;
}
.fpsm-custom-template-6 .fpsm-each-display-field > div {
flex: 2;
max-width: 100%;
}
.fpsm-custom-template-6 .fpsm-each-display-field label {
display: inline-block;
padding: 5px 10px;
background-color: rgba(0, 0, 0, 0.48);
color: white;
font-size: 14px;
}
.fpsm-page-title {
text-align: center;
padding: 120px 0 40px;
background-image: linear-gradient(to right, #35312d, #504336);
margin-bottom: 24px;
}
.fpsm-page-title h2 {
color: white;
font-size: 44px;
font-weight: 300;
margin: 0;
line-height: 1;
}
.fpsm-post-status {
display: inline-block;
line-height: 18px;
font-size: 11px;
background-color: #3e3737;
border-radius: 48px;
padding: 0 10px;
color: white;
text-transform: capitalize;
}
.fpsm-post-not-found {
padding: 10px;
}
@media only screen and (max-width: 1000px) {
.fpsm-dashboard-wrap {
overflow: auto;
}
.fpsm-dashboard-header,
.fpsm-dashboard-body,
.fpsm-dashboard-row {
overflow-y: auto;
width: 1000px;
}
}
.fpsm-dashboard-column.fpsm-dashboard-post-title {
overflow: hidden;
padding: 20px;
}
.fpsm-dashboard-column.fpsm-dashboard-post-views {
max-width: 100px;
}
span.fpsm-scheduled-date {
display: block;
margin-top: 10px;
}
.fpsm-dashboard-column.fpsm-dashboard-sn {
width: 40px !important;
line-height: 2.3 !important;
}
.fpsm-dashboard-column.fpsm-dashboard-sn {
max-width: 70px;
}
.fpsm-dashboard-column.fpsm-dashboard-action {
max-width: 200px;
}
.fpsm-dashboard-column.fpsm-dashboard-post-status {
max-width: 170px;
}
form.fpsm-posts-filter-head {
padding: 10px 0;
text-align: right;
}
select.fpsm-dashboard-post-status-filter,
form.fpsm-posts-filter-head input[type="search"],
form.fpsm-posts-filter-head input[type="submit"] {
height: 35px;
font-family: inherit;
vertical-align: middle;
}
form.fpsm-posts-filter-head input[type="submit"] {
color: #fff;
background: #3ea8de;
cursor: pointer;
}
.fpsm-sortable-placeholder {
border: 2px dashed #bbb;
margin-bottom: 20px;
}
.fpsm-file-preview-row {
cursor: move;
}
@media only screen and (max-width: 600px) {
.fpsm-has-submit-btn .fpsm-field {
display: block;
}
.fpsm-has-submit-btn .fpsm-field input[type="submit"] {
width: 100%;
margin-bottom: 10px;
}
form.fpsm-posts-filter-head {
padding: 10px;
}
form.fpsm-posts-filter-head select,
form.fpsm-posts-filter-head input[type="search"],
form.fpsm-posts-filter-head input[type="submit"] {
display: block;
width: 100%;
margin-bottom: 10px;
}
}
.inside .fpsm-field textarea {
width: 100%;
}
.qq-uploader.fpsm-wp-media-uploader-wrap {
margin-bottom: 10px;
}
form.fpsm-posts-filter-head input[type="search"] {
max-width: 200px;
}
a.fpsm-edit-post-button {
display: block;
}
@media all and (max-width: 767px) {
.fpsm-dashboard-row {
flex-direction: column;
align-items: flex-start;
}
.fpsm-dashboard-header,
.fpsm-dashboard-body,
.fpsm-dashboard-row {
overflow-y: auto;
width: 100%;
}
.fpsm-dashboard-header .fpsm-dashboard-column.fpsm-dashboard-post-status {
display: none;
}
.fpsm-dashboard-header .fpsm-dashboard-column.fpsm-dashboard-post_image {
display: none;
}
.fpsm-dashboard-header .fpsm-dashboard-column.fpsm-dashboard-action {
display: none;
}
.fpsm-dashboard-header .fpsm-dashboard-column.fpsm-dashboard-last-modified {
display: none;
}
}@font-face {
font-family: 'Nunito Sans';
src: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Black.woff2) format('woff2'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Black.woff) format('woff'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Black.ttf) format('truetype'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Black.svg#NunitoSans-Black) format('svg');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Bold.woff2) format('woff2'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Bold.woff) format('woff'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Bold.ttf) format('truetype'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Bold.svg#NunitoSans-Bold) format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-ExtraLight.woff2) format('woff2'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-ExtraLight.woff) format('woff'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-ExtraLight.ttf) format('truetype'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-ExtraLight.svg#NunitoSans-ExtraLight) format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-ExtraBold.woff2) format('woff2'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-ExtraBold.woff) format('woff'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-ExtraBold.ttf) format('truetype'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-ExtraBold.svg#NunitoSans-ExtraBold) format('svg');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Light.woff2) format('woff2'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Light.woff) format('woff'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Light.ttf) format('truetype'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Light.svg#NunitoSans-Light) format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Regular.woff2) format('woff2'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Regular.woff) format('woff'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Regular.ttf) format('truetype'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-Regular.svg#NunitoSans-Regular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-SemiBold.woff2) format('woff2'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-SemiBold.woff) format('woff'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-SemiBold.ttf) format('truetype'),
url(//lingmarco.es/wp-content/plugins/frontend-post-submission-manager_v1.4.3/assets/font-face/NunitoSans/NunitoSans-SemiBold.svg#NunitoSans-SemiBold) format('svg');
font-weight: 600;
font-style: normal;
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//lingmarco.es/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//lingmarco.es/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//lingmarco.es/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.el-dbe-blog-extra-slider .et_pb_post_extra,.el-isotope-item .et_pb_post_extra.el_dbe_block_extended .el-read-more-btn,.el-isotope-item .et_pb_post_extra.el_dbe_block_extended a.more-link,.et-db #et-boc .et-l .el-isotope-item .et_pb_post_extra,.et_pb_post_extra.et_pb_post .entry-featured-image-url,.et_pb_post_extra:last-child{margin-bottom:0}.el-blog-widget .blog-widget-tab-content.active,.el-dbe-blog-extra.block_extended.el-masonry,.et_pb_post_extra.et_pb_post .entry-featured-image-url{display:block}.et-animated--vb .et_pb_post_extra.et-waypoint,.et_fb_preview_container .et_pb_post_extra.et-waypoint,.et_pb_blog_extras .et-animated.et-waypoint:not(.et_pb_counters),.et_pb_blog_extras .et_pb_animation_off.et-waypoint:not(.et_pb_counters){opacity:1!important}.el-dbe-blog-extra .et_pb_post_extra .et_pb_row,.el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended.et_pb_no_thumb .post-content,.el_dbe_grid_extended.et_pb_no_thumb .post-content,.et-db #et-boc .el-dbe-blog-extra .et_pb_post_extra .et_pb_row,.et_pb_post_extra .post-categories,.et_pb_post_extra.el_dbe_box_extended .post-media,.et_pb_post_extra.el_dbe_full_width.no_date .post-media,.et_pb_post_extra.el_dbe_grid_extended .post-media,.et_pb_post_extra.el_dbe_vertical_grid .post-media{width:100%}.el-read-more-btn .et_pb_button,.et-db #et-boc .et-l .et_pb_post_extra a.more-link,.et_pb_post_extra.el_dbe_full_width_background.et_pb_no_thumb .post-meta{display:inline-block}.et_pb_post_extra.el_dbe_classic .post-content .post-data,.et_pb_text_align_left{text-align:left}.et_pb_text_align_right{text-align:right}.el-dbe-blog-extra,.et-db #et-boc .et-l .et_pb_text_align_left.el_dbe_classic,.et_pb_text_align_center{text-align:center}.et_pb_text_align_justified{text-align:justify}.el-dbe-filterable-categories{margin-bottom:50px}.el-dbe-filterable-categories .el-dbe-post-categories{list-style:none;padding:0;text-align:center}.el-blog-widget .blog-widget-tab-content,.el-dbe-filterable-mobile-categories{display:none}.el-dbe-post-categories li{display:inline-block;line-height:normal}.el-dbe-post-categories li a{display:block;background:center/cover no-repeat #f4f4f4;transition:.3s}.el-dbe-post-categories .el-dbe-active-category,.el-dbe-post-categories .el-dbe-disabled{cursor:default}.et_pb_post_extra{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;width:100%;margin-bottom:60px;word-wrap:break-word}.et_pb_post_extra .post-content{-ms-flex-order:1;order:1;background:#fff}.et_pb_post_extra .post-media{-ms-flex-order:0;order:0;position:relative;background-size:cover;background-repeat:no-repeat;background-position:50%;line-height:0;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.et_pb_post_extra a.more-link:hover,.et_pb_post_extra:not(.el_dbe_block_extended) .post-media:hover{opacity:.8}.et_pb_post_extra .post-media img{width:100%;max-width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.et_pb_post_extra .post-media img:hover{opacity:.9}.et_pb_post_extra .post-categories a{display:inline-block;width:auto;margin-bottom:5px;margin-right:5px;font-size:14px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.el-blog-pagination ul.page-numbers li:last-child,.et_pb_post_extra .post-categories a:last-child{margin-right:0}.et_pb_post_extra .entry-title{margin-top:10px;margin-bottom:10px}.et_pb_post_extra .post-content .post-meta,.et_pb_post_extra.el_dbe_full_width .year{font-size:.875rem}.et_pb_post_extra .post-meta .et-pb-icon{font-family:ETmodules!important}.et_pb_post_extra a.more-link{display:inline-block!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.et_pb_blog_extras .transparent_dot .swiper-pagination-bullet-active,.et_pb_post_extra .et_overlay{border:none}.et_pb_post_extra.et_pb_has_overlay:hover .et_overlay:before{top:50%}.et_pb_post_extra .author{font-weight:700}.ajax-pagination{position:relative;width:100%;margin-top:20px;clear:both;text-align:center}.el-button{display:inline-block;cursor:pointer}.el-load-more{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.el-read-more-btn,.et_pb_post_extra.el_dbe_grid_extended .el-read-more-btn{margin-top:15px}.el-loader,.el-loader:after,.el-loader:before{border-radius:50%;width:18px;height:18px;-webkit-animation:1.8s ease-in-out infinite el_loader;animation:1.8s ease-in-out infinite el_loader}.el-loader{display:block;position:relative;top:-35px;margin:auto;text-indent:-9999em;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}.el-loader:after,.el-loader:before{content:"";position:absolute;top:0}.el-loader:before{left:-25px;-webkit-animation-delay:-.32s;animation-delay:-.32s}.el-loader:after{left:25px}@-webkit-keyframes el_loader{0%,80%,to{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}@keyframes el_loader{0%,80%,to{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}.abs-url{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;text-indent:-9999px}.et_pb_with_border .et_pb_post_extra{border:0 solid #333}.et_pb_post_extra.el_dbe_box_extended .post-content,.et_pb_post_extra.el_dbe_grid_extended .post-content{width:100%;padding:30px 20px}.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_box_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_grid_extended .post-content{padding:30px 20px!important}.el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content{padding:20px}.et_extra.et_pb_pagebuilder_layout .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_extra.et_pb_pagebuilder_layout .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_extra.et_pb_pagebuilder_layout .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_block_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_vertical_grid .post-content{padding:20px!important}.et_pb_post_extra.el_dbe_grid_extended .post-categories{margin-bottom:10px}.et_pb_post_extra.el_dbe_grid_extended .post-categories a{background:#000;padding:4px 8px;color:#fff}.et_pb_post_extra.el_dbe_box_extended .post-meta,.et_pb_post_extra.el_dbe_full_width .el-read-more-btn,.et_pb_post_extra.el_dbe_full_width a.more-link,.et_pb_post_extra.el_dbe_grid_extended .entry-title{margin-top:20px}.et_pb_post_extra.el_dbe_grid_extended a.more-link{border-bottom:2px solid #000;margin-top:15px}.et_pb_post_extra.el_dbe_box_extended .author img{border-radius:50%;margin-right:2px;vertical-align:middle}.et_pb_post_extra.el_dbe_full_width{background:#fff;border-bottom:1px solid #eaeaea;padding:30px 20px;margin-bottom:0}.el-blog-widget .el-single-post:last-child,.et_pb_post_extra.el_dbe_full_width:last-of-type{border-bottom:none}.et_pb_post_extra.el_dbe_full_width .post-date{width:80px;padding-right:20px}.et_pb_post_extra.el_dbe_full_width .post-content{width:calc(100% - 80px);margin-left:80px;padding:20px 0 0}.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_full_width .post-content{padding:20px 0 0!important}.et_pb_post_extra.el_dbe_full_width .post-media{width:calc((100% - 80px));margin-right:0}.et_pb_post_extra.el_dbe_full_width.no_date .post-content{width:100%;margin-left:0}.et_pb_post_extra.el_dbe_full_width .post-date em{font-style:normal}.et_pb_post_extra.el_dbe_full_width .month,.et_pb_post_extra.el_dbe_full_width .year{display:block;font-weight:500;font-size:1.25rem;text-transform:uppercase}.et_pb_post_extra.el_dbe_full_width .day{display:inline-block;border-top:4px solid #eaeaea;margin-top:5px;padding-top:10px;font-size:2rem;font-weight:600}.el_dbe_full_width.et_pb_no_thumb .post-content{width:calc(100% - 80px);padding:0;margin-left:0}.et_extra.et_pb_pagebuilder_layout .el_dbe_full_width.et_pb_no_thumb .post-content{padding:0!important}.el-isotope-item .et_pb_post_extra.el_dbe_block_extended .entry-title,.el_dbe_full_width.et_pb_no_thumb .entry-title{margin-top:0}.et_pb_post_extra.el_dbe_full_width .post-content .post-meta{margin-bottom:20px;padding-bottom:0}.et_pb_post_extra.el_dbe_full_width .post-categories a{font-size:inherit}.et_pb_post_extra.el_dbe_full_width .post-content .post-data{border-bottom:1px solid #eaeaea;padding-bottom:20px}.et_pb_post_extra.el_dbe_full_width .post-content .post-data:last-child{border-bottom:none;padding-bottom:0}.et_pb_post_extra.el_dbe_full_width+.el-button,.et_pb_post_extra.el_dbe_full_width+.el-loading{margin-top:60px}.el-dbe-blog-extra.block_extended{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.et_pb_post_extra.el_dbe_block_extended{display:block;position:relative;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08);-ms-box-shadow:0 1px 3px rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.08);background:#fff;border:1px solid #eaeaea;border-radius:8px;width:100%;float:left;margin-bottom:35px;padding-bottom:30px;overflow:hidden;-webkit-transform:translateY(0) translateZ(0) rotateX(0);transform:translateY(0) translateZ(0) rotateX(0)}.el-isotope-item .et_pb_post_extra.el_dbe_block_extended{margin-bottom:0;padding-bottom:0}.et_pb_post_extra.el_dbe_block_extended .post-media-container{width:100%;overflow:hidden}.et_pb_post_extra.el_dbe_block_extended .post-media{width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.7s cubic-bezier(.2, 1, .22, 1);-o-transition:.7s cubic-bezier(.2, 1, .22, 1);transition:.7s cubic-bezier(.2, 1, .22, 1)}.et_pb_post_extra.el_dbe_block_extended:hover .post-media{-webkit-transform:scale(1.07);transform:scale(1.07)}.et_pb_post_extra.el_dbe_block_extended.image-background .post-media{position:absolute;left:0;top:0;width:100%;height:100%!important}.et_pb_post_extra.el_dbe_block_extended.image-background .post-media:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.7)}.et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url{position:relative;height:auto}.et_pb_post_extra.el_dbe_block_extended .post-media img{display:block;width:100%}.et_pb_post_extra.el_dbe_block_extended .post-categories{padding:20px 20px 0}.et_pb_post_extra.el_dbe_block_extended.image-top .post-categories{position:absolute;width:100%}.et_pb_post_extra.el_dbe_block_extended.image-top{display:flex;flex-direction:column;float:none;padding-bottom:0}.el-dbe-blog-extra-slider.vertical_grid .post-content,.et_pb_post_extra.el_dbe_block_extended.image-top .post-content{flex-grow:1}.et_pb_post_extra.el_dbe_block_extended.image-top .post-meta{position:relative;left:auto;bottom:auto;order:2;align-self:flex-end}.et_pb_post_extra.el_dbe_block_extended .post-categories a{display:inline-block;position:relative;z-index:9;border:2px solid rgba(235,235,235,.9);border-radius:4px;padding:2px 4px;margin-bottom:5px;margin-right:5px;font-size:12px;color:#fff}.et_pb_post_extra.el_dbe_block_extended .post-content{width:100%;padding:20px}.et_pb_post_extra.el_dbe_block_extended.image-background .post-content{position:relative;width:100%;padding:100px 20px}.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_block_extended.image-background .post-content{padding:100px 20px!important}.et_pb_post_extra.el_dbe_block_extended .post-content .post-data{margin-bottom:15px}.el-isotope-item .et_pb_post_extra.el_dbe_block_extended .post-meta,.et_pb_post_extra.el_dbe_block_extended a.more-link{position:relative}.et_pb_post_extra.el_dbe_block_extended .el-read-more-btn,.et_pb_post_extra.el_dbe_block_extended a.more-link{margin-top:5px;margin-bottom:10px}#left-area .block_extended .post-meta{padding-bottom:5px}.et_pb_post_extra.el_dbe_block_extended .post-meta{position:absolute;left:0;bottom:0;z-index:1;border-top:1px solid #eaeaea;background:#fff;width:100%;margin:0;padding:5px 20px;font-size:.75rem}.et_pb_post_extra.el_dbe_block_extended .post-meta .et-pb-icon{padding-right:5px;vertical-align:baseline;font-size:12px}.et-db #et-boc .et-l .et_pb_post_extra.el_dbe_block_extended .post-meta .et-pb-icon{font-size:12px}.et_pb_post_extra.el_dbe_block_extended .post-meta .divider{padding:0 4px;text-align:center}.et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content{padding:100px 20px}.et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-categories a{color:#c2c2c2}.et_pb_post_extra.el_dbe_full_width_background .post-media{width:100%;padding:20px;line-height:normal}.et_pb_post_extra.el_dbe_full_width_background .post-content{position:relative;z-index:5;background:hsla(0,0%,100%,.8);width:100%;float:right;padding:0 20px 40px}.et_pb_post_extra.el_dbe_full_width_background:nth-child(2n) .post-content{float:left}.et_pb_post_extra.el_dbe_full_width_background.et_pb_no_thumb .post-content{background:0 0;width:100%!important;padding:0!important}.et_pb_post_extra.el_dbe_full_width_background .abs-url{z-index:4}.et_pb_post_extra.el_dbe_full_width_background.et_pb_has_overlay:hover .et_overlay{z-index:0}.et_pb_post_extra.el_dbe_full_width_background .post-meta{position:relative;margin-bottom:0;padding:10px 0 0;font-size:.8rem}.et_pb_post_extra.el_dbe_full_width_background .post-meta:after{content:"";position:absolute;left:-20px;bottom:0;width:calc(100% + 20px);height:1px;background:#666}.et_pb_post_extra.el_dbe_full_width_background .post-categories a{margin-bottom:0;font-size:inherit}.et_pb_post_extra.el_dbe_full_width_background.et_pb_no_thumb .post-meta:after{left:0;width:100%}.et_pb_post_extra.el_dbe_full_width_background .post-meta .divider{font-size:20px}.et_pb_post_extra.el_dbe_full_width_background .entry-title{padding:30px 0 20px}.et_pb_post_extra.el_dbe_full_width_background .el-read-more-btn,.et_pb_post_extra.el_dbe_full_width_background .el-read-more-link{margin-top:40px;text-align:right}.et_pb_post_extra.el_dbe_full_width_background a.more-link:before{content:"5";font-family:ETmodules;font-size:inherit;vertical-align:middle;line-height:1.2}.et_pb_post_extra.el_dbe_classic{display:block;position:relative;padding-bottom:30px;padding-top:30px;margin-bottom:0;text-align:center}.et_pb_post_extra.el_dbe_classic:after{position:absolute;left:-9999px;right:-9999px;bottom:0;background:#eee;width:70%;height:2px;margin:auto;content:""}.el-divi-blog-extras-archive-template.el-divi-blog-extras-archive-has-sidebar .et_pb_section_1,.el-divi-blog-extras-archive-template.el-divi-blog-extras-archive-has-sidebar .et_pb_section_1 .et_pb_row:first-child,.et_pb_post_extra.el_dbe_classic:first-child{padding-top:0}.el-dbe-blog-extra .el_dbe_background_cover .post-meta,.et_pb_post_extra.el_dbe_classic:last-child,.et_pb_post_extra.el_dbe_list .post-content .post-meta{padding-bottom:0}.et_pb_post_extra.el_dbe_classic:last-child:after,.et_pb_post_extra.el_dbe_classic:last-of-type:after{background:0 0;width:0;height:0;content:normal}.et_pb_post_extra.el_dbe_classic .post-meta{padding:10px 20px;margin-bottom:0;font-size:14px}.et_pb_post_extra.el_dbe_classic .el-read-more-btn,.et_pb_post_extra.el_dbe_classic .post-meta:last-child{margin-top:35px}.et_pb_post_extra.el_dbe_classic .entry-title{position:relative;padding-bottom:20px}.et_pb_post_extra.el_dbe_classic .entry-title:after{content:"";position:absolute;left:calc(50% - 30px);bottom:-2px;width:60px;height:3px;margin:auto;background:#666}.et_pb_post_extra.el_dbe_classic .post-media{margin-top:35px;text-align:center}.et_pb_post_extra.el_dbe_classic .post-content{background:0 0;margin-top:0;padding:25px 20px}.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_classic .post-content{padding:25px 20px!important}.et_pb_post_extra.el_dbe_classic a.more-link{border:1px solid;margin-top:35px;padding:10px 20px}.et_pb_post_extra.el_dbe_classic a.more-link:hover{-webkit-box-shadow:0 0 2px #d3d3d3;box-shadow:0 0 2px #d3d3d3}.et_pb_post_extra.el_dbe_classic .et-social-icons{float:none}.et_pb_post_extra.el_dbe_classic .et-social-icon{padding-right:20px}.et_pb_post_extra.el_dbe_classic .et-social-icon:last-child{padding-right:0}.et_pb_post_extra.el_dbe_classic .et-social-icon a{font-size:16px}.et_pb_post_extra.el_dbe_classic .divider{display:inline-block;padding:0 10px;font-size:24px;text-align:center}.et_pb_post_extra.el_dbe_list .post-media{width:25%;float:left;margin-right:20px}.el-blog-widget .no-image .el-single-post-data,.et_pb_post_extra.el_dbe_list .post-content{width:100%;float:left}.et_pb_post_extra.el_dbe_list .post-media+.post-content{width:calc(75% - 20px)}.et_pb_post_extra.el_dbe_list .post-content .entry-title{margin-top:0;padding-bottom:0}.el-dbe-blog-extra .el-isotope-item{width:99.9899%}.el-isotope-item .el_dbe_grid_extended,.et_extra.et_pb_pagebuilder_layout .el-isotope-item .el_dbe_grid_extended,.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_vertical_grid,.et_pb_post_extra.el_dbe_vertical_grid{box-shadow:0 0 2px rgba(0,0,0,.2)}.et_pb_post_extra.el_dbe_vertical_grid .post-content{order:0;width:100%;padding:20px}.et_pb_post_extra.el_dbe_vertical_grid .post-meta{width:100%;margin-bottom:0;padding:0 20px 20px}.et_pb_post_extra.el_dbe_vertical_grid .entry-title{border-bottom:1px solid #ededed;margin-top:0}.et_pb_post_extra.el_dbe_vertical_grid .el-read-more-link{margin-top:5px}.et-db #et-boc .et-l .et_pb_post_extra.el_dbe_vertical_grid .post-meta .et-pb-icon,.et_pb_post_extra.el_dbe_vertical_grid .post-meta .et-pb-icon{margin-right:4px;font-size:14px}.et_pb_post_extra.el_dbe_vertical_grid .post-meta span{margin-right:10px}.el-dbe-blog-extra .el_dbe_background_cover .post-media{position:absolute;top:0;left:0;width:100%;height:100%}.el-dbe-blog-extra .el_dbe_background_cover .post-content{display:flex;flex-direction:column;justify-content:flex-end;position:relative;background:rgba(255,255,255,.7);width:100%;height:100%;padding:30px}.el_dbe_background_cover .post-categories a{padding:2px 4px}.el-dbe-blog-extra .el_dbe_background_cover .post-meta span:not(:last-child){margin-right:5px}.el_dbe_background_cover .post-meta .et-pb-icon,.et-db #et-boc .et-l .el_dbe_background_cover .post-meta .et-pb-icon{margin-right:4px;font-size:inherit}.el_dbe_background_cover .author a,.el_dbe_background_cover .post-categories a{position:relative;z-index:5}.el-dbe-blog-extra-slider.vertical_grid .swiper-container{padding:2px}.el-dbe-blog-extra-slider.vertical_grid .et_pb_post_extra{flex-direction:column}.el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended .post-content{width:50%;padding:30px}.el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended .post-media{width:50%;order:0}.el-dbe-blog-extra-slider .swiper-pagination{position:relative;top:auto;left:auto;bottom:auto;right:auto;width:100%;margin-top:20px}.et_pb_blog_extras .swiper-pagination-bullet,.et_pb_blog_extras .swiper-pagination-bullet-active{width:10px;height:10px;margin:0 4px;opacity:1;transition:.3s}.et_pb_blog_extras .transparent_dot .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){border-width:1px;border-style:solid;background:0 0}.et_pb_blog_extras .stretched_dot .swiper-pagination-bullet{border-radius:6px}.et_pb_blog_extras .stretched_dot .swiper-pagination-bullet-active{width:30px}.et_pb_blog_extras .line .swiper-pagination-bullet,.et_pb_blog_extras .line .swiper-pagination-bullet-active{border-radius:0;width:30px;height:3px;vertical-align:middle}.et_pb_blog_extras .rounded_line .swiper-pagination-bullet,.et_pb_blog_extras .rounded_line .swiper-pagination-bullet-active{border-radius:30px;width:30px;height:6px;vertical-align:middle}.et_pb_blog_extras .square_dot .swiper-pagination-bullet,.et_pb_blog_extras .square_dot .swiper-pagination-bullet-active{border-radius:0;vertical-align:middle}.el-dbe-blog-extra-slider .post-media .entry-featured-image-url,.el-dbe-blog-extra-slider .post-media .entry-featured-image-url img{width:100%;height:100%}.el-dbe-blog-extra-slider .post-media .entry-featured-image-url img{object-fit:cover;object-position:center}.el-blog-pagination{display:block;width:100%;margin-top:20px;clear:both;text-align:center}.el-blog-pagination ul.page-numbers{list-style-type:none;padding:0}.el-blog-pagination ul.page-numbers li{display:inline-block;margin-right:5px;overflow:hidden}.el-blog-pagination ul .page-numbers{display:block;border:1px solid #ddd;padding:2px 10px;font-size:14px}.et_pb_blog_extras .el-blog-pagination ul .page-numbers.dots{border:none!important;border-radius:0!important}.el-blog-pagination .page-numbers.current{color:#fff}@media screen and (min-width:981px){.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url,.et_pb_section:not(.et_section_specialty) .et_flex_column .et_pb_post_extra .post-media .entry-featured-image-url,.et_pb_section:not(.et_section_specialty) .et_grid_column .et_pb_post_extra .post-media .entry-featured-image-url,.et_pb_section:not(.et_section_specialty) .et_pb_column_2_3 .et_pb_post_extra .post-media .entry-featured-image-url,.et_pb_section:not(.et_section_specialty) .et_pb_column_3_4 .et_pb_post_extra .post-media .entry-featured-image-url,.et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra .post-media .entry-featured-image-url,.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media .entry-featured-image-url,.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media .entry-featured-image-url,.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media .entry-featured-image-url,.et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media .entry-featured-image-url,.et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media .entry-featured-image-url,.et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media .entry-featured-image-url{position:relative;width:100%;height:100%;top:0;left:0}.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended .post-media img,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended .post-media img,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended .post-media img,.et_pb_section:not(.et_section_specialty) .et_flex_column .et_pb_post_extra .post-media img,.et_pb_section:not(.et_section_specialty) .et_grid_column .et_pb_post_extra .post-media img,.et_pb_section:not(.et_section_specialty) .et_pb_column_2_3 .et_pb_post_extra .post-media img,.et_pb_section:not(.et_section_specialty) .et_pb_column_3_4 .et_pb_post_extra .post-media img,.et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra .post-media img,.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media img,.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media img,.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media img,.et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media img,.et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media img,.et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.et_flex_column .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_grid_column .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content{width:50%;padding:50px}.et_extra.et_pb_pagebuilder_layout .et_flex_column .et_pb_post_extra.el_dbe_box_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_flex_column .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_grid_column .et_pb_post_extra.el_dbe_box_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_grid_column .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_2_3 .et_pb_post_extra.el_dbe_box_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_3_4 .et_pb_post_extra.el_dbe_box_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content{padding:50px!important}.et_flex_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_flex_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_flex_column .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content,.et_flex_column .et_pb_post_extra.el_dbe_block_extended .post-content,.et_grid_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_grid_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_grid_column .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content,.et_grid_column .et_pb_post_extra.el_dbe_block_extended .post-content,.et_pb_column_2_3 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content,.et_pb_column_3_4 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content,.et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-content,.et_pb_section:not(.et_section_specialty) .et_flex_column .et_pb_post_extra.el_dbe_full_width_background .post-media,.et_pb_section:not(.et_section_specialty) .et_grid_column .et_pb_post_extra.el_dbe_full_width_background .post-media,.et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-media,.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width{padding:30px}.et_extra.et_pb_pagebuilder_layout .et_flex_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_extra.et_pb_pagebuilder_layout .et_flex_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_extra.et_pb_pagebuilder_layout .et_flex_column .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_flex_column .et_pb_post_extra.el_dbe_block_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_grid_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_extra.et_pb_pagebuilder_layout .et_grid_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_extra.et_pb_pagebuilder_layout .et_grid_column .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_grid_column .et_pb_post_extra.el_dbe_block_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_2_3 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_3_4 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-content,.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content{padding:30px!important}.et_flex_column .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media,.et_grid_column .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media{width:50%}.et_flex_column .swiper-slide .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media,.et_grid_column .swiper-slide .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media,.et_pb_column_2_3 .swiper-slide .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media,.et_pb_column_3_4 .swiper-slide .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media,.et_pb_column_4_4 .swiper-slide .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media{-ms-flex-order:0;order:0}.et_flex_column .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide):nth-child(odd) .post-media,.et_grid_column .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide):nth-child(odd) .post-media,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide):nth-child(odd) .post-media,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide):nth-child(odd) .post-media,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide):nth-child(odd) .post-media{-ms-flex-order:2;order:2}.et_flex_column .el_dbe_full_width.et_pb_no_thumb.no_date .post-content,.et_flex_column .et_pb_post_extra.el_dbe_grid_extended.et_pb_no_thumb .post-content,.et_grid_column .el_dbe_full_width.et_pb_no_thumb.no_date .post-content,.et_grid_column .et_pb_post_extra.el_dbe_grid_extended.et_pb_no_thumb .post-content,.et_pb_column_1_2 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb.no_date .post-content,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb.no_date .post-content,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended.et_pb_no_thumb .post-content,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb.no_date .post-content,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended.et_pb_no_thumb .post-content,.et_pb_column_4_4 .el_dbe_full_width.et_pb_no_thumb.no_date .post-content,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended.et_pb_no_thumb .post-content,.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-media,.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb.no_date .post-content,.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.no_date .post-media,.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-media,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb.no_date .post-content,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.no_date .post-media,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media,.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width.no_date .post-media{width:100%}.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content{width:100%;padding:30px}.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content{width:100%;padding:30px;-ms-flex-order:1;order:1}.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media,.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media{width:100%;-ms-flex-order:0;order:0}.et_flex_column .et_pb_post_extra.el_dbe_box_extended,.et_grid_column .et_pb_post_extra.el_dbe_box_extended,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended{-webkit-box-shadow:none;box-shadow:none}.et_flex_column .et_pb_post_extra.el_dbe_box_extended .post-content,.et_grid_column .et_pb_post_extra.el_dbe_box_extended .post-content,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_box_extended .post-content,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_box_extended .post-content,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-content{-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.4);box-shadow:0 0 5px 1px rgba(0,0,0,.4);width:50%;padding:50px;margin:50px -100px 50px 0;z-index:5;-ms-flex-order:0;order:0}.et_flex_column .et_pb_post_extra.el_dbe_box_extended .post-media,.et_grid_column .et_pb_post_extra.el_dbe_box_extended .post-media,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_box_extended .post-media,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_box_extended .post-media,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media{width:calc(50% + 100px)}.et_flex_column .et_pb_post_extra.el_dbe_box_extended:nth-child(odd) .post-content,.et_grid_column .et_pb_post_extra.el_dbe_box_extended:nth-child(odd) .post-content,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_box_extended:nth-child(odd) .post-content,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_box_extended:nth-child(odd) .post-content,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended:nth-child(odd) .post-content{margin:50px 0 50px -100px;-ms-flex-order:1;order:1}.et_flex_column .el_dbe_box_extended.et_pb_no_thumb .post-content,.et_grid_column .el_dbe_box_extended.et_pb_no_thumb .post-content,.et_pb_column_2_3 .el_dbe_box_extended.et_pb_no_thumb .post-content,.et_pb_column_3_4 .el_dbe_box_extended.et_pb_no_thumb .post-content,.et_pb_column_4_4 .el_dbe_box_extended.et_pb_no_thumb .post-content{width:100%!important;margin:0!important}.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-content,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-content,.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-content{-ms-flex-order:1;order:1;-webkit-box-shadow:none;box-shadow:none;margin:0;width:100%;padding:30px}.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-meta{margin-top:20px}.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .author img{border-radius:50%;margin-right:2px;vertical-align:middle}.et_flex_column .et_pb_post_extra.el_dbe_full_width,.et_grid_column .et_pb_post_extra.el_dbe_full_width,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width{padding:50px 30px}.et_flex_column .et_pb_post_extra.el_dbe_full_width .post-date,.et_grid_column .et_pb_post_extra.el_dbe_full_width .post-date,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width .post-date,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width .post-date,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-date{width:100px}.et_flex_column .et_pb_post_extra.el_dbe_full_width .post-content,.et_grid_column .et_pb_post_extra.el_dbe_full_width .post-content,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width .post-content,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width .post-content,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-content{width:calc((100% - 120px)/ 2);padding:0 0 0 20px;margin-left:0}.et_flex_column .et_pb_post_extra.el_dbe_full_width .post-media,.et_grid_column .et_pb_post_extra.el_dbe_full_width .post-media,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width .post-media,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width .post-media,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media{width:calc((100% - 120px)/ 2);margin-right:20px}.et_flex_column .et_pb_post_extra.el_dbe_full_width.no_date .post-content,.et_grid_column .et_pb_post_extra.el_dbe_full_width.no_date .post-content,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width.no_date .post-content,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width.no_date .post-content,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width.no_date .post-content{width:calc(50% - 20px)}.et_flex_column .et_pb_post_extra.el_dbe_full_width.no_date .post-media,.et_grid_column .et_pb_post_extra.el_dbe_full_width.no_date .post-media,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width.no_date .post-media,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width.no_date .post-media,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width.no_date .post-media{width:50%;margin-right:20px}.et_flex_column .el_dbe_full_width.et_pb_no_thumb .post-content,.et_grid_column .el_dbe_full_width.et_pb_no_thumb .post-content,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content,.et_pb_column_4_4 .el_dbe_full_width.et_pb_no_thumb .post-content{width:calc(100% - 120px);padding:0}.et_pb_column_1_2 .et_pb_post_extra.el_dbe_full_width .post-content{width:calc((100% - 80px));margin-left:80px;padding:20px 0 0}.et_extra.et_pb_pagebuilder_layout .et_pb_column_1_2 .et_pb_post_extra.el_dbe_full_width .post-content,.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-content,.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-content{padding:20px 0 0!important}.et_pb_column_1_2 .et_pb_post_extra.el_dbe_full_width.no_date .post-content,.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.no_date .post-content,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.no_date .post-content{width:100%;margin-left:0}.et_pb_column_1_2 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content{width:calc((100% - 80px));margin-left:0;padding:0}.et_flex_column .et_pb_post_extra.el_dbe_block_extended .post-media-container,.et_grid_column .et_pb_post_extra.el_dbe_block_extended .post-media-container,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended .post-media,.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended .post-media-container,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended .post-media,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended .post-media-container,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media-container{height:200px}.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-date,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-date,.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-date{width:80px;padding-right:20px}.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-media,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-media{width:calc(100% - 80px);margin-right:0}.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-content,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-content{width:calc(100% - 80px);margin-left:80px;padding:20px 0 0}.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content,.et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content{width:calc(100% - 80px);margin-left:0;padding:0}.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media{width:calc((100% - 80px));margin-right:0}.et_flex_column .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_grid_column .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide){width:31%;margin-right:3.5%}.et_flex_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_grid_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_pb_column_1_2 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_pb_column_2_3 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_pb_column_3_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_block_extended,.et_section_specialty .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended{width:100%;margin-right:0}.et_flex_column .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(3n+3),.et_grid_column .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(3n+3),.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_pb_column_4_4 .et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(3n+3),.et_section_specialty .et_pb_column .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2){margin-right:0}.et_flex_column .et_pb_post_extra.el_dbe_block_extended .post-categories,.et_grid_column .et_pb_post_extra.el_dbe_block_extended .post-categories,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-categories{padding:20px 30px 0}.et_flex_column .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_flex_column .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_grid_column .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_grid_column .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended.image-background .post-content{padding:70px 30px 80px}.et_extra.et_pb_pagebuilder_layout .et_flex_column .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_extra.et_pb_pagebuilder_layout .et_flex_column .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_extra.et_pb_pagebuilder_layout .et_grid_column .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_extra.et_pb_pagebuilder_layout .et_grid_column .et_pb_post_extra.el_dbe_block_extended.image-background .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content,.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended.image-background .post-content{padding:70px 30px 80px!important}.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide){width:48%;margin-right:4%}.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(3n+3),.et_pb_column_4_4 .et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(3n+3),.et_section_specialty .et_pb_column .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(3n+3){margin-right:4%}.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended .post-media,.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended .post-media-container{height:150px}.et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media,.et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media,.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media,.et_section_specialty .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media{height:auto}.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url,.et_section_specialty .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url{position:relative}.et_flex_column .et_pb_post_extra.el_dbe_full_width_background .post-content,.et_grid_column .et_pb_post_extra.el_dbe_full_width_background .post-content,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-content{width:55%;padding:0 10% 100px 30px}.et_pb_section:not(.et_section_specialty) .et_flex_column .et_pb_post_extra.el_dbe_full_width_background .post-meta:after,.et_pb_section:not(.et_section_specialty) .et_grid_column .et_pb_post_extra.el_dbe_full_width_background .post-meta:after,.et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-meta:after{left:-30px;width:calc(100% + 30px)}.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width_background .post-content,.et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width_background .post-content,.et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-content{width:70%;padding:0 20px 40px}.et_pb_column_1_4 .et_pb_post_extra.el_dbe_full_width_background .post-media{padding:10px}.et_pb_column_1_4 .et_pb_post_extra.el_dbe_full_width_background .post-content{padding:0 10px 40px}.et_pb_column_1_4 .et_pb_post_extra.el_dbe_full_width_background .post-meta:after{left:-10px;width:calc(100% + 10px)}.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-media{padding:20px}.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-content,.et_section_specialty .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_post_extra.el_dbe_full_width_background .post-content{width:100%;padding:0 20px 40px}.et_pb_post_extra.el_dbe_full_width_background.et_pb_no_thumb .post-content{background:0 0;width:100%!important;padding:0!important}.et_pb_post_extra.el_dbe_full_width_background.et_pb_no_thumb .post-meta:after{left:0!important;width:100%!important}.et_pb_post_extra.el_dbe_classic .post-content{padding:25px 10px 0}.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_classic .post-content{padding:25px 10px 0!important}.et_pb_section:not(.et_section_specialty) .et_pb_post_extra.el_dbe_classic .post-media .entry-featured-image-url{position:relative!important}.et_flex_column .et_pb_post_extra.el_dbe_classic .divider,.et_grid_column .et_pb_post_extra.el_dbe_classic .divider,.et_pb_column_4_4 .et_pb_post_extra.el_dbe_classic .divider{padding:0 20px}.et_pb_column_1_4 .et_pb_post_extra.el_dbe_classic .post-meta:last-child>span{display:block;margin:10px 0}.et_pb_column_1_4 .et_pb_post_extra.el_dbe_classic .divider{margin:0;-webkit-transform:rotate(90deg);transform:rotate(90deg);padding:0 10px}.et_section_specialty .et_pb_post_extra.el_dbe_classic .divider{padding:0 10px}.el-dbe-blog-extra .el-isotope-cols-2 .el-isotope-item{width:49.9899%}.el-dbe-blog-extra .el-isotope-cols-3 .el-isotope-item{width:33.3233%}.el-dbe-blog-extra .el-isotope-cols-4 .el-isotope-item{width:24.9899%}}@media screen and (min-width:768px) and (max-width:980px){.et_section_specialty .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url,.et_section_specialty .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url{position:relative}.et_pb_post_extra.el_dbe_full_width .post-content{width:calc((100% - 80px));margin-left:80px;padding:20px 0 0}.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_full_width .post-content{padding:20px 0 0!important}.et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content{width:calc((100% - 80px));margin-left:0;padding:0}.et_pb_post_extra.el_dbe_full_width.no_date .post-content{width:100%;margin-left:0}.et_flex_column .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_grid_column .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide),.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide){width:48%;margin-right:4%}.et_flex_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_grid_column .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_pb_column_1_2 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_pb_column_1_3 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_pb_column_1_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_pb_column_2_3 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_pb_column_3_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended,.et_section_specialty .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended,.et_section_specialty .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended{width:100%;margin-right:0}.et_flex_column .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_grid_column .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2),.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2){margin-right:0}.et_pb_post_extra.el_dbe_block_extended .post-media,.et_pb_post_extra.el_dbe_block_extended .post-media-container{height:220px}.et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url{position:relative;height:100%;width:100%}.et_pb_post_extra.el_dbe_block_extended .post-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.et_section_specialty .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media,.et_section_specialty .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media{height:auto}.el-dbe-blog-extra .el-isotope-cols-2 .el-isotope-item,.el-dbe-blog-extra .el-isotope-cols-3 .el-isotope-item,.el-dbe-blog-extra .el-isotope-cols-4 .el-isotope-item{width:49.9899%}}@media screen and (max-width:980px){.el-dbe-filterable-categories[data-hamburger-filter=on]{position:relative}.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-filterable-mobile-categories{display:block;border:1px solid #f3f3f3;background:#f5f5f5;padding:10px}.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-menu-mobile-categories{background:#ececec}.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-mobile-active-category{display:block;width:calc(100% - 42px);line-height:normal;cursor:pointer}.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-post-categories{display:none;position:absolute;top:100%;left:0;background:#aeaeae;width:100%;z-index:6}.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-post-categories li{display:block;border-bottom:1px dotted #969696;margin:0!important}.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-category-mobile-menu{position:absolute;right:10px;top:calc(50% - 16px);z-index:1;cursor:pointer}.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-category-mobile-menu:before{font-family:ETModules;font-size:32px;content:'\61';line-height:1;vertical-align:middle}.et_pb_post_extra.el_dbe_classic .divider{padding:0 20px}.et_section_specialty .et_pb_post_extra.el_dbe_classic .divider{padding:0 10px}}@media screen and (max-width:767px){.et_pb_post_extra.el_dbe_classic .post-meta:last-child>span{display:block;margin:0 0 10px}.et_pb_post_extra.el_dbe_classic .divider{padding:0 10px;margin:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended .post-content,.el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended .post-media{width:100%}}@media screen and (max-width:479px){.et_pb_post_extra h2{padding-bottom:10px}}li.widget_divi_blog_extras{list-style-type:none}.el-blog-widget .el-single-post{border-bottom:1px dotted #ddd;overflow:hidden;padding:15px 0}.el-blog-widget-tabs{display:flex;flex-wrap:wrap;background:#ddd}.el-blog-widget .el-blog-widget-tabs li{display:inline-block;border-right:1px solid;margin:0;padding:10px;line-height:normal;text-align:center;cursor:pointer}.el-blog-widget .el-blog-widget-tabs li:last-child{border-right:none}.el-blog-widget .el-blog-widget-tabs li:before{content:none!important}.el-blog-widget .el-blog-widget-tabs.col-2 li{width:50%}.el-blog-widget .el-blog-widget-tabs.col-3 li{width:33.33%}.el-blog-widget .el-single-post-thumbnail{width:50px;margin-right:15px;float:left}.el-blog-widget .el-single-post-thumbnail .round{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.el-blog-widget .el-single-post-data{width:calc(100% - 65px);float:right}.el-blog-widget .el-single-post .post-title{padding:0}.el-blog-widget .el-single-post-meta{margin-top:10px;font-size:12px}.el-divi-blog-extras-archive-template #category-title-section.container:before{content:none}.el-divi-blog-extras-archive-template.el-divi-blog-extras-archive-has-sidebar .et_pb_row{width:100%;max-width:100%}.et-db #et-boc .et-l .et-fb-all-modules li.et_fb_blog_extras:before,.et-db #et-boc .et-l .et-fb-modules-list li.et_fb_blog_extras:before,.et-fb-all-modules li.et_pb_blog_extras:before,.et-pb-all-modules li.et_pb_blog_extras:before,.et_pb_saved_layouts_list li.et_pb_blog_extras:before{font-family:dashicons;content:"\F130"}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:auto;height:auto;margin-top:0;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));transform:translateY(-50%)}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{border-width:0;border-style:solid;border-color:#333;font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1;transition:all .3s ease}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:0;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:0;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dnxt-reveal-text-line{position:relative;overflow:hidden;display:inline-block;line-height:1.2}.dn-dtm-text-masking{font-size:70px;padding:0 15px;display:block;overflow:hidden;cursor:pointer;background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-o-background-clip:text}.dn-dtm-text-masking.text_bg{color:rgba(0,0,0,.15);text-stroke:10px}.dnxt-text-writting-mode{writing-mode:vertical-rl;-webkit-writing-mode:vertical-rl;-moz-writing-mode:vertical-rl;-ms-writing-mode:vertical-rl}.dnxt-text-transform{transform:rotateZ(180deg);-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);-o-transform:rotateZ(180deg)}@-webkit-keyframes dnxt-hover-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes dnxt-hover-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@-webkit-keyframes dnxt-hover-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes dnxt-hover-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes dnxt-hover-pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes dnxt-hover-pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@-webkit-keyframes dnxt-hover-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes dnxt-hover-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes dnxt-hover-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes dnxt-hover-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@-webkit-keyframes dnxt-hover-bob{0%,to{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@keyframes dnxt-hover-bob{0%,to{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@-webkit-keyframes dnxt-hover-bob-float{to{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes dnxt-hover-bob-float{to{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@-webkit-keyframes dnxt-hover-hang{0%,to{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}}@keyframes dnxt-hover-hang{0%,to{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}}@-webkit-keyframes dnxt-hover-hang-sink{to{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes dnxt-hover-hang-sink{to{-webkit-transform:translateY(8px);transform:translateY(8px)}}@-webkit-keyframes dnxt-hover-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes dnxt-hover-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes dnxt-hover-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes dnxt-hover-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes dnxt-hover-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes dnxt-hover-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes dnxt-hover-wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes dnxt-hover-wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes dnxt-hover-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}to{-webkit-transform:skew(0);transform:skew(0)}}@keyframes dnxt-hover-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}to{-webkit-transform:skew(0);transform:skew(0)}}@-webkit-keyframes dnxt-hover-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}to{-webkit-transform:skew(0);transform:skew(0)}}@keyframes dnxt-hover-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}to{-webkit-transform:skew(0);transform:skew(0)}}@-webkit-keyframes dnxt-hover-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}to{-webkit-transform:skew(0);transform:skew(0)}}@keyframes dnxt-hover-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}to{-webkit-transform:skew(0);transform:skew(0)}}@-webkit-keyframes dnxt-hover-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}to{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes dnxt-hover-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}to{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@-webkit-keyframes dnxt-hover-buzz-out{10%,30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%,40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%,70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%,80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}to{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes dnxt-hover-buzz-out{10%,30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%,40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%,70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%,80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}to{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@-webkit-keyframes dnxt-hover-ripple-out{to{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}@keyframes dnxt-hover-ripple-out{to{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}@-webkit-keyframes dnxt-hover-ripple-in{to{top:0;right:0;bottom:0;left:0;opacity:1}}@keyframes dnxt-hover-ripple-in{to{top:0;right:0;bottom:0;left:0;opacity:1}}@-webkit-keyframes dnxt-hover-icon-down{0%,50%,to{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes dnxt-hover-icon-down{0%,50%,to{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@-webkit-keyframes dnxt-hover-icon-up{0%,50%,to{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes dnxt-hover-icon-up{0%,50%,to{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes dnxt-hover-icon-drop{0%{opacity:0}50%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}51%,to{opacity:1}}@keyframes dnxt-hover-icon-drop{0%{opacity:0}50%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}51%,to{opacity:1}}@-webkit-keyframes dnxt-hover-icon-float-away{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-1em);transform:translateY(-1em)}}@keyframes dnxt-hover-icon-float-away{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-1em);transform:translateY(-1em)}}@-webkit-keyframes dnxt-hover-icon-sink-away{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}}@keyframes dnxt-hover-icon-sink-away{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}}@-webkit-keyframes dnxt-hover-icon-pulse{25%{-webkit-transform:scale(1.3);transform:scale(1.3)}75%{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes dnxt-hover-icon-pulse{25%{-webkit-transform:scale(1.3);transform:scale(1.3)}75%{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes dnxt-hover-icon-pulse-grow{to{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes dnxt-hover-icon-pulse-grow{to{-webkit-transform:scale(1.3);transform:scale(1.3)}}@-webkit-keyframes dnxt-hover-icon-pulse-shrink{to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes dnxt-hover-icon-pulse-shrink{to{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes dnxt-hover-icon-push{to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes dnxt-hover-icon-push{to{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes dnxt-hover-icon-pop{50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes dnxt-hover-icon-pop{50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@-webkit-keyframes dnxt-hover-icon-bob{0%,to{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}@keyframes dnxt-hover-icon-bob{0%,to{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}@-webkit-keyframes dnxt-hover-icon-bob-float{to{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes dnxt-hover-icon-bob-float{to{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes dnxt-hover-icon-hang{0%,to{-webkit-transform:translateY(6px);transform:translateY(6px)}50%{-webkit-transform:translateY(2px);transform:translateY(2px)}}@keyframes dnxt-hover-icon-hang{0%,to{-webkit-transform:translateY(6px);transform:translateY(6px)}50%{-webkit-transform:translateY(2px);transform:translateY(2px)}}@-webkit-keyframes dnxt-hover-icon-hang-sink{to{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes dnxt-hover-icon-hang-sink{to{-webkit-transform:translateY(6px);transform:translateY(6px)}}@-webkit-keyframes dnxt-hover-icon-wobble-horizontal{16.65%{-webkit-transform:translateX(6px);transform:translateX(6px)}33.3%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes dnxt-hover-icon-wobble-horizontal{16.65%{-webkit-transform:translateX(6px);transform:translateX(6px)}33.3%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes dnxt-hover-icon-wobble-vertical{16.65%{-webkit-transform:translateY(6px);transform:translateY(6px)}33.3%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes dnxt-hover-icon-wobble-vertical{16.65%{-webkit-transform:translateY(6px);transform:translateY(6px)}33.3%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes dnxt-hover-icon-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}to{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes dnxt-hover-icon-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}to{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@-webkit-keyframes dnxt-hover-icon-buzz-out{10%,30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%,40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%,70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%,80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}to{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes dnxt-hover-icon-buzz-out{10%,30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%,40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%,70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%,80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}to{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.dnxt-hover-grow,.dnxt-hover-icon-back i{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dnxt-hover-grow{-webkit-tap-highlight-color:transparent}.dnxt-hover-grow:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.dnxt-hover-grow,.dnxt-hover-shrink{vertical-align:middle;-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.dnxt-hover-shrink:hover{-webkit-transform:scale(.9);transform:scale(.9)}.dnxt-hover-pulse-grow:hover,.dnxt-hover-pulse:hover{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.dnxt-hover-pulse:hover{-webkit-animation-name:dnxt-hover-pulse;animation-name:dnxt-hover-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear}.dnxt-hover-pulse-grow:hover{-webkit-animation-name:dnxt-hover-pulse-grow;animation-name:dnxt-hover-pulse-grow;-webkit-animation-direction:alternate;animation-direction:alternate}.dnxt-hover-pop:hover,.dnxt-hover-pulse-grow:hover,.dnxt-hover-pulse-shrink:hover,.dnxt-hover-push:hover{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear}.dnxt-hover-pulse-shrink:hover{-webkit-animation-name:dnxt-hover-pulse-shrink;animation-name:dnxt-hover-pulse-shrink;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.dnxt-hover-bounce-in,.dnxt-hover-bounce-out,.dnxt-hover-pop,.dnxt-hover-pulse,.dnxt-hover-pulse-grow,.dnxt-hover-pulse-shrink,.dnxt-hover-push{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-pop:hover,.dnxt-hover-push:hover{-webkit-animation-name:dnxt-hover-push;animation-name:dnxt-hover-push;-webkit-animation-iteration-count:1;animation-iteration-count:1}.dnxt-hover-pop:hover{-webkit-animation-name:dnxt-hover-pop;animation-name:dnxt-hover-pop}.dnxt-hover-bounce-in,.dnxt-hover-bounce-out{-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}.dnxt-hover-bounce-in:hover,.dnxt-hover-bounce-out:hover{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);-o-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.dnxt-hover-bounce-out:hover{-webkit-transform:scale(.8);transform:scale(.8)}.dnxt-hover-float,.dnxt-hover-grow-rotate,.dnxt-hover-rotate,.dnxt-hover-sink{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.dnxt-hover-grow-rotate,.dnxt-hover-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-rotate:hover{-webkit-transform:rotate(4deg);transform:rotate(4deg)}.dnxt-hover-grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.dnxt-hover-float,.dnxt-hover-sink{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-float:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.dnxt-hover-sink:hover{-webkit-transform:translateY(8px);transform:translateY(8px)}.dnxt-hover-bob,.dnxt-hover-float,.dnxt-hover-hang,.dnxt-hover-sink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-bob:hover,.dnxt-hover-hang:hover{-webkit-animation-name:dnxt-hover-bob-float,dnxt-hover-bob;animation-name:dnxt-hover-bob-float,dnxt-hover-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}.dnxt-hover-hang:hover{-webkit-animation-name:dnxt-hover-hang-sink,dnxt-hover-hang;animation-name:dnxt-hover-hang-sink,dnxt-hover-hang}.dnxt-hover-skew,.dnxt-hover-skew-backward,.dnxt-hover-skew-forward{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.dnxt-hover-skew{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-skew-forward:hover,.dnxt-hover-skew:hover{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.dnxt-hover-skew-backward,.dnxt-hover-skew-forward{-webkit-transform-origin:0 100%;transform-origin:0 100%}.dnxt-hover-skew-backward:hover{-webkit-transform:skew(10deg);transform:skew(10deg)}.dnxt-hover-skew-backward,.dnxt-hover-skew-forward,.dnxt-hover-wobble-horizontal,.dnxt-hover-wobble-to-bottom-right,.dnxt-hover-wobble-to-top-right,.dnxt-hover-wobble-top,.dnxt-hover-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-wobble-horizontal:hover{-webkit-animation-name:dnxt-hover-wobble-horizontal;animation-name:dnxt-hover-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.dnxt-hover-wobble-bottom:hover,.dnxt-hover-wobble-skew:hover,.dnxt-hover-wobble-to-bottom-right:hover,.dnxt-hover-wobble-to-top-right:hover,.dnxt-hover-wobble-top:hover,.dnxt-hover-wobble-vertical:hover{-webkit-animation-name:dnxt-hover-wobble-vertical;animation-name:dnxt-hover-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.dnxt-hover-wobble-bottom:hover,.dnxt-hover-wobble-skew:hover,.dnxt-hover-wobble-to-bottom-right:hover,.dnxt-hover-wobble-to-top-right:hover,.dnxt-hover-wobble-top:hover{-webkit-animation-name:dnxt-hover-wobble-to-bottom-right;animation-name:dnxt-hover-wobble-to-bottom-right}.dnxt-hover-wobble-bottom:hover,.dnxt-hover-wobble-skew:hover,.dnxt-hover-wobble-to-top-right:hover,.dnxt-hover-wobble-top:hover{-webkit-animation-name:dnxt-hover-wobble-to-top-right;animation-name:dnxt-hover-wobble-to-top-right}.dnxt-hover-wobble-top{-webkit-transform-origin:0 100%;transform-origin:0 100%}.dnxt-hover-wobble-bottom:hover,.dnxt-hover-wobble-skew:hover,.dnxt-hover-wobble-top:hover{-webkit-animation-name:dnxt-hover-wobble-top;animation-name:dnxt-hover-wobble-top}.dnxt-hover-wobble-bottom{-webkit-transform-origin:100% 0;transform-origin:100% 0}.dnxt-hover-wobble-bottom:hover,.dnxt-hover-wobble-skew:hover{-webkit-animation-name:dnxt-hover-wobble-bottom;animation-name:dnxt-hover-wobble-bottom}.dnxt-hover-buzz,.dnxt-hover-buzz-out,.dnxt-hover-wobble-bottom,.dnxt-hover-wobble-skew{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-wobble-skew:hover{-webkit-animation-name:dnxt-hover-wobble-skew;animation-name:dnxt-hover-wobble-skew}.dnxt-hover-buzz-out:hover,.dnxt-hover-buzz:hover{-webkit-animation-name:dnxt-hover-buzz;animation-name:dnxt-hover-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.dnxt-hover-buzz-out:hover{-webkit-animation-name:dnxt-hover-buzz-out;animation-name:dnxt-hover-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-iteration-count:1;animation-iteration-count:1}.dnxt-hover-backward,.dnxt-hover-forward,.dnxt-hover-sweep-to-right:before{-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.dnxt-hover-backward,.dnxt-hover-fade,.dnxt-hover-forward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-forward:hover{-webkit-transform:translateX(8px);transform:translateX(8px)}.dnxt-hover-backward:hover{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.dnxt-hover-fade{overflow:hidden}.dnxt-hover-fade:hover{background:#2098d1;color:#fff}.dnxt-hover-sweep-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-bounce-to-bottom:hover,.dnxt-hover-bounce-to-left:hover,.dnxt-hover-bounce-to-right:hover,.dnxt-hover-bounce-to-top:hover,.dnxt-hover-radial-in:hover,.dnxt-hover-radial-out:hover,.dnxt-hover-rectangle-in:hover,.dnxt-hover-rectangle-out:hover,.dnxt-hover-shutter-in-horizontal:hover,.dnxt-hover-shutter-in-vertical:hover,.dnxt-hover-shutter-out-horizontal:hover,.dnxt-hover-shutter-out-vertical:hover,.dnxt-hover-sweep-to-bottom:hover,.dnxt-hover-sweep-to-left:hover,.dnxt-hover-sweep-to-right:hover,.dnxt-hover-sweep-to-top:hover{color:#fff}.dnxt-hover-sweep-to-left:hover:before,.dnxt-hover-sweep-to-right:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.dnxt-hover-sweep-to-bottom,.dnxt-hover-sweep-to-bottom:before,.dnxt-hover-sweep-to-left,.dnxt-hover-sweep-to-left:before,.dnxt-hover-sweep-to-right,.dnxt-hover-sweep-to-right:before,.dnxt-hover-sweep-to-top{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-sweep-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-sweep-to-bottom:before{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0}.dnxt-hover-sweep-to-bottom:hover:before,.dnxt-hover-sweep-to-top:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.dnxt-hover-bounce-to-right:before,.dnxt-hover-sweep-to-bottom:before,.dnxt-hover-sweep-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-sweep-to-top:before{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-bounce-to-bottom,.dnxt-hover-bounce-to-left,.dnxt-hover-bounce-to-right,.dnxt-hover-bounce-to-top,.dnxt-hover-radial-in,.dnxt-hover-radial-out,.dnxt-hover-sweep-to-bottom,.dnxt-hover-sweep-to-left,.dnxt-hover-sweep-to-right,.dnxt-hover-sweep-to-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;-o-transition-property:color;transition-property:color}.dnxt-hover-bounce-to-right:before{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%}.dnxt-hover-bounce-to-bottom:hover:before,.dnxt-hover-bounce-to-left:hover:before,.dnxt-hover-bounce-to-right:hover:before,.dnxt-hover-bounce-to-top:hover:before{-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);-o-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.dnxt-hover-bounce-to-left:hover:before,.dnxt-hover-bounce-to-right:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.dnxt-hover-bounce-to-bottom,.dnxt-hover-bounce-to-bottom:before,.dnxt-hover-bounce-to-left,.dnxt-hover-bounce-to-left:before,.dnxt-hover-bounce-to-right,.dnxt-hover-bounce-to-right:before,.dnxt-hover-bounce-to-top{-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}.dnxt-hover-bounce-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-bounce-to-bottom:before{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0}.dnxt-hover-bounce-to-bottom:hover:before,.dnxt-hover-bounce-to-top:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.dnxt-hover-bounce-to-bottom:before,.dnxt-hover-bounce-to-top:before,.dnxt-hover-radial-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-bounce-to-top:before{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}.dnxt-hover-radial-in,.dnxt-hover-radial-out{overflow:hidden}.dnxt-hover-radial-out{background:#e1e1e1;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-radial-out:before{border-radius:100%;-webkit-transform:scale(0);transform:scale(0)}.dnxt-hover-radial-out:hover:before{-webkit-transform:scale(2);transform:scale(2)}.dnxt-hover-radial-in{background:#2098d1}.dnxt-hover-radial-in,.dnxt-hover-radial-in:before,.dnxt-hover-radial-out:before,.dnxt-hover-rectangle-in{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-radial-in:before{background:#e1e1e1;border-radius:100%;-webkit-transform:scale(2);transform:scale(2)}.dnxt-hover-radial-in:hover:before,.dnxt-hover-rectangle-in:hover:before{-webkit-transform:scale(0);transform:scale(0)}.dnxt-hover-rectangle-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;background:#2098d1;-webkit-transition-property:color;-o-transition-property:color;transition-property:color}.dnxt-hover-radial-in:before,.dnxt-hover-rectangle-in:before,.dnxt-hover-rectangle-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-rectangle-in:before,.dnxt-hover-rectangle-out{background:#e1e1e1;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-rectangle-in:before{-webkit-transform:scale(1);transform:scale(1)}.dnxt-hover-rectangle-out{-webkit-transition-property:color;-o-transition-property:color;transition-property:color}.dnxt-hover-rectangle-out:before{background:#2098d1;-webkit-transform:scale(0);transform:scale(0)}.dnxt-hover-rectangle-out:hover:before{-webkit-transform:scale(1);transform:scale(1)}.dnxt-hover-rectangle-out,.dnxt-hover-shutter-in-horizontal,.dnxt-hover-shutter-out-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative}.dnxt-hover-rectangle-out:before,.dnxt-hover-shutter-in-horizontal,.dnxt-hover-shutter-in-horizontal:before{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-shutter-in-horizontal{background:#2098d1;-webkit-transition-property:color;-o-transition-property:color;transition-property:color}.dnxt-hover-shutter-in-horizontal:before{content:"";position:absolute;background:#e1e1e1;-webkit-transform:scaleX(1);transform:scaleX(1)}.dnxt-hover-shutter-in-horizontal:hover:before{-webkit-transform:scaleX(0);transform:scaleX(0)}.dnxt-hover-shutter-out-horizontal{background:#e1e1e1}.dnxt-hover-shutter-in-horizontal:before,.dnxt-hover-shutter-in-vertical:before,.dnxt-hover-shutter-out-horizontal:before{z-index:-1;top:0;bottom:0;left:0;right:0;-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-shutter-out-horizontal:before{content:"";position:absolute;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-shutter-out-horizontal:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.dnxt-hover-shutter-in-vertical,.dnxt-hover-shutter-out-horizontal,.dnxt-hover-shutter-out-vertical{-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-shutter-in-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;background:#2098d1}.dnxt-hover-shutter-in-vertical:before{background:#e1e1e1;-webkit-transform:scaleY(1);transform:scaleY(1)}.dnxt-hover-shutter-in-vertical:hover:before{-webkit-transform:scaleY(0);transform:scaleY(0)}.dnxt-hover-shutter-out-vertical{background:#e1e1e1}.dnxt-hover-shutter-in-vertical:before,.dnxt-hover-shutter-out-vertical:before,.dnxt-hover-trim:before{content:"";position:absolute;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-shutter-out-vertical:before{z-index:-1;top:0;bottom:0;left:0;right:0;background:#2098d1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-shutter-out-vertical:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.dnxt-hover-ripple-in,.dnxt-hover-ripple-out,.dnxt-hover-shutter-out-vertical,.dnxt-hover-trim{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative}.dnxt-hover-trim:before{border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.dnxt-hover-trim:hover:before{opacity:1}.dnxt-hover-ripple-in:before,.dnxt-hover-ripple-out:before{content:"";position:absolute;border:#e1e1e1 solid 6px;top:0;right:0;bottom:0;left:0;-webkit-animation-duration:1s;animation-duration:1s}.dnxt-hover-ripple-out:hover:before{-webkit-animation-name:dnxt-hover-ripple-out;animation-name:dnxt-hover-ripple-out}.dnxt-hover-ripple-in:before{border:#e1e1e1 solid 4px;top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}.dnxt-hover-ripple-in:hover:before{-webkit-animation-name:dnxt-hover-ripple-in;animation-name:dnxt-hover-ripple-in}.dnxt-hover-overline-from-center,.dnxt-hover-overline-from-left,.dnxt-hover-overline-from-right,.dnxt-hover-overline-reveal,.dnxt-hover-reveal,.dnxt-hover-underline-from-center,.dnxt-hover-underline-from-left,.dnxt-hover-underline-from-right,.dnxt-hover-underline-reveal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.dnxt-hover-underline-from-center:before,.dnxt-hover-underline-from-left:before{content:"";position:absolute;z-index:-1;bottom:0;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-underline-from-left:before{left:0;right:100%;background:#2098d1;height:4px;-webkit-transition-property:right;-o-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-underline-from-left:hover:before{right:0}.dnxt-hover-underline-from-center:before{left:51%;right:51%;-webkit-transition-property:left,right;-o-transition-property:left,right;transition-property:left,right}.dnxt-hover-underline-from-center:hover:before{left:0;right:0}.dnxt-hover-overline-from-left:before,.dnxt-hover-underline-from-center:before,.dnxt-hover-underline-from-right:before{background:#2098d1;height:4px;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-underline-from-right:before{content:"";position:absolute;z-index:-1;left:100%;right:0;bottom:0;-webkit-transition-property:left;-o-transition-property:left;transition-property:left;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-underline-from-right:hover:before{left:0}.dnxt-hover-overline-from-left:before{left:0;right:100%;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.dnxt-hover-overline-from-left:hover:before{right:0}.dnxt-hover-overline-from-center:before,.dnxt-hover-overline-from-left:before,.dnxt-hover-overline-from-right:before,.dnxt-hover-reveal:before{content:"";position:absolute;z-index:-1;top:0;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-overline-from-center:before{left:51%;right:51%;background:#2098d1;height:4px;-webkit-transition-property:left,right;-o-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-overline-from-center:hover:before{left:0;right:0}.dnxt-hover-overline-from-right:before,.dnxt-hover-reveal:before{right:0}.dnxt-hover-overline-from-right:before{left:100%;background:#2098d1;height:4px;-webkit-transition-property:left;-o-transition-property:left;transition-property:left;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-overline-from-right:hover:before{left:0}.dnxt-hover-reveal:before{left:0;bottom:0;border-color:#2098d1;border-style:solid;border-width:0;-webkit-transition-property:border-width;-o-transition-property:border-width;transition-property:border-width;-webkit-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s}.dnxt-hover-reveal:hover:before{border-width:4px}.dnxt-hover-overline-reveal:before,.dnxt-hover-underline-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;background:#2098d1;height:4px;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-underline-reveal:before{bottom:0;-webkit-transform:translateY(4px);transform:translateY(4px);-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-overline-reveal:hover:before,.dnxt-hover-reveal:hover:before,.dnxt-hover-underline-reveal:hover:before{-webkit-transform:translateY(0);transform:translateY(0)}.dnxt-hover-overline-reveal:before{top:0;-webkit-transform:translateY(-4px);transform:translateY(-4px)}.dnxt-hover-icon-back i{font-weight:900;font-family:"ETmodules!important";font-size:inherit;font-variant:normal;text-rendering:auto;font-style:normal;-webkit-transform:translateZ(0);transform:translateZ(0)}.dnxt-hover-icon-back:hover i{-webkit-transform:translateX(-4px);transform:translateX(-4px)}.dnxt-hover-icon-back i,.dnxt-hover-icon-forward i,.dnxt-hover-overline-reveal:before{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-icon-back i,.dnxt-hover-icon-forward i{-webkit-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s}.dnxt-hover-icon-forward:hover i:before{-webkit-transform:translateX(4px);transform:translateX(4px)}.dnxt-hover-icon-down i,.dnxt-hover-icon-drop i,.dnxt-hover-icon-forward i,.dnxt-hover-icon-up i{font-family:"ETmodules!important";display:inline-block;font-size:inherit;font-variant:normal;font-style:normal;font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0)}.dnxt-hover-icon-down:hover i,.dnxt-hover-icon-up:hover i{-webkit-animation-name:dnxt-hover-icon-down;animation-name:dnxt-hover-icon-down;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.dnxt-hover-icon-up:hover i{-webkit-animation-name:dnxt-hover-icon-up;animation-name:dnxt-hover-icon-up}.dnxt-hover-icon-drop:hover i,.dnxt-hover-icon-float-away i,.dnxt-hover-icon-sink-away i{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.dnxt-hover-icon-drop:hover i{opacity:0;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-animation-name:dnxt-hover-icon-drop;animation-name:dnxt-hover-icon-drop;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-timing-function:cubic-bezier(.52,1.64,.37,.66);animation-timing-function:cubic-bezier(.52,1.64,.37,.66)}.dnxt-hover-icon-float-away i,.dnxt-hover-icon-sink-away i{font-family:"ETmodules!important";display:inline-block;font-size:inherit;font-variant:normal;font-style:normal;font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0)}.dnxt-hover-icon-float-away:hover i,.dnxt-hover-icon-sink-away:hover i:before{-webkit-animation-name:dnxt-hover-icon-float-away;animation-name:dnxt-hover-icon-float-away;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.dnxt-hover-icon-sink-away:hover i:before{-webkit-animation-name:dnxt-hover-icon-sink-away;animation-name:dnxt-hover-icon-sink-away}.dnxt-hover-icon-grow i,.dnxt-hover-icon-shrink i{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.dnxt-hover-icon-grow:hover i{-webkit-transform:scale(1.3) translateZ(0);transform:scale(1.3) translateZ(0)}.dnxt-hover-icon-shrink:hover i{-webkit-transform:scale(.8);transform:scale(.8)}.dnxt-hover-icon-grow i,.dnxt-hover-icon-pulse i,.dnxt-hover-icon-pulse-grow i,.dnxt-hover-icon-pulse-shrink i,.dnxt-hover-icon-shrink i{font-family:"ETmodules!important";display:inline-block;font-size:inherit;font-variant:normal;font-style:normal;font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-icon-pulse-grow:hover i,.dnxt-hover-icon-pulse:hover i{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.dnxt-hover-icon-pulse:hover i{-webkit-animation-name:dnxt-hover-icon-pulse;animation-name:dnxt-hover-icon-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear}.dnxt-hover-icon-pulse-grow:hover i{-webkit-animation-name:dnxt-hover-icon-pulse-grow;animation-name:dnxt-hover-icon-pulse-grow;-webkit-animation-direction:alternate;animation-direction:alternate}.dnxt-hover-icon-pop:hover i:before,.dnxt-hover-icon-pulse-grow:hover i,.dnxt-hover-icon-pulse-shrink:hover i,.dnxt-hover-icon-push:hover i{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear}.dnxt-hover-icon-pulse-shrink:hover i{-webkit-animation-name:dnxt-hover-icon-pulse-shrink;animation-name:dnxt-hover-icon-pulse-shrink;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.dnxt-hover-icon-bounce i,.dnxt-hover-icon-float i,.dnxt-hover-icon-grow-rotate i,.dnxt-hover-icon-pop i,.dnxt-hover-icon-push i,.dnxt-hover-icon-rotate i,.dnxt-hover-icon-sink i{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-icon-pop:hover i:before,.dnxt-hover-icon-push:hover i{-webkit-animation-name:dnxt-hover-icon-push;animation-name:dnxt-hover-icon-push;-webkit-animation-iteration-count:1;animation-iteration-count:1}.dnxt-hover-icon-pop:hover i:before{-webkit-animation-name:dnxt-hover-icon-pop;animation-name:dnxt-hover-icon-pop}.dnxt-hover-icon-bounce:hover i{-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);-o-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.dnxt-hover-icon-rotate:hover i{-webkit-transform:rotate(20deg);transform:rotate(20deg)}.dnxt-hover-icon-grow-rotate:hover i{-webkit-transform:scale(1.5) rotate(12deg);transform:scale(1.5) rotate(12deg)}.dnxt-hover-icon-float:hover i{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.dnxt-hover-icon-sink:hover i{-webkit-transform:translateY(4px);transform:translateY(4px)}.dnxt-hover-icon-bob i,.dnxt-hover-icon-bounce i,.dnxt-hover-icon-buzz i,.dnxt-hover-icon-buzz-out i,.dnxt-hover-icon-float i,.dnxt-hover-icon-grow-rotate i,.dnxt-hover-icon-hang i,.dnxt-hover-icon-pop i,.dnxt-hover-icon-push i,.dnxt-hover-icon-rotate i,.dnxt-hover-icon-sink i,.dnxt-hover-icon-wobble-horizontal i,.dnxt-hover-icon-wobble-vertical i{font-family:"ETmodules!important";display:inline-block;font-size:inherit;font-variant:normal;font-style:normal;font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0)}.dnxt-hover-icon-bob:hover i,.dnxt-hover-icon-hang:hover i:before{-webkit-animation-name:dnxt-hover-icon-bob-float,dnxt-hover-icon-bob;animation-name:dnxt-hover-icon-bob-float,dnxt-hover-icon-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}.dnxt-hover-icon-hang:hover i:before{-webkit-animation-name:dnxt-hover-icon-hang-sink,dnxt-hover-icon-hang;animation-name:dnxt-hover-icon-hang-sink,dnxt-hover-icon-hang}.dnxt-hover-icon-wobble-horizontal:hover i:before,.dnxt-hover-icon-wobble-vertical:hover i:before{-webkit-animation-name:dnxt-hover-icon-wobble-horizontal;animation-name:dnxt-hover-icon-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.dnxt-hover-icon-wobble-vertical:hover i:before{-webkit-animation-name:dnxt-hover-icon-wobble-vertical;animation-name:dnxt-hover-icon-wobble-vertical}.dnxt-hover-icon-buzz-out:hover i,.dnxt-hover-icon-buzz:hover i:before{-webkit-animation-name:dnxt-hover-icon-buzz;animation-name:dnxt-hover-icon-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.dnxt-hover-icon-buzz-out:hover i{-webkit-animation-name:dnxt-hover-icon-buzz-out;animation-name:dnxt-hover-icon-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes imghvr-zoom-out-up{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}to{-webkit-transform:scale(.8) translateY(-150%);transform:scale(.8) translateY(-150%);opacity:.5}}@keyframes imghvr-zoom-out-up{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}to{-webkit-transform:scale(.8) translateY(-150%);transform:scale(.8) translateY(-150%);opacity:.5}}@-webkit-keyframes imghvr-zoom-out-down{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}to{-webkit-transform:scale(.8) translateY(150%);transform:scale(.8) translateY(150%);opacity:.5}}@keyframes imghvr-zoom-out-down{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}to{-webkit-transform:scale(.8) translateY(150%);transform:scale(.8) translateY(150%);opacity:.5}}@-webkit-keyframes imghvr-zoom-out-left{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}to{-webkit-transform:scale(.8) translateX(-150%);transform:scale(.8) translateX(-150%);opacity:.5}}@keyframes imghvr-zoom-out-left{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}to{-webkit-transform:scale(.8) translateX(-150%);transform:scale(.8) translateX(-150%);opacity:.5}}@-webkit-keyframes imghvr-zoom-out-right{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}to{-webkit-transform:scale(.8) translateX(150%);transform:scale(.8) translateX(150%);opacity:.5}}@keyframes imghvr-zoom-out-right{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}to{-webkit-transform:scale(.8) translateX(150%);transform:scale(.8) translateX(150%);opacity:.5}}@-webkit-keyframes imghvr-bounce-in{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes imghvr-bounce-in{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes imghvr-bounce-in-up{25%,50%,80%,to{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(25px)}65%{-webkit-transform:translateY(10px)}90%{-webkit-transform:translateY(2px)}}@keyframes imghvr-bounce-in-up{25%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(25px);transform:translateY(25px)}65%{-webkit-transform:translateY(10px);transform:translateY(10px)}90%{-webkit-transform:translateY(2px);transform:translateY(2px)}}@-webkit-keyframes imghvr-bounce-in-down{25%,50%,80%,to{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-25px)}65%{-webkit-transform:translateY(-10px)}90%{-webkit-transform:translateY(-2px)}}@keyframes imghvr-bounce-in-down{25%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-25px);transform:translateY(-25px)}65%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}90%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}@-webkit-keyframes imghvr-bounce-in-left{25%,50%,80%,to{-webkit-transform:translateX(0)}40%{-webkit-transform:translateX(25px)}65%{-webkit-transform:translateX(10px)}90%{-webkit-transform:translateX(2px)}}@keyframes imghvr-bounce-in-left{25%,50%,80%,to{-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-transform:translateX(25px);transform:translateX(25px)}65%{-webkit-transform:translateX(10px);transform:translateX(10px)}90%{-webkit-transform:translateX(2px);transform:translateX(2px)}}@-webkit-keyframes imghvr-bounce-in-right{25%,50%,80%,to{-webkit-transform:translateX(0)}40%{-webkit-transform:translateX(-25px)}65%{-webkit-transform:translateX(-10px)}90%{-webkit-transform:translateX(-2px)}}@keyframes imghvr-bounce-in-right{25%,50%,80%,to{-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-transform:translateX(-25px);transform:translateX(-25px)}65%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}90%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}}@-webkit-keyframes imghvr-bounce-out{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes imghvr-bounce-out{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes imghvr-bounce-out-up{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes imghvr-bounce-out-up{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes imghvr-bounce-out-down{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes imghvr-bounce-out-down{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes imghvr-bounce-out-left{20%{opacity:1;-webkit-transform:translate3d(15%,0,0);transform:translate3d(15%,0,0)}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes imghvr-bounce-out-left{20%{opacity:1;-webkit-transform:translate3d(15%,0,0);transform:translate3d(15%,0,0)}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes imghvr-bounce-out-right{20%{opacity:1;-webkit-transform:translate3d(-15%,0,0);transform:translate3d(-15%,0,0)}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes imghvr-bounce-out-right{20%{opacity:1;-webkit-transform:translate3d(-15%,0,0);transform:translate3d(-15%,0,0)}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes imghvr-lightspeed-in-left{0%{-webkit-transform:translate(100%,0) skewX(-20deg);transform:translate(100%,0) skewX(-20deg)}50%{-webkit-transform:translate(0,0) skewX(-20deg);transform:translate(0,0) skewX(-20deg)}75%{-webkit-transform:translate(0,0) skewX(10deg);transform:translate(0,0) skewX(10deg)}to{-webkit-transform:translate(0,0) skewX(0);transform:translate(0,0) skewX(0)}}@keyframes imghvr-lightspeed-in-left{0%{-webkit-transform:translate(100%,0) skewX(-20deg);transform:translate(100%,0) skewX(-20deg)}50%{-webkit-transform:translate(0,0) skewX(-20deg);transform:translate(0,0) skewX(-20deg)}75%{-webkit-transform:translate(0,0) skewX(10deg);transform:translate(0,0) skewX(10deg)}to{-webkit-transform:translate(0,0) skewX(0);transform:translate(0,0) skewX(0)}}@-webkit-keyframes imghvr-lightspeed-in-right{0%{-webkit-transform:translate(-100%,0) skewX(20deg);transform:translate(-100%,0) skewX(20deg)}50%{-webkit-transform:translate(0,0) skewX(20deg);transform:translate(0,0) skewX(20deg)}75%{-webkit-transform:translate(0,0) skewX(-10deg);transform:translate(0,0) skewX(-10deg)}to{-webkit-transform:translate(0,0) skewX(0);transform:translate(0,0) skewX(0)}}@keyframes imghvr-lightspeed-in-right{0%{-webkit-transform:translate(-100%,0) skewX(20deg);transform:translate(-100%,0) skewX(20deg)}50%{-webkit-transform:translate(0,0) skewX(20deg);transform:translate(0,0) skewX(20deg)}75%{-webkit-transform:translate(0,0) skewX(-10deg);transform:translate(0,0) skewX(-10deg)}to{-webkit-transform:translate(0,0) skewX(0);transform:translate(0,0) skewX(0)}}@-webkit-keyframes imghvr-lightspeed-out-left{0%{-webkit-transform:translate(0,0) skewX(0);transform:translate(0,0) skewX(0)}25%{-webkit-transform:translate(10%,0) skewX(0);transform:translate(10%,0) skewX(0)}50%{-webkit-transform:translate(0,0) skewX(-20deg);transform:translate(0,0) skewX(-20deg)}to{-webkit-transform:translate(-150%,0) skewX(-20deg);transform:translate(-150%,0) skewX(-20deg)}}@keyframes imghvr-lightspeed-out-left{0%{-webkit-transform:translate(0,0) skewX(0);transform:translate(0,0) skewX(0)}25%{-webkit-transform:translate(10%,0) skewX(0);transform:translate(10%,0) skewX(0)}50%{-webkit-transform:translate(0,0) skewX(-20deg);transform:translate(0,0) skewX(-20deg)}to{-webkit-transform:translate(-150%,0) skewX(-20deg);transform:translate(-150%,0) skewX(-20deg)}}@-webkit-keyframes imghvr-lightspeed-out-right{0%{-webkit-transform:translate(0,0) skewX(0);transform:translate(0,0) skewX(0)}25%{-webkit-transform:translate(10%,0) skewX(0);transform:translate(10%,0) skewX(0)}50%{-webkit-transform:translate(0,0) skewX(-20deg);transform:translate(0,0) skewX(-20deg)}to{-webkit-transform:translate(-150%,0) skewX(-20deg);transform:translate(-150%,0) skewX(-20deg)}}@keyframes imghvr-lightspeed-out-right{0%{-webkit-transform:translate(0,0) skewX(0);transform:translate(0,0) skewX(0)}25%{-webkit-transform:translate(-10%,0) skewX(0);transform:translate(-10%,0) skewX(0)}50%{-webkit-transform:translate(0,0) skewX(20deg);transform:translate(0,0) skewX(20deg)}to{-webkit-transform:translate(150%,0) skewX(20deg);transform:translate(150%,0) skewX(20deg)}}img{max-width:100%;height:auto}.dnxtiep-imghvr-wrapper{border:0 solid #07f}.dnxtiep-button{display:-webkit-box;display:-ms-flexbox;display:flex}.dnxt-nie-uih-btn{position:absolute;background-color:transparent;border:1px solid #fff;color:#fff;margin:.7em 0;padding:5px 18px;border-radius:0}.dnxt-nie-uih-btn::before{font-family:ETmodules;content:attr(data-icon);color:#edf000;line-height:inherit;font-size:inherit!important;margin-left:-.7em;right:auto;opacity:1;display:inline-block;margin-right:7px;-webkit-transition:.3s;transition:.3s}.dnxtiep-btn-icon-on-hover::before{opacity:0!important;margin-right:-5px}.dnxt-nie-uih-btn::after{font-family:ETmodules;content:attr(data-icon);color:#edf000;line-height:inherit;font-size:inherit!important;margin-left:.7em;left:auto;display:inline-block;-webkit-transition:.3s;transition:.3s}.dnxtiep-btn-icon-on-hover::after{opacity:0!important;margin-left:-5px}@media (max-width:980px){.dnxt-nie-uih-btn::after,.dnxt-nie-uih-btn::before{content:attr(data-icon-tablet)!important}}@media (max-width:767px){.dnxt-nie-uih-btn::after,.dnxt-nie-uih-btn::before{content:attr(data-icon-phone)!important}}[class*=" imghvr-"],[class^=imghvr-]{position:relative;display:inline-block;width:100%;margin:0;max-width:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0)}[class*=" imghvr-"]>img,[class^=imghvr-]>img{vertical-align:top;max-width:100%}[class*=" imghvr-"] figcaption,[class^=imghvr-] figcaption{background-color:#135796;padding:30px;position:absolute;top:0;bottom:0;left:0;right:0}[class*=" imghvr-"] figcaption h1,[class*=" imghvr-"] figcaption h2,[class*=" imghvr-"] figcaption h3,[class*=" imghvr-"] figcaption h4,[class*=" imghvr-"] figcaption h5,[class*=" imghvr-"] figcaption h6,[class^=imghvr-] figcaption h1,[class^=imghvr-] figcaption h2,[class^=imghvr-] figcaption h3,[class^=imghvr-] figcaption h4,[class^=imghvr-] figcaption h5,[class^=imghvr-] figcaption h6{color:#fff!important}[class*=" imghvr-"],[class*=" imghvr-"] *,[class*=" imghvr-"] :after,[class*=" imghvr-"] :before,[class*=" imghvr-"]:after,[class*=" imghvr-"]:before,[class^=imghvr-],[class^=imghvr-] *,[class^=imghvr-] :after,[class^=imghvr-] :before,[class^=imghvr-]:after,[class^=imghvr-]:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:.35s;transition:.35s}[class*=" imghvr-push-"]:hover figcaption,[class*=" imghvr-reveal-"]:hover:before,[class*=" imghvr-slide-"]:hover figcaption,[class^=imghvr-push-]:hover figcaption,[class^=imghvr-reveal-]:hover:before,[class^=imghvr-slide-]:hover figcaption{-webkit-transform:translate(0,0);transform:translate(0,0)}.imghvr-push-up figcaption{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-push-down figcaption,.imghvr-push-up:hover>img{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-push-down:hover>img{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-push-left figcaption{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-push-left:hover>img,.imghvr-push-right figcaption{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-push-right:hover>img{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-slide-up figcaption{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-slide-down figcaption{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-slide-left figcaption{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-slide-right figcaption{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-slide-top-left figcaption{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.imghvr-slide-top-right figcaption{-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}.imghvr-slide-bottom-left figcaption{-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}.imghvr-slide-bottom-right figcaption{-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}[class*=" imghvr-reveal-"]:before,[class^=imghvr-reveal-]:before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";background-color:#135796}[class*=" imghvr-fade"] figcaption,[class*=" imghvr-fade"]:hover>img,[class*=" imghvr-reveal-"] figcaption,[class^=imghvr-fade] figcaption,[class^=imghvr-fade]:hover>img,[class^=imghvr-reveal-] figcaption{opacity:0}[class*=" imghvr-reveal-"]:hover figcaption,[class^=imghvr-reveal-]:hover figcaption{opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-reveal-up:before{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-reveal-down:before{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-reveal-left:before{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-reveal-right:before{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-reveal-top-left:before{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.imghvr-reveal-top-right:before{-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}.imghvr-reveal-bottom-left:before{-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}.imghvr-reveal-bottom-right:before{-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}[class*=" imghvr-fade"]:hover figcaption,[class^=imghvr-fade]:hover figcaption{opacity:1}[class*=" imghvr-fade"]:hover figcaption,[class*=" imghvr-fade"]:hover>img,[class^=imghvr-fade]:hover figcaption,[class^=imghvr-fade]:hover>img{-webkit-transform:translate(0,0);transform:translate(0,0)}.imghvr-fade-in-up figcaption{-webkit-transform:translate(0,15%);transform:translate(0,15%)}.imghvr-fade-in-down figcaption{-webkit-transform:translate(0,-15%);transform:translate(0,-15%)}.imghvr-fade-in-left figcaption{-webkit-transform:translate(-15%,0);transform:translate(-15%,0)}.imghvr-fade-in-right figcaption{-webkit-transform:translate(15%,0);transform:translate(15%,0)}.imghvr-zoom-out-flip-horiz,.imghvr-zoom-out-flip-vert,[class*=" imghvr-flip-"],[class*=" imghvr-fold"],[class*=" imghvr-hinge-"],[class^=imghvr-flip-],[class^=imghvr-fold],[class^=imghvr-hinge-]{-webkit-perspective:50em;perspective:50em}[class*=" imghvr-hinge-"] figcaption,[class^=imghvr-hinge-] figcaption{opacity:0;z-index:1}[class*=" imghvr-hinge-"]:hover img,[class^=imghvr-hinge-]:hover img{opacity:0}[class*=" imghvr-hinge-"]:hover figcaption,[class^=imghvr-hinge-]:hover figcaption{opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-hinge-up img{-webkit-transform-origin:50% 0;transform-origin:50% 0}.imghvr-hinge-up figcaption{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-hinge-down figcaption,.imghvr-hinge-up:hover>img{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}.imghvr-hinge-down:hover figcaption,.imghvr-hinge-up:hover figcaption{-webkit-transform:rotateX(0);transform:rotateX(0)}.imghvr-hinge-down img{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-hinge-down figcaption{-webkit-transform-origin:50% -50%;transform-origin:50% -50%}.imghvr-hinge-down:hover>img{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);opacity:0}.imghvr-hinge-left img{-webkit-transform-origin:0 50%;transform-origin:0 50%}.imghvr-hinge-left figcaption{-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-hinge-left:hover>img,.imghvr-hinge-right figcaption{-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}.imghvr-hinge-left:hover figcaption,.imghvr-hinge-right:hover figcaption{-webkit-transform:rotateY(0);transform:rotateY(0)}.imghvr-hinge-right img{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-hinge-right figcaption{-webkit-transform-origin:0 50%;transform-origin:0 50%}.imghvr-hinge-right:hover>img{-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}[class*=" imghvr-flip-"] img,[class^=imghvr-flip-] img{-webkit-backface-visibility:hidden;backface-visibility:hidden}[class*=" imghvr-flip-"] figcaption,[class*=" imghvr-flip-"]:hover>img,[class^=imghvr-flip-] figcaption,[class^=imghvr-flip-]:hover>img{opacity:0}[class*=" imghvr-flip-"]:hover figcaption,[class^=imghvr-flip-]:hover figcaption{opacity:1;-webkit-transition-delay:.14s;transition-delay:.14s}.imghvr-flip-horiz figcaption{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 50%;transform-origin:0 50%}.imghvr-flip-horiz:hover img{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.imghvr-flip-horiz:hover figcaption{-webkit-transform:rotateX(0);transform:rotateX(0)}.imghvr-flip-vert figcaption{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:50% 0;transform-origin:50% 0}.imghvr-flip-vert:hover>img{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.imghvr-flip-vert:hover figcaption{-webkit-transform:rotateY(0);transform:rotateY(0)}.imghvr-flip-diag-1 figcaption{-webkit-transform:rotate3d(1,-1,0,100deg);transform:rotate3d(1,-1,0,100deg)}.imghvr-flip-diag-1:hover>img{-webkit-transform:rotate3d(-1,1,0,100deg);transform:rotate3d(-1,1,0,100deg)}.imghvr-flip-diag-1:hover figcaption,.imghvr-flip-diag-2:hover figcaption{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}.imghvr-flip-diag-2 figcaption{-webkit-transform:rotate3d(1,1,0,100deg);transform:rotate3d(1,1,0,100deg)}.imghvr-flip-diag-2:hover>img{-webkit-transform:rotate3d(-1,-1,0,100deg);transform:rotate3d(-1,-1,0,100deg)}[class*=" imghvr-shutter-in-"]:after,[class*=" imghvr-shutter-in-"]:before,[class^=imghvr-shutter-in-]:after,[class^=imghvr-shutter-in-]:before{background:#135796;position:absolute;content:""}[class*=" imghvr-shutter-in-"]:after,[class^=imghvr-shutter-in-]:after{top:0;left:0}[class*=" imghvr-shutter-in-"]:before,[class^=imghvr-shutter-in-]:before{right:0;bottom:0}[class*=" imghvr-shutter-in-"] figcaption,[class^=imghvr-shutter-in-] figcaption{opacity:0;z-index:1}[class*=" imghvr-shutter-in-"]:hover figcaption,[class^=imghvr-shutter-in-]:hover figcaption{opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-shutter-in-horiz:after,.imghvr-shutter-in-horiz:before{width:0;height:100%}.imghvr-shutter-in-horiz:hover:after,.imghvr-shutter-in-horiz:hover:before{width:50%}.imghvr-shutter-in-vert:after,.imghvr-shutter-in-vert:before{height:0;width:100%}.imghvr-shutter-in-vert:hover:after,.imghvr-shutter-in-vert:hover:before{height:50%}.imghvr-shutter-in-out-horiz:after,.imghvr-shutter-in-out-horiz:before{width:0;height:100%;opacity:.75}.imghvr-shutter-in-out-horiz:hover:after,.imghvr-shutter-in-out-horiz:hover:before{width:100%}.imghvr-shutter-in-out-vert:after,.imghvr-shutter-in-out-vert:before{height:0;width:100%;opacity:.75}.imghvr-shutter-in-out-vert:hover:after,.imghvr-shutter-in-out-vert:hover:before{height:100%}.imghvr-shutter-in-out-diag-1:after,.imghvr-shutter-in-out-diag-1:before{width:200%;height:200%;-webkit-transition:.6s;transition:.6s;opacity:.75}.imghvr-shutter-in-out-diag-1:after{-webkit-transform:skew(-45deg) translateX(-150%);transform:skew(-45deg) translateX(-150%)}.imghvr-shutter-in-out-diag-1:before{-webkit-transform:skew(-45deg) translateX(150%);transform:skew(-45deg) translateX(150%)}.imghvr-shutter-in-out-diag-1:hover:after{-webkit-transform:skew(-45deg) translateX(-50%);transform:skew(-45deg) translateX(-50%)}.imghvr-shutter-in-out-diag-1:hover:before{-webkit-transform:skew(-45deg) translateX(50%);transform:skew(-45deg) translateX(50%)}.imghvr-shutter-in-out-diag-2:after,.imghvr-shutter-in-out-diag-2:before{width:200%;height:200%;-webkit-transition:.6s;transition:.6s;opacity:.75}.imghvr-shutter-in-out-diag-2:after{-webkit-transform:skew(45deg) translateX(-100%);transform:skew(45deg) translateX(-100%)}.imghvr-shutter-in-out-diag-2:before{-webkit-transform:skew(45deg) translateX(100%);transform:skew(45deg) translateX(100%)}.imghvr-shutter-in-out-diag-2:hover:after,.imghvr-shutter-in-out-diag-2:hover:before{-webkit-transform:skew(45deg) translateX(0);transform:skew(45deg) translateX(0)}[class*=" imghvr-shutter-out-"]:before,[class^=imghvr-shutter-out-]:before{background:#135796;position:absolute;content:"";-webkit-transition-delay:.105s;transition-delay:.105s}[class*=" imghvr-shutter-out-"] figcaption,[class^=imghvr-shutter-out-] figcaption{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-shutter-out-"]:hover:before,[class^=imghvr-shutter-out-]:hover:before{-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-shutter-out-"]:hover figcaption,[class^=imghvr-shutter-out-]:hover figcaption{opacity:1;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-shutter-out-horiz:before{left:50%;right:50%;top:0;bottom:0}.imghvr-shutter-out-horiz:hover:before{left:0;right:0}.imghvr-shutter-out-vert:before{top:50%;bottom:50%;left:0;right:0}.imghvr-shutter-out-vert:hover:before{top:0;bottom:0}.imghvr-shutter-out-diag-1:before,.imghvr-shutter-out-diag-2:before{top:50%;bottom:50%;left:-35%;right:-35%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.imghvr-shutter-out-diag-1:hover:before,.imghvr-shutter-out-diag-2:hover:before{top:-35%;bottom:-35%}.imghvr-shutter-out-diag-2:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.imghvr-fold-up>img,[class*=" imghvr-fold"] img,[class^=imghvr-fold] img{-webkit-transform-origin:50% 0;transform-origin:50% 0}[class*=" imghvr-fold"] figcaption,[class^=imghvr-fold] figcaption{z-index:1;opacity:0}[class*=" imghvr-fold"]:hover>img,[class^=imghvr-fold]:hover>img{opacity:0;-webkit-transition-delay:0;transition-delay:0}[class*=" imghvr-fold"]:hover figcaption,[class^=imghvr-fold]:hover figcaption{-webkit-transform:rotateX(0) translate3d(0,0,0) scale(1);transform:rotateX(0) translate3d(0,0,0) scale(1);opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-fold-up figcaption{-webkit-transform:rotateX(-90deg) translate3d(0,-50%,0) scale(.6);transform:rotateX(-90deg) translate3d(0,-50%,0) scale(.6)}.imghvr-fold-up:hover>img{-webkit-transform:rotateX(90deg) scale(.6) translateY(50%);transform:rotateX(90deg) scale(.6) translateY(50%)}.imghvr-fold-down>img,.imghvr-fold-up figcaption{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-fold-down figcaption{-webkit-transform:rotateX(90deg) translate3d(0,50%,0) scale(.6);transform:rotateX(90deg) translate3d(0,50%,0) scale(.6);-webkit-transform-origin:50% 0;transform-origin:50% 0}.imghvr-fold-down:hover>img{-webkit-transform:rotateX(-90deg) scale(.6) translateY(-50%);transform:rotateX(-90deg) scale(.6) translateY(-50%)}.imghvr-fold-left>img{-webkit-transform-origin:0 50%;transform-origin:0 50%}.imghvr-fold-left figcaption{-webkit-transform:rotateY(90deg) translate3d(-50%,0,0) scale(.6);transform:rotateY(90deg) translate3d(-50%,0,0) scale(.6)}.imghvr-fold-left:hover>img{-webkit-transform:rotateY(-90deg) scale(.6) translateX(50%);transform:rotateY(-90deg) scale(.6) translateX(50%)}.imghvr-fold-left figcaption,.imghvr-fold-right>img{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-fold-right figcaption{-webkit-transform:rotateY(-90deg) translate3d(50%,0,0) scale(.6);transform:rotateY(-90deg) translate3d(50%,0,0) scale(.6);-webkit-transform-origin:0 50%;transform-origin:0 50%}.imghvr-fold-right:hover>img{-webkit-transform:rotateY(90deg) scale(.6) translateX(-50%);transform:rotateY(90deg) scale(.6) translateX(-50%)}.imghvr-zoom-in figcaption{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}.imghvr-zoom-in:hover figcaption{-webkit-transform:scale(1);transform:scale(1);opacity:1}[class*=" imghvr-zoom-out"] figcaption,[class^=imghvr-zoom-out] figcaption{-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;opacity:0}[class*=" imghvr-zoom-out"].hover figcaption,[class*=" imghvr-zoom-out"]:hover figcaption,[class^=imghvr-zoom-out].hover figcaption,[class^=imghvr-zoom-out]:hover figcaption{-webkit-transform:scale(1);transform:scale(1);opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-zoom-out:hover>img{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}.imghvr-zoom-out-down.hover>img,.imghvr-zoom-out-down:hover>img,.imghvr-zoom-out-up.hover>img,.imghvr-zoom-out-up:hover>img{-webkit-animation:.4025s linear forwards imghvr-zoom-out-up;animation:.4025s linear forwards imghvr-zoom-out-up}.imghvr-zoom-out-down.hover>img,.imghvr-zoom-out-down:hover>img{-webkit-animation:.4025s linear imghvr-zoom-out-down;animation:.4025s linear imghvr-zoom-out-down}.imghvr-zoom-out-left.hover>img,.imghvr-zoom-out-left:hover>img,.imghvr-zoom-out-right.hover>img,.imghvr-zoom-out-right:hover>img{-webkit-animation:.4025s linear forwards imghvr-zoom-out-left;animation:.4025s linear forwards imghvr-zoom-out-left}.imghvr-zoom-out-right.hover>img,.imghvr-zoom-out-right:hover>img{-webkit-animation:.4025s linear imghvr-zoom-out-right;animation:.4025s linear imghvr-zoom-out-right}.imghvr-zoom-out-flip-horiz figcaption{opacity:0;-webkit-transform:rotateX(90deg) translateY(-100%) scale(.5);transform:rotateX(90deg) translateY(-100%) scale(.5)}.imghvr-zoom-out-flip-horiz.hover>img,.imghvr-zoom-out-flip-horiz:hover>img{-webkit-transform:rotateX(-100deg) translateY(50%) scale(.5);transform:rotateX(-100deg) translateY(50%) scale(.5);opacity:0;-webkit-transition-delay:0;transition-delay:0}.imghvr-zoom-out-flip-horiz.hover figcaption,.imghvr-zoom-out-flip-horiz:hover figcaption{-webkit-transform:rotateX(0) translateY(0) scale(1);transform:rotateX(0) translateY(0) scale(1);opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-zoom-out-flip-vert figcaption{opacity:0;-webkit-transform:rotateY(90deg) translate(50%,0) scale(.5);transform:rotateY(90deg) translate(50%,0) scale(.5)}.imghvr-zoom-out-flip-vert.hover>img,.imghvr-zoom-out-flip-vert:hover>img{-webkit-transform:rotateY(-100deg) translateX(50%) scale(.5);transform:rotateY(-100deg) translateX(50%) scale(.5);opacity:0;-webkit-transition-delay:0;transition-delay:0}.imghvr-zoom-out-flip-vert.hover figcaption,.imghvr-zoom-out-flip-vert:hover figcaption{-webkit-transform:rotateY(0) translate(0,0) scale(1);transform:rotateY(0) translate(0,0) scale(1);opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blur figcaption{opacity:0}.imghvr-blur:hover>img{-webkit-filter:blur(30px);filter:blur(30px);-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}.imghvr-blur:hover figcaption{opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}[class*=" imghvr-blocks"] figcaption:after,[class*=" imghvr-blocks"] figcaption:before,[class*=" imghvr-blocks"]:after,[class*=" imghvr-blocks"]:before,[class^=imghvr-blocks] figcaption:after,[class^=imghvr-blocks] figcaption:before,[class^=imghvr-blocks]:after,[class^=imghvr-blocks]:before{background-color:#135796;opacity:0;position:absolute;content:"";height:50%;width:50%}[class*=" imghvr-blocks"]:after,[class*=" imghvr-blocks"]:before,[class^=imghvr-blocks]:after,[class^=imghvr-blocks]:before{z-index:1}[class*=" imghvr-blocks"]:before,[class^=imghvr-blocks]:before{top:0;right:0}[class*=" imghvr-blocks"]:after,[class^=imghvr-blocks]:after{bottom:0;left:0}[class*=" imghvr-blocks"] figcaption,[class*=" imghvr-pixel"] figcaption,[class*=" imghvr-strip-horiz"] figcaption,[class*=" imghvr-strip-shutter"] figcaption,[class*=" imghvr-strip-vert"] figcaption,[class^=imghvr-blocks] figcaption,[class^=imghvr-pixel] figcaption,[class^=imghvr-strip-horiz] figcaption,[class^=imghvr-strip-shutter] figcaption,[class^=imghvr-strip-vert] figcaption{z-index:3;background-color:transparent}[class*=" imghvr-blocks"] figcaption *,[class^=imghvr-blocks] figcaption *{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-blocks"] figcaption:after,[class*=" imghvr-blocks"] figcaption:before,[class^=imghvr-blocks] figcaption:after,[class^=imghvr-blocks] figcaption:before{z-index:-1}[class*=" imghvr-blocks"] figcaption:before,[class^=imghvr-blocks] figcaption:before{top:0;left:0}[class*=" imghvr-blocks"] figcaption:after,[class^=imghvr-blocks] figcaption:after{bottom:0;right:0}[class*=" imghvr-blinds"] a,[class*=" imghvr-blocks"] a,[class*=" imghvr-border-reveal"] a,[class*=" imghvr-pixel"] a,[class*=" imghvr-strip-horiz"] a,[class*=" imghvr-strip-shutter"] a,[class*=" imghvr-strip-vert"] a,[class^=imghvr-blinds] a,[class^=imghvr-blocks] a,[class^=imghvr-border-reveal] a,[class^=imghvr-pixel] a,[class^=imghvr-strip-horiz] a,[class^=imghvr-strip-shutter] a,[class^=imghvr-strip-vert] a{z-index:3}[class*=" imghvr-blocks"]:hover figcaption:after,[class*=" imghvr-blocks"]:hover figcaption:before,[class*=" imghvr-blocks"]:hover:after,[class*=" imghvr-blocks"]:hover:before,[class^=imghvr-blocks]:hover figcaption:after,[class^=imghvr-blocks]:hover figcaption:before,[class^=imghvr-blocks]:hover:after,[class^=imghvr-blocks]:hover:before{-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1);opacity:1}[class*=" imghvr-blocks"]:hover figcaption *,[class^=imghvr-blocks]:hover figcaption *{opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blocks-rotate-left:before{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-blocks-rotate-left:after{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-blocks-rotate-left figcaption:before{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-blocks-rotate-left figcaption:after,.imghvr-blocks-rotate-right:before{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-blocks-rotate-right:after{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-blocks-rotate-right figcaption:before{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-blocks-rotate-in-left:before,.imghvr-blocks-rotate-right figcaption:after{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-blocks-rotate-in-left:after{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-blocks-rotate-in-left figcaption:before{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-blocks-rotate-in-left figcaption:after,.imghvr-blocks-rotate-in-right:before{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-blocks-rotate-in-right:after{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-blocks-rotate-in-right figcaption:before{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-blocks-rotate-in-right figcaption:after{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-blocks-in:before{-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}.imghvr-blocks-in:after,.imghvr-blocks-out:before{-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}.imghvr-blocks-in figcaption:before{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.imghvr-blocks-in figcaption:after,.imghvr-blocks-out figcaption:before{-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}.imghvr-blocks-out:after{-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}.imghvr-blocks-out figcaption:after{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.imghvr-blocks-float-up figcaption:after,.imghvr-blocks-float-up figcaption:before,.imghvr-blocks-float-up:after,.imghvr-blocks-float-up:before{-webkit-transform:translate(0,200%);transform:translate(0,200%)}.imghvr-blocks-float-up:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blocks-float-up:after,.imghvr-blocks-float-up:hover figcaption:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blocks-float-up figcaption:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-blocks-float-up figcaption:after,.imghvr-blocks-float-up:hover:before{-webkit-transition-delay:.14s;transition-delay:.14s}.imghvr-blocks-float-up:hover:after{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-blocks-float-up:hover figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blocks-float-up:hover figcaption *{-webkit-transition-delay:.49s;transition-delay:.49s}.imghvr-blocks-float-down figcaption:after,.imghvr-blocks-float-down figcaption:before,.imghvr-blocks-float-down:after,.imghvr-blocks-float-down:before{-webkit-transform:translate(0,-200%);transform:translate(0,-200%)}.imghvr-blocks-float-down:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blocks-float-down:after,.imghvr-blocks-float-down:hover:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blocks-float-down figcaption:before{-webkit-transition-delay:.14s;transition-delay:.14s}.imghvr-blocks-float-down figcaption:after,.imghvr-blocks-float-down:hover figcaption:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-blocks-float-down:hover:after{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blocks-float-down:hover figcaption:after{-webkit-transition-delay:.14s;transition-delay:.14s}.imghvr-blocks-float-down:hover figcaption *{-webkit-transition-delay:.49s;transition-delay:.49s}.imghvr-blocks-float-left figcaption:after,.imghvr-blocks-float-left figcaption:before,.imghvr-blocks-float-left:after,.imghvr-blocks-float-left:before{-webkit-transform:translate(200%,0);transform:translate(200%,0)}.imghvr-blocks-float-left:before,.imghvr-blocks-float-left:hover figcaption:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blocks-float-left:after,.imghvr-blocks-float-left:hover figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blocks-float-left figcaption:before{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-blocks-float-left figcaption:after,.imghvr-blocks-float-left:hover:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-blocks-float-left:hover:after{-webkit-transition-delay:.14s;transition-delay:.14s}.imghvr-blocks-float-left:hover figcaption *{-webkit-transition-delay:.49s;transition-delay:.49s}.imghvr-blocks-float-right figcaption:after,.imghvr-blocks-float-right figcaption:before,.imghvr-blocks-float-right:after,.imghvr-blocks-float-right:before{-webkit-transform:translate(-200%,0);transform:translate(-200%,0)}.imghvr-blocks-float-right:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blocks-float-right:after,.imghvr-blocks-float-right:hover:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blocks-float-right figcaption:before,.imghvr-blocks-float-right:hover figcaption:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-blocks-float-right figcaption:after{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-blocks-float-right:hover:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blocks-float-right:hover figcaption:after{-webkit-transition-delay:.14s;transition-delay:.14s}.imghvr-blocks-float-right:hover figcaption *{-webkit-transition-delay:.49s;transition-delay:.49s}.imghvr-blocks-zoom-bottom-left figcaption:after,.imghvr-blocks-zoom-bottom-left figcaption:before,.imghvr-blocks-zoom-bottom-left:after,.imghvr-blocks-zoom-bottom-left:before,.imghvr-blocks-zoom-bottom-right figcaption:after,.imghvr-blocks-zoom-bottom-right figcaption:before,.imghvr-blocks-zoom-bottom-right:after,.imghvr-blocks-zoom-bottom-right:before,.imghvr-blocks-zoom-top-left figcaption:after,.imghvr-blocks-zoom-top-left figcaption:before,.imghvr-blocks-zoom-top-left:after,.imghvr-blocks-zoom-top-left:before,.imghvr-blocks-zoom-top-right figcaption:after,.imghvr-blocks-zoom-top-right figcaption:before,.imghvr-blocks-zoom-top-right:after,.imghvr-blocks-zoom-top-right:before{-webkit-transform:scale(.05);transform:scale(.05)}.imghvr-blocks-zoom-top-left:hover:after,.imghvr-blocks-zoom-top-left:hover:before{-webkit-transition-delay:.175s;transition-delay:.175s}.imghvr-blocks-zoom-top-left:hover figcaption:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blocks-zoom-top-left:hover figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blocks-zoom-top-left:hover figcaption *{-webkit-transition-delay:.49s;transition-delay:.49s}.imghvr-blocks-zoom-top-right:hover:before{-webkit-transition-delay:0,0s;transition-delay:0,0s}.imghvr-blocks-zoom-top-right:hover:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blocks-zoom-bottom-left:hover figcaption:after,.imghvr-blocks-zoom-bottom-left:hover figcaption:before,.imghvr-blocks-zoom-top-right:hover figcaption:after,.imghvr-blocks-zoom-top-right:hover figcaption:before{-webkit-transition-delay:.175s;transition-delay:.175s}.imghvr-blocks-zoom-top-right:hover figcaption *{-webkit-transition-delay:.49s;transition-delay:.49s}.imghvr-blocks-zoom-bottom-left:hover:before,.imghvr-blocks-zoom-bottom-right:hover figcaption:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blocks-zoom-bottom-left:hover:after,.imghvr-blocks-zoom-bottom-right:hover figcaption:after{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blocks-zoom-bottom-left:hover figcaption *{-webkit-transition-delay:.49s;transition-delay:.49s}.imghvr-blocks-zoom-bottom-right:hover:after,.imghvr-blocks-zoom-bottom-right:hover:before{-webkit-transition-delay:.175s;transition-delay:.175s}.imghvr-blocks-zoom-bottom-right:hover figcaption *{-webkit-transition-delay:.49s;transition-delay:.49s}[class*=" imghvr-strip-shutter"] figcaption:after,[class*=" imghvr-strip-shutter"] figcaption:before,[class*=" imghvr-strip-shutter"]:after,[class*=" imghvr-strip-shutter"]:before,[class^=imghvr-strip-shutter] figcaption:after,[class^=imghvr-strip-shutter] figcaption:before,[class^=imghvr-strip-shutter]:after,[class^=imghvr-strip-shutter]:before{background-color:#135796;opacity:0;position:absolute;content:""}[class*=" imghvr-strip-shutter"]:after,[class*=" imghvr-strip-shutter"]:before,[class^=imghvr-strip-shutter]:after,[class^=imghvr-strip-shutter]:before{z-index:1}[class*=" imghvr-strip-shutter"] figcaption *,[class^=imghvr-strip-shutter] figcaption *{opacity:0}[class*=" imghvr-strip-shutter"] figcaption:after,[class*=" imghvr-strip-shutter"] figcaption:before,[class^=imghvr-strip-shutter] figcaption:after,[class^=imghvr-strip-shutter] figcaption:before{z-index:-1}[class*=" imghvr-strip-shutter"]:hover figcaption:after,[class*=" imghvr-strip-shutter"]:hover figcaption:before,[class*=" imghvr-strip-shutter"]:hover:after,[class*=" imghvr-strip-shutter"]:hover:before,[class^=imghvr-strip-shutter]:hover figcaption:after,[class^=imghvr-strip-shutter]:hover figcaption:before,[class^=imghvr-strip-shutter]:hover:after,[class^=imghvr-strip-shutter]:hover:before{-webkit-transform:scale(1);transform:scale(1);opacity:1}[class*=" imghvr-strip-shutter"]:hover figcaption *,[class^=imghvr-strip-shutter]:hover figcaption *{opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-shutter-up figcaption:after,.imghvr-strip-shutter-up figcaption:before,.imghvr-strip-shutter-up:after,.imghvr-strip-shutter-up:before{height:26%;width:100%;-webkit-transform:scaleX(0);transform:scaleX(0);left:0}.imghvr-strip-shutter-up:before{top:0;-webkit-transition-delay:0s;transition-delay:0s}.imghvr-strip-shutter-up:after{top:25%;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-shutter-up figcaption:before{top:50%;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-shutter-up figcaption:after{top:75%;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-shutter-down figcaption:after,.imghvr-strip-shutter-down figcaption:before,.imghvr-strip-shutter-down:after,.imghvr-strip-shutter-down:before{height:26%;width:100%;-webkit-transform:scaleX(0);transform:scaleX(0);left:0}.imghvr-strip-shutter-down:before{top:0;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-shutter-down:after{top:25%;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-shutter-down figcaption:before{top:50%;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-shutter-down figcaption:after{top:75%;-webkit-transition-delay:0s;transition-delay:0s}.imghvr-strip-shutter-left figcaption:after,.imghvr-strip-shutter-left figcaption:before,.imghvr-strip-shutter-left:after,.imghvr-strip-shutter-left:before{width:26%;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);top:0}.imghvr-strip-shutter-left:before{left:0;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-shutter-left:after{left:25%;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-shutter-left figcaption:before{left:50%;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-shutter-left figcaption:after{left:75%;-webkit-transition-delay:0s;transition-delay:0s}.imghvr-strip-shutter-right figcaption:after,.imghvr-strip-shutter-right figcaption:before,.imghvr-strip-shutter-right:after,.imghvr-strip-shutter-right:before{width:26%;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);top:0}.imghvr-strip-shutter-right:before{left:0;-webkit-transition-delay:0s;transition-delay:0s}.imghvr-strip-shutter-right:after{left:25%;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-shutter-right figcaption:before{left:50%;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-shutter-right figcaption:after{left:75%;-webkit-transition-delay:.35s;transition-delay:.35s}[class*=" imghvr-strip-horiz"] figcaption:after,[class*=" imghvr-strip-horiz"] figcaption:before,[class*=" imghvr-strip-horiz"]:after,[class*=" imghvr-strip-horiz"]:before,[class^=imghvr-strip-horiz] figcaption:after,[class^=imghvr-strip-horiz] figcaption:before,[class^=imghvr-strip-horiz]:after,[class^=imghvr-strip-horiz]:before{background-color:#135796;opacity:0;position:absolute;content:"";height:26%;width:100%;-webkit-transform:scaleX(0);transform:scaleX(0);left:0}[class*=" imghvr-strip-horiz"]:after,[class*=" imghvr-strip-horiz"]:before,[class^=imghvr-strip-horiz]:after,[class^=imghvr-strip-horiz]:before{z-index:1}[class*=" imghvr-strip-horiz"]:before,[class^=imghvr-strip-horiz]:before{top:0}[class*=" imghvr-strip-horiz"]:after,[class^=imghvr-strip-horiz]:after{top:25%}[class*=" imghvr-strip-horiz"] figcaption *,[class^=imghvr-strip-horiz] figcaption *{opacity:0}[class*=" imghvr-strip-horiz"] figcaption:after,[class*=" imghvr-strip-horiz"] figcaption:before,[class^=imghvr-strip-horiz] figcaption:after,[class^=imghvr-strip-horiz] figcaption:before{z-index:-1}[class*=" imghvr-strip-horiz"] figcaption:before,[class^=imghvr-strip-horiz] figcaption:before{top:50%}[class*=" imghvr-strip-horiz"] figcaption:after,[class^=imghvr-strip-horiz] figcaption:after{top:75%}[class*=" imghvr-strip-horiz"]:hover figcaption:after,[class*=" imghvr-strip-horiz"]:hover figcaption:before,[class*=" imghvr-strip-horiz"]:hover:after,[class*=" imghvr-strip-horiz"]:hover:before,[class^=imghvr-strip-horiz]:hover figcaption:after,[class^=imghvr-strip-horiz]:hover figcaption:before,[class^=imghvr-strip-horiz]:hover:after,[class^=imghvr-strip-horiz]:hover:before{-webkit-transform:scale(1);transform:scale(1);opacity:1}[class*=" imghvr-strip-horiz"]:hover figcaption *,[class^=imghvr-strip-horiz]:hover figcaption *{opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-horiz-up figcaption:after,.imghvr-strip-horiz-up figcaption:before,.imghvr-strip-horiz-up:after,.imghvr-strip-horiz-up:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-strip-horiz-down figcaption:after,.imghvr-strip-horiz-down figcaption:before,.imghvr-strip-horiz-down:after,.imghvr-strip-horiz-down:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0}.imghvr-strip-horiz-top-left figcaption:after,.imghvr-strip-horiz-top-left figcaption:before,.imghvr-strip-horiz-top-left:after,.imghvr-strip-horiz-top-left:before{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-strip-horiz-top-left:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-strip-horiz-top-left:after{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-horiz-top-left figcaption:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-horiz-top-left figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-horiz-top-right figcaption:after,.imghvr-strip-horiz-top-right figcaption:before,.imghvr-strip-horiz-top-right:after,.imghvr-strip-horiz-top-right:before{-webkit-transform-origin:100% 0;transform-origin:100% 0}.imghvr-strip-horiz-top-right:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-strip-horiz-top-right:after{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-horiz-top-right figcaption:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-horiz-top-right figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-horiz-bottom-left figcaption:after,.imghvr-strip-horiz-bottom-left figcaption:before,.imghvr-strip-horiz-bottom-left:after,.imghvr-strip-horiz-bottom-left:before{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-strip-horiz-bottom-left:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-horiz-bottom-left:after{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-horiz-bottom-left figcaption:before{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-horiz-bottom-left figcaption:after{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-strip-horiz-bottom-right figcaption:after,.imghvr-strip-horiz-bottom-right figcaption:before,.imghvr-strip-horiz-bottom-right:after,.imghvr-strip-horiz-bottom-right:before{-webkit-transform-origin:100% 0;transform-origin:100% 0}.imghvr-strip-horiz-bottom-right:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-horiz-bottom-right:after{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-horiz-bottom-right figcaption:before{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-horiz-bottom-right figcaption:after{-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-strip-vert"] figcaption:after,[class*=" imghvr-strip-vert"] figcaption:before,[class*=" imghvr-strip-vert"]:after,[class*=" imghvr-strip-vert"]:before,[class^=imghvr-strip-vert] figcaption:after,[class^=imghvr-strip-vert] figcaption:before,[class^=imghvr-strip-vert]:after,[class^=imghvr-strip-vert]:before{background-color:#135796;opacity:0;position:absolute;content:"";width:26%;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);top:0}[class*=" imghvr-strip-vert"]:after,[class*=" imghvr-strip-vert"]:before,[class^=imghvr-strip-vert]:after,[class^=imghvr-strip-vert]:before{z-index:1}[class*=" imghvr-strip-vert"]:before,[class^=imghvr-strip-vert]:before{left:0}[class*=" imghvr-strip-vert"]:after,[class^=imghvr-strip-vert]:after{left:25%}[class*=" imghvr-strip-vert"] figcaption *,[class^=imghvr-strip-vert] figcaption *{opacity:0}[class*=" imghvr-strip-vert"] figcaption:after,[class*=" imghvr-strip-vert"] figcaption:before,[class^=imghvr-strip-vert] figcaption:after,[class^=imghvr-strip-vert] figcaption:before{z-index:-1}[class*=" imghvr-strip-vert"] figcaption:before,[class^=imghvr-strip-vert] figcaption:before{left:50%}[class*=" imghvr-strip-vert"] figcaption:after,[class^=imghvr-strip-vert] figcaption:after{left:75%}[class*=" imghvr-strip-vert"]:hover figcaption:after,[class*=" imghvr-strip-vert"]:hover figcaption:before,[class*=" imghvr-strip-vert"]:hover:after,[class*=" imghvr-strip-vert"]:hover:before,[class^=imghvr-strip-vert]:hover figcaption:after,[class^=imghvr-strip-vert]:hover figcaption:before,[class^=imghvr-strip-vert]:hover:after,[class^=imghvr-strip-vert]:hover:before{-webkit-transform:scale(1);transform:scale(1);opacity:1}[class*=" imghvr-strip-vert"]:hover figcaption *,[class^=imghvr-strip-vert]:hover figcaption *{opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-vert-left figcaption:after,.imghvr-strip-vert-left figcaption:before,.imghvr-strip-vert-left:after,.imghvr-strip-vert-left:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-strip-vert-right figcaption:after,.imghvr-strip-vert-right figcaption:before,.imghvr-strip-vert-right:after,.imghvr-strip-vert-right:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%}.imghvr-strip-vert-top-left figcaption:after,.imghvr-strip-vert-top-left figcaption:before,.imghvr-strip-vert-top-left:after,.imghvr-strip-vert-top-left:before{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-strip-vert-top-left:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-strip-vert-top-left:after{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-vert-top-left figcaption:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-vert-top-left figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-vert-top-right figcaption:after,.imghvr-strip-vert-top-right figcaption:before,.imghvr-strip-vert-top-right:after,.imghvr-strip-vert-top-right:before{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-strip-vert-top-right:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-vert-top-right:after{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-vert-top-right figcaption:before{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-vert-top-right figcaption:after{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-strip-vert-bottom-left figcaption:after,.imghvr-strip-vert-bottom-left figcaption:before,.imghvr-strip-vert-bottom-left:after,.imghvr-strip-vert-bottom-left:before{-webkit-transform-origin:0 100%;transform-origin:0 100%}.imghvr-strip-vert-bottom-left:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-strip-vert-bottom-left:after{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-vert-bottom-left figcaption:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-vert-bottom-left figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-vert-bottom-right figcaption:after,.imghvr-strip-vert-bottom-right figcaption:before,.imghvr-strip-vert-bottom-right:after,.imghvr-strip-vert-bottom-right:before{-webkit-transform-origin:0 100%;transform-origin:0 100%}.imghvr-strip-vert-bottom-right:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-strip-vert-bottom-right:after{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-strip-vert-bottom-right figcaption:before{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-strip-vert-bottom-right figcaption:after{-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-pixel"] figcaption:after,[class*=" imghvr-pixel"] figcaption:before,[class*=" imghvr-pixel"]:after,[class*=" imghvr-pixel"]:before,[class^=imghvr-pixel] figcaption:after,[class^=imghvr-pixel] figcaption:before,[class^=imghvr-pixel]:after,[class^=imghvr-pixel]:before{-webkit-transition:.35s steps(4);transition:.35s steps(4);background-color:#135796;opacity:0;position:absolute;content:"";height:26%;width:100%;-webkit-transform:scaleX(0);transform:scaleX(0);left:0}[class*=" imghvr-pixel"]:after,[class*=" imghvr-pixel"]:before,[class^=imghvr-pixel]:after,[class^=imghvr-pixel]:before{z-index:1}[class*=" imghvr-pixel"]:before,[class^=imghvr-pixel]:before{top:0;-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-pixel"]:after,[class^=imghvr-pixel]:after{top:25%;-webkit-transition-delay:.105s;transition-delay:.105s}[class*=" imghvr-pixel"] figcaption *,[class^=imghvr-pixel] figcaption *{opacity:0}[class*=" imghvr-pixel"] figcaption:after,[class*=" imghvr-pixel"] figcaption:before,[class^=imghvr-pixel] figcaption:after,[class^=imghvr-pixel] figcaption:before{z-index:-1}[class*=" imghvr-pixel"] figcaption:before,[class^=imghvr-pixel] figcaption:before{top:50%;-webkit-transition-delay:.21s;transition-delay:.21s}[class*=" imghvr-pixel"] figcaption:after,[class^=imghvr-pixel] figcaption:after{top:75%;-webkit-transition-delay:.35s;transition-delay:.35s}[class*=" imghvr-pixel"]:hover figcaption:after,[class*=" imghvr-pixel"]:hover figcaption:before,[class*=" imghvr-pixel"]:hover:after,[class*=" imghvr-pixel"]:hover:before,[class^=imghvr-pixel]:hover figcaption:after,[class^=imghvr-pixel]:hover figcaption:before,[class^=imghvr-pixel]:hover:after,[class^=imghvr-pixel]:hover:before{-webkit-transform:scale(1);transform:scale(1);opacity:1}[class*=" imghvr-pixel"]:hover figcaption *,[class^=imghvr-pixel]:hover figcaption *{opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-pixel-up figcaption:after,.imghvr-pixel-up figcaption:before,.imghvr-pixel-up:after,.imghvr-pixel-up:before{-webkit-transform-origin:50% 0;transform-origin:50% 0}.imghvr-pixel-up:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-pixel-up:after{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-pixel-up figcaption:before{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-pixel-up figcaption:after{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-pixel-down figcaption:after,.imghvr-pixel-down figcaption:before,.imghvr-pixel-down:after,.imghvr-pixel-down:before{-webkit-transform-origin:50% 0;transform-origin:50% 0}.imghvr-pixel-down:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-pixel-down:after{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-pixel-down figcaption:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-pixel-down figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-pixel-left figcaption:after,.imghvr-pixel-left figcaption:before,.imghvr-pixel-left:after,.imghvr-pixel-left:before{width:25.1%;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);top:0}.imghvr-pixel-left:before{left:0;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-pixel-left:after{left:25%;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-pixel-left figcaption:before{left:50%;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-pixel-left figcaption:after{left:75%;-webkit-transition-delay:0s;transition-delay:0s}.imghvr-pixel-right figcaption:after,.imghvr-pixel-right figcaption:before,.imghvr-pixel-right:after,.imghvr-pixel-right:before{width:25.1%;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);top:0}.imghvr-pixel-right:before{left:0;-webkit-transition-delay:0s;transition-delay:0s}.imghvr-pixel-right:after{left:25%;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-pixel-right figcaption:before{left:50%;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-pixel-right figcaption:after{left:75%;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-pixel-top-left figcaption:after,.imghvr-pixel-top-left figcaption:before,.imghvr-pixel-top-left:after,.imghvr-pixel-top-left:before{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-pixel-top-left:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-pixel-top-left:after{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-pixel-top-left figcaption:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-pixel-top-left figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-pixel-top-right figcaption:after,.imghvr-pixel-top-right figcaption:before,.imghvr-pixel-top-right:after,.imghvr-pixel-top-right:before{-webkit-transform-origin:100% 0;transform-origin:100% 0}.imghvr-pixel-top-right:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-pixel-top-right:after{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-pixel-top-right figcaption:before{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-pixel-top-right figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-pixel-bottom-left figcaption:after,.imghvr-pixel-bottom-left figcaption:before,.imghvr-pixel-bottom-left:after,.imghvr-pixel-bottom-left:before{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-pixel-bottom-left:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-pixel-bottom-left:after{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-pixel-bottom-left figcaption:before{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-pixel-bottom-left figcaption:after{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-pixel-bottom-right figcaption:after,.imghvr-pixel-bottom-right figcaption:before,.imghvr-pixel-bottom-right:after,.imghvr-pixel-bottom-right:before{-webkit-transform-origin:100% 0;transform-origin:100% 0}.imghvr-pixel-bottom-right:before{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-pixel-bottom-right:after{-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-pixel-bottom-right figcaption:before{-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-pixel-bottom-right figcaption:after{-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-pivot-in"] figcaption,[class^=imghvr-pivot-in] figcaption{background-color:#135796}[class*=" imghvr-pivot-in"]:hover figcaption,[class*=" imghvr-pivot-out"]>img,[class*=" imghvr-throw-in"]:hover figcaption,[class^=imghvr-pivot-in]:hover figcaption,[class^=imghvr-pivot-out]>img,[class^=imghvr-throw-in]:hover figcaption{-webkit-transform:rotate(0);transform:rotate(0)}.imghvr-pivot-in-top-left figcaption{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-pivot-in-bottom-left figcaption,.imghvr-pivot-in-top-right figcaption{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:100% 0;transform-origin:100% 0}.imghvr-pivot-in-bottom-left figcaption{-webkit-transform-origin:0 100%;transform-origin:0 100%}.imghvr-pivot-in-bottom-right figcaption{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}[class*=" imghvr-pivot-out"] figcaption,[class^=imghvr-pivot-out] figcaption{background-color:#135796;z-index:-1}.imghvr-pivot-out-top-left>img{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-pivot-out-top-left:hover>img{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.imghvr-pivot-out-top-right>img,.imghvr-throw-in-up:hover figcaption{-webkit-transform-origin:100% 0;transform-origin:100% 0}.imghvr-pivot-out-bottom-left:hover>img,.imghvr-pivot-out-top-right:hover>img{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.imghvr-pivot-out-bottom-left>img,.imghvr-throw-in-down:hover figcaption,.imghvr-throw-in-left:hover figcaption{-webkit-transform-origin:0 100%;transform-origin:0 100%}.imghvr-pivot-out-bottom-right>img,.imghvr-throw-in-right:hover figcaption{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.imghvr-pivot-out-bottom-right:hover>img{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[class*=" imghvr-border-reveal"],[class*=" imghvr-throw-in"] figcaption,[class^=imghvr-border-reveal],[class^=imghvr-throw-in] figcaption{background-color:#135796}.imghvr-throw-in-up figcaption{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}.imghvr-throw-in-down figcaption,.imghvr-throw-out-up:hover>img{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:100% 0;transform-origin:100% 0}.imghvr-throw-in-left figcaption,.imghvr-throw-out-down:hover>img{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:100% 0;transform-origin:100% 0}.imghvr-throw-in-right figcaption{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:0 0;transform-origin:0 0}[class*=" imghvr-throw-out"]>img,[class^=imghvr-throw-out]>img{-webkit-transform:rotate(0);transform:rotate(0)}[class*=" imghvr-throw-out"] figcaption,[class^=imghvr-throw-out] figcaption{background-color:#135796;z-index:-1}.imghvr-throw-out-down>img,.imghvr-throw-out-up>img{-webkit-transform-origin:0 100%;transform-origin:0 100%}.imghvr-throw-out-down:hover>img{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.imghvr-throw-out-left>img{-webkit-transform-origin:100% 0;transform-origin:100% 0}.imghvr-throw-out-left:hover>img{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.imghvr-throw-out-left:hover>img,.imghvr-throw-out-right>img{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-throw-out-right:hover>img{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:100% 0;transform-origin:100% 0}[class*=" imghvr-blinds"] figcaption:after,[class*=" imghvr-blinds"] figcaption:before,[class*=" imghvr-blinds"]:after,[class*=" imghvr-blinds"]:before,[class^=imghvr-blinds] figcaption:after,[class^=imghvr-blinds] figcaption:before,[class^=imghvr-blinds]:after,[class^=imghvr-blinds]:before{background-color:#135796;opacity:0;position:absolute;content:""}[class*=" imghvr-blinds"]:after,[class*=" imghvr-blinds"]:before,[class^=imghvr-blinds]:after,[class^=imghvr-blinds]:before{z-index:1}[class*=" imghvr-blinds"]:before,[class^=imghvr-blinds]:before{top:0;-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-blinds"]:after,[class^=imghvr-blinds]:after{top:25%;-webkit-transition-delay:.105s;transition-delay:.105s}[class*=" imghvr-blinds"] figcaption,[class*=" imghvr-border-reveal"] figcaption,[class^=imghvr-blinds] figcaption,[class^=imghvr-border-reveal] figcaption{z-index:3;background-color:transparent}[class*=" imghvr-blinds"] figcaption *,[class*=" imghvr-image-"] figcaption,[class^=imghvr-blinds] figcaption *,[class^=imghvr-image-] figcaption{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-blinds"] figcaption:after,[class*=" imghvr-blinds"] figcaption:before,[class^=imghvr-blinds] figcaption:after,[class^=imghvr-blinds] figcaption:before{z-index:-1}[class*=" imghvr-blinds"]:hover figcaption:after,[class*=" imghvr-blinds"]:hover figcaption:before,[class*=" imghvr-blinds"]:hover:after,[class*=" imghvr-blinds"]:hover:before,[class^=imghvr-blinds]:hover figcaption:after,[class^=imghvr-blinds]:hover figcaption:before,[class^=imghvr-blinds]:hover:after,[class^=imghvr-blinds]:hover:before{-webkit-transform:scale(1);transform:scale(1);opacity:1}[class*=" imghvr-blinds"]:hover figcaption *,[class^=imghvr-blinds]:hover figcaption *{opacity:1;-webkit-transition-delay:.4025s;transition-delay:.4025s}.imghvr-blinds-horiz figcaption:after,.imghvr-blinds-horiz figcaption:before,.imghvr-blinds-horiz:after,.imghvr-blinds-horiz:before{height:26%;width:100%;-webkit-transform:scaleY(0);transform:scaleY(0);left:0}.imghvr-blinds-horiz:before{top:0}.imghvr-blinds-horiz:after{top:25%}.imghvr-blinds-horiz figcaption:before{top:50%}.imghvr-blinds-horiz figcaption:after{top:75%}.imghvr-blinds-horiz:hover figcaption *,.imghvr-blinds-vert:hover figcaption *{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blinds-vert figcaption:after,.imghvr-blinds-vert figcaption:before,.imghvr-blinds-vert:after,.imghvr-blinds-vert:before{width:26%;height:100%;-webkit-transform:scaleX(0);transform:scaleX(0);top:0}.imghvr-blinds-vert:before{left:0}.imghvr-blinds-vert:after{left:25%}.imghvr-blinds-vert figcaption:before{left:50%}.imghvr-blinds-vert figcaption:after{left:75%}.imghvr-blinds-up figcaption:after,.imghvr-blinds-up figcaption:before,.imghvr-blinds-up:after,.imghvr-blinds-up:before{height:26%;width:100%;-webkit-transform:scaleY(0);transform:scaleY(0);left:0}.imghvr-blinds-up:before{top:0;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blinds-up:after{top:25%;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-blinds-up figcaption:before{top:50%;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-blinds-up figcaption:after{top:75%;-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blinds-down figcaption:after,.imghvr-blinds-down figcaption:before,.imghvr-blinds-down:after,.imghvr-blinds-down:before{height:26%;width:100%;-webkit-transform:scaleY(0);transform:scaleY(0);left:0}.imghvr-blinds-down:before{top:0;-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blinds-down:after{top:25%;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-blinds-down figcaption:before{top:50%;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-blinds-down figcaption:after{top:75%;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blinds-left figcaption:after,.imghvr-blinds-left figcaption:before,.imghvr-blinds-left:after,.imghvr-blinds-left:before{width:26%;height:100%;-webkit-transform:scaleX(0);transform:scaleX(0);top:0}.imghvr-blinds-left:before{left:0;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blinds-left:after{left:25%;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-blinds-left figcaption:before{left:50%;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-blinds-left figcaption:after{left:75%;-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blinds-right figcaption:after,.imghvr-blinds-right figcaption:before,.imghvr-blinds-right:after,.imghvr-blinds-right:before{width:26%;height:100%;-webkit-transform:scaleX(0);transform:scaleX(0);top:0}.imghvr-blinds-right:before{left:0;-webkit-transition-delay:0s;transition-delay:0s}.imghvr-blinds-right:after{left:25%;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-blinds-right figcaption:before{left:50%;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-blinds-right figcaption:after{left:75%;-webkit-transition-delay:.35s;transition-delay:.35s}[class*=" imghvr-border-reveal"] figcaption:after,[class*=" imghvr-border-reveal"] figcaption:before,[class*=" imghvr-border-reveal"]:after,[class*=" imghvr-border-reveal"]:before,[class^=imghvr-border-reveal] figcaption:after,[class^=imghvr-border-reveal] figcaption:before,[class^=imghvr-border-reveal]:after,[class^=imghvr-border-reveal]:before{background-color:#fff;position:absolute;content:""}[class*=" imghvr-border-reveal"]:after,[class*=" imghvr-border-reveal"]:before,[class^=imghvr-border-reveal]:after,[class^=imghvr-border-reveal]:before{z-index:1;height:4px;left:5px;right:5px;-webkit-transform:scaleX(0);transform:scaleX(0)}[class*=" imghvr-border-reveal"]:before,[class^=imghvr-border-reveal]:before{top:5px}[class*=" imghvr-border-reveal"]:after,[class^=imghvr-border-reveal]:after{bottom:5px}[class*=" imghvr-border-reveal"] figcaption *,[class*=" imghvr-border-reveal"]:hover>img,[class^=imghvr-border-reveal] figcaption *,[class^=imghvr-border-reveal]:hover>img{opacity:0}[class*=" imghvr-border-reveal"] figcaption:after,[class*=" imghvr-border-reveal"] figcaption:before,[class^=imghvr-border-reveal] figcaption:after,[class^=imghvr-border-reveal] figcaption:before{z-index:-1;width:4px;top:5px;bottom:5px;-webkit-transform:scaleY(0);transform:scaleY(0)}[class*=" imghvr-border-reveal"] figcaption:before,[class^=imghvr-border-reveal] figcaption:before{left:5px}[class*=" imghvr-border-reveal"] figcaption:after,[class^=imghvr-border-reveal] figcaption:after{right:5px}[class*=" imghvr-border-reveal"]:hover figcaption:after,[class*=" imghvr-border-reveal"]:hover figcaption:before,[class*=" imghvr-border-reveal"]:hover:after,[class*=" imghvr-border-reveal"]:hover:before,[class^=imghvr-border-reveal]:hover figcaption:after,[class^=imghvr-border-reveal]:hover figcaption:before,[class^=imghvr-border-reveal]:hover:after,[class^=imghvr-border-reveal]:hover:before{-webkit-transform:scale(1);transform:scale(1)}[class*=" imghvr-border-reveal"]:hover figcaption *,[class^=imghvr-border-reveal]:hover figcaption *{opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-border-reveal-horiz figcaption:after,.imghvr-border-reveal-horiz figcaption:before,.imghvr-border-reveal-vert:after,.imghvr-border-reveal-vert:before{-webkit-transition-duration:0s;transition-duration:0s}.imghvr-border-reveal-horiz:hover figcaption:after,.imghvr-border-reveal-horiz:hover figcaption:before,.imghvr-border-reveal-vert:hover:after,.imghvr-border-reveal-vert:hover:before{-webkit-transition-delay:.23333s;transition-delay:.23333s}.imghvr-border-reveal-corners-1 figcaption:before,.imghvr-border-reveal-corners-1:before{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-border-reveal-corners-1 figcaption:after,.imghvr-border-reveal-corners-1:after,.imghvr-border-reveal-corners-2 figcaption:before,.imghvr-border-reveal-corners-2:before{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.imghvr-border-reveal-corners-2 figcaption:after,.imghvr-border-reveal-corners-2:after,.imghvr-border-reveal-top-left figcaption:after,.imghvr-border-reveal-top-left figcaption:before,.imghvr-border-reveal-top-left:after,.imghvr-border-reveal-top-left:before{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-border-reveal-top-left figcaption:before,.imghvr-border-reveal-top-left:before{-webkit-transition-delay:.28s;transition-delay:.28s}.imghvr-border-reveal-top-left figcaption:after,.imghvr-border-reveal-top-left:after,.imghvr-border-reveal-top-left:hover figcaption:before,.imghvr-border-reveal-top-left:hover:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-border-reveal-top-right figcaption:after,.imghvr-border-reveal-top-right figcaption:before,.imghvr-border-reveal-top-right:after,.imghvr-border-reveal-top-right:before{-webkit-transform-origin:100% 0;transform-origin:100% 0}.imghvr-border-reveal-top-left:hover figcaption:after,.imghvr-border-reveal-top-left:hover:after,.imghvr-border-reveal-top-right:before{-webkit-transition-delay:.28s;transition-delay:.28s}.imghvr-border-reveal-top-right figcaption:before,.imghvr-border-reveal-top-right:after,.imghvr-border-reveal-top-right:hover:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-border-reveal-top-right figcaption:after,.imghvr-border-reveal-top-right:hover figcaption:before,.imghvr-border-reveal-top-right:hover:after{-webkit-transition-delay:.28s;transition-delay:.28s}.imghvr-border-reveal-bottom-left figcaption:after,.imghvr-border-reveal-bottom-left figcaption:before,.imghvr-border-reveal-bottom-left:after,.imghvr-border-reveal-bottom-left:before{-webkit-transform-origin:0 100%;transform-origin:0 100%}.imghvr-border-reveal-bottom-left:before,.imghvr-border-reveal-top-right:hover figcaption:after{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-border-reveal-bottom-left figcaption:before,.imghvr-border-reveal-bottom-left:after,.imghvr-border-reveal-bottom-left:hover:before{-webkit-transition-delay:.28s;transition-delay:.28s}.imghvr-border-reveal-bottom-left figcaption:after,.imghvr-border-reveal-bottom-left:hover figcaption:before,.imghvr-border-reveal-bottom-left:hover:after{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-border-reveal-bottom-left:hover figcaption:after{-webkit-transition-delay:.28s;transition-delay:.28s}.imghvr-border-reveal-bottom-right figcaption:after,.imghvr-border-reveal-bottom-right figcaption:before,.imghvr-border-reveal-bottom-right:after,.imghvr-border-reveal-bottom-right:before{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.imghvr-border-reveal-bottom-right figcaption:before,.imghvr-border-reveal-bottom-right:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-border-reveal-bottom-right figcaption:after,.imghvr-border-reveal-bottom-right:after,.imghvr-border-reveal-bottom-right:hover figcaption:before,.imghvr-border-reveal-bottom-right:hover:before{-webkit-transition-delay:.28s;transition-delay:.28s}.imghvr-border-reveal-bottom-right:hover figcaption:after,.imghvr-border-reveal-bottom-right:hover:after{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-border-reveal-cc-1 figcaption:after,.imghvr-border-reveal-cc-1 figcaption:before,.imghvr-border-reveal-cc-1:after,.imghvr-border-reveal-cc-1:before{-webkit-transition-duration:.23333s;transition-duration:.23333s}.imghvr-border-reveal-cc-1 figcaption:after,.imghvr-border-reveal-cc-1:before{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-border-reveal-cc-1 figcaption:before,.imghvr-border-reveal-cc-1:after{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.imghvr-border-reveal-cc-1:before,.imghvr-border-reveal-cc-1:hover figcaption:before{-webkit-transition-delay:.525s;transition-delay:.525s}.imghvr-border-reveal-cc-1:after,.imghvr-border-reveal-cc-1:hover figcaption:after{-webkit-transition-delay:.175s;transition-delay:.175s}.imghvr-border-reveal-cc-1 figcaption:before,.imghvr-border-reveal-cc-1:hover:before,.imghvr-border-reveal-ccc-1:hover figcaption:before{-webkit-transition-delay:0s;transition-delay:0s}.imghvr-border-reveal-cc-1 figcaption:after,.imghvr-border-reveal-cc-1:hover:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-border-reveal-ccc-1 figcaption:after,.imghvr-border-reveal-ccc-1 figcaption:before,.imghvr-border-reveal-ccc-1:after,.imghvr-border-reveal-ccc-1:before{-webkit-transition-duration:.23333s;transition-duration:.23333s}.imghvr-border-reveal-ccc-1 figcaption:after,.imghvr-border-reveal-ccc-1:before{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.imghvr-border-reveal-ccc-1 figcaption:before,.imghvr-border-reveal-ccc-1:after{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-border-reveal-ccc-1:before{-webkit-transition-delay:0;transition-delay:0}.imghvr-border-reveal-ccc-1:after,.imghvr-border-reveal-ccc-1:hover figcaption:after{-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-border-reveal-ccc-1 figcaption:before,.imghvr-border-reveal-ccc-1:hover:before{-webkit-transition-delay:.525s;transition-delay:.525s}.imghvr-border-reveal-ccc-1 figcaption:after,.imghvr-border-reveal-ccc-1:hover:after{-webkit-transition-delay:.175s;transition-delay:.175s}.imghvr-border-reveal-cc-2 figcaption:after,.imghvr-border-reveal-cc-2:before{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-border-reveal-cc-2 figcaption:before,.imghvr-border-reveal-cc-2:after,.imghvr-border-reveal-ccc-2 figcaption:after,.imghvr-border-reveal-ccc-2:before{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.imghvr-border-reveal-cc-3 figcaption:after,.imghvr-border-reveal-cc-3:before,.imghvr-border-reveal-ccc-2 figcaption:before,.imghvr-border-reveal-ccc-2:after{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-border-reveal-cc-3 figcaption:before,.imghvr-border-reveal-cc-3:after{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.imghvr-border-reveal-cc-3:before{right:14px;left:0}.imghvr-border-reveal-cc-3:after{left:14px;right:0}.imghvr-border-reveal-cc-3 figcaption:before{top:14px;bottom:0}.imghvr-border-reveal-cc-3 figcaption:after{bottom:14px;top:0}.imghvr-border-reveal-ccc-3 figcaption:after,.imghvr-border-reveal-ccc-3:before{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.imghvr-border-reveal-ccc-3 figcaption:before,.imghvr-border-reveal-ccc-3:after{-webkit-transform-origin:0 0;transform-origin:0 0}.imghvr-border-reveal-ccc-3:before{left:14px;right:0}.imghvr-border-reveal-ccc-3:after{right:14px;left:0}.imghvr-border-reveal-ccc-3 figcaption:before{bottom:14px;top:0}.imghvr-border-reveal-ccc-3 figcaption:after{top:14px;bottom:0}[class*=" imghvr-image-"]:hover figcaption,[class^=imghvr-image-]:hover figcaption{opacity:1;-webkit-transition-delay:.14s;transition-delay:.14s}.imghvr-image-zoom-center:hover>img{-webkit-transform:scale(1.25);transform:scale(1.25)}.imghvr-image-zoom-out:hover>img{-webkit-transform:scale(.7);transform:scale(.7)}.imghvr-image-rotate-left:hover>img{-webkit-transform:scale(1.3) rotate(-15deg);transform:scale(1.3) rotate(-15deg)}.imghvr-image-rotate-right:hover>img{-webkit-transform:scale(1.3) rotate(15deg);transform:scale(1.3) rotate(15deg)}[class*=" imghvr-book-open-"],[class^=imghvr-book-open-]{overflow:visible}[class*=" imghvr-book-open-"] figcaption,[class^=imghvr-book-open-] figcaption{background-color:transparent;border:0}[class*=" imghvr-book-open-"] figcaption:after,[class*=" imghvr-book-open-"] figcaption:before,[class^=imghvr-book-open-] figcaption:after,[class^=imghvr-book-open-] figcaption:before{z-index:-1;background-color:#000;content:"";position:absolute;opacity:0;-webkit-transition:.45s;transition:.45s}[class*=" imghvr-book-open-"]:hover figcaption:after,[class*=" imghvr-book-open-"]:hover figcaption:before,[class^=imghvr-book-open-]:hover figcaption:after,[class^=imghvr-book-open-]:hover figcaption:before{opacity:1;background-color:#135796;-webkit-transform:rotateY(0);transform:rotateY(0)}.imghvr-book-open-down,.imghvr-book-open-horiz figcaption,.imghvr-book-open-left,.imghvr-book-open-right,.imghvr-book-open-up,.imghvr-book-open-vert figcaption{-webkit-perspective:50em;perspective:50em}.imghvr-book-open-horiz figcaption *,.imghvr-book-open-vert figcaption *{opacity:0}.imghvr-book-open-horiz figcaption:after,.imghvr-book-open-horiz figcaption:before{height:100%;width:50%;top:0}.imghvr-book-open-horiz figcaption:before{background-image:-webkit-gradient(linear,left top,right top,color-stop(60%,transparent),color-stop(99%,rgba(0,0,0,.1)),to(rgba(0,0,0,.15)));background-image:linear-gradient(to right,transparent 60%,rgba(0,0,0,.1) 99%,rgba(0,0,0,.15) 100%);left:0;-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-book-open-horiz figcaption:after{background-image:-webkit-gradient(linear,right top,left top,color-stop(60%,transparent),color-stop(99%,rgba(0,0,0,.12)),to(rgba(0,0,0,.15)));background-image:linear-gradient(to left,transparent 60%,rgba(0,0,0,.12) 99%,rgba(0,0,0,.15) 100%);right:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:0 50%;transform-origin:0 50%}.imghvr-book-open-horiz:hover figcaption *,.imghvr-book-open-vert:hover figcaption *{opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-book-open-vert figcaption:after,.imghvr-book-open-vert figcaption:before{height:50%;width:100%;left:0}.imghvr-book-open-vert figcaption:before{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(99%,rgba(0,0,0,.1)),to(rgba(0,0,0,.15)));background-image:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.1) 99%,rgba(0,0,0,.15) 100%);top:0;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-book-open-vert figcaption:after{background-image:-webkit-gradient(linear,left bottom,left top,color-stop(60%,transparent),color-stop(99%,rgba(0,0,0,.13)),to(rgba(0,0,0,.15)));background-image:linear-gradient(to top,transparent 60%,rgba(0,0,0,.13) 99%,rgba(0,0,0,.15) 100%);bottom:0;-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}.imghvr-book-open-up>img,.imghvr-book-open-vert figcaption:after{-webkit-transform-origin:50% 0;transform-origin:50% 0}.imghvr-book-open-down figcaption,.imghvr-book-open-up figcaption{z-index:-1}.imghvr-book-open-down figcaption *,.imghvr-book-open-left figcaption *,.imghvr-book-open-right figcaption *,.imghvr-book-open-up figcaption *{opacity:1}.imghvr-book-open-down figcaption:after,.imghvr-book-open-up figcaption:after{position:absolute;top:0;bottom:0;right:0;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(80%,transparent),color-stop(99%,rgba(0,0,0,.2)),to(rgba(0,0,0,.3)));background-image:linear-gradient(to top,transparent 80%,rgba(0,0,0,.2) 99%,rgba(0,0,0,.3) 100%);left:0}.imghvr-book-open-up:hover>img{-webkit-transform:rotateX(86deg);transform:rotateX(86deg)}.imghvr-book-open-down>img{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-book-open-down figcaption:after{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(80%,transparent),color-stop(99%,rgba(0,0,0,.2)),to(rgba(0,0,0,.3)));background-image:linear-gradient(to bottom,transparent 80%,rgba(0,0,0,.2) 99%,rgba(0,0,0,.3) 100%)}.imghvr-book-open-down:hover>img{-webkit-transform:rotateX(-86deg);transform:rotateX(-86deg)}.imghvr-book-open-left>img{-webkit-transform-origin:0 50%;transform-origin:0 50%}.imghvr-book-open-left figcaption{z-index:2}.imghvr-book-open-left figcaption:after,.imghvr-book-open-right figcaption:after{position:absolute;top:0;bottom:0;right:0;background-image:-webkit-gradient(linear,right top,left top,color-stop(80%,transparent),color-stop(99%,rgba(0,0,0,.2)),to(rgba(0,0,0,.3)));background-image:linear-gradient(to left,transparent 80%,rgba(0,0,0,.2) 99%,rgba(0,0,0,.3) 100%);left:0}.imghvr-book-open-left:hover>img{-webkit-transform:rotateY(-86deg);transform:rotateY(-86deg)}.imghvr-book-open-right>img{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-book-open-right figcaption{z-index:-1}.imghvr-book-open-right figcaption:after{background-image:-webkit-gradient(linear,left top,right top,color-stop(80%,transparent),color-stop(99%,rgba(0,0,0,.2)),to(rgba(0,0,0,.3)));background-image:linear-gradient(to right,transparent 80%,rgba(0,0,0,.2) 99%,rgba(0,0,0,.3) 100%)}.imghvr-book-open-right:hover>img{-webkit-transform:rotateY(86deg);transform:rotateY(86deg)}[class*=" imghvr-circle-"]:before,[class^=imghvr-circle-]:before{position:absolute;top:-25%;bottom:-25%;left:-25%;right:-25%;content:"";background-color:#135796;border-radius:50%;-webkit-transition:.35s linear;transition:.35s linear}[class*=" imghvr-circle-"] figcaption,[class^=imghvr-circle-] figcaption{opacity:0;background-color:transparent}[class*=" imghvr-circle-"]:hover:before,[class*=" imghvr-grad-"]:hover:before,[class^=imghvr-circle-]:hover:before,[class^=imghvr-grad-]:hover:before{-webkit-transform:translate(0,0);transform:translate(0,0)}[class*=" imghvr-circle-"]:hover figcaption,[class^=imghvr-circle-]:hover figcaption{opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-circle-up:before{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-circle-down:before{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-circle-left:before{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-circle-right:before{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-circle-top-left:before{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.imghvr-circle-top-right:before{-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}.imghvr-circle-bottom-left:before{-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}.imghvr-circle-bottom-right:before{-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}[class*=" imghvr-shift"],[class^=imghvr-shift]{overflow:visible}[class*=" imghvr-shift"] figcaption,[class^=imghvr-shift] figcaption{background-color:#135796;opacity:0}.imghvr-shift-top-left:hover figcaption{opacity:1;-webkit-transform:translate(-10px,-10px);transform:translate(-10px,-10px)}.imghvr-shift-top-right:hover figcaption{opacity:1;-webkit-transform:translate(10px,-10px);transform:translate(10px,-10px)}.imghvr-shift-bottom-left:hover figcaption{opacity:1;-webkit-transform:translate(-10px,10px);transform:translate(-10px,10px)}.imghvr-shift-bottom-right:hover figcaption{opacity:1;-webkit-transform:translate(10px,10px);transform:translate(10px,10px)}[class*=" imghvr-bounce"] figcaption,[class^=imghvr-bounce] figcaption{background-color:#135796;opacity:1}.imghvr-bounce-in:hover figcaption,[class*=" imghvr-bounce"]:hover figcaption,[class^=imghvr-bounce]:hover figcaption{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}.imghvr-bounce-in figcaption{opacity:0}.imghvr-bounce-in:hover figcaption{-webkit-animation:.6s ease-in forwards imghvr-bounce-in;animation:.6s ease-in forwards imghvr-bounce-in;opacity:1}.imghvr-bounce-in-up figcaption{opacity:1;-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-bounce-in-up:hover figcaption{-webkit-animation:.8s ease-in forwards imghvr-bounce-in-up;animation:.8s ease-in forwards imghvr-bounce-in-up}.imghvr-bounce-in-down figcaption{opacity:1;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-bounce-in-down:hover figcaption{-webkit-animation:.8s ease-in forwards imghvr-bounce-in-down;animation:.8s ease-in forwards imghvr-bounce-in-down}.imghvr-bounce-in-left figcaption{opacity:1;-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-bounce-in-left:hover figcaption{-webkit-animation:.8s ease-in forwards imghvr-bounce-in-left;animation:.8s ease-in forwards imghvr-bounce-in-left}.imghvr-bounce-in-right figcaption{opacity:1;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-bounce-in-right:hover figcaption{-webkit-animation:.8s ease-in forwards imghvr-bounce-in-right;animation:.8s ease-in forwards imghvr-bounce-in-right}.imghvr-bounce-out figcaption,.imghvr-bounce-out-down figcaption,.imghvr-bounce-out-left figcaption,.imghvr-bounce-out-right figcaption,.imghvr-bounce-out-up figcaption{opacity:0}.imghvr-bounce-out:hover>img{-webkit-animation:.4025s ease-in forwards imghvr-bounce-out;animation:.4025s ease-in forwards imghvr-bounce-out}.imghvr-bounce-out-down:hover figcaption,.imghvr-bounce-out-left:hover figcaption,.imghvr-bounce-out-right:hover figcaption,.imghvr-bounce-out-up:hover figcaption,.imghvr-bounce-out:hover figcaption{opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-bounce-out-up:hover>img{-webkit-animation:.4025s ease-in forwards imghvr-bounce-out-up;animation:.4025s ease-in forwards imghvr-bounce-out-up}.imghvr-bounce-out-down:hover>img{-webkit-animation:.4025s ease-in forwards imghvr-bounce-out-down;animation:.4025s ease-in forwards imghvr-bounce-out-down}.imghvr-bounce-out-left:hover>img{-webkit-animation:.4025s ease-in forwards imghvr-bounce-out-left;animation:.4025s ease-in forwards imghvr-bounce-out-left}.imghvr-bounce-out-right:hover>img{-webkit-animation:.4025s ease-in forwards imghvr-bounce-out-right;animation:.4025s ease-in forwards imghvr-bounce-out-right}[class*=" imghvr-fall-away-"],[class*=" imghvr-modal"],[class^=imghvr-fall-away-],[class^=imghvr-modal]{-webkit-perspective:50em;perspective:50em}[class*=" imghvr-fall-away-"] img,[class^=imghvr-fall-away-] img{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:.455s ease-in;transition:.455s ease-in}[class*=" imghvr-fall-away-"] figcaption,[class^=imghvr-fall-away-] figcaption{opacity:0;background-color:#135796}[class*=" imghvr-"] [class*=" ih-"],[class*=" imghvr-"] [class^=ih-],[class*=" imghvr-fall-away-"]:hover img,[class^=imghvr-] [class*=" ih-"],[class^=imghvr-] [class^=ih-],[class^=imghvr-fall-away-]:hover img{opacity:0}[class*=" imghvr-fall-away-"]:hover figcaption,[class^=imghvr-fall-away-]:hover figcaption{opacity:1;-webkit-transition-delay:.455s;transition-delay:.455s}.imghvr-fall-away-horiz:hover img{-webkit-transform:rotateX(-360deg) scale(.2);transform:rotateX(-360deg) scale(.2)}.imghvr-fall-away-vert:hover img{-webkit-transform:rotateY(-360deg) scale(.2);transform:rotateY(-360deg) scale(.2)}.imghvr-fall-away-cc:hover img{-webkit-transform:rotate(360deg) scale(.2);transform:rotate(360deg) scale(.2)}.imghvr-fall-away-ccc:hover img{-webkit-transform:rotate(-360deg) scale(.2);transform:rotate(-360deg) scale(.2)}[class*=" imghvr-modal"]:hover>img,[class^=imghvr-modal]:hover>img{opacity:.7}[class*=" imghvr-modal"]:hover figcaption,[class^=imghvr-modal]:hover figcaption{-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transform:rotate(0);transform:rotate(0)}.imghvr-modal-slide-up figcaption{top:auto;padding-top:15px;padding-bottom:15px;-webkit-transform:translate(0,100%);transform:translate(0,100%)}.imghvr-modal-slide-down figcaption{bottom:auto;padding-top:15px;padding-bottom:15px;-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}.imghvr-modal-slide-left figcaption{left:auto;max-width:70%;padding-left:15px;padding-right:15px;-webkit-transform:translate(100%,0);transform:translate(100%,0)}.imghvr-modal-slide-right figcaption{right:auto;max-width:70%;padding-left:15px;padding-right:15px;-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}[class*=" imghvr-modal"] figcaption,[class^=imghvr-modal] figcaption{opacity:1}.imghvr-modal-hinge-up figcaption{top:auto;padding-top:15px;padding-bottom:15px;-webkit-transform:rotateX(100deg);transform:rotateX(100deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-modal-hinge-down figcaption{bottom:auto;padding-top:15px;padding-bottom:15px;-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:50% -50%;transform-origin:50% -50%}.imghvr-modal-hinge-left figcaption{left:auto;max-width:70%;padding-left:15px;padding-right:15px;-webkit-transform:rotateY(-100deg);transform:rotateY(-100deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-modal-hinge-right figcaption{right:auto;max-width:70%;padding-left:15px;padding-right:15px;-webkit-transform:rotateY(100deg);transform:rotateY(100deg);-webkit-transform-origin:0 50%;transform-origin:0 50%}.imghvr-lightspeed-in-left figcaption,.imghvr-lightspeed-in-right figcaption{-webkit-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}.imghvr-lightspeed-in-left:hover figcaption{-webkit-animation:.4025s ease-in forwards imghvr-lightspeed-in-left;animation:.4025s ease-in forwards imghvr-lightspeed-in-left;opacity:1}.imghvr-lightspeed-in-right figcaption{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}.imghvr-lightspeed-in-right:hover figcaption{-webkit-animation:.4025s ease-in forwards imghvr-lightspeed-in-right;animation:.4025s ease-in forwards imghvr-lightspeed-in-right;opacity:1}.imghvr-lightspeed-out-left figcaption,.imghvr-lightspeed-out-right figcaption{z-index:-1;opacity:1}.imghvr-lightspeed-out-left:hover>img,.imghvr-lightspeed-out-right:hover>img{-webkit-animation:.4025s ease-in forwards imghvr-lightspeed-out-left;animation:.4025s ease-in forwards imghvr-lightspeed-out-left;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:1}.imghvr-lightspeed-out-right:hover>img{-webkit-animation:.4025s ease-in forwards imghvr-lightspeed-out-right;animation:.4025s ease-in forwards imghvr-lightspeed-out-right}[class*=" imghvr-grad-"]:before,[class^=imghvr-grad-]:before{position:absolute;top:0;bottom:0;left:0;right:0;content:""}[class*=" imghvr-grad-"] figcaption,[class^=imghvr-grad-] figcaption{z-index:1;opacity:0;background-color:transparent}[class*=" imghvr-grad-"]:hover figcaption,[class^=imghvr-grad-]:hover figcaption{opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-grad-radial-in:before{background-image:radial-gradient(transparent 0,#135796 100%);-webkit-transform:scale(2);transform:scale(2);opacity:0}.imghvr-grad-radial-in:after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";opacity:0;background-color:#135796}.imghvr-grad-radial-in:hover:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.imghvr-grad-radial-in:hover:after{opacity:.75;-webkit-transition-delay:.105s;transition-delay:.105s}.imghvr-grad-radial-out:before{background-image:radial-gradient(#135796 0,transparent 100%);position:absolute;top:-75%;bottom:-75%;left:-75%;right:-75%;-webkit-transform:scale(0);transform:scale(0);opacity:0}.imghvr-grad-bottom-left:hover:before,.imghvr-grad-bottom-right:hover:before,.imghvr-grad-radial-out:hover:before,.imghvr-grad-top-left:hover:before,.imghvr-grad-top-right:hover:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.imghvr-grad-up:before{-webkit-transform:translateY(100%);transform:translateY(100%);background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#135796));background-image:linear-gradient(to bottom,transparent 0,#135796 100%);top:-75%}.imghvr-grad-down:before{-webkit-transform:translateY(-100%);transform:translateY(-100%);background-image:-webkit-gradient(linear,left bottom,left top,from(transparent),to(#135796));background-image:linear-gradient(to top,transparent 0,#135796 100%);bottom:-75%}.imghvr-grad-left:before{-webkit-transform:translateX(100%);transform:translateX(100%);background-image:-webkit-gradient(linear,left top,right top,from(transparent),to(#135796));background-image:linear-gradient(to right,transparent 0,#135796 100%);left:-75%}.imghvr-grad-right:before{-webkit-transform:translateX(-100%);transform:translateX(-100%);background-image:-webkit-gradient(linear,right top,left top,from(transparent),to(#135796));background-image:linear-gradient(to left,transparent 0,#135796 100%);right:-75%}.imghvr-grad-top-left:before,.imghvr-grad-top-right:before{-webkit-transform:scale(2);transform:scale(2);opacity:0;bottom:-75%}.imghvr-grad-top-left:before{background-image:linear-gradient(-45deg,transparent 0,#135796 100%);right:-75%}.imghvr-grad-top-right:before{background-image:linear-gradient(45deg,transparent 0,#135796 100%);left:-75%}.imghvr-grad-bottom-left:before{background-image:linear-gradient(-135deg,transparent 0,#135796 100%);-webkit-transform:scale(2);transform:scale(2);opacity:0;top:-75%;right:-75%}.imghvr-grad-bottom-right:before{background-image:linear-gradient(135deg,transparent 0,#135796 100%);-webkit-transform:scale(2);transform:scale(2);opacity:0;top:-75%;left:-75%}[class*=" imghvr-parallax-"]:hover figcaption,[class*=" imghvr-stack-"]:hover figcaption,[class^=imghvr-parallax-]:hover figcaption,[class^=imghvr-stack-]:hover figcaption{-webkit-transform:translate(0,0);transform:translate(0,0)}.imghvr-parallax-up figcaption{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-parallax-up:hover>img{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.imghvr-parallax-down figcaption{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-parallax-down:hover>img{-webkit-transform:translateY(50%);transform:translateY(50%)}.imghvr-parallax-left figcaption{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-parallax-left:hover>img{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.imghvr-parallax-right figcaption{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-parallax-right:hover>img{-webkit-transform:translateX(50%);transform:translateX(50%)}[class*=" imghvr-stack-"] figcaption,[class*=" imghvr-stack-"]>img,[class^=imghvr-stack-] figcaption,[class^=imghvr-stack-]>img{-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}[class*=" imghvr-stack-"]:hover>img,[class^=imghvr-stack-]:hover>img{-webkit-transform:scale(.75);transform:scale(.75);opacity:.5}.imghvr-stack-up figcaption{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-stack-down figcaption{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-stack-left figcaption{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-stack-right figcaption{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-stack-top-left figcaption{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.imghvr-stack-top-right figcaption{-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}.imghvr-stack-bottom-left figcaption{-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}.imghvr-stack-bottom-right figcaption{-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}[class*=" imghvr-cube-"],[class^=imghvr-cube-]{-webkit-perspective:50em;perspective:50em;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;overflow:visible;background-color:transparent}[class*=" imghvr-cube-"]>img,[class^=imghvr-cube-]>img{-webkit-transition-delay:.05s;transition-delay:.05s}[class*=" imghvr-cube-"] figcaption,[class^=imghvr-cube-] figcaption{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;background-color:#135796}[class*=" imghvr-cube-"]:hover>img,[class^=imghvr-cube-]:hover>img{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-cube-"]:hover figcaption,[class^=imghvr-cube-]:hover figcaption{-webkit-transform:translateY(0) rotateX(0);transform:translateY(0) rotateX(0);opacity:1;-webkit-transition-delay:.05s;transition-delay:.05s}.imghvr-cube-up figcaption{-webkit-transform:translateY(50%) rotateX(-90deg);transform:translateY(50%) rotateX(-90deg)}.imghvr-cube-down figcaption,.imghvr-cube-up:hover>img{-webkit-transform:translateY(-50%) rotateX(90deg);transform:translateY(-50%) rotateX(90deg)}.imghvr-cube-down:hover>img{-webkit-transform:translateY(50%) rotateX(-90deg);transform:translateY(50%) rotateX(-90deg)}.imghvr-cube-left figcaption{-webkit-transform:translateX(-50%) rotateY(-90deg);transform:translateX(-50%) rotateY(-90deg)}.imghvr-cube-left:hover>img,.imghvr-cube-right figcaption{-webkit-transform:translateX(50%) rotateY(90deg);transform:translateX(50%) rotateY(90deg)}.imghvr-cube-right:hover>img{-webkit-transform:translateX(-50%) rotateY(-90deg);transform:translateX(-50%) rotateY(-90deg)}[class*=" imghvr-dive"] figcaption,[class*=" imghvr-dive"]:hover>img,[class^=imghvr-dive] figcaption,[class^=imghvr-dive]:hover>img{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}[class*=" imghvr-dive"]:hover figcaption,[class^=imghvr-dive]:hover figcaption{opacity:1;-webkit-transition-delay:.175s;transition-delay:.175s}.imghvr-dive figcaption,.imghvr-dive:hover>img{-webkit-transform:scale(5);transform:scale(5)}.imghvr-dive:hover figcaption{-webkit-transform:scale(1);transform:scale(1)}.imghvr-dive-cc figcaption{-webkit-transform:rotate(-45deg) scale(5);transform:rotate(-45deg) scale(5)}.imghvr-dive-cc:hover>img,.imghvr-dive-ccc figcaption{-webkit-transform:rotate(45deg) scale(5);transform:rotate(45deg) scale(5)}.imghvr-dive-cc:hover figcaption,.imghvr-dive-ccc:hover figcaption{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}.imghvr-dive-ccc:hover>img{-webkit-transform:rotate(-45deg) scale(5);transform:rotate(-45deg) scale(5)}[class*=" imghvr-switch-"] figcaption,[class*=" imghvr-switch-"]>img,[class^=imghvr-switch-] figcaption,[class^=imghvr-switch-]>img{-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}[class*=" imghvr-switch-"]:hover figcaption,[class^=imghvr-switch-]:hover figcaption{-webkit-transform:translate(0 0);transform:translate(0 0)}.imghvr-switch-up figcaption,.imghvr-switch-up:hover>img{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-switch-down figcaption,.imghvr-switch-down:hover>img{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-switch-left figcaption,.imghvr-switch-left:hover>img{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-switch-right figcaption,.imghvr-switch-right:hover>img{-webkit-transform:translateX(-100%);transform:translateX(-100%)}[class*=" imghvr-flash-"]:after,[class*=" imghvr-flash-"]:before,[class^=imghvr-flash-]:after,[class^=imghvr-flash-]:before{opacity:.75;background-color:#135796;position:absolute;top:-50%;bottom:-50%;left:-50%;right:-50%;content:""}[class*=" imghvr-"]:hover .ih-delay-xs,[class*=" imghvr-flash-"]:after,[class^=imghvr-]:hover .ih-delay-xs,[class^=imghvr-flash-]:after{-webkit-transition-delay:.175s;transition-delay:.175s}[class*=" imghvr-flash-"] figcaption,[class^=imghvr-flash-] figcaption{opacity:0;z-index:1}[class*=" imghvr-flash-"]:hover figcaption,[class^=imghvr-flash-]:hover figcaption{-webkit-transition-delay:.35s;transition-delay:.35s;opacity:1}.imghvr-flash-top-left:after,.imghvr-flash-top-left:before{-webkit-transform:rotate(-45deg) translateY(-100%);transform:rotate(-45deg) translateY(-100%)}.imghvr-flash-top-left:hover:before{-webkit-transform:rotate(-45deg) translateY(100%);transform:rotate(-45deg) translateY(100%)}.imghvr-flash-top-left:hover:after{-webkit-transform:rotate(-45deg) translateY(0);transform:rotate(-45deg) translateY(0)}.imghvr-flash-top-right:after,.imghvr-flash-top-right:before{-webkit-transform:rotate(45deg) translateY(-100%);transform:rotate(45deg) translateY(-100%)}.imghvr-flash-bottom-left:after,.imghvr-flash-bottom-left:before,.imghvr-flash-top-right:hover:before{-webkit-transform:rotate(45deg) translateY(100%);transform:rotate(45deg) translateY(100%)}.imghvr-flash-top-right:hover:after{-webkit-transform:rotate(45deg) translateY(0);transform:rotate(45deg) translateY(0)}.imghvr-flash-bottom-left:hover:before{-webkit-transform:rotate(45deg) translateY(-100%);transform:rotate(45deg) translateY(-100%)}.imghvr-flash-bottom-left:hover:after{-webkit-transform:rotate(45deg) translateY(0);transform:rotate(45deg) translateY(0)}.imghvr-flash-bottom-right:after,.imghvr-flash-bottom-right:before{-webkit-transform:rotate(-45deg) translateY(100%);transform:rotate(-45deg) translateY(100%)}.imghvr-flash-bottom-right:hover:before{-webkit-transform:rotate(-45deg) translateY(-100%);transform:rotate(-45deg) translateY(-100%)}.imghvr-flash-bottom-right:hover:after{-webkit-transform:rotate(-45deg) translateY(0);transform:rotate(-45deg) translateY(0)}.imghvr-center figcaption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}[class*=" imghvr-"]:hover .ih-delay-sm,[class^=imghvr-]:hover .ih-delay-sm{-webkit-transition-delay:.35s;transition-delay:.35s}[class*=" imghvr-"]:hover .ih-delay-md,[class^=imghvr-]:hover .ih-delay-md{-webkit-transition-delay:.525s;transition-delay:.525s}[class*=" imghvr-"]:hover .ih-delay-lg,[class^=imghvr-]:hover .ih-delay-lg{-webkit-transition-delay:.7s;transition-delay:.7s}[class*=" imghvr-"]:hover .ih-delay-xl,[class^=imghvr-]:hover .ih-delay-xl{-webkit-transition-delay:.875s;transition-delay:.875s}[class*=" imghvr-"]:hover .ih-delay-xxl,[class^=imghvr-]:hover .ih-delay-xxl{-webkit-transition-delay:1.05s;transition-delay:1.05s}[class*=" imghvr-"] .ih-fade-up,[class^=imghvr-] .ih-fade-up{-webkit-transform:translate(0,25px);transform:translate(0,25px)}[class*=" imghvr-"] .ih-fade-down,[class^=imghvr-] .ih-fade-down{-webkit-transform:translate(0,-25px);transform:translate(0,-25px)}[class*=" imghvr-"] .ih-fade-left,[class^=imghvr-] .ih-fade-left{-webkit-transform:translate(25px,0);transform:translate(25px,0)}[class*=" imghvr-"] .ih-fade-right,[class^=imghvr-] .ih-fade-right{-webkit-transform:translate(-25px,0);transform:translate(-25px,0)}[class*=" imghvr-"] .ih-fade-up-big,[class^=imghvr-] .ih-fade-up-big{-webkit-transform:translate(0,300%);transform:translate(0,300%)}[class*=" imghvr-"] .ih-fade-down-big,[class^=imghvr-] .ih-fade-down-big{-webkit-transform:translate(0,-300%);transform:translate(0,-300%)}[class*=" imghvr-"] .ih-fade-left-big,[class^=imghvr-] .ih-fade-left-big{-webkit-transform:translate(150%,0);transform:translate(150%,0)}[class*=" imghvr-"] .ih-fade-right-big,[class^=imghvr-] .ih-fade-right-big{-webkit-transform:translate(-150%,0);transform:translate(-150%,0)}[class*=" imghvr-"] .ih-zoom-in,[class^=imghvr-] .ih-zoom-in{-webkit-transform:scale(.5);transform:scale(.5)}[class*=" imghvr-"] .ih-zoom-out,[class^=imghvr-] .ih-zoom-out{-webkit-transform:scale(1.5);transform:scale(1.5)}[class*=" imghvr-"] .ih-flip-x,[class^=imghvr-] .ih-flip-x{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}[class*=" imghvr-"] .ih-flip-y,[class^=imghvr-] .ih-flip-y{-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}[class*=" imghvr-"]:hover [class*=" ih-"],[class*=" imghvr-"]:hover [class^=ih-],[class^=imghvr-]:hover [class*=" ih-"],[class^=imghvr-]:hover [class^=ih-]{-webkit-transform:translate(0,0) scale(1) rotate(0);transform:translate(0,0) scale(1) rotate(0);opacity:1}.utility{height:88px;width:300px;text-align:center;background-color:#135796}.utility figcaption{opacity:1!important}