div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//www.oxenalm.at/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}#cookie-notice{display:none;position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;line-height:20px;left:0;text-align:center}#cookie-notice .button.bootstrap,#cookie-notice .button.wp-default{font-family:sans-serif;display:inline-block;font-style:normal;cursor:pointer;border-style:solid;border-width:1px;font-size:12px;text-decoration:none;outline:0}.cookie-notice-container{padding:10px;text-align:center}.cn-top{top:0}.cn-bottom{bottom:0}#cookie-notice .button{margin-left:10px}#cookie-notice .button.wp-default{line-height:18px;padding:2px 12px;background:linear-gradient(to bottom,#FEFEFE,#F4F4F4) #F3F3F3;border-color:#BBB;color:#333;text-shadow:0 1px 0 #FFF;-moz-box-sizing:border-box;border-radius:3px;white-space:nowrap}#cookie-notice .button.wp-default:focus,#cookie-notice .button.wp-default:hover{background:linear-gradient(to bottom,#FFF,#F3F3F3) #F3F3F3;border-color:#999;color:#222}#cookie-notice .button.bootstrap{margin-right:.3em;margin-bottom:0;line-height:20px;text-align:center;vertical-align:middle;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);padding:2px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#cookie-notice .button.bootstrap:focus,#cookie-notice .button.bootstrap:hover{color:#fff;background-color:#04c;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;transition:.3s ease;transition-delay:0s}[class*=hint--]:before{content:'';background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;transition-delay:.1s}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{transition-duration:0s}.hint--bounce:after,.hint--bounce:before{transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24)}.hint--no-shadow:after,.hint--no-shadow:before{text-shadow:initial;box-shadow:initial}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(https://www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.woff2) format('woff2'),url(https://www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.woff) format('woff'),url(https://www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.ttf) format('truetype')}#profilepress-myaccount-wrapper .ppmyac-icons,.pp-form-field-wrap .pp-form-material-icons,.ppress-material-icons{font-family:'Material Icons'!important;font-weight:400;font-style:normal;font-size:20px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}.pp-tab-widget-avatar img{display:block;border-radius:50%;height:190px;margin:0 auto 10px!important;padding:2px;text-align:center;width:190px;float:none!important}.pp-user-panel{border-radius:6px;text-align:center}.pp-user-panel-title{font-size:20px;margin:0}.pp-user-panel p{font-size:15px;margin-bottom:23px}.pp-tabbed-btn{border:0;font-size:15px;font-weight:400;line-height:1.4;border-radius:4px;padding:10px 15px;-webkit-font-smoothing:subpixel-antialiased;transition:border .25s linear,color .25s linear,background-color .25s linear}.pp-tabbed-btn-inverse{color:#fff!important;background-color:#34495e}.pp-password-reset-handler-wrap .pp-reset-password-form{padding:40px;max-width:500px;margin-top:5px;margin-bottom:5px}.pp-password-reset-handler-wrap .pp-reset-password-form h3{color:#444;font-weight:300;margin:0 auto 40px}.pp-password-reset-handler-wrap .pp-reset-password-form label{color:#444;font-size:15px}.pp-password-reset-handler-wrap .pp-reset-password-form label .req{margin:2px;color:red}.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req{opacity:0}.pp-password-reset-handler-wrap .pp-reset-password-form input{font-size:22px;display:block;width:100%;box-sizing:border-box;height:auto;padding:5px 10px;background:0 0;margin-bottom:40px;border:1px solid #a0b3b0;border-radius:0;transition:border-color .25s ease,box-shadow .25s ease}.pp-password-reset-handler-wrap .pp-reset-password-form input:focus{outline:0;border-color:#1ab188}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button{border:0;outline:0;border-radius:0;padding:15px 0;font-size:20px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:#1ab188;color:#fff;transition:all .5s ease;-webkit-appearance:none;text-shadow:none;box-shadow:none}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover{background:#179b77}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block{display:block;width:100%}.pp-password-reset-handler-wrap .profilepress-reset-status{margin-left:40px;max-width:420px}#pp-pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;padding:3px 5px;text-align:center;width:100%;box-sizing:border-box}#pp-pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#pp-pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#pp-pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#pp-pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label{color:red;font-weight:400}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{cursor:pointer}.pp-form-wrapper p{margin:0 0 5px!important;padding:0!important}.pp-form-wrapper input[type=datetime],.pp-form-wrapper input[type=email],.pp-form-wrapper input[type=number],.pp-form-wrapper input[type=password],.pp-form-wrapper input[type=search],.pp-form-wrapper input[type=tel],.pp-form-wrapper input[type=text],.pp-form-wrapper input[type=url],.pp-form-wrapper select,.pp-form-wrapper textarea{-webkit-appearance:none;width:100%;background:#fff;border:1px solid #dedee5;padding:13px 15px;outline:0;line-height:1}.pp-form-wrapper select{background-image:url(//www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/images/frontend/arrow-down.png)!important;background-position:right 20px center!important;background-repeat:no-repeat!important;background-size:10px auto!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.pp-form-wrapper .pp-form-label-wrap{margin:0 0 4px;padding:0}.pp-form-wrapper .pp-form-label{font-size:14px;text-transform:none;text-align:left;font-weight:400;font-style:normal;float:none;line-height:1.3;margin:0;padding:0;width:auto;display:inline;cursor:pointer}.pp-form-wrapper .pp-checkbox-wrap,.pp-form-wrapper .pp-radio-wrap{display:block;text-align:left;line-height:normal;margin:5px 0;padding:0}.pp-form-wrapper .pp-checkbox-wrap label,.pp-form-wrapper .pp-radio-wrap label{margin-left:5px}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{border:1px solid #ccc;background-color:#fff;width:14px!important;height:14px!important;display:inline-block;vertical-align:baseline}.pp-form-wrapper .ppress-pf-profile-connect{padding:5px 0 10px}.pp-form-wrapper a.ppress-pf-social-icon{width:100%;height:100%;display:inline}.pp-form-wrapper .ppress-pf-social-icon svg{vertical-align:middle;width:40px;height:40px}.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg{padding:3px}a.pp-button-social-login:focus{outline-color:transparent}a.pp-button-social-login:focus .ppsc,a.pp-button-social-login:hover .ppsc{background-color:rgba(255,255,255,.75)}a.pp-button-social-login:visited{color:#fff}a.pp-button-social-login,a.pp-button-social-login .ppsc{display:inline-block;font-size:100%;height:2.5em;padding:0}a.pp-button-social-login{position:relative;vertical-align:middle;line-height:2.5em;font-family:inherit;font-weight:700;overflow:hidden;white-space:nowrap;border:1px solid #333;color:#fff!important;background:#333;margin:6px 0;border-radius:2px;box-sizing:content-box;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.1);text-decoration:none!important;min-width:220px}a.pp-button-social-login .ppsc{font-style:normal;font-weight:400;text-decoration:none;text-transform:none;vertical-align:top;text-align:center;width:2.5em;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:1.8em 1.8em;border-top-left-radius:1px;border-bottom-left-radius:1px;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;position:absolute;left:0;margin:0}a.pp-button-social-login span.ppsc-text{margin-left:40px;padding:.5em;color:#fff!important}a.pp-button-social-login .ppsc-google{background-image:url(//www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/images/social-login/google.svg)}a.pp-button-social-login.pp-button-social-login-google{background:#4285f4;border-color:#4285f4}a.pp-button-social-login.pp-button-social-login-facebook{background:#3b5998;border-color:#3b5998}a.pp-button-social-login.pp-button-social-login-twitter{background:#55acee;border-color:#55acee}a.pp-button-social-login.pp-button-social-login-linkedin{background:#0077b5;border-color:#0077b5}a.pp-button-social-login.pp-button-social-login-vk{background:#4a76a8;border-color:#4a76a8}a.pp-button-social-login.pp-button-social-login-github{background:#24292e;border-color:#24292e}a.pp-button-social-login .ppsc-vk{background-image:url(//www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/images/social-login/vk-fa.svg)}a.pp-button-social-login .ppsc-facebook{background-image:url(//www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/images/social-login/facebook.svg)}a.pp-button-social-login .ppsc-twitter{background-image:url(//www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/images/social-login/twitter.svg)}a.pp-button-social-login .ppsc-linkedin{background-image:url(//www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/images/social-login/linkedin.svg)}a.pp-button-social-login .ppsc-github{background-image:url(//www.oxenalm.at/wp-content/plugins/wp-user-avatar/assets/images/social-login/github-fa.svg)}#profilepress-myaccount-wrapper,#profilepress-myaccount-wrapper *,#profilepress-myaccount-wrapper ::after,#profilepress-myaccount-wrapper ::before,.pp-form-container *,.pp-form-container .pp-form-wrapper,.pp-form-container .pp-form-wrapper *{box-sizing:border-box}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple,html .pp-form-container .select2 input.select2-search__field{border:0!important}.pp-form-container form input[type=submit]{-webkit-appearance:none!important;cursor:pointer;text-shadow:none}.pp-form-container form{margin:0;padding:0;background-color:transparent}.woocommerce .woocommerce-MyAccount-content .pp-form-container{margin-right:0!important;margin-left:0!important}.pp-form-container form input,.pp-form-container form select,.pp-form-container form textarea{outline:0;background-image:none;height:auto;float:none;position:static;box-shadow:none;text-shadow:none;text-transform:none;text-decoration:none;resize:vertical}.pp-form-container form p{margin:0 0 .5em}.pp-form-container form input[type=submit]:focus{outline:0}.pp-form-container .pp-user-avatar{border-radius:50%!important;display:block!important;margin:0 auto 10px!important;text-align:center!important}.pp-form-container img.pp-user-cover-image{width:100%!important;height:auto!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border:1px solid #7e8993!important;border-radius:4px!important;background:#fff!important;color:#555!important;clear:none!important;cursor:pointer!important;display:inline-block!important;line-height:0!important;margin:0!important;outline:0!important;padding:0!important;text-align:center!important;vertical-align:middle!important;-webkit-appearance:none!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)!important;transition:.05s border-color ease-in-out!important;width:16px!important;height:16px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:4px!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before{content:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E)!important;margin:-3px 0 0 -4px!important;width:20px!important;height:20px!important;position:static}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{content:"";border-radius:50%!important;margin:3px!important;background-color:#000!important;line-height:1.14285714!important;width:8px!important;height:8px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{float:left!important;display:inline-block!important;vertical-align:middle!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pp-form-container .pp-form-wrapper.ppBuildScratch,.pp-form-container .pp-form-wrapper.ppBuildScratch *{font-family:'Merriweather',sans-serif}.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:0;text-align:center;margin-right:6.387%}.pp-form-container .pp-form-wrapper.ppBuildScratch h1,.pp-form-container .pp-form-wrapper.ppBuildScratch h2,.pp-form-container .pp-form-wrapper.ppBuildScratch h3,.pp-form-container .pp-form-wrapper.ppBuildScratch h4{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:1em}.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled{opacity:.5}.pp-form-container .pp-form-wrapper.ppBuildScratch{max-width:100%;width:100%;padding:6% 0 6% 6%;background:#fff;color:#222;font-size:14px;position:relative;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);border-radius:3px;margin:0 auto}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame{box-shadow:none;border-radius:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap{padding:0 6.387% 4% 0;display:inline-block;width:100%;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap{display:inline-block;width:100%;vertical-align:top;padding:0 6.387% 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap{margin:0 0 5px;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description{display:block}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip{display:inline;font-weight:400}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons{position:relative;margin:0;padding:0;font-size:110%;display:inline;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside{position:relative}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap{position:absolute;top:5px;left:15px;z-index:2}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap{left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:18px;padding-bottom:2px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:23px;padding-bottom:7px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:30px;padding-bottom:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half{width:50%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third{width:33.3333333333%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{border:1px solid #dbdbdb;font-size:14px;padding:10px 15px;transition:all .35s;background:#fff;color:#69717a;width:100%;border-radius:0;line-height:1.3;min-height:40px;display:inline-block;margin:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{height:100px;overflow:auto}.pp-form-field-wrap .pp-form-material-icons{width:24px;height:24px;position:absolute;right:0;top:0;cursor:text;margin:8px 12px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0;margin-left:12px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0!important;margin-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons{margin-right:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons{margin-top:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons{margin-top:18px}.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons{cursor:pointer}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea{border:0!important;border-bottom:1px solid #dbdbdb!important;padding-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus{border-top:0!important;border-right:0!important;border-left:0!important;box-shadow:none!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea{border:0!important;background:#f7f7f7!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select{padding-top:15px;padding-bottom:15px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea{height:150px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea{height:200px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus{border:1px solid #999}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{font-style:normal;background-color:transparent;display:block;font-weight:700;font-size:14px;float:none;line-height:1.3;margin:0;padding:0;color:#444}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{display:inline-block}.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]{background:#000;border:0;color:#fff;font-weight:700;font-size:16px;line-height:1;padding:15px 10px;transition:.15s ease-in-out;width:auto;min-width:110px;text-align:center}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit],.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit]{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit]{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit]{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover{background-color:#ededed;color:#000;text-decoration:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap{margin:0 0 5px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,.ppressmd-new-dropdown ul{margin:0;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type{margin-bottom:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description{font-size:12px;font-weight:400;color:#666;line-height:1.3;text-align:left;margin:4px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit]{width:100%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap{margin-top:4%;margin-bottom:4%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit]{width:100%!important;position:absolute!important;bottom:0!important;right:0!important;left:0!important;border-top-right-radius:0!important;border-top-left-radius:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill{border-bottom-right-radius:25px!important;border-bottom-left-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round{border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type{margin-bottom:1.5em!important}#profilepress-myaccount-wrapper{font-size:16px}#profilepress-myaccount-wrapper .profilepress-myaccount-row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}#profilepress-myaccount-wrapper .ppmyac-dashboard-item{text-decoration:none!important;position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125);width:100%;text-align:inherit;box-shadow:none}#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-icons{margin-right:.5rem;vertical-align:text-bottom}#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}}#profilepress-myaccount-wrapper .profilepress-myaccount-content{position:relative;width:100%;padding-top:30px;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-content{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap{text-align:center;margin-bottom:20px}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar{margin:0!important;position:static!important;float:none!important;display:inline-block;border-radius:999px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus{outline:0;text-shadow:none;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content h2{margin-top:0!important;margin-bottom:1.8rem!important;font-weight:700!important;line-height:1.2!important;font-size:2rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content h3{margin-top:0!important;line-height:1.2!important;font-weight:500!important;font-size:1.2rem!important;margin-bottom:1rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap{display:inline;padding-right:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item{color:inherit;padding:0 0 10px}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active{border-bottom:3px solid #6c757d}.profilepress-myaccount-alert,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.profilepress-myaccount-alert.pp-alert-danger,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.profilepress-myaccount-alert.pp-alert-success,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty{min-height:250px;background-color:#eee}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap{padding:.75rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img{width:100%;height:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:.5rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label{margin-bottom:.2rem;font-weight:500;display:block}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label{display:inline}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;overflow:visible;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{height:auto!important;min-height:100px!important;resize:vertical!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus{background-color:#fff;border-color:#bbb;outline:0;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]{display:inline-block;cursor:pointer;width:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;text-decoration:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after{position:absolute;top:0;right:0;box-sizing:border-box;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]::after{content:attr(data-browse)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label{display:inline-block;margin:0 0 0 .3819820591em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:1em 0 0;padding-left:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar{position:relative;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem;-webkit-justify-content:space-between!important;justify-content:space-between!important;display:-webkit-flex!important;display:flex!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar{width:70px;height:70px;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar{margin-bottom:.5rem!important;margin-top:.5rem!important;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem;color:#fff;height:35px;background-color:#6c757d;display:inline-block;font-weight:400;text-align:center;vertical-align:middle;text-shadow:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #6c757d;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar{margin-top:.75rem!important;margin-bottom:0!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button{background:#fff;border-radius:6px;font-size:14px;border:1px solid #ddd}#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection{border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}.pp-form-container .pp-field-user-avatar-picture-wrap{width:250px;height:auto;margin:auto;position:relative}.pp-form-container .pp-field-user-cover-image-wrap{margin:auto;position:relative}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0;color:#fff;text-shadow:0 1px #666;line-height:21px;font-size:16px;height:100%;width:100%;border-radius:50%}.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{border-radius:0}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay{display:table;height:100%;width:100%}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins{display:table-cell;vertical-align:middle;height:100%;text-decoration:none!important;background:0 0!important;color:#fff!important;border-bottom:none!important}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons{font-size:35px!important;display:block!important;position:static!important;right:auto!important;top:auto!important;color:#fff!important;margin:0!important;width:auto!important;height:auto!important;cursor:pointer}html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;height:auto!important}.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;box-shadow:none!important}.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice{height:auto;line-height:normal}.pp-form-wrapper.pp-member-directory{opacity:0}.pp-form-wrapper.ppress-default-profile{max-width:1000px;width:100%;box-sizing:border-box;font-size:15px;color:#666;margin-bottom:30px;opacity:0}.pp-form-wrapper.ppress-default-profile *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}.pp-form-wrapper.ppress-default-profile a,.pp-form-wrapper.ppress-default-profile a:hover{text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover{background-color:#eee;box-sizing:border-box;position:relative}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e{text-align:center;overflow:hidden}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img{width:100%;display:block;overflow:hidden;border-radius:0;margin:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-header{position:relative;padding:0 0 25px;border-bottom:solid 2px #eee;min-height:85px;box-sizing:content-box}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon{position:absolute;top:15px;right:0;vertical-align:middle;font-size:30px;height:30px;line-height:30px;z-index:66;margin-right:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons{font-size:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a{color:#aaa;text-decoration:none;border-bottom:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active{color:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo{float:left;position:absolute;margin:0 0 0 30px;box-sizing:border-box;width:200px;height:200px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img{width:100%;height:auto;border-radius:100%;display:block;overflow:hidden;margin:0;box-shadow:none;background:#fff;border:5px solid #fff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta{padding-right:30px;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta{padding:10px 0 0;color:#999}.pp-form-wrapper.ppress-default-profile .ppress-dpf-name{font-size:24px;font-weight:700;margin-right:30px;color:#555;line-height:1.7em}.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear{clear:both}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span{margin:0 5px;font-size:14px;display:inline-block;line-height:.1}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child{margin:0 5px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text{margin:5px 0 0;line-height:1.4em;font-size:13px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav{padding:10px;background:#444;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a{color:#fff;font-size:14px;font-weight:600;padding:6px 10px 6px 28px;display:block;float:left;border-radius:4px;margin-left:5px;position:relative;border-bottom:0;text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover{background:#555}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:18px;height:18px;line-height:1.5;position:absolute;display:block;left:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title{padding-left:5px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a{background:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body{max-width:600px;padding-top:15px;padding-bottom:15px;margin:auto}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note{text-align:center;padding-top:20px;color:#666}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons{display:inline-block;font-size:70px;height:70px;line-height:70px}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span{margin-top:10px;display:block;font-size:16px;color:#888}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a{border:0!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items{margin:0 0 30px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item{position:relative;padding:15px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label{display:block;margin:0 0 8px;border-bottom:solid 2px #eee;padding-bottom:4px;font-size:15px;line-height:22px;font-weight:700}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon{float:left;margin:0 8px 0 0;height:22px;line-height:18px;display:inline-block;width:24px;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i{font-size:22px;position:relative;top:1px}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo{float:none;margin:0 auto;text-align:center;position:relative}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav{padding:0}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{margin-left:0;border-radius:0}.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body{padding-left:0;padding-right:0}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static;top:auto;left:auto}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center;padding:0;margin-top:-30px}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{padding-top:0}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name{float:none;margin-right:0;font-size:18px}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text{padding:0 20px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo{position:relative;width:100px;height:100px;margin:0 auto;float:none;left:auto;text-align:center;top:-40px}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{width:120px;height:120px}.ppress-default-profile.ppressui340 .ppress-dpf-nav-title{font-size:12px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block;position:static;top:auto;left:auto;height:20px;line-height:20px}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav{padding:0}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:22px;height:22px;line-height:22px}.ppress-default-profile.ppressui500 .ppress-dpf-profile-body{padding-left:0;padding-right:0}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static;top:auto;left:auto;width:120px;height:120px}.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo{position:relative;width:100px;height:100px;margin:0 auto;float:none;display:block;top:-40px;left:0}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center;padding:0;margin-top:-30px}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name{float:none;margin-right:0;font-size:21px}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta{padding:0 20px;display:block}.ppress-default-profile.ppressui500 .ppress-dpf-nav-title{font-size:12px}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block;position:static;top:auto;left:auto;height:20px;line-height:20px}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav{padding:0}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a{padding:10px 20px;margin-left:0;border-radius:0}.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo{width:140px;height:140px;top:-70px}.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{top:auto}.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-profile-meta{padding-left:200px}.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px}.ppress-default-profile.ppressui800 .ppress-dpf-nav-title{font-size:12px}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block;position:static;top:auto;left:auto;font-size:20px;height:20px;line-height:20px}.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo{width:140px;height:140px;top:-70px}.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta{margin-top:-50px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{padding:5px 11px;font-size:12px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:14px}.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title{font-size:10px}.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list{list-style:none;margin:0;padding:0}.pp-form-wrapper.ppress-default-profile li.pp-user-post-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3{font-size:16px;font-weight:400;margin:0;text-decoration:none}.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head{line-height:20px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap{text-align:center;padding-top:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn{font-size:15px;border:0;display:block;width:100%;line-height:1em;padding:15px;text-decoration:none;text-align:center;text-transform:none;font-weight:400;transition:.25s;border-radius:4px;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);max-width:250px;margin:0 auto;color:#fff;background:#007bff}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a{color:inherit}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap{display:none}.pp-member-directory .ppressmd-member-directory-header.ppressmd-form{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:stretch;align-items:stretch;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar){display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row{-webkit-justify-content:flex-end;justify-content:flex-end}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:60%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label{-webkit-flex:1;flex:1;margin:0 10px 0 0;min-width:90px;max-width:85%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line{-webkit-appearance:textfield;width:100%;padding:0 12px!important;display:block!important;border-radius:2px;outline:0!important;cursor:text!important;font-size:15px!important;height:40px!important;box-sizing:border-box!important;box-shadow:none!important;margin:0!important;position:static}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search{min-width:15%;width:auto}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:5;flex:5}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header a{text-decoration:none;border-bottom:none;box-shadow:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons{display:inline;vertical-align:middle}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:2;flex:2;text-align:right}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a{margin:0 5px 0 0}.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up{display:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible,.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down{display:none}.ppressmd-new-dropdown{font-size:16px;margin:0;position:absolute;height:auto;background:#fff;z-index:10;display:none;border:1px solid #ddd;box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);-webkit-box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px}.ppressmd-new-dropdown ul li{list-style-type:none;padding:0;margin:0}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown{top:24px;width:200px;left:-12px}.ppressmd-new-dropdown ul li a{display:block;padding:8px 12px;line-height:1}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar{padding:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible{margin:0}.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible{display:grid}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search{margin:0;width:100%;display:grid;grid-template-rows:auto 1fr;grid-template-columns:repeat(3,1fr);grid-gap:10px;grid-auto-rows:minmax(-webkit-max-content,auto);grid-auto-rows:minmax(max-content,auto);-ms-grid-template-rows:auto 1fr;-ms-grid-template-columns:repeat(3,1fr);-ms-grid-gap:10px;-ms-grid-auto-rows:minmax(max-content,auto);-webkit-align-items:center;align-items:center}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input{width:100%;padding:10px 30px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{background-color:transparent;border:1px solid #ddd!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered{color:#666;background-color:transparent}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus{border:1px solid #bbb!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-button{border:0!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-decoration:none!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;transition:.25s;box-sizing:border-box;border-radius:4px!important;box-shadow:none;vertical-align:middle!important;height:auto!important;cursor:pointer!important;text-shadow:none;font-family:inherit;outline:0!important;margin:0;-webkit-appearance:none}.pp-member-directory .ppressmd-members-total-wrap{text-align:center;margin:0 0 10px}.pp-member-directory .ppressmd-members-total{font-size:20px;font-weight:300}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container{width:100%!important}.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field{width:auto!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{display:block!important;height:40px;padding:0 0 0 12px!important;overflow:hidden!important;position:relative!important;white-space:nowrap!important;line-height:35px!important;font-size:15px!important;text-align:left!important;text-decoration:none!important;border-radius:2px!important;background-clip:padding-box!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow{display:inline-block!important;width:34px!important;height:100%!important;position:absolute!important;right:0!important;top:0!important;border-radius:0 2px 2px 0!important;background-clip:padding-box!important;text-align:center!important;background:0 0!important;border-left:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown{border:1px solid #ddd;border-top:0;border-radius:0}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li{list-style:none;display:list-item;background-image:none;font-size:15px;margin:5px!important;color:#666!important;padding:3px 7px 4px!important;cursor:pointer;min-height:1em!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important;line-height:.8!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0!important;line-height:37px}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:37px;box-sizing:border-box;list-style:none;margin:0;padding-left:0!important;padding-right:30px;width:100%;font-size:13px}.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted{background:0 0!important;background:#f4f4f4!important;color:#666!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{right:10px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{right:10px;font-size:30px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{color:#888!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{position:absolute}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice{padding:3px 3px 3px 5px}.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input{border:0!important;padding:0!important;border-radius:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li{overflow-x:hidden;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{font-size:20px!important}.pp-member-directory .ppmd-pagination-wrap{font-size:16px;width:100%;margin:0 auto 10px;padding:0;text-align:center}.pp-member-directory .ppmd-pagination-wrap .page-numbers{display:inline-block;width:auto;height:34px;line-height:34px;transition:all .2s linear;padding:0 14px;color:#666;font-weight:400}.pp-member-directory .ppmd-pagination-wrap .page-numbers.current{background:#007bff;color:#fff}.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons{vertical-align:middle}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{ left:0; }  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{ right:0; }  .flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto;}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;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;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;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;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.vagebond .gallery-list-holder {
margin-bottom: 30px;
}
.vagebond .gallery-list-holder .add-gallery-buttton {
float: right;
}
.vagebond .gallery-list-holder .gallery-list li {
width: 99%;
border-bottom: 1px solid #d9d9d9;
margin-bottom: 20px;
padding: 8px;
}
.vagebond .gallery-list-holder .gallery-list li .gallery-image-holder {
min-height: 80px;
min-width: 80px;
}
.vagebond .gallery-list-holder .gallery-list li .gallery-image-holder,
.vagebond .gallery-list-holder .gallery-list li h3,
.vagebond .gallery-list-holder .gallery-list li a {
display: inline-block;
}
.vagebond .gallery-list-holder .gallery-list li .gallery-image {
border-radius: 10px;
height: 80px;
width: 80px;
}
.vagebond .gallery-list-holder .gallery-list li h3 {
margin-top: 20px;
padding-left: 15px;
vertical-align: top;
}
.vagebond .red {
color: #d81a31;
}
.vagebond .green {
color: #62a51c;
}
.vagebond .add-update-gallery-title label {
font-size: 15px;
}
.vagebond .add-update-gallery-title input[type="text"] {
border-radius: 3px;
height: 35px;
width: 35%;
}
.vagebond .vagebond-shortcode-msg {
margin: 15px 0px 20px;
}
.vagebond #vagebond-gallery .gallery {
margin-top: 25px;
width: 100%;
}
.vagebond #vagebond-gallery li {
background-repeat: no-repeat;
background-size: cover;
border: medium none;
border-radius: 5px;
cursor: move;
display: inline-block;
height: 200px;
margin-bottom: 15px;
margin-right: 15px;
position: relative;
width: 200px;
}
.vagebond #vagebond-gallery li a {
display: inline-block;
text-decoration: none;
border-radius: 50%;
}
.vagebond #vagebond-gallery li a.vb-delete {
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
position: absolute;
top: 0;
right: 0;
width: 25px;
height: 25px;
background-color: #3d6889;
border: 2px solid #3d6889;
}
.vagebond #vagebond-gallery li a.vb-delete span {
line-height: 20px;
font-size: 20px;
display: block;
text-align: center;
color: #FFFFFF;
}
.vagebond form {
width: 100%;
}
.vagebond form input,
.vagebond form select,
.vagebond form textarea {
display: block;
width: 100%;
margin: 10px 0;
padding: 10px;
}
.vagebond form input,
.vagebond form select {
height: 40px !important;
text-indent: 5px;
}
.vagebond form textarea {
height: 80px;
resize: none;
}
.vagebond form label {
font-size: 8px;
color: #666666;
}
.vagebond h1,
.vagebond h2,
.vagebond h3,
.vagebond h4,
.vagebond h5 {
line-height: 1;
color: #58585b;
box-sizing: border-box;
font-weight: 400;
}
.vagebond p {
color: #666666;
font-size: 9px;
font-size: 0.9rem;
}
.vagebond h1 {
box-sizing: border-box;
font-size: 16px;
font-size: 1.6rem;
color: #666666;
}
.vagebond h2 {
font-size: 14px;
font-size: 1.4rem;
}
.vagebond h3 {
font-size: 11px;
font-size: 1.1rem;
margin: 0;
}
.bb {
box-sizing: border-box;
}
.vertical-align {
position: relative;
top: 50%;
-webkit-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.vagebond-button {
-webkit-transition: all 0.4s;
transition: all 0.4s;
font-size: 10px;
font-size: 1rem;
font-weight: 400;
background-color: #3D6889;
border: none;
color: #FFFFFF;
padding: 9px 18px;
text-decoration: none;
display: inline-block;
width: auto;
cursor: pointer;
text-align: center;
border-radius: 5px;
}
.vagebond-button:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-button.small {
font-size: 8px;
font-size: 0.8rem;
padding: 6px 10px;
}
.vagebond-button.large {
font-size: 11px;
font-size: 1.1rem;
padding: 12px 22px;
min-width: 190px;
}
.vagebond-button.light {
background-color: #FFFFFF;
color: #3D6889;
}
.vagebond-button.light:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-button.button-red {
background-color: #6c0000;
float: right;
margin-top: 20px;
}
.vagebond-container {
margin-right: 20px;
border-radius: 5px;
margin-top: 15px;
}
.vagebond-container.white {
background-color: #FFFFFF;
}
.vagebond-row {
box-sizing: border-box;
margin: 0;
padding: 20px;
width: 100%;
display: inline-block;
}
.vagebond-row.center {
text-align: center;
}
.vagebond.background .vagebond-container .delete {
background-color: #3D6889;
display: inline-block;
border-radius: 50%;
width: 25px;
height: 25px;
position: absolute;
right: -12px;
top: -12px;
border: 2px solid #3D6889;
margin: auto auto;
}
.vagebond.background .vagebond-container .delete .svg-icon {
width: 1.5em;
height: 25px;
display: block;
margin: auto;
}
.vagebond.background .vagebond-container .delete:hover {
background-color: white;
}
.vagebond.background .vagebond-container .delete:hover .svg-icon path,
.vagebond.background .vagebond-container .delete:hover .svg-icon polygon,
.vagebond.background .vagebond-container .delete:hover .svg-icon rect {
fill: #3D6889;
}
.vagebond.background .vagebond-container .delete:hover .svg-icon circle {
stroke: #3D6889;
}
.vagebond.background .vagebond-container.images .gallery {
width: 100%;
margin-top: 25px;
}
.vagebond.background .vagebond-container.images .gallery li {
width: 200px;
height: 200px;
background-size: cover;
background-repeat: no-repeat;
border: none;
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
cursor: move;
position: relative;
border-radius: 5px;
}
#wp-content {
position: relative;
}
.vagebond {
height: 100%;
padding: 20px;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}.bb {
box-sizing: border-box;
}
.vertical-align {
position: relative;
top: 50%;
-webkit-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.full-width .gallery {
margin: 0 0 1em;
}
.gallery {
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
margin: 1em 0;
}
.gallery.hidden {
opacity: 0;
}
.gallery figure {
margin: 1px;
}
.gallery figure img {
width: 100%;
display: inline-block;
max-width: none;
vertical-align: middle;
position: relative;
background-color: #000000;
}
@media only screen and (min-width: 1025px) {
.gallery figure img {
-webkit-transition: all 0.8s;
transition: all 0.8s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.gallery figure .caption {
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
}
.gallery figure .caption i {
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: translateY(150%);
-ms-transform: translateY(150%);
transform: translateY(150%);
opacity: 0;
}
.gallery figure .caption i:before {
font-size: 50px;
}
.gallery figure .caption h1 {
font-size: 21px;
font-size: 2.1rem;
text-align: center;
margin: 0;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.gallery a {
display: block;
}
@media only screen and (min-width: 1025px) {
.gallery a:hover .caption {
opacity: 1;
}
.gallery a:hover .caption i {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.gallery a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity: .55;
}
}
.gallery .item,
.gallery .sizer {
width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.gallery .item,
.gallery .sizer {
width: 33.33%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.gallery .item,
.gallery .sizer {
width: 33.33%;
}
}
.gallery .item--width2 {
width: 40%;
}
.gallery .item--width3 {
width: 60%;
}.vagebond-button {
-webkit-transition: all 0.4s;
transition: all 0.4s;
font-size: 10px;
font-size: 1rem;
font-weight: 400;
background-color: #3D6889;
border: none;
color: #FFFFFF;
padding: 9px 18px;
text-decoration: none;
display: inline-block;
width: auto;
cursor: pointer;
text-align: center;
border-radius: 5px;
}
.vagebond-button:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-button.small {
font-size: 8px;
font-size: 0.8rem;
padding: 6px 10px;
}
.vagebond-button.large {
font-size: 11px;
font-size: 1.1rem;
padding: 12px 22px;
min-width: 190px;
}
.vagebond-button.light {
background-color: #FFFFFF;
color: #3D6889;
}
.vagebond-button.light:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-button.delete {
background-color: #d81a31;
color: #FFFFFF;
}
.vagebond-plus-button {
font-size: 8px;
font-size: 0.8rem;
font-weight: 600;
background-color: #3D6889;
border: none;
color: #FFFFFF;
padding: 6px 25px 6px 13px;
text-decoration: none;
display: inline-block;
width: auto;
margin: 10px 0 0 0;
cursor: hand;
text-align: center;
border-radius: 5px;
position: relative;
letter-spacing: 1px;
}
.vagebond-plus-button:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-plus-button:before,
.vagebond-plus-button:after {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
right: 5px;
top: 50%;
position: absolute;
display: inline-block;
content: '';
width: 10px;
height: 2px;
background-color: #FFFFFF;
}
.vagebond-plus-button:after {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.vagebond-info {
color: #666666;
background-color: white;
padding: 4px 10px;
border-radius: 50%;
border: 1px solid #eaebed;
text-decoration: none;
outline: none;
}
.vagebond-info:hover {
background-color: #3D6889;
color: #FFFFFF;
}
.vagebond-info:focus {
outline: 0;
box-shadow: none;
}
.vagebond-plus:before,
.vagebond-plus:after {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
position: absolute;
display: inline-block;
content: '';
width: 60px;
height: 2px;
background-color: #eaebed;
}
.vagebond-plus:after {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.vagebond-hidden {
display: none;
}
.vagebond-popover {
display: none;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
opacity: 0;
filter: alpha(opacity=0);
background-color: #3D6889;
position: absolute;
width: 200px;
z-index: 100;
padding: 10px;
top: -52px;
right: -125px;
font-size: 8px;
font-size: 0.8rem;
color: #FFFFFF;
}
.vagebond-popover:after {
content: '';
position: absolute;
left: 50%;
margin: 0 0 0 -5px;
border: 10px solid transparent;
-webkit-transition: all 0.2s 0.3s;
transition: all 0.2s 0.3s;
top: 100%;
border-top-color: #3D6889;
}
.vagebond-popover.active {
display: inline-block;
opacity: 1;
filter: alpha(opacity=100);
}
.vagebond-numbered-list {
margin-top: 14px;
counter-reset: item;
}
.vagebond-numbered-list li {
counter-increment: item;
}
.vagebond-numbered-list li:before {
font-size: 7px;
font-size: 0.7rem;
font-weight: 600;
width: 19px;
margin-right: 10px;
content: counter(item);
background: #3D6889;
border-radius: 100%;
color: #FFFFFF;
text-align: center;
display: inline-block;
}
.vagebond-handle {
display: block;
position: absolute;
cursor: move;
}
.vagebond form {
width: 100%;
}
.vagebond form input,
.vagebond form select,
.vagebond form textarea {
display: block;
width: 100%;
margin: 10px 0;
padding: 10px;
box-shadow: none;
}
.vagebond form input,
.vagebond form select {
height: 40px !important;
text-indent: 5px;
}
.vagebond form textarea {
height: 80px;
resize: none;
}
.vagebond form label {
font-size: 8px;
font-size: 0.8rem;
color: #666666;
}
.bb {
box-sizing: border-box;
}
.vertical-align {
position: relative;
top: 50%;
-webkit-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
#TB_window {
min-width: 800px!important;
}
#TB_ajaxContent input {
margin-bottom: 10px;
}
#TB_ajaxContent textarea {
height: 100px;
}
.vagebond h1,
.vagebond h2,
.vagebond h3,
.vagebond h4,
.vagebond h5 {
line-height: 1;
color: #58585b;
box-sizing: border-box;
font-weight: 400;
}
.vagebond p {
color: #666666;
font-size: 9px;
font-size: 0.9rem;
}
.vagebond h1 {
box-sizing: border-box;
font-size: 16px;
font-size: 1.6rem;
color: #666666;
}
.vagebond h2 {
font-size: 14px;
font-size: 1.4rem;
}
.vagebond h3 {
font-size: 11px;
font-size: 1.1rem;
margin: 0;
}
.vagebond-button {
-webkit-transition: all 0.4s;
transition: all 0.4s;
font-size: 10px;
font-size: 1rem;
font-weight: 400;
background-color: #3D6889;
border: none;
color: #FFFFFF;
padding: 9px 18px;
text-decoration: none;
display: inline-block;
width: auto;
cursor: pointer;
text-align: center;
border-radius: 5px;
}
.vagebond-button:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-button.small {
font-size: 8px;
font-size: 0.8rem;
padding: 6px 10px;
}
.vagebond-button.large {
font-size: 11px;
font-size: 1.1rem;
padding: 12px 22px;
min-width: 190px;
}
.vagebond-button.light {
background-color: #FFFFFF;
color: #3D6889;
}
.vagebond-button.light:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-plus-button {
font-size: 8px;
font-size: 0.8rem;
font-weight: 600;
background-color: #3D6889;
border: none;
color: #FFFFFF;
padding: 6px 25px 6px 13px;
text-decoration: none;
display: inline-block;
width: auto;
margin: 10px 0 0 0;
cursor: hand;
text-align: center;
border-radius: 5px;
position: relative;
letter-spacing: 1px;
}
.vagebond-plus-button:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-plus-button:before,
.vagebond-plus-button:after {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
right: 5px;
top: 50%;
position: absolute;
display: inline-block;
content: '';
width: 10px;
height: 2px;
background-color: #FFFFFF;
}
.vagebond-plus-button:after {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.vagebond-container {
margin-right: 20px;
border-radius: 5px;
margin-top: 15px;
padding-bottom: 50px;
background-color: #FFFFFF;
}
.vagebond-container { }
.vagebond-container .form-group {
width: 561px;
margin: 0 auto 15px auto;
overflow: hidden;
}
.vagebond-container .form-group label,
.vagebond-container .form-group input,
.vagebond-container .form-group textarea,
.vagebond-container .form-group select,
.vagebond-container .form-group .nouislider {
display: inline-block;
vertical-align: middle;
}
.vagebond-container .form-group label {
color: #58585b;
width: 118px;
text-align: left;
float: left;
}
.vagebond-container .form-group label.max {
float: right;
width: auto;
}
.vagebond-container .form-group input,
.vagebond-container .form-group textarea,
.vagebond-container .form-group select {
width: 440px;
}
.vagebond-container .form-group .nouislider {
width: 355px;
margin-right: 20px;
float: left;
}
.vagebond-container textarea,
.vagebond-container input[type="text"],
.vagebond-container input[type="password"],
.vagebond-container input[type="datetime"],
.vagebond-container input[type="datetime-local"],
.vagebond-container input[type="date"],
.vagebond-container input[type="month"],
.vagebond-container input[type="time"],
.vagebond-container input[type="week"],
.vagebond-container input[type="number"],
.vagebond-container input[type="email"],
.vagebond-container input[type="url"],
.vagebond-container input[type="search"],
.vagebond-container input[type="tel"],
.vagebond-container input[type="color"] {
box-sizing: border-box;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-family: inherit;
padding: 8px 12px;
border: 1px solid #eaebed;
background: none;
color: #58585b;
-webkit-appearance: none;
border-radius: 5px;
background-color: #FFFFFF;
}
.vagebond-container textarea:focus,
.vagebond-container input[type="text"]:focus,
.vagebond-container input[type="password"]:focus,
.vagebond-container input[type="datetime"]:focus,
.vagebond-container input[type="datetime-local"]:focus,
.vagebond-container input[type="date"]:focus,
.vagebond-container input[type="month"]:focus,
.vagebond-container input[type="time"]:focus,
.vagebond-container input[type="week"]:focus,
.vagebond-container input[type="number"]:focus,
.vagebond-container input[type="email"]:focus,
.vagebond-container input[type="url"]:focus,
.vagebond-container input[type="search"]:focus,
.vagebond-container input[type="tel"]:focus,
.vagebond-container input[type="color"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
.vagebond-container textarea {
line-height: 1.5;
resize: none;
}
.vagebond-container select {
height: 37px;
}
.vagebond-container input[type="submit"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
#TB_window {
min-width: 800px!important;
}
#TB_ajaxContent .vagebond-modal { }
#TB_ajaxContent .vagebond-modal .vagebond-container {
background-color: #FFFFFF;
padding: 20px 40px;
margin-right: 20px;
border-radius: 5px;
margin-top: 15px;
}
#TB_ajaxContent .vagebond-modal .vagebond-container article {
margin-bottom: 50px;
}
#TB_ajaxContent .vagebond-modal h1,
#TB_ajaxContent .vagebond-modal h2,
#TB_ajaxContent .vagebond-modal h3,
#TB_ajaxContent .vagebond-modal h4,
#TB_ajaxContent .vagebond-modal h5 {
line-height: 1;
color: #58585b;
box-sizing: border-box;
font-weight: 500;
}
#TB_ajaxContent .vagebond-modal h2 {
font-size: 13px;
font-size: 1.3rem;
}
#TB_ajaxContent .vagebond-modal p {
color: #58585b;
font-size: 8px;
font-size: 0.8rem;
}
#TB_ajaxContent .vagebond-modal h5 {
font-size: 11px;
font-size: 1.1rem;
text-transform: uppercase;
margin: 0;
}
#TB_ajaxContent .vagebond-modal .vagebond-modal-header {
padding: 30px;
border-bottom: 1px solid #eaebed;
margin-bottom: 50px;
}
#TB_ajaxContent .vagebond-modal .vagebond-modal-header h1 {
color: #000000;
}
#TB_ajaxContent .vagebond-modal .vagebond-modal-body {
padding: 10px;
}
#TB_ajaxContent .vagebond-modal .vagebond-modal-body h2 {
margin-bottom: 12px;
}
#TB_ajaxContent .vagebond-modal .vagebond-modal-body .text,
#TB_ajaxContent .vagebond-modal .vagebond-modal-body .actions {
display: inline-block;
}
#TB_ajaxContent .vagebond-modal .vagebond-modal-body .text {
width: 300px;
}
#TB_ajaxContent .vagebond-modal .vagebond-modal-body hr {
margin: 25px 0px;
}
#TB_ajaxContent .vagebond-modal .vagebond-modal-body .vagebond-button.right {
float: right;
margin-top: 15px;
}
#TB_ajaxContent .vagebond-modal .vagebond-navbar {
margin-top: 25px;
text-align: right;
}
#TB_ajaxContent .vagebond-modal .vagebond-navbar a {
margin: 0 0 0 5px;
}
#TB_ajaxContent .vagebond-modal .vagebond-button {
float: right;
margin-right: 120px;
}
#TB_ajaxContent .vagebond-modal .form-group {
width: 561px;
margin: 0 auto 15px auto;
overflow: hidden;
}
#TB_ajaxContent .vagebond-modal .form-group label,
#TB_ajaxContent .vagebond-modal .form-group input,
#TB_ajaxContent .vagebond-modal .form-group textarea,
#TB_ajaxContent .vagebond-modal .form-group select,
#TB_ajaxContent .vagebond-modal .form-group .nouislider {
display: inline-block;
vertical-align: middle;
}
#TB_ajaxContent .vagebond-modal .form-group label {
font-size: 9px;
font-size: 0.9rem;
color: #58585b;
width: 118px;
text-align: left;
float: left;
line-height: 35px;
}
#TB_ajaxContent .vagebond-modal .form-group label.max {
float: right;
width: auto;
}
#TB_ajaxContent .vagebond-modal .form-group input,
#TB_ajaxContent .vagebond-modal .form-group textarea,
#TB_ajaxContent .vagebond-modal .form-group select {
width: 440px;
}
#TB_ajaxContent .vagebond-modal .form-group .nouislider {
width: 355px;
margin-right: 20px;
float: left;
}
#TB_ajaxContent .vagebond-modal textarea,
#TB_ajaxContent .vagebond-modal input[type="text"],
#TB_ajaxContent .vagebond-modal input[type="password"],
#TB_ajaxContent .vagebond-modal input[type="datetime"],
#TB_ajaxContent .vagebond-modal input[type="datetime-local"],
#TB_ajaxContent .vagebond-modal input[type="date"],
#TB_ajaxContent .vagebond-modal input[type="month"],
#TB_ajaxContent .vagebond-modal input[type="time"],
#TB_ajaxContent .vagebond-modal input[type="week"],
#TB_ajaxContent .vagebond-modal input[type="number"],
#TB_ajaxContent .vagebond-modal input[type="email"],
#TB_ajaxContent .vagebond-modal input[type="url"],
#TB_ajaxContent .vagebond-modal input[type="search"],
#TB_ajaxContent .vagebond-modal input[type="tel"],
#TB_ajaxContent .vagebond-modal input[type="color"] {
box-sizing: border-box;
font-size: 9px;
font-size: 0.9rem;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-family: inherit;
padding: 8px 12px;
border: 1px solid #eaebed;
background: none;
color: #58585b;
-webkit-appearance: none;
border-radius: 5px;
background-color: #FFFFFF;
}
#TB_ajaxContent .vagebond-modal textarea:focus,
#TB_ajaxContent .vagebond-modal input[type="text"]:focus,
#TB_ajaxContent .vagebond-modal input[type="password"]:focus,
#TB_ajaxContent .vagebond-modal input[type="datetime"]:focus,
#TB_ajaxContent .vagebond-modal input[type="datetime-local"]:focus,
#TB_ajaxContent .vagebond-modal input[type="date"]:focus,
#TB_ajaxContent .vagebond-modal input[type="month"]:focus,
#TB_ajaxContent .vagebond-modal input[type="time"]:focus,
#TB_ajaxContent .vagebond-modal input[type="week"]:focus,
#TB_ajaxContent .vagebond-modal input[type="number"]:focus,
#TB_ajaxContent .vagebond-modal input[type="email"]:focus,
#TB_ajaxContent .vagebond-modal input[type="url"]:focus,
#TB_ajaxContent .vagebond-modal input[type="search"]:focus,
#TB_ajaxContent .vagebond-modal input[type="tel"]:focus,
#TB_ajaxContent .vagebond-modal input[type="color"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
#TB_ajaxContent .vagebond-modal textarea {
line-height: 1.5;
resize: none;
}
#TB_ajaxContent .vagebond-modal select {
height: 37px;
}
#TB_ajaxContent .vagebond-modal input[type="submit"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
.vagebond-nav-list {
margin-top: 0;
margin-bottom: 50px;
}
.vagebond-nav-list li {
width: 175px;
height: 255px;
display: inline-block;
vertical-align: top;
margin: 0 10px 10px 0;
}
.vagebond-nav-list li a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
box-sizing: border-box;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
position: relative;
padding: 30px 15px;
width: 100%;
height: 100%;
display: block;
border-radius: 3px;
text-align: center;
text-decoration: none;
background-color: #FFFFFF;
}
.vagebond-nav-list li a h5 {
font-size: 10px;
font-size: 1rem;
margin-bottom: 20px;
}
.vagebond-nav-list li a figure {
margin-bottom: 30px;
}
.vagebond-nav-list li a:hover {
background-color: #3D6889;
border-color: #3D6889;
}
.vagebond-nav-list li a:hover h1,
.vagebond-nav-list li a:hover h2,
.vagebond-nav-list li a:hover h3,
.vagebond-nav-list li a:hover h4,
.vagebond-nav-list li a:hover h5,
.vagebond-nav-list li a:hover p,
.vagebond-nav-list li a:hover span {
color: #FFFFFF;
}
.vagebond-nav-list li a:hover figure {
box-shadow: inset 0 0 0 4px #FFFFFF;
}
.vagebond-nav-list li a:hover figure.blue {
border-color: transparent;
background-color: #FFFFFF;
}
.vagebond-nav-list li a:hover .vagebond-plus:before,
.vagebond-nav-list li a:hover .vagebond-plus:after {
background-color: #FFFFFF;
}
.vagebond-nav-list li a:hover .vagebond-progress {
background-color: #FFFFFF;
}
.vagebond-nav-list.large li {
width: 260px;
height: 370px;
margin: 0 20px 20px 0;
}
.vagebond-nav-list.large li.new-item h5 {
margin-bottom: 35px;
}
.vagebond-nav-list.large li a {
padding: 35px;
}
.vagebond-nav-list.large li a figure {
margin-bottom: 23px;
}
.vagebond-nav-list.large li a h3 {
color: #3D6889;
margin-bottom: 8px;
}
.vagebond-nav-list.large li a h5 {
text-transform: none;
margin-bottom: 0;
}
.vagebond-nav-list.large li a p {
margin: 0;
position: absolute;
bottom: 30px;
left: 0;
padding: 0;
width: 100%;
}
.vagebond-nav-list.large li a .vagebond-progress {
margin-bottom: 10px;
}
.vagebond-nav-list.large li a .subtitle {
padding: 0;
margin: 0 0 15px 0;
}
.vagebond-nav-list.large li a:hover h5,
.vagebond-nav-list.large li a:hover h3,
.vagebond-nav-list.large li a:hover p {
color: #FFFFFF;
}
@font-face {
font-family: 'FontAwesome';
src: url(//www.oxenalm.at/wp-content/plugins/vagebond-menu/public/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.oxenalm.at/wp-content/plugins/vagebond-menu/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/plugins/vagebond-menu/public/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.oxenalm.at/wp-content/plugins/vagebond-menu/public/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.oxenalm.at/wp-content/plugins/vagebond-menu/public/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.oxenalm.at/wp-content/plugins/vagebond-menu/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.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;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
-webkit-filter: none;
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:after {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.vagebond-mymenu-menus .vagebond-nav-list {
margin-bottom: 0;
}
.vagebond-mymenu-menus .vagebond-nav-list.small li {
width: 130px;
height: 190px;
}
.vagebond-mymenu-menus .vagebond-nav-list li {
border-radius: 5px;
}
.vagebond-mymenu-menus .vagebond-nav-list li.new-item {
border: 1px dashed #eaebed;
}
.vagebond-mymenu-menus .vagebond-nav-list li.new-item a {
box-shadow: none;
}
.vagebond-mymenu-menus .vagebond-nav-list a {
box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
border-radius: 0;
position: relative;
}
.vagebond-mymenu-menus .vagebond-nav-list a span {
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
position: absolute;
top: 50%;
left: 50%;
}
.vagebond-mymenu-menus .vagebond-nav-list .vagebond-plus:before,
.vagebond-mymenu-menus .vagebond-nav-list .vagebond-plus:after {
width: 50px;
}
.vagebond-mymenu-index a {
text-decoration: none;
}
.vagebond-mymenu-index .vagebond-row {
padding: 20px 40px;
}
.vagebond-mymenu-index .header {
overflow: scroll;
border-bottom: 1px dashed #eaebed;
padding: 25px;
}
.vagebond-mymenu-index .header .title {
float: left;
text-transform: uppercase;
}
.vagebond-mymenu-index .header .title h1,
.vagebond-mymenu-index .header .title a {
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6em;
vertical-align: middle;
}
.vagebond-mymenu-index .header .title h1 {
margin: 0;
display: inline-block;
margin-left: 0;
color: #000000;
font-weight: 600;
}
.vagebond-mymenu-index .header .title a.update-menu {
text-decoration: none;
display: inline-block;
}
.vagebond-mymenu-index .header .vagebond-navbar {
float: right;
margin: 0;
}
.vagebond-mymenu-index .vagebond-shortcode-msg {
clear: both;
float: left;
}
.vagebond-mymenu-index .vagebond-no-categories h2 {
margin-bottom: 0;
}
.vagebond-mymenu-index .vagebond-no-categories p {
margin-top: 15px;
}
.vagebond-mymenu-index .vagebond-categories .vagebond-category {
margin-bottom: 80px;
}
.vagebond-mymenu-index .vagebond-categories .vagebond-category:last-child {
margin-bottom: 0;
}
.vagebond-mymenu-index .vagebond-categories .vagebond-category .title {
font-size: 16px;
font-size: 1.6rem;
display: block;
margin-bottom: 0;
font-weight: 400;
position: relative;
}
.vagebond-mymenu-index .vagebond-categories .vagebond-category .title a {
display: inline-block;
vertical-align: middle;
}
.vagebond-mymenu-index .vagebond-categories .vagebond-category .title .delete {
background-color: #eaebed;
color: white;
border-radius: 50%;
font-size: 11px;
width: 2.5em;
height: 2.5em;
text-align: center;
}
.vagebond-mymenu-index .vagebond-categories .vagebond-category .title .delete span:before {
left: 1.3em;
vertical-align: middle;
}
.vagebond-mymenu-index .vagebond-categories .vagebond-category .title .delete:hover {
background-color: #d81a31;
}
.vagebond-mymenu-index .vagebond-categories .vagebond-category .vagebond-add-item {
width: 100%;
padding: 10px 0;
background-color: #9dcff1;
font-weight: 400;
}
.vagebond-mymenu-index .vagebond-categories .vagebond-category .vagebond-add-item:hover {
background-color: #3D6889;
color: #FFFFFF;
}
.vagebond-mymenu-index .vagebond-categories .vagebond-category .no-items {
text-align: center;
margin-top: 5px;
}
.vagebond-mymenu-index .menu-items {
margin-top: 30px;
}
.vagebond-mymenu-index .menu-items li {
box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
padding: 15px;
margin-bottom: 10px;
background-color: #ffffff;
position: relative;
}
.vagebond-mymenu-index .menu-items li .vagebond-handle {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 0;
}
.vagebond-mymenu-index .menu-items li .vagebond-handle:hover:after {
color: #3D6889;
}
.vagebond-mymenu-index .menu-items li .delete {
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
right: 0;
}
.vagebond-mymenu-index .menu-items li .delete:after {
padding: 0 .5em;
color: #eaebed;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.vagebond-mymenu-index .menu-items li .delete:hover {
background-color: #d81a31;
}
.vagebond-mymenu-index .menu-items li .delete:hover:after {
color: #FFFFFF;
}
.vagebond-mymenu-index .menu-items li .vagebond-handle,
.vagebond-mymenu-index .menu-items li .delete {
box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
position: absolute;
display: block;
top: 50%;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
background-color: #FFFFFF;
border-radius: 50%;
text-align: center;
}
.vagebond-mymenu-index .menu-items li .vagebond-handle:after,
.vagebond-mymenu-index .menu-items li .delete:after {
line-height: 2.5em;
}
.vagebond-mymenu-index .menu-items li div {
padding: 0 30px 0 20px;
}
.vagebond-mymenu-index .menu-items li div a {
font-weight: 600;
}
.vagebond-mymenu-index .menu-items li div a:after {
margin-left: 10px;
color: #d3d3d3;
}
.vagebond-mymenu-index .menu-items li div a:hover:after {
color: #000000;
}
.vagebond-mymenu-index .menu-items li div p,
.vagebond-mymenu-index .menu-items li div .price {
font-size: 9px;
font-size: 0.9rem;
margin: 2px 0 0 0;
color: black;
display: inline-block;
}
.vagebond-mymenu-index .menu-items li div span {
display: block;
}
.vagebond-mymenu-index .menu-items li div .price {
display: inline-block;
} .svg-icon {
width: 2em;
height: 2em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: #FFFFFF;
}
.svg-icon circle {
stroke: #FFFFFF;
stroke-width: 1;
}
.vagebond-row {
box-sizing: border-box;
margin: 0;
padding: 20px;
}
.vagebond-row.center {
text-align: center;
}
#wp-content {
position: relative;
}
.vagebond_menu_description {
text-align: center;
}
.vagebond {
height: 100%;
padding: 20px;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.vagebond .title-wrap {
overflow: hidden;
}
.vagebond .vagebond-category-handle {
vertical-align: middle;
position: relative;
}
.vagebond .vagebond-category-handle:before {
color: #d3d3d3;
font-size: 16px;
position: relative;
padding: .6em;
border: 1px solid #d3d3d3;
border-radius: 50%;
width: 1em;
height: 1em;
text-align: center;
line-height: 1em;
margin-right: .3em;
margin-top: .1em;
display: inline-block;
vertical-align: middle;
}.bb {
box-sizing: border-box;
}
.vertical-align {
position: relative;
top: 50%;
-webkit-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.vagebond h1,
.vagebond h2,
.vagebond h3,
.vagebond h4,
.vagebond h5 {
line-height: 1;
color: #58585b;
box-sizing: border-box;
font-weight: 400;
}
.vagebond p {
color: #666666;
font-size: 9px;
font-size: 0.9rem;
}
.vagebond h1 {
box-sizing: border-box;
font-size: 16px;
font-size: 1.6rem;
color: #666666;
}
.vagebond h2 {
font-size: 14px;
font-size: 1.4rem;
}
.vagebond h3 {
font-size: 11px;
font-size: 1.1rem;
margin: 0;
} .svg-icon {
width: 2em;
height: 2em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: #FFFFFF;
}
.svg-icon circle {
stroke: #FFFFFF;
stroke-width: 1;
}
.vagebond form {
width: 100%;
}
.vagebond form input,
.vagebond form select,
.vagebond form textarea {
display: block;
width: 100%;
margin: 10px 0;
padding: 10px;
box-shadow: none;
}
.vagebond form input,
.vagebond form select {
height: 40px !important;
text-indent: 5px;
}
.vagebond form textarea {
height: 80px;
resize: none;
}
.vagebond form label {
font-size: 8px;
font-size: 0.8rem;
color: #666666;
}
.vagebond .red {
color: #d81a31;
}
.vagebond .green {
color: #62a51c;
}
.vagebond .videowrapper {
position: relative;
padding-bottom: 56.25%; height: 0;
}
.vagebond .videowrapper .videoframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vagebond #vagebond-gallery .gallery {
margin-top: 25px;
width: 100%;
}
.vagebond #vagebond-gallery li {
background-repeat: no-repeat;
background-size: cover;
border: medium none;
border-radius: 5px;
cursor: move;
display: inline-block;
height: 200px;
margin-bottom: 15px;
margin-right: 15px;
position: relative;
width: 200px;
}
.vagebond #vagebond-gallery li a {
display: inline-block;
text-decoration: none;
border-radius: 50%;
}
.vagebond #vagebond-gallery li a.vb-delete {
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
position: absolute;
top: 0;
right: 0;
width: 25px;
height: 25px;
background-color: #3d6889;
border: 2px solid #3d6889;
}
.vagebond #vagebond-gallery li a.vb-delete span {
line-height: 20px;
font-size: 20px;
display: block;
text-align: center;
color: #FFFFFF;
}
.vagebond .url-holder {
display: inline-block;
position: relative;
}
.vagebond .url-holder input {
line-height: 1.9em;
}
.vagebond .url-holder .url-paste {
width: 650px;
margin-bottom: 20px;
}
.vagebond .url-holder a {
text-align: center;
text-decoration: none;
}
.vagebond .url-holder a.deletevideo {
width: 18px;
height: 18px;
line-height: 15px;
background-color: #d3d3d3;
border: 2px solid #d3d3d3;
border-radius: 50%;
position: absolute;
right: 0;
top: 0;
-webkit-transform: translate(-50%, 35%);
-ms-transform: translate(-50%, 35%);
transform: translate(-50%, 35%);
}
.vagebond .url-holder a.deletevideo span {
color: #FFFFFF;
font-size: 20px;
}
#TB_window {
min-width: 800px!important;
}
.vagebond-button {
-webkit-transition: all 0.4s;
transition: all 0.4s;
font-size: 10px;
font-size: 1rem;
font-weight: 400;
background-color: #3D6889;
border: none;
color: #FFFFFF;
padding: 9px 18px;
text-decoration: none;
display: inline-block;
width: auto;
cursor: pointer;
text-align: center;
border-radius: 5px;
}
.vagebond-button:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-button.small {
font-size: 8px;
font-size: 0.8rem;
padding: 6px 10px;
}
.vagebond-button.large {
font-size: 11px;
font-size: 1.1rem;
padding: 12px 22px;
min-width: 190px;
}
.vagebond-button.light {
background-color: #FFFFFF;
color: #3D6889;
}
.vagebond-button.light:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-plus-button {
font-size: 8px;
font-size: 0.8rem;
font-weight: 600;
background-color: #3D6889;
border: none;
color: #FFFFFF;
padding: 6px 25px 6px 13px;
text-decoration: none;
display: inline-block;
width: auto;
margin: 10px 0 0 0;
cursor: hand;
text-align: center;
border-radius: 5px;
position: relative;
letter-spacing: 1px;
}
.vagebond-plus-button:hover {
background-color: #3baddf;
color: #FFFFFF;
}
.vagebond-plus-button:before,
.vagebond-plus-button:after {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
right: 5px;
top: 50%;
position: absolute;
display: inline-block;
content: '';
width: 10px;
height: 2px;
background-color: #FFFFFF;
}
.vagebond-plus-button:after {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.vagebond-container {
margin-right: 20px;
border-radius: 5px;
margin-top: 15px;
padding-bottom: 20px;
}
.vagebond-container.white {
background-color: #FFFFFF;
}
.vagebond-row {
box-sizing: border-box;
margin: 0;
padding: 20px;
}
.vagebond-row.center {
text-align: center;
}
#wp-content {
position: relative;
}
.vagebond {
height: 100%;
padding: 20px;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.vagebond.background .vagebond-container .delete {
background-color: #3D6889;
display: inline-block;
border-radius: 50%;
width: 25px;
height: 25px;
position: absolute;
right: -12px;
top: -12px;
border: 2px solid #3D6889;
margin: auto auto;
}
.vagebond.background .vagebond-container .delete .svg-icon {
width: 1.5em;
height: 25px;
display: block;
margin: auto;
}
.vagebond.background .vagebond-container .delete:hover {
background-color: white;
}
.vagebond.background .vagebond-container .delete:hover .svg-icon path,
.vagebond.background .vagebond-container .delete:hover .svg-icon polygon,
.vagebond.background .vagebond-container .delete:hover .svg-icon rect {
fill: #3D6889;
}
.vagebond.background .vagebond-container .delete:hover .svg-icon circle {
stroke: #3D6889;
}
.vagebond.background .vagebond-container.images .gallery {
width: 100%;
margin-top: 25px;
}
.vagebond.background .vagebond-container.images .gallery li {
width: 200px;
height: 200px;
background-size: cover;
background-repeat: no-repeat;
border: none;
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
cursor: move;
position: relative;
border-radius: 5px;
}
.vagebond.background .vagebond-container.video {
margin-bottom: 50px;
}
.vagebond.background .vagebond-container.video .video-holder,
.vagebond.background .vagebond-container.video .url-paste {
width: 650px;
}
.vagebond.background .vagebond-container.video .url-holder {
position: relative;
}
.vagebond.background .vagebond-container.video .url-holder .delete {
width: 13px;
height: 13px;
left: 628px;
top: 11px;
margin: 0;
display: none;
background-color: #d3d3d3;
border: 2px solid #d3d3d3;
text-decoration: none;
}
.vagebond.background .vagebond-container.video .url-holder .delete .svg-icon {
width: 13px;
height: 13px;
border-color: #d3d3d3;
}
.vagebond.background .vagebond-container.video .url-holder .delete:hover {
background-color: #3D6889;
border: 2px solid #3D6889;
}
.vagebond.background .vagebond-container.video .url-holder .delete:hover .svg-icon path,
.vagebond.background .vagebond-container.video .url-holder .delete:hover .svg-icon polygon,
.vagebond.background .vagebond-container.video .url-holder .delete:hover .svg-icon rect {
fill: #FFFFFF;
}
.vagebond.background .vagebond-container.video .url-holder .delete:hover .svg-icon circle {
fill: #FFFFFF;
}
.vagebond.background .vagebond-container.video .url-paste {
margin-bottom: 20px;
}
.vagebond.background .vagebond-container.video .success,
.vagebond.background .vagebond-container.video .error {
display: none;
}.no-text-select {
-webkit-touch-callout: none; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none; } html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
} body {
margin: 0;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
} a {
background: transparent;
} a:active,
a:hover {
outline: 0;
} abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
} img {
border: 0;
} svg:not(:root) {
overflow: hidden;
} figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
} button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
} button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
} input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0;
padding: 0;
} textarea {
overflow: auto;
} optgroup {
font-weight: bold;
} table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} h1,
h2,
h3,
h4,
h5,
h6,
p {
font-weight: normal;
} html,
body {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}
h1,
h2,
h3 {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
}
abbr {
text-transform: uppercase;
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
}
time {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}
pre,
kbd,
samp,
code {
-webkit-font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
-moz-font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}
sup {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
}
sub {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
} input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
-webkit-font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
-moz-font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
}
table {
-webkit-font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
-moz-font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}
table thead,
table tfoot {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}  p,
span,
a,
h1,
h2,
h3,
h4,
h5,
strong {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
line-height: 1.2;
margin: 0 0 .35em 0;
} p {
line-height: 1.7em;
text-align: left;
margin: 20px 0;
} h1 {
font-size: 38px;
font-size: 3.8rem;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
font-weight: 700;
}
h2 {
font-size: 26px;
font-size: 2.6rem;
font-weight: 700;
}
h3 {
font-size: 21px;
font-size: 2.1rem;
}
h4 {
font-size: 16px;
font-size: 1.6rem;
}
h5 {
font-size: 14px;
font-size: 1.4rem;
}
h6 {
font-size: 10px;
font-size: 1rem;
}
p,
span {
font-size: 15px;
font-size: 1.5rem;
} p a,
ul a,
ol a {
text-decoration: underline;
} a {
text-decoration: none;
color: #6c9bae;
}
@media only screen and (min-width: 1025px) {
a {
-webkit-transition: color 1s;
transition: color 1s;
}
a:hover {
color: #FFFFFF;
}
} .serif {
letter-spacing: 1px;
font-family: 'merriweather-italic', serif;
color: #6c9bae;
} .signature {
padding: 20px 0;
text-align: left;
}
.signature h6 {
text-transform: uppercase;
color: #6c9bae;
letter-spacing: 2px;
margin: 0;
}
.signature h5 {
font-size: 48px;
font-size: 4.8rem;
font-family: 'kristimedium', serif;
margin: 0 0 0 0;
}
@media only screen and (max-width: 667px) {
.signature h5 {
font-size: 30px;
font-size: 3rem;
}
}
.signature.center {
text-align: center;
} blockquote {
border-left: 2px solid #6c9bae;
margin: 40px 0 40px 30px;
padding-left: 10px;
line-height: 1.8;
}
blockquote p {
font-size: 28px;
font-size: 2.8rem;
color: #6c9bae;
font-family: 'merriweather-italic', serif;
letter-spacing: 1px;
opacity: 1;
margin: 0;
} .badge {
font-size: 14px;
font-size: 1.4rem;
letter-spacing: 1px;
display: inline-block;
padding: .6em 1em;
border-radius: 1em;
line-height: 1.1em;
background-color: rgba(108, 155, 174, 0.5);
color: #FFFFFF;
margin: 10px 0;
}
.badge-rounded {
display: inline-block;
padding: .6em .9em;
background: rgba(108, 155, 174, 0.5);
border-radius: 1em;
} .date-icon:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\74";
vertical-align: middle;
margin-right: .3em;
} .transition {
-webkit-transition: opacity 1s;
transition: opacity 1s;
opacity: 1;
}
.transition-in {
opacity: 0;
}
.transition-out {
opacity: 0;
}
.fade {
-webkit-transition: opacity 1s;
transition: opacity 1s;
opacity: 1;
}
.fade-in {
opacity: 1;
}
.fade-out {
opacity: 0;
}
.slide-from-top {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.slide-from-top-in {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.slide-from-top-out {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.slide-to-top {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.slide-to-top-in {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.slide-to-top-out {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.slide-left {
-webkit-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.is-static .slide-left {
opacity: 1;
}
.slide-left-in {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
overflow: hidden;
}
.is-static .slide-left-in {
opacity: 0;
}
.slide-left-out {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
overflow: hidden;
}
.is-static .slide-left-out {
opacity: 0;
}
.splash-transition {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.splash-transition-out {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.slide-right {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.slide-right-in {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
overflow: hidden;
}
.slide-right-out {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
overflow: hidden;
}
.notransition {
-webkit-transition: none !important;
transition: none !important;
} @font-face {
font-family: 'montserratregular';
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.eot);
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.svg#montserratregular) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'merriweather-italic';
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/merriweather-italic.eot);
src: local('O'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/merriweather-italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/merriweather-italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/merriweather-italic.svg#merriweather-italic) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'kristimedium';
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.eot);
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.svg#kristimedium) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: '77-Essential-Icons';
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/77-Essential-Icons.eot);
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/77-Essential-Icons.eot?#iefix) format("embedded-opentype"), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/77-Essential-Icons.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/77-Essential-Icons.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/77-Essential-Icons.svg#77-Essential-Icons) format('svg');
font-weight: normal;
font-style: normal;
} .ambiance-icon.bg {
-webkit-transform: translateY(-70%);
-ms-transform: translateY(-70%);
transform: translateY(-70%);
z-index: 20;
position: relative;
display: block;
margin: 0 auto;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #6c9bae;
}
.ambiance-icon.bg:before {
line-height: 60px;
vertical-align: middle;
display: block;
text-align: center;
}
.ambiance-icon.bg .image {
margin: 0;
height: 60px;
display: block;
margin: auto;
}
.ambiance-icon.bg.icon-Food:before,
.ambiance-icon.bg.icon-Default:before {
top: 50%;
}
.ambiance-icon.inverted {
background-color: #FFFFFF;
}
.ambiance-icon.inverted:before {
color: #6c9bae;
}
.ambiance-icon:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ambiance-icon.image {
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 37px;
height: 37px;
margin-bottom: 15px;
}
.ambiance-icon.icon-Food:before,
.ambiance-icon.icon-Default:before {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: "";
position: absolute;
width: 37px;
height: 37px;
top: 25%;
left: 50%;
background-image: url(//www.oxenalm.at/wp-content/themes/ambiance/public/img/interface/knive-fork.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
.ambiance-icon.icon-Plus:before {
content: "\2b";
}
.ambiance-icon.icon-Attachment:before {
content: "\61";
}
.ambiance-icon.icon-Reply:before {
content: "\72";
}
.ambiance-icon.icon-BarGraph:before {
content: "\67";
}
.ambiance-icon.icon-Book:before {
content: "\52";
}
.ambiance-icon.icon-Bookmark:before {
content: "\42";
}
.ambiance-icon.icon-Briefcase:before {
content: "\62";
}
.ambiance-icon.icon-BrowserWindow:before {
content: "\77";
}
.ambiance-icon.icon-Calendar:before {
content: "\63";
}
.ambiance-icon.icon-Camera:before {
content: "\43";
}
.ambiance-icon.icon-Cancel:before {
content: "\78";
}
.ambiance-icon.icon-Clock:before {
content: "\74";
}
.ambiance-icon.icon-CommentwithLines:before {
content: "\6d";
}
.ambiance-icon.icon-Comment:before {
content: "\4d";
}
.ambiance-icon.icon-Computer:before {
content: "\31";
}
.ambiance-icon.icon-Controls:before {
content: "\53";
}
.ambiance-icon.icon-Conversation:before {
content: "\73";
}
.ambiance-icon.icon-CreditCard:before {
content: "\a3";
}
.ambiance-icon.icon-Crosshair:before {
content: "\54";
}
.ambiance-icon.icon-Diary:before {
content: "\6e";
}
.ambiance-icon.icon-DownArrow:before {
content: "\64";
}
.ambiance-icon.icon-Email:before {
content: "\65";
}
.ambiance-icon.icon-Folder:before {
content: "\66";
}
.ambiance-icon.icon-Forward:before {
content: "\46";
}
.ambiance-icon.icon-Heart:before {
content: "\33";
}
.ambiance-icon.icon-Home:before {
content: "\68";
}
.ambiance-icon.icon-Inbox:before {
content: "\44";
}
.ambiance-icon.icon-Layers:before {
content: "\4c";
}
.ambiance-icon.icon-LeftArrow:before {
content: "\3c";
}
.ambiance-icon.icon-Link:before {
content: "\6c";
}
.ambiance-icon.icon-List:before {
content: "\3a";
}
.ambiance-icon.icon-LocationMarker:before {
content: "\50";
}
.ambiance-icon.icon-Location:before {
content: "\4b";
}
.ambiance-icon.icon-Map:before {
content: "\71";
}
.ambiance-icon.icon-Medal:before {
content: "\48";
}
.ambiance-icon.icon-Menu:before {
content: "\3d";
}
.ambiance-icon.icon-Microphone:before {
content: "\41";
}
.ambiance-icon.icon-Minus:before {
content: "\2d";
}
.ambiance-icon.icon-Options:before {
content: "\6f";
}
.ambiance-icon.icon-MoreOptions:before {
content: "\4f";
}
.ambiance-icon.icon-Music:before {
content: "\4e";
}
.ambiance-icon.icon-Mute:before {
content: "\58";
}
.ambiance-icon.icon-Notification:before {
content: "\6a";
}
.ambiance-icon.icon-Padlock:before {
content: "\6b";
}
.ambiance-icon.icon-Document:before {
content: "\57";
}
.ambiance-icon.icon-Phone:before {
content: "\69";
}
.ambiance-icon.icon-Photo:before {
content: "\70";
}
.ambiance-icon.icon-PieChart:before {
content: "\47";
}
.ambiance-icon.icon-Pin:before {
content: "\4a";
}
.ambiance-icon.icon-View:before {
content: "\531";
}
.ambiance-icon.icon-Printer:before {
content: "\532";
}
.ambiance-icon.icon-Profile:before {
content: "\533";
}
.ambiance-icon.icon-Rearrange:before {
content: "\7a";
}
.ambiance-icon.icon-Refresh:before {
content: "\7e";
}
.ambiance-icon.icon-RightArrow:before {
content: "\3e";
}
.ambiance-icon.icon-Save:before {
content: "\79";
}
.ambiance-icon.icon-Search:before {
content: "\59";
}
.ambiance-icon.icon-Settings:before {
content: "\32";
}
.ambiance-icon.icon-Share:before {
content: "\40";
}
.ambiance-icon.icon-Shop:before {
content: "\51";
}
.ambiance-icon.icon-Signals:before {
content: "\7b";
}
.ambiance-icon.icon-Signal:before {
content: "\7c";
}
.ambiance-icon.icon-Volume:before {
content: "\5a";
}
.ambiance-icon.icon-Star:before {
content: "\2a";
}
.ambiance-icon.icon-iPad:before {
content: "\49";
}
.ambiance-icon.icon-Tag:before {
content: "\45";
}
.ambiance-icon.icon-Checkmark:before {
content: "\2f";
}
.ambiance-icon.icon-Toggle:before {
content: "\60";
}
.ambiance-icon.icon-Trash:before {
content: "\5f";
}
.ambiance-icon.icon-Typing:before {
content: "\2e";
}
.ambiance-icon.icon-UpArrow:before {
content: "\5e";
}
.ambiance-icon.icon-User:before {
content: "\75";
}
.ambiance-icon.icon-Users:before {
content: "\55";
}
.ambiance-icon.icon-VideoCamera:before {
content: "\56";
}
.ambiance-icon.icon-Video:before {
content: "\76";
}
.ambiance-icon.icon-Warning:before {
content: "\21";
}
.ambiance-icon.icon-CreateNew:before {
content: "\7d";
} @font-face {
font-family: 'fontello';
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.eot);
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.eot#iefix) format("embedded-opentype"), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.svg#fontello) format('svg');
font-weight: normal;
font-style: normal;
}
i {
display: inline-block;
vertical-align: middle;
} .icon-social:before {
font-size: 18px;
font-size: 1.8rem;
font-family: 'fontello';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #FFFFFF;
}
.icon-social.aim:before {
content: '\e800';
}
.icon-social.delicious:before {
content: '\e801';
}
.icon-social.paypal:before {
content: '\e802';
}
.icon-social.flattr:before {
content: '\e803';
}
.icon-social.android:before {
content: '\e804';
}
.icon-social.eventful:before {
content: '\e805';
}
.icon-social.smashmag:before {
content: '\e806';
}
.icon-social.gplus:before {
content: '\e807';
}
.icon-social.wikipedia:before {
content: '\e808';
}
.icon-social.lanyrd:before {
content: '\e809';
}
.icon-social.calendar:before {
content: '\e80a';
}
.icon-social.stumbleupon:before {
content: '\e80b';
}
.icon-social.fivehundredpx:before {
content: '\e80c';
}
.icon-social.pinterest:before {
content: '\e80d';
}
.icon-social.bitcoin:before {
content: '\e80e';
}
.icon-social.w3c:before {
content: '\e80f';
}
.icon-social.foursquare:before {
content: '\e810';
}
.icon-social.html5:before {
content: '\e811';
}
.icon-social.ie:before {
content: '\e812';
}
.icon-social.call:before {
content: '\e813';
}
.icon-social.grooveshark:before {
content: '\e814';
}
.icon-social.ninetyninedesigns:before {
content: '\e815';
}
.icon-social.forrst:before {
content: '\e816';
}
.icon-social.digg:before {
content: '\e817';
}
.icon-social.spotify:before {
content: '\e818';
}
.icon-social.reddit:before {
content: '\e819';
}
.icon-social.guest:before {
content: '\e81a';
}
.icon-social.gowalla:before {
content: '\e81b';
}
.icon-social.appstore:before {
content: '\e81c';
}
.icon-social.blogger:before {
content: '\e81d';
}
.icon-social.cc:before {
content: '\e81e';
}
.icon-social.dribbble:before {
content: '\e81f';
}
.icon-social.evernote:before {
content: '\e820';
}
.icon-social.flickr:before {
content: '\e821';
}
.icon-social.google:before {
content: '\e822';
}
.icon-social.viadeo:before {
content: '\e823';
}
.icon-social.instapaper:before {
content: '\e824';
}
.icon-social.weibo:before {
content: '\e825';
}
.icon-social.klout:before {
content: '\e826';
}
.icon-social.linkedin:before {
content: '\e827';
}
.icon-social.meetup:before {
content: '\e828';
}
.icon-social.vk:before {
content: '\e829';
}
.icon-social.plancast:before {
content: '\e82a';
}
.icon-social.disqus:before {
content: '\e82b';
}
.icon-social.rss:before {
content: '\e82c';
}
.icon-social.skype:before {
content: '\e82d';
}
.icon-social.twitter:before {
content: '\e82e';
}
.icon-social.youtube:before {
content: '\e82f';
}
.icon-social.vimeo:before {
content: '\e830';
}
.icon-social.windows:before {
content: '\e831';
}
.icon-social.xing:before {
content: '\e832';
}
.icon-social.yahoo:before {
content: '\e833';
}
.icon-social.chrome:before {
content: '\e834';
}
.icon-social.email:before {
content: '\e835';
}
.icon-social.macstore:before {
content: '\e836';
}
.icon-social.myspace:before {
content: '\e837';
}
.icon-social.podcast:before {
content: '\e838';
}
.icon-social.amazon:before {
content: '\e839';
}
.icon-social.steam:before {
content: '\e83a';
}
.icon-social.cloudapp:before {
content: '\e83b';
}
.icon-social.dropbox:before {
content: '\e83c';
}
.icon-social.ebay:before {
content: '\e83d';
}
.icon-social.facebook:before {
content: '\e83e';
}
.icon-social.github:before {
content: '\e83f';
}
.icon-social.github-circled:before {
content: '\e840';
}
.icon-social.googleplay:before {
content: '\e841';
}
.icon-social.itunes:before {
content: '\e842';
}
.icon-social.plurk:before {
content: '\e843';
}
.icon-social.songkick:before {
content: '\e844';
}
.icon-social.lastfm:before {
content: '\e845';
}
.icon-social.gmail:before {
content: '\e846';
}
.icon-social.pinboard:before {
content: '\e847';
}
.icon-social.openid:before {
content: '\e848';
}
.icon-social.quora:before {
content: '\e849';
}
.icon-social.soundcloud:before {
content: '\e84a';
}
.icon-social.tumblr:before {
content: '\e84b';
}
.icon-social.eventasaurus:before {
content: '\e84c';
}
.icon-social.wordpress:before {
content: '\e84d';
}
.icon-social.yelp:before {
content: '\e84e';
}
.icon-social.intensedebate:before {
content: '\e84f';
}
.icon-social.eventbrite:before {
content: '\e850';
}
.icon-social.scribd:before {
content: '\e851';
}
.icon-social.posterous:before {
content: '\e852';
}
.icon-social.stripe:before {
content: '\e853';
}
.icon-social.opentable:before {
content: '\e854';
}
.icon-social.cart:before {
content: '\e855';
}
.icon-social.print:before {
content: '\e856';
}
.icon-social.angellist:before {
content: '\e857';
}
.icon-social.instagram:before {
content: '\e858';
}
.icon-social.dwolla:before {
content: '\e859';
}
.icon-social.appnet:before {
content: '\e85a';
}
.icon-social.statusnet:before {
content: '\e85b';
}
.icon-social.acrobat:before {
content: '\e85c';
}
.icon-social.drupal:before {
content: '\e85d';
}
.icon-social.buffer:before {
content: '\e85e';
}
.icon-social.pocket:before {
content: '\e85f';
}
.icon-social.bitbucket:before {
content: '\e860';
}
.icon-social.lego:before {
content: '\e861';
}
.icon-social.login:before {
content: '\e862';
}
.icon-social.stackoverflow:before {
content: '\e863';
}
.icon-social.hackernews:before {
content: '\e864';
}
.icon-social.lkdto:before {
content: '\e865';
}
.icon-social.duckduckgo:before {
content: '\e866';
} .pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
outline: none;
}
.pswp * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pswp img {
max-width: none;
}
.pswp--animate_opacity {
opacity: 0.001;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
display: block;
}
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
.pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.pswp__img {
position: absolute;
width: auto;
height: auto;
-webkit-transition: opacity 0.15s;
transition: opacity 0.15s;
}
.pswp__img--placeholder {
-webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
background: #222;
}
.pswp--ie .pswp__img {
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC;
}
.pswp__error-msg a {
color: #CCC;
text-decoration: underline;
} .pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
opacity: 1;
}
.pswp__button:active {
outline: none;
opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0;
} .pswp__ui--over-close .pswp__button--close {
opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//www.oxenalm.at/wp-content/themes/ambiance/public/libs/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//www.oxenalm.at/wp-content/themes/ambiance/public/libs/photoswipe/default-skin/default-skin.svg);
}
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none;
}
}
.pswp__button--close {
background-position: 0 -44px;
}
.pswp__button--share {
background-position: -44px -44px;
}
.pswp__button--fs {
display: none;
}
.pswp--supports-fs .pswp__button--fs {
display: block;
}
.pswp--fs .pswp__button--fs {
background-position: -44px 0;
}
.pswp__button--zoom {
display: none;
background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0;
} .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
} .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}
.pswp__button--arrow--left {
left: 0;
}
.pswp__button--arrow--right {
right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute;
}
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
} .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__share-modal--hidden {
display: none;
}
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: -webkit-transform 0.25s;
transition: transform 0.25s;
transition: transform 0.25s, -webkit-transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px;
}
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000;
}
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px;
}
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none;
}
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF;
}
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF;
}
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D;
}
a.pswp__share--download:hover {
background: #DDD;
} .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px;
} .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px;
}
.pswp__caption small {
font-size: 11px;
color: #BBB;
}
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC;
}
.pswp__caption--empty {
display: none;
} .pswp__caption--fake {
visibility: hidden;
} .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr;
}
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px;
}
.pswp__preloader--active {
opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn { background: url(//www.oxenalm.at/wp-content/themes/ambiance/default-skin/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0;
}
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0;
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right;
}
}
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550;
} .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
} .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5);
} .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3);
} .pswp__ui--idle .pswp__top-bar {
opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0;
} .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001;
} .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none;
}
.pswp__element--disabled {
display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
background: none;
} html.remodal-is-locked {
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
}
.remodal,
[data-remodal-id] {
display: none;
}
.remodal-overlay {
position: fixed;
z-index: 9999;
top: -5000px;
right: -5000px;
bottom: -5000px;
left: -5000px;
display: none;
} .remodal-wrapper {
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
overflow: auto;
text-align: center;
-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
display: inline-block;
height: 100%;
margin-left: -0.05em;
content: "";
} .remodal-overlay,
.remodal-wrapper {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .remodal {
position: relative;
outline: none;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.remodal-is-initialized { display: inline-block;
} .remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.remodal-overlay {
background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
-webkit-animation-name: remodal-overlay-opening-keyframes;
animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
-webkit-animation-name: remodal-overlay-closing-keyframes;
animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
padding: 10px 10px 0;
}
.remodal {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
border-radius: 10px;
width: 100%;
margin-bottom: 10px;
padding: 70px 70px 50px 70px;
color: #373a44;
background: #FFFFFF; }
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
-webkit-animation-name: remodal-opening-keyframes;
animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
-webkit-animation-name: remodal-closing-keyframes;
animation-name: remodal-closing-keyframes;
}
.remodal .icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 0;
left: 50%;
color: #FFFFFF;
}
.remodal h1 {
font-size: 28px;
font-size: 2.8rem;
}
.remodal p {
text-align: center;
}
.remodal .signature {
padding-bottom: 0;
}
.remodal .remodal-close {
position: absolute;
top: 10px;
right: 10px;
display: block;
overflow: visible;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
cursor: pointer;
-webkit-transition: color .2s;
transition: color .2s;
text-decoration: none;
color: #95979c;
border: 0;
outline: 0;
background: transparent;
}
.remodal .remodal-close:hover,
.remodal .remodal-close:focus {
color: #2b2e38;
}
.remodal .remodal-close:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\78";
color: #6c9bae;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 35px;
} .remodal,
.remodal-wrapper:after {
vertical-align: middle;
} @-webkit-keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
}
}
@keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@media only screen and (min-width: 641px) {
.remodal {
max-width: 500px;
}
}
.lt-ie9 .remodal-overlay {
background: #2b2e38;
}
.lt-ie9 .remodal {
width: 500px;
} ::-moz-selection {
background: #6c9bae;
color: #FFFFFF;
text-shadow: none;
}
::selection {
background: #6c9bae;
color: #FFFFFF;
text-shadow: none;
}
::-moz-selection {
background: #6c9bae;
color: #FFFFFF;
text-shadow: none;
} html {
background-color: rgba(0, 0, 0, 0.95);
font: normal 62.5%/1em 'montserratregular', sans-serif;
height: 100%;
color: #FFFFFF;
overflow: hidden;
line-height: 1.7;
} body {
width: 100%;
height: 100%;
}
body main {
font-size: 14px;
font-size: 1.4rem;
z-index: 10;
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: visible;
overflow-y: scroll;
}
@media only screen and (max-width: 667px), only screen and (max-width: 667px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 1024px) {
body main {
-webkit-overflow-scrolling: touch;
}
}
.hide {
opacity: 0;
}
.show {
opacity: 1;
}
.full-screen-preview__frame {
background-color: transparent !important;
} :-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
}
::-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
opacity: 1;
}
:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5);
} .form {
text-align: left;
margin-top: 35px;
}
.form header {
text-align: center;
}
.form form {
margin: auto;
padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.form form {
width: 500px;
}
}
.form form label {
font-size: 12px;
font-size: 1.2rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #6c9bae;
text-transform: uppercase;
margin-top: 8px;
display: block;
} .form-inline.contact .row {
margin: 0;
}
.form-inline.contact .form-group {
padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
.form-inline {
overflow: hidden;
}
.form-inline form .row {
overflow: hidden;
}
.form-inline form .row .form-group {
width: 48%;
float: left;
margin: 1%;
}
.form-inline form .row .form-group input {
margin: 0;
}
.form-inline form textarea,
.form-inline form .message {
width: 98%;
margin: 1% auto;
}
} textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
padding: 15px 50px 15px 20px;
display: block;
width: 100%;
border: none;
background: none;
color: #FFFFFF;
border: 2px solid #FFFFFF;
-webkit-appearance: none;
margin: 10px 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
label {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
opacity: .8;
} form input[type="submit"],
form button {
-webkit-transition: all .3s;
transition: all .3s;
line-height: 2.5em;
padding: 0 1.5em;
color: #FFFFFF;
background: none;
border: 2px solid #FFFFFF;
border-radius: .4em;
min-width: 8em;
margin: 1em 0;
}
form input[type="submit"]:focus,
form button:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
@media only screen and (min-width: 1025px) {
form input[type="submit"]:hover,
form button:hover {
color: #FFFFFF;
border-color: #6c9bae;
background: #6c9bae;
}
} .form-group {
position: relative;
margin-bottom: 1px;
}
.form-group i {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
right: 20px;
top: 26px;
}
.form-group i:before {
font-size: 24px;
font-size: 2.4rem;
-webkit-transition: color .4s;
transition: color .4s;
color: #FFFFFF;
} textarea {
line-height: 1.5;
resize: vertical;
} .submit {
text-align: center;
}
.submit button {
font: 0/0 a;
color: transparent;
text-shadow: none;
border: 0;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: 2px solid #6c9bae;
width: 60px;
height: 60px;
border-radius: 50%;
display: block;
margin: 30px auto 0 auto;
position: relative;
z-index: 1;
}
.submit button:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
@media only screen and (min-width: 1025px) {
.submit button {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.submit button:hover {
background-color: #6c9bae;
}
.submit button:hover i:before {
color: #FFFFFF;
}
}
@media only screen and (min-width: 1025px) {
.submit i:before {
-webkit-transition: color .3s;
transition: color .3s;
}
}
.submit i:before {
color: #6c9bae;
position: relative;
z-index: 0;
} .btn {
color: #6c9bae;
border: 2px solid transparent;
display: inline-block;
border-radius: 1.4em;
}
.btn a {
display: block;
padding: .7em 1.4em;
text-decoration: none;
}
.btn * {
font-size: 12px;
font-size: 1.2rem;
margin: 0;
text-transform: uppercase;
}
.btn.active {
border-color: #FFFFFF;
}
.btn.active * {
color: #FFFFFF;
}
@media only screen and (min-width: 1025px) {
.btn:hover {
color: #FFFFFF;
}
} .gallery-item {
border-radius: 3px;
overflow: hidden;
display: block;
}
.gallery-item figure {
margin: 0;
}
figure {
margin: 35px 0 20px;
padding: 0;
position: relative;
overflow: hidden;
}
figure img {
width: 100%;
}
figure a {
position: relative;
}
figure figcaption {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
padding: 20px 30px;
text-align: left;
color: #FFFFFF;
overflow: hidden;
}
figure figcaption h3 {
letter-spacing: 1px;
font-weight: 600;
text-transform: uppercase;
margin: 0;
color: #FFFFFF;
}
figure figcaption p {
margin: 0;
color: #6c9bae;
}
figure figcaption i {
display: none;
}
@media only screen and (min-width: 1025px) {
figure figcaption {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
position: absolute;
bottom: 0;
}
figure figcaption i {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: block;
position: absolute;
right: 20px;
top: 50%;
}
figure:hover figcaption {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
} .strokes {
z-index: 1;
overflow-y: scroll;
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.strokes {
position: absolute;
overflow-x: scroll;
overflow-y: hidden;
}
}
.strokes ul {
margin: 0;
padding: 0;
list-style: none;
white-space: nowrap;
}
.strokes ul li {
width: 100vw;
height: 25vh;
text-align: center;
position: relative;
overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.strokes ul li {
height: 20vh;
}
}
.strokes ul li a {
-webkit-transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
display: block;
height: 100%;
color: #FFFFFF;
text-decoration: none;
}
.strokes ul li a section {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
top: 50%;
}
.strokes ul li a section h1 {
font-size: 24px;
font-size: 2.4rem;
letter-spacing: 0;
}
.strokes ul li a section h5 {
font-family: 'merriweather-italic', serif;
line-height: 1em;
margin-bottom: .1em;
}
.strokes ul li a section * {
margin-top: 0;
}
.strokes ul li a footer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
display: none;
padding: 40px;
position: absolute;
width: 100%;
bottom: 0;
}
.strokes ul li a footer h5 {
margin: 0;
letter-spacing: 0;
}
.strokes ul li a footer p {
font-size: 13px;
font-size: 1.3rem;
margin: 0;
text-align: center;
}
.strokes ul li a footer i.icon:before {
top: 25%;
}
.strokes ul li h6 {
font-weight: 100;
letter-spacing: 1px;
opacity: .7;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
.strokes ul li {
height: 35vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.strokes ul li {
display: inline-block;
width: 25vw;
height: 100vh;
}
}
@media only screen and (min-width: 1025px) {
.strokes ul li a {
background-color: rgba(0, 0, 0, 0);
}
.strokes ul li a section * {
-webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 0;
}
.strokes ul li a section h5 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.strokes ul li a section h1 {
font-size: 28px;
font-size: 2.8rem;
opacity: 1;
}
.strokes ul li a footer {
-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
display: block;
}
.strokes ul li a footer h5 {
color: #6c9bae;
letter-spacing: 0;
}
.strokes ul li a footer .icon {
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition-delay: .3s;
transition-delay: .3s;
}
.strokes ul li a footer .icon:before {
font-size: 40px;
font-size: 4rem;
}
.strokes ul li a:hover {
background-color: rgba(0, 0, 0, 0.5);
color: #FFFFFF;
}
.strokes ul li a:hover section * {
opacity: 1;
}
.strokes ul li a:hover section h1 {
opacity: 1;
}
.strokes ul li a:hover section h5 {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.strokes ul li a:hover footer {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
} header {
position: relative; }
header .logo {
z-index: 11;
position: relative;
display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
header .logo {
display: block;
}
}
header .logo h1 {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
header .logo img {
width: auto;
margin: 25px;
max-width: 200px;
}
@media only screen and (min-width: 1025px) {
header .logo img {
max-width: 350px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
header .logo img {
max-width: 250px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
header .logo img {
max-width: 150px;
margin: 50px 0 10px;
}
}
header .back {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 30px;
z-index: 12;
}
header .back h1 {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
header .back.back {
width: 50px;
height: 50px;
}
header .back.back:before,
header .back.back:after {
content: "";
width: 100%;
height: 2px;
background-color: #FFFFFF;
position: absolute;
left: 0;
top: 50%;
}
header .back.back:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
header .back.back:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
header .back.back:before,
header .back.back:after {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
header .back.back:hover:before {
-webkit-transform: translateX(16.66666667px) rotate(45deg);
-ms-transform: translateX(16.66666667px) rotate(45deg);
transform: translateX(16.66666667px) rotate(45deg);
}
header .back.back:hover:after {
-webkit-transform: translateX(-16.66666667px) rotate(-45deg);
-ms-transform: translateX(-16.66666667px) rotate(-45deg);
transform: translateX(-16.66666667px) rotate(-45deg);
}
}
header.detail {
height: 45vh;
text-align: center;
}
header.detail.full {
background-color: rgba(0, 0, 0, 0.9);
}
header.detail * {
color: #FFFFFF;
}
header.detail section {
-webkit-transform: translate(-50%, -20%);
-ms-transform: translate(-50%, -20%);
transform: translate(-50%, -20%);
position: absolute;
left: 50%;
top: 50%;
width: 80%;
}
header.detail section h1 {
margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
header.detail section h1 {
font-size: 44px;
font-size: 4.4rem;
}
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
header.detail {
height: 70vh;
}
}
header.frontpage,
header.menu-header,
header.content-header,
header.contact-header {
text-align: center;
} .always-show-logo header.frontpage {
background-color: rgba(0, 0, 0, 0.4);
}
.always-show-logo header.frontpage .logo {
display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.always-show-logo header.frontpage {
background-color: rgba(0, 0, 0, 0);
}
}
.always-show-logo header.frontpage.detail {
height: 45vh;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
.always-show-logo header.frontpage.detail {
height: 70vh;
}
} footer {
text-align: left;
}
footer .author span {
display: block;
}
footer .author span.author {
font-size: 18px;
font-size: 1.8rem;
}
footer .author span.date {
font-size: 13px;
font-size: 1.3rem;
}
footer section { }
footer section.share {
padding: 0;
text-align: left;
}
footer section.share h5 {
margin: 0;
line-height: 2;
vertical-align: middle;
color: #6c9bae;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
}
footer section.share ul {
list-style: none;
margin: 0;
padding: 0 0 0 10px;
display: inline-block;
}
footer section.share ul li {
display: inline-block;
padding: 5px;
}
footer section.share ul li a {
-webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
position: relative;
display: block;
}
footer section.share ul li a span {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
footer section.share ul li a i {
padding: 5px;
}
@media only screen and (min-width: 1025px) {
footer section.share ul li a:hover {
-webkit-transform: scale(1.6);
-ms-transform: scale(1.6);
transform: scale(1.6);
}
}
footer h4,
footer h3 {
color: #6c9bae;
}
footer .footer-text {
color: #FFFFFF;
} footer.footer {
position: fixed;
z-index: 2;
bottom: 0;
width: 100%;
text-align: center;
}
footer.footer p {
font-size: 12px;
font-size: 1.2rem;
font-family: 'merriweather-italic', serif;
margin: 0;
text-align: center;
line-height: 2em;
padding: .3em;
} .content-wrap {
background-color: rgba(0, 0, 0, 0.9);
min-height: 55vh;
}
.content-wrap.full-width {
padding: 0 .2em;
}
.content-wrap.full-width .ambiance-icon.bg {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.content-wrap.full-width footer .signature {
text-align: center;
} .content { padding: 10px 30px 30px;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
.content {
padding: 10px 50px 50px 50px;
min-height: 30vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.content {
padding: 10px 75px 50px 75px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.content {
max-width: 650px;
margin: auto;
}
}
.content i.bg {
display: block;
margin: auto;
text-align: center;
}
.content header {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.content header {
margin: 1em 0 2.5em 0;
}
}
.content header.with-subnav {
margin: 0;
}
@media only screen and (max-width: 667px) {
.content header.with-subnav {
margin: 0 0 35px 0;
}
}
.content header.with-subnav ul {
list-style: none;
margin: .3em .1em;
padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
.content header.with-subnav ul {
white-space: normal;
}
}
.content header.with-subnav ul li {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: inline-block;
margin: .5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.content header.with-subnav ul li {
margin: 0 .3em 1em;
}
}
.content header.with-subnav ul li * {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.content header.with-subnav ul li:hover {
border-color: #6c9bae;
background-color: #6c9bae;
}
.content header.with-subnav ul li:hover * {
color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 1024px) {
.content header.with-subnav ul {
text-align: center;
}
}
@media only screen and (min-width: 1025px) {
.content header.with-subnav ul {
text-align: center;
overflow: hidden;
}
.content header.with-subnav ul li {
cursor: pointer;
}
}
.content section {
padding-bottom: 30px;
}
.content section:last-child {
padding-bottom: 0;
}
.content section.info {
text-align: center;
}  ul,
ol {
text-align: left;
padding-left: 25px;
margin: 20px 0;
color: #6c9bae;
}
ul li,
ol li {
line-height: 2.3;
letter-spacing: 1px;
}
ul li h4,
ol li h4 {
color: #6c9bae;
text-transform: none;
letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
ul,
ol {
padding-left: 45px;
margin: 20px 0;
}
}
ul.link-list { list-style: none;
margin: 0;
padding: 0;
background-color: #000000;
}
ul.link-list li {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: left;
position: relative;
border-bottom: 1px solid #111111;
}
ul.link-list li a {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 30px;
display: block;
text-decoration: none;
}
ul.link-list li a .content {
padding: 0;
}
ul.link-list li a h3 {
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 700;
color: #FFFFFF;
}
ul.link-list li a ul {
list-style: none;
margin: 0;
padding: 0;
}
ul.link-list li a ul li {
background-color: transparent;
display: inline-block;
border: none;
margin-right: 10px;
}
ul.link-list li a ul li i {
display: inline-block;
vertical-align: middle;
line-height: 1em;
}
ul.link-list li a ul li i:before {
font-size: 18px;
font-size: 1.8rem;
color: #FFFFFF;
}
ul.link-list li a ul li p {
font-size: 14px;
font-size: 1.4rem;
margin: 0;
display: inline-block;
font-family: 'merriweather-italic', serif;
}
ul.link-list li .next {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
right: 0;
top: 50%;
width: 2.5em;
height: 2.5em;
}
ul.link-list li .next:before {
color: #FFFFFF;
}
@media only screen and (max-width: 667px) {
ul.link-list li .next {
display: none;
}
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
ul.link-list li {
display: block;
}
ul.link-list li .next {
display: block;
}
ul.link-list li a {
padding: 30px 50px;
}
ul.link-list li a .content {
min-height: 0;
}
ul.link-list li a .next {
right: 30px;
}
ul.link-list li h6:before {
color: #FFFFFF;
margin-right: 5px;
content: attr(data-label);
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
ul.link-list li h6:before {
color: #FFFFFF;
margin-right: 5px;
content: attr(data-label);
}
ul.link-list li a {
padding: 35px 75px;
}
ul.link-list li .next {
right: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
ul.link-list li h6:before {
color: #FFFFFF;
margin-right: 5px;
content: attr(data-label);
}
ul.link-list li a {
padding: 40px 180px;
}
ul.link-list li h4 {
font-size: 21px;
font-size: 2.1rem;
}
ul.link-list li small {
font-size: 16px;
font-size: 1.6rem;
}
ul.link-list li h6 {
font-size: 14px;
font-size: 1.4rem;
}
ul.link-list li .next {
right: 150px;
}
}
@media only screen and (min-width: 1025px) {
ul.link-list li .content {
padding: 0;
}
ul.link-list li .next {
-webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
ul.link-list li a {
-webkit-transition: background-color 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: background-color 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
padding: 30px 0;
margin: auto;
}
ul.link-list li .next {
opacity: .2;
}
ul.link-list li a:hover {
background-color: rgba(108, 155, 174, 0.5);
}
ul.link-list li a:hover .next {
right: 100px;
opacity: 1;
}
}
ul.icon-list { display: inline-block;
list-style: none;
padding: 0;
margin: 10px 0;
text-align: left;
}
ul.icon-list li {
margin-bottom: 10px;
display: block;
}
ul.icon-list li a {
font-size: 15px;
font-size: 1.5rem;
line-height: 2;
display: block;
text-decoration: none;
}
ul.icon-list li a i {
min-width: 2em;
text-align: center;
}
ul.icon-list li a i:before {
font-size: 26px;
font-size: 2.6rem;
vertical-align: middle;
color: #FFFFFF;
margin-right: 5px;
}
ul.icon-list li a i.icon-social:before {
font-size: 14px;
font-size: 1.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
ul.icon-list li a {
font-size: 18px;
font-size: 1.8rem;
}
}
ul.price-list { -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
list-style: none;
padding: 0;
margin: 20px auto;
max-width: 650px;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
ul.price-list {
margin: 30px auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
ul.price-list {
margin: 20px auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
ul.price-list {
margin: 20px auto;
}
}
ul.price-list li {
margin-bottom: 35px;
}
ul.price-list li .top {
border-bottom: 1px dashed #6c9bae;
}
@media only screen and (max-width: 667px) {
ul.price-list li .top {
padding-bottom: .5em;
position: relative;
}
}
ul.price-list li .top .title {
font-size: 20px;
font-size: 1.6rem;
line-height: 30px;
color: #FFFFFF;
margin: 0;
display: inline-block; width: 230px;
overflow: hidden;
}
@media only screen and (max-width: 667px) {
ul.price-list li .top .title {
display: block;
width: auto;
padding-right: 30%;
word-wrap: break-word;
}
}
@media only screen and (max-width: 767px) and (orientation : landscape) {
ul.price-list li .top .title {
width: 400px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
ul.price-list li .top .title {
width: 480px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
ul.price-list li .top .title {
width: 480px !important;
}
}
ul.price-list li .top .price {
font-size: 14px;
font-size: 1.4rem;
color: #FFFFFF;
float: right;
margin: 0;
}
@media only screen and (max-width: 667px) {
ul.price-list li .top .price {
position: absolute;
right: 0;
top: 0;
}
}
ul.price-list li .description {
font-size: 13px;
font-size: 1.3rem;
font-family: 'merriweather-italic', serif;
text-align: left;
color: #FFFFFF;
font-weight: 700;
margin: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
ul.price-list li .description {
font-size: 13px;
font-size: 1.3rem;
}
} section.hours {
text-align: center;
display: block;
}
div.hours {
padding: 20px 0;
display: inline-block;
text-align: center;
}
time {
font-size: 14px;
font-size: 1.4rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
text-align: left;
line-height: 2.5;
}
time * {
display: inline-block;
}
time strong {
font-size: 14px;
font-size: 1.4rem;
font-family: 'merriweather-italic', serif;
color: #6c9bae;
min-width: 110px;
margin-right: 10px;
}
time h3 {
letter-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
time {
font-size: 18px;
font-size: 1.8rem;
}
} #slideshow {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
#slideshow li {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
width: 100vw;
height: 100vh;
opacity: 0;
z-index: 0;
}
#slideshow li.visible { -webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 9s;
animation-duration: 9s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
15% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
15% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
#slideshow li img {
display: none;
} main .overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4);
z-index: 0;
} .is-static #splash {
display: none;
}
#splash {
-webkit-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
z-index: 44;
background-color: rgba(0, 0, 0, 0.95);
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden; }
#splash.hidden {
display: none;
}
#splash .loader {
position: absolute;
top: 45%;
width: 100%;
}
#splash .loader img {
-webkit-transition: opacity .5s linear;
transition: opacity .5s linear;
display: block;
margin: 0 auto 10px auto;
max-width: 24em;
opacity: 0;
-webkit-animation: opacity 2s forwards;
animation: opacity 2s forwards;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
@-webkit-keyframes opacity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes opacity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#splash .loader .line {
width: 0;
height: 1px;
background-color: #6c9bae; -webkit-animation: fadeInAnimation 2s;
animation: fadeInAnimation 2s;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
@-webkit-keyframes fadeInAnimation {
0% {
width: 0;
}
80% {
width: 100%;
}
100% {
width: 0;
}
}
@keyframes fadeInAnimation {
0% {
width: 0;
}
80% {
width: 100%;
}
100% {
width: 0;
}
}  .notice {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 50px 0 0;
background-color: #6c9bae;
border-radius: 5px;
position: relative;
text-align: left;
padding: 35px 20px 20px 20px;
}
.notice .icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 0;
text-align: center;
}
.notice h3,
.notice p {
color: #FFFFFF;
}
.notice h3 {
font-size: 18px;
font-size: 1.8rem;
text-transform: uppercase;
font-weight: 700;
margin-top: 5px;
}
.notice p {
opacity: .6;
margin: 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.notice {
padding-top: 20px;
}
}
@media only screen and (min-width: 1025px) {
.notice {
padding-top: 20px;
}
} .white {
color: #FFFFFF;
} .shadow {
z-index: 9;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 145px;
background-image: url(//www.oxenalm.at/wp-content/themes/ambiance/public/img/interface/shadow.png);
background-repeat: repeat-x;
background-position: bottom left;
} .message {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
background-color: rgba(0, 0, 0, 0.4);
display: block;
text-align: left;
}
.message:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 21px;
font-size: 2.1rem;
color: #6c9bae;
content: "\6d";
vertical-align: middle;
margin-right: 10px;
} .overlay-dark {
background-color: rgba(0, 0, 0, 0.9);
}
.overlay {
background-color: rgba(0, 0, 0, 0.4);
}
.overlay-alt {
background-color: rgba(108, 155, 174, 0.5);
} #back-to-top {
-webkit-transition: opacity .3s;
transition: opacity .3s;
position: fixed;
z-index: 20;
bottom: 5%;
right: 5%;
opacity: 0;
}
#back-to-top .icon.bg {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
text-align: center;
}
#back-to-top.visible {
opacity: 1;
}
.is-ajax .page-switch-fade,
.is-ajax .page-switch-loader {
display: none;
}
.page-switch-fade {
-webkit-transition: opacity .4s linear;
transition: opacity .4s linear;
pointer-events: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: black;
z-index: 10;
}
.page-switch-loader {
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
pointer-events: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 30;
}
.page-switch-loader img {
display: block;
margin: 2em auto;
max-width: 80%;
}
.page-switch-loader .loader-holder {
text-align: center;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
}
.animated-loader {
width: 25px;
height: 25px;
-webkit-animation-name: rotate;
animation-name: rotate;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .center {
text-align: center;
}
.alignleft {
float: left;
margin: 20px 20px 20px 0;
}
.aligncenter {
margin: auto;
display: block;
}
.alignright {
float: right;
margin: 20px 0 20px 20px;
} .bypostauthor {
width: auto;
} address {
font-size: 14px;
font-size: 1.4rem;
text-align: left;
line-height: 1.5;
} cite {
margin-left: 5px;
color: #6c9bae;
} pre {
text-align: left;
white-space: pre-wrap;
line-height: 1.3;
background-color: #373a44;
padding: 25px;
border-radius: 5px;
color: white;
margin: 2em 0;
} q {
padding: 10px 15px;
display: inline-block;
background-color: #6c9bae;
border-radius: 5px;
margin: 1em .5em;
}
q:before,
q:after {
font-size: 21px;
font-size: 2.1rem;
} var {
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
background-color: #000000;
margin: 0 5px;
} img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
} dl {
text-align: left;
line-height: 1.5;
margin: 30px 0;
}
dl dt,
dl dd {
text-align: left;
margin: 0;
}
dl dd {
font-family: 'merriweather-italic', serif;
color: #6c9bae;
margin-bottom: 10px;
} table {
width: 100%;
margin: 30px 0;
text-align: left;
line-height: 2;
}
table thead > tr {
background-color: #373a44;
font-weight: 100;
}
table th,
table td {
padding: 5px 10px;
} .remodal h1,
.remodal p,
.remodal h5 {
color: #000000;
} .content-footer {
background-color: #101010;
}
.content-footer p {
font-size: .8em;
font-weight: bold;
text-align: center;
margin: 0;
padding: 1.5em;
} .date-icon a {
color: #FFFFFF;
} .comments-area {  }
.comments-area > * {
text-align: left;
}
.comments-area .comments-list {
display: none;
}
.comments-area .comments-list .comments-title h3 {
text-transform: uppercase;
}
.comments-area .comments-list .comments-title h5 {
font-family: 'merriweather-italic', serif;
color: #6c9bae;
}
.comments-area .comments-list ul {
list-style: none;
margin: 30px 0;
padding: 0;
}
.comments-area .comments-list ul li div.comment-body {
position: relative;
padding-left: 70px;
margin: 50px 0;
}
@media only screen and (max-width: 667px) {
.comments-area .comments-list ul li div.comment-body {
padding-left: 0;
}
}
.comments-area .comments-list ul li div .comment-author {
font-size: 16px;
font-size: 1.6rem;
}
@media only screen and (max-width: 667px) {
.comments-area .comments-list ul li div .comment-author img {
display: none;
}
}
.comments-area .comments-list ul li div .comment-author img {
position: absolute;
left: 0;
border-radius: 50%;
}
.comments-area .comments-list ul li div .comment-author a,
.comments-area .comments-list ul li div .comment-author cite {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'montserratregular', sans-serif;
color: #FFFFFF;
font-style: normal;
}
.comments-area .comments-list ul li div .comment-author .says {
display: none;
}
.comments-area .comments-list ul li div .comment-meta {
margin-top: -10px;
}
.comments-area .comments-list ul li div p {
font-size: 14px;
font-size: 1.4rem;
color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.comments-area .comments-list ul li div .reply {
position: absolute;
top: 0;
right: 0;
}
}
.comments-area .comments-list ul li .children {
padding-left: 60px;
border-left: 1px solid #373a44;
position: relative;
}
@media only screen and (max-width: 667px) {
.comments-area .comments-list ul li .children {
padding-left: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.comments-area .comments-list ul li .children {
padding-left: 40px;
}
}
.comments-area .comments-list ul li .children li:before {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
content: "";
display: block;
width: 30px;
height: 1px;
position: absolute;
left: 0;
background-color: #373a44;
}
@media only screen and (max-width: 667px) {
.comments-area .comments-list ul li .children li:before {
width: 15px;
}
}
.comments-area #comment {
padding: 1em;
margin: 10px 0;
}
.comments-area .form-submit {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: inline-block;
border: 2px solid #6c9bae;
border-radius: 5px;
padding: 10px;
cursor: pointer;
margin: 0;
}
.comments-area .form-submit:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 21px;
font-size: 2.1rem;
content: "\4d";
vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
.comments-area .form-submit:hover {
background-color: #6c9bae;
color: #FFFFFF;
}
}
.comments-area .form-submit input[type="submit"] {
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
}
.comments-area .form-submit input[type="submit"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
} .comments-trigger a {
font-size: 14px;
font-size: 1.4rem;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: inline-block;
padding: 10px 15px;
border: 2px solid #6c9bae;
border-radius: 5px;
}
.comments-trigger a i:before {
font-size: 21px;
font-size: 2.1rem;
}
@media only screen and (min-width: 1025px) {
.comments-trigger a:hover {
background-color: #6c9bae;
}
} .tags {
font-size: 14px;
font-size: 1.4rem;
text-align: left;
margin: 1em 0;
}
.tags span {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
margin-right: 10px;
}
.tags span:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 28px;
font-size: 2.8rem;
color: #FFFFFF;
content: "\45";
vertical-align: middle;
margin-top: -0.3em;
}
.tags a {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
text-decoration: none;
display: inline-block;
padding: .2em .7em;
border-radius: 1em;
background-color: #373a44;
color: #FFFFFF;
margin: 0 5px 10px 0;
}
.tags a:first-child {
margin-left: 10px;
}
.tags a:hover {
background-color: #6c9bae;
} .categories {
margin: 2em 0 1em 0;
text-align: left;
}
.categories h3 {
margin: 0;
display: inline-block;
}
.categories h3 span {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.categories h3:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\4f";
margin-right: 10px;
vertical-align: middle;
}
.categories a {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: inline-block;
font-size: 1em;
padding: .5em .9em;
margin: 0 5px 10px 0;
border-radius: .3em;
background-color: #373a44;
color: #FFFFFF;
}
.categories a:hover {
background-color: #000000;
} .more-link {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: inline-block;
padding: 0 1em;
line-height: 2.5em;
border-radius: 1.2em;
background-color: #373a44;
color: #FFFFFF;
}
.more-link:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 18px;
font-size: 1.8rem;
vertical-align: middle;
content: "\2e";
margin-right: 5px;
}
.more-link:hover {
background-color: #6c9bae;
} .post,
.type-page {
position: relative;
padding: 0 0 25px 0;
margin: 0 0 40px 0;
}
.post header,
.type-page header {
text-align: left;
}
.post header .serif,
.type-page header .serif {
color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.post figure,
.type-page figure {
margin: -10px 0 40px 0;
}
}
.post figure a,
.type-page figure a {
display: block;
padding: 0;
margin-bottom: -2px;
}
.post .more-holder,
.type-page .more-holder {
text-align: left;
margin: 2.5em 0 0;
} .pagination {
margin: 30px 0;
}
.pagination div {
display: inline-block;
margin: 0 5px;
}
.pagination div.nav-next a:before {
content: "\3c";
}
.pagination a {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.pagination a:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
color: #FFFFFF;
content: "\3e";
padding: 20px;
background-color: #373a44;
border-radius: 50%;
}
.pagination a:hover:before {
background-color: #6c9bae;
} .protected-post-form .submit button {
margin: auto;
} @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.sticky:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\4a";
position: absolute;
left: -45px;
top: 40px;
}
} .wp-caption {
position: relative;
width: auto;
max-width: 100%;
margin-bottom: 15px;
}
.wp-caption img {
display: block;
} .wp-caption-text {
font-size: 12px;
font-size: 1.2rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
left: 0;
bottom: 0;
margin: 0;
padding: 6px 12px;
text-align: center;
color: white;
display: block;
background-color: rgba(108, 155, 174, 0.5);
}
.wp-caption-text .gallery-caption {
left: -5px;
}
.wp-caption-text .gallery-icon {
position: relative;
}
.wp-caption-text .gallery-icon a {
display: block;
padding-bottom: 0;
border: 0 !important;
}
.wp-caption-text img {
display: block;
border: 0;
} #gallery-1 img {
border: 0 !important;
} .gallery-item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.gallery-item img[width],
.gallery-item img[height] {
width: 100%;
height: auto;
margin: 0 auto;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
} .comment-pagination {
text-align: center;
margin-bottom: 50px;
}
.comment-pagination .page-numbers {
vertical-align: top;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #373a44;
color: #FFFFFF;
border-radius: 50%;
margin: 0 auto;
font-size: 1.6rem;
margin-right: 3px;
}
.comment-pagination .page-numbers.prev,
.comment-pagination .page-numbers.next {
background-color: transparent;
border-radius: 0;
width: auto;
height: auto;
font-size: 1.4rem;
}
.comment-pagination .page-numbers.prev:hover,
.comment-pagination .page-numbers.next:hover {
background-color: transparent;
}
.comment-pagination .page-numbers.current {
background-color: #6c9bae;
}
.comment-pagination .page-numbers:hover {
color: #6c9bae;
background-color: #FFFFFF;
} div.wpcf7-response-output {
font-size: 13px;
font-size: 1.3rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
background-color: rgba(0, 0, 0, 0.4);
text-align: left;
border: none;
display: none;
line-height: 1.5;
}
div.wpcf7-response-output:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 21px;
font-size: 2.1rem;
color: #6c9bae;
content: "\6d";
vertical-align: middle;
margin-right: 10px;
} .form-group {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 1%;
}
.form-group .wpcf7-form-control-wrap span {
margin-top: 4px;
font-size: .9em;
color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.form-inline form textarea {
width: 100%;
padding: 10px 50px 10px 15px;
}
.form-inline form .wpcf7-date {
max-height: 53px;
}
.form-inline form .row {
margin: 1%;
}
.form-inline form .row .form-group {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
padding: 0;
margin: 0;
width: 49%;
}
.form-inline form .row .form-group:nth-child(odd) {
margin: 0 1% 1% 0;
}
.form-inline form .row .form-group:nth-child(even) {
margin: 0 0 1% 1%;
}
.form-inline form .form-group {
margin: 1% 0;
}
}
.compose-mode .vc_controls h1,
.compose-mode .vc_controls h2,
.compose-mode .vc_controls h3,
.compose-mode .vc_controls h4,
.compose-mode .vc_controls h5,
.compose-mode .vc_controls h6,
.compose-mode .vc_controls p,
.compose-mode .vc_controls span {
margin: 0;
}
.vc_editor .vc_row {
margin-left: 0;
margin-right: 0;
}
.vc_editor .vc_empty-placeholder {
margin: 30px 0 0;
}
main .entry-content .twitter-share-button,
main .fb_like,
main .twitter-share-button,
main .wpb_accordion .wpb_content_element,
main .wpb_googleplus,
main .wpb_pinterest,
main .wpb_tab .wpb_content_element {
margin: .5em 0;
}
main .vc_tweetmeme-element {
line-height: 1;
margin: .5em 0;
}
main .vc_separator .vc_sep_holder {
margin: 0;
}
main .vc_separator h4 {
font-weight: bold;
}
main .vc_icon_element-icon {
margin: 0;
}
main .vc_message_box p {
margin: 0;
color: inherit;
line-height: 1.2;
}
main .vc_toggle {
padding: .5em .8em;
}
main .vc_toggle_title {
padding: 0 !important;
}
main .vc_toggle_title * {
margin: 0;
}
main .vc_toggle_content {
margin: 0 !important;
padding: 0 !important;
}
main .vc_toggle_icon {
right: 0 !important;
left: auto !important;
}
main .vc_tta-panel-body {
min-height: 150px !important;
}
main .vc_tta.vc_general .vc_tta-tab > a {
padding: 8px 20px;
}
main .vc_general.vc_cta3.vc_cta3-style-classic {
background-color: transparent;
border: none;
}
main .flexslider {
border: none;
background-color: transparent;
}
main .flex-control-paging li a {
background-color: rgba(255, 255, 255, 0.4);
}
main .flex-control-paging li a.flex-active {
background-color: #ffffff;
}
main .flex-caption {
background-color: transparent !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 25px 0 !important;
}
main .flex-caption p {
letter-spacing: 0;
}
main .flex-caption p:first-child {
margin-top: 0;
}
main .flex-caption a {
text-decoration: none;
}
main .flex-direction-nav a:before {
color: #ffffff;
}
main .vc_gitem-col .more-holder {
display: none;
}
main .vc_progress_bar .vc_single_bar {
background-color: transparent;
border-radius: 0;
}
main .vc_progress_bar .vc_single_bar .vc_label_units {
float: right;
}
main .vc_progress_bar .vc_single_bar .vc_bar {
border-radius: 0;
}
main .searchform input[type="text"] {
margin-bottom: .5em;
}
main .searchform input[type="submit"] {
margin-top: .5em;
}
.otw-wrapper {
margin: 2em 0;
}
.opentable label,
.otw-wrapper label,
.otw-widget-form-wrap label,
.otw-input-wrap label,
.otw-button-wrap label {
font-size: 1em !important;
}
@media only screen and (min-width: 1025px) {
.opentable i:before,
.otw-wrapper i:before,
.otw-widget-form-wrap i:before,
.otw-input-wrap i:before,
.otw-button-wrap i:before {
-webkit-transition: color .3s;
transition: color .3s;
}
}
.opentable i:before,
.otw-wrapper i:before,
.otw-widget-form-wrap i:before,
.otw-input-wrap i:before,
.otw-button-wrap i:before {
color: #6c9bae;
position: relative;
z-index: 0;
}
.opentable .powered-by-open-table,
.otw-wrapper .powered-by-open-table,
.otw-widget-form-wrap .powered-by-open-table,
.otw-input-wrap .powered-by-open-table,
.otw-button-wrap .powered-by-open-table {
background-image: url(//www.oxenalm.at/wp-content/themes/ambiance/public/img/reservations/opentable.png);
}
.opentable .otw-widget-form-wrap .selectric,
.otw-wrapper .otw-widget-form-wrap .selectric,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric,
.otw-input-wrap .otw-widget-form-wrap .selectric,
.otw-button-wrap .otw-widget-form-wrap .selectric,
.opentable .otw-widget-form-wrap .otw-reservation-date,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date,
.opentable .otw-widget-form-wrap input[type="text"],
.otw-wrapper .otw-widget-form-wrap input[type="text"],
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"],
.otw-input-wrap .otw-widget-form-wrap input[type="text"],
.otw-button-wrap .otw-widget-form-wrap input[type="text"] {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
background: transparent;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
padding: 15px 50px 15px 20px;
display: block;
width: 100%;
height: auto;
border: none;
background: none;
color: #FFFFFF;
border: 2px solid #FFFFFF;
-webkit-appearance: none;
margin: 10px 0;
}
.opentable .otw-widget-form-wrap .selectric:focus,
.otw-wrapper .otw-widget-form-wrap .selectric:focus,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric:focus,
.otw-input-wrap .otw-widget-form-wrap .selectric:focus,
.otw-button-wrap .otw-widget-form-wrap .selectric:focus,
.opentable .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date:focus,
.opentable .otw-widget-form-wrap input[type="text"]:focus,
.otw-wrapper .otw-widget-form-wrap input[type="text"]:focus,
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"]:focus,
.otw-input-wrap .otw-widget-form-wrap input[type="text"]:focus,
.otw-button-wrap .otw-widget-form-wrap input[type="text"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
.opentable .otw-widget-form-wrap .selectric .button,
.otw-wrapper .otw-widget-form-wrap .selectric .button,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric .button,
.otw-input-wrap .otw-widget-form-wrap .selectric .button,
.otw-button-wrap .otw-widget-form-wrap .selectric .button,
.opentable .otw-widget-form-wrap .otw-reservation-date .button,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date .button,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date .button,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date .button,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date .button,
.opentable .otw-widget-form-wrap input[type="text"] .button,
.otw-wrapper .otw-widget-form-wrap input[type="text"] .button,
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"] .button,
.otw-input-wrap .otw-widget-form-wrap input[type="text"] .button,
.otw-button-wrap .otw-widget-form-wrap input[type="text"] .button {
top: 12px;
right: 12px;
}
.opentable .otw-widget-form-wrap .selectric p.label,
.otw-wrapper .otw-widget-form-wrap .selectric p.label,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric p.label,
.otw-input-wrap .otw-widget-form-wrap .selectric p.label,
.otw-button-wrap .otw-widget-form-wrap .selectric p.label,
.opentable .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date p.label,
.opentable .otw-widget-form-wrap input[type="text"] p.label,
.otw-wrapper .otw-widget-form-wrap input[type="text"] p.label,
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"] p.label,
.otw-input-wrap .otw-widget-form-wrap input[type="text"] p.label,
.otw-button-wrap .otw-widget-form-wrap input[type="text"] p.label {
line-height: 2;
font-size: 1em;
color: #FFFFFF;
}
.otw-button-wrap {
position: relative;
}
.otw-button-wrap:after {
-webkit-touch-callout: none; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
content: "\46";
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
pointer-events: none;
}
.otw-button-wrap input[type="submit"] {
font: 0/0 a;
color: transparent;
text-shadow: none;
border: 0;
display: inline-block;
-webkit-appearance: none;
background-color: transparent;
border: 2px solid #6c9bae;
width: 60px;
height: 60px;
border-radius: 50%;
display: block;
margin: 30px auto 0 auto;
position: relative;
z-index: 1;
}
.otw-button-wrap input[type="submit"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
@media only screen and (min-width: 1025px) {
.otw-button-wrap input[type="submit"] {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.otw-button-wrap input[type="submit"]:hover {
background-color: rgba(255, 255, 255, 0.6);
border: none;
}
.otw-button-wrap input[type="submit"]:hover i:before {
color: #FFFFFF;
}
}  #wp-admin-bar-user-info .avatar {
max-height: none;
}
.language-selector {
position: fixed;
top: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
border-bottom-left-radius: .4em;
z-index: 20;
}
.language-selector.left {
right: auto;
left: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: .4em;
}
.language-selector a {
-webkit-transition: all .3s;
transition: all .3s;
padding: 0 1em;
line-height: 2.5em;
font-size: 1.5em;
display: block;
color: #FFFFFF;
text-decoration: none;
text-align: center;
}
.language-selector ul {
-webkit-transition: all .8s;
transition: all .8s;
list-style: none;
margin: 0;
padding: 0;
background-color: rgba(0, 0, 0, 0.4);
overflow: hidden;
max-height: 1px;
visibility: hidden;
}
.language-selector ul.visible {
max-height: 100px;
visibility: visible;
}
.language-selector ul a:hover {
background-color: #6c9bae;
}@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-regular.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-regular.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-regular.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-regular.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-regular.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 100;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100italic.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100italic.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100italic.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-100italic.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200italic.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200italic.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200italic.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-200italic.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300italic.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300italic.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300italic.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-300italic.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-italic.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-italic.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-italic.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-italic.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500italic.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500italic.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500italic.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-500italic.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600italic.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600italic.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600italic.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-600italic.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700italic.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700italic.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700italic.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-700italic.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 800;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800italic.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800italic.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800italic.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-800italic.svg#Raleway) format('svg'); } @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 900;
src: url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900italic.eot); src: local(''),
url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900italic.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900italic.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance-child/raleway-v28-latin-900italic.svg#Raleway) format('svg'); }
::-moz-selection{background:#E7511E !important;color:#fff !important;text-shadow:none !important;}
::selection{background:#E7511E !important;color:#fff !important;text-shadow:none !important;}
html {
font-family: 'Raleway', sans-serif !important;
font-weight: 300 !important;
color: #000 !important;
}
#splash {
background-color: #fff !important;
}
.content h2 {
margin: 1.5em 0 .35em 0 !important;
padding: 10px 0 0 0 !important;
}
.content-footer {
background-color: #fff !important;
}
.strokes ul li a section h5 {
font-family: 'Raleway', sans-serif !important;
}
.serif {
font-family: 'Raleway', sans-serif !important;
font-weight: 700 !important;
}
header.frontpage {
display: none !important;
}
h5 {
color: #fff !important;
}
h2 {
color: #00632E !important;
}
.serif {
color: #00632E !important;
}
figcaption .serif {
color: #fff !important;
}
figure figcaption {
background-color: rgba(0, 99, 45, 0.8) !important;
}
ul, ol {
color: #00632E !important;
font-weight: 700 !important;
}
a:hover {
color: #00632E !important;
}
strong {
color: #00632E !important;
font-weight: 700 !important;
}
blockquote {
color: #E7511E !important;
}
.categories a {
background: none !important;
border: 1px solid #E7511E !important;
color: #E7511E !important;
}
.categories a:hover {
background-color: #E7511E !important;
color: #fff !important;
}
ul.price-list li .description {
font-family: 'Raleway', sans-serif !important;
font-weight: 300 !important;
}
.form-group .ambiance-icon:before {
color: #00632E !important;
}
ul.icon-list li a i:before {
color: #00632E !important;
}
time strong {
font-family: 'Raleway', sans-serif !important;
color: #00632E !important;
font-weight: 700 !important;
}
header.detail * {
color: #E7511E !important;
}
header.detail {
background-color: rgba(255,255,255,0.95) !important;
}
h3.badge {
color: #fff !important;
background-color: #00632E !important;
}
h3.title {
color: #00632E !important;
}
.badge {
background-color: #E7511E !important;
}
ul.price-list li .top {
border-color: #00632E !important;
}
h1 {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important;
font-weight: 900 !important;
text-transform: uppercase !important;
}
.strokes ul li a:hover {
background-image: linear-gradient( 
hsla(0,100%,100%,0) 0%,
hsl(0,100%,100%) 100%);
}
.strokes ul li:nth-child(1) h1 {
color: #fff !important;
transition: all 1s ease;
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
.strokes ul li:nth-child(1):hover h1 {
color: #E7511E !important;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.strokes ul li:nth-child(2) h1 {
color: #fff !important;
-moz-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg);
}
.strokes ul li:nth-child(2):hover h1 {
color: #E7511E !important;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.strokes ul li:nth-child(3) h1 {
color: #fff !important;
-moz-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg);
}
.strokes ul li:nth-child(3):hover h1 {
color: #E7511E !important;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.strokes ul li:nth-child(4) h1 {
color: #fff !important;
-moz-transform: rotate(-9deg);
-ms-transform: rotate(-9deg);
-o-transform: rotate(-9deg);
-webkit-transform: rotate(-9deg);
transform: rotate(-9deg);
}
.strokes ul li:nth-child(4):hover h1 {
color: #E7511E !important;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.strokes ul li:nth-child(5) h1 {
color: #fff !important;
-moz-transform: rotate(-11deg);
-ms-transform: rotate(-11deg);
-o-transform: rotate(-11deg);
-webkit-transform: rotate(-11deg);
transform: rotate(-11deg);
}
.strokes ul li:nth-child(5):hover h1 {
color: #E7511E !important;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.strokes ul li:nth-child(6) h1 {
color: #fff !important;
-moz-transform: rotate(-9deg);
-ms-transform: rotate(-9deg);
-o-transform: rotate(-9deg);
-webkit-transform: rotate(-9deg);
transform: rotate(-9deg);
}
.strokes ul li:nth-child(6):hover h1 {
color: #E7511E !important;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.strokes ul li:nth-child(7) h1 {
color: #fff !important;
-moz-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg);
}
.strokes ul li:nth-child(7):hover h1 {
color: #E7511E !important;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.strokes ul li:nth-child(8) h1 {
color: #fff !important;
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.strokes ul li:nth-child(8):hover h1 {
color: #E7511E !important;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.strokes ul li a {
color: #E7511E !important;
}
p {
color: #000 !important;
}
footer h5 {
color: #00632E !important;
}
footer p {
color: #E7511E !important;
}
.more-link {
background-color: #00632E !important;
}
.more-link:hover {
color: #fff !important;
background-color: #E7511E !important;
}
.date-icon a {
color: #00632E !important;
}
.date-icon::before {
color: #00632E !important;
}
h2 a {
color: #00632E !important;
}
.ambiance-icon::before {
color: #FFF !important;
}
footer .ambiance-icon::before {
color: #E7511E !important;
}
.sticky:before {
color: #00632E !important;
}
.btn.active {
border-color: #E7511E !important;
}
.btn.active h4 {
color: #E7511E !important;
}
.btn.active h4:hover {
color: #fff !important;
}
header .back.back:before {
background-color: #E7511E !important;
}
header .back.back:after {
background-color: #E7511E !important;
}
.submit i:before {
color: #00632E !important;
}
.submit button[type="submit"]:hover {
background-color: #00632E !important;
}
.submit button[type="submit"]:hover i:before {
color: #fff !important;
}
.submit button[type="submit"] {
border-color: #00632E !important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{
color: #000 !important;
border: 2px solid #00632E !important;
}
div.wpcf7-response-output {
background-color: #E7511E !important;
color: #fff !important;
}
div.wpcf7-response-output:before {
color: #fff !important;
}
a.pswp__share--facebook:hover {
background: #E7511E !important;
color: #FFF !important;
}
a.pswp__share--twitter:hover {
background: #E7511E !important;
color: #FFF !important;
}
a.pswp__share--pinterest:hover {
background: #E7511E !important;
color: #FFF !important;
}
a.pswp__share--download:hover {
background: #E7511E !important;
color: #FFF !important;
}
.sd-content ul li {
display: inline-block;
padding: 0;
}
.sd-content ul {
list-style: none !important;
padding-left: 0px !important;
}
.sd-content span {
font-size: 1rem !important;
}
.content ul li {
line-height: 2em !important;
margin: 0 1.3rem 0 0 !important;
}
.sd-social-text .sd-content ul li a.sd-button span {
line-height: 1rem !important;
}
.sd-social-text .sd-content ul li a.sd-button {
text-decoration: none !important;
display: inline-block;
font-family: 'Raleway', sans-serif !important;
font-weight: 400;
border-radius: 3px;
color: #E7511E !important;
background: #fff;
border: 1px solid #E7511E;
text-shadow: none;
padding: 3px 5px 3px 5px;
}
.sd-social-text .sd-content ul li a.sd-button:hover {
color: #fff !important;
background: #E7511E;
}
.content header.with-subnav ul li.btn:hover h4 {
color: #fff !important;
}
#back-to-menu {
display: none;
}
.form-group .wpcf7-form-control-wrap span {
color: #E7511E !important;
}
#cookie-notice .button.bootstrap {
background-color: #E7511E !important;
background-image: linear-gradient(to bottom, #fb9a79, #E7511E);
background-repeat: repeat-x;
}
#cookie-notice .button.bootstrap:hover {
background-color: #E7511E !important;
color: #fff !important;
}
.full-width .gallery {
margin: 0 !important;
}
.ambiance-icon.icon-UpArrow {
background: rgba(231, 81, 30, 0.3) !important;
}
section.hours p {
text-align: center;
}
@media only screen and (max-width: 768px) {
header.detail section h1 {
font-size: 25px !important;
font-size: 2.5rem !important;
line-height: 2.7rem !important;
}
.content header.with-subnav ul {
text-align: center !important;
}
.content header.with-subnav ul {
margin: .3em 0em !important;
}
.content ul li {
margin: 0 10px 0 0 !important;
}
#back-to-top {
bottom: 2% !important;
}
#back-to-menu {
display: block !important;
margin-top: 15px;
margin-bottom: -20px;
-webkit-transition: opacity .3s;
transition: opacity .3s;
opacity: 0;
z-index: 200 !important;
}
#back-to-menu.visible {
opacity: 1;
}
}.no-text-select {
-webkit-touch-callout: none; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none; } html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
} body {
margin: 0;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
} a {
background: transparent;
} a:active,
a:hover {
outline: 0;
} abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
} img {
border: 0;
} svg:not(:root) {
overflow: hidden;
} figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
} button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
} button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
} input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0;
padding: 0;
} textarea {
overflow: auto;
} optgroup {
font-weight: bold;
} table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} h1,
h2,
h3,
h4,
h5,
h6,
p {
font-weight: normal;
} html,
body {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}
h1,
h2,
h3 {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
}
abbr {
text-transform: uppercase;
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
}
time {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}
pre,
kbd,
samp,
code {
-webkit-font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
-moz-font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}
sup {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
}
sub {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
} input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
-webkit-font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
-moz-font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
}
table {
-webkit-font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
-moz-font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}
table thead,
table tfoot {
-webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
-moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}  p,
span,
a,
h1,
h2,
h3,
h4,
h5,
strong {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
line-height: 1.2;
margin: 0 0 .35em 0;
} p {
line-height: 1.7em;
text-align: left;
margin: 20px 0;
} h1 {
font-size: 38px;
font-size: 3.8rem;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
font-weight: 700;
}
h2 {
font-size: 26px;
font-size: 2.6rem;
font-weight: 700;
}
h3 {
font-size: 21px;
font-size: 2.1rem;
}
h4 {
font-size: 16px;
font-size: 1.6rem;
}
h5 {
font-size: 14px;
font-size: 1.4rem;
}
h6 {
font-size: 10px;
font-size: 1rem;
}
p,
span {
font-size: 15px;
font-size: 1.5rem;
} p a,
ul a,
ol a {
text-decoration: underline;
} a {
text-decoration: none;
color: #6c9bae;
}
@media only screen and (min-width: 1025px) {
a {
-webkit-transition: color 1s;
transition: color 1s;
}
a:hover {
color: #FFFFFF;
}
} .serif {
letter-spacing: 1px;
font-family: 'merriweather-italic', serif;
color: #6c9bae;
} .signature {
padding: 20px 0;
text-align: left;
}
.signature h6 {
text-transform: uppercase;
color: #6c9bae;
letter-spacing: 2px;
margin: 0;
}
.signature h5 {
font-size: 48px;
font-size: 4.8rem;
font-family: 'kristimedium', serif;
margin: 0 0 0 0;
}
@media only screen and (max-width: 667px) {
.signature h5 {
font-size: 30px;
font-size: 3rem;
}
}
.signature.center {
text-align: center;
} blockquote {
border-left: 2px solid #6c9bae;
margin: 40px 0 40px 30px;
padding-left: 10px;
line-height: 1.8;
}
blockquote p {
font-size: 28px;
font-size: 2.8rem;
color: #6c9bae;
font-family: 'merriweather-italic', serif;
letter-spacing: 1px;
opacity: 1;
margin: 0;
} .badge {
font-size: 14px;
font-size: 1.4rem;
letter-spacing: 1px;
display: inline-block;
padding: .6em 1em;
border-radius: 1em;
line-height: 1.1em;
background-color: rgba(108, 155, 174, 0.5);
color: #FFFFFF;
margin: 10px 0;
}
.badge-rounded {
display: inline-block;
padding: .6em .9em;
background: rgba(108, 155, 174, 0.5);
border-radius: 1em;
} .date-icon:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\74";
vertical-align: middle;
margin-right: .3em;
} .transition {
-webkit-transition: opacity 1s;
transition: opacity 1s;
opacity: 1;
}
.transition-in {
opacity: 0;
}
.transition-out {
opacity: 0;
}
.fade {
-webkit-transition: opacity 1s;
transition: opacity 1s;
opacity: 1;
}
.fade-in {
opacity: 1;
}
.fade-out {
opacity: 0;
}
.slide-from-top {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.slide-from-top-in {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.slide-from-top-out {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.slide-to-top {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.slide-to-top-in {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.slide-to-top-out {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.slide-left {
-webkit-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.is-static .slide-left {
opacity: 1;
}
.slide-left-in {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
overflow: hidden;
}
.is-static .slide-left-in {
opacity: 0;
}
.slide-left-out {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
overflow: hidden;
}
.is-static .slide-left-out {
opacity: 0;
}
.splash-transition {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.splash-transition-out {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.slide-right {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.slide-right-in {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
overflow: hidden;
}
.slide-right-out {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
overflow: hidden;
}
.notransition {
-webkit-transition: none !important;
transition: none !important;
} @font-face {
font-family: 'montserratregular';
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.eot);
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/montserrat-regular-webfont.svg#montserratregular) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'merriweather-italic';
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/merriweather-italic.eot);
src: local('O'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/merriweather-italic.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/merriweather-italic.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/merriweather-italic.svg#merriweather-italic) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'kristimedium';
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.eot);
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.eot?#iefix) format('embedded-opentype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/kristi-webfont.svg#kristimedium) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: '77-Essential-Icons';
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/77-Essential-Icons.eot);
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/77-Essential-Icons.eot?#iefix) format("embedded-opentype"), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/77-Essential-Icons.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/77-Essential-Icons.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/77-Essential-Icons.svg#77-Essential-Icons) format('svg');
font-weight: normal;
font-style: normal;
} .ambiance-icon.bg {
-webkit-transform: translateY(-70%);
-ms-transform: translateY(-70%);
transform: translateY(-70%);
z-index: 20;
position: relative;
display: block;
margin: 0 auto;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #6c9bae;
}
.ambiance-icon.bg:before {
line-height: 60px;
vertical-align: middle;
display: block;
text-align: center;
}
.ambiance-icon.bg .image {
margin: 0;
height: 60px;
display: block;
margin: auto;
}
.ambiance-icon.bg.icon-Food:before,
.ambiance-icon.bg.icon-Default:before {
top: 50%;
}
.ambiance-icon.inverted {
background-color: #FFFFFF;
}
.ambiance-icon.inverted:before {
color: #6c9bae;
}
.ambiance-icon:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ambiance-icon.image {
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 37px;
height: 37px;
margin-bottom: 15px;
}
.ambiance-icon.icon-Food:before,
.ambiance-icon.icon-Default:before {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: "";
position: absolute;
width: 37px;
height: 37px;
top: 25%;
left: 50%;
background-image: url(//www.oxenalm.at/wp-content/themes/ambiance/public/img/interface/knive-fork.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
.ambiance-icon.icon-Plus:before {
content: "\2b";
}
.ambiance-icon.icon-Attachment:before {
content: "\61";
}
.ambiance-icon.icon-Reply:before {
content: "\72";
}
.ambiance-icon.icon-BarGraph:before {
content: "\67";
}
.ambiance-icon.icon-Book:before {
content: "\52";
}
.ambiance-icon.icon-Bookmark:before {
content: "\42";
}
.ambiance-icon.icon-Briefcase:before {
content: "\62";
}
.ambiance-icon.icon-BrowserWindow:before {
content: "\77";
}
.ambiance-icon.icon-Calendar:before {
content: "\63";
}
.ambiance-icon.icon-Camera:before {
content: "\43";
}
.ambiance-icon.icon-Cancel:before {
content: "\78";
}
.ambiance-icon.icon-Clock:before {
content: "\74";
}
.ambiance-icon.icon-CommentwithLines:before {
content: "\6d";
}
.ambiance-icon.icon-Comment:before {
content: "\4d";
}
.ambiance-icon.icon-Computer:before {
content: "\31";
}
.ambiance-icon.icon-Controls:before {
content: "\53";
}
.ambiance-icon.icon-Conversation:before {
content: "\73";
}
.ambiance-icon.icon-CreditCard:before {
content: "\a3";
}
.ambiance-icon.icon-Crosshair:before {
content: "\54";
}
.ambiance-icon.icon-Diary:before {
content: "\6e";
}
.ambiance-icon.icon-DownArrow:before {
content: "\64";
}
.ambiance-icon.icon-Email:before {
content: "\65";
}
.ambiance-icon.icon-Folder:before {
content: "\66";
}
.ambiance-icon.icon-Forward:before {
content: "\46";
}
.ambiance-icon.icon-Heart:before {
content: "\33";
}
.ambiance-icon.icon-Home:before {
content: "\68";
}
.ambiance-icon.icon-Inbox:before {
content: "\44";
}
.ambiance-icon.icon-Layers:before {
content: "\4c";
}
.ambiance-icon.icon-LeftArrow:before {
content: "\3c";
}
.ambiance-icon.icon-Link:before {
content: "\6c";
}
.ambiance-icon.icon-List:before {
content: "\3a";
}
.ambiance-icon.icon-LocationMarker:before {
content: "\50";
}
.ambiance-icon.icon-Location:before {
content: "\4b";
}
.ambiance-icon.icon-Map:before {
content: "\71";
}
.ambiance-icon.icon-Medal:before {
content: "\48";
}
.ambiance-icon.icon-Menu:before {
content: "\3d";
}
.ambiance-icon.icon-Microphone:before {
content: "\41";
}
.ambiance-icon.icon-Minus:before {
content: "\2d";
}
.ambiance-icon.icon-Options:before {
content: "\6f";
}
.ambiance-icon.icon-MoreOptions:before {
content: "\4f";
}
.ambiance-icon.icon-Music:before {
content: "\4e";
}
.ambiance-icon.icon-Mute:before {
content: "\58";
}
.ambiance-icon.icon-Notification:before {
content: "\6a";
}
.ambiance-icon.icon-Padlock:before {
content: "\6b";
}
.ambiance-icon.icon-Document:before {
content: "\57";
}
.ambiance-icon.icon-Phone:before {
content: "\69";
}
.ambiance-icon.icon-Photo:before {
content: "\70";
}
.ambiance-icon.icon-PieChart:before {
content: "\47";
}
.ambiance-icon.icon-Pin:before {
content: "\4a";
}
.ambiance-icon.icon-View:before {
content: "\531";
}
.ambiance-icon.icon-Printer:before {
content: "\532";
}
.ambiance-icon.icon-Profile:before {
content: "\533";
}
.ambiance-icon.icon-Rearrange:before {
content: "\7a";
}
.ambiance-icon.icon-Refresh:before {
content: "\7e";
}
.ambiance-icon.icon-RightArrow:before {
content: "\3e";
}
.ambiance-icon.icon-Save:before {
content: "\79";
}
.ambiance-icon.icon-Search:before {
content: "\59";
}
.ambiance-icon.icon-Settings:before {
content: "\32";
}
.ambiance-icon.icon-Share:before {
content: "\40";
}
.ambiance-icon.icon-Shop:before {
content: "\51";
}
.ambiance-icon.icon-Signals:before {
content: "\7b";
}
.ambiance-icon.icon-Signal:before {
content: "\7c";
}
.ambiance-icon.icon-Volume:before {
content: "\5a";
}
.ambiance-icon.icon-Star:before {
content: "\2a";
}
.ambiance-icon.icon-iPad:before {
content: "\49";
}
.ambiance-icon.icon-Tag:before {
content: "\45";
}
.ambiance-icon.icon-Checkmark:before {
content: "\2f";
}
.ambiance-icon.icon-Toggle:before {
content: "\60";
}
.ambiance-icon.icon-Trash:before {
content: "\5f";
}
.ambiance-icon.icon-Typing:before {
content: "\2e";
}
.ambiance-icon.icon-UpArrow:before {
content: "\5e";
}
.ambiance-icon.icon-User:before {
content: "\75";
}
.ambiance-icon.icon-Users:before {
content: "\55";
}
.ambiance-icon.icon-VideoCamera:before {
content: "\56";
}
.ambiance-icon.icon-Video:before {
content: "\76";
}
.ambiance-icon.icon-Warning:before {
content: "\21";
}
.ambiance-icon.icon-CreateNew:before {
content: "\7d";
} @font-face {
font-family: 'fontello';
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.eot);
src: url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.eot#iefix) format("embedded-opentype"), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.woff) format('woff'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.woff2) format('woff2'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.ttf) format('truetype'), url(//www.oxenalm.at/wp-content/themes/ambiance/public/fonts/icons/fontello.svg#fontello) format('svg');
font-weight: normal;
font-style: normal;
}
i {
display: inline-block;
vertical-align: middle;
} .icon-social:before {
font-size: 18px;
font-size: 1.8rem;
font-family: 'fontello';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #FFFFFF;
}
.icon-social.aim:before {
content: '\e800';
}
.icon-social.delicious:before {
content: '\e801';
}
.icon-social.paypal:before {
content: '\e802';
}
.icon-social.flattr:before {
content: '\e803';
}
.icon-social.android:before {
content: '\e804';
}
.icon-social.eventful:before {
content: '\e805';
}
.icon-social.smashmag:before {
content: '\e806';
}
.icon-social.gplus:before {
content: '\e807';
}
.icon-social.wikipedia:before {
content: '\e808';
}
.icon-social.lanyrd:before {
content: '\e809';
}
.icon-social.calendar:before {
content: '\e80a';
}
.icon-social.stumbleupon:before {
content: '\e80b';
}
.icon-social.fivehundredpx:before {
content: '\e80c';
}
.icon-social.pinterest:before {
content: '\e80d';
}
.icon-social.bitcoin:before {
content: '\e80e';
}
.icon-social.w3c:before {
content: '\e80f';
}
.icon-social.foursquare:before {
content: '\e810';
}
.icon-social.html5:before {
content: '\e811';
}
.icon-social.ie:before {
content: '\e812';
}
.icon-social.call:before {
content: '\e813';
}
.icon-social.grooveshark:before {
content: '\e814';
}
.icon-social.ninetyninedesigns:before {
content: '\e815';
}
.icon-social.forrst:before {
content: '\e816';
}
.icon-social.digg:before {
content: '\e817';
}
.icon-social.spotify:before {
content: '\e818';
}
.icon-social.reddit:before {
content: '\e819';
}
.icon-social.guest:before {
content: '\e81a';
}
.icon-social.gowalla:before {
content: '\e81b';
}
.icon-social.appstore:before {
content: '\e81c';
}
.icon-social.blogger:before {
content: '\e81d';
}
.icon-social.cc:before {
content: '\e81e';
}
.icon-social.dribbble:before {
content: '\e81f';
}
.icon-social.evernote:before {
content: '\e820';
}
.icon-social.flickr:before {
content: '\e821';
}
.icon-social.google:before {
content: '\e822';
}
.icon-social.viadeo:before {
content: '\e823';
}
.icon-social.instapaper:before {
content: '\e824';
}
.icon-social.weibo:before {
content: '\e825';
}
.icon-social.klout:before {
content: '\e826';
}
.icon-social.linkedin:before {
content: '\e827';
}
.icon-social.meetup:before {
content: '\e828';
}
.icon-social.vk:before {
content: '\e829';
}
.icon-social.plancast:before {
content: '\e82a';
}
.icon-social.disqus:before {
content: '\e82b';
}
.icon-social.rss:before {
content: '\e82c';
}
.icon-social.skype:before {
content: '\e82d';
}
.icon-social.twitter:before {
content: '\e82e';
}
.icon-social.youtube:before {
content: '\e82f';
}
.icon-social.vimeo:before {
content: '\e830';
}
.icon-social.windows:before {
content: '\e831';
}
.icon-social.xing:before {
content: '\e832';
}
.icon-social.yahoo:before {
content: '\e833';
}
.icon-social.chrome:before {
content: '\e834';
}
.icon-social.email:before {
content: '\e835';
}
.icon-social.macstore:before {
content: '\e836';
}
.icon-social.myspace:before {
content: '\e837';
}
.icon-social.podcast:before {
content: '\e838';
}
.icon-social.amazon:before {
content: '\e839';
}
.icon-social.steam:before {
content: '\e83a';
}
.icon-social.cloudapp:before {
content: '\e83b';
}
.icon-social.dropbox:before {
content: '\e83c';
}
.icon-social.ebay:before {
content: '\e83d';
}
.icon-social.facebook:before {
content: '\e83e';
}
.icon-social.github:before {
content: '\e83f';
}
.icon-social.github-circled:before {
content: '\e840';
}
.icon-social.googleplay:before {
content: '\e841';
}
.icon-social.itunes:before {
content: '\e842';
}
.icon-social.plurk:before {
content: '\e843';
}
.icon-social.songkick:before {
content: '\e844';
}
.icon-social.lastfm:before {
content: '\e845';
}
.icon-social.gmail:before {
content: '\e846';
}
.icon-social.pinboard:before {
content: '\e847';
}
.icon-social.openid:before {
content: '\e848';
}
.icon-social.quora:before {
content: '\e849';
}
.icon-social.soundcloud:before {
content: '\e84a';
}
.icon-social.tumblr:before {
content: '\e84b';
}
.icon-social.eventasaurus:before {
content: '\e84c';
}
.icon-social.wordpress:before {
content: '\e84d';
}
.icon-social.yelp:before {
content: '\e84e';
}
.icon-social.intensedebate:before {
content: '\e84f';
}
.icon-social.eventbrite:before {
content: '\e850';
}
.icon-social.scribd:before {
content: '\e851';
}
.icon-social.posterous:before {
content: '\e852';
}
.icon-social.stripe:before {
content: '\e853';
}
.icon-social.opentable:before {
content: '\e854';
}
.icon-social.cart:before {
content: '\e855';
}
.icon-social.print:before {
content: '\e856';
}
.icon-social.angellist:before {
content: '\e857';
}
.icon-social.instagram:before {
content: '\e858';
}
.icon-social.dwolla:before {
content: '\e859';
}
.icon-social.appnet:before {
content: '\e85a';
}
.icon-social.statusnet:before {
content: '\e85b';
}
.icon-social.acrobat:before {
content: '\e85c';
}
.icon-social.drupal:before {
content: '\e85d';
}
.icon-social.buffer:before {
content: '\e85e';
}
.icon-social.pocket:before {
content: '\e85f';
}
.icon-social.bitbucket:before {
content: '\e860';
}
.icon-social.lego:before {
content: '\e861';
}
.icon-social.login:before {
content: '\e862';
}
.icon-social.stackoverflow:before {
content: '\e863';
}
.icon-social.hackernews:before {
content: '\e864';
}
.icon-social.lkdto:before {
content: '\e865';
}
.icon-social.duckduckgo:before {
content: '\e866';
} .pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
outline: none;
}
.pswp * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pswp img {
max-width: none;
}
.pswp--animate_opacity {
opacity: 0.001;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
display: block;
}
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
.pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.pswp__img {
position: absolute;
width: auto;
height: auto;
-webkit-transition: opacity 0.15s;
transition: opacity 0.15s;
}
.pswp__img--placeholder {
-webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
background: #222;
}
.pswp--ie .pswp__img {
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC;
}
.pswp__error-msg a {
color: #CCC;
text-decoration: underline;
} .pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
opacity: 1;
}
.pswp__button:active {
outline: none;
opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0;
} .pswp__ui--over-close .pswp__button--close {
opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//www.oxenalm.at/wp-content/themes/ambiance/public/libs/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//www.oxenalm.at/wp-content/themes/ambiance/public/libs/photoswipe/default-skin/default-skin.svg);
}
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none;
}
}
.pswp__button--close {
background-position: 0 -44px;
}
.pswp__button--share {
background-position: -44px -44px;
}
.pswp__button--fs {
display: none;
}
.pswp--supports-fs .pswp__button--fs {
display: block;
}
.pswp--fs .pswp__button--fs {
background-position: -44px 0;
}
.pswp__button--zoom {
display: none;
background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0;
} .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
} .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}
.pswp__button--arrow--left {
left: 0;
}
.pswp__button--arrow--right {
right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute;
}
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
} .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__share-modal--hidden {
display: none;
}
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: -webkit-transform 0.25s;
transition: transform 0.25s;
transition: transform 0.25s, -webkit-transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px;
}
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000;
}
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px;
}
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none;
}
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF;
}
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF;
}
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D;
}
a.pswp__share--download:hover {
background: #DDD;
} .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px;
} .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px;
}
.pswp__caption small {
font-size: 11px;
color: #BBB;
}
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC;
}
.pswp__caption--empty {
display: none;
} .pswp__caption--fake {
visibility: hidden;
} .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr;
}
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px;
}
.pswp__preloader--active {
opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn { background: url(//www.oxenalm.at/wp-content/themes/ambiance/default-skin/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0;
}
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0;
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right;
}
}
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550;
} .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
} .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5);
} .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3);
} .pswp__ui--idle .pswp__top-bar {
opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0;
} .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001;
} .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none;
}
.pswp__element--disabled {
display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
background: none;
} html.remodal-is-locked {
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
}
.remodal,
[data-remodal-id] {
display: none;
}
.remodal-overlay {
position: fixed;
z-index: 9999;
top: -5000px;
right: -5000px;
bottom: -5000px;
left: -5000px;
display: none;
} .remodal-wrapper {
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
overflow: auto;
text-align: center;
-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
display: inline-block;
height: 100%;
margin-left: -0.05em;
content: "";
} .remodal-overlay,
.remodal-wrapper {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .remodal {
position: relative;
outline: none;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.remodal-is-initialized { display: inline-block;
} .remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.remodal-overlay {
background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
-webkit-animation-name: remodal-overlay-opening-keyframes;
animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
-webkit-animation-name: remodal-overlay-closing-keyframes;
animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
padding: 10px 10px 0;
}
.remodal {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
border-radius: 10px;
width: 100%;
margin-bottom: 10px;
padding: 70px 70px 50px 70px;
color: #373a44;
background: #FFFFFF; }
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
-webkit-animation-name: remodal-opening-keyframes;
animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
-webkit-animation-name: remodal-closing-keyframes;
animation-name: remodal-closing-keyframes;
}
.remodal .icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 0;
left: 50%;
color: #FFFFFF;
}
.remodal h1 {
font-size: 28px;
font-size: 2.8rem;
}
.remodal p {
text-align: center;
}
.remodal .signature {
padding-bottom: 0;
}
.remodal .remodal-close {
position: absolute;
top: 10px;
right: 10px;
display: block;
overflow: visible;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
cursor: pointer;
-webkit-transition: color .2s;
transition: color .2s;
text-decoration: none;
color: #95979c;
border: 0;
outline: 0;
background: transparent;
}
.remodal .remodal-close:hover,
.remodal .remodal-close:focus {
color: #2b2e38;
}
.remodal .remodal-close:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\78";
color: #6c9bae;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 35px;
} .remodal,
.remodal-wrapper:after {
vertical-align: middle;
} @-webkit-keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
}
}
@keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@media only screen and (min-width: 641px) {
.remodal {
max-width: 500px;
}
}
.lt-ie9 .remodal-overlay {
background: #2b2e38;
}
.lt-ie9 .remodal {
width: 500px;
} ::-moz-selection {
background: #6c9bae;
color: #FFFFFF;
text-shadow: none;
}
::selection {
background: #6c9bae;
color: #FFFFFF;
text-shadow: none;
}
::-moz-selection {
background: #6c9bae;
color: #FFFFFF;
text-shadow: none;
} html {
background-color: rgba(0, 0, 0, 0.95);
font: normal 62.5%/1em 'montserratregular', sans-serif;
height: 100%;
color: #FFFFFF;
overflow: hidden;
line-height: 1.7;
} body {
width: 100%;
height: 100%;
}
body main {
font-size: 14px;
font-size: 1.4rem;
z-index: 10;
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: visible;
overflow-y: scroll;
}
@media only screen and (max-width: 667px), only screen and (max-width: 667px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 1024px) {
body main {
-webkit-overflow-scrolling: touch;
}
}
.hide {
opacity: 0;
}
.show {
opacity: 1;
}
.full-screen-preview__frame {
background-color: transparent !important;
} :-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
}
::-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
opacity: 1;
}
:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5);
} .form {
text-align: left;
margin-top: 35px;
}
.form header {
text-align: center;
}
.form form {
margin: auto;
padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.form form {
width: 500px;
}
}
.form form label {
font-size: 12px;
font-size: 1.2rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #6c9bae;
text-transform: uppercase;
margin-top: 8px;
display: block;
} .form-inline.contact .row {
margin: 0;
}
.form-inline.contact .form-group {
padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
.form-inline {
overflow: hidden;
}
.form-inline form .row {
overflow: hidden;
}
.form-inline form .row .form-group {
width: 48%;
float: left;
margin: 1%;
}
.form-inline form .row .form-group input {
margin: 0;
}
.form-inline form textarea,
.form-inline form .message {
width: 98%;
margin: 1% auto;
}
} textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
padding: 15px 50px 15px 20px;
display: block;
width: 100%;
border: none;
background: none;
color: #FFFFFF;
border: 2px solid #FFFFFF;
-webkit-appearance: none;
margin: 10px 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
label {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
opacity: .8;
} form input[type="submit"],
form button {
-webkit-transition: all .3s;
transition: all .3s;
line-height: 2.5em;
padding: 0 1.5em;
color: #FFFFFF;
background: none;
border: 2px solid #FFFFFF;
border-radius: .4em;
min-width: 8em;
margin: 1em 0;
}
form input[type="submit"]:focus,
form button:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
@media only screen and (min-width: 1025px) {
form input[type="submit"]:hover,
form button:hover {
color: #FFFFFF;
border-color: #6c9bae;
background: #6c9bae;
}
} .form-group {
position: relative;
margin-bottom: 1px;
}
.form-group i {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
right: 20px;
top: 26px;
}
.form-group i:before {
font-size: 24px;
font-size: 2.4rem;
-webkit-transition: color .4s;
transition: color .4s;
color: #FFFFFF;
} textarea {
line-height: 1.5;
resize: vertical;
} .submit {
text-align: center;
}
.submit button {
font: 0/0 a;
color: transparent;
text-shadow: none;
border: 0;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: 2px solid #6c9bae;
width: 60px;
height: 60px;
border-radius: 50%;
display: block;
margin: 30px auto 0 auto;
position: relative;
z-index: 1;
}
.submit button:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
@media only screen and (min-width: 1025px) {
.submit button {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.submit button:hover {
background-color: #6c9bae;
}
.submit button:hover i:before {
color: #FFFFFF;
}
}
@media only screen and (min-width: 1025px) {
.submit i:before {
-webkit-transition: color .3s;
transition: color .3s;
}
}
.submit i:before {
color: #6c9bae;
position: relative;
z-index: 0;
} .btn {
color: #6c9bae;
border: 2px solid transparent;
display: inline-block;
border-radius: 1.4em;
}
.btn a {
display: block;
padding: .7em 1.4em;
text-decoration: none;
}
.btn * {
font-size: 12px;
font-size: 1.2rem;
margin: 0;
text-transform: uppercase;
}
.btn.active {
border-color: #FFFFFF;
}
.btn.active * {
color: #FFFFFF;
}
@media only screen and (min-width: 1025px) {
.btn:hover {
color: #FFFFFF;
}
} .gallery-item {
border-radius: 3px;
overflow: hidden;
display: block;
}
.gallery-item figure {
margin: 0;
}
figure {
margin: 35px 0 20px;
padding: 0;
position: relative;
overflow: hidden;
}
figure img {
width: 100%;
}
figure a {
position: relative;
}
figure figcaption {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
padding: 20px 30px;
text-align: left;
color: #FFFFFF;
overflow: hidden;
}
figure figcaption h3 {
letter-spacing: 1px;
font-weight: 600;
text-transform: uppercase;
margin: 0;
color: #FFFFFF;
}
figure figcaption p {
margin: 0;
color: #6c9bae;
}
figure figcaption i {
display: none;
}
@media only screen and (min-width: 1025px) {
figure figcaption {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
position: absolute;
bottom: 0;
}
figure figcaption i {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: block;
position: absolute;
right: 20px;
top: 50%;
}
figure:hover figcaption {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
} .strokes {
z-index: 1;
overflow-y: scroll;
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.strokes {
position: absolute;
overflow-x: scroll;
overflow-y: hidden;
}
}
.strokes ul {
margin: 0;
padding: 0;
list-style: none;
white-space: nowrap;
}
.strokes ul li {
width: 100vw;
height: 25vh;
text-align: center;
position: relative;
overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.strokes ul li {
height: 20vh;
}
}
.strokes ul li a {
-webkit-transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
display: block;
height: 100%;
color: #FFFFFF;
text-decoration: none;
}
.strokes ul li a section {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
top: 50%;
}
.strokes ul li a section h1 {
font-size: 24px;
font-size: 2.4rem;
letter-spacing: 0;
}
.strokes ul li a section h5 {
font-family: 'merriweather-italic', serif;
line-height: 1em;
margin-bottom: .1em;
}
.strokes ul li a section * {
margin-top: 0;
}
.strokes ul li a footer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
display: none;
padding: 40px;
position: absolute;
width: 100%;
bottom: 0;
}
.strokes ul li a footer h5 {
margin: 0;
letter-spacing: 0;
}
.strokes ul li a footer p {
font-size: 13px;
font-size: 1.3rem;
margin: 0;
text-align: center;
}
.strokes ul li a footer i.icon:before {
top: 25%;
}
.strokes ul li h6 {
font-weight: 100;
letter-spacing: 1px;
opacity: .7;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
.strokes ul li {
height: 35vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.strokes ul li {
display: inline-block;
width: 25vw;
height: 100vh;
}
}
@media only screen and (min-width: 1025px) {
.strokes ul li a {
background-color: rgba(0, 0, 0, 0);
}
.strokes ul li a section * {
-webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 0;
}
.strokes ul li a section h5 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.strokes ul li a section h1 {
font-size: 28px;
font-size: 2.8rem;
opacity: 1;
}
.strokes ul li a footer {
-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
display: block;
}
.strokes ul li a footer h5 {
color: #6c9bae;
letter-spacing: 0;
}
.strokes ul li a footer .icon {
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition-delay: .3s;
transition-delay: .3s;
}
.strokes ul li a footer .icon:before {
font-size: 40px;
font-size: 4rem;
}
.strokes ul li a:hover {
background-color: rgba(0, 0, 0, 0.5);
color: #FFFFFF;
}
.strokes ul li a:hover section * {
opacity: 1;
}
.strokes ul li a:hover section h1 {
opacity: 1;
}
.strokes ul li a:hover section h5 {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.strokes ul li a:hover footer {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
} header {
position: relative; }
header .logo {
z-index: 11;
position: relative;
display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
header .logo {
display: block;
}
}
header .logo h1 {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
header .logo img {
width: auto;
margin: 25px;
max-width: 200px;
}
@media only screen and (min-width: 1025px) {
header .logo img {
max-width: 350px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
header .logo img {
max-width: 250px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
header .logo img {
max-width: 150px;
margin: 50px 0 10px;
}
}
header .back {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 30px;
z-index: 12;
}
header .back h1 {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
header .back.back {
width: 50px;
height: 50px;
}
header .back.back:before,
header .back.back:after {
content: "";
width: 100%;
height: 2px;
background-color: #FFFFFF;
position: absolute;
left: 0;
top: 50%;
}
header .back.back:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
header .back.back:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
header .back.back:before,
header .back.back:after {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
header .back.back:hover:before {
-webkit-transform: translateX(16.66666667px) rotate(45deg);
-ms-transform: translateX(16.66666667px) rotate(45deg);
transform: translateX(16.66666667px) rotate(45deg);
}
header .back.back:hover:after {
-webkit-transform: translateX(-16.66666667px) rotate(-45deg);
-ms-transform: translateX(-16.66666667px) rotate(-45deg);
transform: translateX(-16.66666667px) rotate(-45deg);
}
}
header.detail {
height: 45vh;
text-align: center;
}
header.detail.full {
background-color: rgba(0, 0, 0, 0.9);
}
header.detail * {
color: #FFFFFF;
}
header.detail section {
-webkit-transform: translate(-50%, -20%);
-ms-transform: translate(-50%, -20%);
transform: translate(-50%, -20%);
position: absolute;
left: 50%;
top: 50%;
width: 80%;
}
header.detail section h1 {
margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
header.detail section h1 {
font-size: 44px;
font-size: 4.4rem;
}
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
header.detail {
height: 70vh;
}
}
header.frontpage,
header.menu-header,
header.content-header,
header.contact-header {
text-align: center;
} .always-show-logo header.frontpage {
background-color: rgba(0, 0, 0, 0.4);
}
.always-show-logo header.frontpage .logo {
display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.always-show-logo header.frontpage {
background-color: rgba(0, 0, 0, 0);
}
}
.always-show-logo header.frontpage.detail {
height: 45vh;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
.always-show-logo header.frontpage.detail {
height: 70vh;
}
} footer {
text-align: left;
}
footer .author span {
display: block;
}
footer .author span.author {
font-size: 18px;
font-size: 1.8rem;
}
footer .author span.date {
font-size: 13px;
font-size: 1.3rem;
}
footer section { }
footer section.share {
padding: 0;
text-align: left;
}
footer section.share h5 {
margin: 0;
line-height: 2;
vertical-align: middle;
color: #6c9bae;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
}
footer section.share ul {
list-style: none;
margin: 0;
padding: 0 0 0 10px;
display: inline-block;
}
footer section.share ul li {
display: inline-block;
padding: 5px;
}
footer section.share ul li a {
-webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
position: relative;
display: block;
}
footer section.share ul li a span {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
footer section.share ul li a i {
padding: 5px;
}
@media only screen and (min-width: 1025px) {
footer section.share ul li a:hover {
-webkit-transform: scale(1.6);
-ms-transform: scale(1.6);
transform: scale(1.6);
}
}
footer h4,
footer h3 {
color: #6c9bae;
}
footer .footer-text {
color: #FFFFFF;
} footer.footer {
position: fixed;
z-index: 2;
bottom: 0;
width: 100%;
text-align: center;
}
footer.footer p {
font-size: 12px;
font-size: 1.2rem;
font-family: 'merriweather-italic', serif;
margin: 0;
text-align: center;
line-height: 2em;
padding: .3em;
} .content-wrap {
background-color: rgba(0, 0, 0, 0.9);
min-height: 55vh;
}
.content-wrap.full-width {
padding: 0 .2em;
}
.content-wrap.full-width .ambiance-icon.bg {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.content-wrap.full-width footer .signature {
text-align: center;
} .content { padding: 10px 30px 30px;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
.content {
padding: 10px 50px 50px 50px;
min-height: 30vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.content {
padding: 10px 75px 50px 75px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.content {
max-width: 650px;
margin: auto;
}
}
.content i.bg {
display: block;
margin: auto;
text-align: center;
}
.content header {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.content header {
margin: 1em 0 2.5em 0;
}
}
.content header.with-subnav {
margin: 0;
}
@media only screen and (max-width: 667px) {
.content header.with-subnav {
margin: 0 0 35px 0;
}
}
.content header.with-subnav ul {
list-style: none;
margin: .3em .1em;
padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
.content header.with-subnav ul {
white-space: normal;
}
}
.content header.with-subnav ul li {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: inline-block;
margin: .5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.content header.with-subnav ul li {
margin: 0 .3em 1em;
}
}
.content header.with-subnav ul li * {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.content header.with-subnav ul li:hover {
border-color: #6c9bae;
background-color: #6c9bae;
}
.content header.with-subnav ul li:hover * {
color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 1024px) {
.content header.with-subnav ul {
text-align: center;
}
}
@media only screen and (min-width: 1025px) {
.content header.with-subnav ul {
text-align: center;
overflow: hidden;
}
.content header.with-subnav ul li {
cursor: pointer;
}
}
.content section {
padding-bottom: 30px;
}
.content section:last-child {
padding-bottom: 0;
}
.content section.info {
text-align: center;
}  ul,
ol {
text-align: left;
padding-left: 25px;
margin: 20px 0;
color: #6c9bae;
}
ul li,
ol li {
line-height: 2.3;
letter-spacing: 1px;
}
ul li h4,
ol li h4 {
color: #6c9bae;
text-transform: none;
letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
ul,
ol {
padding-left: 45px;
margin: 20px 0;
}
}
ul.link-list { list-style: none;
margin: 0;
padding: 0;
background-color: #000000;
}
ul.link-list li {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: left;
position: relative;
border-bottom: 1px solid #111111;
}
ul.link-list li a {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 30px;
display: block;
text-decoration: none;
}
ul.link-list li a .content {
padding: 0;
}
ul.link-list li a h3 {
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 700;
color: #FFFFFF;
}
ul.link-list li a ul {
list-style: none;
margin: 0;
padding: 0;
}
ul.link-list li a ul li {
background-color: transparent;
display: inline-block;
border: none;
margin-right: 10px;
}
ul.link-list li a ul li i {
display: inline-block;
vertical-align: middle;
line-height: 1em;
}
ul.link-list li a ul li i:before {
font-size: 18px;
font-size: 1.8rem;
color: #FFFFFF;
}
ul.link-list li a ul li p {
font-size: 14px;
font-size: 1.4rem;
margin: 0;
display: inline-block;
font-family: 'merriweather-italic', serif;
}
ul.link-list li .next {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
right: 0;
top: 50%;
width: 2.5em;
height: 2.5em;
}
ul.link-list li .next:before {
color: #FFFFFF;
}
@media only screen and (max-width: 667px) {
ul.link-list li .next {
display: none;
}
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
ul.link-list li {
display: block;
}
ul.link-list li .next {
display: block;
}
ul.link-list li a {
padding: 30px 50px;
}
ul.link-list li a .content {
min-height: 0;
}
ul.link-list li a .next {
right: 30px;
}
ul.link-list li h6:before {
color: #FFFFFF;
margin-right: 5px;
content: attr(data-label);
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
ul.link-list li h6:before {
color: #FFFFFF;
margin-right: 5px;
content: attr(data-label);
}
ul.link-list li a {
padding: 35px 75px;
}
ul.link-list li .next {
right: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
ul.link-list li h6:before {
color: #FFFFFF;
margin-right: 5px;
content: attr(data-label);
}
ul.link-list li a {
padding: 40px 180px;
}
ul.link-list li h4 {
font-size: 21px;
font-size: 2.1rem;
}
ul.link-list li small {
font-size: 16px;
font-size: 1.6rem;
}
ul.link-list li h6 {
font-size: 14px;
font-size: 1.4rem;
}
ul.link-list li .next {
right: 150px;
}
}
@media only screen and (min-width: 1025px) {
ul.link-list li .content {
padding: 0;
}
ul.link-list li .next {
-webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
ul.link-list li a {
-webkit-transition: background-color 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: background-color 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
padding: 30px 0;
margin: auto;
}
ul.link-list li .next {
opacity: .2;
}
ul.link-list li a:hover {
background-color: rgba(108, 155, 174, 0.5);
}
ul.link-list li a:hover .next {
right: 100px;
opacity: 1;
}
}
ul.icon-list { display: inline-block;
list-style: none;
padding: 0;
margin: 10px 0;
text-align: left;
}
ul.icon-list li {
margin-bottom: 10px;
display: block;
}
ul.icon-list li a {
font-size: 15px;
font-size: 1.5rem;
line-height: 2;
display: block;
text-decoration: none;
}
ul.icon-list li a i {
min-width: 2em;
text-align: center;
}
ul.icon-list li a i:before {
font-size: 26px;
font-size: 2.6rem;
vertical-align: middle;
color: #FFFFFF;
margin-right: 5px;
}
ul.icon-list li a i.icon-social:before {
font-size: 14px;
font-size: 1.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
ul.icon-list li a {
font-size: 18px;
font-size: 1.8rem;
}
}
ul.price-list { -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
list-style: none;
padding: 0;
margin: 20px auto;
max-width: 650px;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
ul.price-list {
margin: 30px auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
ul.price-list {
margin: 20px auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
ul.price-list {
margin: 20px auto;
}
}
ul.price-list li {
margin-bottom: 35px;
}
ul.price-list li .top {
border-bottom: 1px dashed #6c9bae;
}
@media only screen and (max-width: 667px) {
ul.price-list li .top {
padding-bottom: .5em;
position: relative;
}
}
ul.price-list li .top .title {
font-size: 20px;
font-size: 1.6rem;
line-height: 30px;
color: #FFFFFF;
margin: 0;
display: inline-block; width: 230px;
overflow: hidden;
}
@media only screen and (max-width: 667px) {
ul.price-list li .top .title {
display: block;
width: auto;
padding-right: 30%;
word-wrap: break-word;
}
}
@media only screen and (max-width: 767px) and (orientation : landscape) {
ul.price-list li .top .title {
width: 400px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
ul.price-list li .top .title {
width: 480px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
ul.price-list li .top .title {
width: 480px !important;
}
}
ul.price-list li .top .price {
font-size: 14px;
font-size: 1.4rem;
color: #FFFFFF;
float: right;
margin: 0;
}
@media only screen and (max-width: 667px) {
ul.price-list li .top .price {
position: absolute;
right: 0;
top: 0;
}
}
ul.price-list li .description {
font-size: 13px;
font-size: 1.3rem;
font-family: 'merriweather-italic', serif;
text-align: left;
color: #FFFFFF;
font-weight: 700;
margin: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
ul.price-list li .description {
font-size: 13px;
font-size: 1.3rem;
}
} section.hours {
text-align: center;
display: block;
}
div.hours {
padding: 20px 0;
display: inline-block;
text-align: center;
}
time {
font-size: 14px;
font-size: 1.4rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
text-align: left;
line-height: 2.5;
}
time * {
display: inline-block;
}
time strong {
font-size: 14px;
font-size: 1.4rem;
font-family: 'merriweather-italic', serif;
color: #6c9bae;
min-width: 110px;
margin-right: 10px;
}
time h3 {
letter-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
time {
font-size: 18px;
font-size: 1.8rem;
}
} #slideshow {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
#slideshow li {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
width: 100vw;
height: 100vh;
opacity: 0;
z-index: 0;
}
#slideshow li.visible { -webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 9s;
animation-duration: 9s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
15% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
15% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
#slideshow li img {
display: none;
} main .overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4);
z-index: 0;
} .is-static #splash {
display: none;
}
#splash {
-webkit-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
z-index: 44;
background-color: rgba(0, 0, 0, 0.95);
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden; }
#splash.hidden {
display: none;
}
#splash .loader {
position: absolute;
top: 45%;
width: 100%;
}
#splash .loader img {
-webkit-transition: opacity .5s linear;
transition: opacity .5s linear;
display: block;
margin: 0 auto 10px auto;
max-width: 24em;
opacity: 0;
-webkit-animation: opacity 2s forwards;
animation: opacity 2s forwards;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
@-webkit-keyframes opacity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes opacity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#splash .loader .line {
width: 0;
height: 1px;
background-color: #6c9bae; -webkit-animation: fadeInAnimation 2s;
animation: fadeInAnimation 2s;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
@-webkit-keyframes fadeInAnimation {
0% {
width: 0;
}
80% {
width: 100%;
}
100% {
width: 0;
}
}
@keyframes fadeInAnimation {
0% {
width: 0;
}
80% {
width: 100%;
}
100% {
width: 0;
}
}  .notice {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 50px 0 0;
background-color: #6c9bae;
border-radius: 5px;
position: relative;
text-align: left;
padding: 35px 20px 20px 20px;
}
.notice .icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 0;
text-align: center;
}
.notice h3,
.notice p {
color: #FFFFFF;
}
.notice h3 {
font-size: 18px;
font-size: 1.8rem;
text-transform: uppercase;
font-weight: 700;
margin-top: 5px;
}
.notice p {
opacity: .6;
margin: 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.notice {
padding-top: 20px;
}
}
@media only screen and (min-width: 1025px) {
.notice {
padding-top: 20px;
}
} .white {
color: #FFFFFF;
} .shadow {
z-index: 9;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 145px;
background-image: url(//www.oxenalm.at/wp-content/themes/ambiance/public/img/interface/shadow.png);
background-repeat: repeat-x;
background-position: bottom left;
} .message {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
background-color: rgba(0, 0, 0, 0.4);
display: block;
text-align: left;
}
.message:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 21px;
font-size: 2.1rem;
color: #6c9bae;
content: "\6d";
vertical-align: middle;
margin-right: 10px;
} .overlay-dark {
background-color: rgba(0, 0, 0, 0.9);
}
.overlay {
background-color: rgba(0, 0, 0, 0.4);
}
.overlay-alt {
background-color: rgba(108, 155, 174, 0.5);
} #back-to-top {
-webkit-transition: opacity .3s;
transition: opacity .3s;
position: fixed;
z-index: 20;
bottom: 5%;
right: 5%;
opacity: 0;
}
#back-to-top .icon.bg {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
text-align: center;
}
#back-to-top.visible {
opacity: 1;
}
.is-ajax .page-switch-fade,
.is-ajax .page-switch-loader {
display: none;
}
.page-switch-fade {
-webkit-transition: opacity .4s linear;
transition: opacity .4s linear;
pointer-events: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: black;
z-index: 10;
}
.page-switch-loader {
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
pointer-events: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 30;
}
.page-switch-loader img {
display: block;
margin: 2em auto;
max-width: 80%;
}
.page-switch-loader .loader-holder {
text-align: center;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
}
.animated-loader {
width: 25px;
height: 25px;
-webkit-animation-name: rotate;
animation-name: rotate;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .center {
text-align: center;
}
.alignleft {
float: left;
margin: 20px 20px 20px 0;
}
.aligncenter {
margin: auto;
display: block;
}
.alignright {
float: right;
margin: 20px 0 20px 20px;
} .bypostauthor {
width: auto;
} address {
font-size: 14px;
font-size: 1.4rem;
text-align: left;
line-height: 1.5;
} cite {
margin-left: 5px;
color: #6c9bae;
} pre {
text-align: left;
white-space: pre-wrap;
line-height: 1.3;
background-color: #373a44;
padding: 25px;
border-radius: 5px;
color: white;
margin: 2em 0;
} q {
padding: 10px 15px;
display: inline-block;
background-color: #6c9bae;
border-radius: 5px;
margin: 1em .5em;
}
q:before,
q:after {
font-size: 21px;
font-size: 2.1rem;
} var {
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
background-color: #000000;
margin: 0 5px;
} img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
} dl {
text-align: left;
line-height: 1.5;
margin: 30px 0;
}
dl dt,
dl dd {
text-align: left;
margin: 0;
}
dl dd {
font-family: 'merriweather-italic', serif;
color: #6c9bae;
margin-bottom: 10px;
} table {
width: 100%;
margin: 30px 0;
text-align: left;
line-height: 2;
}
table thead > tr {
background-color: #373a44;
font-weight: 100;
}
table th,
table td {
padding: 5px 10px;
} .remodal h1,
.remodal p,
.remodal h5 {
color: #000000;
} .content-footer {
background-color: #101010;
}
.content-footer p {
font-size: .8em;
font-weight: bold;
text-align: center;
margin: 0;
padding: 1.5em;
} .date-icon a {
color: #FFFFFF;
} .comments-area {  }
.comments-area > * {
text-align: left;
}
.comments-area .comments-list {
display: none;
}
.comments-area .comments-list .comments-title h3 {
text-transform: uppercase;
}
.comments-area .comments-list .comments-title h5 {
font-family: 'merriweather-italic', serif;
color: #6c9bae;
}
.comments-area .comments-list ul {
list-style: none;
margin: 30px 0;
padding: 0;
}
.comments-area .comments-list ul li div.comment-body {
position: relative;
padding-left: 70px;
margin: 50px 0;
}
@media only screen and (max-width: 667px) {
.comments-area .comments-list ul li div.comment-body {
padding-left: 0;
}
}
.comments-area .comments-list ul li div .comment-author {
font-size: 16px;
font-size: 1.6rem;
}
@media only screen and (max-width: 667px) {
.comments-area .comments-list ul li div .comment-author img {
display: none;
}
}
.comments-area .comments-list ul li div .comment-author img {
position: absolute;
left: 0;
border-radius: 50%;
}
.comments-area .comments-list ul li div .comment-author a,
.comments-area .comments-list ul li div .comment-author cite {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'montserratregular', sans-serif;
color: #FFFFFF;
font-style: normal;
}
.comments-area .comments-list ul li div .comment-author .says {
display: none;
}
.comments-area .comments-list ul li div .comment-meta {
margin-top: -10px;
}
.comments-area .comments-list ul li div p {
font-size: 14px;
font-size: 1.4rem;
color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.comments-area .comments-list ul li div .reply {
position: absolute;
top: 0;
right: 0;
}
}
.comments-area .comments-list ul li .children {
padding-left: 60px;
border-left: 1px solid #373a44;
position: relative;
}
@media only screen and (max-width: 667px) {
.comments-area .comments-list ul li .children {
padding-left: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.comments-area .comments-list ul li .children {
padding-left: 40px;
}
}
.comments-area .comments-list ul li .children li:before {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
content: "";
display: block;
width: 30px;
height: 1px;
position: absolute;
left: 0;
background-color: #373a44;
}
@media only screen and (max-width: 667px) {
.comments-area .comments-list ul li .children li:before {
width: 15px;
}
}
.comments-area #comment {
padding: 1em;
margin: 10px 0;
}
.comments-area .form-submit {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: inline-block;
border: 2px solid #6c9bae;
border-radius: 5px;
padding: 10px;
cursor: pointer;
margin: 0;
}
.comments-area .form-submit:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 21px;
font-size: 2.1rem;
content: "\4d";
vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
.comments-area .form-submit:hover {
background-color: #6c9bae;
color: #FFFFFF;
}
}
.comments-area .form-submit input[type="submit"] {
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
}
.comments-area .form-submit input[type="submit"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
} .comments-trigger a {
font-size: 14px;
font-size: 1.4rem;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: inline-block;
padding: 10px 15px;
border: 2px solid #6c9bae;
border-radius: 5px;
}
.comments-trigger a i:before {
font-size: 21px;
font-size: 2.1rem;
}
@media only screen and (min-width: 1025px) {
.comments-trigger a:hover {
background-color: #6c9bae;
}
} .tags {
font-size: 14px;
font-size: 1.4rem;
text-align: left;
margin: 1em 0;
}
.tags span {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
margin-right: 10px;
}
.tags span:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 28px;
font-size: 2.8rem;
color: #FFFFFF;
content: "\45";
vertical-align: middle;
margin-top: -0.3em;
}
.tags a {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
text-decoration: none;
display: inline-block;
padding: .2em .7em;
border-radius: 1em;
background-color: #373a44;
color: #FFFFFF;
margin: 0 5px 10px 0;
}
.tags a:first-child {
margin-left: 10px;
}
.tags a:hover {
background-color: #6c9bae;
} .categories {
margin: 2em 0 1em 0;
text-align: left;
}
.categories h3 {
margin: 0;
display: inline-block;
}
.categories h3 span {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.categories h3:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\4f";
margin-right: 10px;
vertical-align: middle;
}
.categories a {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: inline-block;
font-size: 1em;
padding: .5em .9em;
margin: 0 5px 10px 0;
border-radius: .3em;
background-color: #373a44;
color: #FFFFFF;
}
.categories a:hover {
background-color: #000000;
} .more-link {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: inline-block;
padding: 0 1em;
line-height: 2.5em;
border-radius: 1.2em;
background-color: #373a44;
color: #FFFFFF;
}
.more-link:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 18px;
font-size: 1.8rem;
vertical-align: middle;
content: "\2e";
margin-right: 5px;
}
.more-link:hover {
background-color: #6c9bae;
} .post,
.type-page {
position: relative;
padding: 0 0 25px 0;
margin: 0 0 40px 0;
}
.post header,
.type-page header {
text-align: left;
}
.post header .serif,
.type-page header .serif {
color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.post figure,
.type-page figure {
margin: -10px 0 40px 0;
}
}
.post figure a,
.type-page figure a {
display: block;
padding: 0;
margin-bottom: -2px;
}
.post .more-holder,
.type-page .more-holder {
text-align: left;
margin: 2.5em 0 0;
} .pagination {
margin: 30px 0;
}
.pagination div {
display: inline-block;
margin: 0 5px;
}
.pagination div.nav-next a:before {
content: "\3c";
}
.pagination a {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.pagination a:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
color: #FFFFFF;
content: "\3e";
padding: 20px;
background-color: #373a44;
border-radius: 50%;
}
.pagination a:hover:before {
background-color: #6c9bae;
} .protected-post-form .submit button {
margin: auto;
} @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.sticky:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\4a";
position: absolute;
left: -45px;
top: 40px;
}
} .wp-caption {
position: relative;
width: auto;
max-width: 100%;
margin-bottom: 15px;
}
.wp-caption img {
display: block;
} .wp-caption-text {
font-size: 12px;
font-size: 1.2rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
left: 0;
bottom: 0;
margin: 0;
padding: 6px 12px;
text-align: center;
color: white;
display: block;
background-color: rgba(108, 155, 174, 0.5);
}
.wp-caption-text .gallery-caption {
left: -5px;
}
.wp-caption-text .gallery-icon {
position: relative;
}
.wp-caption-text .gallery-icon a {
display: block;
padding-bottom: 0;
border: 0 !important;
}
.wp-caption-text img {
display: block;
border: 0;
} #gallery-1 img {
border: 0 !important;
} .gallery-item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.gallery-item img[width],
.gallery-item img[height] {
width: 100%;
height: auto;
margin: 0 auto;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
} .comment-pagination {
text-align: center;
margin-bottom: 50px;
}
.comment-pagination .page-numbers {
vertical-align: top;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #373a44;
color: #FFFFFF;
border-radius: 50%;
margin: 0 auto;
font-size: 1.6rem;
margin-right: 3px;
}
.comment-pagination .page-numbers.prev,
.comment-pagination .page-numbers.next {
background-color: transparent;
border-radius: 0;
width: auto;
height: auto;
font-size: 1.4rem;
}
.comment-pagination .page-numbers.prev:hover,
.comment-pagination .page-numbers.next:hover {
background-color: transparent;
}
.comment-pagination .page-numbers.current {
background-color: #6c9bae;
}
.comment-pagination .page-numbers:hover {
color: #6c9bae;
background-color: #FFFFFF;
} div.wpcf7-response-output {
font-size: 13px;
font-size: 1.3rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
background-color: rgba(0, 0, 0, 0.4);
text-align: left;
border: none;
display: none;
line-height: 1.5;
}
div.wpcf7-response-output:before {
font-size: 32px;
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
color: #FFFFFF;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 21px;
font-size: 2.1rem;
color: #6c9bae;
content: "\6d";
vertical-align: middle;
margin-right: 10px;
} .form-group {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 1%;
}
.form-group .wpcf7-form-control-wrap span {
margin-top: 4px;
font-size: .9em;
color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
.form-inline form textarea {
width: 100%;
padding: 10px 50px 10px 15px;
}
.form-inline form .wpcf7-date {
max-height: 53px;
}
.form-inline form .row {
margin: 1%;
}
.form-inline form .row .form-group {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
padding: 0;
margin: 0;
width: 49%;
}
.form-inline form .row .form-group:nth-child(odd) {
margin: 0 1% 1% 0;
}
.form-inline form .row .form-group:nth-child(even) {
margin: 0 0 1% 1%;
}
.form-inline form .form-group {
margin: 1% 0;
}
}
.compose-mode .vc_controls h1,
.compose-mode .vc_controls h2,
.compose-mode .vc_controls h3,
.compose-mode .vc_controls h4,
.compose-mode .vc_controls h5,
.compose-mode .vc_controls h6,
.compose-mode .vc_controls p,
.compose-mode .vc_controls span {
margin: 0;
}
.vc_editor .vc_row {
margin-left: 0;
margin-right: 0;
}
.vc_editor .vc_empty-placeholder {
margin: 30px 0 0;
}
main .entry-content .twitter-share-button,
main .fb_like,
main .twitter-share-button,
main .wpb_accordion .wpb_content_element,
main .wpb_googleplus,
main .wpb_pinterest,
main .wpb_tab .wpb_content_element {
margin: .5em 0;
}
main .vc_tweetmeme-element {
line-height: 1;
margin: .5em 0;
}
main .vc_separator .vc_sep_holder {
margin: 0;
}
main .vc_separator h4 {
font-weight: bold;
}
main .vc_icon_element-icon {
margin: 0;
}
main .vc_message_box p {
margin: 0;
color: inherit;
line-height: 1.2;
}
main .vc_toggle {
padding: .5em .8em;
}
main .vc_toggle_title {
padding: 0 !important;
}
main .vc_toggle_title * {
margin: 0;
}
main .vc_toggle_content {
margin: 0 !important;
padding: 0 !important;
}
main .vc_toggle_icon {
right: 0 !important;
left: auto !important;
}
main .vc_tta-panel-body {
min-height: 150px !important;
}
main .vc_tta.vc_general .vc_tta-tab > a {
padding: 8px 20px;
}
main .vc_general.vc_cta3.vc_cta3-style-classic {
background-color: transparent;
border: none;
}
main .flexslider {
border: none;
background-color: transparent;
}
main .flex-control-paging li a {
background-color: rgba(255, 255, 255, 0.4);
}
main .flex-control-paging li a.flex-active {
background-color: #ffffff;
}
main .flex-caption {
background-color: transparent !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 25px 0 !important;
}
main .flex-caption p {
letter-spacing: 0;
}
main .flex-caption p:first-child {
margin-top: 0;
}
main .flex-caption a {
text-decoration: none;
}
main .flex-direction-nav a:before {
color: #ffffff;
}
main .vc_gitem-col .more-holder {
display: none;
}
main .vc_progress_bar .vc_single_bar {
background-color: transparent;
border-radius: 0;
}
main .vc_progress_bar .vc_single_bar .vc_label_units {
float: right;
}
main .vc_progress_bar .vc_single_bar .vc_bar {
border-radius: 0;
}
main .searchform input[type="text"] {
margin-bottom: .5em;
}
main .searchform input[type="submit"] {
margin-top: .5em;
}
.otw-wrapper {
margin: 2em 0;
}
.opentable label,
.otw-wrapper label,
.otw-widget-form-wrap label,
.otw-input-wrap label,
.otw-button-wrap label {
font-size: 1em !important;
}
@media only screen and (min-width: 1025px) {
.opentable i:before,
.otw-wrapper i:before,
.otw-widget-form-wrap i:before,
.otw-input-wrap i:before,
.otw-button-wrap i:before {
-webkit-transition: color .3s;
transition: color .3s;
}
}
.opentable i:before,
.otw-wrapper i:before,
.otw-widget-form-wrap i:before,
.otw-input-wrap i:before,
.otw-button-wrap i:before {
color: #6c9bae;
position: relative;
z-index: 0;
}
.opentable .powered-by-open-table,
.otw-wrapper .powered-by-open-table,
.otw-widget-form-wrap .powered-by-open-table,
.otw-input-wrap .powered-by-open-table,
.otw-button-wrap .powered-by-open-table {
background-image: url(//www.oxenalm.at/wp-content/themes/ambiance/public/img/reservations/opentable.png);
}
.opentable .otw-widget-form-wrap .selectric,
.otw-wrapper .otw-widget-form-wrap .selectric,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric,
.otw-input-wrap .otw-widget-form-wrap .selectric,
.otw-button-wrap .otw-widget-form-wrap .selectric,
.opentable .otw-widget-form-wrap .otw-reservation-date,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date,
.opentable .otw-widget-form-wrap input[type="text"],
.otw-wrapper .otw-widget-form-wrap input[type="text"],
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"],
.otw-input-wrap .otw-widget-form-wrap input[type="text"],
.otw-button-wrap .otw-widget-form-wrap input[type="text"] {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
background: transparent;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
padding: 15px 50px 15px 20px;
display: block;
width: 100%;
height: auto;
border: none;
background: none;
color: #FFFFFF;
border: 2px solid #FFFFFF;
-webkit-appearance: none;
margin: 10px 0;
}
.opentable .otw-widget-form-wrap .selectric:focus,
.otw-wrapper .otw-widget-form-wrap .selectric:focus,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric:focus,
.otw-input-wrap .otw-widget-form-wrap .selectric:focus,
.otw-button-wrap .otw-widget-form-wrap .selectric:focus,
.opentable .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date:focus,
.opentable .otw-widget-form-wrap input[type="text"]:focus,
.otw-wrapper .otw-widget-form-wrap input[type="text"]:focus,
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"]:focus,
.otw-input-wrap .otw-widget-form-wrap input[type="text"]:focus,
.otw-button-wrap .otw-widget-form-wrap input[type="text"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
.opentable .otw-widget-form-wrap .selectric .button,
.otw-wrapper .otw-widget-form-wrap .selectric .button,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric .button,
.otw-input-wrap .otw-widget-form-wrap .selectric .button,
.otw-button-wrap .otw-widget-form-wrap .selectric .button,
.opentable .otw-widget-form-wrap .otw-reservation-date .button,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date .button,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date .button,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date .button,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date .button,
.opentable .otw-widget-form-wrap input[type="text"] .button,
.otw-wrapper .otw-widget-form-wrap input[type="text"] .button,
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"] .button,
.otw-input-wrap .otw-widget-form-wrap input[type="text"] .button,
.otw-button-wrap .otw-widget-form-wrap input[type="text"] .button {
top: 12px;
right: 12px;
}
.opentable .otw-widget-form-wrap .selectric p.label,
.otw-wrapper .otw-widget-form-wrap .selectric p.label,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric p.label,
.otw-input-wrap .otw-widget-form-wrap .selectric p.label,
.otw-button-wrap .otw-widget-form-wrap .selectric p.label,
.opentable .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date p.label,
.opentable .otw-widget-form-wrap input[type="text"] p.label,
.otw-wrapper .otw-widget-form-wrap input[type="text"] p.label,
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"] p.label,
.otw-input-wrap .otw-widget-form-wrap input[type="text"] p.label,
.otw-button-wrap .otw-widget-form-wrap input[type="text"] p.label {
line-height: 2;
font-size: 1em;
color: #FFFFFF;
}
.otw-button-wrap {
position: relative;
}
.otw-button-wrap:after {
-webkit-touch-callout: none; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
content: "\46";
font-size: 3.2rem;
font-family: '77-Essential-Icons';
font-style: normal;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
pointer-events: none;
}
.otw-button-wrap input[type="submit"] {
font: 0/0 a;
color: transparent;
text-shadow: none;
border: 0;
display: inline-block;
-webkit-appearance: none;
background-color: transparent;
border: 2px solid #6c9bae;
width: 60px;
height: 60px;
border-radius: 50%;
display: block;
margin: 30px auto 0 auto;
position: relative;
z-index: 1;
}
.otw-button-wrap input[type="submit"]:focus {
outline: 0;
outline: thin dotted \9; outline: none;
}
@media only screen and (min-width: 1025px) {
.otw-button-wrap input[type="submit"] {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.otw-button-wrap input[type="submit"]:hover {
background-color: rgba(255, 255, 255, 0.6);
border: none;
}
.otw-button-wrap input[type="submit"]:hover i:before {
color: #FFFFFF;
}
}  #wp-admin-bar-user-info .avatar {
max-height: none;
}
.language-selector {
position: fixed;
top: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
border-bottom-left-radius: .4em;
z-index: 20;
}
.language-selector.left {
right: auto;
left: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: .4em;
}
.language-selector a {
-webkit-transition: all .3s;
transition: all .3s;
padding: 0 1em;
line-height: 2.5em;
font-size: 1.5em;
display: block;
color: #FFFFFF;
text-decoration: none;
text-align: center;
}
.language-selector ul {
-webkit-transition: all .8s;
transition: all .8s;
list-style: none;
margin: 0;
padding: 0;
background-color: rgba(0, 0, 0, 0.4);
overflow: hidden;
max-height: 1px;
visibility: hidden;
}
.language-selector ul.visible {
max-height: 100px;
visibility: visible;
}
.language-selector ul a:hover {
background-color: #6c9bae;
}.ambiance-icon.icon-Default:before{background-image:url(http://www.oxenalm.at/wp-content/uploads/2017/05/blog-farbe.svg); } .content > i.ambiance-icon.bg.icon-Default:before{background-image:url(http://www.oxenalm.at/wp-content/uploads/2017/05/blog-weiss.svg); } p{color:#e7511e; } h1{color:#e7511e; } h2{color:#e7511e; } h3, time h3{color:#e7511e; } h4{color:#e7511e; } h5{color:#e7511e; } h6{color:#e7511e; } input[type="submit"]:hover, button:hover{color:#e7511e; } .serif{color:#e7511e; } .signature h6{color:#e7511e; } blockquote{border-color:#e7511e; } cite, a, dl dd, ul, ol{color:#e7511e; } .comments-area .comments-list .comments-title h5{color:#e7511e; } ul.price-list li .top{border-color:#e7511e; } ul li h4, ol li h4{color:#e7511e; } blockquote p{color:#e7511e; } figcaption p{color:#e7511e; } footer section h5{color:#e7511e; } footer h4, h3{color:#e7511e; } .form form label{color:#e7511e; } .submit button[type="submit"]{border-color:#e7511e; } .submit button[type="submit"]:hover{background-color:#e7511e; } .language-selector ul a:hover{background-color:#e7511e; } form input[type="submit"]:hover{background-color:#e7511e; border-color:#e7511e; } .submit i::before{color:#e7511e; } .btn{color:#e7511e; } .description{color:#e7511e; } time strong{color:#e7511e; } .strokes ul li a footer h5{color:#e7511e; } .remodal-close::before{color:#e7511e; } .content-wrap header h2 a{color:#e7511e; } .tags a:hover, q{background-color:#e7511e; } .categories a:hover{background-color:#e7511e; } input{border-color:#e7511e; } .submit button{border-color:#e7511e; } .price-list .top{border-color:#e7511e; } .more-link:hover{background-color:#e7511e; } .pagination a:hover::before{background-color:#e7511e; } .ambiance-icon.bg{background-color:#e7511e; } .line{background-color:#e7511e; } .submit button:hover{background-color:#e7511e; } .icon-list span{color:#e7511e; } .comments-trigger a{border-color:#e7511e; } .comments-trigger a:hover{background-color:#e7511e; } .logged-in-as a{color:#e7511e; } .comment-meta a{color:#e7511e; } .reply a{color:#e7511e; } .comments-list .comments-title h5{color:#e7511e; } .comments-area .comments h3{color:#e7511e; } .comments-area .form-submit{border-color:#e7511e; } .comments-area .form-submit:hover{background-color:#e7511e; } .comments-title h5{color:#e7511e; } .page-numbers.prev:hover, .page-numbers.next:hover{color:#e7511e; } .comment-pagination .page-numbers.current{background-color:#e7511e; } #splash .loader .line{background-color:#e7511e; } .content header.with-subnav ul li.btn:hover{border-color:#e7511e; background-color:#e7511e; } .animated-loader path{fill:#e7511e; } input[type="submit"]:hover, button:hover{background-color:#e7511e; border-color:#e7511e; } :-moz-placeholder{color:rgba(0,99,46,0.5); } ::-moz-placeholder{color:rgba(0,99,46,0.5); } :-ms-input-placeholder{color:rgba(0,99,46,0.5); } ::-webkit-input-placeholder{color:rgba(0,99,46,0.5); } .badge{background-color:rgba(0,99,46,1); } .badge-rounded{background-color:rgba(0,99,46,1); } main .overlay{background-color:rgba(0,0,0,0.2); } .content-wrap{background-color:rgba(255,255,255,0.95); } #splash{background-color:rgba(255,255,255,0.95); } header.detail.full{background-color:rgba(255,255,255,0.95); } #splash{background-color:rgba(255,255,255,0.95); } .page-switch-fade{background-color:rgba(255,255,255,0.95); } ul.price-list li .description{color:rgba(255, 255, 255, 1); } .strokes ul li a:hover{background-color:rgba(255,255,255,0.9); } .content-footer{background-color:rgba(255,255,255,0.95); } @media only screen and (max-width: 768px) {.always-show-logo header.frontpage{background-color:rgba(0, 0, 0, 0); } } .ambiance-icon:before{color:rgba(231,81,30,1); } .tags span::before{color:rgba(231,81,30,1); } .categories h3:before{color:rgba(231,81,30,1); } .form-group i::before{color:rgba(231,81,30,1); } .date-icon:before{color:rgba(231,81,30,1); } .sticky:before{color:rgba(231,81,30,1); } h1{text-shadow:0px 1px 1px rgba(255,255,255,0.4); }