@import url("https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans");
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
div#the_gc_events_posts {
padding: 20px 0px;
height: auto;
overflow: hidden;
}
#the_gc_events_posts a {
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
}
#the_gc_events_posts a.numeric {
margin: 0px 5px;
}
#the_gc_events_posts p {
font-size: 0.9rem;
margin: 1rem 0;
line-height: 1.5;
}
#the_gc_events_posts h4 {
font-family: var(--tgc-title-fontfamily);
font-weight: 600;
color:  var(--tgc-desc-title-color);
font-size: 25px;
margin: 0rem 0 0.6rem;
text-transform: capitalize;
}
#the_gc_event_wrapper {
margin: 0 auto;
text-align: center;
}
.gc_errors {
padding: 40px;
text-align: center;
}
.gc_errors p {
text-align: center;
margin: 0px auto;
border-top: 3px solid #ff3a3a;
background: #e3e3e3;
padding: 10px;
}
.tgse_desc_section {
background: var(--tgc-desc-bc-color);
} .tgse_title {
text-align: center;
text-align: var(--tgc-title-align);
text-transform: capitalize;
}
.tgse_title h1, .tgse_title h2, .tgse_title h3, .tgse_title h4, .tgse_title h5, .tgse_title h6 {
font-family: var(--tgc-title-fontfamily);
color:  var(--tgc-desc-title-color);
text-transform: capitalize;
margin: 5px auto;
} .tgse_meta {
text-align: left;
}
.tgs_event {
background: #fff;
margin: 20px;
text-align: center;
-webkit-box-flex: 1;
flex: 1;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}
.tgs_event:hover {
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.tgs_event > * {
flex: 1 1 100%;
}
.tgse_meta div {
line-height: 2em;
}
span.tgse_icon {
padding-right: 10px;
font-weight: 700;
color: #08267c;
color: var(--tgc-desc-icon-color);
} .tgse_readmore_link {
padding: 10px; background: var(--tgc-buttons-background);
color:#fff;
color: var(--tgc-buttons-text-color);
text-decoration: none;
}
.tgse_readmore_link:hover {
background: #101b2e;
background: var(--tgc-hover-buttons);
color:#fff;
color: var(--tgc-hover-buttons-text);
} .gc-notice-error.error {
background: #ddd;
padding: 10px;
border-top: 3px solid #ec4242 !important;
}  .tgse_date_style_1 .tgse_date_day {
font-size: clamp(5rem,40vw,7rem);
line-height: 1;
}
.tgse_date_style_1 .tgse_date_month {
font-size: clamp(2.2rem,9vw,2.5rem);
font-weight: 800;
} .tgse_date.tgse_date_style_2 {
margin: 0px auto;
text-align: center;
background: #fff;
color:  #1f57bc;
color:  var(--tgc-date-text-color);
padding: 25px;
border-radius: 50%;
}
.tgse_date_style_2 .tgse_date_day {
font-size: clamp(5rem,40vw,7rem);
line-height: 1;
}
.tgse_date_style_2 .tgse_date_month {
font-size: clamp(1.2rem,9vw,1.5rem);
font-weight: 800;
} .tgse_all_day_triangle {
top: 0;
width: 0;
height: 0;
border-top: 80px solid var(--tgc-date-bc-color);
border-bottom: 80px solid transparent;
border-left: 80px solid transparent;
position: absolute;
right: 0;
}
.tgse_all_day_triangle span {
position: absolute;
top: -65px;
right: 0px;
width: 100px;
left: -80px;
text-align: center;
font-size: 16px;
font-family: arial;
font-weight: 700;
transform: rotate(45deg);
display: block;
color: #fff;
color: var(--tgc-buttons-text-color);
} .the_gc_event_grid {
display: grid;
grid-template-columns: 33.3% 33.3% 33.3%;
-webkit-box-align: center;
align-items: flex-start;
}
.tgse_section_top {
padding: 20px;
background: #08267c;
background: var(--tgc-date-bc-color);
color:  #ffffff;
color:  var(--tgc-date-text-color);
}
.tgse_section_bottom {
padding: 10px 20px;
overflow: hidden;
overflow-wrap: break-word;
max-width: 100%;
}
.tgse_section_bottom .tgse_readmore {
text-align: center;
margin: 20px 0px;
} .the_gc_event_list .tgs_event {
display: grid;
grid-template-columns: 30% 70%;
-webkit-box-align: center;
}
.tgse_section_left {
padding: 20px;
background: var(--tgc-date-bc-color);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.tgse_section_right {
position: relative;
padding: 20px;
}
.tgse_section_right .tgse_description {
text-align: left;
}
.tgse_section_right .tgse_description p {
font-family: var(--tgc-title-fontfamily);
}
.tgse_section_right .tgse_readmore {
text-align: left;
margin: 20px 0px;
} .gc_load_more_events {
text-align: center;
padding: 20px;
overflow: hidden;
}
.gc_load_more_events .page-numbers {
display: revert;
padding: 10px;
background: #1f57bc;
background: var(--tgc-buttons-background);
color: #fff;
color: var(--tgc-buttons-text-color);
text-decoration: none ;
}
.gc_load_more_events .page-numbers:hover {
background: #101b2e;
background: var(--tgc-hover-buttons);
color: #fff;
color: var(--tgc-hover-buttons-text);
}
.gc_load_more_events .page-numbers.active {
background: #1f57bc;
background: var(--tgc-hover-buttons);
color: #fff;
color: var(--tgc-hover-buttons-text);
}
.gc_advance_filter {
margin: 0px auto;
padding: 0px 20px;
}
.gc_advance_filter form {
margin: 0px;
padding: 0px;
}  button.fc-today-button.fc-button.fc-button-primary {
text-transform: capitalize;
}
.fc-event-title {
text-transform: capitalize;
} @media screen and (max-width: 768px)
{ .the_gc_event_grid {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.the_gc_event_grid .tgs_event {
width:100%;
margin: 0px;
margin-bottom: 20px;
} .the_gc_event_list .tgs_event {
display: grid;
grid-template-columns: 50% 50%;
-webkit-box-align: center;
}
}
@media screen and (max-width: 479px)
{ .the_gc_event_list .tgs_event {
display: block;
-webkit-box-align: center;
} .tgse_section_right .tgse_readmore {
text-align: center;
} #the_gc_events_posts a.numeric {display:none;}
#the_gc_events_posts a.prev{float:left;}
#the_gc_events_posts a.next{float:right;}
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-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);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-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,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.eot);
src: url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.woff2) format("woff2"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.woff) format("woff"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.ttf) format("truetype"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.eot);
src: url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.woff2) format("woff2"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.woff) format("woff"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.ttf) format("truetype"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.eot);
src: url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.woff2) format("woff2"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.woff) format("woff"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.ttf) format("truetype"), url(//nisvcbse.in/wp-content/plugins/events-calendar-for-google/public/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }body {
overflow-x: hidden;
}
.superfly-on #sfm-sidebar {
display: block;
}
#sfm-sidebar ol, #sfm-sidebar ul {
list-style: none;
}
#sfm-sidebar a {
outline: 0;
}
#sfm-sidebar {
margin: 0;
padding: 0;
border: 0; font-size: 100%;
font: inherit;
vertical-align: baseline;
text-align: left;
position: fixed;
top: 0;
bottom: 0;
left: 0;
min-height: 100%;
line-height: 1;
display: none;
z-index: 3000001;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  -webkit-transition: none;
transition: none;
-webkit-transition-delay: .05s;
transition-delay: .05s; }
.sfm-sub-swipe #sfm-sidebar,
.sfm-sub-dropdown #sfm-sidebar {
overflow: hidden;
}
#sfm-sidebar.sfm-transitions-enabled,
.sfm-sidebar-always #sfm-sidebar,
.sfm-view-level-custom,
.sfm-scroll-wrapper,
.sfm-transitions-enabled .sfm-sidebar-bg {
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform  0.25s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.25s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
transition: transform  0.25s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.25s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
-webkit-transition-delay: .05s;
transition-delay: .05s;
}
.sfm-pos-right #sfm-sidebar {
right: 0;
left: auto;
} body.sfm-sidebar-push > *,
body.sfm-sidebar-sub-push > *,
body.sfm-blur > *{
-webkit-backface-visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
-webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
-webkit-transition-delay: .05s;
transition-delay: .05s; }
@media only screen and (max-width: 800px) {
.sfm-sidebar-always > * {
-webkit-backface-visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
-webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
-webkit-transition-delay: .05s;
transition-delay: .05s; }
}
body.sfm-blur.sfm-body-pushed > * {
-webkit-filter: blur(2px);
filter: blur(2px);
}
body.sfm-blur #sfm-body-bg,
body.sfm-blur #sfm-sidebar,
body.sfm-blur #sfm-overlay-wrapper,
body.sfm-blur #sfm-mob-navbar {
-webkit-filter: none;
filter: none;
}
.sfm-style-full.sfm-body-pushed { }
.sfm-style-full #sfm-sidebar {
}
.sfm-sidebar-slide #sfm-sidebar:not(.sfm-fully-hidden),
.sfm-sidebar-push #sfm-sidebar:not(.sfm-fully-hidden) {
box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.33);
}
.sfm-style-skew.sfm-sidebar-slide #sfm-sidebar,
.sfm-sidebar-push.sfm-sidebar-slide #sfm-sidebar {
box-shadow: none;
}
#sfm-sidebar.sfm-sidebar-exposed,
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li,
.sfm-sidebar-always #sfm-sidebar .sfm-menu-level-0 > li {
-webkit-transform: translate(0,0) !important;
transform: translate(0,0)!important;
-webkit-transform: translate3d(0,0,0)!important;
transform: translate3d(0,0,0)!important;
}
@media only screen and (min-width: 800px) {
.sfm-pos-right .sfm-sidebar-always #sfm-sidebar {
-webkit-transform: translate(0,0) !important;
transform: translate(0,0)!important;
-webkit-transform: translate3d(0,0,0)!important;
transform: translate3d(0,0,0)!important;
}
}
#sfm-sidebar .sfm-menu-level-0 > li {
-webkit-transform: translate(-30px,0);
transform: translate(-30px,0);
-webkit-transform: translate3d(-30px,0,0);
transform: translate3d(-30px,0,0);
}
.sfm-pos-right #sfm-sidebar .sfm-menu-level-0 > li {
-webkit-transform: translate(30px,0);
transform: translate(30px,0);
-webkit-transform: translate3d(30px,0,0);
transform: translate3d(30px,0,0);
}
#sfm-sidebar.sfm-compact-footer .sfm-social {
margin-top: 30px;
margin-bottom: 10px;
position: relative;
}
@media screen and (max-width: 480px) {
#sfm-sidebar.sfm-compact-header .sfm-logo img {
max-height: 75px;
}
}
@-webkit-keyframes item-in {
from {
left: -100%;
opacity: 0;
}
to {
left: 0;
opacity: 1;
}
}
@keyframes item-in {
from {
left: -100%;
opacity: 0;
}
to {
left: 0;
opacity: 1;
}
}
@media only screen and (max-width: 800px) {
#sfm-sidebar:after {
display: none;
}
}
.sfm-view-pushed-1 #sfm-sidebar:after {
z-index: -800;
}
.sfm-pos-right #sfm-sidebar:after {
left: -3px;
right: 0;
} #sfm-marker {
display: none !important;
}
.sfm-rollback {
cursor: pointer;
z-index: 3000000;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
-webkit-transition-delay: .05s;
transition-delay: .05s;
-webkit-font-smoothing: antialiased;
color: #a4a4a4;
font-size: 10px;
height: 100%;
line-height: 30px; position: fixed; left: 0;
top: 0px;
text-align: center;
text-transform: uppercase;
width: 40px;
}
.superfly-on .sfm-rollback {
opacity: 1;
}
.sfm-rollback.sfm-fixed {
position: absolute;
}
.sfm-pos-right .sfm-rollback{
right:0;
left: auto;
}
@media only screen and (min-width: 800px) {
.sfm-sidebar-always .sfm-rollback {
display: none !important;
}
}
.sfm-logo {
text-align: center;
position: absolute;
top: 40px;
left: 0;
width: 100%;
padding: 0 30px;
box-sizing: border-box;
z-index: 10000;
}
.sfm-logo img {
max-width: 100%;
display: inline-block;
}
.sfm-style-full .sfm-logo img {
max-width: 200px;
}
#sfm-sidebar li.sfm-has-child-menu > ul.sfm-child-menu {
display: none;
box-sizing: border-box; position: relative !important;
left: 0 !important;
top:0 !important;
width:100% !important;
box-shadow: none !important;
}
#sfm-sidebar.sfm-compact .sfm-scroll-wrapper {
height: 100%;
-webkit-overflow-scrolling : touch;
}
#sfm-sidebar .sfm-scroll-wrapper {
width: 100%;
overflow: hidden;
height: 100%;
position: relative;
z-index: 2;
}
#sfm-sidebar .sfm-scroll {
width: 100%;
padding-right: 30px;
overflow: auto;
overflow-x: hidden;
height: 100%;
box-sizing: content-box;
} #sfm-sidebar .sfm-menu .sfm-chapter:after {
display: none;
} .sfm-pos-right .sfm-style-skew #sfm-sidebar .sfm-sidebar-close {
float: right;
}
.sfm-pos-left .sfm-style-skew #sfm-sidebar .sfm-social {
text-align: left;
}
.sfm-pos-right .sfm-style-skew #sfm-sidebar .sfm-social {
text-align: right;
left: initial;
right: 0;
}
.sfm-style-skew #sfm-sidebar .sfm-nav { max-height: none;
margin-top: 0px;
}
.sfm-style-skew #sfm-sidebar.sfm-hl-text .sfm-nav a,
.sfm-style-skew #sfm-sidebar.sfm-hl-strike .sfm-nav a{
padding-left: 0 !important;
padding-right: 0 !important;
}
.sfm-pos-right .sfm-style-skew #sfm-sidebar .sfm-logo,
.sfm-pos-right .sfm-style-skew #sfm-sidebar .sfm-nav {
clear: both;
} .sfm-style-skew #sfm-sidebar.sfm-theme-bottom .sfm-menu {
clear: both;
}
.sfm-style-skew #sfm-sidebar.sfm-theme-bottom .sfm-search-form {
width: 75%;
float: right;
}
.sfm-style-skew #sfm-sidebar.sfm-theme-bottom .sfm-logo {
max-width: 75%;
}  .sfm-pos-left .sfm-style-skew #sfm-sidebar .sfm-logo,
.sfm-pos-left .sfm-style-skew #sfm-sidebar.sfm-theme-top .sfm-nav,
.sfm-pos-left .sfm-style-skew.sfm-sidebar-always #sfm-sidebar .sfm-nav,
.sfm-pos-left .sfm-style-skew #sfm-sidebar.sfm-theme-bottom .sfm-nav,
.sfm-pos-left .sfm-style-skew #sfm-sidebar .sfm-copy {
padding-left: 10%; }
.sfm-pos-left .sfm-style-skew #sfm-sidebar .sfm-logo {
width: 100%;
}
.sfm-pos-left .sfm-style-skew #sfm-sidebar .sfm-social { } .sfm-pos-right .sfm-style-skew #sfm-sidebar.sfm-compact .sfm-logo,
.sfm-pos-right .sfm-style-skew #sfm-sidebar.sfm-sidebar-exposed.sfm-theme-top .sfm-nav,
.sfm-pos-right .sfm-style-skew.sfm-sidebar-always #sfm-sidebar .sfm-nav,
.sfm-pos-right .sfm-style-skew #sfm-sidebar.sfm-sidebar-exposed.sfm-theme-bottom .sfm-nav,
.sfm-pos-right .sfm-style-skew #sfm-sidebar.sfm-sidebar-exposed .sfm-copy {
padding-right: 10%;
padding-left: 0; }
.sfm-pos-right .sfm-style-skew #sfm-sidebar .sfm-social { }
.sfm-pos-right .sfm-style-skew #sfm-sidebar .sfm-logo {
padding-left: 30px !important;
float: right;
}
.sfm-style-skew #sfm-sidebar.sfm-theme-top .sfm-social {
display: block;
width: 100%;
}
.sfm-pos-right .sfm-style-skew #sfm-sidebar.sfm-theme-top .sfm-social {
float: right;
}
.sfm-pos-left .sfm-theme-bottom .sfm-scroll{}
.sfm-style-full #sfm-sidebar .sfm-scroll { width: 100vw; position: relative;
} #sfm-sidebar .sfm-nav {
position: absolute;
height: 100%;
z-index: 999;
min-height: 50vh;
max-height: 100%;  width: 100%;
top: 0;
left: 0;
}
@media only screen and (max-width: 800px) {
#sfm-sidebar .sfm-nav {
min-height: 0 !important;
}
}
#sfm-sidebar .sfm-scroll-wrapper::-webkit-scrollbar {
display: none;
}
#sfm-sidebar ul {
margin: 0;
padding: 0;
}
#sfm-sidebar .sfm-va-middle {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
padding: 0 0 0 0;
margin: 0;
position: relative;
z-index: 2222;
}
@media only screen and (max-width: 800px) {
#sfm-sidebar .sfm-va-middle {
display: block;
height: auto;
margin-top: 0px;
}
}
#sfm-sidebar .sfm-menu-level-0 > li {
opacity: 0;
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
transition: transform 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li, .sfm-sidebar-always #sfm-sidebar .sfm-menu-level-0 > li{
opacity: 1;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 .sfm-chapter {
opacity: 0.75;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(1) {
transition-delay: .2s;
-webkit-transition-delay: .2s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(2) {
transition-delay: .25s;
-webkit-transition-delay: .25s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(3) {
transition-delay: .3s;
-webkit-transition-delay: .3s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(4) {
transition-delay: .35s;
-webkit-transition-delay: .35s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(5) {
transition-delay: .4s;
-webkit-transition-delay: .4s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(6) {
transition-delay: .45s;
-webkit-transition-delay: .45s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(7) {
transition-delay: .5s;
-webkit-transition-delay: .5s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(8) {
transition-delay: .55s;
-webkit-transition-delay: .55s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(9) {
transition-delay: .6s;
-webkit-transition-delay: .6s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(10) {
transition-delay: .65s;
-webkit-transition-delay: .65s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(11) {
transition-delay: .7s;
-webkit-transition-delay: .7s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(12) {
transition-delay: .75s;
-webkit-transition-delay: .75s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(13) {
transition-delay: .8s;
-webkit-transition-delay: .8s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(14) {
transition-delay: .85s;
-webkit-transition-delay: .85s;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0 > li:nth-child(15) {
transition-delay: .9s;
-webkit-transition-delay: .9s;
}
.sfm-style-full #sfm-sidebar .sfm-menu-level-0 > li {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
transition-delay: 0s;
-webkit-transition-delay: 0s; width: 100%;
}
.sfm-style-full #sfm-sidebar, .sfm-style-full #sfm-mob-navbar {
-webkit-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
}
#sfm-sidebar .sfm-menu li {
text-align: center;
text-transform: uppercase;
cursor: pointer;
margin: 0;
position: relative;
list-style: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#sfm-sidebar .sfm-menu li a {
white-space: nowrap;
text-decoration: none;
-webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
}
#sfm-sidebar .sfm-menu li a:after {
transition: all 0.2s ease;
content: '';
background: rgba(255,255,255,0.05);
position: absolute;
top:0;
left: 0;
bottom: 0;
right: 0;
z-index: 0;
opacity: 0;
}
#sfm-sidebar .sfm-menu li a:active:after {
opacity: 1;
transition: all 0s ease;
}
#sfm-sidebar .sfm-menu li i:before {
display: block;
}
#sfm-sidebar .sfm-menu a img {
vertical-align: middle;
display: inline-block;
margin: 0 14px 0 0;
position: relative;
right: 0;
left: 0;
}
#sfm-sidebar .sfm-nav {
display: table;
}
#sfm-sidebar .sfm-nav {  }
.sfm-pos-right .sfm-style-skew #sfm-sidebar .sfm-nav .sfm-menu-level-0 > li a img,
.sfm-pos-right .sfm-style-skew #sfm-sidebar .sfm-nav .sfm-menu-level-0 > li a > i {
margin: 0 0 0 12px;
}
#sfm-sidebar .sfm-view .sfm-menu {
padding: 0;
margin: 0;  width: 100%;  display: flex;
flex-flow: column nowrap; align-items: center;
justify-content: center;
min-height: 100%;
}
#sfm-sidebar .sfm-view .sfm-menu li {
text-align: center;
cursor: pointer;
width: 100%;
}
.sfm-sidebar-bg {
position: absolute;
height: 100%;
top: 0;
left: 0;
z-index: -200;
}
#sfm-sidebar .sfm-view {
position: absolute;
overflow: hidden;
height: 100%;
top:0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: none;
}
#sfm-sidebar .sfm-view,
#sfm-sidebar .sfm-scroll {
-webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1) .05s;
transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1) .05s;
}
.superfly-on #sfm-sidebar .sfm-view { display: block;
}
.superfly-on #sfm-sidebar .sfm-view-level-custom {
display: block;
}
#sfm-sidebar .sfm-view .sfm-back-parent {
position: fixed;
z-index: 1001;
width: 100%;
top: 0;
display: none;
padding-left: 16%;
text-align: left !important;
}
.sfm-sub-swipe #sfm-sidebar .sfm-view .sfm-back-parent,
.sfm-sub-dropdown #sfm-sidebar .sfm-view-level-custom .sfm-back-parent {
display: block;
}
#sfm-sidebar .sfm-view .sfm-back-parent:before {
content: '';
opacity: 0;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
background: rgba( 255, 255, 255, 0.1 );
-webkit-transition: all 0.15s cubic-bezier(0.215, 0.061, 0.355, 1);
transition: all 0.15s cubic-bezier(0.215, 0.061, 0.355, 1);
}
#sfm-sidebar .sfm-view .sfm-back-parent:hover:before,
#sfm-sidebar .sfm-view .sfm-back-parent:focus:before {
opacity: 1;
}
#sfm-sidebar .sfm-view-level-1 {
position: absolute;
height: 100%;
width: 250px; top: 0;
left: 250px;
background: #b5b5b5; z-index: -300;
}
#sfm-sidebar .sfm-view-level-2 {
width: 250px; top: 0;
left: 500px;
background: #36939e; z-index: -400;
}
#sfm-sidebar .sfm-view-level-3 {
width: 250px; top: 0;
left: 750px;
background: #9e466b; z-index: -500;
}
#sfm-sidebar .sfm-view-level-1,
#sfm-sidebar .sfm-view-level-2,
#sfm-sidebar .sfm-view-level-3,
#sfm-sidebar .sfm-view-level-custom {
opacity: 0;
}
.sfm-sub-swipe #sfm-sidebar .sfm-view-level-1,
.sfm-sub-swipe #sfm-sidebar .sfm-view-level-2,
.sfm-sub-swipe #sfm-sidebar .sfm-view-level-3,
.sfm-sub-swipe #sfm-sidebar .sfm-view-level-custom {
opacity: 1;
}
.sfm-sub-swipe #sfm-sidebar .sfm-view-level-1 {
z-index: 3;
}
.sfm-sub-swipe #sfm-sidebar .sfm-view-level-2 {
z-index: 4;
}
.sfm-sub-swipe #sfm-sidebar .sfm-view-level-3 {
z-index: 5;
} .sfm-sub-swipe #sfm-sidebar .sfm-view-level-custom,
.sfm-sub-dropdown #sfm-sidebar .sfm-view-level-custom {
z-index: 10;
}
.sfm-view-pushed-1 #sfm-sidebar .sfm-view-level-1,
.sfm-view-pushed-2 #sfm-sidebar .sfm-view-level-2,
.sfm-view-pushed-3 #sfm-sidebar .sfm-view-level-3 {
-webkit-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
opacity: 1;
}
.sfm-view-pushed-custom #sfm-sidebar .sfm-view-level-custom {
opacity: 1;
}
.sfm-sub-swipe #sfm-sidebar .sfm-view-level-1,
.sfm-sub-swipe #sfm-sidebar .sfm-view-level-2,
.sfm-sub-swipe #sfm-sidebar .sfm-view-level-3 {
-webkit-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
}
#sfm-sidebar .sfm-view .sfm-child-menu {
display: none !important;
}
#sfm-sidebar .sfm-menu li > a:before {
position: absolute;
top: 0;
left: 0;
right: 0;
content: "";
bottom: 0;
width: 0;
z-index: 0;
background: rgba(255,255,255,0.075);
-webkit-transition: all 0.15s cubic-bezier(0.215, 0.061, 0.355, 1);
transition: all 0.15s cubic-bezier(0.215, 0.061, 0.355, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: block !important;
}
#sfm-sidebar.sfm-hl-line .sfm-menu li:hover > a,
#sfm-sidebar.sfm-hl-line .sfm-menu li > a:focus,
#sfm-sidebar.sfm-hl-line .sfm-menu li.sfm-submenu-visible > a {
background: rgba(0, 0, 0, 0.15);
}
#sfm-sidebar.sfm-hl-line .sfm-menu li > a:before {
top: auto;
bottom: -2px;
height: 2px;
}
#sfm-sidebar .sfm-menu li a,
#sfm-sidebar .sfm-menu a span,
#sfm-sidebar .sfm-menu .la_icon,
#sfm-sidebar .sfm-menu a img {  z-index: 1;
}
@media only screen and (min-width: 800px) {
#sfm-sidebar .sfm-menu li:hover > a:before,
#sfm-sidebar .sfm-menu li > a:focus:before,
#sfm-sidebar .sfm-menu li.sfm-active-item > a:before,
#sfm-sidebar .sfm-menu li.sfm-active-smooth > a:before,
.sfm-style-full #sfm-sidebar .sfm-menu li.sfm-active-item > a:before {
width: 100%;
}
.sfm-pos-right #sfm-sidebar .sfm-menu li:hover > a:before,
.sfm-pos-right #sfm-sidebar .sfm-menu li > a:focus:before,
.sfm-pos-right #sfm-sidebar .sfm-menu li.sfm-active-item > a:before,
.sfm-pos-right #sfm-sidebar .sfm-menu li.sfm-active-smooth > a:before {
left: auto;
}
}
.sfm-vertical-nav .sfm-sm-indicator {
width: 42px;
}
#sfm-sidebar.sfm-underline-2 .sfm-menu li:after {
border-bottom: 3px solid white;
content: '';
display: block;
width: 0%;
position: relative;
bottom: -10px;
-webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
#sfm-sidebar .sfm-menu li > a span {
display: inline-block;
vertical-align: middle;
line-height: inherit;
position: relative;
right: 0;
left: 0;
z-index: 2;
font-family: inherit !important;
white-space: normal;
}
.sfm-navicon-button.la_icon_manager_custom_wrapper{ }
.la_icon_manager_custom{
display: block;
width: 20px;
min-width: 20px;
height: 20px;
margin: -3px 10px -3px 0;
background-position: 50% 50% !important;
background-repeat: no-repeat !important;
background-size: 80% !important;
box-sizing: content-box;
}
#sfm-sidebar .sfm-menu .la_icon {
margin-right: 12px;
display: inline-block;
vertical-align: middle;
text-align: center;
position: relative;
z-index: 100;
}
#sfm-sidebar.sfm-iconbar .sfm-menu .la_icon{
margin-left: auto;
margin-right: auto;
}
#sfm-sidebar .sfm-sm-indicator i, #sfm-sidebar .sfm-sl {
font-size: 75%;
font-style: normal;
text-transform: none;
}
#sfm-sidebar .sfm-sl {
display: inline-block;
}
#sfm-sidebar i + br + .sfm-sl {
margin-left: 2.05em;
}
#sfm-sidebar .sfm-menu li a {
display: block;
padding: 0 15px;
margin: 0;
box-sizing: border-box;
position: relative;
}
.sfm-style-full #sfm-sidebar .sfm-menu li a {
display: inline-block;
}
#sfm-overlay-wrapper {
-webkit-backface-visibility: hidden;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999999;
visibility: hidden;
}
#sfm-overlay {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
background: #333; position: fixed;
top: 0;
bottom: 0;
left: -500px;
right: -500px;
cursor: pointer;
-webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
-webkit-transition-delay: .05s;
transition-delay: .05s;
-webkit-backface-visibility: hidden;
-webkit-transform:translate3d(0,0,0);
}
.sfm-body-pushed #sfm-overlay {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
.sfm-label-hidden {
display: none !important;
}
.sfm-style-skew #sfm-sidebar .sfm-search-form {
margin-bottom: 15px;
} #sfm-sidebar .sfm-search-form input[type=submit] {
display: none;
}
#sfm-sidebar form,
#sfm-sidebar label {
margin: 0;
padding: 0;
}
#sfm-sidebar .sfm-search-form input[type=text] {
border: 0;
outline: 0;
box-shadow: none;
padding: 0;
background-color: transparent;
color: #fff;
text-align: right;
width: 100%;
box-sizing: border-box;
padding: 0 32px;
font-weight: 200!important;
appearance: none;
-webkit-appearance: none;
line-height: 100%;
}
.sfm-search-form {
width: 100%;
background: rgba(255,255,255,0.05);
margin: 0;
padding: 15px 0;
position: relative;
}
#sfm-sidebar .sfm-search-form input[type=search]:focus {
opacity: 1;
outline:none !important;
}
#sfm-sidebar .search-field {
}
#sfm-sidebar .sfm-logo {
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
transition: visibility 0s 0.3s, opacity 0.3s linear;
-webkit-backface-visibility: hidden;
}
.sfm-sidebar-always #sfm-sidebar .sfm-logo {
opacity: 1;
visibility: visible;
}
.sfm-sidebar-always #sfm-sidebar {
opacity: 0;
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-logo {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
#sfm-sidebar .sfm-search-form label {
position: relative;
display: block;
margin-top: 20px;
}
#sfm-sidebar .sfm-search-form span {
position: absolute;
width: 16px;
height: 16px;
top: 15px; left: 10%;
font-family: sfm-icomoon;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 16px;
font-size: 16px;
color: white;    cursor: pointer;
}
#sfm-sidebar .sfm-search-form span:after {
content: '\e905';
}
#sfm-sidebar .sfm-social {
display: block;
position: absolute;
padding-top: 10px;
bottom: 0px;
left: 0;
width: 100%; text-align: center;
overflow: hidden;
z-index: 1000;
box-sizing: content-box;
margin-bottom: 20px;
}
.sfm-style-toolbar #sfm-sidebar .sfm-social {
padding: 0 !important;
}
#sfm-sidebar.sfm-widget-bottom .sfm-social {
bottom: 20px;
}
#sfm-sidebar .sfm-copy {
position: absolute;
bottom: 0;
z-index: 1001;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
}
#sfm-sidebar .sfm-social:empty {
display: none !important;
}
#sfm-sidebar .sfm-social li {
list-style: none;
display: inline-block;
width: 45px;
height: 45px;
margin-left: 5px;
}
#sfm-sidebar .sfm-social a:after {
content: '';
position: absolute;
left: 0;
top: 0;width: 100%;
height: 100%;
border-radius: 50%;
background: #3b5998;
transform: scale(0,0);
}
#sfm-sidebar .sfm-social a:before , #sfm-sidebar .sfm-social a:after {
-webkit-backface-visibility: hidden;
-webkit-transition: transform 0.15s cubic-bezier(0.215, 0.061, 0.355, 1);
transition: transform 0.15s cubic-bezier(0.215, 0.061, 0.355, 1);
}
#sfm-sidebar .sfm-social li:hover a:after,
#sfm-sidebar .sfm-social li a:focus:after {
transform: scale(1,1);
}
#sfm-sidebar .sfm-social-abbr li:hover a:after,
#sfm-sidebar .sfm-social-abbr li a:focus:after {
opacity: 1;
}
#sfm-sidebar .sfm-social li:hover a:before,
#sfm-sidebar .sfm-social li a:focus:before {
text-shadow: rgba(0,0,0,0.05) 1px 1px,
rgba(0,0,0,0.05) 2px 2px,
rgba(0,0,0,0.05) 3px 3px,
rgba(0,0,0,0.05) 4px 4px,
rgba(0,0,0,0.05) 5px 5px, rgba(0,0,0,0.05) 6px 6px ;
}
#sfm-sidebar .sfm-social-abbr a:before {
display: none;
}
#sfm-sidebar .sfm-social-abbr a:after {
z-index: 0;
border-radius: 0;
top: 0;
background: rgba(255, 255, 255, 0.1) !important;
-webkit-transform: scale(0.8,0.8);
transform: scale(0.8,0.8);
opacity: 0;  }
#sfm-sidebar .sfm-social-abbr a span {
position: relative;
z-index: 1;
}
#sfm-sidebar .sfm-social-icons a span {
display: none;
}
#sfm-sidebar .sfm-social li:first-child {
margin-left: 0;
}
#sfm-sidebar .sfm-social li a{
display: inline-block;
width: 100%;
height: 100%;
position: relative;
z-index: 1;
text-align: center;
vertical-align: top;
-webkit-transition: none;
transition: none;
text-decoration: none !important;
}
#sfm-sidebar .sfm-social li a:hover,
#sfm-sidebar .sfm-social li a:focus {
text-decoration: none !important;
}
#sfm-sidebar .sfm-menu li a {
word-break: break-word;
}
#sfm-sidebar [class*="sfm-icon-"] a, .sfm-view-level-custom:before  {
font-family: 'sfm-icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 16px;
font-size: 16px;
color: white;
position: relative; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#sfm-sidebar .sfm-social-abbr a {
line-height: 45px;
font-size: 22px;
}
#sfm-sidebar [class*="sfm-icon-"] a:before {
position: relative;
top: 50%;
margin: 0 auto;
top: 15px;
z-index: 2;
}
#sfm-sidebar.sfm-iconbar [class*="sfm-icon-"] a:before {
top: 12px;
}
#sfm-sidebar .sfm-social-icon li:hover a,
#sfm-sidebar .sfm-social-icon li a:focus {
color: white;
}
#sfm-sidebar .sfm-social-abbr li:hover a,
#sfm-sidebar .sfm-social-abbr li a:focus {
opacity: 0.75;
}
.sfm-social:after {
content: '';
position: absolute;
bottom: 0;
width: 100%;
left: 0;
text-align: center;
}
#sfm-sidebar .sfm-icon-twitter a:before,
#sfm-sidebar .sfm-icon-gplus a:before { }
.sfm-icon-gplus a {
font-size: 23px !important;
}
.sfm-icon-gplus a:before {
content: "\e900";
}
.sfm-icon-facebook a:before {
content: "\e601";
}
.sfm-icon-twitter a:before {
content: "\e602";
}
.sfm-icon-instagram a:before {
content: "\e906";
}
.sfm-icon-pinterest a:before {
content: "\e605";
}
.sfm-icon-flickr a:before {
content: "\e105";
}
.sfm-icon-dribbble a:before {
content: "\e106";
}
.sfm-icon-youtube a:before {
content: "\f16a";
}
.sfm-icon-vimeo a:before {
content: "\e104";
}
.sfm-icon-linkedin a:before {
content: "\e109";
}
.sfm-icon-soundcloud a:before {
content: "\f1be";
}
.sfm-icon-email a:before {
content: "\e907";
}
.sfm-icon-rss a:before {
content: "\e102";
}
.sfm-icon-skype a:before {
content: "\f17e";
}
#sfm-sidebar .sfm-icon-facebook a:after {
background: #3b5998;
}
#sfm-sidebar .sfm-icon-twitter a:after {
background: #5E9FCA;
}
#sfm-sidebar .sfm-icon-instagram a:after {
background: #405de6;
}
#sfm-sidebar .sfm-icon-pinterest a:after {
background: #820a0f;
}
#sfm-sidebar .sfm-icon-linkedin a:after {
background: #0077b5;
}
#sfm-sidebar .sfm-icon-gplus a:after {
background: #dd4b39;
}
#sfm-sidebar .sfm-icon-dribbble a:after {
background: #ea4c89;
}
#sfm-sidebar .sfm-icon-youtube a:after {
background: #cd201f;
}
#sfm-sidebar .sfm-icon-vimeo a:after {
background: #1ab7ea;
}
#sfm-sidebar .sfm-icon-soundcloud a:after {
background: #ff8800;
}
#sfm-sidebar .sfm-icon-email a:after {
background: #ea4335;
}
#sfm-sidebar .sfm-icon-skype a:after {
background: #00aff0;
}
#sfm-sidebar .sfm-icon-rss a:after {
background: #f26522;
}
.sfm-body-float {
float: left;
width: 100%;
}
#sfm-body-bg {
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
overflow: hidden;
-webkit-backface-visibility: hidden; } .sfm-navicon-button {
display: inline-block;
position: absolute; left: 0;
padding: 8px 8px 16px;
padding: 0;
margin: 0;
transition: 0.25s;
cursor: pointer;
text-decoration: none !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all 0.3s ease;
}
.sfm-navicon-button {
top: 50%; }
.sf-label-hidden .sfm-navicon-button{
display: none;
}
.sfm-label-metro .sfm-navicon-button{
background: #000000;
}
.sfm-label-metro .sfm-navicon,
.sfm-label-metro .sfm-navicon:before,
.sfm-label-metro .sfm-navicon:after {
border-radius: 0 !important;
height: 2px;
}
.sfm-label-metro .sfm-navicon,
#sfm-mob-navbar .sfm-navicon,
.sfm-label-metro .sfm-navicon:after,
#sfm-mob-navbar .sfm-navicon:after,
.sfm-label-metro .sfm-navicon:before,
#sfm-mob-navbar .sfm-navicon:before  {
background: white;
z-index: 1;
}
#sfm-mob-navbar {
display: none;
}
#sfm-mob-navbar .sfm-navicon-button:after {
display: none !important;
}
.sfm-label-square .sfm-navicon-button,
.sfm-label-rsquare .sfm-navicon-button,
.sfm-label-circle .sfm-navicon-button { border: 3px solid; }
#sfm-sidebar .sfm-label-square .sfm-navicon,
#sfm-sidebar .sfm-label-rsquare .sfm-navicon,
#sfm-sidebar .sfm-label-circle .sfm-navicon { }
.sfm-label-rsquare .sfm-navicon-button {
border-radius: 8px;
}
.sfm-label-circle .sfm-navicon-button {
border-radius: 50%;
}
.sfm-pos-right .sfm-label-square .sfm-navicon-button,
.sfm-pos-right .sfm-label-rsquare .sfm-navicon-button,
.sfm-pos-right .sfm-label-circle .sfm-navicon-button {
margin-right: 20px;
margin-left: 0;
}
#sfm-sidebar .sfm-label-square .sfm-navicon,
#sfm-sidebar .sfm-label-square .sfm-navicon:after,
#sfm-sidebar .sfm-label-square .sfm-navicon:before {
border-radius: 0;
}
.sfm-pos-right .sfm-navicon-button{ right: 0;
left: auto;
} .sf_label_default:hover .sfm-navicon:before,
.sf_label_default:focus .sfm-navicon:before {
transform: translateY(2px);
}
.sf_label_default:hover .sfm-navicon:after,
.sf_label_default:focus .sfm-navicon:after {
transform: translateY(-2px);
}
.sfm-pos-right .sfm-label-none .sfm-navicon-button{ }
.sfm-navicon-button .sfm-navicon:before,
.sfm-navicon-button .sfm-navicon:after {
transition: 0.25s;
}
.sfm-navicon-button:focus,
.sfm-navicon-button:hover {
transition: 0.5s;
opacity: 1;
outline: none;
}
.sfm-navicon-button:hover .sfm-navicon:before,
.sfm-navicon-button:focus .sfm-navicon:before,
.sfm-navicon-button:hover .sfm-navicon:after,
.sfm-navicon-button:focus .sfm-navicon:after {
transition: 0.25s;
}
.sfm-navicon-button .sf_label_icon{
margin: 0 auto;
font-size: 24px;
padding: 10%;
}
.sfm-navicon-button .sf_label_icon:before{
display: block; vertical-align: middle;
vertical-align: -webkit-baseline-middle;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.sfm-navicon {
margin: 18px 8px 8px 8px;
position: absolute;
top: 50%;
left: 0;
width: 60%;
height: 3px;
background: #e7e6dd;
-webkit-transition: all 0.3s cubic-bezier(.17,.67,.3,1.33);
transition: all 0.3s cubic-bezier(.17,.67,.3,1.33);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
margin: -1px 20%;
}
.sfm-label-none .sfm-navicon, .sfm-label-text .sfm-navicon { height: 3px;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
display: block;
content: "";
width: 100%;
height: 3px;
background: #e7e6dd;
position: absolute;
left: 0;
z-index: -1;
-webkit-transition: all 0.25s 0.25s;
transition: all 0.25s 0.25s;
}
.sfm-sidebar-close:before, .sfm-sidebar-close:after{
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
width: 24px;
}
.sfm-label-none .sfm-navicon:after,
.sfm-label-none .sfm-navicon:before { height: 3px;
}
.sfm-navicon:after {
top: -8px;
}
.sfm-navicon:before {
top: 8px;
}
.sfm-sidebar-close:before, .sfm-sidebar-close:after {
top: 30px;
left: 14px;
}  .sfm-label-text .sfm-navicon:after,
.sfm-label-none .sfm-navicon:after {
top: -8px;
}
.sfm-label-text .sfm-navicon:before,
.sfm-label-none .sfm-navicon:before {
top: 8px;
}
.sfm-open {
opacity: 0 !important;
}
.sfm-open:not(.steps) .sfm-navicon:before,
.sfm-open:not(.steps) .sfm-navicon:after {
top: 0 !important;
}
.sfm-open .sfm-navicon:before,
.sfm-open .sfm-navicon:after {
transition: 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .sfm-open.x .sfm-navicon {
background: transparent !important;
}
.sfm-open.x .sfm-navicon:after, .sfm-sidebar-close:after  {
-webkit-transform: rotate(45deg)!important;
transform:  rotate(45deg)!important;
}
.sfm-open.x .sfm-navicon:before, .sfm-sidebar-close:before {
-webkit-transform: rotate(-45deg)!important;
transform:  rotate(-45deg)!important;
}
.sfm-sidebar-close:hover:before,
.sfm-sidebar-close:focus:before {
-webkit-transform: rotate(45deg)!important;
transform:  rotate(45deg)!important;
}
.sfm-sidebar-close:hover:after,
.sfm-sidebar-close:focus:after {
-webkit-transform: rotate(135deg)!important;
transform:  rotate(135deg)!important;
}
.sfm-inner-fixed {
-webkit-transition: none;
transition: none;
}
.sfm-has-child-menu > a {
position: relative;
}
.sfm-sm-indicator  {
display: none;
top: 0;
bottom: 0;
right: 0;
-webkit-backface-visibility: hidden;
color: inherit;
position: absolute;  width: 42px;
-webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
background: none;
z-index: 3;
}
.sfm-indicators .sfm-sm-indicator {
display: inline-block;
}
#sfm-sidebar .sfm-sm-indicator i { box-sizing: content-box;
width: 6px;
height: 6px;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-top: 2px solid #fff;
border-right: 2px solid #fff;
position: relative;
display: block;
top: 50%;
left: 50%;
margin: -3px 0 0 -3px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
} .sfm-pos-right #sfm-sidebar.sfm-vertical-nav .sfm-sm-indicator i {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.sfm-pos-right .sfm-sub-flyout #sfm-sidebar .sfm-sm-indicator i,
#sfm-sidebar .sfm-back-parent .sfm-sm-indicator i {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
} #sfm-sidebar .sfm-back-parent .sfm-sm-indicator {
display: inline-block;
left: 3%;
}
#sfm-sidebar .sfm-back-parent span {
display: inline-block;
padding-left: 2px;
font-size: 75%;
}  #sfm-sidebar .sfm-submenu-visible > a > .sfm-sm-indicator > i {
-webkit-transform: rotate(135deg) !important;
transform: rotate(135deg) !important;
}
.sfm-style-full .sfm-sm-indicator {
right: auto !important;
}
.sfm-style-full #sfm-sidebar .sfm-menu li > a span {
vertical-align: top;
}
.sfm-style-full #sfm-sidebar .sfm-social { }
.sfm-style-full #sfm-sidebar .sfm-social {
margin-bottom: 10px;
}
.sfm-style-full #sfm-sidebar .sfm-nav {
min-height: 0;
max-height: none;
height: auto;
margin: 30px 0;
}
.sfm-style-full .sfm-sm-indicator {
width: 35px;
}
.sfm-style-full #sfm-sidebar .sfm-logo { padding: 3rem;
}
.sfm-style-full #sfm-sidebar .sfm-sm-indicator i:after { }
.sfm-style-full #sfm-sidebar .sfm-submenu-visible > a .sfm-sm-indicator i:after { }
.sfm-style-full .sfm-menu .sfm-sm-indicator,
.sfm-style-full .sfm-child-menu  {
background: transparent !important;
}
.sfm-style-full .sfm-child-menu li a { }
.sfm-style-full .sfm-sidebar-close {
position: absolute;
z-index: 10001;
}
.sfm-style-full.sfm-body-pushed .sfm-navicon-button {
transform: translateX(-100%);
opacity: 0;
}
.sfm-pos-right .sfm-style-full.sfm-body-pushed .sfm-navicon-button {
transform: translateX(100%);
opacity: 0;
}
.sfm-style-full.sfm-ui-shown {
}
.sfm-has-child-menu > a {
padding-right: 48px;
padding-left: 48px;
}
.sfm-pos-right .sfm-has-child-menu > a {
padding-left: 48px;
padding-right: 48px;
}
#sfm-sidebar.sfm-test-mode:before {
position: absolute;
content: 'Test mode ON';
top: 0;
color: #ffffff;
background: #b90000;
}
.sfm-pos-right .sfm-sub-flyout .sfm-sm-indicator {
right: auto;
left: 0;
}
#sfm-sidebar .sfm-child-menu > li:hover > a,
#sfm-sidebar .sfm-child-menu > li > a:focus,
#sfm-sidebar .sfm-child-menu > li.sfm-submenu-visible > a {
box-shadow: 4px 0px rgba(0, 0, 0, 0.35) inset;
}
#sfm-sidebar .sfm-menu li.sfm-submenu-visible > a:before {
display: none !important;
} #sfm-sidebar .sfm-widget-area {
padding: 15px;
}
#sfm-sidebar .widget{
padding: 0;
margin: 0;
}
#sfm-sidebar .sfm-widget-area:empty {
display: none;
}
.sfm-menu-level-0 + * { }
#sfm-sidebar .sfm-view-level-custom { display: block;
box-sizing: border-box;
padding: 0;
margin: 0;
overflow: hidden;
width: 100%;
box-sizing: content-box;
background: #e2e2e2;
z-index: -1000;
-webkit-transform: translate(0,0);
transform: translate(0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);  }
.sfm-nav-back #sfm-sidebar .sfm-view-level-custom{
-webkit-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1) .05s, right 0s ease 0s, left 0s ease 0s;
transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1) .05s, right 0s ease 0s, left 0s ease 0s;
} .sfm-pos-left #sfm-sidebar .sfm-view-level-custom {
right: 0;
}
.sfm-pos-right #sfm-sidebar .sfm-view-level-custom {
left: 0;
}
#sfm-sidebar.sfm-vertical-nav .sfm-view-level-custom { }
#sfm-sidebar .sfm-view-level-custom.sfm-modal {
position: fixed;
top:0;
bottom: 0;
left: 0;
right: 0;
z-index: 3000000;
padding-top: 30px;
-webkit-transform: none !important;
transform: none !important;
}
.sfm-pos-right #sfm-sidebar .sfm-view-level-custom.sfm-modal {
right: 0;
left: auto;
}
@media only screen and (min-width: 812px) {
.sfm-style-full #sfm-sidebar .sfm-view-level-custom {
top:15%;
height: 70%;
left: 30%;
right: 30%;
padding: 30px;
width: auto;
overflow: auto;
border-radius: .25em .25em .4em .4em;
box-shadow: 0 0 20px 2000px rgba(0, 0, 0, 0.3); transform: scale(1.1, 1.1);
}
.sfm-style-full #sfm-sidebar .sfm-view-level-custom.sfm-modal {
transform: scale(1, 1);
}
#sfm-sidebar .sfm-view-level-custom.sfm-modal:before {
content: '';
position: absolute;
}
.sfm-style-full .sfm-custom-content.sfm-active {
height: auto;
}
}
#sfm-sidebar .sfm-view-level-custom .sfm-close {
display: none;
}
#sfm-sidebar .sfm-view-level-custom.sfm-modal .sfm-close {
display: block;
}
#sfm-sidebar .sfm-view-level-custom.sfm-modal .sfm-close:before {
font-family: 'sfm-icomoon';
content: '\e607';
font-size: 32px;
padding: 7px;
color: #333 !important;
background: rgba(255,255,255,0.2);
position: absolute;
right: 0;
top:  0;
cursor: pointer;
}
.sfm-custom-content {
position: fixed;
opacity: 0;
visibility: hidden;
overflow-y: auto;
overflow-x: hidden;
padding: 0 30px 0 0;
box-sizing: content-box;
}
.sfm-custom-content.sfm-active {
position: relative;
z-index: 1000;
visibility: visible;
opacity: 1;
height: 100%;
-webkit-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
}
.sfm-sub-flyout .sfm-custom-content.sfm-vert-align {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: auto;
}
.sfm-content-wrapper > img {
max-width: 100% !important;
}
.sfm-logo:empty {
display: none !important;
}
.sfm-content-wrapper {
padding: 30px;
box-sizing: border-box;
}
.sfm-title h3 {
font-size: 28px;
font-weight: 400;
color: #FFF;
margin: 20px 0 10px 0;
}
.sfm-title h4 {
font-size: 18px;
font-weight: 300;
color: #AAA;
margin: 0px 0 30px 0;
}
.sfm-title h3, .sfm-title h4 { font-family: inherit;
}
#sfm-sidebar .sfm-menu li, #sfm-sidebar .sfm-menu  {
float: none !important;
line-height: 1 !important;
}
#sfm-sidebar .sfm-chapter {
display: block;
text-transform: uppercase;
font-weight: bold;
opacity: 0.75;
cursor: default !important;
}
#sfm-sidebar .sfm-child-menu .sfm-chapter:first-child {
margin-top: 0 !important;
}
.sfm-chapter div {
display: inline-block; }
@media only screen and (max-width: 800px) {
.sfm-style-full #sfm-sidebar .sfm-menu {
margin-top: 0px;
}
}
.sfm-style-full .sfm-sl,
.sfm-style-full #sfm-sidebar .la_icon,
.sfm-style-full #sfm-sidebar > .sfm-view {
display: none !important;
}
.sfm-style-full #sfm-sidebar > .sfm-view-level-custom {
display: block !important;
}   .sfm-sidebar-close {
position: relative;
top: 0px;
width: 60px;
height: 50px;
left: 0px;
cursor: pointer;
z-index: 10001;
} .sfm-pos-right .sfm-logo {
clear: both;
}
#sfm-mob-navbar img {
opacity: 1;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.sfm-body-pushed #sfm-mob-navbar img {
opacity: 0;
}
@media only screen and (min-width: 800px) {
.sfm-sidebar-always .sfm-sidebar-close {
display: none;
}
}
.sfm-sidebar-always #sfm-sidebar .sfm-logo,
.sfm-sidebar-always #sfm-sidebar.sfm-compact .sfm-logo {
margin-top: 40px;
top:0;
}
.sfm-iconbar {
box-shadow: -5px 0px 22px rgba(0,0,0,0.25);
}
#sfm-sidebar.sfm-iconbar .sfm-chapter,
#sfm-sidebar.sfm-iconbar .sfm-widget-area,
#sfm-sidebar.sfm-iconbar .sfm-title,
.sfm-iconbar .sfm-social:after,
.sfm-iconbar .sfm-search-form,
.sfm-iconbar .sfm-sm-indicator {
display: none;
}
#sfm-sidebar.sfm-iconbar .sfm-menu-level-0 li a {
padding-left: 0 !important;
padding-right: 0 !important;  }
#sfm-sidebar.sfm-iconbar .sfm-menu-level-0 li > a span {
display: block;
padding: 0 5px;
}
#sfm-sidebar.sfm-iconbar .sfm-menu-level-0 a img {
margin: 0 0 10px 0;
}
.sfm-iconbar .la_icon {
font-size: 34px;
margin-bottom: 10px;
display: block;
}
#sfm-sidebar.sfm-iconbar .sfm-social li {
display: block;
margin: 0 auto;
width: 40px;
height: 40px;
}
.sfm-iconbar .sfm-logo {
padding: 0 20px;
}
#sfm-sidebar.sfm-iconbar i + br + .sfm-sl {
margin-left:0 ;
}
.sfm-toggle-hover .sfm-sidebar-close {
display: none;
}
#sfm-sidebar .sfm-view-level-custom.sfm-modal .sfm-close {
display: block;
z-index: 10000;
position: absolute;
right: 0;
top: 0;
}
#sfm-sidebar.sfm-compact .sfm-va-middle,
.sfm-style-full #sfm-sidebar .sfm-va-middle {
display: block;
margin-top: 0px;
}
#sfm-sidebar.sfm-compact .sfm-va-middle {
height: auto;
} #sfm-sidebar.sfm-compact .sfm-nav,
.sfm-style-full #sfm-sidebar .sfm-nav, #sfm-sidebar.sfm-compact .sfm-logo,
#sfm-sidebar.sfm-full-single .sfm-logo, #sfm-sidebar.sfm-compact-footer .sfm-social,
#sfm-sidebar.sfm-compact-footer .sfm-copy  {
position: relative;
display: block;
top: 0;
left: 0;
}
@media only screen and (max-width: 800px) {
#sfm-sidebar .sfm-nav,
#sfm-sidebar .sfm-logo,
#sfm-sidebar .sfm-fs-bottom-box,
#sfm-sidebar .sfm-social {
position: relative;
display: block;
top: 0;
left: 0;
}
}
#sfm-sidebar.sfm-compact .sfm-logo {
margin-top: 15px;
margin-bottom: 30px;
}
.sfm-toggle-hover #sfm-sidebar .sfm-logo { }
.sfm-theme-top .sfm-sidebar-bg,
.sfm-theme-bottom .sfm-sidebar-bg{
transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
}
.sfm-theme-top .sfm-sidebar-bg {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: skewX(-10deg);
transform: skewX(-10deg);
height: 100%;
width: 100%;
position: absolute;
right: 0;
top: 0;
} .sfm-theme-bottom .sfm-sidebar-bg{
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(10deg);
transform: skewX(10deg);
height: 100%;
width: 100%;
position: absolute;
right: 0;
top: 0;
}
.sfm-style-full #sfm-sidebar .sfm-menu li > a span{
max-width: none !important; }
.sfm-style-full #sfm-sidebar.sfm-sidebar-exposed .sfm-menu li > a span{ }
.sfm-widget {
width: auto;
display: block;
}
.sfm-widget-top {
margin: 0 0 10px 0;
}
.sfm-widget-bottom {
margin: 20px 0 0 0;
}
.sfm-widget p {
margin: 0 0 10px 0;
}
.sfm-style-toolbar .sfm-widget{
text-align: center !important;
}
.sfm-copy {
margin-bottom: 15px;
padding: 0 28px;
}
@media only screen and (max-width: 800px) {
#sfm-sidebar .sfm-scroll {
padding-right: 0 !important;
padding-left: 0 !important
}
.wp-embed-responsive #sfm-sidebar .sfm-scroll {
padding-right: 30px !important;
}
} .sfm-style-full #sfm-sidebar .sfm-logo:before,
.sfm-style-full #sfm-sidebar .sfm-fs-bottom-box:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
transition: transform .45s cubic-bezier(.4,0,0,1);
transform-origin: center top;
transform: scaleY(0);
}
.sfm-style-full #sfm-sidebar .sfm-logo:before {
background-color: #fff;
}
.sfm-style-full #sfm-sidebar .sfm-fs-bottom-box:before {
background-color: #fb6554
}
.sfm-style-full.sfm-ui-shown #sfm-sidebar .sfm-logo:before,
.sfm-style-full.sfm-ui-shown #sfm-sidebar .sfm-fs-bottom-box:before {
transition-delay: .15s;
}
.sfm-style-full #sfm-sidebar .sfm-menu {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
min-height: 100%;
}
.sfm-ui-shown #sfm-sidebar.sfm-sidebar-exposed .sfm-logo:before,
.sfm-ui-shown #sfm-sidebar.sfm-sidebar-exposed .sfm-fs-bottom-box:before {
transform-origin: center bottom;
transform: scaleX(1);
}
.sfm-style-full .sfm-sidebar-close {
left: auto;
right: 40px;
}
.sfm-style-full .sfm-title h3 {
color: black;
}
.sfm-style-full #sfm-sidebar .sfm-logo,
.sfm-style-full #sfm-sidebar .sfm-nav,
.sfm-style-full #sfm-sidebar .sfm-fs-bottom-box
{  -webkit-transition: all .45s cubic-bezier(.4,0,0,1);
transition: all .45s cubic-bezier(.4,0,0,1);
}
.sfm-ui-shown #sfm-sidebar .sfm-logo,
.sfm-ui-shown #sfm-sidebar .sfm-nav,
.sfm-ui-shown #sfm-sidebar .sfm-fs-bottom-box
{ }
.sfm-style-full #sfm-sidebar .sfm-logo > *,
.sfm-style-full #sfm-sidebar .sfm-nav > *,
.sfm-style-full #sfm-sidebar .sfm-fs-bottom-box > * {
transform: translate3d( 0, 50px, 0 );
-webkit-transition: all .45s cubic-bezier(.4,0,0,1);
transition: all .45s cubic-bezier(.4,0,0,1);
transition-delay: .15s;
opacity: 0;
}
.sfm-style-full #sfm-sidebar .sfm-logo > a {
display: block;
}
.sfm-ui-shown #sfm-sidebar .sfm-logo > *,
.sfm-ui-shown #sfm-sidebar .sfm-nav > *,
.sfm-ui-shown #sfm-sidebar .sfm-fs-bottom-box > * {
transform: translate3d( 0, -50px, 0 );
}
.sfm-ui-shown #sfm-sidebar.sfm-sidebar-exposed .sfm-logo > *,
.sfm-ui-shown #sfm-sidebar.sfm-sidebar-exposed .sfm-nav > *,
.sfm-ui-shown #sfm-sidebar.sfm-sidebar-exposed .sfm-fs-bottom-box > * {
transform: translate3d( 0, 0, 0 );
opacity: 1;
}
@media only screen and (min-width: 812px) { #sfm-sidebar.sfm-full-multibox .sfm-logo {
position: absolute;
left: 0;
width: 25%;
top: 0;
height: 60%;
z-index: 1;
opacity: 1;
}
#sfm-sidebar.sfm-full-multibox .sfm-nav {
position: absolute;
top: 0;
right: 0;
left: auto;
width: 75%;
height: 100%;
margin: 0;
overflow-y: scroll;
box-sizing: border-box; } .sfm-full-multibox .sfm-fs-bottom-box {
position: absolute;
left: 0;
width: 25%;
bottom: 0;
height: 40%;
z-index: 1;
}
} .sfm-style-full #sfm-sidebar .sfm-social,
.sfm-style-full #sfm-sidebar .sfm-copy {
position: relative;
}
.sfm-style-full #sfm-sidebar.sfm-widget-bottom .sfm-social {
bottom: auto;
margin-top: 30px;
}
.sfm-fs-bottom-box {
overflow: hidden;
position: relative;
}
.sfm-full-single .sfm-fs-bottom-box {
width: 100%;
} .sfm-full-single .sfm-scroll {
display: flex; flex-flow: column nowrap;
align-items: center;
justify-content: center;
}
.sfm-full-single .sfm-logo {
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
}
.sfm-full-single .sfm-nav {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
display: flex !important;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
}
.sfm-full-single .sfm-fs-bottom-box {
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
}
#sfm-sidebar.sfm-full-single .sfm-scroll {
height: auto;
min-height: 100%;
}
#sfm-sidebar.sfm-full-single .sfm-scroll-wrapper {
overflow: auto;
height: 100%;
}
#sfm-sidebar.sfm-full-single .sfm-scroll-wrapper,
#sfm-sidebar.sfm-full-multibox .sfm-scroll-wrapper {
-webkit-overflow-scrolling: touch;
}
#sfm-sidebar.sfm-full-single .sfm-copy {
margin-bottom: 30px;
} .sfm-nav-bg_item {
background-color: #181818;
position: absolute;
left: 0;
width: 100%;
transition: transform .45s cubic-bezier(.4,0,0,1);
z-index: -1;
display: none;
transition-delay: .4s;
}
.sfm-body-pushed .sfm-nav-bg_item {
transition-delay: 0s;
}
.sfm-style-full .sfm-nav-bg_item {
display: block;
}
.sfm-nav-bg_item.-top {
top: 0;
height: 50%;
transform-origin: right center;
transform: scaleX(0);
}
.sfm-nav-bg_item.-bottom {
bottom: 0;
height: 50%;
transform-origin: left center;
transform: scaleX(0);
}
.sfm-body-pushed .sfm-nav-bg_item.-top {
transform-origin: left center;
transform: scaleX(1);
}
.sfm-body-pushed .sfm-nav-bg_item.-bottom {
transform-origin: right center;
transform: scaleX(1);
}
.sfm-ui-shown .sfm-nav-bg_item {
transition-delay: .4s;
} .et-fb-preview--wireframe .sfm-rollback,
.et-fb-preview--wireframe #sfm-sidebar {
display: none !important;
}
.sfm-video {
height: 100vh !important;
}
.mb_YTPlayer:focus {outline: 0}
.YTPWrapper {display: block;transform: translateZ(0) translate3d(0, 0, 0);transform-style: preserve-3d;perspective: 1000;-webkit-backface-visibility: hidden;backface-visibility: hidden;box-sizing: border-box}
.mb_YTPlayer .loading {position: absolute;top: 10px;right: 10px;font-size: 12px;color: #fff;background: rgba(0, 0, 0, .51);text-align: center;padding: 2px 4px;border-radius: 5px;font-family: "Droid Sans", sans-serif;-webkit-animation: fade .1s infinite alternate;animation: fade .1s infinite alternate}
@-webkit-keyframes fade {
0% {opacity: .5}
100% {opacity: 1}
}
@keyframes fade {
0% {opacity: .5}
100% {opacity: 1}
}
.YTPFullscreen {display: block !important;position: fixed !important;width: 100% !important;height: 100% !important;top: 0 !important;left: 0 !important;margin: 0 !important;border: none !important;opacity: 1 !important;background-color: #000 !important;padding: 0 !important}
.inlinePlayButton {display: none !important; font-size: 45px;color: #fff;text-align: center;border-radius: 100%;background-color: rgba(0, 0, 0, .4);position: absolute;width: 80px;height: 80px;line-height: 80px;top: 0;bottom: 0;left: 0;right: 0;margin: auto;cursor: pointer;opacity: .8;transition: all .4s;transform: scale(1.3)}
.mb_YTPBar, .mb_YTPBar .buttonBar {left: 0;width: 100%;box-sizing: border-box}
.mbYTP_wrapper iframe {max-width: 8000px !important}
.inline_YTPlayer {margin-bottom: 20px;vertical-align: top;position: relative;left: 0;overflow: hidden;border-radius: 4px;box-shadow: 0 0 5px rgba(0, 0, 0, .7);background: rgba(0, 0, 0, .5)}
.inline_YTPlayer img {border: none !important;margin: 0 !important;padding: 0 !important;transform: none !important}
.mb_YTPBar .ytpicon {font-size: 20px;}
.mb_YTPBar .mb_YTPUrl.ytpicon {font-size: 30px}
.mb_YTPBar {transition: opacity .5s;display: block;height: 10px;padding: 5px;background: #333;position: fixed;bottom: 0;text-align: left;z-index: 1000;font: 14px/16px sans-serif;color: #fff;opacity: .1}
.mb_YTPBar .buttonBar {transition: all .5s;background: 0 0;font: 12px/14px san-serif;position: absolute;top: -30px;padding: 5px;height: 40px}
.mb_YTPBar span {display: inline-block;font: 16px/20px sans-serif;position: relative;width: 30px;height: 25px;vertical-align: middle}
.mb_YTPBar span.mb_YTPTime {width: 130px}
.mb_YTPBar span.mb_OnlyYT, .mb_YTPBar span.mb_YTPUrl {position: absolute;width: auto;display: block;top: 6px;right: 10px;cursor: pointer}
.mb_YTPBar span.mb_YTPUrl img {width: 60px}
.mb_YTPBar span.mb_OnlyYT {left: 300px;right: auto}
.mb_YTPBar span.mb_OnlyYT img {width: 25px}
.mb_YTPBar span.mb_YTPUrl a {color: #fff}
.mb_YTPBar .mb_YTPMuteUnmute, .mb_YTPBar .mb_YTPPlayPause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {cursor: pointer}
.mb_YTPBar .mb_YTPProgress {height: 10px;width: 100%;background: #222;bottom: 0;left: 0}
.mb_YTPBar .mb_YTPLoaded {height: 10px;width: 0;background: #444;left: 0}
.mb_YTPBar .mb_YTPseekbar {height: 10px;width: 0;background: #bb110e;bottom: 0;left: 0;box-shadow: rgba(82, 82, 82, .47) 1px 1px 3px}
.mb_YTPBar .YTPOverlay {backface-visibility: hidden;-webkit-backface-visibility: hidden;-webkit-transform-style: "flat";box-sizing: border-box} .mb_YTPBar .simpleSlider {position: relative;width: 100px;height: 10px;border: 1px solid #fff;overflow: hidden;box-sizing: border-box;margin-right: 10px;cursor: pointer !important;border-radius: 3px}
.mb_YTPBar.compact .simpleSlider {width: 40px}
.mb_YTPBar.compact span.mb_OnlyYT {left: 260px}
.mb_YTPBar .simpleSlider.muted {opacity: .3}
.mb_YTPBar .level {position: absolute;left: 0;bottom: 0;background-color: #fff;box-sizing: border-box}
.mb_YTPBar .level.horizontal {height: 100%;width: 0}
.mb_YTPBar .level.vertical {height: auto;width: 100%}.sf-timetable-menu, .sf-timetable-menu * {
margin:			0;
padding:		0;
list-style:		none;
}
.sf-timetable-menu {
line-height:	1.0;
}
.sf-timetable-menu ul {
position:		absolute;
top:			-999em !important;
width:			10em; }
.sf-timetable-menu ul li {
width:			100%;
}
.sf-timetable-menu li:hover {
visibility:		inherit; }
.sf-timetable-menu li {
float:			left;
position:		relative;
}
.sf-timetable-menu a {
display:		block;
position:		relative;
}
.sf-timetable-menu li:hover ul,
.sf-timetable-menu li.sfHover ul {
left:			0;
top:			2.5em; z-index:		99;
}
ul.sf-timetable-menu li:hover li ul,
ul.sf-timetable-menu li.sfHover li ul {
top:			-999em;
}
ul.sf-timetable-menu li li:hover ul,
ul.sf-timetable-menu li li.sfHover ul {
left:			10em; top:			0;
}
ul.sf-timetable-menu li li:hover li ul,
ul.sf-timetable-menu li li.sfHover li ul {
top:			-999em;
}
ul.sf-timetable-menu li li li:hover ul,
ul.sf-timetable-menu li li li.sfHover ul {
left:			10em; top:			0;
} .sf-timetable-menu {
float:			left;
margin-bottom:	1em;
}
.sf-timetable-menu a {
border-left:	1px solid #fff;
border-top:		1px solid #CFDEFF;
padding: 		.75em 1em;
text-decoration:none;
}
.sf-timetable-menu a, .sf-timetable-menu a:visited  { color:			#13a;
}
.sf-timetable-menu li {
background:		#BDD2FF;
}
.sf-timetable-menu li li {
background:		#AABDE6;
}
.sf-timetable-menu li li li {
background:		#9AAEDB;
}
.sf-timetable-menu li:hover, .sf-timetable-menu li.sfHover,
.sf-timetable-menu a:focus, .sf-timetable-menu a:hover, .sf-timetable-menu a:active {
background:		#CFDEFF;
outline:		0;
}.qtip{
position: absolute;
left: -28000px;
top: -28000px;
display: none;
max-width: 280px;
min-width: 50px;
font-size: 10.5px;
line-height: 12px;
direction: ltr;
box-shadow: none;
padding: 0;
}
.qtip-content{
position: relative;
padding: 5px 9px;
overflow: hidden;
text-align: left;
word-wrap: break-word;
}
.qtip-titlebar{
position: relative;
padding: 5px 35px 5px 10px;
overflow: hidden;
border-width: 0 0 1px;
font-weight: bold;
}
.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; } .qtip-close{
position: absolute;
right: -9px; top: -9px;
z-index: 11; cursor: pointer;
outline: medium none;
border: 1px solid transparent;
}
.qtip-titlebar .qtip-close{
right: 4px; top: 50%;
margin-top: -9px;
}
* html .qtip-titlebar .qtip-close{ top: 16px; } .qtip-titlebar .ui-icon,
.qtip-icon .ui-icon{
display: block;
text-indent: -1000em;
direction: ltr;
}
.qtip-icon, .qtip-icon .ui-icon{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}
.qtip-icon .ui-icon{
width: 18px;
height: 14px;
line-height: 14px;
text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma,sans-serif;
color: inherit;
background: transparent none no-repeat -100em -100em;
} .qtip-focus{} .qtip-hover{} .qtip-default{
border: 1px solid #F1D031;
background-color: #FFFFA3;
color: #555;
}
.qtip-default .qtip-titlebar{
background-color: #FFEF93;
}
.qtip-default .qtip-icon{
border-color: #CCC;
background: #F1F1F1;
color: #777;
}
.qtip-default .qtip-titlebar .qtip-close{
border-color: #AAA;
color: #111;
} .qtip-light{
background-color: white;
border-color: #E2E2E2;
color: #454545;
}
.qtip-light .qtip-titlebar{
background-color: #f1f1f1;
} .qtip-dark{
background-color: #505050;
border-color: #303030;
color: #f3f3f3;
}
.qtip-dark .qtip-titlebar{
background-color: #404040;
}
.qtip-dark .qtip-icon{
border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-cream{
background-color: #FBF7AA;
border-color: #F9E98E;
color: #A27D35;
}
.qtip-cream .qtip-titlebar{
background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon{
background-position: -82px 0;
} .qtip-red{
background-color: #F78B83;
border-color: #D95252;
color: #912323;
}
.qtip-red .qtip-titlebar{
background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon{
background-position: -102px 0;
}
.qtip-red .qtip-icon{
border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover{
border-color: #D95252;
} .qtip-green{
background-color: #CAED9E;
border-color: #90D93F;
color: #3F6219;
}
.qtip-green .qtip-titlebar{
background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon{
background-position: -42px 0;
} .qtip-blue{
background-color: #E5F6FE;
border-color: #ADD9ED;
color: #5E99BD;
}
.qtip-blue .qtip-titlebar{
background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon{
background-position: -2px 0;
}
.qtip-shadow{
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
} .qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.qtip-rounded .qtip-titlebar{
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
} .qtip-youtube{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 3px #333;
-moz-box-shadow: 0 0 3px #333;
box-shadow: 0 0 3px #333;
color: white;
border: 0 solid transparent;
background: #4A4A4A;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}
.qtip-youtube .qtip-titlebar{
background-color: #4A4A4A;
background-color: rgba(0,0,0,0);
}
.qtip-youtube .qtip-content{
padding: .75em;
font: 12px arial,sans-serif;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon{
border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-jtools{
background: #232323;
background: rgba(0, 0, 0, 0.7);
background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
background-image: -moz-linear-gradient(top, #717171, #232323);
background-image: -webkit-linear-gradient(top, #717171, #232323);
background-image: -ms-linear-gradient(top, #717171, #232323);
background-image: -o-linear-gradient(top, #717171, #232323);
border: 2px solid #ddd;
border: 2px solid rgba(241,241,241,1);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 12px #333;
-moz-box-shadow: 0 0 12px #333;
box-shadow: 0 0 12px #333;
} .qtip-jtools .qtip-titlebar{
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content{
background: transparent;
color: white;
border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon{
border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover{
border-color: #333;
} .qtip-cluetip{
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
background-color: #D9D9C2;
color: #111;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar{
background-color: #87876A;
color: white;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon{
border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover{
border-color: #696952;
color: #696952;
} .qtip-tipsy{
background: black;
background: rgba(0, 0, 0, .87);
color: white;
border: 0 solid transparent;
font-size: 11px;
font-family: 'Lucida Grande', sans-serif;
font-weight: bold;
line-height: 16px;
text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar{
padding: 6px 35px 0 10px;
background-color: transparent;
}
.qtip-tipsy .qtip-content{
padding: 6px 10px;
}
.qtip-tipsy .qtip-icon{
border-color: #222;
text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-tipped{
border: 3px solid #959FA9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #F9F9F9;
color: #454545;
font-weight: normal;
font-family: serif;
}
.qtip-tipped .qtip-titlebar{
border-bottom-width: 0;
color: white;
background: #3A79B8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon{
border: 2px solid #285589;
background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon{
background-color: #FBFBFB;
color: #555;
} .qtip-bootstrap{ font-size: 14px;
line-height: 20px;
color: #333333; padding: 1px;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar{ padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close{ right: 11px;
top: 45%;
border-style: none;
}
.qtip-bootstrap .qtip-content{ padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon{ background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon{ width: auto;
height: auto; float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover{ color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
} .qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
filter: none;
-ms-filter: none;
}
.qtip .qtip-tip{
margin: 0 auto;
overflow: hidden;
z-index: 10;
} x:-o-prefocus, .qtip .qtip-tip{
visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas{
position: absolute;
color: #123456;
background: transparent;
border: 0 dashed transparent;
}
.qtip .qtip-tip canvas{ top: 0; left: 0; }
.qtip .qtip-tip .qtip-vml{
behavior: url(#default#VML);
display: inline-block;
visibility: visible;
}
#qtip-overlay{
position: fixed;
left: 0; top: 0;
width: 100%; height: 100%;
} #qtip-overlay.blurs{ cursor: pointer; } #qtip-overlay div{
position: absolute;
left: 0; top: 0;
width: 100%; height: 100%;
background-color: black;
opacity: 0.7;
filter:alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.qtipmodal-ie6fix{
position: absolute !important;
}.timetable_clearfix:after
{
font-size: 0px;
content: ".";
display: block;
height: 0px;
visibility: hidden;
clear: both;
}
div.rtl 
{
direction: rtl;
}
.tt_hide
{
display: none !important;
} .tt_tabs_navigation,
.tt_items_list
{
padding: 0;
margin: 0;
list-style: none;
}
div.tt_tabs
{
border: none !important;
position: static;
padding: 0;
}
.tt_tabs .ui-tabs-panel
{
padding: 0 !important;
clear: both;
} table.tt_timetable
{
width: 100%;
font-size: 11px;
color: #666;
border: none;
letter-spacing: normal;
font-size: 11px;
line-height: normal;
font-family: 'Lato', Helvetica, Arial, sans-serif;
border-collapse: separate !important;
border-spacing: 2px !important;
background: #FFF !important;
}
table.tt_timetable *
{
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.tt_timetable th,
.tt_timetable td
{
font-size: 14px;
font-weight: normal;
font-style: normal;
line-height: normal;
color: #34495E;
text-transform: none;
border: none !important;
}
.tt_timetable th,
.tt_timetable td.tt_hours_column
{
text-align: center;
vertical-align: middle;
}
.tt_timetable th
{
width: 12.5%;
padding: 10px 15px 12px;
letter-spacing: normal;
}
.tt_timetable .event_container
{
padding: 7px 10px;
position: relative;
} body.rtl .tt_timetable .event_container
{
position: static;
}
.tt_timetable td
{
width: 12.5%;
vertical-align: top;
height: 31px;
border: none;
padding: 0;
position: relative;
} body.rtl .tt_timetable td
{
position: static;
}
.tt_timetable td .event_hour_booking_wrapper,
.tt_timetable td .event_hour_booking_wrapper *,
.tt_event_hours .event_hour_booking_wrapper,
.tt_event_hours .event_hour_booking_wrapper *
{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
overflow: hidden;
}
.tt_timetable td .event_hour_booking_wrapper.always
{
margin: 15px 0 3px;
}
.tt_timetable td.tt_single_event .event_hour_booking_wrapper.always
{
padding: 0 10px;
margin: 9px 0 10px;
}
.tt_timetable .event span.available_slots+.event_hour_booking_wrapper.always
{
margin: 16px 0 3px 0;
}
.tt_timetable td .event_hour_booking_wrapper.on_hover
{
position: absolute;
top: auto;
right: 0;
bottom: 0;
left: 0;
height: 50px;
} body.rtl .tt_timetable td.event .event_hour_booking_wrapper.on_hover
{
right: auto;
bottom: auto;
left: auto;
visibility: hidden;
opacity: 0;
}
body.rtl .tt_timetable td.event .event_hour_booking_wrapper.on_hover
{
visibility: visible;
opacity: 1;
}
.tt_timetable .hours
{
color: #FFF;
font-weight: bold;
}
.tt_timetable .event
{ background-color: #00A27C;
color: #FFF;
line-height: 140%;
text-align: center;
padding: 0 !important;
vertical-align: top;
}
.tt_timetable .event a,
.tt_timetable .event .event_header
{
display: block;
color: #FFF !important;
font-size: 14px;
font-weight: bold;
margin-bottom: 2px;
text-decoration: none;
outline: none;
transition: none !important;
border: none;
}
.tt_timetable .event a:hover,
.tt_timetable .event a.event_header:hover
{
text-decoration: underline;
}
.tt_timetable .event span.available_slots
{
display: block;
color: #ffd544;
margin-top: 3px;
}
.tt_event_hours .available_slots_wrapper
{
padding-bottom: 0;
}
.tt_event_hours .available_slots_wrapper span.available_slots
{
display: block;
color: #34495E;
}
.tt_timetable .event a.event_hour_booking,
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking,
.tt_event_hours a.event_hour_booking
{
display: block;
margin: 0;
padding: 11px 5px 11px;
width: 100%;
font-size: 14px;
line-height: 18px;
height: auto;
font-weight: normal;
text-decoration: none;
-webkit-transition: background-color 0.2s, bottom 0.2s, top 0.2s !important; -moz-transition: background-color 0.2s, bottom 0.2s, top 0.2s !important; -o-transition: background-color 0.2s, bottom 0.2s, top 0.2s !important; transition: background-color 0.2s, bottom 0.2s, top 0.2s !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-align: center;
}
.tt_event_hours .event_hour_booking_wrapper
{
margin-top: 1em;
}
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking
{
margin-top: 10px;
float: none;
}
.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking
{
}
.tt_timetable .event a.event_hour_booking,
.tt_items_list .value a.event_hour_booking
{
background-color: #05bb90;
}
.tt_timetable .event a.event_hour_booking:hover,
.tt_items_list .value a.event_hour_booking:hover
{
background-color: #07b38a;
}
.tt_timetable .event a.event_hour_booking.unavailable,
.tt_timetable .event:hover a.event_hour_booking.unavailable,
.tt_timetable .event a.event_hour_booking.booked,
.tt_timetable .event:hover a.event_hour_booking.booked,
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking.unavailable,
.tt_responsive .tt_timetable.small .tt_items_list .value a:hover.event_hour_booking.unavailable,
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking.booked,
.tt_responsive .tt_timetable.small .tt_items_list .value a:hover.event_hour_booking.booked {
background-color: #eeeeee;
color: #aaaaaa !important;
cursor: default;
}
.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking
{
margin: 0;
position: absolute;
left: 0;
right: 0;
bottom: -50px;
top: auto;
cursor: pointer;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding-top: 16px;
padding-bottom: 16px;
text-overflow: ellipsis;
white-space: nowrap;
}
.tt_timetable .event.tt_single_event:hover .event_hour_booking_wrapper.on_hover a.event_hour_booking,
.tt_timetable .event_container:hover .event_hour_booking_wrapper.on_hover a.event_hour_booking
{
bottom: 0;
} 
.tt_timetable .event a.tt_inactive
{
opacity: 0.5;
}
.tt_timetable .event span.event_hour_places
{
margin-left: 5px;
}
.tt_timetable .event .before_hour_text,
.tt_timetable .event .after_hour_text
{
font-size: 13px;
}
.tt_timetable tr
{
background-color: #FFF !important;
}
.tt_timetable .row_gray
{
background-color: #F0F0F0 !important;
}
.tt_timetable .event:hover,
.tt_timetable .event .event_container.tt_tooltip:hover
{
background-color: #1F736A;
}
.tt_timetable .event.tt_tooltip:hover .hours,
.tt_timetable .event .event_container.tt_tooltip:hover .hours
{
color: #FFF;
}
.tt_timetable .event .hours_container
{
margin: 15px 0;
}
.tt_timetable .event .top_hour
{
margin-top: 15px;
}
.tt_timetable .event .bottom_hour,
.event_layout_4 .tt_timetable .event .top_hour
{
margin-bottom: 15px;
}
.tt_timetable .event hr
{
background: #FFFFFF;
border: none;
height: 1px;
margin: 0;
opacity: 0.4;
}
.tt_timetable.small
{
display: none;
font-size: 13px;
}
.tt_timetable.small.desktop
{
display: block;
}
.tt_responsive .tt_timetable.small .box_header
{
font-size: 16px !important;
color: #34495E !important;
font-family: 'Lato';
}
.rtl .tt_responsive .tt_timetable.small .box_header
{
text-align: right;
}
.tt_responsive .tt_timetable.small .tt_items_list div.event_container
{
width: 302px;
padding: 0;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list div.event_container
{
width: 282px;
}
.tt_responsive .tt_timetable.small .tt_items_list div.value
{
width: 120px;
}
.tt_responsive .tt_timetable.small .tt_items_list a,
.tt_responsive .tt_timetable.small .tt_items_list span
{
font-family: 'Lato';
color: #34495E !important;
text-decoration: none;
outline: none;
}
.tt_responsive .tt_timetable.small .tt_items_list div.value span
{
font-family: inherit;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list a,
.tt_responsive .tt_timetable.small.use_colors .tt_items_list span
{
color: #FFFFFF !important;
}
.rtl .tt_responsive .tt_timetable.small .tt_items_list a,
.rtl .tt_responsive .tt_timetable.small .tt_items_list span
{
text-align: right;
}
.tt_responsive .tt_timetable.small .tt_items_list span.event_description
{
color: #6E7A87 !important;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list span.event_description
{
color: #FFFFFF !important;
}
.tt_responsive .tt_timetable.small .tt_items_list span.available_slots,
.tt_responsive .tt_timetable.small .tt_items_list span.available_slots span.count
{
color: #FF8400 !important;
}
.tt_responsive .tt_timetable.small .tt_items_list a:hover
{
text-decoration: underline;
}
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking
{
color: #ffffff !important;
padding-left: 5px;
padding-right: 5px;
width: auto;
}
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking:hover
{
text-decoration: none;
}
.tt_timetable.small .box_header
{
position: relative;
cursor: pointer;
margin: 30px 0 0 0;
}
.tt_timetable.small.use_colors .box_header
{
margin-bottom: 30px;
}
.tt_timetable.small .box_header:first-child
{
margin-top: 0;
}
.tt_timetable.small .box_header:after
{
visibility: visible;
position: absolute;
right: 0;
font-size: 20px;
line-height: 1;
}
.rtl .tt_timetable.small .box_header:after
{
visibility: visible;
position: absolute;
right: auto;
left: 0;
font-size: 20px;
line-height: 1;
}
.tt_timetable.small .plus.box_header:after
{
content: "+";
}
.tt_timetable.small .minus.box_header:after
{
content: "-";
}
h3.box_header.plus+ul.tt_items_list
{
display: none;
} .tt_tooltip
{
cursor: pointer;
}
.tt_tooltip .tt_tooltip_text
{
display: block; visibility: hidden;
opacity: 0;
position: absolute;
z-index: 1000;
left: -19px;
bottom: 100%;
line-height: 1;
text-align: center; -webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
-ms-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
transition-timing-function: cubic-bezier(0.35,0,0.35,1); -webkit-transition-property: opacity, visibility;
-moz-transition-property: opacity, visibility;
-o-transition-property: opacity, visibility;
-ms-transition-property: opacity, visibility;
transition-property: opacity, visibility; }
.rtl .tt_tooltip .tt_tooltip_text 
{
left: auto; }
.tt_tooltip .tt_tooltip_content
{
background: #1F736A;
color: #FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 7px 10px 10px;
line-height: 150%;
font-size: 11px;
text-align: left;
}
.rtl .tt_tooltip .tt_tooltip_content 
{
text-align: right;
}
.tt_tooltip:hover .tt_tooltip_text
{	
visibility: visible;
opacity: 1;
}
.tt_tooltip .tt_tooltip_arrow
{
content: '';
position: relative;
border-color: #1F736A transparent;
border-style: solid;
border-width: 5px 5px 0;
bottom: -6px;
left: 0;
display: inline;
}
.rtl .tt_tooltip .tt_tooltip_arrow 
{
left: auto;
right: 0;
} .tt_navigation_wrapper
{
width: 100%;
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between;
-ms-flex-pack: justify;
-moz-justify-content: space-between;
justify-content: space-between;	
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-end;
-ms-flex-align: end;	
align-items: flex-end;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tt_navigation_cell
{
display: inline-block;
max-width: 100%;
margin: 0 30px 30px 0 !important;
}
.tt_navigation_cell:nth-child(2)
{
margin-right: 0 !important;
}
.rtl .tt_navigation_cell
{
margin: 0 0 30px 30px !important;
}
.tt_navigation_cell:nth-child(2)
{
margin-left: 0 !important;
} .tabs_box_navigation.sf-timetable-menu
{
float: none;
clear: both;
}
.tabs_box_navigation li:after
{
content: none !important;
}
.tabs_box_navigation.sf-timetable-menu *
{
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
line-height: 1;
}
.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after
{
background: none;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
width: 256px;
height: auto;
padding: 13px 12px !important;
background: #00A27C;
color: #FFFFFF;
cursor: pointer;
margin: 0 !important;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover
{
background-color: #1F736A;
}
.tabs_box_navigation.sf-timetable-menu li:hover ul, .tabs_box_navigation.sf-timetable-menu li.sfHover ul
{
top: 38px;
border: 1px solid #1F736A;
} .sf-timetable-menu
{
padding: 0 !important;
margin: 0 30px 0 0 !important;
list-style: none !important;
}
.rtl .sf-timetable-menu
{
margin: 0 0 0 30px !important;
}
.sf-timetable-menu a
{
text-decoration: none !important;
}
.sf-timetable-menu li, .sf-timetable-menu li:hover, .sf-timetable-menu li.sfHover, .sf-timetable-menu a:focus, .sf-timetable-menu a:hover, .sf-timetable-menu a:active
{
background: none #fff;
}
.sf-timetable-menu li:hover a, .sf-timetable-menu li.selected a, .sf-timetable-menu li.current-menu-item a, .sf-timetable-menu li.current-menu-ancestor a
{
color: #FFF;
background: #1F736A;
}
.sf-timetable-menu li ul
{
display: block;
width: 228px;
background: #FFF;
border: 1px solid #E8E8E8;
padding: 0 0 5px !important;
list-style: none !important;
margin: 0 !important;
}
.sf-timetable-menu li ul.tabs_box_navigation_hidden
{
display: none;
}
.sf-timetable-menu li:hover ul, .sf-timetable-menu li.sfHover ul
{
top: 44px;
}
.sf-timetable-menu li ul li
{
width: 218px;
height: auto;
background-color: #fff;
padding: 0 5px !important;
list-style: none !important;
margin: 0 !important;
}
.sf-timetable-menu li:hover
{
background: transparent;
}
.sf-timetable-menu li:hover ul a,
.sf-timetable-menu li.submenu:hover ul a
{
display: block;
width: auto;
border: none;
color: #34495E !important;
background: #FFF;
padding: 12px 14px;
font-size: 15px;
font-family: 'Lato', Helvetica, Arial, sans-serif;
transition: none !important;
}
.sf-timetable-menu li ul li a:hover, .sf-timetable-menu li ul li.selected a:hover
{
background-color: #00A27C;
color: #FFF !important;
font-weight: normal;
}
.sf-timetable-menu li ul li.selected a
{
background-color: #F0F0F0;
color: #34495E;
font-weight: normal;
} .tt_items_list
{
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.tt_items_list.margin_top
{
margin-top: 8px;
}
.tt_items_list li
{
padding: 12px 0 !important;
margin: 0 !important;
list-style: none !important;
border-bottom: 1px solid #E0E0E0;
background-position: left center;
background-repeat: no-repeat;
line-height: 120%;
}
.use_colors .tt_items_list li
{
padding: 12px 10px !important;
background-color: #00A27C;
}
.rtl .tt_items_list li 
{
background-position: left center;
}
.tt_items_list li:first-child
{
padding-top: 0;
}
.tt_items_list .event_container
{
float: left;
}
.rtl .tt_items_list .event_container
{
float: right;
}
.tt_items_list a,
.tt_items_list span
{
outline: none;
}
.tt_items_list.thin a,
.tt_items_list.thin span
{
font-weight: normal;
}
.tt_items_list.thin span.event_description
{
display: block;
margin-top: 10px;
}
.tt_items_list.thin span.available_slots
{
display: block;
margin-top: 9px;
float: none;
}
.tt_items_list.thin a.event_hour_booking.tt_inactive
{
opacity: 0.5;
}
.tt_items_list .value
{
float: right;
text-align: right;
color: #34495E;
}
.use_colors .tt_items_list .value
{
color: #FFFFFF;
}
.tt_items_list .value a.event_hour_booking
{
display: block;
text-align: center;
}
.rtl .tt_items_list .value 
{
float: left;
}
.tt_items_list.opening_hours li span, .tt_items_list.opening_hours .value
{
color: #FFF;
}
.tt_items_list.opening_hours li
{
border-color: #4468B2;
}
.home_box .tt_items_list li:first-child
{
padding-top: 12px;
}
.tt_items_list li a
{
border: none;
}
.tt_items_list li a:hover
{
text-decoration: underline;
} .tt-ui-tabs-hide
{
display: none;
}
.tt_tabs .ui-tabs-panel p
{
padding: 24px 0 25px;
} .tt_tabs_navigation,
.ui-tabs .tt_tabs_navigation
{
float: left !important;
clear: both;
vertical-align: bottom;
width: auto !important;
padding: 0;
margin: 0;
list-style: none !important;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
background: none !important;
border: none !important;
}
.rtl .tt_tabs_navigation,
.rtl .ui-tabs .tt_tabs_navigation
{
float: right !important;
}
.tt_tabs_navigation li,
.ui-tabs .tt_tabs_navigation li
{
float: left;
margin: 0 20px 0 0 !important;
padding: 0 !important;
font-size: 18px !important;
background: none !important;
border: none !important;
list-style: none !important;
}
.rtl .tt_tabs_navigation li,
.rtl .ui-tabs .tt_tabs_navigation li 
{
float: right;
margin: 0 0 0 20px !important;
}
.tt_tabs_navigation li:last-child
{
margin-right: 0 !important;
}
.rtl .tt_tabs_navigation li:last-child
{
margin-left: 0 !important;
}
.tt_tabs_navigation li a
{
width: auto !important;
display: block;
text-align: center;
color: #666 !important;
padding: 8px 0 !important;
border: none !important;
border-bottom: 1px solid #E5E5E5 !important;
line-height: normal;
outline: none;
text-decoration: none;
font-size: 15px !important;
font-family: 'Lato', Helvetica, Arial, sans-serif;
transition: none !important;
margin-bottom: 1px;
}
.tt_tabs_navigation li a:hover,
.tt_tabs_navigation li a.selected,
.tt_tabs_navigation li.ui-tabs-active a
{
border-bottom-width: 3px !important;
padding-bottom: 7px !important;
border-color: #00A27C !important;
color: #000 !important;
margin-bottom: 0;
}
.sf-timetable-menu a:hover,
.tt_tabs_navigation li a:hover,
.tt_tabs_navigation li a:focus,
.tt_tabs_navigation li a:active
{
text-decoration: none;
} .tabs_box_navigation.sf-timetable-menu
{
float: left;
clear: none;
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 18px;
}
.rtl .tabs_box_navigation.sf-timetable-menu
{
float: right;
}
.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after
{
background: none;
}
.tabs_box_navigation .tabs_box_navigation_icon
{
float: right;
background: url(//nisvcbse.in/wp-content/plugins/timetable/images/arrow_menu_expand.png) no-repeat scroll 0 0 transparent;
width: 11px;
height: 11px;
margin-top: 3px;
}
.rtl .tabs_box_navigation .tabs_box_navigation_icon 
{
float: left;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
width: 190px;
height: auto;
padding: 15px 19px !important;
margin: 0 !important;
list-style: none !important;
color: #FFFFFF;
cursor: pointer;
border: 1px solid #00A27C;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover
{
background-color: #FFF;
color: #34495E;
box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.1);
border: 1px solid rgba(0,0,0,0.1);
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover .tabs_box_navigation_icon
{
background-position: 0 -11px;
}
.rtl .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover .tabs_box_navigation_icon
{
background-position: 0 -11px;
}
.tabs_box_navigation.sf-timetable-menu li:hover ul,
.tabs_box_navigation.sf-timetable-menu li.sfHover ul
{
top: 48px !important;
left: -1px;
box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.1);
border: 1px solid rgba(0,0,0,0.1);
border-top: none;
}
.rtl .tabs_box_navigation.sf-timetable-menu li:hover ul,
.tabs_box_navigation.sf-timetable-menu li.sfHover ul 
{
left: auto;
right: -1px;
}
.tabs_box_navigation label
{
display: inline !important;
font-size: 18px !important;
font-weight: normal !important;
}
.tabs_box_navigation_hidden
{
display: none;
} form.tt_generate_pdf
{
display: block;
float: right;
}
form.tt_generate_pdf textarea.tt_pdf_html
{
display: none;	
}
form.tt_generate_pdf input[type="submit"]
{
background-image: none;
background-color: #00A27C;
color: #fff;
font-size: 14px;
line-height: 24px;
font-family: 'Lato', Helvetica, Arial, sans-serif;
padding: 13px 20px;
-webkit-transition: background-color 0.2s, bottom 0.2s !important; -moz-transition: background-color 0.2s, bottom 0.2s !important; -o-transition: background-color 0.2s, bottom 0.2s !important; transition: background-color 0.2s, bottom 0.2s !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: none;
cursor: pointer;
-webkit-appearance: none;
}
form.tt_generate_pdf input[type="submit"]:hover
{
background-color: #07b38a;
} .tt_booking_overlay
{
position: absolute;
background-color: rgba(85,85,85,0.2);
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999998;
}
.tt_booking
{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: absolute;
z-index: 999999;
width: 500px;
background-color: #ffffff;
margin: 0 50px;
overflow: hidden;
font-family: 'Lato', Helvetica, Arial, sans-serif;
text-align: center;
-webkit-box-shadow: 0px 20px 30px -5px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 20px 30px -5px rgba(0,0,0,0.15);
box-shadow: 0px 20px 30px -5px rgba(0,0,0,0.15);
}
.tt_booking,
.tt_booking *
{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.tt_booking .tt_booking_message
{
margin: 40px 20px 37px;
}
.tt_center
{
text-align: center;
}
.tt_booking .tt_booking_message h2
{
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 24px;
line-height: 36px;
color: #111111;
color: #333333;
margin: 0 0 25px 0;
font-weight: 400;
}
.tt_booking .tt_booking_message p
{
color: #34495e;
color: #666666;
font-size: 16px;
margin: 33px 10px 0;
line-height: 24px;
padding: 0;
font-weight: 400;
}
.tt_booking .tt_booking_message p.error-info
{
margin-top: 20px;
margin-bottom: 0;
} .tt_booking p:empty
{
display: none;
}
.tt_booking .event_details_wrapper
{
padding: 14px 13px 15px;
border: 1px solid #e9e9e9;
margin: 0 10px;
}
.tt_booking p.event_details
{
font-size: 16px;
line-height: 24px;
margin: 0;
color: #333333;
font-weight: 400;
}
.tt_booking p.event_details.bold
{
font-weight: 700;
}
.tt_booking a
{
font-size: 16px;
font-weight: 400;
color: #27AE61;
text-decoration: none;
}
.tt_booking a:hover
{
cursor: pointer;
text-decoration: none;
color: #27AE61;
}
.tt_booking .tt_btn_wrapper
{
margin-top: 35px;
}
.tt_booking a.tt_btn
{
display: inline-block;
text-decoration: none;
height: 50px;
line-height: 50px;
padding: 0 20px;
font-size: 16px;
min-width: 160px;
margin: 0 10px 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
-o-transition: background-color 0.2s;
transition: background-color 0.2s;
}
.tt_booking a.tt_btn.book,
.tt_booking a.tt_btn.login,
.tt_booking a.tt_btn.continue
{
background-color: #27ae61;
color: #fff;
}
.tt_booking a.tt_btn:hover
{
background-color: #239C57;
}
.tt_booking a.tt_btn.cancel
{
background-color: #eeeeee;	
color: #333;
}
.tt_booking a.tt_btn.cancel:hover
{
background-color: #E5E5E5;
} .tt_booking form.tt_booking_form
{
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 35px 0 -15px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper
{
flex-grow: 1;
flex-basis: 191px;
text-align: left;
border: none;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 15px;
margin: 0 10px 15px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper.wide
{
flex-basis: 100%;
}
.tt_booking form.tt_booking_form .tt_field_wrapper.terms_checkbox_wrapper
{
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
border-bottom: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper label
{
text-transform: uppercase;
color: #999;
font-size: 12px;
line-height: 18px;
font-weight: 400;
display: block;
margin: 0;
padding: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field
{
width: 100%;
border: 0;
outline: none;
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 30px;
color: #333;
display: inline-block;
padding: 8px 0 15px;
margin: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type="checkbox"]
{
width: auto;
cursor: pointer;
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;	
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type="checkbox"]+label
{
cursor: pointer;
margin-left: 10px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type="checkbox"]+label a
{
font-size: 12px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper textarea.tt_field
{
resize: none;
height: 83px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper
{
width: 100%;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="number"].tt_field
{
width: 138px;
appearance: textfield;
-moz-appearance: textfield;
-webkit-appearance: textfield;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="number"].tt_field::-webkit-inner-spin-button, 
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="number"].tt_field::-webkit-outer-spin-button
{ 
-webkit-appearance: none;
margin: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper 
{
float: right;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"]
{
float: right;
border: none;
display: inline-block;
width: 25px;
background-color: #e9e9e9;
cursor: pointer;
margin-left: 5px;
margin-top: 11px;
padding: 0;
color: #333;
font-size: 17px;
font-family: Arial;
-webkit-appearance: none;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"]:focus
{
outline: none;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"].tt_slots_number_minus
{
margin-left: 0;
padding-top: 11px;
padding-bottom: 13px;
line-height: 1px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"].tt_slots_number_plus
{
padding-top: 10px;
padding-bottom: 8px;
line-height: 7px;
} .tt_preloader
{
margin: 50px auto 50px;
width: 70px;
text-align: center;
}
.tt_preloader > div
{
width: 18px;
height: 18px;
background-color: #E5E5E5;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.tt_preloader .bounce1
{
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.tt_preloader .bounce2
{
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
} .qtip-default
{
background: none;
border-color: transparent;
}
.qtip.tt-qtip2
{
z-index: 9999999 !important;
}
.qtip.tt-qtip2 .qtip-content
{
border: none;
padding: 7px 10px 10px 10px;
line-height: 150%;
}
.qtip.tt-qtip2.ui-tooltip-success .qtip-content
{
background-color: #00A27C;
}
.qtip.tt-qtip2.ui-tooltip-error .qtip-content
{
background-color: #F0ACB0;
}
.qtip.tt-qtip2 .qtip-content h2,
.qtip.tt-qtip2 .qtip-content p
{
color: #fff;
margin: 0;
padding: 0;
}
.qtip.tt-qtip2 .qtip-content h2
{
font-size: 14px;
font-weight: bold;
margin-bottom: 2px;
}
.qtip.tt-qtip2 .qtip-content p
{
font-size: 11px;
}
@-webkit-keyframes sk-bouncedelay
{
0%, 80%, 100%
{
-webkit-transform: scale(0);	
}
40%
{
-webkit-transform: scale(1.0);
}
}
@keyframes sk-bouncedelay
{
0%, 80%, 100%
{ 
-webkit-transform: scale(0);
transform: scale(0);
}	
40%
{ 
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}.tt_event_padding_top_0
{
padding-top: 0 !important;
}
.tt_event_padding_bottom_0
{
padding-bottom: 0 !important;
}
.tt_event_padding_0
{
padding: 0 !important;
}
.tt_event_margin_top_13
{
margin-top: 13px !important;
}
.tt_event_margin_top_27
{	
margin-top: 27px !important;
}
.tt_event_theme_page *
{
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.tt_event_theme_page
{
width: 930px;
background: #FFFFFF;
padding: 30px;
margin: 0 auto 30px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.tt_event_page_left
{
float: left;
width: 630px;
}
.rtl .tt_event_page_left 
{
float: right;
}
.tt_event_page_right
{
float: right;
width: 270px;
}
.rtl .tt_event_page_right 
{
float: left;
}
.tt_event_page_left .attachment-event-post-thumb
{
margin-bottom: 17px;
}
.tt_event_theme_page h2,
.tt_event_theme_page h3,
.tt_event_theme_page h4,
.tt_event_theme_page h5
{
font-family: 'Lato';
line-height: 120%;
color: #34495E;
margin: 0;
padding: 0;
}
.tt_event_theme_page h2
{
font-size: 40px;
font-weight: 700;
margin-bottom: 5px;
}
.tt_event_theme_page h3
{
font-size: 29px;
font-weight: 700;
}
.tt_event_theme_page h4
{
font-size: 24px;
font-weight: 400;
}
.tt_event_theme_page h5
{
font-size: 18px;
font-weight: 400;
line-height: 140%;
}
.tt_event_hours_count
{
color: #798795;
margin-left: 5px;
font-weight: 400;
}
.rtl .tt_event_hours_count 
{
margin-left: 0;
margin-right: 5px;
}
.tt_event_theme_page p
{
font-size: 15px;
font-family: 'Lato';
font-weight: 400;
color: #34495E;
margin: 0;
padding: 1em 0;
line-height: 140%;
}
.tt_event_theme_page .textwidget p:first-child
{
margin-top: 30px;
}
.tt_event_theme_page .textwidget p
{
padding: 0;
}
.tt_event_items_list
{
list-style: none;
padding: 20px 0;
margin: 0;
}
.tt_event_items_list li
{
background: url(//nisvcbse.in/wp-content/plugins/timetable/images/bullet.png) left center no-repeat;
padding-left: 20px;
font-size: 15px;
font-family: 'Lato';
font-weight: 400;
color: #34495E;
line-height: 160%;
}
.rtl .tt_event_items_list li 
{
background-position: right center;
padding-left: 0;
padding-right: 20px;
}
.tt_event_items_list li.type_info
{
background: none;
padding: 0;
border-bottom: 1px solid #EFEFEF;
padding: 8px 0;
}
.tt_event_items_list li label
{
float: left;
width: 115px;
font-weight: 700 !important;
font-size: 15px !important;
}
.rtl .tt_event_items_list li label 
{
float: right;
}
.tt_event_items_list li .tt_event_text
{
float: left;
width: 185px;
}
.rtl .tt_event_items_list li .tt_event_text 
{
float: right;
}
.tt_event_columns
{
}
.tt_event_column_left, .tt_event_column_right
{
width: 300px;
}
.tt_event_column_left
{
float: left;
margin-right: 30px;
}
.rtl .tt_event_column_left 
{
float: right;
margin-right: 0;
margin-left: 30px;
}
.tt_event_column_right
{
float: right;
}
.rtl .tt_event_column_right 
{
float: left;
}
.tt_event_hours
{
clear: both;
padding: 0;
margin: 0;
list-style: none;
}
.tt_event_hours li
{
float: left;
width: 246px;
border: 1px solid #EFEFEF;
border-left: 3px solid #00A27C;
margin: 0 30px 30px 0;
padding: 15px 25px;
}
.rtl .tt_event_hours li 
{
float: right;
margin: 0 0 30px 30px;
border-left: 1px solid #EFEFEF;
border-right: 3px solid #00A27C;
}
.tt_event_hours li.event_hours_right
{
margin-right: 0;
}
.rtl .tt_event_hours li.event_hours_right 
{
margin-left: 0;
}
.tt_event_url 
{
font-size: 14px;
text-decoration: none;
border: none;
display: inline-block;
background: #f0f0f0;
padding: 12px 25px 13px 25px;
margin: 0px 10px 10px 0px;
color: #444;
text-transform: uppercase;
text-decoration: none;
position: relative;
-webkit-transition: background-color 0.2s, color 0.2s; -moz-transition: background-color 0.2s, color 0.2s; -o-transition: background-color 0.2s, color 0.2s; transition: background-color 0.2s, color 0.2s;
}
a.tt_event_url:hover,
.tt_event_url.active
{
background: #353C40;
color: #FFF;
}
.tt_event_theme_page .tt_event_url 
{
margin: 0;
} .tt_upcoming_events_wrapper
{
clear: both;
float: left;
width: 100%;
}
.rtl .tt_upcoming_events_wrapper 
{
float: right;
}
.tt_upcoming_events_wrapper .caroufredsel_wrapper 
{
margin: 0 !important;
overflow: hidden;
width: 100% !important;
}
.tt_upcoming_events_wrapper *
{
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.tt_upcoming_events_wrapper p.message
{
padding: 0;
}
.tt_upcoming_events
{
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
border-radius: 0 !important;
box-shadow: none !important;
border: none !important;
}
.tt_upcoming_events li
{
width: 270px;
padding: 0 0 10px !important;
margin: 0 !important;
border: none !important;
list-style: none !important;
background: none !important;
}
.tt_upcoming_events li:before,
.tt_upcoming_events li:after
{
content: none !important;
background: none !important;
border: none !important;
}
.tt_upcoming_events li .tt_upcoming_events_event_container
{
display: block !important;
border: 1px solid #EFEFEF;
border-left: 3px solid #00A27C;
background-color: #FFF;
padding: 10px 20px;
text-decoration: none;
color: #34495E;
font-family: 'Lato';
font-size: 14px;
font-weight: 700;
line-height: 140%;
height: 40px;
overflow: hidden;
outline: none;
transition: none !important;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.rtl .tt_upcoming_events li .tt_upcoming_events_event_container 
{
border-left: 1px solid #EFEFEF;
border-right: 3px solid #00A27C;
text-align: right;
}
.tt_upcoming_events li .tt_upcoming_events_event_container:hover
{
background: #00A27C;
color: #FFF;
height: auto;
overflow: visible;
border-top: 1px solid #00A27C;
border-bottom: 1px solid #00A27C;
border-right: 1px solid #00A27C;
}
.rtl .tt_upcoming_events li .tt_upcoming_events_event_container:hover 
{
border-right: 0px solid #00A27C;
border-left: 1px solid #00A27C;
}
.tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_arrow
{
display: block;
float: right;
width: 11px;
height: 11px;
background: url(//nisvcbse.in/wp-content/plugins/timetable/images/arrow_widget_expand.png) no-repeat;
margin-top: 13px;
}
.rtl .tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_arrow 
{
float: left;
}
.tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_upcoming_events_arrow
{
background-position: 0 -11px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_hours
{
display: block;
font-weight: 400;
font-size: 13px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container img.wp-post-image
{
max-width: 100%;
height: auto;
margin-top: 10px;
}
.tt_calendar_icon
{
display: block;
float: left;
width: 11px;
height: 11px;
background: url(//nisvcbse.in/wp-content/plugins/timetable/images/calendar.png) no-repeat;
margin-right: 8px;
margin-top: 5px;
}
.rtl .tt_calendar_icon 
{
float: right;
margin-right: 0;
margin-left: 8px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_calendar_icon
{
background-position: 0 -11px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container .tt_event_hours_description
{
display: block;
font-size: 13px;
margin-top: 10px;
font-weight: 400;
}
.tt_upcoming_event_controls a
{
border: 1px solid #EFEFEF;
display: block;
float: left;
padding: 6px;
outline: none;
}
.rtl .tt_upcoming_event_controls a 
{
float: right;
}
.tt_upcoming_event_controls a#upcoming_event_prev
{
margin-right: 2px;
}
.rtl .tt_upcoming_event_controls a#upcoming_event_prev 
{
margin-right: 0;
margin-left: 2px;
}
.tt_upcoming_event_controls span
{	
display: block;
width: 11px;
height: 11px;
}
.tt_upcoming_event_controls .tt_upcoming_event_prev_arrow
{
background: url(//nisvcbse.in/wp-content/plugins/timetable/images/arrow_scroll_up.png) no-repeat;
}
.tt_upcoming_event_controls .tt_upcoming_event_next_arrow
{
background: url(//nisvcbse.in/wp-content/plugins/timetable/images/arrow_scroll_down.png) no-repeat;
}
.tt_upcoming_event_controls a:hover
{
border-color: #00A27C;
background-color: #00A27C;
}
.tt_upcoming_event_controls a:hover span
{
background-position: 0 -11px;
}
.timetable_sidebar_box
{
clear: both;
margin-top: 50px;
}
.timetable_sidebar_box:first-child
{
margin-top: 0;
}
.page_margin_top
{
margin-top: 30px;
}.tt_event_responsive_image,
.tt_event_page_left .attachment-event-post-thumb
{
width: 100%;
height: auto;
}
@media screen and (max-width:1009px)
{
.tt_event_theme_page .textwidget p:first-child
{
margin-top: 23px;
}
.tt_event_theme_page h2
{
font-size: 30px;
}
.tt_event_theme_page h3
{
font-size: 22px;
}
.tt_event_theme_page h4
{
font-size: 18px;
}
.tt_event_theme_page h5
{
font-size: 16px;
}
.tt_event_theme_page p,
.tt_event_items_list li
{
font-size: 14px;
}
.tt_event_theme_page
{
padding: 20px;
width: 710px;
}
.tt_event_page_left
{
width: 480px;
}
.tt_event_page_right
{
width: 210px;
}
.tt_event_column_left
{
margin-right: 10px;
}
.rtl .tt_event_column_left
{
margin-right: 0px;
margin-left: 10px;
}
.tt_event_column_left, .tt_event_column_right
{
width: 235px;
}
.tt_event_hours li
{
width: 184px;
margin: 0 23px 23px 0;
padding: 15px 20px;
}
.rtl .tt_event_hours li
{
margin: 0 0px 23px 23px;
}
.tt_upcoming_events li
{
width: 210px;
}
.tt_upcoming_events li a
{
padding: 10px;
}
.tt_event_items_list li.type_info
{
padding: 5px 0;
}
.tt_event_margin_top_27
{
margin-top: 20px !important;
}
.tt_event_theme_page h3
{
margin-top: 15px;
} .tt_responsive .tt_timetable th, .tt_responsive .tt_timetable .event_container,
.tt_responsive .tt_tooltip .tt_tooltip_content
{
padding: 4px 4px 5px;
}
.tt_responsive .tt_timetable td
{
height: 18px;
}
.tt_timetable .event span.available_slots + .event_hour_booking_wrapper.always
{
margin-bottom: 0;
}
.tt_timetable td .event_hour_booking_wrapper.always
{
margin-bottom: 0;
}
.tt_timetable td.tt_single_event .event_hour_booking_wrapper.always
{
padding: 0 4px;
margin-bottom: 5px;
}
.timetable_sidebar_box
{
margin-top: 40px;
}
}
@media screen and (max-width:767px)
{
.tt_event_theme_page,
.tt_event_page_left,
.tt_event_page_right,
.tt_upcoming_events li
{
width: 422px;
}
.tt_event_page_right
{
margin-top: 50px;
}
.tt_event_column_left, .tt_event_column_right
{
width: 206px;
}
.tt_event_hours li
{
width: 368px;
margin: 0 0 23px;
padding: 15px 25px;
}
.tt_event_hours li:last-child
{
margin-bottom: 0;
}
.tt_upcoming_events li a
{
padding: 10px 20px;
} .tt_responsive .tt_timetable
{
display: none;
}
.tt_responsive .tt_timetable.small
{
display: block;
} .tt_double_buttons .tt_navigation_cell:first-child
{
margin: 0 0 10px 0 !important;
width: 100%;
}
.tt_double_buttons .tt_navigation_cell:last-child
{
margin: 0 0 30px 0 !important;
}
.tt_tabs .tt_navigation_cell:first-child
{
margin: 0 0 30px 0 !important;
} .tt_double_buttons .sf-timetable-menu:first-of-type
{
margin-right: 10px !important;
}
.tt_double_buttons .sf-timetable-menu:last-of-type
{
margin-right: 0 !important;
}
.rtl .tt_double_buttons .sf-timetable-menu:first-of-type
{
margin-left: 10px !important;
margin-right: 0 !important;
}
.rtl .tt_double_buttons .sf-timetable-menu:last-of-type
{
margin-left: 0 !important;
}
.tt_double_buttons .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
padding: 15px 15px !important;
width: 174px;
}
.tt_double_buttons .sf-timetable-menu li ul
{
width: 204px;
}
.tt_double_buttons .sf-timetable-menu li ul li
{
width: 194px;
}
.tt_double_buttons .tabs_box_navigation label
{
font-size: 16px !important;
} .tt_booking .tt_booking_message_wrapper
{
width: auto;
}
.tt_booking .tt_booking_message
{
margin: 10px 10px 15px;
}
.tt_booking .tt_booking_message h2
{
font-size: 22px;
line-height: 33px;
margin-bottom: 12px;
}	
.tt_booking .tt_booking_message p
{
font-size: 14px;
line-height: 21px;
margin-top: 15px;
}
.tt_booking .event_details_wrapper
{
padding: 9px 13px 10px;
}
.tt_booking p.event_details
{
margin-top: 0;
margin-bottom: 0;
}
.tt_booking a
{
font-size: 14px;
line-height: 21px;
}
.tt_booking .tt_btn_wrapper
{
margin-top: 15px;
}
.tt_booking a.tt_btn
{
min-width: 150px;
}
.tt_event_url
{
padding: 12px;
font-size: 13px;
}
.tt_booking form.tt_booking_form
{
margin-top: 15px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field
{
font-size: 14px;
line-height: 21px;
padding-top: 5px;
padding-bottom: 5px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper textarea.tt_field
{
height: 64px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"]
{
margin-top: 0px;
}
}
@media screen and (max-width:479px)
{
.tt_event_theme_page,
.tt_event_page_left,
.tt_event_page_right,
.tt_upcoming_events li,
.tt_event_column_left, 
.tt_event_column_right
{
width: 280px;
}
.tt_event_hours li
{
width: 236px;
padding: 15px 20px;
}
.tt_event_theme_page
{
padding: 10px;
}
.tt_event_column_left
{
margin-right: 0;
}
.rtl .tt_event_column_left
{
margin-left: 0;
}
.tt_event_column_right
{
margin-top: 23px;
}
.tt_event_column_left .tt_event_items_list
{	
padding-bottom: 0;
} .tt_responsive .tt_timetable.small .tt_items_list div.event_container
{
width: 148px;
}
.tt_responsive .tt_timetable.small .tt_items_list div.value
{
width: 112px;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list li
{
padding: 12px 5px !important;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list div.event_container
{
width: 138px;
}
.tt_responsive .tt_timetable.small .box_header
{
font-size: 14px !important;
} .tt_navigation_cell
{
margin-right: 0 !important;
}
.tt_navigation_cell:first-child
{
margin-bottom: 10px !important;
width: 100%;
}
.tt_navigation_cell:last-child
{
margin-bottom: 30px !important;
} .tt_responsive.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
width: 220px;
}
.tt_responsive.tabs_box_navigation.sf-timetable-menu li ul
{
width: 258px;
}	
.sf-timetable-menu li ul li
{
width: 248px;
}
.tt_double_buttons .tabs_box_navigation,
.tt_double_buttons .sf-timetable-menu:first-of-type
{
margin-right: 0 !important;
}
.rtl .tt_double_buttons .tabs_box_navigation,
.rtl .tt_double_buttons .sf-timetable-menu:first-of-type
{
margin-right: 0 !important;
margin-left: 0 !important;
}
.tt_double_buttons .sf-timetable-menu:first-of-type
{
margin-bottom: 10px !important;
}
.tt_double_buttons .tt_responsive.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
width: 220px;
padding: 15px 19px !important;
}
.tt_double_buttons .tt_responsive.tabs_box_navigation.sf-timetable-menu li ul
{
width: 258px;
}
.tt_double_buttons .sf-timetable-menu li ul li
{
width: 248px;
}
.tt_double_buttons .tabs_box_navigation label
{
font-size: 18px !important;
} .tt_booking .tt_booking_message h2
{
font-size: 20px;
line-height: 30px;
}
.tt_booking p.event_details
{
font-size: 14px;
line-height: 22px;
}
.tt_booking p
{
margin-top: 0;
margin-bottom: 0;
}
.tt_booking .tt_btn_wrapper
{
margin-top: 10px;
margin-bottom: 15px;
}
.tt_booking a.tt_btn
{
font-size: 14px;
min-width: 110px;
padding-left: 10px;
padding-right: 10px;
margin: 10px 5px 0;
}
}
@media screen and (max-height:479px)
{
.tt_booking .tt_booking_message_wrapper
{
margin-top: 0;
margin-bottom: 0;
}
}