/**
 * Theme Name: Fundrize
 * Version: 1.0
 * Description: Fundrize WordPress Theme
 * Author: Ninzio
 * Theme URI: https://themeforest.net/item/fundrize
 * Author URI: https://themeforest.net/user/ninzio
 * License: Custom license
 * License URI: Licensing/README_License.txt
 * Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
 * Text Domain: fundrize
 */

/* Reset Browsers
-------------------------------------------------------------- */
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:inherit;vertical-align:baseline;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{background:#fff;line-height:1;}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;}caption,th,td{font-weight:normal;text-align:left;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}blockquote,q{quotes:none}a:focus{outline:none}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto;}select{max-width:100%}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea { font-family: "Open Sans", sans-serif; font-weight: 400; color: #777; font-size: 14px; line-height: 2; background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: hidden; overflow-y: auto; }
img { height: auto; max-width: 100%; vertical-align: middle; -ms-interpolation-mode: bicubic }
p { margin: 0 0 24px; }
strong,
b,
cite { font-weight: bold; }
dfn,
cite,
em,
i,
blockquote { font-style: italic; }
blockquote { position: relative; background-color: #f5f5f5; color: #999; margin: 40px 0 30px; padding: 0 0 0 32px; font-size: 15px; line-height: 32px; }
blockquote:before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background-color: #f57223; }
blockquote > p:last-child { margin-bottom: 0; }
blockquote cite { position: absolute; right: 0; bottom: 0; }
blockquote em,
blockquote i { font-style: normal; }
abbr,
acronym { border-bottom: 1px dotted #e0e0e0; cursor: help; }
mark,
ins { text-decoration: none; }
sup,
sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -6px; }
sub { bottom: -3px; }
small { font-size: 75%; }
big { font-size: 125%; }
address { font-style: italic; margin: 0 0 20px; }
code, kbd, tt, var { font-family: Inconsolata, monospace; font-size: 14px; }
pre { margin: 14px 0 24px; padding: 24px; background-color: #f9f9f9; border: 1px solid #ebebeb; overflow-x: auto; font-family: Inconsolata, monospace; -webkit-hyphens: none; hyphens: none; border-radius: 0; height: auto; }

/* Elements
-------------------------------------------------------------- */
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*,
*:before,
*:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
hr { background-color: #e0e0e0; border: 0; height: 1px; margin-bottom: 20px; }

/* List */
ul,
ol { padding: 0; margin: 0 0 20px 20px; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul,
li > ol { margin-bottom: 0; }
ul li,
ol li { padding: 0.1em 0; }
dl,
dd { margin: 0 0 20px; }
dt { font-weight: bold; }
del { opacity: 0.5;}

/* Table */
table,
th,
td { border: 1px solid #e0e0e0; }
table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 30px; table-layout: fixed; width: 100%; }
caption, th, td { font-weight: normal; text-align: left; }
th { border-width: 0 1px 1px 0; font-weight: bold; }
td { border-width: 0 1px 1px 0; }
th,
td { padding: 8px 12px; }

/* Media */
embed,
iframe,
object,
video { margin-bottom: 20px; max-width: 100%; vertical-align: middle; }
p > embed,
p > iframe,
p > object,
p > video { margin-bottom: 0; }

/* Accessibility - Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input { line-height: normal; }
button, input, select, textarea { font-size: 100%; line-height: inherit; margin: 0; vertical-align: baseline; }
input,
textarea { font-size: 1em; max-width: 100%; background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */ }
textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ vertical-align: top; /* Improves readability and alignment in all browsers */ }
input[type="checkbox"] { display: inline; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { line-height: 1; cursor: pointer; -webkit-appearance: button; border: 0; }
input[type="checkbox"],
input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ }
input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ }
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove chrome yellow autofill */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset }

/* Reset search styling */
input[type="search"] { outline: 0 }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none }

