@charset "UTF-8";
ul.tagit {
padding: 1px 5px;
overflow: auto;
margin-left: inherit; margin-right: inherit;
}
ul.tagit li {
display: block;
float: left;
margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
position: relative;
line-height: inherit;
}
input.tagit-hidden-field {
display: none;
}
ul.tagit li.tagit-choice-read-only { 
padding: .2em .5em .2em .5em; 
} 
ul.tagit li.tagit-choice-editable { 
padding: .2em 18px .2em .5em; 
} 
ul.tagit li.tagit-new {
padding: .25em 4px .25em 0;
}
ul.tagit li.tagit-choice a.tagit-label {
cursor: pointer;
text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
cursor: pointer;
position: absolute;
right: .1em;
top: 50%;
margin-top: -8px;
line-height: 17px;
} ul.tagit li.tagit-choice .tagit-close .text-icon {
display: none;
}
ul.tagit li.tagit-choice input {
display: block;
float: left;
margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
-moz-box-sizing:    border-box;
-webkit-box-sizing: border-box;
box-sizing:         border-box;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
margin: 0;
padding: 0;
width: inherit;
background-color: inherit;
outline: none;
}ul.tagit {
border-style: solid;
border-width: 1px;
border-color: #C6C6C6;
background: inherit;
}
ul.tagit li.tagit-choice {
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px solid #CAD8F3;
background: none;
background-color: #DEE7F8;
font-weight: normal;
}
ul.tagit li.tagit-choice .tagit-label:not(a) {
color: #555;
}
ul.tagit li.tagit-choice a.tagit-close {
text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
display: inline;
font-family: arial, sans-serif;
font-size: 16px;
line-height: 16px;
color: #777;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
background-color: #bbcef1;
border-color: #6d95e0;
}
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
color: #222;
}
ul.tagit input[type="text"] {
color: #333333;
background: none;
}
.ui-widget {
font-size: 1.1em;
} .tagit-autocomplete.ui-autocomplete { position: absolute; cursor: default; }
* html .tagit-autocomplete.ui-autocomplete { width:1px; } .tagit-autocomplete.ui-menu {
list-style:none;
padding: 2px;
margin: 0;
display:block;
float: left;
}
.tagit-autocomplete.ui-menu .ui-menu {
margin-top: -3px;
}
.tagit-autocomplete.ui-menu .ui-menu-item {
margin:0;
padding: 0;
zoom: 1;
float: left;
clear: left;
width: 100%;
}
.tagit-autocomplete.ui-menu .ui-menu-item a {
text-decoration:none;
display:block;
padding:.2em .4em;
line-height:1.5;
zoom:1;
}
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-hover,
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
}
.tagit-autocomplete.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff 50% 50% repeat-x; color: #222222; }
.tagit-autocomplete.ui-corner-all, .tagit-autocomplete .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }
.tagit-autocomplete .ui-state-hover, .tagit-autocomplete .ui-state-focus { border: 1px solid #999999; background: #dadada; font-weight: normal; color: #212121; }
.tagit-autocomplete .ui-state-active  { border: 1px solid #aaaaaa; }
.tagit-autocomplete .ui-widget-content { border: 1px solid #aaaaaa; }
.tagit .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px,1px,1px,1px); }.ap-form-field-wrapper > label {
display: block;
margin-bottom: 5px;
}
.ap-form-field > input {
height: 34px;
padding: 0 10px;
width: 100%;
}
.ap-form-field-wrapper {
margin-bottom: 10px;
margin-top: 10px;
}
.ap-form-submit-button {
width: 30% !important;
}
.ap-form_field select {
height: 34px;
width: 100%;
}
.ap-form-error-message {
color: red;
font-size: 14px;
}
.ap-pro-form-field-wrapper{
margin-bottom: 10px;
}
#ap-captcha-result{
width: 20%;
min-width: 200px;
margin-left: 10px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 3px; border: none;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #fff; -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); }
.ap-pro-form-field input[type="text"],
.ap-pro-form-field textarea,
.ap-pro-form-field select{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 3px; border: none;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #fff; -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); padding-left: 10px;
width: 100%;
}
.ap-pro-info-notes,
.ap-pro-tooltip-notes{
display: none;
}
.ap-form-error{
color: #F00;
font-size: 12px;
}
.ap-pro-info-notes-icon{
background: none repeat scroll 0 0 #676767;
border-radius: 50%;
color: #ffffff;
display: inline-block;
font-family: 'Times New Roman',sans-serif;
font-size: 12px;
font-style: italic;
height: 14px;
line-height: 14px;
margin-left: 6px;
margin-top: 4px;
padding: 0 5px;
vertical-align: top;
width: 14px;
cursor: pointer;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ap-pro-info-wrap {
display: inline-block;
position: relative;
width: 50%;
line-height: 20px;
}
.ap-pro-info-wrap span:hover + .ap-pro-info-notes{
background: none repeat scroll 0 0 #676767;
border-radius: 3px;
color: #fff;
display: block;
font-family: Open Sans;
font-size: 12px;
left: 30px;
line-height: 20px;
padding: 5px;
position: absolute;
top: -1px;
font-style: italic;
z-index: 999;
}
.ap-pro-info-notes:after { 
right: 100%; 
top: 50%; 
border: solid transparent; 
content: " "; 
height: 0; 
width: 0; 
position: absolute; 
pointer-events: none; 
border-color: rgba(103, 103, 103, 0); 
border-right-color: #676767; 
border-width: 7px; 
margin-top: -7px;
}
.wp-editor-container {
border: 1px solid #dedede;
clear: both;
}
.wp-switch-editor{
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.ap-pro-form-field {
position: relative;
}
.ap-pro-form-field textarea:hover ~ .ap-pro-tooltip-notes, 
.ap-pro-form-field input:hover ~ .ap-pro-tooltip-notes, 
.ap-pro-form-field select:hover ~ .ap-pro-tooltip-notes{
background: none repeat scroll 0 0 #676767;
border-radius: 3px;
bottom: -41px;
color: #fff;
display: block;
font-family: Open Sans;
font-size: 12px;
font-style: italic;
left: 0;
line-height: 20px;
padding: 5px;
position: absolute;
z-index: 999;
}
.ap-pro-tooltip-notes:after { 
bottom: 100%; 
left: 10px; 
border: solid transparent; 
content: " "; 
height: 0; 
width: 0; 
position: absolute; 
pointer-events: none; 
border-color: rgba(103, 103, 103, 0); 
border-bottom-color: #676767; 
border-width: 7px; 
margin-top: -7px;
}
.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
line-height: 0 !important;
}
#recaptcha_area input {
height: 23px;
display: inline;
text-indent: 5px;
}
.ap-pro-front-form-wrapper {
position: relative;
z-index: 1;
}
.ap-pro-form-field select {
height: 36px;
}
#recaptcha_table .recaptchatable #recaptcha_response_field{
padding-left: 10px !important;
}
.ap-pro-form-field-wrapper input[type="submit"]{
background: none repeat scroll 0 0 #2ea2cc;
border-color: #0074a2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
color: #fff;
text-decoration: none !important;
border-radius: 3px;
border-style: solid;
border-width: 1px;
cursor: pointer;
display: inline-block;
font-size: 13px;
height: 28px;
line-height: 26px;
margin: 0;
padding: 0 20px 1px;
white-space: nowrap;
text-align: center;
}
.ap-pro-form-field-wrapper input[type="submit"]:hover{
background: #2C98C0;
box-shadow:  0 1px 0 rgba(0, 0, 0, 0.15) , 0 1px 0 rgba(120, 200, 230, 0.5) inset;
color: #fff;
} .template1 *, .template2 *, .template3 *, .template4 *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ap-form-wrapper.template1{
background: #f9f9f9;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.75); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.75); box-shadow: 0 1px 3px rgba(0,0,0,.75); margin-top: 10px;
padding: 39px;
position:relative;
}
.ap-form-wrapper.template1:before{
background: none repeat scroll 0 0 #f9f9f9;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
content: "";
display: block;
height: 100%;
left: 0px;
position: absolute;
top: 0px;
transform: rotate(-0.5deg);
width: 100%;
}
.ap-form-wrapper.template1:after{
background: none repeat scroll 0 0 #f9f9f9;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
content: "";
display: block;
height: 100%;
left: 0px;
position: absolute;
top: 0px;
transform: rotate(-1deg);
width: 100%;
}
.template1 .ap-pro-form-field-wrapper label,
.template1 .ap-form-field-wrapper label{
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #737373;
font-size: 16px;
line-height: 20px; 
}
.template1 .ap-pro-form-field input[type="text"],
.template1 .ap-pro-form-field textarea,
.template1 .ap-pro-form-field select{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 3px; border: none;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #fff; -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); padding-left: 10px;
width: 100%;
}
.template1 #ap-captcha-result{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 3px; border: none;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #fff; -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); padding-left: 10px;
}
.template1 .ap-pro-form-field-wrapper{
margin-bottom: 10px;
}
.template1 .ap-pro-form-field-wrapper input[type="submit"]{
border: 1px solid #bcb8b8; -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #fff; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); background-image: -moz-linear-gradient(bottom, #f1f0f0 0%, #f5f5f5 100%); background-image: -o-linear-gradient(bottom, #f1f0f0 0%, #f5f5f5 100%); background-image: -webkit-linear-gradient(bottom, #f1f0f0 0%, #f5f5f5 100%); background-image: linear-gradient(bottom, #f1f0f0 0%, #f5f5f5 100%); font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #909090;
text-transform: capitalize;
}
.template1 .ap-pro-form-field-wrapper input[type="submit"]:hover{
background-color: #fff; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); background-image: -moz-linear-gradient(bottom, #f5f5f5 0%, #f1f0f0 100%); background-image: -o-linear-gradient(bottom, #f5f5f5 0%, #f1f0f0 100%); background-image: -webkit-linear-gradient(bottom, #f5f5f5 0%, #f1f0f0 100%); background-image: linear-gradient(bottom, #f5f5f5 0%, #f1f0f0 100%); color: #909090;
border: 1px solid #bcb8b8; }
@media screen and (max-width:768px){
.ap-form-wrapper.template1:before,
.ap-form-wrapper.template1:after{
display: none;
}
} .ap-form-wrapper.template2{
border: 1px solid #d6d6d6; -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #f7fbff; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZmJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); background-image: -moz-linear-gradient(bottom, #ecf5ff 0%, #f7fbff 100%); background-image: -o-linear-gradient(bottom, #ecf5ff 0%, #f7fbff 100%); background-image: -webkit-linear-gradient(bottom, #ecf5ff 0%, #f7fbff 100%); background-image: linear-gradient(bottom, #ecf5ff 0%, #f7fbff 100%); padding: 28px;
}
.template2 .ap-pro-form-field-wrapper label,
.template2 .ap-form-field-wrapper label{
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #5b5b5b;
font-size: 16px;
line-height: 20px; 
}
.template2 .ap-pro-form-field-wrapper{
margin-bottom: 10px;
}
.template2 .ap-pro-form-field input[type="text"],
.template2 .ap-pro-form-field textarea,
.template2 .ap-pro-form-field select{
border: 1px solid #bbbfc9; -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #fff; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+CjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); background-image: -o-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); background-image: linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); padding-left: 10px;
width: 100%;
}
.template2 .ap-pro-info-notes-icon{
background: none repeat scroll 0 0 #74baf5;
}
.template2 .ap-pro-info-notes{
background: #74baf5 !important;
}
.template2 .ap-pro-info-notes:after { 
border-color: rgba(116, 186, 245, 0); 
border-right-color: #74baf5; 
}
.template2 .ap-pro-tooltip-notes, 
.template2 .ap-pro-tooltip-notes, 
.template2 .ap-pro-tooltip-notes{
background: #74baf5 !important;
}
.template2 .ap-pro-tooltip-notes:after { 
border-color: rgba(116, 186, 245, 0); 
border-bottom-color: #74baf5;
}
.wp-editor-container textarea{
background-image: none !important;
border: none !important;
min-height: 300px;
}
.template2 #ap-captcha-result{
border: 1px solid #bbbfc9; -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #fff; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+CjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); background-image: -o-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); background-image: linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); padding-left: 10px;
}
.template2 .ap-pro-form-field-wrapper input[type="submit"]{
border: 1px solid #8599a3; -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #4ec6f6; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3YTZkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FlY2ZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); background-image: -moz-linear-gradient(bottom, #67a6d5 0%, #aecfe7 100%); background-image: -o-linear-gradient(bottom, #67a6d5 0%, #aecfe7 100%); background-image: -webkit-linear-gradient(bottom, #67a6d5 0%, #aecfe7 100%); background-image: linear-gradient(bottom, #67a6d5 0%, #aecfe7 100%); font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
}
.template2 .ap-pro-form-field-wrapper input[type="submit"]:hover{
border: 1px solid #8599a3; -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #4ec6f6; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlY2ZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY3YTZkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); background-image: -moz-linear-gradient(bottom, #aecfe7 0%, #67a6d5 100%); background-image: -o-linear-gradient(bottom, #aecfe7 0%, #67a6d5 100%); background-image: -webkit-linear-gradient(bottom, #aecfe7 0%, #67a6d5 100%); background-image: linear-gradient(bottom, #aecfe7 0%, #67a6d5 100%); } .ap-form-wrapper.template3{
border: 1px solid #d2d4d6; -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #fdfdfd; -moz-box-shadow: 0 0 3px rgba(56,56,56,.15); -webkit-box-shadow: 0 0 3px rgba(56,56,56,.15); box-shadow: 0 0 3px rgba(56,56,56,.15); padding: 28px;
}
.template3 .ap-pro-form-field-wrapper label,
.template3 .ap-form-field-wrapper label{
font-family: 'Open Sans', sans-serif;
color: #576574;
font-size: 16px;
line-height: 20px; 
}
.template3 .ap-pro-form-field-wrapper{
margin-bottom: 10px;
}
.template3 .ap-pro-form-field input[type="text"],
.template3 .ap-pro-form-field textarea,
.template3 .ap-pro-form-field select{
border: 1px solid #bbbfc9; -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #fff; -moz-box-shadow: 0 0 0 4px rgba(241,241,241,.51); -webkit-box-shadow: 0 0 0 4px rgba(241,241,241,.51); box-shadow: 0 0 0 4px rgba(241,241,241,.51); background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+CjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); background-image: -o-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); background-image: linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); padding-left: 10px;
width: 100%;
}
.template3 .ap-pro-form-field input[type="text"]:focus,
.template3 .ap-pro-form-field textarea:focus,
.template3 .ap-pro-form-field select:focus{
border: 1px solid #71c4fb;
}
.template3 .ap-pro-info-notes-icon{
background: #e1dede;
color: #585858;
}
.template3 #ap-captcha-result{
border: 1px solid #bbbfc9; -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #fff; -moz-box-shadow: 0 0 0 4px rgba(241,241,241,.51); -webkit-box-shadow: 0 0 0 4px rgba(241,241,241,.51); box-shadow: 0 0 0 4px rgba(241,241,241,.51); background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+CjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); background-image: -o-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); background-image: linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); padding-left: 10px;
}
.template3 .ap-pro-form-field-wrapper:last-of-type {
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-color: #eff3f7; -moz-box-shadow: inset 0 0 2px rgba(255,255,190,.75); -webkit-box-shadow: inset 0 0 2px rgba(255,255,190,.75); box-shadow: inset 0 0 2px rgba(255,255,190,.75); border-top: 1px solid #e7e8eb;
margin: 0 -28px -28px;
padding: 28px;
}
.template3 .ap-pro-form-field-wrapper input[type="submit"]{
border: 1px solid #79afc9; -moz-border-radius: 14px / 15px;
-webkit-border-radius: 14px / 15px;
border-radius: 14px / 15px; -moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.23); -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.23); box-shadow: 1px 1px 2px rgba(0,0,0,.23); background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkY2JlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjODdkNmY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmNlN2Y5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); background-image: -moz-linear-gradient(bottom, #7dcbed 0%, #87d6f8 48.97%, #bce7f9 100%); background-image: -o-linear-gradient(bottom, #7dcbed 0%, #87d6f8 48.97%, #bce7f9 100%); background-image: -webkit-linear-gradient(bottom, #7dcbed 0%, #87d6f8 48.97%, #bce7f9 100%); background-image: linear-gradient(bottom, #7dcbed 0%, #87d6f8 48.97%, #bce7f9 100%); font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 16px; 
color: #FFF;
text-shadow: 1px 1px 0 rgba(0,0,0,.17); } .ap-form-wrapper.template4{
background-color: #fff; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.16); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.16); box-shadow: 0 1px 2px rgba(0,0,0,.16); padding: 28px;
}
.template4 .ap-pro-form-field-wrapper .label-wrap,
.template4 .ap-form-field-wrapper .label-wrap{
color: #fff; font-family: "Roboto Condensed";
font-size: 16px;
font-weight: bold;
text-shadow: 0 1px 1px #000; line-height: 33px;
background-color: #151515; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUzNTM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); background-image: -moz-linear-gradient(left, #474646 0%, #535353 100%); background-image: -o-linear-gradient(left, #474646 0%, #535353 100%); background-image: -webkit-linear-gradient(left, #474646 0%, #535353 100%); background-image: linear-gradient(left, #474646 0%, #535353 100%); margin-bottom: 15px;
margin-left: -43px;
margin-top: 18px;
padding-left: 43px;
position: relative;
}
.template4 .ap-pro-form-field-wrapper .label-wrap:after,
.template4 .ap-form-field-wrapper .label-wrap:after{
border-color: transparent #000000;
border-style: solid;
border-width: 0 15px 10px 0;
bottom: -10px;
content: "";
left: 0;
position: absolute;
}
.template4 .ap-pro-form-field-wrapper .label-wrap label,
.template4 .ap-form-field-wrapper .label-wrap label{
text-transform: uppercase;
}
.template4 .ap-pro-form-field-wrapper{
margin-bottom: 10px;
}
.template4 .ap-pro-form-field input[type="text"],
.template4 .ap-pro-form-field textarea,
.template4 .ap-pro-form-field select{
background-color: #fff; -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); padding-left: 10px;
width: 100%;
border-radius: 0;
border: none;
}
.template4 #ap-captcha-result{
background-color: #fff; -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); padding-left: 10px;
border-radius: 0;
border: none;
}
.template4 .ap-pro-form-field input[type="file"]{
border: none;
}
.template4 .ap-pro-form-field input[type="text"]:focus,
.template4 .ap-pro-form-field textarea:focus,
.template4 .ap-pro-form-field select:focus{
border: 1px solid #999;
}
.template4 .ap-pro-info-notes-icon{
background: none repeat scroll 0 0 #fff;
color: #2f2f2f;
font-weight: 400;
text-shadow: none;
}
.template4 .ap-pro-info-notes{
background: #054969 !important;
color: #FFF;
}
.template4 .ap-pro-info-notes{
background: #054969 !important;
}
.template4 .ap-pro-info-notes:after { 
border-color: rgba(5, 73, 105, 0); 
border-right-color: #054969; 
}
.template4 .ap-pro-tooltip-notes, 
.template4 .ap-pro-tooltip-notes, 
.template4 .ap-pro-tooltip-notes{
background: #054969 !important;
}
.template4 .ap-pro-tooltip-notes:after { 
border-color: rgba(5, 73, 105, 0); 
border-bottom-color: #054969;
}
.template4 .ap-pro-form-field-wrapper:last-of-type {
margin-top: 15px;
}
.template4 .ap-pro-form-field-wrapper input[type="submit"]{
border: 1px solid #6c990b; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.21); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.21); box-shadow: 0 1px 2px rgba(0,0,0,.21); background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2YmExOCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzZTUxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); background-image: -moz-linear-gradient(bottom, #86ba18 0%, #a3e517 100%); background-image: -o-linear-gradient(bottom, #86ba18 0%, #a3e517 100%); background-image: -webkit-linear-gradient(bottom, #86ba18 0%, #a3e517 100%); background-image: linear-gradient(bottom, #86ba18 0%, #a3e517 100%); border-radius: 0;
font-family: "Roboto Condensed";
font-weight: 700;
font-size: 18px; 
color: #FFF;
text-shadow: 0 -1px 0 rgba(0,0,0,.23); } .ap-login-form{
background-color: #f7f7f7;
border-radius: 2px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
margin: 0 auto 10px;
overflow: hidden;
padding: 40px;
width: 350px;
}
.ap-login-form h2{
font-size: 2.3em;
font-weight: 100;
text-align: center;
margin-bottom: 10px;
margin-top: 20px;
font-weight: 400;
}
.ap-login-field input[type=text], .ap-login-field input[type=password] {
height: 44px;
font-size: 16px;
width: 100%;
margin-bottom: 10px;
-webkit-appearance: none;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0; padding: 0 8px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.ap-login-field input[type="submit"] {
display: block;
margin-bottom: 10px;
position: relative;
width: 100%;
}
.ap-login-error {
color: #f00;
margin-bottom: 10px;
text-align: center;
}
.ap-login-message-wrapper{
background-color: #f7f7f7;
border-radius: 2px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
margin: 0 auto 10px;
overflow: hidden;
padding: 40px;
}
.ap-login-message-wrapper a {
background-color: #5cb85c;
border-color: #4cae4c;
border-radius: 5px;
color: #fff;
display: inline-block;
margin-top: 15px;
padding: 8px 15px;
}
.ap-login-message-wrapper a:hover {
background-color: #3A853A;
text-decoration: none;
color: #FFF;
}
.ap-pro-form-field{
position: relative;
}
.ap-datepicker-icon{
background: url(//yarcraft.com/wp-content/plugins/anonymous-requests/images/dateicon.png) no-repeat;
width: 14px;
height: 16px;
position: absolute;
top: 10px;
right: 10px;
}
.files{
padding-top: 10px;
}
.files span {
font-weight: bold;
}
.files span.text-danger {
font-weight: 400;
}
.files .btn{
margin-top: 10px;
}
.progress {
margin-bottom: 0 !important;
margin-top: 10px;
}
.ui-datepicker {
display: none;
}
#ap-content-file-uploader .qq-upload-button,.ap-content-file-uploader .qq-upload-button{
background: url(//yarcraft.com/wp-content/plugins/anonymous-requests/images/add-images.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 0;
box-shadow: none;
color: transparent;
font: 0px/0 a;
height: 28px;
margin-right: 20px;
width: 112px;
z-index: 999; 
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#ap-content-file-uploader .qq-upload-list {
position: relative;
width: 70%;
display: block;    
}
#ap-content-file-uploader .qq-uploader{
margin-bottom: 0;
}
.qq-upload-list li.qq-upload-success {
background: none repeat scroll 0 0 #5da30c;
color: #ffffff;
font-size: 13px;
margin-top: -8px;
padding: 6px;
}
.ui-datepicker {
z-index: 999 !important;
} .ap-checkbox-label,.ap-radio-label{margin:10px;display:block}
.ap-checkbox-label input[type="checkbox"],.ap-radio-label input[type="radio"]{margin-right:5px;vertical-align: middle;}
.ap-agreement-text{display:inline-block;margin-left:10px;width: 90%;}
.ap-multiple-select {height:80px !important}
.ap-form-agreement-wrap {margin:30px 0;}
.ap-each-custom{margin-bottom: 10px;}
.ap-custom-label{display:inline-block;width:110px;margin-right:10px;font-weight: bold;vertical-align: top}
.ap-custom-value{display:inline-block;}
.ap-each-image{float: left;margin-right:10px;margin-bottom:10px;padding:5px;border:1px solid #c7c7c7;overflow:hidden}
.ap-each-file{margin:5px 0;} input.ap-agreement-checkbox {
vertical-align: top;
margin-top: 8px;
}
.ap-pro-preview-remove {
background: black none repeat scroll 0 0;
border-radius: 50%;
color: white;
padding: 6px 9px;
position: absolute;
text-transform: lowercase;
top: -15px;
right: -10px;
font-size: 14px;
cursor: pointer;
line-height: 1;
}
.ap-pro-prev-holder {
display: inline-block;
margin-bottom: 20px;
width: 170px;
margin-right: 20px;
border: 1px solid #bbb;
padding: 5px;
position: relative;
}
span.qq-remove-file {
background-color: black;
color: white;
padding: 2px 5px;
float: right;
border-radius: 10px;
margin-top: -2px;
cursor: pointer;
margin-left: 10px;
}
span.ap-prev-name {
display: block;
font-size: 10px;
margin-bottom: 10px;
font-weight: bold;
} .word-count-message { font-size:1.1em; display:none; float:right; color:#fff; font-weight:bold; margin-top:2px; }
.mce-statusbar .word-count-message{ background:red; color:white;padding:6px }
.toomanychars .word-count-message { display:block; }
.ap-form-field.math-captcha > span {
vertical-align: middle;
margin: 0 5px;
}
ul.tagit li.tagit-choice a.tagit-close{box-shadow: 0 0 0 #ffffff !important;}
.ap-pro-display-single {
display: inline-block;
}
.ap-pro-form-field select {
min-height: 45px;
}body:after {
content: url(//yarcraft.com/wp-content/plugins/anonymous-requests/lightbox/img/close.png) url(//yarcraft.com/wp-content/plugins/anonymous-requests/lightbox/img/loading.gif) url(//yarcraft.com/wp-content/plugins/anonymous-requests/lightbox/img/prev.png) url(//yarcraft.com/wp-content/plugins/anonymous-requests/lightbox/img/next.png);
display: none;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
background-color: white;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-container {
padding: 4px;
}
.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(//yarcraft.com/wp-content/plugins/anonymous-requests/lightbox/img/loading.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: none;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(//yarcraft.com/wp-content/plugins/anonymous-requests/lightbox/img/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(//yarcraft.com/wp-content/plugins/anonymous-requests/lightbox/img/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(//yarcraft.com/wp-content/plugins/anonymous-requests/lightbox/img/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}#honeypot-field-url,.um-form input[type=text].apbct_special_field,.wc_apbct_email_id,input[class*=apbct].apbct_special_field,label[id*=apbct_label_id].apbct_special_field{display:none!important}.comment-form-cookies-consent{width:100%;overflow:hidden}.apbct-tooltip{display:none;position:inherit;margin-top:5px;left:5px;background:#d3d3d3;border-radius:5px;opacity:.9}.apbct-tooltip--text{position:sticky;background:#d3d3d3;padding:10px;border-radius:5px;width:max-content}.apbct-tooltip--arrow{position:absolute;background:#d3d3d3;width:10px;height:10px;top:-5px;left:10px;transform:rotate(135deg)}.apbct-trusted-text--div{font-size:small!important;display:inline-block;text-align:center;width:100%;margin-bottom:2pc}.apbct-trusted-text--center{font-size:small!important;display:block;text-align:center;width:100%;margin-bottom:2pc}.apbct-trusted-text--label{font-size:small!important;display:inline-block;text-align:center;width:100%;padding:5px 0}.apbct-trusted-text--label_left{font-size:small!important;display:inline-block;text-align:left;padding:5px 0}.apbct-trusted-text--span{display:inline-block}.apbct-popup-fade:before{content:'';background:#000;position:fixed;left:0;top:0;width:100%;height:100%;opacity:.7;z-index:9999}.apbct-popup{position:fixed;top:20%;left:50%;padding:20px;width:360px;margin-left:-200px;background:#fff;border:1px solid;border-radius:4px;z-index:99999;opacity:1}.apbct-iframe-preloader{width:48px;height:48px;border-radius:50%;position:relative;animation:apbctIframePreloaderRotate 1s linear infinite}.apbct-iframe-preloader::before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:5px solid #FFF;animation:apbctIframePreloaderPrixClipFix 2s linear infinite}.comments-area .comment-list article .comment-author{overflow:visible!important}@keyframes apbctIframePreloaderRotate{100%{transform:rotate(360deg)}}@keyframes apbctIframePreloaderPrixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}100%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.apbct-check_email_exist-bad_email,.apbct-check_email_exist-good_email,.apbct-check_email_exist-load{z-index:9999;margin:0 6px;transition:none!important;background-size:contain;background-repeat:no-repeat;background-position-x:right;background-position-y:center;cursor:pointer}.apbct-check_email_exist-load{background-size:contain;background-image:url(//yarcraft.com/wp-content/plugins/cleantalk-spam-protect/css/images/checking_email.gif)}.apbct-check_email_exist-block{position:fixed;display:block}.apbct-check_email_exist-good_email{background-image:url(//yarcraft.com/wp-content/plugins/cleantalk-spam-protect/css/images/good_email.svg)}.apbct-check_email_exist-bad_email{background-image:url(//yarcraft.com/wp-content/plugins/cleantalk-spam-protect/css/images/bad_email.svg)}.apbct-check_email_exist-popup_description{display:none;position:fixed;padding:2px;border:1px solid #E5E8ED;border-radius:16px 16px 0;background:#FFF;background-position-x:right;font-size:14px;text-align:center;transition:all 1s ease-out}@media screen and (max-width:782px){.apbct-check_email_exist-popup_description{width:100%}}.ct-encoded-form{display:none}.ct-encoded-form-loader{display:block;width:48px;height:48px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:ct-encoded-form-loader-spin 1s linear infinite;margin:auto}@keyframes ct-encoded-form-loader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ct-encoded-form-forbidden{display:block;border:1px solid red;padding:10px;background:#fdd;color:red;font-weight:700}.apbct_dog_one,.apbct_dog_three,.apbct_dog_two{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:apbct_dog}.apbct-email-encoder-popup{width:30vw;min-width:400px;font-size:16px}.apbct-email-encoder--popup-header{font-size:16px;color:#333}.apbct-email-encoder-elements_center{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:16px!important;color:#000!important}.top-margin-long{margin-top:5px}.apbct-tooltip{display:none}.apbct-email-encoder{position:relative}.apbct-blur{filter:blur(5px);transition:filter 2s}.apbct-email-encoder.no-blur .apbct-blur{filter:none}.apbct-email-encoder-select-whole-email{-webkit-user-select:all;user-select:all}.apbct-email-encoder-got-it-button{all:unset;margin-top:10px;padding:5px 10px;border-radius:5px;background-color:#333;color:#fff;cursor:pointer;transition:background-color .3s}.apbct-ee-animation-wrapper{display:flex;height:60px;justify-content:center;font-size:16px;align-items:center}.apbct_dog{margin:0 5px;color:transparent;text-shadow:0 0 2px #aaa}.apbct_dog_one{animation-delay:0s}.apbct_dog_two{animation-delay:.5s}.apbct_dog_three{animation-delay:1s}@keyframes apbct_dog{0%,100%,75%{scale:100%;color:transparent;text-shadow:0 0 2px #aaa}25%{scale:200%;color:unset;text-shadow:unset}}.apbct-email-encoder--settings_example_encoded{position:absolute}@media screen and (max-width:782px){.apbct-email-encoder--settings_example_encoded{position:relative;display:block}.apbct-email-encoder-popup{width:20vw;min-width:200px;font-size:16px;top:20%;left:75%}.apbct-email-encoder-elements_center{flex-direction:column!important;text-align:center}}.apbct-real-user-wrapper{display:inline-flex;color:#000!important;flex-wrap:nowrap;justify-content:center;flex-direction:row;align-items:center}.apbct-real-user-wrapper-woo{display:inline;align-items:center;color:#444!important;font-size:14px}.apbct-real-user-author-name{display:inline-flex}.apbct-real-user-badge{display:inline-flex;padding-left:6px;cursor:pointer;position:relative}.apbct-real-user-popup{position:absolute;padding:8px;font-weight:400;color:#000!important;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:5px 5px 24px -11px #444;z-index:-1;cursor:default;opacity:0;transition-property:opacity,z-index}.apbct-real-user-popup.visible{z-index:1;opacity:1}.apbct-real-user-title{display:grid;gap:4px!important}.apbct-real-user-popup-content_row{display:flex;flex-direction:column;gap:1px}.apbct-real-user-popup-img{align-self:start;margin:0!important;height:max-content;vertical-align:center}.apbct-real-user-popup-header{font-weight:bolder;margin:2px!important}@font-face {font-family: 'wpsl-fontello';src: url(//yarcraft.com/wp-content/plugins/wp-store-locator/font/fontello.eot?28897909);src: url(//yarcraft.com/wp-content/plugins/wp-store-locator/font/fontello.eot?28897909#iefix) format('embedded-opentype'), url(//yarcraft.com/wp-content/plugins/wp-store-locator/font/fontello.woff?28897909) format('woff'), url(//yarcraft.com/wp-content/plugins/wp-store-locator/font/fontello.ttf?28897909) format('truetype'), url(//yarcraft.com/wp-content/plugins/wp-store-locator/font/fontello.svg?28897909#fontello) format('svg');font-weight: normal;font-style: normal;}#wpsl-gmap {float:right;width:66.5%;height:350px;margin-bottom:0;}.wpsl-store-below #wpsl-gmap {float:none;width:100%;}.wpsl-gmap-canvas {width:100%;height:300px;margin-bottom:20px;}#wpsl-reset-map:hover {cursor: pointer;}#wpsl-gmap div:not[class^="gv-iv"], #wpsl-gmap img, .wpsl-gmap-canvas div:not[class^="gv-iv"], .wpsl-gmap-canvas img {box-shadow: none !important;max-width: none !important;background: none;}#wpsl-gmap img, .wpsl-gmap-canvas img {display: inline;opacity: 1 !important;max-height: none !important;}#wpsl-gmap * {box-sizing: content-box !important;-webkit-box-sizing: content-box !important;-moz-box-sizing: content-box !important;}#wpsl-gmap div.gm-iv-marker, .wpsl-gmap-canvas div.gm-iv-marker {backgroud-image: inherit;}#wpsl-wrap {position: relative;width: 100%;overflow: hidden;clear: both;margin-bottom: 20px;}#wpsl-search-wrap {float: left;width: 100%;}#wpsl-search-wrap form {margin: 0;padding: 0;border: none;outline: none;}#wpsl-gmap #wpsl-map-controls {position: absolute;height: 40px;right: 10px;bottom: 24px;border-radius: 2px;z-index: 3;font-size: 14px;white-space: nowrap;overflow: hidden;box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;}#wpsl-gmap #wpsl-map-controls.wpsl-street-view-exists {right: 60px;}#wpsl-map-controls .wpsl-direction-preloader {margin: 5px 5px 0 5px;}#wpsl-map-controls div {float: left;background: #fff;border-radius: 2px;}#wpsl-map-controls div:hover {cursor: pointer;}#wpsl-wrap [class^="wpsl-icon-"], #wpsl-wrap [class*=" wpsl-icon-"] {position: relative;float: left;padding: 12px 13px;display: inline-block;font-family: "wpsl-fontello";font-style: normal;font-weight: normal;font-size: 1.3em;color: #737373;speak: none;text-decoration: inherit;text-align: center;font-variant: normal;text-transform: none;line-height: 1em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}#wpsl-map-controls span {font-family: inherit;font-size: inherit;}#wpsl-wrap .wpsl-icon-reset {border-radius: 2px 0 0 2px;z-index: 2;padding-right: 4px;}#wpsl-wrap .wpsl-ie .wpsl-icon-reset {margin-right: -1px;}#wpsl-wrap .wpsl-icon-direction {z-index: 1;}#wpsl-map-controls.wpsl-reset-exists .wpsl-icon-direction {border-radius: 0 2px 2px 0;}#wpsl-wrap .wpsl-active-icon, #wpsl-wrap [class^="wpsl-icon-"]:hover, #wpsl-wrap [class*=" wpsl-icon-"]:hover {color: #000;}#wpsl-wrap [class^="wpsl-icon-"]:active, #wpsl-wrap [class*=" wpsl-icon-"]:focus {outline: 0;}#wpsl-wrap .wpsl-in-progress:hover, #wpsl-wrap .wpsl-in-progress {color: #c6c6c6;}#wpsl-gmap #wpsl-reset-map {position: absolute;display: none;right: 37px;top: 37px;padding: 6px 14px;background: #fff !important;background-clip: padding-box;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 2px;z-index: 3;}#wpsl-reset-map:hover {cursor: pointer;}.gm-style-cc {word-wrap:normal;}#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {display:table;}#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-btn {display:table-cell;}#wpsl-search-wrap label {margin-bottom:0;}#wpsl-search-input {width: 179px;height: auto;padding: 7px 12px;font-size: 100%;margin: 0;}#wpsl-search-wrap input, #wpsl-search-btn {border: 1px solid #d2d2d2;border-radius: 3px;}#wpsl-search-btn {padding: 7px 10px;line-height: 1.428571429;font-weight: normal;color: #7c7c7c;background-color: #e6e6e6;background-repeat: repeat-x;background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);background-image: linear-gradient(top, #f4f4f4, #e6e6e6);box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);text-transform: none !important;}#wpsl-search-input.wpsl-error {border:1px solid #bd0028 !important;}.wpsl-search {margin-bottom:12px;padding:12px 12px 0 12px;background:#f4f3f3;}.wpsl-search.wpsl-checkboxes-enabled {padding: 12px;}.wpsl-back {display: inline-block;}#wpsl-result-list {width:33%;margin-right:0.5%;}.wpsl-store-below #wpsl-result-list {width:100%;margin:12px 0 0 0;}#wpsl-stores, #wpsl-direction-details {height:350px;overflow-y:auto;}.wpsl-hide, #wpsl-direction-details {display:none;}#wpsl-result-list p {padding-left:10px;}.wpsl-store-below #wpsl-result-list p {padding-left: 0;}#wpsl-result-list a {outline:none;}.wpsl-direction-before {margin: 14px 0 21px 0;padding-left: 10px;}.wpsl-store-below .wpsl-direction-before {padding-left: 0;}.wpsl-direction-before div {margin-top: 10px;}#wpsl-wrap #wpsl-result-list li {padding: 10px;border-bottom: 1px dotted #ccc;margin-left: 0;overflow: hidden;list-style: none outside none !important;text-indent: 0;}#wpsl-wrap #wpsl-result-list li li {padding: 0;border-bottom: 0;margin-left: 14px;overflow: visible;}#wpsl-wrap #wpsl-result-list ul li {list-style: none !important;}#wpsl-wrap #wpsl-result-list ol li {list-style: decimal !important;}#wpsl-wrap.wpsl-store-below #wpsl-result-list li {padding: 10px 10px 10px 0;}#wpsl-result-list li p {padding-left: 0;margin: 0 0 20px 0;}.wpsl-store-details.wpsl-store-listing {position: relative;padding-right: 20px;}.wpsl-store-details.wpsl-store-listing:before, .wpsl-store-details.wpsl-store-listing.wpsl-active-details:before {position: absolute;content: '';bottom:6px;right:0;border-top: 5px solid #000000;border-left: 6px solid rgba(0, 0, 0, 0);border-right: 6px solid rgba(0, 0, 0, 0);}.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before {border-bottom: 5px solid #000000;border-top:none;border-left: 6px solid rgba(0, 0, 0, 0);border-right: 6px solid rgba(0, 0, 0, 0);}#wpsl-stores .wpsl-store-thumb {float:right;border-radius:3px;margin:7px 0 0 10px;padding:0;border:none;}.wpsl-direction-index {float:left;width:8%;margin:0 5% 0 0;}.wpsl-direction-txt {float:left;width:62%;}.wpsl-direction-distance {float:left;width:20%;margin:0 0 0 5%;}.wpsl-direction-txt span {display:block;margin-top:10px;}.wpsl-street, .wpsl-country {display: block;border-bottom: none !important;}.wpsl-directions {display: table;border-bottom: none !important;}#wpsl-wrap #wpsl-result-list li.wpsl-preloader {position: relative;border-bottom: none;padding: 10px 10px 10px 35px;}.wpsl-preloader img {position: absolute;left: 10px;top: 50%;margin-top: -8px;box-shadow:none !important;border:none !important;}.wpsl-preloader span {float: left;margin: -5px 0 0 11px;}#wpsl-search-wrap div, #wpsl-search-btn {margin-right: 10px;float: left;}#wpsl-search-wrap .wpsl-select-wrap {position: relative;z-index: 2;margin-right: 0;}#wpsl-search-wrap .wpsl-input-field {position: relative;}#wpsl-radius, #wpsl-results {float: left;margin-right: 15px;}#wpsl-category {position: relative;z-index: 1;clear: both;}#wpsl-search-wrap .wpsl-dropdown div {position: absolute;float: none;margin: -1px 0 0 0;top: 100%;left: -1px;right: -1px;border: 1px solid #ccc;background: #fff;border-top: 1px solid #eee;border-radius: 0 0 3px 3px;opacity: 0;overflow: hidden;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-ms-transition: all 150ms ease-in-out;transition: all 150ms ease-in-out;}#wpsl-search-wrap .wpsl-dropdown.wpsl-active div {opacity: 1;}#wpsl-search-wrap .wpsl-input label {margin-right:0;}#wpsl-radius, #wpsl-results {display:inline;}#wpsl-radius {margin-right:10px;}#wpsl-search-btn:hover {cursor: pointer;}#wpsl-search-wrap select, #wpsl-search select {display:none;}#wpsl-search-wrap div label {float:left;margin-right:10px;line-height: 32px;}#wpsl-results label {width: auto;}#wpsl-result-list ul {list-style: none;margin: 0;padding: 0;}.wpsl-direction-details {display: none;}#wpsl-gmap .wpsl-info-window, .wpsl-gmap-canvas .wpsl-info-window {max-width:225px;}.wpsl-more-info-listings span, .wpsl-info-window span {display:block;}.wpsl-info-window .wpsl-no-margin {margin:0;}.wpsl-more-info-listings {display:none;}.wpsl-info-window span span {display:inline !important;}#wpsl-wrap .wpsl-info-window p {margin: 0 0 10px 0;}.wpsl-store-hours {margin-top:10px;}.wpsl-store-hours strong {display:block;}#wpsl-gmap .wpsl-info-actions {display:block;margin:10px 0 !important;}.wpsl-info-actions a {float:left;margin-right: 7px;}.wpsl-info-actions .wpsl-zoom-here {margin-right:0;}.wpsl-dropdown {position: relative;width: 90px;border: 1px solid #ccc;cursor: pointer;background: #fff;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;user-select: none;margin-right: 0 !important;z-index: 2;}#wpsl-results .wpsl-dropdown {width: 70px;}.wpsl-dropdown ul {position: absolute;left: 0;width: 100%;height: 100%;padding: 0 !important;margin: 0 !important;list-style: none;overflow: hidden;}.wpsl-dropdown:hover {box-shadow: 0 0 5px rgba( 0, 0, 0, 0.15 );}.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li {position: relative;display: block;line-height: normal;color: #000;overflow: hidden;}#wpsl-radius .wpsl-dropdown .wpsl-selected-item, #wpsl-radius .wpsl-dropdown li, #wpsl-results .wpsl-dropdown .wpsl-selected-item, #wpsl-results .wpsl-dropdown li {white-space: nowrap;}.wpsl-selected-item:after {position: absolute;content: "";right: 12px;top: 50%;margin-top: -4px;border: 6px solid transparent;border-top: 8px solid #000;}.wpsl-active .wpsl-selected-item:after {margin-top: -10px;border: 6px solid transparent;border-bottom: 8px solid #000;}.wpsl-dropdown li:hover {background: #f8f9f8;position: relative;z-index: 3;color: #000;}.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {list-style: none;padding: 9px 12px !important;margin:0 !important;}.wpsl-selected-dropdown {font-weight: bold;}.wpsl-clearfix:before, .wpsl-clearfix:after {content: " ";display: table;}.wpsl-clearfix:after {clear: both;}#wpsl-wrap .wpsl-selected-item {position: static;padding-right: 35px !important;}#wpsl-category, .wpsl-input, .wpsl-select-wrap {position: relative;margin-bottom: 10px;}#wpsl-search-wrap .wpsl-scroll-required div {overflow-y: scroll;}.wpsl-scroll-required ul {overflow: visible;}.wpsl-provided-by {float: right;padding: 5px 0;text-align: right;font-size: 12px;width: 100%;}#wpsl-wrap .wpsl-results-only label {width: auto;}.wpsl-locations-details, .wpsl-location-address, .wpsl-contact-details {margin-bottom: 15px;}.wpsl-contact-details {clear: both;}table.wpsl-opening-hours td {vertical-align: top;padding: 0 15px 0 0;text-align: left;}table.wpsl-opening-hours time {display:block;}table.wpsl-opening-hours {width:auto !important;font-size:100% !important;}table.wpsl-opening-hours, table.wpsl-opening-hours td {border:none !important;}.wpsl-gmap-canvas .wpsl-infobox {min-width:155px;max-width:350px !important;padding:10px;border-radius:4px;font-size:13px;font-weight:300;border:1px solid #ccc;background:#fff !important;}.wpsl-gmap-canvas .wpsl-infobox:after, .wpsl-gmap-canvas .wpsl-infobox:before {position:absolute;content:"";left:40px;bottom:-11px;}.wpsl-gmap-canvas .wpsl-infobox:after {border-left:11px solid transparent;border-right:11px solid transparent;border-top:11px solid #fff;}.wpsl-gmap-canvas .wpsl-infobox:before {border-left:13px solid transparent;border-right:13px solid transparent;border-top:13px solid #ccc;bottom:-13px;left:38px;}#wpsl-checkbox-filter, .wpsl-custom-checkboxes {display: block;float: left;margin: 5px 0 15px;padding: 0;width: 100%;}#wpsl-checkbox-filter li, .wpsl-custom-checkboxes li {float: left;list-style: none;margin: 0 1% 0 0;}#wpsl-checkbox-filter.wpsl-checkbox-1-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-1-columns li {width: 99%;}#wpsl-checkbox-filter.wpsl-checkbox-2-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-2-columns li {width: 49%;}#wpsl-checkbox-filter.wpsl-checkbox-3-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-3-columns li {width: 32%;}#wpsl-checkbox-filter.wpsl-checkbox-4-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-4-columns li {width: 24%;}#wpsl-checkbox-filter input, .wpsl-custom-checkboxes input {margin-right: 5px;}#wpsl-result-list .wpsl-contact-details span {display: block !important;}#wpsl-search-wrap .select2 {display: none !important;}.rtl #wpsl-result-list {float: left;}.rtl #wpsl-checkbox-filter input, .rtl .wpsl-custom-checkboxes input {margin-right: 0;margin-left: 5px;}.rtl .wpsl-info-actions a {float: right;margin: 0 0 0 7px;}.rtl #wpsl-gmap .wpsl-info-window {padding-right: 22px;}.rtl #wpsl-wrap #wpsl-result-list li.wpsl-preloader {padding: 10px 35px 10px 0;}.rtl .wpsl-preloader img {left: 0;right: 10px;}.wpsl-twentynineteen .wpsl-input {width: 100%;}.wpsl-twentynineteen #wpsl-search-input {line-height: 1.3em;}.wpsl-twentynineteen #wpsl-search-wrap label {margin-top: 6px;}.wpsl-twentynineteen .wpsl-dropdown {width: 116px;}#wpsl-results .wpsl-dropdown {width: 81px;}#wpsl-search-wrap .wpsl-autocomplete-search-container {position: relative;margin-right: 0;}#wpsl-autocomplete-search-input {width: 100%;padding: 10px;border: 1px solid #ccc;border-radius: 4px;font-size: 16px;box-sizing: border-box;}#wpsl-search-wrap .wpsl-autocomplete-search-results {position: absolute;width: 100%;top: 100%;left: 0;z-index: 1000;background: white;border: 1px solid #ccc;border-top: none;border-radius: 0 0 4px 4px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);max-height: 300px;overflow-y: auto;display: none;box-sizing: border-box;}#wpsl-search-wrap .wpsl-autocomplete-search-results ul {position: relative;list-style-type: none;margin: 0;padding: 0 0 25px 0;}#wpsl-search-wrap .wpsl-autocomplete-search-results ul:after {content: "";display: block;position: absolute;left: 10px;right: 0;background-image: url(https://storage.googleapis.com/geo-devrel-public-buckets/powered_by_google_on_white.png);background-repeat: no-repeat;background-size: contain;height: 18px }#wpsl-search-wrap .wpsl-autocomplete-search-results li {padding: 4px 10px;cursor: pointer;border-bottom: 1px solid #eee;margin-bottom: 0;}#wpsl-search-wrap .wpsl-autocomplete-search-results li:last-child {border-bottom: none;margin-bottom: 10px;}#wpsl-search-wrap .wpsl-autocomplete-search-results li:hover, #wpsl-search-wrap .wpsl-autocomplete-search-results li:focus {background-color: #f5f5f5;}#wpsl-search-wrap .wpsl-autocomplete-search-results li a, #wpsl-search-wrap .wpsl-autocomplete-search-results li a:link, #wpsl-search-wrap .wpsl-autocomplete-search-results li a:hover, #wpsl-search-wrap .wpsl-autocomplete-search-results li a:visited {text-decoration: none;color: #000;box-shadow: none;}#wpsl-search-wrap .wpsl-autocomplete-highlight {font-weight: bold;}@media (max-width: 825px) {#wpsl-search-input {width: 348px;}.wpsl-results-only #wpsl-search-wrap .wpsl-dropdown {width: 70px;}#wpsl-search-wrap .wpsl-input {width: 100%;margin-bottom: 10px;}.wpsl-input label, #wpsl-radius label, #wpsl-category label, .wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input, .wpsl-no-filters #wpsl-search-wrap .wpsl-input, .wpsl-results-only #wpsl-search-wrap .wpsl-input {width: auto;}}@media (max-width: 720px) {#wpsl-search-wrap .wpsl-dropdown {width: 114px;}}@media (max-width: 675px) {#wpsl-search-wrap #wpsl-search-btn {float: left;margin: 0 5px 0 0;}.wpsl-results-only #wpsl-search-wrap .wpsl-input, .wpsl-dropdown {width: 100%;}.wpsl-search {padding: 2%;}.wpsl-input {margin-right: 0;}#wpsl-result-list, #wpsl-gmap {width:49.75%;}#wpsl-result-list, #wpsl-gmap {float: none;width: 100%;}.wpsl-direction-before {padding-left: 0;}#wpsl-gmap {margin-bottom: 15px;}.wpsl-cat-results-filter .wpsl-select-wrap, .wpsl-filter .wpsl-select-wrap, #wpsl-result-list {margin-bottom: 10px;}#wpsl-result-list p, #wpsl-wrap #wpsl-result-list li {padding-left: 0;}#wpsl-wrap #wpsl-result-list li.wpsl-preloader {padding-left: 25px;}.wpsl-preloader img {left: 0;}#wpsl-stores.wpsl-not-loaded {height: 25px;}#wpsl-reset-map {top: 25px;}#wpsl-gmap {margin-top: 10px;}.wpsl-no-filters #wpsl-search-wrap .wpsl-input, #wpsl-category, .wpsl-input, .wpsl-select-wrap, .wpsl-input, #wpsl-search-btn {margin-bottom: 0;}#wpsl-stores.wpsl-no-autoload {height: auto !important;}#wpsl-checkbox-filter.wpsl-checkbox-3-columns li, #wpsl-checkbox-filter.wpsl-checkbox-4-columns li {width: 49%;}}@media (max-width: 570px) {#wpsl-search-wrap #wpsl-search-btn {margin-bottom: 5px;}.wpsl-search {padding: 4%;}#wpsl-search-input {width: 98% !important;}.wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input, .wpsl-cat-results-filter #wpsl-search-input, .wpsl-no-results #wpsl-search-input, .wpsl-results-only #wpsl-search-input {width: 100% !important;}.wpsl-search-btn-wrap {margin-top: 15px;}.wpsl-checkboxes-enabled .wpsl-search-btn-wrap {margin-top: 0;}#wpsl-search-wrap div, #wpsl-search-btn {margin-right: 0;}#wpsl-search-wrap div label {display: block;width: 100%;}#wpsl-results {width:auto;}.wpsl-select-wrap {width: 100%;}#wpsl-radius, #wpsl-results {width: 50%;}#wpsl-radius {margin-right: 4%;}#wpsl-search-wrap .wpsl-dropdown {width: 96% !important;}.wpsl-search-btn-wrap {clear: both;}.wpsl-no-filters #wpsl-search-wrap .wpsl-input, .wpsl-no-filters #wpsl-search-input {width: 100% !important;}}@media (max-width: 420px) {#wpsl-checkbox-filter li {margin: 0;}#wpsl-checkbox-filter.wpsl-checkbox-1-columns li, #wpsl-checkbox-filter.wpsl-checkbox-2-columns li, #wpsl-checkbox-filter.wpsl-checkbox-3-columns li, #wpsl-checkbox-filter.wpsl-checkbox-4-columns li {width: 100%;}}.yith-infs-loader {
text-align: center;
margin: 10px 0 30px;
}
.yith-infs-loader img {
max-width: 100%;
display: inline-block;
} @-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.yith-infs-animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}.w-image img {
max-height: 100% !important; }
.parent-pageid-519 .w-image img {
max-height: 100% !important;
}
.wrap-bcb-const a:hover, .wrap-bcb-oi a:hover, .wrap-entry-form a:hover, .wrap-quest-link a:hover {
color: #f00 !important;
font-weight: 600;
border-bottom: none !important;
}
@font-face {
font-family: 'Oswald-Bold';
src: url(//yarcraft.com/wp-content/themes/Impreza-child/css/Oswald-Bold-webfont.ttf) format('truetype'),  url(//yarcraft.com/wp-content/themes/Impreza-child/css/Oswald-Bold-webfont.woff2) format("woff2"),  url(//yarcraft.com/wp-content/themes/Impreza-child/css/Oswald-Bold-webfont.woff) format("woff");
font-weight: bold;
font-style: normal;
}
body.page-id-2887 {
background: url(//yarcraft.com/wp-content/uploads/2020/12/bg-1.jpg);
background-repeat: repeat;
background-size: auto !important;  }
.w-btn.us-btn-style_4 {
background: rgb(236, 0, 0) !important;
border-color: rgb(236, 0, 0) !important;
color: rgb(255,255,255) !important;
font-size: 12pt !important;
font-weight: 400 !important;
}
.w-btn.us-btn-style_4 span.w-btn-label {
background: rgb(236, 0, 0) !important;
color: rgb(255,255,255) !important;
font-size: 12pt !important;
font-weight: 400 !important;
}
.l-header::before {
content: unset !important;
}  body.page-id-2883 {
background: url(//yarcraft.com/wp-content/themes/Impreza-child/img/body-bg-1.jpg) center center/cover repeat;
background-size: 100% 100% !important;  }
body.page-id-2304 {
background: url(//yarcraft.com/wp-content/uploads/2020/09/unnamed-1-scaled.jpg) center center/cover repeat;
}
body.page-id-2308 {
background: url(//yarcraft.com/wp-content/uploads/2020/09/unnamed-scaled.jpg) center center/cover repeat;
}
body {
background-size: 101% !important;
background-position: -17px 0 !important;
background-color: rgb(0, 0, 0);
}
#wpsl-radius label {
width: auto !important;
}
.custom_login_form .form-group {
margin-bottom: 20px;
}
.login-btn {
background: #f00 !important;
color: #fff !important;
}
.success_msg {
background: #0b630e !important;
color: #fff !important;
padding: 10px 15px;
border-radius: 5px;
}
.error_list {
background: #f00 !important;
color: #fff !important;
padding: 10px 15px;
border-radius: 5px;
}
.custom_login_form {
width: 90%;
max-width: 420px;
margin: 0 auto;
}
.ap-pro-form-success-msg { background: #888;
padding: 7px 15px;
margin-bottom: 20px;
color: #fff;
}
.ap-pro-form-success-msg a {
color: #fff;
font-weight: bold;
}
.custom_single_post_anonymous .gform_wrapper {
display: none;
}
.request_show_btn {
display: inline-block;
background: #f00;
color: #fff;
padding: 5px 15px;
border-radius: 5px;
cursor: pointer;
}
#wpsl-gmap {
float: left !important;
width: 100% !important;
}
#wpsl-result-list {
width: 100% !important;
float: right !important;
margin-top: 30px;
}
#wpsl-wrap #wpsl-result-list ul li {
width: 33%;
display: inline-block;
vertical-align: top;
}
#wpsl-search-wrap div {
float: none !important;
display: inline-block !important;
vertical-align: top;
}
#wpsl-search-wrap form {
text-align: center;
}
.quest-form-line {
font-size: 13px;
border-top: 1px solid #ccc;
padding: 1rem 0 !important;
border-bottom: 1px solid #ccc;
}
#wpsl-search-wrap div.wpsl-input div {
display: none !important;
}
.wpsl-search-input,
#wpsl-search-input-alt,
#wpsl-search-input {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/basscat-search-icon.png);
height: 41px !important;
min-height: auto !important;
background-repeat: no-repeat;
background-size: 20px;
padding-left: 37px;
background-position: 10px;
border-radius: 24px !important;
}
#wpsl-search-country,
#wpsl-search-state {
height: 41px !important;
min-height: auto !important;
background-position: 10px;
border-radius: 24px !important;
border: 1px solid #d2d2d2;
}
#wpsl-search-btn, #wpsl-reset-map-btn {
background: #b20000;
color: #fff !important;
border-radius: 24px !important;
border: none !important;
height: 40px;
padding: 0 30px;
}
#wpsl-reset-map-btn {
background: #333;
min-height: auto;
line-height: inherit;
}
input[type="reset"]:focus {
box-shadow: 0 0 0 2px #333;
}
.custom_boat_image_description {
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: rgba(255,255,255,.8);
padding: 20px 50px;
}
.rsFullscreenBtn, .royalSlider .rsArrow {
color: #333 !important;
}
.ikn-evt-container iframe {
border-radius: 15px;
}
span.token_copy, .share_email {
background: #fff;
margin: 15px 6px 10px 0; color: #888;
padding: 5px 8px;
cursor: pointer;
display: inline-block;
}
.share_clipboard {
position: fixed;
top: 50%;
left: 0;
right: 0;
background: #f00;
color: #fff;
display: none;
margin: 0 auto;
text-align: center;
padding: 15px 20px;
max-width: 300px;
z-index: 1000;
width: 100%;
}
.share_email_form {
display: none;
position: fixed;
top: 20%;
left: 0;
right: 0;
margin: 0 auto;
background: #fff;
width: 50%;
z-index: 10000;
padding: 50px;
border: 10px solid #f00;
box-shadow: 0 0 0 #f00;
}
.share_input_field input, .share_input_field textarea {
box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22);
border-radius: 3px;
margin-bottom: 10px;
}
.share_input_field input:focus, .share_input_field textarea:focus {
box-shadow: 0px 0px 0px 2px #F00;
}
.share_btn, .cancel_btn {
display: inline-block;
margin: 10px 0 0 0;
padding: 1px 20px;
border-radius: 4px;
cursor: pointer;
color: #fff;
}
.share_btn { background: #888;
}
.cancel_btn {
background: #f00;
}
.share_thanks {
display: none;
background: #fff;
top: 30%;
left: 0;
right: 0;
margin: 0 auto;
padding: 30px 40px;
position: fixed;
z-index: 1000;
width: 40%;
max-width: 100%;
color: #f00;
font-size: 20px;
font-weight: bold;
border: 10px solid #f00;
}  @-moz-keyframes pulse_custom_v {
from {
width: 0em;
height: 0em;
margin: 0em;
background: #a42015;
}
to {
width: 80px;
height: 80px;
margin: -80px/2;
background: rgba(164,32,21,0);
}
}
@-webkit-keyframes pulse_custom_v {
from {
width: 0em;
height: 0em;
margin: 0em;
background: #a42015;
}
to {
width: 80px;
height: 80px;
margin: -80px/2;
background: rgba(164,32,21,0);
}
}
@-ms-keyframes pulse_custom_v {
from {
width: 0em;
height: 0em;
margin: 0em;
background: #a42015;
}
to {
width: 80px;
height: 80px;
margin: -80px/2;
background: rgba(164,32,21,0);
}
}
.dot {
width: 80px;
height: 80px;
margin: 80px;
position:absolute;
border-radius: 80px;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
-khtml-border-radius: 80px;
z-index: 0;
}
.pulse1 {
-moz-animation: pulse_custom_v 2s ease-in-out 0 infinite normal;
-webkit-animation: pulse_custom_v 2s ease-in-out 0.1s infinite normal;
-ms-animation: pulse_custom_v 2s ease-in-out 0 infinite normal;
}
.pulse2 {
-moz-animation: pulse_custom_v 2s ease-in-out 0.4s infinite normal;
-webkit-animation: pulse_custom_v 2s ease-in-out 0.4s infinite normal;
-ms-animation: pulse_custom_v 2s ease-in-out 0.4s infinite normal;
}
.pulse3 {
-moz-animation: pulse_custom_v 2s ease-in-out 0.8s infinite normal;
-webkit-animation: pulse_custom_v 2s ease-in-out 0.8s infinite normal;
-ms-animation: pulse_custom_v 2s ease-in-out 0.8s infinite normal;
}
.bvwrp{
position:relative;
margin-bottom:100px;
}
.img-map-sc-wrp{
position:relative;
}
.img-map-sc-wrp .mplnk,
.bvwrp .bvico{
position:absolute;
top:0; left:0;
cursor:pointer;
width:25px;
height:25px;
display: flex;
align-items: center;
justify-content: center;
}
.bvwrp .tvwrp,
.bvwrp .svwrp{
display:none;
height:auto;
position:relative;
background-position:center;
background-size:contain;
background-repeat:no-repeat;
}
.bvwrp .tvwrp.active,
.bvwrp .svwrp.active{
display:block;
}
.bvpopd-wrp{
display:none;
width:100%;
height:100%;
position:fixed;
z-index:999;
top:0;
left:0;
background-color:rgba(255,255,255, 0.8);
}
.bvpopd-wrp.active{
display:flex;
align-items:center;
justify-content:center;
}
.bvpopd-cont{
max-width:671px;
margin-top:50px;
margin-bottom:50px;
background-color:#fff;
border:2px solid #000;
position:relative;
}
.bvpopd-cont *{
margin-bottom:10px;
}
.bvpopd-cont p{
font-weight:bold;
}
.bvpopd-close{
position:absolute;
right:-92px;
top:0;
cursor:pointer;
border:1px solid #000;
background-color:#fff;
}
.bvpopd-c-content{
padding:25px;
text-align:center;
}
.bvwrp-bottom{
position:absolute;
z-index:1;
bottom:-60px;
width:100%;
}
.bvwrp-lnks-wrp{
position:absolute;
right:0;
bottom:0;
}
.bvwrp .tvwrp>img, .bvwrp .svwrp>img{
max-width:100%;
}
@media (max-width: 900px) {
.bvwrp .bvico svg{
width: 35px !important;
height: 35px !important;
}
.img-map-sc-wrp .mplnk,
.bvwrp .bvico{
width:20px;
height:20px;
}
}
@media (max-width: 700px) {
.bvpopd-cont{
max-width:75%;
}
.bvpopd-close{
right: -47px
}
.bvpopd-close svg{
width:45px !important;
height:45px !important;
}
.bvwrp .bvico svg{
width: 25px !important;
height: 25px !important;
}
.bvwrp-nl{
font-size:20px !important;
}
.img-map-sc-wrp .mplnk,
.bvwrp .bvico{
width:15px;
height:15px;
}
}
@media (max-width: 500px) {
.bvwrp .bvico svg{
width: 15px !important;
height: 15px !important;
}
.img-map-sc-wrp .mplnk,
.bvwrp .bvico{
width:10px;
height:10px;
}
}
.w-tabs-sections{
overflow:unset !important;
overflow-x:hidden;
}
.bvwrp-lnks-wrp a{
background-color:rgb(14, 142, 188);
padding:10px 40px;
color:#fff;
font-weight:700;
font-size:24px;
display:block;
border-radius:5px;
margin-bottom:10px;
}
.bvwrp-lnks-wrp a:hover{
color:#fff !important;
}
.bvwrp-nl{
text-align:center;
font-size:35px;
color:rgb(14, 142, 188);
}
.bvwrp-nl a{
color:#000;
cursor:pointer;
margin-left:20px;
margin-right:20px;
}
.bvwrp-nl a.active{
color:rgb(14, 142, 188);
font-weight:bolder;
}  .custom_popup_title {
color: #000;
font-size: 24px;
margin: 0 0 10px 0;
font-weight: bold;
text-transform: uppercase;
}
.custom_popup_view_more {
color: #000;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
margin-top: 10px;
}   .top_center_class .w-nav-list li a:hover {
color: #f00 !important;
}
.top_side_menu .w-nav-list {
left: -40px !important;
right: unset !important;
}
.w-nav-control span {
font-size: 40px;
}
.top_side_menu .w-nav-title, .top_side_menu .w-nav-arrow {
color: #fff;
}
.top_side_menu .current_page_item .w-nav-title, .top_side_menu .opened .w-nav-title, .top_side_menu .opened .w-nav-arrow, .top_side_menu .current_page_item .w-nav-arrow {
color: #f00;
}
.custom_hide_desktop {
display: none !important;
}  .boats_slider {
opacity: 0;
visibility: hidden;
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
height: 650px;
overflow: hidden;
}
.boats_slider.slick-initialized {
visibility: visible;
opacity: 1;
height: auto;
}
.custom_single_boat {
padding-top: 8rem;
background: #fff;
padding-bottom: 5rem;
}
.custom_single_boat .vc_custom_heading {
cursor: pointer;
}
.slick-slide img {
margin: 0 auto;
}
.slick-prev::before {
background: url(//yarcraft.com/wp-content/themes/Impreza-child/img/bg-arrow-left.png);
content: '' !important;
height: 50px;
width: 50px;
display: inline-block;
background-repeat: no-repeat;
}
.slick-next::before {
background: url(//yarcraft.com/wp-content/themes/Impreza-child/img/bg-arrow-right.png);
content: '' !important;
height: 50px;
width: 50px;
display: inline-block;
background-repeat: no-repeat;
}
.custom_single_boat .slick-prev {
left: 8px;
}
.custom_single_boat .slick-next {
right: 15px;
}
.boat_details {
margin: 50px 0 0 80px;
list-style: none;
text-align: left;
}
.boat_details li {
display: inline;
}
.boat_details li a {
color: #f00;
font-size: 20px;
font-weight: bold;
text-align: center;
padding: 10px 20px;
float: left; border: 1px solid #f00;
}
.boat_details li a.active {
background: #f00;
color: #fff;
} .vc_custom_heading {
font-size: 52px;
text-transform: uppercase;
color: #B20000 !important;
font-family: 'Oswald-Bold' !important;
}
.boat_details li a:hover {
color: #f00;
}
.boat_details li a.active:hover {
color: #fff;
}
.boat_data { width: 100%; display: none;
z-index: 9999999;
opacity: 1;
visibility: visible; text-align: left;
overflow: auto; padding: 0 80px;
}
.boat_data.active {
display: block;
}
.boat_data .boat_data_inner { background: #fff;
width: 100%;
margin: 0 auto;
padding: 30px 0;
text-align: left;
position: relative;
}
.hide_data {
cursor: pointer;
position: absolute;
right: 15px;
top: 10px;
font-size: 25px;
}
#boat_video .boat_data_inner iframe {
width: 100%;
height: 600px; margin: 0 auto;
}
.list_of_types {
display: none;
position: fixed;
width: 100%;
top: 0;
height: 100%;
background: #f00;
left: 0;
z-index: 1000;
text-align: center;
}
.types_list_inner {
width: 50%;
margin: 0 auto;
margin-top: 11%;
padding-left: 9%;
}
.types_list_inner ul {
width: 33%;
display: inline-block;
vertical-align: top;
margin: 0;
text-align: left;
list-style: none;
}
.boat-type-heading {
color: #BDBDBD;
font-size: 30px;
font-weight: bold;
}
.types_list_inner ul li a {
color: #fff;
font-size: 23px;
font-weight: bold;
padding-left: 12px;
border-left: 5px solid transparent;
}
.types_list_inner ul li a:hover {
border-left: 5px solid #1D1D1C;
color: #BDBDBD;
}
.types_list_inner ul li a {
color: #fff;
}
.list_of_types .fa {
position: absolute;
top: 30px;
right: 0;
font-size: 40px;
right: 30px;
color: #fff;
cursor: pointer;
}
.slick-prev, .slick-next {
z-index: 1;
}
input.gform_button[type="submit"] {
background: #f00 !important;
color: #fff !important;
}
input.gform_button[type="submit"]:hover, .no-touch input.gform_button[type="submit"]:hover {
color: #fff !important;
}  .custom_boats_list ul {
margin: 0;
}
.custom_boats_list ul li {
width: 33%;
display: inline-block;
margin-right: 1%;
}
.custom_boats_list ul li a {
font-size: 30px;
color: #000;
font-weight: bold;
text-align: center;
display: inline-block;
}
.custom_full_width {
width: 100%;
}  .custom_news_list ul {
margin: 0;
}
.custom_news_list ul li {
list-style: none;
padding: 25px 0;
font-size: 22px;
font-weight: bold;
border-bottom: 1px solid #DDD;
}
.custom_news_list ul li a {
color: #1D1D1C;
}
.custom_news_list ul li a:hover {
color: #B20000;
}
.custom_single_post {
padding: 8rem 2.5rem;
background: #fff;
}
.custom_post_images .single_image {
width: 30%;
display: inline-block;
vertical-align: top;
margin-right: 20px;
margin-bottom: 20px;
}  .custom_events_list ul {
margin: 0;
}
.custom_events_list ul li {
width: 30%;
display: inline-block;
vertical-align: top;
padding: 12px;
border: 1px solid #DDD;
margin-right: 15px;
}
.custom_events_list li a {
font-size: 24px;
height: 60px;
color: #B20000;
font-weight: bold;
}
.custom_events_list ul li:hover {
background: #B20000;
}
.custom_events_list ul li:hover a {
color: #fff;
}
.custom_events_list ul li img {
width: 100%;
}  .custom_submenu ul {
text-align: left;
list-style: none;
margin-left: 0;
}
.custom_submenu ul li {
display: inline-block;
padding: 10px 20px;
margin: 0 15px 30px 0;
border: 2px solid #efefef;
border-radius: 30px;
color: #333333;
background: #efefef;
}
.custom_submenu ul li a {
color: #333;
}
.custom_submenu ul li.current {
background: #333;
}
.custom_submenu ul li.current a {
color: #fff;
}  .slide_window_image {
position: absolute;
top: 0;
z-index: 100;
}
.top_logo_image {
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
z-index: 1001;
}
.page-id-2722 .l-section-overlay, .page-id-2769 .l-section-overlay, .page-id-2777 .l-section-overlay, .page-id-2883 .l-section-overlay, .page-id-2887 .l-section-overlay {
background: transparent !important;
}
.page-id-2722 .vc_custom_heading, .page-id-2769 .vc_custom_heading, .page-id-2777 .vc_custom_heading, .page-id-2883 .vc_custom_heading, .page-id-2887 .vc_custom_heading {
display: none;
}
.top_slider_section {
padding-top: 0 !important;
}
body.page-id-2722 {
background: url(//yarcraft.com/wp-content/uploads/2020/12/basscat-bg.jpg) center center/cover repeat;
}
body.page-id-2769 {
background: url(//yarcraft.com/wp-content/themes/Impreza-child/img/body-bg-1.jpg) center center/cover repeat;
background-size: 100% 100% !important;  }  }
*/  body.page-id-2777 {
background: url(//yarcraft.com/wp-content/themes/Impreza-child/img/body-bg-1.jpg) center center/cover repeat;
background-size: 100% 100% !important; }
body.page-id-2883 footer h2, body.page-id-2722 footer h2, body.page-id-2769 footer h2, body.page-id-2777 footer h2, body.page-id-2887 footer h2 {
color: #fff !important;
}
.left-side-brick, .right-side-brick {
position: absolute;
}
.right-side-brick {
right: 0;
}     .left-side-brick img, .right-side-brick img {
width: 100%;
} .left-side-brick.third img, .right-side-brick.third img, .left-side-brick.fourth img, .right-side-brick.fourth img {
width: 78px;
height: 309px;
}
.custom_bg_1 {
position: relation;
}
.one {
position: relation;
}
.custom_bg.us_custom_048fe3fe {
background-size: 100% 100% !important;
z-index: 1000;
} .custom_bg_1, .custom_bg_2, .custom_bg_3, .custom_bg_4, .custom_bg_5, .page-id-2769, .page-id-2887, .page-id-2883, .page-id-2887 > .top_slider_section {
position: relative;
}
.one, .two, .three, .four, .five, .page-id-2887 > .top_slider_section {
position: relative;
}
.bg-top {
position: absolute;
top: -25px;
z-index: -500;
width: 100%;
height: calc(32px);
z-index: -100;
}
.bg-left {
position: absolute;
top: 0px;
left: 0px;
width: 32px;
z-index: -500;
height: calc(256px);
}
.bg-right {
position: absolute;
right: 0;
top: 0;
width: 32px;
z-index: -500;
height: calc(256px);
}
.bg-bottom {
z-index: -500;
position: absolute;
bottom: -18px;
width: 100%;
height: calc(32px);
z-index: -100;
}
.page-id-2769 .top_slider_section > .bg-right, .page-id-2769 .top_slider_section, .page-id-2887 .top_slider_section, .page-id-2883 .top_slider_section > .bg-left,  .page-id-2777 .top_slider_section > .bg-right, .page-id-2777 .top_slider_section > .bg-left {
height: calc(100%);
} .page-id-2769 .top_slider_section > .bg-top, .page-id-2769 .top_slider_section > .bg-bottom,  .page-id-2777 .top_slider_section > .bg-top, .page-id-2777 .top_slider_section > .bg-bottom {
left: 0;
}
.custom_bg_2 > .bg-right, .custom_bg_4 > .bg-right {
right: -24px;
width: 50px;
z-index: -500;
}
.custom_bg_2 > .bg-left {
left: -24px;
width: 50px;
z-index: -100;
}
.two > .bg-right, .four > .bg-right {
right: -24px;
width: 50px;
z-index: -500;
}
.two > .bg-left {
left: -24px;
width: 50px;
z-index: -100;
}
.page-id-2769 .custom_bg_1 > .bg-left, .page-id-2769 .custom_bg_3 > .bg-left, .page-id-2769 .custom_bg_2 > .bg-left,  .page-id-2769 .custom_bg_4 > .bg-left, .page-id-2769 .custom_bg_5 > .bg-left, .page-id-2769 .top_slider_section > .bg-left {
width: 100%;
height: auto;
top: -20px;
left: 0;
}
.page-id-2769 .top_slider_section > .bg-left {
top: -36px;
}
.page-id-2769 .custom_bg_4 > .bg-left, .page-id-2769 .custom_bg_5 > .bg-left,  .page-id-2769 .custom_bg_2 > .bg-left {
top: -30px;
} .page-id-2887 .one > .bg-left, .page-id-2887 .three > .bg-left, .page-id-2887 .two > .bg-left,  .page-id-2887 .four > .bg-left, .page-id-2887 .five > .bg-left, .page-id-2887 .top_slider_section > .bg-left {
width: 100%;
height: auto;
top: -20px;
left: 0;
}
.page-id-2887 .top_slider_section > .bg-left {
top: -36px;
}
.page-id-2887 .four > .bg-left, .page-id-2887 .five > .bg-left,  .page-id-2887 .two > .bg-left {
top: -30px;
} .single-quest-winners-inner {
max-width: 1140px;
margin: 0 auto;
}
.winner_lar_img {
text-align: center;
}
.winner_content {
font-size: 20px;
padding: 20px 20px 20px 0;
margin-top: 30px;
} .single-staff iframe {
min-height: 315px !important;
}
a.w-image-h {
text-align: center;
}
.parent-pageid-5313 .w-image img {
width: auto;
max-height: 180px !important;
}
.rsArrow.rsArrowRight, .rsArrow.rsArrowLeft {
font-size: 5rem !important;
}
.royalSlider .rsArrow::after {
text-shadow: 0 0px 7px #fff;
}
.parent-pageid-519 .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h {
padding-top: 70px;
}
.parent-pageid-519 .post_content section {
padding-top: 1.5rem;
padding-bottom: 1rem;
}
.w-tabs-section.active .w-tabs-section-content-h.i-cf .bbsm-empty-space {
width: 100% !important;
}
.w-grid-list .w-grid-item .usg_vwrapper_1 {
padding: 9% 5% 9% 5%!important;
}
.page-id-530 .l-section-h.i-cf, .page-id-4051 .l-section-h.i-cf, .page-id-4106 .l-section-h.i-cf {
max-width: 86%;
}
.page-id-533 .l-section-h ul {
margin: 0;
padding: 0;
list-style: none;
}
.page-id-4882 .gform_wrapper input.datepicker {
width: 100%!important;
}
.page-id-376 .w-post-elm img.img-responsive.lazy-loaded {
width: 100%;
}
.w-tabs-section-content-h .royalSlider .rsFullscreenBtn:after {
text-shadow: 0 6px 5px #fff !important;
font-size: 3rem !important;
}
.g-cols .vc_column-inner .wpb_text_column h2 {
font-size: 1.2rem;
}
#page-footer .vc_column-inner h2 {
font-size: 2.2rem;
}
.rsContent img.rsImg {
max-width: 100%;
width: 100% !important;
height: auto !important;
margin: unset !important;
}
.rsOverflow {
overflow: auto !important;
}
.rsFullscreen .rsFullscreenBtn:after, .w-popup-closer:before {
text-shadow: 0px 7px 5px #fff !important;
font-size: 3rem !important;
}
.w-popup-closer {
width: auto !important;
height: 100% !important;
text-align: right !important;
z-index: 100011;
}
.single-wpsl_stores .w-popup-closer, .page-id-592 .w-popup-closer, .page-id-8142 .w-popup-closer {
width: auto !important;
height: auto !important;
}
.w-popup-box {
z-index: 10002; }
.switcher .option {
position: absolute !important;
}
.w-tabs-list-h a.w-tabs-item::before {
content: "";
display: block;
position: absolute;
transition: height 0.3s, width 0.3s;
border-right: 2px solid #333333;
right: 0;
height: 24px;
width: 2px;
}
.w-tabs-list-h a.w-tabs-item:last-child:before {
border-right: none;
}
.top_side_menu .current_page_item .w-nav-title {
color: #fff !important;
}
.w-nav .menu-item {
line-height: 70px !important;
}
.w-nav.type_mobile .menu-item>a.w-btn {
display: block !important;
margin: 7px 0.7rem !important;
text-align: start !important;
}
.boat_mob_toggle h2, .boat_mob_toggle {
position: relative;
cursor: pointer;
font-size: 1.2rem;
color: #333 !important;
text-transform: inherit;
font-family: inherit !important;
font-weight: bold !important;
}
.newsletter_form form {
width: 50%;
margin: 0 auto;
}
.newsletter_form form p {
margin: 0;
}
.newsletter_form form p:first-child {
width: 75%;
display: inline-block;
}
.newsletter_form form p:nth-child(2) {
width: 24%;
display: inline-block;
text-align: right;
}
.newsletter_form form p input[type="email"] {
border: 1px solid #ccc;
border-radius: 5px;
}
.newsletter_form form p:nth-child(2) input[type="submit"] {
background: #333;
color: #fff !important;
width: 100%;
padding-left: 0;
padding-right: 0;
}
#page-footer a {
color: #fff;
}
.home_icon a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/home_icon.png);
background-size: 20px;
background-position: 6px 13px;
border: none;
}
.locator_icon a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/locator_icon.png);
background-size: 22px;
background-position: 5px 14px;
}
.model_overview a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/overview_icon_new.png); 
background-size: 22px;
background-position: 5px 14px;
}
.quest_icon a::before { 
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/quest_icon.png);
background-size: 20px;
background-position: 4px 16px;
}
.forum_icon a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/forum_icon.png);
background-size: 20px;
background-position: 5px 16px;
}
.store_icon a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/store_icon.png);
background-size: 17px;
background-position: 6px 15px;
}
.promotion_icon a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/promotion_icon.png);
background-size: 17px;
background-position: 8px 13px;
}
.boat_builder_icon a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/boat_builder_icon.png);
background-size: 17px;
background-position: 8px 17px;
}
.home_icon a::before, .locator_icon a::before, .quest_icon a::before, .forum_icon a::before, .store_icon a::before, .promotion_icon a::before, .boat_builder_icon a::before, .model_overview a::before {
width: 25px;
height: 100%;
border: none;
background-repeat: no-repeat;
}
.social_icons {
width: 35%;
display: inline-block !important;
vertical-align: top;
}
.social_icons a {
width: 65px;
font-size: 0px !important;
height: 65px;
background: transparent;
}
.social_icons a:hover {
background: transparent !important;
}
.social_icons a::before {
background-repeat: no-repeat;
background-size: 55px;
}
.social_icons.facebook a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/basscat-facebook.png);
}
.social_icons.instagram a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/basscat-instagram.png);
}
.social_icons.youtube a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/basscat-youtube.png);
}
.social_icons.twitter a::before {
background-image: url(//yarcraft.com/wp-content/themes/Impreza-child/img/basscat-twitter.png);
}
section.l-section.newsletter_section {
padding-top: 0;
}
.newsletter_section .us_custom_11374b0e {
padding-top: 0px!important;
} .yarcraft_logo .yarcraft_logo_img {
width: 100%;
max-width: 250px;
display: block;
}
.dealer_side_menu li {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.2 !important;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0em;
border-radius: 0.3em;
padding: 0.8em 1.8em;
background: #e8e8e8;
border-color: transparent;
color: #333333 !important;
box-shadow: 0 0em 0em rgba(0,0,0,0.2);
margin: 0.3rem 0 !important;
}
.dealer_side_menu li a:hover, .dealer_zone_menu li a:hover {
text-decoration: none !important;
border-bottom: none !important;
}
.dealer_side_menu li:hover {
box-shadow: 0 0em 0em rgba(0,0,0,0.2);
background: #333333;
border-color: transparent;
color: #ffffff !important;
}
.dealer_side_menu li a, .dealer_zone_menu li a {
width: 100%;
display: inline-block;
}
.dealer_zone_menu li {
margin: 0.3rem 0 !important;
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.20 !important;
font-weight: 700;
font-style: normal;
text-transform: capitalize;
letter-spacing: 0em;
border-radius: 0.3em;
padding: 0.8em 1.8em;
background: #f5f5f5;
color: #555555 !important;
box-shadow: 0 0em 0em #dddddd;
}
.dealer_zone_menu li:hover {
box-shadow: 0 0em 0em #dddddd;
background: #B20000;
border-color: #B20000;
color: #ffffff !important;
}
.quest_winner_fea_image img {
margin: 0 auto;
}
.border-top-bottom {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
margin-top: 15px !important;
}
.border-top {
border-top: 1px solid #fff;
margin-top: 15px !important;
}
.border-bottom {
border-bottom: 1px solid #fff;
}
.w-popup-closer {
right: 40px !important;
top: 50px !important;
}
.videos_list article section.l-section {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.video_cus_filter .w-filter-item-values {
width: 100% !important;
}
.type-videos-list .l-section {
padding-left: 0 !important;
padding-right: 0 !important;
}
.anonymous_contact a {
background-color: #f00;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
font-size: 20px;
}
.anonymous_contact a:hover {
color: #fff;
}
#commentform .logged-in-as {
display: none;
}
input[type="checkbox"] {
margin: 0 6px 0 0 !important;
}
#contact_dealer {
display: none;
}
.postid-2206 #contact_dealer {
display: block;
}
.gprl-reload-link {
visibility: hidden;
} .page-id-2790 .l-section-overlay1 {
background: #646464 !important
}
.page-id-2790 .w-separator.size_medium {
display: none;
}
.page-id-2790 .l-canvas.type_boxed, .page-id-2790 .l-subheader-h, .page-id-2790 .l-section-h, .page-id-2790 .l-main .aligncenter, .page-id-2790 .w-tabs-section-content-h {
max-width: none !important;
}
.page-id-2790 #page-header, .page-id-2790 .w-post-elm.post_content {
background-color: #333 !important;
background: url(//yarcraft.com/wp-content/uploads/2020/12/concrete-wall.jpg);
background-size: cover;
}
.page-id-2790 .l-canvas.type_boxed {
margin: 0 !important
}
.page-id-2790 .vc_column-inner, .page-id-2790 .nomargin, .page-id-2790 .l-canvas.type_boxed, .page-id-2790 .vc_custom_heading,  .page-id-2790 .nomargin .l-subheader, .page-id-2790 .nomargin .l-section {
padding-left: 0 !important;
padding-right: 0 !important;
}
.page-id-2790 .vc_custom_heading {
display: none !important;
}
.page-id-2790 .l-section.wpb_row.height_medium.with_overlay {
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.vc_column-inner.us_custom_98dd788a {
padding-left: 4.95rem !important;
padding-right: 4.95rem !important;
}
.gform_wrapper input:not([type="submit"]) {
line-height: inherit !important;
}
.quest_winners_list {
padding: 3px;
border: 1px solid #DDD !important;
cursor: pointer;
width: 24%;
display: inline-block;
vertical-align: top;
margin: 7px 4px;
}
.quest_winners_list:hover {
background-color: #B20000;
border: 1px solid #B20000 !important;
}
.quest_winners_list:hover h4 {
color: #fff;
}
.quest_winners_list p {
margin: 0;
}
.quest_winners_list h4 {
padding: 0 5px;
font-size: 15px;
font-weight: bold;
color: #B20000;
}
.page-template-template-dealer-pages h1.vc_custom_heading {
display: none;
} .entry_fees {
background: #0a7b11;
color: #fff;
padding: 10px 20px;
display: inline-block;
font-size: 20px;
font-weight: bold;
}
.bot_desc {
margin: 0 !important;
}
.clearfix {
clear:both;
} .gallerypost-block {
float: left;
width: 33.3%;
padding: 10px;
margin-bottom:20px;
}
.gallerypost-block .image a {
display: block;
width: 100%;
height: 300px;
background-repeat: no-repeat;
background-size: cover;
}
.gallerypost-block .lower-box {
margin-top:15px;
}
.gallerypost-block .lower-box a {
font-size: 18px;
color: #333;
font-weight: 400;
}
.gallerypost-block .lower-box a:hover {
color:#ff0000;
}
.mobileimagesg {
display:none;
}
.desktopimages {
display:block;
}
section.ref-page .l-section.height_medium {
padding-left: 10px;
}
.pac-container {
display: none !important;
}
.price_field {
opacity: 0;
height: 0;
}
.custom_boat_image.boat_hero_view {
display: none;
}
.custom_boat_image.desktop {
display: block;
} @media screen and (max-width:1440px) {
} .left-side-brick img, .left-side-brick.third img, .left-side-brick.fourth img {
width: 40%;
}
.right-side-brick {
width: 48px !important;
}
.right-side-brick img {
width: auto !important;
}
.left-side-brick.first, .right-side-brick.first {
top: 27%;
}
.left-side-brick img, .right-side-brick img {
height: 247px;
}  .left-side-brick.fourth img, .right-side-brick.fourth img {
width: 40%;
}
.left-side-brick.second, .right-side-brick.second {
top: 70%;
}
.left-side-brick.third, .right-side-brick.third {
top: 104%;
}
.left-side-brick.fourth, .right-side-brick.fourth {
top: 144%;
}
.center_cus_text.us_custom_96ec0cda {
font-size: 25px !important;
}
.top_slider_section.us_custom_72196ce7 {
padding-top: 0 !important;
padding-right: 32px !important;
padding-left: 32px !important;
}
}
@media screen and (max-width:1366px) {
.left-side-brick.first, .right-side-brick.first {
top: 31%;
}
.left-side-brick.second, .right-side-brick.second {
top: 77%;
}
.left-side-brick.third, .right-side-brick.third {
top: 118%;
}
.left-side-brick.fourth, .right-side-brick.fourth {
top: 165%;
}
.center_cus_text.us_custom_96ec0cda {
font-size: 20px !important;
}
.left-side-brick.fourth, .right-side-brick.fourth {
top: 161%;
}
.switcher {
width: 120px !important;
}
.switcher .option {
width: 118px !important;
}
.header_hor .ush_menu_2.type_desktop .menu-item.level_1>a:not(.w-btn) {
padding-left: 22px !important;
padding-right: 22px !important;
font-size: 24px;
}
.header_hor .l-subheader-cell.at_left>* {
margin-right: 0 !important;
}
.w-nav-control span, .ush_menu_1 .w-nav-icon {
font-size: 30px !important;
}
}
@media screen and (max-width:1200px) {
.newsletter_form form {
width: 70%;
}
.types_list_inner {
width: 90%;
}
.custom_events_list ul li {
width: 30%;
}
.single-quest-winners-inner {
padding: 0 40px;
}
.custom_boat_image_description {
position: unset;
}
.vc_column-inner.us_custom_0453c1e5 .us_custom_59a4ccab {
font-size: 16px !important;
line-height: 20px !important;
}
.l-section-h .us-btn-style_1 {
padding: 0.8em 0em;
font-size: 13px;
}
.w-grid-list .w-grid-item .usg_post_title_1 {
font-size: 1rem !important;
}
#gform_wrapper_6 .top_label li#field_6_1, #gform_wrapper_6 .top_label li#field_6_2 {
width: 48.3% !important;
}
#gform_wrapper_6 .top_label li#field_6_3 {
width: 100% !important;
}
li.gfield input.medium {
width: 100% !important;
}
}
@media screen and (max-width:1067px) {
.top_center_class .w-nav-list li a {
padding-left: 15px !important;
padding-right: 15px !important;
font-size: 24px;
}
.top_logo_image img {
width: 50%;
}
.wow.us_custom_b14360b8 {
padding: 0px 10px !important;
font-size: 15px !important;
}
.wow.us_custom_b14360b8 p {
padding: 0 !important;
}
.us_custom_7ddf9dda.wow.center_cus_text {
padding: 18px 30px 0 !important;
font-size: 15px !important;
}
.vc_custom_heading {
font-size: 40px;
}
}
@media screen and (max-width: 1024px) {
.quest_winners_list {
width: 23%;
}
}
@media (max-width: 900px) {
.top_side_menu .w-nav-list {
left: unset !important;
}
}
@media screen and (max-width:992px) {
.custom_boat_image.desktop {
display: none;
}
.custom_boat_image.tablet {
display: block;
}
.custom_events_list ul li {
width: 45%;
}
.w-nav-control span, .ush_menu_1 .w-nav-icon {
font-size: 24px !important;
}
.page-id-530 .l-section-h.i-cf, .page-id-4051 .l-section-h.i-cf, .page-id-4106 .l-section-h.i-cf {
max-width: 100%;
}
.page-template-default .custom_submenu ul li {
margin: 14px 6px;
width: 47%;
}
.rsContent {
text-align: center;
}
.rsContent img.rsImg {
max-width: 100%;
width: auto !important;
height: auto !important;
margin: unset !important;
}
.rsContent img.rsImg.large_width {
height: 100% !important;
}
.rsThumbsHor.hideonview {
display: none;
}
.rsOverflow {
width: 100% !important;
height: 100% !important;
}
.rsOverflow, .rsSlide, .rsThumbs {
overflow: auto !important;
}
.top_center_class .w-nav-list li a {
font-size: 17px !important;
}
.switcher a {
font-size: 14px !important;
}
.switcher, .switcher .option {
width: 118px !important;
}
.switcher .option {
border: none !important;
}
.header_hor .l-subheader-cell.at_left>* {
margin-right: 0 !important;
}
}
@media(max-width: 840px) {
.rsBullets {
display: none !important;
}
}
@media screen and (max-width:800px) {
.us_custom_7ddf9dda.wow.center_cus_text {
font-size: 14px !important;
line-height: 13px;
}
.left-side-brick.second, .right-side-brick.second {
display: none;
}
.left-side-brick, .right-side-brick {
width: 35px !important;
}
.left-side-brick img, .right-side-brick img {
width: 100% !important;
}
.header_hor .ush_menu_2.type_desktop .menu-item.level_1>a:not(.w-btn) {
padding-left: 18px !important;
padding-right: 18px !important;
}
}
@media screen and (max-width: 768px) {
.quest_winners_list {
width: 45%;
margin: 17px 13px;
}
.custom_boat_image.desktop {
display: none;
}
.custom_boat_image.tablet {
display: none;
}
.custom_boat_image.mobile {
display: block;
}
}
@media screen and (max-width:767px) {
.mob-hide {
display: none !important;
}
.mob-mar-bot-0, .mob-mar-bot-0 .w-btn-wrapper.width_full:last-child {
margin-bottom: 0 !important;
}
.single-staff iframe {
min-height: auto !important;
width: 100% !important;
}
.custom_single_boat .single-quest-winners-inner h1.vc_custom_heading {
font-size: 2rem !important;
}
.custom_single_boat {
padding-top: 5rem;
}
.custom_events_list ul li {
width: 100%;
}
.types_list_inner {
margin-top: 20%;
}
.types_list_inner ul {
width: 100%;
margin-bottom: 40px;
}
.w-nav-list.level_1.hover_simple {
width: 320px;
}
.w-nav-list.level_1.hover_simple.active-menu {
padding: 70px 0 0 10px;
}
.top_center_class {
display: none;
}
.custom_hide_desktop {
display: block !important;
}
.top_side_menu .w-nav-list {
padding-top: 0 !important;
}
#wpsl-wrap #wpsl-result-list ul li {
width: 48%;
display: inline-block;
}
.custom_bg {
text-align: center;
}
.left-side-brick.second, .right-side-brick.second {
display: none;
}
.us_custom_7ddf9dda.wow.center_cus_text {
background-size: 100% 100% !important;
padding: 30px !important;
}
.l-section-h .us-btn-style_1 {
font-size: 16px;
}
.vc_custom_heading {
font-size: 32px;
}
.quest_winners_list {
margin: 10px 0 !important;
}
.page-id-4882 ul#gform_fields_7 li, .page-id-4885 ul#gform_fields_8 li {
width: 49% !important;
}
.page-id-4882 ul#gform_fields_7 li#field_7_12, .page-id-4882 ul#gform_fields_7 li#field_7_13,  .page-id-4885 ul#gform_fields_8 li#field_8_1, .page-id-4885 ul#gform_fields_8 li#field_8_2, .page-id-4885 ul#gform_fields_8 li#field_8_12,  .page-id-4885 ul#gform_fields_8 li#field_8_13, .page-id-4885 ul#gform_fields_8 li#field_8_14 {
width: 100% !important;
}
.page-id-563 .w-tabs-section .w-tabs-section-header {
padding: 1rem 0rem !important;
}
.page-template-default .custom_submenu ul li {
margin: 14px 0;
width: 47%;
}
.header_hor .ush_menu_2.type_desktop .menu-item.level_1>a:not(.w-btn) {
padding-left: 16px !important;
padding-right: 16px !important;
font-size: 24px;
}
.us_custom_0453c1e5 {
margin: 0 0 1.5rem 0;
}
.g-cols.type_default .us_custom_679fe6ac {
padding-bottom: 1.5em!important;
}
section.l-section.wpb_row.height_auto .w-image a img, .l-section.height_medium .w-image a img {
width: 100%;
}
.us_custom_0453c1e5 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.switcher, .switcher .option {
width: 118px !important;
}
.switcher a {
font-size: 14px !important;
}
.boat_mob_toggle h2, .boat_mob_toggle {
padding: 0 15px 0 0;
height: 60px;
margin-bottom: 0;
display: flex;
align-items: center;
border-bottom: 1px solid #e5e5e5;
}
.boat_mob_toggle.active {
border-bottom: none;
}
.boat_mob_toggle_desc {
display: none;
}
.boat_mob_toggle_desc.p-active {
display: block;
}
.boat_mob_toggle h2::after, .boat_mob_toggle::after {
content: "+";
position: absolute;
width: 10px;
height: 10px;
display: block;
right: 0;
top: 12px;
color: #100e0e;
font-size: 26px;
font-weight: normal;
}
.boat_mob_toggle h2.active::after, .boat_mob_toggle.active::after {
top: -5px;
content: "-";
font-size: 50px;
}
.boat_mob_toggle.vc_custom_heading:not([class*="us_custom_"]) {
font-size: 1.2rem !important;
padding-top: 8px !important;
padding-bottom: 8px;
}
.newsletter_form form p:first-child, .newsletter_form form p:nth-child(2), .newsletter_form form {
width: 100%;
}
.newsletter_form form p:nth-child(2) {
margin-top: 10px;
}
.newsletter_section.us_custom_a5c3e3f4 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
.newsletter_section .us_custom_d3dc708e {
font-size: 30px !important;
}
.quest_winners_list {
width: 100%;
}
.gallerypost-block {
float: none;
width: 100%;
padding: 0;
margin-bottom: 50px;
}
.mobileimagesg {
display:block;
}
.desktopimages {
display:none;
}
.gallerypost-block .image a {
height:auto;
}
section.ref-page .custom_submenu ul li, section.ref-page .custom_submenu ul li a {
display: block;
text-align: center;
}
.boats_slider .slick-slide img{
height: auto;
width: 100%;
}
.single .boats_slider.slick-initialized.slick-slider {
height: auto !important;
}
}
@media screen and (max-width:600px) {
.boat_details {
margin: 50px 0 0 20px;
}
.boat_data {
padding: 0 20px;
}
.boat_details li a {
width: 95%;
}
#boat_video .boat_data_inner iframe {
height: 300px;
}
.w-nav-list.level_1.hover_simple.active-menu {
padding: 50px 0 0 10px;
}
.custom_post_images .single_image {
width: 42%;
}
#wpsl-wrap #wpsl-result-list ul li {
width: 100%;
display: inline-block;
}
.post_content section.l-section.wpb_row.height_medium {
padding: 0 !important;
}
}
@media(max-width: 575px) {
.l-section-h.i-cf h2 {
font-size: 20px;
}
.wpb_text_column.custom_boat_image_description h1 {
font-size: 34px;
}
.vc_custom_heading {
font-size: 40px;
}
#wpsl-search-wrap div {
display: block !important;
}
#wpsl-search-wrap #wpsl-search-btn {
width: 100%;
}
#gform_wrapper_6 .top_label li#field_6_1, #gform_wrapper_6 .top_label li#field_6_2,  #gform_wrapper_6 .top_label li#field_6_15, #gform_wrapper_6 .top_label li#field_6_16, #gform_wrapper_6 .top_label li#field_6_17 {
width: 100% !important;
}
.page-id-4882 ul#gform_fields_7 li, .page-id-4885 ul#gform_fields_8 li {
width: 100% !important;
margin: 10px 0 !important;
}
.page-template-default .custom_submenu ul li {
display: block !important;
margin: 0 0 14px 0;
width: 100% !important;
}
}
@media screen and (max-width:414px) {
.wow.us_custom_b14360b8 {
bottom: 20px !important;
}
.us_custom_7ddf9dda.wow.center_cus_text {
font-size: 20px !important;
line-height: 23px;
}
.us_custom_00a4cfc1.center_cus_text {
background-size: 100% 100% !important;
}
.single-quest-winners-inner {
padding: 0 30px;
}
h1.us_custom_0490361b {
font-size: 30px;
}
}
@media screen and (max-width: 425px) {
.rsContent {
width: 100%;
height: 100%;
position: relative;
display: flex;
align-items: center;
align-content: center;
}
.rsContent img.rsImg {
max-width: 100%;
width: auto !important;
height: auto !important;
margin: 0 !important;
}
.w-nav-control span, .ush_menu_1 .w-nav-icon {
font-size: 20px !important;
}
}
@media screen and (max-width: 325px) {
.w-nav-control span, .ush_menu_1 .w-nav-icon {
font-size: 18px !important;
}
.header_hor .l-subheader-cell.at_right>* {
margin-left: 0.5rem !important;
}
}
@media screen and (max-width: 400px) {
.switcher, .switcher .option {
width: 100px !important;
}
.switcher a {
font-size: 12px !important;
}
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}