@charset "utf-8";
 body {
font-family: "Open Sans", sans-serif;
font-smooth: always;
font-size: 14px;
line-height: 24px;
font-weight: 400;
color: #777777;
background-color: #f9f9f9;
overflow-y: scroll;
overflow-x: hidden !important;
-webkit-font-smoothing: antialiased;
}
body {
position: relative;
padding-top: 2px;
}
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: -moz-linear-gradient(left, #50b0e3 0%, #50b0e3 25%, #a4d735 25%, #a4d735 50%, #50b0e3 50%, #50b0e3 75%, #a4d735 75%, #a4d735 100%);
background: -webkit-linear-gradient(left, #50b0e3 0%,#50b0e3 25%,#a4d735 25%,#a4d735 50%,#50b0e3 50%,#50b0e3 75%,#a4d735 75%,#a4d735 100%);
background: linear-gradient(to right, #50b0e3 0%,#50b0e3 25%,#a4d735 25%,#a4d735 50%,#50b0e3 50%,#50b0e3 75%,#a4d735 75%,#a4d735 100%);
}
@media screen and (max-width: 782px) {
body.admin-bar {
position: static;
}
body.admin-bar:before {
top: 46px;
}
}
::-moz-selection { color: #fff; background-color: #50b0e3; }
::selection { color: #fff; background-color: #50b0e3; }
a {
color: #50b0e3;
text-decoration: none;
-webkit-transition: all 0.45s ease-in-out;
-moz-transition: all 0.45s ease-in-out;
-o-transition: all 0.45s ease-in-out;
transition: all 0.45s ease-in-out;
}
a:hover {
color: #a4d735;
}
a.vu_link-inverse {
color: #a4d735;
}
a.vu_link-inverse:hover {
color: #50b0e3;
}
a:hover,
a:focus,
a:active { text-decoration: none; }
a:focus {
outline: 0;
box-shadow: none;
}
img {
height: auto;
max-width: 100%;
}
blockquote {
padding: 15px 20px;
margin: 0 0 15px;
font-size: 15px;
border-left: 2px solid #a4d735;
background-color: #f9f9f9;
}
.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.clear-left { display: block; clear: left; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.clear-right { display: block; clear: right; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.alert { border-radius: 0; }
.mfp-wrap {
top: 0 !important;
position: fixed !important;
height: 100% !important;
overflow-x: hidden;
overflow-y: auto;
}
.mfp-iframe-holder .mfp-title {
position: absolute;
padding-top: 5px;
} .wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
margin-bottom: 30px !important;
}
.vc_editor.compose-mode .vu_column { width: 100%; }
.vc_editor.compose-mode .vc_empty-placeholder { display: none; } h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: "Poppins", sans-serif;
font-weight: 500;
text-transform: none;
color: #414141;
}
h1, .h1 {
font-size: 24px;
line-height: 34px;
}
h2, .h2 {
font-size: 20px;
line-height: 30px;
}
h3, .h3 {
font-size: 18px;
line-height: 28px;
}
h4, .h4 {
font-size: 16px;
line-height: 26px;
}
h5, .h5 {
font-size: 14px;
line-height: 24px;
}
h6, .h6 {
font-size: 12px;
line-height: 22px;
} .vu_content {
float: right;
}
@media (max-width: 767px){
.vu_content {
float: none !important;
}
}
.vu_content > .vu_c-wrapper {
padding: 30px;
margin-bottom: 20px;
border-radius: 1px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
} *[data-parallax] {
position: relative;
}
.page-template-template-blank .vu_parallax-container,
.vu_main-container .vu_content .vu_parallax-container {
z-index: 0 !important;
border-radius: 2px;
}
.vu_parallax-container .vu_parallax-slider {
opacity: 0;
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-o-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
.vu_parallax-blur-img .vu_parallax-container .vu_parallax-slider {
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-ms-filter: blur(3px);
-o-filter: blur(3px);
filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '3');
filter: blur(3px);
} .vu_main-container {
position: relative;
width: 100%;
max-width: 1370px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 767px){
.vu_main-container {
overflow: hidden;
}
}
@media (min-width: 768px){
.vu_main-container {
width: 760px;
}
}
@media (min-width: 992px){
.vu_main-container {
width: 990px;
}
}
@media (min-width: 1200px) {
.vu_main-container {
width: 1200px;
}
}
.page-template-template-blank .vu_main-container {
padding-left: 0;
padding-right: 0;
width: auto !important;
max-width: 100% !important;
}
.page-template-template-blank .vu_section {
border-radius: 0;
box-shadow: none;
}
.page-template-template-blank .vu_section .vu_s-wrapper {
padding: 0 15px;
margin-bottom: 0;
}
.vu_container .vu_content .container {
padding-left: 0;
padding-right: 0;
width: auto !important;
max-width: 100% !important;
}
.vu_container .vu_content .vu_r-with-parallax {
width: auto;
max-width: 100%;
}
.vu_container .vu_content .vu_r-with-parallax .vu_color-overlay {
margin-left: 15px;
margin-right: 15px;
overflow: hidden;
} *[data-animation] {
visibility: hidden;
}
.vu_with-animation {
visibility: visible;
} .vu_main-header {}
.vu_main-header .vu_h-container {
margin-top: 20px;
padding-left: 30px;
padding-right: 30px;
border-radius: 1px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_main-header .vu_top-bar + .vu_h-container {
margin-top: 0;
}
.vu_main-header .vu_h-container .container {
width: auto !important;
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.vu_main-header .vu_h-content {
display: table;
width: 100%;
padding: 10px 0;
}
.vu_main-header .vu_h-left,
.vu_main-header .vu_h-right {
position: relative;
vertical-align: middle;
}
.vu_main-header .vu_h-left {
text-align: left;
}
.vu_main-header .vu_h-right {
text-align: right;
}
.vu_main-header .vu_h-right .vu_info-item {
}
.vu_main-header .vu_h-right .vu_info-item:last-child {
border-right: none;
padding-right: 0;
margin-right: 0;
} .vu_info-item {
display: inline-block;
text-align: left;
position: relative;
padding: 20px 30px 20px 70px;
}
.vu_info-item .vu_ii-icon {
position: absolute;
left: 0;
top: 50%;
margin-top: -30px;
margin-right: 20px;
float: left;
color: #50b0e3;
width: 50px;
height: 60px;
line-height: 60px;
font-size: 28px;
text-align: right;
padding-right: 20px;
}
.vu_info-item .vu_ii-icon:after {
content: "";
position: absolute;
right: 0;
top: 50%;
width: 2px;
height: 30px;
margin-top: -15px;
background-color: #f1f1f1;
}
.vu_info-item .vu_ii-details {
display: inline-block;
line-height: 1.5;
}
.vu_info-item .vu_ii-title {
display: block;
font-family: "Poppins", "Open Sans", sans-serif;
font-size: 14px;
font-weight: 600;
color: inherit;
margin: 0 0 3px 0;
padding: 0;
}
.vu_info-item .vu_ii-desc {
font-size: 14px;
line-height: 1.4;
font-weight: normal;
color: inherit;
margin-bottom: 0;
} .vu_top-bar {
font-size: 14px;
line-height: 1;
color: #777777;
background-color: transparent;
}
.vu_top-bar .container {
width: auto !important;
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.vu_top-bar a {
color: inherit;
display: inline-block;
}
.vu_top-bar a:hover {
color: #50b0e3;
}
.vu_top-bar img {
display: inline-block;
max-width: 100%;
height: auto;
}
.vu_top-bar img.iclflag {
margin-right: 8px;
position: relative;
top: -1px;
}
.vu_top-bar .vu_tp-left,
.vu_top-bar .vu_tp-right {
line-height: 40px;
}
.vu_top-bar .vu_tp-left {
text-align: left;
}
.vu_top-bar .vu_tp-left > span {
margin: 10px;
font-weight: normal;
}
.vu_top-bar .vu_tp-left > span:first-child {
margin-left: 0;
}
.vu_top-bar .vu_tp-left > span:last-child {
margin-right: 0;
}
.vu_top-bar .vu_tp-left > span .fa,
.vu_top-bar .vu_tp-right > span .fa {
margin-right: 8px;
}
.vu_top-bar .vu_tp-right {
text-align: right;
} .vu_tb-menu-container {
display: inline-block;
}
.vu_tb-list {
font-size: 0;
margin: 0;
padding: 0;
line-height: normal;
}
.vu_tb-list li {
position: relative;
display: inline-block;
font-size: 14px;
padding: 0;
line-height: 24px;
}
.vu_tb-list > li:after {
content: "|";
margin: 0 10px;
}
.vu_tb-list > li:last-child:after {
display: none;
}
.vu_tb-list li a {
line-height: 24px;
}
.vu_tb-list > li > a {
font-weight: normal;
}
.vu_tb-list > li.menu-item-has-children > a:after {
content: "\f107";
font-family: "FontAwesome";
margin-left: 10px;
}
.vu_tb-list .sub-menu {
position: absolute;
top: 100%;
left: -10px;
text-align: left;
width: 120px;
margin: 8px 0 0 0;
padding: 0;
z-index: 9;
box-shadow: 0 1px 3px #ddd;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.17s ease-in-out;
-moz-transition: all 0.17s ease-in-out;
-o-transition: all 0.17s ease-in-out;
transition: all 0.17s ease-in-out;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.vu_tb-list .sub-menu:before {
content: "";
position: absolute;
top: -7px;
width: 100%;
height: 7px;
background-color: transparent;
}
.vu_tb-list li:hover > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.vu_tp-left .vu_tb-list > li:first-child > .sub-menu {
left: 0;
}
.vu_tp-right .vu_tb-list .sub-menu {
left: auto;
right: 10px;
}
.vu_tp-right .vu_tb-list > li:last-child > .sub-menu {
right: 0;
}
.vu_tb-list .sub-menu .sub-menu {
left: 100%;
top: 0;
margin: 1px 0 0 1px;
padding: 0;
}
.vu_tp-right .vu_tb-list .sub-menu .sub-menu {
left: auto;
right: 100%;
margin: 1px 1px 0 0;
}
.vu_tb-list .sub-menu li {
display: block;
padding: 0;
}
.vu_tb-list .sub-menu li a {
display: block;
color: #414141;
padding: 5px 15px;
border-top: 1px solid #f1f1f1;
background-color: #fff;
}
.vu_tb-list .sub-menu li:first-child > a {
border-top: none;
}
.vu_tb-list .sub-menu li a:hover {
color: #50b0e3;
background-color: #f9f9f9;
} .vu_top-bar .vu_social-icon-container {
font-size: 0;
}
.vu_top-bar .vu_social-icon {
display: inline-block;
text-align: center;
margin: 0 10px;
}
.vu_top-bar .vu_social-icon.text-right {
text-align: right;
}
.vu_top-bar .vu_social-icon a {
display: block;
font-size: 14px;
color: inherit;
height: 40px;
line-height: 40px;
}
.vu_top-bar .vu_social-icon a:hover {
color: #50b0e3;
}
@media (max-width: 991px) {
.vu_top-bar {
padding: 5px 0;
}
.vu_top-bar .vu_social-icon a {
height: 24px;
line-height: 24px;
}
.vu_top-bar .vu_tp-left,
.vu_top-bar .vu_tp-right {
line-height: 24px;
text-align: center !important;
}
} .vu_site-logo {
text-align: center;
}
.vu_main-menu .vu_site-logo {
display: inline-block;
}
.vu_site-logo a {
display: block;
}
.vu_site-logo .vu_sl-img {
display: block;
max-width: 100%;
width: 100%;
height: auto;
} .vu_search-container {
margin: 10px 0 20px 0;
}
.vu_search-form {
position: relative;
}
.vu_search-form .vu_sf-icon {
position: absolute;
top: 0;
right: 0;
width: 32px;
height: 40px;
line-height: 40px;
font-size: 12px;
text-align: center;
color: #999999;
} .vu_main-navigation-container {
float: left;
padding-right: 5px;
}
@media (max-width: 991px) {
.vu_search-container {
margin: 10px 0 10px 0;
}
.vu_mn-left {
display: none !important;
}
}
@media (max-width: 991px) {
.vu_main-navigation-container {
display: none !important;
}
.vu_main-header .vu_h-content {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.vu_main-header .vu_h-left,
.vu_main-header .vu_h-right {
display: block;
text-align: center !important;
width: 100% !important;
}
.vu_main-header .vu_h-left {
padding-top: 22px;
padding-bottom: 15px;
text-align: left !important;
}
.vu_main-header .vu_h-right {
padding: 20px 0;
border-top: 1px solid #f1f1f1;
}
.vu_site-logo {
display: inline-block;
text-align: center;
}
.vu_mm-open,
.vu_wc-menu-item.vu_wc-responsive {
display: block !important;
}
.vu_main-header .vu_h-right .vu_info-item {
border-right: none;
margin-right: 0 !important;
padding: 8px 30px 8px 38px !important;
}
.vu_main-header .vu_h-right .vu_info-item .vu_ii-icon {
font-size: 22px;
width: 30px;
}
.vu_main-header .vu_h-right .vu_info-item .vu_ii-icon:after {
display: none;
}
}
.vu_main-navigation {
padding: 20px 25px;
margin-bottom: 20px;
background-color: #ffffff;
border-radius: 1px;
box-shadow: 0 1px 3px #ddd;
}
.vu_main-navigation > ul {
margin-bottom: 0;
}
.vu_main-navigation > ul > li {
position: relative;
display: block;
border-bottom: 1px solid #f1f1f1;
}
.vu_main-navigation > ul > li:last-child {
border-bottom: 0;
}
.vu_main-navigation > ul > li:before,
.vu_main-navigation > ul > li.current-menu-parent:before,
.vu_main-navigation > ul > li.current-menu-ancestor:before,
.vu_main-navigation > ul > li.current-menu-item:before {
content: "";
position: absolute;
left: -25px;
top: 50%;
width: 0px;
height: calc(100% - 8px);
transform: translateY(-50%);
background-color: #a4d735;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.vu_main-navigation > ul > li:hover:before,
.vu_main-navigation > ul > li.current-menu-parent:before,
.vu_main-navigation > ul > li.current-menu-ancestor:before,
.vu_main-navigation > ul > li.current-menu-item:before {
width: 2px;
}
.vu_main-navigation ul li:after {
content: "";
position: absolute;
display: block;
width: 15px;
height: 100%;
right: -15px;
top: 0;
}
.vu_main-navigation .vu_wc-menu-item {
display: none !important;
}
.vu_main-navigation > ul > li > a {
font-family: "Poppins", sans-serif;
display: block;
font-size: 14px;
font-weight: 600;
color: #777777;
padding: 10px 20px 7px 10px;
text-transform: uppercase;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.vu_main-navigation > ul > li > a:after {
content: "\f105";
font-family: "FontAwesome";
float: right;
line-height: 22px;
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
}
.vu_main-navigation ul li a:hover,
.vu_main-navigation ul li:hover > a,
.vu_main-navigation ul li.current-menu-parent > a,
.vu_main-navigation ul li.current-menu-ancestor > a,
.vu_main-navigation ul li.current-menu-item > a {
color: #50b0e3;
} .vu_main-navigation > ul > li.vu_appointment-menu-item {
padding: 30px 0 10px;
}
.vu_main-navigation > ul > li.vu_appointment-menu-item:before {
display: none !important;
}
.vu_main-navigation > ul > li.vu_appointment-menu-item a {
padding: 10px 15px 8px;
text-align: center;
color: #fff !important;
border: none;
border-radius: 2px;
text-transform: none;
background-color: #a4d735;
}
.vu_main-navigation > ul > li.vu_appointment-menu-item > a:after {
display: none;
}
.vu_main-navigation > ul > li.vu_appointment-menu-item > a:hover {
opacity: 0.7;
color: #fff;
}
.vu_main-navigation > ul > li.vu_appointment-menu-item:hover a {
color: #fff;
} .vu_main-navigation ul.sub-menu {
position: absolute;
top: -10px;
left: calc(100% + 15px);
width: 240px;
padding: 10px 25px;
background-color: #ffffff;
box-shadow: 0 1px 3px #ddd;
visibility: hidden;
opacity: 0;
z-index: 9999;
overflow: inherit;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.vu_main-navigation ul li:hover > ul.sub-menu {
visibility: visible;
opacity: 1;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.vu_main-navigation ul.sub-menu li > ul.sub-menu {
}
.vu_main-navigation ul.sub-menu li {
position: relative;
display: block;
margin: 0;
border-bottom: 1px solid #f1f1f1;
}
.vu_main-navigation ul.sub-menu li:last-child {
border-bottom: none;
}
.vu_main-navigation ul.sub-menu li a {
display: block;
font-weight: normal;
padding: 8px 0;
color: #777777;
}
.vu_main-navigation ul.sub-menu li a:hover {
padding-left: 3px;
} .vu_nav-position-header .vu_main-navigation-container {
float: none;
width: 100%;
padding-right: 0;
}
.vu_nav-position-header .vu_main-navigation {
position: relative;
padding: 10px 20px;
border-radius: 0 0 1px 1px;
}
.vu_nav-position-header .vu_main-navigation:before {
content: "";
position: absolute;
top: -1px;
right: 0;
left: 0;
height: 1px;
background-color: #f1f1f1;
}
.vu_nav-position-header .vu_main-navigation > ul {
font-size: 0;
line-height: 0;
}
.vu_nav-position-header .vu_main-navigation > ul > li {
display: inline-block;
border-bottom: none;
margin: 0 10px 0 0;
}
.vu_nav-position-header .vu_main-navigation > ul > li > a {
padding: 10px;
}
.vu_nav-position-header .vu_main-navigation > ul > li:before,
.vu_nav-position-header .vu_main-navigation > ul > li.current-menu-parent:before,
.vu_nav-position-header .vu_main-navigation > ul > li.current-menu-ancestor:before,
.vu_nav-position-header .vu_main-navigation > ul > li.current-menu-item:before {
display: none;
}
.vu_nav-position-header .vu_main-navigation > ul > li:after {
width: 100%;
height: 11px;
left: 0;
right: auto;
top: 100%;
}
.vu_nav-position-header .vu_main-navigation > ul > li.menu-item-has-children > a:after {
content: "\f107";
position: relative;
top: 1px;
right: auto;
transform: none;
margin-left: 10px;
}
.vu_nav-position-header .vu_main-navigation > ul > li:not(.menu-item-has-children) > a:after {
display: none;
}
.vu_nav-position-header .vu_main-navigation > ul > li.vu_appointment-menu-item {
position: relative;
float: right;
padding: 0;
top: 2px;
}
.vu_nav-position-header .vu_main-navigation > ul > li.vu_appointment-menu-item a {
padding: 7px 15px 7px;
}
.vu_nav-position-header .vu_main-navigation ul.sub-menu {
position: absolute;
top: calc(100% + 11px);
left: -15px;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.vu_nav-position-header .vu_main-navigation ul li:hover > ul.sub-menu {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.vu_nav-position-header .vu_main-navigation ul.sub-menu li > ul.sub-menu {
top: 0;
left: calc(100% + 10px);
} .vu_no-scroll {
overflow: hidden;
}
.vu_mobile-menu {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 999999;
overflow-y: scroll;
overflow-x: hidden;
background-color: #fff;
display: none;
}
.vu_mobile-menu.active {
display: block;
}
.vu_mobile-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.vu_mobile-menu > ul {
margin-bottom: 30px;
border-bottom: 1px solid #f1f1f1;
}
.vu_mobile-menu ul li {
display: block;
}
.vu_mobile-menu ul li a {
display: block;
font-size: 14px;
color: #414141;
padding: 12px 20px 8px;
border-top: 1px solid #f1f1f1;
}
.vu_mobile-menu ul li.current-menu-item > a {
color: #50b0e3;
background-color: #f1f1f1;
}
.vu_mobile-menu ul li a:hover,
.vu_mobile-menu ul li.current-menu-item > a:hover,
.vu_mobile-menu .vu_mm-remove:hover {
color: #fff;
border-color: #50b0e3;
background-color: #50b0e3;
}
.vu_mobile-menu ul.sub-menu li a {
padding-left: 40px;
}
.vu_mobile-menu ul.sub-menu ul.sub-menu li a {
padding-left: 60px;
}
.vu_mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu li a {
padding-left: 80px;
}
.vu_mm-open,
.vu_wc-menu-item.vu_wc-responsive {
display: none;
position: absolute;
right: 0;
top: 50% !important;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 24px;
color: #414141;
text-align: center;
transform: translateY(-50%);
border-radius: 2px;
border: 1px solid #f1f1f1 !important;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart-link {
color: #fff;
}
.vu_mm-open:hover,
.vu_mm-open:focus,
.vu_wc-menu-item.vu_wc-responsive:hover,
.vu_wc-menu-item.vu_wc-responsive:focus {
color: #50b0e3;
}
.vu_wc-menu-item.vu_wc-responsive {
right: auto !important;
left: 0 !important;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart-notification {
right: auto;
left: 0;
margin-top: 17px !important;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart-notification:before {
right: auto;
left: 13px;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart {
right: auto;
left: 0;
margin-top: 17px;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart:before {
right: auto;
left: 18px;
}
.vu_mobile-menu .vu_mm-remove {
display: inline-block;
padding: 0;
margin: 15px;
width: 48px;
height: 48px;
font-size: 22px;
line-height: 48px;
color: #414141;
text-align: center;
border: 1px solid #f1f1f1;
background-color: #fff;
} .vu_page-header {
position: relative;
border-radius: 2px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_page-header .vu_ph-container {
position: relative;
z-index: 3;
display: table;
width: 100%;
height: 100px;
}
.vu_page-header .vu_ph-content {
padding-left: 30px;
padding-right: 30px;
display: table-cell;
vertical-align: middle;
}
.vu_page-header .vu_ph-title {
color: #50b0e3 !important;
margin: 0;
padding: 0;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
}
.vu_page-header .vu_ph-subtitle {
position: relative;
display: block;
font-size: 15px;
color: #414141;
margin: 0;
} .vu_page-header .vu_ph-breadcrumbs * {
font-size: 14px;
line-height: 24px;
color: #414141;
}
.vu_page-header .vu_ph-breadcrumbs .divider i {
margin: 0 2px 0 5px;
font-weight: bold;
color: #a4d735 !important;
}
.vu_page-header .vu_ph-breadcrumbs a span {
color: #414141;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.vu_page-header .vu_ph-breadcrumbs a:hover,
.vu_page-header .vu_ph-breadcrumbs a:hover span {
text-decoration: none;
color: inherit;
opacity: 0.8;
} .vu_page-header.vu_ph-with-bg {
position: relative;
z-index: 1;
border: none !important;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.vu_page-header.vu_ph-with-bg:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
border-radius: 2px;
background-color: rgba(255,255,255,0.35);
}
.vu_page-header.vu_ph-with-bg > * {
position: relative;
z-index: 3;
}
.vu_page-header.vu_ph-with-bg .vu_ph-title {
color: #50b0e3;
}
.vu_page-header.vu_ph-with-bg .vu_ph-breadcrumbs a:hover {
opacity: 0.8;
} .vu_page-header[data-parallax] .vu_parallax-container {
border-radius: 2px;
}
.vu_main-header + .vu_page-header {
margin-top: 20px;
}
.vu_page-header + .vu_container {
margin-top: 20px;
}
.vu_main-header + .vu_container {
margin-top: 20px;
} .widget_nav_menu .menu {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.widget_nav_menu .menu > li {
position: relative;
display: block;
border: 1px solid #f1f1f1;
border-left: none;
border-right: none;
margin-bottom: -1px;
}
.widget_nav_menu .menu > li:first-child,
.widget_nav_menu .menu > li:first-child > a {
border-radius: 1px 1px 0 0;
}
.widget_nav_menu .menu > li:last-child,
.widget_nav_menu .menu > li:last-child > a {
border-radius: 0 0 1px 1px;
}
.widget_nav_menu .menu > li > a {
font-family: "Poppins", "Open Sans", sans-serif;
display: block;
color: #777777;
font-size: 14px;
font-weight: 500;
position: relative;
padding: 9px 15px 7px;
border-left: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
background-color: #f9f9f9;
}
.widget_nav_menu .menu > li > a:after {
content: "\f105";
font-family: "FontAwesome";
line-height: 22px;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li.current-menu-parent > a,
.widget_nav_menu ul li.current-menu-ancestor > a,
.widget_nav_menu ul li.current-menu-item > a {
color: #fff;
border-color: #50b0e3;
background-color: #50b0e3;
} .widget_nav_menu ul.sub-menu {
padding: 0;
background-color: #ffffff;
}
.widget_nav_menu ul.sub-menu li {
position: relative;
display: block;
margin: 0;
border: 1px solid #f1f1f1;
border-left: none;
border-right: none;
margin-bottom: -1px;
}
.widget_nav_menu ul.sub-menu li a {
display: block;
font-size: 14px;
padding: 7px 20px;
border-left: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;
}
.widget_nav_menu ul.sub-menu li > ul.sub-menu > li > a {
padding-left: 25px;
}
.widget_nav_menu ul.sub-menu li > ul.sub-menu > li > ul.sub-menu > li > a {
padding-left: 30px;
} .vu_sidebar .widget_nav_menu .menu > li {
margin-bottom: 0;
border: none;
border-bottom: 1px solid #f1f1f1;
}
.vu_sidebar .widget_nav_menu .menu > li:last-child {
border-bottom: 0;
}
.vu_sidebar .widget_nav_menu .menu > li > a {
border-left: none;
border-right: none;
text-transform: uppercase;
padding: 10px 20px 7px 10px;
background-color: #ffffff;
}
.vu_sidebar .widget_nav_menu .menu > li > a {
color: inherit;
}
.vu_sidebar .widget_nav_menu ul.sub-menu li {
margin-bottom: 0;
border: none;
border-top: 1px solid #f1f1f1;
}
.vu_sidebar .widget_nav_menu ul.sub-menu li a {
color: #777777;
border-left: none;
border-right: none;
}
.vu_sidebar .widget_nav_menu ul li a:hover,
.vu_sidebar .widget_nav_menu ul li.current-menu-parent > a,
.vu_sidebar .widget_nav_menu ul li.current-menu-ancestor > a,
.vu_sidebar .widget_nav_menu ul li.current-menu-item > a {
color: #50b0e3;
border-color: #f1f1f1;
background-color: #ffffff;
} .vu_d-b { display: block; }
.vu_d-ib { display: inline-block; }
.vu_d-t { display: table; }
.vu_d-tr { display: table-row; }
.vu_d-td { display: table-cell; } .transition-all {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.transition-opacity {
-webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.vu_overflow-hidden {
overflow: hidden !important;
} .datepicker.dropdown-menu table {
width: 100%;
}
.datepicker.dropdown-menu th.prev,
.datepicker.dropdown-menu th.next {
color: transparent;
border-radius: 2px;
}
.datepicker.dropdown-menu th.prev:before,
.datepicker.dropdown-menu th.next:before {
content: "\f104";
font-family: "FontAwesome";
color: #414141;
position: relative;
left: 2px;
}
.datepicker.dropdown-menu th.next:before {
content: "\f105";
}
.datepicker.dropdown-menu th.datepicker-switch {
font-family: "Poppins", sans-serif;
font-weight: 500;
color: #a4d735;
text-transform: uppercase;
}
.datepicker.dropdown-menu th.dow {
font-family: "Poppins", sans-serif;
font-weight: 500;
color: #50b0e3;
}
.datepicker.dropdown-menu {
width: 230px;
}
.datepicker.datepicker-orient-top,
.bootstrap-timepicker-widget.timepicker-orient-top {
transform: translateY(-25px);
}
.datepicker.datepicker-orient-bottom,
.bootstrap-timepicker-widget.timepicker-orient-bottom {
transform: translateY(-38px);
}
.datepicker.dropdown-menu,
.bootstrap-timepicker-widget.dropdown-menu {
border-radius: 2px;
border: 1px solid #f1f1f1;
box-shadow: 0 0 5px #eee;
}
.datepicker.dropdown-menu:before,
.bootstrap-timepicker-widget.dropdown-menu:before {
border-bottom-color: #f1f1f1;
}
.datepicker-dropdown.datepicker-orient-bottom:before,
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:before {
border-top-color: #f1f1f1;
}
.bootstrap-timepicker-widget table td a {
padding: 3px 0 0;
border-radius: 2px;
}
.bootstrap-timepicker-widget table td input {
color: #414141;
border-radius: 2px;
border-color: #a4d735;
} .vu_section {
border-radius: 1px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_section .vu_s-wrapper {
position: relative;
padding: 30px;
margin-bottom: 20px;
}
@media(min-width: 768px) {
.vu_section .vu_s-wrapper[data-parallax] {
background-image: none !important;
}
}
.vu_section .vu_s-wrapper.vu_s-color-overlay:before,
.vu_section .vu_s-wrapper.vu_s-pattern-overlay:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
border-radius: 2px;
}
.vu_section .vu_s-wrapper.vu_s-pattern-overlay:after {
background-repeat: repeat;
}
.vu_section .vu_s-content {
position: relative;
padding-left: 0;
padding-right: 0;
z-index: 3;
} .vu_section .vu_row {
margin-left: -15px;
margin-right: -15px;
}
.vu_section .vu_row-inner {
margin-left: -15px;
margin-right: -15px;
}
.vu_section .vu_column {
padding-left: 15px;
padding-right: 15px;
}
.vu_section .vu_column-inner {
padding-left: 15px;
padding-right: 15px;
} .vu_row {
margin-left: -10px;
margin-right: -10px;
}
.vu_row .vu_r-wrapper {
position: relative;
}
.vu_row .vu_r-wrapper[data-parallax] {
background-image: none !important;
}
.vu_row .vu_r-wrapper.vu_r-equal-height .vu_r-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media(max-width: 991px) {
.vu_row .vu_r-wrapper.vu_r-equal-height .vu_r-content {
display: block;
}
}
.vu_row .vu_r-wrapper.vu_r-color-overlay:before,
.vu_row .vu_r-wrapper.vu_r-pattern-overlay:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
border-radius: 2px;
}
.vu_row .vu_r-wrapper.vu_r-pattern-overlay:after {
background-repeat: repeat;
}
.vu_row .vu_r-content {
position: relative;
padding-left: 0;
padding-right: 0;
z-index: 3;
}
.vu_row .vu_r-wrapper > .vu_clone {
position: absolute;
width: 50%;
height: 100%;
z-index: 4;
}
.vu_row .vu_r-wrapper > .vu_clone > * {
position: absolute !important;
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
}
.vu_row .vu_r-wrapper > .vu_clone.vu_c-stretch-left {
left: 0;
}
.vu_row .vu_r-wrapper > .vu_clone.vu_c-stretch-right {
right: 0;
}
@media (max-width: 767px) {
.vu_row .vu_r-wrapper > .vu_clone {
display: none !important;
}
} .vu_row-inner {
margin-left: -10px;
margin-right: -10px;
}
.vu_row-inner .vu_r-wrapper {
position: relative;
}
.vu_row-inner .vu_ri-wrapper.vu_ri-equal-height .vu_ri-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media(max-width: 991px) {
.vu_row-inner .vu_ri-wrapper.vu_ri-equal-height .vu_ri-content {
display: block;
}
}
.vu_row-inner .vu_ri-content {
position: relative;
padding-left: 0;
padding-right: 0;
z-index: 3;
} .vu_column {
padding-left: 10px;
padding-right: 10px;
}
.vu_column .vu_c-wrapper {
position: relative;
}
.vu_column.vu_c-valign-top {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.vu_column.vu_c-valign-middle {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.vu_column.vu_c-valign-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.vu_column.vu_c-layout-stretch-left,
.vu_column.vu_c-layout-stretch-right {
display: none;
}
@media (max-width: 767px) {
.vu_column.vu_c-layout-stretch-left,
.vu_column.vu_c-layout-stretch-right {
display: block;
}
} .vu_column-inner {
padding-left: 10px;
padding-right: 10px;
}
.vu_column-inner .vu_ci-wrapper {
position: relative;
}
.vu_column-inner.vu_ci-valign-top {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.vu_column-inner.vu_ci-valign-middle {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.vu_column-inner.vu_ci-valign-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
} .vu_accordion {
margin-bottom: 30px;
}
.vu_accordion .vu_a-section {
margin: 0 0 15px 0 !important;
}
.vu_accordion .vu_a-section:last-child {
margin-bottom: 0 !important;
}
.vu_accordion .vu_a-wrapper .vu_a-header {
margin: 0 !important;
position: relative;
font-size: inherit;
cursor: pointer;
line-height: 20px !important;
padding: 10px 49px 8px 15px !important;
border-radius: 1px;
border: 1px solid #f1f1f1;
background-color: #fff !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.vu_accordion .vu_a-wrapper .vu_a-header a {
font-family: "Poppins", 'sans-serif';
display: block;
font-size: 15px;
font-weight: 500;
text-decoration: none;
color: #50b0e3;
line-height: 24px;
padding: 0 !important;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.vu_accordion .vu_a-wrapper .vu_a-header.ui-state-focus {
box-shadow: none !important;
outline: 0 !important;
}
.vu_accordion .vu_a-wrapper .ui-state-default .ui-icon,
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon {
display: block !important;
float: right !important;
width: 34px !important;
height: 44px !important;
line-height: 42px !important;
background-image: none !important;
position: relative !important;
left: 0 !important;
top: 0 !important;
margin-right: -50px !important;
margin-top: -11px !important;
color: #a4d735;
text-align: center !important;
text-indent: 0 !important;
border-radius: 0 1px 1px 0;
background-color: #f9f9f9;
border: 1px solid #f1f1f1;
}
.vu_accordion .vu_a-wrapper .ui-icon i {
line-height: 44px;
}
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon {
color: #fff !important;
border-color: #a4d735;
background-color: #a4d735;
}
.vu_accordion .vu_a-wrapper .ui-state-default .ui-icon i {
font-size: 13px !important;
}
.vu_accordion .vu_a-wrapper .ui-state-default .ui-icon .vu_a-active-icon {
display: none !important;
}
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon .vu_a-inactive-icon {
display: none !important;
}
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon .vu_a-active-icon {
display: block !important;
}
.vu_accordion .vu_a-content {
padding: 0 !important;
}
.vu_accordion .vu_a-content .wpb_content_element {
padding: 0 16px 16px 16px !important;
margin: 0 !important;
}
.vu_accordion .vu_a-content .wpb_content_element:first-child {
padding-top: 15px !important;
}
.vu_accordion .vu_a-content .wpb_content_element:last-child {
padding-bottom: 0 !important;
}
.vu_accordion .vu_a-content > [class*="vu_"]:first-child {
margin-top: 20px !important;
}
.vu_accordion .vu_a-content > [class*="vu_"]:last-child {
margin-bottom: 0 !important;
} .vu_toggle {
padding: 0 !important;
margin-bottom: 15px !important;
}
.vu_toggle .vu_t-title .vu_t-icon {
float: left;
width: 32px;
line-height: 42px;
color: #a4d735;
text-align: center;
font-size: 13px;
position: relative;
z-index: 2;
border-radius: 1px 0 0 1px;
border: 1px solid #f1f1f1;
background-color: #f9f9f9;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.vu_toggle .vu_t-title .vu_t-icon:before {
position: relative;
top: 1px;
}
.vu_toggle .vu_t-title .vu_t-inactive-icon {
display: none;
}
.vu_toggle.vc_toggle_active .vu_t-title .vu_t-active-icon {
display: none;
}
.vu_toggle.vc_toggle_active .vu_t-title .vu_t-inactive-icon {
display: inline-block;
}
.vu_toggle .vu_t-title h4 {
float: left;
font-size: 15px;
height: 44px;
line-height: 24px;
text-decoration: none;
color: #50b0e3;
width: calc(100% - 31px);
margin: 0;
padding: 10px 15px 8px 15px !important;
border-radius: 0 1px 1px 0;
border: 1px solid #f1f1f1;
margin-left: -1px !important;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.vu_toggle .vu_t-title:hover .vu_t-icon,
.vu_toggle.vc_toggle_active .vu_t-icon {
color: #fff !important;
border-color: #a4d735;
background-color: #a4d735;
}
.vu_toggle .vu_t-content  {
padding-left: 15px;
padding-right: 15px;
margin: 0 !important;
border: 1px solid #f1f1f1;
border-top: 0;
}
.vu_toggle .vu_t-content .vu_t-content-inner  {
margin: 15px 0;
}
.vu_toggle .vu_t-content .vu_t-content-inner p {
font-size: inherit;
line-height: inherit;
margin: 0 0 10px 0;
}
.vu_toggle .vu_t-content .vu_t-content-inner p:last-child {
margin-bottom: 0 !important;
}  .vu_tabs .vu_t-wrapper {}
.vu_tabs:not(.vu_t-nav-bottom) .vu_t-nav {
border-bottom: 1px solid #a4d735 !important;
margin-bottom: 25px !important;
}
.vu_tabs.vu_t-nav-bottom .vu_t-nav {
border-top: 1px solid #a4d735 !important;
margin-top: 25px !important;
}
.vu_tabs .vu_t-nav li {
float: none !important;
display: inline-block !important;
padding: 0 !important;
margin: 0 !important;
background-color: transparent !important;
}
.vu_tabs .vu_t-nav li a {
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 22px;
color: #414141 !important;
padding: 0 20px 12px !important;
margin: 0 !important;
}
.vu_tabs.vu_t-nav-bottom .vu_t-nav li a {
padding: 12px 20px 0 !important;
}
.vu_tabs.vu_t-nav-left .vu_t-nav {
text-align: left;
}
.vu_tabs.vu_t-nav-right .vu_t-nav {
text-align: right;
}
.vu_tabs.vu_t-nav-center .vu_t-nav {
text-align: center;
}
.vu_tabs:not(.vu_t-nav-right):not(.vu_t-nav-center) .vu_t-nav li:first-child a {
padding-left: 0 !important;
}
.vu_tabs.vu_t-nav-right .vu_t-nav li:last-child a {
padding-right: 0 !important;
}
.vu_tabs .vu_t-nav li.ui-tabs-active a,
.vu_tabs .vu_t-nav li:hover a {
color: #50b0e3 !important;
}
.vu_tabs .vu_t-panel {
margin: 0 !important;
padding: 0 !important;
background-color: transparent !important;
}
.vu_tabs .vu_t-panel .wpb_content_element {
margin-bottom: 20px !important;
}
.vu_tabs .vu_t-panel > *:last-child,
.vu_tabs .vu_t-panel .wpb_content_element:last-child {
margin-bottom: 0 !important;
} .vu_tabs.vu_t-style-2 .vu_t-nav li {
margin: 0 3px !important;
}
.vu_tabs.vu_t-style-2.vu_t-nav-left .vu_t-nav li:first-child {
margin-left: 0 !important;
}
.vu_tabs.vu_t-style-2.vu_t-nav-right .vu_t-nav li:last-child {
margin-right: 0 !important;
}
.vu_tabs.vu_t-style-2 .vu_t-nav li a {
padding: 11px 20px 9px !important;
border: 1px solid #f1f1f1;
}
.vu_tabs.vu_t-style-2:not(.vu_t-nav-bottom) .vu_t-nav {
border-bottom: 1px solid #f1f1f1 !important;
}
.vu_tabs.vu_t-style-2:not(.vu_t-nav-bottom) .vu_t-nav a {
border-bottom: 0;
border-radius: 1px 1px 0 0;
}
.vu_tabs.vu_t-style-2.vu_t-nav-bottom .vu_t-nav {
border-top: 1px solid #f1f1f1 !important;
}
.vu_tabs.vu_t-style-2.vu_t-nav-bottom .vu_t-nav a {
border-top: 0;
border-radius: 0 0 1px 1px;
}
.vu_tabs.vu_t-style-2:not(.vu_t-nav-right):not(.vu_t-nav-center) .vu_t-nav li:first-child a {
padding-left: 20px !important;
}
.vu_tabs.vu_t-style-2.vu_t-nav-right .vu_t-nav li:last-child a {
padding-right: 20px !important;
}
.vu_tabs.vu_t-style-2 .vu_t-nav li.ui-tabs-active a,
.vu_tabs.vu_t-style-2 .vu_t-nav li:hover a {
background-color: #f9f9f9 !important;
} .vu_tabs.vu_t-style-3 .vu_t-wrapper {
border: none !important;
padding: 0 !important;
}
.vu_tabs.vu_t-style-3 .vu_t-nav {
border: none !important;
}
.vu_tabs.vu_t-style-3 .vu_t-nav li a {
padding: 5px 20px 3px !important;
}
.vu_tabs.vu_t-style-3 .vu_t-nav .ui-state-default a {
position: relative;
}
.vu_tabs.vu_t-style-3 .vu_t-nav .ui-state-default a:after {
content: "|";
position: absolute;
right: -2px;
color: #a4d735;
width: 4px;
text-align: center;
}
.vu_tabs.vu_t-style-3 .vu_t-nav .ui-state-default:last-child a:after {
content: "" !important;
display: none !important;
} .vu_tour .vu_t-wrapper .vu_t-panel {
width: 75% !important;
padding: 20px !important;
border: 1px solid #f1f1f1 !important;
}
.vu_tour .vu_t-wrapper .vu_t-nav {
width: 25% !important;
}
.vu_tour .vu_t-wrapper .vu_t-nav a {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: #777777 !important;
padding: 11px 20px 9px !important;
margin: 0 !important;
border-radius: 1px 0 0 1px;
border: 1px solid #f1f1f1 !important;
background-color: #fff !important;
overflow: hidden;
text-overflow: ellipsis;
}
.vu_tour .vu_t-nav li {
margin: 0 !important;
}
.vu_tour .vu_t-wrapper .vu_t-nav > li + li a {
border-top: none !important;
}
.vu_tour .vu_t-nav li.ui-tabs-active a {
color: #50b0e3 !important;
background-color: #f9f9f9 !important;
}
.wpb_tour_next_prev_nav {
display: none !important;
}
.vu_tour .vu_t-wrapper .vu_t-panel {
float: right;
}
.vu_tour .vu_t-panel .wpb_content_element {
margin-bottom: 20px !important;
}
.vu_tour .vu_t-panel > *:last-child,
.vu_tour .vu_t-panel .wpb_content_element:last-child {
margin-bottom: 0 !important;
} .vu_tour.vu_t-nav-right .vu_t-nav,
.vu_tour.vu_t-nav-right .vu_t-wrapper .vu_t-panel {
float: right;
}
.vu_tour.vu_t-nav-left .vu_t-wrapper .vu_t-panel {
border-radius: 0 1px 1px 1px;
margin-left: -1px;
}
.vu_tour.vu_t-nav-right .vu_t-wrapper .vu_t-panel {
border-radius: 1px 0 1px 1px;
margin-right: -1px;
}
@media (max-width: 480px) {
.vu_tour .vu_t-wrapper .vu_t-nav {
margin-bottom: 10px;
}
.vu_tour .vu_t-wrapper .vu_t-nav,
.vu_tour .vu_t-wrapper .vu_t-panel {
width: 100% !important;
}
.vu_tour.vu_t-nav-left .vu_t-wrapper .vu_t-panel {
margin-top: -1px;
margin-left: 0px;
}
.vu_tour.vu_t-nav-right .vu_t-wrapper .vu_t-panel {
margin-top: -1px;
margin-right: 0px;
}
} #vu_preloader {
position: fixed;
left: 0;
top: 0;
z-index: 99999;
right: 0;
bottom: 0;
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
} .vu_progress-bar {
color: #414141;
margin-bottom: 20px;
}
.vu_progress-bar .vu_pb-label,
.vu_progress-bar .vu_pb-count {
display: block;
margin: 0;
font-size: 14px;
color: inherit;
line-height: 20px;
}
.vu_progress-bar .vu_pb-label {
float: left;
}
.vu_progress-bar .vu_pb-count {
float: right;
}
.vu_progress-bar .vu_pb-container {
position: relative;
margin-top: 6px;
border-radius: 1px;
background-color: #f1f1f1;
}
.vu_progress-bar .vu_pb-bar {
width: 0;
height: 9px;
text-align: right;
border-radius: 1px;
background-color: #a4d735;
-webkit-transition: width 0.5s ease-in-out;
-moz-transition: width 0.5s ease-in-out;
-o-transition: width 0.5s ease-in-out;
transition: width 0.5s ease-in-out;
} .vu_section .vu_countdown {
padding: 22px 0 0 0;
margin: 0 -10px 30px;
}
.vu_countdown {
padding: 22px 0 0 0;
margin: 0 -10px 0;
}
.vu_countdown .countdown-row {
clear: both;
display: block;
text-align: center;
}
.vu_section .vu_countdown .countdown-section {
width: 150px;
margin: 0 10px 42px;
border-radius: 1px;
box-shadow: none;
background-color: rgba(255,255,255,0.25);
}
.vu_countdown .countdown-section {
position: relative;
display: inline-block;
width: calc(25% - 20px);
text-align: center;
padding: 40px 10px 25px 10px;
margin: 0 10px 20px;
border-radius: 2px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_countdown .countdown-section:before {
content: "\ebe6";
font-family: "DentalPress";
font-size: 18px;
position: absolute;
width: 44px;
height: 44px;
line-height: 44px;
left: 50%;
top: 0;
color: #fff;
text-align: center;
border-radius: 50%;
transform: translateX(-50%) translateY(-50%);
background-color: #50b0e3;
}
.vu_countdown .countdown-amount {
display: block;
font-family: "Poppins", sans-serif;
font-size: 34px;
line-height: 40px;
font-weight: 500;
color: #a4d735;
}
.vu_section .vu_countdown .countdown-period {
color: #fff;
}
.vu_countdown .countdown-period {
position: relative;
display: block;
font-size: 14px;
line-height: 20px;
color: #777777;
} .vu_countdown.vu_c-size-medium {
padding: 18px 0 0 0;
margin: 0 -8px 30px;
}
.vu_countdown.vu_c-size-medium .countdown-section {
width: 110px;
padding: 35px 10px 20px 10px;
margin: 0 8px 34px;
}
.vu_countdown.vu_c-size-medium .countdown-section:before {
font-size: 16px;
width: 36px;
height: 36px;
line-height: 36px;
}
.vu_countdown.vu_c-size-medium .countdown-amount {
font-size: 28px;
line-height: 30px;
}
.vu_countdown.vu_c-size-medium .countdown-period {
font-size: 13px;
line-height: 18px;
} .vu_countdown.vu_c-size-small {
padding: 0;
margin: 0 -5px 30px;
}
.vu_countdown.vu_c-size-small .countdown-section {
width: 70px;
padding: 15px 5px;
margin: 0 5px 10px;
}
.vu_countdown.vu_c-size-small .countdown-section:before {
display: none;
}
.vu_countdown.vu_c-size-small .countdown-amount {
font-size: 22px;
line-height: 24px;
}
.vu_countdown.vu_c-size-small .countdown-period {
font-size: 13px;
line-height: 16px;
} .vu_countdown.vu_c-hide-icon {
padding-top: 0;
}
.vu_countdown.vu_c-hide-icon .countdown-section {
margin-bottom: 0;
}
.vu_countdown.vu_c-hide-icon .countdown-section:before {
display: none;
} .vu_widget-nav {
margin: -20px 0;
}
.vu_widget-nav li {
display: block;
border-bottom: 1px solid #f1f1f1;
}
.vu_widget-nav li:last-child {
border-bottom: none;
}
.vu_widget-nav a {
display: block;
padding: 10px 0;
color: #414141;
}
.vu_widget-nav li.active > a,
.vu_widget-nav a:hover {
color: #50b0e3;
}
.vu_widget-nav a i {
float: right;
line-height: 20px;
} .vu_image-box {
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.vu_image-box .vu_ib-image {
overflow: hidden;
margin-bottom: 20px;
border-radius: 1px;
background-color: #f9f9f9;
}
.vu_image-box .vu_ib-image img {
display: block;
width: 100%;
border-radius: 1px;
transform: translateZ(0px);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.vu_image-box .vu_ib-image:hover img {
opacity: 0.7;
transform: translateZ(0px) scale(1.05);
}
.vu_image-box .vu_ib-title {
font-size: 17px;
color: #50b0e3;
margin: 0;
}
.vu_image-box .vu_ib-title a {
color: inherit;
}
.vu_image-box .vu_ib-title a:hover {
opacity: 0.8;
}
.vu_image-box .vu_ib-description {
margin-top: 10px;
}
.vu_image-box .vu_ib-description p {
font-family: inherit;
line-height: 22px;
font-size: 14px;
margin: 0 0 10px 0;
}
.vu_image-box .vu_ib-description p:last-child {
margin-bottom: 0;
}
.vu_image-box .vu_ib-read-more {
display: inline-block;
margin-top: 15px;
font-size: 14px;
}
.vu_image-box .vu_ib-read-more .vu_ib-btn {
position: relative;
padding-left: 0;
padding-right: 0;
background: transparent;
border-width: 0;
border-radius: 0;
color: #414141;
line-height: 1;
text-transform: none;
}
.vu_image-box .vu_ib-read-more .vu_ib-btn .vu_ib-btn-text {
line-height: inherit;
padding-right: 25px;
padding-left: 0;
-webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
transition: padding .3s ease;
}
.vu_image-box .vu_ib-read-more:hover .vu_ib-btn .vu_ib-btn-text {
padding-right: 0;
padding-left: 25px;
}
.vu_image-box .vu_ib-read-more .vu_ib-btn i {
position: absolute;
top: 50%;
margin-top: -6px;
font-size: 14px;
line-height: inherit;
color: #a4d735;
-webkit-transition: left .3s ease, right .3s ease, opacity .3s ease;
-moz-transition: left .3s ease, right .3s ease, opacity .3s ease;
transition: left .3s ease, right .3s ease, opacity .3s ease;
}
.vu_image-box .vu_ib-read-more .vu_ib-btn .vu_ib-btn-icon-left {
opacity: 0;
left: -50px;
}
.vu_image-box .vu_ib-read-more:hover .vu_ib-btn .vu_ib-btn-icon-left {
opacity: 1;
left: 0;
}
.vu_image-box .vu_ib-read-more .vu_ib-btn .vu_ib-btn-icon-right {
opacity: 1;
right: 0;
}
.vu_image-box .vu_ib-read-more:hover .vu_ib-btn .vu_ib-btn-icon-right {
opacity: 0;
right: -50px;
} .vu_section .vu_image-switch {
margin-bottom: 30px;
box-shadow: none;
background-color: transparent;
}
.vu_image-switch {
position: relative;
border-radius: 1px;
margin-bottom: 20px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_image-switch .vu_is-wrapper {}
.vu_image-switch .vu_is-content {}
.vu_image-switch .vu_is-link {}
.vu_image-switch .vu_is-image {
display: block;
}
.vu_image-switch .vu_is-image img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
border-radius: 1px;
transform: translateZ(0px);
}
.vu_image-switch .vu_is-default-image {
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.vu_image-switch[data-effect]:hover .vu_is-default-image {
opacity: 0;
}
.vu_image-switch .vu_is-hover-image {
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
} .vu_section .vu_hover-box {
margin-bottom: 30px;
box-shadow: none;
background-color: transparent;
}
.vu_hover-box {
position: relative;
border-radius: 1px;
margin-bottom: 20px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_hover-box .vu_hb-wrapper {}
.vu_hover-box .vu_hb-holder {}
.vu_hover-box .vu_hb-image {}
.vu_hover-box .vu_hb-image img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
border-radius: 1px;
transform: translateZ(0px);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.vu_hover-box:hover .vu_hb-image img {
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-ms-filter: blur(2px);
-o-filter: blur(2px);
filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '2');
filter: blur(2px);
}
.vu_hover-box .vu_hb-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
width: 100%;
height: 100%;
padding: 20px;
overflow: hidden;
border-radius: 1px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.vu_hover-box .vu_hb-content {
width: 100%;
}
.vu_hover-box .vu_hb-content * {
color: #fff;
}
.vu_hover-box .vu_hb-content p {
line-height: 20px
}
.vu_hover-box .vu_hb-content p:last-child {
margin-bottom: 0;
}
.vu_hover-box[data-effect="none"] .vu_hb-container {
top: 0;
left: 0;
opacity: 1;
}  .vu_image-switch[data-effect="fade"] .vu_is-hover-image,
.vu_hover-box[data-effect="fade"] .vu_hb-container {
opacity: 0;
top: 0;
left: 0;
}
.vu_image-switch[data-effect="fade"]:hover .vu_is-hover-image,
.vu_hover-box[data-effect="fade"]:hover .vu_hb-container {
opacity: 1;
} .vu_image-switch[data-effect="blur"] .vu_is-hover-image,
.vu_hover-box[data-effect="blur"] .vu_hb-container {
opacity: 0;
top: 0;
left: 0;
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-ms-filter: blur(10px);
-o-filter: blur(10px);
filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '10');
filter: blur(10px);
}
.vu_image-switch[data-effect="blur"]:hover .vu_is-hover-image,
.vu_hover-box[data-effect="blur"]:hover .vu_hb-container {
opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
-o-filter: blur(0px);
filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '0');
filter: blur(0px);
} .vu_image-switch[data-effect="zoom"] .vu_is-hover-image,
.vu_hover-box[data-effect="zoom"] .vu_hb-container {
opacity: 0;
top: 0;
left: 0;
transform: scale(0);
}
.vu_image-switch[data-effect="zoom"]:hover .vu_is-hover-image,
.vu_hover-box[data-effect="zoom"]:hover .vu_hb-container {
opacity: 1;
transform: scale(1);
} .vu_image-switch[data-effect="rotate"] .vu_is-hover-image,
.vu_hover-box[data-effect="rotate"] .vu_hb-container {
opacity: 0;
top: 0;
left: 0;
transform: scale(0) rotate(-180deg);
}
.vu_image-switch[data-effect="rotate"]:hover .vu_is-hover-image,
.vu_hover-box[data-effect="rotate"]:hover .vu_hb-container {
opacity: 1;
transform: scale(1) rotate(0deg);
} .vu_image-switch[data-effect="flipX"] .vu_is-hover-image,
.vu_hover-box[data-effect="flipX"] .vu_hb-container {
opacity: 0;
top: 0;
left: 0;
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
}
.vu_image-switch[data-effect="flipX"]:hover .vu_is-hover-image,
.vu_hover-box[data-effect="flipX"]:hover .vu_hb-container {
opacity: 1;
transform: perspective(400px);
} .vu_image-switch[data-effect="flipY"] .vu_is-hover-image,
.vu_hover-box[data-effect="flipY"] .vu_hb-container {
opacity: 0;
top: 0;
left: 0;
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
}
.vu_image-switch[data-effect="flipY"]:hover .vu_is-hover-image,
.vu_hover-box[data-effect="flipY"]:hover .vu_hb-container {
opacity: 1;
transform: perspective(400px);
} .vu_image-switch[data-effect="slideUp"] .vu_is-hover-image,
.vu_hover-box[data-effect="slideUp"] .vu_hb-container {
top: -100%;
left: 0;
}
.vu_image-switch[data-effect="slideUp"]:hover .vu_is-hover-image,
.vu_hover-box[data-effect="slideUp"]:hover .vu_hb-container {
top: 0;
} .vu_image-switch[data-effect="slideDown"] .vu_is-hover-image,
.vu_hover-box[data-effect="slideDown"] .vu_hb-container {
top: 100%;
left: 0;
}
.vu_image-switch[data-effect="slideDown"]:hover .vu_is-hover-image,
.vu_hover-box[data-effect="slideDown"]:hover .vu_hb-container {
top: 0;
} .vu_image-switch[data-effect="slideLeft"] .vu_is-hover-image,
.vu_hover-box[data-effect="slideLeft"] .vu_hb-container {
top: 0;
left: -100%;
}
.vu_image-switch[data-effect="slideLeft"]:hover .vu_is-hover-image,
.vu_hover-box[data-effect="slideLeft"]:hover .vu_hb-container {
left: 0;
} .vu_image-switch[data-effect="slideRight"] .vu_is-hover-image,
.vu_hover-box[data-effect="slideRight"] .vu_hb-container {
top: 0;
left: 100%;
}
.vu_image-switch[data-effect="slideRight"]:hover .vu_is-hover-image,
.vu_hover-box[data-effect="slideRight"]:hover .vu_hb-container {
left: 0;
}  .vu_section .vu_team-member {
margin-bottom: 30px;
}
.vu_team-member {
position: relative;
margin-bottom: 20px;
border-radius: 2px;
overflow: hidden;
}
.vu_team-member .vu_tm-image {
position: relative;
overflow: hidden;
border-radius: 2px 2px 0 0;
}
.vu_team-member.vu_tm-with-social-networks .vu_tm-image:before {
content: "";
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
background: linear-gradient(0deg, rgba(0,0,0,0.7) 0px, transparent 100%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.vu_team-member.vu_tm-with-social-networks:hover .vu_tm-image:before {
opacity: 1;
}
.vu_team-member .vu_tm-image img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.vu_team-member .vu_tm-info {}
.vu_team-member .vu_tm-name {
margin: 0;
font-size: 16px;
line-height: 22px;
color: #50b0e3;
}
.vu_team-member .vu_tm-name a {
color: inherit;
}
.vu_team-member .vu_tm-name a:hover {
opacity: 0.7;
}
.vu_team-member .vu_tm-position {
display: block;
font-size: 13px;
line-height: 18px;
color: #777777;
}
.vu_team-member .vu_tm-content {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #f1f1f1;
}
.vu_team-member .vu_tm-content p {
font-size: 14px;
line-height: 22px;
color: #777777;
}
.vu_team-member .vu_tm-content p:last-child {
margin-bottom: 0;
}
.vu_team-member .vu_tm-social-networks {
position: absolute;
width: 100%;
left: 0;
z-index: 2;
bottom: 5px;
font-size: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
overflow: hidden;
}
.vu_team-member:hover .vu_tm-social-networks {
opacity: 1;
bottom: 20px;
}
.vu_team-member .vu_tm-social-networks ul {
padding-left: 0;
margin-bottom: 0;
}
.vu_team-member .vu_tm-social-networks li {
display: inline-block;
margin: 0 5px;
}
.vu_team-member .vu_tm-social-networks a {
display: block;
width: 32px;
height: 32px;
line-height: 32px;
font-size: 13px;
text-align: center;
color: #414141;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.85);
}
.vu_team-member .vu_tm-social-networks a:hover {
color: #a4d735;
background-color: #fff;
} .vu_section .vu_team-member.vu_tm-style-1 {
box-shadow: none;
border: 1px solid #f1f1f1;
}
.vu_team-member.vu_tm-style-1 {
padding: 20px 20px 15px;
text-align: center;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_team-member.vu_tm-style-1 .vu_tm-image {
margin: -21px -21px 16px -21px;
background-color: #f9f9f9;
} .vu_section .vu_team-member.vu_tm-style-2 {
box-shadow: none;
background-color: #f9f9f9;
}
.vu_team-member.vu_tm-style-2 {
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_team-member.vu_tm-style-2 .vu_tm-image {
margin: 0 -30px 15px;
padding: 0 30px;
border-radius: 2px 2px 50% 50% / 2px 2px 35% 35%;
}
.vu_team-member.vu_tm-style-2.vu_tm-with-social-networks .vu_tm-image:before {
background: none;
background-color: rgba(164, 215, 53, 0.3);
}
.vu_team-member.vu_tm-style-2 .vu_tm-info {
padding-left: 18px;
margin-bottom: 15px;
border-left: 2px solid #a4d735;
}
.vu_team-member.vu_tm-style-2 .vu_tm-content {
margin: 15px 20px 15px;
padding-top: 10px;
}
.vu_team-member.vu_tm-style-2 .vu_tm-social-networks {
top: 60%;
bottom: auto;
text-align: center;
transform: translateY(-50%);
}
.vu_team-member.vu_tm-style-2:hover .vu_tm-social-networks {
top: 50%;
bottom: auto;
}
.vu_team-member.vu_tm-style-2 .vu_tm-social-networks a:hover {
color: #50b0e3;
} .vu_section .vu_team-member.vu_tm-style-3 {
box-shadow: none;
background-color: #f9f9f9;
}
.vu_team-member.vu_tm-style-3 {
padding: 20px 25px 20px;
text-align: center;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_team-member.vu_tm-style-3 .vu_tm-image {
margin-bottom: 20px;
border-radius: 50%;
background-color: #f9f9f9;
}
.vu_team-member.vu_tm-style-3.vu_tm-with-social-networks .vu_tm-image:before {
background: none;
background-color: rgba(0, 0, 0, 0.3);
}
.vu_team-member.vu_tm-style-3 .vu_tm-social-networks {
top: 60%;
bottom: auto;
text-align: center;
transform: translateY(-50%);
}
.vu_team-member.vu_tm-style-3:hover .vu_tm-social-networks {
top: 50%;
bottom: auto;
}  .vu_section .vu_testimonial.vu_t-style-1 {
margin: 0;
padding: 30px 40px;
color: #fff;
border-radius: 2px;
box-shadow: none;
background-color: rgba(0, 0, 0, 0.65);
}
.vu_testimonial.vu_t-style-1 {
margin: 0 0 20px;
color: #777777;
padding: 30px;
border-radius: 1px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_testimonial.vu_t-style-1 .vu_t-content {
text-align: left;
}
.vu_section .vu_testimonial.vu_t-style-1 .vu_t-content p {
font-size: 16px;
line-height: 26px;
}
.vu_testimonial.vu_t-style-1 .vu_t-content p {
font-size: 15px;
line-height: 24px;
color: inherit;
margin: 0 0 10px 0;
}
.vu_testimonial.vu_t-style-1 .vu_t-content p:last-child {
margin-bottom: 0;
}
.vu_section .vu_testimonial.vu_t-style-1 .vu_t-author {
border-top: 1px solid rgba(255,255,255,0.3);
}
.vu_testimonial.vu_t-style-1 .vu_t-author {
position: relative;
text-align: right;
margin-top: 20px;
padding: 20px 0 0;
border-top: 1px solid #f1f1f1;
}
.vu_section .vu_testimonial.vu_t-style-1 .vu_t-author .vu_t-icon {
text-shadow: 0 0px 1px #111;
}
.vu_testimonial.vu_t-style-1 .vu_t-author .vu_t-icon {
display: block;
position: absolute;
left: 0;
top: calc(50% + 10px);
transform: translateY(-50%);
font-size: 34px;
color: #50b0e3;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image {
display: block;
position: absolute;
left: 0;
width: 45px;
height: 45px;
border-radius: 50%;
padding: 1px;
background-color: #50b0e3;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image img {
display: block;
border-radius: 50%;
}
.vu_testimonial.vu_t-style-1 .vu_t-author .vu_t-author-name {
font-size: 14px;
color: #a4d735;
margin: 0;
position: relative;
}
.vu_testimonial.vu_t-style-1 .vu_t-author .vu_t-author-position {
display: block;
font-size: 13px;
color: inherit;
opacity: 0.85;
}
.vu_testimonial.vu_t-style-1 .vu_t-author .vu_t-author-name + .vu_t-author-position {
margin-top: -5px;
} .vu_section .vu_testimonial.vu_t-style-2 {
margin-bottom: 0;
border-radius: 2px;
box-shadow: none;
background-color: rgba(255, 255, 255, 0.85);
}
.vu_testimonial.vu_t-style-2 {
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
padding: 30px;
border-radius: 1px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-left {
text-align: left;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-center {
text-align: center;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-right {
text-align: right;
}
.vu_testimonial.vu_t-style-2 .vu_t-icon {
display: block;
width: 48px;
height: 48px;
line-height: 46px;
margin-bottom: 20px;
font-size: 22px;
color: #fff;
text-align: center;
border-radius: 50%;
background-color: #a4d735;
}
.vu_testimonial.vu_t-style-2 .vu_t-author-image {
display: block;
top: 40px;
width: 48px;
height: 48px;
margin-bottom: 20px;
border-radius: 50%;
padding: 1px;
background-color: #a4d735;
}
.vu_testimonial.vu_t-style-2 .vu_t-author-image img {
display: block;
border-radius: 50%;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-left .vu_t-icon,
.vu_testimonial.vu_t-style-2.vu_t-alignment-right .vu_t-icon,
.vu_testimonial.vu_t-style-2.vu_t-alignment-left .vu_t-author-image,
.vu_testimonial.vu_t-style-2.vu_t-alignment-right .vu_t-author-image {
transform: translateY(3px);
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-left .vu_t-icon,
.vu_testimonial.vu_t-style-2.vu_t-alignment-left .vu_t-author-image {
float: left;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-center .vu_t-icon,
.vu_testimonial.vu_t-style-2.vu_t-alignment-center .vu_t-author-image {
margin-left: auto;
margin-right: auto;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-right .vu_t-icon,
.vu_testimonial.vu_t-style-2.vu_t-alignment-right .vu_t-author-image {
float: right;
}
.vu_section .vu_testimonial.vu_t-style-2 .vu_t-content p {
font-size: 16px;
line-height: 25px;
}
.vu_testimonial.vu_t-style-2 .vu_t-content p {
font-size: 15px;
line-height: 24px;
color: #777777;
margin: 0 0 10px 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-content p:last-child {
margin-bottom: 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-author {
margin: 20px 0 0;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-left .vu_t-content,
.vu_testimonial.vu_t-style-2.vu_t-alignment-left .vu_t-author {
margin-left: 68px;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-right .vu_t-content,
.vu_testimonial.vu_t-style-2.vu_t-alignment-right .vu_t-author {
margin-right: 68px;
}
.vu_testimonial.vu_t-style-2 .vu_t-author .vu_t-author-name {
display: inline-block;
font-weight: normal;
font-size: 14px;
text-transform: uppercase;
color: #50b0e3;
margin: 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-author .vu_t-author-position {
display: inline-block;
font-weight: normal;
font-size: 14px;
color: #777777;
margin-left: 10px;
}
.vu_testimonial.vu_t-style-2 .vu_t-author .vu_t-author-position:before {
content: "/";
color: #414141;
margin-right: 11px;
} .vu_before-after-wrapper {
margin-bottom: 30px;
}
.vu_before-after {}
.twentytwenty-overlay {
border-radius: 2px;
}
.vu_before-after .twentytwenty-handle {
height: 34px;
width: 34px;
margin-left: -17px;
margin-top: -17px;
border: 2px solid #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #50b0e3;
}
.twentytwenty-up-arrow {
margin-top: -16px;
}
.twentytwenty-down-arrow {
margin-bottom: -16px;
} .twentytwenty-horizontal .twentytwenty-after-label,
.twentytwenty-horizontal .twentytwenty-before-label {
margin-top: 0;
transform: translateY(-50%);
}
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
width: 2px;
}
.vu_before-after img {
border-radius: 2px;
}
.vu_before-after .twentytwenty-after-label,
.vu_before-after .twentytwenty-before-label {
letter-spacing: normal !important;
}
.vu_before-after .twentytwenty-before-label:empty,
.vu_before-after .twentytwenty-after-label:empty {
display: none !important;
} .twentytwenty-vertical .twentytwenty-after-label,
.twentytwenty-vertical .twentytwenty-before-label {
margin-left: 0;
transform: translateX(-50%);
}
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
height: 2px;
margin-top: -1px;
}
.twentytwenty-vertical .twentytwenty-handle:after {
margin-right: 17px;
}
.twentytwenty-vertical .twentytwenty-handle:before {
margin-left: 17px;
} label {
font-family: inherit;
font-size: 14px;
font-weight: normal;
}
.form-control {
font-family: inherit;
font-size: 14px;
color: #414141;
height: 36px;
box-shadow: none;
outline: 0;
border: 1px solid #f1f1f1;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 1px;
background-color: rgba(255,255,255,0.9);
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.form-control:focus {
border-color: #a4d735;
box-shadow: none;
}
textarea.form-control {
padding: 12px !important;
height: auto;
}
select.form-control.vu_default-value { color: #aaaaaa; }
.form-control::-webkit-input-placeholder { color: #aaaaaa; }
.form-control:-moz-placeholder { color: #aaaaaa; }
.form-control::-moz-placeholder { color: #aaaaaa; }
.form-control:-ms-input-placeholder { color: #aaaaaa; } .vu_section .vu_contact-form-7 {
border-radius: 0;
box-shadow: none;
background-color: transparent;
}
.vu_contact-form-7 {
border-radius: 1px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_contact-form-7 .vu_cf7-title {
color: inherit;
text-align: inherit;
margin: 0 0 15px 0;
} .vu_contact-form-7 .row {
margin-left: -10px;
margin-right: -10px;
}
.vu_contact-form-7 [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.vu_contact-form-7 .wpcf7-form-control.vu_timepicker { color: #aaa; }
.vu_contact-form-7 .wpcf7-form-control.vu_timepicker:focus { color: #414141; } .vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control {
border-color: #f1f1f1;
background-color: #f9f9f9;
}
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control:focus {
background-color: #fff;
border-color: #a4d735;
}
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm select.form-control.vu_default-value { color: #aaaaaa; }
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control::-webkit-input-placeholder { color: #aaaaaa; }
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control:-moz-placeholder { color: #aaaaaa; }
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control::-moz-placeholder { color: #aaaaaa; }
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control:-ms-input-placeholder { color: #aaaaaa; } .vu_contact-form-7 .vu_cf7-frm .vu_cf-p-r {
padding-right: 10px;
}
.vu_contact-form-7 .vu_cf7-frm .vu_cf-p-l {
padding-left: 10px;
}
@media (max-width: 992px) {
.vu_contact-form-7 .vu_cf7-frm .vu_cf-p-r {
padding-right: 15px;
}
.vu_contact-form-7 .vu_cf7-frm .vu_cf-p-l {
padding-left: 15px;
}
} .vu_contact-form-7.vu_cf7-hide-valid-msgs .wpcf7-not-valid-tip {
display: none !important;
} .vu_contact-form-7 .vu_cf7-frm .vu_lbl-as-input-file {
position: relative;
cursor: pointer;
color: #aaa;
padding: 13px 12px 14px 170px;
}
.vu_contact-form-7 .vu_cf7-frm .vu_lbl-as-input-file * {
pointer-events: none;
}
.vu_contact-form-7 .vu_cf7-frm .vu_lbl-as-input-file:after {
content: attr(data-button);
padding: 0 10px;
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
width: 160px;
text-align: center;
line-height: 48px;
color: #fff;
background-color: #50b0e3;
} .vu_contact-form-7 .vu_cf7-frm .vu_cf7-required {
position: relative;
}
.vu_contact-form-7 .vu_cf7-frm .vu_cf7-required:after {
content: "*";
position: absolute;
top: 5px;
right: 20px;
font-size: 14px;
color: #ff9084;
}
@media( max-width: 766px) {
.vu_contact-form-7 .vu_cf7-frm .vu_cf7-required:after {
top: 5px;
right: 23px;
}
} .wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit) {
display: block;
width: 100%;
padding: 6px 12px;
line-height: 1.42857143;
font-family: inherit;
font-weight: normal;
font-size: 14px;
color: #414141;
height: 36px;
box-shadow: none;
outline: 0;
border: 1px solid #e1e1e1;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-image: none;
background-color: rgba(255,255,255,0.9);
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit):focus {
border-color: #a4d735;
}
.wpcf7-form:not(.vu_cf7-frm) textarea.wpcf7-form-control {
padding: 12px !important;
height: auto !important;
}
.wpcf7-checkbox .wpcf7-list-item.first.last {
margin: 0 3px 0 0;
}
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder { color: #aaaaaa; }
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit):-moz-placeholder { color: #aaaaaa; }
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder { color: #aaaaaa; }
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder { color: #aaaaaa; } div.wpcf7 .ajax-loader {
display: none;
float: right;
padding: 0;
margin: 4px 0;
width: 28px;
height: 28px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPScyOHB4JyBoZWlnaHQ9JzI4cHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2RkZCIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjNDQ0NDQ0IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTUwLjYgMTAwLjQ7MSAyNTA7MTUwLjYgMTAwLjQiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=);
}
div.wpcf7 .ajax-loader.is-active {
display: inline-block;
}
div.wpcf7 .text-right > .ajax-loader {
float: left;
}
div.wpcf7 .vu_ajax-loader-in-btn {
position: relative;
}
div.wpcf7 .vu_ajax-loader-in-btn > .ajax-loader.is-active {
position: absolute;
top: 0;
left: 50%;
z-index: 9;
margin-left: -14px;
}
div.wpcf7 .vu_ajax-loader-in-btn > .ajax-loader.is-active + .wpcf7-submit.btn-block {
color: transparent !important;
} .wpcf7 .form-control {
margin-top: 0;
}
.wpcf7-not-valid {
border-color: #ff9084;
}
span.wpcf7-not-valid-tip {
margin-top: 5px;
color: #a94442;
font-size: 13px;
}
.wpcf7-response-output {
cursor: pointer;
font-size: 14px;
margin: 20px 0 0 !important;
padding: 10px 15px !important;
line-height: 22px !important;
}
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
color: #8a6d3b;
background-color: #fcf8e3;
border-width: 1px;
border-color: #faebcc;
}
div.wpcf7-mail-sent-ng {
color: #a94442;
background-color: #f2dede;
border-width: 1px;
border-color: #ebccd1;
}
div.wpcf7-mail-sent-ok {
color: #3c763d;
background-color: #dff0d8;
border-width: 1px;
border-color: #d6e9c6;
} .vu_map-absolute {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.vu_map {
position: relative;
}
.vu_map.vu_m-fullwith {
width: 100%;
height: 500px;
}
.vu_map.vu_m-fullheight {
width: 100%;
height: 100%;
}
.vu_map:not(.vu_map-open-infowindows-on-click) .gm-style-iw {
top: 13px !important;
font-size: 14px;
text-align: center;
}
.vu_map:not(.vu_map-open-infowindows-on-click) .gm-style-iw + div {
display: none !important;
} .vu_section .vu_icon-box { padding: 0; margin-bottom: 30px; box-shadow: none; background-color: transparent; }
.vu_icon-box { padding: 20px; margin-bottom: 20px; border-radius: 1px; box-shadow: 0 1px 3px #ddd; background-color: #fff; }
.vu_icon-box .vu_ib-icon { position: relative; text-align: center; text-decoration: none; color: #fff; background-color: #a4d735; border: 2px solid #a4d735; -webkit-transition: all 0.45s ease-in-out; -moz-transition: all 0.45s ease-in-out; -o-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out; }
.vu_icon-box.vu_ib-style-square .vu_ib-icon { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.vu_icon-box.vu_ib-style-circle .vu_ib-icon { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.vu_icon-box.vu_ib-style-square-45 .vu_ib-icon { -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
.vu_icon-box.vu_ib-position-left { text-align: left; }
.vu_icon-box.vu_ib-position-left .vu_ib-icon { float: left; display: block; }
.vu_icon-box.vu_ib-position-right { text-align: right; }
.vu_icon-box.vu_ib-position-right .vu_ib-icon { float: right; display: block; }
.vu_icon-box.vu_ib-position-top { text-align: center; }
.vu_icon-box.vu_ib-position-top .vu_ib-icon { display: inline-block; margin-bottom: 20px; }
.vu_icon-box.vu_ib-size-large .vu_ib-icon { width: 80px; height: 80px; line-height: 78px; font-size: 40px; }
.vu_icon-box.vu_ib-size-large.vu_ib-style-square-45 .vu_ib-icon { font-size: 28px; line-height: 76px; }
.vu_icon-box.vu_ib-size-small .vu_ib-icon { width: 50px; height: 50px; line-height: 48px; font-size: 24px; }
.vu_icon-box.vu_ib-size-small.vu_ib-style-square-45 .vu_ib-icon { font-size: 18px; line-height: 46px; }
.vu_icon-box.vu_ib-position-left.vu_ib-size-large .vu_ib-content { margin-left: 100px; }
.vu_icon-box.vu_ib-position-left.vu_ib-size-small .vu_ib-content { margin-left: 70px; }
.vu_icon-box.vu_ib-position-right.vu_ib-size-large .vu_ib-content { margin-right: 100px; }
.vu_icon-box.vu_ib-position-right.vu_ib-size-small .vu_ib-content { margin-right: 70px; }
.vu_icon-box .vu_ib-content .vu_ib-title { font-size: 17px; color: #50b0e3; line-height: 24px; margin: 0 0 5px 0; }
.vu_icon-box.vu_ib-position-left.vu_ib-size-large .vu_ib-content .vu_ib-title,
.vu_icon-box.vu_ib-position-right.vu_ib-size-large .vu_ib-content .vu_ib-title { margin: 0 0 10px 0; }
.vu_icon-box.vu_ib-position-top.vu_ib-size-large .vu_ib-content .vu_ib-title { margin: 0 0 10px 0; }
.vu_icon-box .vu_ib-content .vu_ib-title a { color: inherit; }
.vu_icon-box .vu_ib-content .vu_ib-title a:hover { color: inherit; opacity: 0.8; text-decoration: none; }
.vu_icon-box .vu_ib-content .vu_ib-description p { font-size: 14px; line-height: 24px; color: #777777; margin: 0 0 10px 0; }
.vu_icon-box .vu_ib-content .vu_ib-description p:last-child { margin-bottom: 0; }
.vu_icon-box.vu_ib-color-primary .vu_ib-content .vu_ib-title { color: #a4d735; }
.vu_icon-box.vu_ib-color-primary .vu_ib-icon { background-color: #50b0e3; border-color: #50b0e3; }
.vu_icon-box.vu_ib-color-secondary .vu_ib-content .vu_ib-title { color: #50b0e3; }
.vu_icon-box.vu_ib-color-secondary .vu_ib-icon { background-color: #a4d735; border-color: #a4d735; }
.vu_icon-box.vu_ib-color-black .vu_ib-content .vu_ib-title { color: #50b0e3; }
.vu_icon-box.vu_ib-color-black .vu_ib-icon { background-color: #414141; border-color: #414141; }
.vu_icon-box.vu_ib-color-white .vu_ib-content .vu_ib-title { color: #50b0e3; }
.vu_icon-box.vu_ib-color-white .vu_ib-icon { background-color: #f1f1f1; border-color: #f1f1f1; color: #414141; }
.vu_icon-box .vu_ib-read-more-container {
overflow: hidden;
}
.vu_icon-box .vu_ib-read-more {
display: inline-block;
margin-top: 15px;
font-size: 14px;
}
.vu_icon-box .vu_ib-read-more .vu_ib-btn {
position: relative;
padding-left: 0;
padding-right: 0;
background: transparent;
border-width: 0;
border-radius: 0;
color: #414141;
line-height: 1;
text-transform: none;
}
.vu_icon-box .vu_ib-read-more .vu_ib-btn .vu_ib-btn-text {
line-height: inherit;
padding-right: 25px;
padding-left: 0;
-webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
transition: padding .3s ease;
}
.vu_icon-box .vu_ib-read-more:hover .vu_ib-btn .vu_ib-btn-text {
padding-right: 0;
padding-left: 25px;
}
.vu_icon-box .vu_ib-read-more .vu_ib-btn i {
position: absolute;
top: 50%;
margin-top: -6px;
font-size: 14px;
line-height: inherit;
color: #a4d735;
-webkit-transition: left .3s ease, right .3s ease, opacity .3s ease;
-moz-transition: left .3s ease, right .3s ease, opacity .3s ease;
transition: left .3s ease, right .3s ease, opacity .3s ease;
}
.vu_icon-box .vu_ib-read-more .vu_ib-btn .vu_ib-btn-icon-left {
opacity: 0;
left: -50px;
}
.vu_icon-box .vu_ib-read-more:hover .vu_ib-btn .vu_ib-btn-icon-left {
opacity: 1;
left: 0;
}
.vu_icon-box .vu_ib-read-more .vu_ib-btn .vu_ib-btn-icon-right {
opacity: 1;
right: 0;
}
.vu_icon-box .vu_ib-read-more:hover .vu_ib-btn .vu_ib-btn-icon-right {
opacity: 0;
right: -50px;
}
.vu_icon-box.boxed { padding: 25px; border: 1px solid #f1f1f1; background-color: #f9f9f9; } .vu_section .vu_icon-box-2 {
margin-bottom: 30px;
padding: 0;
box-shadow: none;
background-color: transparent;
}
.vu_icon-box-2 {
position: relative;
text-align: center;
padding: 20px 25px 45px;
margin-bottom: 20px;
border-radius: 1px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_icon-box-2 .vu_ib-icon {
font-size: 58px;
text-align: center;
padding: 30px 30px 35px;
color: #a4d735;
}
.vu_icon-box-2 .vu_ib-icon img {
width: 100%;
max-width: 100%;
height: auto;
}
.vu_icon-box-2 .vu_ib-icon i {
position: relative;
overflow: hidden;
}
.vu_icon-box-2 .vu_ib-icon i {
-webkit-transition: transform .4s cubic-bezier(.38,3,.57,1.6);
-moz-transition: transform .4s cubic-bezier(.38,3,.57,1.6);
transition: transform .4s cubic-bezier(.38,3,.57,1.6);
}
.vu_icon-box-2:hover .vu_ib-icon i {
-webkit-transform: translate3d(0,-5px,0);
-moz-transform: translate3d(0,-5px,0);
transform: translate3d(0,-5px,0);
}
.vu_icon-box-2.vu_ib-type-image .vu_ib-icon * {
color: #a4d735;
fill: #fff;
height: 100% !important;
}
.vu_icon-box-2 .vu_ib-content {}
.vu_icon-box-2 .vu_ib-content .vu_ib-title {
margin: 0;
color: #50b0e3;
font-size: 17px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vu_icon-box-2 .vu_ib-content .vu_ib-title a {
color: inherit;
}
.vu_icon-box-2 .vu_ib-content .vu_ib-title a:hover {
color: inherit;
opacity: 0.8;
}
.vu_icon-box-2 .vu_ib-content .vu_ib-title + .vu_ib-description {
margin-top: 15px;
}
.vu_icon-box-2 .vu_ib-content .vu_ib-description p {
font-size: 14px;
line-height: 24px;
color: #777777;
margin: 0 0 10px 0;
}
.vu_icon-box-2 .vu_ib-content .vu_ib-description p:last-child {
margin-bottom: 0;
}
.vu_icon-box-2 .vu_ib-read-more {
display: inline-block;
margin-top: 15px;
font-size: 14px;
} .vu_section .vu_icon-box-2.vu_ib-style-2 {
box-shadow: none;
border: 1px solid #f1f1f1;
}
.vu_icon-box-2.vu_ib-style-2 {
position: relative;
padding: 15px 20px 45px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.vu_icon-box-2.vu_ib-style-2:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0 !important;
z-index: 1;
border-radius: 1px;
background-color: rgba(164, 215, 53, 0.1);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.vu_icon-box-2.vu_ib-style-2 > * {
position: relative;
z-index: 3;
}
.vu_icon-box-2.vu_ib-style-2:hover:before {
opacity: 1;
}
.vu_icon-box-2.vu_ib-style-2:after {
content: "";
display: block;
position: absolute;
width: 0;
height: 1px;
left: 0;
bottom: 3px;
z-index: 2;
background-color: #a4d735;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.vu_icon-box-2.vu_ib-style-2:hover:after {
width: 100%;
}
.vu_icon-box-2.vu_ib-style-2 .vu_ib-icon {
font-size: 54px;
color: #aaaaaa;
padding-bottom: 20px;
}
.vu_icon-box-2.vu_ib-style-2 .vu_ib-title {
color: #414141;
}
.vu_icon-box-2.vu_ib-style-2:hover .vu_ib-icon,
.vu_icon-box-2.vu_ib-style-2:hover .vu_ib-title {
color: #50b0e3;
} .vu_timeline {
position: relative;
}
.vu_timeline .vu_t-date {
position: relative;
width: 130px;
font-size: 16px;
font-weight: 600;
color: #a4d735;
line-height: 24px;
margin-top: 21px;
padding: 5px 5px 4px 5px;
text-align: center;
border-radius: 1px;
border: 1px solid #f1f1f1;
background-color: #ffffff;
}
.vu_timeline.vu_t-position-left .vu_t-date {
float: left;
}
.vu_timeline.vu_t-position-right .vu_t-date {
float: right;
}
.vu_timeline .vu_t-date:before {
content: "";
position: absolute;
width: 10px;
height: 10px;
top: 50%;
margin-top: -6px;
border-radius: 50%;
background-color: #ffffff;
border: 1px solid transparent;
border-right: 1px solid #f1f1f1;
border-top-color: #f1f1f1;
transform: rotate(45deg);
}
.vu_timeline.vu_t-position-left .vu_t-date:before {
right: -5px;
}
.vu_timeline.vu_t-position-right .vu_t-date:before {
left: -5px;
}
.vu_timeline.vu_t-position-left .vu_t-container {
text-align: left;
margin-left: 129px;
padding: 15px 0 15px 25px;
border-left: 1px solid #f1f1f1;
}
.vu_timeline.vu_t-position-right .vu_t-container {
text-align: right;
margin-right: 129px;
padding: 15px 25px 15px 0;
border-right: 1px solid #f1f1f1;
}
.vu_timeline .vu_t-title {
font-size: 16px;
color: #50b0e3;
margin: 0 0 5px 0;
}
.vu_timeline .vu_t-description {
font-size: 14px;
line-height: 22px;
color: #777777;
}
.vu_timeline .vu_t-description p:last-child {
margin-bottom: 0 !important;
} .vu_video-section {
position: relative;
width: 100%;
margin-bottom: 30px;
overflow: hidden;
background-size: cover;
background-position: center;
border-radius: 2px;
}
.vu_video-section:before,
.vu_video-section:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.vu_video-section:before {
background-color: rgba(255,255,255,0.15);
}
.vu_video-section.vu_vs-with-pattern:after {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXxvZSoAAAAAElFTkSuQmCC) repeat;
opacity: 0.3;
}
.vu_video-section * {
position: relative;
z-index: 3;
}
.vu_video-section .vu_vs-play {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 70px;
height: 50px;
color: #fff;
margin-left: -35px;
margin-top: -25px;
text-decoration: none;
border-radius: 2px;
background-color: #a4d735;
}
.vu_video-section.vu_vs-with-title .vu_vs-play {
margin-top: -70px;
} 
.vu_video-section .vu_vs-play:hover {
opacity: 0.8;
}
.vu_video-section .vu_vs-play:focus,
.vu_video-section .vu_vs-play:active {
outline: none;
}
.vu_video-section .vu_vs-play i {
position: absolute;
top: 50%;
left: 50%;
font-size: 22px;
margin-top: -10px;
margin-left: -7px;
z-index: 3;
}
.vu_video-section .vu_vs-title {
position: absolute;
bottom: 20px;
width: 100%;
color: #414141;
text-align: center;
margin: 0;
padding: 8px 0;
background-color: rgba(255,255,255,0.8);
} .vu_video-section {
overflow: visible;
background-color: #fff;
}
.vu_video-section .vu_vs-shadow {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.vu_video-section .vu_vs-shadow:before,
.vu_video-section .vu_vs-shadow:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background-color: #fff;
-webkit-box-shadow: 0 15px 10px #ddd;
-moz-box-shadow: 0 15px 10px #ddd;
box-shadow: 0 15px 10px #ddd;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.vu_video-section .vu_vs-shadow:after {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
} .vu_call-to-action {
padding: 30px 0;
}
.vu_row.vu_r-layout-boxed .vu_call-to-action .container {
width: auto !important;
max-width: 100% !important;
}
.vu_call-to-action .vu_cta-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media(max-width: 991px) {
.vu_call-to-action .vu_cta-wrapper {
display: block;
}
}
.vu_call-to-action .vu_cta-content p {
margin-bottom: 0 0 10px 0;
}
.vu_call-to-action .vu_cta-content p:last-child {
margin-bottom: 0 !important;
}
.vu_call-to-action .vu_cta-button {
text-align: right;
}
@media (max-width: 991px) {
.vu_call-to-action .vu_cta-button {
text-align: center;
margin-top: 30px;
}
.vu_call-to-action .vu_cta-content {
text-align: center;
}
} .wpb_revslider_element {
position: relative;
z-index: 0;
margin-bottom: 0 !important;
}
.rev_slider_wrapper {
overflow: hidden !important;
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
border-width: 0 !important;
} .custom.tparrows {
width: 44px !important;
height: 44px !important;
border-radius: 2px !important;
background-color: #fff !important;
border: none !important;
box-shadow: 0 1px 3px #ddd;
z-index: 999 !important;
}
.custom.tparrows:hover {
color: #50b0e3 !important;
}
.custom.tparrows:before {
font-family: "FontAwesome";
font-size: 20px !important;
line-height: 44px !important;
color: #777 !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.custom.tparrows:hover:before {
color: #50b0e3 !important;
}
.custom.tparrows.tp-leftarrow:before {
content: "\f104";
position: relative;
left: -1px;
}
.custom.tparrows.tp-rightarrow:before {
content: "\f105";
position: relative;
left: 1px;
} .custom .tp-bullet {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
background-color: #50b0e3;
} .tp-thumb-mask {
overflow: visible !important;
}
.tp-thumb {
background: #fff;
border-radius: 50%;
box-shadow: 0 0 0 2px #fff, 2px 3px 5px #ddd;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tp-thumb-image {
border-radius: 50% !important;
} .vu_color-overlay {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding: 0;
margin: 0;
color: #414141;
}
.vu_color-overlay:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.vu_color-overlay > * {
position: relative;
z-index: 2;
} .vu_carousel {
opacity: 0;
margin-bottom: 30px;
-webkit-transition: opacity 0.4s ease;
-moz-transition: opacity 0.4s ease;
-ms-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
}
.vu_carousel-container {
margin-left: -15px;
margin-right: -15px;
}
.vu_carousel.vu_c-size-small .vu_carousel-container {
margin-left: -10px;
margin-right: -10px;
}
.vu_row.vu_r-layout-full .vu_carousel-container {
margin-left: 0;
margin-right: 0;
}
.vu_carousel .owl-wrapper > .owl-item > .vu_carousel-item {
padding: 0 15px;
}
.vu_carousel.vu_c-size-small .owl-wrapper > .owl-item > .vu_carousel-item {
padding: 0 10px;
} .vu_carousel .owl-controls .owl-pagination {
text-align: center;
margin: 30px 0;
line-height: 0;
}
.vu_carousel .owl-pagination .owl-page {
display: inline-block;
margin: 0 5px;
}
.vu_carousel .owl-pagination .owl-page span {
display: block;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: rgba(0,0,0,0.2);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.vu_carousel .owl-pagination .owl-page.active span,
.vu_carousel .owl-pagination .owl-page span:hover {
background-color: #50b0e3;
}
.vu_section .vu_s-wrapper[data-parallax] .vu_carousel .owl-pagination .owl-page span {
background-color: rgba(0,0,0,0.2);
}
.vu_section .vu_s-wrapper[data-parallax] .vu_carousel .owl-pagination .owl-page.active span,
.vu_section .vu_s-wrapper[data-parallax] .vu_carousel .owl-pagination .owl-page span:hover {
background-color: #fff;
} .vu_carousel .owl-pagination .owl-page .owl-numbers {
width: 20px;
height: 20px;
line-height: 20px;
font-size: 10px;
font-weight: bold;
color: rgba(0,0,0,0.7);
}
.vu_carousel .owl-pagination .owl-page .owl-numbers:hover,
.vu_carousel .owl-pagination .owl-page.active .owl-numbers {
color: #fff;
} .vu_carousel .owl-buttons .owl-prev,
.vu_carousel .owl-buttons .owl-next {
position: absolute;
top: 50%;
margin-top: -30px;
width: 40px;
height: 60px;
line-height: 60px;
font-size: 20px;
color: #fff;
text-align: center;
background-color: rgba(0,0,0,0.7);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
opacity: 0;
}
.vu_carousel .owl-pagination + .owl-buttons .owl-prev,
.vu_carousel .owl-pagination + .owl-buttons .owl-next {
margin-top: -56px;
}
.vu_carousel[data-options*='"paginationNumbers":true'] .owl-pagination + .owl-buttons .owl-prev,
.vu_carousel[data-options*='"paginationNumbers":true'] .owl-pagination + .owl-buttons .owl-next {
margin-top: -61px;
}
.vu_carousel .owl-buttons .owl-prev {
left: 30px;
}
.vu_carousel .owl-buttons .owl-next {
right: 30px;
}
.vu_carousel .owl-buttons .owl-prev:hover,
.vu_carousel .owl-buttons .owl-next:hover {
opacity: 0.7;
}
.vu_carousel:hover .owl-buttons .owl-prev,
.vu_carousel:hover .owl-buttons .owl-next {
opacity: 1;
} .vu_c-pagination-top-right .owl-controls .owl-pagination {
position: absolute;
top: -50px;
right: 10px;
margin: 0;
} .vu_client {
margin-bottom: 30px;
text-align: center;
border-radius: 1px;
border: 1px solid #f1f1f1;
background-color: rgba(249,249,249,0.9);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.vu_carousel .vu_client {
margin-bottom: 0;
}
.vu_client:hover {
border-color: #a4d735;
}
.vu_client img {
display: inline-block;
padding: 5px;
max-width: 100%;
height: auto;
border-radius: 2px;
}
.vu_client a {
display: block;
}
.vu_client a:hover {
opacity: 0.7;
} .vu_image img {
width: 100%;
height: auto;
max-width: 100%;
} .vu_heading {
position: relative;
margin: 0 0 30px 0;
text-align: left;
}
.vu_heading .vu_h-heading {
display: inline-block;
font-size: 17px;
font-weight: 500;
line-height: 20px;
text-transform: uppercase;
position: relative;
margin: 0;
color: #414141;
}
.vu_heading .vu_h-subheading p {
font-family: inherit;
font-size: 14px;
line-height: 22px;
color: #777777;
margin: 0 0 10px 0;
}
.vu_heading .vu_h-subheading p:last-child {
margin-bottom: 0;
} .vu_heading.vu_h-alignment-left {
text-align: left;
}
.vu_heading.vu_h-alignment-center {
text-align: center;
}
.vu_heading.vu_h-alignment-right {
text-align: right;
} .vu_heading.vu_h-alignment-left.vu_h-style-1 {
padding: 1px 0 1px 10px;
border-left: 2px solid #a4d735;
}
.vu_heading.vu_h-alignment-right.vu_h-style-1 {
padding: 0 10px 0 0;
border-right: 2px solid #a4d735;
}
.vu_heading.vu_h-style-1 .vu_h-heading {
display: block;
font-family: inherit;
font-size: 14px;
line-height: 20px;
color: #777777;
text-transform: none;
}
.vu_heading.vu_h-style-1 .vu_h-subheading {
margin-top: 3px;
}
.vu_heading.vu_h-style-1 .vu_h-subheading p {
font-family: "Poppins", sans-serif;
font-size: 17px;
font-weight: 500;
line-height: 20px;
text-transform: uppercase;
position: relative;
margin: 0;
color: #414141;
} .vu_heading.vu_h-style-2 .vu_h-heading {
position: relative;
display: block;
padding-bottom: 15px;
}
.vu_heading.vu_h-style-2 .vu_h-heading:before,
.vu_heading.vu_h-style-2 .vu_h-heading:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
background-color: #f1f1f1;
}
.vu_heading.vu_h-alignment-center.vu_h-style-2 .vu_h-heading:after {
left: 50%;
right: auto;
transform: translateX(-50%);
}
.vu_heading.vu_h-alignment-right.vu_h-style-2 .vu_h-heading:before,
.vu_heading.vu_h-alignment-right.vu_h-style-2 .vu_h-heading:after {
left: auto;
right: 0;
}
.vu_heading.vu_h-style-2 .vu_h-heading:before {
transform: translateY(-0.5px);
}
.vu_heading.vu_h-style-2 .vu_h-heading:after {
width: 40px;
height: 2px;
background-color: #a4d735;
}
.vu_heading.vu_h-style-2 .vu_h-subheading {
margin-top: 12px;
} .vu_heading.vu_h-style-3 .vu_h-heading {
position: relative;
display: inline-block;
padding-bottom: 15px;
}
.vu_heading.vu_h-style-3 .vu_h-heading:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 2px;
background-color: #a4d735;
}
.vu_heading.vu_h-alignment-center.vu_h-style-3 .vu_h-heading:after {
left: 50%;
right: auto;
transform: translateX(-50%);
}
.vu_heading.vu_h-alignment-right.vu_h-style-3 .vu_h-heading:after {
left: auto;
right: 0;
}
.vu_heading.vu_h-style-3 .vu_h-subheading {
margin-top: 12px;
} .vu_heading.vu_h-style-4 .vu_h-heading {
position: relative;
display: inline-block;
padding-bottom: 15px;
}
.vu_heading.vu_h-style-4 .vu_h-heading:before,
.vu_heading.vu_h-style-4 .vu_h-heading:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 3px;
height: 1px;
background-color: #a4d735;
}
.vu_heading.vu_h-style-4 .vu_h-heading:after {
bottom: 0;
}
.vu_heading.vu_h-alignment-left.vu_h-style-4 .vu_h-heading:after {
right: 25%;
}
.vu_heading.vu_h-alignment-center.vu_h-style-4 .vu_h-heading:after {
left: 25%;
right: 25%;
}
.vu_heading.vu_h-alignment-right.vu_h-style-4 .vu_h-heading:after {
left: 25%;
right: 0;
}
.vu_heading.vu_h-style-4 .vu_h-subheading {
margin-top: 12px;
} .vu_section .vu_pie-chart {
padding: 0;
margin-bottom: 20px;
box-shadow: none;
border-radius: 0;
background-color: transparent;
}
.vu_pie-chart {
padding: 20px;
position: relative;
text-align: center;
overflow: hidden;
border-radius: 2px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
margin-bottom: 20px;
}
.vu_pie-chart .vu_pc-graph {
position: relative;
}
.vu_pie-chart .vu_pc-graph canvas {
}
.vu_pie-chart .vu_pc-graph .vu_pc-graph-text {
position: absolute;
left: 50%;
top: 0;
text-align: center;
}
.vu_pie-chart .vu_pc-graph .vu_pc-graph-text:before,
.vu_pie-chart .vu_pc-graph .vu_pc-graph-text:after {
content: "";
position: absolute;
border-radius: 50%;
}
.vu_pie-chart .vu_pc-graph .vu_pc-icon {
font-size: 36px;
color: #414141;
}
.vu_pie-chart .vu_pc-graph .vu_pc-text {
display: inline-block;
font-size: 36px;
font-weight: normal;
color: #414141;
width: 100%;
padding: 0 15px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
position: relative;
z-index: 1;
} .vu_pie-chart.vu_pc-style-1 .vu_pc-graph {
margin: 5px;
}
.vu_pie-chart.vu_pc-style-1 .vu_pc-graph .vu_pc-graph-text:before {
top: -5px;
right: -5px;
bottom: -5px;
left: -5px;
border: 5px solid transparent;
}
.vu_pie-chart.vu_pc-style-1 .vu_pc-graph .vu_pc-graph-text:after {
display: none;
} .vu_pie-chart.vu_pc-style-2 .vu_pc-graph .vu_pc-graph-text:before,
.vu_pie-chart.vu_pc-style-2 .vu_pc-graph .vu_pc-graph-text:after {
display: none;
} .vu_pie-chart.vu_pc-style-3 .vu_pc-graph {
margin: 3px;
}
.vu_pie-chart.vu_pc-style-3 .vu_pc-graph .vu_pc-graph-text:before {
top: -3px;
right: -3px;
bottom: -3px;
left: -3px;
border: 3px solid transparent;
}
.vu_pie-chart.vu_pc-style-3 .vu_pc-graph .vu_pc-graph-text:after {
border: 3px solid transparent;
} .vu_pricing-table {
margin-bottom: 20px;
border-radius: 1px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_pricing-table .vu_pt-title {
font-size: 17px;
margin: 0;
padding: 10px 15px;
color: #fff;
text-align: center;
background-color: #50b0e3;
}
.vu_pricing-table.vu_pt-active .vu_pt-title {
background-color: #a4d735;
}
.vu_pricing-table .vu_pt-price {
padding: 40px 20px 34px;
text-align: center;
}
.vu_pricing-table .vu_pt-currency {
position: relative;
top: -17px;
font-size: 24px;
display: inline-block;
color: #414141;
}
.vu_pricing-table .vu_pt-amount {
font-size: 48px;
font-weight: normal;
display: inline-block;
line-height: 1;
color: #414141;
margin: 0;
letter-spacing: -2px;
}
.vu_pricing-table .vu_pt-amount sup {
top: -0.75em;
font-size: 50%;
}
.vu_pricing-table .vu_pt-period {
font-size: 13px;
color: #777777;
line-height: 20px;
margin-left: 3px;
}
.vu_pricing-table .vu_pt-a-with-decimal + .vu_pt-period {
margin-left: -27px;
}
.vu_pricing-table .vu_pt-content {
color: #777777;
padding: 25px 0;
}
.vu_pricing-table .vu_pt-content ul {
list-style: none;
margin: 0 !important;
padding: 0 !important;
}
.vu_pricing-table .vu_pt-content ul li {
font-size: 14px;
text-align: center;
color: inherit;
padding: 7px 20px;
margin: 0;
border-bottom: 1px solid #f1f1f1;
}
.vu_pricing-table .vu_pt-content ul li:last-child {
border-bottom: none;
}
.vu_pricing-table .vu_pt-button {
padding: 20px 30px;
text-align: center;
border-top: 1px solid #f1f1f1;
background-color: #f9f9f9;
}
.vu_pricing-table .vu_pt-button a {
display: inline-block;
font-size: 15px;
padding: 7px 25px 8px;
text-decoration: none;
color: #fff;
border-radius: 2px;
background-color: #50b0e3;
}
.vu_pricing-table.vu_pt-active .vu_pt-button a {
color: #fff;
background-color: #a4d735;
}
.vu_pricing-table .vu_pt-button a:hover {
opacity: 0.7;
} .vu_section .vu_pricing-table {
margin-bottom: 30px;
box-shadow: none;
border: 1px solid #f1f1f1;
}
.vu_section .vu_pricing-table .vu_pt-title {
margin-left: -1px;
margin-right: -1px;
} .vu_pricing-list {
margin-bottom: 25px;
}
.vu_pricing-list .vu_pl-wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.vu_pricing-list .vu_pl-title,
.vu_pricing-list .vu_pl-price {
-webkit-box-flex: 1 auto;
-moz-box-flex: 1 auto;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
font-size: 16px;
line-height: 22px;
margin: 0 0 5px;
}
.vu_pricing-list .vu_pl-title {
padding: 0 10px 0 0;
}
.vu_pricing-list .vu_pl-title a {
color: inherit;
}
.vu_pricing-list .vu_pl-title a:hover {
opacity: 0.7;
}
.vu_pricing-list .vu_pl-line {
-webkit-box-flex: 1000;
-moz-box-flex: 1000;
-webkit-flex: 1000;
-ms-flex: 1000;
flex: 1000;
margin: 0 0 10px;
border-bottom: 1px dashed #ddd;
}
.vu_pricing-list.vu_pl-with-older-price .vu_pl-line {}
.vu_pricing-list .vu_pl-price {
position: relative;
text-align: right;
padding: 0 0 0 10px;
}
.vu_pricing-list .vu_pl-price .vu_pl-older-price {
display: block;
opacity: 0.5;
font-size: 13px;
}
.vu_pricing-list.vu_pl-with-older-price .vu_pl-current-price {
position: absolute;
top: calc(100% + 5px);
right: 0;
}
.vu_pricing-list.vu_pl-with-older-price .vu_pl-description {
padding-right: 50px;
}
.vu_pricing-list .vu_pl-description p {
font-size: 14px;
line-height: 20px;
}
.vu_pricing-list .vu_pl-description p:last-child {
margin-bottom: 0;
} .btn {
font-family: "Poppins", "Open Sans", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 1;
text-transform: none;
background: transparent;
color: #414141;
padding: 10px 25px;
white-space: normal;
border-radius: 2px;
border: 1px solid #414141;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn.btn-block {
display: block;
}
.btn:hover,
.btn:focus,
.btn:active {
box-shadow: none !important;
outline: 0 !important;
}
.btn.btn-inverse,
.btn:hover {
background-color: #414141;
border-color: #414141;
color: #fff;
}
.btn.btn-default:focus {
background-color: transparent;
}
.btn.btn-inverse:hover {
color: #414141;
border-color: #414141;
background-color: transparent;
} .btn.btn-primary,
.btn.btn-primary.btn-default {
color: #50b0e3;
border-color: #50b0e3;
}
.btn.btn-primary:hover,
.btn.btn-primary.btn-default:hover,
.btn.btn-primary.btn-inverse {
color: #fff;
border-color: #50b0e3;
background-color: #50b0e3;
}
.btn.btn-primary.btn-inverse:hover {
color: #50b0e3;
border-color: #50b0e3;
background-color: transparent;
} .btn.btn-primary-hover:hover,
.btn.btn-primary-hover.btn-default:hover {
color: #fff !important;
border-color: #50b0e3 !important;
background-color: #50b0e3 !important;
}
.btn.btn-primary-hover.btn-inverse:hover {
color: #50b0e3 !important;
border-color: #50b0e3 !important;
background-color: transparent !important;
} .btn.btn-secondary,
.btn.btn-secondary.btn-default {
color: #a4d735;
border-color: #a4d735;
}
.btn.btn-secondary:hover,
.btn.btn-secondary.btn-default:hover,
.btn.btn-secondary.btn-inverse {
color: #fff;
border-color: #a4d735;
background-color: #a4d735;
}
.btn.btn-secondary.btn-inverse:hover {
color: #a4d735;
border-color: #a4d735;
background-color: transparent;
} .btn.btn-secondary-hover:hover,
.btn.btn-secondary-hover.btn-default:hover {
color: #fff !important;
border-color: #a4d735 !important;
background-color: #a4d735 !important;
}
.btn.btn-secondary-hover.btn-inverse:hover {
color: #a4d735 !important;
border-color: #a4d735 !important;
background-color: transparent !important;
} .btn.btn-black,
.btn.btn-black.btn-default {
color: #414141;
border-color: #414141;
}
.btn.btn-black:hover,
.btn.btn-black.btn-default:hover,
.btn.btn-black.btn-inverse {
color: #fff;
border-color: #414141;
background-color: #414141;
}
.btn.btn-black.btn-inverse:hover {
color: #414141;
border-color: #414141;
background-color: transparent;
} .btn.btn-black-hover:hover,
.btn.btn-black-hover.btn-default:hover {
color: #fff !important;
border-color: #414141 !important;
background-color: #414141 !important;
}
.btn.btn-black-hover.btn-inverse:hover {
color: #414141 !important;
border-color: #414141 !important;
background-color: transparent !important;
} .btn.btn-white,
.btn.btn-white.btn-default {
color: #fff;
border-color: #fff;
}
.btn.btn-white:hover,
.btn.btn-white.btn-default:hover,
.btn.btn-white.btn-inverse {
color: #414141;
border-color: #fff;
background-color: #fff;
}
.btn.btn-white.btn-inverse:hover {
color: #fff;
border-color: #fff;
background-color: transparent;
} .btn.btn-white-hover:hover,
.btn.btn-white-hover.btn-default:hover {
color: #414141 !important;
border-color: #fff !important;
background-color: #fff !important;
}
.btn.btn-white-hover.btn-inverse:hover {
color: #fff !important;
border-color: #fff !important;
background-color: transparent !important;
} .btn.btn-lg {
font-size: 17px;
padding: 12px 30px;
}
.btn-lg.btn-icon {
padding-right: 28px;
}
.btn.btn-md {
font-size: 14px;
padding: 10px 25px;
}
.btn-md.btn-icon {
padding-right: 25px;
}
.btn.btn-sm {
font-size: 13px;
padding: 8px 20px;
}
.btn-sm.btn-icon {
padding-right: 20px;
}
.btn.btn-xs {
font-size: 11px;
padding: 6px 12px;
}
.btn-xs.btn-icon {
padding-right: 15px;
}
.btn.btn-disable { opacity: 0.5 !important; }
.btn.btn-disable:hover { background-color: #fff; color: #50b0e3; } .btn.btn-left {
text-align: left;
}
.btn.btn-center {
text-align: center;
}
.btn.btn-right {
text-align: right;
} .btn-icon .vu_fi {
position: relative;
top: 1px;
}
.btn-icon i + span {
margin-left: 12px;
}
.btn-icon span + i {
margin-left: 12px;
} .btn {
position: relative;
overflow: hidden;
}
.btn:after {
background: #fff;
content: "";
height: 250px;
right: -205px;
opacity: .2;
position: absolute;
top: -75px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
-webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
transition: all 550ms cubic-bezier(0.19,1,0.22,1);
width: 100px;
z-index: 10;
}
.btn:hover:after {
right: 120%;
-webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
transition: all 550ms cubic-bezier(0.19,1,0.22,1);
} body.booked-noScroll {
position: static !important;
width: auto !important;
overflow: visible !important;
}
body .booked-calendar-wrap {
margin: 0;
}
body table.booked-calendar tr.days th {
font-size: 13px;
padding: 12px 0 8px;
}
body table.booked-calendar {
border-collapse: separate;
border-radius: 2px;
overflow: hidden;
}
body table.booked-calendar thead th {
padding: 20px 0 18px 0;
}
body table.booked-calendar thead th .monthName {
font-size: 18px;
height: 20px;
line-height: 24px;
}
body table.booked-calendar th .monthName a {
color: rgba(255,255,255,0.65);
}
body table.booked-calendar th .page-left,
body table.booked-calendar th .page-right {
font-size: 16px;
top: 25px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th {
padding: 10px 0;
}
body .booked-calendar-wrap.small table.booked-calendar thead tr:first-child th {
height: 46px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left,
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right {
top: 15px;
}
body .booked-calendar-wrap.small table.booked-calendar th .monthName a {
line-height: normal;
} .vu_filterable {
overflow: hidden;
} .vu_filterable .vu_f-item {
position: relative;
overflow: hidden;
width: 100%;
}
.vu_filterable .vu_f-item > * {
margin-bottom: 0;
} .vu_filterable.vu_f-layout-1 .vu_f-item {
width: 100%;
}
.vu_filterable.vu_f-layout-2 .vu_f-item {
width: 50%;
}
.vu_filterable.vu_f-layout-3 .vu_f-item {
width: 33.333333333%;
}
.vu_filterable.vu_f-layout-4 .vu_f-item {
width: 25%;
}
.vu_filterable.vu_f-layout-5 .vu_f-item {
width: 20%;
}
.vu_filterable.vu_f-layout-6 .vu_f-item {
width: 20%;
}
.vu_filterable.vu_f-style-with-space .vu_f-item {
margin-bottom: 30px;
}
.vu_filterable.vu_f-style-without-space .vu_f-item {
padding-left: 0 !important;
padding-right: 0 !important;
} .vu_filterable.vu_f-style-with-space .vu_f-items {
margin-left: -15px;
margin-right: -15px;
}
.vu_filterable.vu_f-style-with-space .vu_f-item {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
}
.vu_filterable.vu_f-style-without-space .vu_f-item {
padding-left: 0 !important;
padding-right: 0 !important;
} .vu_filterable .vu_f-filters {
text-align: center;
}
.vu_filterable .vu_f-filters {
font-size: 0;
}
.vu_filterable .vu_f-filters .vu_f-filter {
position: relative;
display: inline-block;
font-size: 16px;
color: #777777;
cursor: pointer;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
} .vu_filterable .vu_f-filters.vu_f-filters-style-1 {
margin-bottom: 20px;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter {
font-family: "Poppins", "Open Sans", sans-serif;
font-size: 12px;
padding: 3px 13px 2px;
margin: 0 5px 10px;
color: #777777;
font-weight: 500;
text-transform: uppercase;
border-radius: 2px;
background-color: #f9f9f9;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter:hover {
background-color: #f1f1f1;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter.active {
color: #fff;
background-color: #50b0e3;
} .vu_filterable .vu_f-filters.vu_f-filters-style-2 {
margin-bottom: 20px;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter {
font-family: "Poppins", "Open Sans", sans-serif;
font-size: 12px;
padding: 3px 13px 2px;
margin: 0 5px 10px;
color: #777777;
font-weight: 500;
text-transform: uppercase;
border-radius: 2px;
border: 1px solid #f1f1f1;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter:hover {
border-color: #aaaaaa;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter.active {
color: #50b0e3;
border-color: #50b0e3;
} .vu_gallery {}
.vu_gallery.vu_g-style-with-space .vu_g-items {
margin-left: -15px;
margin-right: -15px;
overflow: hidden;
}
.vu_gallery.vu_g-style-with-space .vu_g-item { }
.vu_gallery.vu_g-style-without-space .vu_g-item {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 992px) {
.vu_gallery.vu_g-type-standard[data-layout="5"] .vu_g-item {
width: 20%;
}
}
.vu_gallery.vu_g-type-carousel .owl-item .vu_gallery-item {
margin-bottom: 0;
}
.vu_r-type-fullwidth .vu_gallery.vu_g-type-carousel .vu_g-carousel {
margin-left: 0 !important;
margin-right: 0 !important;
}
.vu_gallery.vu_g-type-carousel .vu_g-carousel > .vu_gallery-item {
opacity: 0;
width: 0;
height: 0;
} .vu_gallery.vu_g-type-masonry .vu_gallery-item .vu_gi-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: 0;
}
.vu_gallery.vu_g-type-masonry .vu_gallery-item .vu_gi-image.vu_img-loaded {
opacity: 1;
}
.vu_gallery.vu_g-type-masonry .vu_gallery-item .vu_gi-image img {
display: none;
} .vu_gallery .vu_g-filters {
text-align: center;
}
.vu_gallery .vu_g-filters {
font-size: 0;
}
.vu_gallery .vu_g-filters .vu_g-filter {
position: relative;
display: inline-block;
font-size: 16px;
color: #777777;
cursor: pointer;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
} .vu_gallery .vu_g-filters.vu_g-filters-style-1 {
margin-bottom: 20px;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter {
font-family: "Poppins", "Open Sans", sans-serif;
font-size: 12px;
padding: 3px 13px 2px;
margin: 0 5px 10px;
color: #777777;
font-weight: 500;
text-transform: uppercase;
border-radius: 2px;
background-color: #f9f9f9;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter:hover {
background-color: #f1f1f1;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter.active {
color: #fff;
background-color: #50b0e3;
} .vu_gallery .vu_g-filters.vu_g-filters-style-2 {
margin-bottom: 20px;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-2 .vu_g-filter {
font-family: "Poppins", "Open Sans", sans-serif;
font-size: 12px;
padding: 3px 13px 2px;
margin: 0 5px 10px;
color: #777777;
font-weight: 500;
text-transform: uppercase;
border-radius: 2px;
border: 1px solid #f1f1f1;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-2 .vu_g-filter:hover {
border-color: #aaaaaa;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-2 .vu_g-filter.active {
color: #50b0e3;
border-color: #50b0e3;
} .vu_gallery.vu_g-type-masonry .vu_g-items {
overflow: hidden;
}
.vu_gallery.vu_g-type-masonry .vu_g-item {
float: left;
width: 100%;
margin-bottom: 0 !important;
}
.vu_gallery.vu_g-type-masonry[data-layout="2"] .vu_g-item {
width: 50%;
}
.vu_gallery.vu_g-type-masonry[data-layout="3"] .vu_g-item {
width: 33.33333333%;
}
.vu_gallery.vu_g-type-masonry[data-layout="4"] .vu_g-item {
width: 25%;
}
.vu_gallery.vu_g-type-masonry[data-layout="5"] .vu_g-item {
width: 20%;
}
.vu_gallery.vu_g-type-masonry[data-layout="6"] .vu_g-item {
width: 16.66666666%;
}
.vu_gallery.vu_g-type-masonry .vu_g-item[data-size] .vu_gallery-item {
padding-bottom: 100%;
} @media (min-width: 480px) {
.vu_gallery.vu_g-type-masonry .vu_g-item[data-size="1x1"] .vu_gallery-item {
padding-bottom: 100%;
}
.vu_gallery.vu_g-type-masonry .vu_g-item[data-size="1x2"] .vu_gallery-item {
padding-bottom: 200%;
}
.vu_gallery.vu_g-type-masonry .vu_g-item[data-size="2x1"] .vu_gallery-item {
padding-bottom: 50%;
}
.vu_gallery.vu_g-type-masonry .vu_g-item[data-size="2x2"] .vu_gallery-item {
padding-bottom: 100%;
}
} .vu_gallery-item {
position: relative;
overflow: hidden;
border-radius: 1px;
background-color: #fff;
}
.vu_gallery-item .vu_gi-image {
border-radius: 1px;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transform: translateZ(0px);
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.vu_gallery-item:hover .vu_gi-image {
opacity: 0.7 !important;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-ms-filter: blur(2px);
-o-filter: blur(2px);
filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '2');
filter: blur(2px);
}
.vu_gallery-item .vu_gi-image img {
display: block;
width: 100%;
max-width: 100%;
}
.vu_gallery-item .vu_gi-details-container {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
border-radius: 1px;
background-color: rgba(164,215,53,0.5);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.vu_gallery-item:hover .vu_gi-details-container {
opacity: 1;
}
.vu_gallery-item .vu_gi-details-container.vu_gi-empty {
background-color: transparent !important;
}
.vu_gallery-item .vu_gi-details {
color: #fff;
text-align: center;
display: table;
width: 100%;
height: 100%;
}
.vu_gallery-item .vu_gi-details .vu_gi-content-container {
color: #fff;
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
outline: 0;
box-shadow: none !important;
}
.vu_gallery-item .vu_gi-details .vu_gi-content {
display: block;
}
.vu_gallery-item .vu_gi-details a:not([title=""]) .vu_gi-content {
padding: 12px 0;
background-color: rgba(65, 65, 65, 0.25);
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-icons {
display: block;
line-height: normal;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-icons .vu_gi-icon {
display: inline-block;
font-size: 26px;
text-align: center;
color: #fff;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-title {
position: relative;
display: block;
top: -10px;
font-size: 14px;
color: #fff;
font-family: "Poppins", "Open Sans", sans-serif;
font-weight: 500;
line-height: 24px;
margin: 0;
padding: 0 20px;
text-transform: uppercase;
letter-spacing: 0.5px;
text-decoration: none;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-icons + .vu_gi-title {
margin-top: 15px;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-subtitle {
position: relative;
top: 10px;
font-size: 13px;
display: block;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 1px;
text-decoration: none;
line-height: 18px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-icons + .vu_gi-subtitle {
margin-top: 15px;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-title + .vu_gi-subtitle {
margin-top: 2px;
}
.vu_gallery-item:hover .vu_gi-details .vu_gi-content .vu_gi-title,
.vu_gallery-item:hover .vu_gi-details .vu_gi-content .vu_gi-subtitle {
top: 0;
opacity: 1;
} .vu_gallery-widget {
position: relative;
margin: 0 -5px -10px;
font-size: 0;
}
.vu_gallery-widget .vu_gw-item {
display: inline-block;
width: calc(100% / 3);
padding: 0 5px 10px;
}
.vu_gallery-widget .vu_gw-item .vu_gw-image {
display: inline-block;
overflow: hidden;
border-radius: 2px;
background-color: #a4d735;
}
.vu_gallery-widget .vu_gw-item .vu_gw-image img {
display: inline-block;
transform: translateZ(0px);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.vu_gallery-widget .vu_gw-item .vu_gw-image:hover img {
opacity: 0.7;
} .vu_counter {
padding: 15px 0;
text-align: center;
}
.vu_counter .vu_c-digit {
display: block;
font-size: 34px;
color: #414141;
margin: 0;
}
.vu_counter .vu_c-label {
display: inline-block;
color: #50b0e3;
font-size: 14px;
line-height: 24px;
margin: 15px 0 0;
padding: 0;
}
.vu_counter.vu_c-size-small .vu_c-digit {
font-size: 28px;
}
.vu_counter.vu_c-size-small .vu_c-label {
margin: 10px 0 0;
line-height: 20px;
} .wpb_single_image img {
border-radius: 2px;
} .vu_image-slider {
position: relative;
margin-bottom: 30px;
}
.vu_image-slider .vu_is-item {
position: relative;
}
.vu_image-slider .vu_is-item img {
width: 100%;
max-width: 100%;
border-radius: 1px;
}
.vu_image-slider .vu_is-item .vu_is-i-figure {}
.vu_image-slider .vu_is-item .vu_is-i-caption {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
padding: 20px;
color: #fff;
border-radius: 0 0 1px 1px;
background-color: rgba(80,176,227,0.9);
} .vu_image-slider .owl-buttons .owl-prev,
.vu_image-slider .owl-buttons .owl-next {
position: absolute;
top: 50%;
width: 36px;
height: 64px;
line-height: 64px;
margin-top: -55px !important;
font-size: 20px;
color: #fff;
text-align: center;
border-radius: 2px;
background-color: rgba(65,65,65,0.85);
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.vu_image-slider .owl-buttons .owl-prev:hover,
.vu_image-slider .owl-buttons .owl-next:hover {
background-color: #414141;
}
.vu_image-slider.vu_is-without-captions .owl-buttons .owl-prev,
.vu_image-slider.vu_is-without-captions .owl-buttons .owl-next {
margin-top: -32px !important;
}
.vu_image-slider.vu_is-pagination-none .owl-buttons .owl-prev,
.vu_image-slider.vu_is-pagination-none .owl-buttons .owl-next {
margin-top: -32px;
}
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-prev,
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-next {
opacity: 0;
}
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-prev,
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-prev,
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-next,
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-next {
opacity: 1;
}
.vu_image-slider .owl-buttons .owl-prev i { margin-left: -2px; }
.vu_image-slider .owl-buttons .owl-next i { margin-right: -2px; }
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-prev { left: 20px; }
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-next { right: 20px; }
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-prev { left: 0; }
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-next { right: 0; }
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-prev { left: 20px; }
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-next { right: 20px; } .vu_image-slider .owl-pagination {
margin: 0 !important;
padding: 25px 0 0 0;
width: 100%;
line-height: 0;
text-align: center;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.vu_image-slider.vu_is-without-captions .owl-pagination {
position: absolute;
width: 100%;
bottom: 0;
margin: 0;
padding: 0 0 25px 0;
}
.vu_image-slider.vu_is-pagination-hover .owl-pagination {
opacity: 0;
}
.vu_image-slider.vu_is-pagination-always .owl-pagination,
.vu_image-slider.vu_is-pagination-hover:hover .owl-pagination {
opacity: 1;
}
.vu_image-slider .owl-pagination .owl-page {
position: relative;
display: inline-block;
margin: 0 5px;
}
.vu_image-slider .owl-pagination .owl-page span {
display: block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid rgba(0,0,0,0.7);
background-color: transparent;
}
.vu_image-slider .owl-pagination .owl-page.active span,
.vu_image-slider .owl-pagination .owl-page:hover span {
background-color: rgba(0,0,0,0.7) !important;
} form.post-password-form {
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
opacity: 0;
-webkit-transition: opacity 0.4s ease-out;
-moz-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
transition: opacity 0.4s ease-out;
}
form.post-password-form p:first-child {
margin-bottom: 30px;
}
form.post-password-form input[name="post_password"] {
display: inline-block;
max-width: 320px;
margin-bottom: 15px;
}
form.post-password-form input[type="submit"] {
position: relative;
top: -1px;
margin-left: 10px;
padding-left: 25px;
padding-right: 25px;
} .mfp-figure .mfp-close,
.mfp-iframe-holder .mfp-close {
display: none !important;
}
.mfp-close {
right: 0 !important;
top: 0 !important;
text-align: right;
padding-right: 6px;
width: 72px !important;
height: 72px !important;
background-color: #505050 !important;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.mfp-close:hover {
opacity: 1 !important;
-ms-filter: none !important;
filter: none !important;
}
.admin-bar .mfp-close {
top: 32px !important;
}
.mfp-close:before,
.mfp-close:after {
position: absolute;
content: ' ';
height: 33px;
width: 1px;
background-color: #fff;
top: 18px;
left: 50%;
}
.mfp-close:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.mfp-close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mfp-arrow {
height: 90px !important;
background-color: #505050 !important;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.mfp-title {
color: #ccc;
font-size: 13px;
line-height: 18px;
}
.mfp-title:empty + .mfp-counter {
right: 50% !important;
margin-right: -15px !important;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 30px !important;
border-right: 21px solid #fff !important;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 21px solid #505050 !important;
margin-left: 31px !important;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 21px solid #fff !important;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px !important;
border-bottom-width: 21px !important;
opacity: 1 !important;
-ms-filter: none !important;
filter: none !important;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 24px !important;
margin-left: 36px;
border: medium inset transparent;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 21px solid #505050 !important;
margin-left: 34px !important;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 21px !important;
border-bottom-width: 21px !important;
top: 0 !important;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 24px !important;
margin-left: 36px;
border: medium inset transparent;
}
.mfp-bg {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-img,
.mfp-zoom-in .mfp-iframe-scaler {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.93);
-moz-transform: scale(0.93);
-o-transform: scale(0.93);
-ms-transform: scale(0.93);
transform: scale(0.93);
}
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-img,
.mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
body .mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-img,
.mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
-webkit-transform: scale(0.93) !important;
-moz-transform: scale(0.93) !important;
-o-transform: scale(0.93) !important;
-ms-transform: scale(0.93) !important;
transform: scale(0.93) !important;
opacity: 0 !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
filter: alpha(opacity=0) !important;
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-close,
.mfp-zoom-in .mfp-arrow {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-figure:after {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.93);
-moz-transform: scale(0.93);
-o-transform: scale(0.93);
-ms-transform: scale(0.93);
transform: scale(0.93);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-ready .mfp-figure:after {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-figure:after {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: scale(0.93);
-moz-transform: scale(0.93);
-o-transform: scale(0.93);
-ms-transform: scale(0.93);
transform: scale(0.93);
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
-webkit-box-shadow: 0 10px 70px 20px rgba(0,0,0,0.35) !important;
box-shadow: 0 10px 70px 20px rgba(0,0,0,0.35) !important;
}
.mfp-zoom-in.mfp-ready .mfp-close,
.mfp-zoom-in.mfp-ready .mfp-arrow {
opacity: 0.65;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter: alpha(opacity=65);
}
.mfp-zoom-in.mfp-removing .mfp-close,
.mfp-zoom-in.mfp-removing .mfp-arrow {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-iframe-scaler {
overflow: visible;
}  .vu_posts-page .vu_blog-post {
padding: 30px;
margin-bottom: 20px;
border-radius: 2px;
overflow: hidden;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_posts-page .vu_blog-post .vu_bp-image {
position: relative;
overflow: hidden;
margin: 0 0 20px;
text-align: center;
border-radius: 1px;
background-color: #f9f9f9;
}
.vu_posts-page .vu_blog-post .vu_bp-image img {
display: block;
width: 100%;
border-radius: 1px;
transform: translateZ(0px);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.vu_posts-page .vu_blog-post:not(.vu_bp-type-gallery) .vu_bp-image:hover img {
opacity: 0.75;
transform: translateZ(0px) scale(1.05);
}
.vu_posts-page .vu_blog-post .vu_bp-image .vu_bp-categories {
position: absolute;
top: 15px;
left: 15px;
font-size: 0;
text-align: right;
}
.vu_posts-page .vu_blog-post .vu_bp-image .vu_bp-categories a {
display: inline-block;
margin-right: 5px;
font-size: 12px;
color: #fff;
padding: 0 8px;
border-radius: 2px;
background-color: rgba(65, 65, 65, 0.85);
}
.vu_posts-page .vu_blog-post .vu_bp-image .vu_bp-categories a:last-child {
margin-right: 0;
}
.vu_posts-page .vu_blog-post .vu_bp-image .vu_bp-categories a:hover {
background-color: #414141;
}
.vu_posts-page .vu_blog-post .vu_bp-content-wrapper {
overflow: hidden;
}
.vu_posts-page .vu_blog-post .vu_bp-meta {
padding: 3px 0;
font-size: 13px;
color: #999999;
margin-bottom: 15px;
border-top: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
}
.vu_posts-page .vu_blog-post .vu_bp-meta .vu_bp-m-item {
margin-right: 15px;
}
.vu_posts-page .vu_blog-post .vu_bp-meta .vu_bp-m-item:last-child {
margin-right: 0;
}
.vu_posts-page .vu_blog-post .vu_bp-meta .vu_bp-m-item-icon {
color: #a4d735;
margin-right: 5px;
}
.vu_posts-page .vu_blog-post .vu_bp-meta .vu_bp-m-item a {
color: inherit;
}
.vu_posts-page .vu_blog-post .vu_bp-meta .vu_bp-m-item a:hover {
color: #50b0e3;
}
.vu_posts-page .vu_blog-post .vu_bp-title {
font-size: 20px;
font-weight: 500;
line-height: 28px;
color: #50b0e3;
margin: 0 0 10px 0;
}
.vu_posts-page .vu_blog-post .vu_bp-title a {
color: inherit;
}
.vu_blog-post .vu_bp-content-full iframe {
max-width: 100%;
}
.vu_posts-page .vu_blog-post .vu_bp-content-excerpt {
font-size: 14px;
line-height: 22px;
}
.vu_posts-page .vu_blog-post .vu_bp-content-full p:last-child,
.vu_posts-page .vu_blog-post .vu_bp-content-excerpt p:last-child {
margin-bottom: 0;
}
.vu_posts-page .vu_blog-post .vu_bp-read-more {
display: inline-block;
margin-top: 15px;
font-size: 14px;
}
.vu_posts-page .vu_blog-post .vu_bp-read-more .vu_bp-btn {
position: relative;
padding-left: 0;
padding-right: 0;
background: transparent;
border-width: 0;
border-radius: 0;
color: #414141;
line-height: 1;
text-transform: none;
}
.vu_posts-page .vu_blog-post .vu_bp-read-more .vu_bp-btn .vu_bp-btn-text {
line-height: inherit;
padding-right: 25px;
padding-left: 0;
-webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
transition: padding .3s ease;
}
.vu_posts-page .vu_blog-post .vu_bp-read-more:hover .vu_bp-btn .vu_bp-btn-text {
padding-right: 0;
padding-left: 25px;
}
.vu_posts-page .vu_blog-post .vu_bp-read-more .vu_bp-btn i {
position: absolute;
top: 50%;
margin-top: -6px;
font-size: 14px;
line-height: inherit;
color: #a4d735;
-webkit-transition: left .3s ease, right .3s ease, opacity .3s ease;
-moz-transition: left .3s ease, right .3s ease, opacity .3s ease;
transition: left .3s ease, right .3s ease, opacity .3s ease;
}
.vu_posts-page .vu_blog-post .vu_bp-read-more .vu_bp-btn .vu_bp-btn-icon-left {
opacity: 0;
left: -50px;
}
.vu_posts-page .vu_blog-post .vu_bp-read-more:hover .vu_bp-btn .vu_bp-btn-icon-left {
opacity: 1;
left: 0;
}
.vu_posts-page .vu_blog-post .vu_bp-read-more .vu_bp-btn .vu_bp-btn-icon-right {
opacity: 1;
right: 0;
}
.vu_posts-page .vu_blog-post .vu_bp-read-more:hover .vu_bp-btn .vu_bp-btn-icon-right {
opacity: 0;
right: -50px;
} .vu_posts-page .vu_blog-post.vu_bp-type-standard .vu_bp-image,
.vu_posts-page .vu_blog-post.vu_bp-type-image .vu_bp-image {
background-color: #f9f9f9;
} .vu_posts-page .vu_blog-post.vu_bp-type-gallery .vu_bp-image .vu_image-slider {
margin-bottom: 0;
} .vu_posts-page .vu_blog-post.vu_bp-type-video .vu_bp-image .embed-responsive {
border-radius: 1px;
}
.vu_posts-page .vu_blog-post.vu_bp-type-video .embed-responsive + .vu_bp-social-networks {
top: 15px;
bottom: auto;
}
.vu_posts-page .vu_blog-post.vu_bp-type-video .embed-responsive + .vu_bp-social-networks a {
color: #414141;
background-color: rgba(255, 255, 255, 0.85);
}
.vu_posts-page .vu_blog-post.vu_bp-type-video .embed-responsive + .vu_bp-social-networks a:hover {
color: #414141;
background-color: #fff;
} .vu_posts-page .vu_blog-post.vu_bp-type-aside .vu_bp-content {
font-size: 15px;
} .vu_posts-page .vu_blog-post.vu_bp-type-audio .vu_bp-image {
background-color: #222222;
padding: 5px;
border-radius: 2px;
overflow: visible;
}
.vu_posts-page .vu_blog-post.vu_bp-type-audio .vu_bp-image .mejs-container {
outline: none !important;
}
.vu_posts-page .vu_blog-post.vu_bp-type-audio .vu_bp-image .mejs-controls .mejs-time-rail .mejs-time-current {
background-color: #a4d735;
} .vu_posts-page .vu_blog-post.vu_bp-type-link {
position: relative;
}
.vu_posts-page .vu_blog-post.vu_bp-type-link .vu_bp-title {
margin-bottom: 5px;
}
.vu_posts-page .vu_blog-post.vu_bp-type-link .vu_bp-content-excerpt {
font-size: 15px;
}
.vu_posts-page .vu_blog-post.vu_bp-type-link:before {
content: "\f0c1";
font-family: "FontAwesome";
font-size: 18px;
line-height: 30px;
position: absolute;
width: 36px;
height: 36px;
top: 30px;
right: 30px;
color: #fff;
z-index: 1;
text-align: center;
padding: 5px;
border-radius: 50%;
background-color: #a4d735;
} .vu_posts-page .vu_blog-post.vu_bp-type-quote {
padding: 0;
border: none;
}
.vu_posts-page .vu_blog-post.vu_bp-type-quote .vu_bp-quote {
position: relative;
}
.vu_posts-page .vu_blog-post.vu_bp-type-quote .vu_bp-quote:before {
content: "";
position: absolute;
bottom: 30px;
right: 30px;
width: 36px;
height: 36px;
color: #a4d735;
z-index: 1;
background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1LjYyNSAyNS42MjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1LjYyNSAyNS42MjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMTI4cHgiPgo8Zz4KCTxwYXRoIGQ9Ik0xMi44MTIsMC40MzVDNS43MzYsMC40MzUsMCw1LjQ5OSwwLDExLjc0N2MwLDMuMTY4LDEuNDc5LDYuMDI4LDMuODU1LDguMDgyICAgYy0wLjUyMSwzLjAxLTMuODgzLDQuMjMtMy42NTIsNS4wNTljMi44NCwxLjE3NSw4LjUyOS0xLjQxMiw5LjkxOC0yLjA4M2MwLjg2OSwwLjE2NCwxLjc2OCwwLjI1NSwyLjY5MSwwLjI1NSAgIGM3LjA3NiwwLDEyLjgxMy01LjA2NCwxMi44MTMtMTEuMzEzUzE5Ljg4OCwwLjQzNSwxMi44MTIsMC40MzV6IE0xMS45MDQsMTIuMjE4YzAsMy4wNzYtMS4zNjEsNC44MDItNC4wNDMsNS4xMjkgICBjLTAuMDA2LDAuMDAxLTAuMDEsMC4wMDEtMC4wMTYsMC4wMDFjLTAuMDI5LDAtMC4wNjEtMC4wMTEtMC4wODItMC4wMzFjLTAuMDI3LTAuMDIzLTAuMDQzLTAuMDU4LTAuMDQzLTAuMDk0VjE1LjY2ICAgYzAtMC4wNDYsMC4wMjUtMC4wODgsMC4wNjQtMC4xMDljMS4yMjMtMC42NjcsMS44MzQtMS43MTcsMS44NjUtMy4yMDdINy44NDVjLTAuMDY4LDAtMC4xMjUtMC4wNTYtMC4xMjUtMC4xMjVWOC4yODYgICBjMC0wLjA2OSwwLjA1Ny0wLjEyNSwwLjEyNS0wLjEyNWgzLjkzNGMwLjA2OCwwLDAuMTI1LDAuMDU2LDAuMTI1LDAuMTI1VjEyLjIxOHogTTE4Ljg2OSwxMi4yMThjMCwzLjAyOS0xLjIwNSw0LjU2My00LjAzMyw1LjEyOCAgIGMtMC4wMDgsMC4wMDEtMC4wMTYsMC4wMDItMC4wMjQsMC4wMDJjLTAuMDI5LDAtMC4wNTctMC4wMS0wLjA4LTAuMDI4Yy0wLjAyOS0wLjAyMy0wLjA0NS0wLjA2LTAuMDQ1LTAuMDk3VjE1LjY2ICAgYzAtMC4wNDYsMC4wMjUtMC4wODgsMC4wNjQtMC4xMDljMS4yMjMtMC42NjcsMS44MzQtMS43MTcsMS44NjUtMy4yMDdoLTEuODA0Yy0wLjA2OCwwLTAuMTI1LTAuMDU2LTAuMTI1LTAuMTI1VjguMjg2ICAgYzAtMC4wNjksMC4wNTctMC4xMjUsMC4xMjUtMC4xMjVoMy45MzJjMC4wNywwLDAuMTI1LDAuMDU2LDAuMTI1LDAuMTI1VjEyLjIxOHoiIGZpbGw9IiNhNGQ3MzUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
background-size: cover;
}
.vu_posts-page .vu_blog-post.vu_bp-type-quote .vu_bp-quote > blockquote,
.vu_posts-page .vu_blog-post.vu_bp-type-quote .vu_bp-quote .vu_bp-q-content {
position: relative;
padding: 30px;
border: none !important;
margin: 0 !important;
color: #777777;
z-index: 2;
}
.vu_posts-page .vu_blog-post.vu_bp-type-quote .vu_bp-quote > blockquote p,
.vu_posts-page .vu_blog-post.vu_bp-type-quote .vu_bp-quote .vu_bp-q-content p {
font-size: 18px;
line-height: 26px;
color: inherit;
margin-bottom: 0;
}
.vu_posts-page .vu_blog-post.vu_bp-type-quote .vu_bp-quote > blockquote cite,
.vu_posts-page .vu_blog-post.vu_bp-type-quote .vu_bp-quote .vu_bp-q-author {
font-family: "Poppins", "Open Sans", sans-serif;
font-size: 15px;
font-style: normal;
line-height: 20px;
font-weight: 500;
color: #414141;
margin-top: 20px;
padding: 3px 10px 0;
border-left: 2px solid #50b0e3;
}
.vu_posts-page .vu_blog-post.vu_bp-type-quote .vu_bp-quote > blockquote cite {
display: inline-block;
margin-top: 15px;
} .sticky,
.category-sticky {
background-color: #f9f9f9 !important;
} .vu_section .vu_blog .row {
margin-left: -15px;
margin-right: -15px;
}
.vu_section .vu_blog .row [class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
.vu_blog .row {
margin-left: -10px;
margin-right: -10px;
}
.vu_blog .row [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.vu_section .vu_blog.vu_b-type-carousel {
margin: 0 -15px;
}
.vu_blog.vu_b-type-carousel {
margin: 0 -10px;
}
.vu_section .vu_blog .vu_b-carousel .owl-item {
padding: 0 15px;
}
.vu_blog .vu_b-carousel .owl-item {
padding: 0 10px;
}
.vu_blog.vu_b-type-standard.vu_b-layout-2 .vu_b-item-wrap:nth-child(2n+1),
.vu_blog.vu_b-type-standard.vu_b-layout-3 .vu_b-item-wrap:nth-child(3n+1),
.vu_blog.vu_b-type-standard.vu_b-layout-4 .vu_b-item-wrap:nth-child(4n+1) {
clear: both;
}
.vu_section .vu_blog .vu_b-item {
padding: 0;
margin-bottom: 30px;
box-shadow: none;
}
.vu_blog .vu_b-item {
padding: 25px;
position: relative;
margin-bottom: 20px;
overflow: hidden;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_blog .vu_b-carousel .vu_b-item {
margin-bottom: 3px;
}
.vu_blog .vu_b-item.sticky {
padding: 0;
border: none;
background-color: transparent;
}
.vu_blog .vu_bp-content {
overflow: hidden;
}
.vu_blog .vu_bp-content-wrapper {
overflow: initial;
}
.vu_section .vu_blog .vu_b-item .vu_bp-image {
margin: 0 0 20px;
}
.vu_blog .vu_b-item .vu_bp-image {
position: relative;
overflow: hidden;
margin: -25px -25px 20px;
border-radius: 1px;
background-color: #f9f9f9;
}
.vu_blog .vu_b-item .vu_bp-image img {
display: block;
width: 100%;
border-radius: 1px;
transform: translateZ(0px);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.vu_blog .vu_b-item:hover .vu_bp-image img {
opacity: 0.7;
transform: translateZ(0px) scale(1.05);
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-categories {
position: absolute;
top: 15px;
left: 15px;
font-size: 0;
text-align: right;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-categories a {
display: inline-block;
margin-right: 5px;
font-size: 12px;
color: #fff;
padding: 0 8px;
border-radius: 2px;
background-color: rgba(65, 65, 65, 0.85);
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-categories a:last-child {
margin-right: 0;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-categories a:hover {
background-color: #414141;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-meta {
font-size: 13px;
color: #999999;
padding: 0;
border: none;
margin: 0 0 7px;
line-height: 22px;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-meta .vu_bp-m-item:before {
content: "/";
margin: 0 5px;
color: #a4d735;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-meta .vu_bp-m-item:first-child:before {
display: none !important;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-meta .vu_bp-m-item a {
color: inherit;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-title {
font-size: 17px;
font-weight: 500;
line-height: 24px;
color: #50b0e3;
margin: 0 0 10px 0;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-title a {
color: inherit;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-content-excerpt {
font-size: 14px;
line-height: 22px;
}
.vu_blog .vu_blog-post .vu_bp-content-excerpt p:last-child {
margin-bottom: 0;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-read-more {
display: inline-block;
margin-top: 15px;
font-size: 14px;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-read-more .vu_bp-btn {
position: relative;
padding-left: 0;
padding-right: 0;
background: transparent;
border-width: 0;
border-radius: 0;
color: #414141;
line-height: 1;
text-transform: none;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-read-more .vu_bp-btn .vu_bp-btn-text {
line-height: inherit;
padding-right: 25px;
padding-left: 0;
-webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
transition: padding .3s ease;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-read-more:hover .vu_bp-btn .vu_bp-btn-text {
padding-right: 0;
padding-left: 25px;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-read-more .vu_bp-btn i {
position: absolute;
top: 50%;
margin-top: -6px;
font-size: 14px;
line-height: inherit;
color: #a4d735;
-webkit-transition: left .3s ease, right .3s ease, opacity .3s ease;
-moz-transition: left .3s ease, right .3s ease, opacity .3s ease;
transition: left .3s ease, right .3s ease, opacity .3s ease;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-read-more .vu_bp-btn .vu_bp-btn-icon-left {
opacity: 0;
left: -50px;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-read-more:hover .vu_bp-btn .vu_bp-btn-icon-left {
opacity: 1;
left: 0;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-read-more .vu_bp-btn .vu_bp-btn-icon-right {
opacity: 1;
right: 0;
}
.vu_blog .vu_b-item.vu_blog-post .vu_bp-read-more:hover .vu_bp-btn .vu_bp-btn-icon-right {
opacity: 0;
right: -50px;
} .vu_bp-social-networks {
position: absolute;
right: 15px;
bottom: 15px;
}
.vu_bp-social-networks ul {
font-size: 0;
margin: 0;
}
.vu_bp-social-networks li {
display: inline-block;
margin: 0 5px 0 0;
}
.vu_bp-social-networks li:last-child {
margin-right: 0;
}
.vu_bp-social-networks a {
display: block;
width: 32px;
height: 32px;
line-height: 32px;
font-size: 15px;
text-align: center;
color: #fff;
border-radius: 2px;
background-color: rgba(60, 60, 60, 0.85);
}
.vu_bp-social-networks a:hover {
color: #fff;
background-color: #414141;
} .vu_blog-single-post {}
.vu_blog-single-post .vu_blog-post {
padding: 0;
border: none;
box-shadow: none;
margin-bottom: 35px;
background-color: transparent;
}
.vu_blog-single-post .vu_blog-post .vu_bp-title {
font-size: 22px;
} .vu_comments {
font-weight: normal;
}
.vu_comments .vu_c-list {
position: relative;
margin-bottom: 0;
}
.vu_comments ol.children {
list-style: none;
padding: 0 0 0 96px;
}
@media (max-width: 991px) {
.vu_comments ol.children {
padding-left: 50px;
}
}
@media (max-width: 767px) {
.vu_comments ol.children {
padding-left: 25px;
}
}
@media (max-width: 479px) {
.vu_comments ol.children {
padding-left: 0;
}
}
.vu_comments .vu_c-count,
.vu_comments .vu_c-text {
display: inline-block;
font-size: 18px;
line-height: 24px;
color: #414141;
margin: 0 0 30px 0;
padding: 2px 0 0 10px;
border-left: 2px solid #50b0e3;
}
.vu_comments .vu_c-text-container {
display: none;
text-align: right;
}
.vu_comments .vu_c-article {
overflow: hidden;
margin-bottom: 30px;
border-bottom: 1px solid #f1f1f1;
}
.vu_comments .vu_c-article .comment-respond {
clear: both;
}
.vu_comments .vu_c-a-avatar {
float: left;
margin-bottom: 25px;
}
.vu_comments .vu_c-a-avatar img {
border-radius: 1px;
}
.vu_comments .vu_c-a-container {
position: relative;
margin-left: 120px;
margin-bottom: 25px;
}
.vu_comments .vu_c-a-header {
margin-bottom: 10px;
}
.vu_comments .vu_c-a-author {
font-size: 16px;
line-height: 24px;
color: #a4d735;
margin: 0;
}
.vu_comments .vu_c-a-author a {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
color: inherit;
text-decoration: none;
}
.vu_comments .vu_c-a-author a:hover {
opacity: 0.8;
}
.vu_comments .vu_c-a-meta {
line-height: normal;
}
.vu_comments .vu_c-a-m-item {
display: inline-block;
font-size: 13px;
line-height: 20px;
color: #aaaaaa;
margin: 0 0 5px 10px;
}
.vu_comments .vu_c-a-m-item a {
color: inherit;
text-decoration: none;
}
.vu_comments .vu_c-a-m-item a:hover {
color: #50b0e3;
}
.vu_comments .vu_c-a-m-item i {
margin-right: 5px;
}
.vu_comments .vu_c-a-m-item:first-child {
margin-left: 0;
}
.vu_comments .vu_c-a-edit,
.vu_comments .vu_c-a-reply {
position: absolute;
top: 0;
right: 0;
}
.vu_comments .vu_c-a-edit {
right: 70px;
}
.vu_comments .vu_c-a-edit a,
.vu_comments .vu_c-a-reply a {
display: block;
width: 60px;
color: #fff;
text-align: center;
padding: 5px 10px;
border-radius: 2px;
background-color: #50b0e3;
}
.vu_comments .vu_c-a-edit a {
background-color: #a4d735;
}
.vu_comments .vu_c-a-edit a:hover,
.vu_comments .vu_c-a-reply a:hover {
color: #fff !important;
opacity: 0.8;
} .vu_comments .comment:not(.depth-1):not(.depth-2) > .vu_c-article .vu_c-a-edit,
.vu_comments .comment:not(.depth-1):not(.depth-2) > .vu_c-article .vu_c-a-reply {
position: static;
margin: 0 10px 5px 0;
}
.vu_comments .comment:not(.depth-1):not(.depth-2) > .vu_c-article .vu_c-a-edit a,
.vu_comments .comment:not(.depth-1):not(.depth-2) > .vu_c-article .vu_c-a-reply a {
width: auto;
color: #414141;
padding: 0;
background-color: transparent !important;
}
.vu_comments .comment:not(.depth-1):not(.depth-2) > .vu_c-article .vu_c-a-edit a:hover,
.vu_comments .comment:not(.depth-1):not(.depth-2) > .vu_c-article .vu_c-a-reply a:hover {
color: #777777 !important;
}
@media (max-width: 991px) {
.vu_comments .comment .vu_c-a-edit,
.vu_comments .comment .vu_c-a-reply {
position: static;
margin: 0 10px 5px 0;
}
.vu_comments .comment .vu_c-a-edit a,
.vu_comments .comment .vu_c-a-reply a {
width: auto;
color: #414141;
padding: 0;
background-color: transparent !important;
}
.vu_comments .comment .vu_c-a-edit a:hover,
.vu_comments .comment .vu_c-a-reply a:hover {
color: #777777 !important;
}
}
.vu_comments .vu_c-a-content {
font-size: 14px;
color: #777777;
line-height: 24px;
}
.vu_comments .vu_c-a-content .vu_c-a-moderation {
color: #50b0e3;
}
.vu_comments .vu_c-a-content p {
font-family: inherit;
font-size: inherit;
color: inherit;
line-height: inherit;
margin: 0 0 5px 0;
}
.vu_comments .vu_c-a-content p:last-child {
margin-bottom: 0;
} .vu_comments li.pingback,
.vu_comments li.trackback {
position: relative;
padding: 5px 0 35px;
margin-bottom: 30px;
border-bottom: 1px solid #f1f1f1;
}
.vu_comments li.pingback .vu_c-a-edit,
.vu_comments li.trackback .vu_c-a-edit {
right: 0;
margin-bottom: 0;
}
.vu_comments li.pingback p,
.vu_comments li.trackback p {
margin-bottom: 0;
}
.vu_comments li.pingback .vu_c-a-edit + p,
.vu_comments li.trackback .vu_c-a-edit + p {
padding-right: 100px;
}
.comment-reply-title {
font-size: 18px;
color: #414141;
line-height: 24px;
margin: 0 0 15px 0;
padding: 2px 0 0 10px;
border-left: 2px solid #50b0e3;
}
.comment-reply-title small a {
font-size: 13px;
color: #50b0e3;
text-decoration: none;
margin-left: 10px;
padding-left: 10px;
border-left: 1px solid #f1f1f1;
}
.comment-reply-title small a:hover {
color: #a4d735;
}
.vu_no-comments {
margin-bottom: 0;
} .vu_c-pagination {
padding: 10px;
border-radius: 2px;
background-color: #f9f9f9;
}
.vu_c-pagination .vu_c-p-item {
display: inline-block;
font-weight: 600;
text-align: center;
color: #414141;
padding: 3px 15px;
border-radius: 2px;
border: 1px solid #414141;
background-color: transparent;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.vu_c-pagination .vu_c-p-item:hover {
color: #fff;
background-color: #414141;
}
.vu_c-pagination .vu_c-p-item[data-role="next"] .vu_c-p-item-icon {
margin-left: 7px;
}
.vu_c-pagination .vu_c-p-item[data-role="prev"] .vu_c-p-item-icon {
margin-right: 7px;
} .comment-form .row {
margin-left: -10px;
margin-right: -10px;
}
.comment-form [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.comment-form .form-control {
font-family: inherit;
font-size: 14px;
color: #414141;
height: 38px;
box-shadow: none;
outline: 0;
margin: 0 0 15px 0;
border-radius: 1px;
border: 1px solid #f1f1f1;
background-color: #fff;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.comment-form .form-control:focus {
border-color: #a4d735;
}
.comment-form textarea.form-control {
padding: 12px !important;
height: auto;
}
.comment-form .form-control::-webkit-input-placeholder { color: #aaaaaa; }
.comment-form .form-control:-moz-placeholder { color: #aaaaaa; }
.comment-form .form-control::-moz-placeholder { color: #aaaaaa; }
.comment-form .form-control:-ms-input-placeholder { color: #aaaaaa; }
.comment-form .form-submit {
text-align: right;
margin: 10px 0 0 0;
} .vu_pagination {
margin: 0 0 20px 0;
text-align: right;
}
.vu_pagination .vu_p-list {
font-size: 0;
margin-bottom: 0;
}
.vu_pagination .vu_p-list li {
display: inline-block;
margin: 0 3px;
}
.vu_pagination .vu_p-list .page-numbers {
display: block;
font-size: 14px;
color: #777777;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
text-decoration: none;
border-radius: 2px;
box-shadow: 0 1px 3px #ddd;
background-color: #ffffff;
}
.vu_pagination .vu_p-list a:hover {
color: #50b0e3;
background-color: #f9f9f9;
}
.vu_pagination .vu_p-list .current {
color: #fff;
background-color: #50b0e3;
} .vu_recent-posts {}
.vu_recent-posts .vu_rp-item {
overflow: hidden;
margin-bottom: 15px;
}
.vu_recent-posts .vu_rp-item:last-child {
margin-bottom: 0;
}
.vu_recent-posts .vu_rp-item .vu_rp-img {
float: left;
width: 65px;
height: 65px;
margin: 0 15px 0 0;
}
.vu_recent-posts .vu_rp-item .vu_rp-img img {
border-radius: 2px;
}
.vu_recent-posts .vu_rp-item .vu_rp-img ~ * {
margin-left: 80px;
}
.vu_recent-posts .vu_rp-item .vu_rp-title {
font-size: 14px;
line-height: 20px;
height: 20px;
color: #414141;
margin: 0 0 5px 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vu_recent-posts .vu_rp-item .vu_rp-title a {
color: inherit;
font-size: inherit;
}
.vu_recent-posts .vu_rp-item .vu_rp-title a:hover {
color: #a4d735;
}
.vu_recent-posts .vu_rp-item .vu_rp-author {
font-size: 14px;
line-height: 1.5;
color: #aaa;
margin-bottom: 2px;
}
.vu_recent-posts .vu_rp-item .vu_rp-date {
font-size: 12px;
line-height: 1.5;
color: #aaa;
} .vu_working-hours {}
.vu_working-hours .vu_wh-item {
font-size: 0;
line-height: normal;
padding: 6px 0 5px;
border-bottom: 1px solid #f1f1f1;
}
.vu_working-hours .vu_wh-item:first-child {
padding-top: 0;
}
.vu_working-hours .vu_wh-item:last-child {
border-bottom: 0;
}
.vu_working-hours .vu_wh-item .vu_wh-day,
.vu_working-hours .vu_wh-item .vu_wh-hours {
display: inline-block;
width: 60%;
padding-right: 20px;
font-size: 14px;
line-height: 24px;
}
.vu_working-hours .vu_wh-item .vu_wh-day {}
.vu_working-hours .vu_wh-item .vu_wh-hours {
width: 40%;
text-align: right;
padding-right: 0;
}
.vu_working-hours .vu_wh-item.active .vu_wh-day,
.vu_working-hours .vu_wh-item.active .vu_wh-hours {
color: #a4d735;
font-weight: 600;
} .vu_error-page {
text-align: center;
margin: 40px 0;
}
.vu_error-page .vu_ep-404 {
font-size: 72px;
font-weight: normal;
color: #50b0e3;
line-height: 1;
margin: 0 auto 15px auto;
width: 150px;
height: 150px;
opacity: 0.5;
overflow: hidden;
text-indent: -9999px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-image: url(data:image/jpeg;base64,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);
}
.vu_error-page .vu_ep-content {
}
.vu_error-page .vu_ep-title {
font-size: 22px;
color: #a4d735;
line-height: normal;
margin: 0 0 10px 0;
}
.vu_error-page .vu_ep-desc {
font-size: 16px;
line-height: 22px;
margin-bottom: 30px;
}
.vu_error-page .vu_ep-btn {} .vu_sidebar {
padding-right: 5px;
}
@media (max-width: 991px) {
.vu_sidebar {
padding-right: 15px;
}
} .widget {
margin-bottom: 35px;
}
.widget_title {
position: relative;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
color: #414141;
line-height: 26px;
padding: 2px 0 0 10px;
margin: 5px 0 25px 0;
border-left: 2px solid #a4d735;
}
.widget_title a {
color: inherit;
}
.vu_sidebar .widget {
font-size: 14px;
line-height: 24px;
padding: 25px 20px;
margin-bottom: 20px;
border-radius: 2px;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_sidebar .widget_title {
font-size: 15px;
line-height: 24px;
padding-bottom: 0;
margin: 0 0 20px 0;
} .vu_dental-emergency {
position: relative;
margin: -25px -20px;
overflow: hidden;
background-size: cover;
background-position: center;
}
.vu_dental-emergency:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.25);
}
.vu_dental-emergency .vu_de-content {
position: relative;
margin: 60px 0;
padding: 15px 0;
text-align: center;
z-index: 2;
background-color: rgba(255,255,255,0.9);
}
.vu_dental-emergency .vu_de-content h4 {
margin: 0;
}
.vu_dental-emergency .vu_de-content p:last-child {
margin-bottom: 0;
} .widget .vu_social-icon {
display: inline-block;
margin: 0 7px 0 0;
}
.widget .vu_social-icon:last-child {
margin-right: 0;
}
.widget .vu_social-icon a {
position: relative;
z-index: 1;
display: block;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 13px;
color: #fff;
text-align: center;
text-decoration: none;
border-radius: 2px;
background-color: #a4d735;
}
.widget .vu_social-icon a:hover {
z-index: 2;
color: #fff;
background-color: #50b0e3;
}
.widget .vu_social-icon a i,
.widget .vu_social-icon a:hover i {
color: #fff !important;
} .vu_search-form {}
.vu_search-form .vu_sf-wrapper {
position: relative;
}
.vu_search-form .vu_sf-wrapper:before {
content: "\f002";
font-family: "FontAwesome";
position: absolute;
width: 36px;
height: 36px;
line-height: 36px;
top: 0;
right: 0;
color: #fff;
text-align: center;
background-color: #50b0e3;
}
.vu_search-form .vu_sf-wrapper .vu_sf-input {
padding-right: 48px !important;
}
.vu_search-form .vu_sf-wrapper .vu_sf-submit {
display: none !important;
} .widget .form-control,
.widget input[type="text"],
.widget input[type="search"] {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
font-family: inherit;
font-size: 14px;
color: #414141;
box-shadow: none;
outline: 0;
border: 1px solid #f1f1f1;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: rgba(255,255,255,0.9);
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.widget .form-control:focus,
.widget input[type="text"]:focus,
.widget input[type="search"]:focus {
border-color: #50b0e3;
}
.widget textarea.form-control,
.widget textarea {
padding: 12px !important;
height: auto;
}
.widget .form-control::-webkit-input-placeholder { color: #aaaaaa; }
.widget .form-control:-moz-placeholder { color: #aaaaaa; }
.widget .form-control::-moz-placeholder { color: #aaaaaa; }
.widget .form-control:-ms-input-placeholder { color: #aaaaaa; } .vu_latest-tweets .tweet_odd,
.vu_latest-tweets .tweet_even {
}
.vu_latest-tweets .tweet_avatar {
display: none;
}
.vu_latest-tweets ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.vu_latest-tweets ul li {
position: relative;
padding: 0 0 0 30px;
margin: 0 0 15px 0;
}
.vu_latest-tweets ul li:last-child {
margin-bottom: 0;
}
.vu_latest-tweets ul li:before {
content: "\f099";
font-family: "FontAwesome";
font-size: 18px;
color: #50b0e3;
position: absolute;
left: 0;
top: 5px;
} .vu_flickr-photos {
margin: 0 -5px -10px -5px;
}
.vu_flickr-photos span {
float: left;
width: 25%;
padding: 0 5px;
margin-bottom: 10px;
}
.vu_flickr-photos a,
.vu_flickr-photos a img {
display: block;
}
.vu_flickr-photos a:hover {
opacity: 0.7;
}  .widget .screen-reader-text {
display: none;
}
.widget.widget_text .textwidget img {
max-width: 100%;
height: auto;
}
.widget.widget_archive > ul,
.widget.widget_pages > ul,
.widget.widget_recent_comments > ul,
.widget.widget_recent_entries > ul,
.widget.widget_meta > ul,
.widget.widget_categories > ul {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: -7px !important;
}
.widget.widget_archive li,
.widget.widget_pages li,
.widget.widget_recent_comments li,
.widget.widget_recent_entries li,
.widget.widget_meta li,
.widget.widget_categories li {
display: block;
margin-bottom: 7px;
overflow: hidden;
}
.widget.widget_archive li:last-child,
.widget.widget_pages li:last-child,
.widget.widget_recent_comments li:last-child,
.widget.widget_recent_entries li:last-child,
.widget.widget_meta li:last-child,
.widget.widget_categories li:last-child {
margin-bottom: 0;
}
.widget.widget_archive li:last-child > a,
.widget.widget_pages li:last-child > a,
.widget.widget_recent_comments li:last-child > a,
.widget.widget_recent_entries li:last-child > a,
.widget.widget_meta li:last-child > a,
.widget.widget_categories li:last-child > a {
margin-bottom: 0;
}
.widget.widget_archive li,
.widget.widget_categories li {
text-align: right;
margin-bottom: 0;
}
.widget.widget_archive li ul,
.widget.widget_categories li ul {
clear: both;
padding-left: 25px;
}
.widget.widget_archive li a,
.widget.widget_categories li a {
clear: both;
float: left;
margin-bottom: 7px;
}
.widget.widget_archive li a,
.widget.widget_pages li a,
.widget.widget_recent_entries li a,
.widget.widget_meta li a,
.widget.widget_categories li a {
color: inherit;
margin-right: 6px;
}
.widget.widget_calendar table {
margin-bottom: 0;
}
.vu_sidebar .widget.widget_recent_comments li a {
color: #a4d735;
}
.vu_sidebar .widget.widget_recent_comments li a.url {
color: #50b0e3;
}
.widget.widget_recent_comments li a {
color: inherit;
opacity: 0.7;
}
.widget.widget_archive li a:hover,
.widget.widget_pages li a:hover,
.widget.widget_recent_comments li a:hover,
.widget.widget_recent_entries li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_categories li a:hover {
color: #50b0e3;
}
.widget.widget_pages ul.children {
margin-top: 11px;
padding-left: 15px !important;
} .widget.widget_tag_cloud .tagcloud {
margin-right: -5px;
margin-bottom: -5px;
font-size: 0;
}
.widget.widget_tag_cloud a {
display: inline-block;
color: #fff;
font-size: 14px !important;
padding: 3px 15px;
margin: 0 5px 5px 0;
border-radius: 2px;
background-color: #a4d735;
}
.widget.widget_tag_cloud a.active,
.widget.widget_tag_cloud a:hover {
color: #fff;
background-color: #50b0e3;
} .widget.widget_rss ul {
padding-left: 0;
list-style: none;
}
.widget.widget_rss .widget_title > a:first-child {
display: none;
}
.widget.widget_rss li {
margin-bottom: 15px;
}
.widget.widget_rss li:last-child {
margin-bottom: 0;
}
.widget.widget_rss li .rsswidget {
display: block;
font-size: 15px;
font-weight: normal;
margin-bottom: 5px;
}
.widget.widget_rss .rss-date {
display: block;
color: #a4d735;
font-size: 13px;
line-height: 1.4em;
padding: 0px 0 5px 0;
}
.widget.widget_rss .rssSummary {
color: inherit;
opacity: 0.8;
}
.widget.widget_rss cite {
display: block;
font-size: 13px;
color: inherit;
margin-top: 5px;
opacity: 0.9;
} .vu_highlight {
display: inline-block;
color: #fff;
padding: 0 5px;
border-radius: 2px;
background-color: #50b0e3;
} .vu_list-with-icon {
list-style: none;
padding-left: 0;
margin-bottom: 0;
text-align: left;
}
.vu_list-with-icon li a {
display: inline-block;
color: inherit;
padding: 3px 0;
}
.vu_list-with-icon li:first-child a {
padding-top: 0;
}
.vu_list-with-icon li a:hover {
color: #50b0e3;
}
.vu_list-with-icon li:before {
content: "\e912";
font-family: "DentalPress";
font-size: 0.9em;
color: #50b0e3;
display: inline-block;
margin-right: 10px;
position: relative;
top: 1px;
}
.vu_list-with-icon[data-color="primary"] li a:hover,
.vu_list-with-icon[data-color="primary"] li:before {
color: #50b0e3;
}
.vu_list-with-icon[data-color="secondary"] li a:hover,
.vu_list-with-icon[data-color="secondary"] li:before {
color: #a4d735;
}
.vu_list-with-icon[data-font="DentalPress"] li:before {
font-family: "DentalPress";
}
.vu_list-with-icon[data-font="FontAwesome"] li:before {
font-family: "FontAwesome";
}
.vu_list-with-icon[data-icon] li:before {
content: attr(data-icon);
} .vu_newsletter {}
.vu_newsletter .vu_n-content {
margin-bottom: 20px;
}
.vu_newsletter .vu_n-content p:last-child {
margin-bottom: 0;
}
.vu_newsletter .vu_n-form {
position: relative;
}
.vu_newsletter .vu_n-form .form-control {
background-color: #fff;
border-color: #f1f1f1;
border-radius: 1px;
}
.vu_newsletter .vu_n-form .form-control:focus {
border-color: #a4d735;
}
.vu_newsletter .vu_n-form .vu_n-button {
position: absolute;
top: 0;
right: 0;
height: 36px;
width: 36px;
border: none;
outline: none;
color: #fff;
border-radius: 1px;
background-color: #50b0e3;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.vu_newsletter .vu_n-form .vu_n-button:focus {
outline: none;
}
.vu_newsletter .vu_n-form .form-control:focus + .vu_n-button,
.vu_newsletter .vu_n-form .vu_n-button:hover {
color: #fff;
background-color: #a4d735;
} .vu_main-footer {
position: relative;
color: #777777;
margin: 0;
}
.vu_main-footer .vu_mf-widgets {
position: relative;
border-radius: 1px;
padding: 30px 30px 0;
box-shadow: 0 1px 3px #ddd;
background-color: #fff;
}
.vu_main-footer .vu_mf-widgets:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
border-radius: 1px 1px 0 0;
background: -moz-linear-gradient(left, #50b0e3 0%, #50b0e3 25%, #a4d735 25%, #a4d735 50%, #50b0e3 50%, #50b0e3 75%, #a4d735 75%, #a4d735 100%);
background: -webkit-linear-gradient(left, #50b0e3 0%,#50b0e3 25%,#a4d735 25%,#a4d735 50%,#50b0e3 50%,#50b0e3 75%,#a4d735 75%,#a4d735 100%);
background: linear-gradient(to right, #50b0e3 0%,#50b0e3 25%,#a4d735 25%,#a4d735 50%,#50b0e3 50%,#50b0e3 75%,#a4d735 75%,#a4d735 100%);
}
.vu_main-footer .vu_mf-widgets .container {
width: auto !important;
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.vu_main-footer [class^="vu_mf-footer"] {
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 748px) {
.vu_main-footer [class^="vu_mf-footer"] {
padding-top: 0;
padding-bottom: 0;
}
}
.vu_main-footer [class*="vu_mf-footer"]:nth-child(even) .widget_title {
border-left-color: #50b0e3;
}
.vu_main-footer .vu_mf-widgets {
font-size: 14px;
line-height: 1.75;
}
.vu_main-footer .widget {
margin-bottom: 30px;
}
.vu_main-footer .vu_mf-bottom {
background-color: transparent;
}
.vu_main-footer .vu_mf-bottom .container {
padding-left: 0px;
padding-right: 0px;
width: auto !important;
max-width: 100% !important;
}
.vu_main-footer .vu_mf-bottom [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.vu_main-footer .vu_mf-bottom .vu_mf-b-content {
padding: 4px 0;
font-size: 13px;
color: inherit;
line-height: 32px;
}
@media (max-width: 767px) {
.vu_main-footer .vu_mf-bottom {
padding: 5px 0;
}
.vu_main-footer .vu_mf-bottom .vu_mf-b-content {
padding: 0;
line-height: 24px;
text-align: center;
}
}
.vu_main-footer .vu_mf-bottom a {
color: inherit;
text-decoration: none;
}
.vu_main-footer .vu_mf-bottom a:hover {
color: #50b0e3;
} .vu_main-footer .widget.widget_calendar table {
margin-bottom: 0;
} .vu_back-to-top {
position: absolute;
z-index: 99;
bottom: 40px;
right: -56px;
width: 36px;
height: 36px;
line-height: 38px;
font-size: 12px;
text-align: center;
color: #fff;
border-radius: 2px;
background-color: rgba(65, 65, 65, 0.85);
transform: translateZ(0px);
}
.vu_mf-widgets + .vu_back-to-top {
bottom: 0;
}
.vu_back-to-top:hover {
color: #fff;
background-color: #414141;
} .vu_contact-info-item {
margin-bottom: 10px;
}
.vu_contact-info-item i {
width: 24px;
height: 24px;
line-height: 24px;
margin-right: 10px;
font-size: 13px;
color: #50b0e3;
text-align: center;
border-radius: 2px;
background-color: #f1f1f1;
}
.vu_contact-info-item a {
color: inherit;
}
.vu_contact-info-item a:hover {
opacity: 0.8;
} .vu_contact-info-list {
font-size: 15px;
line-height: 24px;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.vu_contact-info-list li {
display: block;
margin-bottom: 15px;
}
.vu_contact-info-list li .fa {
display: block;
float: left;
margin-top : 5px;
margin-right: 10px;
color: #50b0e3;
}
.vu_contact-info-list li div {
color: inherit;
display: block;
overflow: hidden;
}
.vu_contact-info-list li div a,
.vu_contact-info-list li div a:hover {
color: inherit;
}
.vu_contact-info-list li div a:hover {
opacity: 0.8;
}
.vu_useful-links {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.vu_useful-links li {
position: relative;
display: block;
margin-bottom: 5px;
}
.vu_useful-links li:before {
content: "|";
display: inline-block;
position: relative;
top: -1px;
color: #50b0e3;
margin-right: 10px;
}
.vu_useful-links li a {
font-size: 14px;
color: inherit;
}
.vu_useful-links li a:hover {
color: #a4d735;
} .vu_embed,
.vu_embed body {
margin: 0 !important;
}
.vu_embed body {
padding: 50px !important;
}
.vu_embed .vu_embed-container {
margin-left: -15px !important;
margin-right: -15px !important;
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.vu_embed .vu_embed-container .container {
width: auto !important;
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
} .embed-responsive.embed-responsive-1by1 {
padding-bottom: 100%;
}
.embed-responsive.embed-responsive-2by1 {
padding-bottom: 50%;
}
.embed-responsive.embed-responsive-3by2 {
padding-bottom: 66.67%;
}
.embed-responsive.embed-responsive-3by4 {
padding-bottom: 133.34%;
} .bypostauthor {
background-color: #fff;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
max-width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
height: auto;
max-width: 100%;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
figure.wp-caption.alignleft,
img.alignleft {
margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright,
img.alignright {
margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
margin: 5px 0 5px 10px;
}
img.aligncenter {
margin: 5px auto;
}
img.alignnone {
margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
color: #777777;
font-size: 16px;
font-style: italic;
font-weight: 300;
margin: 0 0 24px;
}
.wp-caption-text {
clear: both;
line-height: 32px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
float: right;
}
div.wp-caption.alignright .wp-caption-text {
padding-left: 10px;
}
img.wp-smiley,
.rsswidget img {
border: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
list-style-position: inside;
}  .vu_primary-text-color { color: #50b0e3; }
.vu_primary-border-color { border-color: #50b0e3; }
.vu_primary-bg-color { background-color: #50b0e3; } .vu_secondary-text-color { color: #a4d735; }
.vu_secondary-border-color { border-color: #a4d735; }
.vu_secondary-bg-color { background-color: #a4d735; } .vu_black-text-color { color: #000; }
.vu_black-border-color { border-color: #000; }
.vu_black-bg-color { background-color: #000; } .vu_white-text-color { color: #fff; }
.vu_white-border-color { border-color: #fff; }
.vu_white-bg-color { background-color: #fff; } .vu_with-icon { position: relative; padding-left: 20px; }
.vu_with-icon > i.fa { position: absolute; left: 0; line-height: 1.5; color: #50b0e3; } .vu_with-border { border: 1px solid #f1f1f1; }
.vu_with-bg { background-color: #f9f9f9; } .vu_lazy-load {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=);
-webkit-transition: background-image 0.4s ease-in-out;
-moz-transition: background-image 0.4s ease-in-out;
-ms-transition: background-image 0.4s ease-in-out;
-o-transition: background-image 0.4s ease-in-out;
transition: background-image 0.4s ease-in-out;
} .vu_zoom-img {
overflow: hidden;
}
.vu_zoom-img img {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.vu_zoom-img:hover img {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .vu_shadow {
box-shadow: 0px 0px 0px 1px rgba(30,49,62,0.11), 0px 0px 25px rgba(0,49,62,0.11);
} .vu_arrow-down {
position: relative;
}
.vu_arrow-down:after {
content: "";
position: absolute;
bottom: -30px;
left: 50%;
margin-left: -15px;
width: 0;
height: 0;
z-index: 1;
border: 15px solid transparent;
border-top-color: #50b0e3;
}
.vu_arrow-down.vu_secondary-bg-color:after {
border-top-color: #a4d735;
} .w-0 { width: 0%; }
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100 { width: 100%; } .p-s { position: static; }
.p-f { position: fixed; }
.p-a { position: absolute; }
.p-r { position: relative; }
.t-0 { top: 0px; }
.t-1 { top: 1px; }
.t-2 { top: 2px; }
.t-3 { top: 3px; }
.t-4 { top: 4px; }
.t-5 { top: 5px; }
.t-6 { top: 6px; }
.t-7 { top: 7px; }
.t-8 { top: 8px; }
.t-9 { top: 9px; }
.t-10 { top: 10px; }
.t-15 { top: 10px; }
.t-20 { top: 20px; }
.t-30 { top: 30px; }
.t-40 { top: 40px; }
.t-50 { top: 50px; }
.t-60 { top: 60px; }
.t-70 { top: 70px; }
.t-80 { top: 80px; }
.t-90 { top: 90px; }
.t-100 { top: 100px; }
.r-0 { right: 0px; }
.r-1 { right: 1px; }
.r-2 { right: 2px; }
.r-3 { right: 3px; }
.r-4 { right: 4px; }
.r-5 { right: 5px; }
.r-6 { right: 6px; }
.r-7 { right: 7px; }
.r-8 { right: 8px; }
.r-9 { right: 9px; }
.r-10 { right: 10px; }
.r-15 { right: 10px; }
.r-20 { right: 20px; }
.r-30 { right: 30px; }
.r-40 { right: 40px; }
.r-50 { right: 50px; }
.r-60 { right: 60px; }
.r-70 { right: 70px; }
.r-80 { right: 80px; }
.r-90 { right: 90px; }
.r-100 { right: 100px; }
.b-0 { bottom: 0px; }
.b-1 { bottom: 1px; }
.b-2 { bottom: 2px; }
.b-3 { bottom: 3px; }
.b-4 { bottom: 4px; }
.b-5 { bottom: 5px; }
.b-6 { bottom: 6px; }
.b-7 { bottom: 7px; }
.b-8 { bottom: 8px; }
.b-9 { bottom: 9px; }
.b-10 { bottom: 10px; }
.b-15 { bottom: 10px; }
.b-20 { bottom: 20px; }
.b-30 { bottom: 30px; }
.b-40 { bottom: 40px; }
.b-50 { bottom: 50px; }
.b-60 { bottom: 60px; }
.b-70 { bottom: 70px; }
.b-80 { bottom: 80px; }
.b-90 { bottom: 90px; }
.b-100 { bottom: 100px; }
.l-0 { left: 0px; }
.l-1 { left: 1px; }
.l-2 { left: 2px; }
.l-3 { left: 3px; }
.l-4 { left: 4px; }
.l-5 { left: 5px; }
.l-6 { left: 6px; }
.l-7 { left: 7px; }
.l-8 { left: 8px; }
.l-9 { left: 9px; }
.l-10 { left: 10px; }
.l-15 { left: 10px; }
.l-20 { left: 20px; }
.l-30 { left: 30px; }
.l-40 { left: 40px; }
.l-50 { left: 50px; }
.l-60 { left: 60px; }
.l-70 { left: 70px; }
.l-80 { left: 80px; }
.l-90 { left: 90px; }
.l-100 { left: 100px; } .z-i-0 { z-index: 0; }
.z-i-1 { z-index: 1; }
.z-i-2 { z-index: 2; }
.z-i-3 { z-index: 3; }
.z-i-4 { z-index: 4; }
.z-i-5 { z-index: 5; }
.z-i-10 { z-index: 10; }
.-z-i-1 { z-index: -1; }
.-z-i-2 { z-index: -2; }
.-z-i-3 { z-index: -3; }
.-z-i-4 { z-index: -4; }
.-z-i-5 { z-index: -5; } .no-margin { margin: 0 !important; }
.-m-t-1 { margin-top: -1px !important; }
.-m-t-2 { margin-top: -2px !important; }
.-m-t-3 { margin-top: -3px !important; }
.-m-t-4 { margin-top: -4px !important; }
.-m-t-5 { margin-top: -5px !important; }
.-m-t-6 { margin-top: -6px !important; }
.-m-t-7 { margin-top: -7px !important; }
.-m-t-8 { margin-top: -8px !important; }
.-m-t-9 { margin-top: -9px !important; }
.-m-t-10 { margin-top: -10px !important; }
.-m-t-11 { margin-top: -11px !important; }
.-m-t-12 { margin-top: -12px !important; }
.-m-t-13 { margin-top: -13px !important; }
.-m-t-14 { margin-top: -14px !important; }
.-m-t-15 { margin-top: -15px !important; }
.-m-t-16 { margin-top: -16px !important; }
.-m-t-20 { margin-top: -20px !important; }
.-m-t-25 { margin-top: -25px !important; }
.-m-t-30 { margin-top: -30px !important; }
.-m-t-35 { margin-top: -35px !important; }
.-m-t-40 { margin-top: -40px !important; }
.-m-t-45 { margin-top: -45px !important; }
.-m-t-50 { margin-top: -50px !important; }
.m-t-0 { margin-top: 0 !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-6 { margin-top: 6px !important; }
.m-t-7 { margin-top: 7px !important; }
.m-t-8 { margin-top: 8px !important; }
.m-t-9 { margin-top: 9px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-11 { margin-top: 11px !important; }
.m-t-12 { margin-top: 12px !important; }
.m-t-13 { margin-top: 13px !important; }
.m-t-14 { margin-top: 14px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-16 { margin-top: 16px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-t-45 { margin-top: 45px !important; }
.m-t-50 { margin-top: 50px !important; }
.m-t-55 { margin-top: 55px !important; }
.m-t-60 { margin-top: 60px !important; }
.m-t-65 { margin-top: 65px !important; }
.m-t-70 { margin-top: 70px !important; }
.m-t-80 { margin-top: 80px !important; }
.m-t-90 { margin-top: 90px !important; }
.m-t-100 { margin-top: 100px !important; }
.-m-r-1 { margin-right: -1px !important; }
.-m-r-2 { margin-right: -2px !important; }
.-m-r-3 { margin-right: -3px !important; }
.-m-r-4 { margin-right: -4px !important; }
.-m-r-5 { margin-right: -5px !important; }
.-m-r-6 { margin-right: -6px !important; }
.-m-r-7 { margin-right: -7px !important; }
.-m-r-8 { margin-right: -8px !important; }
.-m-r-9 { margin-right: -9px !important; }
.-m-r-10 { margin-right: -10px !important; }
.-m-r-11 { margin-right: -11px !important; }
.-m-r-12 { margin-right: -12px !important; }
.-m-r-13 { margin-right: -13px !important; }
.-m-r-14 { margin-right: -14px !important; }
.-m-r-15 { margin-right: -15px !important; }
.-m-r-16 { margin-right: -16px !important; }
.-m-r-20 { margin-right: -20px !important; }
.-m-r-25 { margin-right: -25px !important; }
.-m-r-30 { margin-right: -30px !important; }
.-m-r-35 { margin-right: -35px !important; }
.-m-r-40 { margin-right: -40px !important; }
.-m-r-45 { margin-right: -45px !important; }
.-m-r-50 { margin-right: -50px !important; }
.m-r-0 { margin-right: 0 !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-6 { margin-right: 6px !important; }
.m-r-7 { margin-right: 7px !important; }
.m-r-8 { margin-right: 8px !important; }
.m-r-9 { margin-right: 9px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-11 { margin-right: 11px !important; }
.m-r-12 { margin-right: 12px !important; }
.m-r-13 { margin-right: 13px !important; }
.m-r-14 { margin-right: 14px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-16 { margin-right: 16px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-r-45 { margin-right: 45px !important; }
.m-r-50 { margin-right: 50px !important; }
.m-r-55 { margin-right: 55px !important; }
.m-r-60 { margin-right: 60px !important; }
.m-r-65 { margin-right: 65px !important; }
.m-r-70 { margin-right: 70px !important; }
.m-r-80 { margin-right: 80px !important; }
.m-r-90 { margin-right: 90px !important; }
.m-r-100 { margin-right: 100px !important; }
.-m-b-1 { margin-bottom: -1px !important; }
.-m-b-2 { margin-bottom: -2px !important; }
.-m-b-3 { margin-bottom: -3px !important; }
.-m-b-4 { margin-bottom: -4px !important; }
.-m-b-5 { margin-bottom: -5px !important; }
.-m-b-6 { margin-bottom: -6px !important; }
.-m-b-7 { margin-bottom: -7px !important; }
.-m-b-8 { margin-bottom: -8px !important; }
.-m-b-9 { margin-bottom: -9px !important; }
.-m-b-10 { margin-bottom: -10px !important; }
.-m-b-11 { margin-bottom: -11px !important; }
.-m-b-12 { margin-bottom: -12px !important; }
.-m-b-13 { margin-bottom: -13px !important; }
.-m-b-14 { margin-bottom: -14px !important; }
.-m-b-15 { margin-bottom: -15px !important; }
.-m-b-16 { margin-bottom: -16px !important; }
.-m-b-20 { margin-bottom: -20px !important; }
.-m-b-25 { margin-bottom: -25px !important; }
.-m-b-30 { margin-bottom: -30px !important; }
.-m-b-35 { margin-bottom: -35px !important; }
.-m-b-40 { margin-bottom: -40px !important; }
.-m-b-45 { margin-bottom: -45px !important; }
.-m-b-50 { margin-bottom: -50px !important; }
.m-b-0 { margin-bottom: 0 !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-6 { margin-bottom: 6px !important; }
.m-b-7 { margin-bottom: 7px !important; }
.m-b-8 { margin-bottom: 8px !important; }
.m-b-9 { margin-bottom: 9px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-11 { margin-bottom: 11px !important; }
.m-b-12 { margin-bottom: 12px !important; }
.m-b-13 { margin-bottom: 13px !important; }
.m-b-14 { margin-bottom: 14px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-16 { margin-bottom: 16px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-b-45 { margin-bottom: 45px !important; }
.m-b-50 { margin-bottom: 50px !important; }
.m-b-55 { margin-bottom: 55px !important; }
.m-b-60 { margin-bottom: 60px !important; }
.m-b-65 { margin-bottom: 65px !important; }
.m-b-70 { margin-bottom: 70px !important; }
.m-b-75 { margin-bottom: 75px !important; }
.m-b-80 { margin-bottom: 80px !important; }
.m-b-85 { margin-bottom: 85px !important; }
.m-b-90 { margin-bottom: 90px !important; }
.m-b-95 { margin-bottom: 95px !important; }
.m-b-100 { margin-bottom: 100px !important; }
.-m-l-1 { margin-left: -1px !important; }
.-m-l-2 { margin-left: -2px !important; }
.-m-l-3 { margin-left: -3px !important; }
.-m-l-4 { margin-left: -4px !important; }
.-m-l-5 { margin-left: -5px !important; }
.-m-l-6 { margin-left: -6px !important; }
.-m-l-7 { margin-left: -7px !important; }
.-m-l-8 { margin-left: -8px !important; }
.-m-l-9 { margin-left: -9px !important; }
.-m-l-10 { margin-left: -10px !important; }
.-m-l-11 { margin-left: -11px !important; }
.-m-l-12 { margin-left: -12px !important; }
.-m-l-13 { margin-left: -13px !important; }
.-m-l-14 { margin-left: -14px !important; }
.-m-l-15 { margin-left: -15px !important; }
.-m-l-20 { margin-left: -20px !important; }
.-m-l-25 { margin-left: -25px !important; }
.-m-l-30 { margin-left: -30px !important; }
.-m-l-35 { margin-left: -35px !important; }
.-m-l-40 { margin-left: -40px !important; }
.-m-l-45 { margin-left: -45px !important; }
.-m-l-50 { margin-left: -50px !important; }
.m-l-0 { margin-left: 0 !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-6 { margin-left: 6px !important; }
.m-l-7 { margin-left: 7px !important; }
.m-l-8 { margin-left: 8px !important; }
.m-l-9 { margin-left: 9px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-11 { margin-left: 11px !important; }
.m-l-12 { margin-left: 12px !important; }
.m-l-13 { margin-left: 13px !important; }
.m-l-14 { margin-left: 14px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }
.m-l-45 { margin-left: 45px !important; }
.m-l-50 { margin-left: 50px !important; }
.m-l-55 { margin-left: 55px !important; }
.m-l-60 { margin-left: 60px !important; }
.m-l-65 { margin-left: 65px !important; }
.m-l-70 { margin-left: 70px !important; }
.m-l-80 { margin-left: 80px !important; }
.m-l-90 { margin-left: 90px !important; }
.m-l-100 { margin-left: 100px !important; } .no-padding { padding: 0 !important; }
.p-t-0 { padding-top: 0 !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-6 { padding-top: 6px !important; }
.p-t-7 { padding-top: 7px !important; }
.p-t-8 { padding-top: 8px !important; }
.p-t-9 { padding-top: 9px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-11 { padding-top: 11px !important; }
.p-t-12 { padding-top: 12px !important; }
.p-t-13 { padding-top: 13px !important; }
.p-t-14 { padding-top: 14px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-45 { padding-top: 45px !important; }
.p-t-50 { padding-top: 50px !important; }
.p-t-55 { padding-top: 55px !important; }
.p-t-60 { padding-top: 60px !important; }
.p-t-65 { padding-top: 65px !important; }
.p-t-70 { padding-top: 70px !important; }
.p-t-75 { padding-top: 75px !important; }
.p-t-80 { padding-top: 80px !important; }
.p-t-85 { padding-top: 85px !important; }
.p-t-90 { padding-top: 90px !important; }
.p-t-95 { padding-top: 95px !important; }
.p-t-100 { padding-top: 100px !important; }
.p-r-0 { padding-right: 0 !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-6 { padding-right: 6px !important; }
.p-r-7 { padding-right: 7px !important; }
.p-r-8 { padding-right: 8px !important; }
.p-r-9 { padding-right: 9px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-11 { padding-right: 11px !important; }
.p-r-12 { padding-right: 12px !important; }
.p-r-13 { padding-right: 13px !important; }
.p-r-14 { padding-right: 14px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-r-45 { padding-right: 45px !important; }
.p-r-50 { padding-right: 50px !important; }
.p-r-55 { padding-right: 55px !important; }
.p-r-60 { padding-right: 60px !important; }
.p-r-65 { padding-right: 65px !important; }
.p-r-70 { padding-right: 70px !important; }
.p-r-80 { padding-right: 80px !important; }
.p-r-90 { padding-right: 90px !important; }
.p-r-100 { padding-right: 100px !important; }
.p-b-0 { padding-bottom: 0 !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-6 { padding-bottom: 6px !important; }
.p-b-7 { padding-bottom: 7px !important; }
.p-b-8 { padding-bottom: 8px !important; }
.p-b-9 { padding-bottom: 9px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-11 { padding-bottom: 11px !important; }
.p-b-12 { padding-bottom: 12px !important; }
.p-b-13 { padding-bottom: 13px !important; }
.p-b-14 { padding-bottom: 14px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-b-45 { padding-bottom: 45px !important; }
.p-b-50 { padding-bottom: 50px !important; }
.p-b-55 { padding-bottom: 55px !important; }
.p-b-60 { padding-bottom: 60px !important; }
.p-b-65 { padding-bottom: 65px !important; }
.p-b-70 { padding-bottom: 70px !important; }
.p-b-75 { padding-bottom: 75px !important; }
.p-b-80 { padding-bottom: 80px !important; }
.p-b-85 { padding-bottom: 85px !important; }
.p-b-90 { padding-bottom: 90px !important; }
.p-b-95 { padding-bottom: 95px !important; }
.p-b-100 { padding-bottom: 100px !important; }
.p-l-0 { padding-left: 0 !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-6 { padding-left: 6px !important; }
.p-l-7 { padding-left: 7px !important; }
.p-l-8 { padding-left: 8px !important; }
.p-l-9 { padding-left: 9px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-11 { padding-left: 11px !important; }
.p-l-12 { padding-left: 12px !important; }
.p-l-13 { padding-left: 13px !important; }
.p-l-14 { padding-left: 14px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }
.p-l-45 { padding-left: 45px !important; }
.p-l-50 { padding-left: 50px !important; }
.p-l-55 { padding-left: 55px !important; }
.p-l-60 { padding-left: 60px !important; }
.p-l-65 { padding-left: 65px !important; }
.p-l-70 { padding-left: 70px !important; }
.p-l-80 { padding-left: 80px !important; }
.p-l-90 { padding-left: 90px !important; }
.p-l-100 { padding-left: 100px !important; } .fs-0 { font-size: 0px !important; }
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }
.fs-21 { font-size: 21px !important; }
.fs-22 { font-size: 22px !important; }
.fs-23 { font-size: 23px !important; }
.fs-24 { font-size: 24px !important; }
.fs-25 { font-size: 25px !important; }
.fs-26 { font-size: 26px !important; }
.fs-27 { font-size: 27px !important; }
.fs-28 { font-size: 28px !important; }
.fs-29 { font-size: 29px !important; }
.fs-30 { font-size: 30px !important; }
.fs-31 { font-size: 31px !important; }
.fs-32 { font-size: 32px !important; }
.fs-33 { font-size: 33px !important; }
.fs-34 { font-size: 34px !important; }
.fs-35 { font-size: 35px !important; }
.fs-36 { font-size: 36px !important; }
.fs-37 { font-size: 37px !important; }
.fs-38 { font-size: 38px !important; }
.fs-39 { font-size: 39px !important; }
.fs-40 { font-size: 40px !important; }
.fs-41 { font-size: 41px !important; }
.fs-42 { font-size: 42px !important; } .fw-light, .fw-300 { font-weight: 300 !important; }
.fw-normal, .fw-400 { font-weight: normal !important; }
.fw-medium, .fw-500 { font-weight: 500 !important; }
.fw-semi-bold, .fw-600 { font-weight: 600 !important; }
.fw-bold, .fw-700 { font-weight: 700 !important; } .lh-0 { line-height: 0 !important; } .b-t-0 { border-top: 0 !important; }
.b-r-0 { border-right: 0 !important; }
.b-b-0 { border-bottom: 0 !important; }
.b-l-0 { border-left: 0 !important; } @media (max-width: 1200px) {
.vu_text-left-lg { text-align: left; }
.vu_text-center-lg { text-align: center; }
.vu_text-right-lg { text-align: right; }
}
@media (max-width: 992px) {
.vu_text-left-md { text-align: left; }
.vu_text-center-md { text-align: center; }
.vu_text-right-md { text-align: right; }
}
@media (max-width: 768px) {
.vu_text-left-sm { text-align: left; }
.vu_text-center-sm { text-align: center; }
.vu_text-right-sm { text-align: right; }
}
@media (max-width: 480px) {
.vu_text-left-xs { text-align: left; }
.vu_text-center-xs { text-align: center; }
.vu_text-right-xs { text-align: right; }
}
@media (max-width: 420px) {
.vu_text-left-tn { text-align: left; }
.vu_text-center-tn { text-align: center; }
.vu_text-right-tn { text-align: right; }
}