/* Input normal */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] { letter-spacing: 1px; color: #777; border: none; padding: 10px 20px; background-color: #fff; font-size: 14px; line-height: inherit; width: 100%; margin-bottom: 14px; height: auto; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border ease .238s; -moz-transition: border ease .238s; transition: border ease .238s; }

/* Contact Form 7 */
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input { margin-bottom: 0; }

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus { border-color: #c4c4c4; outline: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { font-size: 0.857em; letter-spacing: 1px; text-transform: uppercase; background-color: #717171; color: #fff; padding: 17px 46px; display: inline-block; -webkit-appearance: none; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus { outline: 0; background-color: #292929; }

/* Placeholder color */
::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { color: #999; }

/* Links */
a { color: #f57223; outline: 0; text-decoration: none; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }

a:hover,
a:focus,
a:active { outline: 0; color: #292929; text-decoration: none }

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 { font-family: "Montserrat", sans-serif; letter-spacing: 1px; color: #292929; font-weight: 400; line-height: 1.5; margin: 0 0 12px; text-rendering: optimizeLegibility; }

h1 { font-size: 2.285em; } /* 32px */
h2 { font-size: 2em; } /* 28px */
h3 { font-size: 1.785em; } /* 25px */
h4 { font-size: 1.428em; } /* 20px */
h5 { font-size: 1.285em; } /* 18px */
h6 { font-size: 1.142em; } /* 16px */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: inherit }

/* Extra classes
-------------------------------------------------------------- */
.display-none, .hidden { display: none !important; }
.display-block { display: block !important; }
.display-inline { display: inline !important; }

.text-accent-color { color: #f57223; }
.text-white { color: #fff !important; }
.text-dark { color: #292929 !important; }
.text-light { color: #777 !important; }
.text-very-light { color: #a0a0a0 !important; }

.bg-accent { background-color: #f57223; }
.bg-dark { background-color: #292929 !important; }
.bg-light { background-color: #f0f0f0 !important; }
.bg-very-light { background-color: #f5f5f5 !important; }

.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.text-del { text-decoration: line-through !important; }

.letter-spacing-1px { letter-spacing: 1px !important; }
.letter-spacing-2px { letter-spacing: 2px !important; }
.letter-spacing-3px { letter-spacing: 3px !important; }
.letter-spacing-4px { letter-spacing: 4px !important; }
.letter-spacing-5px { letter-spacing: 5px !important; }
.letter-spacing-6px { letter-spacing: 6px !important; }
.letter-spacing-7px { letter-spacing: 7px !important; }
.letter-spacing-8px { letter-spacing: 8px !important; }
.letter-spacing-9px { letter-spacing: 9px !important; }
.letter-spacing-10px { letter-spacing: 10px !important; }

.font-size-10 { font-size: 10px; }
.font-size-11 { font-size: 11px; }
.font-size-12 { font-size: 12px; }
.font-size-13 { font-size: 13px; }
.font-size-14 { font-size: 14px; }
.font-size-15 { font-size: 15px; }
.font-size-16 { font-size: 16px; }
.font-size-17 { font-size: 17px; }
.font-size-18 { font-size: 18px; }

.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800; }
.font-weight-900 { font-weight: 900; }

.margin-bottom-0 { margin-bottom: 0px; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-35 { margin-bottom: 35px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-45 { margin-bottom: 45px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-bottom-55 { margin-bottom: 55px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-65 { margin-bottom: 65px; }
.margin-bottom-70 { margin-bottom: 70px; }
.margin-bottom-75 { margin-bottom: 75px; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-bottom-85 { margin-bottom: 85px; }
.margin-bottom-90 { margin-bottom: 90px; }
.margin-bottom-95 { margin-bottom: 95px; }
.margin-bottom-100 { margin-bottom: 100px; }

.margin-top-0 { margin-top: 0px; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-35 { margin-top: 35px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-45 { margin-top: 45px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-55 { margin-top: 55px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-65 { margin-top: 65px; }
.margin-top-70 { margin-top: 70px; }
.margin-top-75 { margin-top: 75px; }
.margin-top-80 { margin-top: 80px; }
.margin-top-85 { margin-top: 85px; }
.margin-top-90 { margin-top: 90px; }
.margin-top-95 { margin-top: 95px; }
.margin-top-100 { margin-top: 100px; }

/* Revolution Slider
-------------------------------------------------------------- */
.tparrows.custom { background-color: rgba(0,0,0,0.7); width: 34px; height: 89px; -webkit-transition: background 0.3s; transition: background 0.3s; }
.tparrows.custom:hover { background-color: rgba(0,0,0,1); }
.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before { content: "\e911"; font-family: "infinitum"; font-size: 10px; line-height: 89px; }
.custom.tparrows.tp-rightarrow:before { content: "\e912"; }
.tp-bullets.custom .tp-bullet { width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background-color: transparent; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.tp-bullets.custom .tp-bullet.selected { background-color: #fff; }

.rev_slider .wprt-button.has-icon { padding-left: 15px; }
.rev_slider .wprt-button.has-icon > span > .icon { line-height: normal; padding-right: 13px; border-right: 1px solid rgba(255,255,255,0.3); font-size: 18px; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) }
.rev_slider .wprt-button.has-icon > span { padding-left: 54px; position: relative; display: inline-block; }
.rev_slider .wprt-button.has-icon.white .icon { border-color: rgba(153,153,153,0.3); }

/* WordPress Styles
-------------------------------------------------------------- */
.bypostauthor .comment-author { text-decoration: underline; }
.sticky .post-title { position: relative; padding-left: 25px; }
.sticky .post-title:before { content: "\e902"; font-family: "infinitum"; position: absolute; left: 0; top: 5px; font-size: 14px; }
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 7px 0 15px 40px; }
.alignleft { float: left; margin: 7px 40px 15px 0; }
blockquote.alignleft { margin: 5px 20px 0; }
blockquote.alignright { margin: 5px 0 20px 20px; }
blockquote.aligncenter { margin-bottom: 20px; }
.floatleftcenter { float: none; margin: 0 auto; }
.floatleft { float: left }
.floatright { float: right }
.wp-caption { text-align: center; max-width: 100%; text-align: center; margin-bottom: 20px; }
.wp-caption img { display: block; margin: 0 auto; padding: 0; border: 0 none; }
.wp-caption img[class*="wp-image-"] { display: block; margin: 0; }
.wp-caption .wp-caption-text,
.gallery-caption { font-size: 1em; padding: 10px 0 0; margin: 0; text-align: center; font-style: italic; }
.wp-caption.alignnone { margin-bottom: 20px }
.wp-smiley { margin: 0; max-height: 1em; }
#img-attch-page { text-align: center; overflow: hidden; }
#img-attch-page img { display: inline-block; margin: 0 auto; max-width: 100%; margin-bottom: 20px; }
.post-password-form label,
.post-password-form input { display: block; float: none; }
.post-password-form input { margin-top: 10px }
.post-password-form input[type="password"] { width: 300px; max-width: 100%; }
.post-password-form label { font-weight: 700; color: #292929; }
form.login .lost_password { display: inline-block; }
.wpstats { display: none }
.gallery { margin: 0 -1.15% 30px; }
.gallery-item { display: inline-block; max-width: 33.33%; padding: 0 1.15% 2.3%; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

/* Clearfix */
.clearfix { *zoom: 1; }
.clearfix:before,
.clearfix:after,
.wprt-container:before,
.wprt-container:after,
.ult-spacer:before,
.ult-spacer:after,
.ult-animation:before,
.ult-animation:after,
.ult_crlink:before,
.ult_crlink:after { clear: both; display: table; line-height: 0; content: ""; }
.clearfix:after,
.wprt-container:after,
.ult-spacer:after,
.ult-animation:after,
.ult_crlink:after { clear: both; }

/* Grid
-------------------------------------------------------------- */
.wprt-row { margin: 0 -10px }
.wprt-row .col { float: left; padding: 0 10px; }
.wprt-row .span_1_of_1.col { float: none }
.wprt-row .span_1_of_2 { width: 50% }
.wprt-row .span_1_of_3 { width: 33.33% }
.wprt-row .span_1_of_4 { width: 25% }
.wprt-row .span_1_of_5 { width: 20% }

/* Gutter */
.wprt-row.gutter-5 { margin-left: -2.5px; margin-right: -2.5px; }
.wprt-row.gutter-5 > .col { padding-left: 2.5px; padding-right: 2.5px}
.wprt-row.gutter-10 { margin-left: -5px; margin-right: -5px; }
.wprt-row.gutter-10 > .col { padding-left: 5px; padding-right: 5px;}
.wprt-row.gutter-15 { margin-left: -7.5px; margin-right: -7.5px; }
.wprt-row.gutter-15 > .col { padding-left: 7.5px; padding-right: 7.5px;}
.wprt-row.gutter-20 { margin-left: -10px; margin-right: -10px; }
.wprt-row.gutter-20 > .col { padding-left: 10px; padding-right: 10px;}
.wprt-row.gutter-25 { margin-left: -12.5px; margin-right: -12.5px; }
.wprt-row.gutter-25 > .col { padding-left: 12.5px; padding-right: 12.5px;}
.wprt-row.gutter-30 { margin-left: -15px; margin-right: -15px; }
.wprt-row.gutter-30 > .col { padding-left: 15px; padding-right: 15px;}
.wprt-row.gutter-35 { margin-left: -17.5px; margin-right: -17.5px; }
.wprt-row.gutter-35 > .col { padding-left: 17.5px; padding-right: 17.5px;}
.wprt-row.gutter-40 { margin-left: -20px; margin-right: -20px; }
.wprt-row.gutter-40 > .col { padding-left: 20px; padding-right: 20px;}
.wprt-row.gutter-45 { margin-left: -22.5px; margin-right: -22.5px; }
.wprt-row.gutter-45 > .col { padding-left: 22.5px; padding-right: 22.5px;}
.wprt-row.gutter-50 { margin-left: -25px; margin-right: -25px; }
.wprt-row.gutter-50 > .col { padding-left: 25px; padding-right: 25px;}
.wprt-row.gutter-60 { margin-left: -30px; margin-right: -30px; }
.wprt-row.gutter-60 > .col { padding-left: 30px; padding-right: 30px;}
.wprt-row.gutter-70 { margin-left: -35px; margin-right: -35px; }
.wprt-row.gutter-70 > .col { padding-left: 35px; padding-right: 35px;}
.wprt-row.gutter-80 { margin-left: -40px; margin-right: -40px; }
.wprt-row.gutter-80 > .col { padding-left: 40px; padding-right: 40px;}

/* Layout
-------------------------------------------------------------- */
.wprt-container { width: 1180px;  margin: 0 auto; max-width: 90%; }
#page { background: #fff; }
#main-content { padding: 95px 0; background-color: #f5f5f5; }
.is-page #main-content { background-color: #fff; }
.no-padding-content #main-content { padding: 0; }

/* Inner Content */
#inner-content,
#inner-sidebar { position: relative; z-index: 1; }

#inner-content:after,
#inner-sidebar:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-style: solid; border-width: 0; z-index: -1; }

/* Sidebar Right (default) */
#site-content { float: left; width: 74.252% }
#sidebar { float: right; width: 23.728% }

/* Sidebar Left */
.sidebar-left #site-content { float: right; }
.sidebar-left #sidebar { float: left; }

/* No Sidebar */
.no-sidebar #site-content,
#site-content.archive-gallery { width: 100% !important; max-width: none !important; float: none !important; }

/* Boxed layout */
.site-layout-boxed #wrapper { background-color: #f9f9f9; padding: 30px; }
.site-layout-boxed #page { width: 1230px; max-width: 100%; margin: 0 auto; position: relative; }
.site-layout-boxed #page .wprt-container { width: auto !important; max-width: none !important; padding-left: 30px; padding-right: 30px; }
.site-layout-boxed .header-one #main-nav { right: 13px; }
.site-layout-boxed.wrap-has-border #page { border-width: 1px; border-style: solid; }
.site-layout-boxed.box-shadow #page { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07); }

.site-layout-boxed.menu-has-search.header-style-1 #site-header #main-nav { right: 56px; }
.site-layout-boxed.menu-has-cart.header-style-1 #site-header #main-nav { right: 70px; }
.site-layout-boxed.menu-has-search.menu-has-cart.header-style-1 #site-header #main-nav { right: 105px; }

.site-layout-boxed.menu-has-search.header-style-1 #site-header #header-search { right: 30px; }
.site-layout-boxed.menu-has-search.menu-has-cart.header-style-1 #site-header #header-search { right: 30px; }

.site-layout-boxed.menu-has-cart.header-style-1 #site-header .nav-top-cart-wrapper { right: 30px; }
.site-layout-boxed.menu-has-cart.menu-has-search.header-style-1 #site-header .nav-top-cart-wrapper { right: 60px; }

/* Top Bar
-------------------------------------------------------------- */
#top-bar { font-size: 0.928em; position: relative; z-index: 9999; background-color: #f1f1f1; }
#top-bar,
#top-bar a { color: #999; }
#top-bar a:hover { text-decoration: underline; }
#top-bar-inner { padding: 5px 0; }
#top-bar .top-bar-inner-wrap { display: table; width: 100%; }
#top-bar .top-bar-content { display: table-cell; margin: 0; text-align: left; vertical-align: middle; width: 75%;}
#top-bar .top-bar-socials { display: table-cell; text-align: right; vertical-align: middle; width: 25%;}
#top-bar .top-bar-socials .texts { padding-right: 7px; }

/* Top Bar Content */
#top-bar .top-bar-content .content { position: relative; display: inline-block; margin-right: 25px; padding-left: 23px; }
#top-bar .top-bar-content .content:before { font-size: 14px; color: #c3c3c3; font-family: "infinitum"; position: absolute; left: 0; left: 1px; top: 0; width: 20px; height: 20px; content: ""; }
#top-bar .top-bar-content .content.welcome:before { content: "\e904"; }
#top-bar .top-bar-content .content.time:before { content: "\e943"; }
#top-bar .top-bar-content .content.phone:before { content: "\e979"; }
#top-bar .top-bar-content .content.address:before { content: "\e974"; }

/* Top Bar Languages */
#top-bar .languages-switcher { display: inline-block; position: relative; list-style: none; margin: 0; }
#top-bar .languages-switcher > .active { display: inline-block; position: relative; padding-right: 12px; }
#top-bar .languages-switcher > .active:after { color: #ababab; font-size: 6px; font-weight: normal; content: "\e90f"; font-family: "infinitum"; position: absolute; right: 0; top: 7px; }
#top-bar .languages-switcher .sub-lang { background-color: #232323; width: 180px; opacity: 0; visibility: hidden; position: absolute; left: -15px; top: 100%; z-index: 999; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#top-bar .languages-switcher:hover .sub-lang { opacity: 1; visibility: visible; }
#top-bar .languages-switcher .sub-lang a { padding: 0 15px; display: block; text-align: left; border-top: 1px solid #292929; color: #999; line-height: 36px; }
#top-bar .languages-switcher .sub-lang a:hover { color: #fff; }

/* Top Bar Socials */
#top-bar .top-bar-socials .inner { display: inline-block; }
#top-bar .top-bar-socials .icons a { position: relative; z-index: 1; font-size: 14px; color: #c3c3c3; background-color: #e3e3e3; width: 30px; height: 30px; margin-left: 2px; line-height: 30px; text-align: center; display: inline-block; }
#top-bar .top-bar-socials .icons a:hover { text-decoration: none; background-color: #f57223; color: #fff; }
#top-bar .top-bar-socials .icons a:last-child { margin-right: 0; }

/* Top Bar Menu */
.top-bar-menu { margin: 0; list-style: none; padding-left: 10px; }
.top-bar-menu li { margin-right: 20px }
.top-bar-menu ul { display: none !important; /* hide dropdowns on top menu */ }
.top-bar-menu li:last-child { margin-right: 0 }
.top-bar-menu,
.top-bar-menu li { display: inline-block; position: relative; }
.top-bar-menu li:before { content: "/"; position: absolute; left: -13px; top: 1px; }
.top-bar-menu li:first-child:before {display: none; }
.top-bar-menu li a { color: #aaa; display: inline-block; }


/* Top Bar Dark Style */
.header-style-2 #top-bar .top-bar-content .content:before,
.header-style-4 #top-bar .top-bar-content .content:before { color: #f57223; }
.header-style-2 #top-bar,
.header-style-4 #top-bar { background-color: #282828; }
.header-style-2 #top-bar,
.header-style-2 #top-bar a,
.header-style-4 #top-bar,
.header-style-4 #top-bar a { color: #acacac; }

.header-style-2 #top-bar .top-bar-socials .icons a,
.header-style-4 #top-bar .top-bar-socials .icons a { background-color: #3e3e3e; color: #f9f9f9; }

/* Header
-------------------------------------------------------------- */
#site-header { position: relative; background-color: #fff; }
#site-header-inner { position: relative; padding-top: 22px; padding-bottom: 22px; height: 100%; }
#site-logo { float: left; max-width: 100%; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#site-logo .site-logo-text { color: #292929; font-size: 22px; line-height: 34px; font-weight: 700; }
#site-logo .site-logo-text:hover { color: #f57223; }

.menu-has-search #site-header #main-nav { right: 28px; }
.menu-has-cart #site-header #main-nav { right: 40px; }
.menu-has-search.menu-has-cart #site-header #main-nav { right: 74px; }
.menu-has-search.menu-has-cart .nav-top-cart-wrapper { right: 30px; }

#site-header #main-nav .menu-fallback { padding-right: 16px; }
#site-header #main-nav .menu-fallback:hover { color: #aaa; }
#site-header #main-nav > ul > li > a { height: 56px; line-height: 56px; }
#site-header .header-search-icon { color: #292929; display: inline-block; height: 56px; line-height: 56px; font-size: 17px; }
#site-header .header-search-icon:hover { color: #f57223; }
#site-header .nav-top-cart-wrapper .nav-cart-trigger { display: block; height: 56px; line-height: 52px; color: #292929; font-size: 22px; }
#site-header .site-navigation-wrap .inner { position: relative; }

#site-header .site-navigation-wrap #main-nav > ul > li { padding: 0 22px; border-right: 1px solid rgba(255,255,255, 0.15); -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#site-header .site-navigation-wrap #main-nav > ul > li:first-child { border-left: 1px solid rgba(255,255,255, 0.15); }
#site-header .site-navigation-wrap #main-nav > ul > li > a { color: #fff; height: 56px; line-height: 56px; position: relative; }
#site-header .site-navigation-wrap #main-nav > ul > li:hover { background-color: rgba(0,0,0,0.1); }
#site-header .site-navigation-wrap #main-nav > ul > li.current-menu-item:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background-color: #fff; }

#site-header .site-navigation-wrap { background-color: #f57223; }
#site-header .site-navigation-wrap .nav-top-cart-wrapper { width: 56px; right: 56px; border-left: 1px solid rgba(255,255,255, 0.15); }
#site-header .site-navigation-wrap .nav-top-cart-wrapper .nav-cart-trigger { text-align:center; font-size: 30px; line-height: 56px; }
#site-header .site-navigation-wrap .nav-top-cart-wrapper .nav-cart-trigger:hover { background-color: rgba(0,0,0,0.1); }
#site-header .site-navigation-wrap .nav-top-cart-wrapper .shopping-cart-items-count { background-color: #484a4d; top: -1px; }

#site-header .site-navigation-wrap .header-search-form { right: 100%; }
#site-header .site-navigation-wrap .header-search-form { top: 10px; }
#site-header .site-navigation-wrap .header-search-icon,
#site-header .site-navigation-wrap .nav-cart-trigger { color: #fff; }

#site-header .site-navigation-wrap .header-search-icon:hover { background-color: rgba(0,0,0,0.1); color: #fff; }
#site-header .site-navigation-wrap .header-search-icon { font-size: 22px; width: 56px; text-align: center; border-right: 1px solid rgba(255,255,255, 0.15); border-left: 1px solid rgba(255,255,255, 0.15); }
#site-header .site-navigation-wrap .header-search-field { border: 0; background-color: #fff; }

.header-style-2 #site-header,
.header-style-4 #site-header { background-color: #333; }

.header-style-1 #site-header #main-nav,
.header-style-2 #site-header #main-nav { position: absolute; right: -13px; top: 50%; z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }

.header-style-2 #main-nav > ul > li > a,
.header-style-2 #site-header .header-search-icon,
.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger { color: #fff; }

.header-style-4 #site-header #main-nav { position: static; }
.header-style-4 #site-header .wprt-info .info-i span { color: #fff; }
.header-style-4 #site-header .wprt-info .info-c > .subtitle { color: #fff; }
.header-style-4 #site-header .wprt-info .inner > div { border-color: #5b5b5b; }

/* Header Search */
#site-header #header-search { position: absolute; right: 0; top: 50%; z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }
#site-header .header-search-form { position: absolute; right: 30px; top: 8px; width: 280px; display: none; }
#site-header .header-search-field { width: 280px; margin: 0; padding-top: 5px; padding-bottom: 5px; background-color: #fff; box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.1); -webkit-box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.1) }
#site-header .header-search-submit { position: absolute; right: 0; top: 0; opacity: 0; visibility: hidden; display: none; }
#site-header .header-search-form.show { opacity: 1; visibility: visible; }

/* Mini Cart */
.nav-top-cart-wrapper { position: absolute; right: 0; top: 50%; z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }
.nav-top-cart-wrapper .nav-cart-trigger .cart-icon { display: inline-block; position: relative; padding-right: 8px; }
.nav-top-cart-wrapper .shopping-cart-items-count { position: absolute; right: 0; top: -3px; width: 16px; height: 16px; line-height: 16px; font-size: 11px; background-color: #f57223; color: #fff; display: block; border-radius: 50%; text-align: center; }
.nav-top-cart-wrapper .nav-shop-cart { width: 320px; opacity: 0; visibility: hidden; -webkit-transform: translateY(5px); transform: translateY(5px); position: absolute; right: 0; top: 100%; z-index: 999999; background-color: #fff; padding: 0px; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1); -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.nav-top-cart-wrapper:hover .nav-shop-cart { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.nav-top-cart-wrapper .woocommerce-min-cart-wrap { padding: 25px; }
.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message { margin: 0; padding: 8px 20px; }
.nav-top-cart-wrapper .nav-shop-cart ul { list-style: none; margin: 0; }
.nav-top-cart-wrapper .nav-shop-cart ul li { display: inline-block; position: relative; width: 100%; border-top: 1px solid #eee; padding: 20px; margin: 0; padding-left: 0; }
.nav-top-cart-wrapper .nav-shop-cart ul li.empty { padding: 0; }
.nav-top-cart-wrapper .nav-shop-cart ul li:first-child { padding-top: 0; margin-top: 0; border-top: 0; }
.nav-top-cart-wrapper .nav-shop-cart ul li a { font-family: "Montserrat", sans-serif; font-size: 16px; color: #292929; }
.nav-top-cart-wrapper .nav-shop-cart ul li a:hover { color: #f57223; }
.nav-top-cart-wrapper .nav-shop-cart ul li a.remove { font-size: 14px; color: #f57223; position: absolute; right: 0; top: 20px; }
.nav-top-cart-wrapper .nav-shop-cart ul li a.remove:hover { color: #292929; }
.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove { top: 0; }
.nav-top-cart-wrapper .nav-shop-cart ul li a img { float: left; width: 80px; margin-left: 0; margin-right: 20px; }
.nav-top-cart-wrapper .nav-shop-cart ul li .quantity { display: block; font-size: 16px; line-height: 28px; }
.nav-top-cart-wrapper .nav-shop-cart .total { padding-top: 20px; margin-bottom: 16px; font-family: "Montserrat", sans-serif; border-top: 1px solid #eee; font-size: 20px; color: #292929; text-align: center; }
.nav-top-cart-wrapper .nav-shop-cart .total strong { font-weight: 400; }
.nav-top-cart-wrapper .nav-shop-cart .woocommerce-Price-amount { font-size: 16px; }
.nav-top-cart-wrapper .nav-shop-cart .buttons:before,
.nav-top-cart-wrapper .nav-shop-cart .buttons:after { content: ""; display: table; clear: both; }
.nav-top-cart-wrapper .nav-shop-cart .buttons { margin: 0; }
.nav-top-cart-wrapper .nav-shop-cart .buttons > a { text-align: center; font-size: 13px; color: #fff; padding: 8px 0; width: 48%; float: left; text-transform: uppercase; }
.nav-top-cart-wrapper .nav-shop-cart .buttons > a:first-child { background-color: #f57223; }
.nav-top-cart-wrapper .nav-shop-cart .buttons a.checkout { float: right; background-color: #292929; border-color: #292929; }
.nav-top-cart-wrapper .nav-shop-cart .buttons a:hover { opacity: 0.7; }

/* Header Aside Content */
#site-header #header-aside { float: right; }
#site-header .wprt-info { float: right; }
#site-header .wprt-info .info-wrap { display: table; overflow: hidden;  width: 100%; }
#site-header .wprt-info .info-i,
#site-header .wprt-info .info-c { display: table-cell; text-align: left; vertical-align: middle; line-height: 22px; }
#site-header .wprt-info .info-i { width: 40px; }

#site-header .wprt-info .info-i span { z-index: 1; font-size: 54px; line-height: 54px; padding-left: 1px; color: #cbcbcb; display: inline-block; margin-right: 22px; }
#site-header .wprt-info .inner > div { float: left; position: relative; }
#site-header .wprt-info .inner > div:first-child { margin-left: 0; }
#site-header .wprt-info .inner > div { border-right: 1px dashed #e0e0e0; padding-right: 36px; margin-right: 36px; }

#site-header .wprt-info .info-c > .title { color: #f57223; font-family: "Montserrat", sans-serif; letter-spacing: 0.5px; }
#site-header .wprt-info .info-c > .subtitle { font-size: 16px; line-height: 26px; }

#site-header .header-aside-btn { float: right; }
#site-header .header-aside-btn a { letter-spacing: 0.5px; display: inline-block; margin-top: 6px; padding: 10px 45px; font-size: 1em; line-height: normal; font-weight: 400; }
#site-header .header-aside-btn a:hover { opacity: 0.75 }
#site-header .header-aside-btn a > span { display: inline-block; position: relative; padding-left: 22px; }
#site-header .header-aside-btn a > span:before { content: "\e90a"; font-family: "infinitum"; position: absolute; left: 0; top: 3px; }

.header-style-3 #site-header .header-aside-btn a > span:before { color: #dadada; }
.header-style-3 #site-header .header-aside-btn a { border: 3px solid #f0f0f0; color: #777; }

.header-style-4 #site-header .header-aside-btn a { color: #fff; background-color: #f57223; padding-top: 13px; padding-bottom: 13px; }
.header-style-4 #site-header .header-aside-btn a > span:before { color: #fff; }

/* Header fixed */
#site-header.is-fixed,
.site-navigation-wrap.is-fixed { position: fixed; left: 0; top: 0; width: 100%; z-index: 9989; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); -webkit-animation-name: menu_sticky; animation-name: menu_sticky; -webkit-animation-duration: 0.70s; animation-duration: 0.70s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
#site-header.is-fixed #site-header-inner { padding-top: 10px; padding-bottom: 10px; }
@-webkit-keyframes menu_sticky { 0% { margin-top:-120px; } 50% { margin-top: -60px; } 100% { margin-top: 0; } }
@keyframes menu_sticky { 0% { margin-top:-120px; } 50% { margin-top: -60px; } 100% { margin-top: 0; } }

/* Header full-width */
.header-fullwidth #site-header,
.header-fullwidth #top-bar { padding-left: 30px !important; padding-right: 30px !important; }
.header-fullwidth #site-header .wprt-container,
.header-fullwidth #top-bar .wprt-container { width: 100% !important; max-width: none !important; }

/* Menu */
#main-nav .menu-fallback { position: relative; text-decoration: underline; display: inline-block; height: 50px; line-height: 50px; }
#main-nav { display: block; }
#main-nav ul { margin: 0; }
#main-nav ul li { position: relative; list-style: none; padding-top: 0; padding-bottom: 0; }
#main-nav > ul > li { float: left; padding: 0 16px; }
#main-nav > ul > li > a { display: block; font-family: "Montserrat", sans-serif; letter-spacing: 1px; font-size: 15px; color: #292929; }
#main-nav > ul > li > a:not([href]) { cursor: pointer; }
#main-nav > ul > li > a:hover,
#main-nav > ul > li.current-menu-item > a { color: #f57223; }
#main-nav > ul > li.menu-item-has-children > a { position: relative; padding-right: 15px; }
#main-nav > ul > li.menu-item-has-children > a:after { font-size: 8px; font-weight: normal; content: "\e90f"; font-family: "infinitum"; position: absolute; right: 0; top: 0; }

/* Sub Menu */
#main-nav .sub-menu { padding: 16px 0; background-color: #2d2e32; position: absolute; left: 0; top: 100%; width: 258px; -webkit-transform: translateY(5px); transform: translateY(5px); opacity: 0; visibility: hidden; z-index: 999999; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#main-nav .sub-menu .sub-menu { left: 100%; top: -17px; background-color: #26272b; }
#main-nav .sub-menu .sub-menu .sub-menu { background-color: #1e1f23; }
#main-nav .sub-menu li a { padding: 3px 25px; color: #999; font-size: 13px; font-family: "Montserrat", sans-serif; text-transform: uppercase; display: block; }
#main-nav .sub-menu li:first-child > a { border: 0; }
#main-nav .sub-menu li a:hover { color: #fff; }
#main-nav li:hover > .sub-menu { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#main-nav .sub-menu li.menu-item-has-children > a:after { right: 20px; line-height: normal; font-size: 8px; font-weight: normal; content: "\e912"; font-family: "infinitum"; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }

/* Mega Menu */
#main-nav li.megamenu { position: inherit; }
#main-nav li.megamenu a { padding-left: 0; }
#main-nav li.megamenu ul.sub-menu { z-index: 9999; background-color: transparent; }
#main-nav li.megamenu > ul.sub-menu ul.sub-menu { transition: none; transform: none; padding: 0; }
#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a:after { display: none; }
#main-nav li.megamenu > ul.sub-menu { width: 100%; left: 0; right: auto; border-radius: 0; background-color: #2d2e32; padding: 40px 75px; }
#main-nav li.megamenu > ul.sub-menu > li { display: block; float: left; width: 100%; }
#main-nav li.megamenu > ul.sub-menu > li > a { border: 0; }
#main-nav li.megamenu.col-1 > ul.sub-menu > li { width: 100% }
#main-nav li.megamenu.col-2 > ul.sub-menu > li { width: 50% }
#main-nav li.megamenu.col-2 > ul.sub-menu > li:nth-child(3n) { clear: both; }
#main-nav li.megamenu.col-3 > ul.sub-menu > li { width: 33.33% }
#main-nav li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) { clear: both; }
#main-nav li.megamenu.col-4 > ul.sub-menu > li { width: 25% }
#main-nav li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) { clear: both; }
#main-nav li.megamenu.col-5 > ul.sub-menu > li { width: 20% }
#main-nav li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) { clear: both; }
#main-nav li.megamenu.col-6 > ul.sub-menu > li { width: 16.66% }
#main-nav li.megamenu.col-6 > ul.sub-menu > li:nth-child(7n) { clear: both; }
#main-nav li.megamenu > ul.sub-menu > li ul { display: block !important; top: auto !important; width: 100% !important; min-width: 0 !important; left: auto !important; position: relative !important; border: none !important; padding: 0 !important; box-shadow: none !important; }
#main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a { transition: none; position: relative; font-size: 15px; color: #fff; padding-bottom: 9px; margin-bottom: 8px; }
#main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a:before { content: "";  position: absolute; left: 0; bottom: 0; width: 44px; height: 2px; background-color: #56575b; }
#main-nav li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a { display: none }
#main-nav li.megamenu:hover ul li ul { opacity: 1; visibility: visible; }

/* Mobile Menu */
#main-nav-mobi { display: block; margin: 0 auto; width: 100%; position: absolute; left: 0; top: 100%; z-index: 999999; background-color: #252525; }
#main-nav-mobi ul { display: block; list-style: none; margin: 0; padding: 0; }
#main-nav-mobi ul li { margin:0; position: relative; text-align: center; cursor: pointer; border-top: 1px solid #292929; padding-top: 0; padding-bottom: 0; }
#main-nav-mobi ul > li > a { color: #aaa; font-family: "Montserrat", sans-serif; display: inline-block; font-size: 14px; text-transform: uppercase; line-height: 50px; text-decoration: none; }
#main-nav-mobi ul > li > a:hover { color: #f57223; }
#main-nav-mobi .menu-item-has-children .arrow { cursor: pointer; display: inline-block; font-family: "infinitum"; font-size: 8px; line-height: 50px; position: absolute; right: 0; text-align: center; top: 0; width: 50px; }
#main-nav-mobi .menu-item-has-children .arrow:before { content: "\e90f"; color: #aaa; }
#main-nav-mobi .menu-item-has-children .arrow.active:before { content: "\e912"; }
#main-nav-mobi ul ul li { background-color: #292929; }
#main-nav-mobi ul ul ul li { background-color: #313131; }

/* Mobile Menu Button */
.mobile-button { width: 26px; height: 26px; display: none; float: right; position: absolute; top: 50%; right:0; -webkit-transform: translate3d(0,-50%,0); -moz-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); background: transparent; cursor: pointer; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.mobile-button:before,
.mobile-button:after, 
.mobile-button span { background-color: #222; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.mobile-button:before,
.mobile-button:after { content: ''; position: absolute; top: 0; height: 3px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.mobile-button span { position: absolute; width: 100%; height: 3px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; }
.mobile-button:before { -webkit-transform: translate3d(0,-7px,0); -moz-transform: translate3d(0,-7px,0); transform: translate3d(0,-7px,0); }
.mobile-button:after { -webkit-transform: translate3d(0,7px,0); -moz-transform: translate3d(0,7px,0); transform: translate3d(0,7px,0); }
.mobile-button.active span { opacity: 0; }
.mobile-button.active:before { -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.mobile-button.active:after { -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

/* Mobile Menu Extend */
.nav-extend { display: none; }
#main-nav-mobi .cart-info { background-color: #1e1e1e; line-height: 40px; display: block; margin: 15px 20px; }
#main-nav-mobi .search-form { position: relative; margin: 15px 20px 0; }
#main-nav-mobi .search-form .search-field { padding-right: 48px; margin-bottom: 0; padding: 6px 20px; background-color: #ececec; }
#main-nav-mobi .search-form .search-submit { position: absolute; right: 10px; top: 10px; width: 24px; height: 24px; text-align: center; text-indent: 999999px; background-color: transparent; padding: 0; border: 0; overflow: hidden; }
#main-nav-mobi .search-form .search-submit:before { color: #b2b2b2; content: "\e97c"; font-family: "infinitum"; font-size: 16px;  position: absolute; left: 0; top: 2px; width: 100%; text-align: center; text-indent: 0; font-weight: normal; -webkit-transition: color ease .238s; -moz-transition: color ease .238s; transition: color ease .238s; }
#main-nav-mobi .search-form .search-submit:hover:before { color: #292929; }

/* Featured Title
-------------------------------------------------------------- */
#featured-title { background: url(/wp-content/themes/fundrize/assets/img/bg-featured-title.jpg) no-repeat center top; background-size: cover; border-style: solid; }
#featured-title .featured-title-inner-wrap { padding: 50px 0; display: table; overflow: hidden; width: 100%; }
#featured-title .featured-title-heading-wrap { display: table-cell; margin: 0; text-align: left; vertical-align: middle; width: 55%;}
#featured-title #breadcrumbs { letter-spacing: 1px; text-transform: uppercase; font-family: "Montserrat", sans-serif; font-size: 14px; color: #fff; display: table-cell; text-align: right; vertical-align: middle; width: 45%; }
#featured-title .featured-title-heading { position: relative; font-size: 22px; line-height: 1.2; color: #fff; padding-left: 15px; text-transform: uppercase; z-index: 1; position: relative; display: inline-block; margin: 0; }
#featured-title .featured-title-heading:before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background-color: #f57223; }
#featured-title .featured-title-heading.has-shadow { text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px }
#featured-title .featured-title-heading:after,
#featured-title #breadcrumbs .breadcrumbs-inner:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; border-style: solid; border-width: 0px; }
#featured-title #breadcrumbs .breadcrumbs-inner { z-index: 1; position: relative; display: inline-block; }
#featured-title #breadcrumbs a { color: #fff; }
#featured-title #breadcrumbs a:hover { color: #f57223; }
#featured-title #breadcrumbs .breadcrumb-trail { position: relative; padding-left: 35px; }
#featured-title #breadcrumbs .breadcrumb-trail:before { line-height: normal; color: #908c89; font-size: 20px; content: "\e974"; font-family: "infinitum"; position: absolute; left: 0; top: 2px; }

#featured-title #breadcrumbs .breadcrumb-trail > a,
#featured-title #breadcrumbs .breadcrumb-trail > span { position: relative; display: inline-block; padding-left: 26px; }
#featured-title #breadcrumbs .breadcrumb-trail > a:before,
#featured-title #breadcrumbs .breadcrumb-trail > span:before { content: "//"; position: absolute; left: 7px; top: 1px; color: #f57223; }
#featured-title #breadcrumbs .breadcrumb-trail > a:first-child { padding-left: 0; }
#featured-title #breadcrumbs .breadcrumb-trail > a:first-child:before { display: none; }

/* Featured Title other styles */
#featured-title.featured-title-right .featured-title-heading-wrap { text-align: right; }
#featured-title.featured-title-right #breadcrumbs { text-align: left; }
#featured-title.featured-title-centered1 .featured-title-inner-wrap,
#featured-title.featured-title-centered2 .featured-title-inner-wrap { display: block; }
#featured-title.featured-title-centered1 .featured-title-heading-wrap,
#featured-title.featured-title-centered2 .featured-title-heading-wrap { display: block; width: 100%; text-align: center; }
#featured-title.featured-title-centered1 #breadcrumbs { display: block; width: 100%; text-align: center; margin-top: 5px; }
#featured-title.featured-title-centered2 #breadcrumbs { display: block; width: 100%; text-align: center; margin-bottom: 5px;}
#featured-title.featured-title-centered2 .featured-title-heading-wrap { margin-top: 5px; }
#featured-title.featured-title-centered1 .featured-title-heading-wrap { margin-bottom: 5px;}

/* Blog Post
-------------------------------------------------------------- */
.hentry { margin-top: 65px; }
.hentry:first-child { margin-top: 0; }
.hentry .post-content-wrap { padding: 30px 0 0; border-style: solid; border-color: transparent; border-width: 0 0 1px 0; }
.hentry .page-links { clear: both; font-size: 16px; padding: 20px 0 10px; text-transform: uppercase; }
.hentry .page-links a { display: inline-block; background-color: #dbdbdb; color: #777; padding: 0 10px; }
.hentry .page-links a:hover { opacity: 0.7; }

/* Post media */
.post-media { position: relative; margin-bottom: 0px; }
.post-media > .post-cat a { background-color: #f57223; color: #fff; letter-spacing: 0.5px; display: inline-block; padding: 0 22px; position: absolute; left: 15px; top: 15px; font-family: "Montserrat", sans-serif; font-size: 12px; text-transform: uppercase; }
.post-media > .post-cat a:hover { background-color: #fff; color: #777; }
.hentry .post-media iframe { margin-bottom: 0; }
.post-media .slick-prev,
.post-media .slick-next { padding: 0; background-color: rgba(0,0,0, 0.2); width: 40px; height: 40px; margin-top: -20px; position: absolute; top: 50%; cursor: pointer; border: none; outline: none; text-shadow: none; z-index: 77799; text-indent: -9999px; display: inline-block; }
.post-media .slick-prev:before,
.post-media .slick-next:before { text-indent: 0; content: "\e937"; font-family: "infinitum"; font-size: 14px; color: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; display: inline-block; }
.post-media .slick-next:before { content: "\e938"; }
.post-media .slick-prev { left: 10px; }
.post-media .slick-next { right: 10px; }
.post-media .slick-prev:hover ,
.post-media .slick-next:hover { background-color: #f57223; }
.post-media .slick-dots { list-style: none; margin: 0; text-align: center; line-height: 10px; position: absolute; left: 0; bottom: 20px; width: 100%; }
.post-media .slick-dots li { padding: 0; display: inline-block; }
.post-media .slick-dots li button { padding: 0; width: 10px; height: 10px; margin: 0 5px; background-color: rgba(0,0,0, 0.2); font-size: 0; display: block; cursor: pointer; color: transparent; border: 0; outline: none; border-radius: 50%; -webkit-border-radius: 50%; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.post-media .slick-dots li.slick-active button { background-color: #f57223; }

/* Post title */
.hentry .post-title { border-bottom: 1px dotted #c4c4c4; font-size: 26px; letter-spacing: 2px; padding-bottom: 10px; margin-bottom: 14px; text-transform: uppercase; }
.hentry .post-title-inner { z-index: 1; position: relative; display: inline-block; }
.hentry .post-title-inner:before { content: ""; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; border: 1px solid transparent; }
.hentry .post-title-inner:after { content: ""; position: absolute; left: 0; top: 100%; width: 0; height: 0; background-color: transparent; }
.hentry .post-title a { color: #292929; }
.hentry .post-title a:hover { color: #f57223; }

/* Post meta */
.hentry .post-meta { letter-spacing: 1px; text-transform: uppercase; background-color: transparent; color: #999; font-size: 0.928em; margin-bottom: 19px; }
.hentry .post-meta a { color: #999; }
.hentry .post-meta a:hover { color: #f57223; }
.hentry .post-meta .item { display: inline-block; margin-right: 26px; }
.hentry .post-meta .item:last-child { margin-right: 0; }
.hentry .post-meta .item .inner { position: relative; padding-left: 22px; }
.hentry .post-meta .item .inner:before { content: ""; font-style: normal; line-height: normal; position: absolute; left: 0; top: 50%; -webkit-transform: translate3d(0,-50%,0); -moz-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); }
/* Style 1 */
.hentry .post-meta.style-1 .item .inner:before { content: "|"; font-size: 14px; }
.hentry .post-meta.style-1 .item { margin-right: 20px; }
.hentry .post-meta.style-1 .item:last-child { margin-left: 0; }
.hentry .post-meta.style-1 .item .inner { padding-left: 30px; }
.hentry .post-meta.style-1 .item:first-child .inner { padding-left: 0; }
.hentry .post-meta.style-1 .item:first-child .inner:before { display: none; }
/* Style 2 */
.hentry .post-meta.style-2 .item .inner:before { font-family: "infinitum"; font-size: 11px; }
.hentry .post-meta.style-2 .item.post-by-author .inner:before { content: "\e94d"; }
.hentry .post-meta.style-2 .item.post-date .inner:before { content: "\e943"; }
.hentry .post-meta.style-2 .item.post-comment .inner:before { content: "\e94f"; }
.hentry .post-meta.style-2 .item.post-meta-categories .inner:before { content: "\e972"; }
 
/* Post excerpt */
.hentry .post-excerpt { position: relative; z-index: 1; margin-bottom: 26px; }
.hentry .post-excerpt:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background-color: transparent; border: 1px solid transparent; }
.hentry .post-excerpt p:last-child { margin-bottom: 0; }

/* Post read more */
.hentry .post-link a { letter-spacing: 1px; font-size: 0.857em; border: 2px solid #f57223; color: #777; padding: 9px 56px; display: inline-block; }
.hentry .post-link a:hover { background-color: #292929; color: #fff; border-color: #292929 !important; }

/* Blog single
-------------------------------------------------------------- */
.hentry .post-content-single-wrap { position: relative; padding-bottom: 53px; margin-bottom: 37px; }
.hentry .post-content-single-wrap:after,
.hentry .post-author:after { content: ""; position: absolute; left: 0; bottom: 0; height: 5px; width: 100%; padding-top: 1px; padding-bottom: 1px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
.hentry .post-content-single-wrap .post-media { margin: 0 0 50px 0; }
.hentry .post-content-single-wrap .post-title { padding-bottom: 21px; margin-bottom: 33px; }
.hentry .post-content-single-wrap .post-meta { margin-bottom: 30px; }

/* Post share */
.hentry .post-link-share { margin-top: 32px; }
.hentry .post-meta-share-icon { display: inline-block; font-size: 0; }
.hentry .post-meta-share-text { display: inline-block; }
.hentry .post-share a {	position: relative; z-index: 1; width: 35px; height: 35px; line-height: 35px; text-align: center; display: inline-block; color: #fff; font-size: 14px; cursor: pointer; margin: 0 0 0 10px; }
.hentry .post-share a:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background-color: #e0e0e0; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.hentry .post-share a:hover:after { background-color: #f57223; }
.hentry .post-share a:hover { color: #fff; }

/* Post Tags */
.hentry .post-tags { margin-top: 40px; font-family: "Montserrat", sans-serif; text-transform: uppercase; }
.hentry .post-tags > span {  color: #292929; font-size: 0.928em; display: inline-block; padding-right: 62px; }
.hentry .post-tags a { display: inline-block; padding: 5px 13px; background-color: #fff; color: #999; font-size: 0.785em; margin: 0 4px 4px 0; }
.hentry .post-tags a:hover { background-color: #f57223; color: #fff; border-color: #f57223; }

/* Post Author */
.hentry .post-author { clear: both; overflow: hidden; padding-bottom: 50px; margin-bottom: 62px; position: relative; }
.hentry .post-author .author-avatar { width: 100px; float: left; margin-right: 30px; }
.hentry .post-author .author-avatar a {	width: 100px; height: auto; display: inline-block; }
.hentry .post-author .author-avatar a img { width: 100%; height: auto; border-radius: 50%; }
.hentry .post-author .name { color: #f57223; font-size: 16px; text-transform: uppercase; margin-bottom: 10px; }
.hentry .post-author .author-desc > p {	margin: 0; color: #999; overflow: hidden; }

/* Post Related */
.hentry .post-related { margin: 0 -10px; position: relative; margin-bottom: 47px; padding-bottom: 70px; border-top: 1px dotted #c4c4c4; }
.hentry .post-related .post-item { padding: 0 10px; margin-bottom: 5px; }
.hentry .post-related .post-item .inner { background-color: #fff; box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.02); }
.hentry .post-related .post-thumb { position: relative; }
.hentry .post-related .post-thumb .post-cat-related a { background-color: #f57223; color: #fff; letter-spacing: 0.3px; display: inline-block; padding: 0 22px; position: absolute; left: 13px; top: 15px; font-family: "Montserrat", sans-serif; font-size: 12px; text-transform: uppercase; }
.hentry .post-related .post-thumb .post-cat-related a:hover { background-color: #292929; }

.hentry .post-related .post-item .post-content { text-transform: uppercase; text-align: center; padding: 30px 22px 26px; }
.hentry .post-related .post-item h4 { font-size: 14px; border-bottom: 1px solid #eee; padding-bottom: 22px; margin-bottom: 14px; }
.hentry .post-related .post-item h4 a:hover { color: #f57223; }
.hentry .post-related .post-item .post-date { color: #999; font-size: 13px; }

.hentry .post-related .slick-prev,
.hentry .post-related .slick-next { padding: 0; background-color: transparent; width: 12px; height: 20px; position: absolute; top: -54px; cursor: pointer; border: none; outline: none; text-shadow: none; z-index: 77799; text-indent: -9999px; display: inline-block; }
.hentry .post-related .slick-prev { right: 34px; }
.hentry .post-related .slick-next { right: 10px; }
.hentry .post-related .slick-prev:before,
.hentry .post-related .slick-next:before { text-indent: 0; content: "\e937"; font-family: "infinitum"; font-size: 16px; color: #d2d2d2; position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 20px; text-align: center; display: inline-block; }
.hentry .post-related .slick-next:before { content: "\e938"; }

/* Comments */
.comments-area .comments-title,
.comments-area .comment-reply-title,
.hentry .related-title { font-size: 16px; color: #999; margin-bottom: 35px; text-transform: uppercase; }

/* Comment List */
.comment-list { list-style: none; margin: 0; }
.comment-list li.comment { padding: 0; }
.comment-list .children { list-style: none; margin: 0; }
.comment-list .children > li { padding: 0 0 0 100px; }
.comment-list article {	padding: 37px 30px 34px 36px; position: relative; margin-bottom: 40px; background-color: #fff; box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.02); }
.comment-list article + .comment-respond { margin-bottom: 50px; }
.comment-list article .gravatar { width: 103px; float: left; margin-right: 30px; overflow: hidden; border-radius: 50%; }
.comment-list article .gravatar img { width :100%; height: auto; }
.comment-list .comment-content { overflow: hidden; }

.comment-list .comment-meta { font-family: "Montserrat", sans-serif; font-size: 13px; text-transform: uppercase; }
.comment-author { font-size: 16px; color: #f57223; margin-bottom: 0; display: inline-block; }
.comment-time { color: #c6c6c6; font-size: 13px; margin: 5px 0 9px; }

.comment-reply { padding: 3px 2px; line-height: normal; position: absolute; right: 25px; top: 16px; font-family: "Montserrat", sans-serif; font-size: 13px; text-transform: uppercase; }
.comment-reply:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #f57223 }
.comment-reply a { color: #999; display: inline-block;  }
.comment-reply a:hover { color: #292929; }
.comment-text {	overflow: hidden; line-height: 2; color: #999; }
.comment-text > p:last-child { margin-bottom: 0; }
.comment-edit-link { padding-left: 5px; color: #999; }
.comment-author a:hover { color: #f57223; }
.unapproved { display: block; color: #999; font-style: italic; }
#cancel-comment-reply-link { position: absolute; right: 0; top: 0; color: #999; font-family: "Montserrat", sans-serif; font-size: 13px; text-transform: uppercase; }
#cancel-comment-reply-link:hover { color: #292929 }

/* Comment Form */
#comments .comment-respond { position: relative; }
#comments > .comment-respond { padding-top: 47px; margin-top: 70px; border-top: 1px dotted #c4c4c4 }
#comments .name-wrap,
#comments .email-wrap,
#comments .url-wrap { width: 32.573%; float: left; margin-right: 1.14%; }
#comments .url-wrap { margin-right: 0; }
#comments .message-wrap textarea { height: 120px; }
#comments .comment-respond .form-submit { clear: both; margin: 0; padding-top: 24px; }
.logged-in-as { margin-bottom: 10px; }
.logged-in-as a:hover,
.comment-edit-link:hover { color: #292929; }

/* Widgets
-------------------------------------------------------------- */
#sidebar .widget,
#footer-widgets .widget { position: relative; z-index: 1; margin-top: 50px; }
#footer-widgets .widget { margin: 0 0 26px; color: #b1b1b1; }
#sidebar .widget.widget_spacer,
#footer-widgets .widget.widget_spacer { margin: 0; }
#sidebar .widget:first-child { margin: 0; }
#sidebar .widget ul,
#footer-widgets .widget ul { margin: 0; list-style: none; }
#footer-widgets select { background-color: #45484b; border-color: #45484b; color: #b1b1b1; }

#footer-widgets input, #footer-widgets textarea,
#footer-widgets .widget.widget_calendar table,
#footer-widgets .widget.widget_calendar th,
#footer-widgets .widget.widget_calendar td { border-color: #45484b; color: #b1b1b1; }
#footer-widgets hr { background-color: #45484b; }

.widget.widget_categories ul li:before,
.widget.widget_categories ul li:after,
.widget.widget_archive ul li:before,
.widget.widget_archive ul li:after { content: ""; clear: both; display: table; }
.widget.widget_categories ul li,
.widget.widget_archive ul li { position: relative; text-align: right; }
.widget.widget_categories ul li a,
.widget.widget_archive ul li a { float: left; }

#sidebar .widget.widget_recent_comments { color: #a0a0a0; }
#sidebar .widget.widget_recent_entries .post-date,
#footer-widgets .widget.widget_recent_entries .post-date { display: block; font-size: 1em; }
#sidebar .widget.widget_recent_comments .comment-author-link { color: #777 }
#footer-widgets .widget.widget_recent_comments .comment-author-link { color: #dfdfdf }
#sidebar .widget.widget_calendar caption,
#footer-widgets .widget.widget_calendar caption { color: #f57223; }

/* Widget: Text */
#sidebar .widget.widget_text p:last-child,
#footer-widgets .widget.widget_text p:last-child { margin-bottom: 0; }

/* Widget: Categories, Meta, Archives, Pages */
.widget.widget_charitable_campaign_terms_widget ul,
.widget.widget_product_categories ul,
.widget.widget_categories ul,
.widget.widget_meta ul,
.widget.widget_pages ul,
.widget.widget_archive ul { padding-top: 7px; }

.widget.widget_charitable_campaign_terms_widget ul li,
.widget.widget_product_categories ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_pages ul li,
.widget.widget_archive ul li { padding: 11px 0; border-top: 1px dotted #c4c4c4; text-transform: uppercase; }

.widget.widget_charitable_campaign_terms_widget ul li:last-child,
.widget.widget_product_categories ul li:last-child,
.widget.widget_categories ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_archive ul li:last-child { border-bottom: 1px dotted #c4c4c4; }

.widget.widget_charitable_campaign_terms_widget ul li a,
.widget.widget_product_categories ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a { color: #999; }

.widget.widget_charitable_campaign_terms_widget ul li a,
.widget.widget_product_categories ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a { position: relative; padding-left: 33px; }

.widget.widget_charitable_campaign_terms_widget ul li a:before,
.widget.widget_product_categories ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_pages ul li a:before,
.widget.widget_archive ul li a:before { width: 15px; height: 15px; line-height: 15px; text-align: center; background-color: #f57223; border-radius: 50%; content: "\e938"; font-size: 6px; color: #fff; font-family: "infinitum"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }

.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover { color: #f57223; }

#footer-widgets .widget.widget_categories ul li,
#footer-widgets .widget.widget_meta ul li,
#footer-widgets .widget.widget_pages ul li,
#footer-widgets .widget.widget_archive ul li { border-color: #45484b; }

#footer-widgets .widget.widget_categories ul li a,
#footer-widgets .widget.widget_meta ul li a,
#footer-widgets .widget.widget_pages ul li a,
#footer-widgets .widget.widget_archive ul li a,
#footer-widgets .widget.widget_recent_entries ul li a,
#footer-widgets .widget.widget_recent_comments ul li a { color: #b1b1b1; }

#footer-widgets .widget.widget_categories ul li a:hover,
#footer-widgets .widget.widget_meta ul li a:hover,
#footer-widgets .widget.widget_pages ul li a:hover,
#footer-widgets .widget.widget_archive ul li a:hover,
#footer-widgets .widget.widget_recent_entries ul li a:hover,
#footer-widgets .widget.widget_recent_comments ul li a:hover { color: #f57223; }

/* Title Widget */
#sidebar .widget .widget-title,
#footer-widgets .widget .widget-title { letter-spacing: 0.5px; font-size: 14px; margin: 0 0 25px 0; text-transform: uppercase; z-index: 1; position: relative; }
#sidebar .widget .widget-title > span,
#footer-widgets .widget .widget-title > span { display: block; position: relative; padding: 0 0 11px 0; }
#sidebar .widget .widget-title > span:after,
#footer-widgets .widget .widget-title > span:after { width: 57px; height: 2px; background-color: #d9d9d9; content: ""; position: absolute; left: 0; top: 100%; z-index: -2; }
#footer-widgets .widget .widget-title > span:after { background-color: #f57223; }
#footer-widgets .widget .widget-title > span { padding-bottom: 10px; }
#footer-widgets .widget .widget-title > span:before { background-color: #43516a; } 
#footer-widgets .widget .widget-title { margin-bottom: 30px; color: #fff; }

/* Widget: Buttons */
.button-widget a { padding: 9px 46px; border: 1px solid #424448; color: #999; font-size: 0.928em; letter-spacing: 1px; }
.button-widget a:hover { background-color: #f57223; border-color: #f57223; color: #fff; }

/* Widget: Nav */
.widget.widget_nav_menu ul.sub-menu { display: none; }
.widget.widget_nav_menu .menu > li { background-color: #fff; padding: 8px 20px; margin-bottom: 5px; position: relative; }
.widget.widget_nav_menu .menu > li:before { content: ""; width: 2px; height: 100%; background-color: #f57223; position: absolute; left: 0; top: 0; }
.widget.widget_nav_menu .menu > li > a { display:block; font-size: 14px; color: #292929; }
.widget.widget_nav_menu .menu > li > a:hover { color: #f57223; }
.widget.widget_nav_menu .menu > li.current-menu-item > a,
.widget.widget_nav_menu .menu > li.current-menu-item { background-color: #f57223; color: #fff; }

#footer-widgets .widget.widget_nav_menu .menu > li { background-color: #45484b; }
#footer-widgets .widget.widget_nav_menu .menu > li a { color: #b1b1b1; }
#footer-widgets .widget.widget_nav_menu .menu > li > a:hover { color: #f57223; }
#footer-widgets .widget.widget_nav_menu .menu > li.current-menu-item > a,
#footer-widgets .widget.widget_nav_menu .menu > li.current-menu-item { background-color: #f57223; color: #fff; }

/* Widget: Calendar */
#sidebar .widget.widget.widget_calendar table { margin: 0; }
#sidebar .widget.widget_calendar td,
#sidebar .widget.widget_calendar th { padding: 0; text-align: center; line-height: 35px; font-weight: normal; }
#sidebar .widget.widget_calendar tbody #today,
#sidebar .widget.widget_calendar tbody #today a { color: #f57223; display: block; }
#sidebar .widget.widget_calendar tbody #today a:hover { color: #43516a; }
#footer-widgets .widget.widget_calendar tbody #today a:hover { color: #fff; }

/* Widget: Information */
#sidebar .widget.widget.widget_information ul li,
#footer-widgets .widget.widget.widget_information ul li { position: relative; padding: 0 0 0 30px; margin-bottom: 5px; border: 0; }

#sidebar .widget.widget.widget_information ul li:last-child,
#footer-widgets .widget.widget.widget_information ul li:last-child { margin-bottom: 0 !important; }

#sidebar .widget.widget.widget_information ul li i,
#footer-widgets .widget.widget.widget_information ul li i { position: absolute; left: 0; top: 0; color: #f57223; }

/* Widget: Links */
#sidebar .widget.widget_links ul li,
#footer-widgets .widget.widget_links ul li { border: 0;}
#sidebar .widget.widget_links ul.col2 li,
#footer-widgets .widget.widget_links ul.col2 li { width: 50%; float: left; padding: 0; }
#sidebar .widget.widget_links ul li a,
#footer-widgets .widget.widget_links ul li a { position: relative; display: inline-block; padding-left: 20px; color: #777; }
#sidebar .widget.widget_links ul li i,
#footer-widgets .widget.widget_links ul li i { position: absolute; left: 0; top: 6px; }
#sidebar .widget.widget_links ul li a:hover,
#footer-widgets .widget.widget_links ul li a:hover { color: #f57223; }
#footer-widgets .widget.widget_links ul li a { color: #dfdfdf; }

/* Widget: Twitter */
#sidebar .widget.widget_twitter .tweets .item,
#footer-widgets .widget.widget_twitter .tweets .item { position: relative; padding: 0 0 0 30px; margin-bottom: 20px; }
#sidebar .widget.widget_twitter .tweets .tweet-icon,
#footer-widgets .widget.widget_twitter .tweets .tweet-icon { position: absolute; left: 0; top: 0; font-size: 18px; }
#sidebar .widget.widget_twitter .tweets .tweet-time,
#footer-widgets .widget.widget_twitter .tweets .tweet-time { position: relative; padding-left: 26px; font-size: 0.75em; margin-top: 8px; }
#sidebar .widget.widget_twitter .tweets .tweet-time:before,
#footer-widgets .widget.widget_twitter .tweets .tweet-time:before { content: ""; width: 14px; height: 14px; position: absolute; left: 0; top: 50%; background: url(/wp-content/themes/fundrize/assets/img/icon-date.png) no-repeat center center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }

/* Widget: Search */
#sidebar .widget.widget_search .search-form,
#footer-widgets .widget.widget_search .search-form { position: relative; }
#sidebar .widget.widget_search .search-form .search-field,
#footer-widgets .widget.widget_search .search-form .search-field { padding-right: 48px; margin-bottom: 0; }
#footer-widgets .widget.widget_search .search-form .search-field { border-color: #43516a; background-color: transparent; }
#sidebar .widget.widget_search .search-form .search-submit,
#footer-widgets .widget.widget_search .search-form .search-submit { position: absolute; right: 16px; top: 15px; width: 24px; height: 24px; text-align: center; text-indent: 999999px; background-color: transparent; padding: 0; border: 0; overflow: hidden; }
#sidebar .widget.widget_search .search-form .search-submit:before,
#footer-widgets .widget.widget_search .search-form .search-submit:before { color: #b2b2b2; content: "\e97c"; font-family: "infinitum"; font-size: 16px;  position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; font-weight: normal; -webkit-transition: color ease .238s; -moz-transition: color ease .238s; transition: color ease .238s; }
#sidebar .widget.widget_search .search-form .search-submit:hover:before,
#footer-widgets .widget.widget_search .search-form .search-submit:hover:before { color: #292929; }

/* Widget: Socials */
#sidebar .widget.widget_socials .socials,
#footer-widgets .widget.widget_socials .socials { margin: 0 -3px; }
#sidebar .widget.widget_socials .socials .icon,
#footer-widgets .widget.widget_socials .socials .icon { padding: 0 3px; float: left; }
#sidebar .widget.widget_socials .socials a,
#footer-widgets .widget.widget_socials .socials a { float: left; font-size: 16px; border: 1px solid #57595d; color: #c2c2c2; display: inline-block; width: 38px; height: 38px; line-height: 38px; text-align: center; z-index: 1; }
#sidebar .widget.widget_socials .socials a:hover,
#footer-widgets .widget.widget_socials .socials a:hover { background-color: #f57223; border-color: #f57223; color: #fff; }

/* Widget: Recent News Advanced  */
#sidebar .widget.widget_recent_posts ul li,
#footer-widgets .widget.widget_recent_posts ul li { padding: 0; border: 0; padding-top: 10px; margin-top: 10px; border-top: 1px solid #fff; }
#sidebar .widget.widget_recent_posts ul li:first-child,
#footer-widgets .widget.widget_recent_posts ul li:first-child { padding-top: 0; margin-top: 0; border: 0; }
#sidebar .widget.widget_recent_posts .recent-news .thumb,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb { width: 56px; float: left; margin: 0 18px 0 0; }
#sidebar .widget.widget_recent_posts .recent-news .thumb img,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb img { width: 100%; height: auto; }
#sidebar .widget.widget_recent_posts .recent-news .thumb.icon,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb.icon { text-align: center; background-color: #e5e5e5; color: #f57223; font-size: 23px; }
#sidebar .widget.widget_recent_posts h3,
#footer-widgets .widget.widget_recent_posts h3 { font-size: 14px; line-height: 1.714; margin: 0 0 3px; font-family: "Open Sans", sans-serif; }
#sidebar .widget.widget_recent_posts h3 a,
#footer-widgets .widget.widget_recent_posts h3 a { color: #777; }
#sidebar .widget.widget_recent_posts h3 a:hover,
#footer-widgets .widget.widget_recent_posts h3 a:hover { color: #f57223; }
#sidebar .widget.widget_recent_posts .recent-news .texts,
#footer-widgets .widget.widget_recent_posts .recent-news .texts { overflow: hidden; }
#sidebar .widget.widget_recent_posts .post-date,
#footer-widgets .widget.widget_recent_posts .post-date { font-size: 14px; color: #a0a0a0; }

#footer-widgets .widget.widget_recent_posts h3 a { color: #d0d0d1; font-size: 14px; }
#footer-widgets .widget.widget_recent_posts .recent-news .thumb.icon { background-color: #f57223; color: #fff !important; }

/* Widget: Instagram & Flickr */
.widget.widget_instagram .instagram-wrap,
.widget.widget_flickr .flickr-wrap { margin: 0 -0.5px; padding-right: 12px; }
.widget.widget_instagram .instagram-wrap .instagram_badge_image,
.widget.widget_flickr .flickr-wrap .flickr_badge_image { padding: 0 0.5px !important; margin: 0 0 1px 0 !important;	width: 33.292929%; float: left; height: auto !important; }
.widget.widget_instagram .instagram-wrap .instagram_badge_image img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image img { width: 100%; height: auto; }
.widget.widget_instagram .instagram-wrap .instagram_badge_image a,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a { position: relative; display: block; }
.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: transparent; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover { opacity: 0.7; }
/* 2 columns */
.widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image { width: 50%; }
/* 4 columns */
.widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image { width: 25%; }
/* Gutter 0 */
.widget.widget_instagram .instagram-wrap.g0,
.widget.widget_flickr .flickr-wrap.g0 { margin: 0; }
.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image { padding: 0 !important; margin: 0 !important; }
/* Gutter 5 */
.widget.widget_instagram .instagram-wrap.g5,
.widget.widget_flickr .flickr-wrap.g5 { margin: 0 -2.5px; }
.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image { padding: 0 2.5px !important; margin: 0 0 5px 0 !important; }
/* Gutter 12 */
.widget.widget_instagram .instagram-wrap.g12,
.widget.widget_flickr .flickr-wrap.g12 { margin: 0 -6px; }
.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image { padding: 0 6px !important; margin: 0 0 12px 0 !important; }
/* Gutter 15 */
.widget.widget_instagram .instagram-wrap.g15,
.widget.widget_flickr .flickr-wrap.g15 { margin: 0 -7.5px; }
.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image { padding: 0 7.5px !important; margin: 0 0 15px 0 !important; }

#footer-widgets .widget.widget_instagram .instagram-wrap,
#footer-widgets .widget.widget_flickr .flickr-wrap { padding-right: 2px; }

/* Widget: Tags */
#sidebar .widget.widget_tag_cloud .tagcloud:before,
#sidebar .widget.widget_tag_cloud .tagcloud:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud:before,
#footer-widgets .widget.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after { display: table; clear: both; content: ""; }
#sidebar .widget.widget_tag_cloud .tagcloud a,
#footer-widgets .widget.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a { position: relative; float: left; color: #999; padding: 2px 10px; margin: 0 10px 10px 0; z-index: 1; }
#sidebar .widget.widget_tag_cloud .tagcloud a:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:after,
.widget_product_tag_cloud .tagcloud a:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background-color: #fff; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#sidebar .widget.widget_tag_cloud .tagcloud a:hover:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover:after,
.widget_product_tag_cloud .tagcloud a:hover:after { background-color: #f57223; border-color: #f57223; }
#sidebar .widget.widget_tag_cloud .tagcloud a:hover,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover { color: #fff; }

#footer-widgets .widget.widget_tag_cloud .tagcloud a { color: #b1b1b1; text-transform: uppercase; }
#footer-widgets .widget.widget_tag_cloud .tagcloud a:after { background-color: #45484b; border-color: #45484b; }

/* Footer Subscribe
-------------------------------------------------------------- */
.footer-subscribe { padding: 47px 0 30px; background: #292929 url(/wp-content/themes/fundrize/assets/img/bg-subscribe.jpg); }
.footer-subscribe .form-wrap { width: 61.610%; float: right; padding-top: 3px; }
.footer-subscribe .form-wrap input { border: 0; height: 50px; }
.footer-subscribe .text-wrap { float: left; margin-bottom: 15px; }

.footer-subscribe .text-wrap .heading-wrap { position: relative; padding-left: 75px; }
.footer-subscribe .text-wrap .heading-wrap:before { line-height: 56px; font-size: 54px; color: #fff; content: "\e97a"; font-family: "infinitum"; position: absolute; left: 0; top: 0; }
.footer-subscribe .text-wrap .heading { font-size: 20px; margin: 0; color: #fff; }
.footer-subscribe .text-wrap .subheading { color: #fff; }

.footer-subscribe .form-wrap .name-wrap,
.footer-subscribe .form-wrap .email-wrap { width: 36.863%; float: left; margin-right: 1.788%; }
.footer-subscribe .form-wrap .submit-wrap input { height: 50px; width: 163px; background-color: transparent; position: relative; border: 2px solid #fff; }
.footer-subscribe .form-wrap .submit-wrap input:hover { opacity: 0.75 }
.footer-subscribe .rollmcwp-alert { clear: left; }
.footer-subscribe .rollmcwp-alert.rollmcwp-success { color: #fff; }
@media only screen and (max-width: 1320px) {
	.footer-subscribe .form-wrap,
	.footer-subscribe .form-wrap .name-wrap,
	.footer-subscribe .form-wrap .email-wrap { width: 100%; float: none; }
	.footer-subscribe .form-wrap { margin-bottom: 18px; }
}

.footer-subscribe .mc4wp-alert { clear: both; color: #fff; }

/* Footer
-------------------------------------------------------------- */
#footer { background-color: #2d3034; font-size: 14px; padding: 110px 0 37px; position: relative; z-index: 1; border-style: solid; }
#footer ::-webkit-input-placeholder { color: #999; }
#footer :-moz-placeholder { color: #999; }
#footer ::-moz-placeholder { color: #999; opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }
#footer:-ms-input-placeholder { color: #999; }

/* Bottom Bar
-------------------------------------------------------------- */
#bottom { background-color: #2d3034; color: #8d8d8d; }
#bottom a:hover { color: #fff; }
#bottom .bottom-bar-inner-wrap { padding: 33px 0; display: table; overflow: hidden; width: 100%; position: relative; }
#bottom .bottom-bar-inner-wrap:before { content: ""; position: absolute; top: 0; bottom: 0; background-color: #45484b; width: 100%; height: 1px; }
#bottom .bottom-bar-content { display: table-cell; margin: 0; text-align: left; vertical-align: middle; width: 50%;}
#bottom .bottom-bar-menu { display: table-cell; text-align: right; vertical-align: middle; width: 50%;}
#bottom.style-1 .bottom-bar-menu li:last-child a { padding-right: 0; }

/* Bottom Style 2 */
#bottom.style-2 .bottom-bar-content { text-align: right; }
#bottom.style-2 .bottom-bar-menu { text-align: left; }
#bottom.style-2 .bottom-bar-menu li:first-child a { padding-left: 0; }

/* Copy Right */
#bottom #copyright { font-size: 14px; }

/* Bottom Navigation */
#bottom ul.bottom-nav { list-style: none; margin: 0; }
#bottom ul.bottom-nav > li { display: inline-block; position: relative; padding: 0 19px; }
#bottom ul.bottom-nav > li > a { padding-bottom: 2px; line-height: normal; color: #7a7a7a; position: relative; font-family: "Montserrat", sans-serif; font-size: 13px; text-transform: uppercase; }
#bottom ul.bottom-nav > li.current-menu-item > a { color: #f57223; }
#bottom ul.bottom-nav > li.current-menu-item > a:before { content: ""; width: 100%; height: 1px; background-color: #f57223; position: absolute; left: 0; bottom: 0; }
#bottom ul.bottom-nav > li > a:hover { color: #fff; }
#bottom ul.bottom-nav ul { display: none !important; /* hide dropdowns on bottom menu */ }

/* Scroll Top Button
-------------------------------------------------------------- */
#scroll-top { position: fixed !important; right: 30px; bottom: -50px; display: block; line-height: 50px; text-align: center; width: 50px; height: 50px; visibility: hidden; opacity: 0; z-index: 7779; cursor: pointer; z-index: 1; overflow: hidden; }
#scroll-top:after { content: "\e910"; font-family: "infinitum"; color: #fff; font-size: 12px; position: absolute; left: 0; top: 0; width: 100%; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#scroll-top:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #1b1d1f; z-index: -1; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#scroll-top:hover:before { background-color: #f57223; }
#scroll-top:hover:after { color: #fff; }
#scroll-top.show { bottom: 40px; opacity: 1; visibility: visible; }

/* Pagination
-------------------------------------------------------------- */
.wprt-pagination,
.woocommerce-pagination { margin-top: 50px; }
.woocommerce-pagination { margin-top: 0; clear: both; }
.wprt-pagination ul,
.woocommerce-pagination .page-numbers { margin: 0; }
.wprt-pagination ul li,
.woocommerce-pagination .page-numbers li { display: inline-block; padding: 0; margin-right: 10px; }
.wprt-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers { display: inline-block; line-height: 40px; width: 40px; height: 40px; text-align: center; background-color: transparent; border: 1px solid #e0e0e0; color: #777; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.wprt-pagination ul li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.wprt-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current { background-color: #f57223; color: #fff; border-color: #f57223; }

.project-nav .wprt-pagination,
.woocommerce-pagination { text-align: center; }

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1230px) {
	.top-bar-menu,
	#site-header .header-aside-btn { display: none; }
	#site-header .wprt-info .inner > div:last-child { margin-right: 0; }

	#top-bar .top-bar-content { width: 65%; }
	#top-bar .top-bar-socials { width :35%; }
}

@media only screen and (max-width: 959px) {
	#site-header .mobile-button { display: block; }

	#main-nav,
	#site-header #header-search,
	.nav-top-cart-wrapper,
	.site-navigation-wrap,
	#header-aside,
	#sidebar { display: none; }

	#site-content,
	#sidebar { width: 100% !important; max-width: none !important; float: none; }
	#inner-content { padding-left: 0 !important; padding-right: 0 !important; }

	#main-content { padding: 60px 0; }

	#site-header #site-header-inner { padding-top: 15px; padding-bottom: 15px; }
	#site-logo { max-width: 200px; }

	#featured-title .featured-title-inner-wrap { padding: 40px 0; }
	.header-style-4 #featured-title .featured-title-inner-wrap { padding-top: 170px; }
	#featured-title .featured-title-heading { font-size: 18px; }

	.header-style-2 .mobile-button:before,
	.header-style-2 .mobile-button:after, 
	.header-style-2 .mobile-button span,
	.header-style-4 .mobile-button:before,
	.header-style-4 .mobile-button:after, 
	.header-style-4 .mobile-button span { background-color: #fff; }

	#footer-widgets .widget.widget_instagram .instagram-wrap,
	#footer-widgets .widget.widget_flickr .flickr-wrap { max-width: 400px; }
}

@media only screen and (max-width: 767px) {
	#top-bar { display: none; }

	#featured-title .featured-title-inner-wrap,
	#featured-title .featured-title-heading-wrap,
	#featured-title #breadcrumbs { display: block; width: 100%; text-align: left; }
	#featured-title #breadcrumbs { margin-top: 10px; }

	.hentry .post-author { text-align: center; }
	.hentry .post-author .author-avatar { float: none; margin: 0 auto 20px; }
	.comment-list article .gravatar { width: 50px; float: none; margin: 0 0 17px; }
	.comment-list .children > li { padding-left: 35px; }
	#comments .name-wrap, #comments .email-wrap, #comments .url-wrap { width: 100%; float: none; margin: 0; }

	#footer { padding: 40px 0 30px; }
	#footer-widgets .widget { margin-top: 26px; }
	#footer-widgets .wprt-row .col { width: 100%; }

	#bottom .bottom-bar-content,
	#bottom .bottom-bar-menu { width: 100%; display: block; text-align: center; }

	.wprt-pagination, .woocommerce-pagination { margin-top: 40px; }
}

/*
Theme Name: Bulembu
Template: fundrize
Author: Dan Smart
*/


/* Palette 
	Bulembu red accent: #db291d;
*/

/*
 * Theme Overrides
 */
h2 {
	font-weight: 700;
}

.footer-subscribe {
	background: #000000;
}

#featured-title h1.featured-title-heading {
	font-weight: bold;
	font-size: 30px;
}

@media only screen and (max-width:768px) {
	#featured-title #breadcrumbs .breadcrumb-trail:before {
		position: relative;
		top: 2px;
	}
	
	#featured-title #breadcrumbs .breadcrumb-trail {
		padding-left: 0;
	}
	
	.top-bar-menu li {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

@media only screen and (max-width: 1120px) {
	#top-bar { display: block; }
	
	#top-bar .top-bar-socials { display: none; }
	
	#top-bar .top-bar-menu {
		display: block; 
		font-size: 12px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1124px) {
	#main-nav {
		max-width: 75%;
	}
	
	#site-header #main-nav > ul > li > a {
		height: auto;
		line-height: 36px;
	}
	
	#main-nav > ul > li {
		padding: 0 8px;
	}
}

.wprt-button.light {
	color: #333;
}

.fundrize-button.light {
	color: #333;
}

@media only screen and (max-width:768px) {
	#bottom ul.bottom-nav {
		text-align: left;
	}
	
	#bottom ul.bottom-nav > li {
		padding: 0 10px;
	}
}

.vc-mono-twitterbird:before,
.vc-mono-addme:before,
.vc-mono-heart:before
 {
	//content: " " !important;
}

article.type-post blockquote {
	font-size: 24px;
}


/*
 * Menu modifications
 */
 
#top-bar .top-bar-menu li.menu-donate {
	margin-left: 5px;
}
 
#top-bar .top-bar-menu li.menu-donate.donate-first { 
  margin-left: 20px;
}
	#top-bar .top-bar-menu li.menu-donate:before {
		content: '';
	}
 
	#top-bar .top-bar-menu li.menu-donate a {
		background-color: #db291d;
		padding: 0 15px;
		border: 1px solid #db291d;
		display: inline-block;
		color: white;
		letter-spacing: 1px;
		font-size: 13px;
		text-transform: uppercase;
	}
	
	#top-bar .top-bar-menu li.menu-donate.donate-first a {
		padding-left: 30px;
		padding-right: 30px;
	}
	
		#top-bar .top-bar-menu li.menu-donate a:hover {
			background-color: black;
			border: 1px solid white;
			color: white;
			text-decoration: none;
		}
	
@media only screen and (max-width:320px) {
	#top-bar-inner {
		max-width: 100%;
		padding-left: 2px;
	}
	
	#top-bar .top-bar-menu li.menu-donate {
		margin-left: 0px;
	}
		#top-bar .top-bar-menu li.menu-donate a {
			padding: 0 5px;
			font-size: 12px;
		}
  #top-bar .top-bar-menu li.menu-donate.donate-first {
		margin-left: 0;
  }
}

/*
 * Pages
 */ 
 
/* Home page customisations */
.page-home .sponsor-child p,
.page-donate .sponsor-child p {
	color: white;
}

#building-the-future .fundrize-icon-box .desc {
	margin-left: 175px;
}

#building-the-future .wprt-icon-box .desc {
	margin-left: 175px;
}

#building-the-future .fundrize-icon-box a:hover {
	color: white;
	text-decoration: underline;
}

#building-the-future .wprt-icon-box a:hover {
	color: white;
	text-decoration: underline;
}
 
/* Who are */
.page-who-we-are blockquote {
	font-size: 36px;
	line-height: 48px;
	font-style: normal;
	text-transform: uppercase;
	background-color: transparent;
	color: #333;
	margin-left: 100px;
	margin-right: 100px;
}

.page-who-we-are .hero {
	font-size: 22px;
	line-height: 28px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:768px) {
	.page-who-we-are blockquote {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.page-who-we-are p.sub-heading.clearfix {
	margin-left: 0;
	margin-right: 0;
}

.page-who-we-are #directors h4 {
	font-size: 19px;
}

/*
 * Child sponsor page
 */
.accent-row,
.accent-row h2,
.accent-row p,
.accent-row figcaption {
	color: white;
}

.dark-row,
.dark-row h2 {
	color: white;
}

/*
 * Tripadvisor widget
 */
 
#CDSWIDSSP {width: 100% !important;}
#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {width: 100% !important;}

/*
 * Wish list table
 */

.wishlist-table td.quantity,
.wishlist-table th.quantity {
	width: 120px;
	max-width: 120px;
}
.wishlist-table td.cost,
.wishlist-table th.cost {
	width: 100px;
	max-width: 100px;	
}
.wishlist-table td.item,
.wishlist-table th.item {
	width: 200px;
	max-width: 200px;
}

.wishlist-table td.help,
.wishlist-table th.help {
	width: 250px;
	max-width: 250px;	
}


/*
 * Responsive data table
 */
 
table.data-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
 
@media screen and (max-width: 768px) {
  table.data-table {
    border: 0;
  }
  table.data-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.data-table tr {
	  border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
	  padding: .35em;
  }
  table.data-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    min-height: 3em;
  }
  table.data-table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.data-table td:last-child {
    border-bottom: 0;
  }
}

/*
 * Volunteer roles table
 */
.volunteer-roles.data-table th {
	text-transform: uppercase;
}

.volunteer-roles.data-table td.skill {
	font-weight: bold;
}

/*
 * CMS Header bar
 */
@media screen and (min-width: 769px) {
	#top-bar .top-bar-content {
		width: 60%;
	}
	#top-bar .top-bar-socials {
		width: 15%;
	}
	.cms-header-container-mobile {
		display: none;
	}
	.cms-header-container-desktop {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	.cms-header-container-mobile {
		display: block;
		width: 100%;
	}
	.cms-header-container-desktop {
		display: none;
	}
}
@media only screen and (min-width: 1120px) and (max-width: 1230px) {
	.top-bar-menu, #site-header .header-aside-btn {
		display: block;
	}
	
	#top-bar .top-bar-content {
		width: 65%;
	}
}
 
.cms-header {
	width: 100%;
}

.cms-header:before,
.cms-header:after {
	clear: both;
}
 
.cms-header .cms-header-inner {
	width: auto;
	margin: 0 auto;
	max-width: 90%;
	
	color: #efefef;
	padding: 3px 0;
	font-size: 11px;
	text-align: right;
}

@media screen and (max-width:768px) {
	.cms-header .cms-header-inner {
		max-width: 100%;
		text-align: center;
	}
}

.cms-header .cms-header-inner #cms-logo {
	display: inline-block;
	width: 90px;
	max-width: 100%;
}

.cms-header .cms-header-inner .intro-heading {
	vertical-align: bottom;
	/*padding-left: 30px;
	background: url(/wp-content/themes/bulembu/assets/img/cms-colour-flames.png) 10px 1px/12px 22px no-repeat;*/
	display: inline-block;
}

	.cms-header .cms-header-inner a,
	.header-style-2 #top-bar .cms-header .cms-header-inner a {
		color: white;
		text-decoration: underline;
	}
		.cms-header .cms-header-inner a:hover {
			text-decoration: none;
		}
		
	.cms-header .cms-header-inner .site-selector {
		display: /*inline-block;*/ none;
		width: auto;
		height: 22px;
		font-size: 11px;
		letter-spacing: 0;
		padding: 0;
		margin: 0 0 0 5px;
		color: #333;
	}

@media screen and (max-width: 768px) {
	.cms-header .cms-header-inner .site-selector {
		display: none;
	}
}

/* Wish List shortcode */

.wish-list-wrap .view-all-wishlist {
	text-align: center;
}

/* Wish List item */
.wish-list-wrap .wishlist-item {
	background: #efefef;
	padding: 0 15px;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

	.wish-list-wrap .wishlist-item:hover {
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	}
	
	.wish-list-wrap .wishlist-item .image {
		max-height: 600px;
		background-color: white;
		overflow: hidden;
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: 15px;
	}
		.wish-list-wrap .wishlist-item .image img {
			width: 100%;
		}
	
	.wish-list-wrap .wishlist-item .title {
		width: calc(100% + 30px);
		padding: 10px 15px;
		background-color: #d84f46;
		margin: 0 -15px;
		color: white;
	}
		.wish-list-wrap .wishlist-item:hover .title {
			background-color: #db291d;
		}

	.wish-list-wrap .wishlist-item .item,
	.wish-list-wrap .wishlist-item .quantity {
		font-weight: bold;
	}
	
	.wish-list-wrap .wishlist-item .cost {
		font-weight: bold;
		margin-left: 15px;
		padding-left: 15px;
		border-left: 1px solid white;
	}
	
	.wish-list-wrap .wishlist-item .details {
		padding-top: 15px;
	}
	
	.wish-list-wrap .wishlist-item .button-wrap {
		width: calc(100% + 30px);
		padding: 10px 15px;
		background-color: #666;
		margin: 0 -15px;
		text-align: center;
		transition: 0.3s;
	}
	
	.wish-list-wrap .wishlist-item .button-wrap:hover {
		background-color: #333;
	}

.wish-list-wrap .view-all-wishlist {
	text-align: center;
}

/*
 * Contact forms
 */
.wpfc7 .description {
	position: relative;
	top: -25px;
	font-style: italic;
}

@media screen and (min-width: 769px) {
	.child-sponsorship-form .col1 .wpb_wrapper {
		padding-right: 20px;
	}
	
	.child-sponsorship-form .col2 {
		margin-top: 58px;
	}
	
	.child-sponsorship-form .col2 .wpb_wrapper {
		padding-left: 20px;
	}
	
	.child-sponsorship-form h3 {
		color: white;
		margin: 15px 0;
	}
}

/* Profile Home page */
.page-profile-home #main-content {
	padding-top: 0;
	padding-bottom: 0;
}

.page-profile-home .top-ten,
.page-profile-home .top-ten a,
.page-profile-home .top-ten h3,
.page-profile-home .top-ten p {
  color: white;
}

	.page-profile-home .top-ten a:hover {
  	color: black;
	}
	
/* WooCommerce */
.woocommerce-page .content-intro .term-description {
	font-weight: bold;
}

.woocommerce-page .content-intro .term-description img {
	display: block;
	margin-bottom: 20px;
}

/* WooCommerce Product Options */
.woocommerce-page .form-row .ywapo_options_container label {
	display: inline-block;
	margin-left: 20px;
}

.woocommerce-page .ywapo_options_container .ywapo_label_price {
	font-weight: bold;
}

.header-style-2.menu-has-cart #site-header #main-nav {
	right: -40px;
}

.products li h2 {
	margin-top: 10px;
}

.woocommerce-page .return-to-product-cat {
	margin-bottom: 10px;
}

	.woocommerce-page .return-to-product-cat a {
		color: #d84f46;
	}
	
.woocommerce-qty {
    float: left;
    display: inline-block;
    margin-right: 10px;
    padding-top: 6px;
    text-transform: uppercase;
}

.woocommerce-page #sidebar {
	padding: 15px;
	background-color: #efefef;
}

@media screen and (max-width: 769px) {
	.woocommerce-page .quantity input {
		margin-bottom: 10px;
	}
}

.ywapo_options_container .ywapo_input_container_checkbox {
	margin-bottom: 0;
}

@media screen and (max-width: 950px) {
	.woocommerce-page #sidebar {
		display: block;
	}
}

.content-woocommerce-intro {
	margin-bottom: 20px;
}

.woocommerce-page .taxonomy-products ul.products {
	padding-top: 30px;
}

.woocommerce-page .taxonomy-products::after {
  content: "";
  clear: both;
  display: table;
}

.woocommerce-page .taxonomy-products li a img {
	 border: 8px solid #fff;
}

.woocommerce-page .content-woocommerce .woocommerce-result-count {
	margin-top: 12px;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering {
	margin-top: 20px;
}

.woocommerce-page .products .product-category .woocommerce-loop-category__title {
	margin-left: 8px;
}

	.woocommerce-page .products .product-category .woocommerce-loop-category__title .count {
		display: none;
	}

.widget_shopping_cart .button.wc-forward {
	padding: 6px;
	margin-right: 10px;
}

.yith_woocommerce_ajax_search {
	z-index: 99999!important;
}

.autocomplete-suggestion {
	font-size: 13px;
}

.taxonomy-products .products li {
	margin-bottom: 0;
}

/* Five to Thrive campaign */
.page-5-to-thrive #featured-title {
	display: none;
}

.page-5-to-thrive #main-content {
	padding-top: 20px;
}

/*#five-to-thrive-container img {
	clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 88%);
}*/

.vc_row.bg-right-bottom {
	background-position: bottom right;
	background-repeat: no-repeat;
}

.page-5-to-thrive .hero {
	font-size: 22px;
	line-height: 28px;
}

.gift-certificate {
	margin-top: 20px;
}
.page-5-to-thrive .wpcf7-list-item {
	margin-left: 0;
}
.page-5-to-thrive .wpcf7-list-item-label {
	margin-right: 1em;
	display: inline-block;
}

.woocommerce-page.shop-col-3 .currency-exchange {
	line-height: 24px;
	display: inline-block;
}

.page-corporate-partnerships blockquote,
.page-corporate-partnerships-new blockquote {
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	quotes: "\201C""\201D""\2018""\2019";
	color: #111;
}

.page-corporate-partnerships blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.page-corporate-partnerships blockquote p {
	display: inline;
}

.page-corporate-partnerships #company-benefits h3,
.page-corporate-partnerships-new #company-benefits h3 {
	background-color: #db291d;
	padding: 15px 10px;
	color: white;
	margin: -20px -20px 20px -20px;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: bold;
}

.page-corporate-partnerships #company-benefits ul {
	list-style: none;
}

.page-corporate-partnerships #company-benefits li {
	background: url(/wp-content/themes/bulembu/assets/img/bulembu-bullet-point.png) no-repeat left center;
	padding-left: 40px; 
	margin: 5px 0;
}

/* ISO Logos */
.iso-logos {
	padding-right; 30px;
	text-align: center;
}

	.iso-logos img {
		padding-right: 20px;
	}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
/*!
 * animsition v4.0.1
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
/* loading option */
.animsition-loading {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    display: block;
    margin: auto;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.animsition-loading:before {
    border: 3px solid #f5f5f5;
}
.animsition-loading:before,
.animsition-loading:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 110%;
    content: '';
    display: block;
}

.animsition-loading:after {
    -webkit-animation: loader-loading-spin .75s linear infinite;
    animation: loader-loading-spin .75s linear infinite;
    border: 3px solid transparent;
    border-top-color: #f57223;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}
.animsition-loading:before,
.animsition-loading:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 110%;
    content: '';
    display: block;
}
@-webkit-keyframes loader-loading-spin{
    from{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes loader-loading-spin{
    from{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}


@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}


@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up {
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}


@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


.fade-out-up {
  -webkit-animation-name: fade-out-up;
          animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
          animation-name: fade-in-up-sm;
}


@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
          animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
          animation-name: fade-in-up-lg;
}


@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
          animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


.fade-out-down {
  -webkit-animation-name: fade-out-down;
          animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
          animation-name: fade-in-down-sm;
}


@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
          animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
          animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
}


@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


.fade-out-left {
  -webkit-animation-name: fade-out-left;
          animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
          animation-name: fade-in-left-sm;
}


@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
          animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
          animation-name: fade-in-left-lg;
}


@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
          animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
}


@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


.fade-out-right {
  -webkit-animation-name: fade-out-right;
          animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
          animation-name: fade-in-right-sm;
}


@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
          animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
          animation-name: fade-in-right-lg;
}


@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
          animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in {
  -webkit-animation-name: rotate-in;
          animation-name: rotate-in;
}


@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out {
  -webkit-animation-name: rotate-out;
          animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
          animation-name: rotate-in-sm;
}


@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
          animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
          animation-name: rotate-in-lg;
}


@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
          animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x {
  -webkit-animation-name: flip-in-x;
          animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x {
  -webkit-animation-name: flip-out-x;
          animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
          animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
          animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
          animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
          animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y {
  -webkit-animation-name: flip-in-y;
          animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y {
  -webkit-animation-name: flip-out-y;
          animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
          animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
          animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
          animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
          animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
}


@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out {
  -webkit-animation-name: zoom-out;
          animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
          animation-name: zoom-in-sm;
}


@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
          animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
          animation-name: zoom-in-lg;
}


@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
          animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
          animation-name: overlay-slide-in-top;
}


@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
          animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
          animation-name: overlay-slide-in-bottom;
}


@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
          animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
          animation-name: overlay-slide-in-left;
}


@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
          animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
          animation-name: overlay-slide-in-right;
}


@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
          animation-name: overlay-slide-out-right;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/fundrize/assets/font/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/themes/fundrize/assets/font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/themes/fundrize/assets/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/themes/fundrize/assets/font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/themes/fundrize/assets/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/themes/fundrize/assets/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.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}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
  font-family: 'infinitum';
  src:  url('/wp-content/themes/fundrize/assets/font/infinitum.eot?ak5ro7');
  src:  url('/wp-content/themes/fundrize/assets/font/infinitum.eot?ak5ro7#iefix') format('embedded-opentype'),
    url('/wp-content/themes/fundrize/assets/font/infinitum.ttf?ak5ro7') format('truetype'),
    url('/wp-content/themes/fundrize/assets/font/infinitum.woff?ak5ro7') format('woff'),
    url('/wp-content/themes/fundrize/assets/font/infinitum.svg?ak5ro7#infinitum') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="inf-icon-"], [class*=" inf-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'infinitum' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inf-icon-pencil:before {
  content: "\e900";
}
.inf-icon-quote-symbol:before {
  content: "\e901";
}
.inf-icon-push-pin:before {
  content: "\e902";
}
.inf-icon-portfolio-menu:before {
  content: "\e903";
}
.inf-icon-play-button:before {
  content: "\e904";
}
.inf-icon-envelope:before {
  content: "\e905";
}
.inf-icon-close-button:before {
  content: "\e906";
}
.inf-icon-forbidden-mark:before {
  content: "\e907";
}
.inf-icon-check-mark:before {
  content: "\e908";
}
.inf-icon-star:before {
  content: "\e909";
}
.inf-icon-heart:before {
  content: "\e90a";
}
.inf-icon-expand:before {
  content: "\e90b";
}
.inf-icon-plus2:before {
  content: "\e90c";
}
.inf-icon-emain:before {
  content: "\e90d";
}
.inf-icon-phone:before {
  content: "\e90e";
}
.inf-icon-arrow-bottom:before {
  content: "\e90f";
}
.inf-icon-arrow-top:before {
  content: "\e910";
}
.inf-icon-arrow-left:before {
  content: "\e911";
}
.inf-icon-arrow-right:before {
  content: "\e912";
}
.inf-icon-menu:before {
  content: "\e913";
}
.inf-icon-search:before {
  content: "\e914";
}
.inf-icon-cart:before {
  content: "\e915";
}
.inf-icon-flickr:before {
  content: "\e916";
}
.inf-icon-dribbble:before {
  content: "\e917";
}
.inf-icon-behance:before {
  content: "\e918";
}
.inf-icon-android:before {
  content: "\e919";
}
.inf-icon-apple:before {
  content: "\e91a";
}
.inf-icon-skype:before {
  content: "\e91b";
}
.inf-icon-instagram:before {
  content: "\e91c";
}
.inf-icon-pinterest:before {
  content: "\e91d";
}
.inf-icon-linkedin:before {
  content: "\e91e";
}
.inf-icon-vimeo:before {
  content: "\e91f";
}
.inf-icon-youtube:before {
  content: "\e920";
}
.inf-icon-google-plus:before {
  content: "\e921";
}
.inf-icon-twitter:before {
  content: "\e922";
}
.inf-icon-facebook:before {
  content: "\e923";
}
.inf-icon-black-envelope:before {
  content: "\e924";
}
.inf-icon-left-arrow1:before {
  content: "\e925";
}
.inf-icon-right-arrow1:before {
  content: "\e926";
}
.inf-icon-right-arrow2:before {
  content: "\e927";
}
.inf-icon-left-arrow2:before {
  content: "\e928";
}
.inf-icon-left-arrow3:before {
  content: "\e929";
}
.inf-icon-right-arrow3:before {
  content: "\e92a";
}
.inf-icon-left-arrow4:before {
  content: "\e92b";
}
.inf-icon-right-arrow4:before {
  content: "\e92c";
}
.inf-icon-left-arrow5:before {
  content: "\e92d";
}
.inf-icon-right-arrow5:before {
  content: "\e92e";
}
.inf-icon-left-arrow-6:before {
  content: "\e92f";
}
.inf-icon-right-arrow-6:before {
  content: "\e930";
}
.inf-icon-left-arrow7:before {
  content: "\e931";
}
.inf-icon-right-arrow7:before {
  content: "\e932";
}
.inf-icon-left-arrow8:before {
  content: "\e933";
}
.inf-icon-right-arrow8:before {
  content: "\e934";
}
.inf-icon-right-arrow9:before {
  content: "\e935";
}
.inf-icon-left-arrow9:before {
  content: "\e936";
}
.inf-icon-left-arrow10:before {
  content: "\e937";
}
.inf-icon-right-arrow10:before {
  content: "\e938";
}
.inf-icon-left-arrow11:before {
  content: "\e939";
}
.inf-icon-right-arrow11:before {
  content: "\e93a";
}
.inf-icon-next-track:before {
  content: "\e93b";
}
.inf-icon-previous:before {
  content: "\e93c";
}
.inf-icon-pause-button:before {
  content: "\e93d";
}
.inf-icon-left-arrow12:before {
  content: "\e93e";
}
.inf-icon-right-arrow13:before {
  content: "\e93f";
}
.inf-icon-ticket:before {
  content: "\e940";
}
.inf-icon-calendar:before {
  content: "\e941";
}
.inf-icon-heart-outline:before {
  content: "\e942";
}
.inf-icon-clock:before {
  content: "\e943";
}
.inf-icon-asside:before {
  content: "\e944";
}
.inf-icon-image-gallery:before {
  content: "\e945";
}
.inf-icon-photo:before {
  content: "\e946";
}
.inf-icon-link2:before {
  content: "\e947";
}
.inf-icon-audio:before {
  content: "\e948";
}
.inf-icon-info:before {
  content: "\e949";
}
.inf-icon-status:before {
  content: "\e94a";
}
.inf-icon-play-button2:before {
  content: "\e94b";
}
.inf-icon-eye:before {
  content: "\e94c";
}
.inf-icon-user1:before {
  content: "\e94d";
}
.inf-icon-play-arrow:before {
  content: "\e94e";
}
.inf-icon-chat:before {
  content: "\e94f";
}
.inf-icon-magnifier1:before {
  content: "\e950";
}
.inf-icon-magnifier2:before {
  content: "\e951";
}
.inf-icon-magnifier4:before {
  content: "\e952";
}
.inf-icon-magnifier5:before {
  content: "\e953";
}
.inf-icon-magnifier6:before {
  content: "\e954";
}
.inf-icon-magnifier7:before {
  content: "\e955";
}
.inf-icon-user:before {
  content: "\e956";
}
.inf-icon-shop1:before {
  content: "\e957";
}
.inf-icon-shop2:before {
  content: "\e958";
}
.inf-icon-shop3:before {
  content: "\e959";
}
.inf-icon-shop4:before {
  content: "\e95a";
}
.inf-icon-shop5:before {
  content: "\e95b";
}
.inf-icon-shop6:before {
  content: "\e95c";
}
.inf-icon-shop7:before {
  content: "\e95d";
}
.inf-icon-shop8:before {
  content: "\e95e";
}
.inf-icon-shop9:before {
  content: "\e95f";
}
.inf-icon-shop10:before {
  content: "\e960";
}
.inf-icon-shop11:before {
  content: "\e961";
}
.inf-icon-shop12:before {
  content: "\e962";
}
.inf-icon-shop13:before {
  content: "\e963";
}
.inf-icon-shop14:before {
  content: "\e964";
}
.inf-icon-shop15:before {
  content: "\e965";
}
.inf-icon-shop16:before {
  content: "\e966";
}
.inf-icon-shop17:before {
  content: "\e967";
}
.inf-icon-shop18:before {
  content: "\e968";
}
.inf-icon-shop19:before {
  content: "\e969";
}
.inf-icon-add:before {
  content: "\e96a";
}
.inf-icon-add-filled-cross-sign:before {
  content: "\e96b";
}
.inf-icon-bleed:before {
  content: "\e96c";
}
.inf-icon-external-link:before {
  content: "\e96d";
}
.inf-icon-foreign:before {
  content: "\e96e";
}
.inf-icon-link:before {
  content: "\e96f";
}
.inf-icon-plus:before {
  content: "\e970";
}
.inf-icon-plus-button:before {
  content: "\e971";
}
.inf-icon-tag:before {
  content: "\e972";
}
.inf-icon-category:before {
  content: "\e973";
}
.inf-icon-house-black-building-shape:before {
  content: "\e974";
}
.inf-icon-pencil2:before {
  content: "\e975";
}
.inf-icon-list-menu:before {
  content: "\e976";
}
.inf-icon-link-symbol:before {
  content: "\e977";
}
.inf-icon-magnifier8:before {
  content: "\e978";
}
.inf-icon-phone-call:before {
  content: "\e979";
}
.inf-icon-envelope2:before {
  content: "\e97a";
}
.inf-icon-shop20:before {
  content: "\e97b";
}
.inf-icon-magnifier9:before {
  content: "\e97c";
}
.inf-icon-shop21:before {
  content: "\e97d";
}
/* Woocommerce
-------------------------------------------------------------- */
.woocommerce-page .content-woocommerce .woocommerce-result-count { position: relative; padding: 7px 0 0; margin: 0; float: right; font-size: 16px; font-family: "Montserrat", sans-serif;  }
.woocommerce-page .content-woocommerce .woocommerce-result-count:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #e0e0e0; }
.woocommerce-page .content-woocommerce .woocommerce-ordering { float: left; }
.woocommerce-page .content-woocommerce .woocommerce-ordering select { margin: 0; padding: 10px 20px; width: 290px; cursor: pointer; color: #999; }
.woocommerce-page .content-woocommerce .woocommerce-ordering select option { padding: 10px; }
.woocommerce-page .content-woocommerce .woocommerce-ordering select:focus { outline: 0; }
.woocommerce-page .content-woocommerce .products { padding: 60px 0 0 0; margin: 0 -15px; clear: both; list-style: none; }

.woocommerce-page .star-rating { width: 95px; height: 19px; background: url(/wp-content/themes/fundrize/assets/img/star.png) repeat-x left 0; }
.woocommerce-page .star-rating span { background: url(/wp-content/themes/fundrize/assets/img/star.png) repeat-x left -38px; height: 0; padding-top: 19px; overflow: hidden; float: left; }
.woocommerce-page p.stars { overflow: hidden; zoom: 1; }
.woocommerce-page p.stars span { width: 95px; height: 19px; position: relative; float: left; background: url(/wp-content/themes/fundrize/assets/img/star.png) repeat-x left 0; }
.woocommerce-page p.stars span a { transition: none; float: left; position: absolute; left: 0; top: 0; width: 19px; height: 0; padding-top: 19px; overflow: hidden; }
.woocommerce-page p.stars span a:hover, p.stars span a:focus { background: url(/wp-content/themes/fundrize/assets/img/star.png) repeat-x left -19px; }
.woocommerce-page p.stars a.active { background: url(/wp-content/themes/fundrize/assets/img/star.png) repeat-x left -38px; }
.woocommerce-page p.stars span a.star-1 { width: 19px; z-index: 10; }
.woocommerce-page p.stars span a.star-2 { width: 38px; z-index: 9; }
.woocommerce-page p.stars span a.star-3 { width: 57px; z-index: 8; }
.woocommerce-page p.stars span a.star-4 { width: 76px; z-index: 7; }
.woocommerce-page p.stars span a.star-5 { width: 95px; z-index: 6; }

.woocommerce-page abbr { border: none; text-decoration: none }
.woocommerce-page div.product div.images img { display: block; width: 100%; height: auto; box-shadow: none; }
.woocommerce-page .return-to-shop .button { padding: 8px 30px; }
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info .button { background-color: transparent; color: #f57223; }
.woocommerce-page .woo-single-post-class .summary .stock.in-stock { display: none; }
.product .onsale { font-family: "Montserrat", sans-serif; text-transform: uppercase; background-color: #f57223; display: inline-block; position: absolute; left: 12px; top: 11px; z-index: 999; font-size: 12px; letter-spacing: 0.5px; line-height: 23px; padding: 0 28px; color: #fff; }
.products li .product-info .star-rating { display: none; }

/* Buttons */
.woocommerce-page .button { letter-spacing: 0.5px; text-align: center; display: inline-block; background-color: #292929; color: #fff; text-transform: uppercase; }
.woocommerce-page .button:hover { opacity: 0.7; }

/* Product Item */
.woocommerce-page.shop-col-2 .products li { width: 50%; }
.woocommerce-page.shop-col-3 .products li { width: 33.3333333%; }
.woocommerce-page.shop-col-4 .products li { width: 25%; }
.woocommerce-page.shop-col-5 .products li { width: 20%; }

.products li { float: left; padding: 0 15px; margin-bottom: 46px; }
.products li.first { clear: both; }
.products li .inner { box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.02); }
.products li .product-info { text-align: center; padding: 40px 35px 43px; background-color: #fff; }
.products li .product-info a { color: #777; }
.products li h2 { margin-bottom: 20px; padding-bottom: 24px; font-size: 16px; text-transform: uppercase; position: relative; -webkit-transition: all ease .238s; transition: all ease .238s; }
.products li h2:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #eee; }
.products li .short-desc { margin: 4px 0 0; }
.products li .short-desc > p { margin: 0; }
.products li .product-info .add_to_cart_button,
.products li .product-info .product_type_variable { font-family: "Montserrat", sans-serif; font-size: 14px; letter-spacing: 0.5px; text-transform: uppercase; display: inline-block; margin-top: 10px; color: #bbb; position: relative; background-color: transparent; }
.products li .product-info .add_to_cart_button:after,
.products li .product-info .product_type_variable:after { content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background-color: #f57223; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }
.products li .product-info .add_to_cart_button:hover:after,
.products li .product-info .product_type_variable:hover:after { width: 0; }
.products li .added_to_cart { font-family: "Montserrat", sans-serif; margin-left: 20px; color: #f57223; position: relative; padding-left: 20px; }
.products li .added_to_cart:after { line-height: normal; content: "\e97d"; font-family: "infinitum"; position: absolute; left: 0; top: 0; }
.products li .product-thumbnail { position: relative; overflow: hidden; }
.products li .product-thumbnail img { width: 100%; height: auto; }
.products li .price { font-size: 22px; font-family: "Montserrat", sans-serif; color: #f57223; display: block; margin: 6px 0 10px; }
.products li .price del { font-size: 18px; color: #a9a9a9; padding-right: 6px; }
.products li .price ins { background-color: none; }
.products li h2:hover,
.products li .product-info .add_to_cart_button:hover,
.products li .added_to_cart:hover { color: #f57223; }

/* Single Product
-------------------------------------------------------------- */
.woo-single-post-class { position: relative; }
.woo-single-post-class .images { width: 48.1%; float: left; position: relative; }
.woo-single-post-class .images .woocommerce-product-gallery__trigger { width: 45px; height: 45px; z-index: 999; position: absolute; right: 10px; top: 10px; text-align: center; }
.woo-single-post-class .images .woocommerce-product-gallery__trigger:after { width: 45px; height: 45px; line-height: 45px; background-color: rgba(0,0,0,0.5); color: #fff; text-align: center; content: "\e978"; font-family: "infinitum"; position: absolute; left:0; top: 0;  }
.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after { opacity: 0.7; }
.woo-single-post-class .images .woocommerce-product-gallery__trigger img { display: none !important; }

.woocommerce-product-gallery .flex-control-thumbs li { float: left; cursor: pointer; margin: 0; }
.woocommerce-product-gallery .flex-control-thumbs { margin: 10px -5px 0; width: auto; list-style: none; }
.woocommerce-product-gallery .flex-control-thumbs li { padding: 0 5px 10px; }
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li { width: 33.3333% }
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li { width: 25% }
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li { width: 20% }
.woocommerce-product-gallery--columns-6 .flex-control-thumbs li { width: 16.667%; }

.woo-single-post-class .summary { width: 48.1%;	float: right; }
.woo-single-post-class .summary h1 { font-size: 26px; text-transform: uppercase; margin-bottom: 6px; }
.woo-single-post-class .summary .woocommerce-product-rating { position: relative; margin-bottom: 20px; }
.woo-single-post-class .summary .woocommerce-review-link { color: #999; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; position: absolute; left: 107px; top: 0; line-height: 20px; }

.woo-single-post-class .summary .price { font-size: 32px; font-family: "Montserrat", sans-serif; color: #f57223; line-height: normal; margin: 0 0 13px; }
.woo-single-post-class .summary .price del { font-size: 24px; color: #a9a9a9; padding-right: 2px; }
.woo-single-post-class .summary .price ins { background-color: none; }

.woo-single-post-class .summary .cart table,
.woo-single-post-class .summary .cart tr,
.woo-single-post-class .summary .cart td { border: 0; padding: 0; }
.woo-single-post-class .summary .cart table .label { width: 85px; font-family: "Montserrat", sans-serif; color: #333; text-transform: uppercase; }
.woo-single-post-class .summary .cart { margin-top: 37px; }
.woo-single-post-class .summary .cart .quantity { display: inline-block; float: left; }
.woo-single-post-class .summary .cart .quantity input { width: 57px; margin: 0 28px 0 0; text-align: center; background-color: #fff; padding: 8px 10px; border: 0; }
.woo-single-post-class .summary .cart .single_add_to_cart_button { padding: 14px 53px 14px 96px; font-size: 13px; line-height: 16px; background-color: #717171; position: relative; }
.woo-single-post-class .summary .cart .single_add_to_cart_button:hover { background-color: #292929; }
.woo-single-post-class .summary .cart .single_add_to_cart_button:before { border-right: 1px solid rgba(255,255,255,0.3); padding-right: 17px; content: "\e959"; font-family: "infinitum"; position: absolute; left: 20px; top: 10px; line-height: 25px; font-size: 18px; }
.woo-single-post-class .summary .cart table { position: relative; }
.woo-single-post-class .summary .cart .reset_variations { position: absolute; right: 0; bottom: -20px; }
.woo-single-post-class .woocommerce-tabs .panel .shop_attributes p { margin-bottom: 5px; }

.woo-single-post-class .summary .product_meta { clear: left; padding: 25px 0 0; margin-top: 37px; border-top: 1px dotted #c4c4c4; }
.woo-single-post-class .summary .product_meta > span { margin-left: 40px; font-family: "Montserrat", sans-serif; font-size: 13px; padding-left: 22px; display: inline-block; position: relative; color: #999; text-transform: uppercase; }
.woo-single-post-class .summary .product_meta > span:first-child { margin: 0; }
.woo-single-post-class .summary .product_meta > span a { font-family: "Open Sans", sans-serif; font-size: 14px; text-transform: capitalize; color: #333; }
.woo-single-post-class .summary .product_meta > span a:hover { text-decoration: underline; }
.woo-single-post-class .summary .product_meta > span a:first-child { padding-left: 10px; }

.woo-single-post-class .summary .product_meta > span:before { content: "\e973"; color: #c7c7c7; position: absolute; left: 0; top: 1px; font-family: "infinitum"; }
.woo-single-post-class .summary .product_meta .posted_in:before { content: "\e973"; }
.woo-single-post-class .summary .product_meta .tagged_as:before { content: "\e972"; }
.woo-single-post-class .summary .product_meta .sku_wrapper:before { content: "\e904"; }

.woo-single-post-class .woocommerce-tabs { clear: both; padding-top: 75px; }
.woo-single-post-class .woocommerce-tabs ul { margin:0; border-bottom: 1px solid #d9d9d9; }
.woo-single-post-class .woocommerce-tabs ul li {  line-height: 30px; padding: 0; list-style: none; margin: 0 20px 0 0; display: inline-block; }
.woo-single-post-class .woocommerce-tabs ul li.active { position: relative; top: 1px; }
.woo-single-post-class .woocommerce-tabs ul li > a { font-family: "Montserrat", sans-serif; color: #777; text-transform: uppercase; cursor: pointer; padding: 12px 38px 8px; transition: none; border-bottom: none; display: inline-block; }
.woo-single-post-class .woocommerce-tabs ul li.active > a { border-top: 2px solid #f57223; border-left: 1px solid #d9d9d9 !important; border-right: 1px solid #d9d9d9 !important; border-bottom: 1px solid #f5f5f5 !important; padding-bottom: 7px; padding-top: 11px; }

.woo-single-post-class .woocommerce-tabs .panel { clear: both; padding: 46px 0 0; }
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist { list-style: none; margin: 14px 0 0; }
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li { background-color: #fff; padding: 43px 45px 14px 35px; margin-top: 25px; box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.02); }
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:first-child { margin: 0; }
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li .description > p:last-child { margin-top: 0; }
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:before,
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:after { content: ""; display: table; clear: both; }
.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img { float: left; width: 100px; height: 100px; border-radius: 50%; margin: 0 30px 0 0; }
.woo-single-post-class .woocommerce-tabs .entry-content .comment-text { overflow: hidden; position: relative; }
.woo-single-post-class .woocommerce-tabs .entry-content .star-rating { position: absolute; right: 0; top: 4px; }
.woo-single-post-class .woocommerce-tabs .entry-content .meta { margin-bottom: 8px; }
.woo-single-post-class .woocommerce-tabs .entry-content .meta strong { padding-bottom: 6px; font-size: 16px; font-weight: normal; text-transform: uppercase; font-family: "Montserrat", sans-serif; color: #f57223; }
.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__dash { display: none; }
.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__published-date { display: block; font-size: 13px; color :#cecece; text-transform: uppercase; }

.woo-single-post-class .woocommerce-tabs .comment-respond { margin: 67px 0 0; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-reply-title { font-size: 16px; color: #999; font-family: "Montserrat", sans-serif; text-transform: uppercase; display: block; padding-bottom: 14px; margin-bottom: 38px; border-bottom: 1px dotted #c4c4c4; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p { margin: 0; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-author { width: 49.576%; float: left; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-email { width: 49.576%; float: right; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.form-submit { clear: both; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating { padding-bottom: 60px; margin-bottom: 30px; border-bottom: 1px dotted #c4c4c4; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars { float: left; margin: 0; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label { text-transform: uppercase; font-size: 13px; color: #999; line-height: 20px; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars { margin-left: 40px; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment { clear: left; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment > label { display: none; }
.woo-single-post-class .woocommerce-tabs .comment-respond .form-submit #submit { width: auto;text-transform: uppercase; }
.woo-single-post-class .woocommerce-tabs .comment-respond .form-submit #submit:hover { opacity: 0.8; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-author input,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-email input { margin-bottom: 14px; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-email input { margin-bottom: 38px; }
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea { height: 120px; }

/* Related Products */
.woo-single-post-class .related.products { padding: 0; margin: 0; padding-top: 53px; margin-top: 62px; border-top: 1px dotted #c4c4c4;; }
.woo-single-post-class .related.products .products:before,
.woo-single-post-class .related.products .products:after { content: ""; display: table; clear: both; }
.woo-single-post-class .related.products > h2 { margin-bottom: 27px; font-size: 16px; color: #999; font-family: "Montserrat", sans-serif; text-transform: uppercase; }

.woo-single-post-class .related.products .products { margin: 0 -10px; padding-top: 0; }
.woo-single-post-class .related.products .products li { width: 25%; float: left; margin-bottom: 0; padding: 0 10px; }
.woo-single-post-class .related.products .products li .short-desc { display: none; }
.woo-single-post-class .related.products .products li .product-info { padding: 30px 27px 14px }
.woo-single-post-class .related.products .products li h2 { font-size: 14px; margin-bottom: 16px; padding-bottom: 17px; }
.woo-single-post-class .related.products .products li .product-info .add_to_cart_button { display: none; }

/* Cart Page
-------------------------------------------------------------- */
.woocommerce-page .shop_table.cart th { font-family: "Montserrat", sans-serif; color: #292929; font-weight: 400; text-transform: uppercase; }
.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th { padding: 20px; vertical-align: middle; }

.woocommerce-page .shop_table.cart .product-remove { width: 80px; }
.woocommerce-page .shop_table.cart .product-thumbnail { width: 180px; }
.woocommerce-page .shop_table.cart .product-name { width: 280px; }

.woocommerce-page .shop_table.cart .product-name a { font-family: "Montserrat", sans-serif; color: #292929; }
.woocommerce-page .shop_table.cart .product-name a:hover { color: #f57223; }
.woocommerce-page .shop_table.cart .product-remove a { display: inline-block; color: #999 !important; background-color: #f7f7f7; width: 20px; height: 20px; line-height: 20px; margin: 0; padding: 0; font-size: 16px; text-align: center; -webkit-transition: all 0.3s; transition: all 0.3s; }
.woocommerce-page .shop_table.cart .product-remove a:hover { color: #292929 !important; }

.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img { width: 80px; }
.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type='number'] { width: 60px; height: 50px; padding-right: 5px; margin: 0; background-color: transparent; }

.woocommerce-page .shop_table.cart .coupon { float: left; }
.woocommerce-page .shop_table.cart .coupon > label { display: none; }
.woocommerce-page .shop_table.cart .coupon #coupon_code { background-color: #f5f5f5; border: 0; width: 200px; display: inline-block; margin: 5px 5px 0 0; display: inline-block; padding: 8px 12px; }
.woocommerce-page .shop_table.cart .coupon > input[type='submit'] { margin-right: 8px; }
.woocommerce-page .shop_table.cart .coupon + input[type='submit'] { margin-top: 5px; }

.woocommerce-page .cart_totals { width: 60%; margin-top: 56px; }
.woocommerce-page .cart_totals > h2 { font-size: 20px; margin-bottom: 20px; }
.woocommerce-page .cart_totals .shop_table { border: 2px solid #e4e4e4; margin-bottom: 20px;}
.woocommerce-page .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table td { border-color: #e4e4e4; }
.woocommerce-page .cart_totals .shop_table .order-total th,
.woocommerce-page .cart_totals .shop_table .order-total td { border-bottom: 0; }
.woocommerce-page .cart_totals .shop_table td { border-right: 0; padding: 10px 27px; }
.woocommerce-page .cart_totals .shop_table th { color: #292929; padding: 10px 30px; }
.woocommerce-page .cart_totals .shop_table .cart-subtotal td,
.woocommerce-page .cart_totals .shop_table .order-total td,
.woocommerce-page .cart_totals .shop_table .tax-rate td { text-align: right; color: #292929; }
.woocommerce-page .cart_totals p,
.woocommerce-page .cart_totals .woocommerce-shipping-calculator select { margin: 0 0 5px; }
.woocommerce-page .cart_totals .shipping-calculator-form button[type='submit'] { width: 100%; }
.woocommerce-page .wc-proceed-to-checkout .button { font-size: 16px; letter-spacing: 1px; background-color: #f57223; padding: 10px 30px; width: 100%; }

/* Checkout Page
-------------------------------------------------------------- */
.woocommerce-page .woocommerce-checkout { clear: both; }
.woocommerce-page .login input { margin-bottom: 0; }
.woocommerce-page form .form-row { margin: 0 0 20px; }
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last { float: left; width: 48%; overflow: visible; }
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea { background-color: #f5f5f5; border: 1px solid #e0e0e0; width: 100%; margin: 0; outline: 0; line-height: 24px; }
.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single { display: block; border-radius: 0; line-height: 46px; height: 46px; background-color: #f5f5f5; border: 1px solid #e0e0e0; }
.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered { padding: 8px 20px; color: #777; }
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow { top: 5px; right: 4px; }

.woocommerce-page form.checkout_coupon #coupon_code,
.woocommerce-page form.lost_reset_password .form-row input.input-text { padding: 9px 12px; margin-bottom: 30px; }
.woocommerce-page form .form-row label.inline { display: inline; }
.woocommerce-page form .form-row label.inline input { margin: 0 5px 0 10px; width: auto; }
.woocommerce-page form.lost_reset_password .woocommerce-Button.button { margin: 25px 0 0 10px; }
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page #order_review_heading { clear: both; }
.woocommerce-billing-fields .create-account > label { margin: 0; display: inline-block; }
.woocommerce-page .woocommerce-lost-password .form-row-first { float: none; }
.woocommerce-page #ship-to-different-address > label { padding-right: 5px; }
.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-shipping-fields h3,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-additional-fields h3 { font-size: 20px; padding-top: 30px; }
.woocommerce-page .woocommerce-additional-fields .notes > label { display: none; }
.woocommerce-page form .form-row.create-account #createaccount { width: auto; margin-right: 5px; }
.woocommerce-page form .form-row.create-account + .create-account > p:first-child { margin-bottom: 10px; }

.woocommerce-checkout-review-order table th { background-color: #f5f5f5; font-family: "Montserrat", sans-serif; color: #292929; padding: 10px 25px; }
.woocommerce-checkout-review-order table td { padding: 10px 25px; }
.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total { font-family: "Montserrat", sans-serif; font-size: 16px; color: #292929; }
.woocommerce-checkout #payment ul.payment_methods { list-style: none; margin: 0; font-family: "Montserrat", sans-serif; }
.woocommerce-checkout #payment ul.payment_methods li label { display: inline-block; padding-left: 5px; }
.woocommerce-checkout #payment .about_paypal { padding-left: 10px; }
.woocommerce-page .myaccount_user + h2,
.woocommerce-page .addresses h3,
.woocommerce-page #customer_login h2 { margin-bottom: 0; font-size: 18px; }
.woocommerce-page .register input { margin-bottom: 0; }
.woocommerce-page .woocommerce-MyAccount-content legend { border: 0; font-size: 18px; color: #292929; padding-top: 20px; margin: 0; }

.woocommerce-page .form-row:before,.woocommerce ul.cart_list li:after,
.woocommerce-page  ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page  ul.product_list_widget li:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before { content:" "; display:table }

.woocommerce-page .cart-collaterals { width:100% }
.woocommerce-page .cart-collaterals .related { width:30.75%; float:left}
.woocommerce-page .cart-collaterals .cross-sells { width:48%; float:left }
.woocommerce-page .cart-collaterals .cross-sells ul.products{ float:none }
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li{ width:48% }

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,

.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page #order_comments_field {clear:both}

.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 { width:48% }
.woocommerce form .form-row label,.woocommerce-page form .form-row label { display:block; font-family: "Montserrat", sans-serif; }
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox { display:inline }
.woocommerce-page form .form-row select,
.woocommerce-page form .form-row .input-text { width:100% }
.woocommerce-page form .form-row-last { float:right }
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions { text-align:left; padding:0 1em 0 0; float:left }
.woocommerce-page #payment #place_order { font-size: 16px; width: 300px; background-color: #f57223; padding: 17px 0; margin-top: 35px; }

.woocommerce-page .woocommerce-error li { padding: 0; }
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button { background-color: transparent; color: #f57223; text-transform: capitalize; font-size: 16px; }
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error { position: relative; font-size: 16px; font-family: "Montserrat", sans-serif; padding: 8px 24px 8px 54px; background-color: #fbf0c8; box-shadow: 5px 5px 0px 0px #f1f1f1; margin: 0 0 22px 0; list-style: none; }

.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before { color: #777; font-size: 11px; content: "\e912"; font-family: "infinitum"; position: absolute; left: 30px; top: 13px; }

.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a { text-decoration: underline; padding-right: 10px; }
.woocommerce-page .woocommerce-message { border-color: #35a254; }
.woocommerce-page .woocommerce-error { border-color: #d82f2f; }

/* Widgets
-------------------------------------------------------------- */
.woocommerce .product_list_widget li { padding: 0; padding-top: 20px; margin-top: 20px; border-top: 1px solid #e4e4e4; }
.woocommerce .product_list_widget li:first-child { padding-top: 0; margin-top: 0; border: 0; }

.woocommerce .cart_list li img,
.woocommerce .product_list_widget li img { float: left; width: 80px;  margin-left: 0; margin-right: 20px; box-shadow: none; }
.woocommerce.widget_recent_reviews .product_list_widget > li > a,
.woocommerce .product_list_widget .product-title,
.woocommerce .widget_recent_reviews .product_list_widget a,
.woocommerce .product_list_widget .mini_cart_item a { font-family: "Montserrat", sans-serif; color: #292929; font-size: 16px; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }

.woocommerce .product_list_widget .product-title:hover,
.woocommerce .widget_recent_reviews .product_list_widget a:hover,
.woocommerce .product_list_widget .mini_cart_item a:hover { color: #f57223; }

.woocommerce .product_list_widget .quatity,
.woocommerce .product_list_widget .amount { font-size: 16px; }
.woocommerce .product_list_widget del .amount { padding-right: 5px; }

.woocommerce .product_list_widget .star-rating,
.woocommerce .widget_rating_filter .star-rating { width: 95px; height: 19px; background: url(/wp-content/themes/fundrize/assets/img/star.png) repeat-x left 0; margin: 0 0 0 100px; }
.woocommerce .product_list_widget .star-rating span,
.woocommerce .widget_rating_filter .star-rating span { background: url(/wp-content/themes/fundrize/assets/img/star.png) repeat-x left -38px; height: 0; padding-top: 19px; overflow: hidden; float: left; }
.woocommerce .widget_rating_filter .star-rating { display: inline-block; margin: 0; }

/* Widget product categories */
.woocommerce .widget_product_categories ul li { position: relative; text-align: right; }
.woocommerce .widget_product_categories ul li a { float: left; color: #909090; }
.woocommerce .widget_product_categories ul li a:hover { color: #f57223; }
.woocommerce .widget_product_categories ul li { padding: 11px 0; border-top: 1px solid #e4e4e4; }
.woocommerce .widget_product_categories ul li:first-child { padding-top: 0; border: 0; }

/* Widget shopping cart */
.woocommerce .widget_shopping_cart .wc-forward.checkout { margin-left: 10px; }

/* Widget product tag */
.woocommerce .widget_product_tag_cloud .tagcloud a { font-size: 1em !important; }

/* Widget price filter */
.woocommerce .widget_price_filter .price_slider { height: 4px; margin-bottom: 25px; margin-top: 35px; background-color: #f8f8f8; position: relative; text-align: left; }
.woocommerce .widget_price_filter .price_slider_amount { text-align: right; }
.woocommerce .widget_price_filter .price_slider_amount .button { float: left; background-color: transparent; color: #292929; border: 1px solid #e4e4e4; padding: 9px 30px; }
.woocommerce .widget_price_filter .price_slider_amount .button:hover { background-color: #f57223; border-color: #f57223; color: #fff; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background-color: #fff; top: -5px; position: absolute; z-index: 2; width: 14px; height: 14px; border: 2px solid #f57223; cursor: pointer; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left: -14px; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; background-color: #f57223; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min { left: -1px; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max { right: -1px; }

/* Widget widget_shopping_cart */
.woocommerce .widget_shopping_cart ul.cart_list li .remove { display: none; }
.woocommerce .widget_shopping_cart ul.cart_list li .quantity { display: block; font-size: 20px; }
.woocommerce .widget_shopping_cart .total { font-size: 18px; color: #292929; text-transform: uppercase; padding-top: 20px; margin: 20px 0 12px; font-family: "Montserrat", sans-serif; border-top: 1px solid #e4e4e4; text-align: center; }
.woocommerce .widget_shopping_cart .wc-forward { border: 1px solid #f57223; background-color: transparent; color: #292929; padding: 8px 30px;  }
.woocommerce .widget_shopping_cart .wc-forward.checkout { background-color: #292929; color: #fff; border-color: #292929; }
.woocommerce .widget_shopping_cart .wc-forward:hover,
.woocommerce .widget_shopping_cart .wc-forward.checkout:hover { background-color: #f57223; border-color: #f57223; color: #fff; }

/* Widget widget_product_search */
.woocommerce .widget.widget_product_search .woocommerce-product-search { position: relative; }
.woocommerce .widget.widget_product_search .woocommerce-product-search .search-field { padding-right: 48px; margin-bottom: 0; border: 1px solid #f5f5f5; }
.woocommerce .widget.widget_product_search .woocommerce-product-search .search-submit { position: absolute; right: 16px; top: 15px; width: 24px; height: 24px; text-align: center; text-indent: 999999px; background-color: transparent; padding: 0; border: 0; overflow: hidden; }
.woocommerce .widget.widget_product_search .woocommerce-product-search .search-submit:before { color: #b2b2b2; content: "\e97c"; font-family: "infinitum"; font-size: 16px;  position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; font-weight: normal; -webkit-transition: color ease .238s; -moz-transition: color ease .238s; transition: color ease .238s; }
.woocommerce .widget.widget_product_search .woocommerce-product-search .search-submit:hover:before { color: #292929; }

@media only screen and (max-width: 959px) {
	.woocommerce-page.shop-col-3 .products li,
	.woocommerce-page.shop-col-4 .products li,
	.woocommerce-page.shop-col-5 .products li { width: 50%; }

	.woocommerce-page .content-woocommerce .woocommerce-result-count { float: none; margin-bottom: 25px; }
	.woo-single-post-class .images,
	.woo-single-post-class .summary { width: 100%; float: none; }
	.woo-single-post-class .summary { margin-top: 30px; }

	.woo-single-post-class .related.products .products li { width: 50%; margin-bottom: 20px; }

	.woo-single-post-class .woocommerce-tabs ul { border: 0; }
	.woo-single-post-class .woocommerce-tabs ul li,
	.woo-single-post-class .woocommerce-tabs ul li a { display: block; margin: 0px; }
	.woo-single-post-class .woocommerce-tabs ul li a { border: 1px solid #d9d9d9; margin-bottom: 5px; }
	.woo-single-post-class .woocommerce-tabs ul li.active { top: 0; }
	.woo-single-post-class .woocommerce-tabs ul li.active a { border-bottom: 1px solid #d9d9d9 !important; }

	.woo-single-post-class .woocommerce-tabs .comment-respond { margin-top: 30px; }
	.woo-single-post-class .woocommerce-tabs .panel { padding-top: 30px; }

	.woocommerce-page .shop_table.cart td, .woocommerce-page .shop_table.cart th { padding: 15px; }
	.woocommerce-page .shop_table.cart .product-remove { width: 50px; }
	.woocommerce-page .shop_table.cart .product-thumbnail { width: 100px; }
	.woocommerce-page .shop_table.cart .product-name { width: 150px; }
}
@media only screen and (max-width: 767px) {
	.woocommerce-page.shop-col-2 .products li,
	.woocommerce-page.shop-col-3 .products li,
	.woocommerce-page.shop-col-4 .products li,
	.woocommerce-page.shop-col-5 .products li { width: 100%; }

	.woo-single-post-class .related.products .products li { width: 100%; }
}
#charitable-donation-login-form,
#charitable-donation-form { font-family: "Montserrat", sans-serif; }
#charitable-donation-form .donation-amounts .donation-amount > label { padding: 0; }

#charitable-donation-login-form .button,
.charitable-submit-field .button { line-height: 50px; padding: 0 46px; background-color: #292929; }

#charitable-donation-login-form .button:hover,
.charitable-submit-field .button:hover { opacity: 0.7; }

.campaign .login-prompt { font-size: 16px; font-family: "Montserrat", sans-serif; padding: 8px 32px; background-color: #fbf0c8; box-shadow: 5px 5px 0px 0px #f1f1f1; margin: 0 0 22px 0; list-style: none; }
.campaign .login-prompt > a { position: relative; display: inline-block; padding-left: 24px; }
.campaign .login-prompt > a:before { color: #777; font-size: 11px; content: "\e912"; font-family: "infinitum"; position: absolute; left: 0; top: 5px; }

.donation-amount.custom-donation-amount input:focus::-moz-placeholder,
.donation-amount.custom-donation-amount.selected input::-moz-placeholder { color: #fff; opacity: 1; }
.donation-amount.custom-donation-amount input:focus:-ms-input-placeholder,
.donation-amount.custom-donation-amount.selected input:-ms-input-placeholder { color: #fff; opacity: 1; }
.donation-amount.custom-donation-amount input:focus::-webkit-input-placeholder,
.donation-amount.custom-donation-amount.selected input::-webkit-input-placeholder { color: #fff; opacity: 1; }

.charitable-form-header,
.charitable-form-header h4 { font-size: 22px; color: #292929; font-weight: 400; }

#charitable-donation-form .donation-amounts .donation-amount .custom-donation-amount-wrapper { padding: 0; }
#charitable-donation-form .donation-amounts .donation-amount.selected { background: transparent; }
#charitable-donation-form .donation-amounts .donation-amount.custom-donation-amount.selected input,
#charitable-donation-form .donation-amounts .donation-amount.suggested-donation-amount.selected .amount { background-color: #f57223; }

#charitable-donor-fields .charitable-form-fields .charitable-form-field.odd { width: 48%; float: left; margin-bottom: 15px; }
#charitable-donor-fields .charitable-form-fields .charitable-form-field.even { width: 48%; float: right; margin-bottom: 15px; }

.charitable-form-fields #charitable_field_country_element { height: 48px; }
#charitable-donation-form .donation-amounts .donation-amount.suggested-donation-amount .amount { text-align: center; background-color: #fff; display: block; margin: 0; padding: 0 30px; height: 100px; line-height: 100px; font-size: 18px; }
.charitable-login-form .login-submit { width: 100%; display: inline-block; }
.campaign-entry-content p.login-remember { width: 100%; float: left; display: inline-block; }
.campaign-entry-content p.login-remember #rememberme { float: left; width: auto; margin-right: 10px; }
.charitable-form-fields .charitable-fieldset { padding: 0; margin-bottom: 20px; border: 0; }
.charitable-form-fields #charitable-donor-fields { padding-top: 40px; padding-bottom: 30px; margin-bottom: 30px; border-top: 1px dotted #c4c4c4; border-bottom: 1px dotted #c4c4c4; }
.charitable-form-fields .charitable-fieldset-field-wrapper .charitable-fieldset-field-header { margin-bottom: 15px; font-weight: 400; }
.charitable-form-header, .charitable-form-header h4 { font-size: 24px; font-weight: 700; }

#charitable-donation-form .donation-amounts { width: 100%; margin: 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; -webkit-justify-content: flex-start; justify-content: flex-start; }
#charitable-donation-form .donation-amounts .donation-amount { float: none; width: auto; display: inline-block; vertical-align: middle; border: 0; padding: 0 20px 0 0; margin: 0 0 1em; }
#charitable-donation-form .donation-amounts .donation-amount.custom-donation-amount input { height: 100px; line-height: 100px; padding: 0 20px; margin: 0 0 0 10px; font-size: 16px; font-weight: 700; }
#charitable-donation-form .donation-amounts .donation-amount.custom-donation-amount input:focus,
#charitable-donation-form .donation-amounts .donation-amount.custom-donation-amount.selected input { color: #fff; }

#charitable-gateway-fields .charitable-radio-list li { color: #292929; }
#charitable-gateway-fields .charitable-radio-list input[type=radio] { display: inline-block; }
.charitable-form-processing { text-align: center; }

.widget.widget_charitable_campaigns_widget .campaign .campaign-title { font-weight: 400; color: #292929; font-size: 16px; }