html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} button,
input,
select,
textarea {
color: #888888;
font-size: 14px;
line-height: 1.5;
}
body {
font-family: 'Roboto', sans-serif;
color: #888;
font-size: 16px;
line-height: 1.7;
margin: 0;
word-wrap: break-word;
}
p {
margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
color: #232323;
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
margin: 0 0 10px 0;
line-height: 1.3;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 32px;
}
h3{
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 14px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
background: #f0f0f0 none repeat scroll 0 0;
border-left: 5px solid #005bbc;
margin: 0 0 15px;
padding: 20px 15px 5px;
}
q {
font-weight: bold;
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*::before,
*::after { box-sizing: inherit;
}
body {
background-color: #fff; word-wrap: break-word;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
ul, ol {
margin: 0 0 0.5em 1em;
padding: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
table-layout: fixed;
}
td, th {
border: 1px solid #ddd;
padding: 5px;
} button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
display: inline-block;
font-size: 14px;
margin: 10px;
padding: 10px 20px;
color: #ffffff;
text-transform: uppercase;
background: #005bbc;
border: none;
}
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #232323 ;
border-color:transparent;
color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
color: #888888;
border: 1px solid #ddd;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
outline:none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
padding: 6px 0 6px 9px;
}
select {
width: 100%;
padding:5px;
}
textarea {
padding:10px;
width: 100%;
}
.form-submit input#submit {
margin: 0;
}  a {
color: #232323;
text-decoration: inherit;
}
a:visited {
color: #232323;
}
a:hover,
a:focus,
a:active {
color: #005bbc;
}
a:focus {
outline:inherit;
}
a:hover,
a:active {
outline: 0;
}
.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.ew-about a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button),
.comment-content a {
text-decoration: underline;
}
.entry-content a:not(.more-link):not(.button):hover,
.entry-content a:not(.more-link):not(.button):focus,
.entry-summary a:not(.more-link):not(.button):hover,
.entry-summary a:not(.more-link):not(.button):focus,
.ew-about a:not(.more-link):not(.button):hover,
.ew-about a:not(.more-link):not(.button):focus,
.widget_text a:not(.more-link):not(.button):hover,
.widget_text a:not(.more-link):not(.button):focus,
.comment-content a:hover,
.comment-content a:focus {
text-decoration: none;
}  a.comment-reply-link { font-weight: bold;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 30px 0;
overflow: hidden;
clear: both;
}
#infinite-handle{
margin-bottom: 20px;
height: auto;
overflow: hidden;
}
#infinite-handle span:hover {
border:1px solid #179bd7;
background: #179bd7;
color: #fff;
}
#infinite-handle span {
border:1px solid #001837;
padding: 5px 15px;
width: auto;
line-height: 1.5;
color: #001837;
display: block;
}
.post-title {
font-size: 17px;
margin-top: 15px;
}
.meta-nav {
display: none;
}
.navigation .nav-links .nav-next{
float: right;
margin-bottom: 15px;
}
.navigation .nav-links .nav-previous {
float: left;
margin-bottom: 15px;
}
.post-navigation a, .posts-navigation a {
border: 2px solid #fbfbfb;
padding: 6px 20px;
background: #fff;
display: block;
}
.navigation,
.pagination {
margin-top: 15px;
}
.post-navigation .nav-links .nav-next a::after,
.posts-navigation  .nav-next a:after{
content: "\f178";
font-family: FontAwesome;
margin-left: 6px;
font-size: 12px;
font-weight: 100;
}
.post-navigation .nav-links .nav-previous a::before,
.posts-navigation  .nav-previous a:before {
content: "\f177";
font-family: FontAwesome;
margin-right: 6px;
font-size: 12px;
font-weight: 100;
}
.navigation.pagination {
text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
padding: 5px 13px;
text-align: center;
background-color: #f7f7f7;
display: inline-block;
border-radius: 50px;
margin: 0 3px;
}
.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a.page-numbers:hover {
background: #005bbc  none repeat scroll 0 0;
color: #ffffff;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important; height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important; color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.alignright {
display: inline;
float: right;
margin-left: 30px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.alignnone{
clear: both;
display: inline-block;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
margin-top: 15px;
} .clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#sidebar-front-page-widget-area::after,
#sidebar-front-page-widget-area::before,
#featured-slider::after,
#featured-slider::before,
.widget::after,
.widget::before {
content: "";
display: table;
}
.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.widget::after,
.widget::before {
clear: both;
}  .entry-content-outer img, .entry-content-outer img {
vertical-align: middle;
margin-bottom: 35px;
}
.entry-content-outer a:hover img {
opacity: 0.7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.alignment-left img {
margin-right: 30px;
}
.alignment-right img {
margin-left: 30px;
}
.alignment-right .entry-content-wrapper,
.alignment-left .entry-content-wrapper {
display: table;
}
.alignment-left  h2.entry-title,
.alignment-right h2.entry-title {
margin-bottom: 5px;
}
.blog #primary article, .archive #primary article {
padding-bottom: 40px;
clear: both;
border-bottom: 1px dashed #ddd;
}
.sticky {
display: block;
}
.hentry {
margin: 40px 0 0;
}
.hentry:first-child {
margin:0;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline-block;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-content,
.entry-content,
.entry-summary {
margin: 15px 0 0;
}
.entry-meta .byline .author.vcard {
margin-left: -4px;
}
.entry-meta > span {
margin-right: 20px;
font-size: 14px;
}
.entry-footer > span::before,
.entry-meta > span::before{
display: inline-block;
font-family: FontAwesome;
height: 15px;
margin-right:8px;
content: "";
}
.entry-meta > span a {
color:#49616b;
}
.entry-meta a:hover {
color: #005bbc;
}
.entry-meta span.comments-link::before {
content: "\f075";
}
.entry-meta > .cat-links::before {
content: "\f07c";
}
.entry-meta > .byline::before {
content: "\f007";
}
.entry-meta .tags-links::before{
content: "\f02c";
}
.entry-meta > .posted-on::before {
content: "\f017";
}
.entry-footer .edit-link::before{
content: "\f044";
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} #respond {
clear: both;
display: block;
}
#comments {
margin-top: 30px;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-notes {
position: relative;
}
.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
width: 100%;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
width: 100%;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
width: 100%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
width: 100%;
float: left;
}
.comment-list li.comment::after {
content: inherit;
display: none;
}
.comment-list li{
padding-left: 0;
}
.comment {
display: block;
float: left;
width: 100%;
}
ol.comment-list {
float: left;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
overflow: inherit;
padding: 0;
width: 100%;
}
ol.comment-list .children {
border: medium none;
float: left;
margin: 15px 0 15px 15px;
width: 98%;
}
ol.comment-list li {
list-style: outside none none;
margin-bottom: 15px;
}
.comment .comment-body {
border-radius: 0;
clear: both;
display: block;
float: left;
margin-top: 20px;
padding: 30px 40px;
position: relative;
text-align: left;
width: 100%;
box-shadow: 0 0 55px #f3f3f3;
}
.comment .reply {
position: absolute;
top: 20px;
right: 30px;
}
.comment-author.vcard {
font-size: 18px;
margin-bottom: 5px;
color: #005bbc;
}
.comment-list .children {
background-position: left 20px;
background-repeat: no-repeat;
border-left: 1px solid rgb(238, 238, 238);
margin-left: 0;
padding-left: 40px;
}
.comment-list li.comment > div img.avatar {
left: 29px;
position: absolute;
top: 29px;
}
#comment-form-title {
font-size: 24px;
padding-bottom: 10px;
}
.vcard .avatar {
float: left;
margin: 7px 15px 15px 0;
}
.comment-metadata {
font-size: 13px;
margin-bottom: 10px;
}
.comment-metadata > a{
color: #49616b;
margin-right: 30px;
}
.comment-metadata::before{
display: inline-block;
font-family: FontAwesome;
height: 15px;
content: "\f017";
}
.form-allowed-tags code {
white-space: inherit;
word-wrap: break-word;
}
.comment-respond label {
display: block;
font-weight: normal;
}
.comments-title {
font-weight: normal;
margin: 25px 0 25px;
font-size: 21px;
font-weight: bold;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-content {
clear: both;
display: block;
}
.authorbox  .author-info,
.authorbox  .author-bio-posts-content {
float: left;
max-width: 90%;
width: 90%;
}
.author-info h4 {
margin-bottom: 0;
}
.author-avatar {
float: left;
margin: 0 15px 15px 0;
}
.authorbox {
margin: 65px 0 50px;
overflow: hidden;
padding: 25px 30px 10px;
background: #f9f9f9;
border-radius: 10px;
}
#commentform label {
display: inline;
position:relative;
}
#commentform input[type="checkbox"],
#commentform input[type="radio"] {
margin-right: 10px;
}
#commentform  p.form-submit {
margin-top: 30px;
}
#commentform  span.required {
color: #f0632b;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
margin-left: -5px;
margin-right: -5px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin:0;
padding: 5px;
}
.gallery-item img {
vertical-align: middle;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} #page {
position: relative;
margin: 0 auto;
}
.container {
width: 1300px;
margin: 0 auto;
padding-left: 25px;
padding-right: 25px;
}
.inner-wrapper {
margin-left: -25px;
margin-right: -25px;
}
a.learn-more-link {
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
text-transform: unset;
}
.custom-button, .custom-button:visited, .button {
display: inline-block;
font-size: 14px;
margin: 10px;
padding: 12px 30px;
color: #ffffff;
text-transform: uppercase;
background: #005bbc;
text-align: center;
font-weight: 500;
position: relative;
z-index: 1;
}
.custom-button:hover,
.custom-button:focus,
.custom-button:active {
background:#232323;
color: #fff;
}
.custom-button::after,
a.more-link::before,
.button::after {
background: #232323;
content: "";
display: block;
position: absolute;
height: 100%;
top: 0;
width: 0;
left: 0;
z-index: -1;
transition: width 0.3s ease-in-out 0s;
}
.custom-button:hover:after,
.custom-button:focus:after,
.custom-button:active:after,
a.more-link:hover:before,
a.more-link:focus:before,
a.more-link:focus:before,
.button:hover:after,
.button:focus:after,
.button:focus:after{
width: 100%;
}
.custom-button.button-secondary,
.custom-button.button-secondary:visited {
background: #232323;
}
a.button-secondary:after {
background: #005bbc;
}
a.more-link {
margin-top: 25px;
display: inline-block;
padding: 12px 25px;
background: gray;
color: #fff;
position: relative;
z-index: 0;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
}
a.learn-more-link:after {
content: "\f105";
display: inline-block;
margin-left: 6px;
font-family: FontAwesome;
font-size: 12px;
line-height: 1;
display: inline-block;
}
.entry-content-outer a.more-link {
display: table;
}
a.more-link::after {
content: "\f105";
display: inline-block;
margin-left: 6px;
font-family: FontAwesome;
font-size: 12px;
line-height: 1;
display: inline-block;
}  #tophead {
overflow: hidden;
background: #292929;
padding: 5px 0;
} #quick-contact {
float: right;
margin-top: 0;
}
#quick-contact > ul {
margin: 0;
padding: 0;
}
#quick-contact a {
display: inline-block;
color: #ababab;
}
#quick-contact a:hover {
color: #fff;
}
#quick-contact li.quick-email::before {
content: "\f0e0";
}
#quick-contact li.quick-call::before {
content: "\f095";
}
#quick-contact li.quick-address::before {
content: "\f0ac";
}
#quick-contact li::before {
color: #ffffff;
content: "";
display: inline-block;
font-family: FontAwesome;
font-size: 14px;
margin-right: 10px;
text-align: center;
}
#quick-contact li {
clear: inherit;
float: left;
font-size: 13px;
line-height: 1.75;
list-style: outside none none;
text-align: left;
padding: 5px 10px;
color: #ababab;
}
#tophead .header-social-wrapper {
float: left;
}
#tophead .business_field_widget_social li a {
border: none;
height: 30px;
padding: 3px 10px;
width: 30px;
border-radius: 100%;
margin-right: 8px;
font-size: 10px;
margin-top: 4px;
}
#tophead .business_field_widget_social li a:before {
line-height: 2;
font-size: 13px;
}
#tophead .business_field_widget_social li {
margin: 0;
} .site-header {
padding: 15px 0;
background-color: #fff;
transition: padding 0.2s ease-in-out 0s;
clear: both;
z-index: 999;
position: relative;
}
a.custom-button.doante-now {
float: right;
margin: 24px 0 0 20px;
padding: 8px 17px;
text-align: center;
min-width: inherit;
text-transform: capitalize;
}
a.custom-button.doante-now i {
margin-right: 10px;
}
.enabled-sticky-primary-menu .site-header.fixed {
box-shadow: 0 0 3px #aaaaaa;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
padding: 5px 0;
}
.enabled-sticky-primary-menu .site-header.fixed .site-description {
display: none;
}
.custom-logo-link,
#site-identity {
float: left;
margin-right: 15px;
}
.custom-logo-link {
max-width: 65px;
}
.custom-logo-link img{
vertical-align: middle;
}
.site-title {
font-size: 30px;
font-family: 'Ubuntu', sans-serif;
line-height: 1.3;
margin-bottom: 0;
margin-top: 10px;
}
.site-description {
color: #aba0a0;
font-size: 14px;
font-style: inherit;
font-weight: 400;
letter-spacing: 2px;
margin-bottom: 0;
line-height: 1;
}
.site-title a {
color: #232323;
font-weight: bold;
}
.right-head {
float: right;
padding-top: 20px;
}
.header-search-box {
float: right;
margin-top: 20px;
position: relative;
}
.header-search-box > a {
color: #292929;
line-height: 1.5;
display: block;
border-radius: 100%;
}
.header-search-box > a i {
font-size: 13px;
}
.header-search-box .search-box-wrap {
background: #ffffff none repeat scroll 0 0;
bottom: -98px;
box-shadow: 0 2px 2px;
display: none;
padding: 15px 15px 15px;
position: absolute;
width: 380px;
z-index: 9999;
right: 0;
}
.search-form input.search-field,
.woocommerce-product-search  .search-field {
padding:10px 80px 10px 20px;
width: 100%;
height: 50px;
box-sizing: inherit;
}
.search-form,
.woocommerce-product-search {
position: relative;
}
.search-form .search-submit,
.woocommerce-product-search  button {
border-radius: 0 ;
padding: 7.3px 20px;
position: absolute;
right: 0;
top: 0;
border: medium none;
font: 14px/1.3 FontAwesome;
height: 50px;
padding: 0 20px;
margin: 0;
color: #fff;
}
.custom-button ,
.business_field_widget_services .service-block-inner > a:hover i {
transition: all 0.4s ease-in-out 0s;
}
.woocommerce-product-search  button {
font-family: inherit;
} #main-nav {
float: right;
margin-right: 15px;
}
.main-navigation ul {
display: block;
margin: 0;
padding: 0;
}
.main-navigation ul ul {
background-color: #fff;
box-shadow: 0px 1px 4px #d8d3d3;
left: -9999px;
margin: 0;
min-width: 220px;
position: absolute;
top: 81px;
opacity: 0;
z-index: -9999;
transition: opacity 0.4s ease-in-out 0s;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #f9f9f9;
}
.main-navigation ul ul::before {
content: "";
display: block;
background: transparent;
width: 100%;
height: 30px;
position: absolute;
top: -30px;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
box-shadow: 2px 1px 2px #232323;
padding: 0;
}
.main-navigation li {
position: relative;
display: inline-block;
margin-bottom:0;
float: left;
}
.main-navigation ul > li:hover > ul {
opacity: 1;
left:0;
z-index: 9999;
}
.main-navigation ul ul ul ul  {
display: none;
}
.main-navigation ul ul ul li:hover > ul {
display: block;
}
.main-navigation ul ul li:hover > ul {
opacity: 1;
left:100%;
}
.main-navigation li li {
float: none;
display: block;
padding: 0 25px;
}
.main-navigation ul li li:first-child > a {
border-left: none;
}
.main-navigation ul li a {
color: #2f2f2f;
display: block;
font-size: 14px;
padding: 23px 16px;
position: relative;
z-index: 99;
font-family: 'Roboto', sans-serif;
letter-spacing: 0.6px;
text-transform: uppercase;
font-weight: 500;
}
.main-navigation ul ul a {
border-bottom: 1px solid #f9f9f9;
border-left: medium none;
border-right: medium none;
transition: padding 0.2s ease-in-out 0s;
color: #888888;
height: auto;
padding: 9px 0;
text-align: left;
width: 100%;
margin: 0;
font-weight: 400;
text-transform: capitalize;
}
.main-navigation ul ul li:last-child > a {
border:none;
}
.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a{
padding-right: 25px;
}
.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
content: "\f107";
font-family: FontAwesome;
margin-left: 7px;
margin-right: 0;
float: right;
position: absolute;
right: 7px;
color: #c5bfbf;
}
.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
content: "\f105";
top: 10px;
}
.main-navigation ul li.menu-item-has-childrenv > a,
.main-navigation ul li.page_item_has_children > a {
padding-right: 30px;
}
.main-navigation li > a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li:hover > a {
color: #005bbc;
}
.main-navigation ul ul::after {
content: "";
display: block;
position: absolute;
top: -9px;
border-left: 1px solid #f1f0f0;
border-top: 1px solid #f1f0f0;
z-index: 9999;
left: 20px;
transform: rotate(45deg);
background: #fff;
height: 15px;
width: 15px;
}
.main-navigation ul ul ul::after {
display: none;
}
.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
display: none;
}
#mobile-trigger {
display: none;
}
#mob-menu {
display: none;
} #featured-slider {
overflow: hidden;
position: relative;
z-index: 99;
}
#main-slider {
color: #686868;
clear: both;
position: relative;
text-align: center;
z-index: -1;
}
#featured-slider .overlay-enabled article::after {
background: #000;
bottom: 0;
content: "";
height: 100%;
left: 0;
pointer-events: none;
position: absolute;
width: 100%;
z-index: 3;
opacity: 0.55;
}
#main-slider img {
width: 100%;
vertical-align: middle;
}
#main-slider .cycle-slide {
width: 100%;
}
#main-slider article.first {
display: block;
}
#main-slider article {
display: none;
}
#main-slider .cycle-slideshow {
margin-bottom: 0;
padding: 0;
}
#main-slider .cycle-caption {
bottom: 30%;
height: auto;
left: 15%;
max-width: 85%;
padding: 0;
position: absolute;
text-align: left;
width: 100%;
z-index: 999;
}
#main-slider .cycle-caption.caption-alignment-center {
text-align: center;
left: 5%;
max-width: 90%;
}
#main-slider .cycle-caption.caption-alignment-right {
text-align: right;
right: 15%;
left: auto;
max-width: 85%;
}
#main-slider h3 {
text-shadow: 0px 0px 1px #232323;
font-size: 75px;
line-height: 1.2;
margin-bottom: 10px;
letter-spacing: 1px;
font-weight: 700;
display: block;
}
#main-slider h3 a {
display: block;
}
#main-slider p {
font-size: 21px;
margin-bottom: 40px;
color: #efefef;
font-weight: 100;
width: 730px;
max-width: 100%;
display: inline-block;
clear: both;
font-family: 'Ubuntu', sans-serif;
}
#main-slider .cycle-slide-active h3 {
padding-right: 0;
}
#main-slider .cycle-slide-active p {
padding-left: 0;
}
.slider-buttons a.custom-button {
margin: 0 25px 0 0;
padding: 14px 35px;
}
#main-slider h3 a {
color: #fff;
}
#main-slider h3 a:hover {
opacity: 0.7;
}
#main-slider .caption-alignment-right .slider-buttons a.custom-button{
margin-right: 0;
} #main-slider .pager-box {
background-color: #fff;
cursor: pointer;
display: inline-block;
float: none;
height: 15px;
margin: 3px 5px;
width: 15px;
z-index: 99;
border-radius: 100%;
}
#main-slider .cycle-pager {
bottom: 20px;
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: 999;
}
#main-slider .pager-box.cycle-pager-active {
background-color: #005bbc;
border-color:#fff;
} #main-slider .cycle-prev,
#main-slider .cycle-next {
bottom: 50%;
color: #fff;
cursor: pointer;
display: block;
font-size: 22px;
font-weight: normal;
position: absolute;
text-align: center;
width: 45px;
z-index: 999;
height: 45px;
padding: 0 0;
transition: all 0.2s ease-in-out 0s;
line-height: 2;
background: #222;
opacity: 0;
}
#main-slider:hover .cycle-prev,
#main-slider:hover .cycle-next {
opacity: 1;
bottom:45%;
}
#main-slider .cycle-prev:hover,
#main-slider .cycle-next:hover {
background-color: #005bbc;
color: #fff;
}
#main-slider .cycle-prev {
left: 4%;
}
#main-slider .cycle-next {
right: 4%;
} #primary {
float: left;
padding-left: 25px;
padding-right:25px;
width: 70%;
}
#content {
padding: 60px 0;
clear: both;
}
.home.home-content-not-enabled #content {
display: none;
} .sidebar {
width:30%;
padding-left:25px;
padding-right: 25px;
}
.sidebar .widget {
padding: 10px 25px;
box-shadow: 0 0 55px #f3f3f3;
}
.sidebar .widget-title {
padding: 10px 20px 10px 0;
font-size: 22px;
border-bottom: 3px double #f7f6f6;
margin-bottom: 20px;
}
.sidebar .widget-title a {
color: #fff;
}
.sidebar .widget-subtitle {
text-align: center;
}
#sidebar-primary {
float: right;
}
#sidebar-secondary {
float: left;
}
.sidebar a {
color: #001837;
}
.sidebar  a:hover {
color:#005bbc;
}
.widget-area ul {
list-style: outside none none;
padding: 0;
margin: 0;
}
.widget-area ul ul {
border-bottom:none;
padding-bottom: 0;
}
.sidebar ul li::before {
content: "";
display: block;
position: absolute;
height: 1px;
width: 100%;
left: 0;
top:0;
background: #f7f6f6;
}
.sidebar ul li::after {
content: "\f105";
font-family: 'FontAwesome';
margin-right: 10px;
display: inline-block;
float: right;
position: absolute;
left: 0;
top: 7px;
}
.sidebar .widget > ul > li:first-child::before {
display: none;
}
.sidebar ul .sub-menu {
margin-bottom:-7px;
}
.sidebar > ul > li:first-child::after {
display: none;
}
.sidebar ul ul li:first-child {
margin-top: 7px;
}
.sidebar ul ul li:last-child {
margin-bottom: 0px;
}
.sidebar ul li {
padding-bottom: 7px;
padding-top: 7px;
position: relative;
padding-left: 15px;
}
.sidebar ul ul li {
padding-left:15px;
}
.sidebar ul ul ul {
margin-left: -15px;
}
.sidebar ul ul ul li {
padding-left: 30px;
}
.sidebar ul ul ul ul {
margin-left: -30px;
}
.sidebar ul ul ul ul li {
padding-left: 45px;
}
.sidebar ul ul ul ul ul{
margin-left:0
}
.sidebar ul ul ul ul ul > li {
padding-left: 0;
}
.sidebar ul ul ul ul ul > li a {
padding-left: 13px;
} .widget_calendar {
text-align: center;
}
.widget_calendar caption {
background: #005bbc none repeat scroll 0 0;
color: #ffffff;
padding: 5px;
}
.widget_calendar .pad {
background: #eeeeee none repeat scroll 0 0;
}
.widget_calendar #today {
background: #005bbc none repeat scroll 0 0;
color: #ffffff;
}
.widget .tagcloud a {
border: 1px solid #dddddd;
color: #000000;
display: inline-block;
font-size: 16px !important;
line-height: 1.5;
margin-bottom: 5px;
padding: 5px 15px;
}
.widget .tagcloud a:hover {
border: 1px solid #005bbc;
color: #005bbc;
}
.widget_categories li > a,
.widget_archive li > a {
display: inline-block;
min-width: 79%;
} .global-layout-left-sidebar #primary {
float: right;
}
.three-columns-enabled #primary {
display: inline-block;
float: none;
width: 50%;
}
.global-layout-three-columns .sidebar{
float: right;
}
.three-columns-enabled .sidebar{
width: 25%;
}
.global-layout-no-sidebar #primary{
width: 100%;
} .global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
float: left;
}
.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
float: right;
}
.global-layout-three-columns-cps #primary {
float: left;
} .global-layout-three-columns-pcs-equal #primary,
.global-layout-three-columns-pcs-equal #sidebar-primary,
.global-layout-three-columns-pcs-equal #sidebar-secondary,
.global-layout-three-columns-scp-equal #primary,
.global-layout-three-columns-scp-equal #sidebar-primary,
.global-layout-three-columns-scp-equal #sidebar-secondary {
width: 33.33%;
}
.global-layout-three-columns-pcs-equal #sidebar-primary {
float: left;
}
.global-layout-three-columns-pcs-equal #sidebar-secondary {
float: right;
}  #colophon {
background-color: #171717;
clear: both;
color: #fff;
padding: 15px 0;
border-top: 1px solid #232323;
}
.colophon-column-left {
float: left;
width: 50%;
text-align: left;
}
.colophon-column-right {
float: right;
width: 50%;
text-align: right;
}
.colophon-column-left .colophon-column,
.colophon-column-right .colophon-column {
width: 100%;
font-size: 14px;
}
#colophon a {
color: #c9c6cc;
}
#colophon a:hover {
color: #fff;
} #colophon .business_field_widget_social li {
display: inline-block;
float: none;
margin-right: 0;
}
#colophon .business_field_widget_social li a {
border: 2px solid #8c8c8c;
width: 30px;
height: 30px;
border-radius: 100%;
}
#colophon .business_field_widget_social ul li a::before {
font-size: 13px;
margin-right: 0;
}
#colophon .business_field_widget_social ul li a:hover {
background: none;
} #footer-navigation {
margin-top: 5px;
}
#footer-navigation li {
display: inline-block;
list-style: outside none none;
}
#colophon .copyright {
clear: both;
}
#footer-navigation li:first-child a {
border: none;
margin: 0;
padding: 0;
}
#footer-navigation li a {
border-left: 1px solid #fff;
display: block;
line-height: 0.8;
margin-left: 10px;
padding: 0 0 0 10px;
color: #ddd;
}
#footer-navigation ul {
margin: 0;
} #footer-widgets {
background-color: #303030;
color: #bbbbbb;
overflow: hidden;
padding: 30px 0;
}
#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4 {
font-weight: 400;
}
#footer-widgets .widget-title {
color: #ffffff;
}
#footer-widgets .widget-title span::before,
#footer-widgets .widget-title span::after,
#footer-widgets .widget-title::after {
color:#fff;
background: #fff;
}
#footer-widgets ul {
list-style: none;
margin: 0;
}
#footer-widgets ul li {
padding: 3px 0 3px 15px;
position: relative;
}
#footer-widgets ul li:before{
content: "\f105";
font-family: 'FontAwesome';
margin-right: 10px;
display: inline-block;
float: right;
position: absolute;
left: 0;
top: 1px;
}
#footer-widgets ,
#footer-widgets a {
color: #dddddd;
}
#footer-widgets a:hover {
color: #fff;
}
#footer-widgets .widget-title::after {
content: "";
display: block;
width: 55px;
height: 2px;
margin-top: 5px;
background: #ffffff;
}
#footer-widgets .footer-widget-area {
float: left;
padding: 0 25px;
width: 25%;
}
#footer-widgets .footer-active-1 {
width: 100%;
}
#footer-widgets .footer-active-2 {
width: 50%;
}
#footer-widgets .footer-active-3 {
width: 33.33%;
}
#footer-widgets .footer-active-4 {
width: 25%;
}
.footer-widget-area .widget:first-child {
margin-top: 0;
}
.footer-widget-area .widget {
margin-top: 15px;
} .scrollup {
bottom: 60px;
color: #fff;
display: none;
float: right;
line-height: 1.2;
padding: 10px 0 10px;
position: fixed;
right: 15px;
text-align: center;
z-index: 99999;
transition: all 0.5s ease-in-out 0s;
font-size: 17px;
background: #005bbc;
height: 40px;
width: 40px;
}
.scrollup:after {
position: absolute;
z-index: -1;
content: '';
top: 119%;
left: 0;
height: 10px;
width: 100%;
opacity: 1;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scrollup:hover {
color:#fff;
background-color: #005bbc;
}  #custom-header {
padding: 30px 0;
text-align: center;
position: relative;
z-index: 99;
background-color: #005bbc;
}
.page-title {
line-height: 1.2;
font-weight: 600;
margin: 0;
}
#primary .page-title {
margin-bottom: 15px;
}
#custom-header::after {
background: #000000;
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
opacity: 0.5;
}
#custom-header .page-title {
color: #fff;
font-size: 44px;
font-weight: 400;
}
#custom-header .separator {
background: #ffffff none repeat scroll 0 0;
margin: 0 auto;
}
.header-content {
z-index: 999;
position: relative;
padding: 30px 0;
width: 100%;
margin-bottom: 30px;
text-align: center;
} #breadcrumb {
padding: 15px 0;
background: #f1f1f1;
clear: both;
overflow: hidden;
text-align: right;
}
ul#crumbs {
margin: 0;
}
#breadcrumb a {
color: #232323;
}
#breadcrumb a:hover {
color: #005bbc;
}
#breadcrumb  li{
display: block;
float: left;
list-style: outside none none;
padding-right: 7px;
}
#breadcrumb li a::after {
content: "/";
margin-left: 7px;
font-family: 'FontAwesome';
line-height: 1;
display: inline-block;
}
#breadcrumb .breadcrumb-trail  .trail-items {
margin: 0;
padding: 0;
} section.error-404 {
text-align: center;
}
#quick-links-404 ul li {
display: inline-block;
list-style: outside none none;
}
#quick-links-404 ul li a {
color: #404040;
display: block;
padding: 5px 10px;
}
.error404 #primary {
width: 100%;
}
section.error-404 .search-form {
position: relative;
max-width: 320px;
margin: 0 auto;
} .wpcf7-form {
max-width: 875px;
}
div.wpcf7 {
margin: 0 auto;
padding: 0;
}
.wpcf7 input {
width: 100%;
}
.wpcf7 input.wpcf7-submit {
width: auto;
} .widget h4 a,
.widget h3 a {
display: block;
color: #232323;
}
.widget h4 a:hover,
.widget h3 a:hover {
color:#005bbc;
}
.widget {
margin:30px 0 0;
}
.widget:first-child {
margin: 0;
}
.widget select {
max-width: 100%;
}
#sidebar-front-page-widget-area .widget {
padding: 80px 0;
margin: 0;
} #sidebar-front-page-widget-area {
clear: both;
background: #fff;
}
#sidebar-front-page-widget-area .widget-title {
text-align: center;
margin-bottom: 15px;
position: relative;
font-weight: 600;
}
#sidebar-front-page-widget-area .business_field_widget_call_to_action .title-divider,
#sidebar-front-page-widget-area .business_field_widget_featured_page .title-divider {
display: none;
}
#sidebar-front-page-widget-area .title-divider {
margin: 0 auto 25px;
display: block;
max-width: 85px;
height: 1px;
position: relative;
}
#sidebar-front-page-widget-area .title-divider-before {
background-color: #005bbc;
position: absolute;
top: -4px;
left: 0;
right: 0;
width: 7px;
height: 7px;
transform: rotate(45deg);
margin: auto;
}
#sidebar-front-page-widget-area .title-divider-after {
background-color: #005bbc;
width: 50px;
margin: 0 auto;
height: 2px;
position: relative;
top: -1px;
}
#sidebar-front-page-widget-area .widget-subtitle {
margin: 0 auto 30px;
font-size: 17px;
text-align: center;
max-width: 50%;
color: #898989;
} #sidebar-front-page-widget-area .business_field_widget_testimonial_slider .separator::before,
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .separator::after,
#footer-widgets .separator::before,
#footer-widgets .separator::after {
background:#7188a7;
}
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .separator,
#footer-widgets .separator {
background:#fff;
}
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .widget-title{
color: #fff;
} #sidebar-front-page-widget-area  .business_field_widget_social {
text-align: center;
}
#sidebar-front-page-widget-area  .business_field_widget_social li {
float: none;
display: inline-block;
}
.business_field_widget_social {
clear: both;
overflow: hidden;
}
.business_field_widget_social ul {
margin: 0;
}
.business_field_widget_social li a {
border: 2px solid #bababa;
display: inline-block;
height: 33px;
line-height: 1.7;
margin-right: 0;
padding: 0;
text-align: center;
vertical-align: middle;
width: 33px;
border-radius: 100%;
}
.business_field_widget_social li a:hover {
border:2px solid transparent;
}
.business_field_widget_social li {
display: block;
float: left;
margin-right: 5px;
margin-bottom: 5px;
}
.widget-area .business_field_widget_social li,
#footer-widgets .business_field_widget_social li {
padding: 0;
}
.sidebar .business_field_widget_social ul li::before,
#footer-widgets .business_field_widget_social li::before,
.sidebar .business_field_widget_social ul li::after,
#footer-widgets .business_field_widget_social li::after {
display: none;
}
.business_field_widget_social ul li a::before {
font-size: 15px;
}
.business_field_widget_social li a i {
color:#cacad8;
font-size: 18px;
font-weight: normal;
}
.business_field_widget_social ul li a::before {
color: #ababab;
content: "\f0c1";
display: block;
font-family: FontAwesome;
font-weight: normal;
line-height: 2;
}
.business_field_widget_social ul li a:hover {
background-color: #001837;
-moz-transition: all 0.4s ease-out 0s;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.business_field_widget_social ul li a:hover::before {
color: #fff;
}
.business_field_widget_social ul li a[href*="facebook.com"]::before {
content: "\f09a";
}
.business_field_widget_social ul li a[href*="twitter.com"]::before {
content: "\f099";
}
.business_field_widget_social ul li a[href*="linkedin.com"]::before {
content: "\f0e1";
}
.business_field_widget_social ul li a[href*="plus.google.com"]::before {
content: "\f0d5";
}
.business_field_widget_social ul li a[href*="youtube.com"]::before {
content: "\f167";
}
.business_field_widget_social ul li a[href*="dribbble.com"]::before {
content: "\f17d";
}
.business_field_widget_social ul li a[href*="pinterest.com"]::before {
content: "\f0d2";
}
.business_field_widget_social ul li a[href*="bitbucket.org"]::before {
content: "\f171";
}
.business_field_widget_social ul li a[href*="github.com"]::before {
content: "\f113";
}
.business_field_widget_social ul li a[href*="codepen.io"]::before {
content: "\f1cb";
}
.business_field_widget_social ul li a[href*="flickr.com"]::before {
content: "\f16e";
}
.business_field_widget_social ul li a[href$="/feed/"]::before {
content: "\f09e";
}
.business_field_widget_social ul li a[href*="foursquare.com"]::before {
content: "\f180";
}
.business_field_widget_social ul li a[href*="instagram.com"]::before {
content: "\f16d";
}
.business_field_widget_social ul li a[href*="tumblr.com"]::before {
content: "\f173";
}
.business_field_widget_social ul li a[href*="reddit.com"]::before {
content: "\f1a1";
}
.business_field_widget_social ul li a[href*="vimeo.com"]::before {
content: "\f194";
}
.business_field_widget_social ul li a[href*="digg.com"]::before {
content: "\f1a6";
}
.business_field_widget_social ul li a[href*="twitch.tv"]::before {
content: "\f1e8";
}
.business_field_widget_social ul li a[href*="stumbleupon.com"]::before {
content: "\f1a4";
}
.business_field_widget_social ul li a[href*="delicious.com"]::before {
content: "\f1a5";
}
.business_field_widget_social ul li a[href*="mailto:"]::before {
content: "\f0e0";
}
.business_field_widget_social ul li a[href*="soundcloud.com"]::before {
content: "\f1be";
}
.business_field_widget_social ul li a[href*="wordpress.org"]::before {
content: "\f19a";
}
.business_field_widget_social ul li a[href*="wordpress.com"]::before {
content: "\f19a";
}
.business_field_widget_social ul li a[href*="jsfiddle.net"]::before {
content: "\f1cc";
}
.business_field_widget_social ul li a[href*="tripadvisor.com"]::before {
content: "\f262";
}
.business_field_widget_social ul li a[href*="foursquare.com"]::before {
content: "\f180";
}
.business_field_widget_social ul li a[href*="angel.co"]::before {
content: "\f209";
}
.business_field_widget_social ul li a[href*="slack.com"]::before {
content: "\f198";
} .business_field_widget_social ul li a[href*="facebook.com"]:hover {
background-color: #3b5998;
}
.business_field_widget_social ul li a[href*="twitter.com"]:hover {
background-color: #00aced;
}
.business_field_widget_social ul li a[href*="plus.google.com"]:hover {
background-color: #dd4b39;
}
.business_field_widget_social ul li a[href*="/feed/"]:hover  {
background-color: #dc622c;
}
.business_field_widget_social ul li a[href*="wordpress.org"]:hover,
.business_field_widget_social ul li a[href*="wordpress.com"]:hover {
background-color: #45bbe6;
}
.business_field_widget_social ul li a[href*="github.com"]:hover {
background-color: #4183c4;
}
.business_field_widget_social ul li a[href*="linkedin.com"]:hover {
background-color: #007bb6;
}
.business_field_widget_social ul li a[href*="pinterest.com"]:hover {
background-color: #cb2027;
}
.business_field_widget_social ul li a[href*="flickr.com"]:hover {
background-color: #ff0084;
}
.business_field_widget_social ul li a[href*="vimeo.com"]:hover {
background-color: #aad450;
}
.business_field_widget_social ul li a[href*="youtube.com"]:hover {
background-color: #bb0000;
}
.business_field_widget_social ul li a[href*="instagram.com"]:hover {
background-color: #517fa4;
}
.business_field_widget_social ul li a[href*="dribbble.com"]:hover {
background-color: #ea4c89;
}
.business_field_widget_social ul li a[href*="skype.com"]:hover {
background-color: #12a5f4;
}
.business_field_widget_social ul li a[href*="digg.com"]:hover {
background-color: #333;
}
.business_field_widget_social ul li a[href*="codepen.io"]:hover {
background-color: #000;
}
.business_field_widget_social ul li a[href*="reddit.com"]:hover {
background-color: #ff4500;
}
.business_field_widget_social ul li a[href*="mailto:"]:hover {
background-color: #1d62f0;
}
.business_field_widget_social ul li a[href*="foursquare.com"]:hover {
background-color: #f94877;
}
.business_field_widget_social ul li a[href*="stumbleupon.com"]:hover {
background-color: #eb4924;
}
.business_field_widget_social ul li a[href*="twitch.tv"]:hover {
background-color: #6441a5;
}
.business_field_widget_social ul li a[href*="tumblr.com"]:hover {
background-color: #32506d;
}
.business_field_widget_social ul li a[href*="foursquare.com"]:hover {
background-color: #f94877;
}
.business_field_widget_social ul li a[href*="stumbleupon.com"]:hover {
background-color: #eb4924;
}
.business_field_widget_social ul li a[href*="twitch.tv"]:hover {
background-color: #6441a5;
}
.business_field_widget_social ul li a[href*="tumblr.com"]:hover {
background-color: #32506d;
}
.business_field_widget_social ul li a[href*="soundcloud.com"]:hover {
background-color: #ff5500;
}
.business_field_widget_social ul li a[href*="wordpress.org"]:hover {
background-color:#45bbe6;
}
.business_field_widget_social ul li a[href*="jsfiddle.net"]:hover {
background-color:#4679bd;
}
.business_field_widget_social ul li a[href*="tripadvisor.com"]:hover {
background-color:#86c171;
}
.business_field_widget_social ul li a[href*="foursquare.com"]:hover {
background-color:#2d5be3;
}
.business_field_widget_social ul li a[href*="angel.co"]:hover {
background-color:#000;
}
.business_field_widget_social ul li a[href*="slack.com"]:hover {
background-color:#56b68b;
} .business_field_widget_services .service-block-item {
float: left;
padding: 30px 25px;
text-align: left;
position: relative;
}
.business_field_widget_services .inner-wrapper {
margin-left: -25px;
margin-right: -25px;
}
.service-block-inner-content {
display: block;
}
.service-block-inner {
padding: 0 20px 0;
text-align: center;
}
.business_field_widget_services .service-block-item a.service-icon {
width: 80px;
display: block;
margin-right: 30px;
margin-bottom: 15px;
background-color: #005bbc;
overflow: hidden;
height: 80px;
text-align: center;
margin-top: 10px;
color: #ffffff;
border-radius: 100%;
transition: background 0.2s ease-in-out 0s;
font-size: 30px;
margin: 0 auto 30px;
line-height: 2.5;
}
.business_field_widget_services .service-block-item a.service-icon:hover {
background-color: #232323;
color: #fff;
}
.business_field_widget_services .service-block-item {
width: 33.33%;
}
.business_field_widget_services .service-block-item:nth-child(3n+1) {
clear: both;
} .sidebar .business_field_widget_services .service-block-item,
#footer-widgets  .service-block-item{
width: 100%;
}
.sidebar .business_field_widget_services a.custom-button:hover {
color: #fff;
} .business_field_widget_call_to_action {
position: relative;
text-align: center;
}
#sidebar-front-page-widget-area .business_field_widget_call_to_action,
.business_field_widget_call_to_action {
background: #3d3b40;
padding: 85px 0;
background-size: cover;
position: relative;
z-index: 9;
}
#sidebar-front-page-widget-area .overlay-enabled.business_field_widget_call_to_action::before,
.overlay-enabled.business_field_widget_call_to_action::before {
background: rgba(0, 0, 0, 0.52);
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
left: 0;
}
#sidebar-front-page-widget-area .business_field_widget_call_to_action .widget-title {
color:#fff;
}
#sidebar-front-page-widget-area .business_field_widget_call_to_action .call-to-action-description p {
color: #e0e0e0;
font-size: 21px;
margin-bottom: 35px;
}
.business_field_widget_call_to_action .call-to-action-description {
margin: 0 auto;
max-width: 955px;
}
.business_field_widget_call_to_action .separator {
display: none;
}
.business_field_widget_call_to_action  a.button {
color: #ffffff;
display: inline-block;
}
.sidebar .business_field_widget_call_to_action,
#footer-widgets .business_field_widget_call_to_action {
padding: 20px;
background-size: 100%;
color: #fff;
} #sidebar-front-page-widget-area .cta-layout-1.business_field_widget_call_to_action, .cta-layout-1 .business_field_widget_call_to_action {
background: #3d3b40;
padding: 45px 0;
}
#sidebar-front-page-widget-area .cta-layout-1.business_field_widget_call_to_action .call-to-action-content-wrap {
text-align: left;
display: inline-block;
max-width: 60%;
}
#sidebar-front-page-widget-area .cta-layout-1 .widget-title {
text-align: left;
margin-top: 5px;
margin-bottom: 10px;
font-weight: normal;
letter-spacing: 1px;
}
#sidebar-front-page-widget-area .cta-layout-1 .widget-title::after,
#sidebar-front-page-widget-area .cta-layout-1 .widget-title::before {
display: none;
}
#sidebar-front-page-widget-area .cta-layout-1.business_field_widget_call_to_action .call-to-action-description p {
color: #6f4b4b;
}
#sidebar-front-page-widget-area .cta-layout-1 .call-to-action-buttons {
display: inline-block;
margin-left: 30px;
}
a.custom-button.btn-call-to-action.button-primary {
background: #fff;
color: #222;
}
a.custom-button.btn-call-to-action.button-primary:hover {
color:#fff;
}
a.custom-button.btn-call-to-action.button-secondary:after {
background:#fff;
}
a.custom-button.btn-call-to-action.button-secondary:hover {
color:#222;
}
#sidebar-front-page-widget-area .cta-layout-2 .widget-title::before {
display: none;
}
#sidebar-front-page-widget-area .cta-layout-2  .widget-title::after {
display: none;
} .business_field_widget_quick_contact .contact-info-wrapper::before {
background: #f7f7f7;
content: "";
display: inline-block;
font-family: FontAwesome;
font-size: 14px;
margin-right: 10px;
text-align: center;
padding: 1px 5px;
color: #232323;
height: 25px;
width: 25px;
border-radius: 100%;
position: absolute;
left: 0;
}
.business_field_widget_quick_contact .contact-info-wrapper.info-phone::before {
content: "\f095";
}
.business_field_widget_quick_contact .contact-info-wrapper.info-fax::before {
content: "\f1ac";
}
.business_field_widget_quick_contact .contact-info-wrapper.info-address::before {
content: "\f0ac";
}
.business_field_widget_quick_contact .contact-info-wrapper.info-contact::before {
content: "\f0e0";
}
.business_field_widget_quick_contact .contact-info-wrapper {
margin-bottom: 10px;
position: relative;
padding-left: 40px;
}
.business_field_widget_quick_contact .business_field_widget_quick_contact strong.contact-type {
border-bottom: 1px solid rgba(238, 179, 19, 0.56);
}
.business_field_widget_quick_contact strong.contact-type {
border-bottom: 1px solid #f7f7f7;
} #sidebar-front-page-widget-area .business_field_widget_testimonial_slider {
position: relative;
z-index: 99;
background-color: #3d3b40;
background-size: cover;
background-attachment: fixed;
}
#sidebar-front-page-widget-area .overlay-enabled.business_field_widget_testimonial_slider::before {
background:rgba(0, 0, 0, 0.52);
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .widget-title::after,
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .widget-title::before{
display: none;
}
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .widget-title {
margin-bottom: 15px;
}
.business_field_widget_testimonial_slider .cycle-slideshow {
max-width: 800px;
margin: 0 auto 30px;
}
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .widget-subtitle,
.business_field_widget_testimonial_slider .widget-subtitle {
color:#ddd;
}
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .title-divider-before,
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .title-divider-after {
background-color: #ffffff;
}
.business_field_widget_testimonial_slider {
clear: both;
}
.business_field_widget_testimonial_slider img {
vertical-align: middle;
border-radius: 100%;
box-shadow: 0 4px 15px #dadada;
}
.business_field_widget_testimonial_slider article {
width: 100%;
padding: 40px 40px;
display: none;
background: #fff;
}
.business_field_widget_testimonial_slider article.first {
display: block;
}
.business_field_widget_testimonial_slider .testimonial-thumb {
width: 95px;
position: relative;
margin-right: 30px;
margin: 0 auto 30px;
}
.business_field_widget_testimonial_slider  p.widget-subtitle {
color: #fff;
}
.business_field_widget_testimonial_slider .cycle-pager > span.cycle-pager-active,
.business_field_widget_testimonial_slider .cycle-pager > span:hover{
background:#fff;
}
.business_field_widget_testimonial_slider .cycle-pager {
bottom: -60px;
clear: both;
position: absolute;
text-align: center;
width: 100%;
}
.business_field_widget_testimonial_slider .cycle-pager span {
display: inline-block;
padding: 5px 5px;
cursor: pointer;
background: transparent;
margin: 5px;
background:#cacaca;
border-radius: 100%;
}
.business_field_widget_testimonial_slider .testimonial-content-area > h4 {
font-style: italic;
font-size: 19px;
margin: 0;
}
.business_field_widget_testimonial_slider .testimonial-content-area {
position: relative;
text-align: center;
display: table;
}
.business_field_widget_testimonial_slider .testimonial-content-area p::before {
color: #005bbc;
content: "\f10d";
display: inline-block;
font-family: Fontawesome;
font-size: 50px;
margin-right: 15px;
line-height: 0;
}
.business_field_widget_testimonial_slider .testimonial-excerpt > p {
font-size: 15px;
font-style: italic;
position: relative;
letter-spacing: 1px;
}
.sidebar .business_field_widget_testimonial_slider .cycle-pager span,
#footer-widget .business_field_widget_testimonial_slider .cycle-pager span {
border: 1px solid #005bbc;
}
.sidebar .business_field_widget_testimonial_slider,
#footer-widget .business_field_widget_testimonial_slider   {
margin-bottom: 50px;
} .business_field_widget_recent_posts .recent-posts-title {
font-size: 16px;
line-height: 1.5;
margin-bottom: 0;
}
.business_field_widget_recent_posts .recent-posts-meta {
font-size: 14px;
}
.business_field_widget_recent_posts .recent-posts-item {
clear: both;
margin-top: 20px;
}
.business_field_widget_recent_posts .recent-posts-item::after {
clear: both;
content: "";
display: table;
}
.business_field_widget_recent_posts .recent-posts-date::before{
display: inline-block;
font-family: FontAwesome;
height: 15px;
margin-right:8px;
content: "\f017";
} .business_field_widget_latest_news {
background: #f9fbff;
}
.latest-news-inner {
box-shadow: 0 0 45px #f3f3f3;
}
.business_field_widget_latest_news .latest-news-thumb a {
position: relative;
display: block;
overflow: hidden;
}
.business_field_widget_latest_news .latest-news-thumb a:before {
content: "\f045";
display: block;
position: absolute;
font-family: "FontAwesome";
top: 0;
color: #fff;
vertical-align: middle;
top: 45%;
text-align: center;
z-index: 9;
width: 100%;
font-size: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.business_field_widget_latest_news .latest-news-item {
float: left;
padding: 25px;
}
.business_field_widget_latest_news .latest-news-text-wrap {
background: #ffffff none repeat scroll 0 0;
text-align: left;
padding: 30px;
position: relative;
}
.latest-news-text-wrap .custom-button {
margin-left: 0;
}
.business_field_widget_latest_news .latest-news-wrapper {
position: relative;
transition: all 0.5s ease 0s;
}
.business_field_widget_latest_news .latest-news-title {
line-height: 1.5;
margin-bottom: 10px;
}
.business_field_widget_latest_news .latest-news-title  a {
display: block;
}
.business_field_widget_latest_news .latest-news-thumb {
position: relative;
}
.business_field_widget_latest_news .latest-news-thumb a {
overflow: hidden;
display: block;
}
.business_field_widget_latest_news .latest-news-item img {
vertical-align: middle;
margin-bottom: 0;
width: 100%;
}
.business_field_widget_latest_news .latest-news-col-3 .latest-news-item {
width: 33.33%;
}
.business_field_widget_latest_news .latest-news-col-4 .latest-news-item {
width: 25%;
}
.business_field_widget_latest_news .latest-news-col-2 .latest-news-item {
width: 50%;
}
.business_field_widget_latest_news .latest-news-col-1 .latest-news-item {
width: 100%;
}
.business_field_widget_latest_news .latest-news-meta .latest-news-comments {
float: right;
}
.business_field_widget_latest_news .latest-news-summary > p {
margin: 0;
}
.business_field_widget_latest_news .latest-news-text-content {
margin-bottom: 15px;
}
.latest-news-meta > span {
margin-right: 10px;
font-size: 15px;
margin-bottom: 5px;
display: inline-block;
color: #ddd;
}
.latest-news-meta {
margin-bottom: 10px;
}
.latest-news-meta > span::before {
display: inline-block;
font-family: FontAwesome;
height: 15px;
margin-right: 5px;
content: "";
}
.latest-news-meta > span a {
color:#49616b;
}
.latest-news-meta a:hover {
color: #005bbc;
}
.latest-news-meta span.comments-link::before {
content: "\f075";
}
.latest-news-meta > .cat-links::before {
content: "\f07c";
}
.latest-news-meta > .byline::before {
content: "\f007";
}
.latest-news-meta .tags-links::before{
content: "\f02c";
}
.latest-news-meta > .posted-on::before {
content: "\f017";
}
.business_field_widget_latest_news .latest-news-col-3 .latest-news-item:nth-child(3n+1) {
clear: both;
}
.business_field_widget_latest_news .latest-news-col-4 .latest-news-item:nth-child(4n+1) {
clear: both;
} #footer-widgets .business_field_widget_latest_news .latest-news-widget .latest-news-item,
.sidebar .business_field_widget_latest_news .latest-news-widget .latest-news-item{
width: 100%;
}
.sidebar .business_field_widget_latest_news .latest-news-widget,
#footer-widgets .business_field_widget_latest_news .latest-news-widget {
padding: 0 30px;
} .business_field_widget_features .main-image-disabled .features-column {
width: 50%;
float: left;
padding: 0 25px;
}
.business_field_widget_features .features-column {
width: 30%;
float: left;
}
.business_field_widget_features .features-column.features-main-content-left{
text-align: right;
}
.business_field_widget_features .features-column.features-main-content-left{
text-align: right;
}
.business_field_widget_features .features-widget {
padding: 30px 0 0;
}
.features-column.features-thumb-main {
overflow: hidden;
text-align: center;
padding: 0 40px;
width: 40%;
}
.features-column.features-thumb-main img {
vertical-align: bottom;
}
.business_field_widget_features .features-column.features-main-content-left .features-block-icon {
float: right;
margin-right: 0;
margin-left: 30px;
}
.business_field_widget_features .widget-title {
text-align: inherit;
}
.business_field_widget_features .features-block-icon {
float: left;
width: 75px;
display: table-cell;
margin-right: 40px;
margin-bottom: 5px;
height: 75px;
padding: 23px 0;
text-align: center;
margin-top: 10px;
border-radius: 100%;
transition: background 0.2s ease-in-out 0s;
box-shadow: 0px 0px 42px #eaeaea;
}
.business_field_widget_features .features-block-icon:hover {
background-color: #005bbc;
color: #fff;
}
.business_field_widget_features .features-block-icon i {
font-size: 26px;
}
.business_field_widget_features .features-block-item {
float: right;
margin-bottom: 30px;
}
.business_field_widget_features .features-block-inner-content {
display: table;
}
.business_field_widget_features .features-item-title {
margin-bottom: 15px;
line-height: 1.2;
}
.sidebar .business_field_widget_features .features-column,
#fooer-widgets .business_field_widget_features .features-column {
width: 100%;
} .business_field_widget_featured_pages_grid {
background: #f9fbff;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a {
position: relative;
display: block;
overflow: hidden;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-1 .grid-text-content {
background-color: #fff;
padding: 30px;
}
.business_field_widget_featured_pages_grid .grid-item a.learn-more-link,
.business_field_widget_latest_news .latest-news-text-wrap a.learn-more-link{
color: #aaa;
letter-spacing: 1px;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-1 .item-title  a {
display: block;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb {
position: relative;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a{
overflow: hidden;
display: block;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-1 .grid-item img {
vertical-align: middle;
margin-bottom: 0;
}
.business_field_widget_featured_pages_grid  .grid-item-inner {
box-shadow: 0 0 45px #f3f3f3;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-1 .grid-column-3 .grid-item:nth-child(3n+1) {
clear: both;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-1 .grid-column-4 .grid-item:nth-child(4n+1) {
clear: both;
}
.business_field_widget_featured_pages_grid  .grid-item {
float: left;
padding: 25px;
}
.business_field_widget_featured_pages_grid  .grid-column-3 .grid-item {
width: 33.33%;
}
.business_field_widget_featured_pages_grid  .grid-column-4 .grid-item {
width: 25%;
}
.business_field_widget_featured_pages_grid  .grid-column-2 .grid-item {
width: 50%;
}
.business_field_widget_featured_pages_grid  .grid-column-1 .grid-item {
width: 100%;
}
.business_field_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(3n+1) {
clear: both;
}
.business_field_widget_featured_pages_grid .grid-column-4 .grid-item:nth-child(4n+1) {
clear: both;
} #footer-widgets .business_field_widget_featured_pages_grid .grid-item,
.sidebar .business_field_widget_featured_pages_grid .grid-item{
width: 100%;
}
#footer-widgets .business_field_widget_featured_pages_grid,
.sidebar .business_field_widget_featured_pages_grid{
padding: 15px;
}
#footer-widgets .business_field_widget_featured_pages_grid .grid-item img,
.sidebar .business_field_widget_featured_pages_grid .grid-item img  {
margin: 0 auto;
width: 100%;
} .business_field_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-inner {
position: relative;
background: #fff;
padding: 20px;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-thumb img {
margin: 0;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-2  .grid-text-content {
display: table;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-thumb {
float: left;
margin-right: 25px;
max-width: 50%;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-2 .grid-item:nth-child(2n+1){
clear: both;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-2 .grid-item {
width: 50%;
}
.business_field_widget_featured_pages_grid a.custom-button {
margin: 0;
padding: 7px 18px;
min-width: auto;
text-transform: capitalize;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-2.grid-column-3 .grid-item:nth-child(3n+1) {
clear: inherit;
} .team-view-members .team-member-content {
padding: 25px 0;
border-top: none;
background: #fff;
box-shadow: 0 0 45px #f3f3f3;
}
.team-member-picture {
box-shadow: 0 0 45px #f3f3f3;
}
.team-member-social-links ul li a::before {
font-size: 14px;
}
.team-view-members {
overflow: visible;
}
.team-member-social-links ul li a,
.widget .team-member-social-links ul li a {
display: inline-block;
height: 35px;
width: 35px;
line-height: 2.4;
margin: 0 3px;
border-radius: 100%;
background: #f7f7f7;
border: none;
color: #424242;
}
.team-view-members .member-name {
color: #000000;
font-weight: 500;
}
.team-view-members .member-position {
font-size: 14px;
font-style: italic;
margin-bottom: 15px;
}
.team-view-members .tv_member, .team-view-members .tv_member {
padding: 25px;
}
.sidebar .team-view-members .tv_member,
#footer-widgets .team-view-members .tv_member{
max-width: 100%;
width: 300px;
margin:0 auto;
}
.team-view-members-inner {
margin: 0 -25px;
}
.team-view-members .team-member-picture  img {
width: 100%;
} #sidebar-front-page-widget-area .business_field_widget_featured_page .widget-title::before {
display: none;
}
#sidebar-front-page-widget-area .featured-page-widget.image-alignleft  img{
margin-right: 40px;
vertical-align: middle;
margin-bottom: 0;
float: left;
max-width: 50%;
}
#sidebar-front-page-widget-area .featured-page-widget .featured-page-content {
display: table-cell;
background-color:#fff;
padding:20px 35px;
}
#sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
margin-left: 60px;
vertical-align: middle;
margin-bottom: 0;
float: right;
max-width: 50%;
}
.featured-page-widget.image-aligncenter.entry-content img {
text-align: center;
display: block;
margin: 0 auto 30px;
}
#sidebar-front-page-widget-area .featured-page-widget .widget-title{
text-align: left;
}
#sidebar-front-page-widget-area .featured-page-widget .widget-title::after {
margin:5px 0;
}
#sidebar-front-page-widget-area .featured-page-widget .widget-subtitle {
font-style: italic;
font-size: 19px;
color: #005bbc;
margin: 15px 0;
text-align: left;
} .business_field_widget_portfolio .portfolio-filter {
margin-bottom: 30px;
text-align: center;
border-radius: 5px;
}
.business_field_widget_portfolio .portfolio-filter a {
padding: 5px 20px;
font-size: 15px;
display: inline-block;
border: 1px solid #f5f5f5;
margin: 0 2px;
border-radius: 5px;
}
.business_field_widget_portfolio .portfolio-container {
margin-left: -5px;
margin-right: -5px;
}
.business_field_widget_portfolio .portfolio-filter a:hover,
.business_field_widget_portfolio .portfolio-filter a.current {
background: #005bbc;
color: #fff;
border-color: #005bbc;
}
.business_field_widget_portfolio .item-wrapper {
position: relative;
overflow: hidden;
}
.business_field_widget_portfolio h3.portfolio-item-title {
position: absolute;
bottom: 0;
z-index: 99;
background: rgba(246, 246, 247, 0.65);
margin: 0;
left: 0;
right: 0;
padding: 5px 20px;
font-size: 22px;
text-align: center;
}
.business_field_widget_portfolio a.portfolio-thumb {
position: relative;
display: block;
}
#sidebar-front-page-widget-area .widget.business_field_widget_portfolio {
padding-bottom: 75px;
}
.business_field_widget_portfolio a.portfolio-thumb {
position: relative;
}
.business_field_widget_portfolio .portfolio-item:hover a.portfolio-thumb:after {
content: "\f067";
display: block;
height: 100%;
width: 100%;
background: #ffffff3D;
position: absolute;
top: 0;
text-align: center;
padding: 35% 0;
font-family: FontAwesome;
color: #005bbc;
font-size: 39px;
}
.business_field_widget_portfolio .portfolio-item {
padding: 10px;
}
.business_field_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item {
width: 33.33%;
}
.business_field_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
width: 25%;
}
.business_field_widget_portfolio .item-wrapper img {
vertical-align: middle;
-webkit-transition: -webkit-transform 0.5s ease;
-moz-transition: -moz-transform 0.5s ease;
transition: transform 0.5s ease;
margin-bottom: 0;
width: 100%;
}
.business_field_widget_portfolio .item-wrapper:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
}
.single-project .gallery ,
.single-project.has-gallery .gallery{
width: auto;
float: none;
margin: 0 -5px;
width: 100%;
}
.single-project .gallery a {
display: block;
max-width: 33.33%;
float: left;
padding: 5px;
}
.single-project .summary {
margin: 0;
padding: 40px;
background: #fbfbfb;
margin-bottom: 30px;
width: 100%;
}
nav.projects-single-pagination {
margin-top: 30px;
}
.project-meta .categories,
.project-meta .client,
.project-meta .url {
float: left;
width: 33%;
text-align: left;
}
ul.single-project-categories {
margin:0;
}
.single-project-categories li {
display: inline-block;
margin-right: 15px;
margin-bottom: 5px;
}
.single-project.no-gallery .summary .project-meta ,
.single-project.has-gallery .gallery{
width: 100%;
float: right;
}
.single-project.no-gallery .summary .project_title,
.single-project.no-gallery .summary .single-project-description ,
.single-project.has-gallery .summary{
width: 100%;
float: left;
}
.projects ul.projects li.project img, .projects-page ul.projects li.project img {
width: 100%;
} .business_field_widget_news_blocks .block-meta span {
margin-bottom: 10px;
display: inline-block;
}
.business_field_widget_news_blocks .news-and-blocks h2 {
font-size: 23px;
margin-bottom: 50px;
float: left;
}
.business_field_widget_news_blocks h2 i {
margin-right: 5px;
color: #bbbbbb;
}
.business_field_widget_news_blocks h3 {
font-size: 20px;
margin-bottom: 5px;
}
.business_field_widget_news_blocks .recent-blocks h3 {
margin-bottom: 5px;
margin-top: -5px;
}
.business_field_widget_news_blocks .recent-news {
float: left;
padding: 0 25px;
width: 65%;
}
.business_field_widget_news_blocks .recent-blocks {
float: left;
padding: 0 25px;
width: 35%;
float: right;
}
.business_field_widget_news_blocks .news-post {
float: left;
padding: 0 25px 30px;
width: 50%;
}
.business_field_widget_news_blocks .news-post:last-child {
border: medium none;
}
.business_field_widget_news_blocks .news-post:nth-child(2n+1) {
clear: both;
}
.business_field_widget_news_blocks .recent-blocks img {
max-width: 95px;
}
.business_field_widget_news_blocks .block-post .entry-meta {
background: #ffab1f none repeat scroll 0 0;
border-top: 3px solid #002147;
color: #ffffff;
float: left;
font-size: 30px;
font-weight: bold;
line-height: 1.4;
margin: 10px 20px 10px 0;
padding: 0 10px 10px;
position: relative;
text-align: center;
text-shadow: 0 0 1px #5d5d5d;
width: 71px;
}
.business_field_widget_news_blocks .block-post .entry-meta::before {
border: 1px solid #ffab1f;
border-radius: 100%;
content: "";
display: block;
height: 25px;
left: 24px;
position: absolute;
top: -15px;
width: 25px;
}
.business_field_widget_news_blocks .block-post .entry-meta::after {
border: 1px solid #ffffff;
border-radius: 100%;
content: "";
display: block;
height: 1px;
left: 0;
position: absolute;
top: 44px;
width: 100%;
}
.business_field_widget_news_blocks p {
margin: 0;
}
.business_field_widget_news_blocks .block-post .entry-meta a{
color: #fff;
}
.business_field_widget_news_blocks .block-meta {
margin-bottom: 8px;
}
.business_field_widget_news_blocks .block-post {
background: #fff none repeat scroll 0 0;
clear: both;
margin-bottom: 25px;
padding: 0;
float: left;
width: 100%;
}
.business_field_widget_news_blocks .block-post:last-child {
margin-bottom:0;
}
.business_field_widget_news_blocks .news-content {
padding: 25px 0 0;
}
.business_field_widget_news_blocks .news-post img{
margin-bottom:0;
}
.business_field_widget_news_blocks .custom-entry-date {
float: left;
margin-right: 25px;
padding: 5px 17px;
text-align: center;
border: 1px solid #efefef00;
box-shadow: 0 9px 15px #908e8e21;
}
.business_field_widget_news_blocks .custom-entry-date span.entry-month {
font-size: 14px;
margin-top: 5px;
margin-bottom: 5px;
}
.business_field_widget_news_blocks .custom-entry-date span.entry-day {
font-size: 34px;
font-weight: bold;
line-height: 1;
margin-bottom: 10px;
}
.business_field_widget_news_blocks .custom-entry-date span {
display: block;
line-height: 1.5;
}
a.view-more-post {
float: right;
color: #bfbfbf;
}
a.view-more-post:hover {
color:#005bbc;
}
a.view-more-post:after {
content: "\f105";
font-family: FontAwesome;
margin-left: 10px;
font-weight: bold;
font-size: 12px;
}
.block-meta span {
margin-right: 20px;
font-size: 15px;
}
.block-meta span::before {
display: inline-block;
font-family: FontAwesome;
margin-right: 5px;
content: "";
color: #ddd;
}
.block-meta  .comments-link::before {
content: "\f075";
}
.block-meta  .posted-on::before {
content: "\f017";
} .entry-content p.cart-empty {
margin-bottom: 15px;
}
.authorbox .author-bio-posts-content ul {
list-style-position: inside;
margin: 0;
}
.woocommerce span.onsale {
background-color: orange;
}
.woocommerce .star-rating span:before {
color: #005bbc;
} .woocommerce ul.products li.product a img {
box-shadow: none;
display: block;
height: auto;
margin: 0 0 1em;
width: 100%;
}
.woocommerce .quantity .qty {
height: 36px;
text-align: center;
width: 3.631em;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
background: #fff;
position: relative;
text-align: center;
box-shadow: 0 0 45px #f3f3f3;
}
.woocommerce.woocommerce-product-grid-3 ul.products li.product {
width: 30.23%;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #005bbc;
color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul {
border: 1px solid #005bbc;
}
.woocommerce nav.woocommerce-pagination ul li {
border-right: 1px solid #005bbc;
}
.woocommerce.woocommerce-product-grid-3  ul.products li.product .button {
left:32%;
}
.woocommerce  ul.products {
margin: 0;
}
.woocommerce ul.products li.product .price del {
color: inherit;
display: inline-block;
}
.woocommerce span.onsale {
background-color: #ff7d3c;
color: #ffffff;
position: absolute;
}
.woocommerce #review_form #respond p.stars {
margin: 10px 0;
padding: 0;
}
.woocommerce ul.products li.product .price ins {
font-weight: 700;
}
.woocommerce ul.products li.product .onsale::after{
content : '';
width : 0px;
height: 0px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
position: absolute;
top: 25px;
right: 2px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.woocommerce ul.products li.product .onsale {
border-radius: 0;
box-shadow: 0 0 45px #f3f3f3;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
margin: 0;
min-height: 20px;
padding: 5px 10px;
text-align: center;
text-shadow: none;
text-transform: uppercase;
top: 0px;
z-index: 99;
border-radius: 100%;
}
.woocommerce ul.products li.product h3 {
font-size: 20px;
font-weight: normal;
margin-bottom: 0;
width: 100%;
padding: 0;
margin: 0;
}
.woocommerce ul.products li.product .button::before{
content: "\f217";
display: inline;
font-family: FontAwesome;
font-size: 16px;
margin-right: 10px;
}
.woocommerce ul.products li.product:hover .button {
visibility:visible;
opacity: 1;
top: 35%;
}
.woocommerce ul.products li.product .button {
margin: 5px 0 25px;
padding: 10px 25px;
}
.woocommerce ul.products li.product:hover img {
opacity: 0.7;
}
body.woocommerce .products .star-rating {
font-family: star;
font-size: 16px;
height: 1em;
line-height: 1;
overflow: hidden;
position: relative;
width: 5.4em;
margin: 15px auto 15px;
}
.woocommerce .star-rating::before {
color: #fff;
content: "sssss";
float: left;
left: 0;
position: absolute;
top: 0;
}
.woocommerce .star-rating span {
float: left;
left: 0;
overflow: hidden;
padding-top: 1.5em;
position: absolute;
top: 0;
}
.woocommerce .star-rating span::before {
color: #ffd353;
content: "SSSSS";
left: 0;
position: absolute;
top: 0;
}
.woocommerce .woocommerce-product-rating {
display: block;
line-height: 2;
}
.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
content: " ";
display: table;
}
.woocommerce .woocommerce-product-rating .star-rating {
float: left;
margin: 0.5em 4px 0 0;
}
.woocommerce .hreview-aggregate .star-rating {
margin: 10px 0 0;
}
.woocommerce ul.products li.product .price {
color: #77a464;
font-size: 14px;
display: block;
font-weight: 400;
margin-bottom: 15px;
}
.woocommerce #comments {
margin-top:0;
}
.woocommerce #primary .button, .woocommerce #review_form #respond .form-submit input {
background: #005bbc;
font-weight: normal;
color: #fff;
display: inline-block;
min-width: auto;
padding: 10px 15px;
font-size: 14px;
border-radius: 3px;
text-transform: capitalize;
}
.woocommerce #primary .button:hover, .woocommerce #review_form #respond .form-submit input:hover {
background-color: #232323;
}
.woocommerce .quantity .qty {
height: 34px;
} .business-field-woocommerce ul.products li.product a img {
box-shadow: none;
display: block;
height: auto;
margin: 0 0 1em;
width: 100%;
}
.business-field-woocommerce .quantity .qty {
height: 36px;
text-align: center;
width: 3.631em;
}
.business-field-woocommerce ul.products li.product {
background: rgb(255, 255, 255) none repeat scroll 0 0;
float: left;
list-style-type: none;
margin:25px;
overflow: hidden;
position: relative;
text-align: center;
width: 29.4%;
clear: none;
box-shadow: 0 0 45px #f3f3f3;
border-radius: 0;
}
.business-field-woocommerce.business-field-woocommerce-product-grid-4 ul.products li.product:nth-child(4n+1) {
clear: both;
}
.business-field-woocommerce.business-field-woocommerce-product-grid-3 ul.products li.product:nth-child(3n+1) {
clear: both;
}
.business-field-woocommerce.business-field-woocommerce-product-grid-4 ul.products li.product {
width: 21%;
}
h2.woocommerce-loop-product__title {
font-size: 18px;
padding: 0 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
margin: 0;
}
.business-field-woocommerce  ul.products {
margin: 0;
}
.business-field-woocommerce ul.products li.product .price del {
color: inherit;
display: inline-block;
}
.business-field-woocommerce span.onsale {
background-color: #ff7d3c;
color: #ffffff;
position: absolute;
}
.business-field-woocommerce #review_form #respond p.stars {
margin: 10px 0;
padding: 0;
}
.business-field-woocommerce ul.products li.product .price ins {
font-weight: 700;
}
.business-field-woocommerce ul.products li.product .onsale::after{
content : '';
width : 0px;
height: 0px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
position: absolute;
top: 25px;
right: 2px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.business-field-woocommerce ul.products li.product .onsale {
border-radius: 100%;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
margin: 0;
min-height: 20px;
padding: 5px 10px;
text-align: center;
text-shadow: none;
text-transform: uppercase;
top: 10px;
z-index: 99;
right: 10px;
}
.business-field-woocommerce ul.products li.product h3 {
font-size: 20px;
font-weight: normal;
margin-bottom: 0;
width: 100%;
}
.business-field-woocommerce ul.products li.product .button::before{
content: "\f217";
display: inline;
font-family: FontAwesome;
font-size: 16px;
margin-right: 10px;
}
.business-field-woocommerce ul.products li.product:hover .button {
visibility:visible;
opacity: 1;
top: 35%;
}
.business-field-woocommerce ul.products li.product .button {
margin: 5px 0 25px;
padding: 4px 13px;
background: #005bbc;
color: #fff;
text-transform: capitalize;
}
.business-field-woocommerce ul.products li.product .button:hover {
background-color: #005bbc;
border-color: #005bbc;
}
.business-field-woocommerce ul.products li.product:hover img {
opacity: 0.7;
background: #005bbc;
}
.business-field-woocommerce .star-rating {
font-family: star;
font-size: 16px;
height: 1em;
line-height: 1;
overflow: hidden;
position: relative;
width: 5.4em;
margin: 15px auto 15px;
position: absolute;
top: 10px;
left: 25px;
}
.business-field-woocommerce .star-rating::before {
color: #fff;
content: "sssss";
float: left;
left: 0;
position: absolute;
top: 0;
}
.business-field-woocommerce .star-rating span {
float: left;
left: 0;
overflow: hidden;
padding-top: 1.5em;
position: absolute;
top: 0;
}
.business-field-woocommerce .star-rating span::before {
color: #ffd353;
content: "SSSSS";
left: 0;
position: absolute;
top: 0;
}
.business-field-woocommerce .woocommerce-product-rating {
display: block;
line-height: 2;
}
.business-field-woocommerce .woocommerce-product-rating::after,
.business-field-woocommerce .woocommerce-product-rating::before {
content: " ";
display: table;
}
.business-field-woocommerce .woocommerce-product-rating .star-rating {
float: left;
margin: 0.5em 4px 0 0;
}
.business-field-woocommerce .hreview-aggregate .star-rating {
margin: 10px 0 0;
}
.business-field-woocommerce ul.products li.product .price {
color: #77a464;
font-size: 14px;
display: block;
font-weight: 400;
margin-bottom: 15px;
}
.sidebar .business-field-woocommerce ul.products li:before ,
.footer-widgets .business-field-woocommerce ul.products li:before {
display: none;
}
.sidebar .business_field_widget_products_grid .inner-wrapper,
.sidebar .business_field_widget_products_grid .inner-wrapper,
#footer-widgets .business_field_widget_products_grid .inner-wrapper,
#footer-widgets .business_field_widget_products_grid .inner-wrapper {
margin: 0;
}
.sidebar .business-field-woocommerce ul.products li.product,
.sidebar .business-field-woocommerce-page ul.products li.product,
#footer-widgets .business-field-woocommerce ul.products li.product,
#footer-widgets .business-field-woocommerce-page ul.products li.product {
width: 100%;
padding: 0;
margin:0 0 30px 0;
}  @media only screen and (max-width:1400px) {
.container {
max-width:1270px;
}
} @media only screen and (max-width:1230px){
.site-layout-boxed #page {
width: 95%;
max-width: 100%;
}
h1 {
font-size: 42px;
}
h2 {
font-size: 32px;
}
h3{
font-size: 22px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 13px;
}
.container {
width: 97%;
padding:0 15px;
}
.main-navigation ul li a {
letter-spacing: inherit;
}
.inner-wrapper,
.team-view-members-inner {
margin: 0 -15px;
}
#sidebar-front-page-widget-area .widget {
padding: 40px 0;
margin: 0;
}
.business_field_widget_featured_pages_grid .grid-item,
.business_field_widget_news_events .featured-news-events .recent-news,
.business_field_widget_news_events .featured-news-events .recent-events,
.business_field_widget_latest_news .latest-news-item,
.team-view-members .tv_member, .team-view-members .tv_member,
.business_field_widget_services .service-block-item,
.business_field_widget_news_blocks .news-post,
.business_field_widget_news_blocks .recent-blocks,
.business_field_widget_news_blocks .recent-news {
padding:15px;
}
.business_field_widget_news_blocks .news-post {
padding-top: 0;
}
.business_field_widget_news_blocks .recent-blocks {
width: 40%;
}
.business_field_widget_news_blocks .recent-news {
width: 60%;
}
.business_field_widget_news_blocks .recent-news
#sidebar-front-page-widget-area .business_field_widget_call_to_action,
.business_field_widget_call_to_action {
padding: 40px 0;
background-size: 100%;
}
.business-field-woocommerce ul.products li.product {
margin: 0 15px 15px;
width: 30.3%;
}
.header-search-box .search-form {
max-width: 500px;
}
.site-title {
margin-top: 5px;
}
.header-search-box {
margin-top: 10px;
}
#main-slider .cycle-prev,
#main-slider .cycle-next {
visibility: visible;
}
#main-slider h3 {
font-size: 60px;
}
#main-slider .cycle-prev,
#main-slider:hover .cycle-prev {
left: 1%;
}
#main-slider .cycle-next,
#main-slider:hover .cycle-next {
right: 1%;
}
.custom-button,
.custom-button:visited {
padding: 10px 25px;
min-width: 135px;
}
} @media only screen and (max-width:1024px) {
.main-navigation ul > li ul  {
display: none;
opacity: 1;
visibility: visible;
}
.main-navigation ul > li:hover > ul  {
display: block;
opacity: 1;
visibility: visible;
}
#main-slider h3 {
font-size: 55px;
}
} @media only screen and (max-width:1023px){
.custom-logo-link img {
vertical-align: middle;
max-width: 80px;
}
#main-slider .cycle-caption {
max-width: 75%;
}
#sidebar-front-page-widget-area .widget,
#sidebar-front-page-widget-area .cta-layout-1.business_field_widget_call_to_action,
.cta-layout-1 .business_field_widget_call_to_action {
padding: 20px 0;
margin: 0;
}
#sidebar-front-page-widget-area .cta-layout-1.business_field_widget_call_to_action .call-to-action-content-wrap {
text-align: left;
display: inline-block;
max-width: 100%;
}
#sidebar-front-page-widget-area .cta-layout-1 .widget-title {
text-align: center;
}
#sidebar-front-page-widget-area .widget-subtitle {
max-width: 100%;
}
.business_field_widget_portfolio h3.portfolio-item-title {
font-size: 20px;
}
.business_field_widget_latest_news .latest-news-text-wrap {
padding: 20px;
}
td,
th {
font-size: 12px;
padding: 2px;
text-align: center;
}
body{
padding-top: 0;
}
#page {
margin-top:45px;
}
#main-nav {
display: none;
}
.enabled-sticky-primary-menu.sidr-open #masthead.fixed {
position: relative;
top: 89px;
}
.enabled-sticky-primary-menu  #masthead.fixed {
top: 39px;
}
.enabled-sticky-primary-menu.admin-bar #masthead.fixed {
top: 93px;
}
.sidr-open #mobile-trigger {
transition: inherit;
}
#mobile-trigger {
background: #000000 none repeat scroll 0 0;
display: block;
left: 0;
padding: 5px;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 999999;
}
.logged-in #mobile-trigger {
top: 45px;
}
.sidr-open #mobile-trigger {
padding-left: 275px;
text-align: left;
transition: inherit;
}
.site-branding {
float: none;
margin-right: 0;
}
.custom-logo-link {
max-width: inherit;
}
#mobile-trigger i {
background-color: #005bbc;
border: 2px solid #fffffe;
box-shadow: 0 1px 2px #000000;
color: #ffffff;
font-size: 21px;
padding: 6px 8px;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
line-height: 1.5;
padding-bottom: 10px;
padding-left: 30px;
padding-top: 10px !important;
}
#primary,
.sidebar {
width: 100%;
}
body.three-columns-enabled #primary,
body.three-columns-enabled #content .sidebar,
body #content #primary, body #content .sidebar {
border-bottom: 1px solid #dddddd;
margin-bottom: 20px;
padding-bottom: 20px;
width: 100%;
}
.business_field_widget_recent_posts .recent-posts-item {
clear: both;
float: left;
margin-top: 30px;
width: 100%;
}
.business_field_widget_features .features-column {
width: 100%;
float: left;
padding: 0;
}
.business_field_widget_features .features-column .features-block-icon {
margin-top: 15px;
}
.business_field_widget_features .features-block-item {
margin-top: 30px;
float: left;
}
#main-slider h3 {
font-size: 50px;
}
#main-slider p {
font-size: 17px;
margin-bottom: 20px;
}
.business_field_widget_featured_pages_grid .grid-column-4 .grid-item,
.business_field_widget_latest_news .latest-news-col-4 .latest-news-item {
width: 50%;
}
#footer-contact-section .quick-contact .quick-contact-item i {
font-size: 20px;
padding: 7px 0;
width: 35px;
height: 35px;
float: none;
margin: 0 auto 15px;
}
.business_field_widget_features .features-widget {
padding: 0;
}
.slider-buttons a {
padding: 10px 20px;
font-size: 14px;
text-transform: uppercase;
}
.quick-contact-inner {
float: none;
text-align: center;
width: 100%;
}
#sidebar-front-page-widget-area .featured-page-widget .featured-page-content {
display: block;
padding: 20px 0;
clear: both;
width: 100%;
}
#sidebar-front-page-widget-area .featured-page-widget {
padding: 0;
}
#sidebar-front-page-widget-area .featured-page-widget.image-alignleft img,
#sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
margin-right: 0;
vertical-align: middle;
margin-bottom: 0;
float: none;
max-width: 100%;
display: block;
margin: 0 auto;
}
.quick-contact-item h4::after {
width: 100%;
}
.business-field-woocommerce ul.products li.product {
margin: 0 15px 15px;
width: 29%;
}
.business-field-woocommerce.business-field-woocommerce-product-grid-4 ul.products li.product {
margin: 15px 15px;
width: 45.9%;
}
#colophon .colophon-column-left,
#colophon .colophon-column-right{
float: left;
width: 100%;
text-align: center;
}
.business_field_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-inner .grid-text-content {
position: inherit;
bottom: 0;
top: inherit;
clear: both;
width: 100%;
left: 0;
}
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .widget-title,
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .widget-subtitle,
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .message {
float: none;
width: 100%;
clear: both;
text-align: center;
color: #fff;
margin: 0;
padding: 0 0;
}
#sidebar-front-page-widget-area .business_field_widget_testimonial_slider .cycle-slideshow {
float: left;
width: 100%;
margin-top: 16px;
padding: 20px;
margin-bottom: 40px;
}
.business_field_widget_features .features-block-item {
margin-top: 20px;
float: left;
border-bottom: 1px solid #f7f7f7;
padding-bottom: 20px;
}
.business_field_widget_services .service-block-item {
width: 50%;
}
.business_field_widget_services .service-block-item:nth-child(3n+1) {
clear: inherit;
}
.business_field_widget_services .service-block-item:nth-child(2n+1) {
clear: both;
}
.business_field_widget_news_blocks .recent-blocks,
.business_field_widget_news_blocks .recent-news {
width: 100%;
}
} @media only screen and (max-width:800px){
#main-slider h3 {
font-size: 45px;
}
} @media only screen and (max-width:767px){
h1 {
font-size: 32px;
}
h2 {
font-size: 24px;
}
h3{
font-size: 22px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
#quick-contact, .header-social-wrapper .business_field_widget_social {
text-align: center;
width: 100%;
}
#tophead .header-social-wrapper {
float: none;
border-top: 1px solid #515151;
margin-top: 5px;
clear: both;
}
#quick-contact li,
.header-social-wrapper .business_field_widget_social li {
display: inline-block;
float: none;
}
.header-search-box .search-form {
max-width: 300px;
}
.site-branding {
float: left;
text-align: left;
}
#quick-contact li,
.header-social-wrapper .business_field_widget_social li {
display: inline-block;
float: none;
border: none!important;
padding: inheritx;
}
body .sidebar,
body #primary {
width: 100%;
}
.site-branding {
text-align: left;
}
.site-content {
padding-top: 15px;
} #main-slider .cycle-caption h3 {
margin-bottom: 15px;
}
#main-slider .cycle-caption p {
display: none;
}
#main-slider .cycle-pager {
bottom: 0;
}
.site-title {
font-size: 24px;
}
.custom-button,
.custom-button:visited {
font-size: 14px;
padding: 5px 20px;
text-transform: inherit;
min-width: inherit;
}
.caption-alignment-center .slider-buttons a.custom-button {
margin: 0 15px;
}
#main-slider .cycle-caption.caption-alignment-center {
text-align: center;
left: 10%;
}
#main-slider .cycle-caption {
width: 80%;
max-width: 80%;
left: 10%;
right: 10%;
}
#content {
clear: both;
padding-top: 20px;
}
#sidebar-front-page-widget-area {
clear: both;
}
.business_field_widget_portfolio .portfolio-filter a {
padding: 4px 14px;
font-size: 12px;
margin-top: 5px;
}
.business_field_widget_portfolio h3.portfolio-item-title {
padding: 10px;
font-size: 17px;
font-weight: normal;
} #footer-widgets .footer-widget-area {
float: left;
padding: 0 15px;
width: 50%;
}
.widget.business_field_widget_services .service-block-item {
width: 50%;
}
.service-block-inner-content {
display: block;
}
.business_field_widget_latest_news .latest-news-widget .latest-news-item {
width: 50%;
}
.business_field_widget_products_grid .business-field-woocommerce ul.products li.product {
width: 44%;
}
.business_field_widget_latest_news .latest-news-widget .latest-news-item:nth-child(3n+1),
.widget.business_field_widget_products_grid .business-field-woocommerce ul.products li.product:nth-child(3n+1) {
clear: inherit;
}
.business_field_widget_latest_news .latest-news-widget .latest-news-item:nth-child(2n+1),
.widget.business_field_widget_products_grid .business-field-woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
#footer-widgets {
padding: 30px 15px;
}
#colophon .copyright,
#colophon .site-info {
clear: both;
text-align: center;
width: 100%;
}
#footer-navigation {
text-align: center;
margin-bottom:10px;
}
.copyright {
margin-bottom: 5px;
}
#custom-header {
background-repeat: no-repeat;
background-size: cover !important;
padding: 45px 0 43px;
}
#custom-header .page-title {
font-size: 32px;
}
.business_field_widget_featured_pages_grid  .featured-pages-grid .grid-item {
width: 50%;
}
.business_field_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(3n+1) {
clear: inherit;
}
.business_field_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(2n+1) {
clear: both;
}
#sidebar-front-page-widget-area .widget {
padding: 30px 0;
margin: 0;
}
#sidebar-front-page-widget-area .widget-subtitle {
margin: 0 auto 15px;
}
.business_field_widget_testimonial_slider .testimonial-content-area {
max-width: 100%;
}
#sidebar-front-page-widget-area .cta-layout-2 a.custom-button {
padding: 10px 27px;
}
.alignment-left img,
.alignment-right img {
max-width: 50%;
}
.alignment-right .entry-content-wrapper, .alignment-left .entry-content-wrapper {
display: block;
}
#footer-widgets .footer-widget-area:nth-child(3n) {
clear: both;
}
.business_field_widget_services .inner-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.header-search-box .search-box-wrap {
width: 260px;
}
} @media only screen and (max-width:700px){
.entry-content-wrapper {
padding-top: 0;
}
.business-field-woocommerce ul.products li.product {
max-width: 300px;
margin: 10px;
float: left;
}
.site-branding {
text-align: center;
width: 100%;
float: none;
}
.custom-logo-link,
.custom-logo-link, #site-identity {
max-width: inherit;
float: none;
display: block;
margin: 0 0 15px 0;
}
.business_field_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item,
.business_field_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
width: 50%;
}
#sidebar-front-page-widget-area .overlay-enabled.business_field_widget_call_to_action.cta-layout-2::before {
width: 100%;
}
.cta-layout-2 .call-to-action-main-wrap {
float: left;
width: 100%;
text-align: center;
padding-right: 0;
float: none;
}
#sidebar-front-page-widget-area .business_field_widget_call_to_action.cta-layout-2 .widget-title {
text-align: center;
margin-bottom: 15px;
}
#main-slider .cycle-caption p {
display: none;
}
#custom-header {
background-repeat: no-repeat;
padding: 25px 0 30px;
}
.page-title {
font-size: 30px;
}
.enabled-sticky-primary-menu.admin-bar #masthead.fixed,
.enabled-sticky-primary-menu  #masthead.fixed,
.site-header {
position: inherit;
padding:15px 0;
top: 0;
}
#main-slider .cycle-caption h3 {
font-size: 40px;
}
#main-slider .cycle-pager {
display: none;
}
#main-slider .cycle-prev, #main-slider .cycle-next {
font-size: 19px;
height: 35px;
width: 35px;
padding: 0;
line-height: 1.9;
opacity: 1;
}
.service-block-inner {
padding: 0 20px;
}
.slider-buttons a.custom-button {
padding: 6px 16px;
font-size: 13px;
}
.alignment-left img ,
.alignment-right img {
max-width: 100%;
margin:0 0 15px;
}
.alignment-right .entry-content-wrapper,
.alignment-left .entry-content-wrapper {
display: block;
}
} @media only screen and (max-width:639px){
.business_field_widget_latest_news .latest-news-widget .latest-news-item {
width: 50%;
}
.widget.business_field_widget_services .service-block-item {
width: 50%;
}
} @media only screen and (max-width:500px){
.business_field_widget_features .features-column .features-block-icon {
margin-top: 0;
margin-right: 15px;
width: 55px;
height: 55px;
line-height: 0;
padding: 14px 0;
}
.business_field_widget_features .features-block-icon i {
font-size: 22px;
}
.business_field_widget_features .features-column.features-main-content-left .features-block-icon {
float: right;
margin-right: 0;
margin-left: 15px;
}
#main-slider .cycle-caption h3 {
font-size: 22px;
}
#main-slider .cycle-caption{
bottom: 35px;
}
#main-slider .cycle-prev, #main-slider:hover .cycle-prev {
left: 0;
}
#main-slider .cycle-next, #main-slider:hover .cycle-next  {
right: 0;
}
#main-slider .cycle-prev, #main-slider .cycle-next {
width: 30px;
}
.slider-buttons a.custom-button {
padding: 5px 16px;
font-size: 13px;
text-transform: capitalize;
margin-right: 5px;
}
.business_field_widget_news_blocks p {
margin: 0;
display: table;
}
.business_field_widget_latest_news .latest-news-widget .latest-news-item {
width: 100%;
}
.scrollup {
font-size: 14px;
height: 40px;
width: 35px;
border: 4px solid #005bbc;
}
} @media only screen and (max-width:479px){
.business_field_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item,
.business_field_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
width: 100%;
}
.business_field_widget_news_blocks .news-post {
padding-top: 0;
width: 100%;
}
.business-field-woocommerce ul.products li.product {
max-width: 300px;
margin: 15px auto 15px;
width: 100%;
float: none;
}
.business_field_widget_featured_pages_grid  .featured-pages-grid .grid-item {
width: 100%;
}
.team-view-members .team-view-members-inner .team-view-members-items .tv_member,
.team-view-members .team-view-members-inner .team-view-members-items.column-1 .tv_member {
max-width: 100%;
width: 300px;
margin: 0 auto 15px;
float: none;
padding:0;
}
.comment .reply {
position: inherit;
top: inherit;
right: inherit;
}
ol.comment-list .children {
padding-left: 0;
}
.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-next {
width: 100%;
text-align: center;
}
#footer-widgets .footer-widget-area {
width: 100%;
}
#footer-widgets .footer-widget-area:first-child {
border: none;
margin-top: 0;
padding-top: 0;
}
#footer-widgets .footer-widget-area {
width: 100%;
padding-top: 15px;
border-top: 1px solid #fff;
margin-top: 15px;
}
.site-description {
margin-bottom: 0;
}
.search-box .search-box-wrap {
right: 3%;
width: 263px;
}
.search-box {
float: right;
position: relative;
width: 33px;
}
.widget.business_field_widget_services .service-block-item {
width: 100%;
}
.page-title {
font-size: 20px;
margin-bottom: 7px;
}
.business_field_widget_products_grid .business-field-woocommerce ul.products li.product {
width: 285px;
margin: 0;
float: none;
margin: 0 auto 15px;
display: block;
}
} @media only screen and (max-width:359px){
#main-slider .cycle-caption{
bottom: 30px;
}
.slider-buttons a.custom-button {
display: none;
}
#main-slider .cycle-caption {
bottom: 48px;
text-align: center;
}
} @media only screen and (max-width:219px){
.container{
width: 310px;
max-width: 310px;
}
} [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
hr.wp-block-separator {
background: none;
border-bottom-width: 1px;
}
.wp-block-gallery {
margin: 0;
margin-bottom: 15px;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignnone,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignright {
display: flex;
}
.wp-block-gallery figcaption {
font-style: italic;
}
p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
margin-top: 0.075em;
}
.wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
}
.wp-block-audio audio {
display: block;
width: 100%;
}
.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
}
.wp-block-pullquote blockquote {
margin: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding-top: 10px;
padding-bottom: 10px;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote {
border-left: 5px solid #005bbc;
}
.wp-block-pullquote.is-style-solid-color blockquote {
border: none;
background: #005bbc;
padding: 30px;
color: #fff;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
color: #fff;
}
blockquote:before {
display: none;
}
blockquote {
margin: 0 0 15px 0;
position: relative;
padding-left: 20px;
}
.entry-content ul.wp-block-gallery {
margin-left: 0;
padding-left: 0;
}
.entry-content ul,.entry-content ol {
padding-left: 20px;
margin-left: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: none;
font-style: normal;
font-size: 18px;
color: #000;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
clear: both;
}.page-id-18 #footer-widgets {
display: none;
}
.main-navigation ul li a {
color: #6a6a6a !important;
padding: 20px 10px;
text-transform: unset;
}
#content {
padding-top: 0px;
}
.site-header {
border-bottom: 2px solid #005bbc !important;
} #footer-widgets ul li:before{
display: none;
}
#footer-widgets ul li {
display: inline-block;
}
#footer-widgets, #footer-widgets a {
color:#888 !important;
font-size: 18px;
font-weight: 400;
}
#colophon {
background-color: #005bbc;
padding: 15px 0;
border:none !important;
}
.colophon-column-right {
display: none !important;
}
#footer-widgets {
background-color: #ffffff;
padding: 15px 0;
}
#content_section p {
margin: 0;
font-size: 18px;
}
div#custom-header {
display: none;
}
.heilent_faq .kc_accordion_header a {
color: #005bbc !important;
font-size: 20px !important;
font-weight: 700 !important; }
.heilent_faq p {
font-size: 18px !important;
}
.heilent_faq .kc_accordion_header, .heilent_faq .kc_accordion_content {
border: 1px solid #005bbc !important;
}
.wpcf7 input {
padding: 20px;
border: none;
font-size: 16px;
}
.wpcf7 textarea{
border: none;
height: 150px;
font-size: 16px;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #ffffff;
color: #708238;
padding: 10px 15px;
float: right;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
color: #708238 !important;
}
.page-id-44 a {
color: #74bff2;
}
.page-id-44 p {
font-size: 18px;
}
aside#text-2 {
margin-top: 0;
}
#text-2 p {
font-size: 16px;
font-weight: 400;
}
#footer-navigation li a {
color: #fff !important;
font-size: 18px;
}
#colophon .copyright {
font-size: 16px;
}
#footer-widgets .widget-title {
color: #888;
font-size: 18px;
display: inline-block;
width: 50%;
vertical-align: top;
}
section#yikes-mailchimp-container-1 {
display: inline-block;
width: 30%;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
width: 25% !important;
margin-left: 0;
background-color: #005bbc;
border: none;
border-radius: 4px;
padding: 10px 20px;
color: rgb(255, 255, 255);
margin-top: 20px;
cursor: pointer;
}
input#yikes-easy-mc-form-1-EMAIL {
background-color: #fff !important;
}
.main-navigation ul li:last-child a{
padding-right:0px; 
}
#main-nav {
margin-right: 0;
}
.topbar {
width: 100%;
background-color: #005bbc;
color: #fbfbfc;
position: relative;
font-weight: 500;
height: 40px;
font-size: 12px;
padding-top: 10px;
}
a.email-contact {
margin: 0 20px;
}
.custom-logo-link {
max-width: 75px;
}
.main-navigation li > a:hover, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a, .main-navigation li:hover > a {
color: #005bbc !important;
}
#content_section_12 a {
color: #708238 !important;
}
#content_section_12 p {
text-align: justify;
}
.entry-content a {
color: #b5b5b5 !important;
}
.heading_color .kc_title1 {
color: #005bbc !important;
}
body{
color:#546d06;
}
.widget.nl2go-widget form h2 {
font-size: 12px;
color: #ffeb00;
font-weight: 400;
max-width: 350px;
margin: 0;
}
.form-sub {
display: flex;
align-items: flex-start;
padding-bottom: 0px;
}
.form-sub > div > div:first-child {
order: 2;
}
.form-sub > div {
display: flex;
flex-direction: column;
}
.checkbox-inline {
position: absolute;
bottom: 12px;
}
.form-sub input[type="checkbox"] {
position: relative;
top: 3px;
}
.form-sub:empty {
padding: 0;
}
.video-part video{width:100%;}
@media screen and (min-width: 768px){
.name_helf {
display: inline-block;
width: 49%;
}
.name_right {
display: inline-block;
width: 49%;
margin-left: 1.49%;
margin-bottom: 20px;
}
}
@media screen and (max-width: 767px){
.wpcf7 input {
margin-bottom: 15px;
}
}@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCu6KVjbNBYlgoKej75l0mwFg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCu6KVjbNBYlgoKej7wl0mwFg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCu6KVjbNBYlgoKej74l0mwFg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCu6KVjbNBYlgoKej73l0mwFg.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCu6KVjbNBYlgoKej76l0mwFg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCu6KVjbNBYlgoKej70l0k.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyCN4Ffgg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyLN4Ffgg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyDN4Ffgg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyMN4Ffgg.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyBN4Ffgg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyPN4E.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://stefanlanger.net/wp-content/fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face{font-family:'FontAwesome';src:url(//stefanlanger.net/wp-content/themes/business-field/third-party/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//stefanlanger.net/wp-content/themes/business-field/third-party/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//stefanlanger.net/wp-content/themes/business-field/third-party/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//stefanlanger.net/wp-content/themes/business-field/third-party/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//stefanlanger.net/wp-content/themes/business-field/third-party/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//stefanlanger.net/wp-content/themes/business-field/third-party/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#333;color:#fff;box-shadow:0 0 5px 5px #222 inset}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#4d4d4d),color-stop(100%,#1a1a1a));background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);background-image:linear-gradient(#4d4d4d,#1a1a1a);font-size:11px;font-weight:400;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;box-shadow:0 5px 5px 3px rgba(0,0,0,.2)}.sidr label,.sidr p,.sidr ul li ul li{font-size:13px}.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span,.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span,.sidr ul li:hover>a,.sidr ul li:hover>span{box-shadow:0 0 15px 3px #222 inset}.sidr p{margin:0 0 12px}.sidr p a{color:rgba(255,255,255,.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}.sidr ul li ul,.sidr ul li ul li:last-child{border-bottom:0}.sidr ul li.active,.sidr ul li.sidr-class-active,.sidr ul li:hover{border-top:0;line-height:49px}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{margin:0}.sidr ul li ul li{line-height:40px}.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active,.sidr ul li ul li:hover{border-top:0;line-height:41px}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,.8);padding-left:30px}.sidr form{margin:0 15px}.sidr input[type=url],.sidr input[type=text],.sidr input[type=password],.sidr input[type=date],.sidr input[type=datetime],.sidr input[type=email],.sidr input[type=number],.sidr input[type=search],.sidr input[type=tel],.sidr input[type=time],.sidr select,.sidr textarea{width:100%;font-size:13px;padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;border-radius:2px;border:0;background:rgba(0,0,0,.1);color:rgba(255,255,255,.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,.9)}.page-id-18 #footer-widgets {
display: none;
}
.main-navigation ul li a {
color: #6a6a6a !important;
padding: 20px 10px;
text-transform: unset;
}
#content {
padding-top: 0px;
}
.site-header {
border-bottom: 2px solid #005bbc !important;
} #footer-widgets ul li:before{
display: none;
}
#footer-widgets ul li {
display: inline-block;
}
#footer-widgets, #footer-widgets a {
color:#888 !important;
font-size: 18px;
font-weight: 400;
}
#colophon {
background-color: #005bbc;
padding: 15px 0;
border:none !important;
}
.colophon-column-right {
display: none !important;
}
#footer-widgets {
background-color: #ffffff;
padding: 15px 0;
}
#content_section p {
margin: 0;
font-size: 18px;
}
div#custom-header {
display: none;
}
.heilent_faq .kc_accordion_header a {
color: #005bbc !important;
font-size: 20px !important;
font-weight: 700 !important; }
.heilent_faq p {
font-size: 18px !important;
}
.heilent_faq .kc_accordion_header, .heilent_faq .kc_accordion_content {
border: 1px solid #005bbc !important;
}
.wpcf7 input {
padding: 20px;
border: none;
font-size: 16px;
}
.wpcf7 textarea{
border: none;
height: 150px;
font-size: 16px;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #ffffff;
color: #708238;
padding: 10px 15px;
float: right;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
color: #708238 !important;
}
.page-id-44 a {
color: #74bff2;
}
.page-id-44 p {
font-size: 18px;
}
aside#text-2 {
margin-top: 0;
}
#text-2 p {
font-size: 16px;
font-weight: 400;
}
#footer-navigation li a {
color: #fff !important;
font-size: 18px;
}
#colophon .copyright {
font-size: 16px;
}
#footer-widgets .widget-title {
color: #888;
font-size: 18px;
display: inline-block;
width: 50%;
vertical-align: top;
}
section#yikes-mailchimp-container-1 {
display: inline-block;
width: 30%;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
width: 25% !important;
margin-left: 0;
background-color: #005bbc;
border: none;
border-radius: 4px;
padding: 10px 20px;
color: rgb(255, 255, 255);
margin-top: 20px;
cursor: pointer;
}
input#yikes-easy-mc-form-1-EMAIL {
background-color: #fff !important;
}
.main-navigation ul li:last-child a{
padding-right:0px; 
}
#main-nav {
margin-right: 0;
}
.topbar {
width: 100%;
background-color: #005bbc;
color: #fbfbfc;
position: relative;
font-weight: 500;
height: 40px;
font-size: 12px;
padding-top: 10px;
}
a.email-contact {
margin: 0 20px;
}
.custom-logo-link {
max-width: 75px;
}
.main-navigation li > a:hover, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a, .main-navigation li:hover > a {
color: #005bbc !important;
}
#content_section_12 a {
color: #708238 !important;
}
#content_section_12 p {
text-align: justify;
}
.entry-content a {
color: #b5b5b5 !important;
}
.heading_color .kc_title1 {
color: #005bbc !important;
}
body{
color:#546d06;
}
.widget.nl2go-widget form h2 {
font-size: 12px;
color: #ffeb00;
font-weight: 400;
max-width: 350px;
margin: 0;
}
.form-sub {
display: flex;
align-items: flex-start;
padding-bottom: 0px;
}
.form-sub > div > div:first-child {
order: 2;
}
.form-sub > div {
display: flex;
flex-direction: column;
}
.checkbox-inline {
position: absolute;
bottom: 12px;
}
.form-sub input[type="checkbox"] {
position: relative;
top: 3px;
}
.form-sub:empty {
padding: 0;
}
.video-part video{width:100%;}
@media screen and (min-width: 768px){
.name_helf {
display: inline-block;
width: 49%;
}
.name_right {
display: inline-block;
width: 49%;
margin-left: 1.49%;
margin-bottom: 20px;
}
}
@media screen and (max-width: 767px){
.wpcf7 input {
margin-bottom: 15px;
}
}[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
border: none;
font-size: 15px;
line-height: 1.4;
margin: 0;
padding: 14px;
text-align: center;
}
.no-sidebar .alignfull {
margin-left  : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width    : 100vw;
}
.no-sidebar .alignwide {
margin-left  : calc( -96vw / 2 + 100% / 2 );
margin-right : calc( -96vw / 2 + 100% / 2 );
max-width: 96vw;
}
.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
width: auto;
} @media screen and (min-width: 61.5625em) {
.no-sidebar .alignfull  {
margin-left  : calc( -95vw / 2 + 100% / 2 );
margin-right : calc( -95vw / 2 + 100% / 2 );
max-width: 95vw;
}
} @media screen and (min-width: 64em) {
.no-sidebar.full-width-layout .alignfull {
margin-left  : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width    : 100vw;
}
.no-sidebar:not(.full-width-layout) .alignwide {
margin-left: -69px;
margin-right: -69px;
max-width: 1216px;
}
.no-sidebar.full-width .alignwide {
max-width: 1440px;
}
} @media screen and (min-width: 80em) {
.no-sidebar:not(.full-width-layout) .alignwide {
margin-left: -120px;
margin-right: -120px;
}
}  p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 100px;
font-weight: 500;
line-height: 0.6;
margin: 11px 14px 0 -10px;
} .wp-block-image {
margin-bottom: 1.750em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin: 0.375em 2.222222222222222em 1.75em 0;
}
.wp-block-image figure.alignright {
margin: 0.375em 0 1.75em 2.222222222222222em;
} .wp-block-gallery {
margin-bottom: 1.750em;
margin-left: 0;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 0 0 1.em;
padding: 0 0 0 1.166666666666667em;
}
.rtl .wp-block-quote,
.rtl .wp-block-quote.is-large,
.rtl .wp-block-quote.is-style-large {
padding: 0 1.4em 0 0;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-style: inherit;
font-size: inherit;
font-weight: inherit;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
border-top: 0;
border-bottom: 0;
border-left: 5px solid #005bbc;
margin: 0.375em 1.75em 1.75em 0;
padding: 20px 15px;
}
.rtl .wp-block-quote:not(.is-large):not(.is-style-large) {
padding: 0 30px 0 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large):before {
content: none;
}
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
color: inherit;
display: block;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 1.615384615384615;
text-align: left;
}
.rtl .wp-block-quote cite,
.rtl .wp-block-quote.is-large cite,
.rtl .wp-block-quote.is-large footer,
.rtl .wp-block-quote.is-style-large cite,
.rtl .wp-block-quote.is-style-large footer {
text-align: right;
}
.wp-block-archives-list li,
.wp-block-categories-list li {
margin-bottom: 0.55em
}
.wp-block-latest-posts.wp-block-latest-posts__list {
list-style: disc;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-top: 2em;
padding: 10px 20px;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
color: #005bbc;
background-color: transparent;
border: 2px solid;
}  .has-huge-font-size {
font-size: 32px;
line-height: 1.3;
}
.has-large-font-size {
font-size: 28px;
line-height: 1.166666666666667;
}
.has-normal-font-size {
font-size: 16px;
line-height: 1.75;
}
.has-small-font-size {
font-size: 13px;
line-height: 1.5;
} .wp-block-code {
background: transparent;
border: 0;
padding: 0;
}
.wp-block-code cite:before,
.wp-block-code small:before {
content: "\2014\00a0";
}
.wp-block-quote__citation {
font-size: 16px;
} .wp-block-pullquote {
border-left: 0;
border-top: 5px solid;
border-bottom: 5px solid;
color: inherit;
margin: 0 0 1.75em;
padding: 0;
}
.wp-block-pullquote blockquote {
border: none;
margin: 0;
padding: 20px 15px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: none;
width: calc(50% - 0.736842105em);
padding-left: 0;
text-align: left;
}
.wp-block-pullquote.alignleft {
margin: 0.375em 2.222222222222222em 1.75em 0;
}
.wp-block-pullquote.alignright  {
margin: 0.375em 0 1.75em 2.222222222222222em;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
color: inherit;
display: block;
font-size: 15px;
font-style: normal;
line-height: 1.5;
text-transform: none;
}
.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: inherit;
} .wp-block-table {
border-collapse: collapse;
border-spacing: 0;
margin-left: auto;
margin-right: auto;
}
.wp-block-table thead th {
background-color: #fafafa;
font-weight: 700;
} .wp-block-table th,
.wp-block-table td {
padding: 0.7777777777777778em 1.555555555555556em;
border-color: #eee;
}
.wp-block-latest-posts.is-grid li {
margin-bottom: 0.55em;
}
.wp-block-latest-posts.is-grid {
padding-left: 20px;
}  .wp-block-button {
margin-top: 1.750em;
margin-bottom: 1.750em;
}
.wp-block-button.alignleft,
.wp-block-button.alignright {
margin-top: 0;
}
.wp-block-button__link {
border-radius: 0;
display: inline-block;
font-size: 14px;
padding: 10px 20px;
line-height: 1.5;
text-transform: uppercase;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus {
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator {
border: 0;
margin: 1.5em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
}
.wp-block-latest-posts li {
margin-bottom: 0.55em;
}
.wp-block-latest-posts.is-grid {
list-style: disc;
}
.rtl .wp-block-latest-posts.is-grid li {
margin: 0 0.55em 0 0;
}
.wp-block-latest-posts__post-date {
color: inherit;
display: block;
font-size: 13px;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
} .wp-block-latest-comments__comment {
border-top: 1px solid;
font-size: inherit;
margin: 0;
padding: 1.75em 0;
}
.wp-block-latest-comments article {
margin-bottom: 0;
}
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments a {
-webkit-box-shadow: none;
box-shadow: none;
}
.wp-block-latest-comments__comment-meta {
font-size: inherit;
margin-bottom: 14px;
}
.wp-block-latest-comments__comment-excerpt p {
font-size: inherit;
}
.wp-block-latest-comments__comment-excerpt >:last-child {
margin-bottom: 0;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 400;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
color: inherit;
display: block;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0;
margin: 7px 0 0;
text-transform: capitalize;
}
.wp-block-quote.is-large {
border: none;
}
.wp-block-pullquote:not(.alignleft):not(.alignright) blockquote:before {
top: -28px;
}
.wp-block-pullquote blockquote:before {
content: none;
} @media screen and (min-width: 64em) {
.has-huge-font-size {
font-size: 42px;
}
.has-large-font-size {
font-size: 34px;
}
} @media screen and (min-width: 85.375em) {
.has-huge-font-size {
font-size: 48px;
}
.no-sidebar .alignfull {
margin-left: calc( -100vw / 2 + 100% / 2 );
margin-right: calc( -100vw / 2 + 100% / 2 );
max-width: 100vw;
}
} @media screen and (min-width: 100em) {
.has-huge-font-size {
font-size: 56px;
}
.has-large-font-size {
font-size: 42px;
}
} .wp-block-file .wp-block-file__button,
.wp-block-button__link {
background-color: #005bbc;
color: #fff;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
background-color: #232323;
color: #fff;
text-decoration: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button__link.is-style-outline:hover,
.wp-block-button__link.is-style-outline:focus {
background-color: #232323;
color: #fff;
}
.wp-block-pullquote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-color: #005bbc;
}
.wp-block-latest-comments__comment {
border-color: #ebebeb;
} .wp-block-button .wp-block-button__link.has-white-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-white-color,
.has-white-color {
color: #fff;
}
.wp-block-button .wp-block-button__link.has-white-background-color,
.has-white-background-color {
background-color: #fff;
} .wp-block-button .wp-block-button__link.has-black-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-black-color,
.has-black-color {
color: #111;
}
.wp-block-button .wp-block-button__link.has-black-background-color,
.has-black-background-color {
background-color: #111;
} .wp-block-button .wp-block-button__link.has-gray-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-gray-color,
.has-gray-color {
color: #f4f4f4;
}
.wp-block-button .wp-block-button__link.has-gray-background-color,
.has-gray-background-color {
background-color: #f4f4f4;
} .wp-block-button .wp-block-button__link.has-yellow-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-yellow-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-yellow-color,
.has-yellow-color {
color: #e5ae4a;
}
.wp-block-button .wp-block-button__link.has-yellow-background-color,
.has-yellow-background-color {
background-color: #e5ae4a;
} .wp-block-button .wp-block-button__link.has-blue-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-blue-color,
.has-blue-color {
color: #005bbc;
}
.wp-block-button .wp-block-button__link.has-blue-background-color,
.has-blue-background-color {
background-color: #005bbc;
}@font-face{font-family:Nunito;src:url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot);src:url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot?#iefix) format("embedded-opentype"),url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff2) format("woff2"),url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff) format("woff"),url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.ttf) format("truetype"),url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.svg#svgFontName) format("svg");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Nunito;src:url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot);src:url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot?#iefix) format("embedded-opentype"),url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff2) format("woff2"),url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff) format("woff"),url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.ttf) format("truetype"),url(//stefanlanger.net/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.svg#svgFontName) format("svg");font-style:normal;font-weight:700;font-display:swap}.gdpr_lightbox-active,.gdpr_lightbox-active body{overflow:hidden}.gdpr_lightbox{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.9);outline:none!important;opacity:0;transition:opacity .3s ease}.gdpr_lightbox.gdpr_lightbox-opened{opacity:1}.gdpr_lightbox.gdpr_lightbox-closed{opacity:0}.gdpr_lightbox *{box-sizing:border-box}.gdpr_lightbox-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.gdpr_lightbox-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.gdpr_lightbox-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;transition:opacity .3s ease}.gdpr_lightbox-loading .gdpr_lightbox-loader{opacity:1}.gdpr_lightbox-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}.gdpr_lightbox-content{z-index:9993;width:100%;transform:scale(1);transition:transform .3s ease}.gdpr_lightbox-closed .gdpr_lightbox-content,.gdpr_lightbox-loading .gdpr_lightbox-content{transform:scale(.8)}.gdpr_lightbox-content:after{content:"";position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6)}.gdpr_lightbox-close,.gdpr_lightbox-close:active,.gdpr_lightbox-close:focus,.gdpr_lightbox-close:hover,.gdpr_lightbox-close:visited{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:none;box-shadow:none}.gdpr_lightbox-close::-moz-focus-inner{border:0;padding:0}.gdpr_lightbox-close:active{top:1px}.gdpr_lightbox-image img{max-width:100%;display:block;line-height:0;border:0}.gdpr_lightbox-iframe .gdpr_lightbox-container{width:100%;max-width:964px}.gdpr_lightbox-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;transform:translateZ(0);-webkit-overflow-scrolling:touch}.gdpr_lightbox-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}body.moove_gdpr_overflow{overflow:hidden}body.moove_gdpr_overflow #page{position:relative;z-index:10}body.moove_gdpr_overflow #main-header,body.moove_gdpr_overflow #page-container{z-index:99}.gdpr_lightbox-hide,body.logged-in.et_divi_builder.et-fb #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{display:none}.gdpr_lightbox dialog#moove_gdpr_cookie_modal{display:-ms-flexbox;display:flex;position:relative;padding:0;background:transparent;border:none;width:100%;height:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button{padding:0;display:inline-block;border:none;box-shadow:none;background-color:transparent;color:inherit;text-decoration:underline;cursor:pointer;transition:all .2s ease;font-size:inherit;text-transform:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.cookie-switch.focus-g,.cookie-switch:focus,.gdpr-shr-switch.focus-g,.gdpr-shr-switch:focus{box-shadow:1px 1px 5px #010101;border-radius:50px}#moove_gdpr_cookie_modal .mgbutton.focus-g,#moove_gdpr_cookie_modal .mgbutton:focus{box-shadow:1px 1px 5px #010101}#moove_gdpr_cookie_info_bar .gdpr-fbo-0{-ms-flex-order:1;order:1}#moove_gdpr_cookie_info_bar .gdpr-fbo-1{-ms-flex-order:2;order:2}#moove_gdpr_cookie_info_bar .gdpr-fbo-2{-ms-flex-order:3;order:3}#moove_gdpr_cookie_info_bar .gdpr-fbo-3{-ms-flex-order:4;order:4}#moove_gdpr_cookie_info_bar .gdpr-fbo-4{-ms-flex-order:5;order:5}#moove_gdpr_cookie_info_bar .gdpr-fbo-5{-ms-flex-order:6;order:6}.gdpr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{height:30px;display:inline-block;float:left;width:35px;margin-right:5px;position:relative;top:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:30px;width:auto;background-color:transparent}body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu .gdpr-svg-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:none}.moove_gdpr_cookie_modal_open .gdpr_lightbox-content:after{box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content{-ms-flex-pack:justify;justify-content:space-between}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{margin:0 -4px;max-width:calc(100% + 8px);width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}@media (min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px 4px}}#moove_gdpr_cookie_info_bar{content-visibility:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{display:none}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:block;position:absolute;top:-15px;right:-15px;background-color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{background-color:transparent;padding:0;display:inline-block;float:right;position:relative;font-size:14px;line-height:20px;margin:3px 4px;width:36px;height:36px;border-radius:50%;box-shadow:inset 0 0 0 1px #626262;color:#626262;transition:all .3s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:32px;top:-1px;position:relative;height:30px;display:block;overflow:hidden}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{color:#fff;opacity:.7;box-shadow:inset 0 0 0 1px #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:#fff;opacity:1;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{text-decoration:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{overflow:visible;box-shadow:1px 1px transparent}#moove_gdpr_cookie_modal{margin:0 auto;margin-top:0;min-height:60vh;font-family:Nunito,sans-serif;content-visibility:hidden}#moove_gdpr_cookie_modal span.tab-title{display:block}#moove_gdpr_cookie_modal button{letter-spacing:0;outline:none;cursor:pointer}#moove_gdpr_cookie_modal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:inherit}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{position:relative;display:inline-block;width:50px;height:30px;padding:0}#moove_gdpr_cookie_modal .cookie-switch input,#moove_gdpr_cookie_modal .switch input{display:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .cookie-switch .slider,#moove_gdpr_cookie_modal .switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:red;transition:.4s;margin:0;padding:0}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:1px;bottom:1px;transition:.4s;border:1px solid #f2f2f2;border-radius:50%;background-color:#fff;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:block;box-sizing:content-box}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch .slider:after,#moove_gdpr_cookie_modal .switch .cookie-slider:after,#moove_gdpr_cookie_modal .switch .slider:after{content:attr(data-text-disabled);position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .slider.round,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .switch .cookie-slider.round,#moove_gdpr_cookie_modal .switch .slider.cookie-round,#moove_gdpr_cookie_modal .switch .slider.round{border-radius:34px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .slider.round:before{border-radius:50%}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.gdpr-sr:after,#moove_gdpr_cookie_modal .cookie-switch .slider.gdpr-sr:after,#moove_gdpr_cookie_modal .switch .cookie-slider.gdpr-sr:after,#moove_gdpr_cookie_modal .switch .slider.gdpr-sr:after{display:none}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch .gdpr-sr-enable{display:none;color:#2e9935}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch .gdpr-sr-disable{display:block;color:red}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .switch .gdpr-sr-label{position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .switch input:checked+.slider{background-color:#2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .switch input:checked+.slider:after{content:attr(data-text-enable);color:#2e9935;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch input:checked+.slider .gdpr-sr-enable{display:block}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch input:checked+.slider .gdpr-sr-disable{display:none}#moove_gdpr_cookie_modal .cookie-switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:focus+.slider,#moove_gdpr_cookie_modal .switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .switch input:focus+.slider{box-shadow:0 0 1px #2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(20px)}#moove_gdpr_cookie_modal a,#moove_gdpr_cookie_modal button{outline:none;box-shadow:none;text-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{color:#000;background-color:#fff;width:900px;width:80vw;max-width:1170px;min-height:600px;border-radius:10px;position:relative;margin:0 auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content fieldset{background-color:transparent}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder{text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-center .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-right .moove-gdpr-company-logo-holder{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-left-content{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{width:100%;border-top-left-radius:5px;border-bottom-left-radius:5px;position:relative;float:none;padding-bottom:135px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content{max-height:50vh;overflow:hidden;overflow-y:auto;padding-bottom:0;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px;white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{padding-right:0;text-align:right;color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;position:relative;top:0;text-decoration:none;display:block;-ms-flex-align:baseline;align-items:baseline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main{display:block;position:relative}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{position:relative;overflow:hidden;padding-right:190px;padding-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar{position:absolute;top:0;right:0;width:190px;text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider{position:relative;width:50px;height:30px;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after{text-align:right;left:auto;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:20px;margin-bottom:15px;padding-right:190px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;height:75px;position:relative;margin-bottom:20px;padding-right:180px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{max-width:180px;margin:0;float:right;position:absolute;top:0;right:0;width:100%;text-align:right;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img{max-width:100%;text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{width:100%;font-weight:700;font-size:28px;line-height:1.1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;text-decoration:none;top:-30px;right:-30px;display:block;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;background:transparent;padding:0;z-index:99;margin:0;outline:none;box-shadow:none;border:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon{background-color:#fff;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{display:block;width:60px;height:60px;line-height:60px;font-size:48px;background-color:#0c4da2;border:1px solid #0c4da2;color:#fff;border-radius:50%;transition:all .3s ease}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{padding:0;margin-bottom:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:75px;max-width:70%;width:auto;display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title h2{font-weight:400;font-size:20px;margin:5px 0 0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main span.tab-title{margin-top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:28px;line-height:1.2;margin:0;padding:0;color:#000;margin-bottom:25px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:calc(100% - 155px);overflow-y:auto;padding-right:20px;padding-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:16px;line-height:1.4;margin-bottom:18px;margin-top:0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-size:18px;line-height:1.4;margin-bottom:20px;margin-top:0;font-weight:700;text-transform:none;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a{color:#000;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content.moove-gdpr-strict-warning-message{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:5px;margin-right:10px;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled{opacity:.6;pointer-events:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider{background-color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider:after{color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar p{display:inline-block;float:right;color:#09a501;margin:0;line-height:1.2;font:700 11px Arial,Helvetica,sans-serif;font-weight:700}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset{border:none;padding:0;margin:0;box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset:hover label{color:#09a501}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:130px;position:absolute;left:0;bottom:0;width:100%;background-color:#f1f1f1;z-index:15;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{content:"";position:absolute;bottom:130px;left:60px;right:60px;height:1px;display:block;background-color:#c9c8c8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding{text-decoration:none;padding:0 10px;font-size:10px;color:#000;font-weight:700;line-height:13px;display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;width:auto;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding img{height:15px;margin-left:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{width:calc(100% + 16px);display:-ms-flexbox;display:flex;padding:0 60px;-ms-flex-pack:justify;justify-content:space-between;margin:0 -2px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:8px;text-decoration:none;border-radius:150px;color:#fff;padding:15px 10px;transition:all .3s ease;border:1px solid transparent;min-width:160px;text-align:center;text-transform:none;letter-spacing:0;font-weight:700;font-size:14px;line-height:20px;cursor:pointer}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings{color:#fff;display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:40%;display:inline-block;float:left;padding:40px 60px;position:absolute;height:100%;top:0;box-shadow:0 0 30px 0 rgba(35,35,35,.1);background:#fff;z-index:10;left:0;border-top-left-radius:5px;border-bottom-left-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{position:absolute;bottom:0;padding-bottom:30px;left:60px;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;padding:20px 0;position:relative;top:10px;text-decoration:none;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a img{width:60px;height:auto;display:inline-block;margin-left:5px;position:relative;top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{padding:0;list-style:none;margin:0;z-index:12}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{margin:0;padding:0;list-style:none;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button{background-color:#fff;border-color:#f1f1f1;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon{color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:800;font-size:14px;text-decoration:none;text-transform:uppercase;background-color:#f1f1f1;border:1px solid #f1f1f1;line-height:1.1;padding:13px 20px;color:#0c4da2;width:100%;transition:all .3s ease;border-radius:5px;text-align:left;white-space:normal}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover span.gdpr-icon{text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:inline-block;float:left;font-size:30px;width:40px;margin-right:5px;position:relative;top:0;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:60%;display:inline-block;float:right;padding:40px 60px;position:absolute;top:0;height:auto;right:0;background-color:#f1f1f1;border-top-right-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{width:100%;height:0;padding-bottom:38px;background-size:contain;background-position:0;background-repeat:no-repeat}.moove-hidden{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after,.moove-clearfix:after{content:"";display:table;clear:both}#moove_gdpr_cookie_info_bar{position:fixed;bottom:0;left:0;width:100%;min-height:60px;max-height:400px;color:#fff;z-index:9900;background-color:#202020;border-top:1px solid #fff;font-family:Nunito,sans-serif;transition:bottom .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top{bottom:auto;top:0;transition:top .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-dark-scheme{border-top:0;border-bottom:1px solid #fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-light-scheme{border-top:0;border-bottom:1px solid #202020}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-info-bar-hidden{bottom:auto;top:-400px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar),#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar){width:600px;max-width:calc(100% - 30px);bottom:15px;border-radius:10px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme{border:1px solid #d3ced2}@media (min-width:767px){#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn{position:absolute;top:-5px;right:-5px;border:none;box-shadow:none;background-color:transparent}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover{background-color:transparent;color:#000}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{position:absolute;top:-5px;right:-5px;border:none;box-shadow:none;background-color:transparent}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:transparent;color:#fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container{padding:10px 25px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding:10px 0}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton{width:100%}}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left{left:15px;right:auto}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right{right:15px;left:auto}#moove_gdpr_cookie_info_bar *{font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden{bottom:-400px}#moove_gdpr_cookie_info_bar.moove-gdpr-align-center,#moove_gdpr_cookie_info_bar.moove-gdpr-align-right{text-align:center}#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn{border:none}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{background-color:#fff;border-top:1px solid #202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p{color:#202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{background-color:#202020;border-top:1px solid #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p{color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none;transition:all .2s ease}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{border-color:#fff;color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#fff;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover{box-shadow:none;opacity:1;color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#fff}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover{box-shadow:none;opacity:1;color:#202020;background-color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 40px;position:static;display:inline-block}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{font-size:40px;width:60px;height:50px;line-height:50px;text-align:center;position:absolute;top:calc(50% - 25px);left:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup{position:absolute;width:60px;height:50px;line-height:50px;text-align:center;top:calc(50% - 25px);right:0;text-decoration:none;outline:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup span.gdpr-icon{width:28px;height:28px;line-height:26px;text-align:center;text-decoration:none;background-color:#fff;color:#424449;border-radius:50%;display:block;border:1px solid #fff;font-size:16px;position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover span.gdpr-icon{background-color:#424449;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:30px;padding-right:30px;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a{margin:0;font-size:14px;line-height:18px;font-weight:700;padding-bottom:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6{font-size:22px;line-height:30px;margin-bottom:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{display:inline-block;width:35px;height:35px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:35px;text-align:center;border-radius:50%;font-size:28px;padding-top:1px;transition:all .2s ease;margin-left:10px;margin-left:6vw}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#202020;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:14px;line-height:20px;color:#fff;font-weight:700;text-decoration:none;border-radius:150px;padding:8px 30px;transition:all .3s ease;border:none;display:inline-block;margin:3px 4px;white-space:nowrap;text-transform:none;letter-spacing:0;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{background-color:#424449;color:#fff;border-color:transparent;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover{border-color:#fff;background-color:#000}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button{text-decoration:underline;cursor:pointer;transition:all .2s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:15px;padding-left:3vw}.gdpr_lightbox.moove_gdpr_cookie_modal_open #moove_gdpr_cookie_modal{content-visibility:visible}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-container{max-width:100%}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-close{opacity:0;visibility:hidden}#moove_gdpr_save_popup_settings_button{display:block;z-index:1001;position:fixed;background-color:rgba(0,0,0,.8);transition:all .3s ease;color:#fff;padding:0;text-align:center;height:40px;outline:none;font-weight:400;font-size:14px;line-height:20px;border-radius:0;border:none;text-decoration:none;border-radius:50px}#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position){bottom:20px;left:20px}#moove_gdpr_save_popup_settings_button span{background-color:inherit;transition:all .3s ease}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon{display:-ms-inline-flexbox;display:inline-flex;line-height:40px;float:left;font-size:30px;min-width:40px;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;z-index:15;position:relative;background-color:inherit;border-radius:inherit;transition:none}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i,#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon{position:relative;top:0;font-weight:900;background-color:transparent}#moove_gdpr_save_popup_settings_button span.moove_gdpr_text{font:normal 12px Arial,sans-serif;text-transform:uppercase;white-space:nowrap;padding:0 15px 0 5px;top:0;left:0;position:relative;line-height:40px;display:none;overflow:hidden;z-index:5;background-color:transparent;text-decoration:none}#moove_gdpr_save_popup_settings_button:focus,#moove_gdpr_save_popup_settings_button:hover{background-color:#000}#moove_gdpr_save_popup_settings_button:focus span.moove_gdpr_text,#moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{-ms-flex-pack:start;justify-content:flex-start}#moove_gdpr_cookie_info_bar *{box-sizing:border-box}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mright{float:right}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey{background-color:#424449}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey:hover{background-color:#202020}@media (max-width:767px){#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{min-height:30px;font-weight:400}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{font-size:10px;line-height:1.2}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{margin-right:0;text-align:center;width:25px;height:25px}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:25px}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{width:30px;height:30px;border:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:27px;height:25px}.gdpr-fb-hide-mobile{display:none!important}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{width:calc(100vw - 50px)}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{width:40px;height:24px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{height:20px;width:20px}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(16px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{padding-right:0;height:auto;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{font-weight:700;font-size:22px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:80vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:calc(80vh - 155px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin-right:2px;margin-bottom:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{position:relative;padding-right:10px;max-width:50%;width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{font-weight:700;font-size:11px;padding-left:0;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding-right:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar{position:relative;left:0;right:auto;width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form{text-align:left;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider{width:40px;height:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after{left:45px;right:0;text-align:left;top:-3px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider .gdpr-sr-label{left:45px;right:0;text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{padding-right:0;font-weight:700;font-size:16px;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{max-height:500px;max-height:90vh;min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .slider:after{font-weight:800;font-size:12px;line-height:30px;min-width:130px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .gdpr-sr-label{line-height:1.8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button button{display:inline-block;width:30px;height:30px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:30px;text-align:center;border-radius:50%;font-size:27px;padding-top:1px;transition:all .2s ease;margin-left:15px;margin-left:6vw;position:absolute;right:5px;top:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;top:-15px;right:-15px;display:block;width:30px;height:30px;line-height:30px;text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{width:30px;height:30px;line-height:30px;font-size:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{padding-bottom:30px;background-size:contain;background-position:50%;margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:10px;padding-top:30px;position:relative;top:0;left:0;text-align:center;min-height:140px;border-radius:0;border-top-left-radius:5px;border-top-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{display:-ms-flexbox;display:flex;margin:0 -3px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{list-style:none;margin-bottom:20px;display:-ms-inline-flexbox;display:inline-flex;margin:3px;-ms-flex:1;flex:1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{margin:0;text-align:center;width:24px;font-size:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{font-size:8px;line-height:1.2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{top:3px;right:3px;left:auto;padding:0;bottom:auto;transform:scale(.8)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:100%;position:relative;padding:15px 10px;border-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:16px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding:0;position:relative;overflow:auto;max-height:calc(100% - 110px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:14px;line-height:1.3}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-weight:700;font-size:14px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{margin-bottom:55px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:100%;max-height:calc(90vh - 320px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{left:10px;right:10px;bottom:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:0;background-color:#fff;text-decoration:none;border-radius:150px;font-weight:700;font-size:12px;line-height:18px;padding:5px;transition:all .3s ease;border:1px solid #fff;color:#fff;min-width:110px;text-align:center;text-transform:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt button{top:0;padding:5px 0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:40px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:0;padding-right:0;display:block;min-height:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice{padding-left:4px;margin-bottom:10px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:0}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:12px;font-weight:700;padding:5px 20px}.moove-gdpr-branding-cnt a{padding:10px 0}}@media screen and (max-width:767px) and (orientation:landscape){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{margin-top:0;background-position:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content{margin-bottom:35px;max-height:55vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:600px;height:90vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:500px;max-height:calc(80vh - 80px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:left;margin:0;display:inline-block;float:left;width:40%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{max-width:60%;float:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding-top:30px;min-height:75px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:350px;max-height:calc(100% - 70px)}#moove_gdpr_cookie_modal{background:transparent;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{min-height:55vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding{top:0;padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{padding-bottom:80px}}@media (min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{height:100%}}@media (min-width:768px) and (max-width:999px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:20px;right:20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:620px;transform:scale(.75)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:20px;right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p>a{font-size:13px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:10px 15px;font-weight:700;font-size:12px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:20px;padding-right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button button{margin-left:15px;margin-left:5vw}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:24px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:7px 15px;font-size:13px;margin:4px 8px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:8px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{white-space:normal}}@media (min-width:1000px) and (max-width:1300px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:40px 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-width:700px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:10px 30px;margin-left:8px;margin-right:8px}}@media (min-width:768px) and (max-height:700px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:600px;transform:scale(.7)}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media print{#moove_gdpr_cookie_info_bar,#moove_gdpr_cookie_modal,#moove_gdpr_save_popup_settings_button,.gdpr_cookie_settings_shortcode_content{display:none!important}body.moove_gdpr_overflow{overflow:auto}body.moove_gdpr_overflow .gdpr_lightbox{display:none!important}}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg{height:30px;width:auto}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg *{fill:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close,.gdpr-icon.moovegdpr-arrow-close,i.moovegdpr-arrow-close.moovegdpr-arrow-close{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{position:absolute;content:" ";height:24px;width:1px;top:calc(50% - 12px);background-color:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{transform:rotate(45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after{transform:rotate(-45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:before,.gdpr-icon i.moovegdpr-arrow-close:after,.gdpr-icon i.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:before{height:18px;top:calc(50% - 8px)}@media (max-width:767px){#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;padding:5px 0;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:5px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{text-align:left;padding-left:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-left-content #moove-gdpr-menu{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-main{display:block!important;min-height:auto;max-height:100%;margin-bottom:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-content{margin-bottom:80px;max-height:50vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title{padding:10px;background-color:#fff;border:1px solid #fff;display:block;margin:10px 0 0;cursor:pointer;transition:all .3s ease;border-radius:5px;position:relative;padding-left:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title:before{content:"\203A";position:absolute;left:0;top:0;bottom:2px;font-size:24px;color:currentColor;width:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;line-height:1;font-family:Georgia,serif}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .moove-gdpr-tab-main-content{display:none;padding:10px;background-color:#fff}}@media (max-width:350px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:3px 12px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{opacity:0}}