.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.page-list .current_page_item > a {
font-weight: bold; } .page-list-ext {
clear: both;
} .page-list-ext {
*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
display: table;
line-height: 0;
content: "";
}
.page-list-ext:after {
clear: both;
}
.page-list-ext .page-list-ext-item {
clear: both;
margin: 10px 0 30px 0;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.page-list-ext .page-list-ext-image {
float: left;
display: inline;
margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
clear: none;
}
.page-list-cols-2,
.page-list-cols-3,
.page-list-cols-4,
.page-list-cols-5 {
column-gap: 30px;
}
.page-list-cols-2 {
column-count: 2;
}
.page-list-cols-3 {
column-count: 3;
}
.page-list-cols-4 {
column-count: 4;
}
.page-list-cols-5 {
column-count: 5;
} @media (max-width: 767px) { .page-list-cols-2,
.page-list-cols-3,
.page-list-cols-4,
.page-list-cols-5 {
column-count: 1;
}
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align:top;}:focus {outline: 0;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;} nav ul {list-style:none;} body {line-height:normal;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} table {border-collapse: collapse; border-spacing: 0;} input, select {vertical-align:middle;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}  mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;} del { text-decoration: line-through;} ins { color:#000; text-decoration:none;} body {font-family: 'Rajdhani', sans-serif; font-size: 15px; line-height: 1.4; color: #4b5259; font-weight: 500;}
h1, h2, h3, h4, h5, h6 {font-weight: 700; line-height:1.3; margin: 0; color: #0c2139;}
h1{font-size: 26px; padding-bottom: 15px;}
h2{font-size: 28px; padding-bottom: 15px;}
h3{font-size: 26px; padding-bottom: 15px;}
h4{font-size: 24px; padding-bottom: 15px;}
h5{font-size: 20px; padding-bottom: 8px;}
h6{font-size: 18px; padding-bottom: 5px;}
p{margin:0 0 10px;}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {margin:0;} .fl {float:left;} .fr {float:right;} blockquote{margin:1.5em;color:#666;font-style:italic;} 
strong, dfn, b {font-weight:bold;} em, dfn{font-style:italic;} sup,sub {line-height:0; font-size:.6em;} 
sup {vertical-align:super} sub {vertical-align:sub;} abbr,acronym{border-bottom:1px dotted #666;} address{margin:0 0 1.5em;font-style:italic;} 
del{color:#666;} pre{margin:1.5em 0;white-space:pre;} pre,code,tt {font:1em 'andale mono','lucida console',monospace;line-height:1.5;}
ul,ol{margin:0 0 1.5em 0; padding-left:1.5em;} li ul, li ol{margin:0;} ul{list-style-type:disc;} ol{list-style-type:decimal;}
dl{margin:0 0 1.5em 0;} dl dt{font-weight:bold;} dd{margin-left:1.5em;}
table{margin-bottom:10px; width:100%;} th{font-weight:bold;} thead th{background:#c3d9ff;} th,td,caption{padding:4px 10px 4px 5px;} tfoot{font-style:italic;} caption{background:#eee;} tbody tr:nth-child(even) td,tbody tr.even td{} small{font-size:11px;} .red, .require, .star {color:#F00;} .center {text-align:center;} .justify {text-align:justify;} .clearing, .flowfix {overflow:hidden; width:100%;} .overfix {overflow:hidden;} .clr, .clear {clear:both; line-height:0px; height:0; display:block;} .nomg {margin-left:0 !important; margin-right:0 !important;} .hide, .ui-helper-hidden-accessible, .ui-tabs-hide {display:none;} .animated {visibility:hidden;} .section {float:left; width:100%; clear:both;} .row {display:block; float:left; margin-bottom:0px;} .relative {position:relative;} .fleft {float:left;} .fright {float:right;} .main, .container {width:1200px; margin:0 auto; position:relative;} .container {position:static;} .main-boxed {width:1220px; margin:0 auto;}
.grid, [class*="grid"] {float: left; margin-left:10px; margin-right:10px; } .grid.fright, [class*="grid"].fright {float:right;} .off-grid  {float:left;}
.grid.first, [class*="grid"].first {margin-left:0; } [class*="grid"] [class*="grid"]:first-child {margin-left:0;}
.grid.last, [class*="grid"].last {margin-right:0;} [class*="grid"] [class*="grid"]:last-child {margin-right:0;}
.grid1 {width:80px;} .grid2 {width:180px;} .grid3 {width:280px;} .grid4 {width:380px;} .grid5 {width:480px;} .grid6 {width:580px;} 
.grid7 {width:680px;} .grid8 {width:780px;} .grid9 {width:880px;} .grid10 {width:980px;} .grid11 {width:1080px;} .grid12 {width:1180px;}
.grid12 > .grid3:nth-child(4n), .grid9 > .grid3:nth-child(3n), .grid6 > .grid3:nth-child(2n), .grid12 > .grid4:nth-child(3n), .grid8 > .grid4:nth-child(2n) {margin-right:0;}
.off-desktop, .on-tablet, .on-phone {display:none;} .on-desktop, .off-tablet, .off-phone {display:block;} 
a.on-desktop, a.off-tablet, a.off-phone {display:inline-block;}
@media (max-width: 1280px) {
.main, .container {width:960px;} .main-boxed {width:980px;}
.grid1 {width:60px;} .grid2 {width:140px;} .grid3 {width:220px;} .grid4 {width:300px;} .grid5 {width:380px;} .grid6 {width:460px;} 
.grid7 {width:540px;} .grid8 {width:620px;} .grid9 {width:700px;} .grid10 {width:780px;} .grid11 {width:860px;} .grid12 {width:940px;}
.off-desktop, .off-tablet, .on-phone {display:none;} a.off-desktop, a.off-tablet, a.on-phone {display:none;}
.on-desktop, .on-tablet, .off-phone{display:block;} a.on-desktop, a.on-tablet, a.off-phone {display:inline-block;}
}
@media (min-width: 768px) and (max-width: 979px) {
.main, .container { width:720px;}  .main-boxed {width:740px;}  
.grid1 {width:40px;} .grid2 {width:100px;} .grid3 {width:160px;} .grid4 {width:220px;} .grid5 {width:280px;} .grid6 { width:340px;} 
.grid7 {width:400px;} .grid8 {width:460px;} .grid9 {width:520px;} .grid10 {width:580px;} .grid11 {width:640px;} .grid12 {width:700px;} 
.off-tablet, .on-desktop, .on-phone {display:none;} a.off-tablet, a.on-desktop, a.on-phone {display:none;} 
.off-phone, .on-tablet, .off-desktop  {display:block;} a.off-phone, a.on-tablet, a.off-desktop  {display:inline-block;} 
}
@media (max-width: 767px) {
.main, .container {max-width:90%; width:90%; } .row {width:100%; margin-bottom:0px;} .off-grid {display:none;}
.grid1,.grid2,.grid3,.grid4,.grid5,.grid6,.grid7,.grid8,.grid9,.grid10,.grid11,.grid12 {width:100%; margin-left:0px; margin-right:0px;} .on-phone, .off-desktop, .off-tablet {display:block;} a.on-phone, a.off-desktop, a.off-tablet {display:inline-block;} 
} .one-half, .one-third, .two-third, .one-fourth, .three-fourth {padding-bottom:10px; float:left;}
.one-half {width:49%; padding-right:2%;} .one-half.last {float:right; padding-right:0;}
.one-third {width:32%; padding-right:2%;} .one-third.last {float:right; padding-right:0;}
.two-third {width:66%; padding-right:2%;} .two-third.last {float:right; padding-right:0;}
.one-fourth {width:23.5%; padding-right:2%;} .one-fourth.last {float:right; padding-right:0;}
.three-fourth {width:74.5%; padding-right:2%;} .three-fourth.last {float:right; padding-right:0;}
.one-half+.one-half, .one-third+.two-third, .two-third+.one-third, .one-third+.one-third+.one-third, 
.one-fourth+.one-fourth+.one-half, .one-fourth+.one-half+.one-fourth, .one-half+.one-fourth+.one-fourth, 
.one-fourth+.three-fourth, .three-fourth+.one-fourth, .one-fourth+.one-fourth+.one-fourth+.one-fourth {float:right; padding-right:0%;} 
.one-half.fleft {padding-right:2%;} .one-half.fright {padding-right:0%;} .col-full, .full-col {width:100%; float:left; padding-bottom:10px;}
.ie7 .one-half {width:48.5%;} .ie7 .one-third {width:31.5%;} .ie7 .two-third {width:65.5%;} .ie7 .one-fourth {width:23%;} .ie7 .three-fourth {width:74%;}
@media (max-width:767px) { 
.one-half, .one-fourth, .three-fourth {width:100%; padding-right:0;} .one-fourth+.one-fourth {padding-right:0;} 
.one-third, .two-third {width:100%; padding-right:0;} }
@media (max-width: 599px) { 
.one-half, .one-third, .two-third, .one-fourth, .three-fourth {width:100%; padding-right:0%;} } button, input[type="button"], input[type="reset"], input[type="submit"] {border:2px solid #2a2a2a; border-radius:1px; -webkit-border-radius:1px; -moz-border-radius:1px; -ms-border-radius:1px; vertical-align:top; box-sizing:border-box; -webkit-appearance:inherit; -moz-appearance:inherit; appearance:inherit; cursor:pointer; transition:all 300ms; -moz-transition:all 300ms; -webkit-transition:all 300ms; -ms-transition:all 300ms; padding: 14px 20px; background:#2a2a2a; color:#fff; font-size:14px;409 -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;} 
input[type="reset"] {background:#0066cc;border-color:#0066cc;}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {border-color: #000; color:#fff; background: #000;}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {border-color: #000; background: #000; color: #fff;}
input[type="text"], input[type="email"], input[type="url"],input[type="password"], input[type="search"], input[type="tel"], input[type="date"], textarea, select {color: #010101; border: 1px solid #eeeeee; box-sizing:border-box; font-family:inherit;}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="date"]:focus,  textarea:focus, select:focus {color: #111;} 
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"], textarea, select {padding: 16px 15px; font-size: 15px; width: 100%; font-weight: 500; border-radius: 6px; margin-bottom: 5px; margin-right: 5px;}  a:link, a:visited {color: #000; text-decoration:none; outline:0; transition:all 400ms; -webkit-transition:all 400ms; -moz-transition:all 400ms; -ms-transition:all 400ms;} 
a:hover, a:focus{color:#fff; text-decoration:none;} a:focus {outline:0;} 
a:hover, a:active {outline: 0; color:#fff; text-decoration:none;}
a.button, a.btn {position:relative; background-color:#c41633; border: 1px solid #c41633; color:#fff; font-size: 16px; text-decoration:none !important; font-weight: 500; padding: 9px 17px; text-align:center; display:inline-block;  margin:0; transition:all ease 400ms; box-sizing:border-box;}
a.button:hover, a.btn:hover {background-color: #000; border-color: #000; color:#fff;}
a.btn-small {padding:9px 25px 10px; font-size:16px;} 
a.btn-large {padding:19px 75px 20px; font-size:20px; line-height:30px;}
a.btn-wider {width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
a.btn-trans {background-color:transparent; color:#747474; border-color:#747474;}
a.btn-trans:hover {background-color:#747474; color:#fff; border-color:#747474;}
a.btn-none { background:none !important; color:#fff !important; padding:0; border:0 none;}
a.btn-none:hover {opacity:.6;} .site-header{height:auto;background: transparent; color:#212121; position: relative; transition: all 0.4s ease-in-out ;z-index: 999; top: 0; box-sizing: border-box;}
.inner-site{position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.site-logo{max-width: 290px; transition: .3s all; padding: 41px 25px; box-sizing: border-box; display: flex; align-items: center; background-color: #fff; margin-top: -42px;} .site-logo img{max-width: 100%; height: auto;}
.masthead .site-head .extra{float: right; padding:20px 0 4px; max-width: 940px; text-align: right; width: 100%; padding-left: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} .menu-sec{width:100%;background:#22428b; min-height:50px;}
.top-bar {background-color: #0a4083; padding: 10px 20px 10px 320px; display: flex; justify-content: space-between;}
.main-menu {display: flex;}
.site-header .main.fluid {width: 100%;}
.sticky-yes .site-header{ position: fixed !important;} .inav *{transition: none;-webkit-transition: none;-moz-transition: none;}
.admin-bar .site-header{top: 32px;}
.top-menu {margin-right: 20px;}
.top-menu ul{margin: 0;padding: 0; list-style-type: none;}
.top-menu li{margin: 0;display: inline-block; border-right: 1px solid #2f2f2f;} 
.top-menu li:first-child{border-left: 1px solid #2f2f2f;}
.top-menu li a{display: block;font-size: 14px; font-weight: 700; color: #2f2f2f; text-transform: capitalize; line-height: 14px; font-weight: 500; padding: 0 7px 0 3px;}
.topmenu li:hover a, .topmenu li.current-menu-item a{color: #30a2ce;}
.top-btn .top-item{background: #c41633; padding: 7px 11px; font-size: 14px; border-radius: 6px; color: #fff; transition: .3s all; font-family: 'Rajdhani', sans-serif; font-weight: 600; display: inline-block; text-transform: uppercase; border: 1px solid #c41633;}
.top-btn .top-item:hover{background: transparent; color: #c41633;}
.top-btn .top-item em{margin-right: 5px;}
.top-btn{flex-shrink: 0; margin-left: 85px;}
.top-btn .top-phone{background: #1b7f62; color: #fff; font-size: 16px; font-weight: 700; transition: .3s all; padding: 9px 15px; margin-left: 10px; display: inline-block; border-color: #1b7f62; font-family: 'Rajdhani', sans-serif; border-radius: 0;}
.top-btn .top-phone:hover{background: #000; border-color: #000; color: #fff;} .textwidget h3{color:#fff;}.ibanner .wpcf7-form select{-moz-appearance: none;-webkit-appearance: menulist;}
.contact-form h4.wg-title{display:none; text-align: center;}
.contact-form{position: fixed; display:block; width: 280px; right:-280px;  height: auto; z-index: 9999; background: rgba(255,255,255,.95); top: 210px; transition:all 300ms; padding: 20px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-form a{position: absolute; width: 215px; height: 43px; display: block; left: -129px; top: 92px; z-index: 2; transform: rotate(-90deg); background: #f7b839; color: #fff; border-bottom: none; padding: 0 13px; text-align: center; text-transform: uppercase; font-size: 14px; text-decoration: none; line-height: 44px; border-top-left-radius: 5px; border-top-right-radius: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-form.open{right: 0;}
.contact-form .wpcf7 .wpcf7-text, .contact-form .wpcf7 .wpcf7-email, .contact-form .wpcf7 .wpcf7-select, .contact-form .wpcf7 .wpcf7-textarea, .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-captchar, .contact-form .wpcf7 option {width: 100%; padding: 8px 0px 6px; border-width: 0px 0px 1px 0; border-radius: 0; font-size: 12px; background:transparent; font-family: inherit;} .contact-form .wpcf7 img.wpcf7-captchac {padding:4px 8px 5px; width:inherit !important; height:inherit !important;}
.contact-form .wpcf7 .wpcf7-textarea {height:55px; vertical-align:top;}
.contact-form .wpcf7 .wpcf7-submit {padding:4px 15px 5px; max-width: 120px;}
.contact-form .wpcf7 .wpcf7-submit:hover{background-color: #f7b839; border-color: #f7b839; } .search-toggle {width:30px; cursor:pointer; text-align:center;}
.search-toggle .icon-search {display:block; height:30px; color:#333; font-size:18px; line-height:30px; transition:all 300ms; -webkit-transition:all 300ms; -moz-transition:all 300ms; -ms-transition:all 300ms;}
.search-toggle .icon-search:hover {color:#999;}
.header .esearch {display:none; position:absolute; top:-11px; right:-10px; padding:0; width:0; z-index:99; transition:width 400ms; -moz-transition:width 400ms; -webkit-transition:width 400ms; -ms-transition:width 400ms;} 
.header .esearch form {position:relative; width:100%;} .header .esearch input.field {width:100%; background:#fff; border:1px solid #d3d3d3; color:#666; border-radius: 25px; -ms-border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; padding:12px 40px 12px 12px;}
.header .esearch button.submit {position:absolute; background:#f0f0f0; border:0 none; color:#666; right:5px; top:5px; padding:0; width:40px; height:40px; font-size:18px; border-radius: 25px; -ms-border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px;} .header .esearch input.field:focus {border-color:#b9b9b9; color:#333;} .header .esearch button.submit:hover {color:#999;}
.header .esearch.show-form {width:245px;} .header-sticky .site-header {padding:0; background:#1d45ae; border-bottom:0 none; z-index: 99;} 
.header-sticky .site-logo {width:188px; float:left; margin-left:10px;}
.header-sticky .inav {width:auto; margin-top:0; margin:0 10px;}
.header-sticky .inav ul li a {padding:15px 20px 11px 20px;} .ifeatured, .section-feature-area {background:transparent; padding:0; border-top: 2px solid #fff;}
.ifeatured .wgs-fd.first, .ifeatured .wgs-fd:first-child, .section-feature-area .wgs-fd.first, .section-feature-area .wgs-fd:first-child {clear:left;}
.ifeatured .wgs-fd, .section-feature-area .wgs-fd, .ifeatured .feature-wgs {margin-bottom:0; width: 20%; float:left;}
.ifeatured .wgs-fd .iboxs, .section-feature-area .wgs-fd .iboxs {padding:0 10px;}.ifeatured .wgs-fd .iboxs .block, .section-feature-area .wgs-fd .iboxs .block{ overflow: hidden;} .ifeatured .wgs-fd.first .iboxs, .section-feature-area .wgs-fd.first .iboxs {padding-left:0;} .ifeatured .wgs-fd.last .iboxs, .section-feature-area .wgs-fd.last .iboxs {padding-right:0;}
.ifeatured .wgs-fd .iboxs.iboxs-alter .wg-title, .section-feature-area .wgs-fd .iboxs.iboxs-alter .wg-title {position:absolute; top:50%; left:50%; width:180px; height:70px; color:#fff; border:2px solid #fff; text-align:center; font-size:24px; line-height:70px; z-index:3; transform:translate(-50%,-50%);} 
.ifeatured .wgs-fd .iboxs.iboxs-alter .wg-title a, .section-feature-area .wgs-fd .iboxs.iboxs-alter .wg-title a {color:#fff; display:block; padding:5px 10px;}
.ifeatured .wgs-fd .iboxs.iboxs-alter .thumbs, .section-feature-area .wgs-fd .iboxs.iboxs-alter .thumbs {margin-bottom:0;} .ifeatured .wgs-fd .iboxs.iboxs-alter:hover .thumbs img {transform:scale(1.1);}
.ifeatured .wgs-fd .iboxs.iboxs-alter .content, .ifeatured .wgs-fd .iboxs.iboxs-alter .over i, .section-feature-area .wgs-fd .iboxs.iboxs-alter .content, .section-feature-area .wgs-fd .iboxs.iboxs-alter .over i {display:none;} 
.feature-wgs + .feature-wgs{}
.ifeatured h3.feature-title{padding: 0; font-size: 20px; font-weight: 700;text-transform: uppercase;}
.ifeatured h3.feature-title a{padding: 0; padding: 0 0 18px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; display: block; transition: all .4s; color: #f7f7f7;}
.iboxs:hover h3.feature-title a{color: #f25821;} .iboxs .block {position:relative; box-sizing: border-box; width: calc(100% + 2px); margin-left: -2px;} 
.iboxs .wg-title {text-transform: capitalize; font-size: 18px; line-height: 24px; font-weight: 700; background: #fff; bottom: 0px; left: 0; right: 0; padding: 15px 10px 8px;} 
.iboxs .wg-title a {-webkit-transition:all 300ms; -moz-transition:all 300ms; -ms-transition:all 300ms; transition:all 300ms; text-decoration:none; color:#333; }
.iboxs .thumbs {width:100%; margin-bottom:0px; position:relative; text-align:center; overflow:hidden; } 
.iboxs .content {background: transparent; font-size: 16px; font-weight: 400;color: #f8f6f6; -ms-transition:all 400ms; -moz-transition:all 400ms; -webkit-transition:all 400ms; transition:all 400ms;} .iboxs .content a{color: #fff; display: block; padding:10px 10px 8px; }
.icontent .iboxs img{border-radius: 0;}
.iboxs .thumbs img {margin:auto; padding:0; max-width:100%; width:100%; height:auto; display:block; -webkit-transition:all ease-out 400ms; -moz-transition:all ease-out 400ms; -ms-transition:all ease-out 400ms; transition:all ease-out 400ms;}
.iboxs .over {display:block; background: rgba(0,0,0,.65); position:absolute; top:0; left:0; right:0; bottom:0; -ms-transition:all 400ms; -moz-transition:all 300ms; -webkit-transition:all 300ms; transition:all 300ms;} 
.iboxs .over::after {content:""; background:#000; height:100%; width:100%; display:block; text-align:center; opacity:0.50; display: none;}
.iboxs .over i {margin:-32px 0 0 -32px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; height:60px; width:60px; line-height:60px; font-size:24px; -ms-transition:all 300ms; -webkit-transition:all 300ms; -moz-transition:all 300ms; transition:all 300ms;  border:1px solid #fff; color:#fff; position:absolute; left:50%; top:50%; z-index:2;} 
.iboxs .over i:hover {color:#fff; border-color:#fff; font-size:20px;} .iboxs:hover .over {opacity:1;} .section.section-service h3{text-transform: inherit; padding-bottom: 18px; } .section.section-bottom-cta, .section-cta{ padding: 65px 0;}
.section-bottom-cta .cta-wrap{position: relative; display: flex; justify-content: space-between; align-items: center;}
.section .section-bottom-cta h3, .section-cta .cta-text h3{padding: 0; font-size: 28px; text-transform: none; color: #fff; font-weight: 700;}
.section span.cta-action a.button{border:2px solid #0a4083; padding: 12px 41px; font-size: 16px; color: #fff; background: #0a4083; font-weight: 500; position: relative; margin: 0;}
.section span.cta-action a.button i{display: none;}
.section span.cta-action a.button:hover{color: #fff; border-color: #000; background-color: #000;}
.fa, .far, .fas{font-family: 'FontAwesome' !important; font-weight: 400 !important;}
.fa-facebook:before {content: "\f09a" !important;} .icontent .section-logos h3{color: #333; text-transform: uppercase; margin-bottom:30px; font-weight: 400;}
.icontent .section-logos h3 strong{font-weight: 700;}
.section-logos .logo-thumb{ max-width: 180px; border: 1px solid #d7d7d7; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 4px;}
.section-logos .logo-thumb img{height: auto; max-width: 100%;} 
.section-logos .owl-prev, .section-logos .owl-next{display: none;}
.section-logo-box .ec-btm-logo .content{ background: #fff;border-radius: 5px;box-shadow: 0px 0px 20px 0px rgba(7, 4, 6, 0.08);} .footer{color: #fff; font-size: 14px; padding: 0;}
.footer .btm{background: url(//www.freedomlending.com/wp-content/themes/scfreedom/images/footer-bg.jpg) no-repeat 0 0; background-size: cover;}
.footer .copyright{padding: 20px 0; background: #09192c;}
.bottom {padding: 70px 0; position: relative; display: flex; flex-wrap: wrap;}
.wgs-footer ul {list-style:none; margin:0; padding:0;}
.wgs-footer ul li {padding: 0; font-size: 14px; line-height: 28px; -ms-transition:all ease-in-out 300ms; -webkit-transition:all ease-in-out 300ms; -moz-transition:all ease-in-out 300ms; transition:all ease-in-out 300ms; position: relative; margin-bottom: 7px;} 
.wgs-footer ul li:before{content: '\f105'; left: 0; color: #fff; font-family: FontAwesome; position: absolute; line-height: 25px; display: inline-block; top: 1px; transition: .3s all; display: none;}
.wgs-footer ul li:hover:before{color: #0e7356;}
.wgs-footer ul li a,.wgs-footer a{color: #fff; font-size: 15px; display: inline-block; font-weight: 500;}
.wgs-footer .textwidget p strong{display: inline-block; min-width: 80px;}
.wgs-footer p{font-size: 16px; color: #fff; line-height: 1.4; font-weight: 400;}
.wgs-footer h6{color: #1c1c1c; text-transform: inherit; font-size: 16px; margin-bottom: 5px; margin-top: 5px;}
.wgs-footer ul li a:hover, .bottom a:hover,.wgs-footer a:hover{color: #fe0000;}
.wgs-footer p img{max-width: 100%; height: auto; margin:0 auto;}
.bottom .bottom-x, .bottom .bottom-a {padding:40px 0 10px;} .bottom .bottom-a {background:#fff;} .bottom .bottom-b {padding:40px 0 0;} 
.bottom .wgs-bottom {width:100%; float:left; margin-bottom:30px;} .bottom .wgs-bottom:last-child {margin-bottom:0;}
.wgs-footer a.button{color: #fff; padding: 12px 26px; margin-top: 15px; font-size: 18px; background: #fe0000; border-color: #0e7356; display: inline-block; transition: .3s all; font-weight: 700;}
.wgs-footer a.button:hover{background: #000; border-color: #000; color: #fff;}
.wgs-footer .gap{display: block; height: 10px;}
.footer img {max-width:100%; height:auto;}  
.footer a, .wgs-footer ul li {text-decoration:none; -webkit-transition:color 350ms; -moz-transition:color 350ms; -ms-transition:color 350ms; transition:color 350ms;} 
.footer a br{display: none;}
.wgs-footer ul li strong{display: inline-block; width: 58px; font-weight: 400;}
.accept-pay span a{font-size: 28px;}
.footer .copyright p.copy-info{margin: 0; padding:0; font-size: 14px; color: #f0efef; text-align: center; font-weight: 600;}
.footer .copyright a{color: inherit;}
.footer .copyright a:hover, .footer a:hover{color: #fe0000;}
.copyright .footer-socials{float: right;} .footer .socials .link{margin: 0 20px 0 0; display: inline-block;} 
.footer .socials .link a i{font-size: 20px; text-align: center; color: #fff; transition: all ease-in-out .4s; display: block; border-radius: 4px;} 
.footer .socials .link a i:hover{color: #0e7356;}
.wgs-footer{box-sizing: border-box; width: 25%; padding-right: 80px; font-size: 16px;}
.wgs-footer:last-of-type{padding-right: 0;}
.wgs-footer .textwidget p{color: #fff; font-size: 16px; font-weight: 500;}
.wgs-footer.nav_menu-2 ul li{display: block;box-sizing: border-box;}
.wgs-footer h3, .wgs-footer h4{font-size:18px; line-height:24px; padding:0 0 12px; color:#fff; font-weight:700; text-transform: uppercase; margin-bottom: 5px;}
.wgs-footer h3, .wgs-footer h5{font-size: 18px; color: #fff} .site-head{transition: .3s all;}
.menu-set .top-menu{display: flex; justify-content: flex-end;}
.inav {position:relative;width:100%; background: linear-gradient(90deg, rgba(59,58,58,1) 0%, rgba(6,6,6,0.6727065826330532) 100%);}
.menu-toggle {display:none;}
.inav ul, .inav ul.menu {list-style:none; margin:0; padding:0;} .inav ul.menu {position:relative;}
.inav ul li { display:inline-block; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box;}
.inav ul li:hover{color: #000;}
.inav ul li.menu-item-has-children a.sf-with-ul{position: relative;} 
.inav ul li.menu-item-has-children a.sf-with-ul:before{content: '\f107'; font-family: FontAwesome; display: inline-block; float: right; margin-left: 4px; line-height: initial;font-size:15px;font-weight:300; margin-top: 3px; color: #fff;}
.inav ul li.custom-menu-item ul {right: 0 !important; left: unset;}
.inav ul li a {color: #fff; font-size: 18px; text-align: center; padding: 20px 25px; text-decoration: none; font-weight: 600; display:block; transition: all ease 400ms; text-transform: uppercase; border-radius: 0;}
.inav ul li a:hover, .inav ul.menu > li.sfHover > a{text-decoration:none; background-color: #c41633;}
.inav ul.menu > li.current-menu-item > a, .inav ul.menu > li.current-menu-item.sfHover > a, .inav ul.menu > li.current-menu-parent > a, .inav ul.menu > li.current-menu-parent.sfHover > a, .inav ul.menu > li.current-page-parent > a, .inav ul.menu > li.current-page-item > a, .inav ul.menu > li.current-page-ancestor > a, .inav ul.menu > li.current-menu-ancestor > a{background-color: #c41633;} .inav ul ul, .inav ul.menu ul, .inav div.menu ul ul li{position:absolute; top:-999em; left:0; width:260px; z-index:999; padding:0; list-style:none; background: #c41633;}
.inav ul li.sfHover ul, .inav ul li:hover ul {top: calc(100% + 0px); left: 0;} .inav ul li.sfHover ul ul, .inav ul li:hover ul ul {top:0; left:261px; margin-top:0;}
.shrink .inav ul li.sfHover ul, .shrink .inav ul li:hover ul{top: calc(100% + 0);}
.inav ul ul li, .inav ul.menu ul li, .inav div.menu ul ul li {width:100%; padding-right:0 !important; padding-left:0 !important; border-bottom:0; margin-left:0; margin-right:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;} .inav ul.sub-menu li {display:block;}
.inav ul ul li a, .inav ul.menu ul li a, .inav div.menu ul ul li a {padding: 10px 10px 10px 16px; text-align:left; display:block; color:#fff; font-size:14px; font-weight:400; border-bottom:0 none; border-radius: 0; text-transform: capitalize;} 
.inav ul ul li a, .inav ul.menu ul ul li a, .inav div.menu ul ul ul li a {font-size:13px; -webkit-transition:background ease .8s, color ease .8s; -moz-transition:background ease .8s, color ease .8s; -ms-transition:background ease .8s, color ease .8s; transition:background ease .8s, color ease .8s;}
.inav ul.menu > li.sfHover > a, .inav ul.menu > li.current-menu-item.sfHover > a, .inav ul.menu > li.current-menu-parent.sfHover > a {background-color: #c41633;}
.inav ul ul li a:hover, .inav ul.sub-menu > li.sfHover > a {color:#fff !important; background: #000;} 
.inav ul.sub-menu > li.current-page-item > a,.inav ul.sub-menu > li.current-page-ancestor > a, 
.inav ul.sub-menu > li.current-page-parent > a {color:#fff !important;}
.inav ul li.on-phone a{display: none;}
.inav ul ul li a{border:none}
.inav ul ul li.current-menu-item a{background: #000;} .flex-direction-nav{display: block;}
.flexslider { position: relative; margin:0 auto; padding: 0; background:#fff; width:100%; overflow:hidden;}
.flexslider .slides, .flexslider .flex-control-nav, .flexslider  .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider .slides {zoom: 1;} .flexslider .slides .thumbs{position: relative;} .flexslider .slides .thumbs img {width: 100%; height:auto; display: block; position: relative;} .flexslider .slides .thumbs:after{content: ''; position: absolute; left: 0; top: 0; display: block; background: rgba(0,0,0,.5); height: 100%; width: 100%;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} .no-js .flexslider .slides > li:first-child {display: block;}
html[xmlns] .flexslider .slides {display: block;} * html .flexslider .slides {height: 1%;} .flex-direction-nav li { background: none !important; padding: 0 !important; }
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev { background-repeat: no-repeat; background-position: 50% 50%; background-size:22px auto; border-radius: 0; -ms-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; height:44px; width:44px; margin-top:-22px; top: 50%; text-indent: -999em; overflow: hidden; position: absolute; z-index: 19; cursor: pointer; opacity: .9; filter: alpha(opacity=90); }
.flex-direction-nav a.flex-prev {background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/prev-g.png); left: 20px; }
.flex-direction-nav a.flex-next {background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/next-g.png); right: 20px; }
.flex-direction-nav a.flex-prev:hover, .flex-direction-nav a.flex-prev:active, .flex-direction-nav a.flex-next:hover, .flex-direction-nav a.flex-next:active { opacity:.6; filter: alpha(opacity=60); }
.flex-direction-nav a.flex-disabled { opacity: .2 !important; filter: alpha(opacity=20); cursor: default; } .flexslider .flex-control-nav { position: absolute; left: 0; line-height: 10px; bottom: 15px; list-style: none; padding: 0; margin: 0 !important; z-index: 18; padding: 0 !important; text-align: center; width: 100%;    }
.flexslider .flex-control-nav li { overflow: hidden; display: inline-block; margin-left: 4px; margin-right: 4px; padding: 0 !important; }
.flexslider .flex-control-nav li a { display: block; width: 10px; height: 10px; line-height: 10px; text-indent: -999em; overflow: hidden; border: 2px solid #fff; background: none; cursor: pointer; border-radius: 50%; -ms-border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -webkit-transition: all 300ms; -moz-transition: all 300ms; -ms-transition: all 300ms; transition: all 300ms; display: none;}
.flexslider .flex-control-nav li a:hover { opacity: .7; }
.flexslider .flex-control-nav li a.flex-active { background: #fff; }
.flexslider .flex-control-nav li a.flex-active:hover { opacity: 1; cursor: default;} .inner-site*{-webkit-transition:all ease-out 400ms; -moz-transition:all ease-out 400ms; transition:all ease-out 400ms; }
.ibanner { position: relative; margin: 0; padding: 0; overflow: hidden;} .ibanner.banner-static {background:#f5f5f5;} .ibanner.only-bc {padding:0 0 10px;}
.ibanner .ebanner { width:100%;margin:0 auto; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;} .ibanner .ebanner img {width:100%; height:auto; max-width:100%;} .ibanner .islider + img{position:absolute; right:50%; bottom:10px; z-index:9; margin-right:-596px;}
.ibanner .slider-fullwidex .flexslider {max-height:96vh;}
.ibanner .ov.ps-lx.tp-fw .cpn a.button i{margin-right: 5px;}
.ibanner .ov.ps-lx.tp-fw .cpn a.btn-alt{background: #f16521; color: #fff; border-color: #f16521;}
.ibanner .ov.ps-lx.tp-fw .cpn a.btn-alt:hover{background: #000; color: #fff; border-color: #000;}
.ibanner .ov.ps-lx.tp-fw .cpn p{margin: 0; padding:0; font-size: 20px; font-weight: 400; margin-bottom: 15px;}
.banner-slider .cpn .econtent .content{display: flex; margin-top: 30px;}
.banner-slider .cpn .econtent .content p img{margin-top: 0; margin-right: 5px;} .ibanner .ov {position: absolute; z-index: 19; width: 100%; top: 50%; left: 0; transform: translateY(-50%);}
.ibanner .ov.ps-vt {top:55px;}
.ibanner .ov.ps-vb {bottom:55px;}
.ibanner .ov.ps-rx {right:0px;}
.ibanner .ov.ps-lx .cpn {width:auto;} .ibanner .ov.ps-rx .cpn {float:right; margin-right:120px; width:520px;}
.ibanner .ov.ps-cx .cpn {max-width:520px;margin:auto;} .ibanner.section .cpn {max-width: 880px; margin: 0 auto; font-size:20px; font-weight: 400; padding:0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.ibanner.section .cpn h3{padding: 0; font-size: 40px; margin-bottom: 15px; text-shadow: 4px 0 8px rgb(0 0 0 / 70%);}
.ibanner .cpn .cta { margin: 8px 0 12px; padding: 0; } 
.ibanner .cpn img {max-width: 420px; height:auto; margin-top: 10px; width: 100%;}
.ibanner .cpn h2{font-size: 36px; font-weight: 600; padding-bottom: 20px; line-height: 1.4; text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);}
.ibanner .cpn h4 {font-size: 24px; margin-bottom: 30px; font-weight: 400; text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);}
.ibanner .cpn .title h3 { font-size:1.8em; }
.ibanner .cpn a.button {background: #c41633; color: #fff; border: 2px solid #c41633; border-radius: 0; padding: 12px 35px; line-height: 1.3; font-size: 18px; font-weight: 700; margin-right: 15px; position: relative; text-transform: uppercase; border-radius: 4px; min-width: 170px;}
.ibanner .cpn a.button:hover {background: #000; border-color: #000; color: #fff; }
.ibanner .cpn a.button.btn-icon{background: #008fd5; border-color: #008fd5; padding: 12px 18px 12px 43px; position: relative;}
.ibanner .cpn a.button.btn-icon:before{position: absolute; content: '\f095'; left: 20px; top: 50%; transform: translateY(-50%); font-family: 'FontAwesome';}
.ibanner .cpn a.button.btn-icon:hover{background: #000; border-color: #000;}
.ibanner .cpn a.button.btn-outline{background: transparent; border-color: #fff; color: #fff;}
.ibanner .cpn a.button.btn-outline:hover{background: #c41633; border-color: #c41633;} .ibanner .wpcf7-form input[type="text"], .ibanner .wpcf7-form input[type="email"], .ibanner .wpcf7-form input[type="url"], .ibanner .wpcf7-form input[type="password"], .ibanner .wpcf7-form input[type="search"], .ibanner .wpcf7-form input[type="tel"], .ibanner .wpcf7-form input[type="date"], .ibanner .wpcf7-form textarea, .ibanner .wpcf7-form select {padding: 7px 10px 6px; color: #9e9e9e;width: 100%; border: 1px solid #c9c9c9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block;font-size:12px; background: #e0e0e0; margin-bottom: 5px;}
select{height: 43px;}
select option {width: 100%;}
.ibanner .wpcf7-form textarea{height:60px;}
.ibanner .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width: 100px !important; margin: 0 !important;}
.ibanner .wpcf7 img.wpcf7-captchac {margin: 0 6px; width: 70px; height: auto; background: #fff; padding: 8px; box-sizing: border-box; border: 1px solid #d0d0d0; border-radius: 4px; display: inline-block;}
.ibanner .wpcf7 .wpcf7-submit{min-width: 100px; border-color: #9e1429;margin-top:4px; background-color:#9e1429;padding:10px 20px; max-width: 165px;}
.ibanner .wpcf7 .wpcf7-submit:hover{background: #dc364f; color: #fff; border-color: #dc364f;}
.ibanner .wpcf7-form-control-wrap{display: block;}.wpcf7-form-control-wrap.msg {padding-bottom: 5px;}
.ibanner .wpcf7 .wpcf7-response-output {line-height: 12px; margin: 6px 0 0; padding: 5px 5px;}
.ibanner .rc-anchor-normal {height: 65px;}
.ibanner .wpcf7 p + p{margin-top: 3px !important;}
.ibanner .wpcf7 .wpcf7-response-output {  font-size: 11px;  line-height: .8;margin: 4px 0 0;padding: 5px;  border: 1px solid #f7b839 !important; }
.ibanner-form .banner-overlay h3 {padding-bottom: 4px;font-size: 18px;}
::-webkit-input-placeholder {color:#010101; opacity: 1;}
::-moz-placeholder { color:#010101; opacity: 1;}
:-ms-input-placeholder {color: #010101; opacity: 1;}
:-moz-placeholder {color:#010101; opacity: 1;}
.banner-overlay .textwidget > p{padding:0; color: #fff; position: relative; font-size: 22px; line-height: 24px; margin-bottom: 15px; font-weight: 700;} .banner-overlay{background: rgba(0,0,0,.8); float: right; padding: 15px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 380px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 6px; width: 100%;}
.banner-overlay h3.banner-title{padding:0; color: #a09d9d; font-size: 22px; float: right;} .cpn ul{margin: 0; padding: 0;}  .cpn ul li{position: relative; padding:0 0 6px 37px; font-size: 32px; line-height: 34px; list-style: none; text-transform: uppercase;}
.cpn ul li:before{content: '\f00c'; font-family: FontAwesome; left: 0; position: absolute;} .ibanner .page-title {bottom:0; padding:0;} 
.ibanner .page-title .title, .ibanner .page-title .sub-title {color:#fff; padding:0; margin:0; text-shadow:1px 1px 4px #666;} 
.ibanner .page-title .title { font-size:36px; text-transform: uppercase;line-height:46px; font-weight: 400;} 
.ibanner .page-title .sub-title {font-size:18px; line-height:24px;}
.ibanner .page-title .title+.sub-title {margin-top:8px;} .ibanner .page-title .title+.cta, .ibanner .page-title .sub-title+.cta {margin-top:8px;}
.ibanner .breadcumb {padding:0 10px; text-shadow:1px 1px 4px #666;} .ibanner.only-bc .breadcumb {text-shadow:none;}
.has-banner .breadcumb, .has-banner .breadcumb a {color:#fff;}  .has-banner .breadcumb .current {color:#fff;} .has-banner .breadcumb a:hover {color:#d6d6d6;}
.ibanner.only-title {background:#f5f5f5 !important;}
.ibanner .cpn.al-center, .ibanner .cpn.center {text-align:center;}
.ibanner .cpn.bg-light { background: rgba(28,77,154,0.8); background: rgba(28,77,154,0.8) }
.ibanner .cpn.bg-none { background: none; padding: 0; } 
.ibanner .cl-light { color: #fff; } .ibanner .cl-dark { color: #000; }
.ibanner .cl-light h1, .ibanner .cl-light h2, .ibanner .cl-light h3, .ibanner .cl-light h4 { color: #fff;}
.ibanner .cl-dark h1, .ibanner .cl-dark h2, .ibanner .cl-dark h3, .ibanner .cl-dark h4 { color: #000; }
.ibanner h1{font-size: 44px; font-weight: 400; margin-bottom: 45px; letter-spacing: -.25px;}
.ibanner h1 strong{font-weight: 600;}
.ibanner h5{font-size: 25px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #a7d3ff; margin-bottom: 5px;}
.ibanner-form{position: absolute; top: 50%; transform: translateY(-50%); z-index: 9; right: 0px;}
.ec-iform .content {background: rgba(25,11,12,1); max-width: 535px; display: block; margin-left: 45px; padding: 22px 20px; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;} .ec-iform form span{width:100% !important;} .ec-iform form span.ajax-loader{width: 16px !important;} .ec-iform .content h3{color: #fff;}
.ec-iform .wpcf7 p + p{margin-top: 10px !important;} .ec-iform .one-half.last{padding-left: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ec-iform input[type="text"], .ec-iform input[type="email"], .ec-iform input[type="tel"], .ec-iform textarea, .ec-iform select {padding: 7px 12px 7px;} .icontent .ec-iform .wpcf7 .wpcf7-textarea{height: 80px;}
.ec-iform .wpcf7 img.wpcf7-captchac{padding: 5px 20px 6px;  margin-right: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ec-iform .wpcf7 .wpcf7-submit{padding: 5px 10px 5px; border-color: #f7b839; background-color: #f7b839; display: inline-block; max-width: 136px;}
.wpcf7 h4 {font-weight:bold !important; padding-top:15px; padding-bottom:8px !important;}
.wpcf7 p {padding:0; margin: 0;} .wpcf7 p > b {font-weight:normal;}  .wpcf7 p + p{margin-top: 10px !important;padding-bottom: 0 !important;}
.wpcf7 p > strong {font-weight:700; display:inline-block; width: 90%;float:left; color:inherit; padding-bottom:0px;}
.quote-form .wpcf7 .wpcf7-text, .quote-form .wpcf7 .wpcf7-email, .quote-form .wpcf7 .wpcf7-select, .quote-form .wpcf7 .wpcf7-textarea, .quote-form .wpcf7 .wpcf7-captchar {width:100%; border-radius: 0px; -ms-border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; padding: 3px 10px 4px 0; border:none; border-bottom: 1px solid #1d45ae; background-color: transparent; color: #1d45ae !important; font-size: 12px;} .quote-form .wpcf7 .wpcf7-textarea{height: 50px;}
.ec-iform .wpcf7 img.wpcf7-captchac {height: auto;}
.wpcf7 .wpcf7-list-item {margin-left:0; padding-right:10px; box-sizing:border-box; width:33.3333%; display:inline-block; margin:8px 0px;}
.contact-page .wpcf7 .wpcf7-list-item, .wpcf7 .wpcf7-list-item{width: 100%; display: inline-block; float: none; margin: 0;}
.contact-page .wpcf7 img.wpcf7-captchac, .wpcf7 img.wpcf7-captchac{width: 100px; padding:8px 5px 4px 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #bdbdbd; text-align: center;}
.contact-page span.wpcf7-form-control-wrap{position: relative;}
span.wpcf7-not-valid-tip{display: inline-block; font-size: 12px; margin-top: 4px;}
.captcha-440 .wpcf7-not-valid-tip{display: none;} .companies-we-represent-page .icontent .wpcf7 .wpcf7-submit{width: auto; max-width:none;} .icontent .formsets {border: 1px solid #484848;}
.icontent .formsets h2 {background:#484848; color:#FFFFFF; font-size: 18px; margin: 0 0 10px; padding: 5px 10px 6px 15px;}
.icontent .formset h3 {background:#5c5c5c; color: #FFFFFF; font-size: 16px; margin: 5px 0 12px; padding: 5px 10px 6px 15px; font-weight:bold;}
.icontent .formset p {padding: 0 15px 5px !important;}
.icontent #post-16 .one-fourth.grid img {width:92%; height:92%;}
.quote-form .wpcf7 .wpcf7-response-output{font-size: 10px; line-height: 13px; padding: 1px 5px; clear: both;}
.wpcf7 .wpcf7-submit.wider {width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.quote-form .wpcf7 .wpcf7-submit{max-width: 120px; padding: 4px 15px 5px; }
.wpcf7 .wpcf7-submit {background: #fe0000; color: #fff; border-color: #fe0000; font-size: 18px; font-weight: 600; border-radius: 6px; transition: all ease 500ms; font-family: 'Rajdhani', sans-serif; display: inline-block; padding: 9px 41px; text-transform: uppercase;}
.contact-page .wpcf7 .wpcf7-submit:focus{background-color: #000; color: #fff; border-color: #000;}
.wpcf7 .wpcf7-submit:hover, .quote-form .wpcf7 .wpcf7-submit:hover{background: #000; border-color: #000;}
.wpcf7 .wpcf7-response-output {background:#fff; font-size:12px; line-height:16px; margin:12px 0 8px; text-align:center; padding:8px 15px 9px; border:2px solid #747474 !important; border-radius:3px; -ms-border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;color:#000;} 
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {border-color: #e21515 !important; clear: both;}
.wpcf7 img.ajax-loader {width:12px !important; height:12px !important; position:absolute; margin-left:-20px !important; margin-top:12px;} 
.contact-page .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{margin-right: 0 !important;}
.contact-page .wpcf7 .wpcf7-form-control-wrap.ishuman{margin-right: 10px;}
.wpcf7 .wpcf7-form-control-wrap.ishuman {display:inline-block !important; width:auto;} .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar {width:108px !important; margin-right:10px;}
.wpcf7-form-control.wpcf7-captchar.wpcf7-not-valid {border-color: #f7b839;} .slider-boxed .flexslider {overflow:visible;}
.slider-boxed .flex-direction-nav a.flex-next {right:-45px;} .slider-boxed .flex-direction-nav a.flex-prev {left:-45px;}
.contact-form h4.wg-title{display:none; text-align: center;}
.contact-form{position: fixed; display:block; width: 280px; right:-280px;  height: auto; z-index: 9999; background: rgba(255,255,255,.95); top: 210px; transition:all 300ms; padding: 20px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-form a{position: absolute; width: 150px; height: 45px; display: block; left: -118px; top: 90px; z-index: 2; transform: rotate(-90deg); background: #f7b839; color: #fff; border-bottom: none; padding: 7px 13px; text-align: center; text-transform: uppercase; font-size: 16px; text-decoration: none; line-height: 22px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.contact-form.open{right: 0;} .contact-form .wpcf7 .wpcf7-text, .contact-form .wpcf7 .wpcf7-email, .contact-form .wpcf7 .wpcf7-select, .contact-form .wpcf7 .wpcf7-textarea, .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-captchar, .contact-form .wpcf7 option {width: 100%; padding: 8px 0px 6px; border-width: 0px 0px 1px 0; border-radius: 0; font-size: 12px; background:transparent; font-family: inherit;} 
.contact-form .wpcf7 img.wpcf7-captchac {padding:4px 8px 5px; width:inherit !important; height:inherit !important;}
.contact-form .wpcf7 .wpcf7-textarea {height:55px; vertical-align:top;}
.contact-form .wpcf7 .wpcf7-submit {padding:4px 15px 5px; max-width: 120px;}
.contact-form .wpcf7 .wpcf7-submit:hover{background-color: #f7b839; border-color: #f7b839; } .breadcumb {font-size:12px; line-height:24px; color:#666; margin:8px 0 0; text-transform:uppercase;} .breadcumb .current {color:#333; font-weight:400;}
.breadcumb a {color:#666; text-decoration:none; padding-right:2px;} .breadcumb a:hover {color:#000; text-decoration:none;}
.breadcumb.al-left {text-align:left;} .breadcumb.al-right {text-align:right;} .breadcumb.al-center {text-align:center;} .itabs { margin-top:15px;}
.itabs-default .tabs-nav {list-style:none; margin:0; padding:0; border-bottom:0; overflow:hidden;}
.itabs-default .tabs-nav li {border-bottom:0 none; margin:0; padding:0; font-size:18px; display:inline; text-transform:uppercase;}
.itabs-default .tabs-nav li a {color:#fff; background:#000; font-weight:bold; text-decoration:none; display:inline-block; padding:8px 20px 9px;}
.itabs-default .tabs-nav li a:hover {background:#555555; color:#fff} .itabs-default .tabs-nav li.active a {background:#fff; color:#000;}
.itabs-default .tabs-container {padding:10px 0 10px; background:#fff;} .itabs-default .tab-content {padding:15px 25px 10px;} .iaccordion h3.title, .iaccordion .ui-accordion-header {font-size:20px; font-weight:600; line-height:24px; color:#4d4d4f; padding:10px 30px 11px 50px; border:1px solid #d7d6d6; border-bottom:0; border-left-color:#fff; border-right-color:#fff; background:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/to-close.png) no-repeat 10px 50%;} 
.iaccordion h3.title.ui-accordion-header-active, .iaccordion h3.title.ui-state-active, .iaccordion .ui-accordion-header.ui-state-active {background:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/to-expand.png) no-repeat 10px 50%; border-color:#d7d6d6;} .iaccordion .entry+.title { margin-top:-1px;}
.iaccordion h3.title a, .iaccordion .ui-accordion-header a {color:#4d4d4f; text-decoration:none;}
.iaccordion .entry, .iaccordion .ui-accordion-content {border:1px solid #d7d6d6; border-top:0; padding:8px 30px 15px 50px;} .iaccordion h3.title, .iaccordion .ui-accordion-header {font-size:20px; font-weight:300; line-height:24px; color:#4d4d4f; padding:10px 30px 11px 50px; border:1px solid #d7d6d6; border-bottom:0; border-left-color:#fff; border-right-color:#fff; background:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/to-close.png) no-repeat 10px 50%;} 
.iaccordion h3.title.ui-accordion-header-active, .iaccordion h3.title.ui-state-active, .iaccordion .ui-accordion-header.ui-state-active {background:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/to-expand.png) no-repeat 10px 50%; border-color:#d7d6d6;} .iaccordion .entry+.title { margin-top:-1px;}
.iaccordion h3.title a, .iaccordion .ui-accordion-header a {color:#4d4d4f; text-decoration:none;}
.iaccordion .entry, .iaccordion .ui-accordion-content {border:1px solid #d7d6d6; border-top:0; padding:8px 30px 15px 50px;} .iaccordion h3.title, .iaccordion .ui-accordion-header {font-size:20px; font-weight:300; line-height:24px; color:#4d4d4f; padding:10px 30px 11px 50px; border:1px solid #d7d6d6; border-bottom:0; border-left-color:#0089d9; border-right-color:#0089d9; background:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/to-close.png) no-repeat 10px 50%;} 
.iaccordion h3.title.ui-accordion-header-active, .iaccordion h3.title.ui-state-active, .iaccordion .ui-accordion-header.ui-state-active {background:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/to-expand.png) no-repeat 10px 50%; border-color:#d7d6d6;} .iaccordion .entry+.title { margin-top:-1px;}
.iaccordion h3.title a, .iaccordion .ui-accordion-header a {color:#4d4d4f; text-decoration:none;}
.iaccordion .entry, .iaccordion .ui-accordion-content {border:1px solid #d7d6d6; border-top:0; padding:8px 30px 15px 50px;}
.accordion-area {margin-bottom:20px;}
.accordion-section{margin-bottom: 10px; overflow: hidden; border-radius: 4px;}
.accordion-section a.accordion-section-title {background: #fff; color: #0c2139 !important; font-size: 20px; padding:6px 20px 7px; text-decoration:none; display:block; font-weight: 600;} .accordion-section a.accordion-section-title:hover, .accordion-section a.accordion-section-title.active {background: #fff; color: #008fd5 !important;}
.accordion-section .accordion-section-content {display:none; padding:15px 20px 20px; overflow:hidden;} .accordion-section .accordion-section-content.open {display:block;}
.accordion-section .accordion-section-content p{font-size: 14px; color: #000;}
.accordion-section .accordion-section-content table:last-child {margin-bottom:0;}
.accordion-area a.accordion-section-title {background: #fff; position:relative; color:#0c2139 !important; padding: 10px 50px 10px 25px;}
.accordion-area .accordion-section:last-of-type a.accordion-section-title {border-bottom:0 none;}
.accordion-area a.accordion-section-title .left-arrow{position: absolute; right: 2px; top: 2px;}
.accordion-area a.accordion-section-title .left-arrow:before {content:''; display:block; font-size: 14px; font-family:FontAwesome; position:absolute; right:15px; top: 20px; width: 10px; height: 2px; background-color: #0c2139;}
.accordion-area a.accordion-section-title .left-arrow:after {content:''; display:block; font-size: 14px; font-family:FontAwesome; position:absolute; right:15px; top: 20px; width: 10px; height: 2px; background-color: #0c2139; transform: rotate(-90deg); transition: .3s all;}
.accordion-area a.accordion-section-title.active .left-arrow:before {background-color: #008fd5;}
.accordion-area a.accordion-section-title.active .left-arrow:after {background-color: #008fd5;} .accordion-area a.accordion-section-title.active .left-arrow:after {opacity: 0;}
.accordion-area .accordion-section-content {padding: 0 50px 15px 25px; background:#fff;}
.accordion-area .accordion-section:last-of-type .accordion-section-content {border-bottom:0 none;} .owl-nav { list-style:none; margin:0; padding:0; text-align:center; line-height:10px;}
.owl-nav .owl-prev, .owl-nav .owl-next {position:absolute; top: 50%; height: 40px; line-height: 40px; width: 40px; background-repeat: no-repeat; background-position:50% 50%; background-size: 10px auto; text-indent:-999em; text-align: left; z-index: 29; transition:opacity 350ms, background-color 350ms; -ms-transition:opacity 350ms, background-color 350ms; transform: translateY(-50%);}
.section.section-parallax2 .owl-nav .owl-prev{background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/prev-icon.png); margin-top: -60px; background-size: 25px auto;}
.section.section-parallax2 .owl-nav .owl-next{background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/next-icon.png); margin-top: -60px; background-size: 25px auto;}
.owl-nav .owl-prev {left:-45px; background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/prev.png);} .owl-nav .owl-next {right:-45px; background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/next.png);}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {opacity:.7;}
.owl-dots { padding:0; text-align:center; line-height:10px; position:relative; z-index:19; margin-top: 20px;} 
.owl-dots .owl-dot {display:inline; margin:0 3px;} .owl-dots .owl-dot span {display:inline-block; padding:0; line-height:10px; height: 8px; width: 8px; background: #bcbec0; text-indent:-999em; text-align:left; border-radius:50px;} 
.owl-dots .owl-dot.active span {background:#555c63;} .wpcf7 .ishuman .wpcf7-not-valid-tip {display:none;}
.wpcf7 .column .one-fifth {float:left; width:20%; padding-right:10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.wpcf7 .column .one-fifth.last {padding-right:0;}
.wpcf7 .form-career input[type="text"], .wpcf7 .form-career input[type="email"], .wpcf7 .form-career input[type="tel"], .wpcf7 .form-career textarea, .wpcf7 .form-career select {width:100% !important;}
.wpcf7 .form-career strong {width:auto; display:block;}
.wpcf7 .form-career span.wpcf7-form-control-wrap {width:auto; display:block;}
.wpcf7 .form-career span.wpcf7-form-control-wrap.acceptance {display:inline-block;}
.wpcf7 .form-career input[type="radio"] {vertical-align:baseline;}
.wpcf7 .sameline .wpcf7-list-item {width:auto; padding-right:10px;} .wgs-side {margin-bottom:25px;} .wgs-side:last-child {margin-bottom:5px;}
.wgs-side h3 {font-size:18px; line-height:24px; padding-bottom:12px; font-weight:500;} 
.wgs-side h4 {font-size:16px; line-height:24px; padding-bottom:12px; font-weight:500;}
.wgs-side .wg-title {background: #0482c5; color:#fff; text-align:center; margin-bottom:18px; padding:9px 15px 10px; box-sizing:border-box; text-transform:uppercase; font-size:14px; line-height:24px;}
.wgs-side a {color:#1c1c1c; text-decoration:none;} .wgs-side a:hover {color: #c90000;}
.wgs-side ul {list-style:none; margin:0; padding:0;} .wgs-side ul ul {margin-top:4px;}
.wgs-side li {padding:0 0 8px;} .wgs-side li:last-child {border-bottom:0 none;}
.wgs-side li li {border-bottom:0 none; padding:4px 0 4px;}
.wgs-side.widget_nav_menu .wg-title+ul, .wgs-side.widget_categories .wg-title+ul, .wgs-side.wgs-side-blog .wg-title+ul {margin-top:-10px;}
.wgs-side.widget_nav_menu ul li, .wgs-side.widget_categories ul li, .wgs-side.wgs-side-blog ul li {padding:0; border-bottom:1px dotted #dcdcdc; font-size:16px; line-height:22px; font-weight:400;}
.wgs-side.widget_nav_menu ul li:last-child, .wgs-side.widget_categories ul li:last-child, .wgs-side.wgs-side-blog ul li:last-child {border-bottom:0 none;}
.wgs-side.widget_nav_menu ul li a, .wgs-side.widget_categories ul li a, .wgs-side.wgs-side-blog ul li a {padding:10px 0 11px; display:inline-block;} 
.wgs-side.widget_categories ul li {padding:10px 0 11px; color:#999;} .wgs-side.widget_categories ul li a {padding:0 5px 0 0;}
.wgs-side.widget-nio-posts .wg-title + ul {margin-top:5px;}
.wgs-side.widget-nio-posts .irecent-posts .items {margin-bottom:15px;} .wgs-side.wgs-side-woo {padding-bottom:20px; border-bottom:1px solid #ccc; margin-bottom:18px;} .wgs-side.wgs-side-woo:last-child {margin-bottom:0;}
.wgs-side.wgs-side-woo .wg-title {background:none; text-align:left; padding:0; color:#000; margin-bottom:8px;}
.wgs-side.wgs-side-woo ul li {padding:0; position:relative;} .wgs-side.wgs-side-woo ul li ul {margin-top:-2px; margin-bottom:4px; margin-left:25px;}
.wgs-side.wgs-side-woo ul li a { padding:4px 50px 5px 0px; font-weight:400; display:block; color:#666; font-size:14px; line-height:20px;} 
.wgs-side.wgs-side-woo ul li a:hover {color:#000;}
.wgs-side.wgs-side-woo li span.count {position:absolute; right:2px; top:4px; line-height:20px; color:#999; font-size:11px; font-weight:500;}
.wgs-side.wgs-side-woo.widget_product_categories ul li a:before, .wgs-side.wgs-side-woo.widget_layered_nav ul li a:before {content:""; display:inline-block; margin-right:8px; background:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/woo-list.png) no-repeat 0 0; background-size:13px auto; height:13px; width:13px; margin-top:4px; vertical-align:top;}
.wgs-side.wgs-side-woo.widget_product_categories ul li.current-cat > a:before, .wgs-side.wgs-side-woo.widget_layered_nav ul li.chosen > a:before, .wgs-side.wgs-side-woo.widget_product_categories ul li.current-cat-parent > a:before {background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/woo-list-act.png);}
.wgs-side.wgs-side-woo.widget_layered_nav ul li.chosen:hover > a:before {background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/woo-list-cros.png);} .widget_search form {overflow:hidden; margin-bottom:0; position:relative;} .wgs-side.widget_search .widget-content {padding:0;}
.widget_search input.field {background:#fff; color:#979797; font-size:13px; line-height:19px; height:52px; border:1px solid #e8e8e8 !important; border-radius:0; -ms-border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; margin:0; padding:8px 60px 10px 10px; width:100%;} .widget_search input.field:focus {border-color:#c9c9c9 !important;}
.widget_search .submit {background:#fff; color:#6f6f6f; width:56px; padding:0; border:0; border-left:1px solid #e8e8e8 !important; border-radius:0; -ms-border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; cursor:pointer; overflow:hidden; position:absolute; top:1px; bottom:1px; right:1px; margin:0;} 
.widget_search .submit:hover {background:#fff; border:0; color:#212121;} .widget_search .submit span {display:none;} .irecent-posts {list-style:none; margin:0; padding:0; line-height:20px;} 
.irecent-posts .items {margin-bottom:30px; border-bottom:0 none; padding:0; overflow:hidden;} 
.irecent-posts .thumbs {margin:0 15px 15px 0; width:100px; float:left; position:relative; text-align:center;} 
.irecent-posts .thumbs a {padding:0 !important;} .irecent-posts .thumbs img {max-width:100%; height:auto; margin:0; display:block;}
.irecent-posts .date {color:#999; margin-bottom:4px; margin-top:0; text-transform:uppercase; font-weight:400; font-size:12px; line-height:18px;}
.irecent-posts .thumbs+.entry {overflow:hidden;}
.irecent-posts .more {margin-top:-5px; font-weight:400; font-size:12px;} 
.irecent-posts .link-more {background: transparent; padding: 0 0 0 25px; border: 0; position: relative; font-weight: 500; color: #0f74bd; text-transform: capitalize; font-size: 16px; margin-top: 15px; display: block;} 
.irecent-posts .link-more:hover {background: transparent; border: 0; color: #002f5d;}
.irecent-posts .link-more:before{position: absolute; content: '\f178'; left: 0; top: 50%; transform: translateY(-50%); font-family: 'FontAwesome';}
.irecent-posts .items:hover .more a.link-more{color: #0c2139;}
.irecent-posts .title {font-size: 24px; font-weight: 700;}  .irecent-posts .title+.date {margin-top:-8px; margin-bottom:10px;}
.irecent-posts .col-x4 .title, .irecent-posts.has-featured .title {font-size:16px; line-height:22px;}
.irecent-posts .title a {text-decoration:none; padding:0 !important;} .irecent-posts .title a:hover {color: #0f74bd;}
.irecent-posts .cats {color:#999; text-transform:uppercase; font-size:12px; margin-bottom:8px; margin-top:-6px;}
.irecent-posts .over {display:block; opacity:0; position:absolute; top:0; left:0; right:0; bottom:0; transition:all 300ms; -ms-transition:all 400ms; -webkit-transition:all 400ms; -ms-transition:all 300ms;} 
.irecent-posts .over::after {content:""; background:#000; height:100%; width:100%; display:block; text-align:center; opacity:0.4; border-radius: 6px 6px 0 0;}
.irecent-posts .over i {display: none; margin:-16px 0 0 -16px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; height:30px; width:30px; line-height:30px; font-size:15px; transition:all 300ms; -ms-transition:all 300ms; -ms-transition:all 300ms; -webkit-transition:all 300ms; border:1px solid #fff; color:#fff; position:absolute; left:50%; top:50%; z-index:2; text-align:center;} 
.irecent-posts .over i:hover {color:#ccc; border-color:#ccc;} 
.irecent-posts .items:hover .over {opacity:1;} .irecent-posts .items:hover .title a, .irecent-posts .items:hover .more a {color: #0f74bd;} .wrap {background:#fff;} .wrapper {padding:40px 0 35px;} 
.wrapper.iwoocommerce {padding:25px 0 15px;} .wrapper.iwoocommerce.wc-sp {padding-bottom:0;}
.icontent {padding:0;} .rightside {float:right;} .leftside {float:left;} 
.right-sidebar.alter-sidebar .rightside, .left-sidebar.alter-sidebar .icontent {float:left;} 
.left-sidebar.alter-sidebar .leftside, .right-sidebar.alter-sidebar .icontent {float:right;}
.iblog.right-sidebar .content-indent, .single-page.right-sidebar .content-indent { padding-right:20px;} .sidebar span.wpcf7-form-control-wrap, .one-half span.wpcf7-form-control-wrap, 
.col-full span.wpcf7-form-control-wrap, .wider-field span.wpcf7-form-control-wrap {display:inline-block; width: 100%;} 
.sidebar .wpcf7 p > strong, .wpcf7 .one-half p > strong, .wpcf7 .col-full p > strong, .wpcf7 .wider-field p > strong {width:auto; display:block;}
.sidebar .wpcf7 p > strong+br, .wpcf7 .one-half p > strong+br, .wpcf7 .col-full p > strong+br, .wpcf7 .wider-field p > strong+br {display:none;}
.sidebar input[type="text"], .sidebar input[type="password"], .sidebar input[type="email"], .sidebar input.wpcf7-text, .sidebar select, .sidebar textarea, .sidebar .wpcf7-textarea, .one-half input[type="text"], .one-half input[type="password"], .one-half input[type="email"], .one-half input.wpcf7-text, .one-half select, .one-half textarea, .one-half .wpcf7-textarea, .col-full input[type="text"], .col-full input[type="password"], .col-full input[type="email"], .col-full input.wpcf7-text, .col-full select, .col-full textarea, .col-full .wpcf7-textarea, .wider-field input[type="text"], .wider-field input[type="password"], .wider-field input[type="email"], .wider-field input.wpcf7-text, .wider-field select, .wider-field textarea {width:100%;} .container-section{padding: 90px 0;}
.section-inner.container-section{padding:50px 0;}
.section-logos{padding: 60px 0;}
.container-section.iparallax {background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment: fixed;} 
.container-section.iparallax.section-customize h3{padding-bottom: 15px;} 
.container-section.iparallax.section-customize h3 + p{max-width: 770px; width: 100%; margin: 0 auto; font-size: 18px;}
.section-no-pad img.aligncenter, .no-pad img.aligncenter {margin:0 auto;}
.section-light {color:#fff;} .section-grey-dark {background-color:#3f3f3f;}
.section-black {background-color:#000; color:#fff;} 
.section-grey {background-color:#f7f7f7; color:#666;}
.section-light .content h3, .section-light .content h4, .section-light .content h5, .section-light .content h2, .section-light .content h1, 
.section-light .content blockquote, .section-light .content h3 strong, .section-light .content h2 strong, .section-light .content .heading,
.section-light .content .heading.heading-block, .section-light .content a {color:#fff;}
.section-light .box-icon a, .section-light a {color:#fff; text-decoration:none;} 
.section-light .box-icon a:hover, .section-light a:hover {color:#fff;}
.section-light a.button:hover  {background:#fff; color:#252627; border-color:#fff;}
.section-light a.btn-trans {color:#fff; border-color:#fff; background-color:transparent;} 
.section-light a.btn-trans:hover {color:#333; border-color:#fff; background-color:#fff;} 
.container-section.has-bg {position:relative; background-repeat:no-repeat; background-size:cover; background-position:50% 50%;} 
.container-section.has-bg .wrap-section {z-index:1;} 
.container-section .bg-overlay {position:absolute; z-index:0; background:rgba(0,0,0,.67); left:0; right:0; top:0; bottom:0;}
.iparallax {position:relative;} .iparallax .wrap-section {z-index:1;}
.iparallax .parallax-overlay {position:absolute; z-index:0; left:0; right:0; top:0; bottom:0;background: rgba(7,54,140,.9);}
.iparallax .parallax-overlay > span {display:none;}
.iparallax .parallax-overlay.overlay-half {left:50%; background-position:0 0; background-repeat:repeat; background-size:auto;}
.iparallax .parallax-overlay.overlay-style1, .iparallax .parallax-overlay.overlay-style2 {background-size:cover; background-repeat:no-repeat;} 
.iparallax .parallax-overlay.overlay-style1 {right:50%; background-position:100% 50%;} 
.iparallax .parallax-overlay.overlay-style2 {left:50%; background-position:0 50%;}
.parallax-overlay.overlay-style1:before, .parallax-overlay.overlay-style2:before{content: ''; left: 0; top: 0; background: rgba(0,0,0,.7); width: 100%; height: 100%; display: block;}  .iblog .heading-title { font-size:30px; line-height:36px; color:#000; padding:0; margin-bottom:25px;}
.iblog .ep {margin-bottom:30px;} .iblog .ep.first {clear:left;} .iblog .ep .entry-content {margin-bottom:10px;}
.iblog .ep h1.heading, .iblog .ep h2.heading, .iblog .ep .heading {font-size: 24px; color:#333; padding-bottom:12px; font-weight:700;}
.iblog .ep .heading a {color:#000; text-decoration:none;} .iblog .ep .heading a:hover {color:#747474;}
.iblog .ep .summary{display: flex; align-items: center;}
.iblog:not(.iblog-post) .ep .thumbs{position:relative; flex-shrink: 0; max-width: 320px; margin-right: 20px;}
.iblog.iblog-post .ep .thumbs{margin-bottom: 20px;}
.iblog .ep .thumbs img {max-width:100%; height:auto; display:block;} 
.iblog .ep .over {display:none; opacity:0; position:absolute; top:0; left:0; right:0; bottom:0; transition:all 300ms; -ms-transition:all 300ms; -moz-transition:all 400ms; -webkit-transition:all 300ms;} 
.iblog .ep .over::after {content:""; background:#000; height:100%; width:100%; display:block; text-align:center; opacity:0.4;}
.iblog .ep .over i {margin:-25px 0 0 -25px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; height:50px; width:50px; line-height:50px; font-size:15px; transition:all 300ms; -moz-transition:all 300ms; -ms-transition:all 300ms; -webkit-transition:all 400ms; border:1px solid #fff; color:#fff; position:absolute; left:50%; top:50%; z-index:2; text-align:center;} 
.iblog .ep .over i:hover {color:#ccc; border-color:#ccc;} .iblog .ep .thumbs:hover .over {opacity:1;}
.iblog .ep .entry-more {margin-top:15px;} .iblog .ep .entry-more a {background: #c41633; padding:10px 25px 11px; margin:0; border:0 none; color:#fff; font-size:14px; line-height:24px; font-weight:500;} .iblog .ep .entry-more a:hover {color:#fff; background:#000;}
.iblog .ep .post-meta {font-weight:400; color:#999; margin:8px 0 4px; font-size:14px; line-height:18px; text-transform:uppercase;}
.iblog .ep .heading+.post-meta {margin-top:-5px; margin-bottom:15px;}
.iblog .ep.esingle .post-title .heading {font-size: 30px; text-transform: uppercase; font-weight: 700;} 
.iblog .ep.eloop {padding-bottom:35px; border-bottom:1px solid #dadada;} .ibox.ibox-lightbox .content{background:#1d3992 url(//www.freedomlending.com/wp-content/themes/scfreedom/images/line.png) repeat-x 0 0; padding: 22px 30px 22px 40px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; color: #fff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; }
.ibox.ibox-lightbox h3{color: #fff;}
.ibox.ibox-lightbox ul{margin: 0; padding: 0; list-style-type: none;}
.ibox.ibox-lightbox ul li {padding: 0px 0 18px 0; background: url(//www.freedomlending.com/wp-content/themes/scfreedom/images/list.png) no-repeat; background-size: 5px auto; display: inline-block; padding-left: 16px; background-position: left 8px;}
.ibox.ibox-lightbox ul li:last-child{padding-bottom:0}
.icontent p{font-size: 15px;}
.icontent a {text-decoration: none;}
.icontent a.button{color: #fff; padding: 10px 27px; background: #c41633; border: 1px solid #c41633; margin-top: 15px; margin-right: 10px; text-transform: uppercase; border-radius: 4px;}
.icontent a.button.btn-trans{background: transparent; padding: 0 0 0 25px; border: 0; position: relative; font-weight: 500; color: #0f74bd; text-transform: capitalize;}
.icontent a.button.btn-outline{background: transparent; border: 0; position: relative; font-weight: 700; color: #0f74bd; padding-left: 35px;}
.icontent a.button.btn-outline:hover{background: transparent; border: 0; color: #c41633;}
.icontent a.button.btn-outline:before{position: absolute; content: '\f095'; left: 10px; top: 50%; transform: translateY(-50%); font-family: 'FontAwesome';}
.icontent a.button.btn-trans:hover{background: transparent; border: 0; color: #002f5d;}
.icontent a.button.btn-trans:before{position: absolute; content: '\f178'; left: 0; top: 50%; transform: translateY(-50%); font-family: 'FontAwesome';}
.icontent a.button:hover{text-decoration:none; color:#fff; background: #000; border-color: #000;}
.icontent p + a.button{margin-top: 10px;}
.icontent .section-service p + a.button{margin-top: 12px;}
.icontent .section-service a.button{font-size: 15px; padding: 9px 15px 7px 16px;}
.icontent a:hover {color: #008fd5;}
.icontent a.link-qt-btn{color: #fff;}
.icontent h1.heading, .icontent h2.heading, .icontent h3.heading { font-size:30px; line-height:36px;}
.icontent .heading a {color:#dadada; text-decoration:none; transition:color 350ms; -ms-transition:color 350ms; -webkit-transition:color 350ms; -moz-transition:color 350ms;} .icontent .heading a:hover {color:#000000; text-decoration:none;}
.icontent p:empty{display:none;}
.icontent h1{font-size:46px; line-height: 1.3;}
.icontent h2{font-size: 45px; line-height: 1.4;}
.icontent h3 {font-size:36px; line-height:1.2;}
.icontent h4 {font-size:24px; line-height:1.2;}
.icontent h5 {font-size:20px; line-height:1.2;}
.icontent h6 {font-size:18px; line-height:1.2;}
.icontent h1 strong {font-size: .8em; font-weight: 400; display: block;}
.icontent hr {border:none; background: #f1f3f7; clear:both; height: 1px; margin: 20px 0 25px;}
.icontent .divider { border-bottom:1px solid #dbdbdb; clear:both; margin:30px 0 25px; }
.icontent .divider.divider-post {border-color:#000; padding-top:0; margin-bottom:65px; margin-top:40px; float:left; width:100%;}
.icontent .cats-list .divider.divider-post {float:none; margin-bottom:40px;}
.icontent .line {clear:both; line-height:0; margin:25px 0 20px;}  .icontent .line+h3 {padding-top:20px;}
.icontent .line.line-center {text-align:center;} .icontent .line.line-left {text-align:left;} .icontent .line.line-right {text-align:right;}
.icontent .line i {background:#747474; display:inline-block; height:4px; } 
.icontent .line-size-small i {width:75px;} .icontent .line-size-large i {width:150px;}
.icontent .gap {display:block; clear:both; overflow:hidden;} 
.icontent .gap-size-10, .icontent .gap-size-small {height:10px;} 
.icontent .gap-size-20, .icontent .gap-size-medium {height:20px;} 
.icontent .gap-size-30, .icontent .gap-size-large {height:30px;}
.icontent blockquote {margin:0 0 15px; padding:6px 0 10px 25px; font-size:14px; line-height:24px; font-style:normal; color:#4e4e4e; overflow:hidden; border-left:3px solid #aeaead;} 
.icontent blockquote p {padding:0 0 8px; font-size:14px; line-height:24px; font-style:italic;} 
.icontent blockquote+h5 {margin-top:-15px; font-style:italic; text-align:right; font-size:16px; margin-bottom:12px; color:#222;}
.icontent .iquote .block p.ratings{color: #ebf154}
.icontent .iquote .block {font-size:15px; font-weight:400; padding:0; position:relative; max-width: 600px; margin: 0 auto; color: #fff; text-align: center; padding-top: 45px;}
.icontent .iquote .block:before{position: absolute; left: 50%; top: -8px; content: '\f10d'; font-family: 'FontAwesome'; color: #e3e3e3; transform: translateX(-50%); font-size: 40px; z-index: -1;}
.icontent .iquote .block .quote-author{padding:0; position: relative;}
.icontent .iquote .block .quote-heading p {font-weight:700;font-style: italic;font-size: 20px;}
.icontent .iquote .block .quote-author h4{padding:0;font-weight: 600; color: #555c63;font-size: 18px; margin-top: 25px; font-family: 'Rajdhani', sans-serif; font-style: italic;} 
.icontent .iquote .block .quote-author p{padding:0; font-size: 14px; font-weight: 500;}
.icontent .iquote .quote-by {position:relative; padding-top:20px; margin-top:15px;}
.icontent .iquote .quote-by h4 {font-size:15px; line-height:normal; padding:0 0 5px;} 
.iquote .quote-by p {font-size:13px; line-height:normal;}
.icontent .iquote .block p{line-height: 1.5; color: #555c63; font-style: italic; font-size: 18px;}
.icontent .entry > ol {list-style:decimal; margin:-4px 0 12px; padding:0; padding-left:20px;}
.icontent .entry > ol > ol {margin:0px; padding-left:20px}
.icontent .entry > ol > li {line-height:21px; padding:0 5px 5px; font-size:14px; line-height:19px;}
.icontent .entry ul {margin: 0px 0 10px; padding: 0; list-style: none;} 
.icontent .entry ul li {margin: 0 0 13px; padding: 0 0 0 25px;}
.icontent .entry ul li a:hover{text-decoration: none;}
.icontent .entry .ibox.ibox-lightbox ul li {margin:0px; padding: 0 0 15px 15px;}
.icontent .entry > ul:last-child, .icontent .content > ul:last-child {margin-bottom:0;}
.icontent .article.not-found.error404 { padding-bottom:0; text-align:center;}
.icontent .article.not-found.error404 .heading {font-size:60px; line-height:60px; text-transform:uppercase; letter-spacing:-1px;}
.icontent .article.not-found.error404 .heading strong {line-height: 52px; font-size: 78px;}
.icontent .article.not-found.no-post .heading {font-size:24px; line-height:32px;}
.icontent .article.not-found input.field {width:260px;}
.icontent img {max-width:100%; height:auto; box-sizing: border-box; border-radius: 6px;}
.icontent .section-service img{margin-bottom: 14px;}
img.alignright {float:right; margin: 10px 0 10px 40px; clear:right;}
img.alignleft {float:left; margin: 0 20px 10px 0; clear:left;}
img.alignalone {margin:5px auto 12px;}
img.aligncenter {margin:0 auto 15px; display:block;}
img.border {background:#d2d2d2; padding:4px;}
.section-nak-home{padding: 60px 0; color: #333;}
.icontent .section-nak-home h3{font-weight: 400; color: inherit;}
.ec-light.ec-home .content{padding: 20px 18px 30px 20px; max-width: 535px; background-color: #8b8b8b; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: right;}
.ec-light.ec-home .content h3{text-transform: uppercase; font-weight: 700;}
.icontent .ec-light .wpcf7 p{margin: 0; padding: 0;}
.section.section-coughlins .column.last{padding-left: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden;}
.ec-light.ec-home span.wpcf7-form-control-wrap, .ec-light.ec-home .one-half span.wpcf7-form-control-wrap, .ec-light.ec-home .col-full span.wpcf7-form-control-wrap, .ec-light.ec-home .wider-field span.wpcf7-form-control-wrap{width: 100%;}
.ec-light.ec-home input[type="text"], .ec-light.ec-home input[type="email"], .ec-light.ec-home input[type="url"], .ec-light.ec-home input[type="password"], .ec-light.ec-home input[type="search"], .ec-light.ec-home input[type="tel"], .ec-light.ec-home input[type="date"], .ec-light.ec-home textarea, .ec-light.ec-home select{padding:9px 12px 7px; border:0;}
.icontent .ec-light.ec-home textarea{height: 129px;}
.ec-light.ec-home .wpcf7 img.wpcf7-captchac{height: 17px;}
.ec-light.ec-home .wpcf7 p + p{margin-top: 10px !important;}
.ec-light.ec-home .one-half{width: 48%; padding-right: 4%;}
.ec-light.ec-home .one-half.last{padding-right: 0;}
.ec-light.ec-home .wpcf7 .wpcf7-submit{display: inline-block; padding: 6px 15px; max-width: 115px; background: #f7b839; border-color: #f7b839;}
.ec-light.ec-home .wpcf7 .wpcf7-submit:hover{color: #fff; background-color: #000; border-color: #000;} .ec-light.ec-home .wpcf7 .wpcf7-form-control-wrap.ishuman{width: 100px !important; margin-right: 8px;}
.ec-light.ec-home .col-full{padding-bottom: 0px !important;}
.ec-light.ec-home .col-full p{display: inline-block;}
.ec-light.ec-home .wpcf7  .col-full p.sub{width: 150px; margin-left: 55px;}
.ec-light.ec-home .wpcf7  .col-full p + p{margin-top: 0 !important}
.ec-light.ec-home .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width: 100px !important; margin-right: 0;}
.wpcf7 img.wpcf7-captchac{margin-left: 0;} .testimonials-page p.ratings{display: none;}
.ec-light .content{padding:25px 25px 25px; color: #fff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; position: relative; z-index: 1; overflow: hidden;}
.ec-light .content h4{font-weight: 700; color: #fff; text-transform: capitalize; }
.ec-light .content ul, .icontent .entry ul{margin: 0; padding: 0;}
.ec-light .content ul li, .icontent .entry ul li {list-style: none; line-height: 1.4; font-size: 15px; position: relative; padding-left: 20px; margin-bottom: 10px;}
.ec-light .content ul li::before, .icontent .entry ul li:before {position: absolute; content: "\f105"; display: inline-block; top: 2px; left: 0px; box-sizing: border-box; font-family: 'FontAwesome'; font-size: 12px;} .gallery-page .ngg-galleryoverview { margin:20px -10px 0; width:102%;} .gallery-page .ngg-gallery-thumbnail-box {width:25%; margin:0;}
.gallery-page .ngg-gallery-thumbnail {width:100%; box-sizing:border-box;} 
.gallery-page .ngg-gallery-thumbnail img {border:0; margin:0; padding:0; max-width:100% !important; width:100%; height:auto; transition:opacity 500ms; -ms-transition:opacity 500ms; -webkit-transition:opacity 500ms; -moz-transition:opacity 500ms;}
.ngg-gallery-thumbnail a{margin: 0 !important;}
.gallery-page .ngg-gallery-thumbnail a {display:block; background:#010101;} .gallery-page .ngg-gallery-thumbnail a:hover img {opacity:.5;}
.owl-carousel .owl-item img{max-width: 100%; height:auto;}
.wp-caption.alignright {float:right; margin:4px 0 5px 20px; clear:right;} .wp-caption.alignleft {float:left; margin:4px 20px 5px 0; clear:left;}
.wp-caption.alignalone {margin:5px auto 8px;} .wp-caption.alignnone {margin:2px 0px 3px;} .wp-caption.aligncenter {margin: 5px auto 8px;}
.wp-caption.alignright, .wp-caption.alignleft, .wp-caption.alignnone {padding:0;}
.wp-caption p {padding:5px 0 0; color:#1788d5; text-align:center;} .wp-caption img {max-width:100%; height:auto;}
.videobox {position:relative; margin-top: 20px; max-width:800px; width:100%; height:0; padding-top:60%;}
.videobox iframe {position:absolute; top:0; left:0; width:100%; height:100%;} 
.videobox:last-child {margin-bottom:0;}
.ec-vm.column {height:525px;} .ec-vm .content {vertical-align:middle; height:100%; width:100%; display:table; padding-top:10px; box-sizing:border-box;} 
.ec-vm .content p {display:table-cell; vertical-align:middle; width:100%;}
div.download-large {width:220px; min-height:62px; margin:5px 20px 15px 0; display:inline-block;}
div.download-large span.dl-title {font-size:13px; line-height:17px; color:#333333; padding-top:25px; display:inline-block;}
a.download-button {display:inline-block; margin:0 0 5px; text-decoration:none; font-size:14px; line-height:20px; padding:1px 0 4px 25px;}
a.download-button.icon-pdf { background:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/icon-pdf.png) no-repeat 0 0px;}
a.download-button.icon-pdf.large-icon {background:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/icon-pdf-large.png) no-repeat 0 0; width:60px; height:62px; padding:0;} 
a.download-button.icon-pdf span.non-visible {text-indent:-999em; overflow:hidden; display:inline-block;}
a.post-edit-link {background: #f7b839; color:#fff; font-size:9px; text-decoration:none; text-transform:uppercase; padding:3px 6px; line-height:14px;}
a.post-edit-link:hover {background: #f7b839; color:#fff;}
.ec-side.column .content{border: 2px solid #1c4d9a;padding: 20px 20px 10px;border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: -moz-linear-gradient(top,  #ffffff 0%, #99c5e8 100%); background: -webkit-linear-gradient(top,  #ffffff 0%,#99c5e8 100%);background: linear-gradient(to bottom,  #ffffff 0%,#99c5e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99c5e8',GradientType=0 );} .comment-respond {border-top:1px dotted #cccccc; padding-top:25px; margin-top:10px;} .comment-respond .pagi {margin-top:25px;}
.comment-respond label {display:block; width:100%;} .comment-respond textarea, .comment-respond input, .comment-respond select {width:100%;} 
.comment-respond input[type=radio], .comment-respond input[type=checkbox], .comment-respond input[type=submit], .comment-respond input[type=reset] {width:auto;}
.irespond h3.title, .icomments h3.title {font-size:20px; font-weight:700; line-height:24px; color:#333; padding-bottom:15px;} 
.irespond input[type=submit] {background: #c41633; color:#fff; border-color: #c41633; padding:10px 25px 11px; border-radius: 4px;}
.irespond input[type=submit]:hover {background:#000; color:#fff; border-color:#000; }
.irespond input[type=text], .irespond input[type=email] {width:100%;} .irespond textarea, .comment-respond textarea {height:120px;}
.commentlist {list-style:none; padding:0; margin:0 0 5px; font-size:13px; line-height:19px;} 
.commentlist .comment-meta {padding-bottom:8px;} .commentlist .comment-author {font-weight:500;} 
.commentlist .comment-meta a {color:#999; text-decoration:none;} .commentlist .comment-meta a:hover {color:#333;}
.commentlist ol, .commentlist ul {margin:15px 0 0 35px; list-style:none;} .commentlist li {padding:12px 0 15px; border-bottom:1px solid #e7e6e6;} 
.commentlist li li { padding:15px 0 12px; border-top:1px solid #e7e6e6; border-bottom:0 none;}
.commentlist li:last-child {border-bottom:0 none; padding-bottom:5px;} .commentlist li:last-child {padding-top:0;}
.commentlist .reply {margin-top:-6px;} .commentlist .reply a {color:#717171; background:#ddd; padding:4px 10px 3px; display:inline-block; font-size:11px; line-height:16px; text-decoration:none;} .commentlist .reply a:hover {color:#000; background:#eee;} body #twttrHubFrameSecure,  body #twttrHubFrame, body #fb-root {display:none !important;} .pagi, .wp-pagenavi {margin:15px 0; padding:0; text-align:center; display:table; width:100%; font-weight:700;} 
.pagi ul.page-numbers {display:inline; margin:0; padding:0;} .pagi ul.page-numbers li {display:inline; background:none;}
.pagi .total-page, .wp-pagenavi .pages { line-height:30px; padding:8px 12px; color:#999; font-weight:500; display:inline-block; border:0 none;}
.pagi ul.page-numbers a.page-numbers, .pagi ul.page-numbers span.page-numbers, .wp-pagenavi a.page, 
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, 
.wp-pagenavi a.first, .wp-pagenavi a.last {display:inline-block; padding:5px; margin:0 3px 3px; border:0 none; background:#ececec; color:#fff; text-decoration:none; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; height:34px; width:34px; line-height:34px; font-size:16px; -moz-transition:all 300ms; -webkit-transition:all 300ms; transition:all 300ms; -ms-transition:all 300ms;} .wp-pagenavi a.first, .wp-pagenavi a.last {font-size:12px;}
.pagi ul.page-numbers .page-numbers.current, .wp-pagenavi span.current {color:#333; background:#c8c8c8;}
.pagi ul.page-numbers a.page-numbers:hover, .wp-pagenavi a.page:hover, .wp-pagenavi a.nextpostslink:hover, 
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.first:hover, .wp-pagenavi a.last:hover {background:#b4b4b4; color:#fff;}
.pagi ul.page-numbers a.next, .pagi ul.page-numbers a.prev, .wp-pagenavi a.nextpostslink, 
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.last, .wp-pagenavi a.first { background:#e6e6e6;}
.pagi .inext {float:right;} .pagi .iprev {float:left;}
.pagi .inext a, .pagi .iprev a {display:inline-block; padding:7px 15px 8px; background-color:#e6e6e6; color:#000; margin:0 0 5px; text-decoration:none; font-weight:700; font-size:15px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -moz-transition:all 300ms; -webkit-transition:all 300ms; -ms-transition:all 300ms; transition:all 300ms;} .pagi .inext a:hover, .pagi .iprev a:hover {background-color:#ffffff; color:#000;}
.ngg-albumoverview .ngg-album-compact {width:31%; margin:0 2% 15px 0 !important; padding:0 !important;}
.ngg-albumoverview .ngg-album-link .Thumb {max-width:100%; width:100%;}
.ngg-albumoverview .ngg-album-gallery-image-counter {display:none !important;}
.ngg-albumoverview .ngg-album-compact h4 .ngg-album-desc {max-width:100% !important; height:auto !important; }
.ngg-albumoverview .ngg-album-compactbox {padding:0 !important;}
.ngg-albumoverview .ngg-album-compactbox, .ngg-albumoverview .ngg-album-compactbox:before, .ngg-albumoverview .ngg-album-compactbox:after {border:0 none !important;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {width:23%; margin-right:7px; margin-left: 7px; margin-bottom:14px;}
.ngg-galleryoverview .ngg-gallery-thumbnail img{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:100%; max-width:100% !important; border-radius: 0px; height:auto;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img{transition: .3s all !important;}
.wgs-footer h4{color: #fff; font-size: 24px; font-weight: 700;margin-bottom: 5px; text-transform: capitalize;}
.ibanner-form .banner-overlay h3{font-weight: 500;text-transform: uppercase; }
.ibanner-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {transform: scale(0.8); transform-origin: 0 0; margin-bottom: -13px;}
.ngg-gallery-thumbnail{border: 0px !important;}
.section-gallery .ngg-navigation{display: none !important;}
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev, .ngg-navigation span.current{background: #c90000 !important;}
.ngg-navigation span.current{background: #000 !important;}
.ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.next, .ngg-navigation span.prev{color: #fff !important; padding: 4px !important;}
.ngg-navigation a.page-numbers:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.current:hover{background: #000 !important;}
.ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.next, .ngg-navigation span.prev{color: #fff !important; background: #000 !important;}
.section-gallery-inner .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.next, .ngg-navigation span.prev{color: #fff !important;}
.center .g-recaptcha{max-width:350px;margin: 10px auto}
.section-testimonial .content ul li, ul li{padding-left: 0;}
.section-testimonial .content ul li:before{display: none;}
.section-testimonial-page .content ul{padding: 0; margin: 0;}
.section-testimonial-page .content ul li{padding-left: 0;}
.section-testimonial-page .content ul li:before{display: none;}
.section-testimonial-page .content ul li:after{display: none;}
.section-testimonial-page .content ul li .block{background: #fff; border: 1px solid #ebebeb; padding: 20px 80px;box-shadow:0px 0px 20px #ebebeb;max-width:960px;border-radius: 4px;margin-bottom:10px}
.section-testimonial-page .content ul li .block .quote-content p{color: #333;}
.section-testimonial-page .content ul li .block .quote-author h4{color: #333;}
.section-testimonial-page .content ul li .block .quote-author .company{color: #333; font-weight: 500; margin-top: 10px;} .site-banner{position: relative;}
.wrapper.wider-page { padding: 0;}
.ec-col-space > .content{padding-left: 20px;}
.ec-pad-left > .content{padding-left: 30px;}
.ec-pad-right > .content{padding-right: 30px;}
.menu-set{display: flex; justify-content: space-between; align-items: center;}
.top-bar p.top-text{color: #fff; font-weight: 600;}
.top-bar p.top-text .top-icon{padding-left: 30px; background: url(//www.freedomlending.com/wp-content/themes/scfreedom/images/top-icon.png) no-repeat 0 0 / 18px auto;}
.top-bar .devide{margin: 0 20px;}
.top-bar .quick-nav{display: flex; margin: 0;}
.top-bar .quick-nav li{text-decoration: none; list-style: none; text-transform: uppercase; font-weight: 600; padding:  0 25px 0 0; color: #fff;}
.top-bar .quick-nav li a{color: #fff;}
.top-bar .quick-nav li a:hover{color: #008fd5;}
.top-bar .top-nav{margin-left: auto;}
.top-bar .top-socials a{color: #fff; margin-left: 20px; font-size: 16px;}
.top-bar .top-socials a:hover{color: #008fd5;}
.top-bar p{margin-bottom: 0; padding-bottom: 0;}
.top-phone {flex-shrink: 0; margin: 0;}
.top-phone a.phone-num{color: #fff; display: inline-block; padding: 12px 25px 11px 78px; background: url(//www.freedomlending.com/wp-content/themes/scfreedom/images/peaple-icon.png) no-repeat 20px 50% / 36px auto; background-color: #008fd5; text-transform: uppercase; font-weight: 600; font-size: 20px; line-height: 1.2; height: 100%; box-sizing: border-box;}
.top-phone a.phone-num:hover{background-color: #000;}
.top-phone a.phone-num span{display: block; font-size: 15px;}
.section-process .content > .inner-content{display: flex; height: 100%; margin-top: -60px; z-index: 9; position: relative; flex-wrap: wrap;}
.section-process .column .content{background: #fff; border-radius: 6px; padding: 45px; height: 100%; box-sizing: border-box;}
.section-process .column .content h3{font-size: 26px; padding-bottom: 8px; padding-top: 7px; color: #0c2139;}
.ec-shape-left > .content{padding-left: 40px; position: relative;}
.ec-shape-left > .content:before{position: absolute; content: ''; left: 0; top: 0; height: 280px; width: 20px; background: #0f74bd; border-radius: 4px;}
.ec-box-float .content{padding: 40px; box-shadow: 0px 0px 16px 0px rgba(12, 33, 57, 0.1); max-width: 250px; border-radius: 4px; box-sizing: border-box; position: absolute; left: -10px; bottom: 35px; background: #fff;}
.ec-text-shape .content h6{font-size: 18px; color: #7d8a97; font-weight: 500; position: relative; margin-bottom: 15px; padding: 0; display: inline-block;}
.ec-text-shape .content h6:after{position: absolute; content: ''; left: calc(100% + 14px); top: 50%; transform: translateY(-50%); background: #0f74bd; width: 40px; height: 2px;}
.ec-text-alt .content h2{font-size: 36px; margin-bottom: 5px;}
.section-cta.iparallax .parallax-overlay{background: rgba(15,116,189,.8);}
.section-cta  .cta-wrap{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.section-cta  .cta-text{max-width: 570px;}
.section-cta  .cta-text h5{font-size: 22px; font-weight: 500; padding-bottom: 0;}
.section-cta  .cta-text h3{font-size: 39px; font-weight: 600;}
.ec-text-shape.ec-text-shape-1 .content{text-align: center; margin-bottom: 10px;}
.ec-text-shape.ec-text-shape-1 .content h6{font-size: 16px;}
.ec-text-shape.ec-text-shape-2 .content h6{color: #9bc3eb; font-size: 16px;}
.ec-service-list .content-inner > .content{display: flex; flex-wrap: wrap; margin-top: 130px;}
.ec-service-list .column .content{background: #fff; padding: 30px; border-radius: 6px; box-sizing: border-box; height: 100%;}
.ec-service-list .column .content img{margin-top: -130px; margin-bottom: 15px; margin-left: auto; margin-right: auto;}
.ec-service-list .column .content p{color: #555c63; line-height: 1.6;}
.ec-service-list .column .content a{color: #555c63;}
.ec-service-list .column .content a:hover{color: #008fd5;}
.ec-service-list .column .content a.button{color: #0f74bd;}
.ec-service-list .column .content a:hover{color: #002f5d;}
.section-faq.iparallax .parallax-overlay{opacity: 0;}
.ec-faq-title .content{padding-right: 100px;}
.ec-faq-title .content h3{line-height: 1.1; margin-bottom: 5px;}
.ec-faq-title .content p{color: #9bc3eb;}
.section-testimonial .owl-nav .owl-prev, .section-testimonial .owl-nav .owl-next{background-size: 24px auto; top: auto; bottom: -35px;}
.section-testimonial .owl-nav .owl-prev {background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/arrow-left.png); left: 0}
.section-testimonial .owl-nav .owl-next {background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/arrow-right.png); right: 0;}
.section-testimonial .owl-controls{max-width: 200px; margin: 0 auto; position: relative;}
.section-testimonial .owl-dots{max-width: 120px; margin: 10px auto 0;}
.section-blog .sc-recent-post ul{display: flex; justify-content: space-between; margin-top: 30px;}
.section-blog .sc-recent-post ul li{padding-left: 0;}
.section-blog .sc-recent-post ul li:before{display: none;}
.section-blog .irecent-posts .thumbs{width: auto; float: none; margin: 0;}
.section-blog .irecent-posts .thumbs img{border-radius: 6px 6px 0 0;}
.section-blog .irecent-posts li{box-sizing: border-box; padding: 0 15px 15px!important; width: auto; max-width: 360px;}
.section-blog .irecent-posts li:first-of-type{padding-left: 15px !important;}
.section-blog .irecent-posts li:last-of-type{padding-right: 15px !important;}
.section-blog .irecent-posts .entry{box-shadow: 0px 0px 25px 0px rgba(10, 24, 41, 0.1); padding: 25px; box-sizing: border-box; border-radius: 0 0 6px 6px;}
.section-home-contact.container-section .bg-overlay{opacity: 0;}
.section-home-contact.container-section{background-position: 50% calc(100% - 200px);}
.ec-contact-wrap .content-inner > .content{background: #fff; border-radius: 6px; box-sizing: border-box; margin-bottom: -180px; box-shadow: 0px 0px 36px 4px rgba(12, 26, 43, 0.06);}
.ec-contact-wrap .ec-contact-address > .content{padding: 50px; box-sizing: border-box;}
.ec-contact-wrap .ec-contact-address .content h5{color: #0b0b0b; border-bottom: 1px solid #dedede; margin-bottom: 15px;}
.ec-contact-wrap .ec-contact-address ul li a{color: #010101;}
.ec-contact-wrap .ec-contact-address ul li a:hover{color: #0f74bd;}
.ec-contact-wrap .ec-contact-address ul li strong{font-weight: 600;}
.ec-contact-wrap .ec-contact-address .ec-icon-address ul li{background: url(//www.freedomlending.com/wp-content/themes/scfreedom/images/clock.png) no-repeat 0 0 / 44px auto;}
.ec-contact-wrap .ec-contact-address .ec-icon-address ul li:before{display: none;}
.ec-contact-wrap .ec-contact-address .ec-icon-phone ul li{background: url(//www.freedomlending.com/wp-content/themes/scfreedom/images/phone.png) no-repeat 0 0 / 44px auto;}
.ec-contact-wrap .ec-contact-address .ec-icon-phone ul li:before{display: none;}
.ec-contact-wrap .ec-contact-address .ec-icon-location ul li{background: url(//www.freedomlending.com/wp-content/themes/scfreedom/images/location.png) no-repeat 0 0 / 44px auto;}
.ec-contact-wrap .ec-contact-address .ec-icon-location ul li:before{display: none;}
.ec-contact-wrap .ec-contact-address .content li{color: #010101; padding-left: 60px; font-size: 18px;}
.ec-contact-wrap .ec-contact-form .content{padding: 50px; box-sizing: border-box; background: #eff2f6; border-radius: 0 6px 6px 0;}
.section-home-contact .ec-text-shape .content{text-align: center; margin-bottom: 50px;}
.section-home-contact .ec-text-shape .content h6{font-weight: 700;}
.ec-logo-list .content-inner > .content{background: #eff2f6; padding: 40px 150px 30px; box-sizing: border-box;  border-radius: 6px;  z-index: 9; position: relative;}
.ec-logo-list .content-inner > .content .item-wrap{max-width: 150px; margin: 0 auto;}
.section-brand.container-section{padding: 0; margin-bottom: -55px;}
.footer .ec-phone-num .content-inner > .content{display: flex; border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; margin-top: 10px;}
.footer .ec-phone-num .ec-footer-icon.column{max-width: 36px; margin-right: 20px;}
.footer .ec-phone-num .column p{text-transform: uppercase; font-weight: 600;}
.footer .ec-phone-num .column p a{font-weight: 600; font-size: 20px;}
.footer .text-line a{text-decoration: underline;}
.footer .ec-footer-contact .content-inner > .content{background: #425a76; padding: 30px 30px 0; border-radius: 6px; box-sizing: border-box; overflow: hidden;}
.footer .ec-footer-contact .content-inner > .content h4{font-size: 20px;}
.ec-d-flex .content-inner > .content{display: flex; flex-wrap: wrap; align-items: center;}
table td{border: 1px solid #d3d3d3;} @media (min-width: 90px){
.wpcf7 textarea{height: 100px;}
}
@media (min-width: 1651px){
.site-head .main{width: 1650px;}
.wpcf7 textarea {height: 120px;}
.quote-form .wpcf7 .wpcf7-text, .quote-form .wpcf7 .wpcf7-email, .quote-form .wpcf7 .wpcf7-select, .quote-form .wpcf7 .wpcf7-textarea, .quote-form .wpcf7 .wpcf7-captchar{padding: 4px 10px 4px 0;}
.quote-form .wpcf7 .wpcf7-response-output {font-size: 12px; line-height: 16px; padding: 6px 5px;}
.quote-form .wpcf7 .wpcf7-submit {margin-top: 10px;}
.ifeatured .wgs-fd .iboxs.iboxs-alter .wg-title, .section-feature-area .wgs-fd .iboxs.iboxs-alter .wg-title {width:230px; height:100px; font-size:34px; line-height:100px; font-weight:300;}
.bottom .bottom-x, .bottom .bottom-a {padding:55px 0 25px;}
.owl-nav .owl-next {right: -25px;} .owl-nav .owl-prev {left: -25px;} 
.flexslider .slides .thumbs{position: relative;max-width: none; margin-left: 0;}
.ibanner .wpcf7-form textarea{height:70px;}
.ibanner-form .banner-overlay h3 {font-size: 26px;padding-bottom: 16px;}
.ibanner-form .banner-overlay .rc-anchor-normal {height: 65px}
.ibanner .wpcf7 p + p{margin-top: 7px !important;}
.banner-overlay{padding: 20px;}
.ibanner .wpcf7 .wpcf7-submit{padding: 8px 20px 8px;}
.ibanner .ebanner{max-height: 650px;}
}
@media (max-width: 1650px){
.inav ul li{padding: 0;}
.inav ul li a{padding: 20px 12px;}
.top-phone a.phone-num{padding: 12px 20px 11px 65px}
.menu-set{justify-content: inherit;}
.top-btn{margin-left: 10px;}
.ibanner h1{margin-bottom: 10px; font-size: 36px;}
}
@media (max-width: 1280px){
.top-btn{margin-left: 0;}
.ifeatured h3.feature-title{font-size: 16px;}
.ibanner .ov.ps-lx.tp-fw .cpn p{font-size: 18px;}
.wpcf7 span.wpcf7-form-control-wrap.captcha-1 {margin-left: 141px; margin-bottom: 20px;margin-right: 20px;}
.icontent .gap-size-30, .icontent .gap-size-large{height: 20px;}
.top-menu {margin-top: 6px;}
.inav{margin-top:0px;}
.site-img{max-width: 55px; margin-top: 0;}
.ibanner .ov.ps-lx.tp-fw .cpn p{margin-bottom: 5px;}
.ibanner .cpn h2{font-size: 24px; padding-bottom: 10px;}
.ibanner .cpn h4{font-size: 18px; margin-bottom: 10px;}
.banner-overlay p{font-size: 22px;}
.cpn ul li {padding: 0 0 6px 30px; font-size: 26px; line-height: 30px;}
.ibanner .islider + img{margin-right: 12px;}
.banner-overlay .textwidget > p{font-size: 18px; line-height: 20px; margin-bottom: 10px;}
.ibanner .wpcf7-form input[type="text"], .ibanner .wpcf7-form input[type="email"], .ibanner .wpcf7-form input[type="url"], .ibanner .wpcf7-form input[type="password"], .ibanner .wpcf7-form input[type="search"], .ibanner .wpcf7-form input[type="tel"], .ibanner .wpcf7-form input[type="date"], .ibanner .wpcf7-form textarea, .ibanner .wpcf7-form select{padding: 6px 10px 6px;}
.ibanner .wpcf7-form textarea {height: 45px;}
.ibanner .wpcf7 img.wpcf7-captchac{height: 30px; padding:4px 10px 3px;}
.ibanner .wpcf7 .wpcf7-submit{padding: 8px 0 8px;}
.ibanner .cpn.al-left{width: 350px;}
.icontent h1{font-size: 20px;}
.icontent h2{font-size: 20px;}
.icontent h3 {font-size:20px;}
.icontent h4 {font-size:18px;}
.icontent h5 {font-size:17px;}
.icontent h6 {font-size:16px;}
.icontent p{font-size: 14px;}
.feature-wgs h3.feature-title{font-size: 16px;}
.ec-light .content ul li, .icontent .entry ul li{font-size: 13px;}
.ec-light .content ul li:last-child, .icontent .entry ul li:last-child, .icontent .entry .section-service ul li:last-child{padding-bottom: 0;}
.ec-light .content h4{font-size: 16px; line-height: 22px;}
.ec-light .content ul li{font-size: 14px;}
.iboxs .content{font-size: 16px; line-height: 20px;}
.iboxs .over i{height: 40px; width: 40px; line-height: 40px; font-size: 20px; margin:-20px 0 0 -20px;}
.ec-light.ec-home input[type="text"], .ec-light.ec-home input[type="email"], .ec-light.ec-home input[type="url"], .ec-light.ec-home input[type="password"], .ec-light.ec-home input[type="search"], .ec-light.ec-home input[type="tel"], .ec-light.ec-home input[type="date"], .ec-light.ec-home textarea, .ec-light.ec-home select{padding:7px 12px 7px;}
.quote-form .wpcf7 .wpcf7-submit{line-height: 20px; font-size: 14px;}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea, .wpcf7 .wpcf7-captchar{font-size: 14px; line-height: 19px;}
.wpcf7 p + p {margin-top: 7px !important;} .wpcf7 .wpcf7-textarea {height: 35px;}
.wpcf7 img.wpcf7-captchac{height:39px;}
.quote-form .wpcf7 img.wpcf7-captchac{padding: 1px 4px; box-sizing: border-box;}
.wpcf7 .wpcf7-textarea {height:70px;}
.icontent .ec-iform .wpcf7 .wpcf7-textarea {height: 74px;} .ec-iform .one-half.last{padding-left: 0;}
.ec-iform .wpcf7 .wpcf7-submit {padding: 3px 10px 3px;}
.ifeatured h3.feature-title{font-size: 18px; line-height: 20px;}
.ifeatured h3.feature-title a{padding: 12px 0;}
.container-section{padding: 50px 0 45px;}
.container-section.iparallax.iparallax.section-po_fixed{background-attachment: scroll !important; background-position: 50% 50% !important;}
.container-section.iparallax{padding: 60px 0;}
.container-section.iparallax{background-attachment: scroll !important; background-position: 50% 50% !important;}
.icontent .iquote .block{max-width: 600px;}
.section-logo h2{margin-bottom: 30px;}
.section-service h2 strong{font-size: 16px;}
.icontent .entry .section-service ul li{padding:0 0 10px 22px;}
.header-sticky .inav ul li a{font-size: 12px; padding: 14px 4px 13px;}
.ibanner .cpn {font-size:22px; line-height:28px;}
.ibanner .page-title .title {font-size:24px; line-height:32px;} 
.ibanner .page-title .sub-title {font-size:14px; line-height:20px;}
.ibanner .islider + img {transform: translateX(0); right: 0; margin-right: 13%;}
.container-section.iparallax-style1 {padding:45px 0 40px;}
.iblog.right-sidebar .content-indent, .single-page.right-sidebar .content-indent { padding-right:15px;} 
.irecent-posts .thumbs {width:70px;} .irecent-posts .title {font-size: 20px;}
.section-blog .irecent-posts .entry{padding: 20px 15px;}
.ifeatured .wgs-fd .iboxs.iboxs-alter .wg-title, .section-feature-area .wgs-fd .iboxs.iboxs-alter .wg-title {width:150px; height:50px; font-size:18px; line-height:50px;}
.ec-light.ec-home .wpcf7  .col-full p.sub{margin-left: 15px;}
.ec-light.ec-home .wpcf7 .wpcf7-not-valid-tip{top: 6px;}
.ifeatured h3.feature-title{font-size: 14px; line-height: 22px;}
.ifeatured h3.feature-title a{padding:12px 0;}
.icontent .wpcf7 .wpcf7-textarea{height: 95px;}
img.size-100m {max-width:100px;} img.size-150m {max-width:150px;} img.size-200m {max-width:200px;} 
img.size-250m {max-width:250px;} img.size-300m {max-width:300px;} img.size-50m {max-width:50px;} img.size-75m {max-width:50px;}
.bottom .widget_products .wg-title {padding-bottom:30px;}
.office-item .wgs-office {padding: 25px 0 15px 20px; min-height: 165px;} .wgs-office h4{font-size: 15px;}
.wgs-office h4:before{padding-left: 25px;} .wgs-office ul li{padding: 0 0 4px 25px; font-size: 13px;}
.footer .footer-wgs {padding:40px 0 30px;}
.wgs-footer .wg-title, .wgs-footer h3, .wgs-footer h4, .wgs-footer h5 {font-size: 18px;padding: 0 0 12px;}
.icontent .section-bottom-cta h3, .section-cta .cta-text h3{font-size: 30px;}
.footer-item.footer-d p span.fax {padding-right: 20px;}
.owl-nav .owl-next{right: 0;}.owl-nav .owl-prev{left: 0;} 
.eslider-eflex.flexslider{width: 120%; margin-left: -10%;}
.top-head .top-item em{padding-right: 5px;}
.ibanner .ov.ps-lx.tp-fw .cpn p strong{padding: 20px; font-size: 15px;}
.top-btn .top-item{font-size: 11px; padding: 7px 10px;}
.top-btn .top-phone{margin-left: 5px;}
.inav ul li.menu-item-has-children a.sf-with-ul:before{margin-top: 0;}
.ec-pad-left .content{padding-left: 20px;}
.ec-pad-right .content{padding-right: 20px;}
.inav ul li.sfHover ul, .inav ul li:hover ul {top: calc(100% + 10px);}
.wgs-footer{padding-right: 20px;}
.wgs-footer .textwidget p{font-size: 14px;}
.wgs-footer ul li a, .wgs-footer a{font-size: 14px;}
.section-process .column .content{padding: 25px 15px;}
.ec-box-float .content{padding: 25px; bottom: 15px;}
.ec-faq-title .content{padding-right: 20px;}
.accordion-area .accordion-section-content{padding-right: 30px;}
.accordion-section a.accordion-section-title{font-size: 18px;}
.site-logo{max-width: 240px; padding: 42px 25px; margin-top: -39px;}
.top-bar{padding: 8px 20px 8px 245px;}
.inav ul li a{font-size: 13px; padding: 24px 6px;}
.top-bar .devide{margin: 0 5px;}
.top-bar p.top-text{font-size: 14px;}
.top-bar .quick-nav li a{font-size: 14px;}
.top-bar .quick-nav li{padding-right: 10px;}
.top-phone a.phone-num {padding: 12px 20px 12px 65px;}
.ibanner h5{margin-bottom: 0;}
.section-home-contact.container-section{padding: 70px 0 50px;}
} @media (max-width:979px) {
.top-btn{padding-right: 60px; width: 100%; box-sizing: border-box; margin-left: 0;}
.menu-toggle {position:absolute; display:block; font-size:30px; padding: 8px 10px 5px; transition:all 300ms; -webkit-transition:all 300ms; -moz-transition:all 300ms; -ms-transition:all 300ms; z-index:999; height: 33px; width:32px; text-align:center; right: 10px; cursor:pointer; top: -23px; color:#fff; background: #008fd5; border-radius: 0; line-height: 28px;}
.sticky-yes .site-header{position: static !important;}
.menu-toggle span {font-size:18px; vertical-align:top; display:none;}  .menu-toggle .fa { vertical-align:middle;} 
.menu-toggle .fa-close, .menu-toggle.show .fa-bars {display:none;} .menu-toggle.show .fa-close {display:block;}
.inav .menu-toggle.show {background: #008fd5;}
.header .inav .main {position:relative; max-width:100%; width:100%;} 
.inav ul.menu {clear:both; border:0 none; position:absolute; top: 32px; right:0; left: 0; z-index:9999; padding:0; background:#000; display:none; transition:right 300ms; -ms-transition:right 300ms; -moz-transition:right 300ms; -webkit-transition:right 300ms;}
.inav ul.menu li {float:left; margin:0; padding:0; width:100%; background:none; border-bottom:0; border-left:0;}  .inav ul, .inav ul.menu{margin-left: 0px;}
.inav ul.menu > li {border-bottom: 1px solid #4a9ec8;}
.inav ul.menu li a {display:block; color:#fff !important; border:0 none !important; background: #008fd5; text-align:center; font-weight:400; padding: 6px 9px 6px 7px; font-size: 15px; margin-top: 0; border-radius: 0;} 
.inav ul.menu li li a {color:#fff !important;} 
.inav ul.menu li a br {display:none !important;} 
.inav ul.menu li a:hover, .inav ul.menu li ul a:hover, .inav ul.sub-menu > li.current_page_item > a, 
.inav ul.sub-menu > li.current-page-ancestor > a,.inav ul.sub-menu > li.current-page-parent > a{color:#fff !important;background: #000 !important;}
.inav ul.menu ul {width:100%;position:static; visibility:visible !important; display:none !important;background:transparent; border:0; margin:0; display: block !important; opacity: 1 !important; } 
.inav ul.menu ul li.mobile-show{border-top: 1px solid #333;}.inav ul.menu ul li.mobile-show a{background-color: transparent;}
.inav ul.menu li:hover ul, .inav ul.menu li.sfHover ul {display:block !important;}
.inav ul.menu ul li {border-top:0; border-left:0; border-right:0; border-bottom:0 none; width:100%;} 
.inav ul.menu ul li a {padding:5px 10px 4px !important; font-size:11px; text-align:center;}  
.inav ul li.sfHover ul, .inav ul li:hover ul, .inav ul li.sfHover li.sfHover ul {top:inherit; left:inherit; margin-top:auto;}
.wpcf7 span.wpcf7-form-control-wrap.captcha-1 {margin-left: 105px; width: 28%;}
.menu-sec{min-height: auto}
.inav {width:100%;}
.top-btn .top-item{padding: 11px 15px; margin-left: 8px; font-size: 14px;}
.top-btn .phone-num{line-height: 1.6; margin-left: 0;}
.inav ul.menu{margin-top: 0;}
.inav ul li.menu-item-has-children a.sf-with-ul:before{color: #fff;}
}
@media (min-width: 980px) { 
.inav ul.menu {display: block !important;} 
}
@media (max-width: 980px) { 
.ibanner .islider + img{margin-right: 20px;}
}
@media (max-width:979px) {
.wrapper, .iblog.iblog-page {padding: 40px 0px;} 
.wrapper.wider-page{padding: 0;}
.container-section.iparallax-style1 {padding:35px 0 20px;} 
.top-head .top-item.top-slogan{display: block;float: left;margin-bottom: 0;}
.sticky-yes{margin: 0 !important;}
.has-banner .site-header{position: static;}
.masthead .site-head .extra{max-width:inherit; width: auto;}
.masthead .site-head .extra{padding: 38px 0;}
.inner-extra{display: inline-block; margin-right:70px;}
.top-head .top-item + .top-item{margin-left: 10px;}
.top-head .top-item span{font-size: 19px; margin-top: 0;}
.ibanner.section .cpn h3{font-size: 22px; line-height: 26px;}
.feature-wgs.widget-ibox{width: 50%;text-align: center;}
.ifeatured .feature-wgs{float: none;}
.extra .topmenu{display: none;}
.inav ul li{border-right:none}
.header .inav{position: absolute; left: 0; float: none;} 
.inav ul li:first-child {border-left:none;}	
.top-menu{display: none;}
.owl-nav .owl-prev{display: none !important;}
.owl-nav .owl-next{display: none !important;}
.flexslider .slides .thumbs {max-width: 180%; margin-left: -40%;}
.ibanner .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width: 100px !important;}
.banner-overlay{padding: 18px 20px;}
.ibanner .wpcf7-form textarea{height: 35px;}
.banner-overlay .textwidget > p{font-size: 16px; line-height: 16px;}
.bottom .bottom-x, .bottom .bottom-a, .bottom .bottom-b {padding:25px 0 0;}
.icontent h1{padding-bottom:10px;}
.icontent h2 {font-size:20px;}
.icontent h3, .wgs-side h3 {font-size:18px; padding-bottom: 10px;} 
.icontent h4, .icontent h5 {font-size:16px;}
.icontent p + a.button{margin-top: 10px;}
.section-bay-care .inner-content h3{font-size: 24px;}
.section-logo h2{margin-bottom: 0;}
.ec-light .content h4{font-size: 14px;}
.ec-light .content ul li{font-size: 11px;padding-left: 20px;}
.ec-light .content li + li{margin-top: 0;}
.icontent .gap-size-30, .icontent .gap-size-large {height:20px;}
.icontent img.alignleft {margin: 0px 15px 10px 0px; max-width: 100%;}
.icontent img.alignright {margin: 0px 0px 10px 15px; max-width: 100%;}
.iblog.right-sidebar .content-indent, .single-page.right-sidebar .content-indent {padding-right:0;} 	
.iblog .ep h1.heading, .iblog .ep h2.heading, .iblog .ep .heading {font-size:18px; line-height:22px;}
.iblog .ep.esingle .post-title .heading {font-size:22px; line-height:28px;} 	
a.button, a.btn {padding:6px 15px 7px; font-size:14px;}
#body .header-sticky{display: none;}
.iboxs .content {font-size: 10px; line-height: 16px;}
.iboxs .over i {margin: -20px 0 0 -20px;}
.ec-light .content{padding: 20px 15px;}
.wpcf7 p + p{margin-top: 6px !important; padding: 0 !important;}
.quote-form .wpcf7 .wpcf7-textarea{height: 50px;}
.icontent .wpcf7 p {font-size: 13px;}
.icontent .ec-iform .wpcf7 .wpcf7-textarea {height: 74px;}
.quote-form{float: none; margin: 20px auto;}
.quote-form .wpcf7 img.wpcf7-captchac {padding: 5px 4px 3px; height: 35px; }
.wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width:110px !important; margin-right:0;}
.quote-form .wpcf7 .wpcf7-text, .quote-form .wpcf7 .wpcf7-email, .quote-form .wpcf7 .wpcf7-select, .quote-form .wpcf7 .wpcf7-textarea, .quote-form .wpcf7 .wpcf7-captchar{padding: 9px 10px 9px 0;}
.wgs-footer ul li a, .wgs-footer a{font-size: 13px;margin-bottom: 0;}
.wgs-footer .wg-title, .wgs-footer h3, .wgs-footer h4, .wgs-footer h5{font-size: 16px; line-height: 16px; padding-bottom: 10px; text-transform: uppercase;}
.wgs-footer p{font-size: 13px;}
.wgs-footer ul li{font-size: 13px;}
.copy-info{font-size: 13px;}
.footer-c .wgs-footer p{padding: 0;}
.icontent img.alignright, .icontent img.alignleft{clear:both; width: 100%; margin: 0 auto 15px;}
.wgs-footer .gap{height: 10px;}
.ibanner .ov.ps-lx.tp-fw .cpn p{font-size: 18px;}
.top-head .top-item.phone-num{padding: 10px 21px 9px; margin-left: 0;}
.widget_text.text-3 .textwidget{text-align: left;}
.wgs-footer p img{margin-left: 0;}
.ibanner .ov {top: 50%;}
.ec-location-box .column .content a.button{font-size: 10px; padding: 8px 10px;}
.ec-btm-info .column .content h3{font-size: 14px;}
.iblog .ep .summary{display: block;}
.iblog:not(.iblog-post) .ep .thumbs{margin-bottom: 20px;}
.footer .wgs-footer.quick-links ul li{width: 100%;}
.ibanner h1{font-size: 30px; margin-bottom: 10px;}
.ibanner h5{font-size: 20px; margin-bottom: 0;}
.wgs-footer{width: 50%;}
.section-process .column .content h3{font-size: 18px;}
.ec-box-float .content{position: static;}
.ec-text-alt .content h2{font-size: 24px;}
.ec-text-alt .content{margin-top: 15px;}
.ec-service-list .content-inner > .content{margin-top: 90px;}
.ec-service-list .column .content{padding: 30px 15px;}
.ec-service-list .column .content img{margin-top: -90px;}
.section-blog .irecent-posts li{box-sizing: border-box; padding: 0 10px 15px!important;}
.section-brand.container-section{padding: 60px 0; margin-bottom: 0;}
.ec-logo-list .content-inner > .content{padding: 30px 50px;}
.site-logo{margin-top: 0;}
.top-bar {padding: 8px 20px;}
.site-logo {padding: 22px 15px;}
.top-phone{margin: 0 75px 0 auto;}
.top-phone a.phone-num {padding: 6px 20px 6px 50px; background-position: 10px 50%; font-size: 16px; background-size: 30px;}
.top-phone a.phone-num span{font-size: 13px;}
.main-menu {align-items: center;}
}
@media (max-width: 767px) {
body {min-width:320px;} 
.column {margin-bottom:0;} .column:last-child, .column.last {margin-bottom:0;} 
img.alignnone {margin:5px 10px 10px 0px;}
.menu-toggle{top: 95px;}
.inav ul.menu{top: 150px;}
.header .esearch {right:10px; left:10px; top:5px;} .header .esearch input.field {border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px;} 
.header .esearch.show-form {width:auto; z-index:1000; box-sizing:border-box;} 
.extra .search-toggle {position:absolute; right:5%; margin-right:55px;} .search-toggle .icon-search {font-size:16px;}
.header{margin-top: 0 !important;}
.site-header{position: relative;}
.site-header{padding:0;}
.top-head .top-item.btn-tran{position: relative; margin: 0; left: 0;}
.header .inav {position: static; left: 0; background: #07749f;}
.flexslider .slides .thumbs {max-width: 180%; margin-left: -40%;}
.ibanner .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width: 100px !important;}
.banner-overlay{margin: 10px auto; float: none;}
.ibanner .wpcf7-form textarea{height: 35px;}
.banner-overlay .textwidget > p{font-size: 16px; line-height: 16px;}	
.ibanner-form{position: static; top: inherit; transform: inherit; right: auto; background: #f4f4f4;}
.ibanner .wpcf7 .wpcf7-submit{display: inline-block; clear: both; float: none;} 
.section-testimonial-bg.container-section { padding: 120px 0 100px;}
.top-head .top-item.btn-quote{position: absolute; left: 30px; bottom: 0; margin-left: 0; z-index: 99;}
.ibanner .ov.ps-lx.tp-fw .cpn p{font-size: 14px;line-height: 1.2;}
.ibanner .ov.ps-lx.tp-fw .cpn{padding: 0 40px;}
.ibanner.section .cpn h3 {font-size: 20px;}
.ibox.ibox-lightbox .content {padding: 22px 20px;}
.icontent h3{padding-bottom: 10px;}
.section-install, .section-weaber-home {padding: 70px 0;}
.section-content-text{border-bottom: 0;}
.ibox.ibox-lightbox ul li {padding: 0px 0 6px 15px;}
.masthead .extra .topnote{display: none;}
.icontent h3, .wgs-side h3 {font-size: 16px;}
.icontent h3 {font-size: 20px;}
.icontent h2 br{display: none;}
.icontent .section-parallax2 h2 br{display: block;}
.ec-light.ec-home .one-half{width: 100%; padding: 0;}
.ec-iform .one-half, .ec-iform .one-fourth, .ec-iform .three-fourth{width: 100%; padding-right: 0;}
.ec-iform .wpcf7 .ishuman {max-width: 90px; float: left; margin-right: 10px;} .icontent .ec-iform.column.last img{margin-top: 0; padding: 5px; height: 32px;}
.wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width: 90px !important;}
.wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar {width: 110px !important; margin-bottom: 10px;}
.wpcf7 img.wpcf7-captchac{height: 20px; padding: 7px 12px;}
.ec-light.ec-home .wpcf7 .wpcf7-submit{max-width:100px;}
.icontent .wpcf7 img.wpcf7-captchac{padding:6px 12px 5px; height: 32px}
.wpcf7 span.wpcf7-form-control-wrap.captcha-1{margin-left: 0; margin-bottom: 0;}
.contact-page .wpcf7 img.wpcf7-captchac{height: 33px;}
.wpcf7 p + p{margin-top: 5px !important;}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea {width:100%;}
.wpcf7 p > strong {width:auto; padding-bottom:5px; display:block;}
.wpcf7 .column .one-fifth {width:100%; padding:0;}
.icontent .wpcf7 p.center{text-align: left;} 	
.irecent-posts .thumbs {width:80px;}
.ifeatured .wgs-fd .iboxs.iboxs-alter .wg-title, .section-feature-area .iboxs.iboxs-alter .wg-title  {width:115px; height:30px; font-size:14px; line-height:30px; font-weight:500;} 
.iparallax-style1 .column.last .content, .iparallax-style2 .column.last .content{padding: 0 0 0 20px;}
.topbar {font-size:10px; text-align:center; padding:2px 0;} 
.topbar .socials, .topbar .top-note {display:none;}
.topbar .top-nav {width:100%; margin:5px 0;} .topbar .top-nav a {padding:0 1px;}
.icontent p{font-size: 14px; margin: 0 0 6px;}
.ec-side.column ul li a{font-size: 14px;line-height: 21px;}
.office-section {padding: 15px 0;} .office-item .wgs-office{padding: 5px 0 0 10px; border:none; min-height: inherit;} .office-item:last-child .wgs-office {border: none;}
.footer-a, .footer-b, .footer-c, .footer-d {width:50%; margin-left:0; margin-right:0; box-sizing:border-box;} .footer-c {clear:left;} 
.footer .footer-wgs .footer-item{padding-bottom: 10px;} .wgs.wgs-footer p.address{padding-bottom: 0;}
.ifeatured, .section-feature-area{text-align: center;} .ifeatured .wgs-fd, .section-feature-area .wgs-fd{width: 33.33%;float: none;display: inline-block;}
.testimonials-page .iquote, .testimonials-page .iquote.grid6.col-x2 {width:100%; margin:0;}
.iparallax .parallax-overlay.overlay-style1{right: 0;}
.iparallax .parallax-overlay.overlay-style2{left: 0}
.icontent .parallax-overlay.overlay-style1 img{max-width: 100%; border-radius: inherit;} 
.section-diverse.container-section.iparallax{position: relative; z-index: 9;}
.iparallax.main.wrap-section{width: 100%; max-width: 100%;}
.container-section.iparallax .one-half{width: 100%; float: none;}  
.iparallax-style1 .column.last .content, .iparallax-style2 .column.last .content, .iparallax-style2 .column.first .content, .iparallax-style1 .column.first .content{padding:0;}
.iparallax .parallax-overlay.overlay-style2{background-position: 50% 50%;}
.iparallax .parallax-overlay > span{display: block;}
.container-section.iparallax-style1, .container-section.iparallax-style2{padding: 0;}
.iparallax .parallax-overlay.overlay-style1, .iparallax .parallax-overlay.overlay-style2{position: static;}
.iparallax .inner-content {padding: 0;}
.section.section-parallax2 .owl-nav, .section.section-parallax2 .owl-prev{display: none;}
.container-section.iparallax.section-service{padding: 100px 0;}
.ec-list-pd { margin-bottom: 20px;}
.footer-wgs .on-phone{display: none;}
.copyright .footer-socials{float: none; display: block; margin-bottom: 10px; text-align: center;}
.footer .copyright p.copy-info{line-height: 20px; text-align: center;}
.footer .copyright p.copy-info span a{display: block;}
.wgs-footer{margin-bottom: 30px;}
.sidebar span.wpcf7-form-control-wrap, .one-half span.wpcf7-form-control-wrap, .col-full span.wpcf7-form-control-wrap, .wider-field span.wpcf7-form-control-wrap{width: 100%;}
.ibanner .ov.ps-lx.tp-fw .cpn p strong{padding: 15px; margin-bottom: 20px;}
.wgs-footer .gap{height: 0;}
.ec-pad-left .content{padding-left: 0;}
.ec-pad-right .content{padding-right: 0;}
.ibanner .cpn a.button{min-width: 150px; font-size: 15px; padding: 11px 25px;}
.ibanner h1{font-size: 18px; margin-bottom: 0px}
.ibanner h5{font-size: 15px;}
.ibanner .cpn a.button.btn-icon{padding: 11px 20px 11px 35px; margin-bottom: 10px;}
.ibanner .cpn a.button.btn-icon:before{left: 15px;}
.section-process .content > .inner-content{margin-top: 60px;}
.section-cta.container-section{padding: 40px 0;}
.section-cta  .cta-text{margin-bottom: 20px;}
.ec-service-list .content-inner > .content{margin-top: 0;}
.ec-service-list .column .content{padding: 30px 15px; margin-top: 90px; height: auto;}
.ec-service-list .column .content img{margin-top: -90px;}
.section-blog .sc-recent-post ul{flex-wrap: wrap;}
.section-blog .irecent-posts li{max-width: 100%;}
.site-header .main.fluid{max-width: 100%;}
.top-bar{display: block; text-align: center;}
.top-bar .quick-nav{justify-content: center; margin: 3px 0;}
.site-logo{flex-shrink: 0;}
}
@media (max-width:599px) {
.ibanner.section .cpn h3 br{display: none;}
.owl-nav .owl-next {right:0;} .owl-nav .owl-prev {left:0;}
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev { display:none;}	
img.alignright, img.alignleft, img.alignnone, img.alignalone, img.aligncenter { display:block;max-width: 100%;}
img.no-resize {max-width:100%; width:auto; height:auto;} img.border {box-sizing:border-box;}
.ifeatured .wgs-fd, .section-feature-area .wgs-fd, .ifeatured .feature-wgs{width: 100%;}
.ngg-albumoverview .ngg-album-compact {width:48%;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {width:46%; margin-bottom:15px;}
.footer-c img.alignnone{display: inline-block;}
.icontent .ec-iform.column.last img{margin-right: 10px;}
.wpcf7 span.wpcf7-form-control-wrap.captcha-1{width: 16%;}
.wpcf7 span.wpcf7-list-item{max-width: 100%;}
.section-represent img{margin:0;}
.ec-contact-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.recaptcha {transform: scale(0.82);transform-origin: 0 0;width: 75%;}
.ibanner .cpn h2, .ibanner .cpn h3, .ibanner .cpn h4{font-size: 18px; margin: 0;}
.flexslider{background: #202020;}
.ibanner .ov.ps-lx.tp-fw .cpn{padding: 30px 25px 40px;}
.wgs-footer{width: 100%; padding-right: 0;}
.section-cta  .cta-text h5{font-size: 18px;}
.section-cta  .cta-text h3{font-size: 24px;}
.section span.cta-action a.button{padding: 12px 30px;}
.ec-contact-wrap .ec-contact-address > .content{padding: 30px 20px;}
.ec-contact-wrap .ec-contact-form .content{padding: 30px 20px;}
}
@media (max-width:479px) {
.header .inav{margin-top: 5px;}
.inner-extra { margin-right: 12px; float: right;}
.top-head .top-item.top-slogan{display: none;}
.ibanner .wpcf7 img.wpcf7-captchac{margin-right: 40px;}
.ibanner .wpcf7 .wpcf7-submit {margin-top: 6px;}
.ibanner .ov.ps-lx.tp-fw .cpn p{font-size: 13px;}
.section-content-inn.section-text-dark h1{line-height: 24px;}
.section-content-box .ec-padding-left .content{padding-left: 0;}
.flexslider .slides .thumbs{width: 160%; margin-left: -30%;} .ibanner .islider + img{display: none;}
.gallery-page .ngg-gallery-thumbnail-box {width:50%;} .gallery-page .ngg-gallery-thumbnail {padding:5px;}
.section-install,.section-weaber-home {padding: 40px 0;}
.section-install .ec-trans-bg, .section-weaber-home .ec-trans-bg{padding: 20px 25px;}
.ec-light .content{padding: 20px 14px;}
.ec-light .content ul li{font-size: 13px;}
.ifeatured .iboxs .wg-title, .section-feature-area .iboxs .wg-title{font-size: 14px; line-height: 18px; padding: 10px 13px 6px;}
.iboxs .content a{padding:10px 0px 8px; }
.wpcf7 span.wpcf7-form-control-wrap.captcha-1{width: 26%;}
.textwidget h3{font-size:20px;}
.section-content h3{font-size: 14px;}
.wgs-footer.nav_menu-2{width: 100%;}
.wgs-footer:nth-child(2){width: 100%;}
.wgs-footer:nth-child(3){width: 100%;}
.wgs-footer{width: 100%;}
.wgs-footer p img{max-width: 180px;}
.ibanner .cpn h2, .ibanner .cpn h3, .ibanner .cpn h4{font-size: 14px; padding-bottom: 5px;}
.ibanner .ov.ps-lx.tp-fw .cpn p strong{background: transparent; padding: 0; font-size: 12px; line-height: 1.5;}
.section-cta .content a.button+.button{margin-left: 0;}
.ibanner .ov.ps-lx.tp-fw .cpn p br{display: none;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box{width: 96%;}
.inav ul.menu{top: 188px;}
.menu-toggle{top: 131px;}
.section-cta  .cta-text h5{font-size: 16px;}
.section-cta  .cta-text h3{font-size: 20px;}
.main-menu{display: block;}
.site-logo{margin: 0 auto; padding: 10px;}
.top-phone {margin: 0 0 10px 10px;}
}@font-face{font-family:'FontAwesome';src:url(//www.freedomlending.com/wp-content/themes/scfreedom/css/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.freedomlending.com/wp-content/themes/scfreedom/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.freedomlending.com/wp-content/themes/scfreedom/css/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.freedomlending.com/wp-content/themes/scfreedom/css/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.freedomlending.com/wp-content/themes/scfreedom/css/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.freedomlending.com/wp-content/themes/scfreedom/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align: baseline}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.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;
}
@keyframes slideDown {
0% {
transform: translateY(-100%);}
50%{
transform: translateY(8%);}
65%{
transform: translateY(-4%);}
80%{
transform: translateY(4%);}
95%{
transform: translateY(-2%);}			
100% {
transform: translateY(0%);}		
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translateY(-100%);}
50%{
-webkit-transform: translateY(8%);}
65%{
-webkit-transform: translateY(-4%);}
80%{
-webkit-transform: translateY(4%);}
95%{
-webkit-transform: translateY(-2%);}			
100% {
-webkit-transform: translateY(0%);}	
}
.slideDown{
animation-name: slideDown;
-webkit-animation-name: slideDown;	
animation-duration: 1s;	
-webkit-animation-duration: 1s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;	
visibility: visible !important;						
}
@keyframes slideUp {
0% {
transform: translateY(100%);}
50%{
transform: translateY(-8%);}
65%{
transform: translateY(4%);}
80%{
transform: translateY(-4%);}
95%{
transform: translateY(2%);}			
100% {
transform: translateY(0%);}	
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(100%);}
50%{
-webkit-transform: translateY(-8%);}
65%{
-webkit-transform: translateY(4%);}
80%{
-webkit-transform: translateY(-4%);}
95%{
-webkit-transform: translateY(2%);}			
100% {
-webkit-transform: translateY(0%);}	
}
.slideUp{
animation-name: slideUp;
-webkit-animation-name: slideUp;	
animation-duration: 1s;	
-webkit-animation-duration: 1s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;
visibility: visible !important;			
}
@keyframes slideLeft {
0% {
transform: translateX(150%);}
50%{
transform: translateX(-8%);}
65%{
transform: translateX(4%);}
80%{
transform: translateX(-4%);}
95%{
transform: translateX(2%);}			
100% {
transform: translateX(0%);}
}
@-webkit-keyframes slideLeft {
0% {
-webkit-transform: translateX(150%);}
50%{
-webkit-transform: translateX(-8%);}
65%{
-webkit-transform: translateX(4%);}
80%{
-webkit-transform: translateX(-4%);}
95%{
-webkit-transform: translateX(2%);}			
100% {
-webkit-transform: translateX(0%);}
}
.slideLeft{
animation-name: slideLeft;
-webkit-animation-name: slideLeft;	
animation-duration: 1s;	
-webkit-animation-duration: 1s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
visibility: visible !important;	
}
@keyframes slideRight {
0% {
transform: translateX(-150%);}
50%{
transform: translateX(8%);}
65%{
transform: translateX(-4%);}
80%{
transform: translateX(4%);}
95%{
transform: translateX(-2%);}			
100% {
transform: translateX(0%);}	
}
@-webkit-keyframes slideRight {
0% {
-webkit-transform: translateX(-150%);}
50%{
-webkit-transform: translateX(8%);}
65%{
-webkit-transform: translateX(-4%);}
80%{
-webkit-transform: translateX(4%);}
95%{
-webkit-transform: translateX(-2%);}			
100% {
-webkit-transform: translateX(0%);}
}
.slideRight{
animation-name: slideRight;
-webkit-animation-name: slideRight;	
animation-duration: 1s;	
-webkit-animation-duration: 1s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;		
visibility: visible !important;	
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-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 {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
-ms-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
-ms-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
-ms-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
-ms-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
-ms-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
-ms-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
-ms-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
-ms-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-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 {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-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);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
-ms-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
-ms-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
-ms-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
-ms-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
-ms-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
-ms-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);
-ms-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);
-ms-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
-ms-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);
-ms-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);
-ms-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);
-ms-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);
-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
-ms-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
-ms-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
-ms-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
-ms-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
-ms-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
-ms-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
-ms-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
-ms-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
-ms-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
-ms-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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, -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);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
-ms-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
-ms-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-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);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
-ms-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
-ms-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
-ms-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-ms-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);
-ms-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);
-ms-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);
-ms-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;
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
-ms-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);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-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);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-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-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-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;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
-ms-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
-ms-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 {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
-ms-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 {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
-ms-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
-ms-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
-ms-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0, 0, 1, 45deg);
transform: rotate(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0, 0, 1, 45deg);
-ms-transform: rotate(0, 0, 1, 45deg);
transform: rotate(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
-ms-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;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
-ms-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);
-ms-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
-ms-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);
-ms-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
-ms-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
-ms-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 {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-ms-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);
-ms-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 {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-ms-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);
-ms-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 {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-ms-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);
-ms-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 {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-ms-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);
-ms-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 {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
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);
}
100% {
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);
-ms-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);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
-ms-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);
}
100% {
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);
-ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
-ms-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
-ms-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);
}
100% {
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);
-ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
-ms-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
-ms-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);
}
100% {
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);
-ms-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);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
-ms-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;
}.mCSB_container{
width:auto;
margin-right:30px;
overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
width:16px;
height:100%;
top:0;
right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
position:absolute;
top:0;
left:0;
bottom:0;
right:0; 
height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
height:100%;
margin:0 auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
cursor:pointer;
width:100%;
height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:6px;
height:100%;
margin:0 auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
display:block;
position:relative;
height:20px;
overflow:hidden;
margin:0 auto;
cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
top:100%;
margin-top:-40px;
} .mCSB_horizontal>.mCSB_container{
height:auto;
margin-right:0;
margin-bottom:30px;
overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
margin-right:0;
margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
width:100%;
height:16px;
top:auto;
right:auto;
bottom:0;
left:0;
overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:2px;
margin:7px 0;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
width:30px;
height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
display:block;
position:relative;
width:20px;
height:100%;
overflow:hidden;
margin:0 auto;
cursor:pointer;
float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
margin-left:-40px;
float:right;
}
.mCustomScrollBox{
-ms-touch-action:none; } .mCustomScrollBox>.mCSB_scrollTools{
opacity:0.75;
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; }
.mCustomScrollBox:hover>.mCSB_scrollTools{
opacity:1;
filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; }
.mCSB_scrollTools .mCSB_draggerRail{
background:#cdcdcd; background:rgba(205,205,205,0.5);
filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background:#ccced8; background:rgba(204,206,216,0.85);
filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(204,206,216,0.95);
filter:"alpha(opacity=95)"; -ms-filter:"alpha(opacity=95)"; }
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(204,206,216,1);
filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; }
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
background-image:url(//www.freedomlending.com/wp-content/themes/scfreedom/images/mCSB_buttons.png);
background-repeat:no-repeat;
opacity:0.4;
filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; }
.mCSB_scrollTools .mCSB_buttonUp{
background-position:0 0; }
.mCSB_scrollTools .mCSB_buttonDown{
background-position:0 -20px; }
.mCSB_scrollTools .mCSB_buttonLeft{
background-position:0 -40px; }
.mCSB_scrollTools .mCSB_buttonRight{
background-position:0 -56px; }
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
opacity:0.75;
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
opacity:0.9;
filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; }  .mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
background:#000; background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background:#000; background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-80px -56px;
} .mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#fff; background:rgba(255,255,255,0.1);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:4px;
background:#fff; background:rgba(255,255,255,0.75);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-40px -56px;
} .mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#000; background:rgba(0,0,0,0.1);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:4px;
background:#000; background:rgba(0,0,0,0.75);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-120px -56px;
} .mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#fff; background:rgba(255,255,255,0.1);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:6px;
background:#fff; background:rgba(255,255,255,0.75);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:6px;
margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-20px -56px;
} .mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#000; background:rgba(0,0,0,0.1);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:6px;
background:#000; background:rgba(0,0,0,0.75);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:6px;
margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-100px -56px;
} .mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
background:#fff; background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:2px;
margin:7px auto;
} .mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
background:#000; background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:2px;
background:#000; background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:2px;
margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-80px -56px;
} .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1;}
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {cursor: pointer;cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel.owl-loaded {display: block;} .owl-carousel.owl-loading {opacity: 0; display: block;} .no-js .owl-carousel {display: block;}
.owl-carousel.owl-hidden { opacity: 0;} .owl-carousel .owl-refresh .owl-item {display: none;}
.owl-carousel .owl-item {position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel .owl-item img {display: block; -webkit-transform-style: preserve-3d; margin:0 auto;}
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto; -moz-user-select: auto;-ms-user-select: auto; user-select: auto;}
.owl-carousel .owl-grab {cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab;}
.owl-carousel.owl-rtl { direction: rtl;} .owl-carousel.owl-rtl .owl-item { float: right;}
.owl-height {-webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out;}