.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;
}
}