.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
font-family: "Helvetica Neue", sans-serif;
line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center;
}.box-header.animation-slide:after
{
visibility: hidden;
}
.box-header.slide:after
{
animation-name: slide;
-webkit-animation-name: slide;
animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);
animation-duration: 0.6s;	
-webkit-animation-duration: 0.6s;
visibility: visible;
}
@keyframes slide 
{
0% 
{
width: 0;	
}
100% 
{
width: 50px;	
}		
}
@-webkit-keyframes slide 
{
0% 
{
width: 0;
}
100% 
{
width: 50px;
}		
} .animated-element
{
visibility: hidden;
position: relative;
}
.comment-box .animated-element.date .arrow-date,
.comment-box.animated-element .arrow-comments
{
visibility: hidden;
}
.fadeIn, .scale, .slideRight, .slideRight200, .slideRight25, .slideLeft, .slideLeft50, .slideDown, .slideDown200, .slideUp,
.comment-box .fadeIn.date .arrow-date, .comment-box .scale.date .arrow-date, .comment-box .slideRight.date .arrow-date, .comment-box .slideRight200.date .arrow-date, .comment-box .slideLeft.date .arrow-date, .comment-box .slideLeft50.date .arrow-date, .comment-box .slideDown.date .arrow-date, .comment-box .slideDown200.date .arrow-date, .comment-box .slideUp.date .arrow-date,
.comment-box.fadeIn .arrow-comments, .comment-box.scale .arrow-comments, .comment-box.slideRight .arrow-comments, .comment-box.slideRight200 .arrow-comments, .comment-box.slideLeft .arrow-comments, .comment-box.slideLeft50 .arrow-comments, .comment-box.slideDown .arrow-comments, .comment-box.slideDown200 .arrow-comments, .comment-box.slideUp .arrow-comments
{
animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);		
visibility: visible !important;
} .fadeIn
{	
animation-name: fadeIn;
-webkit-animation-name: fadeIn;	
}
@keyframes fadeIn 
{
0% 
{
opacity: 0;
}
100% 
{
opacity: 1;
}
}
@-webkit-keyframes fadeIn 
{
0% 
{
opacity: 0;
}
100% 
{
opacity: 1;
}
} .scale
{
animation-name: scale;
-webkit-animation-name: scale;
}
@keyframes scale 
{
0% 
{
transform: scale(0.2);	
}
100% 
{
transform: scale(1);	
}		
}
@-webkit-keyframes scale 
{
0% 
{
-webkit-transform: scale(0.2);	
}
100% 
{
-webkit-transform: scale(1);
}		
} .slideRight
{
animation-name: slideRight;
-webkit-animation-name: slideRight;	
}
@keyframes slideRight 
{
0% 
{
opacity: 0;
transform: translateX(-100%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideRight200
{
animation-name: slideRight200;
-webkit-animation-name: slideRight200;	
}
@keyframes slideRight200 
{
0%
{
opacity: 0;
transform: translateX(-200%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight200 
{
0%
{
opacity: 0;
-webkit-transform: translateX(-200%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideRight25
{
animation-name: slideRight25;
-webkit-animation-name: slideRight25;	
}
@keyframes slideRight25
{
0% 
{
opacity: 0;
transform: translateX(-25%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight25
{
0% 
{
opacity: 0;
-webkit-transform: translateX(-25%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideLeft
{
animation-name: slideLeft;
-webkit-animation-name: slideLeft;
}
@keyframes slideLeft 
{
0% 
{
opacity: 0;
transform: translateX(100%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}	
}
@-webkit-keyframes slideLeft 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideLeft50
{
animation-name: slideLeft50;
-webkit-animation-name: slideLeft50;
}
@keyframes slideLeft50 
{
0% 
{
opacity: 0;
transform: translateX(50%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}	
}
@-webkit-keyframes slideLeft50 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(50%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideDown
{
animation-name: slideDown;
-webkit-animation-name: slideDown;				
}
@keyframes slideDown 
{
0% 
{
opacity: 0;
transform: translateY(-100%);
}
100% 
{
opacity: 1;
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown 
{
0% 
{
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
} .slideDown200
{
animation-name: slideDown200;
-webkit-animation-name: slideDown200;				
}
@keyframes slideDown200
{
0% 
{
opacity: 0;
transform: translateY(-100%);
}
100% 
{
opacity: 1;
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown200
{
0% 
{
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
} .slideUp
{
animation-name: slideUp;
-webkit-animation-name: slideUp;
}
@keyframes slideUp 
{
0% 
{
opacity: 0;
transform: translateY(100%);
}
100%
{
opacity: 1;
transform: translateY(0%);
}	
}
@-webkit-keyframes slideUp 
{
0% 
{
opacity: 0;
-webkit-transform: translateY(100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
}p{
margin: 12px 0;
padding: 0;
}
strong {
font-weight: 600;
}
h1, h2{
font-weight: 700;
color: #504E53;
}
h3 {
font-weight: 600;
color: #504E53;
font-size: 20px;
}
.padding-bottom-143{
padding-bottom: 143px;
}
.padding-top-150{
padding-top: 150px;
}
.box-header {
margin-bottom: 15px;
margin-top: 25px;
}
.wpb_text_column h3 {
margin-top: 20px;
}
.page-id-4506 .wpb_text_column h3{
margin-top: 0;
}
.icons-list a.mc-icon:hover::before, .top_header_icons a.mc-icon:hover::before {
color: #B0070C;
background: none;
}
.icon-left{
position: absolute;
left: 0;
width: 60px;
}
.icon-text-right{
height: 60px;
margin-left: 60px;
padding-top: 5px;
}
.icon-text-right p{
margin: 0;
}
.site-container .vc_row .margin-left-25{
margin-left: 25px;
}
.site-container .vc_row .margin-left-50{
margin-left: 50px;
}
form.wpcf7-form {
max-width: 600px;
}
form input, form select {
height: 46px;
border: 1px solid #dddddd;
padding: 10px;
}
form input[type="number"]{
width: 100%;
}
form textarea{
height: 92px;
border: 1px solid #dddddd;
padding: 10px;
}
form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form select{
width: 100%;
margin: 4px auto;
}
form.wpcf7-form select{
font-size: 14px;
}
form.wpcf7-form input[type="checkbox"] {
width: auto !important;
height: auto;
margin: 0 !important;
}
form.wpcf7-form .checkbox-wrapper{
height: 46px;
border: 1px solid #ddd;
display: flex;
align-items: center;
padding-left: 8px;
}
input[type="submit"]:hover {
background-color: #b0070c;
cursor: pointer;
}
input[type="submit"] {
background-color: #e01218;
color: #fff;
text-transform: uppercase;
font-size: 16px;
}
.footer a:hover, .post-content h2 a:hover, .footer-banner-box a:hover, .timetable .event a:hover, .items-list li a:hover, .item-content .text h3 a:hover, .scrolling-list li a:hover .left, #fancybox-title-inside a:hover, .thin-list a:hover, .thin_list a:hover{
text-decoration: none;
} .header {
padding: 20px 0;
}
.header-left {
width: 145px;
}
.header-left a img {
width: 100%;
max-width: 144px;
margin-right: 0;
}
.sf-menu>li.menu-item-has-children>a, .sf-menu>li.menu-item-has-children>a:visited {
padding: 11px 2px 11px 5px;
}
.sf-menu>li.menu-item-has-children>a::after, .sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after, .sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after{
margin-left: 0;
}
.header-top-sidebar .thin-list li, .thin_list li {
height: 19px;
padding-top: 5px;
}
.header-icon, .header-top-sidebar .thin-list li, .header-icon::before {
color: #aaa;
}
.header-icon:hover, .header-icon:hover::before, .header-top-sidebar .thin-list li:hover {
color: #B0070C;
}
.top-bar-header{
padding: 10px 0;
}
.top-bar-header [class^="features-"]::before, .top-bar-header [class*=" features-"]::before, .top-bar-header .header-icon::before{
font-size: 13px;
}
.top-bar-header .header-icon, .header-top-sidebar .thin-list li{
font-size: 12px;
}
.icons-list span.cart-items-number{
line-height: 1.5em;
} #language-menu{
float: left;
margin-left: 30px;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
padding-left: 30px;
padding-right: 30px;
}
#language-menu li {
background: none;
height: auto;
}
#language-menu a {
border: none;
padding: 0;
background: none;
color: #AAAAAA;
}
#language-menu .sf-menu li:hover ul, #language-menu .sf-menu li.sfHover ul {
top: 24px;
}
#language-menu a:hover img {
opacity: 0.8;
background: transparent;
}
#language-menu a:hover {
background: none;
color: #B0070C;
}
#language-menu .sf-menu .sub-menu{
width: auto;
background: none;
border: none;
padding-bottom: 0;
}
#language-menu .sf-menu .sub-menu li {
width: auto;
padding: 5px;
background: #fff;
}
.header-top-sidebar .template-cart {
padding-left: 30px;
padding-top: 6px;
margin-left: 0;
height: 18px;
border-left: none;
}
span.cart-items-number{
top: -4px !important;
}
#mobile-translate{
display: none;
}
#mobile-translate .glink {
margin-right: 20px;
}
#mobile-translate a:hover img {
background: transparent;
} button#open-overlay {
position: relative;
float: left;
height: 24px;
color: #aaa;
border: none;
border-right: 1px solid #E5E5E5;
padding-left: 30px;
padding-right: 30px;
background: none;
}
button#open-overlay .template-search::before{
top: 5px;
}
button#open-overlay:hover{
cursor: pointer;
color: #B0070C;
}
.overlay {
height: 100%;
width: 100%;
display: none;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
}
.overlay-content {
position: relative;
top: 46%;
width: 80%;
text-align: center;
margin: 30px auto 30px auto;
}
.overlay .search {
float: none;
}
.overlay input[type=text] {
padding: 11px;
font-size: 17px;
border: none;
float: none;
left: 0;
width: 100%;
position: absolute;
background: #ffffff;
box-sizing: border-box;
}
.overlay input[type=text]:hover {
background: #f1f1f1;
}
.overlay .search .search-input:focus {
width: 100%;
color: #000;
}
.overlay .search-submit-container{
height: 46px;
}
.overlay .search-submit{
height: 46px;
}
.overlay .template-search::before{
color: #ffffff;
z-index: 9;
}
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
cursor: pointer;
color: white;
}
.overlay .closebtn:hover {
color: #ccc;
} ul#menu-menu-principal {
margin-top: 8px;
}
ul#menu-menu-principal .menu-item a {
text-transform: uppercase;
}
ul#menu-menu-principal li a:after {
text-transform: none;
}
.sf-menu .menu-item a, .sf-menu .menu-item a:visited{
font-size: 13px;
}
#menu-menu-principal.sf-menu>li:last-child:hover ul {
left: auto;
} .footer {
padding-top: 50px;
}
.footer .box-header {
margin-bottom: 5px;
font-size: 16px !important;
font-weight: 600;
}
.footer .box-header:after {
display: none;
}
.footer .widget .contact-data li::before {
padding-top: 12px;
}
.footer .icon-single[class*="social-"]::before,
.copyright-text, .copyright-text a,
.footer .widget .contact-data li::before{
color: #999999;
}
.copyright-text{
text-transform: uppercase;
font-size: 11px;
}
.footer .widget .contact-data li .value {
color: #ffffff;
padding: 6px 0 6px 11px;
font-size: 13px;
}
.footer #gallery-1 img{
border: none;
}
.info {
padding: 0 0 20px;
}
div#medicenter_contact_details-2 {
width: 350px;
}
.footer div#custom_html-3 {
width: 220px;
}
.icons-list.icons-footer{
float: none;
}
#media_gallery-2, #media_image-3 {
margin-bottom: 20px;
}
.footer-box-container {
margin-top: 0;
}
.copyright-area {
border-top: 1px solid #504E53;
padding: 15px 0;
}
.simple-list li.template-triangle:before {
content: ' ';
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 4px;
border-color: transparent transparent transparent #504E53;
margin-right: 4px;
}
.simple-list li.template-triangle {
padding: 0 0 0 5px;
}
.footer .simple-list a {
font-size: 13px;
} .page-header.page-header-full>.vc_inner{
padding: 0;
border: none;
}
.page-header-full {
background: center no-repeat;
background-size: cover;
margin-bottom: 40px !important;
}
.page-header-full .page-header-content {
height: 180px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.page-header-full .bread-crumb {
float: none;
flex-basis: 100%;
width: 100%;
align-content: flex-start;
padding: 10px 0 0;
position: absolute;
top: 0;
}
.page-header-full li, .page-header-full li a{
color: #ffffff;
}
.page-header-full .page-title {
flex-basis: 100%;
width: 100%;
color: #ffffff;
font-weight: 600;
font-size: 2.5em;
} .page-content-column.vc_col-sm-9 {
margin-right: 50px;
width: 865px;
}
.page-content-column.vc_col-sm-9 .vc_col-sm-4{
width: 265px;
}
.page-content-column h4{
line-height: 16px;
margin-top: 16px;
} .default-list ul {
padding-inline-start: 0px;
-moz-padding-start: 0;
-webkit-padding-start: 0;
}
.default-list ul li {
padding: 2px 0;
line-height: 1.71429;
list-style: none;
}
.default-list ul li::before {
display: inline-block;
color: #E01218;
margin-right: 8px;
margin-top: -1px;
content: "\42";
}
.default-list ul li::after, ul li::before {
font-family: 'template' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.default-list ul li:after {
font-size: 0;
content: ".";
display: block;
height: 0;
visibility: hidden;
clear: both;
} .home .theme-page{
padding-bottom: 0;
}
.home-box-container-list.for-home-slider {
position: relative;
bottom: auto;
}
.counter-box svg {
display: none;
}
.counter-box::before {
position: relative;
display: block;
top: 0;
}
.our-clients-list li {
width: 25%;
} .pt-cv-view .pt-cv-title {
padding: 5px 0;
}
.pt-cv-view .pt-cv-content{
line-height: 17px;
}
.pt-cv-readmore {
margin: 15px 0;
}
.pt-cv-readmore {
color: #ffffff !important;
background-color: #E01218 !important;
border: none !important;
border-radius: 0 !important;
}
.pt-cv-readmore:hover{
background-color: #B0070C !important;
}
.pt-cv-wrapper .btn {
text-transform: uppercase;
} .newsletter-full-width{
padding: 35px 0;
height: 135px;
}
.newsletter-full-width h2{
color: #373639;
}
.newsletter-full-width p{
color: #504E53;
}
.newsletter-full-width .box-header{
font-size: 38px;
font-weight: 600;
margin: 0;
}
.newsletter-full-width p{
font-size: 17px;
line-height: 21px;
padding: 0;
}
.newsletter-wrap {
position: relative;
height: 100px;
}
.newsletter-text, .newsletter-form  {
position: absolute !important;
bottom: 0;
}
.newsletter-form {
right: 0;
}
.newsletter-full-width form.mc4wp-form {
height: 99px;
display: flex;
align-items: flex-end;
}
.newsletter-full-width form.mc4wp-form .mc4wp-form-fields{
flex-basis: 100%;
display: flex;
}
.newsletter-full-width input[type="email"]{
box-sizing: border-box;
border: none;
background-color: #f9f9f9;
padding: 12px 20px;
width: 70%;
}
.newsletter-full-width input[type="email"]::placeholder {
color: #504E53;
text-decoration: none;
}
.newsletter-full-width input[type="submit"]{
box-sizing: border-box;
border: none;
padding: 11px 20px;
width: 30%;
text-transform: uppercase;
font-weight: 400;
}
.newsletter-full-width input[type="submit"]:hover{
background-color: #B0070C;
color: #ffffff;
cursor: pointer;
} .sidebar-submenu{
padding-inline-start: 0px;
-moz-padding-start: 0;
-webkit-padding-start: 0;
}
.sidebar-submenu .page_item {
display: flex;
align-items: center;
color: #000;
line-height: 18px;
border-bottom: 1px solid #ddd;
padding: 15px 10px;
}
.sidebar-submenu .page_item a{
color: #000000;
text-decoration: none;
}
.sidebar-submenu .page_item:hover {
background-color: #ddd;
}
.sidebar-submenu .page_item.current_page_item {
background: #ddd;
} .widget_recent_entries.sidebar-box ul{
padding-inline-start: 0px;
-moz-padding-start: 0;
-webkit-padding-start: 0;
}
.widget_recent_entries.sidebar-box ul li{
list-style: none;
line-height: 18px;
padding: 15px 10px;
}
.sidebar-submenu .page_item a{
color: #000000;
text-decoration: none;
} .features-list-prorenal .icon {
width: 68px;
}
.features-list-prorenal .description {
width: calc(100% - 90px);
margin: 12px 0 0 22px;
}
.features-list-prorenal .description .box-header, .features-list-prorenal .description p {
margin: 0;
padding: 0;
}
.prorenal-features-horizontal span.icon-single.hexagon.small{
margin-left: calc(50% - 33px);
}
.prorenal-features-horizontal .box-header, .prorenal-features-horizontal p{
text-align: center;
}
.prorenal-features-horizontal ul{
margin-left: 50px;
}
@media (min-width: 768px) {
.vc_col-sm-9 .vc_row .vc_col-sm-9 {
width: 70%;
}
.vc_col-sm-9 .vc_row .vc_col-sm-3 {
width: 24%;
}
} .woocommerce .button{
height: auto;
}
#tab-additional_information>h2{
display: none;
}
.woocommerce form .form-row .select2-container {
min-height: 46px;
}
.wc-tabs>li>a{
font-size: 18px !important;
font-weight: 700 !important;
color: #504E53 !important;
}
.woocommerce .quantity .qty, .woocommerce-cart table.cart td.actions .coupon .input-text {
padding: 10px 18px !important;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, #shipping-simulator #zipcode {
height: 46px !important;
}
#idx-calc_shipping{
padding: 14px 19px;
}
#idx-calc_shipping, #shipping-simulator #zipcode{
margin-top: 10px;
}
#shipping_method .shipping_method{
height: auto;
}
#payment input[type=radio] {
height: auto;
}
.woocommerce ul.products li.product .button {
margin-top: 15px !important;
}
.woocommerce .related ul li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
margin-bottom: 30px !important;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
padding: 5px !important;
} .columns .comment-box {
display: none;
}
.show-all.clearfix {
display: none;
} .grid-doc-container>.wpb_wrapper>.vc_row.vc_inner {
width: 30% !important;
float: left;
margin-right: 3%;
min-height: 380px;
margin-bottom: 32px;
}
.grid-doc-container>.wpb_wrapper>.vc_row.vc_inner *{
text-align: center;
} ul.wpb_image_grid_ul.owl-carousel li::before {
display: none;
}
.wpb_image_grid_ul.owl-carousel {
min-height: 190px !important;
list-style: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: calc(50% - 25px);
font-size: 50px !important;
color: #E01218 !important;
}
.owl-carousel .owl-nav button.owl-next {
right: -20px;
}
.owl-carousel .owl-nav button.owl-prev {
left: -20px;
}
.owl-carousel .owl-nav button.disabled{
color: #504E53 !important;
} .download-btn-wrapper {
float: left;
margin: 20px !important;
width: calc(25% - 40px);
}
.download-link {
display: block;
padding: 16px;
background-color: #E01218;
color: #fff;
text-align: center;
line-height: 20px;
}
.download-link:hover {
text-decoration: none;
color: #fff;
background-color: #B0070C;
} #ship-to-different-address-checkbox {
height: auto;
} .btn-doe-mensal, .btn-doe {
padding: 20px 0;
display: inline-block;
text-align: center;
border: 1px solid #DDD;
margin: 10px;
}
.btn-doe-mensal-texto, .btn-doe-texto {
width: 100%;
padding: 0 20px;
line-height: 17px;
color: #000;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
}
.btn-doe-mensal input, .btn-doe input {
height: auto;
border: none;
padding: 0;
margin: 10px 0;
} .gallery-4-columns .gallery-box {
width: 193px;
}
.gallery-box img {
width: 193px;
height: 220px;
} .quiz-form input{
height: auto;
}
.show-question {
margin-bottom: 25px;
padding-bottom: 25px;
}
.show-question li.answer, .quiz-form .watu-question>div  {
margin: 10px 0;
}
.show-question span.answer, .quiz-form .watu-question label.answer span{
line-height: 1.3em;
} .strong-view.default .testimonial-field {
font-style: italic;
margin-top: 5px;
}
.strong-view.default .testimonial-inner {
display: flex !important;
flex-wrap: wrap !important;
}
.strong-view.default .testimonial-heading, .strong-view.default .testimonial-content {
flex-basis: 100% !important;
}
.testimonial-success p {
font-weight: 600;
color: #E01218;
} #searchinside {
height: 49px;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #ddd;
}
#wpsi-search-input {
background: #ddd;
} .question-wrap p {
margin: 0;
}
.question-wrap {
position: relative;
padding: 3em 50px 3em 2em;
display: inline-block;
margin: 1.5em 0.5em;
width: 100%;
}
.question {
text-align: right;
font-style: italic;
}
.question-footer {
text-align: right;
font-weight: 600;
}
.question, .question-footer {
border-right: 2px solid #ddd;
padding-right: 1em;
}
.question-answer {
margin-top: 2em;
}
.question-answer p {
font-size: 1.1em;
line-height: 1.5em;
}
.page-nav-container {
text-align: center;
}
.page-nav-container .page-numbers {
padding: 5px;
} .grecaptcha-badge {
visibility: hidden;
} body.page-vagas h1 {
display: none;
}@font-face {
font-family: 'features';
src:    url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/features/fonts/features.eot?do5ipg);
src:    url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/features/fonts/features.eot?do5ipg#iefix) format('embedded-opentype'),
url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/features/fonts/features.ttf?do5ipg) format('truetype'),
url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/features/fonts/features.woff?do5ipg) format('woff'),
url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/features/fonts/features.svg?do5ipg#features) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="features-"]::before, [class*=" features-"]::before { font-family: 'features' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.features-facebook::before {
content: "\f000";
}
.features-paypal::before {
content: "\f001";
}
.features-twitter::before {
content: "\f002";
}
.features-list::before {
content: "\f003";
}
.features-document-missing::before {
content: "\f004";
}
.features-document::before {
content: "\f005";
}
.features-science::before {
content: "\f006";
}
.features-bacteria::before {
content: "\f007";
}
.features-brain::before {
content: "\f008";
}
.features-molecule::before {
content: "\f009";
}
.features-lab::before {
content: "\f010";
}
.features-dna::before {
content: "\f011";
}
.features-test-tube::before {
content: "\f012";
}
.features-baby::before {
content: "\f013";
}
.features-baby-bed::before {
content: "\f014";
}
.features-baby-bottle::before {
content: "\f015";
}
.features-teddy-bear::before {
content: "\f016";
}
.features-glasses::before {
content: "\f017";
}
.features-ambulance::before {
content: "\f018";
}
.features-dental-shield::before {
content: "\f019";
}
.features-dentist::before {
content: "\f020";
}
.features-plaster::before {
content: "\f021";
}
.features-heart-beat::before {
content: "\f022";
}
.features-medical-bed::before {
content: "\f023";
}
.features-first-aid::before {
content: "\f024";
}
.features-medical-cast::before {
content: "\f025";
}
.features-medical-document::before {
content: "\f026";
}
.features-medical-cross::before {
content: "\f027";
}
.features-healthcare::before {
content: "\f028";
}
.features-medical-scissors::before {
content: "\f029";
}
.features-pill::before {
content: "\f030";
}
.features-mortar::before {
content: "\f031";
}
.features-medical-results::before {
content: "\f032";
}
.features-pulse::before {
content: "\f033";
}
.features-drip::before {
content: "\f034";
}
.features-hospital::before {
content: "\f035";
}
.features-stethoscope::before {
content: "\f036";
}
.features-syringe::before {
content: "\f037";
}
.features-burns::before {
content: "\f038";
}
.features-config::before {
content: "\f039";
}
.features-pet-box::before {
content: "\f040";
}
.features-cat::before {
content: "\f041";
}
.features-dog::before {
content: "\f042";
}
.features-leaf::before {
content: "\f043";
}
.features-spa::before {
content: "\f044";
}
.features-spa-bamboo::before {
content: "\f045";
}
.features-spa-lotion::before {
content: "\f046";
}
.features-toothbrush::before {
content: "\f047";
}
.features-fitness::before {
content: "\f048";
}
.features-signpost::before {
content: "\f049";
}
.features-home::before {
content: "\f050";
}
.features-location::before {
content: "\f051";
}
.features-map::before {
content: "\f052";
}
.features-quote::before {
content: "\f053";
}
.features-app::before {
content: "\f054";
}
.features-money::before {
content: "\f055";
}
.features-credit-card::before {
content: "\f056";
}
.features-wallet::before {
content: "\f057";
}
.features-chart::before {
content: "\f058";
}
.features-balance::before {
content: "\f059";
}
.features-briefcase::before {
content: "\f060";
}
.features-cart::before {
content: "\f061";
}
.features-frostbite::before {
content: "\f062";
}
.features-ear::before {
content: "\f063";
}
.features-piano::before {
content: "\f064";
}
.features-video::before {
content: "\f065";
}
.features-speaker::before {
content: "\f066";
}
.features-movie::before {
content: "\f067";
}
.features-image::before {
content: "\f068";
}
.features-gallery::before {
content: "\f069";
}
.features-graph::before {
content: "\f070";
}
.features-tags::before {
content: "\f071";
}
.features-plus::before {
content: "\f072";
}
.features-cross::before {
content: "\f073";
}
.features-minus::before {
content: "\f074";
}
.features-network::before {
content: "\f075";
}
.features-x-ray::before {
content: "\f076";
}
.features-time::before {
content: "\f077";
}
.features-lock::before {
content: "\f078";
}
.features-certificate::before {
content: "\f079";
}
.features-heart::before {
content: "\f080";
}
.features-address::before {
content: "\f081";
}
.features-book::before {
content: "\f082";
}
.features-box::before {
content: "\f083";
}
.features-diary::before {
content: "\f084";
}
.features-tablet::before {
content: "\f085";
}
.features-battery::before {
content: "\f086";
}
.features-mobile::before {
content: "\f087";
}
.features-phone::before {
content: "\f088";
}
.features-laptop::before {
content: "\f089";
}
.features-screen::before {
content: "\f090";
}
.features-keyboard::before {
content: "\f091";
}
.features-chat::before {
content: "\f092";
}
.features-doctor::before {
content: "\f093";
}
.features-people::before {
content: "\f094";
}
.features-medical-staff::before {
content: "\f095";
}
.features-id::before {
content: "\f096";
}
.features-email::before {
content: "\f097";
}
.features-clock::before {
content: "\f098";
}
.features-lifeline::before {
content: "\f099";
}
.features-tick::before {
content: "\f100";
}
.features-pen::before {
content: "\f101";
}
.features-pin::before {
content: "\f102";
}
.features-printer::before {
content: "\f103";
}
.features-eye::before {
content: "\f104";
}
.features-play::before {
content: "\f105";
}@font-face {
font-family: 'template';
src:    url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/template/fonts/template.eot?kgai9y);
src:    url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/template/fonts/template.eot?kgai9y#iefix) format('embedded-opentype'),
url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/template/fonts/template.ttf?kgai9y) format('truetype'),
url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/template/fonts/template.woff?kgai9y) format('woff'),
url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/template/fonts/template.svg?kgai9y#template) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="template-"]::before, [class*=" template-"]::before,
[class^="template-"]::after, [class*=" template-"]::after { font-family: 'template' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.template-check::before {
content: "\42";
}
.template-tick-1:before {
content: "\43";
}
.template-tick-2:before {
content: "\44";
}
.template-chevron::before {
content: "\41";
}
.template-arrow-circle::before {
content: "\7a";
}
.template-arrow-circle-after::after {
content: "\7a";
}
.template-cart::before {
content: "\79";
}
.template-cart-after::after {
content: "\79";
}
.template-search::before {
content: "\78";
}
.template-search-after::after {
content: "\78";
}
.template-mail::before {
content: "\77";
}
.template-mail-after::after {
content: "\77";
}
.template-phone::before {
content: "\76";
}
.template-phone-after::after {
content: "\76";
}
.template-location::before {
content: "\75";
}
.template-location-after::after {
content: "\75";
}
.template-plus-2::before {
content: "\6d";
}
.template-plus-2-after::after {
content: "\6d";
}
.template-remove-2::before {
content: "\6f";
}
.template-minus-2::before {
content: "\6e";
}
.template-minus-2-after::after {
content: "\6e";
}
.template-arrow-horizontal-2::before {
content: "\63";
}
.template-arrow-vertical-1::before {
content: "\62";
}
.template-arrow-horizontal-1::before {
content: "\61";
}
.template-arrow-horizontal-1-after::after {
content: "\61";
}
.template-minus-1::before {
content: "\6b";
}
.template-plus-1::before {
content: "\6a";
}
.template-remove-1::before {
content: "\6c";
}
.template-remove-1-after::after {
content: "\6c";
}
.template-menu-1::before {
content: "\70";
}
.template-menu-2::before {
content: "\71";
}
.template-comment-1::before {
content: "\73";
}
.template-comment-1-after::after {
content: "\73";
}
.template-comment-2::before {
content: "\74";
}
.template-quote::before {
content: "\72";
}
.template-quote-2::before {
content: "\45";
}
.template-arrow-horizontal-3::before {
content: "\64";
}
.template-arrow-vertical-3::before {
content: "\65";
}
.template-arrow-horizontal-5::before {
content: "\68";
}
.template-arrow-vertical-5::before {
content: "\69";
}
.template-arrow-horizontal-4::before {
content: "\66";
}
.template-arrow-horizontal-4-after::after {
content: "\66";
}
.template-arrow-vertical-4::before {
content: "\67";
}@font-face {
font-family: 'social';
src:    url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/social/fonts/social.eot?ynqsmo);
src:    url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/social/fonts/social.eot?ynqsmo#iefix) format('embedded-opentype'),
url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/social/fonts/social.ttf?ynqsmo) format('truetype'),
url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/social/fonts/social.woff?ynqsmo) format('woff'),
url(//pro-renal.org.br/wp-content/themes/medicenter/fonts/social/fonts/social.svg?ynqsmo#social) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="social-"]::before, [class*=" social-"]::before { font-family: 'social' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-email::before {
content: "\47";
}
.social-location::before {
content: "\45";
}
.social-mobile::before {
content: "\46";
}
.social-envato::before {
content: "\43";
}
.social-angies-list::before {
content: "\44";
}
.social-twitter::before {
content: "\61";
}
.social-facebook::before {
content: "\62";
}
.social-github::before {
content: "\63";
}
.social-rss::before {
content: "\64";
}
.social-pinterest::before {
content: "\65";
}
.social-google-plus::before {
content: "\66";
}
.social-linkedin::before {
content: "\67";
}
.social-xing::before {
content: "\68";
}
.social-youtube::before {
content: "\69";
}
.social-instagram::before {
content: "\6a";
}
.social-flickr::before {
content: "\6b";
}
.social-tumblr::before {
content: "\6c";
}
.social-dribbble::before {
content: "\6d";
}
.social-skype::before {
content: "\6e";
}
.social-foursquare::before {
content: "\6f";
}
.social-vk::before {
content: "\70";
}
.social-weibo::before {
content: "\71";
}
.social-reddit::before {
content: "\72";
}
.social-stumbleupon::before {
content: "\73";
}
.social-behance::before {
content: "\74";
}
.social-spotify::before {
content: "\75";
}
.social-deviantart::before {
content: "\76";
}
.social-soundcloud::before {
content: "\77";
}
.social-vine::before {
content: "\78";
}
.social-yelp::before {
content: "\79";
}
.social-paypal::before {
content: "\7a";
}
.social-houzz::before {
content: "\41";
}
.social-vimeo::before {
content: "\42";
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}#rim-funcoes .vc_tta-panel-heading {
background: red;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//pro-renal.org.br/wp-content/themes/medicenter-child/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@media screen and (max-width:1817px)
{
body .background-right
{
background-position: 1230px 0 !important;
}
}
@media screen and (max-width:1249px)
{
.vc_col-sm-6 .vc_col-sm-6 table td, 
.vc_col-sm-6 .vc_col-sm-6 table th
{
padding: 11px 5px;
} .mc-gallery .gallery-box, .gallery-box img{
width: 160px;
} .wpb_image_grid_ul.owl-carousel {
min-height: 160px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
top: calc(50% - 31px);
} .site-container.boxed,
.boxed .header-container.sticky.move
{
max-width: 1090px;
} .header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area
{
width: 990px;
}
.page-header-left
{
width: 730px;
}
.sf-menu>li>a
{
height: 24px;
}
.header.layout-1 .sf-menu li a, .header.layout-1 .sf-menu li a:visited
{
padding: 11px 10px 11px 8px;
}
.header.layout-1 .sf-menu>li.menu-item-has-children>a, .header.layout-1 .sf-menu>li.menu-item-has-children>a:visited
{
padding: 11px 3px 11px 8px;
}
.header.layout-1 .sf-menu>li.menu-item-has-children>a::after,
.header.layout-1 .sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after,
.header.layout-1 .sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after
{
margin-left: 1px;
} .sf-menu>li.menu-item-has-children>a::after,
.sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after,
.sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after
{
vertical-align: middle;
margin-top: -2px;
}
.header.layout-1 .sf-menu li ul li
{
width: 156px;
padding: 0 8px;
}
.header.layout-1 .sf-menu li a,
.header.layout-1 .sf-menu li a:visited,
.header.layout-1 .sf-menu li ul li a
{
font-size: 12px;
}
.header.layout-1 .sf-menu li ul
{
width: 172px;
}
.header.layout-1 .sf-menu li.wide ul.sub-menu
{
width: 344px;
}
.header.layout-1 ul.sf-menu li li:hover ul, .header.layout-1 ul.sf-menu li li.sfHover ul,
.header.layout-1 ul.sf-menu li li li:hover ul, .header.layout-1 ul.sf-menu li li li.sfHover ul
{
left: 172px;
}
.header.layout-1 .sf-menu li.left-flyout:hover ul ul 
{
left: -174px;
}
.header-left
{
display: block;
width: 100%;
text-align: center;
margin-bottom: 18px;
}
.header-left a
{
display: inline-block;
} .single-ql_services .vertical-menu li a
{
padding: 17px 8px 19px 10px;
}
.single-ql_services .vertical-menu li a::after
{
font-size: 14px;
} .home-box,
.home-box-container-list.for-home-slider .home-box,
.scrolling-list-fix-block,
.wpb_column .home-box-container-list .scrolling-list-fix-block
{
width: 270px;
}
.home-box-container-list.for-home-slider
{
position: relative;
margin-top: 0;
}
.home-box-container
{
padding: 19px 30px 30px;
}
.home-box .news
{
margin-top: 22px;
}
.home-box .more
{
margin-top: 21px;
}
.home-box .scrolling-controls
{
margin-top: -59px;
height: 36px;
}
.home-box .scrolling-controls .header-right
{
margin-top: 1px;
}
.vc_col-sm-12 .scrolling-list-fix-block
{
width: 930px;
}
.vc_col-sm-10 .scrolling-list-fix-block
{
width: 760px;
}
.vc_col-sm-9 .scrolling-list-fix-block
{
width: 675px;
}
.vc_col-sm-8 .scrolling-list-fix-block
{
width: 590px;
}
.vc_col-sm-6 .scrolling-list-fix-block
{
width: 420px;
}
.vc_col-sm-3 .scrolling-list-fix-block
{
width: 165px;
}
.vc_col-sm-2 .scrolling-list-fix-block
{
width: 120px;
} .vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 223px;
}
.vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 203px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 138px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 118px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li:hover ul, 
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 66px;
}
.vc_col-sm-12 .type-big .tabs-navigation
{
width: 990px;
} .info-box
{
padding: 18px 30px 32px;
}
.info-box+.arrow-container
{
width: 50px;
}
.arrow-container .arrow
{
padding: 15px 17px 17px;
right: -50px;
bottom: -25px;
} .our-clients-list li
{
width: 198px;
} .post-footer .post-footer-details li
{
margin-right: 5px;
}
.post-footer-details li.post-footer-author+li.post-footer-category,
.post-footer-details li.post-footer-date,
.post-footer-details li.post-footer-comments
{	
margin-left: 5px;
padding-left: 10px;
}
.post-footer-details li.separator
{
margin: 0 10px 10px 5px;
}
.comment-box
{
width: 105px;
}
.comment-box .date .value
{
width: 90px;
padding: 11px 5px 12px;
}
.comment-box .comments-number
{
width: 100px;
}
.comments .comments-number a
{
width: 90px;
}
#comments_list .comment-details
{
width: 405px;
}
#comments_list .children .comment-details
{
width: 295px;
}
#comments_list .comment-author-avatar,
#comments_list .comment-author-avatar img
{
width: 90px;
height: 90px;
}
#comments_list .comment-author-avatar
{
margin-right: 25px;
}
#comments_list .children
{
margin-left: 110px;
}
.comment-form-container
{
margin-left: 130px;
}
.vc_col-sm-12 #comments_list .comment-details 
{
width: 745px;
}
.vc_col-sm-12 #comments_list .children .comment-details
{
width: 635px;
}
.vc_col-sm-10 #comments_list .comment-details
{
width: 575px;
}
.vc_col-sm-10 #comments_list .children .comment-details
{
width: 465px;
}
.vc_col-sm-9 #comments_list .comment-details
{
width: 490px;
}
.vc_col-sm-9 #comments_list .children .comment-details
{
width: 380px;
}
.vc_col-sm-6 #comments_list .comment-details
{
width: 235px;
}
.vc_col-sm-6 #comments_list .children .comment-details
{
width: 205px;
}
.vc_col-sm-6 #comments_list .children
{
margin-left: 30px;
}
.vc_col-sm-6 .comment-form-container
{
margin-left: 0;
}
.vc_col-sm-4 #comments_list .comment-details,
.vc_col-sm-4 #comments_list .children .comment-details
{
width: 100%;
}
.vc_col-sm-4 .comment-form input[type="submit"]
{
width: 140px;
} .vc_col-sm-3 .accordion .ui-accordion-content .item-footer .mc-button
{
float: left;
}
.vc_col-sm-3 .accordion .ui-accordion-content .item-footer .mc-button:last-child
{
margin-top: 10px;
}
.vc_col-sm-3 .accordion .ui-accordion-content .item-footer .mc-button,
.vc_col-sm-2 .item-content .thumb-image,
.vc_col-sm-6 .accordion.wide .ui-accordion-content .vc_col-sm-6 .item-footer .mc-button
{
margin-right: 0;
}
.vc_col-sm-6 .accordion.wide .ui-accordion-content .vc_col-sm-6 .item-footer .mc-button:last-child
{
margin-top: 10px;
} .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 330px;
}
.vc_col-sm-10 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 250px;
}
.vc_col-sm-9 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 207px;
}
.vc_col-sm-8 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
clear: both;
max-width: 100%;
}
.vc_col-sm-8 .gallery-item-details-list .details-box .controls
{
position: static;
float: left;
margin-bottom: 15px;
}
.vc_col-sm-4 .controls li.separator
{
margin: 0 15px;
}
.vc_col-sm-2 .controls li.separator
{
margin: 0 10px;
}   .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box,
.vc_col-sm-3 .gallery-2-columns .gallery-box img,
.vc_col-sm-3 .gallery-2-columns .mc-preloader,
.vc_col-sm-6 .gallery-2-columns .gallery-box,
.vc_col-sm-6 .gallery-2-columns .gallery-box img,
.vc_col-sm-6 .gallery-2-columns .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box,
.vc_col-sm-9 .gallery-3-columns .gallery-box img,
.vc_col-sm-9 .gallery-3-columns .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box,
.vc_col-sm-6 .gallery-3-columns .gallery-box img,
.vc_col-sm-6 .gallery-3-columns .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box,
.vc_col-sm-3 .gallery-3-columns .gallery-box img,
.vc_col-sm-3 .gallery-3-columns .mc-preloader
{
width: 225px;
}
.gallery-box img,
.wpb_column .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box img,
.vc_col-sm-3 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-6 .gallery-2-columns .gallery-box img,
.vc_col-sm-6 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box img,
.vc_col-sm-9 .gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box img,
.vc_col-sm-6 .gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box img,
.vc_col-sm-3 .gallery-3-columns .gallery-box .mc-preloader
{
height: 150px;
}
.gallery-2-columns .gallery-box,
.gallery-2-columns .gallery-box img,
.gallery-2-columns .gallery-box .mc-preloader
{
width: 480px;
}
.gallery-2-columns .gallery-box img,
.gallery-2-columns .gallery-box .mc-preloader
{
height: 320px;
}
.vc_col-sm-9 .gallery-2-columns .gallery-box,
.vc_col-sm-9 .gallery-2-columns .gallery-box img,
.vc_col-sm-9 .gallery-2-columns .mc-preloader
{
width: 352.5px;
}
.vc_col-sm-9 .gallery-2-columns .gallery-box img,
.vc_col-sm-9 .gallery-2-columns .gallery-box .mc-preloader
{
height: 235px;
}
.gallery-3-columns .gallery-box,
.gallery-3-columns .gallery-box img,
.gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-2-columns .gallery-box,
.vc_col-sm-8 .gallery-2-columns .gallery-box img,
.vc_col-sm-8 .gallery-2-columns .mc-preloader,
.vc_col-sm-4 .gallery-2-columns .gallery-box,
.vc_col-sm-4 .gallery-2-columns .gallery-box img,
.vc_col-sm-4 .gallery-2-columns .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box,
.vc_col-sm-4 .gallery-3-columns .gallery-box img,
.vc_col-sm-4 .gallery-3-columns .mc-preloader
{
width: 310px;
}
.gallery-3-columns .gallery-box img,
.gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-2-columns .gallery-box img,
.vc_col-sm-8 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-2-columns .gallery-box img,
.vc_col-sm-4 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box img,
.vc_col-sm-4 .gallery-3-columns .gallery-box .mc-preloader
{
height: 206.667px;
}
.vc_col-sm-10 .gallery-box,
.vc_col-sm-10 .gallery-box img,
.vc_col-sm-10 .gallery-box .mc-preloader,
.vc_col-sm-10 .gallery-3-columns .gallery-box,
.vc_col-sm-10 .gallery-3-columns .gallery-box img,
.vc_col-sm-10 .gallery-3-columns .mc-preloader
{
width: 253.33px;
}
.vc_col-sm-10 .gallery-box img,
.vc_col-sm-10 .gallery-box .mc-preloader,
.vc_col-sm-10 .gallery-3-columns .gallery-box img,
.vc_col-sm-10 .gallery-3-columns .gallery-box .mc-preloader
{
height: 168.883px;
}
.vc_col-sm-8 .gallery-box,
.vc_col-sm-8 .gallery-box img,
.vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box,
.vc_col-sm-8 .gallery-3-columns .gallery-box img,
.vc_col-sm-8 .gallery-3-columns .mc-preloader
{
width: 196.66px;
}
.vc_col-sm-8 .gallery-box img,
.vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box img,
.vc_col-sm-8 .gallery-3-columns .gallery-box .mc-preloader
{
height: 131.1px;
}
.vc_col-sm-4 .gallery-box,
.vc_col-sm-4 .gallery-box img,
.vc_col-sm-4 .gallery-box .mc-preloader
{
width: 285px;
}
.vc_col-sm-4 .gallery-box img,
.vc_col-sm-4 .gallery-box .mc-preloader
{
height: 190px;
}
.vc_col-sm-4 .mc-gallery.horizontal-carousel .gallery-box
{
margin-left: 12.5px;
}
.vc_col-sm-2 .gallery-box,
.vc_col-sm-2 .gallery-box img,
.vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box,
.vc_col-sm-2 .gallery-2-columns .gallery-box img,
.vc_col-sm-2 .gallery-2-columns .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box,
.vc_col-sm-2 .gallery-3-columns .gallery-box img,
.vc_col-sm-2 .gallery-3-columns .mc-preloader
{
width: 140px;
}
.vc_col-sm-2 .gallery-box img,
.vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box img,
.vc_col-sm-2 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box img,
.vc_col-sm-2 .gallery-3-columns .gallery-box .mc-preloader
{
height: 93.33px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box,
.vc_col-sm-10 .gallery-2-columns .gallery-box img,
.vc_col-sm-10 .gallery-2-columns .mc-preloader
{
width: 395px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box img,
.vc_col-sm-10 .gallery-2-columns .gallery-box .mc-preloader
{
height: 263.33px;
}
.vc_col-sm-4 .gallery-2-columns.dm_pagination .gallery-box-2,
.vc_col-sm-6 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-10 .gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-4 .gallery-2-columns.dm_simple .gallery-box-2,
.vc_col-sm-6 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-10 .gallery-4-columns.dm_simple .gallery-box-4
{
margin-top: 30px;
} .vc_col-sm-12 .photostream .gallery-box:nth-child(11n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(9n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(8n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(8n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(6n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(4n+1)
{
margin-left: 10px;
}
.vc_col-sm-12 .photostream .gallery-box:nth-child(9n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(6n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(4n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(3n+1)
{
margin-left: 0;
}
.photostream.default .gallery-box img,
.vc_col-sm-9 .photostream.default .gallery-box img
{
width: 96px;
height: 96px;
}
.vc_col-sm-8 .photostream.default .gallery-box img,
.vc_col-sm-6 .photostream.default .gallery-box img
{
width: 100px;
height: 100px;
} .side-image-static .vc_single_image-img,
.side-image .vc_single_image-img,
.side-image+.wpb_single_image .vc_single_image-img
{
max-width: 80%;
} .services-list li
{
width: 330px;
}
.services-list h4,
.services-list p
{
padding-left: 30px;
padding-right: 30px;
}
.services-list h4
{
padding-top: 22px;
}
.services-list li .service-details
{
padding-bottom: 27px;
} .vc_col-sm-4 .timeline-item .timeline-left
{
width: 132px;
min-width: 132px;
}
.vc_col-sm-4 .timeline-item label
{
max-width: 90px;
padding: 7px 8px 8px;
}
.vc_col-sm-4 .timeline-item .label-triangle
{
margin-right: 25px;
}
.vc_col-sm-4 .timeline-content
{
padding: 12px 0 16px 25px;
}
.vc_col-sm-4 .timeline-content span
{
float: left;
clear: both;
}
.vc_col-sm-4 .timeline-content span.timeline-title
{
margin-right: 0;
}
.vc_col-sm-4 .timeline-content span.timeline-subtitle
{
margin-top: 5px;
}
.vc_col-sm-3 .timeline-item .timeline-left
{
display: block;
width: auto;
min-width: 0;
}
.vc_col-sm-3 .timeline-item .label-container .timeline-circle,
.vc_col-sm-3 .timeline-item .label-triangle
{
display: none;
}
.vc_col-sm-3 .timeline-item label
{
float: left;
clear: both;
max-width: 100%;
}
.vc_col-sm-3 .timeline-content span.timeline-subtitle
{
display: block;
}
.vc_col-sm-3 .timeline-content
{
display: block;
clear: both;
border: none;
padding: 12px 0 16px;
} .wpb_column .announcement
{
padding: 20px 30px;
}
.vc_col-sm-4 .announcement.style-2,
.vc_col-sm-3 .announcement.style-2
{
padding: 30px 20px 30px;
}
.vc_col-sm-4 .announcement.style-2 h2,
.vc_col-sm-3 .announcement.style-2 h2
{
font-size: 22px;
}
.vc_col-sm-4 .announcement.style-2 p,
.vc_col-sm-3 .announcement.style-2 p
{
font-size: 14px;
padding-top: 20px;
}
.vc_col-sm-4 .announcement.style-2 .more,
.vc_col-sm-3 .announcement.style-2 .more
{
font-size: 14px;
}
.vc_col-sm-4 .announcement.style-2 .vertical-align-cell:last-child,
.vc_col-sm-3 .announcement.style-2 .vertical-align-cell:last-child
{
margin-top: 27px;
}
.vc_col-sm-2 .announcement
{
padding: 2px;
}
.vc_col-sm-2 .announcement .more
{
padding: 2px;
} .caroufredsel-wrapper-testimonials
{
width: 690px !important;
left: 150px !important;
}
.testimonials li.vc_col-sm-12
{
width: 690px;
} .timetable .event-container
{
padding: 12px 8px;
}
.tip
{
padding: 12px;
} .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 270px;
}
.vc_col-sm-3 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 185px;
}
.vc_col-sm-2 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 120px;
}
.vc_col-sm-4 .contact-form .vc_col-sm-8 p,
.vc_col-sm-4 .contact-form .vc_col-sm-4 input[type="submit"]
{
margin-top: 0;
}
.vc_col-sm-4 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 150px;
}
.vc_col-sm-2 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 140px;
}
.fieldset-with-recaptcha .terms-container
{
max-width: 470px;
}
.column-with-recaptcha
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column-reverse;
-moz-flex-flow: column-reverse;
-ms-flex-flow: column-reverse;
flex-flow: column-reverse;
}
.contact-form .column-with-recaptcha .g-recaptcha-wrapper
{
float: none;
margin: 0;
-ms-flex-item-align: end;
-webkit-align-self: end;
-moz-align-self: end;
align-self: end;
}
.contact-form .submit-container .column-with-recaptcha .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: 0;
margin-right: 0;
}
.submit-container .column-with-recaptcha .terms-container
{
-ms-flex-order: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
-ms-flex-item-align: end;
-webkit-align-self: end;
-moz-align-self: end;
align-self: end;
} .ui-datepicker
{
width: 288px;
} .vc_col-sm-2 .contact-data li .value
{
padding: 13px 15px;
}
.vc_col-sm-3 .contact-data li
{
display: block;
word-wrap: break-word;
}
.vc_col-sm-3 .contact-data li .value
{
display: block;
padding: 13px 15px;
}
.vc_col-sm-3 .contact-data li::before
{
display: none;
} .footer-banner-box
{
width: 330px;
}
.footer-banner-box p
{
font-size: 26px;
} .rev_slider h1,
.rev_slider h2,
.rev_slider p
{
margin-left: 50px;
}
.rev_slider h1,
.rev_slider h2
{
font-size: 55px;
line-height: 64px;
margin-top: -20px
}
.rev_slider p
{
margin-top: -34px;
} .vc_col-sm-12 .comment-form .vc_col-sm-6
{
width: 415px;
}
.vc_row .vc_col-sm-10
{
width: 820px;
}
.vc_row .vc_col-sm-9
{
width: 735px;
}
.vc_row .vc_col-sm-8 
{
width: 650px;
}
.vc_row .vc_col-sm-6
{
width: 480px;
}
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
width: 495px;
}
.vc_col-sm-10 .vc_col-sm-6
{
width: 395px;
}
.vc_col-sm-10 .comment-form .vc_col-sm-6
{
width: 330px;
}
.vc_col-sm-9 .vc_col-sm-6
{
width: 352px;
}
.vc_row .vc_col-sm-4,
.vc_col-sm-8 .vc_col-sm-6
{
width: 310px;
}
.vc_col-sm-9 .comment-form .vc_col-sm-6
{
width: 287px;
}
.vc_row .vc_col-sm-3,
.vc_col-sm-6 .vc_col-sm-6,
.vc_col-sm-6 .comment-form .vc_col-sm-6
{
width: 225px;
}
.vc_col-sm-10 .vc_col-sm-8
{
width: 526px;
}
.vc_col-sm-10 .vc_col-sm-4
{
width: 264px;
}
.vc_col-sm-9 .vc_col-sm-8
{
width: 470px;
}
.vc_col-sm-9 .vc_col-sm-4
{
width: 225px;
}
.vc_col-sm-8 .vc_col-sm-8
{
width: 413px;
}
.vc_col-sm-8 .vc_col-sm-4
{
width: 196px;
}
.vc_col-sm-6 .vc_col-sm-8
{
width: 300px;
}
.vc_col-sm-6 .vc_col-sm-4
{
width: 150px;
}
.vc_row .vc_col-sm-4 .vc_col-sm-8,
.vc_row .vc_col-sm-4 .vc_col-sm-4
{
width: 100%;
margin-top: 40px;
margin-left: 0;
}
.vc_row .vc_col-sm-4 .vc_col-sm-8:first-child,
.vc_row .vc_col-sm-4 .vc_col-sm-4:first-child
{
margin-top: 0;
}
.vc_row .vc_col-sm-2,
.vc_col-sm-4 .vc_col-sm-6
{
width: 140px;
} .vc_row .vc_col-sm-12 .post-content
{
width: 860px;
}
.vc_row .vc_col-sm-10 .post-content
{
width: 690px;
}
.vc_row .vc_col-sm-9 .post-content
{
width: 605px;
}
.vc_row .vc_col-sm-8 .post-content
{
width: 520px;
}
.vc_row .vc_col-sm-6 .post-content
{
width: 350px;
}
.vc_row .vc_col-sm-4 .post-content
{
width: 100%;
}
.vc_col-sm-4 .comment-box
{
width: 100%;
margin-bottom: 30px;
margin-right: 0;
}
.vc_col-sm-4 .comment-box li
{
float: left;
width: auto;
}
.vc_col-sm-4 .comment-box .comments-number
{
width: auto;
margin-top: 0;
margin-left: 2px;
}
.vc_col-sm-4 .comments .comment-box .comments-number
{
float: left;
width: auto;
margin-left: 0;
}
.vc_col-sm-4 .comments .comment-box .comments-number a,
.vc_col-sm-4 .comment-box .date .value
{
width: auto;
}
.vc_col-sm-4 .comment-box .date .value,
.vc_col-sm-4 .comment-box .date .arrow-date,
.vc_col-sm-4 .comment-box .comments-number a,
.vc_col-sm-4 .comment-box .arrow-comments
{
clear: both;
float: none;
}
.vc_col-sm-4 .comment-box .date .arrow-date,
.vc_col-sm-4 .comment-box .arrow-comments
{
left: 0;
right: auto;
} .vc_col-sm-8 .comment-form .vc_col-sm-6
{
width: 245px;
} .vc_col-sm-12 .scrolling-list li .left
{
width: 950px;
}
.vc_col-sm-10 .scrolling-list li .left
{
width: 780px;
}
.vc_col-sm-8 .scrolling-list li .left
{
width: 610px;
}
.vc_col-sm-6 .scrolling-list li .left
{
width: 440px;
}
.vc_col-sm-4 .scrolling-list li .left
{
width: 270px;
}
.vc_col-sm-3 .scrolling-list li .left
{
width: 185px;
}
.vc_col-sm-2 .scrolling-list li .left
{
width: 100px;
}
}
@media screen and (max-width:1009px)
{
body
{
font-size: 13px;
}
blockquote
{
padding-left: 23px;
margin-bottom: 23px;
}
.description p,
p.description
{
padding: 21px 0;
} .mc-gallery .gallery-box, .gallery-box img,
.vc_col-sm-9 .gallery-box,
.vc_col-sm-9 .gallery-box img{
width: 163px;
} .wpb_image_grid_ul.owl-carousel {
min-height: 120px !important;
} .site-container.boxed,
.boxed .header-container.sticky.move
{
max-width: 850px;
}
.margin-top-70
{
margin-top: 50px;
}
.margin-top-92
{
margin-top: 62px;
}
.margin-bottom-50,
.site-container .vc_row.margin-bottom-50
{
margin-bottom: 35px;
}
.padding-left-right-100
{
padding: 0 70px;
}
.padding-left-100
{
padding-left: 70px;
}
.padding-right-100,
.accordion.padding-right-100
{
padding-right: 70px;
}
.padding-top-89
{
padding-top: 62px;
}
.padding-top-100
{
padding-top: 70px;
}
.padding-bottom-50
{
padding-bottom: 35px;
}
.padding-bottom-100
{
padding-bottom: 70px;
}
.padding-bottom-128
{
padding-bottom: 98px;
} h1,
h2.large
{
font-size: 24px;
}
h2
{
font-size: 22px;
}
h3,
blockquote
{
font-size: 16px;
}
h4,
table td:first-child, table th:first-child
{
font-size: 14px;
}
h5
{
font-size: 12px;
}
.sentence
{
margin-top: 21px;
}
.sentence-author
{
margin-top: 20px;
}
.header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area
{
width: 750px;
}
.header
{
padding-top: 18px;
padding-bottom: 10px;
}
.header.top-sidebar-visible
{	
padding-top: 34px;
}
.header-separator,
.layout-3.header,
.header-container-layout-4 .header
{
padding-top: 18px;
}
.header-left
{
display: block;
width: 100%;
text-align: center;
margin-bottom: 18px;
}
.layout-2 .header-left
{
text-align: left;
}
.layout-2 .header-left,
.layout-4 .header-left
{
margin-bottom: 0;
}
.header-left a
{
display: inline-block;
}
.header-right
{
clear: both;
float: left;
}
.menu-main-menu-container
{
display: table;
margin-left: auto;
margin-right: auto;
}
.header-container-layout-2 .menu-main-menu-container
{
display: block;
margin: 0;
} .slider-navigation .slider-control,
.single .post-content .slider-navigation .slider-control,
.slider-navigation .slider-control a
{
height: 30px;
}
.for-home-slider .slider-navigation
{
top: -30px;
} .vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 172px;
}
.vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 158px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 172px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 158px;
}
.vc_row .vc_col-sm-2 .tabs-box-navigation.sf-menu li:hover ul, 
.vc_row .vc_col-sm-2 .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 70px;
}
.vc_col-sm-12 .type-big .tabs-navigation
{
width: 750px;
}
.type-big .tabs-navigation li a
{
font-size: 16px;
}
.type-big .ui-tabs-panel
{
padding-top: 50px;
padding-bottom: 70px;
} .sf-menu li
{ margin-left: 5px;
}
.sf-menu li a, .sf-menu li a:visited
{
padding: 11px 10px 11px 8px;
}
.sf-menu>li.menu-item-has-children>a, .sf-menu>li.menu-item-has-children>a:visited
{
padding: 11px 3px 11px 8px;
}
.sf-menu>li.menu-item-has-children>a::after,
.sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after,
.sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after
{
margin-top: -1px;
margin-left: 1px;
}
.sf-menu li a,
.sf-menu li a:visited,
.sf-menu li ul li a
{
font-size: 13px;
}
.sf-menu li ul
{
width: 172px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{ }
.sf-menu li ul li
{
width: 156px;
padding: 0 8px;
}
.sf-menu li ul li a,
.sf-menu li:hover ul a, .sf-menu>li.menu-item-has-children:hover ul a,
.sf-menu li ul li.menu-item-type-custom a,
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a
{
padding: 12px 0;
}
.sf-menu li ul li a:hover, .sf-menu li ul li.selected a, .sf-menu li ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children ul li a:hover, .sf-menu>li.menu-item-has-children:hover ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children:hover ul li.selected ul li a:hover,.sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li a:hover, .sf-menu>li.menu-item-has-children:hover ul li ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li ul li.current-menu-item a, .sf-menu>li.menu-item-has-children:hover ul li.selected ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li.selected ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a:hover, .sf-menu li ul li.menu-item-type-custom a:hover
{
padding-bottom: 11px;
}
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a,
.sf-menu>li.menu-item-has-children:hover ul li.selected ul li a,
.sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li a,
.sf-menu li ul li.menu-item-type-custom a
{
padding-bottom: 12px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
left: 172px;
}
.sf-menu li.left-flyout:hover ul ul 
{
left: -174px;
}
.sf-menu li.wide ul.sub-menu
{
width: 344px;
}
.sf-menu li li.wide ul.sub-menu
{
width: 184px;
}
.footer .menu li
{
width: 100%;
} .theme-page
{
padding-bottom: 50px;
}
.page-margin-top,
.page_margin_top,
.single .post-content h2.page-margin-top, .single .post-content h3.page-margin-top, .single .post-content h4.page-margin-top, .single .post-content h5.page-margin-top,
.single .post-content h2.page_margin_top, .single .post-content h3.page_margin_top, .single .post-content h4.page_margin_top, .single .post-content h5.page_margin_top
{
margin-top: 35px;
}
.page-margin-top-section,
.page_margin_top_section,
.single .post-content h2.page-margin-top-section, .single .post-content h3.page-margin-top-section, .single .post-content h4.page-margin-top-section, .single .post-content h5.page-margin-top-section,
.single .post-content h2.page_margin_top_section, .single .post-content h3.page_margin_top_section, .single .post-content h4.page_margin_top_section, .single .post-content h5.page_margin_top_section
{
margin-top: 50px;
}
.top-hint
{
top: 18px;
} .page-header-left
{
width: 530px;
}
.page-header-right
{
width: 220px;
} .search .search-input
{
width: 180px;
}
.search .search-input:focus
{
width: 200px;
} .bread-crumb
{
padding: 10px 0 0;
} .slider li
{
height: 520px;
}
.slider-content-box
{
margin-top: -488px;
min-height: 286px;
}
.slider-content .subtitle
{
line-height: 120%;	
}
.slider-content h1
{
font-size: 56px;
} .home-box-container
{
padding: 13px 17px 23px;
}
.home-box,
.home-box-container-list.for-home-slider .home-box,
.scrolling-list-fix-block,
.wpb_column .home-box-container-list .scrolling-list-fix-block
{
width: 216px;
}
.home-box-container-list.for-home-slider
{
margin-top: 0;
}
.home-box .news
{
margin-top: 13px;
}
.home-box .news .text
{
line-height: 1.69231;
}
.home-box .more
{
margin-top: 16px;
}
.home-box .scrolling-controls
{
margin-top: -44px;
height: 31px;
}
.home-box .header-right
{
width: 59px;
}
.scrolling-list-control-left, 
.scrolling-list-control-right
{
width: 28px;
height: 28px;
}
.vc_col-sm-12 .scrolling-list-fix-block
{
width: 716px;
}
.vc_col-sm-10 .scrolling-list-fix-block
{
width: 588px;
}
.vc_col-sm-9 .scrolling-list-fix-block
{
width: 524px;
}
.vc_col-sm-8 .scrolling-list-fix-block
{
width: 460px;
}
.vc_col-sm-6 .scrolling-list-fix-block
{
width: 332px;
}
.vc_col-sm-3 .scrolling-list-fix-block
{
width: 140px;
}
.vc_col-sm-2 .scrolling-list-fix-block
{
width: 90px;
} .home-box .scrolling-list-wrapper 
{
margin-top: 1px;
}
.scrolling-list-control-left, 
.scrolling-list-control-right
{
line-height: 24px;
} .icons-list a,
.icons-list span
{	
margin-left: 20px;
}
.header-top-sidebar .template-cart
{
padding-left: 20px;
} .more.medium
{
padding: 13px;
} .vc_col-sm-4 .mc-features-small .text 
{
margin-left: 82px;
}
.vc_col-sm-4 .mc-features-small .item-content .text h3 
{
margin-bottom: 6px;
}
.vc_col-sm-4 .mc-features-small .item-footer
{
margin-top: 7px;
}
.vc_col-sm-3 .mc-features .hexagon
{	
float: none;
}
.vc_col-sm-3 .mc-features .text
{
margin-left: 0;
margin-top: 23px;
} .info-box[class^="features-"] h3, .info-box[class*=" features-"] h3,
.info-box p
{
margin-top: 20px;
} span.number, 
span.odometer.number,
.number-sign
{
font-size: 48px;
}
.counter-box svg+.number
{
margin-top: 12px;
}
.counter-box p
{
margin-top: 6px;
} .our-clients-list li
{
width: 250px;
}
.our-clients-list li:nth-child(5n+1)
{
border-left: 1px solid #E5E5E5;
}
.our-clients-list li:nth-child(3n+1)
{
border-left: none;
}
.our-clients-list li:nth-child(n+4)
{
margin-top: 35px;
} .wpb_column .layout-row .blog.page-margin-top-section,
.wpb_column .layout-column .blog.page-margin-top-section,
.wpb_column .layout-column .blog.page-margin-top-section:first-child,
.vc_col-sm-3 .layout-column .blog.page-margin-top-section:first-child,
.vc_col-sm-2 .layout-column .blog.page-margin-top-section:first-child,
.wpb_column .layout-row .blog.page_margin_top_section,
.wpb_column .layout-column .blog.page_margin_top_section,
.wpb_column .layout-column .blog.page_margin_top_section:first-child,
.vc_col-sm-3 .layout-column .blog.page_margin_top_section:first-child,
.vc_col-sm-2 .layout-column .blog.page_margin_top_section:first-child
{
margin-top: 50px;
}
.wpb_column .layout-row .blog.page-margin-top,
.wpb_column .layout-column .blog.page-margin-top,
.wpb_column .layout-column .blog.page-margin-top:first-child,
.vc_col-sm-3 .layout-column .blog.page-margin-top:first-child,
.vc_col-sm-2 .layout-column .blog.page-margin-top:first-child,
.wpb_column .layout-row .blog.page_margin_top,
.wpb_column .layout-column .blog.page_margin_top,
.wpb_column .layout-column .blog.page_margin_top:first-child,
.vc_col-sm-3 .layout-column .blog.page_margin_top:first-child,
.vc_col-sm-2 .layout-column .blog.page_margin_top:first-child
{
margin-top: 35px;
}
.comment-box
{
width: 95px;
margin-right: 20px;
}
.comment-box .date .value,
.comments .comments-number a
{
width: 80px;
}
.comment-box .comments-number
{
width: 90px;
}
.comment-box .date .value,
.comment-box .comments-number a
{
font-size: 11px;
}
.vc_col-sm-3 .layout-column .blog.page-margin-top
{
}
.layout-row .blog,
.post,
.post-footer,
.vc_col-sm-3 .layout-row .blog,
.vc_col-sm-2 .layout-row .blog,
.vc_col-sm-3 .layout-row .post,
.vc_col-sm-2 .layout-row .post,
.vc_col-sm-3 .layout-column .blog,
.vc_col-sm-2 .layout-column .blog,
.vc_col-sm-3 .layout-column .post,
.vc_col-sm-2 .layout-column .post,
.vc_col-sm-3 .layout-column .blog.page-margin-top,
.vc_col-sm-3 .layout-column .blog.page-margin-top-section,
.vc_col-sm-2 .layout-column .blog.page-margin-top,
.vc_col-sm-2 .layout-column .blog.page-margin-top-section,
.vc_col-sm-3 .layout-column .blog.page_margin_top,
.vc_col-sm-3 .layout-column .blog.page_margin_top_section,
.vc_col-sm-2 .layout-column .blog.page_margin_top,
.vc_col-sm-2 .layout-column .blog.page_margin_top_section
{
margin-top: 30px;
} .comments .comment-box .arrow-comments
{
clear: both;
float: none;
left: 0;
right: auto;
}
.comments .comment-box .comments-number a
{
clear: both;
float: none;
}
#comments_list
{
clear: both;
margin-top: 30px;
}
#comments_list .comment-details
{
width: 379px;
}
#comments_list .children .comment-details
{
width: 334px;
}
#comments_list .comment-details .post-footer
{
margin-top: 31px;
}
#comments_list .children
{
margin-left: 45px;
}
.vc_col-sm-12 #comments_list .comment-details
{
width: 635px;
}
.vc_col-sm-12 #comments_list .children .comment-details
{
width: 590px;
}
.vc_col-sm-10 #comments_list .comment-details
{
width: 507px;
}
.vc_col-sm-10 #comments_list .children .comment-details
{
width: 462px;
}
.vc_col-sm-9 #comments_list .comment-details
{
width: 443px;
}
.vc_col-sm-6 #comments_list .children .comment-details
{
width: 398px;
}
.vc_col-sm-6 #comments_list .comment-details
{
width: 251px;
}
.vc_col-sm-6 #comments_list .children .comment-details
{
width: 221px;
}
.vc_col-sm-4 #comments_list
{
margin-top: 0;
}
.vc_col-sm-4 #comments_list .children,
.vc_col-sm-3 #comments_list .children
{
margin-left: 15px;
}
.vc_col-sm-4 .comment-form .wpb_column
{
margin-top: 8px;
}
.vc_col-sm-4 .comment-form .wpb_column:first-child
{
margin-top: 0;
}
.vc_col-sm-4 .comment-form .vc_col-sm-6
{
width: 100%;
margin-left: 0;
}
.vc_col-sm-4 .comment-form input[type="submit"]
{
width: 150px;
}
.vc_col-sm-2 .comment-form input[type="submit"]
{
width: 110px;
padding: 11px 0;
} .comment-form-container
{
margin-left: 0;
} .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 198px;
}
.contact-form .tabs-box-navigation.sf-menu li:hover ul, .contact-form .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 46px;
}
.vc_col-sm-6 .contact-form .vc_col-sm-8 p,
.vc_col-sm-6 .contact-form .vc_col-sm-4 input[type="submit"]
{
margin-top: 0;
}
.vc_col-sm-3 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 134px;
}
.vc_col-sm-2 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 100px;
padding: 11px 5px;
}
.vc_col-sm-2 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 110px;
}
.fieldset-with-recaptcha .terms-container
{
max-width: 430px;
}
.fieldset-with-recaptcha .recaptcha-container
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.fieldset-with-recaptcha .recaptcha-container .g-recaptcha-wrapper
{
margin-right: 0;
}
.submit-container.fieldset-with-recaptcha .recaptcha-container .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: auto;
margin-right: 0;
}
.comment-form .vc_row.fieldset-with-recaptcha .terms-container
{
padding-bottom: 0;
}
.terms-container label
{
font-size: 13px;
}
.vc_row .vc_col-sm-9 .contact-form p,
.vc_row .vc_col-sm-8 .contact-form p
{
padding: 0;
}
.vc_col-sm-9 .contact-form .column-with-recaptcha .g-recaptcha-wrapper,
.vc_col-sm-8 .contact-form .column-with-recaptcha .g-recaptcha-wrapper
{
-ms-flex-item-align: start;
-webkit-align-self: start;
-moz-align-self: start;
align-self: start;
}
.vc_col-sm-9 .contact-form .submit-container .column-with-recaptcha>.vc_row,
.vc_col-sm-8 .contact-form .submit-container .column-with-recaptcha>.vc_row
{
text-align: center;
}
.vc_col-sm-9 .submit-container .column-with-recaptcha .terms-container,
.vc_col-sm-8 .submit-container .column-with-recaptcha .terms-container
{
-ms-flex-item-align: start;
-webkit-align-self: start;
-moz-align-self: start;
align-self: start;
}
.vc_row .vc_col-sm-9 .row-with-recaptcha .wpb_column,
.vc_row .vc_col-sm-8 .row-with-recaptcha .wpb_column
{
width: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 30px;
}
.vc_row .vc_col-sm-9 .row-with-recaptcha .wpb_column:first-child,
.vc_row .vc_col-sm-8 .row-with-recaptcha .wpb_column:first-child
{
margin-top: 0;
}
.vc_col-sm-9 .contact-form .submit-container .button-with-recaptcha input[type="submit"],
.vc_col-sm-8 .contact-form .submit-container .button-with-recaptcha input[type="submit"]
{
float: none;
}
.vc_col-sm-9 .fieldset-with-recaptcha,
.vc_col-sm-8 .fieldset-with-recaptcha
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.vc_col-sm-9 .fieldset-with-recaptcha .terms-container,
.vc_col-sm-8 .fieldset-with-recaptcha .terms-container
{
max-width: 100%;
}
.vc_col-sm-9 .contact-form .g-recaptcha-wrapper,
.vc_col-sm-8 .contact-form .g-recaptcha-wrapper
{
float: none;
margin: 0;
}
.vc_col-sm-9 .contact-form .submit-container .button-with-recaptcha,
.vc_col-sm-8 .contact-form .submit-container .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: 0;
margin-right: 0;
}
.vc_col-sm-9 .fieldset-with-recaptcha .terms-container,
.vc_col-sm-8 .fieldset-with-recaptcha .terms-container
{
height: auto;
-ms-flex-order: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
padding-bottom: 30px;
}
.vc_col-sm-9 .contact-form .submit-container.fieldset-with-recaptcha .recaptcha-container .button-with-recaptcha,
.vc_col-sm-9 .contact-form .submit-container .column-with-recaptcha .recaptcha-container .button-with-recaptcha,
.vc_col-sm-8 .contact-form .submit-container.fieldset-with-recaptcha .recaptcha-container .button-with-recaptcha,
.vc_col-sm-8 .contact-form .submit-container .column-with-recaptcha .recaptcha-container .button-with-recaptcha
{
margin-right: auto;
} .ui-datepicker
{
width: 216px;
}
.ui-datepicker-header
{
padding: 0;
}
.ui-datepicker table td, .ui-datepicker table th
{
padding: 5px 8px;
} .widget_categories ul,
.widget_archive ul,
.widget_archive select
{
margin-top: 23px;
}
.appointment-widget .sentence
{
margin-top: 32px;
} .accordion.wide .tabs-navigation
{
margin-bottom: 28px;
}
.accordion.medium .ui-accordion-content
{
padding: 23px 0;
}
.item-content .thumb-image
{
margin-right: 20px;
}
.accordion .ui-accordion-content .item-footer .mc-button
{
font-size: 12px;
padding: 12px 10px;
}
.vc_col-sm-3 .item-content .thumb-image
{
margin-right: 10px;
} .ui-tabs-panel p
{
padding: 20px 0 21px;
} .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
font-size: 16px;
line-height: 1.625;
}
.tabs-box-navigation.sf-menu .tabs-box-navigation-selected::after
{
margin-top: 5px;
}
.tabs-box-navigation.sf-menu li:hover ul, 
.tabs-box-navigation.sf-menu li.sfHover ul
{
top: 48px;
} .thin-list li,
.thin_list li
{
margin-right: 15px;
} .announcement h2
{
font-size: 24px;
}
.wpb_column .announcement
{
padding: 20px;
}
.vc_col-sm-6 .announcement h2
{
font-size: 22px;
}
.vc_col-sm-2 .announcement
{
padding: 2px;
}
.vc_col-sm-2 .announcement h2
{
font-size: 18px;
}
.vc_col-sm-2 .announcement .more
{
padding: 2px;
} .caroufredsel-wrapper-testimonials
{
width: 570px !important;
left: 90px !important;
}
.testimonials li.vc_col-sm-12
{
width: 570px;
}
.testimonials li.vc_col-sm-12 .sentence
{
font-size: 22px;
}
.site-container .horizontal-carousel.testimonials .vc_col-sm-6
{
margin-right: 18px;
} .vc_col-sm-4 .notification-box h2
{
width: auto;
clear: both;
margin-left: 0;
margin-top: 78px;
}
.vc_col-sm-4 .notification-box h5
{
margin-left: 0;
} .timetable .event-container
{
font-size: 12px;
}
.timetable th, .timetable .event-container,
.tooltip .tooltip-content
{
padding: 8px 4px;
}
.timetable td
{
height: 30px;
}
.timetable .hours
{
margin: 10px 0;
} .gallery-item-details-list>.gallery-item-details>.vc_row
{
padding-bottom: 35px;
}
ul.gallery-item-details-list.margin-bottom
{
margin-bottom: 35px;
}
.gallery-item-details-list .details-box p
{
padding: 21px 0;
}
.gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 215px;
}  .gallery-box .mc-preloader,
.gallery-3-columns .gallery-box,
.gallery-3-columns .gallery-box img,
.gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
width: 230px;
}
.vc_col-sm-6 .gallery-box,
.vc_col-sm-6 .gallery-box img,
.vc_col-sm-6 .gallery-box .mc-preloader
{
width: 285px;
}
.gallery-box img,
.gallery-box .mc-preloader,
.gallery-3-columns .gallery-box img,
.gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
height: 153.333px;
}
.vc_col-sm-6 .gallery-box img,
.vc_col-sm-6 .gallery-box .mc-preloader
{
height: 190px;
}
.gallery-2-columns .gallery-box,
.gallery-2-columns .gallery-box img,
.gallery-2-columns .gallery-box .mc-preloader
{
width: 360px;
}
.gallery-2-columns .gallery-box img,
.gallery-2-columns .gallery-box .mc-preloader
{
height: 240px;
}
.gallery-item-details-list.not-hidden li.gallery-item-details
{
margin-top: 35px;
}
.vc_col-sm-6 .mc-gallery.horizontal-carousel li.gallery-box
{
margin-left: 40.5px;
margin-right: 0;
}
.vc_col-sm-10 .gallery-box,
.vc_col-sm-10 .gallery-box img,
.vc_col-sm-10 .gallery-box .mc-preloader,
.vc_col-sm-10 .gallery-3-columns .gallery-box,
.vc_col-sm-10 .gallery-3-columns .gallery-box img,
.vc_col-sm-10 .gallery-3-columns .mc-preloader
{
width: 187.33px;
}
.vc_col-sm-10 .gallery-box img,
.vc_col-sm-10 .gallery-box .mc-preloader,
.vc_col-sm-10 .gallery-3-columns .gallery-box img,
.vc_col-sm-10 .gallery-3-columns .gallery-box .mc-preloader
{
height: 124.883px;
}  .vc_col-sm-9 .gallery-box .mc-preloader,
.vc_col-sm-9 .gallery-2-columns .gallery-box,
.vc_col-sm-9 .gallery-2-columns .gallery-box img,
.vc_col-sm-9 .gallery-2-columns .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box,
.vc_col-sm-9 .gallery-3-columns .gallery-box img,
.vc_col-sm-9 .gallery-3-columns .mc-preloader
{
width: 264px;
}
.vc_col-sm-9 .gallery-box img,
.vc_col-sm-9 .gallery-box .mc-preloader,
.vc_col-sm-9 .gallery-2-columns .gallery-box img,
.vc_col-sm-9 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box img,
.vc_col-sm-9 .gallery-3-columns .gallery-box .mc-preloader
{
height: 185px;
}
.vc_col-sm-8 .gallery-box,
.vc_col-sm-8 .gallery-box img,
.vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-2-columns .gallery-box,
.vc_col-sm-8 .gallery-2-columns .gallery-box img,
.vc_col-sm-8 .gallery-2-columns .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box,
.vc_col-sm-8 .gallery-3-columns .gallery-box img,
.vc_col-sm-8 .gallery-3-columns .mc-preloader
{
width: 232px;
}
.vc_col-sm-8 .gallery-box img,
.vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-2-columns .gallery-box img,
.vc_col-sm-8 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box img,
.vc_col-sm-8 .gallery-3-columns .gallery-box .mc-preloader
{
height: 154.667px;
}
.vc_col-sm-4 .gallery-box,
.vc_col-sm-4 .gallery-box img,
.vc_col-sm-4 .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-2-columns .gallery-box,
.vc_col-sm-4 .gallery-2-columns .gallery-box img,
.vc_col-sm-4 .gallery-2-columns .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box,
.vc_col-sm-4 .gallery-3-columns .gallery-box img,
.vc_col-sm-4 .gallery-3-columns .mc-preloader
{
width: 238px;
}
.vc_col-sm-4 .mc-gallery .gallery-box img,
.vc_col-sm-4 .mc-gallery .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-2-columns .gallery-box img,
.vc_col-sm-4 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box img,
.vc_col-sm-4 .gallery-3-columns .gallery-box .mc-preloader
{
height: 158.667px;
}
.vc_col-sm-4 .mc-gallery.horizontal-carousel .gallery-box
{
margin-left: 0;
margin-right: 30px;
}
.vc_col-sm-3 .gallery-box,
.vc_col-sm-3 .gallery-box img,
.vc_col-sm-3 .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box,
.vc_col-sm-3 .gallery-2-columns .gallery-box img,
.vc_col-sm-3 .gallery-2-columns .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box,
.vc_col-sm-3 .gallery-3-columns .gallery-box img,
.vc_col-sm-3 .gallery-3-columns .mc-preloader
{
width: 174px;
}
.vc_col-sm-3 .gallery-box img,
.vc_col-sm-3 .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box img,
.vc_col-sm-3 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box img,
.vc_col-sm-3 .gallery-3-columns .gallery-box .mc-preloader
{
height: 116px;
}
.vc_col-sm-2 .gallery-box,
.vc_col-sm-2 .gallery-box img,
.vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box,
.vc_col-sm-2 .gallery-2-columns .gallery-box img,
.vc_col-sm-2 .gallery-2-columns .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box,
.vc_col-sm-2 .gallery-3-columns .gallery-box img,
.vc_col-sm-2 .gallery-3-columns .mc-preloader
{
width: 110px;
}
.vc_col-sm-2 .gallery-box img,
.vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box img,
.vc_col-sm-2 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box img,
.vc_col-sm-2 .gallery-3-columns .gallery-box .mc-preloader
{
height: 73.33px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box,
.vc_col-sm-10 .gallery-2-columns .gallery-box img,
.vc_col-sm-10 .gallery-2-columns .mc-preloader
{
width: 296px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box img,
.vc_col-sm-10 .gallery-2-columns .gallery-box .mc-preloader
{
height: 197.33px;
}
.vc_col-sm-6 .gallery-2-columns .gallery-box,
.vc_col-sm-6 .gallery-2-columns .gallery-box img,
.vc_col-sm-6 .gallery-2-columns .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box,
.vc_col-sm-6 .gallery-3-columns .gallery-box img,
.vc_col-sm-6 .gallery-3-columns .mc-preloader
{
width: 366px;
}
.vc_col-sm-6 .gallery-2-columns .gallery-box img,
.vc_col-sm-6 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box img,
.vc_col-sm-6 .gallery-3-columns .gallery-box .mc-preloader
{
height: 244px;
}
.vc_col-sm-10 .gallery-item-details-list .details-box .controls,
.vc_col-sm-9 .gallery-item-details-list .details-box .controls
{
position: static;
float: left;
margin-bottom: 15px;
}
.vc_col-sm-10 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header,
.vc_col-sm-9 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
clear: both;
max-width: 100%;
}
.vc_col-sm-4 .controls li.separator,
.vc_col-sm-2 .controls li.separator
{
display: none;
}
.vc_col-sm-6 .gallery-2-columns.dm_pagination .gallery-box-2,
.vc_col-sm-9 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-8 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-6 .gallery-3-columns.dm_pagination .gallery-box-2,
.gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-9 .gallery-4-columns.dm_pagination .gallery-box-3,
.vc_col-sm-8 .gallery-4-columns.dm_pagination .gallery-box-3,
.vc_col-sm-6 .gallery-4-columns.dm_pagination .gallery-box-2,
.vc_col-sm-6 .gallery-2-columns.dm_simple .gallery-box-2,
.vc_col-sm-9 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-8 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-6 .gallery-3-columns.dm_simple .gallery-box-2,
.gallery-4-columns.dm_simple .gallery-box-4,
.vc_col-sm-9 .gallery-4-columns.dm_simple .gallery-box-3,
.vc_col-sm-8 .gallery-4-columns.dm_simple .gallery-box-3,
.vc_col-sm-6 .gallery-4-columns.dm_simple .gallery-box-2
{
margin-top: 30px;
} .vc_col-sm-12 .photostream .gallery-box:nth-child(9n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(6n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(4n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(3n+1)
{
margin-left: 10px;
}
.vc_col-sm-12 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(5n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(5n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(4n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(3n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(2n+1),
.vc_col-sm-3 .photostream .gallery-box
{
margin-left: 0;
}
.wpb_column .photostream.default .gallery-box img
{
width: 100px;
height: 100px;
}
.vc_col-sm-12 .photostream.default .gallery-box img
{
width: 98px;
height: 98px;
} .side-image-static .vc_single_image-img,
.side-image .vc_single_image-img,
.side-image+.wpb_single_image .vc_single_image-img
{
max-width: 60%;
}
body .site-container .wpb_single_image.side-image-static
{
margin-bottom: 38px;
} .services-list li
{
width: 250px;
}
.services-list h4
{
font-size: 16px;
} .contact-data li .value
{
font-size: 13px;
}
.contact-data li::before
{
width: 55px;
}
.theme-page .vc_row .contact-data li .value
{
padding: 13px 10px;
}
.footer .widget .contact-data li .value
{
padding: 10px 0 10px 10px;
} .footer-banner-box
{
width: 250px;
padding: 20px 17px 15px;
}
.footer-banner-box p
{
font-size: 20px;
} .footer-box-container
{
margin-top: 40px;
} .rev_slider h1,
.rev_slider h2
{
font-size: 50px;
line-height: 62px;
margin-top: -15px;
}
.rev_slider p
{
margin-top: -30px;
} .vc_row [class*="vc_col-sm"]
{
margin-left: 18px;
}
.vc_row .vc_col-sm-10
{
width: 622px;
}
.vc_row .vc_col-sm-9
{
width: 558px;
}
.vc_row .vc_col-sm-8
{
width: 494px;
}
.vc_row .vc_col-sm-6,
.vc_col-sm-12 .comment-form .vc_col-sm-6
{
width: 366px;
}
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
width: 375px;
}
.vc_col-sm-10 .vc_col-sm-6,
.vc_col-sm-10 .comment-form .vc_col-sm-6
{
width: 302px;
}
.vc_col-sm-9 .vc_col-sm-6,
.vc_col-sm-9 .comment-form .vc_col-sm-6
{
width: 270px;
}
.vc_row .vc_col-sm-4,
.vc_col-sm-8 .vc_col-sm-6
{
width: 238px;
}
.vc_row .vc_col-sm-3,
.vc_col-sm-6 .vc_col-sm-6,
.vc_col-sm-6 .comment-form .vc_col-sm-6
{
width: 174px;
}
.vc_col-sm-4 .vc_col-sm-6,
.vc_row .vc_col-sm-2
{
width: 110px;
}
.vc_col-sm-10 .vc_col-sm-8
{
width: 402px;
}
.vc_col-sm-10 .vc_col-sm-4
{
width: 202px;
}
.vc_col-sm-9 .vc_col-sm-8
{
width: 360px;
}
.vc_col-sm-9 .vc_col-sm-4
{
width: 174px;
}
.vc_col-sm-8 .vc_col-sm-8
{
width: 317px;
}
.vc_col-sm-8 .vc_col-sm-4
{
width: 152px;
}
.vc_col-sm-6 .vc_col-sm-8,
.vc_col-sm-6 .vc_col-sm-4
{
width: 100%;
margin-top: 40px;
margin-left: 0;
}
.vc_col-sm-6 .vc_col-sm-8:first-child,
.vc_col-sm-6 .vc_col-sm-4:first-child
{
margin-top: 0;
} .vc_col-sm-8 .comment-form .vc_col-sm-6
{
width: 238px;
} .vc_row .vc_col-sm-12 .post-content
{
width: 635px;
}
.vc_row .vc_col-sm-10 .post-content
{
width: 507px;
}
.vc_row .vc_col-sm-9 .post-content
{
width: 443px;
}
.vc_row .vc_col-sm-8 .post-content
{
width: 379px;
}
.vc_row .vc_col-sm-6 .post-content
{
width: 251px;
} .vc_col-sm-4 .gallery-box img
{
width: 238px;
} .vc_col-sm-12 .scrolling-list li .left
{
width: 710px;
}
.vc_col-sm-10 .scrolling-list li .left
{
width: 582px;
}
.vc_col-sm-8 .scrolling-list li .left
{
width: 454px;
}
.vc_col-sm-6 .scrolling-list li .left
{
width: 326px;
}
.vc_col-sm-4 .scrolling-list li .left
{
width: 198px;
}
.vc_col-sm-3 .scrolling-list li .left
{
width: 134px;
}
.vc_col-sm-2 .scrolling-list li .left
{
width: 70px;
} .grid-doc-container>.wpb_wrapper>.vc_row.vc_inner {
width: calc(50% - 30px) !important;
margin-right: 15px;
}
}
@media screen and (max-width:767px)
{
.vc_row .wpb_column table td, 
.vc_row .wpb_column table th
{
padding: 11px 15px;
} .wpb_image_grid_ul.owl-carousel {
min-height: 160px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
top: calc(50% - 31px);
} .site-container.boxed
{
max-width: 562px;
}
.margin-top-92
{
margin-top: 42px;
}
.padding-bottom-128
{
padding-bottom: 78px;
}
.padding-left-right-100
{
padding: 0 50px;
}
.padding-top-57
{
padding-top: 39px;
}
.padding-top-200
{
padding-top: 100px;
}
.padding-bottom-63
{
padding-bottom: 50px;
}
.padding-bottom-193
{
padding-bottom: 93px;
}
.vc_row .wpb_column.padding-right-30
{
padding-right: 0;
} .header-top-sidebar-container{
display: none;
}
.header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area,
.horizontal-carousel.testimonials .vc_col-sm-6
{
width: 462px;
}
.header-top-sidebar .thin-list li,
.header-top-sidebar .thin_list li
{
clear: both;
margin-right: 0;
margin-top: 10px;
}
.header-top-sidebar .thin-list li:first-child,
.header-top-sidebar .thin_list li:first-child
{
margin-top: 0;
}
.header-top-sidebar .icons-list
{
margin-top: -15px;
}
.header,
.header-container.sticky.transition .header
{
padding: 18px 0;
}
.header-container-layout-2 .header.layout-2,
.header-container-layout-3 .header.layout-3
{
padding-bottom: 0;
}
.site-container .header-container-layout-4 .header.layout-4
{
padding: 0;
}
.header.layout-2 .header-top-right-sidebar-container
{
float: left;
clear: both;
width: 100%;
margin-top: 25px;
}
.header .header-left a:first-child
{
display: table-cell;
width: 432px;
}
.header.layout-2 .mobile-menu,
.header.layout-4 .mobile-menu
{
padding-bottom: 18px;
}
.header.layout-1 .mobile-menu,
.header.layout-2 .mobile-menu,
.header.layout-3 .mobile-menu,
.header.layout-4 .mobile-menu
{
width: 100%;
} .header,
.layout-2.header,
.layout-4.header
{
padding: 18px 0;
}
.header-separator
{
display: none;
}
.menu-main-menu-container
{
display: none;
}
.header-container .header-left
{
display: table;
}
.header-left
{
text-align: left;
margin-bottom: 0;
}
.top-info-list li.separator
{
display: none;
}
.top-info-list li
{
width: 50%;
}
.mc-smart-column .wpb_wrapper
{
width: auto !important;
position: static !important;
}
.mc-smart-column
{
height: auto !important;
} .site-container .header .sf-menu
{
display: none;
}
.mobile-menu-container
{
display: block;
}
.header .mobile-menu-switch
{
display: table-cell;
}
.mobile-menu-divider
{
margin-top: 18px;
}
.header.layout-4 .menu-main-menu-container
{
display: none;
}
.menu-item-has-children
{
position: relative;
}
.mobile-menu.collapsible-mobile-submenus .menu-item-has-children a.template-arrow-menu
{
position: absolute;
width: 46px;
height: 45px;
top: 0;
right: 0;
margin: 0;
padding: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
border: none;
border-bottom: 1px solid #E8E8E8;
}
.mobile-menu.collapsible-mobile-submenus .menu-item-has-children a.template-arrow-menu::before
{
position: absolute;
left: 17px;
top: 16px;
font-family: 'template';
content: "\68";
}
.menu-item-has-children a.template-arrow-menu:hover
{
text-decoration: none;
}
.mobile-menu.collapsible-mobile-submenus>ul>li:first-child>a.template-arrow-menu
{
top: 1px;
}
.collapsible-mobile-submenus .menu-item-has-children ul
{
display: none;
}
.collapsible-mobile-submenus .menu-item-has-children .menu-item-has-children ul
{
display: block;
}
.footer .menu li
{
width: 50%;
} .single-ql_services .vertical-menu li a
{
padding: 17px 17px 19px 20px;
} .wpb_column .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 348px;
}
.wpb_column .tabs-box-navigation.sf-menu li.wide ul li
{
width: 158px;
} .page-header-left,
.page-header-right
{
width: auto;
float: left;
clear: both;
}
.page-header-right
{
margin-top: 15px;
}
.top-hint
{
display: none;
} .footer
{
height: auto;
} .search .search-input
{
width: 200px;
}
.search .search-input:focus
{
width: 240px;
} .slider li
{
height: 315px;
}
.slider-content-box
{
margin-top: -285px;
min-height: 230px;
}
.slider-content .subtitle
{
margin-top: 10px;
}
.slider-content h1
{
font-size: 36px;
}
.for-home-slider .slider-navigation
{
position: relative;
margin-top: -30px;
top: 0;
} .home-box-container-list,
.home-box-container-list.for-home-slider>.wpb_wrapper>ul
{
display: block;
}
.wpb_column .home-box-container
{
padding: 13px 23px 23px;
}
.home-box,
.home-box-container-list.for-home-slider .home-box,
.wpb_column .scrolling-list-fix-block,
.wpb_column .home-box-container-list .scrolling-list-fix-block
{
width: 416px;
}
.home-box .header-right
{
width: 69px;
}
.home-box .scrolling-controls
{
height: 36px;
margin-top: -49px;
}
.home-box .scrolling-controls .header-right
{
margin-top: 2px;
} .mc-parallax
{
background-attachment: scroll;
} .button-label
{
display: block;
}
.button-label + .more
{
display: inline-block;
margin-left: 0;
margin-top: 27px;
} .info-box + .arrow-container
{
display: none;
} .scrolling-controls .header-right
{
margin-top: 0;
}
.scrolling-list-control-left, 
.scrolling-list-control-right
{
width: 33px;
height: 33px;
line-height: 28px;
}
.scrolling-list.footer-recent-posts li
{
width: auto;
} .vc_col-sm-4 .mc-features-small .text 
{
margin-left: 87px;
}
.vc_col-sm-4 .mc-features-small .item-content .text h3 
{
margin-bottom: 11px;
}
.vc_col-sm-4 .mc-features-small .item-footer
{
margin-top: 12px;
}
.vc_col-sm-3 .mc-features .hexagon,
.vc_col-sm-2 .mc-features .hexagon
{	
float: left;
}
.vc_col-sm-3 .mc-features .text,
.vc_col-sm-2 .mc-features .text
{
margin-left: 117px;
} .our-clients-list li
{
width: 231px;
}
.our-clients-list li:nth-child(3n+1)
{
border-left: 1px solid #E5E5E5;
}
.our-clients-list li:nth-child(2n+1)
{
border-left: none;
}
.our-clients-list li:nth-child(n+3)
{
margin-top: 35px;
} .vc_row .columns .blog,
.vc_row .wpb_column .layout-column .blog,
.wpb_column.vc_col-sm-6.post
{
margin-top: 30px;
}
.comment-box
{
width: 100%;
margin-bottom: 30px;
margin-right: 0;
}
.comment-box li
{
float: left;
width: auto;
}
.comment-box .comments-number
{
width: auto;
margin-top: 0;
margin-left: 2px;
}
.comments .comment-box .comments-number
{
float: left;
width: auto;
}
.comments .comment-box .comments-number a
{
width: auto;
}
.vc_row .wpb_column .comment-box .date .value
{
width: auto;
padding: 11px 13px 12px;
}
body .comment-box .date .value,
.comment-box .date .arrow-date,
.comment-box .comments-number a,
.comment-box .arrow-comments
{
clear: both;
float: none;
}
.comment-box .date .arrow-date,
.comment-box .arrow-comments
{
left: 0;
right: auto;
}
.comment-box .date .value, 
.comment-box .comments-number a
{
font-size: 12px;
} #comments_list
{
margin-top: 0;
}
.wpb_column #comments_list .comment-author-avatar
{
display: block;
}
.wpb_column #comments_list .comment-details
{
width: 347px;
}
.wpb_column #comments_list .children .comment-details
{
width: 302px;
}
.wpb_column #comments_list .children
{
margin-left: 45px;
}
.vc_col-sm-2 .comment-form input[type="submit"]
{
width: 150px;
padding: 11px 19px;
} .contact-form p,
.contact-form input[type="submit"]
{
margin-top: 0;
}
.wpb_column .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 260px;
padding: 11px 20px;
}
.wpb_column .contact-form .tabs-box-navigation.sf-menu li:hover ul, .wpb_column .contact-form .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 48px;
}
.vc_col-sm-2 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 150px;
}
.contact-form p,
.comment-form p
{
padding: 0;
}
.contact-form .vc_row.submit-container .wpb_column
{
margin-top: 30px;
}
.contact-form .vc_row.submit-container .wpb_column:first-child
{
margin-top: 0;
}
.contact-form .submit-container .vc_col-sm-6>.vc_row
{
text-align: center;
}
.fieldset-with-recaptcha
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.vc_row .comment-form .wpb_column.fieldset-with-recaptcha
{
margin-top: 30px;
}
.fieldset-with-recaptcha .terms-container
{
max-width: 100%;
}
.contact-form .g-recaptcha-wrapper
{
float: none;
margin: 0;
}
.contact-form .column-with-recaptcha .g-recaptcha-wrapper
{
-ms-flex-item-align: start;
-webkit-align-self: start;
-moz-align-self: start;
align-self: start;
}
.contact-form .submit-container .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: 0;
margin-right: 0;
}
.contact-form .submit-container .button-with-recaptcha input[type="submit"]
{
float: none;
}
div.submit-container .vc_col-sm-6 .terms-container,
div.submit-container .vc_col-sm-6 .terms-container + .vc_row
{
float: none;
}
.submit-container .column-with-recaptcha .terms-container,
.comment-form .g-recaptcha-wrapper,
.comment-form .fieldset-with-recaptcha .terms-container
{
-ms-flex-item-align: start;
-webkit-align-self: start;
-moz-align-self: start;
align-self: start;
}
.fieldset-with-recaptcha .terms-container
{
height: auto;
-ms-flex-order: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
padding-bottom: 30px;
}
.contact-form .submit-container.fieldset-with-recaptcha .recaptcha-container .button-with-recaptcha,
.contact-form .submit-container .column-with-recaptcha .recaptcha-container .button-with-recaptcha,
.comment-form .button-with-recaptcha
{
margin-right: auto;
} .ui-datepicker
{
width: 440px;
}
.ui-datepicker-header
{
padding: 10px;
}
.ui-datepicker table td, .ui-datepicker table th
{
padding: 8px;
} .accordion.medium .ui-accordion-content
{
padding: 20px 0;
}
.accordion .ui-accordion-content .item-footer .mc-button
{
font-size: 13px;
padding: 12px 19px;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button,
.wpb_column .accordion.wide .ui-accordion-content .wpb_column .item-footer .mc-button
{
margin-right: 10px;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button:first-child,
.wpb_column .accordion.wide .ui-accordion-content .item-footer .mc-button:last-child
{
margin-right: 0;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button
{
float: right;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button:last-child,
.wpb_column .accordion.wide .ui-accordion-content .wpb_column .item-footer .mc-button:last-child
{
margin-top: 0;
} .item-content,
.blog.simple .item-content
{
margin-top: 40px;
}
.wpb_column .item-content .thumb-image
{
margin-right: 20px;
} .tabs-navigation li a
{
padding: 10px;
}
.tabs-navigation li a:hover,
.tabs-navigation li a.selected,
.tabs-navigation li.ui-tabs-active a
{
padding-bottom: 9px;
}
.tabs.small li a
{
padding: 16px 12px 18px;
}
.vc_col-sm-12 .type-big .tabs-navigation
{
width: 462px;
}
div.type-big .tabs-navigation li a
{
font-size: 16px;
padding: 25px 5px;
} .site-container .horizontal-carousel.testimonials .vc_col-sm-6
{
margin-top: 26px;
}
.caroufredsel-wrapper-testimonials
{
width: 462px !important;
left: 0 !important;
}
.testimonials li.vc_col-sm-12
{
width: 462px;
padding: 0 30px;
}
.testimonials li.vc_col-sm-12 .sentence
{
font-size: 20px;
} .services-list li
{
width: 100%;
}
.services-list li .service-details
{
border-right: none;
}
.services-list ul li
{
margin-top: 30px;
}
.services-list>li li:first-child
{
margin-top: 0;
} .wpb_column .timeline-item .timeline-left
{
display: table-cell;
width: 167px;
min-width: 167px;
}
.wpb_column .timeline-item label
{
float: right;
clear: none;
max-width: 110px;
padding: 7px 20px 8px;
}
.wpb_column .timeline-item .label-triangle
{
margin-right: 40px;
}
.wpb_column .timeline-content
{
display: table-cell;
padding: 22px 0 26px 40px;
border-left: 1px solid #E5E5E5;
}
.wpb_column .timeline-content span
{
float: none;
clear: none;
}
.wpb_column .timeline-content span.timeline-title
{
margin-right: 10px;
}
.wpb_column .timeline-content span.timeline-subtitle
{
display: inline;
margin-top: 7px;
}
.wpb_column .timeline-item .label-container .timeline-circle,
.wpb_column .timeline-item .label-triangle
{
display: block;
} .announcement .vertical-align-cell
{
display: block;
}
.announcement .vertical-align-cell:first-child
{
width: 100%;
padding-right: 0;
}
.announcement .vertical-align-cell:last-child
{	
width: 100%;
text-align: left;
margin-top: 23px;
}
.vc_col-sm-2 .announcement
{
padding: 20px;
}
.vc_col-sm-2 .announcement h2
{
font-size: 24px;
}
.vc_col-sm-2 .announcement .more
{
padding: 13px;
} .wpb_column .notification-box h2
{
width: calc(100% - 95px);
clear: none;
margin-left: 78px;
margin-top: 0;
}
.wpb_column .notification-box h5
{
margin-left: 79px;
} .timetable
{
display: none;
}
.timetable.small
{
display: block;
}
.timetable.small .items-list a
{
width: 360px;
}
.timetable.small .items-list.mode12 a
{
width: 315px;
}   .vc_row .wpb_column .mc-gallery .gallery-box .mc-preloader
{
width: 225px;
}
.vc_row .wpb_column  .mc-gallery .gallery-box img,
.vc_row .wpb_column  .mc-gallery .gallery-box .mc-preloader
{
height: 183px;
}
.vc_col-sm-8 .vc_col-sm-6 .gallery-box,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
width: 100%;
}
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
height: 308px;
}
.vc_col-sm-4 .gallery-box img
{
height: auto;
}
.gallery-box .item-details
{
padding: 14px 0;
}
.gallery-box:hover .item-details
{
padding-bottom: 13px;
}
.gallery-box .social-icons, 
.gallery-item-details-list .social-icons
{
margin-top: 10px;
}
.gallery-box .description
{
padding: 10px 10px 13px;
}
.wpb_column .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 310px;
}
.wpb_column .gallery-item-details-list .details-box .controls
{
position: absolute;
margin-bottom: 0;
}
.wpb_column .controls li.separator
{
display: block;
margin: 0 20px;
}
.wpb_column .gallery-2-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-3-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-4-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-2-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-3-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-4-columns.dm_simple .gallery-box-2
{
margin-top: 0;
}
.wpb_column .gallery-3-columns.dm_pagination .gallery-box-3,
.wpb_column .gallery-4-columns.dm_pagination .gallery-box-3,
.wpb_column .gallery-3-columns.dm_simple .gallery-box-3,
.wpb_column .gallery-4-columns.dm_simple .gallery-box-3
{
margin-top: 30px;
} .vc_row .wpb_column .photostream .gallery-box
{
margin-left: 10px;
}
.wpb_column .photostream .gallery-box:nth-child(4n+1)
{
margin-left: 0;
}
.vc_col-sm-12 .photostream.default .gallery-box img
{
width: 100px;
height: 100px;
} .side-image-static .vc_single_image-img,
.side-image .vc_single_image-img,
.side-image+.wpb_single_image .vc_single_image-img
{
max-width: 80%;
}
.page-margin-top.side-image+.wpb_single_image
{
margin-bottom: 35px;
}
.side-image+.margin-right-30.wpb_single_image,
.side-image-static+.margin-right-30.wpb_single_image
{
margin-right: 0;
}
body .site-container .wpb_single_image.side-image-static
{
margin-bottom: 50px;
} .wpb_column .mc-gallery.horizontal-carousel li.gallery-box
{
margin-right: 12px;
margin-left: 0;
} .theme-page .vc_row .contact-data li .value
{
padding: 13px 30px 13px 20px;
}
.wpb_column .contact-data li::before
{
width: 75px;
}
.wpb_column .contact-data li
{
display: table;
}
.wpb_column .contact-data li .value,
.wpb_column .contact-data li::before
{
display: table-cell;
}
.footer .widget .contact-data li .value
{
padding: 10px 0 10px 15px;
} .footer-banner-box-container
{
display: block;
}
.footer-banner-box
{
width: 100%;
padding: 26px 23px 23px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.footer-banner-box p
{
font-size: 26px;
} .menu-footer-menu-container 
{
clear: both;
float: left;
margin-top: 23px;
} .page-template-404 p
{
font-size: 14px;
} .rev_slider h1,
.rev_slider h2
{
font-size: 34px;
font-weight: 300;
line-height: 42px;
margin-top: -45px;
}
.rev_slider p
{
font-size: 18px;
margin-top: -112px;
} .vc_row .wpb_column
{
width: 100%;
margin-top: 40px;
}
.vc_row.full-width > .vc_col-sm-6 .vc_col-sm-3,
.vc_row.full-width > .vc_col-sm-6 .vc_col-sm-4,
.vc_row.full-width > .vc_col-sm-6 .vc_col-sm-6,
.vc_row .wpb_column:first-child
{
margin-top: 0;
}
.vc_row .vc_col-sm-6,
.vc_row .vc_grid-item[class*="vc_col-sm"],
.site-container .vc_row.full-width>.vc_col-sm-6, .site-container .vc_row.full-width>.vc_col-sm-4, .site-container .vc_row.full-width>.vc_col-sm-3,
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
width: 100%;
}
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
padding: 0 50px;
}
.vc_row [class*="vc_col-sm"]
{
margin-left: 0;
} .comment-form .wpb_column,
.contact-form .wpb_column
{
margin-top: 8px;
}
.comment-form .wpb_column:first-child,
.contact-form .wpb_column
{
margin-top: 0;
} .vc_row .vc_col-sm-12 .blog.column_left, .vc_row .vc_col-sm-12 .blog.column_right,
.vc_row .vc_col-sm-10 .blog.column_left, .vc_row .vc_col-sm-10 .blog.column_right,
.vc_row .vc_col-sm-9 .blog.column_left, .vc_row .vc_col-sm-9 .blog.column_right,
.vc_row .vc_col-sm-8 .blog.column_left, .vc_row .vc_col-sm-8 .blog.column_right,
.wpb_column .comment-form .vc_col-sm-6,
.vc_row .wpb_column .post-content,
.footer .vc_row .vc_col-sm-9, .footer .vc_row .vc_col-sm-3
{
width: 100%;
}
div#medicenter_contact_details-2 {
width: 100%;
}
.home .pt-cv-colsys {
margin-left: 0;
margin-right: 0;
} .wpb_column .scrolling-list li .left
{
width: 422px;
} .scroll-top.animated-element
{
right: 10px;
bottom: 10px;
} .flex-box
{
display: block;
}
.flex-hide
{
display: inline;
} .download-btn-wrapper {
width: calc(50% - 40px);
} .grid-doc-container>.wpb_wrapper>.vc_row.vc_inner {
width: 100% !important;
margin-right: 0;
}
}
@media screen and (max-width:553px){ .wpb_image_grid_ul.owl-carousel {
min-height: 310px !important;
}
}
@media screen and (max-width:479px)
{ .wpb_image_grid_ul.owl-carousel {
min-height: 200px !important;
} .site-container.boxed
{
max-width: 400px;
}
.padding-left-right-100,
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
padding: 0 30px;
} h1,
h2.large
{
font-size: 22px;
}
h2
{
font-size: 18px;
}
.large p, p.large
{
font-size: 14px;
}
.page-header-full .page-title {		    
font-size: 1.9em;
line-height: 1.3em;
} .header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area,
.horizontal-carousel.testimonials .vc_col-sm-6
{
width: 300px;
}
.header-top-sidebar .thin-list,
.header-top-sidebar .thin_list,
.header-top-sidebar .icons-list
{
clear: both;
width: 100%;
}
.header-top-sidebar .icons-list
{
margin-top: 17px;
} .header .header-left a:first-child
{
width: 270px;
}
.top-info-list li .value
{
font-size: 18px;
}
.page-header-full .bread-crumb {
width: 95%;
} .sf-menu li.wide ul.sub-menu
{
width: 174px;
} .copyright-area-container .icons-list
{
clear: both;
float: left;
margin-left: 0;
margin-top: 20px;
} .slider li
{
height: 210px;
}
.slider-content-box
{
margin-top: -195px;
min-height: 175px;
}
.slider-content h1
{
font-size: 24px;
} .home-box,
.home-box-container-list.for-home-slider .home-box,
.wpb_column .scrolling-list-fix-block,
.wpb_column .home-box-container-list .scrolling-list-fix-block
{
width: 254px;
} .wpb_column #comments_list .comment-details
{
width: 300px;
}
.wpb_column #comments_list .comment-author-avatar
{
display: none;
}
.wpb_column #comments_list .children
{
margin-left: 30px;
}
.wpb_column #comments_list .children .comment-details
{
width: 270px;
}
#comments_list .comment-details .post-footer
{
margin-top: 21px;
}
#comments_list li.comment,
#comments_list .children li.comment
{
margin-top: 30px;
} .wpb_column .timeline-item .timeline-left
{
width: 132px;
min-width: 132px;
}
.wpb_column .timeline-item label
{
max-width: 90px;
padding: 7px 8px 8px;
}
.wpb_column .timeline-item .label-triangle
{
margin-right: 25px;
}
.wpb_column .timeline-content
{
padding: 12px 0 16px 25px;
}
.wpb_column .timeline-content span
{
float: left;
clear: both;
}
.wpb_column .timeline-content span.timeline-title
{
margin-right: 0;
}
.wpb_column .timeline-content span.timeline-subtitle
{
margin-top: 5px;
} .announcement h2
{
font-size: 22px;
}
.vc_col-sm-2 .announcement h2
{
font-size: 22px;
}
.announcement p
{
font-size: 14px;
} .caroufredsel-wrapper-testimonials
{
width: 300px !important;
}
.testimonials li.vc_col-sm-12
{
width: 300px;
padding: 0 20px;
}
.testimonials li.vc_col-sm-12 .sentence
{
font-size: 18px;
} .timetable.small .items-list a
{
width: 200px;
}
.timetable.small .items-list.mode12 a
{
width: 155px;
}
.tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 268px;
} .our-clients-list li
{
width: 100%;
margin-top: 35px;
}
.our-clients-list li:first-child
{
margin-top: 0;
}
.our-clients-list li:nth-child(n)
{
border-left: none;
} .ui-datepicker
{
width: 278px;
} .wpb_column .controls li.separator
{
margin: 0 10px;
} .mc-gallery,
.vc_row .wpb_column .mc-gallery .gallery-box,
.vc_row .wpb_column .mc-gallery .gallery-box img,
.vc_row .wpb_column .mc-gallery .gallery-box .mc-preloader
{
width: 193px;
}
.vc_row .wpb_column .mc-gallery .gallery-box img,
.vc_row .wpb_column .mc-gallery .gallery-box .mc-preloader
{
height: 183px;
}
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
height: 200px;
}
.wpb_column .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 175px;
}
.wpb_column .gallery-2-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-3-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-4-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-2-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-3-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-4-columns.dm_simple .gallery-box-2
{
margin-top: 30px;
} .wpb_column .photostream .gallery-box:nth-child(4n+1)
{
margin-left: 10px;
}
.wpb_column .photostream .gallery-box:nth-child(3n+1)
{
margin-left: 0;
}
.wpb_column .photostream.default .gallery-box img
{
width: 90px;
height: 90px;
} .side-image-static .vc_single_image-img,
.side-image .vc_single_image-img,
.side-image+.wpb_single_image .vc_single_image-img
{
max-width: 60%;
} .wpb_column .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 298px;
}
.wpb_column .tabs-box-navigation.sf-menu li.wide ul li
{
width: 282px;
}
.vc_col-sm-12 .type-big .tabs-navigation
{
width: 300px;
} .wpb_column .mc-gallery.horizontal-carousel li.gallery-box
{
margin-left: 7.5px;
margin-right: 0;
} div.p_table_1.p_table_responsive li.row_style_1 .css3_grid_vertical_align>span, div.p_table_1.p_table_responsive li.row_style_2 .css3_grid_vertical_align>span, div.p_table_1.p_table_responsive li.row_style_3 .css3_grid_vertical_align>span, div.p_table_1.p_table_responsive li.row_style_4 .css3_grid_vertical_align>span
{
padding: 0 2px !important;
} .rev_slider h1,
.rev_slider h2
{
font-weight: 400;
font-size: 24px;
line-height: 32px;
margin-top: -46px;
}
.rev_slider h1,
.rev_slider h2,
.rev_slider p
{
margin-left: 20px;
}
.rev_slider p
{
display: none;
}   .wpb_column .scrolling-list li .left
{
width: 260px;
} .download-btn-wrapper {
width: calc(100% - 40px);
}
}
@media screen and (max-device-width: 480px)
{
body
{
-webkit-text-size-adjust: none;
}
}@font-face{font-family:eicons;src:url(//pro-renal.org.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.44.0);src:url(//pro-renal.org.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.44.0#iefix) format("embedded-opentype"),url(//pro-renal.org.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.44.0) format("woff2"),url(//pro-renal.org.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.44.0) format("woff"),url(//pro-renal.org.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.44.0) format("truetype"),url(//pro-renal.org.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.44.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id]):where:not([data-elementor-type=elementor_component])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}