.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
} .hvr-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
-webkit-transform: scale(0.9);
transform: scale(0.9);
} @-webkit-keyframes hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.hvr-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
-webkit-animation-name: hvr-pulse;
animation-name: hvr-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes hvr-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes hvr-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
.hvr-pulse-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
-webkit-animation-name: hvr-pulse-grow;
animation-name: hvr-pulse-grow;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes hvr-pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes hvr-pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.hvr-pulse-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
-webkit-animation-name: hvr-pulse-shrink;
animation-name: hvr-pulse-shrink;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes hvr-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes hvr-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.hvr-push {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
-webkit-animation-name: hvr-push;
animation-name: hvr-push;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes hvr-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
.hvr-pop {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
-webkit-animation-name: hvr-pop;
animation-name: hvr-pop;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .hvr-bounce-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
} .hvr-bounce-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
} .hvr-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
-webkit-transform: rotate(4deg);
transform: rotate(4deg);
} .hvr-grow-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
-webkit-transform: scale(1.1) rotate(4deg);
transform: scale(1.1) rotate(4deg);
} .hvr-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
} .hvr-sink {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
-webkit-transform: translateY(8px);
transform: translateY(8px);
} @-webkit-keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.hvr-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} @-webkit-keyframes hvr-hang {
0% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
50% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
@keyframes hvr-hang {
0% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
50% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
@-webkit-keyframes hvr-hang-sink {
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
@keyframes hvr-hang-sink {
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
.hvr-hang {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
-webkit-animation-name: hvr-hang-sink, hvr-hang;
animation-name: hvr-hang-sink, hvr-hang;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} .hvr-skew {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
} .hvr-skew-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
} .hvr-skew-backward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
-webkit-transform: skew(10deg);
transform: skew(10deg);
} @-webkit-keyframes hvr-wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes hvr-wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.hvr-wobble-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
-webkit-animation-name: hvr-wobble-vertical;
animation-name: hvr-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes hvr-wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.hvr-wobble-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
-webkit-animation-name: hvr-wobble-horizontal;
animation-name: hvr-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes hvr-wobble-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.hvr-wobble-to-bottom-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
-webkit-animation-name: hvr-wobble-to-bottom-right;
animation-name: hvr-wobble-to-bottom-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-to-top-right {
16.65% {
-webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px);
}
33.3% {
-webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px);
}
49.95% {
-webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px);
}
66.6% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
83.25% {
-webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes hvr-wobble-to-top-right {
16.65% {
-webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px);
}
33.3% {
-webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px);
}
49.95% {
-webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px);
}
66.6% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
83.25% {
-webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.hvr-wobble-to-top-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
-webkit-animation-name: hvr-wobble-to-top-right;
animation-name: hvr-wobble-to-top-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-top {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes hvr-wobble-top {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
.hvr-wobble-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
-webkit-animation-name: hvr-wobble-top;
animation-name: hvr-wobble-top;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-bottom {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes hvr-wobble-bottom {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
.hvr-wobble-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
-webkit-animation-name: hvr-wobble-bottom;
animation-name: hvr-wobble-bottom;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes hvr-wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
.hvr-wobble-skew {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
-webkit-animation-name: hvr-wobble-skew;
animation-name: hvr-wobble-skew;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
@keyframes hvr-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
.hvr-buzz {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
-webkit-animation-name: hvr-buzz;
animation-name: hvr-buzz;
-webkit-animation-duration: 0.15s;
animation-duration: 0.15s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
.hvr-buzz-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .hvr-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
-webkit-transform: translateX(8px);
transform: translateX(8px);
} .hvr-backward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
-webkit-transform: translateX(-8px);
transform: translateX(-8px);
}  .hvr-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
background-color: #f15b26;
color: white;
} @-webkit-keyframes hvr-back-pulse {
50% {
background-color: rgba(32, 152, 209, 0.75);
}
}
@keyframes hvr-back-pulse {
50% {
background-color: rgba(32, 152, 209, 0.75);
}
}
.hvr-back-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
-webkit-animation-name: hvr-back-pulse;
animation-name: hvr-back-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
background-color: #f15b26;
background-color: #f15b26;
color: white;
} .hvr-sweep-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .hvr-sweep-to-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .hvr-sweep-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .hvr-sweep-to-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .hvr-bounce-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .hvr-bounce-to-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .hvr-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .hvr-bounce-to-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .hvr-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
-webkit-transform: scale(2);
transform: scale(2);
} .hvr-radial-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #f15b26;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-radial-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
border-radius: 100%;
-webkit-transform: scale(2);
transform: scale(2);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
-webkit-transform: scale(0);
transform: scale(0);
} .hvr-rectangle-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #f15b26;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
-webkit-transform: scale(0);
transform: scale(0);
} .hvr-rectangle-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
-webkit-transform: scale(1);
transform: scale(1);
} .hvr-shutter-in-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #f15b26;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
} .hvr-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #f15b26;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .hvr-shutter-in-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #f15b26;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
-webkit-transform: scaleY(0);
transform: scaleY(0);
} .hvr-shutter-out-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #f15b26;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}  .hvr-border-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; }
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
box-shadow: inset 0 0 0 4px #f15b26, 0 0 1px transparent; } .hvr-hollow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; }
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
background: none;
} .hvr-trim {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-trim:before {
content: '';
position: absolute;
border: white solid 4px;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
opacity: 1;
} @-webkit-keyframes hvr-ripple-out {
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
@keyframes hvr-ripple-out {
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
.hvr-ripple-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-ripple-out:before {
content: '';
position: absolute;
border: #e1e1e1 solid 6px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
-webkit-animation-name: hvr-ripple-out;
animation-name: hvr-ripple-out;
} @-webkit-keyframes hvr-ripple-in {
100% {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
}
}
@keyframes hvr-ripple-in {
100% {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
}
}
.hvr-ripple-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-ripple-in:before {
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
-webkit-animation-name: hvr-ripple-in;
animation-name: hvr-ripple-in;
} .hvr-outline-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-outline-out:before {
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
} .hvr-outline-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-outline-in:before {
pointer-events: none;
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
opacity: 1;
} .hvr-round-corners {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
border-radius: 1em;
} .hvr-underline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #f15b26;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
right: 0;
} .hvr-underline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #f15b26;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
left: 0;
right: 0;
} .hvr-underline-from-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-underline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
bottom: 0;
background: #f15b26;
height: 4px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
left: 0;
} .hvr-overline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-overline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
top: 0;
background: #f15b26;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
right: 0;
} .hvr-overline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-overline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
top: 0;
background: #f15b26;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
left: 0;
right: 0;
} .hvr-overline-from-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-overline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
top: 0;
background: #f15b26;
height: 4px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
left: 0;
} .hvr-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-color: #f15b26;
border-style: solid;
border-width: 0;
-webkit-transition-property: border-width;
transition-property: border-width;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
-webkit-transform: translateY(0);
transform: translateY(0);
border-width: 4px;
} .hvr-underline-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-underline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
background: #f15b26;
height: 4px;
-webkit-transform: translateY(4px);
transform: translateY(4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
-webkit-transform: translateY(0);
transform: translateY(0);
} .hvr-overline-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-overline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
background: #f15b26;
height: 4px;
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}  .hvr-glow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
} .hvr-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
} .hvr-grow-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow, transform;
transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
-webkit-transform: scale(1.1);
transform: scale(1.1);
} .hvr-box-shadow-outset {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
} .hvr-box-shadow-inset {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent; }
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent; } .hvr-float-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%); -webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
-webkit-transform: translateY(-5px);
transform: translateY(-5px); }
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px); } .hvr-shadow-radial {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
pointer-events: none;
position: absolute;
content: '';
left: 0;
width: 100%;
box-sizing: border-box;
background-repeat: no-repeat;
height: 5px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.hvr-shadow-radial:before {
bottom: 100%;
background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:after {
top: 100%;
background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
opacity: 1;
}  .hvr-bubble-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-bubble-top:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
left: calc(50% - 10px);
top: 0;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
} .hvr-bubble-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-bubble-right:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
right: 0;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
-webkit-transform: translateX(10px);
transform: translateX(10px);
} .hvr-bubble-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-bubble-bottom:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
left: calc(50% - 10px);
bottom: 0;
border-width: 10px 10px 0 10px;
border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
-webkit-transform: translateY(10px);
transform: translateY(10px);
} .hvr-bubble-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
left: 0;
border-width: 10px 10px 10px 0;
border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
} .hvr-bubble-float-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-bubble-float-top:before {
position: absolute;
z-index: -1;
content: '';
left: calc(50% - 10px);
top: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #e1e1e1 transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
} .hvr-bubble-float-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-bubble-float-right:before {
position: absolute;
z-index: -1;
top: calc(50% - 10px);
right: 0;
content: '';
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #e1e1e1;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
-webkit-transform: translateX(10px);
transform: translateX(10px);
} .hvr-bubble-float-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-bubble-float-bottom:before {
position: absolute;
z-index: -1;
content: '';
left: calc(50% - 10px);
bottom: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #e1e1e1 transparent transparent transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
-webkit-transform: translateY(10px);
transform: translateY(10px);
} .hvr-bubble-float-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-bubble-float-left:before {
position: absolute;
z-index: -1;
content: '';
top: calc(50% - 10px);
left: 0;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #e1e1e1 transparent transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}  .hvr-icon-back {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-left: 2.2em;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
.hvr-icon-back:before {
content: "\f137";
position: absolute;
left: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
-webkit-transform: translateX(-4px);
transform: translateX(-4px);
} .hvr-icon-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
.hvr-icon-forward:before {
content: "\f138";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
-webkit-transform: translateX(4px);
transform: translateX(4px);
} @-webkit-keyframes hvr-icon-down {
0%,
50%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25%,
75% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
@keyframes hvr-icon-down {
0%,
50%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25%,
75% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
} .hvr-icon-down {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.hvr-icon-down:before {
content: "\f01a";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
-webkit-animation-name: hvr-icon-down;
animation-name: hvr-icon-down;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} @-webkit-keyframes hvr-icon-up {
0%,
50%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25%,
75% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@keyframes hvr-icon-up {
0%,
50%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25%,
75% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
} .hvr-icon-up {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.hvr-icon-up:before {
content: "\f01b";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
-webkit-animation-name: hvr-icon-up;
animation-name: hvr-icon-up;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} .hvr-icon-spin {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.hvr-icon-spin:before {
content: "\f021";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
} @-webkit-keyframes hvr-icon-drop {
0% {
opacity: 0;
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
51%,
100% {
opacity: 1;
}
}
@keyframes hvr-icon-drop {
0% {
opacity: 0;
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
51%,
100% {
opacity: 1;
}
} .hvr-icon-drop {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.hvr-icon-drop:before {
content: "\f041";
position: absolute;
right: 1em;
opacity: 1;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-animation-name: hvr-icon-drop;
animation-name: hvr-icon-drop;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .hvr-icon-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.hvr-icon-fade:before {
content: "\f00c";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-property: color;
transition-property: color;
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
color: #0F9E5E;
} @-webkit-keyframes hvr-icon-float-away {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(-1em);
transform: translateY(-1em);
}
}
@keyframes hvr-icon-float-away {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(-1em);
transform: translateY(-1em);
}
} .hvr-icon-float-away {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
content: "\f055";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
}
.hvr-icon-float-away:after {
opacity: 0;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
-webkit-animation-name: hvr-icon-float-away;
animation-name: hvr-icon-float-away;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} @-webkit-keyframes hvr-icon-sink-away {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em);
}
}
@keyframes hvr-icon-sink-away {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em);
}
} .hvr-icon-sink-away {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
content: "\f056";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-sink-away:after {
opacity: 0;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
-webkit-animation-name: hvr-icon-sink-away;
animation-name: hvr-icon-sink-away;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} .hvr-icon-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-grow:before {
content: "\f118";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
-webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0);
} .hvr-icon-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
content: "\f119";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
-webkit-transform: scale(0.8);
transform: scale(0.8);
} @-webkit-keyframes hvr-icon-pulse {
25% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
75% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
@keyframes hvr-icon-pulse {
25% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
75% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
.hvr-icon-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.hvr-icon-pulse:before {
content: "\f015";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
-webkit-animation-name: hvr-icon-pulse;
animation-name: hvr-icon-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes hvr-icon-pulse-grow {
to {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
}
@keyframes hvr-icon-pulse-grow {
to {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
}
.hvr-icon-pulse-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
content: "\f015";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
-webkit-animation-name: hvr-icon-pulse-grow;
animation-name: hvr-icon-pulse-grow;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes hvr-icon-pulse-shrink {
to {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
@keyframes hvr-icon-pulse-shrink {
to {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
.hvr-icon-pulse-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
content: "\f015";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
-webkit-animation-name: hvr-icon-pulse-shrink;
animation-name: hvr-icon-pulse-shrink;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes hvr-icon-push {
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
@keyframes hvr-icon-push {
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
.hvr-icon-push {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-push:before {
content: "\f006";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
-webkit-animation-name: hvr-icon-push;
animation-name: hvr-icon-push;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-icon-pop {
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
}
@keyframes hvr-icon-pop {
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
}
.hvr-icon-pop {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-pop:before {
content: "\f005";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
-webkit-animation-name: hvr-icon-pop;
animation-name: hvr-icon-pop;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .hvr-icon-bounce {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
content: "\f087";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
-webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
} .hvr-icon-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
content: "\f0c6";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
} .hvr-icon-grow-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
content: "\f095";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
-webkit-transform: scale(1.5) rotate(12deg);
transform: scale(1.5) rotate(12deg);
} .hvr-icon-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-float:before {
content: "\f01b";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
} .hvr-icon-sink {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-sink:before {
content: "\f01a";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
-webkit-transform: translateY(4px);
transform: translateY(4px);
} @-webkit-keyframes hvr-icon-bob {
0% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
50% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@keyframes hvr-icon-bob {
0% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
50% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@-webkit-keyframes hvr-icon-bob-float {
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@keyframes hvr-icon-bob-float {
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
.hvr-icon-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-bob:before {
content: "\f077";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
animation-name: hvr-icon-bob-float, hvr-icon-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} @-webkit-keyframes hvr-icon-hang {
0% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
50% {
-webkit-transform: translateY(2px);
transform: translateY(2px);
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
@keyframes hvr-icon-hang {
0% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
50% {
-webkit-transform: translateY(2px);
transform: translateY(2px);
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
@-webkit-keyframes hvr-icon-hang-sink {
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
@keyframes hvr-icon-hang-sink {
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
.hvr-icon-hang {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-hang:before {
content: "\f078";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
-webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
animation-name: hvr-icon-hang-sink, hvr-icon-hang;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} @-webkit-keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform: translateX(6px);
transform: translateX(6px);
}
33.3% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform: translateX(6px);
transform: translateX(6px);
}
33.3% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.hvr-icon-wobble-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
content: "\f061";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
-webkit-animation-name: hvr-icon-wobble-horizontal;
animation-name: hvr-icon-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-icon-wobble-vertical {
16.65% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
33.3% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes hvr-icon-wobble-vertical {
16.65% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
33.3% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.hvr-icon-wobble-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
content: "\f062";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
-webkit-animation-name: hvr-icon-wobble-vertical;
animation-name: hvr-icon-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-icon-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
@keyframes hvr-icon-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
.hvr-icon-buzz {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
content: "\f017";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
-webkit-animation-name: hvr-icon-buzz;
animation-name: hvr-icon-buzz;
-webkit-animation-duration: 0.15s;
animation-duration: 0.15s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes hvr-icon-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes hvr-icon-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
.hvr-icon-buzz-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
content: "\f023";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
-webkit-animation-name: hvr-icon-buzz-out;
animation-name: hvr-icon-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}  .hvr-curl-top-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-curl-top-left:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
left: 0;
background: white; background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000'); z-index: 1000;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
width: 25px;
height: 25px;
} .hvr-curl-top-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-curl-top-right:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
right: 0;
background: white; background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
width: 25px;
height: 25px;
} .hvr-curl-bottom-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-curl-bottom-right:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
bottom: 0;
right: 0;
background: white; background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
width: 25px;
height: 25px;
} .hvr-curl-bottom-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-curl-bottom-left:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
bottom: 0;
left: 0;
background: white; background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
width: 25px;
height: 25px;
}@import url("https://fonts.googleapis.com/css?family=Russo+One");
@import url("https://fonts.googleapis.com/css?family=Open+Sans"); body {
font-family: 'Open Sans', sans-serif;
}
a:hover {
text-decoration: none;
}
.slider-main {
position: relative;
}
.slider-main>div {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 50%;
margin: 0 auto;
left: 0px;
right: 0px;
text-align: center;
}
.slider-main>div>h2 {
font-size: 50px;
color: #fff;
font-family: 'Russo One', sans-serif;
text-align: center;
line-height: 70px;
margin-bottom: 40px;
}
.slider-main>img {
width: 100%
}
.btn, .slider-main>div>a {
color: #fff;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
border: 1px solid #fff;
padding: 10px 30px;
width: 175px;
display: inline-block;
text-align: center;
margin: 0 auto;
background-color: rgba(0, 0, 0, 0);
}
header {
position: fixed;
width: 100%;
top: -19px;
z-index: 9999;  -webkit-transition: background-color 1000ms linear;
-ms-transition: background-color 1000ms linear;
transition: background-color 1000ms linear;
transition: all 2s ease 0s;
height: 100px;
display: flex;
flex-direction: column;
justify-content: center;
}
.menu {
width: 100%;  padding-bottom: 37px;
padding-top: 38px;
-moz-transition: padding .3s ease-in;
-o-transition: padding .3s ease-in;
-webkit-transition: padding .3s ease-in;
text-align: center;
transition: padding .3s ease-in;
}
.menu>ul {
padding-left: 25px;
margin-bottom: 0px;
display: inline-block;
vertical-align: middle;
padding-right: 30px;
position: relative;
right: 3%;
top: 35px;
}
.menu>ul>li {
display: inline-block;
padding: 0px 20px;
}
.menu>ul>li a {
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
transition: .5s;
}
.menu>ul>li.current-menu-item a,
.menu>ul>li a:hover {
border-bottom: 3px solid #EC411B;
padding-bottom: 7px;
}
.menu>ul>li.current-menu-item.menu-item-has-children ul li a,
.menu>ul>li.menu-item-has-children ul li a:hover {
border-bottom: none;
padding-bottom: 0;
} .menu>a {
display: inline-block;
float: left;
vertical-align: middle;
}
.menu>div { display: inline-flex;
vertical-align: middle;
float: right;
}
.msg {
display: flex;
justify-content: center;
align-items: center;
width: 80px;
height: 80px;    background: #181717 0% 0% no-repeat padding-box;
}
.welcome {
text-align: center;
margin: 14% 0px 25%;
}
.welcome>h1 {
font-size: 40px;
color: #312828;
font-family: 'Russo One', sans-serif;
margin-bottom: 15px;
}
.welcome>h1>span {
color: #f15b26;
}
.welcome>p {
color: #312828;
font-size: 17px;
line-height: 31px
}
.welcome-section {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/welcome.png);
background-repeat: no-repeat;
background-position: bottom right;
}
.right-bike {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/bike-img-1.png);
background-repeat: no-repeat;
overflow: hidden;
background-size: cover;
width: 100%;
}
.quality { float: right;
text-align: center;
padding: 25% 0px;
}
.quality>h3 {
color: #fff;
font-size: 47px;
font-family: 'Russo One', sans-serif;
line-height: 50px;
text-transform: uppercase;
padding: 0px 35px;
}
.quality>p {
color: #fff;
font-size: 16px;
margin-top: 20px;
}
.quality>a {
width: 190px;
margin-top: 50px;
}
.owl-bike {
text-align: center;
padding-bottom: 2px;
}
.owl-bike>img {
display: block;
margin: 0 auto;
width: auto !important;
}
.owl-bike>img {
font-size: 16px;
color: #090909;
width: 80% !important;
}
.owl-bike>h6 {
font-size: 27px;
color: #090909;
font-family: 'Russo One', sans-serif;
}
.owl-bike>a {
color: #090909;
border-color: #090909;
}
#owl-bike {
margin-top: 40px;
}
.bike-back {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/bike-back.png);
background-repeat: no-repeat;
background-position: bottom left;
}
.menu.stickmenu {
border-bottom: 0px;
padding-bottom: 15px;
padding-top: 15px;
}
.menu-gray { background: #181717 0% 0% no-repeat padding-box; height: 80px;
}
.ani-bike-section {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/background-gray.jpg);
background-size: 100%;
height: 100%;
padding-top: 60px;
overflow: hidden;
}
.sub-hed {
margin: 50px;
}
.sub-hed>h4 {
color: #312828;
font-family: 'Russo One', sans-serif;
font-size: 25px;
text-align: center;
}
.sub-hed>h4>span {
color: #f15b26;
}
.blog {}
.blog>img {
width: 100%
}
.blog>span {
display: block;
font-size: 14px;
color: #949292;
margin: 15px 0px;
}
.blog>h6 {
color: #3a3333;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
margin-top: 0px
}
.blog>p {
color: #3a3333;
font-size: 13px
}
.blog>a {
color: #6e6e6e;
border-color: #6e6e6e;
font-weight: 600;
font-size: 14px;
padding: 9px;
width: 145px;
}
.owl-bike>h4 {
color: #312828;
font-family: 'Russo One', sans-serif;
font-size: 25px;
text-align: center;
margin-bottom: 30px;
}
.owl-bike>h4>span {
color: #f15b26;
}
.awards {
margin: 130px 0px 0px
}
.affiliate { text-align: center;
padding: 100px 60px;
}
.affiliate>h3 {
color: #fff;
font-family: 'Russo One', sans-serif;
font-size: 55px;
text-align: center;
}
.affiliate>h3>span {
font-size: 29px;
display: block;
margin-bottom: -10px;
}
.affiliate>p {
font-size: 15px;
color: #fff;
text-align: center;
}
.affiliate-color {
background: #f15b26;
}
.affiliate>a {
margin-top: 35px;
}
#owl-cer {
padding-top: 50px;
}
.map-img {
position: relative;
height: 550px;
}
.map-img>img {
width: 100%;
position: absolute;
top: 0px;
right: 0px; }
.map-img>img.active {
opacity: 1
}
.map-img>span {
cursor: pointer;
display: block;
width: 20px;
height: 20px;
position: absolute;
}
.location-wrap {
position: relative;
display: block;
}
.tipwrap { display: block; width: 100px; }
.tipwrap h5, .tipwrap img {
float: left;
}
.tipwrap img{ width: 25px; }
.location {
position: absolute;
display: block;
z-index: 9;
width: 22px;
}
.box img {
width: 60%;
}
.location:nth-child(1) {
top: 284px;
left: 832px;
display: none;
}
.location:nth-child(2) {
top: 246px;
left: 811px;
}
.location:nth-child(3) {
top: 150px;
left: 593px;
}
.location:nth-child(4) {
top: 135px;
left: 560px;
}
.location:nth-child(5) {
top: 101px;
left: 556px;
}
.location:nth-child(6) {
top: 100px;
left: 579px;
}
.location:nth-child(7) {
top: 59px;
left: 596px;
}
.location:nth-child(8) {
top: 103px;
left: 541px;
}
.location:nth-child(9) {
top: 99px;
left: 508px;
}
.location:nth-child(10) {
top: 94px;
left: 488px;
}
.location:nth-child(11) {
top: 139px;
left: 608px;
}
.location:nth-child(12) {
top: 147px;
left: 124px;
display: none;
}
.location:nth-child(13) {
top: 395px;
left: 726px;
display: none;
}
.location:nth-child(14) {
top: 126px;
left: 633px;
}
.location:nth-child(15) {
top: 77px;
left: 604px;
}
.location:nth-child(16) {
top: 152px;
left: 500px;
}
.location:nth-child(17) {
top: 125px;
left: 525px;
}
.location:nth-child(18) {
top: 109px;
left: 567px;
}
.dark-tooltip {
text-align: center;
}
.export {
color: #fff !important;
font-size: 19px !important;
font-weight: bolder !important;
}
#map {}
#finland {
left: 597px;
top: 73px;
}
#germany {
left: 570px;
top: 113px;
}
.awards-heading {
text-align: center;
width: 100%
}
.awards-heading>h4 {
color: #312828;
font-family: 'Russo One', sans-serif;
font-size: 25px;
text-align: center;
margin-bottom: 30px;
}
.awards-heading>h4>span {
color: #f15b26;
}
footer {
background-color: #1e1e1e
}
.footer-logo {}
.footer-logo img {
-webkit-filter: grayscale(100%); filter: grayscale(100%);
}
.cont-footer {}
.footer-logo {
padding-top: 15px;
padding: 20px 0px;
}
.cont-footer>span {
display: block;
font-size: 15px;
color: #f15b26;
font-weight: 500
}
.cont-footer>h5 {
font-size: 22px;
color: #fff
}
.cont-footer>a {
font-size: 22px;
color: #fff
}
.cont-footer ul {
padding-left: 0px;
margin-bottom: 0px
}
.cont-footer ul li {
display: inline-block;
margin: 5px;
}
.footer-con {}
.footer-con h4 {
font-family: 'Russo One', sans-serif;
font-size: 19px;
color: #fff;
margin-bottom: 25px;
}
.footer-con ul {
list-style: none;
padding-left: 0px;
margin-top: -10px;
}
.footer-con ul li {
padding: 5px 0px;
}
.footer-con ul li a {
font-size: 14px;
color: #fff;
}
.footer-con p {
font-size: 14px;
color: #fff;
}
.footer-con p span {
display: block;
margin-bottom: 10px;
}
.footer-cont {
border-bottom: 1px solid #333131;
margin-bottom: 45px;
padding: 25px 0px 15px;
}
.copy {
background-color: #191919;
overflow: hidden;
padding: 20px 0px 1px;
}
.copy p, .copy a {
font-size: 13px;
color: #606060;
}
.copy .left {
float: left;
}
.copy .right {
float: right;
}
.banner {
max-height: 340px;
position: relative;
overflow: hidden;
}
.banner img {
width: 100%
}
.banner div.cont {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.banner div.cont h1 {
font-family: 'Russo One', sans-serif;
color: #fff;
text-transform: uppercase;
font-size: 50px;
margin-bottom: 0px;
line-height: 58px;
}
.cont-info {
width: 665px;
float: right;
}
.cont-info p, .cont-info a {
font-size: 15px;
color: #212121;
margin-bottom: 0px
}
.address, .email, .fax, .tel {
background-repeat: no-repeat;
padding-left: 45px;
background-position: top left;
min-height: 45px;
}
.address {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/adz.png);
}
.email {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/mail.png);
}
.fax {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/fax.png);
}
.tel {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/call.png);
}
.cont-info>p {
margin-bottom: 40px;
}
.form label {
color: #0c0c0c;
display: block;
font-size: 15px
}
.form input {
height: 40px;
width: 100%;
margin-bottom: 20px;
border: 1px solid #c0c0c0;
padding-left: 10px
}
.form textarea {
width: 100%;
height: 200px;
border: 1px solid #c0c0c0;
padding-left: 10px;
padding-top: 5px
}
.clear {
clear: both;
}
.form {
width: 665px;
float: right;
padding-right: 50px;
}
.form h4 {
color: #212121;
font-size: 25px;
font-family: 'Russo One', sans-serif;
margin: 30px 0px 25px;
}
.map {
width: 100%;
height: 900px
}
.cont-info {
margin-top: 50px;
padding-right: 50px;
}
.form input[type="submit"] {
background-color: #ff6f3c;
width: 150px;
text-align: center;
margin-top: 40px;
color: #fff;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
border: none;
}
.cont-cont {
-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
-webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px;
margin-top: 70px;
margin-bottom: 70px;
}
.cont-cont p {
font-size: 17px;
color: #312828;
line-height: 23px;
text-align: justify;
}
.gary {
background-color: #f6f6f6
}
.vmv {
position: relative;
width: 330px;
height: 270px;
box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.21);
margin: 100px 0px 80px;
}
.vmv>div {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.vmv>div>h4 {
background-color: #f15b27;
font-size: 23px;
font-family: 'Russo One', sans-serif;
color: #fff;
width: 85%;
margin: 0 auto;
text-align: center;
padding: 12px;
}
.vmv>div>p {
height: 0px;
transition: all 2s;
color: #fff;
padding: 0px 25px;
margin-top: 20px;
text-align: center;
overflow: hidden;
}
.vmv:hover>div>p {
height: 235px;
}
.vmv:hover {
background-image: inherit !important;
background-color: #fff;
}
.vmv:hover>div>p {
color: #0e0e0e
}
.vision {}
.his h4 {
color: #312828;
font-family: 'Russo One', sans-serif;
font-size: 25px;
text-align: left;
margin-bottom: 30px;
text-transform: uppercase;
}
.his h4 span {
color: #f15b26;
}
.his p {
font-size: 16px;
color: #312828;
}
.history {
padding: 70px 0px;
}
.directors {
background-color: #fff;
padding: 20px 25px 30px;
margin: 120px 0px 70px;
}
.directors>img {
width: 100%;
margin-top: -140px;
}
.directors h6 {
color: #686161;
font-size: 15px;
padding: 23px 0px 7px;
font-weight: 600;
font-family: 'Russo One', sans-serif;
letter-spacing: 1px;
}
.directors h6 span {
color: #f15b27;
display: block;
}
.directors p {
color: #1d1d1d;
font-size: 15px;
margin-bottom: 25px;
}
.directors a {
text-transform: uppercase;
font-size: 14px;
color: #1d1d1d;
letter-spacing: 1px;
border: 1px solid #1d1d1d;
padding: 7px 21px;
}
.cat-hed {
width: 555px;
padding: 50px 50px 50px 0px;
}
.pad-left {
padding: 50px 50px 50px 50px;
}
.cat-hed h4 {
color: #312828;
font-family: 'Russo One', sans-serif;
font-size: 30px;
}
.cat-hed h4 span {
color: #f15b26;
}
.cat-hed>p {
color: #312828
}
.cat-hed>div {
color: #312828;
margin-bottom: 20px;
}
.cat-hed>div>span {
display: block;
font-weight: 600;
color: #312828
}
.fac-img {
width: 100%
}
.fac-img>img {
width: 100%
}
.flex-end {
justify-content: flex-end
}
.row-gry {
background-color: #f6f6f6
}
.arow-left:after {
content: '';
width: 30px;
height: 67px;
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/tangle-left.png);
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%);
transition: all 1s;
}
.arow-left:hover:after {
left: -28px;
}
.arow-right:after {
content: '';
width: 34px;
height: 67px;
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/tangle.png);
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
transition: all 1s;
z-index: 100;
}
.arow-right:hover:after {
right: -28px;
}
.products-list {
text-align: center;
box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.28);
margin: 20px 0px;
padding: 30px;
}
.products-list img {
width: 90%;
max-height: 160px;
margin: 0 auto
}
.products-list h4 {
text-align: center;
font-size: 25px;
color: #212121;
font-family: 'Russo One', sans-serif;
text-transform: uppercase;
margin: 20px;
}
.products-list a {
color: #151515;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
border: 1px solid #151515;
padding: 10px 30px;
width: 175px;
display: inline-block;
text-align: center;
margin: 0 auto;
background-color: rgba(0, 0, 0, 0);
}
.products-list:hover {
background-color: #ff703e
}
.products-list:hover h4 {
color: #fff
}
.products-list:hover a {
color: #fff;
border: 1px solid #fff;
}
.list-product {
margin: 50px 0px
}
.baike-nav {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/bor-botem.png);
background-repeat: no-repeat;
background-position: bottom center;
padding-bottom: 15px;
margin-top: 70px;
}
.baike-nav ul {
list-style: none;
padding-left: 0px;
margin-bottom: 0px;
text-align: center;
}
.baike-nav ul li {
display: inline-block;
font-size: 25px;
font-family: 'Russo One', sans-serif;
color: #6b6b6b;
padding: 5px 20px;
cursor: pointer;
}
.baike-cont>div {
display: none;
}
.baike-cont {}
.baike-cont>div.active {
display: block;
}
.baike-nav ul li.active {
color: #fff;
background-color: #ff703e;
position: relative;
}
.baike-nav ul li.active:after {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/li-tangle.png);
content: '';
width: 34px;
height: 18px;
display: block;
position: absolute;
left: 0px;
right: 0px;
margin: 0 auto;
bottom: -18px;
background-position: center;
}
.bike-cont {
width: 65%;
float: left;
padding-top: 50px;
padding-right: 70px;
}
.specifications {
width: 35%;
float: left;
padding-top: 50px;
padding-left: 30px;
background-color: #fafafa;
min-height: 700px;
position: relative;
}
.specifications:after {
width: 300%;
height: 100%;
content: '';
position: absolute;
right: -300%;
top: 0px;
z-index: 100;
background-color: #fafafa;
}
.bike-cont p {
font-size: 16px;
color: #0a0a0a;
line-height: 29px;
}
.specifications h4 {
text-transform: uppercase;
font-size: 25px;
font-family: 'Russo One', sans-serif;
color: #ff703e;
margin-bottom: 25px
}
.bike-cont a {
color: #000;
border-color: #000;
width: 180px;
margin-top: 20px;
}
.specifications span {
display: block;
margin-bottom: 10px;
font-weight: 600
}
.specifications ul {
padding-left: 0px
}
.specifications li {
margin-bottom: 20px;
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/bult.png);
background-repeat: no-repeat;
background-position: 0px 6px;
list-style: none;
padding-left: 25px;
}
.bik-con {
overflow-x: hidden;
}
.bike-cont img {
display: block;
margin: 0 auto;
max-width: 500px;
width: 100%
}
.news {
margin: 30px 0px;
}
.news>div {
position: relative;
}
.news>div>img {
width: 100%
}
.news>div>div {
position: absolute;
color: #fff;
font-size: 15px;
background-color: #e8562f;
font-family: 'Russo One', sans-serif;
bottom: 0px;
left: 0px;
padding: 18px 25px 17px;
max-width: 90px;
line-height: 17px;
text-align: center;
transition: all 1s;
}
.news>div>div>span {
display: block;
font-size: 30px;
line-height: 25px;
}
.news h4 {
font-family: 'Russo One', sans-serif;
font-size: 20px;
margin: 18px 5px 15px;
letter-spacing: 1px;
line-height: 23px;
}
.news p {
font-size: 16px;
color: #312828;
padding-left: 5px
}
.news a {
font-family: 'Russo One', sans-serif;
color: #999999;
padding-left: 5px;
font-size: 16px;
}
.news:hover div>div {
bottom: 10px;
left: 10px;
}
.news:hover a {
color: #e8562f
}
.news-lis {
margin: 50px 0px
}
.sev-nav ul {
list-style: none;
padding-left: 0px;
margin-bottom: 0px;
}
.sev-nav ul li {
display: inline-block;
font-size: 20px;
font-family: 'Russo One', sans-serif;
color: #6b6b6b;
padding: 5px 20px;
cursor: pointer;
width: 100%;
text-align: left;
background-color: #ececec;
margin-bottom: 8px;
padding: 12px 16px;
}
.baike-cont>div {
display: none;
}
.baike-cont {}
.baike-cont>div.active {
display: block;
}
.sev-nav ul li.active {
color: #fff;
background-color: #f15b27;
position: relative;
}
.sev-nav ul li.active:after {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/sav.png);
content: '';
width: 10px;
height: 18px;
display: block;
position: absolute;
right: -9px;
margin: 0 auto;
bottom: 19px;
background-position: center;
}
.sev-cont img {
max-width: 100%;
width: 100%
}
.sev-cont h4 {
color: #f15b27;
font-size: 30px;
font-family: 'Russo One', sans-serif;
margin-top: 20px;
text-transform: uppercase;
}
.sev-cont p {
font-size: 16px;
color: #1a1919;
line-height: 25px;
}
.sev-cont>div {
display: none;
}
.sev-cont>div.active {
display: block;
}
.sev-cont a {
color: #000;
border-color: #000;
margin: 20px 0px 50px;
display: none;
}
#menu-primary-menu>li>ul.sub-menu {
max-height: 0px;
overflow: hidden;
position: absolute;
transition: all 0.5s;
list-style: none;
padding-left: 0px;
padding-top: 10px;
}
#menu-primary-menu>li>ul.sub-menu li a {
color: #fff;
}
#menu-primary-menu>li:hover ul.sub-menu {
max-height: 500px;
}
#menu-primary-menu>li>ul.sub-menu li:hover a {
color: #fff;
}
#menu-primary-menu>li>ul.sub-menu li {
background: rgba(0, 0, 0, 0.67);
padding: 10px;
border-bottom: 1px solid #505050;
transition: all 0.5s;
width: 190px;
text-align: left;
}
#menu-primary-menu>li>ul.sub-menu li:last-child{
border-bottom: unset;
}
.quality>a, .affiliate>a {
transition: all 0.5s;
}
.quality>a:hover, .affiliate>a:hover {
background-color: #fff;
color: #000
}
#menu-primary-menu>li>ul.sub-menu li:hover { background: #ec411b;
}
.service {
margin: 70px 0px 40px
}
.news-section {
margin: 70px 0px;
position: relative;
}
.news-content {
position: relative;
width: 100%;
background-color: gray;
}
.news-content img {
width: 100%;
color: #312828;
}
.news-content h2 {
margin-top: 3%;
font-size: 35px;
text-align: center;
color: #454545;
font-family: 'Russo One', sans-serif;
text-align: left;
}
.news-text p {
text-align: justify;
}
.news-heading {
font-family: 'Russo One', sans-serif;
color: #e8562f;
font-size: 25px;
}
.news-heading span {
font-family: 'Russo One', sans-serif;
color: #000;
font-size: 25px;
}
.news-img {
width: 30%;
display: inline-block;
vertical-align: middle;
}
.news-short {
margin-left: 5px;
width: 65%;
display: inline-block;
vertical-align: middle;
}
.news-short p {
font-family: 'Russo One', sans-serif;
color: #4e4e4e;
font-size: 16px;
margin-bottom: 5px;
}
.news-short span {
font-family: 'Russo One', sans-serif;
color: #e8562f;
;
font-size: 14px;
}
.list-news {
display: inline-block;
margin-bottom: 20px;
background-color: #f6f6f6;
}
.news-text h2 {
color: #312828;
font-size: 35px;
font-family: 'Russo One', sans-serif;
line-height: 40px;
margin-bottom: 20px;
}
.news-text {
margin-top: 30px;
} .news-content>div {
position: absolute;
color: #fff;
font-size: 15px;
background-color: #e8562f;
font-family: 'Russo One', sans-serif;
top: 20px;
left: 20px;
padding: 18px 25px 17px;
max-width: 90px;
line-height: 17px;
text-align: center;
transition: all 1s;
}
.news-content>div>span {
display: block;
font-size: 30px;
line-height: 25px;
}
.awod-cont {
width: 70%;
margin: 80px auto 80px;
}
.awod-cont p {
text-align: center;
line-height: 33px;
font-size: 17px;
}
.awd-div {
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
position: relative;
min-height: 270px;
overflow: hidden;
margin: 40px 20px 30px;
}
.awd-div>div h5 {
color: #312828;
font-size: 16px;
font-family: 'Russo One', sans-serif;
text-align: center;
}
.awd-div>div p {
color: #fff;
font-size: 15px;
max-height: 0px;
overflow: hidden;
text-align: center;
transition: all 1s;
}
.awd-div>img {
display: block;
margin: 0 auto;
max-width: 130px;
max-height: 190px;
}
.awd-div:hover div {
bottom: 0px;
height: 100%;
width: 100%;
background-color: #f15b22;
}
.awd-div div span {
display: table-cell;
vertical-align: middle;
}
.awd-div:hover p {
max-height: 200px;
}
.awd-div:hover h5 {
color: #fff
}
.mobile-menu {
position: absolute;
display: none !important;
}
.mobile-menu span {
display: block;
height: 2px;
background-color: #fff;
width: 37px;
margin: 7px 0px;
}
.awd-div div {
padding: 0px 20px;
transition: all 1s;
position: absolute;
bottom: 0px;
display: table;
height: 75px;
}
#owl-awd .owl-dot.active span {
background: #e8562f;
}
.affiliate.awrd h3 {
line-height: 44px;
font-size: 43px;
margin-bottom: 20px;
}
.affiliate-color.awrd {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/awd-bc.png);
background-size: cover;
}
.awrd-gray {
background-color: #eaeaea;
justify-content: flex-end;
}
.col-awd {}
.col-awd h4 {}
.col-awd p {
max-height: 0px;
overflow: hidden;
font-size: 16px;
color:#000;
transition: all 1s;
padding: 0px;
}
.aw-div {
max-width: 570px;
float: right;
padding-right: 50px;
margin-top: 50px;
}
.col-awd h4 {
font-size: 22px;
color: #e8562f;
position: relative;
font-family: 'Russo One', sans-serif;
background-color: #fff;
padding: 5px 15px;
cursor: pointer;
margin-bottom: 0px;
}
.gry-awd {
background-color: #eaeaea;
}
.col-awd h4:after {
position: absolute;
right: 20px;
top: 4px;
content: '+';
}
.col-awd h4.open-awd:after {
content: '-';
}
.col-awd h4.open-awd+p {
max-height: 300px;
padding: 20px;
}
.awd-sec {
margin: 70px 0px 0px;
}
.mobile-map {
display: none;
}
#owl-bike .owl-prev {
position: absolute;
left: 40px;
top: 50%;
transform: translateY(-50%);
}
#owl-bike .owl-next {
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
}
#owl-bike .owl-nav span {
font-size: 65px;
opacity: 0.5;
}
#owl-bike .owl-nav button {
outline: 0;
}
#owl-bike .owl-nav button:hover {
background: rgba(0, 0, 0, 0);
color: #000;
outline: 0;
}
#italy {
left: 553px;
top: 137px;
}
#owl-cer .owl-prev {
position: absolute;
left: 40px;
top: 50%;
transform: translateY(-50%);
}
#owl-cer .owl-next {
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
}
#owl-cer .owl-nav span {
font-size: 65px;
opacity: 0.5;
}
#owl-cer .owl-nav button {
outline: 0;
}
#owl-cer .owl-nav button:hover {
background: rgba(0, 0, 0, 0);
color: #000;
outline: 0;
}
#greece {
left: 583px;
top: 146px;
}
#india {
left: 753px;
top: 195px;
}
#uk {
left: 509px;
top: 108px;
}
#netherland {
left: 538px;
top: 110px;
}
#ireland {
left: 489px;
top: 103px;
}
#poland {
left: 593px;
top: 102px;
}
.breadcrumbs a {
color: #fff;
font-family: 'Russo One', sans-serif;
}
.breadcrumbs {
font-family: 'Russo One', sans-serif;
color: #f15b27
}
.fixed-ani {
position: fixed;
top: 0px;
width: 100%;
z-index: 100;
}
.relative {
position: relative
}
.progres-heading {
font-size: 25px;
text-align: center;
color: #454545;
font-family: 'Russo One', sans-serif;
margin: 40px;
}
.dote, .line {
display: inline-block;
vertical-align: middle;
}
.dote>span {
width: 20px;
height: 20px;
display: block;
border: 2px solid #9b9a9a;
border-radius: 10px;
}
.dote {
width: 1.4%;
position: relative;
}
.line {
width: 17%;
height: 2px;
background: #9b9a9a;
margin-right: -5px;
}
.dote>p {
text-align: center;
position: absolute;
width: 100px;
font-size: 12px;
text-transform: uppercase;
top: 27px;
left: -40px;
opacity: 0.4;
}
.dote1>p {}
.dote.active>span {
background-color: #f5633a;
border: none;
}
.dote.active>p {
opacity: 1;
}
.bike-msg {
position: absolute;
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/side-back.png);
background-repeat: no-repeat;
background-size: 100%;
width: 540px;
padding: 33px 80px 33px 70px;
transition: all 2s ease 0s;
left: 0px;
min-height: 260px;
}
.bike-msg h6 {
color: #fff;
font-size: 22px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
}
.bike-msg p {
color: #fff;
font-size: 14px;
margin-bottom: 0px;
}
.bike-msg img {
float: right;
position: relative;
right: -70px;
}
.bike-msg-rm {
left: -540px;
}
.msg-box {
width: 570px;
overflow: hidden;
height: 100%;
}
.bike-asb {
width: 540px;
right: 0px;
}
.mainsf {
position: relative;
top: 15%;
}
.ani-bike>img.rem-op.hid {
opacity: 0
}
.ani-bike>div.rem-op.hid {
opacity: 0
}
.ani-bike>img, .ani-bike>div {
width: 540px;
position: absolute;
opacity: 0;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
top: 0px;
}
.ani-bike>div>img.bike {
width: 540px;
}
.ani-bike>img.rem-op, .ani-bike>div.rem-op {
opacity: 1
}
.tire-right {
position: absolute;
}
#bike4 .tire-lfet {
position: absolute;
-webkit-animation: rotation 3s infinite linear;
right: -350px;
bottom: -40px;
opacity: 0;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
transition: all 2s ease 0s;
}
#bike4.rem-op .tire-lfet {
right: -35px;
bottom: -40px;
opacity: 1
}
#bike4 .tire-right {
position: absolute;
-webkit-animation: rotation 3s infinite linear;
left: -350px;
bottom: -40px;
opacity: 0;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
transition: all 2s ease 0s;
}
#bike4.rem-op .tire-right {
left: -38px;
bottom: -40px;
opacity: 1
}
#bike5 .tire-lfet {
position: absolute;
-webkit-animation: rotation 3s infinite linear;
right: -35px;
bottom: -40px;
transition: all 2s ease 0s;
}
#bike5.rem-op .tire-lfet {
right: -20px;
bottom: -7px;
z-index: 10;
}
#bike5 .tire-right {
position: absolute;
-webkit-animation: rotation 3s infinite linear;
left: -38px;
bottom: -40px;
transition: all 2s ease 0s;
}
#bike5.rem-op .tire-right {
left: 4px;
bottom: -9px;
z-index: 10;
opacity: 1
}
#bike5>img.bike {
z-index: 100;
position: relative;
}
#bike5 .tire-right {
position: absolute;
-webkit-animation: rotation 3s infinite linear;
left: -38px;
bottom: -40px;
transition: all 2s ease 0s;
opacity: 0;
}
#bike5.rem-op .handle {
top: -28px;
position: absolute;
right: 99px;
}
#bike5 .sheet {
position: absolute;
left: 100px;
top: -80px;
transition: all 2s ease 0s;
opacity: 0;
}
#bike5 .handle {
position: absolute;
right: 64px;
top: -88px;
transition: all 2s ease 0s;
opacity: 0;
}
#owl-cer .owl-bike>img {
width: auto !important;
}
#bike5.rem-op .handle {
top: -28px;
position: absolute;
right: 99px;
opacity: 1
}
#bike5.rem-op .sheet {
top: 4px;
position: absolute;
left: 129px;
opacity: 1
}
.colors-bike {
position: absolute;
z-index: 100;
bottom: -350px;
width: 100%;
text-align: center;
}
.colors-bike>div {
display: inline-block;
margin: 0px 25px;
vertical-align: middle;
}
.colors-bike>div>span {
width: 20px;
height: 20px;
border-radius: 10px;
cursor: pointer;
display: block;
}
#brw>span {
background-color: #bf8a4c
}
#red>span {
background-color: #d12121
}
#blu>span {
background-color: #6886aa
}
#yelw>span {
background-color: #eab150
}
#bike2>img.bike {
position: absolute;
opacity: 0;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
#bike2>img.bike.act-cor {
opacity: 1
}
.colors-bike div.act-cor span {
border: 4px solid #cfcfcf;
border-radius: 15px;
width: 28px;
height: 28px;
}
.colors-bike div.act-cor {
border: 2px solid #a0a0a0;
border-radius: 16px;
}
.top-0 {
top: -75px;
}
.rel-up {
position: relative;
z-index: 200;
background-color: #fff
}
#bike5 {
position: relative;
left: 0px;
transition: all 2s ease 0s;
}
#bike5.go-riht {
left: 700px;
opacity: 0
}
#srilanka{
left: 765px;
top: 219px;
}
#return-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
width: 40px;
height: 40px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 6px 13px;
z-index: 1000;
}
#return-to-top img {
width: 15px;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}
.serviceslider .owl-nav {
position: absolute;
top: 30%;
left: 0;
width: 100%;
}
.serviceslider .owl-nav span {
font-size: 84px;
color: #fff;
}
.serviceslider .owl-prev {
float: left;
}
.serviceslider .owl-next {
float: right;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
background: transparent;
}
button:focus {
outline: 0;
} .home-sections {
overflow: hidden;
}
a.navbar-brand {
width: 265px;
height: 100px;
background: #181717 0% 0% no-repeat padding-box;
display: flex;
justify-content: center;
align-items: center;
}
.menu-gray a.navbar-brand {
height: 64px;
}
.menu-gray .menu>ul { top: 20px;
}
.main-banner-wrap{
height: 100vh;
}
.menu-gray a.msg {
height: 64px;
}
.menu-gray .menu-to-arrow {
height: 64px;
}
.home-banner {
position: relative;
height: 100%;
}
.home-banner .item {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
}
.home-banner .item::before {
content: '';
position: absolute;
background: #000000 0% 0% no-repeat padding-box;
opacity: 0.6;
width: 100%;
height: 100vh;
background-size: cover;
top: 0;
left: 0;
}
.home-banner-contents {
position: relative;
top: 45px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 99;
}
.banner-cycle{  margin-top: -160px;
}
.banner-cycle img { width: 100% !important;
position: relative; left: 48%;
transform: translate(-50%, 0);
}
.home-banner-contents h6{
text-align: left;
font: normal normal normal 51px/105px Brittany Signature;
letter-spacing: 0px;
color: #FFFFFF;
margin-bottom: -32px;
}
.home-banner-contents h1{
text-align: center;
font: normal normal bold 101px/133px Roboto;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
}
.home-banner-contents a{
display: flex;
text-align: left;
font: normal normal 300 13px/18px Roboto;
letter-spacing: 1.56px;
color: #D4D4D4;
text-transform: uppercase;  margin-top: -15px;
transition: .5s;
display: none;
}
.home-banner-contents a:hover{
color: #FFFFFF;
}
.home-banner-contents a span{
border-bottom: 1px solid #8D8D8D;
padding-bottom: 4px;
transition: .5s;
}
.home-banner-contents a:hover span{
border-bottom: 1px solid #fff;
}
.home-banner-contents a img{
width: auto !important;
object-fit: contain;
margin-left: 15px;
transition: .5s;
}
.home-banner-contents a:hover img{
filter: brightness(0) invert(1);
}
.main-banner-wrap .all-pro h5{
text-align: left;
font: normal normal normal 13px/21px Roboto;
letter-spacing: 0.65px;
color: #AFA9A9;
transform: matrix(0, -1, 1, 0, 0, -150);
position: relative;
z-index: 999;
width: fit-content;
display: inline-block;
transition: .5s;
}
.main-banner-wrap .all-pro h5:hover{
color: #fff;
} .home-banner .owl-dots, .home-banner .owl-nav {
position: relative;
}
.home-banner .owl-nav {
margin-top: 0;
top: -50%;
}
.home-banner .owl-dots {
display: inline-block;
float: right;
right: 40px;
top: -150px;
}
.home-banner .owl-dots .owl-dot {
display: block;
margin-bottom: 10px;
}
.home-banner .owl-nav .owl-prev {
float: left;
position: relative;
left: 0;
}
.home-banner .owl-nav .owl-next {
float: right;
position: relative;
right: 0;
}
.home-banner .owl-nav span{
display: none;
}
.home-banner .owl-nav .owl-prev:before,
.home-banner .owl-nav .owl-next:before {
content: '';
position: absolute;
width: 22px;
height: 22px;
border-left: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
transform: rotate(45deg);
}
.home-banner .owl-nav .owl-prev:before{
left: 57px;
}
.home-banner .owl-nav .owl-next:before{
transform: rotate(225deg);
right: 57px;
}
.home-banner .owl-dots .owl-dot span {
width: 13px;
height: 13px;
background: #FFFFFF;
opacity: 0.32;
}
.home-banner .owl-dots .owl-dot.active span, .home-banner .owl-dots .owl-dot:hover span {
background: #FFFFFF;
opacity: 1;
}
.menu-to-arrow {
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
top: 0;
left: 0;
transform: translate(-50%, -50%);
cursor: pointer;
width: 88px;
height: 80px;
transform: rotate(0deg);
transition: transform 0.5s ease;
background: #EC411B 0% 0% no-repeat padding-box;
}
.menu-to-arrow span {
display: inline-block;
width: 40px;
height: 2px;
background-color: #ffffff;
position: relative;
}
.menu-to-arrow.spin { }
.menu-to-arrow.spin span{
background: transparent;
}
.menu-to-arrow ul{
position: relative;
top: 41px;
left: -121px; width: 185px;
height: auto;
padding: 0;
display: none;
}
.menu-gray .menu-to-arrow.spin ul {
top: 33px;
}
.menu-to-arrow ul li {
margin-top: 0;
margin-bottom: 0;
list-style: none;
padding: 10px;
border-bottom: 1px solid #505050;
background: rgba(0, 0, 0, 0.67);
transition: .5s;
text-align: left;
}
.menu-to-arrow ul li:last-child{
border-bottom: unset;
}
.menu-to-arrow ul li a{
transition: .5s;
padding: 0;
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
transition: .5s;
}
.menu-to-arrow ul li:hover{
background: #ec411b;
}
.menu-to-arrow.spin ul{
display: block;
}
.menu-to-arrow span:before, .menu-to-arrow span:after {
content: "";
display: inline-block;
width: 40px;
height: 2px;
background-color: #fff;
position: absolute;
right: 0;
}
.menu-to-arrow span:before {
top: -10px;
transition: transform 0.5s ease, width 0.25s ease 0.25s;
}
.menu-to-arrow span.clicked:before {
top: 0;
right: 0;
width: 35px;
transform: rotate(45deg);
transition: top 0.25s ease, transform 0.5s ease 0.25s, width 0.25s ease 0.25s;
}
.menu-to-arrow span:after {
bottom: -10px;
width: 25px;
transition: transform 0.5s ease, width 0.25s ease 0.25s;
}
.menu-to-arrow span.clicked:after {
bottom: 0;
right: 0;
width: 35px;
transform: rotate(-45deg);
transition: bottom 0.5s ease, transform 0.5s ease 0.25s, width 0.25s ease 0.25s;
}
.only-tab-mob{
display: none !important;
}
.future-bike-wrap{
padding-top: 64px;
background: #F9F9F9 0% 0% no-repeat padding-box;
padding-bottom: 75px;
}
.future-bike-wrap .container {
max-width: 1200px;
}
.future-bike-left{
}
.future-bike-left img{
}
.future-bike-left h5{
text-align: right;
font: normal normal normal 16px/28px Roboto;
letter-spacing: 8.48px;
color: #938E8E;
text-transform: uppercase;
position: relative;
transform: matrix(0, -1, 1, 0, 0, 0);
top: -330px;
left: 66%;
}
.future-bike-left h5:before{
content: "";
position: absolute;
height: 0px;
width: 500px;
border: 1px solid #DAD5D5;
top: 12px;
left: -62px;
}
.future-bike-right{
padding-top: 73px;
padding-left: 125px;
}
.future-bike-right h2{
text-align: left;
font: normal normal bold 49px/56px Roboto;
letter-spacing: 0px;
color: #000000;
}
.future-bike-right p{
text-align: left;
font: normal normal normal 16px/28px Roboto;
letter-spacing: 0px;
color: #000000;
margin-top: 25px;
}
.global-wrap{
margin-bottom: -1px;
}
.global-wrap .container{
max-width: 1366px;
width: 100%;
background-size: cover !important;
padding-top: 85px;
padding-bottom: 145px;
}
.global-left{
padding-left: 78px;
}
.global-left h6{
text-align: left;
font: normal normal normal 21px/83px Roboto;
letter-spacing: 0.84px;
color: #FFFFFF;
margin-bottom: -5px;
}
.global-left h3{
text-align: left;
font: normal normal bold 111px/120px Roboto;
letter-spacing: 0px;
color: #FCFCFC;
position: relative;
margin-bottom: 60px;
}
.global-left h3 span{
text-align: left;
font: normal normal bold 111px/120px Roboto;
letter-spacing: 0px;
color: #FCFCFC;
}
.global-left h3:before{
content: "";
position: absolute;
width: 253px;
height: 0px;
border: 3px solid #FA4219;
bottom: -12px;
left: 8px;
}
.global-left h2{
text-align: left;
font: normal normal bold 37px/65px Roboto;
letter-spacing: 0px;
color: #FFFFFF;
margin-bottom: 10px;
}
.global-left p{
text-align: left;
font: normal normal normal 16px/28px Roboto;
letter-spacing: 0px;
color: #FFFFFF;
max-width: 381px;
}
.global-right{
position: relative;
}
.global-right .label{
position: absolute;
width: 10px;
height: 10px;
background: #FFFFFF;
border-radius: 50%;
animation: ripple 1.5s linear infinite;
transition: all .7s ease;
}
.global-right .label:before{
content: '';
position: absolute;
width: 18px;
height: 18px;
border: 0.30000001192092896px solid #FFFFFF;
opacity: 0.8;
border-radius: 50%;
top: -4px;
left: -4px;
}
.global-right #label-1{
top: 45px;
left: 18%;
}
.global-right #label-2{
top: 82px;
left: 21%;
}
.global-right #label-3{
top: 115px;
left: 20%;
}
.global-right #label-4{
top: 132px;
left: 16%;
}
.global-right #label-5{
top: 142px;
left: 13%;
}
.global-right #label-6{
top: 148px;
left: 9%;
}
.global-right #label-7{
top: 148px;
left: 4%;
}
.global-right #label-8{
top: 134px;
left: -3%;
}
.global-right #label-9{
top: 196px;
left: 24%;
}
.global-right #label-10{
top: 220px;
left: 20%;
}
.global-right #label-11{
top: 235px;
left: 17%;
}
.global-right #label-12{
top: 220px;
left: 12%;
}
.global-right #label-13{
top: 208px;
left: 5%;
}
.global-right #label-14{
top: 242px;
left: 0%;
}
.global-right #label-15{
top: 435px;
left: 65%;
opacity: 0;
}
.global-right #label-16{
top: 536px;
left: 86%;
}
.global-right #label-17{
top: 642px;
left: 94%;
}
@keyframes ripple{
0% {
box-shadow: 0 0 0 0 rgb(255 255 255 / 30%), 0 0 0 1px rgb(255 255 255 / 30%), 0 0 0 2px rgb(255 255 255 / 30%), 0 0 0 3px rgb(255 255 255 / 30%);
}
100% {
box-shadow: 0 0 0 0 rgb(255 255 255 / 30%), 0 0 0 4px rgb(255 255 255 / 30%), 0 0 0 12px transparent, 0 0 0 12px transparent;
}
}
.new-year-wrap{
background-size: cover !important;
width: 100%;
height: 710px;
position: relative;
overflow: hidden;
}
.new-year-wrap:before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #932209 0% 0% no-repeat padding-box;
opacity: 0.19;
top: 0;
left: 0;
}
.new-year-contents{
display: flex;
flex-direction: column;
justify-content: end;
height: 578px;
position: relative;
}
.new-year-contents h2{
text-align: left;
font: normal normal bold 58px/108px Roboto;
letter-spacing: 0px;
color: #FFFFFF;
margin-bottom: -10px;
}
.new-year-contents h4{
text-align: left;
font: normal normal normal 30px/47px Roboto;
letter-spacing: 0px;
color: #FFFFFF;
margin-bottom: 40px;
}
.new-year-contents a{
width: 201px; background: #FFFFFF 0% 0% no-repeat padding-box;
padding: 13px 0 12px 0;
text-align: center;
font: normal normal normal 22px/38px Roboto;
letter-spacing: 0px;
color: #4B4848;
transition: .5s;
}
.new-year-contents a:hover{
background: #FA4219;
color: #fff;
}
.feature-products-wrap{
padding-top: 80px;
}
.feature-products-wrap h2{
text-align: center;
font: normal normal bold 27px/65px Roboto;
letter-spacing: 2.43px;
color: #000000;
text-transform: uppercase;
margin-bottom: 62px;
}
.feature-product-contents{
padding-left: 130px;
position: relative;
padding-bottom: 100px;
}
.feature-product-contents:before{
content: '';
position: absolute;
width: 41%;
height: 100%;
background: #F9F9F9 0% 0% no-repeat padding-box;
top: 0;
left: 0;
}
.feature-product-contents h3{
text-align: left;
font: normal normal 900 125px/83px Roboto;
letter-spacing: 0px;
color: #000000;
text-transform: uppercase;
opacity: 0.04;
transform: matrix(0, -1, 1, 0, 0, 0);
position: relative;
top: -75px;
left: -52%;
}
.feature-pro-slider{
position: relative;
}
.feature-pro-slides{
margin: 0 30px;
}
.feature-pro-slides img{
opacity: 0.42;
width: 100%;
}
.feature-pro-slides.slick-current img{
opacity: 1;
}
.feature-pro-details{
padding: 0 65px;
margin-top: 35px;
}
.feature-pro-slides h4{
text-align: left;
font: normal normal bold 26px/39px Roboto;
letter-spacing: 0px;
color: #314952;
margin-bottom: 20px;
}
.feature-pro-slides p{
text-align: left;
font: normal normal normal 14px/27px Roboto;
letter-spacing: 0px;
color: #060606;
}
.battery-det{ margin-top: 20px;
display: block;
}
.battery-cap{
display: block;
margin-top: 8px;
}
.battery-det .battery-cap:last-child {  }
.battery-cap h6{
text-align: left;
font: normal normal normal 12px/30px Roboto;
letter-spacing: 0.48px;
color: #060606;
text-transform: uppercase;
margin-bottom: -4px;
}
.battery-cap span{
display: flex;
text-align: left;
font: normal normal normal 20px/22px Roboto;
letter-spacing: 0px;
color: #060606;
align-items: center;
}
.battery-cap span img{
margin-right: 8px;
height: 100%;
width: auto;
}
.feature-pro-slider .slick-track {
left: -250px;
}
.feature-pro-slider .slick-prev:before, .feature-pro-slider .slick-next:before {
display: none;
}
.feature-pro-slider .slick-prev:after,
.feature-pro-slider .slick-next:after{
content: '';
position: absolute;
width: 24px;
height: 26px;
background: transparent url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/feature-arrow-left.png) 0% 0% no-repeat padding-box;
top: 0;
left: 0;
}
.feature-pro-slider .slick-next:after{
background: transparent url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/feature-arrow-right.png) 0% 0% no-repeat padding-box;
right: 0;
}
.feature-pro-slider .slick-prev, .feature-pro-slider .slick-next { top: 106%;
}
.feature-pro-slider .slick-prev {
left: 30%;
}
.feature-pro-slider .slick-next {
right: 61%;
}
.certified-wrap{
background: #F3F3F3 0% 0% no-repeat padding-box;
padding-top: 86px;
padding-bottom: 100px;
}
.certified-wrap .container{
max-width: 1366px;
padding-right: 78px;
padding-left: 0;
}
.certified-contents{
align-items: center;
}
.certified-left{
}
.certified-left img{
}
.certified-right{
width: 606px;
height: auto;
background: #FFFFFF 0% 0% no-repeat padding-box;
padding: 66px 41px 64px 56px;
}
.certified-top{
display: flex;
margin-bottom: 20px;
}
.certified-top h2{
text-align: left;
font: normal normal bold 45px/55px Roboto;
letter-spacing: 0px;
color: #000000;
}
.certified-top img{
height: 100%;
}
.certified-top img:nth-child(2) {
margin-right: 40px;
}
.certified-right p{
text-align: left;
font: normal normal normal 16px/26px Roboto;
letter-spacing: 0px;
color: #1E1E1E;
margin-top: 28px;
max-width: 493px;
}
.production-wrap{ padding-top: 40px; padding-bottom: 30px;
}
.production-wrap .container{
max-width: 1366px;
padding-left: 0;
padding-right: 88px;
}
.production-right{
}
.production-slider{
width: 555px;
height: 569px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 7px #00000029; padding: 30px 135px 35px 45px;
top: 50px;
}
.production-slider-contents{
}
.production-slider-contents span{
text-align: left;
font: normal normal 300 19px/47px Roboto;
letter-spacing: 0px;
color: #000000;
}
.production-slider-contents h2{
text-align: left;
font: normal normal normal 35px/47px Roboto;
letter-spacing: 0px;
color: #000000; margin-top: 8px;
margin-bottom: 15px;
}
.production-slider-contents p{
text-align: left; font: normal normal normal 16px/26px Roboto;
letter-spacing: 0px;
color: #000000;
max-width: 349px;
}
.production-right h3{
text-align: left;
font: normal normal bold 69px/91px Roboto;
letter-spacing: 0px;
color: #000000;
transform: matrix(0, -1, 1, 0, 0, 0);
position: relative;
top: -195px;
right: -170px;
width: max-content;
}
.production-slider .slick-prev:before, .production-slider .slick-next:before {
display: none;
}
.production-slider .slick-prev:after,
.production-slider .slick-next:after{
content: '';
position: absolute;
width: 15px;
height: 28px;
background: transparent url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/product-slider-left.png) 0% 0% no-repeat padding-box;
top: 0;
left: 0;
}
.production-slider .slick-next:after{
background: transparent url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/product-slider-right.png) 0% 0% no-repeat padding-box;
right: 0;
}
.production-slider .slick-prev, .production-slider .slick-next {
top: 110%;
}
.production-slider .slick-prev {
left: 16%;
}
.production-slider .slick-next {
right: 57%;
} footer{
background: #12181A 0% 0% no-repeat padding-box;
padding-top: 77px;
padding-bottom: 50px;
position: relative;
}
footer::before {
content: '';
position: absolute;
width: 35%;
height: 100%;
background: #151D1F 0% 0% no-repeat padding-box;
top: 0;
right: 0;
}
.foot-left{
position: relative;
}
.foot-left::before{
content: '';
position: absolute;
width: 96px;
height: 414px;
background: transparent url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/foot-pic.png) 0% 0% no-repeat padding-box;
top: 8px;
right: 25px;
}
.foot-left .row .col-lg-6{
margin-bottom: 20px;
}
.foot-left h2{
text-align: left;
font: normal normal 300 30px/53px Roboto;
letter-spacing: 0px;
color: #FFFFFF;
margin-bottom: 45px;
position: relative;
display: inline-block;
}
.foot-left h2::before{
content: '';
position: absolute;
width: 71px;
height: 8px;
background: #EC411B;
top: 25px;
right: -105px;
}
.foot-left h4{
text-align: left;
font: normal normal 300 19px/31px Roboto;
letter-spacing: 0px;
color: #E1DDDD;
margin-bottom: 7px;
}
.foot-left a.foot-cont{
text-align: left;
font: normal normal normal 29px/31px Roboto;
letter-spacing: 0px;
color: #FFFAFA;
transition: .5s;
}
footer a:hover{
color: #ec411b !important;
}
.foot-left h5{
text-align: left;
font: normal normal normal 18px/24px Roboto;
letter-spacing: 0px;
color: #F5F5F5;
margin-bottom: 14px;
}
.foot-left p{
text-align: left;
font: normal normal 300 14px/24px Roboto;
letter-spacing: 0px;
color: #E2E2E2;
}
.foot-left a.foot-mail{
text-align: left;
font: normal normal normal 20px/31px Roboto;
letter-spacing: 0px;
color: #FFFAFA;
transition: .5s;
}
.foot-left h6{
text-align: left;
font: normal normal 300 16px/31px Roboto;
letter-spacing: 0px;
color: #E1DDDD;
margin-bottom: 18px;
}
.foot-left .foot-social{
display: flex;
}
.foot-left .foot-social a{
display: flex;
align-items: center;
text-align: left;
font: normal normal 300 16px/31px Roboto;
letter-spacing: 0px;
color: #E1DDDD;
margin-right: 45px;
transition: .5s;
}
.foot-left .foot-social a i{
font-size: 22px;
margin-right: 15px;
}
.foot-right{
padding-left: 50px;
}
.foot-right h5{
text-align: left;
font: normal normal 300 18px/24px Roboto;
letter-spacing: 0px;
color: #E1DDDD;
}
.foot-right ul{
margin-top: 20px;
padding-left: 0;
width: max-content;
}
.foot-right ul li{
list-style: none;
}
.foot-right h5:nth-child(3) {
margin-top: 45px;
}
.foot-right ul li a{
text-align: left;
font: normal normal 300 14px/30px Roboto;
letter-spacing: 0px;
color: #E2E2E2;
transition: .5s;
}
.foot-right .copyrights{
margin-top: 40px;
margin-left: 15px;
}
.foot-right .copyrights p{
text-align: left;
font: normal normal 300 14px/25px Roboto;
letter-spacing: 0px;
color: #E2E2E2;
}
.foot-right .copyrights p a{
text-align: left;
font: normal normal 300 14px/25px Roboto;
letter-spacing: 0px;
color: #E2E2E2;
transition: .5s;
}
.global-wrap-mobile{
display: none !important;
} .production-left{
width: 917px;
height: 736px;
overflow: hidden;
}
.production-slider-image{
width: 100%;
height: 100%;
transform: translate(0%, 0%) scale(1);
object-fit: cover;
display: block;
transition: 2s;
}
.production-slider .slick-disabled {
opacity: .5;
}   .page-id-122 .row-gry .container-fluid > div:first-child .col-xl-6 {
margin-top: 50px;
}
.page-id-122 .row-gry .container-fluid > div:last-child .col-xl-6 {
margin-bottom: 50px;
}
.other-det{
display: block;
margin-top: 15px;
}
.other-det-content{
display: flex;
}
.other-det-content img{
margin-right: 10px;
height: 100%;
width: auto;
}
.other-det-content h6{
text-align: left;
font: normal normal normal 22px/22px Roboto;
letter-spacing: 0px;
color: #060606;
}
.error404 h2 {
text-align: center;
padding: 50px 0;
font-size: 45px;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
@media( max-width: 800px) {
#menu-primary-menu>li>ul.sub-menu {
position: relative;
padding-top: 0;
}
#menu-primary-menu>li>ul.sub-menu li {
width: 100%;
}
}@media( min-width: 1500px ){
.feature-pro-slider .slick-track {
left: 0;
}
.home-banner-contents a {
margin-top: 115px;
}
.banner-cycle {
margin-top: -45px;
}
.home-banner-contents a {
margin-top: 5px;
}
}
@media( min-width: 1920px ){
.home-banner-contents a {
margin-top: 200px;
}
.feature-pro-slider .slick-track {
left: -90px;
}
.feature-pro-slider .slick-next {
right: 60%;
}
.feature-pro-slider .slick-prev {
left: 33%;
}
.feature-product-contents h3 {
top: -290px;
}
.home-banner-contents a {
margin-top: 50px;
}
.banner-cycle {
margin-top: 0;
}
}
@media( max-width: 1280px ){
.global-right #label-1 {
left: 19%;
}
.global-right #label-2 {
left: 22%;
}
.global-right #label-3 {
left: 21%;
}
.global-right #label-4 {
left: 18%;
}
.global-right #label-5 {
left: 14%;
}
.global-right #label-6 {
left: 10%;
}
.global-right #label-7 {
left: 5%;
}
.global-right #label-8 {
left: -1%;
}
.global-right #label-9 {
left: 24%;
}
.global-right #label-10 {
left: 21%;
}
.global-right #label-11 {
left: 17%;
}
.global-right #label-12 {
left: 13%;
}
.global-right #label-13 {
left: 6%;
}
.global-right #label-14 {
left: 2%;
}
.global-right #label-15 {
left: 72%;
}
.global-right #label-16 {
left: 98%;
}
.feature-product-contents {
padding-left: 90px;
}
.feature-pro-slider .slick-track {
left: -245px;
}
.feature-pro-slider .slick-next {
right: 59%;
}
.feature-pro-slider .slick-prev {
left: 31%;
}
.production-slider .slick-prev {
left: 24%;
}
.production-slider .slick-next {
right: 49%;
}
.feature-pro-slides {
margin: 0 25px;
}
.feature-pro-details {
padding: 0 55px;
}
}
@media( max-width: 1024px ){
.aw-div {
max-width: 475px;
padding-right: 35px;
margin-top: 40px;
}
.menu > div > a.btn {
display: none;
}
.form,.cont-info {
width: 450px;
padding-right: 30px;
}
.map {
height: 1000px;
}
.vmv {
width: 100%;
height: 275px;
}
.quality {
width: 100%;
float: none;
text-align: center;
padding: 25% 15px;
}
.quality-div {
max-height: 1120px;
clear: both;
}
.bike-back {
background-image: inherit;
}
.owl-bike img {
max-width: 400px;
}
.bike-msg {
background-size: inherit;
width: 420px;
}
.ani-bike-section {
background-size: cover;
}
.bike-msg h6 {
font-size: 20px;
}
.bike-msg p {
font-size: 13px;
}
.map-img {
display: none;
}
.mobile-map{
display: block;
}
.map-img{
display: none;
}
.mobile-map > div > span{
background-color: #000;
color: #fff;
width: 65%;
display: inline-block;
vertical-align: middle;
margin-left: -13px;
padding: 6px 20px;
border-radius: 0px 10px 0px 0px;
}
.mobile-map > div > img{
display: inline-block;
vertical-align: middle;
z-index: 10;
position: relative;
}
.mobile-map > div{
text-align: center;
margin-bottom: 10px;
width: 50%;
float: left;
height: 50px;
}
.cat-hed {
width: 460px;
}
.location-wrap {
display: none;
}
.msg {
position: relative;
left: -16px;
}
.menu-to-arrow {
left: -16px;
}
header.menu-gray {
top: -5px;
}
.future-bike-left img {
width: 100%;
}
.future-bike-left h5 {
top: -250px;
left: 57%;
}
.future-bike-left h5:before {
width: 400px;
left: -65px;
}
.future-bike-right {
padding-top: 0;
padding-left: 40px;
}
.production-wrap .container {
padding-right: 30px;
}
.production-slider {
width: 100%;
height: auto;
padding: 25px 25px 25px 25px;
top: 0;
}
.production-slider .slick-prev, .production-slider .slick-next {
top: 105%;
} .production-left {
width: 700px;
height: 580px;
}
.production-slider .slick-prev {
left: 11%;
}
.production-slider .slick-next {
right: 58%;
}
.production-wrap {
padding-bottom: 0;
padding-top: 50px;
}
.new-year-wrap {
height: 532px;
}
.new-year-contents {
height: 450px;
}
.feature-pro-slider .slick-track {
left: -10px;
}
.feature-pro-slider .slick-prev {
left: 29%;
}
.feature-product-contents h3 {
top: 68px;
}
.certified-wrap .container {
padding-right: 30px;
}
.certified-right {
width: 100%;
padding: 30px 25px 30px 25px;
}
.certified-top img:nth-child(2) {
margin-right: 20px;
}
.certified-top {
display: block;
}
.certified-top h2 {
margin-bottom: 15px;
}
.foot-right {
padding-left: 8px;
}
.foot-right ul {
width: auto;
}
.global-left {
padding-left: 0;
}
.global-wrap .container {
padding-top: 20px;
padding-bottom: 35px;
}
.global-right #label-1 {
left: 16%;
top: 73px;
}
.global-right #label-2 {
left: 19%;
top: 100px;
}
.global-right #label-3 {
left: 17%;
top: 132px;
}
.global-right #label-4 {
left: 13%;
top: 145px;
}
.global-right #label-5 {
left: 9%;
top: 151px;
}
.global-right #label-6 {
left: 5%;
top: 155px;
}
.global-right #label-7 {
left: 0%;
top: 152px;
}
.global-right #label-8 {
left: -6%;
top: 137px;
}
.global-right #label-9 {
left: 20%;
}
.global-right #label-10 {
left: 16%;
top: 200px;
}
.global-right #label-11 {
left: 14%;
top: 215px;
}
.global-right #label-12 {
left: 8%;
top: 200px;
}
.global-right #label-13 {
left: 1%;
}
.global-right #label-14 {
left: -2%;
top: 215px;
}
.global-right #label-15 {
left: 66%;
top: 375px;
}
.global-right #label-16 {
left: 82%;
top: 438px;
}
.global-right #label-17 {
top: 518px;
left: 90%;
}
}
@media( max-width: 800px ){
#menu-primary-menu > li > ul.sub-menu li{
text-align: center;
}
.menu > ul > li {
position: relative;
}
#menu-primary-menu>li:hover ul.sub-menu {
max-height: 0;
}
#menu-primary-menu>li.subhide ul.subshow {
max-height: 500px;
margin-top: 15px;
}
.menu>ul>li a {
font-size: 18px;
}
#menu-primary-menu>li>ul.sub-menu li a {
font-size: 16px;
}
.res-drop-ipad {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/li-tangle.png);
content: '';
width: 50px;
height: 47px;
display: block;
position: absolute;
right: 14px;
margin: 0 auto;
top: 7px;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
z-index: 10;
}
.sev-nav ul li{
display: none;
}
.sev-nav ul li.active{
display: block;
}
.res-drop-ipad.active + ul li{
display: block;
}
.sev-nav ul li.active::after {
display: none;
}
.inner_page.menu-gray{
position: fixed;
}
.mobile-menu{
display: block !important;
}
.awod-cont {
width: 100%;
margin: 50px auto 20px;
}
.aw-div {
max-width: 100%;
padding-right: 35px;
margin-top: 40px;
float: none;
padding-left: 25px;
}
.affiliate.awrd{
width: 100%;
}
.order-xs-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xs-2 {
-ms-flex-order: 2;
order: 2;
}
.cat-hed {
width: 100%;
padding: 40px;
}
.progres-heading {
margin: 10px;
}
.msg-box {
height: 300px;
}
.bike-asb {
margin: 0 auto;
}
.bike-msg-rm {
left: -800px;
}
.bike-msg {
background-size: cover;
width: 100%;
}
.dote {
width: 2.3%;
}
.line {
width: 15%;
}
.menu > div.mobile-menu{
display: block;
right: 15px;
}
.menu > div:last-child {
position: absolute; right: 115px;
top: 12px;
}
.slider-main > div > h2 {
font-size: 30px;
line-height: 33px;
margin-bottom: 16px;
}
.slider-main > div {
position: absolute;
top: 60%;
}
.menu > ul {
display: block;
max-height: 0px;
overflow: hidden;
background-color: #212121;
transition: all 1s;
position: relative;
top: 10px;
padding: 0px;
width: 100%;
}
#menu-primary-menu.open-menu{
max-height: 800px;
top: -1px;
padding-top: 20px;
padding-bottom: 20px;
}
.menu > ul > li {
display: block;
padding: 10px 20px;
}
.owl-bike img {
max-width: 270px;
}
.quality > h3 {
color: #fff;
font-size: 33px;
}
.form,.cont-info {
width: 740px;
padding-right: 0px;
margin: 0 auto;
}
.map {
height: 300px;
}
.cont-cont {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0px;
-moz-column-gap: 0px;
column-gap: 0px;
}
.vmv > div > h4 {
font-size: 15px;
}
.vmv {
width: 100%;
height: 225px;
}
.vmv > div > p {
padding: 0px 17px;
font-size: 14px;
}
.his-img img{
display: block;
margin: 0 auto 
}
.his h4,.his p {
text-align: center;
}
.directors {
margin: 120px 0px 35px;
}
.directors-main{
padding-bottom: 50px 
}
.stickmenu.menu > div:last-child {
top: 18px;
}
.affiliate > h3 {
font-size: 45px;
}
.banner div.cont h1 {
font-size: 35px;
}
.banner div.cont {
top: 70%;
}
.only-tab-mob{
display: block !important;
}
.menu-to-arrow {
display: none;
}
header {
top: -1px;
height: auto;
}
.menu > div.mobile-menu {
right: 16px;
top: 1px;
background: #EC411B;
width: 100px;
height: 100px;
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
}
.menu>ul {
right: 0;
}
.home-banner-contents h1 {
text-align: center;
font: normal normal bold 101px/110px Roboto;
}
.home-banner-contents h6 {
margin-bottom: 10px;
}
.home-banner-contents a {
margin-top: 45px;
}
.menu {
padding-bottom: 0;
padding-top: 0;
background: #181717 0% 0% no-repeat padding-box;
}
header.menu-gray {
top: -1px;
height: auto;
}
.menu-gray .menu > div.mobile-menu {
height: 93px;
}
.menu-gray #menu-primary-menu.open-menu {
top: 15px;
width: 100%;
right: 0;
}
span.nav-click {
position: absolute;
content: '';
display: block;
top: 12px;
right: 30px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
width: 14px;
height: 14px;
transform: rotate(45deg);
z-index: 9999;
}
.subhide span.nav-click {
transform: rotate(225deg);
top: 23px;
}
.mobile-menu span {
position: relative;
height: 4px;
width: 42px;
transition: transform 0.5s;
}
.mobile-menu span:nth-child(1){
top: 2px;
}
.mobile-menu.mob-show span:nth-child(2) {
display: none;
}
.mobile-menu span:nth-child(3){
top: -2px;
}
.mobile-menu.mob-show span:nth-child(1){
transform: rotate(45deg);
top: 8px;
right: 0;
width: 52px;
}
.mobile-menu.mob-show span:nth-child(3){
transform: rotate(-45deg);
top: -10px;
right: 0;
width: 52px;
}
.future-bike-left img {
width: 95%;
}
.future-bike-left h5 {
top: -325px;
left: 52%;
}
.future-bike-left h5:before {
width: 520px;
left: 35px;
}
.future-bike-right {
padding-left: 0;
}
.production-left img {
width: 100%;
}
.production-wrap .container {
padding-right: 0;
}
.production-right h3 {
display: none;
}
.production-right {
padding: 30px;
}
.production-slider-contents p {
max-width: unset;
}
.production-slider {
padding: 30px;
}
.production-slider .slick-prev {
left: auto;
right: 10%;
}
.production-slider .slick-next {
right: 22px;
}
.production-slider .slick-prev, .production-slider .slick-next {
top: 15%;
z-index: 9;
}
.new-year-wrap {
height: 400px;
}
.new-year-contents {
height: 400px;
justify-content: center;
}
.feature-product-contents h3 {
top: 197px;
}
.feature-pro-slides img {
width: 100%;
}
.feature-pro-details {
padding: 0 50px;
}
.battery-cap span img {
width: auto;
}
.feature-pro-slider .slick-track {
left: -235px;
}
.feature-pro-slider .slick-prev {
left: 25%;
}
.feature-pro-slider .slick-next {
right: 58%;
}
.certified-left img {
width: 100%;
}
.certified-wrap .container {
padding-right: 0;
}
.certified-right {
padding: 30px;
}
.certified-top {
display: flex;
}
.certified-top img:nth-child(2) {
margin-right: 45px;
}
.certified-right p { 
max-width: unset;
}
.certified-wrap {
padding-bottom: 0;
}
.foot-left h5 {
margin-top: 15px;
}
.foot-right h5:nth-child(3) {
margin-top: 30px;
}
.foot-right h5:nth-child(1) {
margin-top: 15px;
}
.foot-right ul {
margin-top: 12px;
}
.foot-left::before {
top: 110px;
}
.feature-pro-slides {
padding-right: 30px;
}
.global-left {
padding-left: 0;
}
.global-wrap .container {
padding-top: 20px;
padding-bottom: 20px;
}
.global-left p {
max-width: unset;
}
.global-left h3 {
margin-bottom: 35px;
}
.global-right {
display: none;
}
.global-wrap-mobile{
display: block !important;
height: 570px;
padding-top: 50px;
padding-bottom: 50px;
}
.global-wrap-mobile > div {
text-align: center;
margin-bottom: 10px;
width: 50%;
float: left;
height: 50px;
}
.global-wrap-mobile > div > img {
display: inline-block;
vertical-align: middle;
z-index: 10;
position: relative;
}
.global-wrap-mobile > div > span {
background-color: #000;
color: #fff;
width: 65%;
display: inline-block;
vertical-align: middle;
margin-left: -13px;
padding: 6px 20px;
border-radius: 0px 10px 0px 0px;
}
.production-left {
width: 100%;
height: auto;
}
.production-wrap { padding-top: 0;
}
.production-right {
margin-top: -25px;
}
}
@media( max-width: 680px ){
.products-list h4 {
font-size: 19px;
}
header.inner_page {
position: relative;
background-color: #141414;
}
.menu {
border-bottom: none;
}
.mobile-map > div {
width: 100%;
}
.mobile-footer > div{
max-height: 0px;
transition: all 1s;
overflow: hidden;
}
.mobile-footer h4{
position: relative;
cursor: pointer;
}
.mobile-footer h4:after{
content: '+';
position: absolute;
right: 0px;
color: #fff 
}
.mobile-footer h4.open-fot:after{
content: '-';
}
.mobile-footer h4.open-fot + div {
max-height: 500px;
}
.form,.cont-info {
width: 100%;
padding: 10px 0;
margin: 0 auto;
}
.vmv {
margin: 20px 0px 30px;
background-size: cover;
}
.his-img img {
width: 100%;
}
.hd-mobile{
display: none;
}
.map-img {
height: auto;
}
.blog {
margin-bottom: 50px;
}
.awards {
margin: 40px 0px 0px;
}
.affiliate {
width: 100%;
}
.footer-cont {
text-align: center;
}
.cont-footer {
margin-bottom: 10px;
}
.welcome-section {
background-size: 30%;
}
.baike-nav ul li {
display: block;
}
.baike-nav ul li.active::after{
display: none;
}
.res-drop {
background-image: url(//downundercycles.com.au/wp-content/themes/asiabikes/assets/img/li-tangle.png);
content: '';
width: 50px;
height: 47px;
display: block;
position: absolute;
right: 14px;
margin: 0 auto;
top: 71px;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
z-index: 10;
}
.res-drop.active + ul li{
display: block;
}
.baike-nav ul li{
display: none;
}
.baike-nav ul li.active{
display: block;
}
.bike-cont {
width: 100%;
padding-right: 0px;
text-align: center;
float: none;
}
.specifications {
width: 100%;
float: none;
padding-top: 50px;
padding-left: 0;
min-height: auto;
background-color: #fff;
text-align: center;
}
.specifications::after {
display: none;
}
.specifications li {
background-image: inherit;
padding-left: 0px;
} a.navbar-brand {
width: 150px;
height: 75px;
}
a.navbar-brand img {
width: 100%;
margin-left: 25px;
}
.menu > div:last-child {
right: 95px;
top: 0;
}
.msg {
left: 0;
height: 75px;
}
.menu > div.mobile-menu {
top: 0;
width: 75px;
height: 75px;
right: 14px;
}
.mobile-menu span {
width: 32px;
}
.mobile-menu span:nth-child(1) {
top: 6px;
}
.mobile-menu span:nth-child(3) {
top: -6px;
}
.menu-gray .menu > div.mobile-menu {
height: 75px;
}
.menu-gray a.msg {
height: 75px;
}
.stickmenu.menu > div:last-child {
top: 0;
}
.menu-gray a.navbar-brand {
height: 75px;
}
.menu.stickmenu {
padding-bottom: 0;
padding-top: 0;
}
.mobile-menu.mob-show span:nth-child(1) {
width: 38px;
}
.mobile-menu.mob-show span:nth-child(3) {
width: 38px;
}
.home-banner-contents h6 {
font: normal normal normal 35px/105px Brittany Signature;
margin-bottom: -5px;
}
.home-banner-contents h1 {
font: normal normal bold 52px/62px Roboto;
}
.banner-cycle {
margin-top: -20px;
}
.banner-cycle img {
width: 100% !important;
}
.home-banner .owl-nav .owl-next:before {
right: 25px;
}
.home-banner .owl-nav .owl-prev:before {
left: 25px;
}
.main-banner-wrap .all-pro h5 {
transform: matrix(0, -1, 1, 0, -35, -90);
}
.home-banner-contents a {
margin-top: 10px;
padding: 0 45px;
text-align: center;
}
.home-banner .owl-dots {
right: 0;
top: -105px;
}
.future-bike-left h5 {
display: none;
}
.future-bike-left img {
width: 100%;
}
.menu-gray #menu-primary-menu.open-menu {
top: 0;
width: 100%;
right: 0;
}
.future-bike-right h2 {
font: normal normal bold 40px/50px Roboto;
}
.future-bike-right {
padding-top: 20px;
}
.future-bike-wrap {
padding-top: 60px;
padding-bottom: 60px;
}
.production-right {
padding: 25px 15px;
}
.production-slider-contents h2 {
font: normal normal normal 32px/42px Roboto;
}
.production-slider .slick-prev {
right: 18%;
}
.production-slider .slick-prev, .production-slider .slick-next {
top: 9%;
}
.new-year-contents h2 {
font: normal normal bold 45px/55px Roboto;
margin-bottom: 0;
}
.new-year-contents h4 {
font: normal normal normal 26px/40px Roboto;
margin-bottom: 35px;
}
.new-year-contents a {
width: 180px;
font: normal normal normal 20px/31px Roboto;
}
.new-year-wrap {
background-position: center !important;
}
.feature-products-wrap {
padding-top: 60px;
}
.feature-product-contents h3 {
display: none;
}
.feature-product-contents {
padding-left: 15px;
}
.feature-pro-slider .slick-track {
left: 0;
}
.feature-pro-details {
padding: 0 20px;
}
.battery-cap:last-child {
margin-left: 0;
}
.battery-det {
justify-content: space-between;
}
.feature-pro-slides h4 {
font: normal normal bold 26px/36px Roboto;
}
.battery-cap span {
font: normal normal normal 20px/22px Roboto;
}
.feature-pro-slider .slick-next {
right: 40%;
}
.feature-pro-slider .slick-prev {
left: 40%;
}
.feature-pro-slides {
padding-right: 15px;
}
.feature-pro-slider .slick-prev, .feature-pro-slider .slick-next {
top: 110%;
}
.certified-wrap {
padding-top: 60px;
}
.certified-top {
display: block;
text-align: center;
}
.certified-top h2 {
margin-bottom: 20px;
font: normal normal bold 35px/45px Roboto;
text-align: center;
}
.certified-right {
padding: 35px 15px;
}
.foot-left::before {
right: 5px;
}
footer {
padding-top: 60px;
}
.foot-left {
text-align: center;
}
.foot-left h2::before {
top: 55px;
right: 0;
left: 50%;
transform: translate(-50%, 0);
}
.foot-left h4 {
text-align: center;
}
.foot-left h5 {
text-align: center; 
}
.foot-left p {
text-align: center;
}
.foot-left h6 {
text-align: center;
}
.foot-left .foot-social {
justify-content: center;
}
.foot-left .foot-social a:last-child {
margin-right: 0;
}
.foot-right h5 {
text-align: center;
}
.foot-right {
padding-left: 0;
text-align: center;
}
.foot-right .copyrights {
margin-left: 0;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.foot-right .copyrights p {
text-align: center;
}
.new-year-contents {
align-items: center;
}
.new-year-contents h2 {
font-size: 39px;
text-align: center;
}
.feature-product-contents:before {
display: none;
}
.global-wrap-mobile > div {
width: 100%;
}
.global-wrap-mobile {
height: 985px;
}
.global-left h3 {
font: normal normal bold 80px/120px Roboto;
margin-bottom: 22px;
}
.global-left h3 span {
font: normal normal bold 80px/120px Roboto;
}
.global-left h3:before {
width: 188px;
bottom: 0;
}
.global-left h2 {
font: normal normal bold 32px/65px Roboto;
}
.home-banner.owl-drag .owl-item {
-ms-touch-action: unset !important;
touch-action: unset !important;
}
.future-bike-right p {
text-align: justify;
}
.error404 h2 {
padding: 40px 0;
font-size: 32px;
}
}
@media( max-width: 480px ){
#owl-bike .owl-prev{
left: -5px;
}
#owl-bike .owl-next{
right: -5px;
}
.banner div.cont {
top: 54%;
text-align: center;
width: 92%;
}
.banner div.cont h1 {
font-size: 20px;
line-height: 21px;
}
.copy .right {
float: none;
}
.copy .left {
float: none;
}
.copy {
text-align: center;
}
.slider-main > div > h2 {
font-size: 17px;
line-height: 20px;
}
.slider-main > div > a {
font-size: 12px;
padding: 4px 9px;
width: 119px;
}
.slider-main > div {
top: 70%;
}
.welcome > h1 {
font-size: 28px;
}
.welcome > p {
font-size: 14px;
}
}
@media( max-width: 375px ){
.new-year-contents h2 {
font-size: 38px;
}
}
@media( max-width: 360px ){
.new-year-contents h2 {
font-size: 37px;
}
}.dark-tooltip{ display:none; position:absolute; z-index:99; text-decoration:none; font-weight:normal; height:auto; top:0; left:0;}
.dark-tooltip.small{ padding:4px; font-size:12px; max-width:150px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.dark-tooltip.medium{ padding:10px; font-size:14px; max-width:200px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.dark-tooltip.large{ padding:16px; font-size:16px; max-width:250px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .dark-tooltip .tip{ transform: scale(1.01); -webkit-transform: scale(1.01); transform: scale(1.01); content: ""; position: absolute; width:0; height:0; border-style: solid; line-height: 0px; }
.dark-tooltip.south .tip{ left:50%; top:100%;}
.dark-tooltip.west .tip{ left:0; top:50%;}
.dark-tooltip.north .tip{ left:50%; top:0; }
.dark-tooltip.east .tip{ left:100%; top:50%;}
.dark-tooltip.south.small .tip{ border-width: 7px 5px 0 5px; margin-left:-5px;}
.dark-tooltip.south.medium .tip{ border-width: 8px 6px 0 6px; margin-left:-6px;}
.dark-tooltip.south.large .tip{ border-width: 14px 12px 0 12px; margin-left:-12px;}
.dark-tooltip.west.small .tip{ border-width: 5px 7px 5px 0; margin-left:-7px; margin-top:-5px;}
.dark-tooltip.west.medium .tip{ border-width: 6px 8px 6px 0; margin-left:-8px; margin-top:-6px;}
.dark-tooltip.west.large .tip{ border-width: 12px 14px 12px 0; margin-left:-14px; margin-top:-12px;}
.dark-tooltip.north.small .tip{ border-width: 0 5px 7px 5px; margin-left:-5px; margin-top:-7px;}
.dark-tooltip.north.medium .tip{ border-width: 0 6px 8px 6px; margin-left:-6px; margin-top:-8px;}
.dark-tooltip.north.large .tip{ border-width: 0 12px 14px 12px; margin-left:-12px; margin-top:-14px;}
.dark-tooltip.east.small .tip{ border-width: 5px 0 5px 7px; margin-top:-5px;}
.dark-tooltip.east.medium .tip{ border-width: 6px 0 6px 8px; margin-top:-6px;}
.dark-tooltip.east.large .tip{ border-width: 12px 0 12px 14px; margin-top:-12px;} .dark-tooltip ul.confirm{ list-style-type:none;margin-top:5px;display:inline-block;margin:0 auto; }
.dark-tooltip ul.confirm li{ padding:10px;float:left;margin:5px;min-width:25px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;} .dark-tooltip.dark{ background-color:#1B1E24; color:#fff; }
.dark-tooltip.light{ background-color:#ebedf3; color:#1B1E24; }
.dark-tooltip.dark.south .tip{ border-color: #1B1E24 transparent transparent transparent; _border-color: #1B1E24 #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.west .tip{ border-color: transparent #1B1E24 transparent transparent; _border-color: #000000 #1B1E24 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.north .tip{ border-color: transparent transparent #1B1E24 transparent; _border-color: #000000 #000000 #1B1E24 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.east .tip{ border-color: transparent transparent transparent #1B1E24; _border-color: #000000 #000000 #000000 #1B1E24; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.south .tip{ border-color: #ebedf3 transparent transparent transparent; _border-color: #ebedf3 #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.west .tip{ border-color: transparent #ebedf3 transparent transparent; _border-color: #000000 #ebedf3 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.north .tip{ border-color: transparent transparent #ebedf3 transparent; _border-color: #000000 #000000 #ebedf3 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.east .tip{ border-color: transparent transparent transparent #ebedf3; _border-color:#000000 #000000 #000000 #ebedf3 ; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark ul.confirm li{ background-color:#416E85;}
.dark-tooltip.dark ul.confirm li:hover{ background-color:#417E85;}
.dark-tooltip.light ul.confirm li{ background-color:#C1DBDB;}
.dark-tooltip.light ul.confirm li:hover{ background-color:#DCE8E8;} .animated{
-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;
-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;
}
@-webkit-keyframes flipInUp {
0% { -webkit-transform: perspective(400px) rotateX(-90deg); opacity: 0;}
40% { -webkit-transform: perspective(400px) rotateX(5deg);}
70% { -webkit-transform: perspective(400px) rotateX(-5deg);}
100% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1;}
}
@-moz-keyframes flipInUp {
0% {transform: perspective(400px) rotateX(-90deg);opacity: 0;}
40% {transform: perspective(400px) rotateX(5deg);}
70% {transform: perspective(400px) rotateX(-5deg);}
100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-o-keyframes flipInUp {
0% {-o-transform: perspective(400px) rotateX(-90deg);opacity: 0;}
40% {-o-transform: perspective(400px) rotateX(5deg);}
70% {-o-transform: perspective(400px) rotateX(-5deg);}
100% {-o-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@keyframes flipInUp {
0% {transform: perspective(400px) rotateX(-90deg);opacity: 0;}
40% {transform: perspective(400px) rotateX(5deg);}
70% {transform: perspective(400px) rotateX(-5deg);}
100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-webkit-keyframes flipInRight {
0% { -webkit-transform: perspective(400px) rotateY(-90deg); opacity: 0;}
40% { -webkit-transform: perspective(400px) rotateY(5deg);}
70% { -webkit-transform: perspective(400px) rotateY(-5deg);}
100% { -webkit-transform: perspective(400px) rotateY(0deg); opacity: 1;}
}
@-moz-keyframes flipInRight {
0% {transform: perspective(400px) rotateY(-90deg);opacity: 0;}
40% {transform: perspective(400px) rotateY(5deg);}
70% {transform: perspective(400px) rotateY(-5deg);}
100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-o-keyframes flipInRight {
0% {-o-transform: perspective(400px) rotateY(-90deg);opacity: 0;}
40% {-o-transform: perspective(400px) rotateY(5deg);}
70% {-o-transform: perspective(400px) rotateY(-5deg);}
100% {-o-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@keyframes flipInRight {
0% {transform: perspective(400px) rotateY(-90deg);opacity: 0;}
40% {transform: perspective(400px) rotateY(5deg);}
70% {transform: perspective(400px) rotateY(-5deg);}
100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
.flipIn { -webkit-backface-visibility: visible !important; -moz-backface-visibility: visible !important; -o-backface-visibility: visible !important; backface-visibility: visible !important}
.flipIn.south, .flipIn.north { -webkit-animation-name: flipInUp; -moz-animation-name: flipInUp; -o-animation-name: flipInUp; animation-name: flipInUp; }
.flipIn.west, .flipIn.east { -webkit-animation-name: flipInRight; -moz-animation-name: flipInRight; -o-animation-name: flipInRight; animation-name: flipInRight; }
@-webkit-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-moz-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-o-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
.fadeIn{-webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn;} .darktooltip-modal-layer{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(https://downundercycles.com.au/wp-content/themes/asiabikes/assets/css/modal-bg.png);
opacity: .7;
display: none;
}