.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direction: ltr; }
.datepicker-inline {
width: 220px;
}
.datepicker.datepicker-rtl {
direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #ffffff;
}
.datepicker > div {
display: none;
}
.datepicker.days div.datepicker-days {
display: block;
}
.datepicker.months div.datepicker-months {
display: block;
}
.datepicker.years div.datepicker-years {
display: block;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker td,
.datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #eeeeee;
cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background-color: #fde19a;
background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
background-image: linear-gradient(top, #fdd49a, #fdf59a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
border-color: #fdf59a #fdf59a #fbed50;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
color: #000;
}
.datepicker table tr td.today.active:hover {
color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #eeeeee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
background-color: #f3d17a;
background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
background-image: linear-gradient(top, #f3c17a, #f3e97a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
border-color: #f3e97a #f3e97a #edde34;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
background-color: #9e9e9e;
background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
background-image: -o-linear-gradient(top, #b3b3b3, #808080);
background-image: linear-gradient(top, #b3b3b3, #808080);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
border-color: #808080 #808080 #595959;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker table tr td span:hover {
background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #999999;
}
.datepicker th.datepicker-switch {
width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
background: #eeeeee;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
cursor: default;
background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
cursor: pointer;
width: 16px;
height: 16px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 20px;
padding: 4px 5px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
vertical-align: middle;
background-color: #eeeeee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px;
}
.datepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-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;
*border-right-width: 2px;
*border-bottom-width: 2px;
color: #333333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
padding: 4px 5px;
}.clearfix:after {
content: "";
display: table;
clear: both; }
.clearfix {
*zoom: 1; }
form.signup input, form.signup label, form.signup select, form.signup textarea {
margin-top: 4px;
display: inline-block; }
form.signup .col-sm-3 input, form.signup .col-sm-3 label, form.signup .col-sm-3 select, form.signup .col-sm-3 textarea {
width: 100%; }
form.signup ul {
margin: 0;
padding: 0; }
form.signup ul li {
list-style: none; }
form.signup label.error {
color: #e1324f;
padding-bottom: 5px;
display: inline-block; }
.edum-message {
color: #ffffff;
padding: 10px 20px;
margin: 10px 0px; }
.edum-message.info {
background-color: #efefef;
color: #555555; }
.edum-message.warning {
background-color: #f7b235;
color: #000000; }
.edum-message.error {
background-color: #fc575f;
color: #ffffff; }
.edum-message.success {
background-color: #2fc354;
color: #ffffff; }
.calendar {
background-color: #ffffff;
display: inline-block;
padding: 5px;
margin: 10px; }
.calendar .cell {
border-collapse: collapse;
background-color: #efefef;
vertical-align: middle;
text-align: center;
padding: 4px 6px; }
.calendar .cell.empty {
background-color: #dfdfdf; }
.calendar .cell.active {
background-color: #2983ec;
color: #ffffff; }
.edum-panel {
border: 1px solid #DADADA;
background-color: #F9F9F9;
margin: 20px;
padding: 20px;
float: left; } .formbuilder-form {
margin: 0;
padding: 20px;
display: inline-block; }
.formbuilder-form ul {
padding: 0;
margin: 0; }
.formbuilder-form ul li {
list-style: none;
padding: 4px; }
.formbuilder-form ul li:nth-child(even) {
background-color: #ffffff; }
.formbuilder-label {
min-width: 120px;
display: inline-block; } .edum-page-item {
background-color: #E2E2E2;
text-align: center;
padding: 5px;
min-width: 15px;
display: inline-block; }
.edum-page-item.active {
background-color: #2983ec;
color: #ffffff; } .edum-hl-warn {
background-color: #c63e48;
color: #ffffff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
-khtml-border-radius: 50px;
border-radius: 50px;
-webkit-animation: edum-blink-slow 2s infinite;
-moz-animation: edum-blink-slow 2s infinite;
-o-animation: edum-blink-slow 2s infinite;
-ms-animation: edum-blink-slow 2s infinite;
-khtml-animation: edum-blink-slow 2s infinite;
animation: edum-blink-slow 2s infinite;
padding: 5px 10px; }
@keyframes edum-blink-slow {
0% {
background-color: #c63e48; }
50% {
background-color: #f04b55; }
100% {
background-color: #c63e48; } }
@-webkit-keyframes edum-blink-slow {
0% {
background-color: #c63e48; }
50% {
background-color: #f04b55; }
100% {
background-color: #c63e48; } }.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html,
button,
input,
select,
textarea {
color: #222; }
html {
font-size: 1em;
line-height: 1.4; } ::-moz-selection {
background: #b3d4fc;
text-shadow: none; }
::selection {
background: #b3d4fc;
text-shadow: none; } hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0; } audio,
canvas,
img,
video {
vertical-align: middle; } fieldset {
border: 0;
margin: 0;
padding: 0; } textarea {
resize: vertical; } .browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0; }    .clearfix:after {
content: "";
display: table;
clear: both; }
.clearfix {
*zoom: 1; }  .clearfix:after {
content: "";
display: table;
clear: both; }
.clearfix {
*zoom: 1; } .teacher-circle {
background-image: url(//lucky-drive.ch/wp-content/themes/lucky-drive.ch/img/martin2.png);
background-position: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-khtml-border-radius: 50%;
border-radius: 50%;
border: none;
display: block;
width: 200px;
height: 200px; } #fancybox-wrap {
position: fixed !important;
top: 50% !important;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
transform: translateY(-50%); }
#fancybox-outer {
height: auto !important; }   @font-face {
font-family: 'Lato';
src: url(//lucky-drive.ch/wp-content/themes/lucky-drive.ch/css/fonts/lato/Lato-Lig.ttf) format("truetype");
font-weight: normal;
font-style: normal; }  @-webkit-keyframes logo-switch {
0% {
opacity: 1.0; }
20% {
opacity: 0.0; }
50% {
opacity: 0.0; }
100% {
opacity: 1.0; } } body {
background-color: #ffffff; }
.ldcarousel {
padding: 0 !important; }
.ldcarousel img {
display: block;
margin: 0 auto; }
.clearfix-s {
clear: both; }
.page-center {
min-width: inherit;
width: 100%;
max-width: 1000px;
height: inherit;
min-height: inherit;
max-height: inherit;
margin: 0 auto; }
.page-center a:hover {
text-decoration: none;
color: #cb4e4e; }
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px; } .ngg-galleryoverview {
text-align: center !important; }
.ngg-gallery-thumbnail-box {
float: none !important;
display: inline-block !important; }
.ngg-gallery-thumbnail-box img {
border: solid 1px #efefef !important; }
.ngg-gallery-thumbnail-box img:hover {
-webkit-box-shadow: 0px 0px 1px gray !important;
-moz-box-shadows: 0px 0px 1px gray !important;
-o-box-shadows: 0px 0px 1px gray !important;
-ms-box-shadows: 0px 0px 1px gray !important;
-khtml-box-shadows: 0px 0px 1px gray !important;
box-shadow: 0px 0px 1px gray !important;
background-color: transparent !important; }
.nextgen-no-nav .ngg-navigation {
display: none !important; } .header-wrapper {
height: auto;
min-height: 170px; }
header.main {
-webkit-box-shadow: 0px -3px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadows: 0px -3px 3px 3px rgba(0, 0, 0, 0.3);
-o-box-shadows: 0px -3px 3px 3px rgba(0, 0, 0, 0.3);
-ms-box-shadows: 0px -3px 3px 3px rgba(0, 0, 0, 0.3);
-khtml-box-shadows: 0px -3px 3px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px -3px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-khtml-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
border-bottom: solid 1px transparent;
height: auto;
min-height: inherit;
width: 100%; }
header.main .partial-left, header.main .partial-right {
vertical-align: middle;
display: block;
min-height: inherit;
width: 100%;
height: auto; }
header.main .partial-left > *, header.main .partial-right > * {
float: none; }
header.main .logo {
background-image: url(//lucky-drive.ch/wp-content/themes/lucky-drive.ch/img/logo_new.png);
background-repeat: no-repeat;
background-position: left;
background-size: 100% auto;
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-khtml-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
height: 130px;
width: 100%;
max-width: 360px;
float: left;
opacity: 1.0; } img.center {
display: table;
margin: 0 auto; }
.position-center-wappen {
text-align: center;
margin-top: 15px; } .a-btn {
border-bottom: none !important;
margin: 5px 0px; }
.a-btn.center {
text-align: center;
margin: 5px auto;
display: table; }
.ldbtn { border: none;
font-family: inherit;
font-size: inherit;
cursor: pointer;
padding: 25px 80px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: none;
-moz-transition: none;
transition: none; }
.ldbtn.small {
padding: 7px 30px; }
.ldbtn.medium {
padding: 25px 80px; }
.ldbtn.big {
padding: 25px 80px; }
.ldbtn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; } .btn-1b {
border: 2px solid #ffffff;
text-align: center;
background-color: transparent;
color: white; }
.btn-1b:hover {
background-color: #efefef;
color: #158dc9; }
.btn-1b button {
display: inline-block; } .btn-1a:hover,
.btn-1a:active {
color: white;
background: #158dc9; } .btn-1e {
overflow: hidden;
border: solid 3px #cb4e4e;
color: #cb4e4e !important;
font-family: inherit;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.btn-1e:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #cb4e4e;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.btn-1e:hover,
.btn-1e:active {
color: white !important; }
.btn-1e:hover:after {
height: 400%;
opacity: 1; }
.btn-1e:active:after {
height: 400%;
opacity: 1; } .btn-1e-red {
overflow: hidden;
border: solid 3px #cb4e4e;
color: white !important;
font-family: inherit;
font-size: inherit;
color: inherit;
background-color: #cb4e4e;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.btn-1e-red:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: white !important;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.btn-1e-red:hover,
.btn-1e-red:active {
color: #cb4e4e !important; }
.btn-1e-red:hover:after {
height: 400%;
opacity: 1; }
.btn-1e-red:active:after {
background: white !important;
height: 400%;
opacity: 1; } .btn-2c {
border-radius: 5px;
background-color: #cb4e4e;
color: #ffffff;
box-shadow: 0 6px #ab3c3c; }
.btn-2c:hover {
box-shadow: 0 4px #ab3c3c; top: 2px; }
.btn-2c:active {
box-shadow: 0 0 #ab3c3c; top: 6px; } .btn-2d {
border-radius: 5px;
background-color: #464646;
color: #ffffff;
box-shadow: 0 6px #2c2c2c; }
.btn-2d:hover {
box-shadow: 0 4px #2c2c2c; top: 2px; }
.btn-2d:active {
box-shadow: 0 0 #2c2c2c; top: 6px; }
@media only screen and (min-width: 1000px) {
header.main {
-webkit-box-shadow: none;
-moz-box-shadows: none;
-o-box-shadows: none;
-ms-box-shadows: none;
-khtml-box-shadows: none;
box-shadow: none;
height: 170px; }
header.main .partial-left, header.main .partial-right {
height: inherit;
display: table-cell; }
header.main .partial-left {
width: 33.3%; }
header.main .partial-right {
width: 66.6%; }
header.main .partial-left > *, header.main .partial-right > * {
display: inline-block; }
header.main .partial-right > * {
float: right; }
header.main .logo {
width: 360px; } header.main.follow {
background-color: #FFFFFF; border-bottom: solid 1px #efefef;
min-height: 75px;
position: fixed;
height: 75px; z-index: 1000; }
header.main.follow .logo { height: 75px;
background-size: auto auto; background-image: url(//lucky-drive.ch/wp-content/themes/lucky-drive.ch/img/logo_new_small.png); }
header.main.follow .partial-left, header.main.follow .partial-right {
height: 75px; } }
@media (max-width: 480px) {
.header-wrapper {
min-height: 130px; }
.header-wrapper .logo {
max-width: 275px !important; } } nav.main {
font-family: Lato; }
nav.main ul {
margin: 0px;
padding: 0px; }
nav.main ul li {
float: left;
margin: 0px; }
nav.main ul li a {
color: #000000;
font-size: 22px;
text-decoration: none;
display: block;
padding: 5px 10px; }
nav.main ul li:hover, nav.main ul > li:hover > a {
color: #158dc9; }
nav.main ul li.current-menu-item, nav.main ul li.current-menu-item > a {
color: #158dc9; }
nav.main ul li ul a {
font-size: 18px; }
@media only screen and (max-width: 1000px) {
nav.main {
display: block !important; }
nav.main ul li {
padding: 0px;
float: none;
margin: 0px; }
nav.main ul li a {
padding: 10px !important; }
nav.main ul li.current-menu-item {
color: #FFFFFF; }
nav.main ul li.current-menu-item > a {
background-color: #158dc9;
color: #FFFFFF; }
nav.main ul li.current-menu-item > ul {
background-color: #efefef; }
nav.main ul li.current-menu-item ul li a {
padding-left: 30px; }
nav.main ul li:hover {
color: #FFFFFF; }
nav.main ul > li:hover > a {
background-color: #158dc9;
color: #FFFFFF !important; }
nav.main ul li ul li a {
font-size: 100%;
padding-left: 25px !important; }
nav.main ul li ul li ul li a {
padding-left: 50px !important; } }
@media only screen and (min-width: 1000px) {
nav.main ul li ul {
background-color: #efefef;
z-index: 999; }
nav.main ul.sub-menu {
border: 5px solid #FFF;
-webkit-box-shadow: 0px 12px 1px -10px rgba(0, 0, 0, 0.4);
-moz-box-shadows: 0px 12px 1px -10px rgba(0, 0, 0, 0.4);
-o-box-shadows: 0px 12px 1px -10px rgba(0, 0, 0, 0.4);
-ms-box-shadows: 0px 12px 1px -10px rgba(0, 0, 0, 0.4);
-khtml-box-shadows: 0px 12px 1px -10px rgba(0, 0, 0, 0.4);
box-shadow: 0px 12px 1px -10px rgba(0, 0, 0, 0.4); }
nav.main ul li:hover {
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
-ms-border-radius: 5px 5px 0px 0px;
-khtml-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px; }
nav.main ul li:hover a {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background-color: inherit; }
nav.main > ul li:hover > ul {
background-color: #FFFFFF !important;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-o-border-radius: 0px 0px 5px 5px;
-ms-border-radius: 0px 0px 5px 5px;
-khtml-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
z-index: 999; } } nav.main ul li {
position: relative; }
nav.main ul li ul {
display: none;
position: absolute;
z-index: 12000; } nav.mm-offcanvas {
display: none !important; }
nav.mm-offcanvas a {
color: #ffffff !important; }
nav.mm-offcanvas.mm-opened {
display: block !important; }
nav.mm-offcanvas .mm-subclose:before {
margin-bottom: -5px !important;
left: 15px !important; }
nav.mm-offcanvas .mm-subopen {
background-color: #0C5174 !important; }
nav.mm-offcanvas .mm-subopen:after {
border-color: #ffffff !important; }
nav.mm-offcanvas .mm-subclose {
background-color: #0C5174 !important; }
nav.mm-offcanvas .mm-subclose:before {
border-color: #ffffff !important; }
.toggle-nav { -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background-image: url(//lucky-drive.ch/wp-content/themes/lucky-drive.ch/img/btn-nav-toggle.png);
background-position: center;
background-size: 40px 40px;
display: none;
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
z-index: 999; }
nav.main ul li ul li {
white-space: nowrap;
float: none; }
nav.main ul li.current-menu-item ul, nav.main ul li.current-menu-ancestor ul {
position: static;
display: block; }
@media only screen and (max-width: 480px) {
nav.main ul li a {
font-size: 20px; } }
@media only screen and (min-width: 1000px) {
nav.main ul li:hover > ul {
display: block !important; }
nav.main ul li.current-menu-item ul, nav.main ul li.current-menu-ancestor ul {
position: absolute;
display: none; }
nav.main ul li.current-menu-item > ul, nav.main ul li.current-menu-ancestor > ul {
position: absolute;
display: none; }
nav.main ul li ul li ul {
position: absolute;
left: 0px;
top: 0px;
margin-left: 100%; }
nav.main ul li.current-menu-item, nav.main ul li.current-menu-item > a { } } .slider-wrapper {
background-color: #dadada;
position: relative;
padding: 15px 0px; }
.slider-wrapper-after {
text-align: center;
color: #FFFFFF;
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-khtml-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
z-index: 102;
opacity: 0.0; }
.slider-wrapper-after a:hover {
color: white; }
.slider-wrapper:hover .slider-wrapper-after {
opacity: 1.0; }
.slider-wrapper-after.follow {
opacity: 1.0; }
.slider-wrapper-after a {
color: #FFFFFF;
background-color: #158dc9;
text-decoration: none;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-o-border-radius: 0px 0px 5px 5px;
-ms-border-radius: 0px 0px 5px 5px;
-khtml-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
padding: 10px;
display: inline-block; }
.slider-decor {
background-color: #efefef;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin: 0 auto; }
@media (min-width: 768px) {
border-top: solid 5px #FFF;
border-bottom: solid 5px #FFF;
border: 7px solid #FFF;
-webkit-box-shadow: 0px 0px 1px gray;
-moz-box-shadows: 0px 0px 1px gray;
-o-box-shadows: 0px 0px 1px gray;
-ms-box-shadows: 0px 0px 1px gray;
-khtml-box-shadows: 0px 0px 1px gray;
box-shadow: 0px 0px 1px gray; } .small-section {
max-width: 600px;
width: 100%; }
@media only screen and (min-width: 1000px) {
.slider-wrapper {
padding: 30px 0px; } } section.main {
color: #555555;
background-color: #efefef;
padding: 15px; }
section.main .content-wrapper {
background-color: #ffffff;
border-top: solid 5px #d7dade;
padding: 30px 30px 60px 30px; }
section.main a {
color: #158dc9;
text-decoration: none;
border-bottom: 1px dotted #555555; }
section.main a.no-border {
border: none; }
section.main h2, section.main h3, section.main h4, section.main h5, seciton.main h6 {
font-family: Lato; }
section.main h2 {
font-size: 35px; }
section.main h3 {
font-size: 20px;
font-weight: 500; }
section.main h4 {
font-weight: 500;
font-size: 15px; }
section.main .vsg-map iframe {
width: 100%; } section.main form[role="search"] .screen-reader-text {
display: none; }
section.main form[role="search"] input[type="submit"] {
margin-top: 10px; }  input,
select,
textarea {
outline: none;
border: 1px solid #555555;
padding: 6px 8px; } input:focus,
textarea:focus {
border: 1px solid #158dc9; }
input[type="submit"] {
border-radius: 5px;
background-color: #cb4e4e;
color: #ffffff;
box-shadow: 0 6px #ab3c3c;
border: none;
font-family: inherit;
font-size: inherit;
cursor: pointer;
margin: 20px 0px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: none;
-moz-transition: none;
transition: none;
padding: 10px 15px; }
input[type="submit"]:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px; }
input[type="submit"]:active {
box-shadow: 0 0 #ab3c3c;
top: 6px; }
.wpcf7-response-output.wpcf7-validation-errors {
background-color: #efefef;
color: #000000 !important;
border: none;
padding: 10px; }
.wpcf7-not-valid-tip {
background-color: #efefef;
color: #000000;
padding: 5px; }
@media only screen and (max-width: 480px) {
section.main input,
section.main textarea {
width: 100%;
box-sizing: border-box; } } .tiers {
width: 100%;
position: relative; }
.tiers .tier {
background-color: #efefef;
float: left;
width: 33%;
position: relative; }
.tiers .tier .tier-content {
padding: 10px;
width: 33%;
position: absolute; }
.tiers .tier-l {
color: #FFFFFF;
background-color: #158dc9; }
.tiers .tier-l a {
color: #FFFFFF; }
.plans {
position: relative; margin: 40px 0px 40px 0px; }
.plans .plan {
color: #555555;
height: auto;
width: 100%;
margin: 0px 0px; }
.plans .plan .plan-label {
font-size: 30px;
text-align: center;
display: block; }
.plans .plan .plan-content {
overflow: auto;
height: auto;
padding: 15px; }
.plans .plan .btn-request {
color: #ffffff;
background-color: #282828;
position: absolute;
bottom: 20px;
right: 20px;
padding: 10px 15px; }
.plans .small, .plans .medium, .plans .big {
background-color: #efefef;
position: static;
height: auto;
width: auto; }
.plans .small, .plans .medium, .plans .big {
background-color: #efefef;
-webkit-transition: height ease-in-out 0.3s;
-moz-transition: height ease-in-out 0.3s;
-o-transition: height ease-in-out 0.3s;
-ms-transition: height ease-in-out 0.3s;
-khtml-transition: height ease-in-out 0.3s;
transition: height ease-in-out 0.3s; }
.plans .small {
margin: 0px 15px; }
.plans .medium {
margin: 0px 15px; }
.plans .big {
background-color: #158dc9;
color: #ffffff; }
.plan .big a {
color: #ffffff;
border-bottom-color: #ffffff; }
.plans .big .btn-request {
background-color: #ffffff;
color: #282828; }
@media only screen and (min-width: 768px) {
.plans .plan {
height: 400px;
width: 33%;
float: left;
margin: 0px 0px; }
.plans .small, .plans .medium, .plans .big {
position: absolute;
bottom: 0px;
width: 33%; }
.plans .plan .plan-content {
height: 250px; }
.plans .small {
height: 300px;
margin: 0px 0px; }
.plans .small:hover {
height: 330px; }
.plans .medium {
height: 350px;
margin: 0px 0px; }
.plans .medium:hover {
height: 380px; }
.plans .big {
height: 400px; }
.plans .big:hover {
height: 430px; } }
@media only screen and (min-width: 1000px) {
section.main {
padding: 40px 10px; } } .photospace_res .gal_content {
background-color: #efefef;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-top: solid 5px #FFF;
border-bottom: solid 5px #FFF;
border: 7px solid #FFF;
-webkit-box-shadow: 0px 0px 1px gray;
-moz-box-shadows: 0px 0px 1px gray;
-o-box-shadows: 0px 0px 1px gray;
-ms-box-shadows: 0px 0px 1px gray;
-khtml-box-shadows: 0px 0px 1px gray;
box-shadow: 0px 0px 1px gray; }
.photospace_res .gal_content img {
width: auto !important;
max-width: 100%;
max-height: 600px; }
.photospace_res .caption-container {
background-color: #efefef;
font-family: Lato;
padding: 0px; }
.photospace_res .caption-container .caption {
padding: 0px; }
.photospace_res .caption-container .image-caption {
padding: 10px; }
.photospace_res .thumbs .selected { }
.photospace_res .thumbs .selected img { }
#wpif2_overlay {
background-color: transparent !important; background-repeat: no-repeat;
background-position: center top;
opacity: 1.0 !important;
position: fixed !important; }
#wpif2_topbox {
background-color: #efefef;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-top: solid 5px #FFF;
border-bottom: solid 5px #FFF;
border: 7px solid #FFF;
-webkit-box-shadow: 0px 0px 1px gray, 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadows: 0px 0px 1px gray, 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
-o-box-shadows: 0px 0px 1px gray, 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
-ms-box-shadows: 0px 0px 1px gray, 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
-khtml-box-shadows: 0px 0px 1px gray, 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 1px gray, 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
margin: 0 auto; }  .camera_bar_cont {
background-color: rgba(255, 255, 255, 0.5) !important; }
.camera_bar_cont #pie_1, .camera_bar_cont #pie_0 {
background-color: #158dc9 !important; } .nextend-bullet.active {
background-color: #158dc9 !important; }
.nextend-bullet-container .nextend-bullet-numbers.nextend-bullet:hover {
background: #158dc9 !important; }
.smartslider-inner {
background-color: #158dc9 !important; } footer.main {
background-color: #5B094E;
background-color: #158dc9;
color: #ffffff;
min-height: 140px; }
footer.main a {
color: #ffffff;
text-decoration: none;
border-bottom: 1px dotted #ffffff; }
footer.main p {
font-size: 14px; }
footer.main .widget_nav_menu ul {
padding: 0px;
margin: 0px; }
footer.main .widget_nav_menu ul li {
list-style: none; }
footer.main .widget_search .screen-reader-text {
display: none; }
footer.main .widget_search input {
background-color: #ffffff;
color: #0F77A8;
outline: none;
border: none; }
footer.main .widget_search input[type="submit"] {
display: none; }
footer.main li.widget {
list-style: none;
padding: 15px; }
footer.main .widget-box > ul {
margin: 0px;
padding: 0px; }
footer.main .widget-boxes {
margin: 0px;
padding: 0px; }
footer.main .widget-boxes > li {
list-style: none;
font-size: 14px;
float: none;
max-width: 100%;
margin: 0px; }
footer.main .widget-boxes > li h2 {
font-family: Lato;
font-size: 18px; }
footer.main .widget-boxes > li a {
color: #FFFFFF;
text-decoration: none; }
footer.main .widget-boxes > li.no-mobile {
display: none; }
footer.main .widget-boxes > .icon.heart {
background-color: red; }
@media only screen and (max-width: 480px) {
footer.main .widget_search input {
width: 100%;
box-sizing: border-box; } }
@media only screen and (min-width: 768px) {
footer.main .widget-boxes > li {
float: left;
width: 50%; } }
@media only screen and (min-width: 1000px) {
footer.main .widget-boxes > li {
float: left;
width: 25%;
padding: 0px; }
footer.main .widget-boxes > li.no-mobile {
display: block; } } .iconbox-heart {
background-image: url(//lucky-drive.ch/wp-content/themes/lucky-drive.ch/img/icons/heart.png);
background-position: 0px center;
background-repeat: no-repeat;
background-size: 40px;
padding: 0px;
padding-left: 50px;
min-height: 40px; }
.iconbox-herzensbilder {
background: url(//lucky-drive.ch/wp-content/themes/lucky-drive.ch/img/icons/fb_herzensbilder.jpg);
background-position: top left;
background-repeat: no-repeat;
background-size: 70px;
padding: 0px;
padding-top: 85px;
min-height: 40px; }  .ir {
background-color: transparent;
border: 0;
overflow: hidden; *text-indent: -9999px; }
.ir:before {
content: "";
display: block;
width: 0;
height: 150%; } .hidden {
display: none !important;
visibility: hidden; } .visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; } .visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; } .invisible {
visibility: hidden; } .clearfix:before,
.clearfix:after {
content: " "; display: table; }
.clearfix:after {
clear: both; } .clearfix {
*zoom: 1; } @media only screen and (min-width: 35em) { }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { } @media print {
* {
background: transparent !important;
color: #000 !important; box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; } .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } }.clearfix:after {
content: "";
display: table;
clear: both; }
.clearfix {
*zoom: 1; }
.carousel-wrapper {
text-align: center; }
.carousel {
text-align: left; }
@media (min-width: 768px) {
.carousel.auto-width {
display: inline-block; } }
.carousel-inner {
height: inherit; }
.carousel-inner .item {  background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-khtml-background-size: cover;
background-size: cover; }
.small-section .carousel-inner .item {
background-position: top center; }
.carousel-control.left, .carousel-control.right {
-webkit-box-shadow: none !important;
-moz-box-shadows: none !important;
-o-box-shadows: none !important;
-ms-box-shadows: none !important;
-khtml-box-shadows: none !important;
box-shadow: none !important;
background-image: none !important; }
.carousel-control.left:hover, .carousel-control.right:hover {
-webkit-box-shadow: none !important;
-moz-box-shadows: none !important;
-o-box-shadows: none !important;
-ms-box-shadows: none !important;
-khtml-box-shadows: none !important;
box-shadow: none !important;
background-image: none !important; }
@media only screen and (max-width: 480px) {
.carousel-inner .item {
min-height: 200px; }
.small-section .carousel-inner .item {
min-height: 300px; } }
.pn {
padding: 0; }.clearfix:after {
content: "";
display: table;
clear: both; }
.clearfix {
*zoom: 1; }
.slide-service {
color: #ffffff; }
.slide-service h2 {
color: #ffffff;
font-size: 5vw;
margin: 0.2em auto;
text-align: center;
text-shadow: 5px 5px rgba(0, 0, 0, 0.15); }
.slide-service ul {
display: inline-block;
margin: 0 0 1em 0;
padding: 0; }
.h-center {
text-align: center; }
.h-center > * {
display: inline-block; }
.v-center {
text-align: center;
vertical-align: middle;
display: table-cell; } .stage-welcome {
color: #ffffff;
background-image: url(//lucky-drive.ch/wp-content/themes/lucky-drive.ch/img/slider/nothilfe.png), url(//lucky-drive.ch/wp-content/themes/lucky-drive.ch/img/slider/vku.png);
background-position: left top, right bottom;
background-size: 200px 200px;
background-repeat: no-repeat;
background-display: block;
max-width: 100%;
width: 100%; }
.stage-welcome .col-left {
text-align: center;
height: inherit; }
.stage-welcome .col-left > * {
height: inherit;
display: table-cell; }
.stage-welcome .col-center {
text-align: center;
vertical-align: middle;
height: inherit;
display: table-cell; }
.stage-welcome .col-center .border-maker {
border-right: 5px solid #0F77A8;
width: 50%;
height: 25%; }
.stage-welcome .col-center .border-maker:after { }
.stage-welcome .v-center {
display: table-cell;
vertical-align: middle;
float: none;
height: inherit;
width: inherit; }
.stage-welcome .col-right {
height: inherit;
text-align: center; }
.stage-welcome .col-right > * {
height: inherit;
display: table-cell; }
.stage-welcome .circle-middle {
color: #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-khtml-border-radius: 50%;
border-radius: 50%;
display: inline-block;
margin: 30px 0px; }
.stage-welcome .circle-middle span {
text-align: center;
vertical-align: middle;
font-size: 15px;
font-weight: 300;
font-style: italic;
display: table-cell;
width: 140px;
height: 140px; }
.stage-welcome .circle-middle .car-mockup {
background-image: url(//lucky-drive.ch/wp-content/themes/lucky-drive.ch/img/slider/bmw.png);
background-position: center;
background-repeat: no-repeat;
background-display: block;
width: 250px;
height: 160px; }
.stage-welcome .content {
background-color: transparent;
color: white;
height: auto;
width: inherit;
padding: 30px; }
.stage-welcome .content p.large, .stage-welcome .content strong.large {
font-size: 15px;
font-weight: lighter;
display: block; }
.stage-welcome .content input {
color: 15px; }
.stage-welcome .content input.large {
background-color: rgba(255, 255, 255, 0.75);
border: none;
font-size: 15px;
width: 100%; }
@media (max-width: 768px) {
.stage-welcome h2 {
font-size: 10vw; }
.stage-welcome .col-left .v-center, .stage-welcome .col-right .v-center {
display: inline-block; } }
@media (min-width: 768px) {
.stage-welcome {
background-size: auto auto; }
.stage-welcome .content {
width: auto; }
.stage-welcome .col-left .v-center, .stage-welcome .col-right .v-center {
display: table-cell; } }
@media (min-width: 992px) {
.stage-welcome {
height: 500px; } }.clearfix:after {
content: "";
display: table;
clear: both; }
.clearfix {
*zoom: 1; }
.countup {
font-size: 15px;
text-align: center;
margin: 30px 0px; }
.countup .count-container {
background-color: #EFEFEF;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-khtml-border-radius: 50%;
border-radius: 50%;
height: 135px;
width: 135px;
display: inline-block; }
.countup .count-container .count-number {
font-size: 55px;
color: #158dc9; }
.countup .v-center {
vertical-align: middle;
display: table-cell;
padding: 30px 20px; }
.countup .text-wrapper {
text-align: left; }
@media (min-width: 768px) {
.countup {
font-size: 25px; }
.countup .count-container {
height: 175px; }
.countup .count-container .count-number {
font-size: 80px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
.countup {
font-size: 15px;
background-color: #efefef;
border-radius: 5px; }
.countup .count-container {
background-color: transparent;
height: 40px;
width: 20px; }
.countup .count-container .count-number {
font-size: 40px; } } @media (max-width: 480px) {
section.main {
padding: 0; }
section.main .content-wrapper {
padding: 15px; } }.ngg-gallery-thumbnail-box {
display: -ms-inline-grid !important;
display: -moz-inline-stack !important;
}