@charset "UTF-8";
@charset "UTF-8";
@keyframes aysSMquantumWizPaperInputAddUnderline {
0% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@-webkit-keyframes aysSMquantumWizPaperInputAddUnderline {
0% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
div[id*='ays-survey-container'].ays-survey-container *{
box-sizing: border-box;
}
.ays-survey-container {
background-color: #fff;
margin-bottom: 48px;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
padding-bottom: 6px;
word-wrap: break-word;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
padding-bottom: 0;
word-wrap: break-word;
min-width: 250px;
width: 100%;
margin: 0 auto;
}
.ays-survey-container[dir=rtl],
.ays-survey-container[dir=rtl] * {
direction: rtl;
}
.ays-survey-container[dir=rtl] .ays-survey-answer-slider-list-main,
.ays-survey-container[dir=rtl] .ays-survey-answer-slider-list-main * {
direction: ltr;
}
.ays-survey-container[dir=rtl] .ays-survey-question {
border-left: 1px solid #dadce0!important;
border-right: 5px solid rgb(255, 87, 34);
}
.ays-survey-container[dir=ltr] .ays-survey-question {
border-left: 5px solid rgb(255, 87, 34);
border-right: 1px solid #dadce0!important;
}
.ays-survey-container[dir=rtl] .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column.ays-survey-answer-matrix-scale-column-row-header,
.ays-survey-container[dir=rtl] .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column.ays-survey-answer-slider-list-column-row-header,
.ays-survey-container[dir=rtl] .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column.ays-survey-answer-star-list-column-row-header {
text-align: right;
}
.ays-survey-container {
position: relative;
}
.ays-survey-container .ays-survey-section {
display: none;
}
.ays-survey-container .ays-survey-section.active-section {
display: block;
}
.ays-survey-container .ays-survey-section-header {
margin-top: 12px;
background-color: #fff;
border: 1px solid #dadce0;
border-radius: 8px;
margin-bottom: 12px;
padding: 24px;
padding-top: 22px;
position: relative;
border-top: 10px solid rgb(255, 87, 34);
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.141), 0 1px 3px 0 rgba(0, 0, 0, 0.122);
}
.ays-survey-container .ays-survey-section-title-row {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
box-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.ays-survey-container .ays-survey-section-title-row {
font-family: 'Google Sans',Roboto,Arial,sans-serif;
font-size: 32px;
font-weight: 400;
color: #202124;
line-height: 135%;
max-width: 100%;
min-width: 0%;
}
.ays-survey-container .ays-survey-title-wrap {
width: 100%; }
div[id*="ays-survey-container-"].ays-survey-container .ays-survey-title { font-size: 2rem;
margin-bottom: 12px;
display: block;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
line-height: 1.5;
}
.ays-survey-container .ays-survey-title-wrap .ays-survey-cover-photo-title-wrap {
padding-left: 5px;
}
.ays-survey-container .ays-survey-cover-photo-title-wrap {
height: 150px;
background-image: unset;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.ays-survey-container .ays-survey-cover-photo-title-wrap.ays-survey-no-cover-photo {
background-image: unset !important;
}
.ays-survey-container .ays-survey-section-desc {
font-family: Roboto,Arial,sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: .2px;
line-height: 20px;
color: #202124;
margin-top: 12px;
}
.ays-survey-container .ays-survey-question {
-webkit-transition: background-color 200ms cubic-bezier(0.0,0.0,0.2,1);
transition: background-color 200ms cubic-bezier(0.0,0.0,0.2,1);
background-color: #fff;
border: 1px solid #dadce0;
border-radius: 8px;
margin-bottom: 12px;
padding: 24px;
page-break-inside: avoid;
word-wrap: break-word;
border-left: 5px solid rgb(255, 87, 34);
position: relative;
}
.ays-survey-container .ays-survey-question-header p {
margin: 0;
} .ays-survey-container .ays-survey-question-header {
display: -webkit-box;
display: -webkit-flex;
display: flex;
box-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-bottom: 16px;
-webkit-box-align: start;
box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
max-width: 100%;
min-width: 0%;
position: relative;
}
.ays-survey-container .ays-survey-question-header-content { width: 100%;
}
.ays-survey-container .ays-survey-question-title {
font-family: 'Google Sans',Roboto,Arial,sans-serif;
font-size: 16px;
font-weight: 500;
letter-spacing: .1px;
line-height: 1.5;
color: #202124;
font-weight: 400;
width: 100%;
word-break: break-word;
display: block;
margin-bottom: 10px;
}
.ays-survey-container .ays-survey-question-image-container {
width: 100%;
padding: 5px 0;
}
.ays-survey-container .ays-survey-question-image {
max-width: 100%;
object-position: center center;
}
.ays-survey-container .ays-survey-question-required-icon {
color: #d93025;
}
.ays-survey-container .ays-survey-question-answers {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
box-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
width: 100%;
}
.ays-survey-container .ays-survey-answer {
display: -webkit-box;
display: -webkit-flex;
display: flex; min-height: 24px; }
.ays-survey-container .ays-survey-section .ays-survey-question[data-type="short_text"] .ays-survey-answer,
.ays-survey-container .ays-survey-section .ays-survey-question[data-type="text"] .ays-survey-answer,
.ays-survey-container .ays-survey-section .ays-survey-question[data-type="email"] .ays-survey-answer,
.ays-survey-container .ays-survey-section .ays-survey-question[data-type="name"] .ays-survey-answer,
.ays-survey-container .ays-survey-section .ays-survey-question[data-type="number"] .ays-survey-answer{
width: 100%;
}
.ays-survey-container .ays-survey-answer-label {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
box-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
cursor: pointer;
}
.ays-survey-container .ays-survey-answer-label-content {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-shrink: 1;
flex-shrink: 1;
min-width: 0%;
opacity: 1;
}
.ays-survey-container .ays-survey-answer-label input[type="checkbox"],
.ays-survey-container .ays-survey-answer-label input[type="radio"] {
display: none;
}
div.pen_container .ays-survey-container .ays-survey-answer-label input[type="checkbox"],
div.pen_container .ays-survey-container .ays-survey-answer-label input[type="radio"] {
display: none !important;
}
.ays-survey-container[id^="ays-survey-container"] .ays-survey-minimal-theme-question .ays-survey-answer-label :not(.ays-survey-answer-star-radio) input[type="checkbox"],
.ays-survey-container[id^="ays-survey-container"] .ays-survey-minimal-theme-question .ays-survey-answer-label :not(.ays-survey-answer-star-radio) input[type="radio"] {
display: initial !important;
}
.ays-survey-container .ays-survey-answer-label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content,
.ays-survey-container .ays-survey-answer-label input[type="radio"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content {
-webkit-transition: border-color .2s cubic-bezier(0.4,0,0.2,1);
transition: border-color .2s cubic-bezier(0.4,0,0.2,1);
-webkit-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
outline: none;
display: inline-block;
-webkit-flex-shrink: 0;
flex-shrink: 0;
height: 20px;
position: relative;
vertical-align: middle;
width: 20px;
z-index: 0;
}
.ays-survey-container .ays-survey-answer-icon-content-1 {
-webkit-animation: aysSMagmAnimateSelectOut .2s forwards;
animation: aysSMagmAnimateSelectOut .2s forwards;
cursor: pointer;
height: 20px;
position: relative;
width: 20px;
}
.ays-survey-container .ays-survey-answer-label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-1,
.ays-survey-container .ays-survey-answer-label input[type="radio"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-1 {
-webkit-animation: aysSMagmAnimateSelectOut .2s forwards;
animation: aysSMagmAnimateSelectOut .2s forwards;
cursor: pointer;
height: 20px;
position: relative;
width: 20px;
}
.ays-survey-container .ays-survey-answer-label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays-survey-container .ays-survey-answer-label input[type="radio"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2 {
border: solid 2px;
border-color: #5f6368;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 20px;
width: 20px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0;
}
.ays-survey-container .ays-survey-answer-label .ays-survey-answer-icon-ink {
position: absolute;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity .15s ease;
transition: opacity .15s ease;
background-color: rgba(218,220,224,0.2);
-webkit-border-radius: 100%;
border-radius: 100%;
height: 20px;
opacity: 0;
outline: .1px solid transparent;
pointer-events: none;
width: 20px;
z-index: -1;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.ays-survey-container .ays-survey-section .ays-survey-answer-label:hover .ays-survey-answer-icon-ink ,
.ays-survey-container .ays-survey-section .ays-survey-answer-label:focus .ays-survey-answer-icon-ink {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 1;
background-color: rgba(255, 87, 34, 0.04);
}
.ays-survey-container .ays-survey-answer-label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3,
.ays-survey-container .ays-survey-answer-label input[type="radio"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3 {
border: 5px solid rgb(244, 0, 0);
-webkit-border-radius: 50%;
border-radius: 50%;
left: 50%;
position: absolute;
top: 50%;
-webkit-transition: -webkit-transform ease .28s;
transition: -webkit-transform ease .28s;
-webkit-transition: transform ease .28s;
transition: transform ease .28s;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
transform: translateX(-50%) translateY(-50%) scale(0);
cursor: pointer;
visibility: hidden;
}
.ays-survey-container .ays-survey-answer-label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays-survey-container .ays-survey-answer-label input[type="radio"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2 {
border-color: rgb(244, 0, 0);
}
.ays-survey-container .ays-survey-answer-label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3,
.ays-survey-container .ays-survey-answer-label input[type="radio"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3 {
-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
transform: translateX(-50%) translateY(-50%) scale(1);
visibility: visible;
}
.ays-survey-container .ays-survey-answer-label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays-survey-container .ays-survey-answer-label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays-survey-container .ays-survey-answer-label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3 {
border-radius: 0;
}
.ays-survey-container .ays-survey-question-answers.ays-survey-question-answers-grid {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
box-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-flex-direction: row;
flex-direction: row;
width: 100%;
}
.ays-survey-container .ays-survey-answer.ays-survey-answer-grid {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
max-width: 260px;
min-height: 24px; padding-bottom: .5em;
box-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
width: 45%;
}
.ays-survey-container .ays-survey-answer-label.ays-survey-answer-label-grid {
flex-wrap: wrap;
}
.ays-survey-container .ays-survey-answer-label .ays-survey-answer-image-container {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-align-self: flex-start;
align-self: flex-start;
display: -webkit-box;
display: -webkit-flex;
display: flex;
height: 195px;
margin: 12px 0;
line-height: 195px;
outline-width: 0;
padding: 8px;
width: 260px;
box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: white;
border-color: rgb(255, 87, 34);
}
.ays-survey-container .ays-survey-answer-label input[type="checkbox"]:checked ~ .ays-survey-answer-image-container,
.ays-survey-container .ays-survey-answer-label input[type="radio"]:checked ~ .ays-survey-answer-image-container {
border-style: solid;
border-width: 2px;
outline-width: 0;
padding: 6px;
}
.ays-survey-container .ays-survey-answer-label .ays-survey-answer-image-container img {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
max-height: 100%;
max-width: 100%;
min-height: 0%;
min-width: 0%;
vertical-align: middle;
object-fit: contain;
object-position: center center;
margin: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 580px) {
.ays-survey-container .ays-survey-answer.ays-survey-answer-grid {
width: 100%;
margin: 0;
}
.ays-survey-container .ays-survey-section .ays-survey-button-content .ays-survey-answer-clear-selection-text{
line-height: 30px !important;
}
} @media screen and (min-width: 580px) and (max-width: 1024px) {
.ays-survey-container .ays-survey-answer-label .ays-survey-answer-image-container {
height: 150px;
}
}
.ays-survey-container input.ays-survey-question-input ~ .ays-survey-input-underline,
.ays-survey-container input.ays-survey-question-input ~ .ays-survey-input-underline-animation,
.ays-survey-container .ays-survey-answer-label-content > span {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
box-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
font-family: Roboto,Arial,sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: .2px;
line-height: 20px;
color: #202124;
min-width: 1px;
}
.ays-survey-container .ays-survey-answer-label-content > span {
margin-left: .75em;
}
.ays-survey-container .ays-survey-answer-label.ays-survey-answer-label-other {
-webkit-box-flex: 0;
box-flex: 0;
-webkit-flex-grow: 0;
flex-grow: 0;
padding-right: 20px;
width: auto;
white-space: nowrap;
margin-bottom: 10px;
}
.ays-survey-container .ays-survey-answer .ays-survey-answer-other-text {
display: block;
width: 100%;
position: relative;
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
min-width: 100px;
max-width: 100%;
margin-top: 10px;
}
.ays-survey-container .ays-survey-answer .ays-survey-answer-other-text input.ays-survey-answer-other-input {
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-shrink: 1;
flex-shrink: 1; border: none;
display: block;
font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
margin: 0;
min-width: 0%;
outline: none;
padding: .125em 0;
z-index: 0;
}
.ays-survey-container .ays-survey-question-select.dropdown div.text {
font-family: 'Google Sans',Roboto,Arial,sans-serif;
}
.ays-survey-container .ays-survey-question-select.dropdown div.item {
font-family: 'Google Sans',Roboto,Arial,sans-serif;
font-size: 16px !important;
font-weight: 500 !important;
letter-spacing: .1px;
line-height: 24px !important;
color: #202124 !important;
word-break: break-word;
}
.ays-survey-container .ays-survey-question-select.dropdown div.item img.ays-survey-answer-image {
vertical-align: middle;
margin-top: 0;
margin-bottom: 0;
}
.ays-survey-container .ays-survey-question-select.dropdown div.text img.ays-survey-answer-image {
font-size: initial;
line-height: 1;
height: auto;
margin: 0;
margin-right: .78571429rem;
width: 50px;
height: 50px;
} .ays-survey-container .ays-survey-simple-button-container,
.ays-survey-container .ays-survey-section-buttons .ays-survey-section-button-container {
-webkit-border-radius: 4px;
border-radius: 4px;
color: #5f6368;
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
z-index: 0;
box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.141), 0 1px 3px 0 rgba(0,0,0,0.122);
margin-right: 14px;
}
.ays-survey-container .ays-survey-simple-button-container {
box-shadow: none;
}
.ays-survey-container .ays-survey-simple-button-container .ays-survey-button-content,
.ays-survey-container .ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: relative;
}
.ays-survey-container .ays-survey-simple-button-container .ays-survey-button-content .ays-survey-button,
.ays-survey-container .ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content button.ays-survey-section-button,
.ays-survey-container .ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content a.ays-survey-section-button,
.ays-survey-container .ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content input.ays-survey-section-button {
display: inline-block;
margin: 0;
padding: 0 24px;
background-color: #fff;
color: rgb(244, 0, 0);
font-family: 'Google Sans',Roboto,Arial,sans-serif;
font-size: 14px;
font-weight: 500;
letter-spacing: .25px;
line-height: 36px;
text-decoration: none;
text-transform: none;
min-width: auto;
outline: none;
transition: all 280ms cubic-bezier(0.4,0.0,0.2,1);
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
user-select: none; border: 0;
cursor: pointer;
}
.ays-survey-container .ays-survey-simple-button-container .ays-survey-button-content .ays-survey-button {
font-size: 12px;
padding: 0;
background-color: unset;
line-height: initial;
}
.ays-survey-container .ays-survey-simple-button-container:hover .ays-survey-button-content .ays-survey-button {
transform: none;
}
.ays-survey-container .ays-survey-section-buttons .ays-survey-section-button-container:hover .ays-survey-section-button-content button.ays-survey-section-button,
.ays-survey-container .ays-survey-section-buttons .ays-survey-section-button-container:hover .ays-survey-section-button-content a.ays-survey-section-button,
.ays-survey-container .ays-survey-section-buttons .ays-survey-section-button-container:hover .ays-survey-section-button-content input.ays-survey-section-button,
.ays-survey-container .ays-survey-section .ays-survey-section-buttons .ays-survey-section-button-container:focus .ays-survey-section-button-content button.ays-survey-section-button,
.ays-survey-container .ays-survey-section .ays-survey-section-buttons .ays-survey-section-button-container:focus .ays-survey-section-button-content a.ays-survey-section-button,
.ays-survey-container .ays-survey-section .ays-survey-section-buttons .ays-survey-section-button-container:focus .ays-survey-section-button-content input.ays-survey-section-button{
background-color: rgba(244, 0, 0, .04);
}
.ays-survey-container .ays-fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ays-survey-container .ays-fa-star::before {
content: "\f005";
}
.ays-survey-container .ays-fa-star-o::before {
content: "\f006";
}
.ays-survey-container .ays-loader {
display: none;
}
@keyframes aysSMagmAnimateSelectIn {
0% {
height: 0;
width: 0;
}
100% {
height: 100%;
width: 100%;
}
}
@keyframes aysSMagmAnimateSelectOut {
0% {
height: 0;
width: 0;
}
100% {
height: 100%;
width: 100%;
}
}
.ays-survey-container .ays-survey-input {
box-shadow: none !important;
border: 0 !important;
outline: 0 !important;
}
.ays-survey-container .ays-survey-input:active,
.ays-survey-container .ays-survey-input:focus {
outline: 0 !important;
box-shadow: none !important;
border: 0 !important;
}
.ays-survey-container .ays-survey-input:focus ~ .ays-survey-input-underline-animation {
outline: 0 !important;
box-shadow: none !important;
border: 0 !important;
height: 2px;
background-color: rgb(255, 87, 34);
-webkit-animation: aysSMquantumWizPaperInputAddUnderline 0.3s cubic-bezier(0.4, 0, 0.2, 1);
animation: aysSMquantumWizPaperInputAddUnderline 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.ays-survey-container .ays-survey-input-underline {
background-color: rgba(0, 0, 0, 0.12);
height: 1px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
width: 100%;
}
.ays-survey-container .ays-survey-input-underline-animation {
-webkit-transform: scaleX(0);
transform: scaleX(0);
background-color: #4285f4;
height: 2px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
}
.ays-survey-container .ays-survey-remove-default-border,
.ays-survey-container .ays-survey-remove-default-border:focus{
border-color: unset;
border: 0;
box-shadow: unset;
outline: 0;
}
.ays-survey-container .ays-survey-question-box {
width: 40%;
}
.ays-survey-container .ays-survey-question-box.ays-survey-question-date-time-box {
width: 350px;
}
.ays-survey-container .ays-survey-sections .ays-survey-section-content .ays-survey-question-box .ays-survey-answer-text-inputs-default,
.ays-survey-container .ays-survey-sections .ays-survey-section-content .ays-survey-answer-other-text .ays-survey-answer-text-inputs-default {
width: 100%;
padding: 10px 8px 10px 15px;
}
.ays-survey-container .ays-survey-question-box.ays-survey-question-date-time-box .ays-survey-date-time-inner-box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.ays-survey-container .ays-survey-question-type-text-box {
width: 100%;
}
.ays-survey-container .ays-survey-question-input-box {
position: relative;
}
.ays-survey-container .ays-survey-question-input {
min-height: 1.5em;
position: relative;
vertical-align: top;
}
.ays-survey-container input.ays-survey-question-input.ays-survey-question-input ~ .ays-survey-input-underline,
.ays-survey-container input.ays-survey-question-input.ays-survey-question-input ~ .ays-survey-input-underline-animation,
.ays-survey-container textarea.ays-survey-question-input-textarea.ays-survey-question-input ~ .ays-survey-input-underline,
.ays-survey-container textarea.ays-survey-question-input-textarea.ays-survey-question-input ~ .ays-survey-input-underline-animation {
width: calc( 100% );
}
.ays-survey-container .ays-survey-question .ays-survey-question-input {
width: 100%;
margin: 0;
}
.ays-survey-container .ays-survey-question .ays-survey-question-input {
background-color: #f8f9fa !important;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
color: initial;
}
.ays-survey-container .ays-survey-section .ays-survey-question .ays-survey-question-input::-webkit-input-placeholder {
color: rgb(117, 117, 117);
}
.ays-survey-container .ays-survey-question.isDisabled .ays-survey-question-input,
.ays-survey-container .ays-survey-question:not(.isDisabled):hover .ays-survey-question-input,
.ays-survey-container .ays-survey-question.isDisabled .ays-survey-question-select.ui.selection.dropdown,
.ays-survey-container .ays-survey-question:not(.isDisabled):hover .ays-survey-question-select.ui.selection.dropdown {
background-color: rgba(220, 220, 220, 0.8);
}
.ays-survey-container .ays-survey-question.isDisabled .ays-survey-question-select.ui.selection.dropdown .default.text,
.ays-survey-container .ays-survey-question:not(.isDisabled):hover .ays-survey-question-select.ui.selection.dropdown .default.text {
color: #666;
}
.ays-survey-container .ays-survey-question .ays-survey-question-select.ui.selection.dropdown {
min-width: 200px;
box-sizing: border-box;
padding: 10px;
height: 46px;
min-height: 46px;
font-size: 15px;
}
.ays-survey-container .ays-survey-question .ays-survey-question-select.ui.selection.dropdown .dropdown.icon {
padding: 13px;
font-size: 14px;
}
.ays-survey-container .ays-survey-section .ays-survey-question-validation-error,
.ays-survey-container .ays-survey-section .ays-survey-question-validation-error-upload,
.ays-survey-container .ays-survey-section .ays-survey-votes-count-validation-error {
font-family: Roboto, Arial, sans-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: .3px;
line-height: 16px;
color: #70757a;
color: #d93025;
display: none;
}
.ays-survey-container .ays-survey-question.ays-has-error {
border-top-color: #d93025 !important;
border-right-color: #d93025 !important;
border-bottom-color: #d93025 !important;
border-left-color: #d93025 !important;
}
.ays-survey-container .ays-survey-section-terms-and-conditions-content .ays-has-error{
border: 1px solid #d93025;
}
.ays-survey-container .ays-survey-is-checked-terms-and-conditions:checked + span{
border-color: black;
}
.ays-survey-container .ays-survey-section .ays-survey-question.ays-has-error .ays-survey-question-validation-error,
.ays-survey-container .ays-survey-section .ays-survey-question.ays-has-error .ays-survey-votes-count-validation-error {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.ays-survey-container .ays-survey-section .ays-survey-question.ays-has-error .ays-survey-question-validation-error img,
.ays-survey-container .ays-survey-section .ays-survey-question.ays-has-error .ays-survey-votes-count-validation-error img {
margin-right: 12px;
}
.ays-survey-container .ays-survey-question-input-textarea {
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-shrink: 1;
flex-shrink: 1;
font-family: Roboto, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.1px;
line-height: 24px;
background-color: transparent;
border: none;
-webkit-box-sizing: content-box;
box-sizing: content-box;
caret-color: #1a73e8;
display: block; min-height: 24px;
outline: none;
overflow-y: visible;
overflow-x: hidden;
padding: 16px 0px 16px 16px;
resize: none;
white-space: pre-wrap;
word-wrap: break-word;
z-index: 1;
}
.ays-survey-container textarea.ays-survey-question-input-textarea {
max-height: 1000px;
overflow: auto scroll;
margin: 0;
box-sizing: border-box;
} .ays-survey-container input.ays-survey-question-input.ays-survey-question-input::-webkit-outer-spin-button,
.ays-survey-container input.ays-survey-question-input.ays-survey-question-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} .ays-survey-container input.ays-survey-question-input.ays-survey-question-input[type=number] {
-moz-appearance: textfield;
}
.ays-survey-container .ays-survey-question-type-select-box,
.ays-survey-container .ays-survey-question-select-conteiner {
padding: 0;
width: 100% !important;
}
.ays-survey-container .ays-survey-question-select-conteiner .select2-container {
display: block;
width: 100%!important;
}
.ays-survey-container .ays-survey-answer-clear-selection-container {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.ays-survey-container .ays-survey-display-none {
display: none !important;
}
.ays-survey-container .ays-survey-visibility-none {
visibility: hidden;
}
.ays-survey-container .ays-survey-restricted-content {
font-family: 'Google Sans',Roboto,Arial,sans-serif;
}
.ays-survey-container .ays-survey-restricted-content p {
margin: 0;
}
.ays-survey-container .ays-survey-restricted-message {
margin: 0;
font-family: 'Google Sans',Roboto,Arial,sans-serif;
font-size: 16px;
}
.ays-survey-container .ays-survey-loader {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
}
.ays-survey-container .ays-survey-thank-you-page {
display: none;
}
.ays-survey-container .ays-survey-redirect-timer {
text-align: center;
font-family: 'Google Sans',Roboto,Arial,sans-serif;
font-size: 18px;
font-weight: 500;
letter-spacing: .25px;
line-height: 36px;
} .ays-survey-container .ays_survey_login_form {
text-align: center;
}
.ays-survey-container .ays_survey_login_form form p {
margin-top: 5px;
margin-bottom: 15px;
}
.ays-survey-container .ays_survey_login_form label {
display: block;
cursor: pointer;
margin: 0;
}
.ays-survey-container .ays_survey_login_form .ays-survey-question-input-box {
width: 300px;
margin: 0 auto;
}
.ays-survey-container .ays_survey_login_form #loginform .ays-survey-question-input-box .ays-survey-question-input{
color: initial;
}
.ays-survey-container .ays_survey_login_form input[type="text"],
.ays-survey-container .ays_survey_login_form input[type="password"] {
box-shadow: none !important;
border: 0 !important;
outline: 0 !important;
min-height: 1.5em;
position: relative;
vertical-align: top;
width: 100%;
margin: 0;
background-color: #f8f9fa;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.ays-survey-container .ays_survey_login_form input[type="text"]:active,
.ays-survey-container .ays_survey_login_form input[type="password"]:active,
.ays-survey-container .ays_survey_login_form input[type="text"]:focus,
.ays-survey-container .ays_survey_login_form input[type="password"]:focus {
outline: 0 !important;
box-shadow: none !important;
border: 0 !important;
}
.ays-survey-container .ays_survey_login_form .ays-survey-answer-label {
width: auto;
display: inline-block;
}
.ays-survey-container .ays_survey_login_form input[type="submit"].ays-survey-section-button {
font-size: 16px !important;
padding-left: 24px !important;
padding-right: 24px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
background-color: #cfcfcf;
}
.ays-survey-container .star_answer_inp {
display: none;
}
.ays-survey-container .ays-survey-answer-label i.ays-survey-star-icon {
cursor: pointer;
font-size: 25px; font-family: FontAwesome !important;
transform-origin: bottom;
transform: scale(1);
transition: .1s ease-in-out;
}
.ays-survey-container .ays-survey-answer-label i.ays-survey-star-icon.ays-fa-star {
transform: scale(1.05);
}  .ays-survey-container .ays-survey-answer-star,
.ays-survey-container .ays-survey-answer-linear-scale {
display: -webkit-box;
display: -webkit-flex;
display: flex;
width: 100%;
overflow-x: auto;
}
.ays-survey-container .ays-survey-answer-star-radios,
.ays-survey-container .ays-survey-answer-linear-scale-radios {
display: flex; justify-content: center;
}
.ays-survey-container .ays-survey-answer-star-label,
.ays-survey-container .ays-survey-answer-linear-scale-label {
-webkit-box-align: stretch;
box-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-direction: column;
flex-direction: column;
text-align: center; }
.ays-survey-container .ays-survey-answer-star-radio-label,
.ays-survey-container .ays-survey-answer-linear-scale-radio-label {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
box-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
min-height: 3em;
font-family: Roboto,Arial,sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: .2px;
line-height: 20px;
color: #202124;
padding: 0 5px;
}
.ays-survey-container .ays-survey-answer-star-radio-label {
min-height: 0;
}
.ays-survey-container .ays-survey-answer-star-radio,
.ays-survey-container .ays-survey-answer-linear-scale-radio {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
box-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
min-height: 3em;
word-wrap: break-word;
}
.ays-survey-container .ays-survey-answer-star label.ays-survey-answer-label,
.ays-survey-container .ays-survey-answer-linear-scale label.ays-survey-answer-label {
width: auto;
-webkit-flex-grow: initial;
flex-grow: initial;
-webkit-box-align: stretch;
box-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-direction: column;
flex-direction: column;
text-align: center;
box-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: initial;
justify-content: initial;
}   .ays-survey-container .ays-survey-question-date-box {
width: auto;
}
.ays-survey-container .ays-survey-question-date-input-box {
width: 170px;
}
.ays-survey-container .ays-survey-question-time-input-box {
width: 170px;
}
.ays-survey-container .ays-survey-timepicker{
padding: 10px;
}
.ays-survey-container .ays-survey-timepicker,
.ays-survey-container .ays-survey-question-input.ays-survey-question-date-input {
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-shrink: 1;
flex-shrink: 1;
background-color: #f8f9fa;
border: none;
display: block;
height: 40px;
line-height: 1;
margin: 0;
min-width: 0%;
outline: none;
z-index: 0;
font-family: Roboto,Arial,sans-serif;
font-size: 16px;
font-weight: 400;
letter-spacing: .2px;
padding: 10px;
box-sizing: border-box;
} .ays-survey-container input.ays-survey-password[type="password"] {
padding: 15px;
border: 1px solid #ccc;
margin: 0;
border-radius: 3px!important;
width: 100%;
box-sizing: border-box;
color: #2C3E50;
font-size: 13px;
height: auto;
}
.ays-survey-container .ays-survey-sections .ays-survey-section input.ays-survey-section-button.ays-check-survey-password {
display: inline-block;
margin: 0;
padding: 0 24px;
font-family: 'Google Sans',Roboto, Arial,sans-serif;
font-size: 14px;
font-weight: 500;
letter-spacing: .25px;
line-height: 36px;
text-decoration: none;
text-transform: none;
min-width: auto;
outline: none;
transition: all 280ms cubic-bezier(0.4,0.0,0.2,1);
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
user-select: none;
-webkit-transition: background .2s .1s;
transition: background .2s .1s;
border: 0;
cursor: pointer;
} .ays-survey-popup-survey-window {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99999999999;
pointer-events: fill;
scrollbar-color: #d6d6d6;
scrollbar-width: thin;
padding: 13px 5px 5px;
}
.ays-survey-popup-survey-window .ays-survey-popup-btn-close {
display: flex;
justify-content: flex-end;
margin: 4px;
cursor: pointer;
position: absolute;
width: 24px;
height: 24px;
top: -16px;
right: -16px;
background-color: #fff;
border-radius: 50%;
box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid #dadce0;
z-index: 10;
}
.ays-survey-popup-survey-window .ays-survey-popup-btn-close:hover {
background-color: #ebedf1;
}
.ays-survey-popup-survey-window .ays-survey-popup-btn-close:active {
background-color: #dadce0;
}
.ays-survey-popup-survey-window .ays-survey-popup-content {
overflow-y: auto;
height: 100%;
width: 100%;
padding-right: 10px;
}
.ays-survey-popup-survey-window .ays-survey-popup-content::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.ays-survey-popup-survey-window .ays-survey-popup-content::-webkit-scrollbar {
width: 8px;
background-color: #F5F5F5;
}
.ays-survey-popup-survey-window .ays-survey-popup-content::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #d6d6d6;
}
.ays-survey-container .ays-survey-section .ays-survey-question .ays-survey-image-logo-url{
position: absolute;
right: 5px;
bottom: 0px;
width: 40px;
height: 40px;
}
.ays-survey-container .ays-survey-section .ays-survey-question .ays-survey-image-logo-url-img{
width: 40px;
height: 40px;
object-fit: cover;
} .ays-survey-container .ays-survey-answer-matrix-scale-main,
.ays-survey-container .ays-survey-answer-slider-list-main,
.ays-survey-container .ays-survey-answer-star-list-main {
overflow-x: auto;
overflow-y: hidden;
padding-bottom: 10px;
width: 100%;
font-family: Roboto,Arial,sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: .2px;
line-height: 20px;
color: #202124;
margin-top: 4px;
position: relative;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main::-webkit-scrollbar,
.ays-survey-container .ays-survey-answer-star-list-main::-webkit-scrollbar,
.ays-survey-container .ays-survey-answer-slider-list-main::-webkit-scrollbar{
height: 4px;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main::-webkit-scrollbar-track,
.ays-survey-container .ays-survey-answer-star-list-main::-webkit-scrollbar-track,
.ays-survey-container .ays-survey-answer-slider-list-main::-webkit-scrollbar-track{
background: #f7f7f7; 
border-radius: 15px;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main::-webkit-scrollbar-thumb,
.ays-survey-container .ays-survey-answer-star-list-main::-webkit-scrollbar-thumb,
.ays-survey-container .ays-survey-answer-slider-list-main::-webkit-scrollbar-thumb{
background: #888;
border-radius: 15px;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main::-webkit-scrollbar-thumb:hover,
.ays-survey-container .ays-survey-answer-star-list-main::-webkit-scrollbar-thumb:hover,
.ays-survey-container .ays-survey-answer-slider-list-main::-webkit-scrollbar-thumb:hover {
background: #555; 
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container,
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container,
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container {
border-collapse: collapse;
display: table;
width: 100%;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row,
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row,
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row {
border-bottom: none;
display: table-row;
background-color: #f8f9fa;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row:first-child {
background-color: transparent !important;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column,
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column,
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column {
display: table-cell;
height: 2.5em;
min-width: 48px;
padding: .25em;
text-align: center;
vertical-align: middle;
width: 120px;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column.ays-survey-answer-matrix-scale-column-row-header,
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column.ays-survey-answer-slider-list-column-row-header,
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column.ays-survey-answer-star-list-column-row-header {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
min-width: 48px;
max-width: 288px;
padding: 8px;
text-align: left;
word-wrap: break-word;
word-break: normal;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column:first-child,
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column:first-child,
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column:first-child {
-webkit-box-shadow: none;
box-shadow: none;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row:not(:first-child),
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row:not(:first-child),
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row {
padding: 8px 0;
display: table-row-group;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-row-content,
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-row-content,
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-row-content {
border-bottom: none;
display: table-row;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column-content-wrap,
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column-content-wrap,
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column-content-wrap {
display: flex;
justify-content: center;
align-items: center;
min-height: 40px;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column-content,
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column-content,
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column-content {
width: 20px;
height: 20px;
}
.ays-survey-container .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row-spacer,
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row-spacer,
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row-spacer {
background-color: transparent;
height: 4px;
}
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-label-star-list {
margin: 0;
}
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-rows {
word-break: break-all;
word-wrap: break-word;
}
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-range-type-main .ays-survey-answer-range-type-range{
align-items: center;
width: 100%;
max-width: 100%;
}
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column {
width: 300px;
}
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container input[type=range].ays-survey-range-type-input{
width: 100%;
}
.ays-survey-container .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-column-row-header-only-slider{
border-left: 3px solid white;
} .ays-survey-data-table-responsive {
height: auto;
padding: 2px;
padding-top: 10px;
width: 100%;
margin: 0 auto;
overflow-x: auto;
}
.ays-survey-container .ays-survey-section.ays-survey-section-start-page .ays-survey-section-header {
text-align: center;
}
.ays-survey-container .ays-survey-section.ays-survey-section-start-page .ays-survey-section-header .ays-survey-section-title-row {
justify-content: center;
} div[id*='ays-survey-container-'] .ays-survey-answer-range-type-main{
display: flex;
justify-content: space-between;
width: 100%;
}  div[id*='ays-survey-container-'] .ays-survey-answer-range-type-main .ays-survey-answer-range-type-range{
display: flex;
justify-content: center;
width: 400px;
max-width: 80%;
position: relative;   
height: 21px; }
div[id*='ays-survey-container-'] .ays-survey-answer-range-type-main .ays-survey-answer-range-type-min-max-val{
font-size: 14px;
}
div[id*='ays-survey-container-'] input[type=range].ays-survey-range-type-input{
width: 400px;
-webkit-appearance: none;
background-color: transparent;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
}
div[id*='ays-survey-container-'] input[type=range].ays-survey-range-type-input:focus {
outline: none;
} div[id*='ays-survey-container-'] input[type=range].ays-survey-range-type-input::-webkit-slider-runnable-track {
height: 8px;
background: #ddd;
border: none;
border-radius: 5px;
width: 100%;
}
div[id*='ays-survey-container-'] input[type=range].ays-survey-range-type-input::-webkit-slider-thumb {
-webkit-appearance: none;
border: 2px solid;
height: 18px;
width: 18px;
border-radius: 50%;
margin-top: -5px;
cursor: pointer;
}
div[id*='ays-survey-container-'] input[type=range].ays-survey-range-type-input::after::-webkit-slider-thumb {
content: "";
border: 2px solid;
height: 18px;
width: 18px;
border-radius: 50%;
margin-top: -5px;
cursor: pointer;
} div[id*='ays-survey-container-'] input[type=range].ays-survey-range-type-input::-moz-range-track {
height: 9px;
background: #ddd;
border: none;
border-radius: 5px;
}
div[id*='ays-survey-container-'] input[type=range].ays-survey-range-type-input::-moz-range-thumb {
-webkit-appearance: none;
border: 1px solid;
height: 18px;
width: 18px;
border-radius: 50%;
margin-top: -5px;
cursor: pointer;
} div[id*='ays-survey-container-'] .ays-survey-answer-range-type-main span { 
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
padding: 5px;
text-align: center; padding: 0;
width: 28px;
height: 28px;
margin-left: -14px;
border: none;
background: #4285f4;
color: #fff;
line-height: 28px;
border-radius: 50%;
font-size: 11px;
-moz-transform-origin: 50% 150%;
-webkit-transform-origin: 50% 150%;
transform-origin: 50% 150%;
will-change: transform;
top: -32px;
bottom: auto;
transition: transform .2s ease-in-out;
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
div[id*='ays-survey-container-'] .ays-survey-answer-range-type-main span.ays-survey-answer-range-type-main-show { 
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
} div[id*='ays-survey-container-'] .ays-survey-answer-range-type-main span:after { 
content: "";
width: 20px;
height: 20px;
position: absolute;
left: 50%;
background: #1cdd36;
margin-left: -10px;
z-index: -1;
-ms-transform: rotate(45deg);
-webkit-transform: rotate( 45deg );
transform: rotate( 45deg );
top: 9px;
border-radius: 10px 10px 0 10px;
}  div[id*='ays-survey-container-'] .ays-survey-social-shares a.ays-survey-share-btn:focus {
background: #08669c;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn {
position: relative;
display: inline-block;
height: 24px;
margin: 0;
padding: 2px 8px;
line-height: 1.53;
letter-spacing: .04em;
vertical-align: top;
font-size: 12px;
font-weight: bold;
font-family: "Helvetica Neue", Arial, sans-serif;
color: #111;
background: #e0e0e0;
border: 1px solid #c7c7c7;
border-radius: 2px;
text-decoration: none;
transition: all 0.2s ease;
margin-right: 5px;
margin-top: 5px;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn:link,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn:visited,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn:focus,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn:hover,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn:active {
outline: none !important;
text-decoration: none !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares{
text-align: center;
} div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-linkedin {
background-color: #0976b4 !important;
color: #fff !important;
border-color: #08669c !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-linkedin:hover,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-linkedin:focus {
background-color: #08669c !important;
border-color: #075683 !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-linkedin:active,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-linkedin:visited {
background-color: #075683 !important;
border-color: #05466b !important;
} div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-facebook {
background-color: #0976b4 !important;
color: #fff !important;
border-color: #08669c !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-facebook {
background-color: #3b5998 !important;
border-color: #344e86 !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-facebook:hover,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-facebook:focus {
background-color: #344e86 !important;
border-color: #2d4373 !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-facebook:active,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-facebook:visited {
background-color: #2d4373 !important;
border-color: #263961 !important;
} div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-twitter {
background-color: #0976b4 !important;
color: #fff !important;
border-color: #08669c !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-twitter {
background-color: #55acee !important;
border-color: #3ea1ec !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-twitter:hover,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-twitter:focus {
background-color: #3ea1ec !important;
border-color: #2795e9 !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-twitter:active,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-twitter:visited {
background-color: #2795e9 !important;
border-color: #1689e0 !important;
} div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-vkontakte {
background-color: #0976b4 !important;
color: #fff !important;
border-color: #08669c !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-vkontakte {
background-color: #486c91 !important;
border-color: #4b719a !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-vkontakte:hover,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-vkontakte:focus {
background-color: #2a6098 !important;
border-color: #4b719a !important;
}
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-vkontakte:active,
div[id*='ays-survey-container-'] .ays-survey-social-shares .ays-survey-share-btn-vkontakte:visited {
background-color: #4b719a !important;
border-color: #4b719a !important;
}  .ays-survey-popup-survey-window .ays-survey-popup-close-full-screen {
display: none;
}
.ays-survey-popup-survey-window .ays-survey-popup-full-screen-mode {
height: 20px;
text-align: right;
}
.ays-survey-popup-survey-window .ays-survey-popup-full-screen-mode a.ays-survey-popup-full-screen-container {
cursor: pointer;
outline: none;
border: none;
box-shadow: none;
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}  div[id*='ays-survey-container-'] div.ays-survey-full-screen-mode .ays-survey-close-full-screen{
display: none;
}
div[id*='ays-survey-container-'] div.ays-survey-full-screen-mode .ays-survey-full-screen-container{
cursor: pointer;
width: 24px;
height: 24px;
}
div[id*='ays-survey-container-'] div.ays-survey-full-screen-and-title{
display: flex;
align-items: flex-end;
justify-content: space-between;
}
div[id*='ays-survey-container-'] div.ays-survey-full-screen-and-title .ays-survey-title-wrap{
max-width: 66%;
}
div[id*='ays-survey-container-'] div.ays-survey-full-screen-and-title div.ays-survey-full-screen-mode,
div[id*='ays-survey-container-'] div.ays-survey-edit-previous-submission-box {
display: flex;
height: 100%;
align-items: flex-end;
justify-content: flex-end;
padding: 5px;
}
div[id*='ays-survey-container-'] div.ays-survey-full-screen-and-title div.ays-survey-full-screen-mode svg{
max-width: none;
}
div[id*='ays-survey-container-'] div.ays-survey-full-screen-and-title div.ays-survey-full-screen-mode svg.ays-survey-open-full-screen{
display: inline;
}
div[id*='ays-survey-container-'] div.ays-survey-full-screen-and-title span {
margin: 0 0 12px 0;
}
div[id*='ays-survey-container-'] div.ays-survey-full-screen-and-title.ays-survey-full-screen-and-no-title{   
justify-content: flex-end;
}  div[id*='ays-survey-container-'] .ays-survey-footer-with-live-bar {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
div[id*='ays-survey-container-'] .ays-survey-live-bar-main {
display: flex; height: 100%;
flex-wrap: wrap;
}
div[id*='ays-survey-container-'] .ays-survey-live-bar-wrap {
height: 12px;
width: 190px;
border-radius: 25px;
background: black;
margin-top: 10px;
border: 1px solid black;
margin-right: 5px;
}
div[id*='ays-survey-container-'] .ays-survey-live-bar-fill{
height: 100%;
border-radius: 25px;
}
div[id*='ays-survey-container-'] .ays-survey-live-bar-main {
padding: 0 10px;
}  div[id*='ays-survey-container-'] .ays-survey-user-explanation {
margin-top: 5px;
padding-top: 15px;
position: relative;
}
div[id*='ays-survey-container-'] .ays-survey-user-explanation textarea {
resize: vertical;
height: 120px;
transition: .5s ease;
}
div[id*='ays-survey-container-'] .ays-survey-user-explanation textarea:focus {
outline: none;
}
div[id*='ays-survey-container-'] .ays-survey-user-explanation textarea::placeholder {
font-size: 14px;
}  div[id*='ays-survey-container-'] .ays-survey-admin-note-main{
margin: 15px 0; 
}
div[id*='ays-survey-container-'] .ays-survey-admin-note-main .ays-survey-admin-note-inner{
background-color: #E3E3E3;
color: #000000a6;
border-radius: 0 4px 4px 0;
padding: 5px 8px;
display: flex;
align-items: center;
border-left: 2px solid #24a0ed;
}
div[id*='ays-survey-container-'] .ays-survey-admin-note-main .ays-survey-admin-note-inner .ays-survey-admin-note-text{
font-style: italic;
font-size: 11px;
word-break: break-word;
word-wrap: break-word;
text-align: justify; } .ays-survey-thank-you-summary-submission-main-container {
margin-top: 20px;
}
.ays-survey-question-wrap-collapsed-action-contnet {
display: flex;
justify-content: space-between;
cursor: pointer;
}
.ays-survey-collapse-question-action {
cursor: pointer;
} div.ays-survey-chat-question-item {
display: none;
}
div.ays-survey-chat-answer-box {
display: none;
}
.ays-survey-chat-container .ays-survey-chat-answer-label input[type="radio"] {
display: none !important;
}
div.ays-survey-chat-content input.ays-survey-chat-button {
display: none;
}
.ays-survey-chat-question-animation-dots {
display: none;
}  div[id*='ays-survey-container-'] .ays-survey-answer-upload-type-main .ays-survey-answer-upload-type .ays-survey-answer-upload-type-label {
display: block;
cursor: pointer;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-type-main .ays-survey-answer-upload-type .ays-survey-answer-upload-type-label .ays-survey-answer-upload-type-button{
background-color: white;
font-size: initial;
padding: 0;
border: 1px solid rgba(0,0,0,.1);
padding: 5px 7px;
border-radius: 4px;
transition: .5s;
display: flex;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-type-main .ays-survey-answer-upload-type .ays-survey-answer-upload-type-button img,
div[id*='ays-survey-container-'] .ays-survey-answer-upload-type-main .ays-survey-answer-upload-type .ays-survey-answer-upload-type-button span,
div[id*='ays-survey-container-'] .ays-survey-answer-upload-type-main .ays-survey-question-validation-error-upload img,
div[id*='ays-survey-container-'] .ays-survey-answer-upload-type-main .ays-survey-question-validation-error-upload span{
display: initial;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-type-main .ays-survey-answer-upload-type .ays-survey-answer-upload-type-label .ays-survey-answer-upload-type-button:hover {
background-color: #fffbfbe0;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-type-main .ays-survey-answer-upload-type .ays-survey-answer-upload-type-label .ays-survey-answer-upload-type-button .ays-survey-answer-upload-type-text{
padding: 0 10px;
font-size: 14px;
color: #5F6368;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-type-label{
width: 110px;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-ready{
border: 1px solid rgba(0,0,0,.1);
border-radius: 4px;
padding: 5px 10px;
display: flex;
justify-content: space-between;
min-height: 40px;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-ready .ays-survey-answer-upload-ready-link-box a{
font-size: 12px;
overflow: hidden;
text-decoration: none;
box-shadow: none;
outline: none;
word-break: break-all;
word-wrap: break-word;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-ready .ays-survey-answer-upload-ready-link-box a:hover{
text-decoration: underline !important;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-ready .ays-survey-answer-upload-ready-image-box{
cursor: pointer;
margin-left: 10px;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-ready-image-box img{
max-width: initial;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-ready-link-box,
div[id*='ays-survey-container-'] .ays-survey-answer-upload-ready-image-box{
display: flex;
align-items: center;
}
.ays_questions_upload_type_answers_summary{
width: 100%;
}
.ays_questions_upload_type_answers_summary .ays-survey-answer-upload-ready-summary a{
text-decoration: none;
}
.ays_questions_upload_type_answers_summary .ays-survey-answer-upload-ready-summary a:hover{
text-decoration: underline;
}
.ays-survey-answer-upload-ready-summary{
border-radius: 4px;
background-color: rgb(0, 0, 0, 0.03);
padding: 5px 10px;
margin-bottom: 8px;
display: flex;
}
.ays-survey-answer-upload-ready-summary:hover{
background-color: rgb(0, 0, 0, 0.1);    
}
.ays-survey-answer-upload-ready-summary .ays-survey-answer-upload-ready-link-summary{
font-size: 13px;
color: black;
}
div[id*='ays-survey-container-'] .ays-survey-answer-upload-type-loader{
background-color: #bfbfbf69;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}
div[id*='ays-survey-container-'] .ays-survey-question-validation-error-upload{
display: flex;
align-items: center;
} .display_none {
display: none !important;
}
.display_none_not_important {
display: none;
}
.display_block {
display: block !important;
}  .ays-survey-business-checkmark-label-container {
display: block;
position: relative;
padding-left: 15px;
margin-bottom: 0px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .ays-survey-business-checkmark-label-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .ays-survey-business-checkmark-label-container .ays-survey-maker-checkmark,
.ays-survey-business-checkmark-label-container .ays-survey-maker-checkmark-linear-scale{
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #FFF;
border: 1px solid #404040;
border-radius: 50%;
}
.ays-survey-business-checkmark-label-container .ays-survey-maker-checkmark:not(.ays-survey-maker-checkmark-matrix-scale,.ays-survey-maker-checkmark-linear-scale-checkbox){
top: initial;
bottom: 0;
}
.ays-survey-business-checkmark-label-container .ays-survey-maker-checkmark-linear-scale{
top: 52px;
left: 14px;
right: 0;
bottom: 0;
margin: auto;
}
.ays-survey-business-checkmark-label-container .ays-survey-maker-checkmark.ays-survey-maker-checkmark-checkbox,
.ays-survey-business-checkmark-label-container .ays-survey-maker-checkmark.ays-survey-maker-checkmark-linear-scale-checkbox{
border-radius: 20%;
}
.ays-survey-business-checkmark-label-container .ays-survey-maker-checkmark.ays-survey-maker-checkmark-other{
top: 5px
}  .ays-survey-business-checkmark-label-container:focus input ~ .ays-survey-maker-checkmark {
outline-offset: 1px;
outline: 1px solid #008323;
} .ays-survey-business-checkmark-label-container input:checked ~ .ays-survey-maker-checkmark {
background-color: #404040;
} .ays-survey-maker-checkmark:after {
content: "";
position: absolute;
display: none;
} .ays-survey-business-checkmark-label-container input:checked ~ .ays-survey-maker-checkmark:after {
display: block;
} .ays-survey-business-checkmark-label-container .ays-survey-maker-checkmark:after {
left: 6px;
top: 3px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} button.ays-survey-links-by-category-link-button {
padding: 10px 30px;
background: #4169e1;
border-radius: 4px;
}
button.ays-survey-links-by-category-link-button > a.ays-survey-links-by-category-link{
color: #ffffff;
text-decoration: none;
}
button.ays-survey-links-by-category-link-button > a.ays-survey-links-by-category-link:hover{
text-decoration: underline;
}
button.ays-survey-links-by-category-link-button:disabled{
background: #afb0b0;
}
.ays-survey-container .ays-survey-sections .ays-survey-question sup{
position: static;
padding-left: 5px;
}
@media screen and (max-width: 768px) {
.ays-survey-container .ays-survey-section-header {
padding: 12px;
padding-top: 11px;
}
.ays-survey-container .ays-survey-section-title-row {
font-size: 24px;
}
.ays-survey-container .ays-survey-title {
font-size: 1.5rem;
}
.ays-survey-container .ays-survey-question {
padding: 12px;
}
.ays-survey-container .ays-survey-answer-label {
cursor: default;
}
.ays-survey-popup-survey-window{
max-width: 90%;
}
}
.ays-survey-container .ays-survey-section .ays-survey-section-questions-count {
font-family: Roboto,Arial,sans-serif;
font-size: 18px;
text-align: right;
cursor: help;
font-weight: 600;
}
.ays-survey-recaptcha-wrap {
padding: 10px 0;
}
div.ays-survey-section-terms-and-conditions-content .ays-survey-section-terms-and-conditions {
margin-left: 0.40em;
}
div.ays-survey-section-terms-and-conditions-content .ays-survey-section-terms-and-conditions span {
font-size: 15px;
line-height: 1;
font-family: Roboto,Arial,sans-serif;;
font-weight: 400;
letter-spacing: .2px; min-width: 1px;
} 
div.ays-survey-section-terms-and-conditions-container {
padding: 10px;
border-radius: 8px;
width: 100%;
margin-bottom: 10px;
box-sizing: border-box;
} 
div.ays-survey-section-terms-and-conditions-content .ays-survey-answer-label-terms-conditions{
margin: 0;
} 
div.ays-survey-section-terms-and-conditions-content .ays-survey-answer-label-content{
padding: 5px;
border-radius: 3px;
width: 100%;
} 
div.ays-survey-terms-and-conditions-content-box{
margin-bottom: 10px;
} 
.ays-survey-answer-matrix-scale-column-row-header-scrolled{
position: sticky;
left: 0;
background-color: #f7f7f7;
border: 0;
box-shadow: inset -3px 0 5px -5px rgb(8 8 8 / 97%) !important;
border-radius: 0 2px 2px 0;
z-index: 1;
}
div.ays-survey-category-container-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
div.ays-survey-section-terms-and-conditions-required-message-content > p.ays-survey-section-terms-and-conditions-required-message {
font-size: 12px;
padding: 0 5px;
color: #d93025;
}
.ays-survey-submission-sections-downloaw-xlsx {
display: flex;
align-items: center;
justify-content: flex-end;
}
button.button.button-primary.ays-survey-export-button.ays-survey-single-submission-results-export {
padding: 7px;
border: 1px solid;
cursor: pointer;
}
select.ays-survey-submission-select.ays-survey-question-select {
width: 192px;
padding: 13px;
font-size: 15px;
border-radius: 4px;
}
.ays-survey-submission-title, .ays-survey-submission-questions-answers {
padding: 10px 13px;  margin-bottom: 5px;
}
.ays-survey-individual-submission-answer-range-type-min-max-val{
display: flex;
align-items: center;
justify-content: flex-end;
}
div.ays-survey-individual-submission-conatiner-star {
display: flex;
align-items: center;
justify-content: space-between;
}
label.ays-survey-individual-submission-conatiner-star-label-stars,
label.ays-survey-individual-submission-conatiner-star-label-1,
label.ays-survey-individual-submission-conatiner-star-label-2{
display: flex;
align-items: center;
flex-direction: column;
}
div.ays-survey-star-list-answer-submission-content{
display: flex;
align-items: center;
justify-content: space-around;
height: 52px;
}
label.ays-survey-individual-submission-conatiner-star-label-1 div:first-child,
label.ays-survey-individual-submission-conatiner-star-label-2 div:first-child{
height: 20px;
}
label.ays-survey-individual-submission-conatiner-star-label-stars div:nth-child(2) > i.ays-fa.ays_fa_star,
label.ays-survey-individual-submission-conatiner-star-label-stars div:nth-child(2) > i.ays-fa.ays_fa_star_o,
label.ays-survey-star-list-answer-submission-content-label > div.ays-survey-star-list-answer-submission-content-div > i.ays-fa.ays_fa_star,
label.ays-survey-star-list-answer-submission-content-label > div.ays-survey-star-list-answer-submission-content-div > i.ays-fa.ays_fa_star_o{
font-size: 25px;
color: #fc0;
}
div.ays-survey-ind-submission-answer-range-type-main{
align-items: center;
height: 55px;
width: 100%;
max-width: 97%;
}
div.ays-survey-submission-questions-answers > .ays-survey-answer-slider-list-main{
overflow: unset;
}
.ays-survey-each-question-answer{
margin-top: 10px;
}
.ays-survey-container .ays-survey-form .ays-survey-sections .ays-survey-section p.ays-survey-promote-survey-text,
.ays-survey-container .ays-survey-form .ays-survey-sections .ays-survey-section p.ays-survey-promote-survey-text > a {
margin: 0;
text-align: right;
font-size: 12px;
font-style: italic;
color: #767373;
}
.ays-survey-promote-survey-content {
flex-basis: 100%;
} div[id*="ays-survey-container-"].ays-survey-container .ays-survey-edit-previous-submission-box button.ays-survey-edit-previous-submission-button{
background-color: unset;
padding: 0;
border: 0;
max-width: initial;
width: 20px;
height: initial;
color: initial;
border-radius: 0;
font-weight: initial;
outline: none;
box-shadow: unset;
}
.ays-survey-container .ays-survey-edit-previous-submission-box button.ays-survey-edit-previous-submission-button img{
width: 24px; 
height: 24px;
}
.ays-survey-container .ays-survey-edit-previous-submission-box button.ays-survey-edit-previous-submission-button img:hover{
opacity: 0.6;
}
.ays-survey-container.ays-survey-edit-previous-submission-wait-layer{
filter: blur(0.8px);
opacity : 0.8;
pointer-events : none;
user-select: none;
transition: .3s;
}
.ays-survey-edit-previous-submission-box .ays-survey-edit-previous-submission-box-message{
font-size: 13px;
font-style: italic;
letter-spacing: 0.8px;
font-weight: 400;
margin: 0 !important;
padding: 0 5px;
color: #1a700f;
}
.ays-survey-edit-previous-submission-box .ays-survey-edit-previous-submission-box-failed{
font-size: 12px;
color: #b7a103;
margin: 0 !important;
}
.evc-predefined-style .evc-shortcode h1,.evc-predefined-style .evc-shortcode h2,.evc-predefined-style .evc-shortcode h3,.evc-predefined-style .evc-shortcode h4,.evc-predefined-style .evc-shortcode h5,.evc-predefined-style .evc-shortcode h6{color:#303030;line-height:1.3em;font-weight:700}.evc-button,.evc-pli-add-to-cart a{text-shadow:none;outline:0;cursor:pointer}.evc-button,.evc-flip-image .evc-fi-link,.evc-pli-add-to-cart a,.touch .evc-blog-list.evc-bl-gallery .evc-bli-inner,.touch .evc-flip-image,.touch .evc-icon-list .evc-il-item.evc-ili-has-link,.touch .evc-interactive-banner,.touch .evc-post-carousel .evc-pci-inner,.touch .evc-product-list .evc-pli-inner,.touch .evc-shortcode .evc-ib-bordered,.touch .evc-shortcode .evc-ib-circle-fade-out,.touch .evc-shortcode .evc-ib-top-moving,.touch .evc-shortcode .evc-ib-zoom,.touch .evc-shortcode:not(.evc-shortcode-has-link) .evc-ib-overlay,.touch .evc-svg-text{cursor:pointer}.evc-no-space.evc-disable-bottom-space{margin-bottom:0}.evc-no-space.evc-columns-side-space{padding:0}.evc-no-space .evc-element-wrapper{margin:0}.evc-no-space .evc-element-wrapper .evc-element-item{padding:0;margin:0}.evc-tiny-space.evc-disable-bottom-space{margin-bottom:-10px}.evc-tiny-space.evc-columns-side-space{padding:0 10px}.evc-tiny-space .evc-element-wrapper{margin:0 -5px}.evc-tiny-space .evc-element-wrapper .evc-element-item{padding:0 5px;margin:0 0 10px}.evc-small-space.evc-disable-bottom-space{margin-bottom:-20px}.evc-small-space.evc-columns-side-space{padding:0 20px}.evc-small-space .evc-element-wrapper{margin:0 -10px}.evc-small-space .evc-element-wrapper .evc-element-item{padding:0 10px;margin:0 0 20px}.evc-normal-space.evc-disable-bottom-space{margin-bottom:-30px}.evc-normal-space.evc-columns-side-space{padding:0 30px}.evc-normal-space .evc-element-wrapper{margin:0 -15px}.evc-normal-space .evc-element-wrapper .evc-element-item{padding:0 15px;margin:0 0 30px}.evc-medium-space.evc-disable-bottom-space{margin-bottom:-40px}.evc-medium-space.evc-columns-side-space{padding:0 40px}.evc-medium-space .evc-element-wrapper{margin:0 -20px}.evc-medium-space .evc-element-wrapper .evc-element-item{padding:0 20px;margin:0 0 40px}.evc-large-space.evc-disable-bottom-space{margin-bottom:-50px}.evc-large-space.evc-columns-side-space{padding:0 50px}.evc-large-space .evc-element-wrapper{margin:0 -25px}.evc-large-space .evc-element-wrapper .evc-element-item{padding:0 25px;margin:0 0 50px}.evc-element-has-columns:after,.evc-element-has-columns:before{content:' ';display:table}.evc-element-has-columns:after{clear:both}.evc-element-has-columns .evc-element-item{position:relative;display:inline-block;vertical-align:top;box-sizing:border-box}.evc-shortcode .evc-ib-lightbox a:before,.evc-shortcode.evc-shortcode-has-link a:after,.evc-shortcode:not(.evc-shortcode-has-link) .evc-ib-overlay:after{display:block;height:100%;top:0;left:0;content:'';background-color:rgba(48,48,48,.3);position:absolute}.evc-element-has-columns:not(.evc-one-columns) .evc-element-item{float:left}.evc-element-has-columns.evc-one-columns .evc-element-item{width:100%}.evc-element-has-columns.evc-two-columns .evc-element-item{width:50%}@media only screen and (min-width:681px){.evc-element-has-columns.evc-two-columns .evc-element-item:nth-child(2n+1){clear:both}}.evc-element-has-columns.evc-three-columns .evc-element-item{width:33.33333%}.evc-element-has-columns.evc-four-columns .evc-element-item{width:25%}@media only screen and (min-width:1025px){.evc-element-has-columns.evc-four-columns .evc-element-item:nth-child(4n+1){clear:both}}.evc-element-has-columns.evc-five-columns .evc-element-item{width:20%}@media only screen and (min-width:1367px){.evc-element-has-columns.evc-five-columns .evc-element-item:nth-child(5n+1){clear:both}}.evc-element-has-columns.evc-six-columns .evc-element-item{width:16.66667%}@media only screen and (min-width:1441px){.evc-element-has-columns.evc-six-columns .evc-element-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px){.evc-element-has-columns.evc-six-columns .evc-element-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.evc-element-has-columns.evc-six-columns .evc-element-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.evc-element-has-columns.evc-five-columns .evc-element-item,.evc-element-has-columns.evc-six-columns .evc-element-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.evc-element-has-columns.evc-five-columns .evc-element-item:nth-child(4n+1),.evc-element-has-columns.evc-six-columns .evc-element-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.evc-element-has-columns.evc-five-columns .evc-element-item,.evc-element-has-columns.evc-four-columns .evc-element-item,.evc-element-has-columns.evc-six-columns .evc-element-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.evc-element-has-columns.evc-five-columns .evc-element-item:nth-child(3n+1),.evc-element-has-columns.evc-four-columns .evc-element-item:nth-child(3n+1),.evc-element-has-columns.evc-six-columns .evc-element-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.evc-element-has-columns.evc-five-columns .evc-element-item,.evc-element-has-columns.evc-four-columns .evc-element-item,.evc-element-has-columns.evc-six-columns .evc-element-item,.evc-element-has-columns.evc-three-columns .evc-element-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.evc-element-has-columns.evc-five-columns .evc-element-item:nth-child(2n+1),.evc-element-has-columns.evc-four-columns .evc-element-item:nth-child(2n+1),.evc-element-has-columns.evc-six-columns .evc-element-item:nth-child(2n+1),.evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(2n+1){clear:both}}body.rtl{direction:ltr;unicode-bidi:embed}.evc-predefined-style .evc-shortcode{font-family:Raleway,sans-serif}.evc-predefined-style .evc-shortcode h1,.evc-predefined-style .evc-shortcode h2,.evc-predefined-style .evc-shortcode h3,.evc-predefined-style .evc-shortcode h4,.evc-predefined-style .evc-shortcode h5,.evc-predefined-style .evc-shortcode h6,.evc-predefined-style .evc-shortcode p{font-family:inherit;font-style:normal;letter-spacing:0}.evc-predefined-style .evc-shortcode h1{font-size:37px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h1{font-size:35px}}@media only screen and (max-width:680px){.evc-element-has-columns.evc-five-columns .evc-element-item,.evc-element-has-columns.evc-four-columns .evc-element-item,.evc-element-has-columns.evc-six-columns .evc-element-item,.evc-element-has-columns.evc-three-columns .evc-element-item,.evc-element-has-columns.evc-two-columns .evc-element-item{width:100%}.evc-predefined-style .evc-shortcode h1{font-size:33px}}.evc-predefined-style .evc-shortcode h2{font-size:30px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h2{font-size:29px}}@media only screen and (max-width:680px){.evc-predefined-style .evc-shortcode h2{font-size:28px}}.evc-predefined-style .evc-shortcode h3{font-size:26px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h3{font-size:25px}}@media only screen and (max-width:680px){.evc-predefined-style .evc-shortcode h3{font-size:24px}}.evc-predefined-style .evc-shortcode h4{font-size:22px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h4{font-size:21px}}@media only screen and (max-width:680px){.evc-predefined-style .evc-shortcode h4{font-size:20px}}.evc-predefined-style .evc-shortcode h5{font-size:20px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h5{font-size:19px}}@media only screen and (max-width:680px){.evc-predefined-style .evc-shortcode h5{font-size:18px}}.evc-predefined-style .evc-shortcode h6{font-size:18px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h6{font-size:17px}}@media only screen and (max-width:680px){.evc-predefined-style .evc-shortcode h6{font-size:16px}}.evc-predefined-style .evc-shortcode p{color:grey;font-size:15px;line-height:26px;font-weight:400}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode p{font-size:14px}}.widget.evc-widget{margin:0}.evc-shortcode.evc-shortcode-has-link a:hover:after{opacity:1}.evc-shortcode.evc-shortcode-has-link a:after{width:100%;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.evc-counter,.evc-product-list .evc-pli-info-on-image{-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out}.evc-shortcode:not(.evc-shortcode-has-link) .evc-ib-overlay:hover:after{opacity:1}.evc-shortcode:not(.evc-shortcode-has-link) .evc-ib-overlay:after{width:100%;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.evc-shortcode .evc-ib-zoom{overflow:hidden}.evc-shortcode .evc-ib-zoom:hover img{-webkit-transform:scale(1.04);-moz-transform:scale(1.04);transform:scale(1.04)}.evc-shortcode .evc-ib-zoom img{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;transition:transform .3s ease-in-out}.evc-shortcode .evc-ib-lightbox a:hover:before{opacity:1}.evc-shortcode .evc-ib-lightbox a:hover:after{opacity:1;margin-top:0;-webkit-transition:opacity .2s ease-in-out,margin .3s ease-in-out;-moz-transition:opacity .2s ease-in-out,margin .3s ease-in-out;transition:opacity .2s ease-in-out,margin .3s ease-in-out}.evc-shortcode .evc-ib-lightbox a:before{width:100%;opacity:0;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;z-index:1}.evc-shortcode .evc-ib-lightbox a:after{position:absolute;top:calc(50% - 20px);left:calc(50% - 15px);display:inline-block;vertical-align:top;margin-top:-10px;font-family:Ionicons;content:'\f2f5';color:#fff;font-size:40px;line-height:1;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:0;z-index:2;-webkit-transition:opacity .2s ease-in-out,margin .1s ease-in-out;-moz-transition:opacity .2s ease-in-out,margin .1s ease-in-out;transition:opacity .2s ease-in-out,margin .1s ease-in-out}.evc-pli-add-to-cart a,.evc-pli-mark .onsale{text-transform:uppercase;font-weight:700;box-sizing:border-box}.evc-shortcode .evc-ib-top-moving:hover img{-webkit-transform:translate3d(0,-6px,0);-moz-transform:translate3d(0,-6px,0);transform:translate3d(0,-6px,0)}.evc-shortcode .evc-ib-top-moving a:after{display:none}.evc-shortcode .evc-ib-top-moving img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .3s cubic-bezier(.21,.6,.44,2.18);-moz-transition:-moz-transform .3s cubic-bezier(.21,.6,.44,2.18);transition:transform .3s cubic-bezier(.21,.6,.44,2.18)}.evc-shortcode .evc-ib-circle-fade-out a:before,.evc-shortcode .evc-ib-circle-fade-out:after{content:'';position:absolute;top:50%;left:50%;width:100%;height:0;padding-top:100%;display:block;background-color:rgba(0,0,0,.7);border-radius:100%;opacity:1;visibility:visible;box-sizing:border-box;-webkit-transform:scale(1.5) translate3d(-33.33%,-33.33%,0);-moz-transform:scale(1.5) translate3d(-33.33%,-33.33%,0);transform:scale(1.5) translate3d(-33.33%,-33.33%,0);-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.evc-shortcode .evc-ib-bordered a:after,.evc-shortcode .evc-ib-circle-fade-out a:after,.evc-shortcode.evc-shortcode-has-link .evc-ib-circle-fade-out:after{display:none}.evc-shortcode .evc-ib-circle-fade-out a:hover:before,.evc-shortcode .evc-ib-circle-fade-out:hover:after{width:60px;padding-top:60px;opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.evc-shortcode .evc-ib-circle-fade-out{overflow:hidden}.evc-shortcode .evc-ib-circle-fade-out a:before{z-index:1}.evc-shortcode .evc-ib-circle-fade-out img{width:100%}.evc-shortcode .evc-ib-bordered:after{position:absolute;content:'';top:0;left:0;width:calc(100% - 6px);height:calc(100% - 6px);border:3px solid #43cb83;z-index:-1}.evc-shortcode .evc-ib-bordered:hover img{-webkit-transform:translate3d(-20px,-20px,0);-moz-transform:translate3d(-20px,-20px,0);transform:translate3d(-20px,-20px,0)}.evc-shortcode .evc-ib-bordered img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .3s ease;-moz-transition:-moz-transform .3s ease;transition:transform .3s ease}.evc-pagination-holder{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.evc-pagination-holder .evc-button{margin-top:30px;opacity:1}.evc-pagination-holder .evc-button.evc-loading{opacity:0}.evc-pagination-spinner{position:relative;display:inline-block;vertical-align:top;width:70px;line-height:1;opacity:0}.evc-pagination-spinner.evc-loading,.evc-product-list .evc-pli-inner:hover .evc-pli-info-on-image{opacity:1}.evc-pagination-spinner.evc-abs{position:absolute;bottom:15px;left:calc(50% - 35px)}.evc-pagination-spinner.evc-loading>*{-webkit-animation:evc-spinner-bounce-delay 1.4s infinite ease-in-out both;-moz-animation:evc-spinner-bounce-delay 1.4s infinite ease-in-out both;animation:evc-spinner-bounce-delay 1.4s infinite ease-in-out both}.evc-pagination-spinner>*{position:relative;display:inline-block;vertical-align:top;width:18px;height:18px;background-color:#303030;border-radius:100%}.evc-pagination-spinner>:nth-child(1){-webkit-animation-delay:-.32s;-moz-animation-delay:-.32s;animation-delay:-.32s}.evc-pagination-spinner>:nth-child(2){-webkit-animation-delay:-.16s;-moz-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes evc-spinner-bounce-delay{0%,100%,80%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@-moz-keyframes evc-spinner-bounce-delay{0%,100%,80%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@keyframes evc-spinner-bounce-delay{0%,100%,80%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}.evc-owl-carousel{visibility:hidden}.evc-owl-carousel .owl-stage-outer{z-index:1}.evc-owl-carousel.evc-owl-carousel-init{visibility:visible}.evc-owl-carousel.evc-carousel-has-both-control .owl-nav .owl-next,.evc-owl-carousel.evc-carousel-has-both-control .owl-nav .owl-prev{-webkit-transform:translateY(calc(-50% - 25px));-moz-transform:translateY(calc(-50% - 25px));transform:translateY(calc(-50% - 25px))}.evc-owl-carousel .owl-nav .owl-next,.evc-owl-carousel .owl-nav .owl-prev{position:absolute;top:50%;z-index:3;color:#303030;outline:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.evc-owl-carousel .owl-nav .owl-next:hover,.evc-owl-carousel .owl-nav .owl-prev:hover{color:#43cb83}.evc-carousel-skin-light .evc-owl-carousel .owl-nav .owl-next,.evc-carousel-skin-light .evc-owl-carousel .owl-nav .owl-prev{color:#fff}.evc-carousel-skin-light .evc-owl-carousel .owl-nav .owl-next:hover,.evc-carousel-skin-light .evc-owl-carousel .owl-nav .owl-prev:hover{color:#43cb83}.evc-owl-carousel .owl-nav .owl-next>span,.evc-owl-carousel .owl-nav .owl-prev>span{position:relative;display:inline-block;vertical-align:middle;font-size:40px;line-height:1}.evc-owl-carousel .owl-nav .owl-next>span:before,.evc-owl-carousel .owl-nav .owl-prev>span:before{display:block;line-height:inherit}.evc-owl-carousel .owl-nav .owl-prev{left:25px}.evc-owl-carousel .owl-nav .owl-next{right:25px}.evc-owl-carousel .owl-dots{text-align:center;margin:20px 0 0}.evc-owl-carousel .owl-dots .owl-dot{display:inline-block;vertical-align:middle;outline:0}.evc-owl-carousel .owl-dots .owl-dot span{display:inline-block;vertical-align:middle;width:12px;height:12px;margin:0 6px;background-color:rgba(48,48,48,.3);border-radius:3em;box-sizing:border-box;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.evc-pli-add-to-cart,.evc-pli-add-to-cart a{position:relative;display:inline-block;vertical-align:top}.evc-owl-carousel .owl-dots .owl-dot.active span,.evc-owl-carousel .owl-dots .owl-dot:hover span{background-color:#303030}.evc-carousel-skin-light .evc-owl-carousel .owl-dots .owl-dot span{background-color:rgba(255,255,255,.3)}.evc-carousel-skin-light .evc-owl-carousel .owl-dots .owl-dot.active span,.evc-carousel-skin-light .evc-owl-carousel .owl-dots .owl-dot:hover span{background-color:#fff}.evc-owl-carousel .owl-carousel .owl-item img{-webkit-transform:translateZ(0)}.evc-pli-add-to-cart{width:100%}.evc-pli-add-to-cart a{width:auto;margin:0;padding:11px 36px;font-family:inherit;font-size:11px;line-height:2em;letter-spacing:.1em;text-decoration:none;color:#fff;background-color:#303030;border:0;border-radius:0;box-shadow:none;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;-moz-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.evc-pli-add-to-cart a:hover{color:#fff;background-color:#43cb83}.evc-pli-add-to-cart a.add_to_cart_button.added{display:none}.evc-pli-category,.evc-pli-image{position:relative;display:inline-block;vertical-align:top;width:100%}.evc-pli-category{margin:6px 0 0}.evc-pli-category a{color:grey}.evc-pli-category a:hover{color:#303030}.evc-pli-image img{display:block;width:100%}.evc-pli-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1}.evc-pli-mark .onsale{position:absolute;top:10px;left:10px;display:block;width:55px;height:55px;padding:2px;font-size:12px;line-height:53px;text-align:center;color:#fff;background-color:#43cb83;border-radius:50%;z-index:100}.evc-pli-price,.evc-pli-ratings{display:inline-block;width:100%;vertical-align:top;position:relative}.evc-pli-price .price{display:block;font-size:15px;line-height:inherit;font-weight:700;color:#303030}.evc-pli-price .price del{margin:0 9px 0 0;color:rgba(48,48,48,.4)}.evc-pli-price .price ins{margin:0;color:inherit;text-decoration:none}.evc-pli-ratings{line-height:1;color:#fbd60c}.evc-pli-ratings .star-rating:before,.evc-pli-ratings .star-rating>span:before{display:inline-block;vertical-align:top;line-height:inherit;font-weight:400;letter-spacing:.2em;color:inherit;font-family:Ionicons;font-style:normal;font-variant:normal;text-transform:none;text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.evc-pli-ratings .star-rating{position:relative;display:inline-block;vertical-align:top;line-height:inherit}.evc-pli-ratings .star-rating:before{position:relative;content:"";font-size:16px}.evc-pli-ratings .star-rating>span{position:absolute;top:0;left:0;height:100%;font-size:0;line-height:inherit;overflow:hidden}.evc-pli-ratings .star-rating>span:before{position:relative;content:"";font-size:16px}.evc-pli-title{display:block;margin:0}.evc-product-list,.evc-product-list .evc-pli-image-wrapper,.evc-product-list .evc-pli-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.evc-product-list .evc-pli-info-on-image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;flex-direction:column;flex-wrap:nowrap;position:absolute;top:0;left:0;width:100%;height:100%;padding:20px;text-align:center;background-color:rgba(48,48,48,.5);opacity:0;box-sizing:border-box;transition:opacity .3s ease-in-out}.evc-clients,.evc-clients .evc-c-images,.evc-clients .evc-c-item,.evc-clients .evc-c-item-inner,.evc-product-list .evc-pli-content{display:inline-block;vertical-align:top}.evc-product-list .evc-pli-content{position:relative;width:100%;margin:25px 0 7px}.evc-product-list .evc-pli-ratings{margin-top:10px}.evc-product-list .evc-pli-price{margin-top:9px}.evc-product-list .evc-pli-add-to-cart{z-index:2}.evc-product-list .evc-pli-info-on-image .evc-pli-price .price,.evc-product-list .evc-pli-info-on-image .evc-pli-title{color:#fff}.evc-product-list .evc-pli-info-on-image .evc-pli-price del{color:rgba(255,255,255,.6)}.evc-product-list .evc-pli-info-on-image .evc-pli-category a{position:relative;color:#fff;z-index:2}.evc-product-list .evc-pli-info-on-image .evc-pli-category a:hover{color:rgba(255,255,255,.6)}.evc-product-list.evc-layout-standard-button-sliding .evc-pli-inner:hover .evc-pli-add-to-cart{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.evc-product-list.evc-layout-standard-button-sliding .evc-pli-image-wrapper{overflow:hidden}.evc-product-list.evc-layout-standard-button-sliding .evc-pli-add-to-cart{position:absolute;left:0;bottom:0;-webkit-transform:translateY(101%);-moz-transform:translateY(101%);transform:translateY(101%);-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;transition:transform .3s ease-in-out}.evc-product-list.evc-layout-standard-button-sliding .evc-pli-add-to-cart a{width:100%;padding:13px 20px;text-align:center}.evc-product-list.evc-layout-gallery .evc-pli-inner{overflow:hidden}.evc-product-list.evc-layout-gallery .evc-pli-add-to-cart{margin-top:25px}.evc-clients{position:relative;width:100%;text-align:center}.evc-clients .evc-c-item{position:relative;width:100%}.evc-clients .evc-c-item-inner{position:relative}.touch .evc-clients .evc-c-item-inner{cursor:pointer}.evc-clients .evc-c-images{position:relative;width:100%;overflow:hidden}.evc-clients .evc-c-images img{display:block}.evc-clients .evc-c-original-image{position:relative;z-index:1}.evc-clients .evc-c-hover-image{position:absolute;top:0;left:0}.evc-clients .evc-c-link{position:relative;display:block}.evc-testimonials,.evc-testimonials .evc-t-item{display:inline-block;width:100%;vertical-align:top;position:relative}.evc-clients .evc-c-title{margin:25px 0 10px}.evc-clients .evc-owl-carousel .owl-nav .owl-prev{left:-10px}.evc-clients .evc-owl-carousel .owl-nav .owl-next{right:-10px}.evc-clients.evc-c-switch-images .evc-c-item.evc-c-has-hover .evc-c-item-inner:hover .evc-c-original-image{opacity:0}.evc-clients.evc-c-switch-images .evc-c-item.evc-c-has-hover .evc-c-item-inner:hover .evc-c-hover-image{opacity:1}.evc-clients.evc-c-switch-images .evc-c-item .evc-c-original-image{opacity:1;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.evc-clients.evc-c-switch-images .evc-c-item .evc-c-hover-image{opacity:0;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.evc-clients.evc-c-roll-over .evc-c-item.evc-c-has-hover .evc-c-item-inner:hover .evc-c-original-image{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);transform:translateY(100%)}.evc-clients.evc-c-roll-over .evc-c-item.evc-c-has-hover .evc-c-item-inner:hover .evc-c-hover-image{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.evc-clients.evc-c-roll-over .evc-c-item .evc-c-original-image{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-clients.evc-c-roll-over .evc-c-item .evc-c-hover-image{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-testimonials .evc-t-item{text-align:center}.evc-testimonials .evc-t-item .evc-t-image img{display:block;width:auto;margin:0 auto;border-radius:100%}.evc-testimonials .evc-t-image{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-testimonials .evc-t-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:30px}.evc-testimonials .evc-t-text{margin:0}.evc-testimonials .evc-t-author{display:block;margin-top:16px;font-size:12px;line-height:18px}.evc-blockquote,.evc-testimonials .evc-t-author-label,.evc-testimonials .evc-t-author-position{display:inline-block;vertical-align:top}.evc-testimonials .evc-t-author-label{font-weight:700;color:#303030}.evc-blockquote{position:relative;width:100%;margin:0;quotes:none;border:0;box-sizing:border-box}.evc-blockquote .evc-b-text{display:block}.evc-blockquote.evc-b-simple{color:#ccc;font-size:14px;line-height:28px;font-weight:500;font-style:normal;padding:1px 0 0 47px}.evc-blockquote.evc-b-left-line{color:grey;font-size:16px;line-height:28px;font-weight:500;font-style:normal;padding:0 0 0 25px;border-left:4px solid #43cb83}.evc-blockquote.evc-b-with-icon{color:#303030;font-size:16px;line-height:28px;font-weight:600;font-style:normal}.evc-blockquote.evc-b-with-icon:before{position:absolute;top:3px;left:0;content:'\f347';font-family:Ionicons;font-size:30px;line-height:1;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.evc-blockquote.evc-b-with-icon .evc-b-text,.evc-blog-list,.evc-blog-list.evc-bl-gallery .evc-bli-inner,.evc-blog-list.evc-bl-layout-boxed .evc-bli-content{position:relative;display:inline-block;vertical-align:top;width:100%}.evc-blockquote.evc-b-with-icon .evc-b-text{padding-left:40px;box-sizing:border-box}.evc-blog-list.evc-bl-standard .evc-bli-image{width:100%;margin-bottom:34px}.evc-blog-list.evc-bl-gallery .evc-bli-image,.evc-blog-list.evc-bl-layout-boxed .evc-bli-image{margin-bottom:0}.evc-blog-list.evc-bl-standard .evc-bli-image a,.evc-blog-list.evc-bl-standard .evc-bli-image img{width:100%}.evc-blog-list.evc-bl-layout-boxed .evc-bli-content{padding:24px 30px 30px;background-color:#fff;border:1px solid #ebebeb;border-top-width:0;box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-sizing:border-box}.evc-blog-list.evc-bl-gallery .evc-bli-inner:hover .evc-bli-excerpt{opacity:1;max-height:3.9em;-webkit-transition:opacity .2s,max-height .3s;-moz-transition:opacity .2s,max-height .3s;transition:opacity .2s,max-height .3s}.evc-blog-list.evc-bl-gallery .evc-bli-content{position:absolute;left:0;bottom:0;width:100%;height:auto;padding:15% 30px 22px;background:rgba(255,255,255,.6);background:-webkit-linear-gradient(to top,rgba(255,255,255,.6),rgba(255,255,255,0));background:linear-gradient(to top,rgba(255,255,255,.6),rgba(255,255,255,0));box-sizing:border-box}.evc-blog-list.evc-bl-gallery .evc-bli-content a{position:relative;z-index:2}.evc-blog-list.evc-bl-gallery .evc-bli-excerpt{opacity:0;max-height:0;overflow:hidden;-webkit-transition:opacity .2s,max-height .3s;-moz-transition:opacity .2s,max-height .3s;transition:opacity .2s,max-height .3s}.evc-blog-list.evc-bl-simple .evc-bli-inner{position:relative;display:table;width:100%;height:100%}.evc-blog-list.evc-bl-simple .evc-bli-inner>*{display:table-cell;vertical-align:middle}.evc-blog-list.evc-bl-simple .evc-bli-image{width:84px;padding-right:20px}.evc-blog-list.evc-bl-simple .evc-bli-image a,.evc-blog-list.evc-bl-simple .evc-bli-image img{width:100%}.evc-blog-list.evc-bl-minimal .evc-bli-post-info,.evc-blog-list.evc-bl-simple .evc-bli-post-info{margin-top:4px}.evc-blog-list.evc-bl-skin-light.evc-bl-layout-boxed .evc-bli-content{background-color:#303030;border-color:#bfbfbf;box-shadow:3px 3px 16px 2px rgba(255,255,255,.04)}.evc-blog-list.evc-bl-skin-light.evc-bl-gallery .evc-bli-content{background:rgba(0,0,0,.6);background:-webkit-linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0));background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0))}.evc-blog-list.evc-bl-skin-light .evc-bli-title{color:#fff}.evc-blog-list.evc-bl-skin-light .evc-bli-title a:hover{color:rgba(255,255,255,.8)}.evc-blog-list.evc-bl-skin-light .evc-bli-excerpt{color:#fff}.evc-blog-list.evc-bl-skin-light .evc-bli-post-info{color:#bfbfbf;border-color:#bfbfbf}.evc-blog-list.evc-bl-skin-light .evc-bli-post-info a:hover{color:#fff}.evc-blog-list .evc-bli-image,.evc-blog-list .evc-bli-image a{position:relative;display:inline-block;vertical-align:top}.evc-blog-list .evc-bli-image img{display:block}.evc-blog-list .evc-bli-date-on-image{position:absolute;top:10px;left:10px;padding:8px 13px 13px;text-align:center;color:#fff;background-color:#43cb83;z-index:2;box-sizing:border-box;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.evc-blog-list .evc-bli-date-on-image>*{display:block;line-height:1}.evc-blog-list .evc-bli-date-on-image .evc-bli-date-day{font-size:26px;font-weight:700}.evc-blog-list .evc-bli-date-on-image .evc-bli-date-month{margin-top:2px;font-size:13px}.evc-blog-list .evc-bli-title{margin:0}.evc-blog-list .evc-bli-excerpt{margin:14px 0 0}.evc-blog-list .evc-bli-post-info{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;clear:both}.evc-blog-list .evc-bli-post-info>*{position:relative;display:inline-block;vertical-align:top;float:left;margin-right:16px;padding-right:15px;font-size:13px;line-height:18px;color:currentColor;border-right:1px solid #ebebeb}.evc-blog-list .evc-bli-post-info>:last-child{margin-right:0;padding-right:0;border-right:0}.evc-blog-list .evc-bli-post-info>* a{color:inherit}.evc-blog-list .evc-bli-post-info>* a:hover{color:#43cb83}.evc-blog-list .evc-bli-post-info-top{margin-bottom:5px}.evc-blog-list .evc-bli-post-info-bottom{margin-top:16px}.evc-blog-list .evc-bli-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.evc-button,.evc-button-wrapper,.evc-button.evc-btn-has-icon .evc-btn-text{display:inline-block;vertical-align:top}.evc-button-wrapper{position:relative;width:100%}.evc-button-wrapper.evc-btn-left{text-align:left}.evc-button-wrapper.evc-btn-right{text-align:right}.evc-button-wrapper.evc-btn-center{text-align:center}.evc-button{position:relative;width:auto;margin:0;font-family:inherit;font-size:11px;line-height:2em;letter-spacing:.1em;font-weight:700;text-transform:uppercase;text-decoration:none;background-color:transparent;border:1px solid transparent;border-radius:0;box-shadow:none;box-sizing:border-box;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;-moz-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.evc-button .evc-btn-text{position:relative;display:block;line-height:inherit}.evc-button .evc-btn-icon{position:relative;display:inline-block;vertical-align:top;margin-right:5px;line-height:inherit}.evc-button .evc-btn-icon:before{display:block;line-height:inherit}.evc-button.evc-btn-tiny{padding:6px 24px}.evc-button.evc-btn-small{padding:8px 30px}.evc-button.evc-btn-normal{padding:11px 36px}.evc-button.evc-btn-medium{padding:12px 44px}.evc-button.evc-btn-full-width{width:100%;padding:11px 22px;text-align:center}.evc-button.evc-btn-large{padding:13px 48px}.evc-button.evc-btn-solid{color:#fff;background-color:#303030;border-color:transparent}.evc-button.evc-btn-solid:hover{color:#fff;background-color:#43cb83;border-color:transparent}.evc-button.evc-btn-outline{color:#303030;background-color:transparent;border-color:#303030}.evc-button.evc-btn-outline:hover{color:#fff;background-color:#303030;border-color:#303030}.evc-button.evc-btn-simple{padding:0;color:#303030;background:0 0;border:0}.evc-button.evc-btn-simple:hover{color:#43cb83}.evc-button.evc-btn-fill-line{padding:0 0 2px;color:#303030;background:0 0;border:0}.evc-button.evc-btn-fill-line:hover{color:#303030}.evc-button.evc-btn-fill-line:hover .evc-btn-fill-line{opacity:1;width:100%}.evc-button.evc-btn-fill-line .evc-btn-fill-line{position:absolute;display:block;left:0;bottom:0;width:0;border-bottom:2px solid #43cb83;opacity:0;-webkit-transition:opacity .33s,width .3s;-moz-transition:opacity .33s,width .3s;transition:opacity .33s,width .3s}.evc-button.evc-btn-fill-text{padding:0;color:transparent;background:0 0;border:0;z-index:2;white-space:nowrap;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.evc-button.evc-btn-fill-text:hover{color:transparent}.evc-button.evc-btn-fill-text:hover .evc-btn-hover-text{width:100%}.evc-button.evc-btn-fill-text .evc-btn-original-text{position:relative;display:inline-block;width:100%;vertical-align:top;color:#303030}.evc-button.evc-btn-fill-text .evc-btn-hover-text{position:absolute;top:0;left:0;width:.1%;height:100%;display:inline-block;vertical-align:top;color:#43cb83;white-space:nowrap;overflow:hidden;-webkit-transition:width .4s ease-in-out;-moz-transition:width .4s ease-in-out;transition:width .4s ease-in-out}.evc-button.evc-btn-strike-line{padding:0;color:#303030;background:0 0;border:0;overflow:hidden}.evc-button.evc-btn-strike-line:hover{color:#303030}.evc-button.evc-btn-strike-line:hover .evc-btn-strike-line{-webkit-animation:strikeline .7s cubic-bezier(.55,0,.1,1) 0s 1;-moz-animation:strikeline .7s cubic-bezier(.55,0,.1,1) 0s 1;animation:strikeline .7s cubic-bezier(.55,0,.1,1) 0s 1}.evc-button.evc-btn-strike-line .evc-btn-strike-line{position:absolute;bottom:0;left:calc(-100% - 1px);width:100%;height:2px;background-color:#43cb83}@keyframes strikeline{from{left:calc(-100% - 1px)}to{left:calc(100% + 1px)}}.evc-button.evc-btn-strike-line-2{padding:0;color:#303030;background:0 0;border:0;overflow:hidden}.evc-button.evc-btn-strike-line-2:hover{color:#303030}.evc-button.evc-btn-strike-line-2:hover .evc-btn-strike-line{-webkit-animation:strikeline-2 .7s cubic-bezier(.55,0,.1,1) 0s 1;-moz-animation:strikeline-2 .7s cubic-bezier(.55,0,.1,1) 0s 1;animation:strikeline-2 .7s cubic-bezier(.55,0,.1,1) 0s 1}.evc-button.evc-btn-strike-line-2 .evc-btn-strike-line{position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#43cb83}@keyframes strikeline-2{0%,100%{left:0}40%{left:130%}45%{width:0}50%{left:-130%}60%{width:100%}}.evc-button.evc-btn-switch-line{padding:0 0 2px;color:#303030;background:0 0;border:0}.evc-button.evc-btn-switch-line:hover{color:#303030}.evc-button.evc-btn-switch-line:hover .evc-btn-switch-line-2{opacity:1;width:100%;-webkit-transition:opacity .1s,width .4s;-moz-transition:opacity .1s,width .4s;transition:opacity .1s,width .4s}.evc-button.evc-btn-switch-line .evc-btn-switch-line-1{position:absolute;left:0;bottom:0;display:block;width:100%;border-bottom:2px solid #303030;z-index:1}.evc-button.evc-btn-switch-line .evc-btn-switch-line-2{position:absolute;left:0;bottom:0;width:0;display:block;border-bottom:2px solid #43cb83;z-index:2;opacity:0;-webkit-transition:opacity .5s,width .4s;-moz-transition:opacity .5s,width .4s;transition:opacity .5s,width .4s}.evc-counter,.evc-counter .evc-c-inner{display:inline-block;vertical-align:top;position:relative}.evc-counter{width:100%;opacity:0;transition:opacity .3s ease-in-out}.evc-counter .evc-c-digit{display:inline-block!important;vertical-align:top;height:1em;color:#43cb83;font-size:45px;line-height:1;font-weight:700;overflow:hidden}.evc-counter .evc-c-title{margin:9px 0 0}.evc-counter .evc-c-text{margin:8px 0 0}.evc-custom-font{margin:0}.evc-doughnut-chart{position:relative;display:inline-block;vertical-align:top;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.evc-doughnut-chart.evc-dc-appeared,.evc-interactive-banner.evc-ib-classic:hover .evc-ib-content-wrapper{opacity:1}.evc-doughnut-chart canvas{position:relative;display:block}.evc-dropcaps,.evc-dropcaps .evc-d-letter{position:relative;display:inline-block;vertical-align:top}.evc-dropcaps{width:100%}.evc-dropcaps .evc-d-letter{float:left;margin:4px 12px 0 0}.evc-dropcaps.evc-d-simple .evc-d-letter{color:#43cb83;font-size:40px;line-height:1.1em;font-weight:500}.evc-dropcaps.evc-d-circle .evc-d-letter,.evc-dropcaps.evc-d-square .evc-d-letter{height:38px;width:38px;font-size:21px;line-height:38px;font-weight:500;text-align:center;color:#fff;background-color:#43cb83}.evc-flip-image,.evc-flip-image .evc-fi-image{position:relative;display:inline-block;width:100%;vertical-align:top;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}.evc-dropcaps.evc-d-circle .evc-d-letter{border-radius:100%}.evc-flip-image{transform-style:preserve-3d}.evc-flip-image .evc-fi-image{z-index:1;backface-visibility:hidden;transform-style:preserve-3d;-webkit-transition:-webkit-transform .7s ease;-moz-transition:-moz-transform .7s ease;transition:transform .7s ease}.evc-flip-image .evc-fi-image img{display:block;width:calc(100% + 1px)}.evc-flip-image .evc-fi-content-wrapper{position:absolute;display:block;width:100%;height:100%;top:0;left:0;padding:20px;background-color:#303030;box-sizing:border-box;backface-visibility:hidden;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform .7s ease;-moz-transition:-moz-transform .7s ease;transition:transform .7s ease}.evc-flip-image .evc-fi-content-inner{position:relative;display:table;width:100%;height:100%;text-align:center}.evc-flip-image .evc-fi-content{position:relative;display:table-cell;width:100%;height:100%;vertical-align:middle}.evc-flip-image .evc-fi-content .evc-fi-title{margin:0;color:#fff}.evc-flip-image .evc-fi-content .evc-fi-text{margin:14px 0 0;color:#fff}.evc-flip-image .evc-fi-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:3}.evc-flip-image.evc-fi-horizontal:hover .evc-fi-image{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}.evc-flip-image.evc-fi-horizontal .evc-fi-image,.evc-flip-image.evc-fi-horizontal:hover .evc-fi-content-wrapper{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}.evc-flip-image.evc-fi-horizontal .evc-fi-content-wrapper{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);transform:rotateY(-180deg)}.evc-flip-image.evc-fi-vertical:hover .evc-fi-image{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);transform:rotateX(180deg)}.evc-flip-image.evc-fi-vertical .evc-fi-image,.evc-flip-image.evc-fi-vertical:hover .evc-fi-content-wrapper{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);transform:rotateX(0)}.evc-flip-image.evc-fi-vertical .evc-fi-content-wrapper{-webkit-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);transform:rotateX(-180deg)}.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:transparent}#superContainer{height:100%;position:relative;-ms-touch-action:none;touch-action:none}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}.fp-auto-height .fp-tableCell,.fp-auto-height.evc-fss-item,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.evc-fss-item{height:auto!important}.evc-full-screen-sections{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-full-screen-sections .evc-fss-wrapper{visibility:hidden}.evc-full-screen-sections .evc-fss-wrapper.evc-fss-is-loaded{visibility:visible}.evc-full-screen-sections .evc-fss-item{position:relative;display:table;width:100%;height:100%;margin:0;padding:5%;box-sizing:border-box}.evc-full-screen-sections .evc-fss-item .evc-fssi-bg{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-position:center;background-size:cover}.evc-full-screen-sections .evc-fss-item .fp-scroller>.vc_column_container,.evc-full-screen-sections .evc-fss-item .fp-scroller>.vc_column_container>.vc_column-inner{padding:0;margin:0}.evc-full-screen-sections .evc-fss-item.evc-fssi-va-top .evc-fssi-inner{vertical-align:top}.evc-full-screen-sections .evc-fss-item.evc-fssi-va-bottom .evc-fssi-inner{vertical-align:bottom}.evc-full-screen-sections .evc-fss-item.evc-fssi-ha-left .evc-fssi-inner{text-align:left}.evc-full-screen-sections .evc-fss-item.evc-fssi-ha-center .evc-fssi-inner{text-align:center}.evc-full-screen-sections .evc-fss-item.evc-fssi-ha-right .evc-fssi-inner{text-align:right}.evc-full-screen-sections .evc-fss-item .evc-fssi-inner{position:relative;display:table-cell;width:100%;height:100%;vertical-align:middle;box-sizing:border-box}.evc-full-screen-sections .evc-fss-item .evc-fssi-inner a{position:relative;z-index:2}.evc-full-screen-sections .evc-fss-item .evc-fssi-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.evc-full-screen-sections .evc-fss-nav-holder{position:fixed;bottom:49px;left:50px;width:55px;display:block;text-align:center;visibility:hidden;z-index:1001}.evc-gallery-block,.evc-gallery-block .evc-gb-image{width:100%}.evc-full-screen-sections .evc-fss-nav-holder a{display:block;height:auto;font-size:38px;line-height:1;color:#303030;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.evc-full-screen-sections .evc-fss-nav-holder a:hover{color:#43cb83}.evc-full-screen-sections .evc-fss-nav-holder a span,.evc-full-screen-sections .evc-fss-nav-holder a span:before{display:block;line-height:inherit}.evc-gallery-block,.evc-gallery-block .evc-gb-image,.evc-gallery-block .evc-gb-image-wrapper{display:inline-block;vertical-align:top;position:relative}.evc-full-screen-sections.evc-animation-predefined .evc-fss-wrapper{-webkit-transition:-webkit-transform 1s cubic-bezier(.55,.085,0,.99) 1s!important;-moz-transition:-moz-transform 1s cubic-bezier(.55,.085,0,.99) 1s!important;transition:transform 1s cubic-bezier(.55,.085,0,.99) 1s!important;-webkit-transition-timing-function:cubic-bezier(.55,.085,0,.99)!important;-moz-transition-timing-function:cubic-bezier(.55,.085,0,.99)!important;transition-timing-function:cubic-bezier(.55,.085,0,.99)!important}.evc-full-screen-sections.evc-animation-predefined .evc-fss-wrapper.evc-fss-first-init .evc-fss-item.active .evc-fssi-bg{-webkit-transition:none!important;-moz-transition:none!important;transition:none!important}.evc-full-screen-sections.evc-animation-predefined .evc-fss-item .evc-fssi-bg{-webkit-transition:-webkit-transform 1s cubic-bezier(.55,.085,0,.99)!important;-moz-transition:-moz-transform 1s cubic-bezier(.55,.085,0,.99)!important;transition:transform 1s cubic-bezier(.55,.085,0,.99)!important;-webkit-transition-timing-function:cubic-bezier(.55,.085,0,.99)!important;-moz-transition-timing-function:cubic-bezier(.55,.085,0,.99)!important;transition-timing-function:cubic-bezier(.55,.085,0,.99)!important;-webkit-transform:scale(.6);-moz-transform:scale(.6);transform:scale(.6)}.evc-full-screen-sections.evc-animation-predefined .evc-fss-item.active .evc-fssi-bg{-webkit-transition-delay:2s!important;-moz-transition-delay:2s!important;transition-delay:2s!important;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.evc-gallery-block .evc-gb-image-wrapper{float:left;box-sizing:border-box}.evc-gallery-block .evc-gb-image a,.evc-gallery-block .evc-gb-image img{position:relative;display:block}.evc-icon-list,.evc-icon-list .evc-il-item,.evc-icon-list .evc-ili-inner{display:inline-block;position:relative;vertical-align:top}.evc-gallery-block.evc-gb-featured-top .evc-gb-image-wrapper{width:50%}.evc-gallery-block.evc-gb-featured-top .evc-gb-image-wrapper.evc-gb-featured-image{width:100%}.evc-gallery-block.evc-gb-featured-left .evc-gb-image-wrapper{width:25%}.evc-gallery-block.evc-gb-featured-left .evc-gb-image-wrapper.evc-gb-featured-image{width:50%}.evc-icon-list{width:100%}.evc-icon-list .evc-il-item{width:100%;margin-bottom:8px}.evc-icon-list .evc-il-item:last-child{margin-bottom:0}.evc-icon-list .evc-il-item.evc-ili-has-link:hover .evc-ili-text{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.evc-icon-list .evc-ili-inner>*{display:table-cell;vertical-align:top}.evc-icon-list .evc-ili-icon-wrapper{padding-right:15px;color:#43cb83}.evc-icon-list .evc-ili-icon-wrapper *{display:block;line-height:inherit;color:inherit}.evc-icon-list .evc-ili-icon-wrapper :before{display:block;line-height:inherit}.evc-icon-list .evc-ili-text{position:relative;margin:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s ease;-moz-transition:-moz-transform .3s ease;transition:transform .3s ease}.evc-interactive-banner.evc-ib-classic .evc-ib-content-wrapper,.evc-line-graph{-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out}.evc-icon-list .evc-ili-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1}.evc-icon-progress-bar{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-icon-progress-bar .evc-ipb-title{display:block;margin:0 0 14px}.evc-icon-progress-bar .evc-ipb-icon{position:relative;display:inline-block;vertical-align:top;margin:0 20px 20px 0;color:#f3f3f3;font-size:36px;line-height:1.1em;font-weight:400;letter-spacing:0;overflow:hidden}.evc-icon-progress-bar .evc-ipb-icon.evc-active{color:#43cb83}.evc-icon-progress-bar .evc-ipb-icon:last-child{margin-right:0}.evc-icon-with-text{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-icon-with-text .evc-iwt-icon-holder{position:relative;display:inline-block;vertical-align:top;line-height:1}.evc-icon-with-text .evc-iwt-icon-holder img{height:auto;max-width:100%;vertical-align:middle}.evc-icon-with-text .evc-iwt-icon{position:relative;display:inline-block;vertical-align:top;font-size:26px;color:#43cb83}.evc-icon-with-text .evc-iwt-title{margin:0}.evc-icon-with-text .evc-iwt-title a{position:relative;display:block}.evc-icon-with-text .evc-iwt-text{margin:14px 0 0}.evc-icon-with-text.evc-iwt-icon-top{text-align:center}.evc-icon-with-text.evc-iwt-icon-top .evc-iwt-icon-holder{display:block}.evc-icon-with-text.evc-iwt-icon-top .evc-iwt-icon-holder img{display:block;margin:0 auto}.evc-icon-with-text.evc-iwt-icon-top .evc-iwt-content{margin-top:20px}.evc-icon-with-text.evc-iwt-icon-left .evc-iwt-content,.evc-icon-with-text.evc-iwt-icon-left .evc-iwt-icon-holder{display:table-cell;vertical-align:top}.evc-image-gallery,.evc-image-gallery .evc-ig-image{display:inline-block;width:100%;vertical-align:top;position:relative}.evc-icon-with-text.evc-iwt-icon-left .evc-iwt-icon-holder{padding-right:15px}.evc-icon-with-text.evc-iwt-icon-left .evc-iwt-icon-holder img{max-width:none}.evc-image-gallery .evc-ig-image{box-sizing:border-box}.evc-image-gallery .evc-ig-image a,.evc-image-gallery .evc-ig-image img{position:relative;display:block}.evc-image-gallery .evc-ig-slider,.evc-image-with-text,.evc-image-with-text .evc-iwt-image{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-image-with-text .evc-iwt-image a,.evc-image-with-text .evc-iwt-image img{position:relative;display:block}.evc-image-with-text .evc-iwt-content,.evc-interactive-banner,.evc-interactive-banner .evc-ib-image{position:relative;display:inline-block;vertical-align:top;width:100%}.evc-image-with-text .evc-iwt-title{margin:25px 0 0}.evc-image-with-text .evc-iwt-text{margin:14px 0 0}.evc-interactive-banner{overflow:hidden}.evc-interactive-banner .evc-ib-image img{display:block;width:100%}.evc-interactive-banner .evc-ib-content-wrapper{position:absolute;display:block;width:100%;height:100%;top:0;left:0;box-sizing:border-box}.evc-interactive-banner .evc-ib-content-inner{position:relative;display:table;width:100%;height:100%}.evc-interactive-banner .evc-ib-content{position:relative;display:table-cell;width:100%;height:100%;vertical-align:middle}.evc-interactive-banner .evc-ib-content .evc-ib-icon,.evc-interactive-banner .evc-ib-content .evc-ib-text,.evc-interactive-banner .evc-ib-content .evc-ib-title{color:#fff}.evc-interactive-banner .evc-ib-custom-icon{display:block;margin:0 auto 10px}.evc-interactive-banner .evc-ib-icon{display:block;margin-bottom:20px;font-size:40px}.evc-interactive-banner .evc-ib-title{margin:0}.evc-interactive-banner .evc-ib-text{margin:10px 0 0}.evc-interactive-banner .evc-ib-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.evc-interactive-banner.evc-ib-custom-image-size,.evc-interactive-banner.evc-ib-custom-image-size .evc-ib-image img{width:auto}.evc-interactive-banner.evc-ib-classic .evc-ib-content-wrapper{padding:20px;text-align:center;background-color:rgba(48,48,48,.3);opacity:0;transition:opacity .3s ease-in-out}.evc-interactive-banner.evc-ib-bottom-animation:hover .evc-ib-image img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.evc-interactive-banner.evc-ib-bottom-animation:hover .evc-ib-content-wrapper{opacity:1;-webkit-transition:opacity .15s;-moz-transition:opacity .15s;transition:opacity .15s}.evc-interactive-banner.evc-ib-bottom-animation:hover .evc-ib-icon,.evc-interactive-banner.evc-ib-bottom-animation:hover .evc-ib-text,.evc-interactive-banner.evc-ib-bottom-animation:hover .evc-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-image img{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-content-wrapper{padding:25px 35px 30px;background-color:rgba(48,48,48,.3);opacity:0;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-content{vertical-align:bottom}.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-icon,.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-text,.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-title{opacity:0;-webkit-transform:translate3d(0,40px,0);-moz-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition:-webkit-transform .35s,opacity .2s;-moz-transition:-moz-transform .35s,opacity .2s;transition:transform .35s,opacity .2s}.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-text{margin:5px 0 0}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-text,.evc-interactive-banner.evc-ib-slide-from-bottom .evc-ib-text{margin:4px 0 0}.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-content-wrapper{background-color:rgba(48,48,48,.6)}.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-content-wrapper:after,.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-content-wrapper:before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-icon,.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-text,.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.evc-interactive-banner.evc-ib-bordered .evc-ib-content-wrapper{padding:40px;text-align:center;color:#fff;-webkit-transition:background-color .35s;-moz-transition:background-color .35s;transition:background-color .35s}.evc-interactive-banner.evc-ib-bordered .evc-ib-content-wrapper:after,.evc-interactive-banner.evc-ib-bordered .evc-ib-content-wrapper:before{content:'';position:absolute;top:30px;right:30px;bottom:30px;left:30px;opacity:0;-webkit-transition:-webkit-transform .35s,opacity .35s;-moz-transition:-moz-transform .35s,opacity .35s;transition:transform .35s,opacity .35s}.evc-interactive-banner.evc-ib-bordered .evc-ib-content-wrapper:before{border-top:1px solid currentColor;border-bottom:1px solid currentColor;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);transform:scale(0,1)}.evc-interactive-banner.evc-ib-bordered .evc-ib-content-wrapper:after{border-right:1px solid currentColor;border-left:1px solid currentColor;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);transform:scale(1,0)}.evc-interactive-banner.evc-ib-bordered .evc-ib-icon,.evc-interactive-banner.evc-ib-bordered .evc-ib-text,.evc-interactive-banner.evc-ib-bordered .evc-ib-title{opacity:0;-webkit-transition:-webkit-transform .35s,opacity .35s;-moz-transition:-moz-transform .35s,opacity .35s;transition:transform .35s,opacity .35s}.evc-interactive-banner.evc-ib-bordered .evc-ib-icon,.evc-interactive-banner.evc-ib-bordered .evc-ib-title{-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}.evc-interactive-banner.evc-ib-bordered .evc-ib-text{-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.evc-interactive-banner.evc-ib-slide-from-bottom:hover .evc-ib-image img{-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);transform:translateY(-30px)}.evc-interactive-banner.evc-ib-slide-from-bottom:hover .evc-ib-content-wrapper{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.evc-interactive-banner.evc-ib-slide-from-bottom .evc-ib-image img{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-interactive-banner.evc-ib-slide-from-bottom .evc-ib-content-wrapper{top:auto;bottom:0;height:auto;padding:20px 25px 22px;background-color:#303030;text-align:center;-webkit-transform:translateY(101%);-moz-transform:translateY(101%);transform:translateY(101%);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-interactive-banner.evc-ib-shutter-in-vertical:hover .evc-ib-content-wrapper:after,.evc-interactive-banner.evc-ib-shutter-in-vertical:hover .evc-ib-content-wrapper:before{height:50%}.evc-interactive-banner.evc-ib-shutter-in-vertical:hover .evc-ib-content-inner{opacity:1;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s;-webkit-transition-delay:.21s;-moz-transition-delay:.21s;transition-delay:.21s}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-wrapper{padding:25px 35px;color:#303030}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-wrapper:after,.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-wrapper:before{content:'';position:absolute;left:0;width:100%;height:0;background-color:currentColor;-webkit-transition:height .35s;-moz-transition:height .35s;transition:height .35s}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-wrapper:before{top:0}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-wrapper:after{bottom:0}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-inner{opacity:0;z-index:1;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-link{z-index:2}.evc-line-graph{position:relative;display:inline-block;width:100%;vertical-align:top;opacity:0;transition:opacity .3s ease-in-out}.evc-line-graph.evc-lg-appeared{opacity:1}.evc-line-graph canvas{position:relative;display:block;width:100%}.evc-pie-chart{position:relative;display:inline-block;vertical-align:top;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.evc-pie-chart.evc-pc-appeared,.evc-post-carousel.evc-pc-centered .owl-item.center .evc-pci-content{opacity:1}.evc-pie-chart canvas{position:relative;display:block}.evc-post-carousel{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-post-carousel.evc-pc-centered .owl-item.center .evc-pci-content>*{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.evc-post-carousel.evc-pc-centered .evc-pci-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100%;padding:30px;text-align:center;opacity:0;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.evc-post-carousel.evc-pc-centered .evc-pci-content>*{-webkit-transform:translate3d(0,40px,0);-moz-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-post-carousel.evc-pc-centered .evc-pci-content>:nth-child(1){-webkit-transition-delay:50ms;-moz-transition-delay:50ms;transition-delay:50ms}.evc-post-carousel.evc-pc-centered .evc-pci-content>:nth-child(2){-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}.evc-post-carousel.evc-pc-sliding-excerpt .evc-pci-inner:hover .evc-pci-excerpt{opacity:1;max-height:calc(4em);-webkit-transition:opacity .2s,max-height .3s;-moz-transition:opacity .2s,max-height .3s;transition:opacity .2s,max-height .3s}.evc-post-carousel.evc-pc-sliding-excerpt .evc-pci-content{position:absolute;left:0;bottom:0;width:100%;height:auto;padding:15% 30px 22px}.evc-post-carousel .evc-pci-image,.evc-post-carousel .evc-pci-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.evc-post-carousel.evc-pc-sliding-excerpt .evc-pci-excerpt{opacity:0;max-height:0;overflow:hidden;-webkit-transition:opacity .2s,max-height .3s;-moz-transition:opacity .2s,max-height .3s;transition:opacity .2s,max-height .3s}.evc-post-carousel.evc-pc-skin-light .evc-pci-content{background:rgba(0,0,0,.6);background:-webkit-linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0));background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0))}.evc-post-carousel.evc-pc-skin-light .evc-pci-title{color:#fff}.evc-post-carousel.evc-pc-skin-light .evc-pci-title a:hover{color:rgba(255,255,255,.8)}.evc-post-carousel.evc-pc-skin-light .evc-pci-excerpt{color:#fff}.evc-post-carousel .evc-pci-image a{display:block}.evc-post-carousel .evc-pci-date-on-image{position:absolute;top:10px;left:10px;padding:8px 13px 13px;text-align:center;color:#fff;background-color:#43cb83;z-index:2;box-sizing:border-box;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.evc-post-carousel .evc-pci-date-on-image>*{display:block;line-height:1}.evc-post-carousel .evc-pci-date-on-image .evc-pci-date-day{font-size:26px;font-weight:700}.evc-post-carousel .evc-pci-date-on-image .evc-pci-date-month{margin-top:2px;font-size:13px}.evc-post-carousel .evc-pci-content{background:rgba(255,255,255,.6);background:-webkit-linear-gradient(to top,rgba(255,255,255,.6),rgba(255,255,255,0));background:linear-gradient(to top,rgba(255,255,255,.6),rgba(255,255,255,0));box-sizing:border-box}.evc-post-carousel .evc-pci-content a{position:relative;z-index:2}.evc-post-carousel .evc-pci-title{margin:0}.evc-post-carousel .evc-pci-excerpt{margin:9px 0 0}.evc-post-carousel .evc-pci-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.evc-post-carousel .evc-owl-carousel .owl-nav .owl-prev{left:-40px}.evc-post-carousel .evc-owl-carousel .owl-nav .owl-next{right:-40px}.evc-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-pricing-table .evc-pti-inner{position:relative;display:inline-block;width:100%;vertical-align:top;background-color:#fff;border:1px solid #ebebeb;box-sizing:border-box}.evc-pricing-table .evc-pti-inner ul{list-style:none;margin:0;padding:0}.evc-pricing-table .evc-pti-inner li{margin:0;padding:11px 20px;text-align:center}.evc-pricing-table .evc-pti-inner li.evc-pti-prices{padding-top:50px;padding-bottom:45px;background-color:#43cb83;background-position:center;background-repeat:no-repeat;background-size:cover}.evc-pricing-table .evc-pti-inner li.evc-pti-title-holder{padding-top:50px;padding-bottom:2px}.evc-pricing-table .evc-pti-inner li.evc-pti-button{padding-top:19px;padding-bottom:60px}.evc-pricing-table .evc-pti-inner li .evc-pti-value{position:relative;top:5px;display:inline-block;vertical-align:top;margin-right:3px;font-size:35px;line-height:1;font-weight:700;color:#fff}.evc-pricing-table .evc-pti-inner li .evc-pti-price{display:inline-block;vertical-align:top;font-size:80px;line-height:1;font-weight:700;color:#fff}.evc-pricing-table .evc-pti-inner li .evc-pti-mark{display:block;margin:12px 0 0;color:#fff}.evc-process-2,.evc-process-2 .evc-p2i-image,.evc-process-2 .evc-process-2-item{display:inline-block;vertical-align:top}.evc-pricing-table .evc-pti-inner li .evc-pti-title{margin:0}.evc-process-2{position:relative;width:100%}.evc-process-2.evc-two-columns .evc-process-2-item{width:50%}.evc-process-2.evc-three-columns .evc-process-2-item{width:33.33333%}.evc-process-2.evc-four-columns .evc-process-2-item{width:25%}.evc-process-2.evc-process-appeared .evc-p2-cover-bg{opacity:1}.evc-process-2.evc-process-appeared .evc-process-2-item{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.evc-process-2 .evc-p2-cover-bg{position:absolute;top:10px;left:0;width:calc(100% + 120px);height:100%;margin:0 -60px;background:url(//www.hausarzt-bader.de/wp-content/plugins/extensive-vc-addon/shortcodes/process-2/assets/img/bg-cover-image.png) 50% 0 no-repeat;z-index:-1;opacity:0;-webkit-transition:opacity .15s ease-in;-moz-transition:opacity .15s ease-in;transition:opacity .15s ease-in}.evc-process,.evc-process-2 .evc-p2i-content{width:100%}.evc-process-2 .evc-p2-inner{margin:0 -25px}.evc-process-2 .evc-process-2-item{position:relative;float:left;padding:0 25px;opacity:0;text-align:center;box-sizing:border-box;-webkit-transform:scale(.8);-moz-transform:scale(.8);transform:scale(.8);-webkit-transition:-webkit-transform .2s ease,opacity .2s ease;-moz-transition:-moz-transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease}.evc-process-2 .evc-process-2-item:nth-child(1){-webkit-transition-delay:.25s;-moz-transition-delay:.25s;transition-delay:.25s}.evc-process-2 .evc-process-2-item:nth-child(2){-webkit-transition-delay:.75s;-moz-transition-delay:.75s;transition-delay:.75s}.evc-process-2 .evc-process-2-item:nth-child(3){-webkit-transition-delay:1.25s;-moz-transition-delay:1.25s;transition-delay:1.25s}.evc-process-2 .evc-process-2-item:nth-child(4){-webkit-transition-delay:1.75s;-moz-transition-delay:1.75s;transition-delay:1.75s}.evc-process-2 .evc-p2i-image{position:relative}.evc-process-2 .evc-p2i-image a{position:relative;display:block}.evc-process-2 .evc-p2i-image a:hover img{top:-10px}.evc-process-2 .evc-p2i-image a img{position:relative;top:0;-webkit-transition:top .3s ease-in-out;-moz-transition:top .3s ease-in-out;transition:top .3s ease-in-out}.evc-process-2 .evc-p2i-image img{display:block;border-radius:100%}.evc-process,.evc-process .evc-p-mark-horizontal,.evc-process-2 .evc-p2i-content{position:relative;display:inline-block;vertical-align:top}.evc-process-2 .evc-p2i-title{margin:30px 0 0}.evc-process-2 .evc-p2i-text{margin:11px 0 0}.evc-process.evc-two-columns .evc-p-mark-horizontal .evc-p-mark,.evc-process.evc-two-columns .evc-process-item{width:50%}.evc-process.evc-two-columns .evc-p-mark-vertical .evc-p-mark{height:50%}.evc-process.evc-three-columns .evc-p-mark-horizontal .evc-p-mark,.evc-process.evc-three-columns .evc-process-item{width:33.33333%}.evc-process.evc-three-columns .evc-p-mark-vertical .evc-p-mark{height:33.33333%}.evc-process.evc-four-columns .evc-p-mark-horizontal .evc-p-mark,.evc-process.evc-four-columns .evc-process-item{width:25%}.evc-process.evc-four-columns .evc-p-mark-vertical .evc-p-mark{height:25%}.evc-process.evc-process-appeared .evc-p-circle{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.evc-process.evc-process-appeared .evc-p-mark-horizontal .evc-p-line{width:100%}.evc-process.evc-process-appeared .evc-p-mark-vertical .evc-p-line{height:100%}.evc-process.evc-process-appeared .evc-process-item{opacity:1}.evc-process .evc-p-mark-horizontal{left:-10px;width:calc(100% + 20px);clear:both}.evc-process .evc-p-mark-horizontal .evc-p-mark{float:left}.evc-process .evc-p-mark-horizontal .evc-p-line{top:50%;left:50%;width:0;height:1px;-webkit-transition:width .4s ease .1s;-moz-transition:width .4s ease .1s;transition:width .4s ease .1s}.evc-process .evc-p-mark-vertical{position:absolute;top:-10px;left:0;display:none;width:46px;height:100%}.evc-process .evc-p-mark-vertical .evc-p-line{top:23px;left:50%;width:1px;height:0;-webkit-transition:height .4s ease .1s;-moz-transition:height .4s ease .1s;transition:height .4s ease .1s}.evc-process .evc-p-mark{position:relative;display:inline-block;vertical-align:top;text-align:center}.evc-process .evc-p-mark:last-child .evc-p-line{display:none}.evc-process .evc-p-mark:nth-child(2) .evc-p-circle{-webkit-transition-delay:.5s;-moz-transition-delay:.5s;transition-delay:.5s}.evc-process .evc-p-mark:nth-child(2) .evc-p-line{-webkit-transition-delay:.6s;-moz-transition-delay:.6s;transition-delay:.6s}.evc-process .evc-p-mark:nth-child(3) .evc-p-circle{-webkit-transition-delay:1s;-moz-transition-delay:1s;transition-delay:1s}.evc-process .evc-p-mark:nth-child(3) .evc-p-line{-webkit-transition-delay:1.2s;-moz-transition-delay:1.2s;transition-delay:1.2s}.evc-process .evc-p-mark:nth-child(4) .evc-p-circle{-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s;transition-delay:1.5s}.evc-process .evc-p-mark:nth-child(4) .evc-p-line{-webkit-transition-delay:1.8s;-moz-transition-delay:1.8s;transition-delay:1.8s}.evc-process .evc-p-circle{position:relative;display:inline-block;vertical-align:top;width:46px;height:46px;font-size:18px;line-height:46px;font-weight:700;color:#fff;background-color:#43cb83;border-radius:100%;opacity:0;-webkit-transform:scale(.6);-moz-transform:scale(.6);transform:scale(.6);-webkit-transition:-webkit-transform .3s ease,opacity .2s ease;-moz-transition:-moz-transform .3s ease,opacity .2s ease;transition:transform .3s ease,opacity .2s ease}.evc-process .evc-p-line{position:absolute;background-color:#43cb83}.evc-process .evc-pi-content,.evc-process .evc-process-item,.evc-progress-bar,.evc-progress-bar .evc-pb-inactive-bar,.evc-progress-bar .evc-pb-title,.evc-progress-bar .evc-pb-title-label{position:relative;display:inline-block;vertical-align:top}.evc-process .evc-p-inner{margin:0 -15px}.evc-process .evc-process-item{float:left;padding:0 15px;margin-top:26px;opacity:0;text-align:center;box-sizing:border-box;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}.evc-process .evc-process-item:nth-child(2){-webkit-transition-delay:.5s;-moz-transition-delay:.5s;transition-delay:.5s}.evc-process .evc-process-item:nth-child(3){-webkit-transition-delay:1s;-moz-transition-delay:1s;transition-delay:1s}.evc-process .evc-process-item:nth-child(4){-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s;transition-delay:1.5s}.evc-process .evc-pi-content{width:100%}.evc-process .evc-pi-title{margin:0}.evc-process .evc-pi-text{margin:11px 0 10px}.evc-progress-bar{width:100%}.evc-progress-bar .evc-pb-title{width:100%;margin:0}.evc-progress-bar .evc-pb-title-label{z-index:2}.evc-progress-bar .evc-pb-percent{display:inline-block;vertical-align:top;font-size:14px;line-height:1;z-index:1;opacity:0}.evc-progress-bar .evc-pb-percent:after{content:'%'}.evc-progress-bar .evc-pb-inactive-bar{width:100%;overflow:hidden;background-color:#f3f3f3}.evc-progress-bar .evc-pb-active-bar{position:absolute;bottom:0;left:0;overflow:hidden;background-color:#43cb83}.evc-progress-bar.evc-pb-horizontal .evc-pb-title{margin-bottom:5px}.evc-progress-bar.evc-pb-horizontal .evc-pb-percent{position:absolute;right:0;bottom:1px;width:auto}.evc-progress-bar.evc-pb-horizontal .evc-pb-inactive-bar{height:6px}.evc-progress-bar.evc-pb-horizontal .evc-pb-active-bar{width:0;max-width:100%;height:100%}.evc-progress-bar.evc-pb-vertical .evc-pb-percent{position:relative;width:100%;margin:15px 0 10px;color:#303030;font-size:18px;font-weight:700}.evc-progress-bar.evc-pb-vertical .evc-pb-inactive-bar{height:220px}.evc-progress-bar.evc-pb-vertical .evc-pb-active-bar{width:100%;height:0;max-height:100%}.evc-section-title{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.evc-section-title .evc-st-inner{position:relative;display:inline-block;vertical-align:top}.evc-section-title .evc-st-title{margin:0}.evc-section-title .evc-st-separator{display:inline-block;vertical-align:top;width:60px;height:2px;margin-top:28px;background-color:#303030}.evc-section-title .evc-st-text{margin:25px 0 0}.evc-section-title .evc-st-button button{margin:40px 0 0}.evc-separator{position:relative;display:inline-block;width:100%;vertical-align:top;height:auto;font-size:0;line-height:1em}.evc-separator.evc-separator-center{text-align:center}.evc-separator.evc-separator-left{text-align:left}.evc-separator.evc-separator-right{text-align:right}.evc-separator .evc-s-inner{position:relative;display:inline-block;vertical-align:top;border-bottom:1px solid #ebebeb;margin:20px 0}.evc-single-image{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-single-image .evc-si-inner{position:relative;display:inline-block;vertical-align:top}.evc-single-image a,.evc-single-image img{position:relative;display:block}.evc-svg-text{position:relative;display:inline-block;width:100%;vertical-align:top;height:180px;font-size:180px;line-height:1;font-weight:700;text-transform:uppercase;color:#303030}.evc-svg-text:hover .evc-st-svg{fill:currentColor}.evc-svg-text .evc-st-svg{position:relative;display:block;width:100%;height:inherit;fill:transparent;stroke:currentColor;stroke-width:1px;overflow:visible;-webkit-transition:fill .3s ease-in-out;-moz-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.evc-svg-text .evc-st-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1}.evc-tabs,.evc-tabs .evc-tabs-item,.evc-tabs .evc-tabs-nav,.evc-tabs .evc-tabs-nav li a{position:relative;display:inline-block;vertical-align:top}.evc-tabs{width:100%;visibility:hidden}.evc-tabs .evc-tabs-nav{width:100%;margin:0;padding:0;list-style:none}.evc-tabs .evc-tabs-nav li{float:left;margin:0;padding:0}.evc-tabs .evc-tabs-nav li a{font-family:Poppins,sans-serif;line-height:26px;font-weight:700;letter-spacing:.04em;color:grey;box-sizing:border-box;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;-moz-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.evc-tabs .evc-tabs-item{width:100%;box-sizing:border-box}.evc-tabs .evc-tabs-item p{margin:0}.evc-tabs.evc-t-skin-light .evc-tabs-item p{color:#fff}.evc-tabs.evc-t-fade .evc-tabs-item{opacity:0}.evc-tabs.evc-t-fade .evc-tabs-item.evc-active{opacity:1;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.evc-tabs.evc-t-slide-from-bottom .evc-tabs-item{opacity:0;-webkit-transform:translateY(25px);-moz-transform:translateY(25px);transform:translateY(25px)}.evc-tabs.evc-t-slide-from-bottom .evc-tabs-item.evc-active{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s,opacity .25s;-moz-transition:-moz-transform .35s,opacity .25s;transition:transform .35s,opacity .25s}.evc-tabs.evc-t-slide-from-right .evc-tabs-item{opacity:0;-webkit-transform:translateX(25px);-moz-transform:translateX(25px);transform:translateX(25px)}.evc-tabs.evc-t-slide-from-right .evc-tabs-item.evc-active{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .35s,opacity .25s;-moz-transition:-moz-transform .35s,opacity .25s;transition:transform .35s,opacity .25s}.evc-tabs.evc-t-standard.evc-t-skin-light .evc-tabs-item,.evc-tabs.evc-t-standard.evc-t-skin-light .evc-tabs-nav li a{border-color:#fff}@media only screen and (min-width:769px){.evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(3n+1){clear:both}.evc-tabs.evc-t-standard .evc-tabs-nav li:not(:first-child) a{border-left:0}}.evc-tabs.evc-t-standard .evc-tabs-nav li a{padding:12px 30px;font-size:14px;border:1px solid #ebebeb;border-bottom:0;background-color:#fbfbfc}.evc-tabs.evc-t-standard .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-standard .evc-tabs-nav li.ui-state-hover a{color:#303030;background-color:#fff}.evc-tabs.evc-t-standard .evc-tabs-item{padding:25px 32px 27px;border:1px solid #ebebeb}.evc-tabs.evc-t-simple.evc-t-skin-light .evc-tabs-nav{border-color:#fff}.evc-tabs.evc-t-simple.evc-t-skin-light .evc-tabs-nav li a{color:rgba(255,255,255,.7)}.evc-tabs.evc-t-simple.evc-t-skin-light .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-simple.evc-t-skin-light .evc-tabs-nav li.ui-state-hover a{color:#fff}.evc-tabs.evc-t-simple .evc-tabs-nav{padding-bottom:17px;border-bottom:1px solid #ebebeb}.evc-tabs.evc-t-simple .evc-tabs-nav li{padding-right:29px}.evc-tabs.evc-t-simple .evc-tabs-nav li:last-child{padding-right:0}.evc-tabs.evc-t-simple .evc-tabs-nav li a{font-size:15px}.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-hover a{color:#303030}.evc-tabs.evc-t-simple .evc-tabs-item{margin:25px 0 0}.evc-tabs.evc-t-vertical{display:table}.evc-tabs.evc-t-vertical.evc-t-skin-light .evc-tabs-nav li a{border-color:#fff}.evc-tabs.evc-t-vertical .evc-tabs-nav{display:table-cell;vertical-align:top;width:220px;height:100%;padding:0}.evc-tabs.evc-t-vertical .evc-tabs-nav li{display:block;float:none;margin:0;padding:0}.evc-tabs.evc-t-vertical .evc-tabs-nav li:not(:last-child) a{border-bottom:0}.evc-tabs.evc-t-vertical .evc-tabs-nav li a{display:block;padding:21px 20px;font-size:15px;text-align:center;color:grey;background-color:#fbfbfc;border:1px solid #ebebeb;overflow:hidden}.evc-tabs.evc-t-vertical .evc-tabs-nav li a:after{content:'';position:absolute;top:0;right:-6px;width:6px;height:100%;background-color:#e4e4e4;-webkit-transition:right .3s ease-in-out;-moz-transition:right .3s ease-in-out;transition:right .3s ease-in-out}.evc-tabs.evc-t-vertical .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-vertical .evc-tabs-nav li.ui-state-hover a{color:#303030;background-color:#fff}.evc-tabs.evc-t-vertical .evc-tabs-nav li.ui-state-active a:after,.evc-tabs.evc-t-vertical .evc-tabs-nav li.ui-state-hover a:after{right:0}.evc-tabs.evc-t-vertical .evc-tabs-item{display:table-cell;vertical-align:top;width:calc(100% - 220px);height:100%;padding:0 0 0 40px}.evc-tabs.evc-t-centered{text-align:center}.evc-tabs.evc-t-centered.evc-t-skin-light .evc-tabs-nav li a{color:rgba(255,255,255,.7)}.evc-tabs.evc-t-centered.evc-t-skin-light .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-centered.evc-t-skin-light .evc-tabs-nav li.ui-state-hover a{color:#fff}.evc-tabs.evc-t-centered .evc-tabs-nav{width:auto}.evc-tabs.evc-t-centered .evc-tabs-nav li{margin:0 22px}.evc-tabs.evc-t-centered .evc-tabs-nav li a{font-size:16px}.evc-tabs.evc-t-centered .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-centered .evc-tabs-nav li.ui-state-hover a{color:#303030}.evc-tabs.evc-t-centered .evc-tabs-item{margin:30px 0 0}.evc-text-marquee{position:relative;color:#303030;font-size:54px;line-height:1.2em;font-weight:700;overflow:hidden;white-space:nowrap}.evc-text-marquee .evc-tm-element{position:relative;display:inline-block;vertical-align:top;padding:0 20px;box-sizing:border-box}.evc-text-marquee .evc-tm-element.evc-tm-aux{position:absolute;top:0;left:0}@media only screen and (max-width:1024px){.evc-full-screen-sections .evc-fss-nav-holder{bottom:29px;left:30px}.evc-gallery-block.evc-gb-featured-left .evc-gb-image-wrapper{width:50%}.evc-gallery-block.evc-gb-featured-left .evc-gb-image-wrapper.evc-gb-featured-image{width:100%}}@media only screen and (max-width:1366px){.evc-process-2 .evc-p2-cover-bg{background-size:contain}.evc-process-2.evc-responsive-1366 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-1366 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-1366 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:1280px){.evc-process-2.evc-responsive-1280 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-1280 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-1280 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:1024px){.evc-process-2.evc-responsive-1024 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-1024 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-1024 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:768px){.evc-process-2.evc-responsive-768 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-768 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-768 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:680px){.evc-post-carousel .evc-owl-carousel .owl-nav,.evc-process-2.evc-responsive-680 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-680 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-680 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:480px){.evc-process-2.evc-responsive-480 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-480 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-480 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:1366px){.evc-process.evc-responsive-1366 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-1366 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-1366 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-1366 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}.evc-process.evc-responsive-1366 .evc-pi-content{margin-bottom:20px}.evc-svg-text{font-size:140px;height:140px}}@media only screen and (max-width:1280px){.evc-process.evc-responsive-1280 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-1280 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-1280 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-1280 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}.evc-process.evc-responsive-1280 .evc-pi-content{margin-bottom:20px}}@media only screen and (max-width:1024px){.evc-process.evc-responsive-1024 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-1024 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-1024 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-1024 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}}@media only screen and (max-width:768px){.evc-process.evc-responsive-768 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-768 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-768 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-768 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}}@media only screen and (max-width:680px){.evc-process.evc-responsive-680 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-680 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-680 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-680 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}}@media only screen and (max-width:480px){.evc-process.evc-responsive-480 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-480 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-480 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-480 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}}@media only screen and (max-width:1024px){.evc-svg-text{font-size:120px;height:120px}.evc-tabs.evc-t-vertical .evc-tabs-nav{width:200px}.evc-tabs.evc-t-vertical .evc-tabs-item{width:calc(100% - 200px)}}@media only screen and (max-width:768px){.evc-svg-text{font-size:100px;height:100px}}@media only screen and (max-width:680px){.evc-svg-text{font-size:70px;height:70px}}@media only screen and (max-width:480px){.evc-svg-text{font-size:60px;height:60px}}@media only screen and (max-width:768px){.evc-tabs.evc-t-standard .evc-tabs-nav li{display:block;float:none}.evc-tabs.evc-t-standard .evc-tabs-nav li a{width:100%}.evc-tabs.evc-t-simple .evc-tabs-nav li{padding-right:19px}.evc-tabs.evc-t-vertical .evc-tabs-item,.evc-tabs.evc-t-vertical .evc-tabs-nav{display:inline-block;vertical-align:top;width:100%;height:auto}.evc-tabs.evc-t-vertical .evc-tabs-item{padding:35px 0 0}}@media only screen and (max-width:680px){.evc-tabs.evc-t-vertical .evc-tabs-nav li a{padding:12px 20px}.evc-tabs.evc-t-vertical .evc-tabs-item{padding:25px 0 0}}
 @font-face{font-family:"Ionicons";src:url(//www.hausarzt-bader.de/wp-content/plugins/extensive-vc-addon/assets/css/ion-icons/fonts/ionicons.eot?v=2.0.0);src:url(//www.hausarzt-bader.de/wp-content/plugins/extensive-vc-addon/assets/css/ion-icons/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(//www.hausarzt-bader.de/wp-content/plugins/extensive-vc-addon/assets/css/ion-icons/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(//www.hausarzt-bader.de/wp-content/plugins/extensive-vc-addon/assets/css/ion-icons/fonts/ionicons.woff?v=2.0.0) format("woff"),url(//www.hausarzt-bader.de/wp-content/plugins/extensive-vc-addon/assets/css/ion-icons/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}html, body, div, span, applet, object, iframe, p, blockquote,
a, abbr, acronym, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
} :focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
} table {
border-collapse: collapse; }
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}.sf-menu, .sf-menu * {
margin:			0;
padding:		0;
list-style:		none;
}
.sf-menu {
line-height:	1.0;
}
.sf-menu ul {
position:		absolute;
top:			-999em;
width:			10em; }
.sf-menu ul li {
width:			100%;
}
.sf-menu li:hover {
visibility:		inherit; }
.sf-menu li {
float:			left;
position:		relative;
}
.sf-menu a {
display:		block;
position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left:			0;
top:			2.5em; z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left:			10em; top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left:			10em; top:			0;
} .sf-menu {
float:			left;
margin-bottom:	1em;
}
.sf-menu a {
border-left:	1px solid #fff;
border-top:		1px solid #CFDEFF;
padding: 		.75em 1em;
text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { color:			#13a;
}
.sf-menu li {
background:		#BDD2FF;
}
.sf-menu li li {
background:		#AABDE6;
}
.sf-menu li li li {
background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:		#CFDEFF;
outline:		0;
} .sf-menu a.sf-with-ul {
padding-right: 	2.25em;
min-width:		1px; }
.sf-sub-indicator {
position:		absolute;
display:		block;
right:			.75em;
top:			1.05em; width:			10px;
height:			10px;
text-indent: 	-999em;
overflow:		hidden;
}
a > .sf-sub-indicator { top:			.8em;
background-position: 0 -100px; } a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; } .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; } .sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; } .sf-shadow ul {
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}.qtip{
position: absolute;
left: -28000px;
top: -28000px;
display: none;
max-width: 280px;
min-width: 50px;
font-size: 10.5px;
line-height: 12px;
direction: ltr;
box-shadow: none;
padding: 0;
}
.qtip-content{
position: relative;
padding: 5px 9px;
overflow: hidden;
text-align: left;
word-wrap: break-word;
}
.qtip-titlebar{
position: relative;
padding: 5px 35px 5px 10px;
overflow: hidden;
border-width: 0 0 1px;
font-weight: bold;
}
.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; } .qtip-close{
position: absolute;
right: -9px; top: -9px;
z-index: 11; cursor: pointer;
outline: medium none;
border: 1px solid transparent;
}
.qtip-titlebar .qtip-close{
right: 4px; top: 50%;
margin-top: -9px;
}
* html .qtip-titlebar .qtip-close{ top: 16px; } .qtip-titlebar .ui-icon,
.qtip-icon .ui-icon{
display: block;
text-indent: -1000em;
direction: ltr;
}
.qtip-icon, .qtip-icon .ui-icon{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}
.qtip-icon .ui-icon{
width: 18px;
height: 14px;
line-height: 14px;
text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma,sans-serif;
color: inherit;
background: transparent none no-repeat -100em -100em;
} .qtip-focus{} .qtip-hover{} .qtip-default{
border: 1px solid #F1D031;
background-color: #FFFFA3;
color: #555;
}
.qtip-default .qtip-titlebar{
background-color: #FFEF93;
}
.qtip-default .qtip-icon{
border-color: #CCC;
background: #F1F1F1;
color: #777;
}
.qtip-default .qtip-titlebar .qtip-close{
border-color: #AAA;
color: #111;
} .qtip-light{
background-color: white;
border-color: #E2E2E2;
color: #454545;
}
.qtip-light .qtip-titlebar{
background-color: #f1f1f1;
} .qtip-dark{
background-color: #505050;
border-color: #303030;
color: #f3f3f3;
}
.qtip-dark .qtip-titlebar{
background-color: #404040;
}
.qtip-dark .qtip-icon{
border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-cream{
background-color: #FBF7AA;
border-color: #F9E98E;
color: #A27D35;
}
.qtip-cream .qtip-titlebar{
background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon{
background-position: -82px 0;
} .qtip-red{
background-color: #F78B83;
border-color: #D95252;
color: #912323;
}
.qtip-red .qtip-titlebar{
background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon{
background-position: -102px 0;
}
.qtip-red .qtip-icon{
border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover{
border-color: #D95252;
} .qtip-green{
background-color: #CAED9E;
border-color: #90D93F;
color: #3F6219;
}
.qtip-green .qtip-titlebar{
background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon{
background-position: -42px 0;
} .qtip-blue{
background-color: #E5F6FE;
border-color: #ADD9ED;
color: #5E99BD;
}
.qtip-blue .qtip-titlebar{
background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon{
background-position: -2px 0;
}
.qtip-shadow{
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
} .qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.qtip-rounded .qtip-titlebar{
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
} .qtip-youtube{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 3px #333;
-moz-box-shadow: 0 0 3px #333;
box-shadow: 0 0 3px #333;
color: white;
border: 0 solid transparent;
background: #4A4A4A;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}
.qtip-youtube .qtip-titlebar{
background-color: #4A4A4A;
background-color: rgba(0,0,0,0);
}
.qtip-youtube .qtip-content{
padding: .75em;
font: 12px arial,sans-serif;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon{
border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-jtools{
background: #232323;
background: rgba(0, 0, 0, 0.7);
background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
background-image: -moz-linear-gradient(top, #717171, #232323);
background-image: -webkit-linear-gradient(top, #717171, #232323);
background-image: -ms-linear-gradient(top, #717171, #232323);
background-image: -o-linear-gradient(top, #717171, #232323);
border: 2px solid #ddd;
border: 2px solid rgba(241,241,241,1);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 12px #333;
-moz-box-shadow: 0 0 12px #333;
box-shadow: 0 0 12px #333;
} .qtip-jtools .qtip-titlebar{
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content{
background: transparent;
color: white;
border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon{
border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover{
border-color: #333;
} .qtip-cluetip{
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
background-color: #D9D9C2;
color: #111;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar{
background-color: #87876A;
color: white;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon{
border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover{
border-color: #696952;
color: #696952;
} .qtip-tipsy{
background: black;
background: rgba(0, 0, 0, .87);
color: white;
border: 0 solid transparent;
font-size: 11px;
font-family: 'Lucida Grande', sans-serif;
font-weight: bold;
line-height: 16px;
text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar{
padding: 6px 35px 0 10px;
background-color: transparent;
}
.qtip-tipsy .qtip-content{
padding: 6px 10px;
}
.qtip-tipsy .qtip-icon{
border-color: #222;
text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-tipped{
border: 3px solid #959FA9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #F9F9F9;
color: #454545;
font-weight: normal;
font-family: serif;
}
.qtip-tipped .qtip-titlebar{
border-bottom-width: 0;
color: white;
background: #3A79B8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon{
border: 2px solid #285589;
background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon{
background-color: #FBFBFB;
color: #555;
} .qtip-bootstrap{ font-size: 14px;
line-height: 20px;
color: #333333; padding: 1px;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar{ padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close{ right: 11px;
top: 45%;
border-style: none;
}
.qtip-bootstrap .qtip-content{ padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon{ background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon{ width: auto;
height: auto; float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover{ color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
} .qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
filter: none;
-ms-filter: none;
}
.qtip .qtip-tip{
margin: 0 auto;
overflow: hidden;
z-index: 10;
} x:-o-prefocus, .qtip .qtip-tip{
visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas{
position: absolute;
color: #123456;
background: transparent;
border: 0 dashed transparent;
}
.qtip .qtip-tip canvas{ top: 0; left: 0; }
.qtip .qtip-tip .qtip-vml{
behavior: url(#default#VML);
display: inline-block;
visibility: visible;
}
#qtip-overlay{
position: fixed;
left: 0; top: 0;
width: 100%; height: 100%;
} #qtip-overlay.blurs{ cursor: pointer; } #qtip-overlay div{
position: absolute;
left: 0; top: 0;
width: 100%; height: 100%;
background-color: black;
opacity: 0.7;
filter:alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.qtipmodal-ie6fix{
position: absolute !important;
}.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
font-family: "Helvetica Neue", sans-serif;
line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center;
}.clearfix::after
{
font-size: 0px;
content: ".";
display: block;
height: 0px;
visibility: hidden;
clear: both;
}
body
{
background: #E5E5E5;
padding: 0px;
margin: 0px;
font-family: 'Open Sans', 'Arial', sans-serif;
font-size: 14px;
color: #666;
overflow-x: hidden;
}
body.blog
{
margin: 0;
}
.site-container.boxed
{
max-width: 1370px;
margin-left: auto;
margin-right: auto; }
a
{
color: #3156A3;
text-decoration: none;
outline: none;
}
a:hover
{
text-decoration: underline;
}
a img,
.gallery-box img
{
display: block;
transition: opacity 0.3s ease 0s;
-moz-transition: opacity 0.3s ease 0s;
-webkit-transition: opacity 0.3s ease 0s;
opacity: 1;
}
a img,
.wpb_text_column img
{
max-width: 100%;
height: auto;
}
a:hover img,
.gallery-box:hover img
{
opacity: 0.8;
}
.our-clients-list a:hover img
{
background: transparent;
}
p
{
padding: 1em 0;
color: #666;
line-height: 1.71429;
}
.description p,
p.description
{
padding: 24px 0;
}
.large p,
p.large
{
font-size: 16px;
}
strong
{
color: #000;
}
blockquote
{
padding-left: 30px;
color: #3156A3;
font-size: 18px;
font-family: 'PT Serif', Georgia, serif;
font-style: italic;
border-left: 2px solid #3156A3;
line-height: 1.55556;
margin-bottom: 25px;
}
blockquote p
{
padding: 0 !important;
color: #3156A3;
}
pre
{
font-family: 'Courier new';
font-size: 14px;
line-height: 1.71429;
background: linear-gradient(#f0f0f0 50%, transparent 50%) repeat scroll 0 0 / 100% 48px;
text-shadow: 0 1px 0 #FFF;
zoom:1;
filter: dropshadow(color=#ffffff, offx=0, offy=1); 
padding: 0 5px;
margin: 0;
overflow: auto;
}
.relative
{
position: relative;
}
input, textarea
{
font-family: 'Open Sans', 'Arial', sans-serif;
font-size: 14px;
line-height: 1.71429;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-appearance: none;
}
input[type='checkbox']
{
-webkit-appearance: checkbox;
}
input[type='radio']
{
-webkit-appearance: radio;
}
:focus 
{
outline:none;
}
::-moz-focus-inner 
{
border:0;
}
table
{
width: 100%;
}
table td, table th
{
padding: 11px 15px;
color: #666;
}
table td:first-child, table th:first-child
{
font-family: 'Source Sans Pro', 'Arial', sans-serif;
font-size: 16px;
line-height: 1.625;
color: #000;
vertical-align: top;
}
table tr:nth-child(odd)
{
background: #F0F0F0;
}
.vc_col-sm-4 .vc_col-sm-6 table td, 
.vc_col-sm-4 .vc_col-sm-6 table th
{
padding: 11px 5px;
}
.margin-top-0
{
margin-top: 0 !important;
}
.margin-top-10
{
margin-top: 10px;
}
.margin-top-15,
ul.margin-top-15
{
margin-top: 15px;
}
.margin-top-20,
ul.margin-top-20
{
margin-top: 20px;
}
.margin-top-30
{
margin-top: 30px !important;
}
.margin-top-70
{
margin-top: 70px;
}
.margin-top-92
{
margin-top: 92px;
}
.margin-top-100,
body .margin-top-100
{
margin-top: 100px;
}
.margin-bottom-20
{
margin-bottom: 20px;
}
.margin-bottom-30
{
margin-bottom: 30px;
}
.margin-bottom-50,
.site-container .vc_row.margin-bottom-50
{
margin-bottom: 50px;
}
.margin-left-0
{
margin-left: 0;
}
.margin-left-10
{
margin-left: 10px;
}
.margin-right-20
{
margin-right: 20px;
}
.margin-right-30
{
margin-right: 30px;
}
.no-margin
{
margin: 0 !important;
}
.padding-0,
.padding-0 p
{
padding: 0;
}
.padding-40,
.vc_row .vc_column_container.padding-40,
.vc_row .vc_column_container.padding-40-inner>.vc_column-inner
{
padding: 32px 40px 40px;
}
.padding-top-0
{
padding-top: 0 !important;
}
.padding-top-15
{
padding-top: 15px !important;
}
.padding-top-57
{
padding-top: 57px;
}
.padding-top-63
{
padding-top: 63px;
}
.padding-top-70
{
padding-top: 70px;
}
.padding-top-89
{
padding-top: 89px;
}
.padding-top-100
{
padding-top: 100px;
}
.padding-top-200
{
padding-top: 200px;
}
.padding-bottom-13
{
padding-bottom: 13px;
}
.padding-bottom-50
{
padding-bottom: 50px;
}
.padding-bottom-63
{
padding-bottom: 63px;
}
.padding-bottom-76
{
padding-bottom: 76px;
}
.padding-bottom-100
{
padding-bottom: 100px;
}
.padding-bottom-128
{
padding-bottom: 128px;
}
.padding-bottom-193
{
padding-bottom: 193px;
}
.padding-bottom-200
{
padding-bottom: 200px;
}
.padding-left-right-100
{
padding: 0 100px;
}
.padding-left-30,
.vc_row .wpb_column.padding-left-30
{
padding-left: 30px;
}
.padding-left-100,
body .padding-left-100
{
padding-left: 100px;
}
body .padding-left-150
{
padding-left: 150px;
}
.padding-right-30,
.vc_row .wpb_column.padding-right-30
{
padding-right: 30px;
}
.padding-right-100,
.accordion.padding-right-100
{
padding-right: 100px;
}
.padding-top-bottom-30
{
padding: 27px 0 31px 0;
}
.align-center
{
text-align: center;
}
.align-center::after
{
margin-left: auto;
margin-right: auto;
}
.align-left
{
text-align: left;
}
.align-right
{
text-align: right;
}
.align-right::after
{
margin-left: auto;
margin-right: 0;
}
body .background-right
{
background-position: 100% 0 !important;
}
body .background-right-bottom
{
background-position: 100% 100% !important;
}
body .background-bottom
{
background-position: 0 100% !important;
}
.background-primary-color
{
background-color: #42B3E5;
}
.background-secondary-color,
.background-secondary-color>.wpb_wrapper>.home-box-container
{
background-color: #3156A3;
}
.background-tertiary-color
{
background-color: #0384CE;
} .alignnone 
{
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter 
{
display: block;
margin: 5px auto 5px auto;
}
.alignright 
{
float: right;
margin: 5px 0 20px 20px;
}
.alignleft 
{
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter 
{
display: block;
margin: 5px auto 5px auto;
}
a img.alignright 
{
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone 
{
margin: 5px 20px 20px 0;
}
a img.alignleft 
{
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter 
{
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption 
{
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone
{
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft 
{
margin: 5px 20px 20px 0;
}
.wp-caption.alignright 
{
margin: 5px 0 20px 20px;
}
.wp-caption img 
{
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text 
{
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.sticky
{
}
.gallery-caption
{
} .slider,
.slider-navigation,
.home-box-container-list,
.items-list,
.scrolling-list,
.simple-list,
.blog,
.comment-box,
.post-footer-details,
.image-carousel,
.gallery-box .controls,
.accordion,
.contact-data,
.footer-banner-box-container,
.social-icons,
.scrolling-controls,
.columns,
.column,
.mc-gallery,
.tabs-navigation,
.gallery-item-details-list,
.controls,
.bread-crumb,
.pagination,
.widget_categories li,
.photostream,
.widget_archive ul,
#comments_list ul,
.mc-features,
.thin-list,
.thin_list,
.top-info-list,
.services-list,
.services-list ul,
.our-clients-list
{
padding: 0;
margin: 0;
list-style: none;
}   h1, h2, h3, h4, h5, h6
{
font-family: 'Source Sans Pro', 'Arial', sans-serif;
margin: 0;
padding: 0;
font-weight: normal;
color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
color: #000;
}
h1
{
font-size: 30px;
line-height: 1.4;
}
h2
{
font-size: 24px;
line-height: 1.5;
}
h3
{
font-size: 18px;
line-height: 1.55556;
}
h4
{
font-size: 16px;
line-height: 1.625;
}
h5
{
font-size: 14px;
line-height: 1.71429;
}
h6
{
font-size: 12px;
}
h2.large
{
font-size: 30px;
line-height: 1.4;
}
h2.large.box-header::after
{
margin-top: 20px;
}
.box-header::after,
.box_header::after
{
content: "";
display: block;
bottom: 0;
width: 50px;
height: 2px;
background: #42B3E5;
margin-top: 7px;
}
.box-header.no-border::after,
.box_header.no-border::after
{
display: none;
}
.box-header.margin,
.box_header.margin
{
margin-top: 27px;
}
.box-header.white
{
color: #FFF;
}
.box-header.white::after
{
background: #FFF;
}
.sentence
{
font-family: 'PT Serif', Georgia, serif;
color: #3156A3;
font-style: italic;
margin-top: 24px;
line-height: 1.55556;
}
.sentence-author
{
float: left;
margin-top: 25px;
color: #999;
font-size: 13px;
font-style: normal;
padding-bottom: 1px;
}
.sentence::before
{
display: block;
font-size: 32px;
color: #E5E5E5;
margin-bottom: 25px;
}
.white .sentence,
.white .sentence-author
{
color: #FFF;
}
.info
{
padding: 24px 0 20px;
} .header-top-sidebar-container
{
background-color: #F8F8F8;
}
.header-container
{
background-color: #fff;
}
.header,
.header-top-sidebar,
.site-container .vc_row,
.home-box-container-list,
.footer,
.copyright-area
{
width: 1230px;
margin-left: auto;
margin-right: auto;
}
.header
{ padding: 36px 0;
}
.header-left
{
width: 245px;
}
.header-right
{
float: right;
}
.header-left,
.menu-container
{
display: table-cell;
vertical-align: middle;
}
.header-left a
{
display: block;
}
.header-left a, .logo
{
font-family: 'Source Sans Pro';
font-size: 30px;
}
.header-left a:hover
{
text-decoration: none;
}
.header-left a img
{
float: left;
margin-right: 20px;
background: none;
transition: none;
-moz-transition: none;
-webkit-transition: none;
}
.header-left a:hover img
{
opacity: 1;
}
.logo
{
float: left;
padding-top: 4px;
color: #000000;
}
.header.layout-1
{
display: table;
}
.header.layout-2,
.header.layout-4
{
padding-bottom: 0;
}
.header.layout-2 .header-left,
.header.layout-2 .header-right
{
display: block;
clear: both;
width: 100%;
}
.header.layout-2 .header-right
{
margin-bottom: -1px;
}
.header-separator
{
background: #FFFFFF;
border-bottom: 1px solid #E5E5E5;
height: 1px;
padding-top: 30px;
z-index: 1;
position: relative;
margin-bottom: -1px;
}
.header.layout-2 .sf-menu li
{
margin-left: -1px;
}
.header.layout-2 .sf-menu li:first-child,
.header.layout-2 .sf-menu li ul li
{
margin-left: 0;
}
.header.layout-2 .sf-menu li:hover, .header.layout-2 .sf-menu li.selected, .header.layout-2 .sf-menu li.current-menu-item, .header.layout-2 .sf-menu li.current-menu-ancestor
{
height: auto;
z-index: 201;
}
.header.layout-2 .sf-menu>li.menu-item-has-children:hover,
.header.layout-2 .sf-menu li ul li,
.header.layout-2 .sf-menu li:hover ul li
{
height: auto;
}
.header.layout-2 .sf-menu li:hover a, .header.layout-2 .sf-menu li.selected a, .header.layout-2 .sf-menu li.current-menu-item a, .header.layout-2 .sf-menu li.current-menu-ancestor a
{
border-color: #42B3E5;
border-bottom: none;
}
.header.layout-2 .sf-menu>li.menu-item-has-children:hover a
{
border-color: #E5E5E5 #E5E5E5 #FFFFFF;
border-bottom: 1px solid #FFF;
}
.header.layout-2 .sf-menu li:hover ul a, .header.layout-2 .sf-menu>li.menu-item-has-children:hover ul a
{
border-bottom: 1px solid #E5E5E5;
}
.header.layout-2 .sf-menu li ul li a:hover, .header.layout-2 .sf-menu li ul li.selected a, .header.layout-2 .sf-menu li ul li.current-menu-item a, .header.layout-2 .sf-menu>li.menu-item-has-children ul li a:hover, .header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li.selected a, .header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li.current-menu-item a, .header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li.selected ul li a:hover, .header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li a:hover, .header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li ul li.selected a, .header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li ul li.current-menu-item a, .header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li.selected ul li.selected a, .header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li.selected ul li.current-menu-item a, .header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a:hover, .header.layout-2 .sf-menu li ul li.menu-item-type-custom a:hover
{
border-bottom: 2px solid #42B3E5;
}
.header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a,
.header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li.selected ul li a,
.header.layout-2 .sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li a,
.header.layout-2 .sf-menu li ul li.menu-item-type-custom a
{
border-bottom: 1px solid #E5E5E5;
}
.header.layout-2 .header-top-right-sidebar-container
{
float: right;
} .header.layout-3 .header-left,
.header.layout-3 .menu-container,
.header.layout-4 .header-left,
.header.layout-4 .menu-container
{
display: table;
margin-left: auto;
margin-right: auto;
}
.header.layout-3 .header-left,
.header.layout-4 .header-left,
.header.layout-4 .header-right
{
clear: none;
width: auto;
float: none;   
} .header-container-layout-4 .header
{
padding-top: 30px;
padding-bottom: 10px;
}
.header-container.sticky.move
{
position: fixed;
top: 0;
width: 100%;
z-index: 999;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.header-container.sticky .header
{
transition: padding 0.2s ease 0s;
-webkit-transition: padding 0.2s ease 0s;
-moz-transition: padding 0.2s ease 0s;
}
.header-container.sticky.transition .header
{
padding: 10px 0;
}
.header-container.sticky.transition .header.layout-2
{
padding-bottom: 0;
}
.fullwidth  .header-container.sticky.move
{
max-width: 100%;
}
.boxed .header-container.sticky.move
{
max-width: 1370px;
}
.header-container.sticky.move .header.layout-2 .header-right
{
margin-bottom: 0;
}
.header-container.sticky.move .header.layout-2 .sf-menu li.menu-item,
.header-container.sticky.move .header.layout-3 .sf-menu li.menu-item
{
height: auto;
}
.header-container.sticky.move .header.layout-2 .sf-menu>li>a,
.header-container.sticky.move .header.layout-3 .sf-menu>li>a
{
border-bottom: none;
}
.header-container.sticky.move .header.layout-4 .header-left
{
display: none;
}
.header-container.sticky.move .header.layout-4 .menu-container
{
margin-top: 0;
}
.sf-menu
{
padding: 0;
margin: 0;
}
.sf-menu ul
{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.sf-menu li
{
position: relative;
margin-left: 5px;
height: 48px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.sf-menu li:first-child
{
margin-left: 0;
}
.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
background: none #fff;
}
.sf-menu li a, .sf-menu li a:visited
{
font-family: 'Open Sans', 'arial', sans-serif;
font-size: 14px;
color: #666;
border: 1px solid #FFF; padding: 11px 16px 11px 15px; line-height: 1.71429;
}
.sf-menu li:hover a, .sf-menu li.selected a, .sf-menu li.current-menu-item a, .sf-menu li.current-menu-ancestor a
{
color: #FFF;
background: #42B3E5;
}
.sf-menu>li.menu-item-has-children>a, .sf-menu>li.menu-item-has-children>a:visited
{ padding: 11px 9px 11px 15px;
}
.sf-menu>li.menu-item-has-children>a::after,
.sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after,
.sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after
{
font-family: 'template';
content: "\65";
font-size: 21px;
color: #666;	
speak: none;
position: relative;
vertical-align: text-top;
margin-left: 3px;
line-height: 1;
direction: ltr;
display: inline-block;
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sf-menu>li.menu-item-has-children:hover a
{
color: #000;
background: #FFF;
border-color: #E5E5E5;
border-bottom-color: #FFF;
}
.sf-menu>li.menu-item-has-children.current-menu-item>a::after, .sf-menu>li.menu-item-has-children.current-menu-ancestor>a::after
{
color: #FFF;
}
.sf-menu>li.menu-item-has-children:hover::before
{
content: "";
position: absolute;
display: block;
bottom: 0;
z-index: 203;
width: 1px;
height: 1px;
background: #E5E5E5;
left: 0;
}
.sf-menu>li.menu-item-has-children:hover::after
{
content: "";
position: absolute;
display: block;
bottom: 0;
z-index: 202;
width: 1px;
height: 1px;
background: #E5E5E5;
right: 0;
}
.sf-menu>li.menu-item-has-children:hover a
{
z-index: 202;
}
.sf-menu li ul
{
width: 200px;
left: auto;
right: 0;
background: #FFF;
border: 1px solid #E5E5E5;
padding-bottom: 15px;
}
.sf-menu li li.wide ul.sub-menu
{
width: 200px;
}
.sf-menu li li.wide ul.sub-menu li
{
width: 170px;
}
.sf-menu li.wide ul.sub-menu
{
width: 400px;
}
.sf-menu li.left-flyout:hover ul, .sf-menu li.left-flyout.sfHover ul
{
left: auto;
right: 0;
}
.sf-menu li.left-flyout:hover ul ul 
{
left: -202px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
top: 47px;
}
.sf-menu li ul li
{
width: 170px;
height: auto;
margin-left: 0;
background-color: #FFF;
padding: 0 15px;
}
.sf-menu li:hover ul a,
.sf-menu>li.menu-item-has-children:hover ul a
{
border: none;
color: #666;
background: #FFF;
border-bottom: 1px solid #E5E5E5;
padding: 15px 0;
}
.sf-menu>li.menu-item-has-children:hover ul
{
z-index: 201;
}
.sf-menu li ul li a
{
padding: 15px 0;
font-size: 14px;
}
.sf-menu li ul li a:hover, .sf-menu li ul li.selected a, .sf-menu li ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children ul li a:hover, .sf-menu>li.menu-item-has-children:hover ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li.current-menu-item a, .sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li.current-menu-item a, .sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li.current-menu-item ul li a:hover,
.sf-menu>li.menu-item-has-children:hover ul li.selected ul li a:hover,.sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li a:hover, .sf-menu>li.menu-item-has-children:hover ul li ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li ul li.current-menu-item a, .sf-menu>li.menu-item-has-children:hover ul li.selected ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li.selected ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a:hover, .sf-menu li ul li.menu-item-type-custom a:hover, .sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li.menu-item-type-custom a:hover
{
border-bottom: 2px solid #42B3E5;
color: #000;
padding-bottom: 14px;
}
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a,
.sf-menu>li.menu-item-has-children:hover ul li.selected ul li a,
.sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li a,
.sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li.menu-item-type-custom a,
.sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li.current-menu-item ul li a,
.sf-menu li ul li.menu-item-type-custom a
{
color: #666;
border-bottom: 1px solid #E5E5E5;
padding-bottom: 15px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
left: 200px;
top: -1px;
}
.mobile-menu-container
{
display: none;
}
.mobile-menu
{
display: none; }
.header .mobile-menu-switch,
.mobile-menu-container nav.mobile-menu,
.mobile-menu-divider
{
display: none;
margin-left: auto;
margin-right: auto;
}
.mobile-menu-container nav.mobile-menu,
.mobile-menu-container nav.mobile-menu>ul
{
overflow: hidden !important;
}
.mobile-menu-container nav.mobile-menu>ul
{
padding: 0;
margin: 0;
}
.mobile-menu-container nav.mobile-menu>ul li
{
display: block;
float: none;
}
.mobile-menu-container nav.mobile-menu>ul li a
{
display: block;
color: #666;
border: 1px solid #E5E5E5;
border-top-width: 0;
padding: 12px 20px;
line-height: 22px;
}
.mobile-menu-container nav.mobile-menu>ul>li:first-child>a:first-child
{
border-top-width: 1px;
}
.mobile-menu-container nav.mobile-menu>ul li a:hover
{
text-decoration: underline;
}
.mobile-menu-container nav.mobile-menu>ul li.current-menu-item>a,
.mobile-menu-container nav.mobile-menu>ul li.current-menu-ancestor ul li.current-menu-item a,
.mobile-menu-container nav.mobile-menu>ul li.current-menu-ancestor ul li.current-menu-parent ul li.current-menu-item a,
.mobile-menu-container nav.mobile-menu>ul li.current-menu-ancestor a,
.mobile-menu-container nav.mobile-menu>ul li.current-menu-ancestor ul li.current-menu-parent a,
.mobile-menu-container nav.mobile-menu>ul li.current-menu-ancestor ul li.current-menu-parent ul li.current-menu-parent a
{
background: #42B3E5;
border-left-color: #42B3E5;
border-right-color: #42B3E5;
color: #FFF;
}
.mobile-menu-container nav.mobile-menu>ul li ul.sub-menu
{
padding: 0;
}
.mobile-menu-container nav.mobile-menu>ul li ul a
{
font-size: 13px;
padding-left: 35px;
}
.mobile-menu-container nav.mobile-menu>ul li ul ul a
{
font-size: 13px;
padding-left: 50px;
}
.mobile-menu-container nav.mobile-menu>ul li ul ul ul a
{
font-size: 13px;
padding-left: 65px;
}
.mobile-menu-container nav.mobile-menu>ul li.current-menu-ancestor ul a,
.mobile-menu-container nav.mobile-menu>ul li.current-menu-ancestor ul li.current-menu-parent ul a,
.mobile-menu-container nav.mobile-menu>ul li.current-menu-ancestor ul li.current-menu-parent ul li.current-menu-parent ul a
{
color: #666;
background: none;
border-color: #E5E5E5;
} .mobile-menu-switch
{
position: relative;
width: 30px;
height: 18px;
}
.mobile-menu-switch .line
{
display: block;
position: absolute;
width: 30px;
height: 2px;
background: #000;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.mobile-menu-switch .line:nth-child(1)
{
top: 13px;
}
.mobile-menu-switch .line:nth-child(2),
.mobile-menu-switch .line:nth-child(3)
{
top: 21px;
}
.mobile-menu-switch .line:nth-child(4)
{
top: 29px;
}
.mobile-menu-switch.mm-opened .line:nth-child(1)
{
top: 21px;
width: 0px;
left: 15px;
}
.mobile-menu-switch.mm-opened .line:nth-child(2)
{
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.mobile-menu-switch.mm-opened .line:nth-child(3)
{
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mobile-menu-switch.mm-opened .line:nth-child(4)
{
top: 21px;
width: 0px;
left: 15px;
}
.header.layout-2 .sf-menu li.menu-separator,
.header.layout-2 .sf-menu li.menu-separator:hover
{
background-color: #E5E5E5;
width: 1px;
height: 28px;
margin-top: 10px;
margin-left: -1px;
z-index: 1;
}
.footer .menu
{
list-style: none;
padding: 0;
margin: 20px 0 0;
}
.footer .menu li
{
float: left;
width: 50%;
padding: 5px 0;
}
.footer .menu li a::before
{
content: "\64";
font-family: 'template';
font-size: 24px;
color: #FFF;
speak: none;
vertical-align: middle;
line-height: normal;
direction: ltr;
margin-left: -9px;
margin-right: 2px;
display: inline-block;
} .site-container
{
background: #F8F8F8;
}
body .site-container .vc_row.wpb_row .wpb_column .vc_row,
body .site-container .vc_row.wpb_row.submit-container .wpb_column .vc_row
{
width: auto;
}
.column .row
{
width: auto;
}
.theme-page
{
padding-bottom: 70px;
}
.theme-page.noborder
{
border: none;
} .page-header
{
-webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.07) inset;
-moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.07) inset;
box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.07) inset;
}
.page-header>.vc_inner
{
border-bottom: 1px solid #E5E5E5;
padding: 35px 0;
}
.page-header-left
{
display: table-cell;
width: 970px;
vertical-align: middle;
}
.page-header-right
{
display: table-cell;
width: 260px;
vertical-align: middle;
}
.page-header-left .page-title
{
float: left;
margin-right: 20px;
}
.page-header-right .search
{
float: right;
} .search
{
position: relative;
}
.search input
{
float: left;
background: transparent;
padding: 13px 57px 13px 22px;
border: none;
color: #999;
margin: 0;
}
.search .search-input
{
position: relative;
width: 200px;
background: #F0F0F0;
transition: width 0.5s;
-moz-transition: width 0.5s; -webkit-transition: width 0.5s; -o-transition: width 0.5s; z-index: 1;
}
.search .search-input::-webkit-input-placeholder,
.search .search-input:-moz-placeholder,
.search .search-input:-ms-input-placeholder
{
color: #999;
}
.search .search-input:focus
{
width: 240px;
color: #000;
}
.search .search-submit-container
{
position: absolute;
right: 0;
background: #F0F0F0;
width: 57px;
height: 50px;
z-index: 2;
}
.search .search-submit
{
position: relative;
cursor: pointer;
width: 57px;
height: 50px;
padding: 0;
z-index: 2;
}
.search .template-search::before
{
position: absolute;
top: 17px;
right: 20px;
font-size: 16px;
color: #999;
z-index: 1;
} .bread-crumb
{
float: left;
padding: 16px 0 0;
margin: 0;
}
.bread-crumb li
{
float: left;
font-size: 12px;
line-height: 1.83334;
margin-left: 10px;
text-transform: uppercase;
color: #999;
}
.bread-crumb li a
{
color: #999;
}
.bread-crumb li:first-child
{
margin-left: 0;
}
.bread-crumb li.separator
{
width: 14px;
height: 20px;
font-size: 16px;
line-height: 1;
margin-top: 1px;
}
.bread-crumb li a:hover
{
color: #3156A3;
} .vertical-menu ul
{
list-style: none;
padding: 0;
margin: -15px 0 0;
}
.vertical-menu li a
{	
border-bottom: 1px solid #E5E5E5;
color: #666;
display: block;
height: 45px;
padding: 15px 0;
}
.vertical-menu li a:hover
{
color: #000;
border-bottom: 2px solid #42B3E5;
text-decoration: none;
}
.vertical-menu li.is-active a
{
color: #000;
border-bottom: 2px solid #42B3E5;
}
.single-ql_services .vertical-menu ul
{
margin: 0;
}
.single-ql_services .vertical-menu li a
{
height: auto;
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-ms-flex-pack: justify;
-ms-flex-pack: space-between;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
background: #F0F0F0;
border: none;
padding: 17px 17px 19px 20px;
line-height: 24px;
color: #666;
margin-top: 10px;
}
.single-ql_services .vertical-menu li ul
{
padding-left: 20px;
margin-top: 10px;
}
.single-ql_services .vertical-menu li:first-child>a
{
margin-top: 0;
}
.single-ql_services .vertical-menu li.current-menu-item>a,
.single-ql_services .vertical-menu li.current-menu-ancestor>a
{
background: #42B3E5;
}
.single-ql_services .vertical-menu li:hover>a,
.single-ql_services .vertical-menu li:hover>a::after,
.single-ql_services .vertical-menu li ul li:hover>a,
.single-ql_services .vertical-menu li ul li:hover>a::after,
.single-ql_services .vertical-menu li ul li ul li:hover>a,
.single-ql_services .vertical-menu li ul li ul li:hover>a::after
{
color: #42B3E5;
}
.single-ql_services .vertical-menu ul li.current-menu-item>a,
.single-ql_services .vertical-menu ul li.current-menu-item>a:hover,
.single-ql_services .vertical-menu ul li.current-menu-item>a::after,
.single-ql_services .vertical-menu ul li.current-menu-item>a:hover::after,
.single-ql_services .vertical-menu ul li.current-menu-ancestor>a,
.single-ql_services .vertical-menu ul li.current-menu-ancestor>a:hover,
.single-ql_services .vertical-menu ul li.current-menu-ancestor>a::after,
.single-ql_services .vertical-menu ul li.current-menu-ancestor>a:hover::after,
.single-ql_services .vertical-menu ul li.current-menu-ancestor:hover>a,
.single-ql_services .vertical-menu ul li.current-menu-ancestor:hover>a::after
{
color: #FFF;
}
.single-ql_services .vertical-menu li a::after
{
color: #666;
font-size: 16px;
font-family: "template";
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-transform: none;
vertical-align: middle;
content: "\66";
} .footer-container
{
background-color: #2E3033;
padding-bottom: 40px;
}
.footer .box-header,
.footer .box_header,
.footer a,
.footer a:hover
{
color: #FFF;
}  .mc-icon
{
display: inline-block;
color: #42B3E5;
font-size: 48px;
}
.template-cart
{
position: relative;
}
.header-top-sidebar .template-cart
{
padding-left: 30px;
border-left: 1px solid #E5E5E5;
} .social-icons
{
margin-top: 30px;
}
.social-icons li
{
float: left;
display: table;
margin-left: 10px;
}
.social-icons li a
{
display: block;
height: 44px;
}
.icon-single[class^="social-"], .icon-single[class*=" social-"]
{
float: left;
}
.social-icons li a[class^="social-"],
.social-icons li a[class*=" social-"],
.icon-single[class^="social-"],
.icon-single[class*=" social-"]
{
font-family: 'social';
font-size: 16px;
color: #AAA;
}
.social-icons li a::before,
.icon-single[class^="social-"]::before, .icon-single[class*=" social-"]::before
{
display: table-cell;
color: #AAA;
background: #F0F0F0;
font-size: 16px;
text-align: center;
width: 44px;
height: 44px;
transition: color 0.2s ease 0s, background 0.2s ease 0s;
-webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s, background 0.2s ease 0s;
}
.social-icons li a:hover,
.social-icons li a:hover::before,
.icon-single[class^="social-"]:hover::before, .icon-single[class*=" social-"]:hover::before,
.icon-single[class^="social-"]:hover, .icon-single[class*=" social-"]:hover
{
color: #FFF;
background: #42B3E5;
}
.social-icons li:first-child
{
margin-left: 0;
} .header-icon
{
display: block;
color: #999;
font-size: 13px;
}
.header-icon.empty-icon
{
padding-top: 11px;
}
.header-icon::before
{
display: inline-block;
font-size: 16px;
color: #999;
margin-right: 10px;
} .icons-list,
.top_header_icons
{
float: right;
}
.icons-list a,
.icons-list span,
.top_header_icons a,
.top_header_icons span
{	
display: block;
float: left;
margin-left: 30px;
font-size: 14px;
}
.icons-list a.mc-icon::before,
.icons-list span.mc-icon::before,
.top_header_icons a.mc-icon::before,
.top_header_icons span.mc-icon::before
{
display: inline;
width: auto;
height: auto;
background: none;
font-size: 16px;
color: #AAA;
transition: color 0.2s ease 0s;
-webkit-transition: color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s;
}
.icons-list a.mc-icon:hover::before,
.top_header_icons a.mc-icon:hover::before
{
color: #000;
background: none;
}
.icons-list a.mc-icon:hover,
.top_header_icons a.mc-icon:hover
{
background: none;
}
.icons-list a:first-child,
.icons-list span:first-child,
.top_header_icons a:first-child,
.top_header_icons span:first-child
{
margin-left: 0;
}
.copyright-area-container .icons-list
{
margin-left: 40px;
margin-top: -5px;
}
.copyright-area-container .icons-list a.mc-icon::before
{
color: #FFF;
transition: color 0.2s ease 0s;
-webkit-transition: color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s;
}
.copyright-area-container .icons-list a.mc-icon:hover::before
{
color: #BAC0C5;
} .hexagon span::before,
.circle span::before
{
position: relative;
z-index: 2;
color: #FFF;
clear: both;
float: none;
display: block;
text-align: center;
font-size: 48px;
margin-left: auto;
margin-right: auto;
}
.hexagon 
{
display: inline-block;
position: relative;
width: 87px;
height: 50.23px;
background-color: #42b3e5;
margin: 25.11px 0;
}
.hexagon::before,
.hexagon::after
{
content: "";
z-index: 1;
position: absolute;
width: 0;
border-left: 43.5px solid transparent;
border-right: 43.5px solid transparent;
}
.hexagon::before 
{
bottom: 100%;
border-bottom: 25.11px solid #42b3e5;
}
.hexagon::after 
{
top: 100%;
width: 0;
border-top: 25.11px solid #42b3e5;
}
.hexagon.small span::before
{
font-size: 24px;
padding-bottom: 8px;
padding-top: 7px;
}
.hexagon.small
{
width: 67px;
height: 38.68px;
margin: 19.34px 0;
}
.hexagon.small::before,
.hexagon.small::after
{
border-left: 33.5px solid transparent;
border-right: 33.5px solid transparent;
}
.hexagon.small::before 
{
border-bottom: 19.34px solid #42b3e5;
}
.hexagon.small::after 
{
border-top: 19.34px solid #42b3e5;
}
.hexagon.fancybox,
.circle.fancybox
{
position: absolute;
top: calc(50% - 50px);
left: calc(50% - 43px);
background: #3156A3;
opacity: 0.8;
transition: opacity 0.3s ease 0s;
-moz-transition: opacity 0.3s ease 0s;
-webkit-transition: opacity 0.3s ease 0s;
}
.circle.fancybox
{
background: transparent;
}
.hexagon.fancybox:hover,
.circle.fancybox:hover
{
opacity: 1;
}
.hexagon.fancybox::before
{
border-bottom-color: #3156A3;
}
.hexagon.fancybox::after
{
border-top-color: #3156A3;
}
.hexagon.fancybox span::before,
.circle.fancybox span::before
{
font-size: 24px;
line-height: 50px;
}
.hexagon.fancybox.small span::before,
.circle.fancybox.small span::before
{
font-size: 24px;
line-height: 1;
}
.hexagon.fancybox .features-play::before,
.circle.fancybox .features-play::before
{
left: 2px;
}
.hexagon.align-center
{
display: block;
margin-left: auto;
margin-right: auto;
text-align: left;
} .mc-features .hexagon,
.mc-features.float-left .circle
{
float: left;
}
.mc-features .text,
.mc-features.mc-features-circle.float-left .text
{
margin-left: 117px;
}
.mc-features-small .text,
.mc-features.mc-features-circle.circle-small.float-left .text
{
margin-left: 97px;
}
.mc-features.mc-features-circle.float-left .text
{
margin-top: 0;
}
.mc-features .no-icon .text
{
margin-left: 0;
}
.mc-features-style-light .hexagon,
.hexagon.style-light
{
background-color: #F0F0F0;
}
.mc-features-style-light.light-white .hexagon,
.hexagon.style-light.light-white
{
background-color: #FFF;
}
.mc-features-style-light.light-colored .hexagon,
.hexagon.style-light.light-colored
{
background-color: #42B3E526;
}
.mc-features-style-light .hexagon::after,
.mc-features-style-light .hexagon.small::after,
.hexagon.style-light::after,
.hexagon.small.style-light::after
{
border-top-color: #F0F0F0;
}
.mc-features-style-light .hexagon::before,
.mc-features-style-light .hexagon.small::before,
.hexagon.style-light::before,
.hexagon.small.style-light::before
{
border-bottom-color: #F0F0F0;
}
.mc-features-style-light.light-white .hexagon::after,
.mc-features-style-light.light-white .hexagon.small::after,
.hexagon.style-light.light-white::after,
.hexagon.small.style-light.light-white::after
{
border-top-color: #FFF;
}
.mc-features-style-light.light-white .hexagon::before,
.mc-features-style-light.light-white .hexagon.small::before,
.hexagon.style-light.light-white::before,
.hexagon.small.style-light.light-white::before
{
border-bottom-color: #FFF;
}
.mc-features-style-light.light-colored .hexagon::after,
.mc-features-style-light.light-colored .hexagon.small::after,
.hexagon.style-light.light-colored::after,
.hexagon.small.style-light.light-colored::after
{
border-top-color: #42B3E526;
}
.mc-features-style-light.light-colored .hexagon::before,
.mc-features-style-light.light-colored .hexagon.small::before,
.hexagon.style-light.light-colored::before,
.hexagon.small.style-light.light-colored::before
{
border-bottom-color: #42B3E526;
}
.mc-features-style-light .hexagon span::before,
.hexagon.style-light span:before,
.mc-features-style-light .circle span::before,
.icon-single.circle.style-light span::before
{
color: #42B3E5;
}
.vc_col-sm-2 .mc-features .hexagon,
.vc_col-sm-2 .mc-features.float-left .circle
{	
float: none;
}
.vc_col-sm-2 .mc-features.float-left .circle span
{
margin-left: 0;
}
.vc_col-sm-2 .mc-features .text,
.vc_col-sm-2 .mc-features.mc-features-circle.float-left .text
{
margin-left: 0;
margin-top: 23px;
}
.mc-features.align-center .hexagon
{
display: block;
float: none;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.vc_row .mc-features.align-center .text
{
float: left;
clear: both;
margin-left: 0;
margin-top: 23px;
}
.mc-features-circle
{
text-align: center;
}
.align-left.mc-features-circle,
.mc-features.mc-features-circle.float-left
{
text-align: left;
}
.align-right.mc-features-circle
{
text-align: right;
}
body .mc-features.mc-features-circle .text
{
width: 75%;
margin-left: auto;
margin-right: auto;
margin-top: 23px;
}
.mc-features-circle .circle span,
.icon-single.circle span
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
width: 88px;
height: 88px;
background: #42B3E5;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
margin-left: auto;
margin-right: auto;
}
.circle.fancybox span
{
background: #3156A3;
}
.align-left.mc-features.mc-features-circle .text,
.align-left.mc-features-circle .circle span
{
margin-left: 0;
margin-right: 0;
}
.align-right.mc-features.mc-features-circle .text,
.align-right.mc-features-circle .circle span
{
margin-right: 0;
}
.mc-features-circle.circle-small .circle span,
.icon-single.circle.small span
{
width: 70px;
height: 70px;
margin-top: 30px;
}
.mc-features-circle.circle-small li:first-child .circle span,
.icon-single.circle.small span
{
margin-top: 0;
}
.align-left.mc-features-circle.circle-small .circle span
{
margin-left: 15px;
}
.mc-features-circle.circle-small .circle span::before
{
margin-left: -15px;
margin-top: -30px;
}
.mc-features-style-light .circle span,
.icon-single.circle.style-light span
{
background: #F0F0F0;
}
.mc-features-style-light.light-white .circle span
{
background: #FFF;
}
.mc-features-style-light.light-colored .circle span
{
background: #42B3E526;
}
.mc-features.mc-features-spacing-large .item-content
{
margin-top: 66px;
}
.mc-features.mc-features-spacing-large .item-content:first-child
{
margin-top: 0;
}
.mc-features-circle .circle span.features-cat::before
{
margin-top: -13px;
}
.mc-features-large .hexagon span.features-cat::before
{
margin-top: -5px;
}
ul.mc-features.margin-left-0
{
margin-left: 0;
} .timeline-item .timeline-left
{
width: 167px;
min-width: 167px;
}
.timeline-item .label-container
{
position: relative;
}
.timeline-item .label-container .timeline-circle
{
position: absolute;
display: block;
width: 19px;
height: 19px;
top: 7px;
right: -11px;
border: 1px solid #E5E5E5;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background: #F8F8F8;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.timeline-item .label-container .timeline-circle::after
{
content: "";
display: block;
width: 9px;
height: 9px;
margin-left: 5px;
margin-top: 5px;
border: 2px solid #42B3E5;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.timeline-item label
{
float: right;
max-width: 110px;
overflow: hidden;
font-family: 'Open Sans', Arial, sans-serif;
color: #FFF;
font-size: 13px;
line-height: 20px;
background: #42B3E5;
padding: 7px 20px 8px;
white-space: nowrap;
}
.timeline-item .label-triangle
{
float: right;
width: 0;
height: 0;
margin-right: 40px;
border-style: solid;
border-width: 18px 0 17px 17px;
border-color: transparent transparent transparent #42B3E5;
}
.timeline-content
{
padding: 22px 0 26px 40px;
border-left: 1px solid #E5E5E5;
}
.timeline-content span.timeline-title
{
margin-right: 10px;
}
.timeline-content span.timeline-subtitle
{
font-family: 'Open Sans', Arial, sans-serif;
font-size: 12px;
color: #999;
margin-top: 7px;
}
.vc_col-sm-3 .timeline-item .timeline-left
{
width: 132px;
min-width: 132px;
}
.vc_col-sm-3 .timeline-item label
{
max-width: 90px;
padding: 7px 8px 8px;
}
.vc_col-sm-3 .timeline-item .label-triangle
{
margin-right: 25px;
}
.vc_col-sm-3 .timeline-content
{
padding: 12px 0 16px 25px;
}
.vc_col-sm-3 .timeline-content span
{
float: left;
clear: both;
}
.vc_col-sm-3 .timeline-content span.timeline-title,
.vc_col-sm-2 .timeline-content span.timeline-title
{
margin-right: 0;
}
.vc_col-sm-3 .timeline-content span.timeline-subtitle
{
margin-top: 5px;
}
.vc_col-sm-2 .timeline-item .timeline-left
{
display: block;
width: auto;
min-width: 0;
}
.vc_col-sm-2 .timeline-item .label-container .timeline-circle,
.vc_col-sm-2 .timeline-item .label-triangle
{
display: none;
}
.vc_col-sm-2 .timeline-item label
{
float: left;
clear: both;
max-width: 100%;
}
.vc_col-sm-2 .timeline-content span.timeline-subtitle
{
display: block;
}
.vc_col-sm-2 .timeline-content
{
display: block;
clear: both;
border: none;
padding: 12px 0 16px;
} .notification-box
{
position: relative;
padding: 20px 30px 26px;
line-height: 150%;
}
.notification-box h2
{
width: calc(100% - 95px);
font-size: 30px;
line-height: 1.4;
font-weight: 300;
margin-left: 78px;
}
.notification-box h2,
.notification-box h2 a,
.notification-box h3,
.notification-box h3 a,
.notification-box h5,
.notification-box h5 a
{
color: #FFF;
}
.notification-box h5
{
margin-top: 7px;
margin-left: 79px;
}
.notification-box.nb-success
{
background: #47AE77;
}
.notification-box.nb-error
{
background: #EA5F38;
}
.notification-box.nb-info
{
background: #42B3E5;
}
body .notification-box::before
{
font-family: "features" !important;
float: left;
color: #FFF;
font-size: 48px;
margin-right: 30px;
margin-top: 15px;
}
.notification-box .nb-close
{
position: absolute;
top: 10px;
right: 10px;
width: 35px;
height: 35px;
padding: 5px;
border: 1px solid rgba(255,255,255,0.25);
}
.notification-box .nb-close::after
{
font-size: 16px;
color: #FFF;	
}
.closing-in
{
display: block;
float: right;
margin-top: 5px;
color: #999;
font-size: 11px;
}
.vc_col-sm-3 .notification-box h2,
.vc_col-sm-2 .notification-box h2
{
width: auto;
clear: both;
margin-left: 0;
margin-top: 78px;
}
.vc_col-sm-3 .notification-box h5,
.vc_col-sm-2 .notification-box h5
{
margin-left: 0;
} .vertical-align-table
{
display: table;
}
.vertical-align
{
display: table-row;
}
.vertical-align-cell
{
display: table-cell;
vertical-align: middle;
} .flex-box
{
display: block;
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
}
.flex-hide
{
display: none;
}
@media all and (min-width:0\0) and (min-resolution: .001dpcm)
{
.flex-hide
{
display: inline;
}
} .caroufredsel_wrapper
{
width: 100% !important;
margin: 0 !important;
overflow: hidden;
}
.slider li
{
float: left;
height: 670px;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
.slider li .slider-img
{
position: relative;
height: 100%;
top: 0;
left: 0;
} .slider-content-box
{
margin-top: -577px;
min-height: 367px;
position: relative;
z-index: 20;
}
.slider-content
{
display: none;
padding-top: 11px;
padding-bottom: 17px;
}
.slider-content:after
{
content: "";
}
.slider-content .subtitle
{
margin-top: 19px;
line-height: 150%;
color: #FFF;
text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.slider-content h1
{
font-size: 72px;
line-height: 1;
color: #FFF;
text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
} .slider-navigation
{
position: absolute;
clear: both;
width: 100%;
bottom: 0;
z-index: 1;
}
.slider-navigation .slider-control,
.single .post-content .slider-navigation .slider-control
{
float: left;
height: 40px;
line-height: 1;
}
.single .post-content .slider-navigation li
{
padding: 0;
}
.single .post-content .slider-navigation li::before
{
content: none;
display: none;
margin: 0;
}
.slider-navigation .slider-control a
{
display: block;
height: 40px;
font-size: 12px;
padding: 0;
color: #FFF;
line-height: 1.83334;
}
.slider-navigation .slider-control a:hover
{
text-decoration: none;
}
.slider-navigation .top-border
{
display: block;
width: 100%;
height: 1px;
background: #FFF;
opacity: 0.4;
filter: alpha(opacity = 40);
}
.slider-navigation .slider-control .slider-control-bar
{
display: none;
background-color: #FFFFFF;
height: 4px;
margin-top: -4px;
}
.for-home-slider .slider-navigation .slider-bar
{
position: absolute;
top: -3px;
}
.for-home-slider .slider-navigation
{
top: -40px;
bottom: auto;
}
.slider-navigation .slider-bar,
.single .post-content .slider-navigation .slider-bar
{
position: relative;
height: 4px;
margin-left: 0;
margin-bottom: -1px;
background: #FFF;
} .home-box-container-list,
.home-box-container-list.for-home-slider>.wpb_wrapper>ul,
.home-box-container-list.float>.wpb_wrapper>ul
{
z-index: 20;
position: relative;
display: block;
display: flex;
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
}
.home-box-container-list.margin-minus
{
margin-top: -210px;
}
.home-box-container-list.for-home-slider,
.home-box-container-list.for-home-slider.no-widgets
{
position: absolute;
bottom: 0;
}
.home-box-container-list.for-home-slider .home-box-container,
.home-box-container-list.float .home-box-container
{
float: left;
}
.home-box-container
{
position: relative;
float: left;
padding: 25px 30px 30px;
list-style: none;
z-index: 2;
}
.home-box-container:nth-child(3n+1)
{
z-index: 3;
background: #42B3E5;
}
.home-box-container:nth-child(3n+2)
{
background: #0384CE;
}
.home-box-container:nth-child(3n+3)
{
z-index: 1;
background: #3156A3;
}
.home-box,
.home-box-container-list.for-home-slider .home-box,
.home-box-container-list.float .home-box
{
width: 350px;
background: inherit;
}
.home-box h2,
.home-box h2 a
{
color: #FFF;
}
.home-box h3
{
font-style: italic;
color: #FFF;
margin-top: 5px;
}
.home-box .header-left
{
width: 198px;
}
.home-box .header-right
{
width: 69px
}
.home-box .news
{
margin-top: 20px;
line-height: 170%;
background: inherit;
}
.home-box .news .text
{
padding: 0;
color: #FFF;
background: inherit;
line-height: 1.71429;
}
.home-box .more
{
margin-top: 26px;
}
.home-box .more.light
{
background-color: transparent;
border-color: #FFF;
color: #FFF;
}
.home-box .more.light:hover
{
background-color: #FFF;
color: #000;
border-color: #FFF;
}
.home-box .scrolling-controls .header-right
{
margin-top: 8px;
}
.vc_col-sm-2 .home-box-container
{
padding: 25px 10px 30px;
} .items-list
{
}
.items-list.margin-top
{
margin-top: 8px;
}
.items-list li
{
padding: 8px 0;
border-bottom: 1px solid #E5E5E5;
background-position: left center;
background-repeat: no-repeat;
line-height: 1.71429;
}
.items-list li:first-child
{
padding-top: 0;
}
.items-list li.icon_clock_black
{
padding-left: 25px;
}
.items-list li.icon_clock_black:first-child
{
padding-top: 12px; }
.items-list a, .items-list span
{
float: left;
color: #000;
padding-top: 5px;
}
.items-list.thin a, .items-list.thin span
{
font-weight: normal
}
.items-list .value,
.scrolling-list .value
{
float: right;
color: #FFF;
}
.items-list .value
{
background: #42B3E5;
padding: 4px 10px;
}
.items-list.opening-hours li span, .items-list.opening-hours .value,
.items-list.opening_hours li span, .items-list.opening_hours .value
{
color: #FFF;
}
.items-list.opening-hours li,
.items-list.opening_hours li
{ border-color: rgba(255, 255, 255, 0.1);
}
.items-list.opening_hours .value
{
background: transparent;
}
.home-box .items-list li:first-child
{
padding-top: 12px;
}
.items-list .item-footer
{
margin-top: 30px;
}
.items-list.padding-list
{
padding: 40px;
}
.padding-header
{
padding: 0 40px;
} .scrolling-list-wrapper
{
margin-top: 11px;
background: inherit;
}
.scrolling-list
{
width: 100% !important;
}
.scrolling-list-control-left
{
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
.scrolling-list-control-left, .scrolling-list-control-right
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
position: relative;
float: left;
width: 33px;
height: 33px;
font-size: 24px;
line-height: 28px;
color: #000;
text-align: center;
border: 1px solid #E5E5E5;
}
.caroufredsel-wrapper-testimonials+.scrolling-controls .scrolling-list-control-left, .caroufredsel-wrapper-testimonials+.scrolling-controls .scrolling-list-control-right
{
color: #FFF;
border-color: #FFF;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.caroufredsel-wrapper-testimonials.grey+.scrolling-controls .scrolling-list-control-left, .caroufredsel-wrapper-testimonials.grey+.scrolling-controls .scrolling-list-control-right
{
color: #000;
border-color: #E5E5E5;
}
.caroufredsel-wrapper-testimonials+.scrolling-controls
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.scrolling-list-control-right
{
margin-left: -1px;
}
.scrolling-list-control-left:hover,
.scrolling-list-control-right:hover
{
z-index: 1;
border-color: #42B3E5;
}
.caroufredsel-wrapper-testimonials+.scrolling-controls .scrolling-list-control-left:hover,
.caroufredsel-wrapper-testimonials+.scrolling-controls .scrolling-list-control-right:hover
{
z-index: 1;
background: #FFF;
color: #000;
}
.caroufredsel-wrapper-testimonials.grey+.scrolling-controls .scrolling-list-control-left:hover,
.caroufredsel-wrapper-testimonials.grey+.scrolling-controls .scrolling-list-control-right:hover
{
border-color: #42B3E5;
}
.scrolling-controls .header-left
{
float: left;
display: block;
width: auto;
margin: 0;
}
.scrolling-controls .header-right
{
float: right;
clear: none;
margin-top: 2px;
}
.scrolling-list li
{
width: auto;
color: #C5C5C5;
background-position: left 18px;
padding: 13px 0;
line-height: 1.71429;
}
.scrolling-list.thin li
{
padding-left: 0;
}
.scrolling-list li a
{
clear: both; color: #666;
border: none;
}
.scrolling-list li .left
{
color: #666;
}
.footer .scrolling-controls .header-right a
{
color: #FFF;
}
.footer .scrolling-list li a
{
display: block;
overflow: hidden;
text-overflow: ellipsis;
color: #FFF;
white-space: nowrap;
}
.scrolling-list.latest-tweets li a
{
float: none;
}
.scrolling-list.latest-tweets li p
{
padding: 0;
}
.scrolling-list li .left
{
float: left;
}
.scrolling-list li .number
{
float: right;
width: 33px;
color: #666;
padding: 11px 0 10px;
margin-left: 5px;
font-family: 'Open Sans', 'Arial', sans-serif;
font-size: 12px;
text-align: center;
line-height: 1;
}
.scrolling-list-fix-block,
.wpb_column .home-box-container-list .scrolling-list-fix-block
{
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 18px;
background: inherit;
}
.home-box .scrolling-list-wrapper
{
margin-top: 9px;
}
.home-box .header-right a.scrolling-list-control-left, 
.home-box .header-right a.scrolling-list-control-right
{ border-color: rgba(255, 255, 255, 0.1);
color: #FFF;
}
.home-box .header-right a.scrolling-list-control-right
{
border-left: none;
margin-left: 0;
}
.home-box .header-right a.scrolling-list-control-right:hover
{
border-left: 1px solid #FFF;
margin-left: -1px;
}
.home-box .header-right a.scrolling-list-control-left:hover, 
.home-box .header-right a.scrolling-list-control-right:hover
{
border-color: #FFF;
color: #FFF;
}
.home-box .scrolling-list li
{
padding: 12px 0;
}
.scrolling-list.opening-hours li span, .scrolling-list.opening-hours .value
{
color: #FFF;
}
.scrolling-list.opening-hours li
{ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.scrolling-list.footer-recent-posts li
{
width: 85%;
}
.home-box .scrolling-controls
{
position: relative;
margin-top: -64px;
height: 43px;
}
.footer .timeago
{
color: #686F78;
}
.timeago
{
clear: both;
display: block;
font-size: 12px;
line-height: 1.83334;
color: #999;
text-transform: uppercase;
text-decoration: none;
margin-top: 7px;
} .more
{
float: left;
color: #3156A3;
font-size: 14px;
font-family: 'Open Sans', 'Arial', sans-serif;
line-height: normal;
}
.button-label
{
display: inline-block;
}
.button-label + .more
{
float: none;
margin-left: 50px;
}
.more::after
{
display: inline-block;
font-size: 16px;
margin-left: 8px;
margin-top: 1px;
}
.more.mc-button::after
{
margin-top: -1px;
}
.more.dark-color,
.more.light-color,
.more.light,
.more.mc-button
{
padding: 12px 19px;
color: #FFF;
border: 1px solid #FFF;
transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
-webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
}
.more.dark-color:hover,
.more.light-color:hover,
.more.light:hover,
.more.mc-button:hover
{
text-decoration: none;
}
.more.dark-color,
.more.light-color:hover
{
background-color: #3156A3;
border: 1px solid #3156A3;
}
.more.light-color,
.more.dark-color:hover
{
background-color: #42B3E5;
border-color: #42B3E5;
}
.more.light
{
color: #666;
border-color: #E5E5E5;
}
.more.light:hover
{
background-color: #3156A3;
color: #FFF;
border-color: #3156A3;
}
.more.light-color.no-hover-color:hover
{
background-color: #42B3E5;
border-color: #42B3E5;
}
.more.tiny
{
padding: 6px 10px;
font-size: 11px;
}
.more.small
{
padding: 8px 16px;
}
.more.medium
{
padding: 17px;
}
.more.large
{
padding: 16px 29px 17px;
font-size: 14px;
}
.more.single-button
{
float: none;
}
.button-label,
.button-label a,
.button-label a:hover
{
color: #3156A3;
}
.white .button-label
{
color: #FFF;
}
.align-right .button-label
{
float: left;
}
.button-slider-bar
{
position: relative;
top: -2px;
} .mc-parallax
{
background-attachment: fixed;
background-size: cover;
background-position: center 0;
}
.mc-parallax.moving-parallax
{
background-attachment: fixed;
}
.mc-parallax,
.mc-parallax h2,
.mc-parallax h4,
.mc-parallax p
{
color: #FFF;
}
body .site-container .mc-overlay
{
position: relative;
}
body .site-container .mc-overlay::after
{
content: "";
position: absolute;
visibility: visible;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(77, 91, 121, 0.3);
z-index: 1;
}
body .site-container .mc-overlay>*
{
float: none;
position: relative;
z-index: 2;
} span.number, 
span.odometer.number,
.number-sign
{
direction: ltr;
font-family: 'Source Sans Pro', 'Arial', sans-serif;
font-weight: 300;
font-size: 48px;
line-height: 48px;
color: #FFF;
visibility: visible;
vertical-align: middle;
}
span.number.sign
{
position: relative;
top: 4px;
vertical-align: middle;
}
body .counter-box-path
{
stroke-dasharray: 415;
stroke-dashoffset: 415;
visibility: visible;
}
body circle.counter-box-path
{
stroke-dasharray: 433;
stroke-dashoffset: 433;
-ms-transform: rotate(180deg);
-moz-transform: rotate(180.0deg);
-moz-transform-origin: center;
-o-transform: rotate(180.0deg);
-o-transform-origin: center;
-webkit-transform: rotate(180.0deg);
-webkit-transform-origin: center;
transform: rotate(180.0deg);
transform-origin: center;
}
.counter-box
{
position: relative;
text-align: center;
}
.counter-box::before
{
position: absolute;
width: 100%;
top: 40px;
left: 0;
font-size: 48px;
}
body .counter-box .number
{
display: block;
}
.counter-box svg+.number
{
margin-top: 15px;
}
.counter-box p
{
font-family: 'Source Sans Pro', 'Arial', sans-serif;
font-size: 16px;
line-height: 26px;
margin-top: 10px;
padding: 0;
letter-spacing: 1px;
} .info-box
{
position: relative;
background: #FFF;
padding: 33px 50px 47px;
text-align: center;
}
.info-box::before
{
color: #42B3E5;
font-size: 48px;
}
.info-box[class^="features-"] h3, .info-box[class*=" features-"] h3
{
margin-top: 30px;
}
.info-box p
{
color: #666;
margin-top: 30px;
padding: 0;
}
.info-box+.arrow-container
{
position: absolute;
right: 0;
top: 0;
width: 70px;
height: 50%;
}
.arrow-container .arrow
{
display: block;
position: absolute;
font-size: 16px;
color: #FFF;
background: #42B3E5;
padding: 26px 27px 27px;
bottom: -35px;
right: -70px;
}
.arrow-container .arrow-dark
{
background: #3156A3;
}
.vc_row .wpb_column:nth-child(3n+1)>.wpb_wrapper>.info-box,
.vc_row .wpb_column:nth-child(3n+1)>.vc_column-inner>.wpb_wrapper>.info-box
{
z-index: 5;
}
.vc_row .wpb_column:nth-child(3n+1)>.wpb_wrapper>.info-box+.arrow-container,
.vc_row .wpb_column:nth-child(3n+1)>.vc_column-inner>.wpb_wrapper>.info-box+.arrow-container
{
z-index: 4;
}
.vc_row .wpb_column:nth-child(3n+2)>.wpb_wrapper>.info-box,
.vc_row .wpb_column:nth-child(3n+2)>.vc_column-inner>.wpb_wrapper>.info-box
{
z-index: 3;
}
.vc_row .wpb_column:nth-child(3n+2)>.wpb_wrapper>.info-box+.arrow-container,
.vc_row .wpb_column:nth-child(3n+2)>.vc_column-inner>.wpb_wrapper>.info-box+.arrow-container
{
z-index: 2;
}
.vc_row .wpb_column:nth-child(3n+3)>.wpb_wrapper>.info-box,
.vc_row .wpb_column:nth-child(3n+3)>.vc_column-inner>.wpb_wrapper>.info-box
{
z-index: 1;
}
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+1)>.wpb_wrapper>.info-box,
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+1)>.vc_column-inner>.wpb_wrapper>.info-box
{
z-index: 9;
}
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+1)>.wpb_wrapper>.info-box+.arrow-container,
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+1)>.vc_column-inner>.wpb_wrapper>.info-box+.arrow-container
{
z-index: 8;
}
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+2)>.wpb_wrapper>.info-box,
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+2)>.vc_column-inner>.wpb_wrapper>.info-box
{
z-index: 7;
}
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+2)>.wpb_wrapper>.info-box+.arrow-container,
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+2)>.vc_column-inner>.wpb_wrapper>.info-box+.arrow-container
{
z-index: 6;
}
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+3)>.wpb_wrapper>.info-box,
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+3)>.vc_column-inner>.wpb_wrapper>.info-box
{
z-index: 5;
}
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+3)>.wpb_wrapper>.info-box+.arrow-container,
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+3)>.vc_column-inner>.wpb_wrapper>.info-box+.arrow-container
{
z-index: 4;
}
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+4)>.wpb_wrapper>.info-box,
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+4)>.vc_column-inner>.wpb_wrapper>.info-box
{
z-index: 3;
}
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+4)>.wpb_wrapper>.info-box+.arrow-container,
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+4)>.vc_column-inner>.wpb_wrapper>.info-box+.arrow-container
{
z-index: 2;
}
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+5)>.wpb_wrapper>.info-box,
.vc_row .wpb_column.vc_col-sm-1\/5:nth-child(5n+5)>.vc_column-inner>.wpb_wrapper>.info-box
{
z-index: 1;
}
.vc_col-sm-9 .info-box
{
padding: 18px 30px 32px;
}
.vc_col-sm-9 .info-box+.arrow-container
{
width: 50px;
}
.vc_col-sm-9 .arrow-container .arrow
{
padding: 15px 17px 17px;
right: -50px;
bottom: -25px;
} .our-clients-list-container
{
overflow: hidden;
text-align: center;
}
.our-clients-list li
{
float: left;
width: 246px;
height: 160px;
text-align: center;
border-left: 1px solid #E5E5E5;
}
.our-clients-list li:first-child
{
border-left: none;
}
.our-clients-list li:nth-child(5n+1)
{
border-left: none;
}
.our-clients-list li:nth-child(n+6)
{
margin-top: 50px;
}
.our-clients-list li img
{
width: 140px;
height: auto;
}
.our-clients-list .our-clients-item-container
{	
display: inline-block;
}
.our-clients-list li .vertical-align-cell
{
text-align: center;
height: 160px;
} .blog,
.layout-row .blog:first-child
{
margin-top: 30px;
}
.layout-row .blog
{
margin-top: 50px;
}
.wpb_column .layout-row .blog.page-margin-top-section,
.wpb_column .layout-column .blog.page-margin-top-section,
.wpb_column .layout-column .blog.page-margin-top-section:first-child,
.wpb_column .layout-row .blog.page_margin_top_section,
.wpb_column .layout-column .blog.page_margin_top_section,
.wpb_column .layout-column .blog.page_margin_top_section:first-child
{
margin-top: 70px;
}
.wpb_column .layout-row .blog.page-margin-top,
.wpb_column .layout-column .blog.page-margin-top,
.wpb_column .layout-column .blog.page-margin-top:first-child,
.wpb_column .layout-row .blog.page_margin_top,
.wpb_column .layout-column .blog.page_margin_top,
.wpb_column .layout-column .blog.page_margin_top:first-child
{
margin-top: 50px;
}
.comment-box
{
float: left;
width: 115px;
text-align: center;
margin-right: 25px;
}
.columns .comment-box
{
clear: both;
width: 100%;
margin-bottom: 30px;
margin-right: 0;
}
.post
{
float: left;
margin-top: 50px;
}
.post:first-child
{
margin-top: 0;
}
.layout-row .post
{
margin-top: 0;
}
.comment-box li
{
width: 100%;
text-align: left;
}
.columns .comment-box li
{
float: left;
width: auto;
}
.comment-box .date
{
position: relative;
}
.comment-box .date .value
{
float: left;
width: 84px;
background-color: #3156A3;
color: #FFF;
padding: 11px 13px 12px;
font-size: 12px;
text-align: center;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.comment-box .date .arrow-date
{
border-color: #3156A3 transparent;
}
.comment-box .arrow-comments
{
border-color: #42B3E5 transparent;
}
.comment-box .date .arrow-date,
.comment-box .arrow-comments
{
content: '';
display: inline;
visibility: visible;
position: absolute;
border-style: solid;
border-width: 5px 5px 0 0;
right: 0;
}
.columns .comment-box .date .value
{
clear: both;
float: none;
width: auto;
}
.columns .comment-box .date .arrow-date
{
left: 0;
right: auto;
}
.comment-box .comments-number
{
position: relative;
width: 110px;
margin-top: 2px;
}
.columns .comment-box .comments-number
{
width: auto;
margin-left: 2px;
margin-top: 0;
}
.comment-box .comments-number a
{
display: block;
text-align: center;
font-size: 12px;
background-color: #42B3E5;
padding: 11px 5px 12px;
color: #FFF;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.columns .comment-box .comments-number a
{
padding: 11px 13px 12px;
}
.comment-box .comments-number:hover
{
border-color: #409915;
}
.post-content
{
float: right; width: 100%;
padding-bottom: 13px;
border-bottom: 1px solid #E5E5E5;
}
.single-features .post-content
{
border-bottom: 0;
}
.columns .post-content,
.columns .post-content a.post-image img,
.columns .post-content .image-carousel img,
.columns .post-content .image-carousel .mc-preloader
{
width: 300px;
}
.post-content a.post-image
{
display: block;
margin-bottom: 20px;
}
.post-content a.post-image img
{
display: block; width: 100%;
height: auto;
min-height: 15px;
}
.post-content img
{
max-width: 100%;
height: auto;
}
.post-content .gallery-box
{
margin-top: 0;
margin-bottom: 20px;
}
.wpb_column .post-content .gallery-box img
{ width: 100%;
max-width: none;
height: auto;
}
.post-content .post-title
{
margin-bottom: 20px;
line-height: 150%;
}
.post-content .post-title a
{
transition: color 0.2s ease 0s;
-webkit-transition: color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s;
}
.single .post-content .post-title
{
margin-top: 0;
}
.single .post-content p
{
padding: 1em 0;
}
.post-content blockquote
{
margin: 29px 0px 30px 0px;
}
.post-content blockquote p
{
padding: 0;
}
.single .post-content blockquote p,
.single .post-content blockquote p:last-of-type
{
top: 0;
}
.post-content h2+p:first-of-type
{
padding-top: 0;
}
.post-content p:last-of-type
{
display: inline;
}
.post-content .vc_row p:last-of-type
{
display: block;
}
.single .post-content p:last-of-type,
.single .post-content .more
{
position: relative;
top: 1em;
}
.single .post-content ul, 
.single .post-content ol,
.single-page ul,
.single-page ol,
.wpb_text_column ul,
.wpb_text_column ol
{
padding: 0;
margin: 5px 0px 20px;
}
.single .post-content ul ul, 
.single .post-content ol ol,
.single-page ul ul,
.single-page ol ol,
.wpb_text_column ul ul,
.wpb_text_column ol ol
{
padding-left: 20px;
}
.single .post-content ul.tabs-navigation
{
margin-top: 0;
margin-bottom: 0;
}
.single .post-content ul,
.single-page ul,
.wpb_text_column ul
{
list-style: none;
}	
.single .post-content li,
.single-page li,
.wpb_text_column li
{
height: auto;
line-height: 1.71429;
padding: 2px 0;
list-style-position: inside;
}
.single .post-content>ul:not(.image-carousel) li:not([class*="template-"]):not([class*="social-"])::before,
.single-page ul li:not([class*="template-"]):not([class*="social-"])::before,
.wpb_text_column ul li:not([class*="template-"]):not([class*="social-"])::before
{
display: inline-block;
content: "\7a";
font-family: "template";
margin-right: 8px;
color: #42B3E5;
}
.single .post-content ul.tabs-navigation li::before,
.single .post-content ul.tabs-box-navigation li::before,
.single .post-content ul.accordion li::before,
.single .post-content ul.vc_pagination li::before,
.single .post-content ul.services-list li::before,
.single .post-content ul.slides li::before,
.single .post-content ul.flex-direction-nav li::before,
.single .post-content ul.vc_tta-tabs-list li::before,
.single .post-content .announcement ul li::before,
.single .post-content ul.horizontal-carousel li::before,
.single .post-content ul.image-carousel li::before,
.single .post-content ul.slider-navigation li::before,
.single .post-content ul.social-icons li::before,
.single .post-content ul.mc-gallery li::before,
.single .post-content ul.tabs_box_navigation li::before,
.single .post-content ul.our-clients-list li::before,
.single .post-content ul.photostream li::before
{
content: none;
}
.single .post-content h2, .single .post-content h3, .single .post-content h4, .single .post-content h5
{
margin-top: 5px;
}
.post-content .more,
.simple .more
{
display: inline-block;
clear: both;
float: none;
}
.post-content .more::after
{
content: " a";
padding-bottom: 2px;
}
.post-content a.mc-button::after
{
content: none;
}
.simple .more
{
margin-left: 5px;
}
.simple .more_container
{
padding-top: 1em;
}
.post-footer
{
margin-top: 36px;
}
.single .post-footer
{
margin-top: 50px;
}
.post-footer-details
{
clear: both;
float: left;
text-transform: uppercase;
line-height: 13px;
}
.single ul.post-footer-details
{	
margin: 0;
padding: 0;
}
.post-footer .post-footer-details li
{
float: left;
font-size: 12px;
line-height: 13px;
color: #999;
margin-right: 8px;
margin-bottom: 10px;
padding: 0;
}
.post-footer-details li a
{
color: #999;
}
.post-footer-details li.separator
{
margin: 0 15px 10px 7px;
width: 1px;
background: #E5E5E5;
}
.post-footer-details li:last-child
{
margin-right: 0;
}
.post-footer-details li.post-footer-author+li.post-footer-category,
.post-footer-details li.post-footer-date,
.post-footer-details li.post-footer-comments,
.bypostauthor
{	
border-left: 1px solid #e5e5e5;
margin-left: 8px;
padding-left: 16px;
}
.post-footer-details li:first-child
{
border-left: none;
margin-left: 0;
padding-left: 0;
}
.post-footer ul.post-footer-details li:not([class^="template-"])::before
{
content: "";
display: none;
margin-right: 0px;
}
.simple .post-footer
{
border-bottom: 1px solid #E5E5E5;
padding-bottom: 25px;
margin-top: 25px;
}
.show-all
{
margin-top: 30px;
}
.show-all a
{
float: right;
}
.show-all a::after
{
content: " a";
padding-bottom: 2px;
display: inline-block;
font-size: 14px;
margin-left: 8px;
margin-top: -1px;
}
.vc_col-sm-3 .layout-row .blog,
.vc_col-sm-2 .layout-row .blog,
.vc_row .vc_col-sm-3 .layout-column .blog,
.vc_row .vc_col-sm-2 .layout-column .blog,
.vc_col-sm-3 .layout-column .post,
.vc_col-sm-2 .layout-column .post
{
margin-top: 40px;
}
.vc_col-sm-3 .layout-column .post:first-child,
.vc_col-sm-2 .layout-column .post:first-child
{
margin-top: 0;
} .comments .comments-number a
{
float: left;
width: 100px;
}
.comments .comment-box .comments-number
{
width: 100%;
margin-top: 0;
margin-left: 0;
}
#comments_list
{
float: right;
}
#comments_list li.comment
{
margin-top: 50px;
border-left: none;
padding-left: 0;
margin-left: 0;
}
#comments_list li.comment:first-child
{
margin-top: 0;
}
#comments_list .comment-author-avatar
{
float: left;
width: 100px;
height: 100px;
margin-right: 30px;
}
#comments_list .comment-details
{
float: left;
width: 540px;
padding-bottom: 13px;
border-bottom: 1px solid #E5E5E5;
}
#comments_list .comment-details p
{
display: inline;
padding: 20px 0;
}
#comments_list .reply-button
{
float: none;
clear: both;
}
#comments_list .comment-details .post-footer
{
margin-top: 36px;
}
#comments_list .children
{
clear: both;
float: left;
margin-left: 130px;
}
.wpb_column #comments_list .children .children
{
margin-left: 0;
}
#comments_list .children li.comment
{
width: 100%;
margin-top: 50px;
}
#comments_list .children li.comment:last-child
{
padding-bottom: 0;
}
#comments_list .children .comment-details
{
width: 410px;
}
#comments_list .pagination
{
margin-top: 20px;
}
.vc_col-sm-12 #comments_list .comment-details
{
width: 960px;
}
.vc_col-sm-12 #comments_list .children .comment-details
{
width: 830px;
}
.vc_col-sm-10 #comments_list .comment-details
{
width: 750px;
}
.vc_col-sm-10 #comments_list .children .comment-details
{
width: 620px;
}
.vc_col-sm-9 #comments_list .comment-details
{
width: 645px;
}
.vc_col-sm-9 #comments_list .children .comment-details
{
width: 515px;
}
.vc_col-sm-6 #comments_list .comment-details
{
width: 330px;
}
.vc_col-sm-6 #comments_list .children .comment-details
{
width: 280px;
}
.vc_col-sm-6 #comments_list .children
{
margin-left: 50px;
}
.vc_col-sm-4 #comments_list .comment-author-avatar,
.vc_col-sm-3 #comments_list .comment-author-avatar,
.vc_col-sm-2 #comments_list .comment-author-avatar
{
display: none;
}
.vc_col-sm-4 #comments_list .comment-details
{
width: 250px;
}
.vc_col-sm-4 #comments_list .children .comment-details
{
width: 220px;
}
.vc_col-sm-4 #comments_list .children,
.vc_col-sm-3 #comments_list .children
{
margin-left: 30px;
}
.vc_col-sm-2 #comments_list .children
{
margin-left: 15px;
}
.vc_col-sm-4 .comment-form-container,
.vc_col-sm-3 .comment-form-container,
.vc_col-sm-2 .comment-form-container
{
margin-left: 0;
}
.vc_col-sm-3 #comments_list .comment-details,
.vc_col-sm-3 #comments_list .children .comment-details,
.vc_col-sm-2 #comments_list .comment-details,
.vc_col-sm-2 #comments_list .children .comment-details
{
width: 100%;
}
.vc_row .vc_col-sm-3.wpb_column .comment-form .wpb_column,
.vc_row .vc_col-sm-2.wpb_column .comment-form .wpb_column
{
margin-top: 8px;
}
.vc_col-sm-3 .comment-form .wpb_column:first-child
{
margin-top: 0;
}
.vc_col-sm-3 .comment-form .vc_col-sm-6
{
width: 100%;
margin-left: 0;
} .comment-form-container
{
float: left;
margin-left: 140px;
margin-top: 25px;
}
.comment-form,
.contact-form
{
float: left;
width: 100%;
margin-top: 30px;
}
.comment-form label,
.contact-form label
{
display: block;
font-size: 12px;
line-height: 1.83334;
color: #999;
margin-top: 8px;
margin-bottom: 8px;
}
.comment-form label.first,
.contact-form label.first
{
margin-top: 0;
}
.comment-form input, .comment-form textarea,
.contact-form input, .contact-form textarea,
.post-password-form input
{
width: 100%;
padding: 13px 22px;
color: #000;
margin: 0;
background: #F0F0F0;
border: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.post-password-form input
{
margin-top: 20px;
}
.contact-form textarea
{
height: 150px;
}
.comment-form textarea
{
height: 226px;
}
.contact_form .block
{
margin-top: 10px;
}
.contact_form .block:first-child
{
margin-top: 0;
}
.comment-form input[type='submit'],
.contact-form input[type='submit'],
.post-password-form input[type='submit']
{
float: right;
width: 150px;
padding: 11px 19px;
cursor: pointer;
text-align: center;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.comment-form .mc-button,
.contact-form .mc-button,
.post-password-form .mc-button
{
border-color: #3156A3;
background-color: #3156A3;
}
.comment-form .mc-button:hover,
.contact-form .mc-button:hover,
.post-password-form .mc-button:hover
{
background-color: #42B3E5;
border: 1px solid #42B3E5;
}
#cancel_comment
{
display: none;
float: right;
font-size: 12px;
color: #999;
margin-top: 16px;
margin-right: 30px;
}
.contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 350px;
}
.contact-form .tabs-box-navigation.sf-menu
{
margin-bottom: 10px;
}
.vc_col-sm-4 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 120px;
}
.vc_col-sm-3 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 245px;
}
.vc_col-sm-2 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 160px;
padding: 11px 10px;
font-size: 14px;
}
.vc_col-sm-3 .contact-form .vc_col-sm-8 p,
.vc_col-sm-3 .contact-form .vc_col-sm-4 input[type="submit"],
.vc_col-sm-2 .contact-form .vc_col-sm-8 p,
.vc_col-sm-2 .contact-form .vc_col-sm-4 input[type="submit"]
{
margin-top: 0;
}
.vc_row .vc_col-sm-3 .contact-form .wpb_column.vc_column_container,
.vc_row .vc_col-sm-2 .contact-form .wpb_column.vc_column_container
{
margin-top: 0;
}
.vc_row.full-width .google-map-container
{
height: 460px;
}
.google-map-container
{
position: relative;
overflow: hidden;
height: 400px;
}
.google-map-container iframe
{
position: absolute;
top: -115px;
}
.google-static-map-container
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
position: relative;
background-repeat: no-repeat;
background-position: center center;
height: 666px;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.google-static-map-container img
{
-ms-flex-item-align: center;
-webkit-align-self: center;
-moz-align-self: center;
align-self: center;
}
.google-static-map-container.pregnancy
{
background-image: url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/map-pregnancy.png);
}
.google-static-map-container.ophthalmologist
{
background-image: url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/map-ophthalmologist.png);
}
.google-static-map-container.veterinary
{
background-image: url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/map-veterinary.png);
}
.google-static-map-container.dentist
{
background-image: url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/map-dentist.png);
}
.contact-form .g-recaptcha-wrapper,
.comment-form .g-recaptcha-wrapper
{
float: right;
clear: none;
width: 300px;
height: 72px;
overflow: hidden;
border: 1px solid #E5E5E5;
margin-right: 50px;
}
.contact-form .g-recaptcha,
.comment-form .g-recaptcha
{
position: relative;
margin-top: -2px;
margin-left: -1px;
}
.contact-form .submit-container .vc_row
{
text-align: center;
}
.contact-form .submit-container .vc_col-sm-6>.vc_row
{
text-align: right;
}
.contact-form .button-with-recaptcha
{
float: right;
margin-top: 14px;
}
.vc_col-sm-9 .fieldset-with-recaptcha .recaptcha-container,
.vc_col-sm-8 .fieldset-with-recaptcha .recaptcha-container
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.vc_col-sm-9 .column-with-recaptcha,
.vc_col-sm-8 .column-with-recaptcha
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column-reverse;
-moz-flex-flow: column-reverse;
-ms-flex-flow: column-reverse;
flex-flow: column-reverse;
}
.vc_col-sm-9 .contact-form .column-with-recaptcha .g-recaptcha-wrapper,
.vc_col-sm-8 .contact-form .column-with-recaptcha .g-recaptcha-wrapper,
.comment-form .g-recaptcha-wrapper
{
float: none;
margin: 0;
-ms-flex-item-align: flex-end;
-webkit-align-self: flex-end;
-moz-align-self: flex-end;
align-self: flex-end;
}
.vc_col-sm-9 .contact-form .submit-container .column-with-recaptcha .button-with-recaptcha,
.vc_col-sm-8 .contact-form .submit-container .column-with-recaptcha .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: 0;
margin-right: 0;
}
.vc_col-sm-9 .fieldset-with-recaptcha .terms-container,
.vc_col-sm-8 .fieldset-with-recaptcha .terms-container
{
max-width: 438px;
}
.vc_col-sm-9 .fieldset-with-recaptcha .recaptcha-container,
.vc_col-sm-8 .fieldset-with-recaptcha .recaptcha-container
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.vc_col-sm-9 .fieldset-with-recaptcha .recaptcha-container .g-recaptcha-wrapper,
.vc_col-sm-8 .fieldset-with-recaptcha .recaptcha-container .g-recaptcha-wrapper
{
margin-right: 0;
}
.vc_col-sm-9 .submit-container.fieldset-with-recaptcha .recaptcha-container .button-with-recaptcha,
.vc_col-sm-8 .submit-container.fieldset-with-recaptcha .recaptcha-container .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: auto;
margin-right: 0;
}
.vc_col-sm-9 .submit-container .column-with-recaptcha .terms-container,
.vc_col-sm-8 .submit-container .column-with-recaptcha .terms-container,
.comment-form .fieldset-with-recaptcha .terms-container
{
-ms-flex-order: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
-ms-flex-item-align: flex-end;
-webkit-align-self: flex-end;
-moz-align-self: flex-end;
align-self: flex-end;
}
.contact-form .terms-container,
.comment-form .terms-container
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
padding-bottom: 30px;
}
.comment-form .terms-container
{
float: right;
padding-bottom: 0;
}
.fieldset-with-recaptcha .terms-container
{
float: left;
max-width: 710px;
height: 74px;
padding-bottom: 0;
}
.comment-form .fieldset-with-recaptcha .terms-container
{
height: auto;
}
.recaptcha-container
{
float: right;
}
.column-with-recaptcha .recaptcha-container,
.comment-form .recaptcha-container
{
clear: both;
margin-top: 30px;
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.comment-form .fieldset-with-recaptcha
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.submit-container .vc_col-sm-6 .terms-container
{
float: right;
padding-bottom: 0;
}
.submit-container .vc_col-sm-6 .terms-container + .vc_row
{
float: right;
clear: both;
margin-top: 30px;
}
.column-with-recaptcha .recaptcha-container .g-recaptcha-wrapper
{
float: none;
margin: 0;
}
.contact-form .submit-container .column-with-recaptcha .recaptcha-container .button-with-recaptcha,
.comment-form .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: auto;
margin-right: 0;
}
.terms-container input
{
width: auto;
cursor: pointer;
margin-top: 0;
}
.terms-container label
{
margin-left: 10px;
margin-top: 0;
margin-bottom: 0;
cursor: pointer;
color: #666;
font-size: 14px;
line-height: 18px;
} .ui-datepicker
{
z-index: 99 !important;
background: #FFF;
display: none;
width: 368px;
padding: 10px;
border: 1px solid #E5E5E5;
}
.ui-datepicker-header
{
padding: 10px;
}
.ui-datepicker-header .ui-icon
{
text-indent: 0;
}
.ui-datepicker table td,
.ui-datepicker table th
{
border: none;
font-size: 14px;
padding: 8px;
text-align: center;
}
.ui-datepicker-title
{
text-align: center;
color: #333;
font-family: 'Open Sans';
font-weight: 600;
}
.ui-datepicker-next
{
float: right;
}
.ui-datepicker-prev span::before,
.ui-datepicker-next span::before
{
display: inline-block;
content: "\68";
font-family: "template";
color: #666;
margin-top: 11px;
font-size: 16px;
cursor: pointer;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover
{
text-decoration: none;
}
.ui-datepicker-prev span
{
position: absolute;
-moz-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
-ms-filter: fliph;
filter: fliph;
}
.ui-datepicker-year
{
padding: 8px 10px;
margin-left: 10px;
border: 1px solid #E5E5E5;
}
.ui-datepicker td a
{
color: #666;
}
.ui-datepicker table tr:nth-child(2n+1)
{
background: #FFF;
}
.ui-datepicker-current-day
{
background: #3156A3;
}
td.ui-datepicker-current-day a
{
color: #FFF;
} .pagination
{
float: right;
}
.pagination li
{
float: left;
margin-left: 10px;
}
.pagination li:first-child
{
margin-left: 0;
}
.pagination li a,
.pagination li>span
{
display: block;
color: #666;
width: 37px;
padding: 9px 0 8px;
font-size: 12px;
line-height: 1.83334;
text-align: center;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.pagination li a
{
transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
-webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
}
.pagination li a:hover,
.pagination li.selected a,
.pagination li.selected>span
{
border-color: #42B3E5;
background: #42B3E5;
color: #FFF;
}
.post-content .pagination.post-pagination li::before
{
content: none;
}
.post-content .pagination.post-pagination.page-margin-top
{
margin-top: 50px;
} .sidebar-box,
.sidebar_box
{
float: left; width: 100%;
margin-top: 50px; }
.sidebar-box.first,
.sidebar-box:first-child,
.sidebar_box.first,
.sidebar_box:first-child
{
margin-top: 0;
}
.sidebar-box .accordion,
.sidebar_box .accordion
{
margin-top: 30px;
}
.sidebar-box .accordion .item-content p,
.sidebar_box .accordion .item-content p
{
padding: 0;
} .widget_categories ul
{
clear: both;
float: left;
padding: 0;
}
.widget_categories ul,
.widget_tag_cloud .tagcloud
{
margin: 20px 0 0;
}
.categories li, .widget_categories li, .widget_tag_cloud a
{
float: left;
font-size: 12px;
line-height: 1;
color: #666;
margin-right: 10px;
margin-top: 10px;
text-transform: uppercase;
}
.widget_tag_cloud a
{
font-size: 12px !important;
}
.categories li:last-child, .widget_categories li:last-child, .widget_tag_cloud a:last-child
{
margin-right: 0;
}
.categories li a, .widget_categories li a, .widget_tag_cloud a
{
display: block;
color: #666;
padding: 13px 15px 14px;
transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
-webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
}
.categories li a:hover,
.widget_categories li a:hover,
.categories li.current-cat a,
.widget_categories li.current-cat a,
.widget_tag_cloud a:hover
{
color: #FFF;
border-color: #42B3E5;
background: #42B3E5;
} .accordion .ui-accordion-header h3
{
color: #666;
line-height: 1;
}
.accordion .ui-accordion-header h3::after
{
float: right;
font-size: 16px;
color: #666;
margin-top: 3px;
}
.accordion .ui-accordion-header,
.wpb_content_element .accordion div.ui-accordion-header
{
cursor: pointer;
padding: 14px 0 17px;
border-bottom: 1px solid #E5E5E5;
background: transparent;
color: #666;
transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
}
.accordion .ui-accordion-header.ui-state-hover,
.wpb_content_element .accordion .ui-accordion-header.ui-state-hover:hover
{
background-color: transparent;
}
.accordion .ui-accordion-header.ui-state-hover h3
{
color: #3156A3;
}
.wpb_content_element .accordion .ui-accordion-header.ui-state-active,
.accordion .ui-accordion-header.ui-state-active
{
border-bottom: 1px solid #3156A3;
background-color: #3156A3;
padding: 15px 17px 16px;
margin-top: -1px;
}
.wpb_content_element .accordion li:first-child .ui-accordion-header
{
margin-top: 0;
}
.accordion .ui-accordion-header.ui-state-active h3,
.accordion .ui-accordion-header.ui-state-active h3::after
{
color: #FFF !important;
}
.accordion .ui-accordion-header.ui-state-active h3::after
{
content: "\6e";
}
.accordion .ui-accordion-content
{
padding: 30px 0;
color: #666;
line-height: 150%;
}
.accordion.wide .ui-accordion-content
{
padding: 0 0 50px;
}
.accordion.wide .tabs-navigation
{
margin-bottom: 43px;
}
.item-footer
{
margin-top: 22px;
line-height: 1;
}
.accordion .ui-accordion-content .item-footer .mc-button
{
float: right;
margin-right: 10px;
}
.accordion .ui-accordion-content .item-footer .mc-button:first-child,
.wpb_column .accordion.wide .ui-accordion-content .item-footer .mc-button:last-child
{
margin-right: 0;
}
.wpb_column .accordion.wide .ui-accordion-content .item-footer .mc-button
{
float: left;
margin-right: 10px;
}
.accordion.wide .about_img
{
width: 500px;
height: auto;
margin-bottom: 23px;
}
.vc_col-sm-2 .accordion .ui-accordion-content .item-footer .mc-button,
.vc_col-sm-4 .accordion.wide .ui-accordion-content .vc_col-sm-6 .item-footer .mc-button,
.vc_col-sm-3 .accordion.wide .ui-accordion-content .vc_col-sm-6 .item-footer .mc-button
{
margin-right: 0;
}
.vc_col-sm-2 .accordion .ui-accordion-content .item-footer .mc-button
{
float: left;
}
.vc_col-sm-2 .accordion .ui-accordion-content .item-footer .mc-button:last-child,
.vc_col-sm-4 .accordion.wide .ui-accordion-content .vc_col-sm-6 .item-footer .mc-button:last-child,
.vc_col-sm-3 .accordion.wide .ui-accordion-content .vc_col-sm-6 .item-footer .mc-button:last-child
{
margin-top: 10px;
} .item-content
{
margin-top: 45px;
list-style: none;
}
.page-margin-top.item-content:first-child,
.page_margin_top.item-content:first-child
{
margin-top: 30px;
}
.item-content:first-child,
.blog.simple .item-content:first-child
{
margin-top: 0;
}
.item-content .text
{
color: #666;
}
.item-content .text h2
{
margin-bottom: 20px;
transition: color 0.2s ease 0s;
-webkit-transition: color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s;
}
.item-content .text h3
{
margin-top: 0;
margin-bottom: 21px;
}
.item-content .thumb-image, .item-content .thumb-image img
{
display: block;
width: 100px;
height: 100px;
}
.item-content .thumb-image
{
float: left;
margin-right: 30px;
}
.item-content .text p
{
padding: 0;
clear: none;
}
.item-content .item-footer .more::after
{
padding-bottom: 2px;
}
.single .item-content .text p
{
top: 0;
}
.blog.simple .item-content
{
margin-top: 50px;
}
.vc_col-sm-2 .item-content .thumb-image
{
margin-right: 10px;
}
.single .post-content .mc-features
{
margin: 0;
}
.single .post-content .item-content
{
padding: 0;
line-height: 1;
}
.site-container .single .post-content ul li.item-content::before
{
content: none;
display: none;
margin: 0;
} .ui-tabs-hide
{
display: none;
}
.ui-tabs-panel p
{
padding: 24px 0 25px;
} .tabs-navigation
{
float: none;
clear: both;
width: 100%;
}
.tabs-navigation li
{
float: left;
margin-top: 0;
margin-right: 10px;
}
.tabs-navigation li:last-child
{
margin-right: 0;
}
.tabs-navigation li a
{
width: auto;
display: block;
text-align: center;
font-family: 'Source Sans Pro', 'Arial', sans-serif;
font-size: 16px;
color: #666;
padding: 14px 17px 16px;
border-bottom: 1px solid #E5E5E5;
}
.tabs-navigation li a:hover,
.tabs-navigation li a.selected,
.tabs-navigation li.ui-tabs-active a
{
border-bottom-width: 2px;
padding-bottom: 15px;
}
.vc_col-sm-2 .tabs-navigation li a
{
padding: 10px;
}
.vc_col-sm-2 .tabs-navigation li a:hover,
.vc_col-sm-2 .tabs-navigation li a.selected,
.vc_col-sm-2 .tabs-navigation li.ui-tabs-active a
{
padding-bottom: 9px;
} .tabs-box-navigation.sf-menu
{
float: none;
clear: both;
}
.tabs-box-navigation.sf-menu ul.sub-menu
{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.tabs-box-navigation.sf-menu>li.menu-item-has-children:hover:after
{
background: none;
}
.tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 260px;
height: auto;
padding: 11px 16px 12px;
font-size: 18px;
line-height: 1.55556;
background: #3156A3;
color: #FFFFFF;
cursor: pointer;
font-family: 'Source Sans Pro', 'Arial', sans-serif;
font-size: 18px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.tabs-box-navigation.sf-menu .tabs-box-navigation-selected::after
{
float: right;
font-size: 16px;
margin-top: 7px;
}
.tabs-box-navigation.sf-menu .tabs-box-navigation-selected:hover
{
background-color: #42B3E5;
}
.tabs-box-navigation.sf-menu li:hover ul, .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 50px;
border: 1px solid #42B3E5;
}
.tabs-box-navigation-hidden
{
display: none;
}
.vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 283px;
}
.vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 253px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 178px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 148px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu .tabs-box-navigation-selected::after
{
font-size: 14px;
margin-top: 4px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li:hover ul, 
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 44px;
}
.vc_col-sm-12 .type-big>.tabs-navigation
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
width: 1230px;
margin-left: auto;
margin-right: auto;
}
.type-big>.tabs-navigation li
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
margin: 0;
}
div.type-big>.tabs-navigation li.ui-tabs-active
{
background: #FFF;
}
div.type-big>.tabs-navigation li a
{
width: 100%;
border: none;
background: transparent;
color: #666;
padding: 30px 10px;
font-size: 18px;
}
div.type-big>.tabs-navigation li a:hover,
div.type-big>.tabs-navigation li a.selected,
div.type-big>.tabs-navigation li.ui-tabs-active a
{
color: #000;
}
.type-big>.tabs-navigation~.ui-tabs-panel
{
background: #FFF;
padding-top: 70px;
padding-bottom: 100px;
} .dropcap
{
line-height: 1.71429;
}
.dropcap .dropcap-label
{
float: left;
padding: 7px 13px;
background-color: #3156A3;
text-align: center;
margin-right: 15px;
}
.dropcap .dropcap-label h3
{
color: #FFF;
}
div.dropcap p
{
padding: 0;
} .site-container .simple-list li::before
{
display: inline-block;
color: #42B3E5;
margin-right: 8px;
margin-top: -1px;
}
.site-container .simple-list li.template-arrow-horizontal-1::before
{
font-size: 16px;
color: #666;
margin-right: 5px;
}
.site-container .simple-list li.template-arrow-horizontal-3::before
{
font-size: 24px;
color: #666;
margin-right: -2px;
margin-left: -9px;
}
.site-container .simple-list li.template-arrow-horizontal-5::before
{
font-size: 12px;
margin-right: 5px;
margin-top: -3px;
}
.site-container .simple-list li.template-arrow-circle::before,
.site-container .simple-list li.template-chevron::before
{
margin-top: -4px;
margin-right: 7px;
}
.site-container .simple-list li.template-tick-2
{
padding: 8px 0 8px 50px;
}
.site-container .simple-list li.template-tick-2::before
{
width: 30px;
height: 30px;
padding-top: 5px;
margin-left: -50px;
margin-right: 16px;
text-align: center;
font-size: 19px;
border: 1px solid #E5E5E5;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
}
.site-container .simple-list li
{
padding: 2px 0;
line-height: 1.71429;
} .thin-list li,
.thin_list li
{
float: left;
margin-right: 30px;
}
.thin-list li:last-child,
.thin_list li:last-child
{
margin-right: 0;
} .top-info-list li
{
float: left;
color: #666;
text-align: left;
}
.top-info-list li .value
{
color: #000;
font-family: 'Source Sans Pro', 'Arial', sans-serif;
font-size: 24px;
font-weight: 400;
margin-top: 10px;
}
.top-info-list li.separator
{
width: 1px;
height: 46px;
background: #E5E5E5;
margin-left: 35px;
margin-right: 35px;
margin-top: 0;
margin-bottom: 18px;
} .announcement
{
width: 100%;
background: #F0F0F0;
padding: 30px 50px;
}
.announcement.style-2,
.vc_col-sm-4 .announcement.style-2,
.vc_col-sm-3 .announcement.style-2
{
padding: 30px 40px 40px;
}
.announcement h2
{
font-size: 30px;
line-height: 1.4;
}
.announcement p
{
font-size: 16px;
padding: 10px 0 0;
}
.announcement .vertical-align-cell:first-child
{
width: 70%;
padding-right: 5%;
}
.announcement .vertical-align-cell:last-child
{
width: 25%;
text-align: right;
}
.announcement .more
{
display: inline-block;
float: none;
}
.announcement.mc-background
{
background-color: transparent;
background-position: center;
background-size: cover;
}
body .announcement.mc-background h2,
.announcement.mc-background p,
.announcement.mc-background .more
{
color: #FFF;
}
.announcement.style-2 h2
{
color: #3156A3;
}
.vc_col-sm-6 .announcement.style-2 h2
{
width: 270px;
}
.announcement.style-2 p
{
padding-top: 30px;
}
.vc_row .announcement.align-center li.vertical-align-cell
{
text-align: center;
}
.vc_col-sm-6 .announcement h2,
.vc_col-sm-4 .announcement h2,
.vc_col-sm-3 .announcement h2
{
font-size: 24px;
}
.vc_col-sm-4 .announcement,
.vc_col-sm-3 .announcement
{
padding: 30px;
}
.vc_col-sm-2 .announcement
{
padding: 20px;
}
.vc_col-sm-6 .announcement .vertical-align-cell,
.vc_col-sm-4 .announcement .vertical-align-cell,
.vc_col-sm-3 .announcement .vertical-align-cell,
.vc_col-sm-2 .announcement .vertical-align-cell
{
display: block;
}
.vc_col-sm-6 .announcement .vertical-align-cell:first-child,
.vc_col-sm-4 .announcement .vertical-align-cell:first-child,
.vc_col-sm-3 .announcement .vertical-align-cell:first-child,
.vc_col-sm-2 .announcement .vertical-align-cell:first-child
{
width: 100%;
padding-right: 0;
}
.vc_col-sm-6 .announcement .vertical-align-cell:last-child,
.vc_col-sm-4 .announcement .vertical-align-cell:last-child,
.vc_col-sm-3 .announcement .vertical-align-cell:last-child,
.vc_col-sm-2 .announcement .vertical-align-cell:last-child
{	
width: 100%;
text-align: left;
margin-top: 23px;
}
.vc_col-sm-6 .announcement.style-2 .vertical-align-cell:last-child,
.vc_col-sm-4 .announcement.style-2 .vertical-align-cell:last-child,
.vc_col-sm-3 .announcement.style-2 .vertical-align-cell:last-child
{
margin-top: 37px;
}
.vc_col-sm-2 .announcement h1
{	
font-size: 24px;
} .timetable
{
width: 100%;
margin-top: 30px;
border-collapse: separate;
border-spacing: 2px;
}
.timetable th,
.timetable tbody td
{
font-size: 14px;
color: #666;
font-family: 'Open Sans', Arial, sans-serif;
}
.timetable th,
.timetable td:first-child
{
text-align: center;
vertical-align: middle;
}
.timetable th
{
width: 12.5%;
padding: 22px 15px 24px;
}
.timetable .event-container
{
padding: 12px 15px;
}
.timetable td
{
width: 12.5%;
vertical-align: top;
height: 60px;
padding: 0; }
.timetable .last
{
padding: 28px 0 0;
}
.timetable .hours
{
color: rgba(255, 255, 255, 0.7);
margin: 15px 0;
}
.timetable .event
{
background-color: #3156A3;
color: #FFF;
line-height: 1.4286;
}
.timetable .event a
{
display: block;
color: #FFF;
font-weight: bold;
}
.timetable thead th,
.timetable tr:nth-child(2n)
{
background: #F0F0F0;
}
.timetable tr:nth-child(2n+1),
.timetable tr.tip-row
{
background: transparent;
}
.timetable .event.tooltip:hover,
.timetable .event .event-container.tooltip:hover
{
background-color: #42B3E5;
}
.timetable .event.tooltip:hover .hours,
.timetable .event .event-container.tooltip:hover .hours
{
color: #FFF;
}
.timetable.small
{
display: none;
font-size: 13px;
} .tip
{
background: #3156A3;
color: #FFF;
padding: 15px;
float: right;
}
.tip::before
{
font-size: 16px;
margin-right: 10px;
}
.tooltip
{
cursor: pointer;
}
.tooltip .tooltip-text
{
display: block; visibility: hidden;
opacity: 0;
position: absolute;
z-index: 1000;
left: -19px;
bottom: 100%; -webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
-ms-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
transition-timing-function: cubic-bezier(0.35,0,0.35,1); -webkit-transition-property: opacity, visibility;
-moz-transition-property: opacity, visibility;
-o-transition-property: opacity, visibility;
-ms-transition-property: opacity, visibility;
transition-property: opacity, visibility; }
.tooltip .tooltip-content
{
background: #42B3E5;
color: #FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 12px 15px;
line-height: 1.83334;
font-size: 12px;
text-align: left;
}
.tooltip:hover .tooltip-text
{	
visibility: visible;
opacity: 1;
}
.tooltip .tooltip-arrow
{
content: '';
position: relative;
border-color: #42B3E5 transparent;
border-style: solid;
border-width: 5px 5px 0;
bottom: -4px;
left: 10px;
}
.qtip-default
{
background: none;
border-color: transparent;
}
.ui-tooltip-error .qtip-content,
.ui-tooltip-success .qtip-content
{
font-size: 13px;
font-family: arial;
color: #FFF;
}
.ui-tooltip-error .qtip-content,
.ui-tooltip-success .qtip-content
{
border:none; 
}
.qtip-content
{
padding:10px 20px 10px 20px;
}
.ui-tooltip-error .qtip-content
{
background:#E9431C;
}
.ui-tooltip-success .qtip-content
{
background:#61911B;
} .controls
{
padding: 0;
}
.controls li
{
float: left;
}
.controls li.separator
{
width: 1px;
height: 35px;
background: #E5E5E5;
margin: 0 20px;
}
.controls .prev
{
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
.controls .prev, .controls .next, .controls .close
{
position: relative;
float: left;
width: 33px;
height: 33px;
font-size: 24px;
line-height: 28px;
color: #000;
text-align: center;
border: 1px solid #E5E5E5;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.controls .next
{
margin-left: -1px;
}
.controls .prev:hover,
.controls .next:hover,
.controls .close:hover
{
z-index: 1;
border-color: #42B3E5;
}
.controls .close
{
font-size: 16px;
}
.controls .open-details, .controls .open-lightbox, .controls .open-video-lightbox, .controls .open-iframe-lightbox, .controls .open-url-lightbox
{
display: block;
padding: 15px;
}
.slider-navigation .more
{
display: none;
} body div.pp_default .pp_content_container .pp_left,
body div.pp_default .pp_content_container .pp_right,
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_right,
body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right
{
background: none;
padding: 0;
}
body div.pp_default .pp_content, body div.light_rounded .pp_content
{
padding: 10px;
}
body div.pp_default .pp_description
{
display: block !important;
font-size: 14px;
color: #666;
font-weight: 400;
padding: 7px 0;
}
body div.pp_default .pp_close
{
margin-top: 8px;
background: none;
width: 20px;
height: 18px;
text-indent: 0;
overflow: hidden;
line-height: 16px;
}
body div.pp_default .pp_close::before
{
content: "\6f";
font-family: 'template';
font-size: 16px;
color: #666;
speak: none;
vertical-align: middle;
line-height: normal;
direction: ltr;
display: inline-block;
}
body div.pp_default .pp_close:hover::before
{
color: #000;
}
body div.pp_overlay
{
background-color: #777;
} .isotope-item 
{
z-index: 2;
}
.isotope-hidden.isotope-item 
{
pointer-events: none;
z-index: 1;
}
.isotope,
.isotope .isotope-item 
{
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope 
{
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item 
{
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-ms-transition-property:     -ms-transform, opacity;
-o-transition-property:         top, left, opacity;
transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition 
{
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.mc-gallery
{
margin-left: auto;
margin-right: auto;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
}
.mc-gallery .gallery-box
{
float: left;
}
.gallery-box
{
display: block;
position: relative;
cursor: pointer;
margin-top: 30px;
overflow: hidden;
}
.wpb_column .gallery-box.doctor-box
{
width: 100%;
margin-top: 0;
}
.wpb_column .gallery-box.doctor-box img
{
width: 100%;
height: auto;
}
.gallery-4-columns .gallery-box
{
width: 285px;
}
.accordion .gallery-box
{
margin-top: 0;
}
.gallery-box img
{
display: none;
width: 100%;
height: auto; }
.gallery-box .mc-preloader
{
width: 285px;
height: 190px;
}
.gallery-box .description
{
position: relative;
z-index: 1;
background-color: #F0F0F0;
padding: 12px 15px 16px;
background-position: 220px center;
text-align: center;
line-height: normal;
}
.gallery-box .description h5
{
font-family: 'Open Sans', Arial, sans-serif;
margin-top: 4px;
color: #666666;
}
.gallery-box:hover .description
{
background-color: #42B3E5;
}
.gallery-box:hover h3,
.gallery-box:hover h4,
.gallery-box:hover h5
{
color: #FFF;
}
.gallery-box .controls
{
display: none;
position: absolute;
}
.gallery-box:hover .controls
{
display: block;
}
.gallery-box .controls a
{
background: #FFF;
line-height: 1;
}
.gallery-box .controls a::before
{
font-size: 16px;
color: #000;
}
.gallery-box .controls a:hover
{
background: #42b3e5;
}
.gallery-box .controls a:hover::before
{
color: #FFF;
}
.gallery-box .item-details
{
border-bottom: 1px solid #E5E5E5;
color: #666666;
text-align: center;
padding: 24px 0;
}
.gallery-box:hover .item-details
{
border-bottom: 2px solid #42B3E5;
padding-bottom: 23px;
}
.gallery-box .item-details p
{
padding: 0;
}
.gallery-box .social-icons,
.gallery-item-details-list .social-icons
{
margin-top: 20px;
}
.gallery-item-details-list
{
border-bottom: 1px solid #E5E5E5;
}
.gallery-item-details-list>.gallery-item-details>.vc_row
{
padding-bottom: 50px;
}
ul.gallery-item-details-list
{
height: 0;
overflow: hidden;
display: none;
}
ul.gallery-item-details-list.not-hidden
{
display: block;
height: 100%;
border-bottom: none;
}
ul.gallery-item-details-list.margin-bottom
{
margin-bottom: 50px;
}
ul.gallery-item-details-list.not-hidden > .gallery-item-details > .vc_row
{
padding-bottom: 0;
}
.gallery-item-details-list li.gallery-item-details
{
display: none;
position: relative;
}
.gallery-item-details-list.not-hidden li.gallery-item-details
{
display: block;
margin-top: 50px;
}
.gallery-item-details-list.not-hidden li.gallery-item-details:first-child
{
margin-top: 0;
}
.gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 450px;
}
.vc_row .wpb_column .gallery-item-details-list .gallery-box
{
width: auto;
margin: 0;
}
.gallery-item-details-list .details-box .controls
{
position: absolute;
top: 0;
right: 0;
}
.gallery-item-details-list .details-box .controls.clearfix
{
position: static;
}
.vc_row .wpb_column .gallery-item-details-list .gallery-box img
{
display: block;
width: 100%;
}
.vc_row .wpb_column .gallery-item-details-list .gallery-box img
{
height: auto;
}
.gallery-item-details-list .mc-preloader
{
width: 600px;
}
.gallery-box .slider-navigation,
.single .post-content .gallery-box .slider-navigation
{
width: 90%;
margin: 0 5%;
}
.gallery-item-details-list .details-box p
{
clear: both;
color: #666666;
padding: 24px 0;
}
.gallery-item-details-list .details-box .item-footer
{
margin-top: 30px;
}
.gallery-item-details-list .details-box .item-footer .mc-button
{
text-transform: uppercase;
}
.gallery-item-details-list .details-box .item-footer .mc-button:first-child
{
margin-right: 10px;
}
.gallery-item-details-list .details-box .columns
{
clear: both;
}
.vc_col-sm-10 .gallery-box, .vc_col-sm-10 .gallery-box .mc-preloader
{
width: 232.5px;
} .vc_col-sm-10 .gallery-box .mc-preloader
{
height: 155px;
}
.vc_col-sm-8 .gallery-box, .vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box, .vc_col-sm-8 .gallery-3-columns .mc-preloader
{
width: 250px;
} .vc_col-sm-8 .gallery-box .mc-preloader, .vc_col-sm-8 .gallery-3-columns .gallery-box .mc-preloader
{
height: 166.667px;
}
.vc_col-sm-4 .gallery-box, .vc_col-sm-4 .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box, .vc_col-sm-3 .gallery-2-columns .mc-preloader,
.vc_col-sm-6 .gallery-2-columns .gallery-box, .vc_col-sm-6 .gallery-2-columns .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box, .vc_col-sm-9 .gallery-3-columns .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box, .vc_col-sm-3 .gallery-3-columns .mc-preloader
{
width: 285px;
} .vc_col-sm-4 .mc-gallery .gallery-box .mc-preloader, .vc_col-sm-3 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-6 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-9 .gallery-3-columns .gallery-box .mc-preloader, .vc_col-sm-3 .gallery-3-columns .gallery-box .mc-preloader
{
height: 190px;
}
.vc_col-sm-4 .mc-gallery.horizontal-carousel .gallery-box
{
margin-left: 52.5px;
margin-right: 0;
}
.vc_col-sm-4 .mc-gallery div.gallery-box
{
margin-left: 0;
margin-right: 0;
}
.vc_col-sm-2 .gallery-box, .vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box, .vc_col-sm-2 .gallery-2-columns .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box, .vc_col-sm-6 .gallery-3-columns .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box, .vc_col-sm-2 .gallery-3-columns .mc-preloader
{
width: 180px;
} .vc_col-sm-2 .gallery-box .mc-preloader, .vc_col-sm-2 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-6 .gallery-3-columns .gallery-box .mc-preloader, .vc_col-sm-2 .gallery-3-columns .gallery-box .mc-preloader
{
height: 120px;
}
.gallery-2-columns .gallery-box
{
width: 600px;
} .gallery-2-columns .gallery-box .mc-preloader
{
width: 600px;
height: 400px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box, .vc_col-sm-10 .gallery-2-columns .mc-preloader
{
width: 495px;
} .vc_col-sm-10 .gallery-2-columns .gallery-box .mc-preloader
{
height: 330px;
}
.vc_col-sm-9 .gallery-2-columns .gallery-box, .vc_col-sm-9 .gallery-2-columns .mc-preloader
{
width: 442.5px;
} .vc_col-sm-9 .gallery-2-columns .gallery-box .mc-preloader
{
height: 295px;
}
.gallery-3-columns .gallery-box, .gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box,
.vc_col-sm-8 .gallery-2-columns .gallery-box, .vc_col-sm-8 .gallery-2-columns .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box, .vc_col-sm-4 .gallery-3-columns .mc-preloader
{
width: 390px;
} .gallery-3-columns .gallery-box .mc-preloader, .vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader, .vc_col-sm-8 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-4 .gallery-3-columns .gallery-box .mc-preloader
{
height: 260px;
}
.vc_col-sm-4 .gallery-2-columns .gallery-box, .vc_col-sm-4 .gallery-2-columns .mc-preloader
{
width: 189px;
} .vc_col-sm-4 .gallery-2-columns .gallery-box .mc-preloader
{
height: 126px;
}
.vc_col-sm-10 .gallery-3-columns .gallery-box, .vc_col-sm-10 .gallery-3-columns .mc-preloader
{
width: 320px;
} .vc_col-sm-10 .gallery-3-columns .gallery-box .mc-preloader
{
height: 213.133px;
}
.vc_col-sm-10 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 350px;
}
.vc_col-sm-9 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 295px;
}
.vc_col-sm-8 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 245px;
}
.vc_col-sm-6 .gallery-item-details-list .details-box .controls,
.vc_col-sm-4 .gallery-item-details-list .details-box .controls,
.vc_col-sm-3 .gallery-item-details-list .details-box .controls,
.vc_col-sm-2 .gallery-item-details-list .details-box .controls
{
position: static;
float: left;
margin-bottom: 15px;
}
.vc_col-sm-6 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header,
.vc_col-sm-4 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header,
.vc_col-sm-3 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header,
.vc_col-sm-2 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
clear: both;
max-width: 100%;
}
.vc_col-sm-3 .controls li.separator
{
margin: 0 10px;
}
.gallery-2-columns.dm_pagination .gallery-box-1,
.gallery-2-columns.dm_pagination .gallery-box-2,
.gallery-3-columns.dm_pagination .gallery-box-1,
.gallery-3-columns.dm_pagination .gallery-box-2,
.gallery-3-columns.dm_pagination .gallery-box-3,
.gallery-4-columns.dm_pagination .gallery-box-1,
.gallery-4-columns.dm_pagination .gallery-box-2,
.gallery-4-columns.dm_pagination .gallery-box-3,
.gallery-4-columns.dm_pagination .gallery-box-4,
.gallery-2-columns.dm_simple .gallery-box-1,
.gallery-2-columns.dm_simple .gallery-box-2,
.gallery-3-columns.dm_simple .gallery-box-1,
.gallery-3-columns.dm_simple .gallery-box-2,
.gallery-3-columns.dm_simple .gallery-box-3,
.gallery-4-columns.dm_simple .gallery-box-1,
.gallery-4-columns.dm_simple .gallery-box-2,
.gallery-4-columns.dm_simple .gallery-box-3,
.gallery-4-columns.dm_simple .gallery-box-4
{
margin-top: 0;
}
.vc_col-sm-3 .gallery-2-columns.dm_pagination .gallery-box-2,
.vc_col-sm-2 .gallery-2-columns.dm_pagination .gallery-box-2,
.vc_col-sm-4 .gallery-3-columns.dm_pagination .gallery-box-2,
.vc_col-sm-4 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-3 .gallery-3-columns.dm_pagination .gallery-box-2,
.vc_col-sm-3 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-2 .gallery-3-columns.dm_pagination .gallery-box-2,
.vc_col-sm-2 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-9 .gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-8 .gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-6 .gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-6 .gallery-4-columns.dm_pagination .gallery-box-3,
.vc_col-sm-4 .gallery-4-columns.dm_pagination .gallery-box-2,
.vc_col-sm-4 .gallery-4-columns.dm_pagination .gallery-box-3,
.vc_col-sm-4 .gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-3 .gallery-4-columns.dm_pagination .gallery-box-2,
.vc_col-sm-3 .gallery-4-columns.dm_pagination .gallery-box-3,
.vc_col-sm-3 .gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-2 .gallery-4-columns.dm_pagination .gallery-box-2,
.vc_col-sm-2 .gallery-4-columns.dm_pagination .gallery-box-3,
.vc_col-sm-2 .gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-3 .gallery-2-columns.dm_simple .gallery-box-2,
.vc_col-sm-2 .gallery-2-columns.dm_simple .gallery-box-2,
.vc_col-sm-4 .gallery-3-columns.dm_simple .gallery-box-2,
.vc_col-sm-4 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-3 .gallery-3-columns.dm_simple .gallery-box-2,
.vc_col-sm-3 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-2 .gallery-3-columns.dm_simple .gallery-box-2,
.vc_col-sm-2 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-9 .gallery-4-columns.dm_simple .gallery-box-4,
.vc_col-sm-8 .gallery-4-columns.dm_simple .gallery-box-4,
.vc_col-sm-6 .gallery-4-columns.dm_simple .gallery-box-4,
.vc_col-sm-6 .gallery-4-columns.dm_simple .gallery-box-3,
.vc_col-sm-4 .gallery-4-columns.dm_simple .gallery-box-2,
.vc_col-sm-4 .gallery-4-columns.dm_simple .gallery-box-3,
.vc_col-sm-4 .gallery-4-columns.dm_simple .gallery-box-4,
.vc_col-sm-3 .gallery-4-columns.dm_simple .gallery-box-2,
.vc_col-sm-3 .gallery-4-columns.dm_simple .gallery-box-3,
.vc_col-sm-3 .gallery-4-columns.dm_simple .gallery-box-4,
.vc_col-sm-2 .gallery-4-columns.dm_simple .gallery-box-2,
.vc_col-sm-2 .gallery-4-columns.dm_simple .gallery-box-3,
.vc_col-sm-2 .gallery-4-columns.dm_simple .gallery-box-4
{
margin-top: 30px;
}
.style-light .gallery-box .description
{
text-align: left;
background: transparent;
padding: 0;
margin-top: 29px;
}
.style-light .gallery-box:hover .description
{
background: transparent;
}
.style-light .gallery-box h4
{
font-size: 24px;
}
.style-light .gallery-box:hover h4
{
color: #000;
}
.style-light .gallery-box h5,
.style-light .gallery-box:hover h5
{
color: #8C9DAD;
}
.style-light .gallery-box h5
{
font-size: 16px;
margin-top: 8px;
}
.style-light .gallery-box .item-details
{
font-size: 16px;
text-align: left;
border-bottom: none;
padding-bottom: 0;
}
.style-light .gallery-box .item-details
{
padding: 20px 0;
} .vc_row .small-slider .image-carousel img
{
width: 100%;
height: auto;
}
.wpb_column .small-slider.gallery-box
{
width: 100%;
margin-top: 0;
} .photostream
{ clear: both;
margin-top: 20px;
}
.wpb_column .photostream .gallery-box
{
float: left;
width: auto;
margin-top: 10px;
margin-left: 10px;
}
.photostream .gallery-box img
{
display: block;
width: auto;
height: auto; }
.photostream.default .gallery-box img
{
width: 90px;
height: 90px;
}
.vc_col-sm-12 .photostream.default .gallery-box img,
.vc_col-sm-10 .photostream.default .gallery-box img,
.vc_col-sm-9 .photostream.default .gallery-box img,
.vc_col-sm-3 .photostream.default .gallery-box img,
.vc_col-sm-2 .photostream.default .gallery-box img
{
width: 100px;
height: 100px;
}
.vc_col-sm-12 .photostream .gallery-box:nth-child(11n+1)
{
margin-left: 0;
}
.vc_col-sm-10 .photostream .gallery-box:nth-child(9n+1)
{
margin-left: 0;
}
.vc_col-sm-9 .photostream .gallery-box:nth-child(8n+1)
{
margin-left: 0;
}
.vc_col-sm-8 .photostream .gallery-box:nth-child(8n+1)
{
margin-left: 0;
}
.vc_col-sm-6 .photostream .gallery-box:nth-child(6n+1)
{
margin-left: 0;
}
.vc_col-sm-4 .photostream .gallery-box:nth-child(4n+1)
{
margin-left: 0;
}
.vc_col-sm-3 .photostream .gallery-box:nth-child(2n+1)
{
margin-left: 0;
}
.vc_col-sm-2 .photostream .gallery-box
{
margin-left: 0;
} .mc-gallery.horizontal-carousel
{
transition: none;
-webkit-transition: none;
-moz-transition: none;
}
.mc-gallery.horizontal-carousel li.gallery-box
{
float: left;
margin-right: 30px;
}
.mc-gallery.horizontal-carousel li.gallery-box img
{
display: block;
} .image-carousel li
{
float: left;
}
.single .post-content .image-carousel li
{
padding: 0;
line-height: 1;
}
.single .post-content .image-carousel li::before
{
content: none;
display: none;
margin: 0;
} .caroufredsel-wrapper-testimonials
{
width: 830px !important;
left: 200px !important;
}
.vc_col-sm-8 .caroufredsel-wrapper-testimonials
{
width: 710px !important;
left: 50px !important;
}
.testimonials li.vc_col-sm-12
{
width: 830px;
padding: 0 50px;
margin: 0;
text-align: center;
}
.testimonials .sentence
{
margin-top: 19px;
}
.testimonials li.vc_col-sm-12 .sentence
{
font-size: 24px;
margin-top: 37px;
}
.testimonials li.vc_col-sm-12 .sentence::after
{
display: block;
content: "";
background: #FFF;
width: 50px;
height: 1px;
margin: 45px auto 13px;
}
.testimonials li.vc_col-sm-12 .sentence-author
{
margin-top: 0;
}
.testimonials li.vc_col-sm-6
{
margin-top: 26px;
}
.testimonials.grey li.vc_col-sm-12 .sentence::after
{
background: #E5E5E5;
}
.site-container .horizontal-carousel.testimonials .vc_col-sm-6
{
margin-left: 0;
margin-right: 30px;
}
.testimonials li::before
{
color: #E5E5E5;
font-size: 32px;
}
.testimonials.white li::before
{
color: #FFF;
}
.white .header-right a.scrolling-list-control-right
{
border-left: none;
margin-left: 0;
}
.white .header-right a.scrolling-list-control-right:hover
{
border-left: 1px solid #FFF;
margin-left: -1px;
}
.white .header-right a.scrolling-list-control-left,
.white .header-right a.scrolling-list-control-right
{
border-color: rgba(255, 255, 255, 0.6);
}
.white .header-right a.scrolling-list-control-left:hover,
.white .header-right a.scrolling-list-control-right:hover
{
border-color: #FFF;
}
.white .header-right a.scrolling-list-control-left::before,
.white .header-right a.scrolling-list-control-right::before
{
color: #FFF;
}
.bottom-controls.scrolling-controls
{
position: absolute;
width: 100%;
bottom: 0;
}
.bottom-controls.scrolling-controls .header-right
{
float: none;
width: 69px;
margin-left: auto;
margin-right: auto;
}
.testimonials li.vc_col-sm-12 .sentence-author
{
float: none;
display: inline-block;
}
.vc_row.full-width>.vc_col-sm-6 .caroufredsel-wrapper-testimonials
{
width: calc(100% - 290px) !important;
left: 0px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_row.full-width>.vc_col-sm-6 .testimonials li.vc_col-sm-12
{
width: 660px;
padding: 0;
}
.vc_row.full-width>.vc_col-sm-6 .testimonials li.vc_col-sm-12 .sentence
{
font-size: 16px;
line-height: 36px;
font-weight: 400;
font-style: normal;
}
.vc_row.full-width>.vc_col-sm-6 .testimonials li.vc_col-sm-12 .sentence::after
{
margin: 32px auto 21px;
} .side-image,
body .side-widget
{
position: absolute;
}
.side-image.vc_align_right
{
top: 0;
right: 0;
}
body .site-container .wpb_single_image.side-image-static
{
margin-bottom: 70px;
}
body .wpb_tab .wpb_single_image
{
margin-bottom: 0;
}
.side-image-bottom
{
margin-top: -50px;
}
.side-image-right
{
margin-right: 60px;
}
.side-image.side-image-right
{
top: auto;
margin-top: -30px;
}
.side-image.side-image-flower
{
top: 25px;
left: -115px;
}
.side-image.side-image-flower-2
{
top: -50px;
left: -50px;
}
body .side-widget
{
margin-top: -70px;
right: 30px;
margin-left: 0;
margin-right: 0;
}
.padding-right-30.wpb_column>.vc_column-inner>.wpb_wrapper
{
position: relative;
}
.custom-position-image.wpb_single_image img
{
max-width: none;
margin-left: -80px;
margin-bottom: -75px;
} #fancybox-title-inside
{
margin-top: -2px;
text-align: left;
color: #666;
}
#fancybox-title-inside a
{
font-size: 12px;
color: #000;
} .services-list .vc_row.wpb_row.vc_row-fluid
{
background: transparent;
padding: 0;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
border: none;
}
.services-list .vc_row.wpb_row.vc_row-fluid:first-child
{
margin-top: 0;
}
.services-list li
{
float: left;
width: 410px;
}
.services-list .service-details
{
position: relative;
padding-bottom: 36px;
border-right: 1px solid #E5E5E5;
background: #F0F0F0;
}
.services-list ul li:last-child .service-details,
.services-list.single .service-details
{
border-right: none;
}
.services-list img
{
display: block;
max-width: 100%;
height: auto;
} .services-list h4
{
font-size: 18px;
line-height: 1.5;
font-weight: 600;
letter-spacing: 1px;
padding: 32px 40px 0;
}
.services-list h4 a
{
-webkit-transition: color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s;
transition: color 0.2s ease 0s;
}
.services-list p
{ padding: 17px 40px 0;
}
.services-list.services-spacing li li
{
width: 390px;
margin-left: 30px;
}
.services-list.services-spacing li li:first-child
{
margin-left: 0;
}
.services-list.services-spacing .service-details
{
border: none;
}
.services-list.services-icons .vc_row
{
margin-top: 30px;
}
.services-list.services-icons .vc_row:first-child
{
margin-top: 0;
}
.services-list.services-icons li
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
width: 600px;
padding: 30px 40px;
background: #FFF;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.services-list.services-items-border.services-icons li
{
border: 1px solid #E2E6E7;
background: transparent;
}
.services-list.services-icons li:nth-child(even)
{
margin-left: 30px;
}
.services-list li .service-icon::before
{
font-size: 48px;
color: #42B3E5;
}
.services-list.services-icons li>a:hover
{
text-decoration: none;
}
.services-list.services-icons li .service-content
{
margin-left: 37px;
padding-left: 40px;
border-left: 1px solid #E5E5E5;
}
.services-list.services-icons li h4
{
padding: 0;
}
.services-list.services-icons li h4,
.services-list.services-icons li p
{
text-align: left;
}
.services-list.services-icons li p
{
padding: 16px 0 7px;
}
.services-list.services-icons li h4.box-header::after
{
margin-left: 0;
margin-right: 0;
} .contact-data li
{
display: table;
width: 100%;
color: #666;
background: #F0F0F0;
}
.contact-data li[class^="social-"],
.contact-data li[class*=" social-"]
{
font-family: 'social';
}
.contact-data li[class^="template-"],
.contact-data li[class*=" template-"]
{
font-family: 'template';
}
.contact-data li[class^="social-"],
.contact-data li[class*=" social-"],
.contact-data li[class^="template-"],
.contact-data li[class*=" template-"]
{
font-size: 16px;
color: #AAA;
}
.contact-data li::before
{
display: table-cell;
width: 75px;
text-align: center;
font-size: 16px;
color: #AAA;
border-right: 1px solid #E5E5E5;
}
.contact-data li:nth-child(even)
{
background: transparent;
}
.contact-data li .value
{
font-family: 'Open Sans', 'Arial', sans-serif;
font-size: 14px;
color: #666;
display: table-cell;
vertical-align: middle;
padding: 13px 30px 13px 20px;
line-height: 1.71429;
}
.footer .contact-data li
{
background: transparent;
color: #BAC0C5;
}
.footer .widget .contact-data li .value
{
display: table-cell;
color: #BAC0C5;
padding: 10px 0 10px 15px;
}
.footer .widget .contact-data li::before
{
display: table-cell;
width: 16px;
text-align: left;
border: none;
color: #BAC0C5;
vertical-align: text-top;
padding-top: 15px;
}
.vc_col-sm-2 .contact-data li
{
display: block;
word-wrap: break-word;
}
.vc_col-sm-2 .contact-data li .value
{
display: block;
padding: 13px 20px;
}
.vc_col-sm-2 .contact-data li::before
{
display: none;
}
.vc_col-sm-3 .contact-data li::before
{	
width: 65px;
}
.vc_col-sm-3 .contact-data li .value
{
padding: 13px 20px;
} .footer-banner-box-container
{
position: relative;
display: block;
display: flex;
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
}
.footer-banner-box-container .footer-banner-box:nth-child(3n+1)
{
z-index: 3;
background: #42B3E5;
}
.footer-banner-box-container .footer-banner-box:nth-child(3n+2)
{
background: #0384CE;
}
.footer-banner-box-container .footer-banner-box:nth-child(3n+3)
{
z-index: 1;
background: #3156A3;
}
.footer-banner-box
{
float: left;
width: 350px;
padding: 36px 30px 31px;
list-style: none;
z-index: 2;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.footer-banner-box::before
{
float: left;
color: #FFF;
font-size: 48px;
margin-right: 30px;
}
body div.wpb_widgetised_column li.footer-banner-box::before
{
display: block !important;
}
.footer-banner-box h2
{
font-family: 'Open Sans', Arial, sans-serif;
font-size: 14px;
}
.footer-banner-box h2,
.footer-banner-box h2 a
{
color: #FFF;
}
.footer-banner-box a
{
transition: color 0.2s ease 0s;
-webkit-transition: color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s;
}
.footer .footer-banner-box a:hover
{
text-decoration: none;
color: rgba(255, 255, 255, 0.7);
}
.footer-banner-box p
{
font-family: 'Source Sans Pro', 'Arial', sans-serif;
font-weight: 300;
font-size: 30px;
line-height: 1.4;
padding: 0;
color: #FFF;
}
.footer-banner-box p.content-margin
{
margin-left: 78px;
}
.footer-banner-box .more
{
float: none;
display: inline-block;
font-size: 14px;
font-family: 'Open Sans', 'Arial', sans-serif;
margin-top: 26px;
}
.footer-banner-box .more.light
{
color: #FFF;
}
.footer-banner-box .more.light:hover
{
background-color: #FFF;
color: #000;
border-color: #FFF;
} .footer-box-container
{
margin-top: 50px;
}
.footer-box-container,
.footer-box-container p
{
color: #BAC0C5;
}
.footer_box
{
float: left;
width: 410px;
padding-right: 30px;
color: #BAC0C5;
}
.footer_box.last,
.footer_box:last-child
{
padding-right: 0;
} .copyright-area-container
{
background: #151515;
color: #BAC0C5;
}
.copyright-area-container a
{
color: #FFF;
}
.copyright-area
{
padding: 30px 0;
}
.copyright-text
{
float: left;
} .menu-footer-menu-container
{
float: right;
}
.footer-menu
{
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu li
{
float: left;
margin-left: 20px;
}
.footer-menu li:first-child
{
margin-left: 0;
} .mc-appointment-widget .contact-data,
.mc-appointment-widget .appointment-content
{
margin-top: 30px;
}
.mc-appointment-widget .info
{
padding: 0;
}
.mc-appointment-widget .sentence
{
margin-top: 42px;
}
.widget_archive ul,
.widget_archive select
{
margin-top: 30px;
}
.widget_archive li
{
font-size: 12px;
line-height: 1;
margin-top: 10px;
}
.widget_archive li:first-child
{
margin-top: 0;
}
.widget_archive li a
{
display: block;
color: #666;
padding: 13px 15px 14px;
text-transform: uppercase;
transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
-webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
}
.widget_archive li a:hover
{
background: #42B3E5;
border-color: #42B3E5;
color: #FFF;
} .mc-preloader
{
display: block;
height: 150px;
background: url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/preloader.gif) no-repeat center center;
}
.mc-preloader.pagination-preloader
{
display: none;
float: right;
width: 25px;
height: 41px;
margin-right: 10px;
}
.horizontal-carousel,
.image-carousel,
.image-carousel img,
.post-content a.post-image img,
.services-list a>img
{
display: none;
}
.vc_editor .image-carousel img,
.vc_editor .post-content a.post-image img
{
display: block;
} .page-template-404 .theme-page,
.error404 .theme-page
{
box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.07) inset;
}
.page-template-404 .theme-page .mc-icon,
.error404 .theme-page .mc-icon
{
font-size: 144px;
color: #E5E5E5;
}
.page-template-404 .theme-page p,
.error404 .theme-page p
{
font-size: 16px;
} body .vc_progress_bar .vc_single_bar
{
clear: both;
width: calc(100% - 51px);
margin-bottom: 74px;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
body .vc_progress_bar .vc_single_bar .vc_bar
{
position: relative;
float: left;
height: 2px;
background: #42B3E5;
margin-top: 18px;
z-index: 3;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-transition: width 1.5s ease 0s;
-webkit-transition: width 1.5s ease 0s;
transition: width 1.5s ease 0s;
}
body .vc_progress_bar .vc_single_bar::after
{
content: "";
position: absolute;
width: calc(100% + 51px);
height: 2px;
background: #E5E5E5;
left: 0;
margin-top: 18px;
}
body .vc_progress_bar .vc_single_bar .vc_bar+.vc_label_units
{
position: absolute;
float: left;
top: 24px;
width: 51px;
text-align: center;
padding: 12px 0 14px;
background: #42B3E5;
color: #FFF;
z-index: 2;
}
body .site-container .vc_progress_bar .vc_general.vc_single_bar .vc_label
{
font-family: 'Source Sans Pro', 'Arial', sans-serif;
font-size: 16px;
color: #000;
letter-spacing: 1px;
padding: 0;
text-shadow: none;
} .icons-presentation .mc-icon,
.icons-presentation .hexagon
{
margin-right: 30px;
margin-top: 30px;
}
.icons-presentation .hexagon
{
margin-top: 55.11px;
}
.icons-presentation .hexagon.small
{
margin-top: 49.34px;
}
.icons-presentation .icon-single[class^="social-"], 
.icons-presentation .icon-single[class*=" social-"]
{
margin-right: 10px;
}
.page-margin-top,
.page_margin_top,
.single .post-content h2.page-margin-top, .single .post-content h3.page-margin-top, .single .post-content h4.page-margin-top, .single .post-content h5.page-margin-top,
.single .post-content h2.page_margin_top, .single .post-content h3.page_margin_top, .single .post-content h4.page_margin_top, .single .post-content h5.page_margin_top
{
margin-top: 50px;
}
.page-margin-top-section,
.page_margin_top_section,
.single .post-content h2.page-margin-top-section, .single .post-content h3.page-margin-top-section, .single .post-content h4.page-margin-top-section, .single .post-content h5.page-margin-top-section,
.single .post-content h2.page_margin_top_section, .single .post-content h3.page_margin_top_section, .single .post-content h4.page_margin_top_section, .single .post-content h5.page_margin_top_section
{
margin-top: 70px;
}
.page-margin-top-section-vlarge
{
margin-top: 100px;
}
.post-password-form.vc_row
{
float: none;
}
.top-hint
{
position: relative;
float: right;
color: #FFF;
background-color: #42B3E5;
padding: 13px 15px;
top: -53px;
right: 50px;
}
.scroll-top.animated-element
{
position: fixed;
visibility: hidden;
display: block;
width: 35px;
height: 25px;
padding: 5px 0;
background: rgba(0, 0, 0, 0.4);
right: 20px;
bottom: 20px;
text-align: center;
z-index: 2;
transition: background 0.2s ease 0s;
-webkit-transition: background 0.2s ease 0s;
-moz-transition: background 0.2s ease 0s;
}
.scroll-top::before
{
font-size: 25px;
color: #FFF;
}
.scroll-top:hover
{
background: #42B3E5;
}
.scroll-top.fadeIn
{	
visibility: visible !important;
animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);		
animation-name: fadeInScrollTop;
-webkit-animation-name: fadeInScrollTop;	
}
@keyframes fadeInScrollTop 
{
0% 
{
opacity: 0;
}
100% 
{
opacity: 1;
}
}
@-webkit-keyframes fadeInScrollTop 
{
0% 
{
opacity: 0;
}
100% 
{
opacity: 1;
}
} .scrolling-list li a:hover .left
{
color: #000;
}
.header-right a.scrolling-list-control-left, 
.header-right a.scrolling-list-control-right,
.pagination li a,
.pagination li>span,
.categories li a,
.widget_categories li a,
.widget_tag_cloud a,
.widget_archive li a,
.scrolling-list li .number
{
border: 1px solid #E5E5E5;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.footer .header-right a.scrolling-list-control-left, 
.footer .header-right a.scrolling-list-control-right
{
border-color: #4E545D;
}
.footer .header-right a.scrolling-list-control-left:hover, 
.footer .header-right a.scrolling-list-control-right:hover
{
border-color: #42B3E5;
color: #fff;
}
.header-right a.scrolling-list-control-left:hover, 
.header-right a.scrolling-list-control-right:hover,
.tabs-navigation li a:hover,
.tabs-navigation li a.selected,
.tabs-navigation li.ui-tabs-active a,
.scrolling-list li a:hover .number
{
border-color: #42B3E5;
color: #000;
}
.post-footer-details li a:hover,
#cancel_comment:hover
{
color: #3156A3;
}
.sf-menu a:hover,
.gallery-box .controls a,
.controls .prev:hover, 
.controls .next:hover,
.controls .close:hover,
.comments-number:hover,
.scrolling-controls .scrolling-list-control-left:hover, 
.scrolling-controls .scrolling-list-control-right:hover,
.home-box #upcoming_class_prev:hover, 
.home-box #upcoming_class_next:hover,
.social-icons li a:hover,
.icon-single[class^="social-"]:hover,
.icon-single[class*=" social-"]:hover,
a.hexagon,
a.circle,
.pagination li a:hover,
.tabs-navigation li a:hover,
.footer .social-icons a:hover,
#fancybox-title-inside a,
.thin-list a,
.thin_list a,
.icons-list a,
.top_header_icons a,
.scroll-top:hover,
.categories li a:hover, 
.widget_categories li a:hover,
.widget_tag_cloud a:hover,
.widget_archive li a:hover,
.notification-box .nb-close:hover
{
text-decoration: none;
}
.footer a:hover,
.post-content h2 a:hover,
.footer-banner-box a:hover,
.timetable .event a:hover,
.items-list li a:hover,
.item-content .text h3 a:hover,
.scrolling-list li a:hover .left,
#fancybox-title-inside a:hover,
.thin-list a:hover,
.thin_list a:hover
{
text-decoration: underline;
}
.post-content .post-title a:hover,
.item-content .text h2 a:hover,
.services-list h4 a:hover
{
text-decoration: none;
color: rgba(0,0,0,0.6);
} .rev_slider h1,
.rev_slider h2
{
font-size: 60px;
font-weight: 200;
line-height: 70px;
color: #FFFFFF;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.rev_slider h1 strong,
.rev_slider h2 strong,
.rs-layer.slider-heading strong
{
font-weight: 700;
color: #FFF;
}
.rev_slider p
{
padding: 0;
line-height: 1.5;
font-family: "Source Sans Pro";
font-size: 24px;
color: #FFFFFF;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.rev_slider h1 a, 
.rev_slider h2 a, 
.rev_slider p a
{
position: relative;
color: #FFF;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.rs-layer.slider-heading,
.rs-layer.slider-subheading,
.rs-layer.more
{
margin-top: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.rs-layer.slider-heading a,
.rs-layer.slider-subheading a
{
position: relative;
color: #FFF;
text-decoration: none;
}
.rs-layer.more
{
width: auto !important;
}
.rev_slider h1 a:hover,
.rev_slider h2 a:hover,
.rev_slider p a:hover
{
color: #FFF;
}
.rs-layer.slider-heading.mc-colored a
{
color: #42B3E5;
}
.rev_slider h1 a::after,
.rev_slider h2 a::after,
.rev_slider p a::after,
.rs-layer.slider-heading a::after,
.rs-layer.slider-subheading a::after
{
position: absolute;
content: "";
width: 0px;
height: 1px;
left: 0;
bottom: 0;
background: rgba(255,255,255,0.5);
display: block;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
}
.rs-layer.slider-heading.mc-colored ::after
{
background: #42B3E57F;
}
.rs-layer.more.template-arrow-horizontal-1-after::after
{
margin-left: 5px;
}
.rev_slider p a::after,
.rs-layer.slider-subheading a::after
{
bottom: -2px;
}
.rev_slider h1 a:hover::after,
.rev_slider h2 a:hover::after,
.rev_slider p a:hover::after,
.rs-layer.slider-heading a:hover::after,
.rs-layer.slider-subheading a:hover::after
{
width: 100%;
} .clearfix.has-gutenberg-blocks>*
{
width: 1230px;
margin-left: auto;
margin-right: auto;
}
.has-gutenberg-blocks .alignfull
{
width: 100%;
}
.has-gutenberg-blocks .alignleft
{
width: auto;
margin-left: calc((100% - 1230px) / 2);
margin-right: 30px;
}
.has-gutenberg-blocks .alignright
{
width: auto;
margin-left: 30px;
margin-right: calc((100% - 1230px) / 2);
}
.has-gutenberg-blocks .alignwide
{
width: 1400px;
}
.has-gutenberg-blocks h1,
.has-gutenberg-blocks h2,
.has-gutenberg-blocks h3,
.has-gutenberg-blocks h4,
.has-gutenberg-blocks h5,
.has-gutenberg-blocks h6,
.has-gutenberg-blocks .wp-block-preformatted,
.has-gutenberg-blocks .wp-block-verse,
.has-gutenberg-blocks .wp-block-table,
.has-gutenberg-blocks>ol,
.has-gutenberg-blocks>ul,
.has-gutenberg-blocks .wp-block-quote,
.has-gutenberg-blocks .wp-block-columns,
.has-gutenberg-blocks .wp-block-cover.alignfull
{
margin-top: 30px;
}
.has-gutenberg-blocks>p
{
padding: 0;
margin: 30px 0;
}
.has-gutenberg-blocks .wp-block-preformatted,
.has-gutenberg-blocks .wp-block-verse,
.has-gutenberg-blocks p.has-background
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.has-gutenberg-blocks p.has-background
{
padding: 20px 30px;
}
p.wp-block-subhead
{
font-size: 14px;
}
.has-gutenberg-blocks table
{
line-height: 1.8;
}
.has-gutenberg-blocks ul
{
list-style: inside disc;
}
.has-gutenberg-blocks dd,
.has-gutenberg-blocks li
{
margin-bottom: 6px;
line-height: 1.8;
}
.wp-block-table td:first-child, .wp-block-table th:first-child
{
color: #666;
}
body .site-container .clearfix.has-gutenberg-blocks blockquote.wp-block-quote
{
padding-left: 30px;
border-left: 2px solid #3156A3;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-pullquote blockquote
{
border-left: none;
padding-left: 0;
}
.has-gutenberg-blocks .wp-block-quote cite,
.wp-block-pullquote cite
{
display: block;
margin-top: 17px;
}
.has-gutenberg-blocks .wp-block-quote.is-large cite
{
font-size: 18px;
margin-top: 23px;
}
.wp-block-button__link
{
line-height: 1.8;
}
.has-gutenberg-blocks .aligncenter
{
text-align: center;
clear: both;
}
.has-medicenter-light-blue-color
{ 
color: #42B3E5;
}
.has-medicenter-light-blue-background-color
{
background-color: #42B3E5;
}
.has-medicenter-dark-blue-color 
{ 
color: #3156A3;
}
.has-medicenter-dark-blue-background-color
{
background-color: #3156A3;
}
.has-medicenter-blue-color 
{ 
color: #0384CE;
}
.has-medicenter-blue-background-color
{
background-color: #0384CE;
}
.has-medicenter-green-color 
{ 
color: #7CBA3D;
}
.has-medicenter-green-background-color
{
background-color: #7CBA3D;
}
.has-medicenter-orange-color 
{ 
color: #FFA800;
}
.has-medicenter-orange-background-color
{
background-color: #FFA800;
}
.has-medicenter-red-color 
{ 
color: #F37548;
}
.has-medicenter-red-background-color
{
background-color: #F37548;
}
.has-medicenter-turquoise-color 
{ 
color: #00B6CC;
}
.has-medicenter-turquoise-background-color
{
background-color: #00B6CC;
}
.has-medicenter-violet-color 
{ 
color: #9187C4;
}
.has-medicenter-violet-background-color
{
background-color: #9187C4;
} .wpb_row *,
.wpb_row *::before,
.wpb_row *::after 
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpb_row::before,
.wpb_row::after 
{
content: " ";
display: table;
}
.wpb_row::after 
{
clear: both;
}
.vc_row .vc_column_container > .vc_column-inner
{
padding: 0;
}
body .vc_row
{
margin-left: 0;
margin-right: 0;
}
.site-container .wpb_row
{
margin-bottom: 0;
}
.site-container .vc_row::after
{
font-size: 0px;
content: ".";
display: block;
height: 0px;
visibility: hidden;
clear: both;
}
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row
{
width: 1230px;
max-width: 100%;
}
.site-container .vc_row.full-width,
body .site-container .vc_row.full-width .wpb_column .vc_row.full-width
{
width: 100%;
}
body .wpb_widgetised_column,
body .wpb_content_element, body ul.wpb_thumbnails-fluid > li, body .last_toggle_el_margin, body .wpb_button,
body .wpb_tab .wpb_content_element
{
margin-bottom: 0;
}
.wpb_widgetised_column .wpb_wrapper > ul
{
padding: 0;
}
.wpb_separator.wpb_content_element,
.vc_text_separator.wpb_content_element
{
border-color: #E5E5E5;
margin-bottom: 0;
height: auto;
}
.vc_text_separator.wpb_content_element
{
position: static;
top: 0;
}
.vc_separator.wpb_content_element.vc_sep_color_grey .vc_sep_line
{
border-color: #E5E5E5;
}
.vc_row [class*="vc_col-sm"]
{
float: left;
margin-left: 30px;
min-height: auto;
padding-left: 0;
padding-right: 0;
}
.vc_row [class*="vc_col-sm"]:first-child,
.vc_row .vc_container-anchor+[class*="vc_col-sm"],
.site-container .vc_row.full-width>.wpb_column.column-limited>.wpb_wrapper>.vc_row
{
margin-left: 0;
}
.site-container .vc_row.full-width>.wpb_column.column-limited:first-child>.wpb_wrapper>.vc_row
{
margin-left: auto;
margin-right: 0;
}
.vc_row .vc_col-sm-12 
{
width: 100%;
}
.vc_row .vc_col-sm-10 
{
width: 1020px;
}
.vc_row .vc_col-sm-9 
{
width: 915px;
}
.vc_row .vc_col-sm-8 
{
width: 810px;
}
.vc_row .vc_col-sm-6
{
width: 600px;
}
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
width: 615px;
}
.vc_row .vc_col-sm-4,
.vc_col-sm-8 .vc_col-sm-6
{
width: 390px;
}
.vc_row .vc_col-sm-3,
.vc_col-sm-6 .vc_col-sm-6
{
width: 285px;
}
.vc_col-sm-10 .vc_col-sm-8
{
width: 660px;
}
.vc_col-sm-10 .vc_col-sm-4
{
width: 330px;
}
.vc_col-sm-9 .vc_col-sm-8
{
width: 590px;
}
.vc_col-sm-9 .vc_col-sm-4
{
width: 285px;
}
.vc_col-sm-8 .vc_col-sm-9
{
width: 600px;
}
.vc_col-sm-6 .vc_col-sm-8
{
width: 380px;
}
.vc_col-sm-6 .vc_col-sm-4
{
width: 190px;
}
.vc_col-sm-4 .vc_col-sm-8
{
width: 240px;
}
.vc_col-sm-4 .vc_col-sm-4
{
width: 120px;
}
.vc_row .vc_col-sm-2,
.vc_col-sm-4 .vc_col-sm-6,
.vc_col-sm-8 .vc_col-sm-3
{
width: 180px;
}
.vc_row .vc_col-sm-1\/5
{
width: 222px;
}
.vc_row .vc_col-sm-2\/5
{
width: 474px;
}
.vc_row .vc_col-sm-3\/5
{
width: 726px;
}
.vc_row .vc_col-sm-4\/5
{
width: 978px;
}
.vc_col-sm-9 .vc_col-sm-1\/5
{
width: 159px;
}
.wpb_single_image figure.vc_figure
{
display: block;
}
.vc_btn-content
{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}  .vc_col-sm-8 .vc_col-sm-8
{
width: 520px;
}
.vc_col-sm-10 .vc_col-sm-6
{
width: 495px;
}
.vc_col-sm-9 .vc_col-sm-6
{
width: 442px;
}
.vc_col-sm-8 .vc_col-sm-4
{
width: 250px;
}
.vc_col-sm-12 .comment-form .vc_col-sm-6
{
width: 530px;
}
.vc_col-sm-10 .comment-form .vc_col-sm-6
{
width: 425px;
}
.vc_col-sm-9 .comment-form .vc_col-sm-6
{
width: 372px;
}
.vc_col-sm-8 .comment-form .vc_col-sm-6
{
width: 320px;
}
.vc_col-sm-6 .comment-form .vc_col-sm-6
{
width: 215px;
}
.vc_row .vc_col-sm-3 .wpb_column,
.vc_row .vc_col-sm-2 .wpb_column
{
width: 100%;
margin-top: 40px;
margin-left: 0;
}
.vc_row .vc_col-sm-3 .wpb_column:first-child,
.vc_row .vc_col-sm-2 .wpb_column:first-child
{
margin-top: 0;
}
.site-container .vc_row.full-width>.vc_col-sm-6 .vc_col-sm-3:first-child,
.site-container .vc_row.full-width>.vc_col-sm-6 .vc_col-sm-4:first-child,
.site-container .vc_row.full-width>.vc_col-sm-6 .vc_col-sm-6:first-child
{
margin-left: 0;
}
.site-container .vc_row.full-width>.vc_col-sm-8
{
width: 66.66666%;
}
.site-container .vc_row.full-width>.vc_col-sm-6
{
width: 50%;
margin: 0;
}
.site-container .vc_row.full-width>.vc_col-sm-4
{
width: 33.33333%;
}
.site-container .vc_row.full-width>.vc_col-sm-2
{
width: 16.66666%;
}
.site-container .vc_row.full-width>.vc_col-sm-6 .vc_col-sm-6
{
width: 48%;
}
.site-container .vc_row.full-width>.vc_col-sm-6 .vc_col-sm-4
{
width: 30%;
}
.site-container .vc_row.full-width>.wpb_column
{
margin: 0;
}
.site-container .vc_row.full-width>.vc_col-sm-6 .vc_col-sm-4
{
margin-left: 5%;
}
.site-container .vc_row.full-width>.vc_col-sm-6 .vc_col-sm-6
{
margin-left: 4%;
}
.site-container .vc_row.full-width>.vc_col-sm-6 .vc_col-sm-6 p a,
.site-container .vc_row.full-width>.vc_col-sm-6 .vc_col-sm-4 p a
{
word-wrap: break-word;
} .wpb_column .home-box-container
{
float: none;
}
.wpb_column .home-box
{
width: 100%;
height: auto;
} .vc_row .vc_col-sm-12 .post-content
{
width: 1090px;
}
.vc_row .vc_col-sm-10 .post-content
{
width: 880px;
}
.vc_row .vc_col-sm-9 .post-content
{
width: 775px;
}
.vc_row .vc_col-sm-8 .post-content
{
width: 670px;
}
.vc_row .vc_col-sm-6 .post-content
{
width: 460px;
}
.vc_row .vc_col-sm-4 .post-content
{
width: 250px;
}
.vc_row .columns .blog .post-content,
.vc_row .columns .post-content .gallery-box,
.vc_row .columns .post-content a.post-image img,
.vc_row .columns .post-content .image-carousel img,
.vc_row .columns .post-content .image-carousel .mc-preloader,
.vc_row .wpb_column .post-content .gallery-box
{
width: 100%;
} .vc_col-sm-3 .comment-box,
.vc_col-sm-2 .comment-box
{
width: 100%;
margin-bottom: 30px;
margin-right: 0;
}
.vc_col-sm-3 .comment-box li,
.vc_col-sm-2 .comment-box li
{
float: left;
width: auto;
}
.vc_col-sm-3 .comment-box .comments-number,
.vc_col-sm-2 .comment-box .comments-number
{
width: auto;
margin-top: 0;
margin-left: 2px;
}
.vc_col-sm-3 .comments .comment-box .comments-number,
.vc_col-sm-2 .comments .comment-box .comments-number
{
float: left;
width: auto;
margin-left: 0;
}
.vc_col-sm-3 .comments .comment-box .comments-number a,
.vc_col-sm-3 .comment-box .date .value,
.vc_col-sm-2 .comments .comment-box .comments-number a,
.vc_col-sm-2 .comment-box .date .value
{
width: auto;
}
.vc_col-sm-3 .comment-box .date .value,
.vc_col-sm-3 .comment-box .date .arrow-date,
.vc_col-sm-3 .comment-box .comments-number a,
.vc_col-sm-3 .comment-box .arrow-comments,
.vc_col-sm-2 .comment-box .date .value,
.vc_col-sm-2 .comment-box .date .arrow-date,
.vc_col-sm-2 .comment-box .comments-number a,
.vc_col-sm-2 .comment-box .arrow-comments
{
clear: both;
float: none;
}
.vc_col-sm-3 .comment-box .date .arrow-date,
.vc_col-sm-3 .comment-box .arrow-comments,
.vc_col-sm-2 .comment-box .date .arrow-date,
.vc_col-sm-2 .comment-box .arrow-comments
{
left: 0;
right: auto;
}
.vc_col-sm-3 .columns .comment-box .date .value
{
padding: 11px 5px 12px;
} .flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev
{
border: none;
} .vc_carousel .vc_carousel-inner 
{
margin-bottom: 25px !important;
}
.vc_carousel-control .icon-next:before,
.vc_carousel-control .icon-prev:before
{
content: '' !important;
}
.vc_carousel .vc_inner a
{
border: none;
}
.vc_carousel-control.vc_right,
.vc_carousel-control.vc_left
{
border: none;
}
.vc_images_carousel a.vc_carousel-control .icon-next
{
width: 27px;
height: 27px;
background: url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/bg_direction_nav.png) no-repeat 0 0;
background-position: 100% 0;
}
.vc_images_carousel a.vc_carousel-control .icon-prev
{
width: 27px;
height: 27px;
background: url(//www.hausarzt-bader.de/wp-content/themes/medicenter/images/bg_direction_nav.png) no-repeat 0 0;
}
.vc_carousel-indicators 
{
bottom: -30px !important;
} .vc_carousel .link_title, 
.vc_carousel .link_image
{
border: none;
} .vc_col-sm-12 .scrolling-list li .left
{
width: 1190px;
}
.vc_col-sm-10 .scrolling-list li .left
{
width: 980px;
}
.vc_col-sm-8 .scrolling-list li .left
{
width: 770px;
}
.vc_col-sm-6 .scrolling-list li .left
{
width: 560px;
}
.vc_col-sm-4 .scrolling-list li .left
{
width: 350px;
}
.vc_col-sm-3 .scrolling-list li .left
{
width: 245px;
}
.vc_col-sm-2 .scrolling-list li .left
{
width: 140px;
} .vc_row .vc_grid-item.vc_col-sm-3 
{
width: 25%;
}
.vc_row .vc_grid-item[class*="vc_col-sm"] 
{
margin-left: 0;
}
.vc_row .vc_grid-item.vc_col-sm-12
{
width: 100%
}
.vc_row .vc_grid-item.vc_col-sm-11 
{
width: 91.66666667%
}
.vc_row .vc_grid-item.vc_col-sm-10 
{
width: 83.33333333%
}
.vc_row .vc_grid-item.vc_col-sm-9 
{
width: 75%
}
.vc_row .vc_grid-item.vc_col-sm-8 
{
width: 66.66666667%
}
.vc_row .vc_grid-item.vc_col-sm-7 
{
width: 58.33333333%
}
.vc_row .vc_grid-item.vc_col-sm-6 
{
width: 50%
}
.vc_row .vc_grid-item.vc_col-sm-5 
{
width: 41.66666667%
}
.vc_row .vc_grid-item.vc_col-sm-4 
{
width: 33.33333333%
}
.vc_row .vc_grid-item.vc_col-sm-3 
{
width: 25%
}
.vc_row .vc_grid-item.vc_col-sm-2 
{
width: 16.66666667%
}
.vc_row .vc_grid-item.vc_col-sm-1 
{
width: 8.33333333%
}