html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 600;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2.44em;
margin: 0.67em 0;
line-height: 1.4;
}
h2 {
font-size: 1.95em;
line-height: 1.4;
}
h3 {
font-size: 1.56em;
line-height: 1.4;
}
h4 {
font-size: 1.25em;
line-height: 1.5;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.8em;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
optgroup,
textarea {
color: #444;
font-size: 16px;
font-size: 1rem;
line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
color: #32373c;
clear: both;
}
.entry-header h1.entry-title {
font-size: 2.44em;
line-height: 1.4;
margin: 1em 0;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
.site-title {
margin: .4375em 0 0;
font-size: 38px;
font-weight: bold;
line-height: 1.2;
color: #333332;
}
.site-title a {
text-decoration: none;
color: inherit;
}
.site-branding {
margin-bottom: 1.75em;
}
.site-description {
margin: .4375em 0 0;
font-size: 17px;
font-weight: inherit;
line-height: 1.4;
word-wrap: break-word;
color: #929292;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote, q {
quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
content: ""; }
hr {
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: #0073aa;
}
a:visited {
color: #333;
}
a:hover, a:focus, a:active {
color: #00a0d2;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
margin: 0 auto;
max-width: 636px;
text-align: center;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
text-align: left;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 240px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.menu-toggle {
padding: 1em;
}
@media screen and (max-width: 37.5em) { .menu-toggle,
.main-navigation.toggled ul {
display: block;
margin: 0 auto;
}
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.main-navigation a {
padding: 0 .5em;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
border-bottom: 1px solid #111;
margin: 0 auto 60px;
max-width: 636px;
overflow: hidden;
padding-bottom: 60px;
}
.nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
width: 50%;
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft,
.alignright {
max-width: 636px !important; }
.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
max-width: 50%;
width: 50%;
}
.alignleft figcaption {
clear: left;
}
.alignright figcaption {
clear: right;
}
.alignleft img,
.alignleft figcaption {
float: left;
margin-right: 1.5em;
}
.alignright img,
.alignright figcaption {
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .widget-area {
width: 25%;
}
.widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
} #page {
margin: 0 auto;
max-width: 100%;
}
.site-branding {
text-align: center;
margin: 60px 0;
}
.site-footer {
margin: 1em 0;
opacity: 0.5;
} .sticky {
display: block;
}
.hentry {
margin: 60px 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.entry-header,
.page-header,
.entry-footer,
.site-info,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
margin: 1.5em auto;
padding-left: 14px;
padding-right: 14px;
max-width: 636px;
}
.entry-header .wp-post-image {
margin-bottom: 1.5em;
}
.entry-footer span{
margin-right: 1em;
}
.entry-footer{
color: #aaa;
font-size: 90%;
padding-bottom: 40px;
border-bottom: 1px solid #111;
}
@media screen and (min-width: 664px) {
.entry-header,
.page-header,
.entry-footer,
.site-info,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
padding-left: 0;
padding-right: 0;
}
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.1111111111%;
}
.gallery-caption {
display: block;
}
body{
width: 100%;
overflow-x: hidden;
} .whatsapp-btn-gen{
position: fixed;
z-index: 10;
background-color: #32af5b;
color: #fff;
font-family: 'Work Sans', sans-serif;
text-transform: uppercase;
font-weight: bold;
border: 0px;
width: 50px;
height: 50px;
left: auto;
right: 20px;
padding: 0px;
bottom: 10px;
border-radius: 50%;
font-size: 26px;
}
.whatsapp-btn-gen i{
font-weight: normal;
margin-right: 0px;
line-height: 50px;
}
.whatsapp-btn-gen span{
display: none;
}
.boxed_content{
width: 100%;
max-width: 1360px;
padding: 0px 30px;
box-sizing: border-box;
margin: 0 auto !important;
}
.boxed_content::after{
content: '';
display: block;
clear: both;
}
body,html{
margin: 0px;
padding: 0px;
color: #616161;
font-size: 18px;
font-family: 'Work Sans', sans-serif;
background: #ffffff;
line-height: 26px;
font-weight: 200;
}
body{
padding-top: 150px;
}
a{
color: #772a64;
text-decoration: none;
}
a:visited{
color: #772a64;
text-decoration: none;
}
ul,ol{
margin: 16px 0px;
}
body .vc_column_container{
padding-left: 30px;
padding-right: 30px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Quicksand', sans-serif;
color: #333333;
font-weight: 200;
}
h1,.h1{
font-size: 60px;
}
h2,.h2{
font-size: 50px;
}
h3,.h3{
font-size: 36px;
}
h4,.h4{
font-size: 28px;
}
h5,.h5{
font-size: 22px;
}
h6,.h6{
font-size: 18px;
}
.main_title{
font-family: 'Quicksand', sans-serif;
color: #333333;
font-size: 36px;
font-weight: 200;
line-height: 46px;
margin-top: 0px;
margin-bottom: 30px;
position: relative;
padding-bottom: 25px;
text-align: left;
}
.sec_title{
font-family: 'Quicksand', sans-serif;
color: #333333;
font-size: 28px;
font-weight: 200;
line-height: 36px;
margin-top: 0px;
margin-bottom: 20px;
position: relative;
padding-bottom: 14px;
text-align: left;
}
.main_title i{
font-style: normal;
color: #772a64;
}
.main_title::after{
content: '';
display: block;
width: 90px;
height: 4px;
background-color: #772a64;
position: absolute;
top: 100%;
left: -20px;
}
.sec_title::after{
content: '';
display: block;
width: 60px;
height: 3px;
background-color: #772a64;
position: absolute;
top: 100%;
left: -20px;
}
.main_title.text_right{
text-align: right;
}
.main_title.text_right::after{
left: auto;
right: -20px;
}
.main_title_center{
font-family: 'Quicksand', sans-serif;
color: #333333;
font-size: 36px;
font-weight: 200;
line-height: 46px;
margin-top: 0px;
margin-bottom: 40px;
position:relative;
text-align: center !important;
}
.main_title_center i, .main_title_left i{
font-style: normal;
color: #772a64;
position: relative;
}
.main_title_center i::after, .main_title_left i::after{
content: '';
display: block;
position: absolute;
top: 100%;
left: 0px;
width: 100%;
height: 4px;
background-color: #772a64;
}
.main_title_left{
font-family: 'Quicksand', sans-serif;
color: #333333;
font-size: 36px;
font-weight: 200;
line-height: 46px;
margin-top: 0px;
margin-bottom: 40px;
position:relative;
text-align: left !important;
}
.main_button a{
background: none !important;
background-color: #772a64 !important;
box-shadow: none !important;
color: #fff !important;
border: 0px !important;
border-radius: 0px !important;
font-family: 'Quicksand', sans-serif;
font-size: 20px !important;
font-weight: 200;
text-transform: uppercase;
padding: 20px 40px !important;
}
.row_col{
padding: 0px 25px;
margin-left: -25px;
margin-right: -25px;
position: relative;
}
.row_col::after{
content: '';
display: block;
clear: both;
}
.col_1_1{
float: none;
width: 100%;
box-sizing: border-box;
padding: 0px 25px;
}
.col_1_2{
float: left;
width: 50%;
box-sizing: border-box;
padding: 0px 25px;
}
.col_1_3{
float: left;
width: 33.33%;
box-sizing: border-box;
padding: 0px 25px;
}
.col_2_3{
float: left;
width: 66.66%;
box-sizing: border-box;
padding: 0px 25px;
}
.col_1_4{
float: left;
width: 25%;
box-sizing: border-box;
padding: 0px 25px;
}
.invisible{
display: none;
}
.col_no_padding{
padding: 0px;
}
.vc_row.boxed_content{
margin: 0 auto !important;
}
.vc_row.section{
margin-top: 80px !important;
margin-bottom: 80px !important;
}
body .vc_column_container>.vc_column-inner{
padding-left: 0px;
padding-right: 0px;
}
body .no_h_padding .vc_column_container{
padding-left: 0px !important;
padding-right: 0px !important;
}
body .vc_col-has-fill>.vc_column-inner, body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, body .vc_row-has-fill>.vc_column_container>.vc_column-inner{
padding-top: 0px;
}
.bolder{
font-weight: bold;
}
.fontupper{
text-transform: uppercase;
} .nd_icon{
width: 21px;
height: 17px;
display: inline-block;
background-position: center center;
background-size: cover;
}
.nd_form_dates_loading::after{
content: '';
display: block;
background-image: url(//www.karismatia.com/wp-content/themes/karismatia/img/nd_ex/loading_icon.gif);
} .wpcf7 input,.wpcf7 select,.wpcf7 textarea{
box-sizing: border-box;
border: 0px;
border-radius: 0px;
padding: 10px 20px;
width: 100%;
color: #888888;
font-size: 18px;
font-family: 'Work Sans', sans-serif;
margin-bottom: 0px;
box-shadow: none;
border-bottom: solid 3px #772a64;
background-color: #f7f7f7;
}
div.wpcf7 input[type="file"]{
background-color: #fff;
}
.wpcf7 select{
height: 48px;
}
.wpcf7 textarea{
min-height: 140px;
height: 140px;
resize: vertical;
margin-top: 0px;
margin-bottom: 0px;
}
.wpcf7 input[type="submit"]{
background: none !important;
background-color: #772a64 !important;
box-shadow: none !important;
color: #fff !important;
border: 0px !important;
border-radius: 0px !important;
font-family: 'Quicksand', sans-serif;
font-size: 20px !important;
font-weight: 200;
text-transform: uppercase;
padding: 20px 40px !important;
} button{
font-size: 18px;
text-transform: uppercase;
font-weight: 900;
color: #ffffff;
border: 0px;
border-radius: 0px;
background-color: #333333;
font-family: 'Quicksand', sans-serif;
padding: 10px 40px;
}
.nd_boton a,.nd_boton button{
font-size: 16px;
font-weight: bold;
border: 0px;
color: #ffffff;
background-color: #01bbd0;
padding: 12px 20px;
text-transform: uppercase;
}
.nd_remove_date{
position: absolute;
z-index: 100;
top: 50%;
transform: translateY(-50%);
left: 30px;
width: 90px;
padding: 5px 0px;
border: 0px;
background-color: #b32b2b;
color: #fff;
border-radius: 0px;
text-transform: uppercase;
}
.nd_boton.boton_white a,.nd_boton.boton_white{
color: #333333;
background-color: #fff;
background-image: none;
}
.nd_boton a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,.nd_boton button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
font-size: 16px;
font-weight: bold;
border: 0px;
color: #ffffff;
background-color: #01bbd0;
padding: 12px 20px;
text-transform: uppercase;
background-image: none;
}
.nd_boton.boton_white a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,.nd_boton.boton_white button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
color: #333333;
background-image: none;
background-color: #fff;
} .nd_boton_arrow{
text-align: right;
position: absolute;
top: 0px;
right: 0px;
}
.nd_boton_arrow a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,.nd_boton_arrow button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
background-color: transparent;
border: 0px;
font-size: 14px;
color: #888888;
padding-right: 50px;
position: relative;
transition: all .3s ease-in-out;
}
.nd_boton_arrow a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,.nd_boton_arrow button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
padding-right: 70px;
}
.nd_boton_arrow a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::before,.nd_boton_arrow button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::before{
content: '';
display: block;
width: 30px;
height: 1px;
background-color: #888;
transform: rotateZ(50deg);
position: absolute;
right: 0px;
top: 50%;
margin-top: -11px;
}
.nd_boton_arrow a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after,.nd_boton_arrow button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after{
content: '';
display: block;
width: 30px;
height: 1px;
background-color: #888;
transform: rotateZ(-50deg);
position: absolute;
right: 0px;
top: 50%;
margin-top: 11px;
}
.vc_images_carousel .vc_carousel-inner{
padding: 0px 50px;
}
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner{
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
} #ndMainMapContainer{
position: relative;
width: 100%;
}
#ndMainMap{
width: 100%;
height: 500px;
} #upHeader{
border-bottom: solid 2px #f7f7f7;
background-color: #fff;
position: static;
padding: 5px 0px;
height: 40px;
top: 0px;
left: 0px;
width: 100%;
}
#upHeader::after{
content: '';
display: block;
clear: both;
}
#upHeader .left{
float: left;
}
#upHeader .right{
float: right;
}
#upHeader .rrss{
padding: 0px;
margin: 0px;
list-style: none;
}
#upHeader .rrss li{
display: inline-block;
padding: 0px 10px;
vertical-align: middle;
}
#upHeader .rrss li a{
color: #333;
}
#upHeader .contact{
padding: 0px;
margin: 0px;
list-style: none;
}
#upHeader .contact li{
display: inline-block;
padding: 0px 10px;
vertical-align: middle;
}
#upHeader .contact li a{
color: #333;
}
#upHeader .contact li:nth-child(2){
border-left: solid 1px #ddd;
}
#upHeader .contact li i{
vertical-align: middle;
margin-right: 5px;
} #masthead{
text-align: left;
padding: 20px 0px;
background-color: #ffffff;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
position: absolute;
top: 0px;
left: 0px;
z-index: 98;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
height: 152px;
padding-top: 0px;
padding-bottom: 0px;
flex-direction: column;
}
#masthead .main-navigation li{
clear: both;
}
#masthead .site-branding{
margin: 0px;
vertical-align: middle;
margin-right: 20px;
display: inline-block;
}
#masthead .site-branding img{
width: 210px;
display: block;
}
#masthead .menu_right{
width: calc( 100% - 240px );
text-align: right;
position: relative;
height: 2px;
display: inline-block;
}
#masthead .menu_right .top_header .contact_info::after{
content: '';
display: block;
clear: both;
}
#masthead .menu_right .top_header .contact_info .top_header_left{
float: right;
position: relative;
}
#masthead .menu_right .top_header .contact_info .top_header_left button{
margin-right: 30px;
}
#masthead .menu_right .top_header .contact_info .top_header_left #callmeFormContainer{
position: absolute;
display: none;
background-color: #ffffff;
padding: 20px;
z-index: 99;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
text-align: left;
top: 100%;
left: 0px;
width: 300px;
}
#masthead .menu_right .top_header .contact_info .top_header_left #callmeFormContainer.open{
display: block;
}
#masthead .menu_right .top_header .contact_info .top_header_left #callmeFormContainer .wpcf7 input[type="submit"]{
margin-bottom: 0px;
}
#masthead .menu_right .top_header .contact_info .top_header_right{
float: right;
height: 38px;
background-color: #a9c12f;
color: #fff;
padding: 0px 20px;
position: relative;
}
#masthead .menu_right .top_header .contact_info .top_header_right::after{
content: '';
display: block;
position: absolute;
top: 0px;
left: 100%;
height: 100%;
width: 2000%;
background-color: #a9c12f;
}
#masthead .menu_right .top_header .contact_info .top_header_right .nd_contact_info_item{
font-size: 16px;
font-weight: 900;
line-height: 38px;
}
#masthead .menu_right .top_header .contact_info .top_header_right .nd_contact_info_item:first-child{
margin-right: 20px;
}
#masthead .menu_right .top_header .contact_info .top_header_right .nd_contact_info_item i{
font-size: 20px;
vertical-align: middle;
margin-right: 10px;
}
#masthead .menu_right .top_header .contact_info .top_header_right .nd_contact_info_item a{
color: #fff;
}
#masthead #site-navigation{
vertical-align: middle;
width: auto;
max-width: none;
display: flex;
align-items: center;
justify-content: flex-end;
}
#masthead #site-navigation #primary-menu > li{
margin-right: 10px;
}
#masthead #site-navigation #primary-menu > li > a{
font-family: 'Quicksand', sans-serif;
color: #333333;
font-size: 20px;
font-weight: 200;
padding: 0px 12px;
}
#masthead #site-navigation #primary-menu > li.menu-item-has-children::after{
content: '';
display: block;
position: absolute;
top: 100%;
left: 0px;
width: 100%;
height: 39px;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu{
margin-top: 38px;
background-color: #ffffff;
box-shadow: none;
padding: 0px 0px;
border-top: solid 4px #772a64;
box-shadow: 0px 7px 15px rgba(0,0,0,0.03);
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu > li > a{
color: #333;
font-family: 'Quicksand', sans-serif;
padding: 10px 15px;
font-size: 16px;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu > li:hover > a{
background-color: #772a64;
color: #ffffff;
} #masthead #site-navigation #primary-menu > li.wpml-ls-item > ul.sub-menu{
width: auto;
border-right: 0px;
}
#masthead #site-navigation #primary-menu > li.wpml-ls-item > ul.sub-menu > li > a{
width: 40px;
}
#masthead #site-navigation #primary-menu > li.wpml-ls-item > ul.sub-menu::after{
left: 50%;
transform: translateX(-50%);
} body.menuIsFixed #masthead{
position: fixed;
top: -150px;
padding: 10px 0px;
height: auto;
padding-top: 0px;
padding-bottom: 0px;
}
body.menuIsFixed #masthead #site-navigation #primary-menu > li > a{
font-size: 16px;
}
body.menuIsFixed #masthead .site-branding img{
width: 150px;
}
body.menuIsFixed #upHeader{
font-size: 14px;
line-height: 14px;
}
body.menuIsFixed.scrollIsUp #masthead{
position: fixed;
top: 0px;
height: 113px;
-webkit-transition: top .5s;
transition: top .5s;
}
body.menuIsFixed #masthead #site-navigation #primary-menu > li > ul.sub-menu{
margin-top: 20px;
}
body.menuIsFixed #masthead #site-navigation #primary-menu > li.menu-item-has-children::after{
height: 20px;
} .header_gen{
padding: 20px;
padding-bottom: 50px;
min-height: 350px;
display: flex;
align-items: flex-end;
justify-content: center;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.header_gen::after{
content: '';
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: #01bbd0;
opacity: .2;
z-index: 2;
}
.header_gen h1{
position: relative;
z-index: 3;
color: #fff;
margin: 0px;
text-transform: uppercase;
font-weight: 600;
text-align: center;
} #breadcrumbs{
background-color: #f7f7f7;
padding: 10px 0px;
margin-bottom: 50px;
}
#breadcrumbs ul{
margin: 0;
padding: 0px;
list-style: none;
margin-left: -5px;
}
#breadcrumbs ul li{
display: inline-block;
margin: 0 5px;
}
#breadcrumbs ul li.separator{
opacity: .5;
} #mainFooter{
margin-top: 100px;
background-color: #772a64;
padding: 25px 0px;
}
#mainFooter .logo_footer{
width: 85px;
}
#mainFooter h4,#mainFooter .h4{
font-size: 20px;
}
#mainFooter h5,#mainFooter .h5{
font-size: 16px;
}
#mainFooter .contact{
margin-top: 40px;
}
#mainFooter .simple_contact{
margin-bottom: 5px;
color: #616161;
font-size: 18px;
}
#mainFooter .simple_contact i{
margin-right: 15px;
}
#mainFooter .simple_contact span{
font-weight: bold;
}
#mainFooter .social_links{
list-style: none;
margin-left: 0px;
padding: 0px;
margin-top: 10px;
margin-bottom: 40px;
}
#mainFooter .social_links li{
display: inline-block;
margin-right: 5px;
width: 30px;
height: 30px;
background-color: #888888;
border-radius: 50%;
line-height: 30px;
text-align: center;
}
#mainFooter .social_links li a{
color: #ffffff;
}
#mainFooter ul.menu{
margin: 0px;
padding: 0px;
list-style: none;
}
#mainFooter ul.menu li{
display: inline-block;
font-size: 18px;
font-weight: 200;
font-family: 'Quicksand', sans-serif;
color: #fff;
margin-right: 30px;
}
#mainFooter ul.menu li a{
color: #fff;
text-decoration: none;
}
.gen_header{
background-position: center center;
background-size: cover;
position: relative;
min-height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
.gen_header h1,.gen_header .h1{
color: #ffffff;
text-align: center;
margin: 0px;
padding: 80px 0px;
} .home_header{
background-position: center center;
background-size: cover;
position: relative; height: auto;
display: flex;
align-items: center;
justify-content: center;
min-height: 60vh;
}
.home_header h1,.home_header .h1{
color: #ffffff;
text-align: center;
}
.home_buy_book{
background-color: #e47c38;
position: relative;
z-index: 0;
}
.home_buy_book.vc_row.section{
margin-bottom: 0px !important;
}
.home_buy_book::before{
position: absolute;
display: block;
top: 0px;
left: 0px;
width: 100%;
height: 160px;
background-color: #e9935b;
z-index: -1;
}
.home_buy_book .boxed_content{
display: flex;
align-items: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
color: #fff;
position: relative;
z-index: 3;
}
.home_buy_book .boxed_content .vc_col-sm-6{
width: auto;
}
.home_buy_book .wpb_single_image{
margin: 0px;
}
.home_buy_book .boxed_content .vc_col-sm-6 .vc_custom_heading{
text-align: left;
color: #fff;
text-transform: uppercase;
font-size: 40px;
margin-top: 0px;
}
.home_buy_book .boxed_content .vc_col-sm-6 .wpb_text_column{
border-left: solid 4px #772a64;
padding-left: 20px;
}
.home_buy_book .boxed_content .vc_col-sm-6 .main_button{
margin-bottom: 0px;
}
.vc_row.block_numbers{
margin-left: -30px;
margin-right: -30px;
}
.block_numbers .vc_col-sm-4{
position: relative;
}
.block_numbers .vc_col-sm-4::before{
content: '';
display: block;
position: absolute;
top: 0px;
left: 0px;
color: #772a64;
opacity: 0.5;
z-index: 1;
font-size: 145px;
line-height: 100px;
font-weight: 900;
}
.block_numbers .vc_col-sm-4:nth-child(1)::before{
content: '1';
}
.block_numbers .vc_col-sm-4:nth-child(2)::before{
content: '2';
}
.block_numbers .vc_col-sm-4:nth-child(3)::before{
content: '3';
}
.block_numbers .vc_col-sm-4 .vc_column-inner{
position: relative;
z-index: 2;
}
.block_numbers .main_title{
font-size: 30px;
padding-bottom: 4px;
margin-bottom: 15px;
}
.block_image_text{
display: flex;
margin-left: -30px;
margin-right: -30px;
}
.block_image_text .block_image{
float: none;
display: flex;
padding: 0px;
}
.block_image_text .block_image .vc_column-inner{
flex: 1;
background-position: center center;
background-size: cover;
}
.block_image_text  .block_text_left{
float: none;
text-align: left;
padding: 70px 70px;
flex: 1;
align-items: center;
justify-content: center;
}
.block_image_text  .block_text_right{
float: none;
text-align: right;
padding: 70px 70px;
flex: 1;
align-items: center;
justify-content: center;
}
.block_image_text  .block_text_right .main_title{
text-align: right !important;
}
.block_image_text  .block_text_right .main_title::after{
left: auto;
right: -20px;
}
.block_image_text ul{
padding: 0px;
list-style: none;
}
.block_image_text .block_text_left ul li{
position: relative;
padding-left: 27px;
}
.block_image_text .block_text_left ul li::before{
content: '';
height: 2px;
width: 12px;
background-color: #772a64;
position: absolute;
top: 50%;
left: 0px;
transform: translateY(-50%);
}
.block_image_text .block_text_right ul li{
position: relative;
padding-right: 27px;
text-align: right;
}
.block_image_text .block_text_right ul li::before{
content: '';
height: 2px;
width: 12px;
background-color: #772a64;
position: absolute;
top: 50%;
right: 0px;
transform: translateY(-50%);
}
.block_brands{
text-align: center;
}
.vc_row.block_brands{
margin-left: -40px;
margin-right: -40px;
}
.block_brands .wpb_column{
padding: 0px;
}
.block_brands p{
margin: 0px;
}
.block_brands img{
width: calc( 16.66% - 80px );
margin: 20px 40px;
margin-bottom: 30px !important;
}
.block_image_text.block_about_me{
padding: 0px;
}
.block_image_text.block_about_me .block_image{
width: 60%;
}
.block_image_text.block_about_me .block_text_left{
width: 40%;
padding: 40px 60px;
background-image: url(//www.karismatia.com/wp-content/themes/karismatia/img/sonrisa.png);
background-position: bottom right;
background-repeat: no-repeat;
}
.block_image_text.block_about_me .wpb_text_column{
margin-bottom: 0px;
}
.form_block{
margin-top: 60px
}
.form_block .row_col{
padding: 0px;
}
.form_block .form_item{
margin-bottom: 40px;
}
.form_block .form_send_row{
padding: 0px 0px;
}
.form_block .form_send_row .form_item{
display: inline-block;
}
.form_block .form_send_row .form_item.item_submit{
display: inline-block;
vertical-align: text-top;
margin-bottom: 0px;
}
.form_block .form_send_row .form_item.item_validate{
display: inline-block;
vertical-align: text-top;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
}
.form_block .form_send_row .form_item.item_validate .wpcf7-acceptance{
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
.form_block .form_send_row .form_item.item_validate .wpcf7-acceptance .wpcf7-list-item{
margin-left: 0px;
display: block;
}
.form_block .form_send_row .form_item.item_validate .wpcf7-acceptance .wpcf7-list-item input{
width: 16px;
height: 16px;
margin-bottom: 0px;
display: block;
}
.form_block .form_send_row .form_item.item_text{
display: block;
}
.form_block .form_item.item_text{
font-size: 12px;
line-height: 16px;
}
.contact_info_item{
font-size: 24px;
position: relative;
padding-left: 55px;
}
.contact_info_item a{
color: #333333;
}
.contact_info_item i,.contact_info_item a i{
font-size: 30px;
vertical-align: middle;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0px;
color: #dddddd;
} .mim_slider_container{
height: 580px;
position: relative;
margin-left: -30px;
margin-right: -30px;
overflow: hidden;
}
.mim_slider_container .item{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
-webkit-transition: all .5s;
transition: all .5s;
}
.mim_slider_container .item.active{
z-index: 2;
opacity: 1;
}
.mim_slider_container .item .item_inner{
display: flex;
flex: 1;
height: 100%;
align-items: flex-end;
box-sizing: border-box;
padding-bottom: 50px;
}
.mim_slider_container .item .item_content{
width: 100%;
max-width: 800px;
}
.mim_slider_container .item .main_title{
margin: 0px;
}
.mim_slider_container .item .item_text{
color: #fff;
font-size: 18px;
line-height: 26px;
font-style: italic;
}
.mim_slider_container .slider_navigation .slider_left,.mim_slider_container .slider_navigation .slider_right{
position: absolute;
top: 0px;
width: 60px;
height: 100%;
z-index: 4;
background-color: rgba(0,0,0,0.3);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #fff;
font-size: 30px;
-webkit-transition: all .3s;
transition: all .3s;
}
.mim_slider_container .slider_navigation .slider_left{
left: -60px;
}
.mim_slider_container:hover .slider_navigation .slider_left{
left: 0px;
}
.mim_slider_container .slider_navigation .slider_right{
right: -60px;
}
.mim_slider_container:hover .slider_navigation .slider_right{
right: 0px;
}
.seal_container{
margin-top: 70px;
opacity: .5;
}
.seal_container p{
margin: 0px;
}
.seal_container img{
display: inline-block;
width: calc( 20% - 50px );
margin: 25px 25px;
box-sizing: border-box;
padding: 0px 10px;
vertical-align: middle;
}
.services_section{
text-align: center;
color: #fff;
}
.vc_row.boxed_content.services_section{
margin-top: 60px !important;
}
.services_section .second_title{
text-align: center;
margin: 0px;
margin-top: 40px;
}
.services_section .wpb_text_column{
margin-top: 7px;
margin-bottom: 0px;
}
.services_section .wpb_text_column p{
margin: 0px;
font-style: italic;
}
.item_char{
margin-top: 60px !important;
}
.item_char .vc_col-sm-4{
padding: 0px;
position: absolute;
width: auto;
}
.item_char .vc_col-sm-8{
padding: 0px;
width: 100%;
padding-left: 80px;
}
.item_char .second_title{
margin: 0px;
}
.item_char .wpb_text_column{
margin: 0px;
margin-top: 10px;
}
.item_char .wpb_text_column p{
margin: 0px;
}
.mim_btn_onlytext a{
font-family: 'Quicksand', sans-serif;
font-weight: bold !important;
text-transform: uppercase;
padding: 0px !important;
background-color: transparent !important;
border: 0px !important;
font-size: 24px !important;
color: #b58150 !important;
padding-right: 20px;
position: relative;
}
.mim_btn_onlytext a::after{
content: '';
display: block;
position: absolute;
width: 125px;
height: 3px;
top: 50%;
left: 100%;
transform: translateY(-50%);
background-color: #b58150;
margin-left: 20px;
}
.brand_container{
margin-top: 30px;
}
.brand_container p{
margin: 0px;
}
.brand_container img{
display: inline-block;
width: calc( 20% - 50px );
margin: 25px 25px;
box-sizing: border-box;
padding: 0px 10px;
vertical-align: middle;
}
.form_with_contact{
margin-left: -30px;
margin-right: -30px;
padding-top: 30px;
}
.form_with_contact::after{
content: '';
display: block;
clear: both;
}
.form_with_contact .form_left_block,.form_with_contact .form_right_block{
float: left;
width: 50%;
padding: 0px 30px;
}
.form_with_contact .form_item.form_item_text_accept{
font-size: 12px;
line-height: 16px;
color: #888;
margin-bottom: 30px;
}
.form_with_contact .contact_item{
font-size: 24px;
font-weight: 900;
margin-bottom: 30px;
}
.form_with_contact .contact_item i{
color: #dddddd;
font-size: 25px;
margin-right: 30px;
vertical-align: middle;
}
.form_with_contact .contact_item span{
vertical-align: middle;
color: #333333;
}
.form_with_contact .contact_item a{
color: #333333;
}
.form_with_contact .form_item.form_item_accept{
margin-bottom: 20px;
margin-top: 10px;
}
.form_with_contact .form_item.form_item_accept .wpcf7-form-control-wrap{
vertical-align: middle;
}
.form_with_contact .form_item.form_item_accept span.wpcf7-list-item{
margin-left: 0px;
}
.form_with_contact .form_item.form_item_accept input{
background-color: #333;
width: auto;
margin-right: 20px;
margin-bottom: 0px;
}
.form_with_contact .form_item.form_item_accept label{
vertical-align: middle;
}
.nd_menu_phone{
font-size: 12px;
display: inline-block;
text-align: right;
float: right;
font-weight: bold;
color: #333;
padding: 19px 0px;
}
.nd_menu_phone i{
margin-right: 3px;
vertical-align: middle;
} .vm_icon_box{
position: relative;
padding-left: 55px;
font-size: 18px;
margin-bottom: 20px;
min-height: 40px;
color: #888888;
line-height: 1.3;
display: flex;
align-items: center;
}
.vm_icon_box i{
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%);
display: block;
width: 40px;
height: 40px;
background-color: #01bbd0;
color: #fff;
font-size: 24px;
text-align: center;
line-height: 40px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.vm_icon_box a{
color: #888888;
} .mim_gal_one_row{
height: 260px;
}
.mim_gal_one_row > .vc_column_container{
padding: 0px;
position: relative;
overflow: hidden;
height: 100%;
}
.mim_gal_one_row > .vc_column_container img{
margin: 0px;
position: absolute;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
max-width: none;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.mim_gal_one_row
.mim_gal_one_row
.mim_gal_one_row
.mim_gal_one_row #blogPage .blog_content{
padding-top: 140px;
}
#blogPage .blog_content h1{
font-weight: 200;
margin: 0 20px;
text-transform: uppercase;
font-size: 36px;
}
#blogPage .blog_content h1 b{
color: #01bbd0;
font-weight: 200;
}
#blogPage .blog_main{
padding-top: 20px;
padding-bottom: 100px;
}
#blogPage .nd_rest_of_posts{
display: grid;
grid-template-columns: repeat(2, 50%);
}
#blogPage .nd_rest_of_posts .nd_mini_post{
padding: 30px 20px;
}
#blogPage .nd_rest_of_posts .nd_mini_post .nd_item_inner{
height: 100%;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
#blogPage .nd_rest_of_posts .nd_mini_post .nd_item_inner .nd_img{
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
#blogPage .nd_rest_of_posts .nd_mini_post .nd_item_inner .mim_text_content{
padding-bottom: 25px;
}
#blogPage .nd_rest_of_posts .nd_mini_post .nd_item_inner .nd_img::after{
content: '';
display: block;
padding-top: 40%;
}
#blogPage .nd_rest_of_posts .nd_mini_post .nd_item_inner h4{
margin: 0px;
padding: 10px 20px;
font-size: 20px;
font-weight: 300;
text-transform: uppercase;
margin-top: 20px;
}
#blogPage .nd_rest_of_posts .nd_mini_post .nd_item_inner p{
margin: 0px;
padding: 10px 20px;
font-size: 16px;
line-height: 22px;
color: #888;
}
#blogPage .nd_rest_of_posts .nd_mini_post .nd_item_inner a.readmore{
margin: 0 20px;
font-size: 16px;
font-weight: 600;
color: #772a64;
}
.nd_pagination{
position: relative;
margin-top: 50px;
}
.nd_pagination::after{
content: '';
display: block;
clear: both;
}
.nd_pagination .nd_prev{
float: left;
}
.nd_pagination .nd_current_page{
background-color: #772a64;
color: #fff;
padding: 5px 25px;
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
}
.nd_pagination .nd_next{
float: right;
} #postPage .blog_content{
margin-top: 60px !important;
padding-bottom: 100px;
}
#postPage .blog_content .img_thumb img{
width: 100%;
height: auto;
}
#postPage .blog_content .nd_body{
padding-top: 50px;
}
#postPage .blog_content .nd_body::after{
content: '';
display: block;
clear: both;
}
#postPage .blog_content header h1{
font-size: 23px;
text-transform: uppercase;
font-weight: 300;
line-height: 36px;
text-align: right;
margin-top: 0px;
}
#postPage .blog_content .img_thumb{
position: relative;
}
#postPage .blog_content .img_thumb img{
display: block;
}
#postPage .blog_content .img_thumb header{
position: absolute;
bottom: 20px;
margin: 0px;
left: 40px;
z-index: 2;
}
#postPage .blog_content .img_thumb header h1{
margin: 0px;
background-color: #fff;
padding: 3px 20px;
width: auto;
text-align: left;
display: inline-block;
}
#postPage .blog_content .cats_and_tags .cats{
position: relative;
padding-bottom: 20px;
border-bottom: solid 1px #ddd;
margin-bottom: 40px;
font-size: 16px;
}
#postPage .blog_content .cats_and_tags .cats span{
display: inline-block;
position: absolute;
color: #aaa;
}
#postPage .blog_content .cats_and_tags .cats p{
padding-left: 130px;
margin: 0px;
}
#postPage .blog_content header .nd_share_box{
min-width: 300px;
}
#postPage .blog_content header .nd_share_box::after{
content: '';
display: block;
clear: both;
}
#postPage .blog_content header .nd_share_box a{
display: block;
float: left;
width: 33.33%;
margin: 0px;
box-sizing: border-box;
text-align: center;
}
#postPage .blog_content header .nd_share_box a.a2a_button_facebook{
background-color: #3b5998;
}
#postPage .blog_content header .nd_share_box a.a2a_button_twitter{
background-color: #55acee;
}
#postPage .blog_content header .nd_share_box a.a2a_button_linkedin{
background-color: #007bb5;
}
#postPage .blog_content header .nd_share_box a.a2a_button_whatsapp{
background-color: #12af0a;
}
#postPage .blog_content header .nd_share_box a>span{
float: none;
display: inline-block;
}
#postPage .blog_content header .nd_share_box .a2a_button_whatsapp{
display: none;
}
#postPage .blog_content .nd_body header .author{
padding: 15px 0px;
border-bottom: solid 1px #ddd;
margin-top: 0px;
padding-top: 50px;
}
#postPage .blog_content .nd_body header .author .header{
}
#postPage .blog_content .nd_body header .author .header::after{
content: '';
display: block;
clear: both;
}
#postPage .blog_content .nd_body header .author .header img{
float: right;
width: 60px;
height: 60px;
border-radius: 50%;
}
#postPage .blog_content .nd_body header .author .header p{
float: right;
margin: 0px;
margin-top: 12px;
margin-right: 20px;
font-size: 20px;
color: #333;
}
#postPage .blog_content .nd_body header .author .bio{
text-align: right;
font-size: 15px;
line-height: 22px;
color: #888;
font-style: italic;
}
#postPage .blog_content .nd_body article{
box-sizing: border-box;
padding-left: 0px;
width: 100%;
max-width: 900px;
margin: 0 auto;
float: none;
text-align: left;
}
#postPage .blog_content .nd_body article::after{
content: '';
display: block;
}
#postPage .blog_content .nd_body article>*:first-child{
margin-top: 0px;
}
#postPage .blog_content .nd_body article h2,
#postPage .blog_content .nd_body article h3,
#postPage .blog_content .nd_body article h4,
#postPage .blog_content .nd_body article h5,
#postPage .blog_content .nd_body article h6{
margin-top: 50px;
margin-bottom: 20px;
}
#postPage .blog_content .nd_body article img{
width: 100%;
height: auto;
}
#postPage .blog_content .nd_body article blockquote{
margin: 0px;
color: #888;
padding: 10px 30px;
margin-top: 50px;
margin-bottom: 50px;
font-size: 20px;
font-weight: 300;
text-transform: uppercase;
font-style: italic;
position: relative;
border-left: solid 4px #772a64;
background-color: #f7f7f7;
}
.nd_author_bottom{
display: none;
}
.nd_sidebar_blog_footer{
margin-top: 30px;
} #result-page{
padding: 50px 0px;
}
.rentals_container{
margin-left: -10px;
margin-right: -10px;
display: grid;
grid-template-columns: repeat(2, 50%);
}
.rentals_container .item{
padding: 10px;
}
.rentals_container .item .inner{
padding: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
border-radius: 5px;
position: relative;
}
.rentals_container .item .gallery{
margin-bottom: 0px;
position: relative;
overflow: hidden;
}
.rentals_container .item .gallery .gallery_inner{
height: 0px;
padding-top: 60%;
position: relative;
overflow: hidden;
}
.rentals_container .item .gal_navigation .arrow_left{
position: absolute;
left: -50px;
top: 0px;
width: 50px;
height: 100%;
background-color: transparent;
background-image: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
opacity: .8;
-webkit-transition: all .2s;
transition: all .2s;
}
.rentals_container .item:hover .gal_navigation .arrow_left{
left: 0px;
}
.rentals_container .item .gal_navigation .arrow_left::before{
content: '';
display: block;
width: 20px;
height: 2px;
background-color: #000;
transform: rotateZ(-230deg) translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
margin-left: -20px;
}
.rentals_container .item .gal_navigation .arrow_left::after{
content: '';
display: block;
width: 20px;
height: 2px;
background-color: #000;
transform: rotateZ(230deg) translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
margin-left: -20px;
}
.rentals_container .item .gal_navigation .arrow_right{
position: absolute;
right: -50px;
top: 0px;
width: 50px;
height: 100%;
background-color: transparent;
background-image: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
opacity: .8;
-webkit-transition: all .2s;
transition: all .2s;
}
.rentals_container .item:hover .gal_navigation .arrow_right{
right: 0px;
}
.rentals_container .item .gal_navigation .arrow_right::before{
content: '';
display: block;
display: block;
width: 20px;
height: 2px;
background-color: #000;
transform: rotateZ(-50deg) translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
margin-right: -20px;
}
.rentals_container .item .gal_navigation .arrow_right::after{
content: '';
display: block;
width: 20px;
height: 2px;
background-color: #000;
transform: rotateZ(50deg) translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
margin-right: -20px;
}
.rentals_container .item .img{
background-position: center center;
background-size: cover;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
opacity: 0;
-webkit-transition: all .2s;
transition: all .2s;
}
.rentals_container .item .img.gal_see_more button{
font-size: 16px;
font-weight: bold;
border: 0px;
color: #ffffff;
background-color: #01bbd0;
padding: 12px 20px;
text-transform: uppercase;
border-radius: 0px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.rentals_container .item .img.nd_active{
opacity: 1;
}
.rentals_container .item .img::after{
content: '';
display: block;
padding-top: 60%;
}
.rentals_container .item h4{
margin: 0px;
margin-top: 10px;
font-size: 18px;
font-weight: bold;
}
.rentals_container .item p.subtitle{
margin: 0px;
font-weight: 600;
font-size: 14px;
margin-bottom: 5px;
line-height: 1.3;
color: #888888;
}
.rentals_container .item p.location{
margin: 0px;
font-size: 14px;
color: #888888;
}
.rentals_container .item p.price{
margin: 0px;
font-size: 14px;
position: absolute;
top: 10px;
right: 10px;
background-color: #fff;
padding: 5px 10px;
text-align: right;
color: #888888;
}
.rentals_container .item p.price span.from{
display: block;
line-height: 18px;
}
.rentals_container .item p.price span.num{
color: #333;
font-weight: 600;
font-size: 18px;
line-height: 18px;
}
.rentals_container .item p.price span.per{
margin-left: 5px;
}
.rentals_container .item ul{
margin: 0px;
padding: 0px;
list-style: none;
border-bottom: solid 1px #eee;
}
.rentals_container .item ul li{
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #01bbd0;
padding-right: 5px;
margin-right: 5px;
display: inline-block;
position: relative;
}
.rentals_container .item ul li::after{
content: '';
display: block;
position: absolute;
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #01bbd0;
right: -2px;
top: 50%;
transform: translateY(-50%);
}
.rentals_container .item ul li:last-child::after{
display: none;
}
#ndSearchResultPage{
border-bottom: solid 1px #ccc;
}
#ndSearchResultPage button{
font-size: 16px;
border: 0px;
color: #888;
background-color: #fff;
padding: 12px 20px;
text-transform: uppercase;
border-radius: 0px;
font-family: 'Work Sans', sans-serif;
position: relative;
padding-left: 28px;
font-weight: 400;
}
#ndSearchResultPage .nd_filters > button::after{
content: '';
display: block;
width: 18px;
height: 16px;
background-position: center center;
background-size: cover;
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%);
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk2RjlERkI1Q0U2QjExRTlBMDE2QzdFQTkxNUQ1QUE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk2RjlERkI2Q0U2QjExRTlBMDE2QzdFQTkxNUQ1QUE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTZGOURGQjNDRTZCMTFFOUEwMTZDN0VBOTE1RDVBQTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTZGOURGQjRDRTZCMTFFOUEwMTZDN0VBOTE1RDVBQTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6oJnSFAAABIklEQVR42mJcsWLFTQYGBikg/g/F1ASMUPojC5B4CMRqDLQFV5iAhBsQn6GhJdeA2IoJynEB4i80sOQ3EDuBGDCLPgKxIw0scgXil8gWMUCDL4SKliQD8UEYhwlNci0Qd1DBkqlAPA9ZgAmLokog3kaBJSBf5KALMuFQ7A3EN8mw5Bk0XhiItQgE7ID4J4kW2UJTGkkWvYIme2KBJxDfwyXJREDzESDOIMKSUiDegU8BCxGGzISWWQI45EEZfQohQ1iIDJYZQMyGQ+4XMQYwEWlRHjRhYMN11LSIkdIcTKxFv8mUI9kiBnr5CB/4Ty+L2Ohl0V9iFLFQaMF0IJ5NTYt4kdg/gHgWEPcD8QNiXUWsRTeA+DEQrwLiPmh1QBIACDAAJ3U2+BxuaFYAAAAASUVORK5CYII=);
}
#ndSearchResultPage #searchPropertyForm{
padding: 10px 0px;
position: relative;
}
#ndSearchResultPage #searchPropertyForm .nd_dates{
display: inline-block;
margin-right: 20px;
}
#ndSearchResultPage #searchPropertyForm .nd_dates button{
display: none;
}
#ndSearchResultPage #searchPropertyForm .nd_dates input{
padding: 0px 10px;
width: 150px;
min-width: 0px;
border-radius: 0px;
border: 0px;
font-family: 'Work Sans', sans-serif;
}
#ndSearchResultPage #searchPropertyForm select{
}
#ndSearchResultPage #searchPropertyForm .nd_dates .input_block{
display: inline-block;
position: relative;
border-right: solid 1px #aaa;
}
#ndSearchResultPage #searchPropertyForm .nd_dates .input_block::before{
content: '';
display: block;
width: 20px;
height: 1px;
background-color: #888;
transform: rotateZ(50deg) translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
margin-left: -10px;
}
#ndSearchResultPage #searchPropertyForm .nd_dates .input_block::after{
content: '';
display: block;
width: 20px;
height: 1px;
background-color: #888;
transform: rotateZ(-50deg) translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
margin-left: -10px;
}
#ndSearchResultPage #searchPropertyForm .nd_dates input#calendarSearchOut{
border-right: none;
}
#ndSearchResultPage #searchPropertyForm .nd_filters{
display: inline-block;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block{
position: absolute;
top: 100%;
left: 0px;
width: 600px;
box-sizing: border-box;
background-color: #fff;
z-index: 10;
padding: 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
display: none;
}
#ndSearchResultPage #searchPropertyForm .nd_filters.filterOpen .input_block{
display: block;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item{
margin-bottom: 10px;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item .inner{
position: relative;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item .inner label{
display: block;
width: 150px;
font-size: 14px;
font-weight: bold;
height: 34px;
line-height: 34px;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item .inner > span{
display: block;
position: absolute;
top: 0px;
right: 0px;
text-align: right;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item .inner span select{
font-family: 'Work Sans', sans-serif;
padding: 5px 10px;
width: 220px;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item.amenities label{
display: inline-block;
vertical-align: top;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item.amenities .checkboxBlock{
width: calc( 100% - 160px );
display: inline-block;
vertical-align: top;
margin-top: 5px;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item.amenities .checkboxBlock .checkbox_item{
display: inline-block;
width: 48%;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item.amenities .checkboxBlock .checkbox_item span{
position: static;
}
#ndSearchResultPage .submit{
display: inline-block;
}
#ndSearchResultPage .submit button{
font-size: 16px;
font-weight: bold;
border: 0px;
color: #ffffff;
background-color: #c5b840;
padding: 12px 20px;
text-transform: uppercase;
border-radius: 0px;
font-family: 'Work Sans', sans-serif;
position: relative;
padding-left: 48px;
}
#ndSearchResultPage .submit button span{
display: inline-block;
width: 23px;
height: 23px;
position: absolute;
top: 50%;
left: 20px;
transform: translateY(-50%);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiN2UzZDJjYy0yOTQ3LTI2NDYtYTMyOS02MWM3YWNjZDMxZmYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M1MzI5MDBBNDc4MTFFOTk3QzI4NjQ2QzUzMzQyMkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M1MzI4RkZBNDc4MTFFOTk3QzI4NjQ2QzUzMzQyMkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjMxMDJlMTAtYzc2My0zNjQ0LThhMjMtNzY1NDZjYjNlYmI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmI3ZTNkMmNjLTI5NDctMjY0Ni1hMzI5LTYxYzdhY2NkMzFmZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjS9nHEAAAGHSURBVHjarNQ9SwMxGAfw3CHoJOogiApS0FLwbVF00EEUdGpFBzc/gIOjTk6ufgGdFBXUgiCdHAqFboJUBe2mUHwBdbHgINLzf3CFh8cnl1y5wA9y3JN/2uQSx/M8JbQFyMAIdEENXuEazqCgbJofTqSg4JlbDvrY2H/owzT8sJAaPMKTMME3TNmED7CB77AOvaQ4AZtQZbWjpvB7UnwFHSG/qAdKpP4NHF34Mil8hmbTWkILvJBxG7rwHCnKWATTPaq3ii68QtZZRUSXZ5C/d/E1tgZf5Y2K3vKkn+AvXfrJNxD+QfpNUng16A83EJ4k/S8p/Dbod0I6Yvg8+dcl6fgvmXZdY4uMuwg7RGVSmAfXELzIroj+sPAkO9L+iZ0VBrTBtnD/7EjhDrly5+CSrdodFOETUjAD7Zr1P4DVsCt3nN0zUduR7sql1qAIv2ywv+G7MAn7mglOTeF13TAGEzAkbHRWM8G5TbiNE80E2TjCfcdSuorRIcteUTFPsAcPwalXfwIMAB/RL3D7pU5FAAAAAElFTkSuQmCC);
}
#ndSearchResultPage .boxed_content{
position: relative;
}
#ndSearchResultPage #searchPropertyAlert{
position: absolute;
bottom: 100%;
z-index: 10;
display: none;
}
#ndSearchResultPage .icon_date{
display: inline-block;
vertical-align: middle;
width: 23px;
height: 23px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiN2UzZDJjYy0yOTQ3LTI2NDYtYTMyOS02MWM3YWNjZDMxZmYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjFBQjNCRUZBNDc0MTFFOUFBMTM4MzBEQjY2QTMyN0UiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjFBQjNCRUVBNDc0MTFFOUFBMTM4MzBEQjY2QTMyN0UiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjMxMDJlMTAtYzc2My0zNjQ0LThhMjMtNzY1NDZjYjNlYmI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmI3ZTNkMmNjLTI5NDctMjY0Ni1hMzI5LTYxYzdhY2NkMzFmZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn4gXAwAAAFOSURBVHjaYvz//z8DrQBLZ2cnNnFDID4EZU8B4kosatYAsTsQfwZinfLy8ncYhuOw9BMQ80DZnDjUCEHV8GAzGGa4HBALAPFvqNhfIDZCUiMCxGpAzIwkBgpLdij7J9D31kD6DRAzQcVYgfgDyPClQGyDJ+iioRgXAFlyBIv4EZBNijSKT0WQyycCsQFSsFADgILlAsjwbkpMAUYmTjkmBhoCFjR2OxDzA/E/Yg1Ayicgh74H4gqgb/6jGw5KaiVUcHAlNKmiBMt/aFqlBDzHFSy/odmelZRgQYu/3zBXoxsOEnxCzdTCgmazHxBzURChX4F4E7YIBQXHeipEKDO2CKVpOgeVhj2kpnO0YH2PK0L/AHHpkMz+jEBcD8TC0CAiJbWA9CoA8UygT7bhSor1FDj0IRBfw+VyUETcAGIZElzOBNW3C+jiUHRJgAADANY7UOoAXO1PAAAAAElFTkSuQmCC);
} #ndInputDateIn,#ndInputDateOut{
border: solid 1px rgba(0,0,0,0) !important;
}
#ndInputDateIn.nd_active,#ndInputDateOut.nd_active{
border: solid 1px #c4b941 !important;
}
.nd_form_dates_loading{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0);
}
.nd_form_dates_loading.nd_active{
display: block;
}
.nd_form_dates_loading::after{
height: 100%;
width: 100%;
background-position: center center;
background-size: cover;
opacity: .8;
}
.nd_limit_content .nd_limit_content_open{
margin-top: 20px;
margin-bottom: 20px;
}
.nd_limit_content .nd_limit_content_open span{
cursor: pointer;
font-size: 16px;
font-style: italic;
color: #616161;
}
.nd_limit_content .nd_limit_content_open span:hover{
text-decoration: underline;
color: #212121;
}
.nd_limit_content .nd_limit_content_inner{
height: 100px;
overflow: hidden;
position: relative;
}
.nd_limit_content .nd_limit_content_inner::before{
content:'';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: linear-gradient(transparent 0px, white);
}
.nd_limit_content .nd_limit_content_inner.nd_is_visible::before{
display: none;
}
.search_list_no_result{
padding: 100px 50px;
text-align: center;
font-size: 30px;
}  .nd_lb_bg_video{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 999999999999999;
}
.nd_lb_bg_video iframe{
width: 100%;
height: calc( 100% - 80px );
margin-top: 80px;
}
.nd_lb_bg_video .nd_close_lb{
position: absolute;
top: 10px;
width: 30px;
height: 30px;
right: 10px;
border: solid 2px #aaa;
border-radius: 50%;
cursor: pointer;
transform: rotateZ(45deg);
}
.nd_lb_bg_video .nd_close_lb::before{
content: '';
display: block;
width: 15px;
height: 2px;
background-color: #aaa;
transform: translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
}
.nd_lb_bg_video .nd_close_lb::after{
content: '';
display: block;
height: 15px;
width: 2px;
background-color: #aaa;
transform: translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
} .nd_lb_bg_gallery{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 999999999999999;
}
.nd_lb_bg_gallery .nd_close_lb{
position: absolute;
top: 10px;
width: 30px;
height: 30px;
right: 10px;
border: solid 2px #aaa;
border-radius: 50%;
cursor: pointer;
transform: rotateZ(45deg);
}
.nd_lb_bg_gallery .nd_close_lb::before{
content: '';
display: block;
width: 15px;
height: 2px;
background-color: #aaa;
transform: translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
}
.nd_lb_bg_gallery .nd_close_lb::after{
content: '';
display: block;
height: 15px;
width: 2px;
background-color: #aaa;
transform: translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
}
.nd_lb_bg_gallery .nd_gallery_container{
width: 100%;
height: calc( 100% - 80px );
margin-top: 80px;
padding: 0px 50px;
padding-bottom: 50px;
}
.nd_lb_bg_gallery .nd_gallery_container .nd_gallery_container_inner{
position: relative;
overflow: hidden;
height: 100%;
}
.nd_lb_bg_gallery .nd_gallery_container .nd_gallery_container_inner .nd_gallery_item{
display: flex;
position: absolute;
top: 0px;
left: -1000000%;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
transform: translateY(-50px);
opacity: 0;
-webkit-transition: opacity .2s, transform .2s;
transition: opacity .2s, transform .2s;
}
.nd_lb_bg_gallery .nd_gallery_container .nd_gallery_container_inner .nd_gallery_item.nd_active{
left: 0px;
opacity: 1;
transform: translateY(0px);
}
.nd_lb_bg_gallery .nd_gallery_container .nd_gallery_container_inner .nd_gallery_item img{
max-width: 100%;
max-height: 100%;
}
.nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav{
position: absolute;
top: 80px;
left: 0px;
width: 100%;
height: calc( 100% - 80px );
z-index: 2;
}
.nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_prev{
position: absolute;
width: 50px;
height: 100%;
top: 0px;
left: 0px;
}
.nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_prev::before{
content: '';
display: block;
position: absolute;
left: 10px;
top: 50%;
width: 20px;
height: 20px;
border-left: solid 3px #aaa;
border-bottom: solid 3px #aaa;
transform: rotateZ(45deg) translateY(-50%);
cursor: pointer;
}
.nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next{
position: absolute;
width: 50px;
height: 100%;
top: 0px;
right: 0px;
}
.nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next::before{
content: '';
display: block;
position: absolute;
right: 10px;
top: 50%;
width: 20px;
height: 20px;
border-right: solid 3px #aaa;
border-bottom: solid 3px #aaa;
transform: rotateZ(-45deg) translateY(-50%);
cursor: pointer;
} .fusion-page-title-bar{
display: none;
} .nd_single_main{
position: relative;
}
.nd_single_main .nd_single_left{
font-size: 16px;
color: #888;
}
.nd_single_main .nd_single_left .nd_single_section_content h4,.nd_single_main .nd_text_extra_content h4{
font-size: 20px;
color: #888;
margin-bottom: 10px;
padding: 0px 15px;
position: relative;
display: inline-block;
text-transform: uppercase;
}
.nd_single_main .nd_single_left .nd_single_section_content h4::before,.nd_single_main .nd_text_extra_content h4::before{
content: '';
height: 4px;
width: 10px;
background-color: #c5b840;
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%);
}
.nd_single_main .nd_single_left .nd_single_section_content h4::after,.nd_single_main .nd_text_extra_content h4::after{
content: '';
height: 4px;
width: 10px;
background-color: #c5b840;
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.nd_single_main .nd_text_extra_content{
margin-top: 30px;
}
.nd_single_main .nd_text_extra_content>*:first-child{
margin-top: 0px;
}
.nd_single_main .nd_single_section_condition .nd_text_extra_content{
margin-top: 0px;
}
.nd_single_main .nd_single_left{
width: calc( 100% - 400px );
}
.nd_single_main .nd_single_right{
width: 350px;
}
.nd_single_gal_prev{
height: 350px;
margin-bottom: 30px;
}
.nd_single_gal_prev .nd_left{
height: 350px;
width: calc( 70% - 10px );
float: left;
position: relative;
}
.nd_single_gal_prev .nd_left .nd_item{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
}
.nd_single_gal_prev .nd_right{
height: 350px;
width: 30%;
float: right;
position: relative;
}
.nd_single_gal_prev .nd_right .nd_item:nth-child(1){
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: calc( 50% - 5px );
background-position: center center;
background-size: cover;
}
.nd_single_gal_prev .nd_right .nd_item:nth-child(2){
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: calc( 50% - 5px );
background-position: center center;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
text-align: center;
}
.nd_single_gal_prev .nd_right .nd_item.nd_video_item{
cursor: pointer;
}
.nd_single_gal_prev .nd_right .nd_item.nd_video_item::before{
content: '';
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.4);
z-index: 2;
}
.nd_single_gal_prev .nd_right .nd_item.nd_video_item::after{
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 34px solid #333;
z-index: 3;
}
.nd_single_gal_prev .nd_right .nd_item.nd_img_with_text{
cursor: pointer;
}
.nd_single_gal_prev .nd_right .nd_item.nd_img_with_text::after{
content: '';
position: absolute;
z-index: 1;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.4);
}
.nd_single_gal_prev .nd_right .nd_item.nd_img_with_text p{
margin: 0px;
color: #212121;
font-size: 18px;
position: relative;
z-index: 2;
}
.nd_single_title_section::after{
content: '';
display: block;
clear: both;
}
.nd_single_title_section h1{
font-size: 24px;
text-transform: uppercase;
color: #212121;
font-weight: 400;
line-height: 16px;
margin-bottom: 12px;
}
.nd_single_title_section h2{
font-size: 18px;
color: #888;
text-transform: none;
margin-bottom: 25px;
margin-top: 10px;
}
.nd_single_description{
font-size: 16px;
color: #616161;
line-height: 24px;
margin-top: 0px;
margin-bottom: 30px;
}
.nd_single_chars{
margin: 0px;
padding: 0px;
list-style: none;
margin-left: -10px;
margin-right: -10px;
}
.nd_single_chars li{
color: #616161;
font-size: 16px;
float: left;
width: 25%;
padding: 6px 10px;
}
.nd_single_chars .nd_icon{
vertical-align: middle;
margin-right: 10px;
}
.nd_single_content{
margin-top: 50px;
}
.nd_single_content .nd_single_menu{
height: 64px;
position: relative;
}
.nd_single_content .nd_single_menu .nd_single_menu_inner{
margin: 0px;
padding: 0px;
list-style: none;
background-color: #eeeeee;
top: 0px;
width: 100%;
z-index: 999;
}
.nd_single_content .nd_single_menu .nd_single_menu_inner::after{
content: '';
display: block;
clear: both;
}
.nd_single_content .nd_single_menu .nd_single_menu_inner li{
font-size: 16px;
color: #333333;
width: 16.66%;
float: left;
text-align: center;
box-sizing: border-box;
padding: 20px 10px;
cursor: pointer;
}
.nd_single_content .nd_single_menu .nd_single_menu_inner li.nd_active{
color: #59b6ce;
}
.nd_single_content .nd_single_menu .nd_single_menu_inner li.nd_btn{
background-color: #c4b941;
color: #fff;
text-transform: uppercase;
} .nd_single_content .nd_single_content_title{
margin-top: 50px;
margin-bottom: 30px;
text-transform: uppercase;
font-weight: normal;
font-size: 24px;
display: inline-block;
color: #333;
padding: 0px 20px;
position: relative;
}
.nd_single_content .nd_single_content_title::before{
content: '';
height: 8px;
width: 15px;
background-color: #01bbd0;
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%);
}
.nd_single_content .nd_single_content_title::after{
content: '';
height: 8px;
width: 15px;
background-color: #01bbd0;
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.nd_single_section_content .nd_single_section_content_inner *{
color: #888888;
font-size: 16px;
}
.nd_single_section_content .nd_single_section_content_inner>*:first-child{
margin-top: 0px;
}
.nd_single_amenities_seach_block{
position: relative;
margin-bottom: 50px;
margin-top: 0px;
}
.nd_single_amenities_seach_block #nd_amenities_search_inp{
border: 0px;
font-size: 18px;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
padding: 10px;
height: auto;
font-weight: 200;
color: #212121;
padding-left: 50px;
padding-right: 110px;
margin: 0px;
width: 100%;
}
.nd_single_amenities_seach_block .nd_icon.icon_search{
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 23px;
height: 23px;
left: 11px;
}
.nd_single_amenities_seach_block button{
position: absolute;
top: 0px;
right: 0px;
border: 0px;
background-color: #c4b941;
color: #fff;
font-size: 18px;
height: 100%;
padding: 0px 20px;
font-weight: 200;
cursor: pointer;
}
.nd_single_section_amenities .nd_single_amenities_list{
margin: 0px;
padding: 0px;
list-style: none;
}
.nd_single_section_amenities .nd_single_amenities_list li{
position: relative;
font-size: 16px;
line-height: 16px;
color: #616161;
padding: 5px 5px 5px 22px;
width: 33.33%;
display: inline-block;
}
.nd_single_section_amenities .nd_single_amenities_list li::after{
content: '';
display: block;
width: 3px;
height: 11px;
position: absolute;
background-color: #59b6ce;
top: 50%;
left: 8px;
transform: translateY(-50%);
}
.nd_single_section_amenities .nd_single_amenities_list li::before{
content: '';
display: block;
width: 11px;
height: 3px;
position: absolute;
background-color: #59b6ce;
top: 50%;
left: 4px;
transform: translateY(-50%);
}
.nd_single_checkform{
position: absolute;
top: 0px;
right: 0px;
width: 350px;
}
.nd_single_checkform .nd_price_container{
border-bottom: solid 1px #cccccc;
position: relative;
padding-bottom: 10px;
text-align: right;
}
.nd_single_checkform .nd_price_container::after{
content: '';
display: block;
clear: both;
}
.nd_single_checkform .nd_price_container .nd_total{
font-size: 20px;
color: #616161;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
text-align: left;
height: 31px;
float: none;
}
.nd_single_checkform .nd_price_container .nd_total .nd_total_text{
display: none;
}
.nd_single_checkform .nd_price_container .nd_total .nd_from_text{
display: inline-block;
}
.nd_single_checkform .nd_price_container .nd_price_head{
position: relative;
text-align: left;
}
.nd_single_checkform .nd_price_container .nd_discount{
text-align: right;
background-color: #eee;
padding: 0px 10px;
display: none;
margin-top: 10px;
border-bottom: 0px;
margin-bottom: -10px;
background-color: #01bbd0;
color: #fff;
}
.nd_single_checkform .nd_price_container .nd_discount span{
font-size: 14px;
color: #888;
color: #fff;
}
.nd_single_checkform .nd_price_container .nd_discount strong{
font-size: 14px;
}
.nd_single_checkform .nd_price_container .nd_price_right{
position: absolute;
bottom: 0px;
right: 0px;
height: 40px;
}
.nd_single_checkform .nd_price_container .nd_price_right .nd_price{
font-size: 30px;
color: #212121;
font-weight: normal;
}
.nd_single_checkform .nd_price_container .nd_price_right .nd_pernightDefault{
display: inline-block;
font-size: 16px;
color: #888888;
font-weight: normal;
}
.nd_single_checkform .nd_price_container .nd_price_right .nd_pernight{
font-size: 16px;
color: #888888;
font-weight: normal;
display: none;
}
.nd_single_checkform .nd_price_container .nd_price_right .nd_pernight strong{
font-weight: normal;
}
.nd_single_checkform .nd_price_container .nd_price_right .nd_pernight strong i{
font-style: normal;
}
.nd_single_checkform #ndFormCheckIn{
padding-top: 20px;
}
.nd_single_checkform #ndFormCheckIn .nd_form_group{
width: 50%;
box-sizing: border-box;
float: left;
}
.nd_single_checkform #ndFormCheckIn .nd_form_group:nth-of-type(1){
padding-right: 10px;
}
.nd_single_checkform #ndFormCheckIn .nd_form_group:nth-of-type(2){
padding-left: 10px;
}
.nd_single_checkform #ndFormCheckIn .nd_form_group label{
text-transform: uppercase;
font-size: 10px;
color: #212121;
font-weight: bold;
}
.nd_single_checkform #ndFormCheckIn .nd_form_group input{
font-size: 16px;
color: #616161;
border: 0px;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
font-family: 'Work Sans', sans-serif;
font-weight: bold;
padding: 10px 20px;
height: auto;
width: 100%;
}
.nd_single_checkform #ndFormCheckIn button{
box-sizing: border-box;
border: 0px;
background-color: #c4b941;
color: #ffffff;
width: 100%;
text-align: center;
padding: 20px;
font-size: 18px;
clear: both;
margin-top: 35px;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
font-family: 'Work Sans', sans-serif;
font-weight: 400;
font-size: 22px;
}
.nd_single_checkform .nd_form_help{
position: relative;
margin-top: 30px;
padding-left: 30px;
}
.nd_single_checkform .nd_form_help .nd_icon.icon_alert{
width: 8px;
height: 24px;
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%);
}
.nd_single_checkform .nd_form_help .nd_text{
font-size: 16px;
color: #333333;
font-weight: bold;
line-height: 3px;
}
.nd_single_section_condition_inner>*:first-child{
margin-top: 0px;
}
.nd_single_section_condition_inner ul{
padding-left: 20px;
}
.nd_single_section_condition_inner *{
font-size: 18px;
color: #616161;
color: #888888;
font-size: 16px;
}
.nd_single_section_condition_inner a{
color: #c4b941;
} .nd_single_section_reviews_inner .nd_review_item{
margin-bottom: 60px;
}
.nd_single_section_reviews_inner .nd_review_item header h4{
font-size: 18px;
font-weight: 600;
color: #616161;
display: inline-block;
margin: 0px;
margin-right: 10px;
}
.nd_single_section_reviews_inner .nd_review_item header span.nd_stars{
vertical-align: middle;
}
.nd_single_section_reviews_inner .nd_review_item header span.nd_stars i{
color: #c4b941;
}
.nd_single_section_reviews_inner .nd_review_item p{
font-size: 16px;
color: #333333;
line-height: 22px;
margin-bottom: 5px;
}
.nd_single_section_reviews_inner .nd_review_item .nd_review_footer{
font-size: 16px;
color: #616161;
}
.nd_single_section_reviews_inner .nd_review_item .nd_review_footer .nd_date{
font-style: italic;
}
.nd_single_section_reviews_inner .nd_load_more_reviews{
box-sizing: border-box;
border: 0px;
background-color: #c4b941;
color: #ffffff;
text-align: center;
padding: 15px 25px;
font-size: 18px;
clear: both;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
} .nd_single_section_related{
position: absolute;
top: 360px;
right: 0px;
width: 350px;
}
.nd_single_section_related_inner .nd_single_related_item{
margin-bottom: 20px;
}
.nd_single_section_related_inner .nd_single_related_item::after{
content: '';
display: block;
clear: both;
}
.nd_single_section_related_inner .nd_single_related_item .nd_left{
width: 35%;
background-position: center center;
background-size: cover;
float: left;
}
.nd_single_section_related_inner .nd_single_related_item .nd_left::after{
content: '';
display: block;
padding-top: 90%;
}
.nd_single_section_related_inner .nd_single_related_item h4{
width: 65%;
display: inline-block;
font-size: 14px;
color: #616161;
float: left;
box-sizing: border-box;
padding-left: 15px;
margin: 0px;
font-weight: 600;
margin-top: 5px;
line-height: 20px;
clear: none;
}
#ndFormCheckIn .nd_form_alert{
margin: 20px 0px;
font-size: 14px;
display: none;
}
.home_chars.only_two{
text-align: center;
}
.home_chars.only_two > .vc_col-sm-4{
float: none;
display: inline-block;
}
.home_chars.only_two > .vc_col-sm-4:nth-of-type(3){
display: none;
} .rentals_container.offer_list_container{
display: block;
}
.rentals_container.offer_list_container .item .inner{
display: flex;
}
.rentals_container.offer_list_container .item .gallery{
flex: 1;
}
.rentals_container.offer_list_container .item_right{
flex: 1;
position: relative;
padding-left: 30px;
}
.rentals_container.offer_list_container .item .date span{
font-size: 20px;
font-weight: bold;
color: #333;
}
.rentals_container.offer_list_container .item p.price{
position: absolute;
top: auto;
bottom: 0px;
}
.rentals_container.offer_list_container .item p.price .now{
font-weight: bold;
color: #212121;
font-size: 30px;
margin-right: 20px;
vertical-align: middle;
}
.rentals_container.offer_list_container .item p.price .before{
font-size: 20px;
text-decoration: line-through;
}
.rentals_container.offer_list_container .item .nd_button.go_to_offer{
box-sizing: border-box;
border: 0px;
background-color: #c4b941;
color: #ffffff;
width: auto;
text-align: center;
padding: 15px 20px;
clear: both;
margin-top: 35px;
text-transform: uppercase;
cursor: pointer;
font-family: 'Work Sans', sans-serif;
font-weight: 400;
font-size: 18px;
position: absolute;
left: 30px;
bottom: 0px;
}
.booked-calendar{
max-width: 420px;
} .km_mission{
display: flex;
flex: 1;
}
.km_mission > .wpb_column > .vc_column-inner{
background-color: #f7f7f7;
padding: 20px 40px;
background-image: url(//www.karismatia.com/wp-content/themes/karismatia/img/sonrisa.png);
background-position: bottom right;
background-repeat: no-repeat;
background-size: 33%;
height: 100%;
} .containerRentalsList{
position: relative;
}
.containerRentalsList .left{
width: 60%;
min-height: 100vh;
padding-left: 20px;
padding-top: 30px;
}
.containerRentalsList .left .the_content{
margin-bottom: 30px;
}
#mapSearchResult{
background-color: #333;
position: absolute;
top: 0px;
right: 0px;
height: 100vh;
width: calc( 40% - 50px );
}
.infoWcontainer .img{
padding-top: 70%;
background-position: center center;
background-size: cover;
}
.infoWcontainer h4{
margin: 0px;
font-size: 18px;
margin-top: 10px;
font-weight: bold;
width: 310px;
}
.infoWcontainer p{
display: none;
}
.infoWcontainer p.price{
display: block;
margin: 0px;
margin-top: 5px;
}
.infoWcontainer p.price .num{
font-size: 16px;
font-weight: bold;
color: #333;
margin-left: 10px;
} #menuMobileBtn{
position: absolute;
right: 0px;
top: 50%;
width: 30px;
height: 30px;
border-radius: 0px;
background: none;
padding: 0px;
text-align: center;
border: 0px;
z-index: 20;
display: none;
outline: none;
transform: translateY(-50%);
}
#menuMobileBtn span{
display: inline-block;
height: 3px;
width: 25px;
background-color: #888;
border-radius: 3px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
transition: all .3s ease-in-out;
}
#menuMobileBtn span:nth-last-of-type(1){
margin-top: -7px;
transition: transform .1s ease-in-out,margin .1s .1s ease-in-out;
}
#menuMobileBtn span:nth-last-of-type(2){
opacity: 1;
transition: opacity .1s .1s ease-in-out;
}
#menuMobileBtn span:nth-last-of-type(3){
margin-top: 7px;
transition: transform .1s ease-in-out,margin .1s .1s ease-in-out;
}
@media only screen and (max-width: 1250px) {
body{
padding-top: 108px;
}
.boxed_content{
padding: 0px 20px;
}
.nd_menu_phone{
padding: 15px 0px;
}
#masthead{
height: auto;
}
#masthead .site-branding{
margin-right: 10px;
}
#masthead .site-branding img{
width: 150px;
}
#masthead .menu_right{
width: calc( 100% - 175px );
}
#upHeader{
font-size: 14px;
line-height: 14px;
height: auto;
}
#masthead #site-navigation #primary-menu > li > a{
font-size: 16px;
}
#masthead #site-navigation #primary-menu > li.wpml-ls-item{
margin-right: 0px;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu{
margin-top: 22px;
}
.home_guide_container .home_guide_container_inner .item h4, .page_children_container .page_children_container_inner .item h4{
font-size: 25px;
}
#mainFooter .col_2_3 .col_1_4{
width: 50%;
margin-bottom: 30px;
}
#mainFooter .col_2_3 .col_1_4:nth-child(3){
clear: left;
}
}
@media only screen and (max-width: 1050px) {
.mim_gal_one_row{
height: calc( 120px * 5 );
}
.mim_gal_one_row > .vc_column_container{
width: 50%;
height: 33.33%;
float: left;
}
.mim_gal_one_row > .vc_column_container:nth-child(5){
width: 100%;
}
.vc_row.km_mission{
flex-direction: column;
padding-top: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.km_mission > .wpb_column{
width: 100%;
margin-top: 50px;
padding-left: 0px !important;
padding-right: 0px !important;
}
.home_buy_book .boxed_content .vc_col-sm-6{
width: 40%;
}
#upperBar{
text-align: center;
}
.nd_menu_phone{
padding-right: 50px;
}
.nd_single_checkform{
width: 250px;
}
.nd_single_section_related{
width: 250px;
}
.nd_single_main .nd_single_left{
width: calc( 100% - 300px );
}
#menuMobileBtn{
display: block;
}
body.main_menu_open #menuMobileBtn span:nth-of-type(1){
margin-top: 0px;
transform: translate(-50%,-50%) rotateZ(45deg);
transition: margin .1s ease-in-out,transform .1s .1s ease-in-out;
}
body.main_menu_open #menuMobileBtn span:nth-of-type(2){
opacity: 0;
transition: opacity 0s .1s ease-in-out;
}
body.main_menu_open #menuMobileBtn span:nth-of-type(3){
margin-top: 0px;
transform: translate(-50%,-50%) rotateZ(-45deg);
transition: margin .1s ease-in-out,transform .1s .1s ease-in-out;
}
.main_menu_container{
position: fixed;
z-index: 19;
background-color: #fff;
top: 0px;
width: 100%;
height: 100%;
overflow-y: scroll;
left: -100%;
transition: left .4s ease-in-out;
}
.main_menu_container > div{
padding: 100px 50px;
}
.main-navigation ul{
display: block;
}
body.main_menu_open{
overflow: hidden;
}
body.main_menu_open .main_menu_container{
left: 0px;
}
#masthead #site-navigation #primary-menu > li{
margin: 0px;
margin-bottom: 10px;
text-align: center;
clear: both;
}
#masthead #site-navigation #primary-menu > li > a{
font-size: 18px;
display: inline-block;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu{
position: static;
display: inline-block;
text-align: center;
width: 100%;
background: none;
margin-top: 0px;
border: 0px;
display: none;
}
#masthead #site-navigation #primary-menu > li.sub_menu_opened > ul.sub-menu{
display: block;
float: none;
box-shadow: none;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu > li > a{
width: auto;
font-size: 16px;
background: none;
color: #888;
display: inline-block;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu > li > ul.sub-menu{
position: static;
width: 100%;
text-align: center;
border: 0px;
background: none;
display: none;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu > li:hover > a{
background-color: transparent;
color: #888;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu > li.sub_menu_opened > ul.sub-menu{
display: block;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu::after{
display: none;
}
#masthead #site-navigation #primary-menu > li.menu-item-has-children::after{
display: none;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu > li > ul.sub-menu > li{
display: inline-block;
margin-bottom: 5px;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu > li > a:hover{
background: none !important;
color: #888 !important;
}
#masthead #site-navigation #primary-menu li.menu-item-has-children > span.open_submenu{
width: 25px;
height: 25px;
display: inline-block;
background-color: #eee;
vertical-align: middle;
margin-top: -5px;
margin-left: 20px;
position: relative;
position: absolute;
top: 7px;
}
#masthead #site-navigation #primary-menu > li > ul.sub-menu > li.menu-item-has-children > span.open_submenu{
top: 11px;
}
#masthead #site-navigation #primary-menu li.menu-item-has-children > span.open_submenu::before{
content: '';
display: block;
position: absolute;
width: 14px;
height: 3px;
background-color: #888;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
#masthead #site-navigation #primary-menu li.menu-item-has-children > span.open_submenu::after{
content: '';
display: block;
position: absolute;
height: 14px;
width: 3px;
background-color: #888;
top: 50%;
transform: translate(-50%,-50%);
left: 50%;
}
#masthead #site-navigation #primary-menu li.menu-item-has-children.wpml-ls-menu-item > span.open_submenu{
display: none;
}
#masthead #site-navigation #primary-menu li.menu-item-has-children.wpml-ls-menu-item > ul.sub-menu{
width: auto;
border-right: 0px;
display: inline-block;
position: static;
float: none;
}
#masthead #site-navigation #primary-menu li.menu-item-has-children.wpml-ls-menu-item > ul.sub-menu > li{
display: inline-block;
}
#masthead #site-navigation #primary-menu li.menu-item-has-children.sub_menu_opened > span.open_submenu::after{
display: none;
}
.home_guide_container .home_guide_container_inner .col_1_4, .page_children_container .page_children_container_inner .col_1_4{
width: 50%;
}
.home_guide_container .home_guide_container_inner .item::before, .page_children_container .page_children_container_inner .item::before{
content: '';
display: block;
padding-top: 100%;
}
h3.nd_heading_home{
padding-right: 150px;
font-size: 25px;
margin-bottom: 20px !important;
}
h3.nd_heading_gen{
font-size: 25px;
margin-bottom: 20px !important;
}
#ndSearch .nd_filters,#ndSearch{
height: auto;
}
#ndSearch{
margin-bottom: 0px;
}
#ndSearch .nd_filters .item.destination,#ndSearch .nd_filters .item.bedrooms{
width: 50%;
border-bottom: solid 1px #eee;
}
#ndSearch .nd_filters .item.arrival,#ndSearch .nd_filters .item.departures{
width: 50%;
}
#ndSearch .nd_filters .item.bedrooms::after{
display: none;
}
.home_header{
height: auto;
padding: 50px 0px;
}
.home_header .h1{
font-size: 40px;
}
.home_header > .vc_col-sm-12{
float: none;
}
.home_header .boxed_content > .wpb_column > .vc_column-inner > .wpb_wrapper{
height: auto;
}
.home_header .home_no_fees{
position: static;
}
.home_chars .home_char .wpb_single_image{
text-align: center;
}
.home_chars .home_char p{
position: static;
transform: none;
top: 0px;
padding: 0px;
text-align: center !important;
margin-top: 20px;
font-size: 20px !important;
}
.home_welcome .vc_col-sm-6:nth-child(1){
padding-right: 40px;
}
.home_welcome .vc_col-sm-6:nth-child(2){
padding-left: 40px;
}
.rentals_container{
grid-template-columns: repeat(1, 100%);
}
.containerRentalsList .left{
width: 50%;
}
#mapSearchResult{
width: calc( 50% - 30px );
}
.pm-boxed img{
position: static;
}
.pm-boxed .wpb_text_column{
text-align: center;
}
.pm-boxed h4,.pm-boxed p:nth-child(3){
padding-left: 0px;
}
form.wpcf7-form .col_1_3{
width: 50%;
}
.block_image_text{
display: flex;
flex-direction: column;
}
.block_image_text.responsive_flex_reverse{
flex-direction: column-reverse;
}
.block_image_text .block_image{
float: none;
width: 100%;
height: 250px;
}
.block_image_text .block_text_left{
display: flex;
flex-direction: column;
width: 100%;
}
.block_image_text.block_about_me .block_image{
width: 100%;
}
.block_image_text.block_about_me .block_text_left{
width: 100%;
}
.block_brands img{
width: calc( 20% - 80px );
}
form.wpcf7-form .col_1_3{
width: 100%;
}
.contact_data > .wpb_column{
width: 100%;
text-align: center;
}
.contact_info_item{
padding-left: 0px;
}
.contact_info_item i, .contact_info_item a i{
display: block;
position: static;
}
.main_title_left{
text-align: center !important;
}
.home_header .h1{
font-size: 30px !important;
}
}
@media only screen and (max-width: 900px) {
.home_buy_book .boxed_content .vc_col-sm-6 .vc_custom_heading{
font-size: 25px;
}
.home_buy_book .boxed_content .vc_col-sm-6{
width: 50%;
}
.nd_single_title_section h1{
line-height: 28px;
}
.nd_single_main .nd_single_left{
width: 100%;
}
.nd_single_checkform{
margin-top: 60px;
width: 100%;
position: static;
}
.nd_single_section_related{
width: 100%;
position: static;
}
.nd_single_section_related_inner .nd_single_related_item h4{
font-size: 20px;
line-height: 28px;
}
.nd_single_main{
width: 100%;
}
.home_banner_result_container .home_banner_result_container_inner .col_2_3{
width: 100%;
}
.home_banner_result_container .home_banner_result_container_inner .col_1_3{
width: 50%;
}
.home_banner_result_container .home_banner_result_container_inner .col_1_3 .item{
height: auto;
}
.home_banner_result_container .home_banner_result_container_inner .col_1_3 .item::before{
content: '';
display: block;
padding-top: 100%;
}
.home_banner_result_container .home_banner_result_container_inner .item h4{
font-size: 25px;
}
.banner_last_deals{
text-align: center;
}
.banner_last_deals .last_minute_text{
padding-right: 0px;
text-align: center !important;
margin-bottom: 30px;
}
.banner_last_deals .nd_boton{
position: static;
display: inline-block;
}
#mainFooter .col_1_3{
width: 100%;
}
#mainFooter .col_2_3{
width: 100%;
}
.guest_services_container .guest_services_container_inner .item .col_1_3{
width: 50%;
}
.guest_services_container .guest_services_container_inner .item .col_2_3{
width: 50%;
}
.guest_services_container .guest_services_container_inner .item .img{
height: 280px;
}
}
@media only screen and (max-width: 767px) {
.gen_header{
min-height: 200px;
}
.gen_header h1, .gen_header .h1{
padding: 30px 0px;
font-size: 45px;
}
#postPage .blog_content .img_thumb header{
display: block;
position: static;
}
#blogPage .nd_rest_of_posts{
grid-template-columns: repeat(1, 100%);
}
.home_buy_book .boxed_content{
flex-direction: column;
}
.home_buy_book .boxed_content .vc_col-sm-6{
width: 100%;
text-align: center;
padding: 0px;
}
.home_buy_book .boxed_content .vc_col-sm-6 .vc_custom_heading{
text-align: center !important;
}
.home_buy_book .boxed_content .vc_col-sm-6 .wpb_single_image.vc_align_left{
text-align: center;
margin-bottom: 30px;
}
.home_buy_book .boxed_content .vc_col-sm-6 .wpb_text_column{
border-left: 0px;
padding-left: 0px;
border-top: solid 4px #772a64;
}
.block_brands img{
width: calc( 33% - 80px );
}
#upperBar .nd_contact_info_item.nd_contact_info_item_text{
display: none;
}
#upperBar .nd_contact_info_item:nth-of-type(2){
margin-left: 0px;
}
.home_chars.vc_row{
margin-bottom: 0px;
}
.home_chars .home_char{
margin-bottom: 40px;
}
.mobile_centered{
text-align: center !important;
}
.home_welcome{
text-align: center;
}
.home_welcome .vc_col-sm-6:nth-child(1){
padding-right: 30px;
}
.home_welcome .vc_col-sm-6:nth-child(2){
padding-left: 30px;
}
.containerRentalsList .left{
width: 100%;
padding-left: 30px;
padding-right: 30px;
}
#mapSearchResult{
display: none;
}
.nd_pg_boxed_char_container .vc_separator{
display: none;
}
.nd_pg_boxed_char_container .pm-boxed .vc_col-sm-6{
margin-bottom: 50px;
}
.img_property_container{
display: none;
}
form.wpcf7-form .col_1_3{
width: 100%;
}
.guest_services_container .guest_services_container_inner .item{
margin-bottom: 30px;
}
.guest_services_container .guest_services_container_inner .item .col_1_3{
width: 100%;
}
.guest_services_container .guest_services_container_inner .item .col_2_3{
width: 100%;
margin-top: 20px;
}
.whatsapp-btn-gen{
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
padding: 10px 0px;
font-size: 16px;
border: 0px;
border-radius: 0px;
right: auto;
}
.whatsapp-btn-gen i{
margin-right: 5px;
line-height: normal;
}
.whatsapp-btn-gen span{
display: inline-block;
}
#mainFooter ul.menu{
text-align: center;
}
#mainFooter ul.menu li{
margin-right: 0px;
display: block;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 750px) {
.nd_single_chars li{
width: 33.33%;
}
.nd_single_content .nd_single_menu{
display: none;
}
.ui-datepicker-inline.ui-datepicker{
width: 100% !important;
}
.nd_single_main{
width: 100%;
}
.nd_single_main .nd_single_left{
width: 100%;
}
.home_guide_container .home_guide_container_inner .col_1_4, .page_children_container .page_children_container_inner .col_1_4{
width: 100%;
}
.home_guide_container .home_guide_container_inner .item::before, .page_children_container .page_children_container_inner .item::before{
content: '';
display: block;
padding-top: 70%;
}
.home_banner_result_container .home_banner_result_container_inner .col_1_3{
width: 100%;
}
.home_banner_result_container .home_banner_result_container_inner .item{
height: auto;
}
.home_banner_result_container .home_banner_result_container_inner .item::before,.home_banner_result_container .home_banner_result_container_inner .col_1_3 .item::before{
content: '';
display: block;
padding-top: 70%;
}
h3.nd_heading_home{
padding-right: 0px;
margin-bottom: 0px !important;
}
.nd_boton_arrow{
display: none !important;
}
#ndSearchResultPage #searchPropertyForm .nd_dates input{
width: 140px;
}
}
@media only screen and (max-width: 650px) {
.main_title_center i::after, .main_title_left i::after{
display: none;
}
.nd_single_section_amenities .nd_single_amenities_list li{
width: 50%;
}
#ndSearchResultPage #searchPropertyForm .nd_dates{
display: none;
}
#ndSearchResultPage #searchPropertyForm .nd_dates.filterOpen{
display: block;
}
#ndSearchResultPage #searchPropertyForm .nd_dates{
position: absolute;
top: 73px;
width: 100%;
}
#ndSearchResultPage .icon_date{
position: absolute;
z-index: 2;
}
#ndSearchResultPage #searchPropertyForm .nd_dates .input_block{
width: 100%;
display: block;
padding-left: 25px;
border-right: 0px;
}
#ndSearchResultPage #searchPropertyForm .nd_dates input{
width: 49%;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block{
position: static;
width: 100%;
box-shadow: none;
padding-top: 73px;
padding-left: 0px;
padding-right: 0px;
border-top: solid 1px #ccc;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item .inner > span{
position: static;
text-align: left;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item .inner span select{
width: 100%;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item.amenities .checkboxBlock{
display: block;
width: 100%;
}
#ndSearchResultPage .filterOpen ~ .submit{
display: block;
width: 100%;
}
#ndSearchResultPage .submit{
display: none;
}
.guest_services_container .guest_services_container_inner .item h4{
font-size: 22px;
}
}
@media only screen and (max-width: 600px) {
.nd_single_chars li{
width: 50%;
}
.nd_single_gal_prev .nd_left{
width: 100%;
}
.nd_single_gal_prev{
height: auto;
}
.nd_single_gal_prev::after{
content: '';
display: block;
clear: both;
}
.nd_single_gal_prev .nd_right{
width: 100%;
height: auto;
padding-top: 16px;
}
.nd_single_gal_prev .nd_right::after{
content: '';
display: block;
clear: both;
}
.nd_single_gal_prev .nd_right .nd_item:nth-child(1){
position: relative;
width: calc( 50% - 8px );
float: left;
margin-right: 16px;
height: 150px;
}
.nd_single_gal_prev .nd_right .nd_item:nth-child(2){
position: relative;
width: calc( 50% - 8px );
float: left;
height: 150px;
}
.ui-datepicker-inline.ui-datepicker .ui-datepicker-group{
width: 100%;
}
.nd_single_section_related_inner .nd_single_related_item h4{
line-height: 20px;
font-size: 14px;
}
.home_header .h1{
font-size: 30px;
}
#ndSearch .nd_filters .item{
width: 100% !important;
}
#ndSearch .nd_filters .item.arrival{
border-bottom: solid 1px #eee;
}
#ndSearch .nd_filters .item.arrival::before,#ndSearch .nd_filters .item.arrival::after{
display: none;
}
#ndSearch .nd_filters .item.departures .inner::after{
content: '';
display: inline-block;
width: 23px;
height: 23px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiN2UzZDJjYy0yOTQ3LTI2NDYtYTMyOS02MWM3YWNjZDMxZmYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjFBQjNCRUZBNDc0MTFFOUFBMTM4MzBEQjY2QTMyN0UiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjFBQjNCRUVBNDc0MTFFOUFBMTM4MzBEQjY2QTMyN0UiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjMxMDJlMTAtYzc2My0zNjQ0LThhMjMtNzY1NDZjYjNlYmI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmI3ZTNkMmNjLTI5NDctMjY0Ni1hMzI5LTYxYzdhY2NkMzFmZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn4gXAwAAAFOSURBVHjaYvz//z8DrQBLZ2cnNnFDID4EZU8B4kosatYAsTsQfwZinfLy8ncYhuOw9BMQ80DZnDjUCEHV8GAzGGa4HBALAPFvqNhfIDZCUiMCxGpAzIwkBgpLdij7J9D31kD6DRAzQcVYgfgDyPClQGyDJ+iioRgXAFlyBIv4EZBNijSKT0WQyycCsQFSsFADgILlAsjwbkpMAUYmTjkmBhoCFjR2OxDzA/E/Yg1Ayicgh74H4gqgb/6jGw5KaiVUcHAlNKmiBMt/aFqlBDzHFSy/odmelZRgQYu/3zBXoxsOEnxCzdTCgmazHxBzURChX4F4E7YIBQXHeipEKDO2CKVpOgeVhj2kpnO0YH2PK0L/AHHpkMz+jEBcD8TC0CAiJbWA9CoA8UygT7bhSor1FDj0IRBfw+VyUETcAGIZElzOBNW3C+jiUHRJgAADANY7UOoAXO1PAAAAAElFTkSuQmCC);
}
.home_header .vc_col-sm-12{
padding-left: 0px;
padding-right: 0px;
}
.home_header .boxed_content > .wpb_column > .vc_column-inner > .wpb_wrapper{
padding: 0px 20px;
}
#mainFooter .col_1_3{
text-align: center;
}
#mainFooter .col_2_3{
text-align: center;
}
#mainFooter .col_2_3 .col_1_4{
width: 100%;
}
.header_gen h1{
font-size: 40px;
}
}
@media only screen and (max-width: 500px) {
.block_brands img{
width: calc( 50% - 80px );
}
body{
padding-top: 75px;
}
#upHeader{
display: none;
}
#upperBar .nd_contact_info_item:nth-of-type(2){
display: none;
}
#upperBar .nd_contact_info_item:nth-of-type(3){
margin-left: 0px;
}
body.menuIsFixed.scrollIsUp #masthead{
height: 75px;
}
.nd_single_checkform #ndFormCheckIn .nd_form_group{
float: none;
padding: 0px !important;
width: 100%;
margin-bottom: 30px;
}
.nd_single_gal_prev .nd_right .nd_item:nth-child(1){
position: relative;
width: 100%;
float: none;
margin-right: 0px;
}
.nd_single_gal_prev .nd_right .nd_item:nth-child(2){
position: relative;
width: 100%;
float: none;
margin-right: 0px;
margin-top: 16px;
}
#ui-datepicker-div{
width: 100% !important;
left: 0px !important;
}
.nd_single_section_amenities .nd_single_amenities_list li{
width: 100%;
}
#ndSearchResultPage #searchPropertyForm .nd_filters .input_block .item.amenities .checkboxBlock .checkbox_item{
display: block;
width: 100%;
}
#ndSearchResultPage #searchPropertyForm .nd_filters{
width: 100%;
}
}
@media only screen and (max-width: 350px) {
.nd_single_chars li{
width: 100%;
}
} #cookie-notice{
display: block;
visibility: hidden;
position: fixed;
min-width: 100%;
height: auto;
z-index: 100000;
font-size: 13px;
line-height: 20px;
left: 0;
text-align: center;
background-color: #fff !important;
color: #333 !important;
bottom: 0px;
}
#cookie-notice #cn-notice-text{
margin-right: 10px;
}
#cookie-notice .cn-button{
background: none;
background-color: #01bbd0;
box-shadow: none;
border: 0px;
border-radius: 0px;
display: inline-block;
margin-right: .3em;
margin-bottom: 0;
line-height: 20px;
text-align: center;
font-style: normal;
vertical-align: middle;
cursor: pointer;
color: #fff;
padding: 2px 10px;
font-size: 12px;
text-decoration: none;
outline: none;
}
.cookie-notice-container{
padding: 10px;
text-align: center;
width: 100%;
box-sizing: border-box;
} .ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
font-size: 100%;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
} input.ui-button.ui-button-icon-only {
text-indent: 0;
} .ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
} .ui-controlgroup-vertical .ui-spinner-input { width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
} .ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #d3d3d3;
}
.ui-widget-content {
border: 1px solid #aaaaaa;
background: #ffffff;
color: #222222;
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
border: 1px solid #aaaaaa;
background: #cccccc url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
color: #222222;
font-weight: bold;
}
.ui-widget-header a {
color: #222222;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #d3d3d3;
background: #e6e6e6 url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #555555;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #999999;
background: #dadada url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #212121;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #aaaaaa;
background: #ffffff url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #aaaaaa;
background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #212121;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fcefa1;
background: #fbf9ee url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
color: #363636;
}
.ui-state-checked {
border: 1px solid #fcefa1;
background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-icons_222222_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-icons_cd0a0a_256x240.png);
}
.ui-button .ui-icon {
background-image: url(//www.karismatia.com/wp-content/themes/karismatia/css/images/ui-icons_888888_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 4px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
-webkit-box-shadow: -8px -8px 8px #aaaaaa;
box-shadow: -8px -8px 8px #aaaaaa;
}